

.banner-inner {
    position: relative;
}

/* .banner-inner::after{
    position: absolute;
    content: '';
    background: transparent linear-gradient(89deg, #0000008D 0%, #0000000A 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    top: 0;
} */

.inner-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(267deg, #0C144B00 0%, #060B2A99 100%) 0% 0% no-repeat padding-box;
}
.inner-banner-content h1 span {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 58px;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}
.articles-banner .inner-banner-content h1
{
    max-width: 650px;
}

.inner-banner-content h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 52px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    margin-bottom: 25px;
    line-height: 58px;
    max-width: 630px;
}
.contact-banner .inner-banner-content p{
    max-width: 360px;
}
.inner-banner-content p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    max-width: 551px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}
.content-wrapper {
    padding-top: 0px;
}
.content-wrapper img{
    margin-bottom: 22px;
}
.content-wrapper a {
    font-size: 16px;
    color: #C1C2C5;
    margin-bottom: 27px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.content-wrapper a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.content-wrapper a:hover::before{
    background: url(../image/back-to-media-white-arrow.svg) no-repeat;
    transform: rotate(90deg);
       margin: 0 12px 0px 0;
       height: 12px;
}
.content-wrapper a::before {
    content: "";
    position: relative;
    display: inline-block;
height: 10px;
    background: url(../image/arrow-back.svg) no-repeat;
    margin-right: 6px;
        margin-left: 5px;
}


.our-services{
    padding: 164px 0 141px;
}

.our-services-banner .content-wrapper {
    margin-top: 20px;
}

.our-services-title {
    margin-bottom: 48px;
    margin-left: 120px;
}
.our-services-title h2 {
    margin-bottom: 26px;
}

.our-services-title p {
    line-height: 26px;
    max-width: 694px;
}

.our-services-details .row {
    row-gap: 81px;
}
.service-box {
    position: relative;
    overflow: hidden;
  }
  
  .service-box-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 22px);
    background: #1B2967;
    color: #fff;
    display: grid;
    grid-template-columns: 6fr 1fr;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-in-out;
    border-radius: 15px 0px 16px 0px;
    padding: 19.5px 28px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
  }
  
