@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --black : #1B1B1B;
    --white: #fff;
    --blue: #0A5494;
    --darkblue: #0A2446;
    --yellow: #FAA228;
    --light-grey: #F1EBE9;
    --darkgrey: #8b8b8b;
    --body-font: "Inter", sans-serif;
    --heading-font: "Oswald", sans-serif;
}
body, html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    background: var(--white);
    color: var(--darkgrey);
    font-size: 13px;
    line-height: 1.7;
    font-family: var(--body-font);
    font-weight: 500;
}
p{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    font-family: var(--body-font);
    color: var(--darkgrey);
}
a{
    text-decoration: none !important;
    font-family: var(--body-font);
}
p:last-child{
    margin-bottom: 0;
}
img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec-space{
    padding: 98px 0;
}
button:focus, button:hover, .faq .btn-link, .faq .btn-link:hover, .faq .btn-link:focus, input:focus, input:hover{
    border:  none !important;
    outline: none !important;
}
.btn, .theme-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-family: var(--body-font);
    padding: 0 24px;
    min-width: 148px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.btn-primary, .theme-btn{
    background: var(--yellow);
    color: var(--white);
    border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .theme-btn:hover, .theme-btn:focus, .theme-btn:active{
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
}
.btn-outline{
    color: var(--yellow);
    border-color: var(--yellow);
    background: transparent;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active{
    color: var(--darkblue);
    border-color: var(--yellow);
    background: var(--yellow);
}
.btn-line{
    font-weight: 700;
    color: var(--blue);
    text-decoration: underline !important;
    height: auto !important;
    line-height: 1 !important;
}
.section-heading{
    margin-bottom: 42px;
    max-width: 80%;
}
.form-control, textarea {
    font-size: 13px;
    border-radius: 4px !important;
    background: #f5f5f5;
    border: 1px solid var(--darkgrey) !important;
    padding: 8px 12px;
    color: var(--black);
    font-weight: 500;
}
.form-control::placeholder, textarea::placeholder{
    color: #8b8b8b;
    text-transform: capitalize;
    font-size: 13px;
}
textarea {
    height: 80px;
}
.form-control:focus, textarea:focus{
    border-color: var(--light-grey) !important;
    background: #F5F5F5;
    box-shadow: none;
    outline: none;
}
.form-group{
    position: relative;
    margin-bottom: 2rem;
}
.form-group .bi{
    color: var(--white);
    font-size: 20px;
    position: absolute;
    left: 0;
}
.contact-form  label{
    font-size: 13px;
    color: var(--blue);
    font-weight: 600;
    margin: 0 0 4px 12px;
}
.owl-nav{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    background: transparent;
    height: 40px;
    width: 40px;
    border: 1px solid var(--darkgrey);
    border-radius: 4px;
    color: var(--darkgrey);
    font-size: 20px;
    position: inherit;
    left: -60px;
    transition: 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -60px;
}
.owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:active{
    color: var(--white);
    background: var(--blue);
    border: none;
    outline: 0;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 24px;
}
.owl-carousel button.owl-dot {
    background: transparent;
    background-color: transparent !important;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    transition: 0.3s ease-in-out;
}
.owl-carousel button.owl-dot span{
    width: 8px !important;
    height: 8px !important;
    background-color: var(--white) !important;
    margin: 0 4px;
    border-radius: 8px;
}
.owl-carousel button.owl-dot.active span{
    background-color: var(--yellow) !important;
    width: 24px !important;
}


/* Header  */
.top-header{
    background: var(--blue);
    padding: 6px 0;
}
.con-box{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff60;
}
.con-box span{
    color: var(--white);
}
.call-list img{
    height: 15px;
    width: 15px;
    filter: brightness(0) invert(1);
    opacity: 0.6;
}
.call-icon, .social-list li .bi{
    background: transparent;
    border: 1px solid #ffffff40;
    border-radius: 50%;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 28px;
    display: inline-block;
    margin-right: 4px;
}
.call-list li:not(:last-child){
    padding-right: 20px;
    border-right: 1px solid #ffffff20;
    margin-right: 20px;
}
.social-list li .bi{
    display: block;
    color: #ffffff60; 
    font-size: 15px;
    line-height: 32px;
    transition: 0.3s ease-in-out;
}
.social-list li:not(:last-child){
    margin-right: 4px;
}
.social-list li:hover .bi{
    color: var(--yellow);
    background: var(--white);
}
.myHeader{
    background: var(--white);
    width: 100%;
    position: relative;
    z-index: 99;
}
.navbar-brand {
    background: #ffffff;
    position: absolute;
    top: -16px;
    height: 124px;
    width: 124px;
    text-align: center;
    border-radius: 0 0 50% 50%;
}
.navbar-brand img {
    height: 120px;
    width: auto;
}
.navbar-brand:focus-within, .navbar-brand:focus-visible{
    border: none !important;
    outline: none !important;
}
.navbar-brand::before {
    content: "";
    width: 150px;
    height: 140px;
    background: #ffffff40;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    z-index: -1;
}
.navbar-toggler-icon{
    color: var(--blue);
    font-size: 36px;
}
.nav-text{
    margin-left: 6px;
}
.myHeader.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--light-grey);
    z-index: 99;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.myHeader.fixed{
    background: var(--white);
}
.myHeader.fixed .navbar-brand img {
    height: 75px;
}
.myHeader.fixed .navbar-brand{
    height: 100%;
}
.myHeader.fixed .navbar-collapse, .myHeader.fixed .nav-text{
    margin-top: 0px;
}
.myHeader.fixed .navbar-brand::before{
    display: none;
}
.myHeader.fixed .top-header{
    display: none;
}
.main-header{
    padding: 16px 0;
}
.navbar-nav li a {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 !important;
    font-family: var(--body-font);
    color: var(--black);
    position: relative;
    transition: 0.4s ease-in-out;
}
/* .myHeader.fixed .navbar-nav li a{
    color: var(--black);
} */
.navbar-nav li{
    margin: 0 8px;
    transition: 0.3s ease-in-out;
    position: relative;
}
.navbar-nav li.active a, .navbar-nav li:hover a{
    color: var(--blue);
}
img.logo-text {
    height: 48px;
    width: auto;
    object-fit: contain;
    padding-left: 10px;
    border-left: 1px solid #d9d9d9;
    margin-left: 10px;
}
.myHeader .btn-primary{
    background: var(--blue);
    font-size: 12px;
    min-width: auto;
    padding: 0 16px;
}
.myHeader .btn-primary:hover, .myHeader .btn-primary:focus, .myHeader .btn-primary:active{
    background: var(--darkblue);
}


/* Banner  */
.banner{
    z-index: 1;
}
.banner-img::before {
    content: "";
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, #0A2446, #060e1a70, #00000000); */
    background: #00000062;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.banner-img {
    position: relative;
    padding-top: 42%;
    width: 100%;
    z-index: 1;
}
.banner-img img , .banner-img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-wrapper{
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.banner-text{
    max-width: 52%;
    display: none;
}
.banner-text h1 {
    font-size: 68px;
    line-height: 1.2;
    color: var(--white);
    font-weight: 500;
    font-family: var(--heading-font);
    text-transform: capitalize;
}
.banner-text p{
    font-size: 14px;
    color: var(--white);
    font-weight: 300;
    max-width: 90%;
}
.banner-slider .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 9%;
}
.banner-slider.owl-carousel button.owl-dot.active span{
    width: 24px;
    height: 8px;
}
.banner .btn-primary{
    color: var(--darkblue);
}
.banner .btn-primary:hover, .banner .btn-primary:focus, .banner .btn-primary:active{
    color: var(--white);
}
.banner .btn-outline:hover, .banner .btn-outline:focus, .banner .btn-outline:active{
    color: var(--blue);
    border-color: var(--white);
    background: var(--white);
}

/* Statistics  */
.stat-bar{
    background: var(--blue);
    padding: 60px 0;
}
.stat-box h4{
    font-size: 40px;
    font-weight: 500;
    font-family: var(--heading-font);
    color: var(--yellow);
}
.stat-box p {
    font-size: 15px;
    color: #ffffffd2;
    font-weight: 300;
    max-width: 84%;
}


/* About start  */
.about-img{
    position:relative;
    padding-top: 95%;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}
.about-img img{
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
.ab-grid .about-img{
    max-width: 80%;
}
.about-img.ab-img1 {
    position: absolute;
    padding-top: 0;
    bottom: 10%;
    right: 0;
    z-index: 9;
    height: 240px;
    width: 240px;
    border: 8px solid var(--white);
}
.about-text{
    padding: 0 40px;
}
.about-text h6, .section-heading h6{
    font-size: 14px;
    color: var(--yellow);
    font-weight: 600;
    text-transform: capitalize;
}
.about-text h2, .section-heading h2{
    font-size: 42px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--darkblue);
    font-family: var(--heading-font);
    position: relative;
}
.about-text ul, .about-text ol{
    list-style-type: none;
    color: var(--black);
    font-weight: 600;
    padding-left: 0;
}
.about-text ul li, .about-text ol li{
    position: relative;
    padding-left: 20px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}
.about-text ul li:not(:last-child), .about-text ol li:not(:last-child){
    margin-bottom: 8px;
}
.about-text ul li::before, .about-text ol li::before{
    content: "\F26B";
    font-family: 'Bootstrap-icons';
    color: var(--yellow);
    position: absolute;
    top: 0;
    left: 0;
}

/* Services  */
.services{
    background: url(../images/service-bg.jpg) no-repeat center;
    background-size: cover !important;
}
.services .section-heading h2{
    color: var(--white);
    font-weight: 500;
}
.services .service-desc, .services p{
    color: #ffffffc2;
    font-weight: 300;
}
.service-slider{
    padding-bottom: 24px;
}
.service-box{
    background: #ffffff1a;
    backdrop-filter: blur(4px);
    border-radius: 8px;
    overflow: hidden;
}
.service-img{
    padding-right: 50%;
    overflow: hidden;
    border: 1px solid transparent;
    z-index: 1;
}
.service-img img{
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s ease-in-out;
}
.service-box:hover .service-img img{
    transform: scale(1.1);
}
.service-desc {
    padding: 40px 32px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-box .service-title{
    font-size: 32px;
    line-height: 1.4;
    font-family: var(--heading-font);
    margin-bottom: 12px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}
.desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-desc p {
    color: #ffffffb0;
    font-weight: 300;
}
.service-desc .btn{
    width: fit-content;
}
.sameheight.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
}
.sameheight .item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 1px;
}


