
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: white;
}

.dropdown-toggle::after {
  display: none;
} 
.navbar-toggler-icon {
    background-image: none;
}


#who_we_are_banner.bg-image {
    position: relative;
}

    #who_we_are_banner.bg-image img {
        object-fit: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }

    #who_we_are_banner.bg-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 58, 121, 1), rgba(0, 58, 121, 1));
        opacity: 0.5;
        z-index: 1;
    }

    #who_we_are_banner.bg-image span {
        position: absolute;
        top: 50%;
        right: 10%;
        color: white;
        text-transform: uppercase;
        z-index: 2;
        font-family: 'Oswald';
        font-size: 30px;
        font-weight: 500;
        line-height: 64px;
        letter-spacing: 0.2em;
        text-align: left;
    }


#who_we_are.second_container {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

    #who_we_are.second_container .content {
        width: 100%;
        margin-left: 8rem;
    }

    #who_we_are.second_container .headline2 {
        margin: 2rem 0rem;
    }

        #who_we_are.second_container .headline2 span {
            font-family: 'Oswald';
            font-size: 20px;
            font-weight: 500;
            line-height: 32px;
            letter-spacing: 0.2em;
            text-align: left;
        }

    #who_we_are.second_container .title-corners {
        margin-left: 1.5rem;
    }

#who_we_are.certification_container {
    background-color: rgba(246, 247, 248, 1);
    padding: 4rem 0rem;
    text-align: center;
}

    #who_we_are.certification_container p {
        font-family: 'Didact Gothic';
        font-size: 16px;
        font-weight: 400;
        line-height: 20.98px;
        margin: 2rem auto;
    }

    #who_we_are.certification_container .certified_icons {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        #who_we_are.certification_container .certified_icons .item {
            position: relative;
            width: 350px;
            height: 350px;
            padding: 2rem;
            background-color: white;
        }

            #who_we_are.certification_container .certified_icons .item:hover {
                background-color: #ECECEC;
            }

            #who_we_are.certification_container .certified_icons .item img {
                float: right;
            }

            #who_we_are.certification_container .certified_icons .item .item_content {
                position: absolute;
                bottom: 20%;
                text-align: left;
            }

                #who_we_are.certification_container .certified_icons .item .item_content span {
                    font-family: 'Oswald';
                    font-size: 20px;
                    font-weight: 300;
                    line-height: 32px;
                    color: black;
                }

                #who_we_are.certification_container .certified_icons .item .item_content p {
                    font-family: 'Didact Gothic';
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 20.98px;
                }

.video_container {
    position: relative;
}

video {
    width: 100%;
    height: 100%;
}

.overlay_content {
    position: absolute;
    top: 2rem;
    right: 10%;
    background-color: white;
    padding: 20px;
    width: 400px;
    height: 90%;
    padding: 2rem;
}

    .overlay_content p {
        margin-bottom: 10px;
        font-family: 'Oswald';
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0.2em;
        text-align: left;
    }

    .overlay_content ul li {
        list-style: disc;
        padding-left: 20px;
    }

    .overlay_content li {
        font-family: 'Didact Gothic';
        font-size: 16px;
        font-weight: 400;
        line-height: 20.98px;
        text-align: left;
        margin: 3rem 0rem;
        color: #777777;
    }

/* Play Button Styles */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: transparent;
    z-index: 2;
}

    .play-button span {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 20px;
        border-color: transparent transparent transparent white;
    }

    .play-button.pause span {
        border-width: 0;
        border-left: 8px solid white;
        border-right: 8px solid white;
        width: 20px;
        height: 20px;
    }

#partners_heading {
    margin: 2.5rem auto;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    align-items: center;
    margin-bottom: 2rem;
}

    .slider-container .slider-wrapper {
        display: flex;
        transition: transform 0.5s ease;
    }

        .slider-container .slider-wrapper .item {
            flex: 0 0 180px;
            height: 180px;
            margin: 0 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid #BFC3C9;
            border-radius: 10px;
        }

            .slider-container .slider-wrapper .item img {
                /*max-width: 100%;*/
                max-height: 100%;
                object-fit: contain;
               width:170px;
            }

    .slider-container .slider-control {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
    }