.service-box:hover .service-box-content {
    grid-template-rows: 1fr;
    background: #1B2967;
}
  
  .service-box-content-inner {
    overflow: hidden;
    margin-top: 12px;
  }
  
  .service-box-content-inner h3 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    color: #FFFFFF;
}
  
  .service-box-content-inner p {
    font-size: 16px;
    margin-top: 17px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    max-width: 254px;
    margin-bottom: 0px;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  
  .service-box:hover .service-box-content-inner p {
    opacity: 1;
  }
  
  .service-box-content-logo img {
    width: 40px;
    height: auto;
  }
  .service-box-content-logo img {
    max-width: 36px;
    height: 40px;
}



  @media screen and (max-width: 1200px) {
    .inner-banner-content h1 {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 38px;
        font-weight: bold;
        font-family: 'Arial', sans-serif;
        margin-bottom: 28px;
        line-height: 46px;
        max-width: 510px;
    
    }
    .inner-banner-content h1 span {
        font-size: 38px;
        line-height: 46px;
    }
    .service-box-content-inner h3 {
        font-size: 16px;
    }    
    .service-box-content {
        padding: 19.5px 19px;
    }   
    .our-services {
    padding: 100px 0 80px;
}
.our-services-title {
    margin-left: 100px;
} 
}

@media screen and (max-width: 991px) {
    .service-box-content-inner h3 {
        font-size: 12px;
    }    
    .service-box-content {
        padding: 13.5px 13px;
    } 
    .service-box-content-inner p {
        font-size: 12px;
        line-height: 18px;
    }
}

.desktop-banner {
    display: block;
}
.mobile-banner {
    display: none;
}
.service-box img {
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    .our-services-banner .content-wrapper {
        margin-top: 00px;
    }
    .mobile-banner {
        display: block;
    }
    .desktop-banner {
        display: none;
    }   
    .content-wrapper {
        padding-top: 0;
        margin-left: 0px;
    }

    .our-services-title {
        margin-bottom: 48px;
        margin-left: 0px;
    }
    .service-box-content-inner h3 {
        font-size: 16px;
    }
      
      .service-box-content-inner p {
        font-size: 16px;
        line-height: 26px;
      }
      .service-box-content {
        border-radius: 15px 0px 16px 0px;
        padding: 19.5px 28px;
      }

}

/* Service Detail */

.services-detail-title h2{
    text-align: center;
    margin-bottom: 36px;
}

.services-detail-title h2 span{
    display: block;
}

.leading-services{
    padding: 155px 0 94px;
}
.services-detail-cards {
    display: flex;
    flex-direction: column;
    row-gap: 101px;
}
.detail-block {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
}
.blue{
    background: #318ACF;
}
.dark-blue{
    background: #1B2967;
}

.grey{
    background: #848584;
}
.light-blue{
    background: #4883C1;
}

.detail-block:nth-child(even){
    flex-direction: row-reverse;
}
.image-box {
    width: 47.8%;
    max-width: 578px;
    background: #4883C1;
    border-radius: 13px;
}
.image-box img{
    border-radius: 14px;
}
.detail-box-content {
    width: 52.2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px 0 60px;
}
.detail-box-content h3{
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 23px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: 'Arial', sans-serif;
}
.detail-box-content .para-ct{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.detail-box-content .para-ct p{
    font-size:16px;
    line-height: 26px;
    font-family: 'Roboto' ,sans-serif;
    color: #fff;
    margin-bottom: 0px;
}
.industry-portfolio {
    padding: 144px 0 156px;
    background: #F6FAFF;
}

.industry-portfolio h2{
    text-align: center;
    margin-bottom: 39px;
}

.ltrSwiper{
    margin-bottom: 50px;
}
.explore-other-pages {
    padding: 190px 0 155px;
    background: #F3F3F3;
    margin-bottom: 99px;
}

.explore-other-pages .title-card h2 {
    max-width: 498px;
    margin-top: 25px;
}

.explore-other-pages .first-row {
    display: flex;
    justify-content: end;
    margin-bottom: 65px;
    column-gap: 20px;
}
.explore-other-pages .sec-row {
    display: flex;
    justify-content: end;
    column-gap: 20px;
    margin-left: 0%;
}

.explore-other-pages .explore-blocks{
    box-shadow: 0px 10px 40px #0C144B1A;
    border-radius: 20px;
    width: 100%;
    max-width: 282px;
    height: 147px;
    position: relative;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.explore-other-pages .explore-blocks img{
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.explore-other-pages .explore-blocks:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.explore-blocks h3{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0px;
    color: #0C144B;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 30px;
}
.explore-blocks:hover h3{
    color: #318ACF;
}
.sl-img-wrapper{
    position: relative;
}

.industry-portfolio .sl-img-wrapper img{
     margin: 0px 0;
    box-shadow: none;
    border-radius: 20px;
    width: 100%;
}

.industry-portfolio .sl-img-wrapper .video-popup-btn img{
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0px 4px 15px #0C144B1A;
    width: 18px;
    height: 28px;
    position: relative;
    z-index: 1;
}

.sl-img-wrapper .video-popup-btn{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
}
.sl-img-wrapper .video-popup-btn::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #fff;
    width: 78px;
    height: 78px;
     transition: all 0.3s ease-in-out;
}
.sl-img-wrapper .video-popup-btn:hover::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #fff;
    width: 78px;
    height: 78px;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;   
}
.sl-img-wrapper .video-popup-btn::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 0.5px solid rgba(255, 255, 255, 0.6);
    width: 130px;
    height: 130px;
}
.sl-img-wrapper .video-popup-btn:hover img{
   position: relative;
   z-index: 1;
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .button-close {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: -40px;
}
.button-close svg{
    width: 20px;
    height: 20px;
}

@media(max-width: 1200px){
    .detail-box-content {
        padding: 0 30px;
    }
    .detail-box-content .para-ct {
        row-gap: 15px;
    }
    .detail-box-content .para-ct p{
        font-size: 14px;
    }
    .detail-box-content h3 {
        margin-bottom: 15px;
    }    
    .explore-other-pages
 {
    padding: 130px 0 100px;
 }
}


@media (max-width: 991px) {
    .detail-box-content .para-ct p {
        font-size: 12px;
        line-height: 18px;
    }
    .detail-box-content .para-ct {
        row-gap: 10px;
    }
    .explore-other-pages{
        margin-bottom: 80px;
    }


}

@media (max-width: 767px) {
    
.image-box {
    width: 100%;
    max-width: 100%;
}
.detail-box-content{
    width: 100%;
}
    .explore-other-pages{
        margin-bottom: 100px;
    }
.detail-block {
    flex-direction: column;
}
.detail-block:nth-child(even) {
    flex-direction: column;
}
.explore-other-pages .first-row {
    row-gap: 65px;
    flex-direction: column;
}
.explore-other-pages .sec-row {
    row-gap: 65px;
    flex-direction: column;
}
.explore-other-pages .explore-blocks{
    max-width: 100%;
    margin: auto;
}
.explore-other-pages
 {
    padding: 90px 0 100px;
 }
}

/* 
company-listing */


.map-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 105px;
}

.map-banner .content-wrapper{
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.map-banner .content-wrapper h3{
    font-size: 34px;
    line-height: 42px;
    color: #0C144B;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    max-width: 589px;
}
.map-banner .content-wrapper p{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #888B95;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    max-width: 486px;
}

.companies{
    padding: 130px 0 114px;
}
.companies .companies-list-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    padding: 0 80px;
}
.companies .companies-list-title h2 {
    max-width: 575px;
    position: relative;
    margin-top: -25px;
}
.companies .companies-list-title p{
    max-width: 408px;
    line-height: 22px;
}
.companies .companies-list-title h2 span
 {
    display: block;
}
.list-box{
    position: relative;
    background: #F6F7FB 0% 0% no-repeat padding-box;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.list-box:hover::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 182px;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(0deg, #090E33E6 0%, #0A103C9E 51%, #0C144B00 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 20px 20px;
    opacity: 0.85;
}
.list-box-logo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-box-content{
    width: 100%;
    position: absolute;
    bottom: 25px;
    padding: 0 20px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.list-box-content-lt h4{
    color: #318ACF;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: 'Arial', sans-serif;
    margin-bottom: 12px;
}
.list-box-content-lt p{
    color: #131226;
    font-size: 14px;
    line-height: 19px;
    padding-left: 8px;
}
.logo-text{
    display: flex;
    align-items: center;
}
.list-box:hover{
    background: none;
}

.box-hover-img{
    opacity: 0; 
    transition: all 0.3s ease-in-out;
}
.list-box:hover .box-hover-img{
    opacity: 1; 
    transition: all 0.3s ease-in-out;
}
.list-box:hover .list-box-logo{
    opacity: 0; 
    transition: all 0.3s ease-in-out;
}
.list-box:hover .list-box-content-lt h4{
    color: #fff;
}
.list-box:hover .list-box-content-lt p{
    color: #fff;
}
.list-box:hover .list-box-content-rt img{
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
.companies-list-details .row{
    row-gap: 24px;
}

@media(max-width: 1200px){
    .map-banner .content-wrapper h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .companies .companies-list-title p {
        max-width: 408px;
        line-height: 20px;
    } 
    .companies .companies-list-title h2 {
        max-width: 360px;
    }
    .list-box-logo img {
        max-width: 200px;
    } 
    
}


/* about us */

.about-us-banner .content-wrapper {
    padding-top: 110px;
    margin-left: 0px;
}

.message-section{
    padding: 100px 0 144px; 
    background: #F6FAFF;
}
.message-section .message-section-title{
    margin-bottom: 74px;
}

.message-section-title h2{
    max-width: 694px;
}
.message-section-title h2 span{
    display: block;
}

.message-section-desc{
    display: flex;
        justify-content: center;
        align-items: flex-start;
        column-gap: 40px;
}

.message-section-desc .ct-para{
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    margin-bottom: 12px;
    max-width: 917px;
}
.message-section-desc .dir-name h4{
    color: #B89755;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 3px;
    font-weight: 700;
}

.message-section-desc .dir-name p{
    font-size: 16px;
    line-height: 21px;
    color: #0C144B;
}

.global-eng-mastery{
    padding: 119px 0 160px;
}
.global-eng-mastery img{
    border-radius: 20px;
}
.global-eng-mastery .row{
    row-gap: 107px;
}
.global-eng-mastery p{
    margin-bottom: 30px;
}
.right-ct h2{
    max-width: 474px;
    margin-bottom: 20px;
}
.right-ct {
    padding-left: 70px;
}
.left-ct{
    padding-right: 122px;
}
.left-ct p{
    margin-bottom: 30px;
}

.global-expansion {
    padding: 160px 0;
    background: #1B2967;
}

.box-hover-img{
    border-radius: 20px;
}

.global-exp-title h2 span{
    color: #FFF;
    display: block;
}
.mission-and-vision{
    position: relative;
    margin-top: -1px;
}
.mission-and-vision::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1242px;
    top: 0;
    background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFFE7 60%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.mission-vision-title h2 {
    max-width: 373px;
    margin-bottom: 12px;
    line-height: 48px;
    display: block;
}
.mission-and-vision h2 i{
    color: #888B95;
    font-style: normal;
}
.mission-vision-blocks{
    display: flex;
    column-gap: 20px;
    margin-top: 70px;
}
.mission-vision-blocks .modal-button{
    background: #fff;
    width: 300px;
    height: 207px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 15px 30px #0C144B26 !important;
    border-radius: 20px;
    position: relative;
    border: none;
}

.mission-and-vision .block-arrow{
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all ease-in-out 0.3s;
}
.mission-vision-blocks .modal-button:hover .block-arrow{
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
}
.mission-vision-title p{
    font-size: 16px;
    line-height: 26px;
    max-width: 331px;
}
/* .mission-and-vision .desktop-banner{
    position: absolute;
    top:0;
    z-index: -1;
} */
.container-wrapper {
    position: absolute;
    top: 147px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.our-values{
    padding: 177px 0 155px;
    background: #1B2967;
}
.our-values .row{
    row-gap: 24px;
}
.our-values-block{
    border-radius: 15px;
    padding: 64px 27px 20px 35px;
    min-height: 305px;
}
.our-values-block h4{
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}
.our-values-block p{
    letter-spacing: 0px;
    color: #E2E2E2;
    font-size: 16px;
    line-height: 22px;
}
.our-values-desc{
    color: #FFF;
}
.our-values-desc h2{
    max-width: 183px;

}
.our-values-desc h2 span{
    color: #FFF;
} 
.our-values-desc p{
    max-width: 254px;
    color: #FFF;
}
.blackish-blue{
    background: #131326;
}
.blue-medium{
    background: #006BB1;
}
.light-grey{
    background: #848584;
}
.light-blue{
    background: #4883C1;
}
.green-blue{
    background: #ABBDC5;
}
.violet-blue{
    background: #8D9ABA;
}
.purple-blue{
    background: #475C86;
}
.light-green-blue{
    background: #5CC3D6;
}
.our-clients{
    padding: 141px 0 175px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F6FAFF 100%) 0% 0% no-repeat padding-box;
    margin-bottom: 100px;
}
.our-clients h2{
    text-align: center;
    margin-bottom: 43px;
}

.mission-vision .modal-content{
    box-shadow: 0px 15px 30px #0C144B26;
    border-radius: 20px;
}
.mission-vision h2{
    max-width: 264px;
    color: #888B95;
}
.mission-vision p{
    max-width: 551px;
    margin-left: 33px;
    color: #0C144B;
}
.mission-vision h2 span{
    display: block;
}

.mission-vision .modal-body{
    padding: 90px 64px;
}
.mission-vision .modal-dialog {
    max-width: 1200px;
}
.mission-vision .row{
    row-gap: 58px;
}
.colour-block h4{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    max-width: 225px;
    margin: 0 auto 32px;
}
.colour-block p{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    max-width: 220px;
    margin: 0 auto;
}

.colour-block{
    padding: 66px 38px 0 30px;
    min-height: 311px;
    border-radius: 15px;
    text-align: center;
}

.darker-blue{
    background: #091A3E;
}
.mission-vision .button-close {
    border: none;
    background: none;
    position: absolute;
    right: 35px;
    top: 35px;
    cursor: pointer;
    z-index: 2;
}

.blue-medium:hover {
    background: #5CC3D6;
}
.darker-blue:hover {
      background: #006BB1;
}
.light-green-blue:hover {
      background: #006BB1;
}

.violet-blue:hover {
    background: #475C86;
}
.brown:hover {
      background: #8D9ABA;
}
.purple-blue:hover {
     background: #262626;
}
.colour-block {
  transition: transform 0.3s ease;
}
.blackish-blue:hover{
    background: #848584;
}
.blue:hover{
        background: #ABBDC5;
}
.light-grey:hover{
    background: #131326;
}
.light-blue:hover{
    background: #848584;
}
.green-blue:hover{
        background: #318ACF;
}
.our-values-block:hover{
    transform: translateY(-10px);   
}
.our-values-block{
     transition: transform 0.3s ease; 
}

.colour-block:hover {
  transform: translateY(-10px); 
}
.mission-vision .button-close svg {
    width: 12.5px;
    height: 12.5px;
}
.mission-vision .button-close:hover {
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
}

.global-exp-wrapper .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-exp-title h2{
    margin-bottom: 47px;
}

.global-exp-title p{
    max-width: 249px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.slider-sec {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 563px;
    justify-content: center;
    align-items: center;
}
.gallery-container {
    width: 730px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  
  .gallery-main {
    width: 600px;
    height: auto;
    box-shadow: 0 50px 75px 50px rgba(#1e1e1e, 0.18);
    border: none;
    border-radius: 16px;
  }
  
    /* .swiper-button {
      &-prev,
      &-next {
        position: absolute;
        bottom: 0;
        right: 0;
        top: auto;
        left: auto;
        height: 75px;
        width: 40px;
        color: #e9e9e9;
        background: #1e1e1e;
  
        &::after {
          font-size: 12px;
        }
      }
  
      &-prev {
        right: 40px;
        border-right: 1px solid #e9e9e9;
      }
    }
  } */
  
  .gallery-title {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Epilogue", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(#000, 0.3);
    color: #ffffff;
  
    .swiper-slide-active & {
      animation: slide-in 0.3s ease-in both;
    }
  }
  
  .gallery-thumbs {
    width: 300px;
    height: 580px;
    margin-right: 15px;
    padding-left: 60px;

  
    .swiper-slide {
      img {
        transition: 0.3s;
      }
  
      &-active {
        opacity: 0.9;
      }
  
      &-thumb-active {
        opacity: 1;
  
        img {
          margin-left: -15px;
        }
      }
    }
  }
  
  /**
   * Optionnal
   */
  
  @keyframes slide-in {
    from {
      opacity: 0;
      right: -50%;
    }
  }
/* 
  .swiper-button-next:after, .swiper-button-prev:after {
    content: 'none' !important;
} */

.global-exp-wrapper{
    position: relative;
}
.global-exp-wrapper .swiper-button-prev {
    transform: rotate(180deg);
    right: -55px;
    left: auto;
    bottom: 43px;
    margin-top: -40px;
}
.global-exp-wrapper .swiper-button-next {
    right: -55px !important;
    left: auto;
    margin-top: 20px;
}

.slider-sec .swiper-slide-thumb-active .year
 {
    font-size: 46px;
    line-height: 48px;
    font-weight: bold;
}
.slider-sec .year{
    padding-left: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}
.bullet-circle{
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: relative;
}
/* .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-prev {
    display: flex;
    row-gap: 30px;

} */

.slider-year {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}


.swiper-slide-thumb-active .bullet-circle::after {
    content: "";
    background: url(../image/active-bullet-point.svg);
    width: 39px;
    height: 39px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: 6;
    display: block;
}

.slider-sec .swiper-slide img{
    border-radius: 18px;
    width: 100%;
}
.gallery-container .swiper-slide{
    position: relative;
}
.gallery-container .swiper-slide::after{
    content: "";
    background: transparent linear-gradient(0deg, #090E33E6 0%, #0A103C9E 51%, #0C144B00 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px;
    position: absolute;
    height: 230px;
    width: 100%;
    bottom: 0;
    border-radius: 0 0px 15px 15px;
}

.slider-sec .swiper-slide{
    display: flex;
    padding-top: 40px;
    align-items: center;
}


/* .slider-sec .swiper {
    width: 100%;
    height: 100%;
  }

 .slider-sec .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
}

.slider-sec {
    height: 590px;
    overflow: hidden;
} 

.slider-sec .swiper-pagination {
    position: absolute;
    text-align: center;
    width: 200px !important;
    height: 100% !important;
    display: flex;
    z-index: 10;
    flex-direction: column;
    justify-content: space-between;
    left: 0;
    padding: 70px 0 40px 40px;
}
.slider-sec .swiper-pagination::before{
    content: "";
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 52%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 43px;
    bottom: 0px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .year {
    font-size: 46px;
    line-height: 60px;
    font-weight: bold;
    position: absolute;
    bottom: -25px;
    left: 20px;
}
.slider-sec .year{
    padding-left: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.swiper-pagination-bullet .year {
    position: absolute;
    bottom: -10px;
}
.swiper-pagination-bullet {
    position: relative;
}
.swiper-pagination-bullet{
    background: #fff;
    position: relative;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    background: url(../image/active-bullet-point.svg);
    width: 39px;
    height: 39px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: 6;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: 'none' !important;
}
.slider-sec .swiper-button-next {
    transform: rotate(180deg);
    right: 0px;
    left: auto;
    bottom: 43px;
    margin-top: -40px;
}
.slider-sec .swiper-button-prev {
    right: 0 !important;
    left: auto;
    margin-top: 20px;
}
.global-exp-wrapper .row {
    align-items: center;
}
.global-exp-title h2{
    margin-bottom: 47px;
}
.global-exp-title p{
    color: #fff;
    max-width: 249px;
}
.slider-sec .swiper-slide {
    border-radius: 16px;
    position: relative;
}
.slider-sec .swiper-slide::after{
    position: absolute;
    width: 100%;
    height: 229px;
    background: transparent linear-gradient(0deg, #090E33E6 0%, #0A103C9E 51%, #0C144B00 100%) 0% 0% no-repeat padding-box;
} */

.gallery-thumbs{
    position: relative;
}
.gallery-thumbs::before {
    content: "";
    position: absolute;
    left: 64px;
    height: calc(100% + 40px);
    bottom: 0px;
    width: 1px;
    opacity: 0.5;
}
.slide-img-wrapper{
    position: relative;
    overflow: hidden;
}
.gallery-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    z-index: 1;
}
.gallery-overlay h4{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    min-width: 130px;

}
.gallery-overlay p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}


.gallery-overlay span{
    background: #FFFFFF;
    opacity: 0.3;
    width: 1px;
    height: 42px;
    margin: 0 23px;
    display: block;
}
.slide-img-wrapper::before{

    content: "";
    background: transparent linear-gradient(0deg, #090E33E6 0%, #0A103C9E 51%, #0C144B00 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px;
    position: absolute;
    height: 230px;
    width: 100%;
    bottom: 0;
}

@media (max-width: 1200px) {
    .message-section-title h2 {
        max-width: 650px;
    }
    .right-ct {
        padding-left: 20px;
    }
    .global-eng-mastery p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .left-ct {
        padding-right: 20px;
    }
    .mission-vision-blocks {
        display: flex;
        column-gap: 20px;
        margin-top: 40px;
    }
    .container-wrapper {
        position: absolute;
        top: 60px;
    }
    .mission-vision .row {
        row-gap: 30px;
    }
    .mission-vision .modal-body {
        padding: 70px 40px;
    }
    .about-us-banner .content-wrapper {
        padding-top: 0px;
        margin-left: 0px;
    }
    .about-us-banner .inner-banner-content p {
        max-width: 465px;
    }
    .our-values-block {
        padding: 50px 15px 20px 20px;
    }
    .our-values {
        padding: 110px 0 100px;
    }
    .gallery-thumbs {
        width: 220px;
        margin-right: 15px;
        padding-left: 20px;
    }
    .slider-sec .swiper-slide img {
        border-radius: 16px;
    }
    .global-expansion {
        padding: 110px 0;
        background: #1B2967;
    }
    .global-eng-mastery {
        padding: 110px 0 100px;
    }
    .gallery-thumbs::before
 {
    content: "";
    position: absolute;
    left: 24px;
    height: 100%;
    width: 1px;
    background: #fff;
    opacity: 0.5;
}

.gallery-main
{
   width: 500px;
}


    .global-exp-wrapper .col-md-3{
        padding: 0 0px !important;
    }
 .global-exp-wrapper .swiper-button-prev
 {
    transform: rotate(180deg);
    right: -25px;
}
.global-exp-wrapper .swiper-button-next
 {
    right: -25px !important;
 }
 .global-exp-wrapper .swiper-button-prev img

  {
     width: 20px;
 }
 .global-exp-wrapper .swiper-button-next img

 {
    width: 20px;
}
}

@media (max-width: 991px) {
    .message-section {
        padding: 80px 0 80px;
    }    
    .right-ct h2 {
        margin-bottom: 15px;
    }
    .global-eng-mastery p {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 16px;
    }
    .global-eng-mastery .row {
        row-gap: 60px;
    }
    .global-eng-mastery{
        padding: 80px 0 80px;
    }
    .global-expansion {
        padding: 80px 0;
    }
    .slider-sec .year {
        font-size: 16px;
    }    
    .slider-sec .swiper-slide-thumb-active .year {
        font-size: 46px;
        line-height: 60px;
        font-weight: bold;
    }
    .slider-sec .swiper-slide img
     {
            border-radius: 16px;
            max-width: 305px;
        }
    .mission-vision-blocks .modal-button {
        background: #fff;
        width: 220px;
        height: 130px;
    }
    .mission-vision-blocks {
        display: flex;
        column-gap: 20px;
        margin-top: 20px;
    }    
    .mission-vision-title p {
        max-width: 331px;
        font-size: 14px;
        line-height: 20px;
    }
    .our-values-block p {
        letter-spacing: 0px;
        color: #E2E2E2;
        font-size: 12px;
        line-height: 20px;
    }
    .our-values-desc p {
        max-width: 254px;
        color: #FFF;
        font-size: 12px;
        line-height: 20px;
    }
    .our-values-block h4 {
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
    }    
    .our-values-block {
        min-height: 290px;
    }
    .our-clients {
        padding: 80px 0 80px;
    }    
    .colour-block
 {
    padding: 40px 25px 0 25px;
    min-height: 270px;

 }
 .swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}
.gallery-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 20px;
    z-index: 1;
}
.gallery-overlay span {
    display: none;
}
    
    

}
@media screen and (max-width: 767px) {

.gallery-overlay h4 {
    margin-bottom: 14px;
}
    
    .mission-vision h2
 {
    max-width: 100%;
    text-align: center;
    color: #888B95;
    margin-bottom: 0px;
}
.mission-vision .row {
    row-gap: 20px;
}
.mission-vision .button-close {
    right: 30px;
    top: 30px;
}
.mission-vision p
 {
    text-align: center;
    max-width: 551px;
    margin-left: 0px;
 }
 .mission-vision .modal-body {
    padding: 70px 27px 27px 27px;
}
.mission-vision h2 span {
    display: inline;
}
.colour-block h4
 {
    max-width: 100%;
    margin-bottom: 20px;
    
 }
 .colour-block p{
    text-align: left;
 }
 .colour-block
  {
         padding: 40px 25px 0 25px;
         min-height: 215px;
     }

    .about-us-banner .inner-banner-content{
        margin-top: 90px;
    }
    .message-section {
        padding: 108px 0 106px;
    }
    .message-section-title h2 {
        max-width: 650px;
        text-align: center;
    }
    .message-section-desc {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 40px;
        flex-direction: column;
    }
    .ct-para p{
        text-align: center;
    }
    .dir-name{
        text-align: center;
    }
    .message-section .message-section-title{
    margin-bottom: 4px;
    }
    .message-section-desc .ct-para {
        margin-bottom: 42px;
    }
    .block-img img{
        max-height: 261px;
    }
    .global-eng-mastery .row {
        row-gap: 30px;
    }
        .global-exp-title h2 {
        text-align: center;
        max-width: 222px;
        margin: auto;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .global-exp-title{
        margin-bottom: 59px;
    }
    .global-exp-title p
 {
    max-width: 350pc;
 }
.global-exp-title p
 {
        text-align: center;
        margin: auto;
    }
    .mission-and-vision::after {
        content: none;
    }
    .mission-vision-title h2 {
        max-width: 260px;
        margin: auto;
        text-align: center;
        margin-bottom: 12px;
    }
    .mission-vision-title p {
        max-width: 331px;
        font-size: 14px;
        line-height: 20px;
        margin: auto;
        text-align: center;
    }
    .mission-vision-blocks {
        display: flex;
        column-gap: 20px;
        flex-direction: column;
        margin-top: 48px;
        row-gap: 15px;
        justify-content: center;
        align-items: center;
    }
    .mission-vision-blocks .modal-button {
        background: #fff;
        width: 300px;
        height: 207px;
    }
    .mission-vision-blocks .modal-button h4{
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        color: #0C144B;
        text-transform: uppercase;
    }
    .mission-and-vision .mobile-banner{
        position: absolute;
        bottom: 0px;
    }
    .container-wrapper {
        position: relative;
        margin-top: 60px;
        padding-bottom: 380px;
        top: 0;
    }
    .slider-sec {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .gallery-container {
        flex-direction: column;
    }
    .gallery-thumbs {
        width: 100%;
        height: auto;
        order: 2;
        position: relative;
        top: -90px;
    }
    .gallery-main {
        width: 100%;
    }
    .gallery-container {
        width: 100%;
    }
    .slider-sec .swiper-slide img
 {
        border-radius: 16px;
        max-width: 100%;
    }
    .slider-sec {
        height: auto;
    }
    .slider-sec .swiper-button-prev {
        transform: rotate(90deg);
        right: auto;
        left: 35%;
        top: auto;
        bottom: 0;
        margin: auto;
    }
    .slider-sec .swiper-button-next {
        right: auto !important;
        transform: rotate(-90deg);
        left: 55%;
        bottom: 0;
        margin: auto;
        margin-top: auto;
        margin-bottom: 0;
    }
    .gallery-container {
        width: 100%;
        padding-bottom: 151px;
    }
    .slider-sec .year {
        padding-left: 0px;
    }
    .slider-year {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .gallery-thumbs::before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        height: 1px;
        width: 100%;
        background: #fff;
        opacity: 0.5;
    }
    .slider-sec .swiper-slide-thumb-active .year {
        font-size: 32px;
        line-height: 43px;
        font-weight: bold;
    }
    .slider-sec .swiper-slide {
        padding-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our-values-desc h2 {
        max-width: 210px;
        margin-bottom: 30px;
    }
    .our-values-desc p {
        max-width: 100%;
        color: #FFF;
        font-size: 16px;
        line-height: 26px;
    }
    .our-values-block h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .our-values-block {
        padding: 50px 35px 45px 40px;
    }
    .our-values-block {
        min-height: 250px;
    }
    .our-values-desc {
        margin-bottom: 23px;
    }
    .our-values-block p {
        font-size: 16px;
        line-height: 22px;
    }
    .our-values .row {
        row-gap: 15px;
    }
    .gallery-overlay h4 {
        min-width: unset;
    }

    
}

/* company-details */

.supply-details{
    padding: 155px 0 120px;
}
.supply-details h3 {
    margin-bottom: 60px;
    color: #0C144B;
    font-size: 34px;
    font-family: 'Arial', sans-serif;
    line-height: 37px;
    text-transform: math-auto;
    font-weight: 700;
}


.supply-details h4{
    font-size: 23px;
    line-height: 30px;
    color: #091A3E;
    margin-bottom: 29px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.supply-ct {
    color: #888B95;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 0 116px;
    row-gap: 20px;
}
.supply-details .row{
    display: flex;
    row-gap: 60px;
}
.tech-details ul li{
    padding-left: 37px;
    color: #888B95;
    font-size: 16px;
    max-width: 563px;
    line-height: 22px;
    text-align: left;
    position: relative;
}
.tech-details p
 {
    margin-bottom: 29px;
    font-size: 23px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    color: #091A3E;
}
.company-detail-banner .content-wrapper img{
    border-radius: 16px;
    margin-bottom: 19px;
}
.tech-details ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.tech-details ul li::before{
    content: "";
    background: url(../image/company-details-bullet-point.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 15px;
    top: 5px;
    height: 15px;
}
.services{
    padding: 147px 0 155px;
    background: #1B2967;
}
.services-bg{
    position: absolute;
    top: 0;
    right: -50px;
    margin-top: -110px;
}
.services-slider{
    position: relative;
}
.services-slider .services-bg {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    margin-top: -48px;
    max-width: calc(100% + 20px);
}

.services h2 span{
    color: #FFF;
    display: block;
} 
.services-h{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 74px;
}
.services-h h2{
    max-width: 360px;
}
.services-h p{
    max-width: 376px;
    position: relative;
    margin-bottom: -40px;
    margin-right: 100px;
    color: #fff;
}

.services-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .services-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 41px;
    width: 46%;
}
.service-item
 {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
    color: #FFF;
    opacity: 0.5;
    line-height: 26px;
}

.service-item span {
    margin-right: 12px;
}
  
.service-item.active {
    color: white;
    opacity: 1;
    padding-left: 60px;
}
  
  .service-item.active::after
   {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    margin-left: 36px;
    height: 1px;
    background-color: white;
   }
  .service-display
   {
      padding-left: 0px;
      position: relative;
  }
  
  .service-content {
    display: none;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
  }
  
  .service-content.active {
    display: block;
  }
  
  .service-content img {
    border-radius: 26px;
    width: 100%;
     transition: all 0.3s ease-in-out;
  }
  .service-content:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
  .text-box
   {
      position: absolute;
      bottom: 0px;
      width: 100%;
      left: 0px;
      background: transparent linear-gradient(0deg, #090E33E6 0%, #0A103C9E 51%, #0C144B00 100%) 0% 0% no-repeat padding-box;
      border-radius: 0px 0px 20px 20px;
      padding: 100px 0px 38px 40px;
      color: white;
  }
  .text-box p{
    max-width: 368px;
    color: #FFF;
  }
  .text-box h3{
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .products-certification
   {
      padding: 148px 0 155px;
      --scroll-bar: 8px;
  }
  .products-certification h2{
    max-width: 266px;
    margin: 0;
  }
  .products-title{
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    align-items: end;
  }

  .products-title p{
     max-width: 660px;
    margin-right: 145px; 
    position: relative;
  }

  .swiper.productSwiper{
    padding-bottom: 180px;
    padding-top: 30px;
  }  
  .swiper-slide:nth-child(even) .p-img-wrapper{
    position: relative;
    top: 100px;
  }


  .swiper-slide .p-img-wrapper{
    position: relative;
    cursor: pointer;
    overflow: hidden;
     transition: all 0.5s ease-in-out;
  }
    .swiper-slide .p-img-wrapper:hover {
    transform: translateY(-30px);
    transition: all 0.5s ease-in-out;
  }
  .swiper-slide .p-img-wrapper:hover::after{
    content: "";
    background: #005CA9;
    opacity: 0.75;
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
  }
  .our-certifications{
    padding: 91px 0 0 0px;
  }
  .certification-title h2{
    max-width: 458px;
    margin-bottom: 0px;
  }
  .certification-title p{
    max-width: 345px;
    margin-right: 100px;
    position: relative;
    bottom: 0;
    
  }
  .certification-title{
    display: flex;
    margin-bottom: 38px;
    justify-content: space-between;
    align-items: end;
  }
  .cr-img-wrapper{
    background: #F6F7FB 0% 0% no-repeat padding-box;
border-radius: 20px;
min-height: 148px;
display: flex;
justify-content: center;
align-items: center;
  }
  .cr-img-wrapper p{
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #091A3E;
    font-weight: 700;
  }
  .our-products .swiper-button-next {
    position: relative;
    margin: auto;
    margin-left: 0px;
    margin-bottom: 0px;
    transform: rotate(-90deg);
}
.our-products .swiper-button-prev
 {
    position: relative;
    margin: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    transform: rotate(90deg);
}

.our-products .slider-button{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.our-certifications .swiper-button-next {
    position: relative;
    margin: auto;
    margin-left: 0px;
    margin-bottom: 0px;
    transform: rotate(-90deg);
}
.our-certifications .swiper-button-prev
 {
    position: relative;
    margin: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    transform: rotate(90deg);
}

.our-certifications .slider-button{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-line{
    background: #CED0DB;
    width: 60px;
    margin: 0 20px;
    height: 1px;   
}
.certificationSwiper{
    padding-bottom: 70px;
}
.certificationSwiper .swiper-wrapper {
    justify-content: center;
    margin-left: 12px;
}
.products-slider-sec
 {
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
 }

/* .swiper-button-next::before{
    content: "";
    background: #CED0DB;
    width: 50px;
    height: 1px;
    display: inline-block;
} */

  .contact-form p{
    margin-bottom: 50px;
    letter-spacing: 0px;
    color: #888B95;
  }
  .contact-enquiry{
    padding: 101px 0 158px;
    background: #F6FAFF;
    margin-bottom: 97px;
  }
  .contact-enquiry h2{
    margin-bottom: 90px;
  }

  /* .contact-enquiry{
    display: none;
  } */

  .services-slider{
    display: none;
  }

  .contact-enquiry h2
 {
    margin-bottom:0px;
    max-width: 600px;
}
.contact-enquiry .contact-head {
  display: flex;
  align-items: end;
  margin: 0 0 40px;
}
.contact-enquiry .contact-head p {
  width: 500px;
}

.contact-right-form {
    max-width: 894px;
    margin: auto;
}
.contact-right-form p{
    max-width: 333px;
    margin-bottom: 50px;
}

.contact-right-form .col-md-6:nth-child(even) .contact-input-sec {
    max-width: 384px;
    margin: auto;
    margin-right: 0;
}

.contact-input-sec
 {
    padding-top: 37px;
    position: relative;
}
  .contact-input-sec input {
    font-size: 18px;
    line-height: 26px;
    color: #0C144B;
    font-weight: 400;
    width: 100%;
    border: 0px;
    max-width: 384px;
    box-shadow: none;
    outline: none;
    padding-bottom: 5px;
    border-bottom: solid 1px #C3C4C9;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    background: none;
  }
  .contact-input-sec .wpcf7-not-valid{
      border-bottom: solid 1px red !important;
  }
  .contact-input-sec select {
    font-size: 16px;
    line-height: 26px;
    color: #223466;
    font-weight: 300;
    width: 100%;
    border: 0px;
    box-shadow: none;
    outline: none;
    padding-bottom: 5px;
    border-bottom: solid 1px #C3C4C9;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
  }
  .input-label {
    font-size: 18px;
    line-height: 26px;
    color: #888B95;;
    font-weight: 300;
    position: absolute;
    left: 0px;
    font-family: 'Roboto', sans-serif;
    top: 23px;
    transition: all 0.3s ease 0s;
    pointer-events: none;
  }
  .contact-input-sec.focus-label input, .contact-input-sec.focus-label select, .contact-input-sec.focus-label textarea {
    border-bottom: solid 1px #0C144B;
  }
  .contact-input-sec .focus-label input, .contact-input-sec .focus-label select, .contact-input-sec .focus-label textarea {
    border-bottom: solid 1px #0C144B;
  }
  .contact-input-sec .focus-label .input-label {
    top: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #C3C4C9;
  }
  
  .contact-input-sec.focus-label .input-label {
    top: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #C3C4C9;
  }
  .contact-input-sec textarea {
    font-size: 18px;
    line-height: 26px;
    color: #223466;
    font-weight: 300;
    width: 100%;
    border: 0px;
    box-shadow: none;
    outline: none;
    padding-bottom: 20px;
    border-bottom: solid 1px #c2c2c2;
    margin-bottom: 25px;
    background: none;
    height: 102px;
    resize: none;
  }
  .contact-submit-input-sec
   {
      padding-top: 0px;
      position: relative;
      max-width: 133px;
  }
  .contact-submit-input-sec input {
    background: #318ACF;
    border-radius: 24px;
    padding: 16px 25px 15px 51px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border: none;
    width: 100%;
    position: relative;
    transition: all 0.3s ease 0s;
    letter-spacing: 1.8px;
}
  .contact-submit-input-sec:hover input{
    padding: 16px 51px 15px 25px;
    color: #fff !important;
}
.contact-submit-input-sec .submit-arrow {
    background: #fff;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    left: 8px;
    z-index: 2;
    cursor: pointer;
    bottom: 8px;
    transition: all 0.3s ease 0s;
}
.contact-submit-input-sec:hover .submit-arrow
 {
    right: 28px;
    cursor: pointer;
    left: auto;
    transform: translateX(56%);
}

.nav-hidden .slider-line {
    display: none;
}

  @media(max-width: 1200px){
    .service-content img {
        border-radius: 26px;
        max-width: 500px;
    }
    .supply-details {
        padding: 80px 0 80px;
    }
.service-item {
        cursor: pointer;
        font-size: 16px;
        line-height: 22px;
    }
    .service-item.active::after
 {

    margin-left: 20px;
 }
    .tech-details ul li
 {
    font-size: 14px;
    line-height: 20px;
 }
 .services {
    padding: 80px 0 80px;
 }
 .products-certification {
    padding: 80px 0 80px;
 }
 .supply-details h4
 {
    margin-bottom: 15px;
 }

 .tech-details ul {
    row-gap: 8px;
}
.supply-details h3 {
    max-width: 612px;
    font-size: 28px;
    line-height: 31px;
}
.supply-ct
 {
    padding: 0 50px 0 50px;
}
.certification-title
 {
    display: flex;
 }
 .certification-title p
 {
    bottom: 0;
}
.cr-img-wrapper p {
    font-size: 18px;
    line-height: 24px;
  }
  .cr-img-wrapper {
    padding: 61px 30px;
  }
  .products-title p {
  max-width: 570px;
  margin-right: 0;
  }

.products-certification h2 span {
  display: block;
}
.contact-enquiry .contact-head p {
  width: 100%;
  margin: 0;
}
.contact-enquiry .contact-head {
  flex-wrap: wrap;  
}
.contact-enquiry h2 {
  margin-bottom: 26px;
}
.contact-enquiry .contact-head {
  margin: 0 0 56px;
}
 

}

@media (max-width: 991px) {
        .swiper-slide:nth-child(even) .p-img-wrapper
 {
    position: relative;
    top: 0px;
}
.text-box h3 {
    font-size: 20px;
    line-height: 26px;
}
    .supply-ct {
        padding: 0 20px 0 20px;
    }
.service-item {
        cursor: pointer;
        font-size: 12px;
        line-height: 16px;
    }
    .service-item.active {
        color: white;
        opacity: 1;
        padding-left: 20px;
    }

    .service-content img {
        border-radius: 26px;
        max-width: 400px;
    }

.services-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 34px;
}
.services-h p
 {
    margin-right: 0px;
}
.cr-img-wrapper p {
    font-size: 14px;
    line-height: 20px;
}

.contact-enquiry {
    margin-bottom: 80px;
}
.swiper.productSwiper {
    padding-bottom: 80px;
}
 .supply-ct p{
    font-size: 14px;
    line-height: 20px;
 }
  .products-title p {
    max-width: 460px;
  }
}

@media (max-width: 767px) {

    .certificationSwiper .swiper-wrapper {
    margin-left: 0px;
}
     .supply-ct p{
    font-size: 16px;
    line-height: 26px;
 }
    .services-slider{
        display: block;
    }
    .servicesSwiper .swiper-pagination {
        color: #fff;
        margin-top: 20px;
        position: relative;
    }
.certification-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.contact-enquiry {
    margin-bottom: 100px;
    padding-bottom: 115px;
}
.contact-enquiry h2
 {
    margin-bottom: 23px;
}
.certification-title p
 {
        top: 0px;
        text-align: center;
        margin: auto;
        margin-top: 40px;
    }
.our-products .slider-button
 {
    left: 0;
 }
.swiper.productSwiper {
    padding-bottom: 80px;
    padding-top: 50px;
}
    .products-title h2
 {
    max-width: 240px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}
.products-title p {
    max-width: 100%;
    margin-right: 0px;
    bottom: 0;
    text-align: center;
    position: relative;
}
    .text-box {
        padding: 0px 20px 20px 22px;
    }
    .products-title
 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .custom-swiper-pagination {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        display: flex;
        gap: 5px;
        align-items: center;
      }
    .service-content{
        display: block !important;
    }
    .services-container{
        display: none;
    }
    .supply-details {
        padding: 131px 0 41px;
    }
    .supply-details h3 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 69px;
    }
    .supply-details .row {
        display: flex;
        row-gap: 36px;
    }
    .supply-ct {
        padding: 0 0px 0 0px;
    }
    .services-h {
        display: flex;
        row-gap: 20px;
        flex-direction: column;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 83px;
    }
    .services-h p {
        margin-bottom: 0px;
    }
}


  /* .contact-submit-input-sec input:hover {
    background: #9E9380;
  } */


  /* industrial-details */


  .industrial-details{
    padding: 136px 0 132px;
  }
  .industrial-details h2{
    max-width: 561px;
    margin-bottom: 22px;
  }
  .industrial-details p{
    max-width: 487px;
    text-align: left;
    line-height: 26px;
  }
  .details-ct{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
  }
  .industrial-detail-blocks{
    margin-top: 131px;
  }
  .detail-box{
    padding: 50px 15px 20px 30px;
    color: #FFFFFF;
    border-radius: 20px;
    min-height: 221px;
    box-shadow: 0px 15px 30px #0C144B26;
  }
  .detail-box h3{
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 33px;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
  }
  .detail-box p{
    font-size: 16px;
    color: #FFF;
    line-height: 22px;
    text-transform: math-auto;
    font-family: 'Roboto', sans-serif;
  }
  .brown{
    background: #262626;
  }
  .medium-blue{
    background:#3C9FDE;
  }
  .light-brown{
    background: #9B9081;
  }
  .industry-projects{
    padding: 125px 0 100px;
    position: relative;
    background: #F6FAFF;
  }
  .industry-projects::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 481px;
    background: transparent linear-gradient(180deg, #F6FAFF00 0%, #F6FAFFBA 46%, #F6FAFF 100%) 0% 0% no-repeat padding-box;
    bottom: 0;
  }
  .industry-projects h2{
    text-align: center;
    margin-bottom: 39px;
  }
  .industry-projects p{
    text-align: center;
    max-width: 611px;
       line-height: 26px;
    
    margin: auto;
    padding-bottom: 66px;
  }
  .industry-proj-details-se{
    margin-top: 50px;
  }
  .industry-proj-details-sec {
    display: flex;
    flex-direction: column;
    row-gap:  20px;
  }
.industry-proj-details-sec .row .proj-image-wrapper img {
    border-radius: 20px;
}
  .proj-desc-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-left: 44px;
    height: 100%;
  }
  .proj-desc-wrapper h3{
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 40px;
    color: #0C144B;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
  }
  .proj-desc-wrapper p{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 22px;
    max-width: 522px;
    text-align: left;
  }
  .proj-desc-wrapper a{
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #3C9FDE;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
       background: url(../image/arrow-icon.svg) no-repeat right 7px;
       padding-right: 15px;
    display: block;
  }
  .industry-detail-services{
    padding: 77px 0 120px;
  }

  .industrial-service-desc h2{
    text-align: center;
    margin-bottom: 30px;
  }
  .industrial-service-desc p{
    max-width: 683px;
    margin: auto;
    text-align: center;
  }

  .industrial-service-block{
    border-radius: 15px;
    padding: 40px 27px 30px 27px;
    min-height: 305px;
    height: 100%;
}
.industrial-service-block h4{
    min-height: 69px;
    letter-spacing: 0px;
    color: #FFFFFF;
    /* text-transform: uppercase; */
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Arial', sans-serif;
    margin-bottom: 15px;
    text-transform: math-auto;
}
.industrial-service-block p{
    letter-spacing: 0px;
    color: #E2E2E2;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}
.box-row{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
}
.box-row .box-col{
    max-width: 215px;
    box-shadow: 0px 15px 30px #0C144B26;
    border-radius: 20px;
}
.industry-portfolio-wrapper h2{
    margin-bottom: 50px;
    text-align: center;
}
.industry-slide-img-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.industry-slide-img-wrapper img{
    border-radius: 20px;
    width: 100%;

}

.industry-slide-img-wrapper .industry-popup-btn{
    transition: all ease-in-out 0.3s;
}

.industry-slide-img-wrapper .industry-popup-btn img {
    transition: all ease-in-out 0.3s;
    width: 18px;
    height: 28px;
    position: relative;
    z-index: 1;
}

.industry-slide-img-wrapper .industry-popup-btn::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #fff;
    width: 78px;
    height: 78px;
    left: 9px;
    bottom: 11px;
    transition: all ease-in-out 0.3s;
}
.industry-slide-img-wrapper .industry-popup-btn:hover::before {
    transform: scale(1.3);
    transition: all ease-in-out 0.3s;
}
.industry-slide-img-wrapper .industry-popup-btn::after
 {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 0.5px solid rgba(255, 255, 255, 0.6);
    width: 125px;
    height: 125px;
    left: -15px;
    bottom: -12px;
}


.industry-popup-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: none;
    right: 0;
    margin: auto;
    border: none;
}
.industry-video-popup iframe{
    width: 100%;
}
.slide-text-wrapper {
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px 0px 0 0px;
    background: #1B2967;
    width: calc(100% - 20px);
}
.slide-text-wrapper h4{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0px;
}
.explore-industry{
    padding: 100px 0 0px;
    margin-bottom: 151px;    
}
.explore-industry h2{
    margin-bottom: 40px;
    text-align: center;
}
.explore-industry-wrapper-card{
    position: relative;
}
.explore-industry-wrapper-card img{
    width: 100%;
}
.industry-detail-services {
    background: transparent linear-gradient(180deg, #F6FAFF00 0%, #F1F5FB 100%) 0% 0% no-repeat padding-box;
    position: relative;
    bottom: 0;
    

}

.explore-industry-wrapper-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0px 20px;
    cursor: pointer;
  }
  
  .explore-industry-wrapper-card img {
    width: 100%;
    border-radius: 20px;
    display: block;
    transition: transform 0.4s ease;
  }
.explore-industry-wrapper-card .slide-text-wrapper {
    padding: 27px 80px 33px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 30px);
    display: grid;
    grid-template-columns: 6fr 1fr;
    align-items: flex-start;
    background: #1B2967;
    border-radius: 20px 0px 0 0px;
    transform: translateY(50%);
    transition: transform 0.4s ease, background 0.4s ease;
  }
  
  .explore-industry-wrapper-card .slide-text-wrapper .content {
    overflow: hidden;
  }
  
  .explore-industry-wrapper-card .slide-text-wrapper h4 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
  
  .explore-industry-wrapper-card .slide-text-wrapper p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 19px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease 0.2s, visibility 0.4s ease 0.2s;
    min-height: 40px;
  }
  
  .explore-industry-wrapper-card .arrow-img {
    width: 48px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 48px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease 0.2s, visibility 0.4s ease 0.2s;
  }
  
  .explore-industry-wrapper-card:hover img {
    transform: scale(1.05);
  }
  .explore-industry-wrapper-card:hover .arrow-img img
 {
    transform: scale(1);
}
  
  .explore-industry-wrapper-card:hover .slide-text-wrapper {
    transform: translateY(0); /* Slide up */
    background: #1B2967;
  }
  
  .explore-industry-wrapper-card:hover .slide-text-wrapper p,
  .explore-industry-wrapper-card:hover .arrow-img {
    opacity: 1;
    visibility: visible;
  }

  .play-btn{
    width: 100px;
    height: 100px;
  }

  .industry-proj-tittle {
  position: relative;
}

/* .industry-proj-details-sec {
  position: relative;
  height: 800px; 
}

.boxcard{
    width: 100%;
} */

/* .boxcard {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  background: #1565C0;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
}

.boxcard:nth-child(odd) {
  background: #303F9F;
} */
/* 
.proj-image-wrapper img {
  max-width: 100%;
  height: auto;
} */


  
  .boxcard {
    display: flex;
    align-items: center;
  }
  
  .industrySwiper .slide-text-wrapper {
    border-radius: 20px 0px 20px 0px;
  }

@media (max-width: 1400px) {
    .box-row .box-col {
        max-width: 203px;
    }
}


@media (max-width: 1200px) {
    .industrial-details {
        padding: 80px 0 80px;
    }
    .industrial-detail-blocks
 {
    margin-top: 80px;
}
.detail-box {
    padding: 30px 15px 20px 20px;
}
.detail-box h3 {
    margin-bottom: 15px;
}
.industry-projects {
    padding: 80px 0 50px;
}
.box-row
 {
    column-gap: 18px;
 }
 .industry-portfolio
 {
    padding: 80px 0 50px;
}
.industry-detail-services {
    padding: 77px 0 30px;
}
.explore-industry{
    padding: 80px 0 0px 0px;
}
.industrial-details h2 {
    max-width: 376px;
    margin-bottom: 22px;
}
.industrial-details p {
    max-width: 435px;
}
.box-row .box-col {
    max-width: 172px;
}
.industrial-service-block p {
    font-size: 14px;
    line-height: 17px;
}
}
@media screen and (max-width: 1200px) {
    .inner-banner-content h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .inner-banner-content h1 span {
        font-size: 32px;
        line-height: 38px;
    }
}
@media (max-width: 991px) {
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .industrial-details p {
        max-width: 435px;
        line-height: 18px;
        font-size: 14px;
    }
    .detail-box h3 {
        font-size: 14px;
        line-height: 20px;
}
.detail-box p {
    font-size: 14px;
    color: #FFF;
    line-height: 19px;
}
.proj-desc-wrapper h3
 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 14px;
    }

 .proj-desc-wrapper p{
 padding-bottom: 0px;
}
.proj-desc-wrapper p {
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
}
.proj-desc-wrapper a
 {
    font-size: 14px;
    line-height: 17px;
 }
 .box-row .box-col {
    max-width: 160px;
}
.industrial-service-block {
    border-radius: 15px;
    padding: 30px 27px 20px 27px;
}
.industry-projects::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
}
.slide-text-wrapper {
    padding: 10px 0px 10px 10px;
    border-radius: 12px 12px 0 12px;
}
.slide-text-wrapper p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    display: flex;

}
.insdustrial-detail-banner .inner-banner-content h1 {
    max-width: 305px;
}

}

@media (max-width: 767px) {

        .inner-banner-content h1 {
        max-width: 350px;
        font-size: 36px;
        line-height: 40px;
    }
        .inner-banner-content h1 span {
        font-size: 36px;
        line-height: 40px;
        display: block;
    }
    
.insdustrial-detail-banner .inner-banner-content h1 {
    font-size: 34px;
    line-height: 38px;
}
.industrial-details h2 {
    font-size: 32px;
    line-height: 36px;
}
.details-ct p{
    margin-bottom: 40px;
}
.industrial-detail-blocks {
    margin-top:28px;
}
.detail-box h3
 {
        font-size: 20px;
        line-height: 23px;
        max-width: 237px;
        margin-bottom: 30px;
    }
.detail-box p{
    max-width: 289px;
}
.detail-box {
    padding: 50px 20px 20px 20px;
}
.industrial-detail-blocks .row{
    display: flex;
    row-gap: 20px;
}
.proj-desc-wrapper {
    padding-left: 0px;
}
.proj-desc-wrapper p {
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
}
.box-row .box-col
 {
        max-width: 100%;
    }
    .industrial-service-block
     {
            border-radius: 15px;
            padding: 32px 20px 20px 20px;
        }
        .industrial-service-block p {
            font-size: 16px;
            line-height: 22px;
        }
        .industrial-service-block
         {
            border-radius: 15px;
            padding: 40px 27px 30px 27px;
            min-height: 215px;
        }
        .industry-portfolio-wrapper h2
 {
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 19px;
}
.explore-industry {
    padding: 50px 0px;
}
.explore-industry h2 {
    margin-bottom: 22px;
}
.explore-industry-wrapper .row{
    row-gap: 30px;
}
.slide-text-wrapper p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}
.slide-text-wrapper {
    padding: 20px 20px 20px 30px;
    border-radius: 15px 0px 0 0px;
}
.explore-industry-wrapper-card .slide-text-wrapper {
    padding: 20px 40px 20px 30px;
}
.explore-industry-wrapper-card .arrow-img {
    width: 35px;
}
}

/* our videos */


.pagination {
    display: flex;
    column-gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-items: center;
}
.pagination ul {
    width: auto;
    padding-left: 0;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    margin: 0;
}

.pagination li {
    list-style: none;
    background: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 50%;
    padding: 14px 21px;
}


.pagination li:hover {
    background: #005CA9;
    color: #9ebfda;
    border-radius: 50px;
    cursor: pointer;
}
.arrow-first {
    margin: 0 22px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-videos .arrow-first img {
    transform: rotate(0deg);
}
.arrow-first img {
    transform: rotate(180deg);
}
.arrow-first img:hover {
    transform: scale(1.1) rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.pagination .arrow
 {
    margin: 0 22px;
    cursor: pointer;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.pagination .arrow img:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.page-number.active{
    background: #005CA9;
    color: #9ebfda;
    border-radius: 50px;
    cursor: pointer;
}

.videos-img-wrap{
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.videos-popup-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: none;
    right: 0;
    margin: auto;
    border: none;
}

.videos-img-wrap img{
    border-radius: 20px 20px 0 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.our-videos {
    padding: 155px 0;
    margin-bottom: 111px;
    background: transparent linear-gradient(180deg, #F6FAFF00 0%, #F1F5FB 100%) 0% 0% no-repeat padding-box;;
}
.our-videos .pagination{
padding-top: 98px;
}
.content-videos p{
    padding: 28px 28px 40px 28px;
    color: #0C144B;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.videos-wrap
 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 30px #0C144B26;
    border-radius: 20px;
}
.videos-wrap:hover .videos-img-wrap img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;

}
.videos-wrap:hover .videos-img-wrap .videos-popup-btn img{
    transform: scale(1);
}
.our-videos-wrapper .row{
    row-gap: 70px;
}
.modal-content iframe{
    width: 100%;
}

@media (max-width: 1200px) {
    .our-videos {
        padding: 100px 0;
    }
}


@media (max-width: 991px) {

    .content-videos p
 {
    font-size: 16px;
    line-height: 22px;
 }
 .videos-play-btn {
    max-width: 67px;
}
.our-videos-wrapper .row {
    row-gap: 20px;
}
}


/* our archieves */

.our-archieves{
    padding: 155px 0;
    margin-bottom: 143px;
    background: transparent linear-gradient(180deg, #F6FAFF00 0%, #F1F5FB 100%) 0% 0% no-repeat padding-box;
}
.our-archieves .pagination{
    padding-top: 75px;
}
.archieves-wrap{
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 15px 30px #0C144B26;
border-radius: 20px;
padding: 30px;
}
.our-archieves-wrapper .row{
    row-gap: 70px
}
.content-archieves{
    margin-top: 30px;
}
.content-archieves span{
    letter-spacing: 0px;
    color: #888B95;
    font-size: 14px;
    font-weight: normal;   
}
.content-archieves h4{
    color: #0C144B;
    font-weight: 500;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.content-archieves p{
    margin-top: 30px;
    margin-bottom: 21px;
    color: #888B95;
    font-size: 16px;
    line-height: 22px;
    color: #888B95;
}
.archieves-img-wrap{
    overflow: hidden;
    border-radius: 20px;
}
.archieves-img-wrap img{
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.content-archieves a{
    color: #005CA9;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}
.content-archieves a i{
    padding-left: 10px;
}

.content-archieves a img{
    transform: scale(1);
}

.archieves-wrap:hover img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.top-icon {
    position: relative;
    top: 0px;
    transition: all 0.3s ease-in-out;
}
.bottom-icon
 {
    position: absolute;
    top: -21px;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.content-archieves a:hover .bottom-icon
{
    top: 0px;
    transition: all 0.3s ease-in-out;
}
.content-archieves a:hover .top-icon
{
    top: 21px;
    transition: all 0.3s ease-in-out;
}


@media (max-width: 1200px) {
    .our-archieves {
        padding: 100px 0;
    }
}


@media (max-width: 991px) {

.our-archieves-wrapper .row {
    row-gap: 20px;
}
.pagination li
 {
    padding: 11px 18px;
}
}


/* project management */

.bullet-points{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0;
}
.bullet-points ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0px;
    row-gap: 10px;
}
.bullet-points ul li{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    color: #fff;
    display: flex;
        justify-content: center;
        align-items: center;
}

.project-cycle h2{
    text-align: center;
}
.project-cycle p{
    max-width: 627px;
    margin: auto;
    margin-top: 45px;
    text-align: center;
}
.proj-cycle-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}
.proj-cycle-img .cycle-box{
    position: relative;
    min-width: 200px;
}
.project-cycle .cycle-box p {
    position: absolute;
    top: -33px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    color: #1B2967;
    text-transform: uppercase;
    max-width: 114px;
    margin: auto;
}
.our-project-cycle h2 span {
        display: block;
}

.our-project-cycle h2 span {
    display: block;
}

.our-project-cycle .img-box img{
    width: 100%;
}

.project-cycle-title h2 span {
    display: block;
}


.hidden-img {
    display: none;
  }

.industry-proj-details-sec .boxcard {
    background: #F6FAFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 40px #5177A726;
    border-radius: 35px;
        padding: 20px 30px 20px 20px;
}

/* bugs fixes */

.sector-img img{
    border-radius: 20px;
}
.global-exp-wrapper .col-md-3{
    padding: 0 0px !important;
}
.our-industry-portfolio{
    padding: 120px 0 40px;
}
.our-products .slider-button
{
    right: 120px;
 }

.videosection .video-wrap img {
    border-radius: 20px;
}

.sustain-wraper .row {
    align-items: center;
}
.newsdtlsection {
    padding-bottom: 94px;
}

.tech-img img{
    border-radius: 20px;
}

.supply-img img {
    border-radius: 20px;
}
.para-ct ul li
 {
    position: relative;
    padding-left: 30px;
    color: #fff;
 }
.para-ct ul li::before
 {
    content: "";
    background: url(../image/bullet-point-proj-circle.svg) no-repeat;
    position: absolute;
    left: 0px;
    width: 15px;
    top: 5px;
    height: 15px;
}

.bullet-points ul li::before{
    content: "";
    background: url(../image/bullet-point-proj-circle.svg) no-repeat;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
}

.social-icons li:nth-child(1)
 {
   position: relative;
   bottom: 1px;
}
.ortec-social .social-icons li:nth-child(2) img
 {
   height: 13px;
}
.ortec-social .social-icons li:nth-child(3) img
 {
   height: 14px;
}
.social-icons a {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.ortec-social .social-icons {
    align-items: baseline;
}

.productSwiper.nav-hidden .swiper-button-next,
.productSwiper.nav-hidden .swiper-button-prev {
  display: none !important;
}

.search-result .page-numbers li{
    padding: 0px;
}


@media (max-width: 1200px) {
    .leading-services {
        padding: 100px 0 60px;
    }
                .list-box-logo {
        bottom: 35px;
    }
    .list-box-content-lt h4
 {
    color: #318ACF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
 }
    .list-box-content-lt p
 {
    color: #131226;
    font-size: 14px;
    line-height: 18px;

 }
    .bullet-points ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .detail-box-content .para-ct p {
        font-size: 14px;
        line-height: 21px;
    }
    .our-archieves{
    margin-bottom: 100px;
 }
 .explore-industry{
    margin-bottom: 100px;    
}
.proj-desc-wrapper h3 {
    margin-bottom: 15px;
}
.proj-desc-wrapper
 {
    padding-left: 44px;

}
.companies
 {
    padding: 100px 0 100px;
}
.our-products .slider-button
{
    right: 60px;
 }
 .explore-industry-wrapper-card .slide-text-wrapper {
    padding: 20px 30px 20px 30px;
 }
 .explore-industry-wrapper-card .slide-text-wrapper h4 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
 }
 .explore-industry-wrapper-card .slide-text-wrapper {
    bottom: -10px;
 }
}
@media (max-width: 991px) {
    .companies .companies-list-title {
    padding: 0 70px;
}
.list-box:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    border-radius: 20px;
}
.companies .companies-list-title p {
        max-width: 307px;
}
    .leading-services {
        padding: 80px 0 60px;
    }
    .explore-industry-wrapper-card .slide-text-wrapper {
        padding: 19px 15px 25px 25px;
    }
    .companies
 {
    padding: 80px 0 80px;
}

 .explore-industry-wrapper-card .slide-text-wrapper h4 {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
 }
 .explore-industry-wrapper-card .slide-text-wrapper p {
    font-size: 12px;
    line-height: 14px;
 }
    .bullet-points ul li {
        position: relative;
        padding-left: 22px;
    }
       .ltrSwiper{
        margin-bottom: 28px;
     }
     .project-cycle p
 {
    margin-top: 33px;
}
    .bullet-points ul li {
        font-size: 10px;
        line-height: 16px;
    }
    .bullet-points {
        margin: 0px 0;
    }
    .detail-box-content {
        padding: 0 20px;
    }
    .detail-box-content h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 7px;
    }
    .detail-box-content .para-ct p {
        font-size: 10px;
        line-height: 16px;
    }
    .list-box-content-lt p {
    font-size: 12px;
    line-height: 15px;
    max-width: 100%;
    }
    .list-box-content-lt {
    max-width: 146px;
}
    .list-box-content-lt h4 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
}
    .list-box-logo img {
        max-width: 130px;
    }
.list-box-logo
 {
    bottom: 35px;
 }
.list-box-content
 {
    bottom: 14px;
 }
 .explore-industry{
    margin-bottom: 80px;    
}
.proj-desc-wrapper
 {
    padding-left: 24px;
 }
     .proj-desc-wrapper a {
        margin-top: 20px;
    }
    .our-products .slider-button
{
    right: 30px;
 }
 .services-detail-cards {
    row-gap: 80px;
}
.our-clients{
    margin-bottom: 80px;
}
.gallery-main {
    width: 325px;
}
.slider-sec .swiper-slide img {
    border-radius: 16px;
    max-width: 100%;
    width: 100%;
}
.map-banner {
    top: 45px;
}
.map-banner .content-wrapper{
    gap: 30px;
 }
.map-banner .content-wrapper h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .map-banner .content-wrapper p
 {
    font-size: 14px;
    line-height: 19px;
 }
 .list-box-content {
    padding: 0 15px;
 }

}



@media (max-width: 767px) {
    /* company listing */

        .list-box-content {
        padding: 0 21px;
    }
    .list-box-content-lt
 {
        max-width: 100%;
    }
    .products-slider-sec
 {
    margin-right: -20px;
 }

    .map-banner .content-wrapper{
    gap: 0px;
 }
    .map-banner .content-wrapper p {
    font-size: 16px;
    line-height: 22px;
    }

        .map-banner .content-wrapper {
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }
    .company-listing-banner{
        background: #E6EDF7;
    }
    .company-listing-banner .mobile-banner {
        display: block;
        padding-top: 0px;
    }
    .map-banner .content-wrapper h3 {
        font-size: 30px;
        line-height: 37px;
        max-width: 100%;
        margin-bottom: 70px;
    }
    .map-banner {
        top: 56px;
    }
.companies .companies-list-title {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 39px;
    padding: 0 30px;
}
    .map-banner .content-wrapper p {
    max-width: 100%;
}
.companies{
    padding: 90px 0 99px;
}
.companies::after{
    content: "";
    width: calc(100% - 40px);
    margin: auto;
    display: block;
    height: 1px;
    background: #D8DAE1;
    margin-top: 93px;
}

/* end */
    .explore-industry-wrapper-card .slide-text-wrapper p {
        font-size: 16px;
        line-height: 20px;
    }
      .explore-industry-wrapper-card .slide-text-wrapper h4 {
      
        font-size: 20px;
        line-height: 26px;
    }
    .our-certifications {
        padding: 75px 0 0 0px;
    }
       .certification-title h2
 {
        text-align: center;
        max-width: 360px;
        margin: auto;
    }
    .cr-img-wrapper p
     {
            font-size: 20px;
            line-height: 26px;
        }
    .industrial-details {
        padding: 80px 0 102px;
    }
    .list-box-content-lt h4
     {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 20px;
        }
        .list-box-content-lt p {
            font-size: 14px;
            line-height: 26px;
        }
        .list-box-content {
            bottom: 25px;
        }
    .detail-box{
        box-shadow: 0px 15px 30px #0C144B26;
    }
    .explore-industry-wrapper-card .slide-text-wrapper {
        bottom: 0px; 
    }
    .industrial-details .detail-box p {
        line-height: 22px;
        font-size: 16px;
    }
    .contact-input-sec {
        padding-top: 24px;
    }
    .explore-industry-wrapper-card .slide-text-wrapper {
        padding: 20px 30px 40px 30px;
    }
    .industrial-service-desc p
 {
    line-height: 22px;
 }
    .our-industry-portfolio
 {
    padding: 92px 0 40px;
}
    .box-row {
        margin-top: 35px;
    }
    .industrial-service-desc h2
 {
    margin-bottom: 19px;
}
    .industry-projects {
        padding: 99px 0 100px;
    }
    .industry-projects h2 {
        margin-bottom: 19px;
    }
    .industry-detail-services {
        padding: 94px 0 90px;
    }
    .industrial-service-block h4 {
            min-height: auto;
        margin-bottom: 30px;
    }
    .slide-text-wrapper h4{
        font-size: 15px;
        line-height: 26px;
    }
    .proj-desc-wrapper a
     {
            font-size: 16px;
            line-height: 21px;
     }    
    .proj-desc-wrapper h3
     {
            font-size: 26px;
            line-height: 30px;
     }
    .industrial-details p {
        line-height: 26px;
        font-size: 18px;
    }
.our-services-details .row
 {
    row-gap: 14px;
}
.our-clients{
    margin-bottom: 100px;
}
.articles-banner .inner-banner-content h1 span {
    display: inline;
}
.explore-other-pages .title-card h2 {
    max-width: 498px;
    text-align: center;
    margin-bottom: 15px;
}
.industry-portfolio {
        padding: 95px 0 100px;
    }

.services-detail-cards {
    row-gap: 87px;
}
    .tech-details ul li
 {
        font-size: 16px;
        line-height: 22px;
    }
    .supply-details .row .col-md-6:nth-child(3) {
    order: 4;
}
    .supply-details .row .col-md-6:last-child {
    margin-top: 40px;
}
        .tech-details ul {
        row-gap: 20px;
    }
    .tech-details ul li
 {
    padding-left: 26px;
 }
    .detail-box-content h3
     {
        font-size: 23px;
        line-height: 28px;
        font-weight: bold;
     }
     .list-box {
    background: none;
}
.list-box::after {
        content: '';
    position: absolute;
    width: 100%;
    height: 182px;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(0deg, #090E33E6 0%, #0A103C9E 51%, #0C144B00 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 20px 20px;
    opacity: 0.85;
}
.list-box .list-box-content-lt p
 {
    color: #fff;
}
.list-box .list-box-content-lt h4 {
    color: #fff;
}
.our-services {
        padding: 100px 0 100px;
    }
.list-box .list-box-logo {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.contact-input-sec input {
    max-width: 100%;
    padding-bottom: 20px;
}
.box-hover-img
 {
    opacity: 1;
 }
 .list-box .list-box-content-rt img {
   width: 40px;
   height: 40px;
}
.list-box:hover .list-box-content-rt img {
    transform: scale(1);
}
  
         .service-content img {
        max-width: 100%;
    }
     .our-products .slider-button
{
    right: 16px !important;
 }
 .proj-cycle-img {
        margin-top: 70px;
    flex-wrap: wrap;

 }
 .leading-services
 {
        padding: 113px 0 68px;
    }
    .explore-industry {
        margin-bottom: 98px;
        padding-bottom: 0px;
    }
     .detail-box-content .para-ct p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .bullet-points ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .bullet-points {
        display: flex;
        row-gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        margin: 0px 0 20px 0px;
    }
      .detail-box-content {
        padding: 35px 30px 40px;
    }
    .detail-box-content h3 {
        margin-bottom: 23px;
    }

.industry-slide-img-wrapper .industry-popup-btn::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #fff;
    width: 55px;
    height: 55px;
    left: 21px;
    bottom: 21px;
    transition: all ease-in-out 0.3s;
}

.industry-slide-img-wrapper .industry-popup-btn::after
 {
        content: '';
        position: absolute;
        border-radius: 50%;
        border: 1px solid #fff;
        width: 85px;
        height: 85px;
        left: 6px;
        bottom: 7px;
    }
    .industrySwiper{
        margin: 0 20px !important;
    }

    .global-exp-wrapper .swiper-button-prev {
        transform: rotate(90deg);
        left: 38%;
        top: 670px;
    }
    .global-exp-wrapper .swiper-button-next {
        right: 38% !important;
        top: 610px;
        transform: rotate(270deg);
    }
    .global-exp-wrapper .swiper-button-prev img {
        width: 100%;
    }
    .global-exp-wrapper .swiper-button-next img
     {
            width: 100%;
        }
    .our-videos .pagination {
    padding-top: 47px;
}
.our-videos {
        padding: 98px 0;
        margin-bottom: 100px;
    }
        .our-videos-wrapper .row {
        row-gap: 40px;
    }
.our-archieves{

    margin-bottom: 97px;
  
}
.our-archieves .pagination{
    padding-top: 49px;
}

.text-box h3 {
    font-size: 20px;
    line-height: 26px;
}
.text-box p
 {
    font-size: 16px;
    line-height: 22px;
    
}
    .companies-list-title h2 span {
        font-size: 34px;
        line-height: 38px;
        display: block;
    }

.industry-proj-details-sec .row {
    row-gap: 0px;
}
.industry-proj-details-sec .boxcard {
        padding: 15px 15px 50px 15px;
    }
    .proj-desc-wrapper {
        padding-left: 0px;
        margin-top: 26px;
    }
    .companies
 {
    padding: 92px 0 93px;
}
.companies .companies-list-title {

    padding: 0 0px;
    flex-direction: column;
}
.right-ct {
        padding-left: 0px;
        margin-top: 30px;
    }
    .global-eng-mastery p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 26px;
    }
        .global-eng-mastery .row {
        row-gap: 0px;
    }
    .global-eng-mastery {
        padding: 100px 0 100px;
    }
    .right-img img{
        margin-top: 22px;
    }
    .gallery-main {
        margin: auto;
        width: 100%;
    }
    .contact-enquiry h2 {
    max-width: 350px;
}
.contact-input-sec select {
    padding-bottom: 20px;
}
.companies .companies-list-title h2 {
    margin-top: 0px;
}
.sl-img-wrapper .video-popup-btn img {
        width: 8px !important;
        height: 12px;
    }
.sl-img-wrapper .video-popup-btn::before {
    width: 41px;
    height: 41px;
}
.sl-img-wrapper .video-popup-btn::after {
    width: 68px;
    height: 68px;
}
.explore-other-pages .title-card h2 {
    margin-top: 0px;
}

.cr-img-wrapper {
    max-width: 350px;
    margin: auto;
}
.certification-title p {
        margin: auto;
        margin-top: 40px;
        margin-right: auto;
    }
 .list-box-content-lt p {
        max-width: 100%
    }
    .products-certification
 {
    --scroll-bar: 0px;
}
.industry-slide-img-wrapper .industry-popup-btn img {
    height: 14px;
    width: 10px;
}    
.list-box:hover::after {
    height: 182px;
    border-radius: 20px;
}

}
@media (max-width: 767px) and (min-width: 391px){
    .global-exp-wrapper .swiper-button-next {
        top: 710px;
    }
  .global-exp-wrapper .swiper-button-prev {
        top: 770px;
    }
}

@media (max-width: 580px) {
     .company-listing-banner .mobile-banner {
        display: block;
        padding-top: 160px;
    }
}

@media (max-width: 399px) {
.contactsection .contact-wrap h2 {
        letter-spacing: -1px;
    }
    
}

@media (max-width: 370px) {
    .company-listing-banner .mobile-banner {
        display: block;
        padding-top: 260px;
    }
        .map-banner .content-wrapper h3 {
        max-width: 350px;
    }
        .map-banner .content-wrapper p {
    max-width: 342px;
}
    
}



@media screen and (min-width: 1600px) {
.mission-vision .button-close svg
 {
    width: 20px;
    height: 20px;
}
.image-box {
    max-width: 100%;
}
.explore-other-pages .first-row {
    display: flex;
    justify-content: center;
}
.explore-other-pages .sec-row {
    display: flex;
    justify-content: center;
    margin-left: 14%;
}
}

/* Career Page starts */
.careers-banner .content-wrapper-video button {
    background: none;
    border: none;
    color: #fff;
    letter-spacing: 3.5px;
    display: flex;
    font-size: 10px;
    line-height: 13px;
    font-weight: 900;
    align-items: center;
    column-gap: 11px;
}

.careers-banner .content-wrapper img {
    margin-bottom: 0px;
}
.careers-banner .content-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-left: 0px;
  }

  .careers-banner .content-wrapper a{
    margin-bottom: 0px;
  }

  .careers{
    padding: 99px 0 94px;
  }

  .careers-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 930px;
    margin: auto;
    margin-left: 222px;
    margin-bottom: 91px;
}

  .careers-list-title h3
   {
      color: #0C144B;
      font-size: 34px;
      font-family: 'Arial', sans-serif;
      line-height: 39px;
      font-weight: 700;
      max-width: 317px;
      text-align: end;
  }
    .careers-list-title p {
    color: #888B95;
    max-width: 492px;
    }
    .careers-list-details{
        margin-bottom: 118px;
    }

    .careers-list-details .counter-box{
        display: flex;
    }



    .careers-list-details .counter-box {
        padding: 5px 27px 0 46px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 15px 30px #0C144B26;
        border-radius: 20px;
        min-height: 118px;
        display: flex;
        column-gap: 20px;
        align-items: center;
    }
     .careers-list-box h4{
        color: #318ACF;
        font-weight: 700;
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 4px;
     }
     .careers-list-box span{
        color: #888B95;
        font-size: 15px;
        line-height: 19px;
        display: inline-block;
        font-weight: 500;
     }
     .carrers-values{
        display: flex;
        align-items: center;
     }
     .cr-our-values-ct{
        margin-left: 69px;
     }
     .cr-our-values-ct p{
        color: #0C144B;
        max-width: 480px;
        margin-bottom: 37px;
     }
     .cr-our-values {
        background: #F3F6FC 0% 0% no-repeat padding-box;
border-radius: 0px 39px 39px 0px;
    width: 50%;
    display: flex;
    justify-content: end;
    text-align: end;

     }
     .cr-our-values h2 {
        padding: 46px 46px 50px 46px;
        color: #0C144B;
        margin-bottom: 0px;
        line-height: 44px;
     }
     .cr-our-values h2 span
    {
            color: #0C144B;
            line-height: 44px;
        }
  .being-part-of-3c-metal {
      background: #152261;
      padding: 100px 0;
    }

    .being-part-of-3c-metal .inner-part.bp-desktop-view{
        display: flex;
        padding: 0 15px 0 35px;
    
      gap: 35px;
    }
    .being-part-of-3c-metal h2{
        color: #ffffff;
        text-align: center;
        margin-bottom: 60px;
        font-size: 46px;
    line-height: 49px;
    }
    .being-part-of-3c-metal h2 span{
        color: #fff;
        font-size: 46px;
    line-height: 49px;
    }

    /* LEFT SIDE TABS */
    .being-part-of-3c-metal .tab-list {
      display: flex;
      flex-direction: column;
      gap: 30px;
      flex: 0 0 250px;
    }

      .being-part-of-3c-metal .tab-list {
    position: relative;
  }

  .being-part-of-3c-metal .tab-line {
    position: absolute;
    left: 0;
    width: 4px;
    height: 73px;
    background: #ffffff;
    border-radius: 2px;
    transition: top 0.3s;
  }

    .being-part-of-3c-metal .tab {
      cursor: pointer;
      color: #4C5B8C;
text-transform: uppercase;
      font-weight: bold;
      display: flex;
      align-items: center;
      gap: 26px;
      transition: all 0.3s;
    }
    .being-part-of-3c-metal .tab.active {

      color: #ffffff;
      
    }
    .being-part-of-3c-metal .tab-number {
        line-height: 80px;
        font-size: 56px;
    font-weight: normal;
}

.being-part-of-3c-metal .tab-text {
    font-size: 20px;
    line-height: 26px;
    max-width: 132px;
    font-weight: bold;
    transition: color 0.3s;
}
.gksSyl {
    color: #0C144B;
    font-size: 14px;
    line-height: 24px;
}

    .being-part-of-3c-metal .tab.active .tab-number {
      color: #ffffff;
    }

    /* RIGHT SIDE CONTENT */
    .being-part-of-3c-metal .tab-content {
      display: none;
    }

    .being-part-of-3c-metal .tab-content.active {
      display: flex;
      gap: 25px;
      flex-wrap: wrap;
    }

    .being-part-of-3c-metal .tab-content.active .block h3{
        color: #ffffff;
        text-transform: none;
        font-weight: 700;
        font-size: 34px;
    line-height: 39px;
    }
      .being-part-of-3c-metal .tab-content.active .block p{
        color: #ffffff;
        margin-bottom: 20px;
    }
    .onboarding-pg h3{
        text-transform: none;
        color:  #ffffff;
        font-weight: 700;
        font-size: 34px;
    line-height: 39px;
        
    }
    .onboarding-pg {
        padding-top: 20px;
    }    
    .onboarding-pg p{
        max-width: 408px;
        color: #FFFFFF;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .onboarding-pg-box{
        display: flex;
        column-gap:28px;
    }

    .card {
      background: #2583c8;
      border-radius: 20px;
      padding: 38px 42px 20px 37px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 48%;
      color: #fff;
      transition: background 0.3s;
    }

    .card.alt {
      background: #1d2f6f;
    }

    .card.alt.youtube-card{
        position: relative;
        padding: 0px;
        background: none;
        border: none;       
    }

    .youtube-card-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center; 
        background: none;
        border: none;
    }
    

    .being-part-of-3c-metal .tab-content .card.last-box {
      background: none;
      padding: none;
      border: none;
    }

    .card h3 {
      margin-top: 0;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 16px;
      font-weight: bold;
      text-transform: none;
    }

    .card p {
      font-size: 16px;
      line-height: 26px;
      margin-top: 0px;
      color: #FFFFFF;
    }

    .what-our-employees-say{
        
        padding: 60px 0 90px;
        background: #F6FAFF;
    }

    .what-our-employees-say .inner-container-ct .m-heading h2{
        font-weight: 700;
        color: #1B2967;
    }

    .m-heading{
        padding-top: 100px;
    }

    .empdescSwiper .swiper-pagination
 {
    right: 0;
    position: absolute;
    display: flex;
    justify-content: end;
 }


    .employees-desc-box{
        padding: 35px 32px 40px 52px;
border-radius: 20px;
    }
    .empdescSwiper .swiper-slide-active .employees-desc-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 40px #0C144B1A;
    cursor: pointer;
}
    .employees-desc-box .apostrophe{
        margin-bottom: 20px;
    }
    .employees-desc-box p{
        font-size: 22px;
        line-height: 26px;
        color: #0C144B;
    }
    .border-line {
        background: #707070;
        height: 1px;
        margin: 60px 0 14px 0;
        width: 100%;
    }
    .employees-desc-box span {
        font-size: 16px;
        line-height: 22px;
       color: #888B95;
    }

    .empdescSwiper{
        padding: 40px 0 60px 40px;
    }


 
    .our-roles{
        background: #5CC3D6;
        padding: 85px 0 100px 0;
    }
    .our-roles .roles-list-title{
        margin-bottom: 36px;
    }
    .roles-list-title{
        display: flex;
        align-items: center;
    }
    .roles-list-title p{
        margin-left: 127px;

    }
    .our-roles h2{
        color: #ffffff;
        text-align: left;
        font-size: 52px;
        line-height: 58px;
        font-weight: normal;
        margin-bottom: 0px;
    }
    .our-roles h2 span{
        font-size: 52px;
        line-height: 58px;
        color: #fff;
        font-weight: 700;
    }
    .our-roles p{
        color: #ffffff;
        max-width: 735px;
    }
    .roles-boxes{
        margin-bottom: 80px;
    }
    .roles-boxes .row.row-cols-lg-5 {
        row-gap: 20px;
    }
    
    
    .role-card{
        border: 1px solid #FFFFFF;
        border-radius: 15px;
        overflow: hidden;
    }
    .role-card h3{
        color: #FFFFFF;
        font-size: 20px;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
        min-height: 44px;
    }
    .role-card p{
        min-height: 80px;
        line-height: 20px;
        text-align: center;
        min-height: 104px;
    }
    .role-card .card-content{
        padding: 15px;
    }
    .explore-oppurtunities{
        position: relative;
        --scroll-bar: 0px;
        margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    }

    .explore-oppurtunities .inner-ct{
        margin-left: 70px;
    }
    .explore-oppurtunities .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .explore-oppurtunities h2{
        margin-bottom: 20px;
    }
     .explore-oppurtunities p{
        max-width: 307px;
        margin-bottom: 20px;
    }
    .being-part-of-3c-metal .tab-line{
        background: #FFFFFF;
        height: 1px;
        width: 100%;
    }
   
    .emp-desc-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 11px !important;
        border: 2px solid #B7B7B7;
        background: none;
        opacity: 1;
    }

    .emp-desc-swiper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
        border: none;
        background: #318ACF;
    }

    .careers-banner .inner-banner-content p {
    max-width: 420px;
    }

    .our-feed{
        padding-top: 90px;
        padding-bottom: 103px;
    }
    .our-feed h2 {
        text-align: center;
        margin-bottom: 36px;
        color: #0C144B;
    }
    .our-feed h2 span
 {
    color: #0C144B;
 }
    .iZfSoz {
        margin-top: 60px;
        
    }
    
    .euBiGU {
        border-radius: 24px !important;
    }

    .card.alt.youtube-card .attachment-full{
        width: 100%; 
        border-radius: 20px;
    }
    .youtube-card:hover .youtube-card-icon.modal-button {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out ;
        }

        .youtube-card .youtube-card-icon.modal-button {
            transition: all 0.3s ease-in-out ;
            }
            
            @media (min-width: 1600px) {

                .careers-list-title {
                    margin-left: 26.2%;
                }   
            }

    .role-card img{
        width: 100%;
    }
    @media (min-width: 767px) {
    .what-our-employees-say .col-md-4{
        width: 29%;
    }
     .what-our-employees-say .col-md-8{
        width: 71%;
    }
    
        
    }

    .roles-boxes [class*="row"] {
        margin-left: -9px;
        margin-right: -9px;
    }
    
    .roles-boxes [class*="col-"] {
        padding-left: 9px;
        padding-right: 9px;
    }
    .emp-desc-swiper .swiper-pagination-bullet:not(:first-child)
 {
    display: block !important;
}