/* Why Us  */
.whyus::before{
    content: "";
    width: 64%;
    height: 100%;
    background: url(../images/whyus-bg.png) no-repeat center;
    background-size: cover !important;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.whyus-box{
    background: var(--white);
    padding: 0 40px 40px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 4px #00000025;
}
.why-icon{
    height: 84px;
    width: 84px !important;
    background: var(--darkblue);
    border-radius: 0;
    padding: 14px;
}
.why-icon img{
    filter: brightness(0) invert(1);
    object-fit: contain;
}
.whyus-box h5{
    font-size: 28px;
    font-family: var(--heading-font);
    color: var(--darkblue);
    margin: 40px 0 12px;
    letter-spacing: 0;
}

/* About Service  */
.ab-serv .about-text ul{
    columns: 2;
}
.ab-serv .ab-grid .about-img{
    max-width: 90%;
}
.ab-serv .ab-grid .stat-box {
    background: #f59b1d;
    padding: 20px 24px;
    max-width: 240px;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1;
    outline: 12px solid #ffffff60;
}
/* .ab-serv .ab-grid .stat-box::before{
    content: "";
    width: 14px ;
    height: 100%;
    background: #ffffff60;
    position: absolute;
    top: 0;
    left: -14px;
} */

.ab-serv .ab-grid .stat-box h4{
    color: var(--white);
}
.ab-serv .ab-grid .stat-box p {
    font-size: 15px;
    font-weight: 400;
    max-width: 100%;
    color: var(--white);
}

/* Network  */
.location-box{
    overflow: hidden;
}
.location-img{
    padding-top: 157%;
}
.location-img img{
    transition: 0.6s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.location-img::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000ad, #0000004d, #00000007);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.location-text{
    background: linear-gradient(0deg, #0a244600, #0c346800, #0a549400);
    width: 100%;
    height: 16%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 28px;
    z-index: 2;
    transition: 0.4s ease-in-out;
    align-content: end;
}
.location-text h4{
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 400;
}
.location-text p, .location-text .desc{
    color: var(--white);
    font-weight: 300;
    transition: 0.4s ease-in-out;
    opacity: 0;
}
.location-text .desc{
    -webkit-line-clamp: 2;
}
.location-text ul{
    row-gap: 6px;
    transition: 0.4s ease-in-out;
    opacity: 0;
}
.location-text li{
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
    background: #ffffff20;
    text-transform: uppercase;
    font-family: var(--body-font);
    padding: 4px 14px;
    border-radius: 40px;
    margin-right: 4px;
    backdrop-filter: blur(4px);
    transition: 0.4s ease-in-out;
    opacity: 0;
}
.location-box:hover .location-text{
    background: linear-gradient(0deg, #0A2446, #0c3468d9, #0a549499);
    height: 100%;
}
.location-box:hover p, .location-box:hover .location-text .desc, .location-box:hover ul, .location-box:hover li{
    opacity: 1;
}
.network .section-heading .btn-primary{
    background: var(--blue);
}
.network .section-heading .btn-primary:hover, .network .section-heading .btn-primary:focus, .network .section-heading .btn-primary:active{
    background: var(--darkblue);
}

/* Client  */
.client-slider{
    max-width: 80%;
    margin: 0 auto;
}
.client-box {
    height: 98px;
    width: auto;
    padding: 12px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background: var(--white);
}
.client-box img{
    object-fit: contain;
}

/* Inspection  */
.inspection .ab-grid .about-img {
    padding-top: 75%;
    max-width: 68%;
    margin-left: auto;
    margin-bottom: 80px;
}
.inspection .about-img.ab-img1 {
    padding-top: 0;
    bottom: -80px;
    right: auto;
    left: 0;
    height: 320px;
    width: 280px;
}

/* FAQs  */
.faq{
    background: var(--blue);
}
.faq .section-heading h2, .faq .p{
    color: var(--white);
}
.faq-img{
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
}
.faq .card, .faq .card-header{
    background: transparent !important;
    border: none;
    padding: 0;
    border-radius: 0;
}
.faq .card{
    padding: 24px 0;
}
.faq .accordion .card:not(:last-child){
    border-bottom: 1px solid #ffffff40 !important;
}
.faq .btn-link {
    background-color: transparent !important;
    font-size: 16px;
    color: var(--white) !important;
    height: auto;
    line-height: 1.4;
    text-wrap: wrap;
    padding: 0;
}
.faq .card-body{
    color: #FFFFFF98;
    font-weight: 300;
    padding: 0;
    margin-top: 12px;
}
.faq .btn-primary{
    color: var(--darkblue);
}
.faq .btn-primary:hover, .faq .btn-primary:focus, .faq .btn-primary:active{
    background: var(--darkblue);
    color: var(--white);
}


/* Locations  */
/* .location {
    max-height: 580px;
} */
.map-globe{
    position: relative;
}
.map-globe svg{
    height: 100% !important;
}
.location-map-wrap{
    top: 80px;
    right: 0;
    height: 100%;
    width: 57%;
}
.location-map-wrap img{
    object-position: left;
    /* opacity: 0.6; */
}

/* certificates  */
.certificates{
    padding-top: 40px;
}


/* Blogs  */
.blog-head{
    margin-bottom: 40px;
}
.blog-head p{
    margin-bottom: 0;
}
.blog-img{
    position: relative;
    padding-top: 64%;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}
.blog-img img{
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}
.blog-box:hover .blog-img img{
    transform: scale(1.1);
}
.blog-text {
    padding-top: 12px;
}
.blog-img h6 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    font-family: var(--heading-font);
    color: var(--white);
    background: var(--yellow);
    padding: 20px 12px;
    max-width: 96px;
    position: absolute;
    top: 0;
    right: 20px;
}
.blog-title{
    font-size: 28px;
    line-height: 1.2;
    color: var(--darkblue);
    font-weight: 700;
    font-family: var(--heading-font);
}
.blog-box:hover .blog-title{
    color: var(--black);
}


/* Middle Banner  */
.mid-banner{
    background-attachment: fixed !important;
    background-size: cover !important;
    z-index: 1;
}
.mid-banner::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #1b1b1bcc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.mid-banner .section-heading {
    max-width: 50%;
}
.mid-banner h2, .faq .section-heading h2{
    color: var(--white);
    font-weight: 400;
}
.mid-banner p{
    font-size: 16px;
    color: #8b8b8b;
}


/* Footer  */
.email-subscribers{
    display: flex;
    width: 100%;
}
.email-subscribers .form-control{
    cursor: pointer;
    margin-right: 12px;
}


/* Footer Main  */
.footer-row{
    padding: 96px 0 60px;
}
/* .col-xxl-4 {
    padding-right: 0;
} */
.footer-logo img {
    height: auto;
    width: 80%;
    object-fit: contain;
}
.myFooter h3{
    font-size: 22px;
    font-weight: 500;
    font-family: var(--heading-font);
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 24px;
}
.myFooter .navbar-nav li a{
    font-size: 13px !important;
    font-family: var(--body-font) !important;
    color: var(--darkgrey) !important;
    font-weight: 600 !important;
    padding: 2px 0 !important;
}
.myFooter .navbar-nav li a:hover, .myFooter .navbar-nav li.active a{
    color: var(--blue) !important;
}
.myFooter .navbar-nav li{
    background: transparent !important;
    margin: 0;
}
.myFooter .con-box, .address-box .con-box{
    padding-left: 52px;
    min-height: 45px;
}
.myFooter .con-box .bi, .myFooter .social-list li .bi, .address-box .con-box .bi {
    height: 40px;
    width: 40px;
    background: var(--white);
    border-radius: 2px;
    font-size: 18px;
    color: var(--yellow);
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.myFooter .social-list li .bi{
    background: transparent;
    color: var(--white);
    border-color: var(--white);
    position: static;
}
.myFooter .con-box h5, .address-box .con-box h5{
    font-size: 14px;
    line-height: 1.4;
    color: var(--white);
    font-family: var(--body-font);
    letter-spacing: 0;
    margin-bottom: 0;
}
.myFooter .con-box h5 strong, .address-box .con-box h5 strong{
    color: var(--blue);
    display: block;
    font-size: 13px;
}
.myFooter .con-box{
    margin-bottom: 12px;
}
.copyright{
    padding: 0 0 16px 0;
}
.copyright p, .main-footer p{
    color: var(--darkgrey);
    margin-bottom: 0;
}
.copyright p{
    line-height: 1.2;
}
.copyright p a{
    color: var(--blue);
}
.con-data{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: var(--yellow);
    padding: 48px 40px;
    max-width: 33%;
    border-radius: 8px 8px 0 0;
    margin-left: auto;
    z-index: 1;
}
.con-data h3{
    color: var(--white);
}
.con-data hr{
    background: var(--white);
    margin: 2rem 0;
}
.myFooter::before{
    content: "";
    width: 100%;
    height: 48px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tnp-field.tnp-field-email {
    flex-grow: 1;
}
.email-subscribers form{
    display: flex;
    width: 100%;
}
.tnp-field-email label{
    display: none !important;
}
.tnp-subscription div.tnp-field{
    margin-bottom: 0 !important;
}
.tnp-field-email {
    flex-grow: 1 !important;
    border: 1px solid #5656562b !important;
    margin-right: 8px;
    border-radius: 4px;
}
.tnp-subscription{
    margin: 0 !important;
}
.tnp-subscription input[type=email]{
    padding: 12px !important;
}
input.tnp-submit {
    background-color: var(--yellow) !important;
    color: var(--white) !important;
    padding: 12px 24px !important;
}


/* Inner Pages  */
.inner-banner {
    padding: 120px 0;
}
.inner-banner{
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.inner-banner::before {
    content: "";
    background: linear-gradient(45deg, var(--blue), #00000086);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.inner-banner::after{
    content: "";
    width: 64%;
    height: 100%;
    background: url(../images/map-vector.png) no-repeat left;
    background-size: cover;
    filter: brightness(0) invert(1);
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: -14%;
}
.inner-banner-text h2, .inner-banner-text h1 {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 50px;
    font-weight: 500;
}
.inner-banner .breadcrumb{
    background: transparent;
    color: var(--white);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
    content: " // ";
}
.inner-banner .breadcrumb-item a{
    color: var(--white);
    text-decoration: underline !important;
}
.inner-banner .breadcrumb-item{
    color: var(--white);
}

/* About Page  */
.about-cms .about-img {
    padding-top: 84%;
    border-radius: 20px;
}
.about-cms .ab-wrap:nth-child(even) .ab-row{
    flex-direction: row-reverse;
}
.about-cms .ab-wrap:not(:last-child){
    margin-bottom: 80px;
}
.about-cms .ab-wrap:nth-child(even) .about-text{
    padding: 0 40px 0 0;
}
.team-box .service-desc{
    padding: 28px 24px;
}

/* Testimonial  */
.test-box{
    background: #f5f5f5;
    padding: 24px;
    border-left: 4px solid var(--light-grey);
    transition: 0.3s ease-in-out;
}
.review{
    height: 220px;
    overflow-y: auto;
}
.client-info{
    margin-top: 20px;
}
.client-img{
    flex-shrink: 0;
    background: #c4c4c4;
    border-radius: 50%;
}
.client-img img{
    width: 64px !important;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #c4c4c4;
}
.test-box .bi{
    color: var(--yellow);
    margin-right: 1px;
}
.client-name{
    font-size: 18px;
    font-family: var(--heading-font);
    color: var(--black);
    text-transform: capitalize;
}
.client-data .desg{
    color: var(--darkgrey);
    font-size: 14px;
}
.testimonial-slider.owl-carousel .owl-dots {
    text-align: left;
}
.quote {
    height: 84px;
    width: 84px !important;
    object-fit: contain;
    position: absolute;
    bottom: -12px;
    right: -12px;
}
.testimonial-slider .owl-item.active.center .test-box{
    background: var(--blue) !important;
    border-color: #A31D1C;
}
.testimonial-slider .owl-item.active.center .test-box img.quote{
    opacity: 0.1;
} 
.testimonial-slider .owl-item.active.center .test-box h4, .testimonial-slider .owl-item.active.center .test-box h5, .testimonial-slider .owl-item.active.center .test-box p{
    color: var(--white);
}


/* Network Page  */
#port-map {
    width: 100%;
    height: 650px;
    border-radius: 12px;
    overflow: hidden;
}
.port-box {
    height: 650px;
    overflow-y: auto;
    padding: 20px;
    border-radius: 12px;
}
.port-list li {
    padding: 12px 16px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #eee;
}
.port-list li:hover {
    background: var(--blue);
    color: #fff;
}
.port-list li.active {
    background: var(--blue);
    color: #fff;
}
.search-box input {
    height: 50px;
    border-radius: 4px;
    padding-left: 15px;
}
.network-row{
    margin: 0 -6px;
    row-gap: 16px;
}
.network-row [class*="col-"]{
    padding: 0 6px;
}
.network-cms .location-img{
    padding-top: 48%;
}
.network-cms .location-box::before {
    content: "";
    width: 104%;
    height: 104%;
    background: #155480ba;
    transition: 0.6s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.network-cms .bot-arrow {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 28px;
    height: 18px;
    background: transparent;
    transition: 0.6s ease-in-out;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.network-cms .location-box.active ~ .bot-arrow{
    background: var(--yellow);
}
.network-cms .location-box.active::before, .network-cms .location-box:hover::before {
    background: linear-gradient(0deg, var(--yellow), #faa228d1) !important;
}
.network-cms .region-name {
    padding: 0 14px;
    text-align: center;
    font-size: 24px;
    width: 100%;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.4px;
    font-family: var(--heading-font);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.network-cms .location-box:hover .location-img img{
    transform: scale(1.1);
}
.network-cms .tab-content{
    margin: 20px 0;
}
.network-cms .tab-pane{
    background: #f0f4f8;
    border-radius: 4px;
    padding: 12px 24px;
    border: 1px solid var(--yellow);
}
.network-cms .country-list{
    row-gap: 8px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
    gap: 8px;
}
.network-cms .country-list li a {
    display: block;
    color: var(--blue);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background: #e2eaf1;
    border: 1px solid #c7d8e6;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    font-family: var(--body-font);
    padding: 12px 12px;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
}
.network-cms .country-list li:hover a, .network-cms .country-list li.active a{
    background: var(--yellow);
    color: var(--white);
    border-color: var(--yellow);
}

    


/* Service Page  */
.serv-row{
    row-gap: 40px;
}
.service-cms .service-box .service-title {
    color: var(--black);
    font-weight: 500;
}
.service-cms .service-box {
    background: #f5f5f5;
    backdrop-filter: none;
}

/* Contact Page  */
.address-box h3 {
    font-family: var(--heading-font);
    color: var(--darkblue);
}
.address-box .accordion>.card:first-of-type, .address-box .accordion .card{
    border: 1px solid #0A244620;
}
.address-box button.btn.btn-link.btn-block {
    background: var(--darkblue);
    color: var(--white);
    font-size: 18px;
    padding: 8px 20px;
    height: auto;
    position: relative;
}
.address-box button.btn.btn-link:before {
    content: "\F229";
    font-size: 22px;
    font-family: 'Bootstrap-icons';
    color: #ffffff3d;
    position: absolute;
    top: 8px;
    right: 20px;
}
.address-box button.btn.btn-link[aria-expanded="true"]:before{
    transform: rotate(180deg);
}
.address-box .contact-list{
    padding: 20px;
    background: #f5f5f5;
}
.address-box .con-box h5{
    color: #212524;
}
.address-box .con-box h5 strong{
    color: var(--yellow);
}
.address-box .con-box .bi {
    background: var(--yellow);
    color: #ffffff;
}
.address-box .contact-list li:not(:last-child){
    margin-bottom: 12px;
}
.address-box .card:not(:last-child){
    margin-bottom: 24px;
}
.contact-bg{
    height: 60%;
    width: 100%;
    top: 0;
    left: 0;
}
.contact-form{
    background: var(--white);
    padding: 60px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contact-wrap .section-heading h2{
    color: var(--white);
}

/* Gallery Page  */
.gallery-img{
    position: relative;
    padding-top: 68%;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}
.gallery-img img{
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease-in-out;
}
.gallery-img:hover img{
    transform: scale(1.1);
}
.gallery-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0a24464f;
    backdrop-filter: blur(9px);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.gallery-img::after {
    content: "\F4FC";
    font-size: 36px;
    font-family: 'Bootstrap-icons';
    color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.gallery-img:hover::before, .gallery-img:hover::after{
    opacity: 1;
}
.compensate-for-scrollbar {
    padding-right: 0 !important;
}



/* About Page  */
.service-box.team-box {
    background: #fff;
    padding: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.team-box .service-img {
    padding-right: 44%;
}
.team-box.service-box h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: var(--heading-font);
    color: var(--darkblue);
}
.team-box.service-box h5 {
    font-size: 16px;
    font-family: var(--body-font);
    letter-spacing: 0;
    color: var(--yellow);
}
.team-box.service-box p, .team-box .service-box {
    color: #212524;
}
.team-box .social-list li .bi {
    display: block;
    color: var(--darkgrey);
    border: 1px solid var(--darkgrey);
}
.team-box .social-list li:hover .bi{
    color: var(--white);
    border: 1px solid var(--yellow);
    background: var(--yellow);
}
hr {
    width: 100%;
}
.team-box:hover .service-img img{
    transform: none;
}

.mission{
    background: var(--blue);
}
.mission-box {
    border: 1px dashed var(--white);
    border-radius: 4px;
    background: transparent;
    padding: 40px;
}
.mission-box .serv-icon {
    height: 64px;
    width: 64px;
    border-radius: 4px;
    padding: 12px;
    flex-shrink: 0;
    margin-right: 12px;
    background: #3b76a9;
    position: absolute;
    top: -20px;
    transform: scale(1.2);
}
.mission-box .serv-icon img {
    filter: brightness(0) invert(1);
}
.mission-box h4 {
    font-size: 32px;
    color: var(--white);
    font-family: var(--heading-font);
    font-weight: 500;
    margin-top: 42px;
}
.mission, .mission p{
    font-weight: 400;
    color: #ffffffad;
}
.mission .section-heading {
    margin-bottom: 78px;
}
.mission .section-heading h2{
    max-width: 68%;
    flex: 0 0 68%;
    color: var(--white);
}

/* Inspection & Audit  */
.audit-cms .about-wrap:nth-child(even){
    background: #f5f5f5;
}
.audit-cms .about-wrap:nth-child(even) .ab-row{
    flex-direction: row-reverse;
}

/* Service Details  */
.advantage-list {
    columns: 2;
    gap: 80px;
    max-width: 90%;
    margin: 0 auto;
}
.advantage-list, .advantage-list ul{
    list-style-type: none;
}
.advantage-list ul{
    padding-left: 0;
}
.advantage-list li {
    position: relative;
    padding-left: 45px;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    min-height: 32px;
}
.advantage-list li::before, .feature-list li::before {
    content: "\F26A";
    font-size: 20px;
    line-height: 20px;
    border: 6px solid #FAA22840;
    border-radius: 50%;
    color: var(--yellow);
    font-family: 'Bootstrap-icons';
    position: absolute;
    top: 0;
    left: 0;
}
.advantage-list::before {
    content: "";
    width: 1px;
    height: 100%;
    background: var(--light-grey);
    position: absolute;
    top: 0;
    left: 50%;
}
.advantage-list li:not(:last-child){
    margin-bottom: 20px;
}

/* Dynamic Map  */
path{
	transition: fill .1s linear
}
path:hover{
	fill: var(--blue)
}

.map-tooltip{
    position:absolute;
    background:#000;
    color:#fff;
    padding:6px 12px;
    border-radius:5px;
    font-size:14px;
    pointer-events:none;
    text-transform: capitalize;
    opacity:0;
    transition:.2s;
    z-index:9999;
    white-space:nowrap;
}

/* Ship */
.ship{
    position:absolute;
    width:80px;
    height:36px;
    cursor:pointer;
    transition:all .4s ease;
}
.ship img{
    object-fit: contain;
}

/* Different ship positions */
.ship-1{
    top:28%;
    animation:sailRight 20s linear infinite;
}

.ship-2{
    top:56%;
    animation:sailLeft 24s linear infinite;
}

.ship-3{
    top:37%;
    animation:sailRight1 16s linear infinite;
}

.ship-4{
    top:38%;
    animation:sailLeft1 16s linear infinite;
}
.ship-5{
    top:54%;
    animation:sailRight2 20s linear infinite;
}

.ship-6{
    top:64%;
    animation:sailRight3 24s linear infinite;
}

.ship-7{
    top:-4%;
    animation:sailLeft2 16s linear infinite;
}

.ship-8{
    top:48%;
    animation:sailLeft3 16s linear infinite;
}


/* Ship shape */
.ship img{
    position:relative;
    width:100%;
    height:100%;
    /* opacity: 1; */
}

/* Sail */
.ship-body::before{
    content:"";
    position:absolute;
    left:35px;
    bottom:15px;
    width:0;
    height:0;
    border-left:20px solid transparent;
    border-right:0 solid transparent;
    border-bottom:45px solid #0d64d6;
}

/* Sailing animations */
@keyframes sailRight{
    0%{
        left:25%;
        transform:translateX(0);
    }
    50%{
        left:40%;
        transform: translateX(0) translateY(-42px) rotate(-24deg);
    }
    100%{
        left:25%;
        transform:translateX(0);
    }
}

@keyframes sailLeft{
    0%{
        left:56%;
        transform:translateX(0);
    }
    50%{
        left:75%;
        transform: translateX(0) translateY(42px) rotate(12deg);
    }
    100%{
        left:56%;
        transform:translateX(0);
    }
}

@keyframes sailRight1{
    0%{
        left:28%;
        transform:translateX(0) rotate(12deg);
    }
    50%{
        left:46%;
        transform: translateX(0) translateY(110px) rotate(42deg);
    }
    100%{
        left:28%;
        transform:translateX(0)  rotate(12deg);
    }
}

@keyframes sailLeft1{
    0%{
        left:75%;
        transform:translateX(0);
    }
    50%{
        left:100%;
        transform: translateX(0) translateY(-82px) rotate(-42deg);
    }
    100%{
        left:75%;
        transform:translateX(0);
    }
}

@keyframes sailRight2{
    0%{
        left: 0%;
        transform: translateX(0);
    }
    50% {
        left: 24%;
        transform: translateX(0) translateY(-26px) rotate(-18deg);
    }
    100%{
        left: 0%;
        transform: translateX(0);
    }
}

@keyframes sailRight3{
    0%{
        left:28%;
        transform:translateX(0);
    }
    50%{
        left:68%;
        transform: translateX(0) translateY(-40px) rotate(-12deg);
    }
    100%{
        left:28%;
        transform:translateX(0);
    }
}

@keyframes sailLeft2{
    0%{
        left:16%;
        transform:translateX(0);
    }
    50%{
        left:57%;
        transform: translateX(0) translateY(23px) rotate(18deg);
    }
    100%{
        left:16%;
        transform:translateX(0);
    }
}

@keyframes sailLeft3{
    0%{
        left:64%;
        transform:translateX(0);
    }
    50%{
        left:80%;
        transform: translateX(0) translateY(-12px);
    }
    100%{
        left:64%;
        transform:translateX(0);
    }
}

/* Newsletter  */
.newsletter-wrap img {
    height: 120px;
    width: 120px;
    object-fit: contain;
}
.newsletter-wrap h4{
    font-size: 36px;
    font-weight: 700;
    color: var(--blue);
    font-family: var(--heading-font);
    margin-top: 40px;
}
.newsletter-wrap .section-heading{
    max-width: 60%;
}

.about-img.ab-img1{
    overflow: visible;
}
.about-img.ab-img1 svg {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: calc(100% + 40px);
    pointer-events: none;
    z-index: -1;
}
.inspection .about-img.ab-img1 svg {
    right: 20px;
}