.slider-control button {
    background: none;
}






/*Nikita productlisting css start*/
.heading {
    font-family: 'Oswald';
    font-size: 32px;
    font-weight: 500;
    line-height: 51.2px;
    letter-spacing: 0.2em;
    text-align: left;
}

#product-listing .mb-50 {
    margin-bottom: 50px;
}


.mb-50 {
    margin-bottom: 50px;
}

#product-listing .col-lg-4 {
    position: relative;
    /*   padding-left: 30px;
    padding-bottom: 20px;
    padding-right:50px;*/
}



/* #product-listing .col-lg-4:nth-child(3n+2) {
  padding-left: 15px; 
}


#product-listing .col-lg-4:nth-child(3n+2) {
  padding-right: 15px;
}


#product-listing .col-lg-4:nth-child(3n+1) {
  padding-left: 0;
}


#product-listing .col-lg-4:nth-child(3n) {
  padding-right: 0;
} */

#product-listing .product-box .product-nameoverlay {
    background-color: rgba(246, 247, 248, 1);
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 0;
    padding-left: 37px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #product-listing .product-box .product-nameoverlay p.product-name {
        font-family: Oswald;
        font-size: 22px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 0.1em;
        text-align: left;
        color: #003A79;
        margin-bottom: 5px;
    }

    #product-listing .product-box .product-nameoverlay .product-description {
        font-family: Didact Gothic;
        font-size: 18px;
        font-weight: 400;
        line-height: 20.98px;
        text-align: left;
        color: #777777;
        margin-bottom: 0;
    }

/* #product-listing .row > div:nth-child(3n + 1) {
    padding-left: 0; /* Target 1st, 4th, 7th columns */


/* #product-listing .row > div:nth-child(3n) {
    padding-right: 0; 
  }  */


#product-listing .filter-by {
    font-family: Didact Gothic;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.46px;
    text-align: left;
    color: #777777;
    margin-bottom: 0;
}

#product-listing li {
}

    #product-listing li .ri-arrow-down-s-line:before {
        content: "\ea4e";
        position: relative;
        top: 5px;
        /* margin-top: 22px; */
    }



#product-listingpage .dropdown select {
    border: none;
    background: transparent;
    font-family: Didact Gothic;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.46px;
    text-align: left;
    color: #777777;
    padding-left: 40px;
    position: relative;
}

#product-listing ul {
    padding: 0;
    margin: 0;
}

#product-listing .dropdown-toggle::after {
    display: none;
}

#product-listing i.ri-arrow-down-s-line {
    position: relative;
    top: 5px;
}

#product-listing .dropdown-menu {
    padding: 20px 0px;
    /* left:35px; */
    /* top:60px; */
}

    #product-listingpage option.dropdown-item {
        border: none;
        background: transparent;
        font-family: Didact Gothic;
        font-size: 20px;
        font-weight: 400;
        line-height: 31.46px;
        text-align: left;
        color: #777777;
    }

#product-listing .container {
    max-width: 88% !important;
}

/* Show the dropdown on hover */
#product-listing .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* transform:translateY(-10px);
  transition: top 2s; */
}

.line1, .line3 {
    left: -15px;
    top: 8px;
}

.line2, .line4 {
    right: -15px;
    bottom: 8px;
}

#product-listing .g-5, .gx-5 {
    --bs-gutter-x: 5rem !important;
}

.page-heading-productdetail {
    margin-bottom: 70px;
}



#product-detailslider .box {
    position: relative;
}

#product-detailslider .product-description {
    position: absolute;
    right: 10px;
    bottom: -50px;
    width: 60%;
    background-color: #F6F7F8;
    padding: 20px 20px;
}

#product-detailslider h6 {
    margin-bottom: 15px;
}

#product-detailslider p {
    margin: 0;
}

#product-detailslider h6 {
    font-family: Oswald;
    font-size: 21px;
    font-weight: 400;
    line-height: 29.64px;
    text-align: left;
    color: #272727;
}