.careers-banner .content-wrapper-video button svg {
    width: auto;
}

.careers-banner .content-wrapper-video button:hover svg #Path_1 {
    fill: #318ACF; 
  }
  
  .careers-banner .content-wrapper-video button:hover svg #Path_2 {
    fill: #FFF; 
  }
  
  .careers-banner .content-wrapper-video button:hover svg #Path_3 {
    fill: #FFF; 
  }

  .being-part-of-3c-metal .inner-part.bp-mobile-view{
    display: none;
  }


    @media (max-width: 1200px) {
        .our-feed{
            padding-top: 84px;
            padding-bottom: 93px;
        }

           .careers-list-details .counter-box img{
        width: 30%;
    }
    .careers-list-details .counter-box {
    padding: 30px 10px 0 15px;;
    column-gap: 13px;
}
.being-part-of-3c-metal .inner-part {
    padding: 0 0px;
}
.being-part-of-3c-metal .inner-part {
    gap: 40px;
}

.being-part-of-3c-metal .tab-text
 {
    font-size: 18px;
    line-height: 26px;

        
    }
    .being-part-of-3c-metal .tab-number {
    line-height: 70px;
    font-size: 40px;

    }
    .being-part-of-3c-metal .tab-list
 {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
    flex: 0 0 195px;
}
.employees-desc-box {
    padding: 35px 35px 35px 35px;

}
    .roles-boxes .row {
        row-gap: 24px;
        justify-content: center;
    }
    .careers-list-title {
        margin-left: 60px;
    }
    .cr-our-values-ct p {
        max-width: 350px;
        padding-right: 0px;
    }
    }

    @media (max-width: 991px) {

        .cr-our-values-ct p {
            padding-right: 60px;
        }
     
        .careers-list-title p {
    max-width: 345px;
}       
.careers-list-details .row{
 row-gap: 20px;
}
.careers-list-details .counter-box img {
    width: 26%;
}

.careers-list-details .counter-box {
    padding: 0px 10px 0 30px;
    column-gap: 42px;
        justify-content: flex-start;
    }
    .being-part-of-3c-metal .tab-number
 {
        line-height: 60px;
        font-size: 20px;
    }
    .being-part-of-3c-metal .tab
 {
    gap: 10px;
 }
 
    .being-part-of-3c-metal .tab-text {
        font-size: 12px;
        line-height: 16px;
    }
    .being-part-of-3c-metal .tab-list {
        gap: 0px
    }
        .being-part-of-3c-metal .tab-list {
        flex: 0 0 115px;
    }
    .onboarding-pg-box {
    display: flex
;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 28px;
}




.card {
    background: #2583c8;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    width: 47%;
}
.card.alt.youtube-card
 {
    position: relative;
    padding: 0px;
    background: none;
    border: none;
    justify-content: center;
}

.border-line {
    background: #707070;
    height: 1px;
    margin: 25px 0 14px 0;
    width: 100%;
}
.employees-desc-box {
        padding: 20px 20px 20px 20px;
    }
.empdescSwiper

 {
    padding: 40px 0 60px 30px;
}
.employees-desc-box p
 {
    font-size: 16px;
    line-height: 26px;
    color: #0C144B;
}
    .roles-list-title p {
    margin-left: 50px;
}
.roles-boxes{
    display: flex;
    flex-wrap: wrap;
}

.our-roles h2{
        font-size: 28px;
        line-height: 34px;
    
}
.our-roles h2 span {
        font-size: 28px;
        line-height: 34px;
    }
    .careers-list-title {
        margin-left: 0px;
    }
    .watch-video svg {
        width: auto;
    }

    }



    @media (max-width: 767px) {
        .being-part-of-3c-metal .inner-part.bp-desktop-view{
            display: none;
        }
        .onboarding-pg {
            padding-top: 0px;
        }        
        .watch-video svg {
            width: auto;
        }
        .employees-desc-box
 {
        padding: 35px 25px 33px 48px;
    }

    .employees-desc-box p {
        font-size: 22px;
        line-height: 26px;
    }
    .employees-desc-box .apostrophe {
        margin-bottom: 25px;
    }

        .cr-our-values-ct p {
            padding-right: 0px;
        }
        .role-card h3
 {
    font-size: 16px;
    line-height: 19px;
    min-height: 38px;
}
.role-card p
{
   font-size: 14px;
   line-height: 20px;
}
.careers-banner .content-wrapper
 {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0px;
}
.careers-banner .content-wrapper-video{
    margin-top: 20px;
}
.careers-list-title {
    display: flex
;
    justify-content: space-between;
            align-items: baseline;
    flex-direction: column;
}
.careers-list-title {
    margin-bottom: 41px;
}
.careers-list-details .row
 {
        row-gap: 31px;
    }
    .careers-list-details .counter-box {

        max-width: 300px;
        margin: auto;
    }
    .careers-list-details {
    margin-bottom: 94px;
}
.carrers-values
 {
    display: flex
;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 36px;
}
.cr-our-values-ct p
 {
    margin-bottom: 37px;
}
.cr-our-values-ct {
    margin-left: 25px;
    margin-right: 55px;
}
.cr-our-values
 {
    width: auto;
 }
 .cr-our-values h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0px;
    text-align: left;
    padding: 32px 77px 37px 25px;
}
    .cr-our-values h2 span{
        font-size: 40px;
        line-height: 45px;
    }
    .being-part-of-3c-metal .inner-part.bp-mobile-view{
    display: flex;
    flex-direction: column;
    }
    .being-part-of-3c-metal h2 {
        font-size: 34px;
        line-height: 37px;
        text-align: left;
    }
    .being-part-of-3c-metal h2 span{
        font-size: 34px;
        line-height: 37px;
        
    }
    .being-part-of-3c-metal .tab-number {
        line-height: 90px;
        font-size: 56px;
    }
    .being-part-of-3c-metal .tab-text
 {
        font-size: 20px;
        line-height: 26px;
    }
    .being-part-of-3c-metal .tab {
        gap: 26px;
        max-width: 255px;
    }
    .being-part-of-3c-metal h2
 {
    max-width: 260px;
    margin-bottom: 20px;
 }
 .being-part-of-3c-metal .tab-list
 {
        gap: 20px;
    }
    .card
 {
     
        width: 100%;
    }
    .what-our-employees-say .inner-container-ct .m-heading h2
 {
    font-size: 40px;
    line-height: 43px;
    max-width: 314px;
 }
     .empdescSwiper {
        padding: 40px 0 60px 0px;
    }
