@font-face {
    font-family: "General Fonts regular";
    src: url('../fonts/GeneralSans-Regular.eot') format('embedded-opentype');
    src: url('../fonts/GeneralSans-Regular.woff') format('woff'),
    url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
    url('../fonts/GeneralSans-Regular.otf') format("opentype"),
    url('../fonts/GeneralSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "General Fonts semibold";
    src: url('../fonts/GeneralSans-Semibold.eot') format('embedded-opentype');
    src: url('../fonts/GeneralSans-Semibold.woff') format('woff'),
    url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
    url('../fonts/GeneralSans-Semibold.otf') format("opentype"),
    url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: "General Fonts light";
    src: url('../fonts/GeneralSans-Light.eot') format('embedded-opentype');
    src: url('../fonts/GeneralSans-Light.woff') format('woff'),
    url('../fonts/GeneralSans-Light.woff2') format('woff2'),
    url('../fonts/GeneralSans-Light.otf') format("opentype"),
    url('../fonts/GeneralSans-Light.ttf') format('truetype');
}

*{
    padding: 0px;
    margin: 0px;
 }

.pop-img{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
 }
 .overlay {
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    display: none;
    z-index: 9;
    top: 0px;
 }
 .pop-img img{
    width: 418px;
    height: 600px;
 }
 .closes{
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 20px;
    /* background-color: red; */
    color: #fff;
    padding: 3px 5px;
    font-family: sans-serif;
    text-transform: lowercase;
    cursor: pointer;
 }
 .closes img{
    width: 25px !important;
    height: 25px !important;
 }

body {
    overflow-x: hidden;
}
.spacings {
    padding-top: 120px;
}

nav {
    padding: 15px 10px;
}

nav ul {
    padding-left: 0px;
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    justify-content: space-evenly;
}

nav ul li {
    list-style-type: none;
}

nav ul li a{
    color: #000;
    font-family: "General Fonts regular";
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.top-btn.text-centers{ 
    text-align: right;
    text-align: -webkit-right;
}

.top-btn a{
    font-family: "General Fonts regular";
    background: #006;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 32px 16px 32px;
    text-decoration: none;
    display: flex;
    gap: 10px;
    border-radius: 100px;
    width: fit-content;
    transition: all .3s;
}

.top-btn a:hover {
    background-color: #0DB1FF;
}
.mobile-menu-icon {
    display: none;
}

 .top-btn.text-centers a:last-child { 
    display: none;
 }
 .s-item-one, .s-item-two, .s-item-three {
    background-image: url('../img/slider-one.jpg');
    height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
 }
.s-item-two{ 
   background-image: url('../img/slider-two.jpg');
}
.carousel-item {
    position: relative;
}
.carousel-item::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: #000066;
    background: linear-gradient(90deg, rgba(0, 0, 102, 0.76) 20%, rgba(87, 199, 133, 0) 100%);
}
.carousel-item h2{
    color: #FFF;
    font-family: "General Fonts semibold";
    font-size: 40px;
    line-height: 48px; 
    margin-bottom: 0px;
}
.carousel-item p{
    color: #FFF;
    font-family: "General Fonts light";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    padding: 15px 10px 40px 0px;
}
.slider-btn {
    color: #006;
    font-family: "General Fonts semibold";
    font-size: 16px;
    padding: 16px 32px 16px 32px;
    background-color: #fff;
    text-decoration: none;
    border-radius: 100px;
    transition: all .3s;
}
.slider-btn:hover {
    background-color: #00AAFF;
    color: #fff;
}
.carousel-caption{
    width: 35%;
    text-align: start;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-indicators {
    justify-content: start;
    position: absolute;
    bottom: 24%;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff;
}
.carousel-indicators button{
    width: 10px !important;
    height: 10px !important;
    outline: none;
    background-clip: unset !important;
    border-radius: 100px;
    border-top: 0px !important;
    border-bottom: 0px !important;
    transition: all .3s !important;
}
.carousel-indicators button.active{ 
    width: 60px !important;
}
.carousel-caption{
    left: inherit;
    right: inherit;
}
.carousel-indicators{
    padding-left: calc((100vw - 1290px)/ 2);
    margin: inherit;
}
.slider-container {
    padding-left: calc((100vw - 1290px)/ 2);
}
.common-spacing {
    padding: 80px 0px;
}
h3{
    color: #000;
    font-family: "General Fonts regular";
    font-size: 16px;
    line-height: 24px;
}
h2,h1{
    color: #006;
    font-family: "General Fonts semibold";
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
}
h4{
    color: #006;
    font-family: "General Fonts semibold";
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
}
.about-us h1, .core-values h2, .videos h2{
    width: 70%;
    margin-top: 15px;
}
 .grp-cmps h2, .indus h2 {
    width: 50%;
    margin: 0 auto;
    padding-top: 10px;
}
.about-img {
    margin-top: 20px;
    padding-right: 10px;
}
.cmm-txt {
    color: #000;
    font-family: "General Fonts regular";
    font-size: 16px;
    line-height: 24px; 
    margin-bottom: 0px;
}
.core-values, .contact-us {
    background-color: #0099ff21;
    position: relative;
    overflow: hidden;
}
.indus {
     background-color: #0099ff21;
}
.gear-one{
    position: absolute;
    top: 0px;
    right: -65px;
    animation: gear-rotate 30s linear infinite alternate;
}

.gear-two {
     position: absolute;
    top: 30%;
    left: -85px;
    animation: gear-rotates 30s linear infinite alternate-reverse;
}

.gears-crd {
    position: relative;
    z-index: 2;
}

.gear-cnt h3, .sub-title{
    color: #006;
    font-family: "General Fonts semibold";
    font-size: 24px;
    font-style: normal;
    line-height: 32px; 
}
.trt {
    text-align: -webkit-right;
}
.trc {
    text-align: -webkit-center;
}
.gear-cnt {
    width: 50%;
    text-align: left;
    padding-bottom: 60px;
}
.l-w{
    width: 70%;
}
.mts-5 {
    margin-top: 90px;
}
.crd-link {
    text-decoration: none;
    transition: all .3s;
    display: block;
    padding: 15px;
}
.crd-img {
    text-align: center;
    border: 1px solid #006;
}
.crd-txt h3{
    margin: 20px 0px;
    min-height: 70px;
}
.crd-txt span{
    color: #09F;
    font-family: "General Fonts semibold";
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    padding-top: 15px; 
    display: block;
    transition: all .3s;
}
.crd-txt{
    position: relative;
    transition: all .3s;
    overflow: hidden;
}

.crd-txt::after {
    position: absolute;
    bottom: -100px;
    left: 0px;
    width: 100%;
    height: 0%;
    content: '';
    display: block;
    background: linear-gradient(360deg, rgb(0 153 255 / 25%) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all .3s;
}
.crd-link {
   transition: all .3s;
}
.crd-link:hover span{
   color: #000066;
}
.crd-link:hover .crd-txt::after{
     transition: all .3s;
     bottom: 0px;
     height: 100%;
}
.crd-link .crd-txt{
    padding: 0px 20px 20px 20px;
}
.crd-link:hover{
    transform: translateY(-10px);
}
.sub-title + .cmm-txt{
    min-height: 180px;
}
.owl-dots {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    position: absolute;
    left: 40%;
}
.owl-dots button{
    background-color: #00AAFF !important;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    transition: all .3s;
    opacity: 0.5;
}

.owl-nav {
    display: none;
}
.owl-dots .owl-dot.active{
    width: 50px;
    opacity: 1;
}

.modal-content{
    padding: 10px 10px 5px 10px;
  background: #FFF !important;
}

.video-img {
    margin-top: 30px;
    position: relative;
}
.video-img .ply-icn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: border-glow 2s ease infinite;
    border-radius: 100px;
    border: 1px solid #00AAFF;
}
.sub-v .sub-v-img{
    width: 50%;
     border: 1px solid #000066;
}
.sub-v .d-flex{
    gap: 20px;
}
.sub-v-img {
    position: relative;
}
.sub-v-icn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sub-v-icn img{
    width: 40px;
}
.sub-v{
    margin-bottom: 14px;
    border-bottom: 1px solid  #00AAFF;
    padding-bottom: 16px;
}
.video-img .sub-v:last-child{ 
    border-bottom: 0px;
}
.ctn-img {
    background-image: url(../img/ctn-img.png);
    background-size: 48%;
    background-position: center left;
    /* height: 600px; */
    background-repeat: no-repeat;
    padding-right: calc((100vw - 1290px)/ 2);
}
input{
    width: 100%;
    border-radius: 150px;
    border: 1px solid #000;
    padding: 15px 20px;
    margin-bottom: 15px;
    outline: none;
    background-color: transparent;
    font-family: "General Fonts regular";
    
}
textarea{
     border: 1px solid #000;
    resize: none;
    height: 150px;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    outline: none;
    background-color: transparent;
    font-family: "General Fonts regular";
}
.submit-btn{
    width: fit-content;
    margin-top: 25px;
}
.submit-btn input{
    padding: 10px 30px;
    background-color: #000066;
    color: #fff;
    font-family: "General Fonts semibold";
}
form {
    position: relative;
    z-index: 3;
}
.contact-imgs {
    display: none;
}
footer {
    background-color: #000066;
    padding: 80px 0px 30px 0px;
}
.social-links ul {
    padding-left: 0px;
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.social-links ul li {
    list-style-type: none;
}
.social-links ul li a {
    padding: 5px 8px 8px 8px;
    transition: all .3s;
    border-radius: 50px;
}
.social-links ul li a:hover{
    color: #00AAFF;
}
footer h3{
    color: #FFF;
    font-family: "General Fonts semibold";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.frt-menu {
    padding-left: 0px;
}
.frt-menu li{
    list-style-type: none;
}
.frt-menu li a, footer p, .ftr-address a,  footer span a{
    color: #FFF;
    font-family: "General Fonts light";
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 15px;
    display: inline-block;
}
footer a, footer span a{
    transition: all .3s;
}
footer a:hover, footer span a:hover{
    color: #00AAFF;
}
footer i{
    color: #fff;
}
.ftr-address .d-flex{
    gap: 10px;
}
.ftr-address, .bottom-bar {
    position: relative;
    z-index: 1;
}
footer hr{
    border-top: 1px solid #fff;
    opacity: 0.2;
        margin: 30px 0px;
}
footer {
    position: relative;
}
footer::after {
    background-image: url('../img/footer-img.png');
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 20%;
    background-position: center;
    background-size: cover;
    opacity: 0.95;
}
.bottom-bar {
    display: flex;
    justify-content: space-between;
}
.bottom-bar p, .bottom-bar a{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.bottom-bar .d-flex{
    gap: 5px;
}
.hidden {
    visibility: hidden;
}
.indus {
    padding: 80px 10px 120px 10px;
}
.mtts {
    margin-top: 30px;
}
.float_header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0px;
    z-index: 8;
    animation: header_flow .5s linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.submit-btn input {
    transition: all .3s;
}
.submit-btn input:hover {
    background-color: #00AAFF;
}
.ply-icn, .sub-v-icn {
    cursor: pointer;
}
.social-links i{
    font-size: 20px;
}
.you-i {
    width: 25px;
   filter: invert(1) brightness(100) saturate(0);
}
.social-links ul li:first-child a{
    padding: 3px 5px 8px 5px;
}
.social-links ul li i{
     transition: all .2s;
    position: relative;
    top: 2px;
    left: 5px;
}
.social-links ul li:hover i{
    color: #00AAFF;
}
.bottom-bar a{
    text-decoration: none;
    color: #fff;
}
.line-b, .line-b-one, .line-three, .line-four {
    position: relative;
}
.line-b::after {
     position: absolute;
    bottom: 45px;
    content: url(../../assets/img/line.svg);
    width: 10px;
    height: 10px;
    left: 130px;
    display: block;
}
.line-b-one::after{
    position: absolute;
    bottom: 45px;
    content: url(../../assets/img/line-two.png);
    width: 10px;
    height: 10px;
    left: 85px;
    display: block;
}
.line-three::after{
    position: absolute;
    top: -145px;
    content: url(../../assets/img/line-three.png);
    width: 10px;
    height: 10px;
    left: 45px;
    display: block;
}
.line-four::after{
    position: absolute;
    top: -90px;
    content: url(../../assets/img/line-five.png);
    width: 10px;
    height: 10px;
    left: 155px;
    display: block;
}

.thanks-page h2{
    font-size: 50px;
}
.thanks-page h3{
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.text-centerss {
    width: fit-content;
    margin: 0px auto;
}
.thanks-page .text-center img {
    width: 100px;
    margin-bottom: 20px;
}


@keyframes header_flow  {
 0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes border-glow {
    100%{
       border: 15px solid #00aaff36;
    }
}


@keyframes gear-rotate {
    100% {
        transform: rotate(360deg) scale(0.5);
    }
}

@keyframes gear-rotates {
    100% {
        transform: rotate(360deg) scale(0.5);
    }
}

.modal-content iframe {
    width: 100%;
}
.btn-close {
    position: absolute;
    right: -15px;
    z-index: 1;
    background-color: #54dfff;
    border-radius: 100px;
    padding: 10px;
    opacity: 1;
    top: -15px;
}
.modal-body, .modal-header{
    padding: 0px;
}
.modal-content {
    background-color: transparent;
}
.wewin-automation-logo {
    padding: 10px 0px;
}
.slider-container .item img{
   transition: all .3s;
   overflow: hidden;
}
.slider-container .item:hover img{
   transform: scale(1.02);
}
.sub-head {
    padding-top: 0px !important;
    color: #000066 !important;
    font-family: "General Fonts regular" !important;
}
.social-links li a{
    color: #fff;
    font-family: "General Fonts regular";
    text-decoration: none;
}




@media(min-width: 1300px){
    .container {
        width: 100%;
        max-width: 1290px;
        padding: 0px;
    }
}

@media(max-width: 1700px){
    .s-item-one, .s-item-two, .s-item-three {
        height: 500px;
    }
    .carousel-caption {
    width: 45%;
    top: 40%;
  }
  /* .carousel-indicators{
    bottom: 17%;
    left: -150px;
  } */
}

@media (max-width: 1400px){
    .ctn-img{
        background-size: 54%;
    }
    .common-spacing{
        padding: 80px 10px;
    }
    .slider-container.mt-5{
        margin-top: 15px !important;
    }
    .gear-one img, .gear-two img{
        width: 300px;
    }
}


@media (max-width: 1299px){
    .carousel-indicators{
        left: inherit;
        top: inherit;
        bottom: 0px;
        justify-content: center;
        margin-right: inherit;
        width: 100%;
        padding-bottom: 25px;
    }
    .contact-us .gear-one img{
        width: 150px;
    }
    .grp-cmps h2, .indus h2{
        width: 70%;
    }
     nav ul li a{
        font-size: 15px;
    }
    
}

@media(max-width: 1290px){
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 15px;
    }
}

@media(max-width: 1199px){
    .ctn-img{
        background-size: 46%;
    }
    .gear-cnt{
        width: 65%;
    }
   
}

@media (max-width: 1024px){
    .carousel-caption{
        width: 70%;
    }
    h4 {
      font-size: 22px;
      line-height: 30px;
    }
}

@media (max-width: 991px){
    .main-logo img{
        width: 115px;
    }
    .line-b::after {
        left: 220px;
    }
    .gear-one img, .gear-two img{
        width: 250px;
    }
    .gear-cnt h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .gear-cnt .cmm-txt {
        font-size: 15px;
    }
    .l-w{
        width: 90%;
    }
    .gear-cnt {
        width: 85%;
    }

    .indus {
        padding: 50px 0px 80px 0px;
    }
    footer::after {
        display: none;
    }
    .hidden {
        display: none;
    }
    .common-spacing {
    padding: 50px 0px;
    }
    .indus {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .menu-list{
        display: block;
    }
    .menu-list li{
        margin-bottom: 10px;
    }
    .menu-list li a{
         display: inline-block;
         width: 100%;
         padding: 12px 0px 15px 10px;
         border-bottom: 1px solid #00000017;
    }
    .menu-list li:last-child a{
        border-bottom: 0px;
        padding: 12px 0px 5px 10px;
    }
     .top-btn.text-centers{
        position: absolute;
        top: 25px;
        right: 90px;
    }
    .mobile-menu-icon {
        display: block;
        position: absolute;
        top: 30px;
        right: 20px;
    }
     .mobile-menu-icon img{
        width: 40px;
    }
    .mobile-menu-icon + ul{
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 10px;
        margin-top: 5px;
        background-color: #fff;
        z-index: 999;
    }
    .mobile-menu-icon + .menu-list.active_mobile_menu{
        opacity: 1;
        visibility: visible;
    }
    .menu-frnt {
        z-index: 10;
    }
    .menu-list {
       position: absolute;
      width: 95%;
    }
    .top-btn.text-centers a:first-child { 
       display: none;
    }
    .top-btn.text-centers a:last-child {
        display: block;
        padding: 16px;
    }
    .about-us h2, .core-values h2, .grp-cmps h2, .indus h2, .videos h2 {
        width: 100%;
    }
    .about-img{
        padding-right: 0px;
        padding-bottom: 20px;
    }
    h2,h1 {
        font-size: 25px;
        line-height: 34px;
    }
    .sub-title + .cmm-txt,  .crd-txt h3 {
        min-height: auto;
    }
    .video-img {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
    }
    .sub-v {
        width: 47%;
    }
    .video-img {
        margin-top: 10px;
    }
    .owl-dots{
        position: unset;
    }
    .contact-imgs {
    display: block;
  }
  .ctn-img{
    padding-right: 10px !important;
    background: none;
  }
  

}

@media (max-width: 768px){
    .carousel-item::before{
        background: linear-gradient(90deg, rgba(0, 0, 102, 0.6) 100%, rgba(87, 199, 133, 0) 100%);
    }
    .mts-5{
        margin-top: 20px;
    }
    .line-b::after, .line-b-one::after, .line-three::after, .line-four::after { 
        display: none;
    }
    .mtts {
        margin-top: 10px;
    }
    .gear-cnt{
        width: 100%;
    }
    .gear-two {
        display: none;
    }
    .gear-cnt {
        padding-bottom: 25px;
    }
    .trt, .trc {
        text-align: start;
    }
    .gear-one img, .gear-two img {
        width: 150px;
    }
    .carousel-caption, .sub-v{
        width: 100%;
    }
    .social-links ul{
        margin-bottom: 30px;
    }
    .indus {
        padding: 40px 0px 60px 0px;
    }
    .common-spacing {
    padding: 40px 0px;
    }
    footer {
        padding: 40px 0px 30px 0px;
    }
}

@media (max-width: 570px){
    .bottom-bar {
        display: block;
    }
    .bottom-bar .d-flex{
        padding-top: 10px;
    }
    nav{
        padding: 5px 10px;
    }
    .main-logo img{
        width: 85px;
    }
    .top-btn.text-centers a:last-child{
        padding: 10px 12px;
    }
    .top-btn.text-centers{
        top: 8px;
    }
    .mobile-menu-icon{
        top: 10px;
    }
}

@media (max-width: 527px){
    .menu-list {
        left: 9px;
    }
    .carousel-item h2{
        font-size: 30px;
        line-height: 38px;
    }
    .carousel-caption {
        left: 20px;
        padding-right: 10px;
    }
   .indus h2 br{
    display: none;
   }
    .pop-img img{
    width: 330px;
    height: 474px;
 }

}