#product-detailslider p {
    font-family: Didact Gothic;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.98px;
    text-align: left;
    color: #777777;
}

#product-detailslider .owl-stage {
    display: flex;
    flex-wrap: nowrap;
    /* overflow-x: hidden; */
}
/* #product-detailslider .owl-stage-outer{
  overflow-x: hidden;
} */

/* #product-detailslider .owl-stage-outer .owl-item{
  overflow-y:visible;
  display: none;
}


#product-detailslider .owl-stage-outer .owl-item.active{
  overflow-y:visible;
  display: ;
} */


#product-detailslider .owl-item.cloned {
    opacity: 0;
}

#product-detailslider .owl-item {
    opacity: 0;
}

    #product-detailslider .owl-item.active {
        opacity: 1;
    }

#product-detailslider .owl-stage-outer .item {
    position: relative;
}

div#product-detailslider {
    position: relative;
}

   

div#product-detailslider .owl-nav button.owl-prev{
position: absolute; 
left:2%;
top:50%;
}

div#product-detailslider .owl-nav button.owl-next{
position: absolute; 
right:2%;
top:50%;
}

    div#product-detailslider .owl-prev {
        margin-right: 20px;
    }

    div#product-detailslider .owl-prev, div#product-detailslider .owl-next {
        border: 2px solid #ffff;
    }

        div#product-detailslider .owl-prev span, div#product-detailslider .owl-next span {
            font-size: 30px;
            position: relative;
            bottom: 5px;
        }


#project-summary {
    margin-top: 100px;
}

    #project-summary .corner-line::before {
        background: #000;
    }

    #project-summary .heading_text {
        color: #272727;
    }

        #project-summary .heading_text span {
            color: #003A79;
        }


    #project-summary p {
        font-family: Didact Gothic;
        font-size: 17px;
        font-weight: 400;
        line-height: 22.98px;
        text-align: left;
        color: #777777;
    }


    #project-summary .mt-100 {
        margin-top: 50px;
    }

/* Initially hide all content */
/*.projectdetailcon {
    display: none;
}*/

    .projectdetailcon.active {
        display: block;
    }

.contentchangingbuttons {
    margin-top: 15px;
}

    .contentchangingbuttons button {
        background-color: transparent;
        border: none;
        color: #777777;
        display: flex;
        cursor: pointer;
        align-items: center;
    }

        .contentchangingbuttons button:hover {
            color: #003A79;
        }

    .contentchangingbuttons .ri-arrow-left-line {
        font-size: 20px;
        margin-right: 20px;
    }

    .contentchangingbuttons .ri-arrow-right-line {
        font-size: 20px;
        margin-right: 20px;
    }

#product-listingpage {
    padding-top: 165px;padding-bottom:70px;
}#content-container {
    padding-top: 165px;
    padding-bottom: 70px;
}






/* ======= Accordion Box (for Faqs) style ======= */
#faq .accordion-box {
    position: relative;
    padding: 0;
}

    #faq .accordion-box .block {
        position: relative;
        background: #f4f4f4;
        border-radius: 0px;
        overflow: hidden;
        margin-bottom: 16px;
    }

        #faq .accordion-box .block.active-block {
            background-color: #f4f4f4;
        }

        #faq .accordion-box .block:last-child {
            margin-bottom: 0;
        }

        #faq .accordion-box .block .acc-btn {
            position: relative;
            font-size: 20px;
            line-height: 27px;
            font-weight: 300;
            letter-spacing: 1px;
            cursor: pointer;
            padding: 20px 40px;
            padding-right: 60px;
            color: #000;
            transition: all 500ms ease;
            font-family: 'Oswald', sans-serif;
        }

            #faq .accordion-box .block .acc-btn .count {
                color: #003A79;
                padding-right: 3px;
            }

            #faq .accordion-box .block .acc-btn:before {
                position: absolute;
                right: 35px;
                top: 20px;
                height: 30px;
                font-size: 14px;
                font-weight: normal;
                color: #b19777;
                line-height: 30px;
                content: "\e61a";
                font-family: "Themify";
                transition: all 500ms ease;
            }

            #faq .accordion-box .block .acc-btn.active {
                background-color: #f4f4f4;
                color: #003A79;
            }

                #faq .accordion-box .block .acc-btn.active:before {
                    color: #003A79;
                    content: "\e622";
                }

        #faq .accordion-box .block .acc-content {
            position: relative;
            display: none;
        }

        #faq .accordion-box .block .contents {
            position: relative;
            padding: 0px 40px 30px;
            background-color: #f4f4f4;
            color: #777;
        }

            #faq .accordion-box .block .contents .text {
                display: block;
                position: relative;
                top: 0px;
                display: block;
            }


        #faq .accordion-box .block .acc-content {
            display: none; /* Hidden by default */
        }

            #faq .accordion-box .block .acc-content.current {
                display: block !important; /* Shown when active */
            }