.empdescSwiper .swiper-pagination {
    justify-content: center;
}
.roles-list-title
 {
    display: flex
;
    align-items: flex-start;
    row-gap: 28px;
    flex-direction: column;
}
    .roles-list-title p {
        margin-left: 0px;
    }
.roles-boxes .row {
        row-gap: 24px;
        justify-content: left;
    }

    .explore-oppurtunities .inner-ct {
    margin-left: 0px;
}

.m-heading {
    padding-top: 0px;
}
.what-our-employees-say {
    padding: 90px 0 100px;
    background: #F6FAFF;
}
.careers-list-title h3
 {
    text-align: left;
}
.explore-oppurtunities .overlay
 {
    top: 20px;
    justify-content: flex-start;
    align-items: flex-start;
}
.roles-boxes {
    margin-bottom: 102px;
}

.our-roles h2 {
    font-size: 34px;
    line-height: 37px;
}
.our-roles h2 span{
    font-size: 34px;
    line-height: 37px;
}

.role-card p{
    min-height: auto;
}
.our-roles .desktop-banner {
    display: block;
    height: 260px;
}
.our-roles .mobile-banner {
    display: none !important;
}
    }

    @media (max-width: 600px) {
        .explore-oppurtunities {
            margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
            left: 0 !important;
        }
        .our-roles  
 {
    background: #5CC3D6;
    padding: 99px 0 0px 0;
}
        .explore-oppurtunities .overlay {
            top: 70px;
        }
        .our-roles .desktop-banner {
            display: none;
        }
        .our-roles .mobile-banner {
            display: block !important;
            height: auto;
        }
        
    }