#faq {
    padding: 165px;padding-bottom:70px ;
}

#news-listing {
    padding-top:165px;padding-bottom:70px;
}

    #news-listing .news .date span {
        color: #003A79;
    }

    #news-listing .news .date {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    #news-listing .news h5 {
        color: #000;
        font-weight: 300;
    }



@media only screen and (max-width: 767px) {
.line1, .line3 {
    left: -13px !important;
    top: 0px !important;
}


.line2, .line4 {
    right: -13px !important;
    bottom: 0px !important;
}

#product-listing .row.mb-50 .d-flex{
flex-wrap:wrap;
gap:15px;
}

#product-listingpage .dropdown select{
    padding-left: 0px;
    font-size: 18px;
}
    #news-listing {
        padding-top: 113px;
        padding-bottom:0px;
    }

        #news-listing .content-wrapper p {
            margin-bottom: 0;
        }

    #faq {
       padding-top: 113px;
        padding-bottom:30px;
        padding-left:0;
        padding-right:0;
    }

    #content-container {
        padding-top: 113px;
        padding-bottom:30px;
    }

    .page-heading-productdetail {
        margin-bottom: 20px;
    }

    #product-detailslider .product-description {
        width: 95%;
        justify-content: space-between;
        padding: 10px 10px;
        right:unset;
    }

     div#product-detailslider .owl-nav button.owl-prev {
    position: absolute;
    left: 2%;
    top: 30%;
}

     div#product-detailslider .owl-nav button.owl-next {
    position: absolute;
    right: 2%;
    top: 30%;
}

    div#product-detailslider .owl-prev span, div#product-detailslider .owl-next span {
        bottom: 9px;
    }

    #product-detailslider h6 {
        font-size: 18px;
        line-height: 25.64px;
    }

    #product-detailslider h6 {
        margin-bottom: 2px;
    }

    #project-summary {
        margin-top: 56px;
        margin-left: 15px;
    }

        #project-summary .mt-100 {
            margin-top: 20px;
        }


    .line1, .line3 {
        left: -8px;
        top: 18px;
    }

    .line2, .line4 {
        right: -8px;
        bottom: 18px;
    }


    #product-listing .container {
        max-width: 96% !important;
    }


    #product-listing .mb-50 {
        margin-bottom: 30px;
    }

    #project-summary p {
        font-size: 15px;
        padding:0px 13px;
        text-align:justify;
    }

    #project-summary .title-corners{
     margin-top:15px;
}

    #product-listingpage {
        padding-top: 113px;
        padding-bottom:0px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    #product-listing .filter-by {
        width: 100%;
        font-size: 20px;
    }

    #product-listingpage .dropdown select {
        font-size: 18px;
    }


 #product-listingpage .dropdown{
 width:100%;
}


    #product-listingpage .dropdown select {
        padding-left: 0px;
        width:100%;
    }

    #product-listing .product-filter {
        align-items: center;
    }

.contentchangingbuttons {
     margin-top: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {


 #product-listingpage .dropdown{
 width:100%;
}


    #product-listingpage .dropdown select {
        
        width:100%;
    }


#faq {
 padding-top: 150px;
        padding-bottom:50px;
}
    #news-listing {
        padding-top: 150px;
        padding-bottom:50px;
    }


        #news-listing .content-wrapper p {
            margin-bottom: 0;
        }



    #content-container {
       padding-top: 150px;
        padding-bottom:50px;
    }


    .page-heading-productdetail {
        margin-bottom: 50px;
    }

    #product-detailslider .product-description {
        bottom: -50px;
        width: 100%;
        justify-content: space-between;
    }

    div#product-detailslider .owl-nav {
        left: 50%;
        transform: translateX(-50%);
        bottom: 75px;
    }


    #product-listingpage {
        padding-top: 150px;
        padding-bottom:50px;
    }


    #project-summary {
        margin-top: 80px;
        margin-left: 31px;
    }
}





/*Nikita productlisting css end*/



.navbar .navbar-nav .nav-link {
    color: black;
}

.navbar .navbar-toggler-icon, .navbar .icon-bar {
    color: black;
}

.dropdown .nav-link i {
    color: black;
}
 
.navbar a.logo-img.aboutus-logo {
    display: none;
}

[action~="/who-we-are"] .aboutus-logo + .logo-img {
    display: none;
}

[action~="/who-we-are"] .aboutus-logo {
    display: block !important;
}



/*Board of director start*/

#boardOfDirectors.main_container {
    padding: 8rem;
}

#boardOfDirectors .item_container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4rem;
}

    #boardOfDirectors .item_container .item {
        object-fit: cover;
        width: 280px;
        text-align: center;
    }

        #boardOfDirectors .item_container .item img {
            width: 100%;
        }

  #boardOfDirectors .item_container .content{
            background-color: #FAFAFA;
            padding: 1rem;
        }

        #boardOfDirectors .item_container .item .content p {
            font-family: 'Oswald';
            font-size: 20px;
            font-weight: 400;
            line-height: 24px;
            text-align: center;
            margin-top: 0.5rem;
            color: #272727;
            min-height: 48px;
        }

        #boardOfDirectors .item_container .item .content span {
            font-family: 'Didact Gothic';
            font-size: 16px;
            font-weight: 400;
            line-height: 20.98px;
            text-align: center;
        }

/*Board of director End*/


/* management-team */
#management-team.main_container {
    padding: 8rem;
}

.image-item img {
    width: 100%;
    height: auto;
}

#management-team .image-item {
    text-align: center;
    margin: 1rem 0rem;
}

    #management-team .image-item p {
        font-family: 'Oswald';
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        margin: 0.5rem;
        color: #272727;
    }

    #management-team .image-item span {
        font-family: 'Didact Gothic';
        font-size: 16px;
        font-weight: 400;
        line-height: 20.98px;
    }

/* management-team end*/



/* vision-mission start */



#visionMission.main_container {
    padding: 8rem;
}
#visionMission .heading_margin {
    margin-bottom: 4rem;
}

#visionMission .item_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 4rem;
}

#visionMission .item_container .content {
    width: 40%;
}

    #visionMission .item_container .content .item {
        width: 100%;
        text-align: left;
    }

    #visionMission .item_container .content .item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

        #visionMission .item_container .content .item img {
            margin-right: 1rem;
        }

    #visionMission .item_container .content hr {
        margin: 2rem 0rem;
        width: 100%;
        border: none;
        border-top: 2px solid #777777;
        opacity: 1;
    }

    #visionMission .item_container .content .item span, .our_values .container .row span {
        font-family: 'Oswald';
        font-size: 20px;
        font-weight: 400;
        line-height: 29.64px;
    }

    #visionMission .item_container .content .item p, .our_values .container .row p {
        font-family: 'Didact Gothic';
        font-size: 16px;
        font-weight: 400;
        line-height: 20.98px;
    }

#visionMission .our_values {
    margin-top: rem;
}

    #visionMission .our_values .container .row span {
        margin: 2rem;
    }


/* vision-mission End */


/* contact-us */


#contact_us.main_container {
    padding: 8rem;
}