/* Career Page ends */

/* news detal page styling */

.newsdtlsection p {
    color: #231f20;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}
.newsdtlsection h3 {
    text-align: left;
    font-weight: 500;
    color: #005aab;
    font-size: 25px;
    margin-bottom: 12px;
    margin-top: 20px;
}

.newsdtlsection ul.arrow-list {
    list-style: none !important;
    font-size: 20px;
    color: #231f20 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.newsdtlsection ul li::before {
    content: "";
    background: url(../image/news-detail-listing-arrow.jpg) no-repeat !important;
    position: absolute;
    left: 0;
    width: 15px;
    top: 5px;
    height: 15px;
}

.modal-body .blue-medium{
    background: #006BB1!important;
}
.modal-body .darker-blue{
    background: #091A3E!important;
}
.modal-body .light-green-blue{
    background: #5CC3D6!important;
}
.modal-body .violet-blue{
    background: #8D9ABA!important;
}
.modal-body .brown{
    background: #262626!important;
}
.modal-body .purple-blue{
    background: #475C86!important;
}

.certificatenewslider{
    padding-bottom: 72px;
}

 @media (min-width: 1000px) {
    .page-template-career .inner-banner-content{
    align-items: flex-end;
    padding-bottom: 55px;
}
 }

  @media (min-width: 767px) {

 .hide-nav{
    padding-bottom: 0;
 }

 .hide-nav .swiper-wrapper{
    justify-content: center;
 }

 .hide-nav .slider-button{
    display: none;
 }
}

.onboarding-pg-box img{
    border-radius: 15px;
}


.explore-oppurtunities .desktop-banner{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}


.our-feed .WidgetTitle__Header-sc-ruy1gu-2.kjUTuv {
  font-size: 46px ;
  line-height: 49px;
  text-align: center;
  margin-bottom: 36px;
  color: #0C144B;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
.our-feed .WidgetTitle__Header-sc-ruy1gu-2.kjUTuv span{
  color: #0C144B;
  font-weight: bold;
}

@media (max-width: 767px) {
.our-feed .WidgetTitle__Header-sc-ruy1gu-2.kjUTuv {
  font-size: 40px;
  line-height: 40px;
    }
}



/* 08-08-2025 */

.contactsection select option:last-child {
    display: none;
}

.contact-enquiry select option:last-child {
    display: none;
}
.services-detail-cards .blue:hover {
  background: #318acf; 
}
.services-detail-cards .light-blue:hover {
  background: #4883C1;
}
.spot-wrap.small-wrap.spot1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%; 
 background: linear-gradient(180deg, #091A3E1C 0%, transparent 100%);
  pointer-events: none; 
}

/* 15-09-2025 */

.message-section-wrapper .quotes {
  display: none;
}

/* 23-09-2025 */

.terms-condition p {
  margin-bottom: 15px;
}
.sitemap ul{
  color: #888B95;
  margin:0 0 15px;
}
.sitemap ul li {
  margin-bottom: 15px;
  list-style: disc;
}
.sitemap ul li ul {
     margin: 15px 0 15px 30px;
     color: #888B95;
}
.sitemap ul li a {
  color: #888B95;
  font-size: 16px;
}
.sitemap ul li a:hover{
color: #318ACF;
}