#contact_us .contactUs_container {
    background-color: rgba(0, 58, 121, 1);
}

    #contact_us .contactUs_container .row .item {
        display: flex;
        align-items: flex-start;
        padding: 4rem;
    }

        #contact_us .contactUs_container .row .item img {
            margin-right: 2rem;
        }

    #contact_us .contactUs_container .row #image.item {
        padding: 0;
    }

    #contact_us .contactUs_container .row .item h5 {
        font-family: 'Oswald';
        font-size: 20px;
        font-weight: 400;
        line-height: 29.64px;
        color: white;
    }

    #contact_us .contactUs_container .row .item span {
        font-family: 'Didact Gothic';
        font-size: 16px;
        font-weight: 400;
        line-height: 20.98px;
        color: white;
    }

    #contact_us .contactUs_container .row #image iframe {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    #contact_us .contactUs_container .row > * {
        padding-right: 0;
    }


#btnnow {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 3px 20px;
    opacity: 0.9;
}




/* service page */

#service img {
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:430px;
}

#service_summary {
    margin-top: 4rem;
     padding: 0 8rem; 
}

#servicedetail.main_container {
    padding: 5.6rem 0; 
}

#servicedetail.main_container .heading-margin{
padding:4rem 0 3rem 0;
}

/* serviceList */


#serviceList.main_container {
    padding: 8rem 4rem;
}

#serviceList .items_container {
    padding: 2rem;
    text-align: left;
    background-color: rgba(246, 247, 248, 1);
}

    #serviceList .items_container span {
        font-family: 'Oswald';
        font-size: 32px;
        font-weight: bold;
        line-height: 51.2px;
        letter-spacing: 0.2em;
        color: #003A79;
        padding: 1.5rem;
    }

#serviceList .items_container {
    background-color: rgba(246, 247, 248, 1);
    padding: 2rem;
    transition: background-color 0.3s ease;
}

    #serviceList .items_container .row .item:hover {
        background-color: rgba(236, 236, 236, 1);
    }

    #serviceList .items_container hr {
        background-color: rgba(177, 151, 119, 1);
    }

    #serviceList .items_container .row h4 {
        font-family: 'Oswald';
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 0.2em;
        text-align: left;
        color: black;
        margin: 0.5rem;
    }

    #serviceList .items_container p {
        font-family: 'Didact Gothic';
        font-size: 16px;
        font-weight: 400;
        line-height: 20.98px;
        text-align: left;
    }

    #serviceList .items_container hr {
        margin-right: 2rem;
        width: 100%;
        border: none;
        border-top: 2px solid rgba(177, 151, 119, 1);
        opacity: 1;
    }

    #serviceList .items_container span {
        float: right;
        font-size: 48px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: 0.1em;
        color: transparent;
        -webkit-text-stroke: 0px transparent;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-text-stroke 0.3s ease;
    }

    #serviceList .items_container .row .item:hover span {
        -webkit-text-stroke: 1px rgba(177, 151, 119, 1);
        color: transparent;
        opacity: 1;
        visibility: visible;
    }



.navbar-nav li.nav-item .contact-btn {
    background-color: #003A79;
    border: none;
    color: white;
    /* padding: 0.5rem 2rem; */
}



@media only screen and (min-width: 992px) {

#product-listingpage .dropdown select{
width:283px;
}

}





header a.nav-link.active {
    color: #003A79 !important;
}





[action~="/who-we-are"] .header_overlay .navbar .navbar-nav .nav-link,
[action~="/who-we-are"] .header_overlay .navbar .dropdown .nav-link i {
    color: white !important;
}

[action~="/who-we-are"] .header_overlay.active_header .navbar-nav .nav-link,
[action~="/who-we-are"] .header_overlay.active_header .navbar .dropdown .nav-link i {
    color: #000 !important;
}





.description-text p{

margin: 0 1.2rem 4rem 1.2rem

}

#sitemap{

padding:8rem 0;


}



.footer_last_line .footer_last_links a {
    color: white;
    margin-right: 1rem;
}

    .footer_last_line .footer_last_links a:hover {
        color: white;
    }



#overlay_img{
    width: 100%;
    margin: 1rem 0;
}
 
#overlay_img .image_container{
    position: relative;
}
 
#overlay_img .image_container img{
    width: 100%;
    height: 100%;
}
