<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************
 * MEDIA QUERIES
 * - Adjust breakpoints as you need them
 ***********************************************************/

/* 1) iPhone SE / 5 / 5S: 0px up to 320px */
@media (min-width: 0px) and (max-width: 320px) {
  body {
    /*background-color: lightblue !important;*/
  }
    img.bg-img {
        width: 100vw !important;
        max-height: 100vh !important;
        height: 100vh;
        object-fit: cover;
    }
    .section-result.open-result {
        display: flex!important;
    }
    .show-more-comparsion {
    opacity: 1;
    display: block;
}
}

/* 2) iPhone 6/7/8: 321px up to 375px */
@media (min-width: 321px) and (max-width: 375px) {
    body {
    /*background-color: lightgreen !important;*/
    }
    img.bg-img {
        width: 100vw !important;
        max-height: 100vh !important;
        height: 100vh;
        object-fit: cover;
    }
        .section-result.open-result {
        display: flex!important;
    }
    .show-more-comparsion {
    opacity: 1;
    display: block;
}
}

/* MOST USED */
/* 3) iPhone 6+/7+/8+: 376px up to 414px (also covers ~411px Android) */
@media (min-width: 376px) and (max-width: 414px) {
  body {
    /*background-color: red !important;*/
  }
    img.bg-img {
        width: 100vw !important;
        max-height: 100vh !important;
        height: 100vh;
        object-fit: cover;
    }
        .section-result.open-result {
        display: flex!important;
    }
    .show-more-comparsion {
    opacity: 1;
    display: block;
}
}

/* 4) Misc. small phones: 415px up to 575px */
@media (min-width: 415px) and (max-width: 575px) {
    body {
        /*background-color: pink !important;*/
        width: 100vw !important;
    }
    .mt-sm-24, .title-about, .text-about {
        margin-top: 24px;
        padding-left: 0px !important;
    }
    .abs_header {
        width: 100vw!important;
    }
    .abs_header.header-white {
        width: 100vw!important;
    }
    a.mb-2.cera.address {
        color: var(--white_FF) !important;
    }
    .slick-slide img {
        width: 91vw;
        padding-left: 35px;
        margin-bottom: 60px;
    }
    .media_center .media_card .media_card_desc {
        width: 22%;
        padding-left: 35px;
    }
    .media_center .media_card {
        display: contents;
    }
    .media_center .media_title {
        margin-left: 15px;
    }
    .media_center .media_card .media_card_title {
        margin-left: 30px;
    }
    .mb-50 {
        margin-bottom: 10px;
    }
    .mt-140 {
        margin-top: 70px;
    }
    .py-sm-60 {
        padding: 20px 0 !important;
    }
    .form-filter {
        width: 75vw;
    }
    .lists {
        margin-bottom: 0px;
    }
    .mb-16 {
        margin-bottom: 0px;
    }
    .py-4 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .close-btn {
        z-index: 9999;
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 100%;
        display: none;
        opacity: 0;
        transition: allease-in-out 0.1s;
        width: 50px;
    }
    .map-devolp {
        height: 100vh;
        margin-top: 0px;
    }
    .comparesion-sec {
        top: -170px;
    }
    .slider-slide2 img, .slider-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 223px;
    }
    .slider-container {
        width: 95vw;
        margin-left: 10px;
    }
    .footer {
        background-color: #141818;
    }
    .mt-5vhx {
        margin-top: 0vh;
    }
    .mtx-100px {
        margin-top: 50px;
    }
    .py-5 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .media_center .slick-prev {
        top: 95%!important;
    }
    .media_center .slick-next {
        top: 95%!important;
        right: 11%!important;
    }
    .slick-prev {
        background: transparent!important;
    }
    .slick-next {
        background: transparent!important;
    }
    .slick-slide img {
        min-height: 370px;
        object-fit: cover;
    }
    .career-title {
        padding-top: 15vh;
        width: 90vw;
        margin: 0 auto;
    }
    .abs_header {
        height: 8.2vh;
    }
    li.nav-item.mx-2 {
        display: contents;
    }
    p.cera.fs-25.fw-700.white.text-justify {
        width: 90vw !important;
        margin: 0 auto;
        display: contents;
    }
    .mt-20vhx {
        margin-top: 5vh;
    }
    p.fs-20.benton.fw-400.white {
        font-size: 25px;
    }
    h3.gold.cera.fs-39.fw-700.mb-4 {
        font-size: 36px;
    }
    .f-contactus {
        padding-left: 0px;
    }
    .who-title {
        top: 70%;
    }
    .my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .xtabholder {
        width: 30vw;
        display: block;
        float: left;
        border-bottom: 0.5px solid var(--lights);
    }
    p.fs-31.fw-700.cera.white.mission-title {
        font-size: 18px;
    }
    div#myTab {
        margin-bottom: 40px;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }
    .nav-link svg path {
        fill: #f1f2f3;
    }
    .nav-link.active svg path {
        fill: #7f723e;
    }
    .col-md-6.px-48.forms-locations {
        padding-left: 1rem !important;
    }
    .m-btn {
        margin: 10px 0 40px 0;
    }
    
    [data-theme="dark"] h3#chk_latest_prjct {
        color: #e0dfd1;
    }
    
    [data-theme="light"] h3#chk_latest_prjct {
        color: #000000;
    }
    .slider-wrapper .image-list {
        grid-template-columns: repeat(20, 1fr) !important;
    }
    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .comparesion-sec {
        position: relative;
                min-height: 35vh;
    }
    img.bg-img {
        width: 100vw !important;
        max-height: 100vh !important;
        height: 100vh;
        object-fit: cover;
    }
        .section-result.open-result {
        display: flex!important;
    }
    .show-more-comparsion {
    opacity: 1;
    display: block;
}
}

/* 5) Small devices and above: ā‰� 576px */
@media (min-width: 576px) and (max-width: 767px) {
  body {
    /*background-color: red !important;*/
  }
    img.bg-img {
        width: 100vw !important;
        max-height: 100vh !important;
        height: 100vh;
        object-fit: cover;
    }
        .section-result.open-result {
        display: flex!important;
    }
    .show-more-comparsion {
    opacity: 1;
    display: block;
}
}

/* Medium devices (ā‰� 768px) */
@media (min-width: 768px) and (max-width: 991.9px){
    body{
        /*background-color: blue!important;*/
    }
    img.bg-img {
        width: 100vw !important;
        max-height: 100vh !important;
        height: 100vh;
        object-fit: cover;
    }
        .section-result.open-result {
        display: flex!important;
    }
    .show-more-comparsion {
    opacity: 1;
    display: block;
}
}


@media screen and (max-width: 991px) {
    .mt-sm-24, .title-about, .text-about {
        margin-top: 24px;
        padding-left: 0px !important;
    }
    
    section#home_04 {
        display: block;
        margin-top: 49vh;
    }
    .sub-header.container.menu.align-center.expanded.subheader_effect.show {
        overflow-y: scroll;
        height: 107vh;
        padding-bottom: 40vh;
        padding-top: 60vh;
    }
    .comparesion-sec {
        position: relative;
                min-height: 35vh;
    }
        .section-result.open-result {
        display: flex!important;
    }
    .show-more-comparsion {
    opacity: 1;
    display: block;
}
}























































    @media screen and (min-width: 1440px) {
        .search-result, .sub-header {
            margin-top: 7%;
        }
    }

    @media (min-width: 1200px) {
        .py-xl-5 {
            padding-top: 2rem !important;
            padding-bottom: 0rem !important;
        }
    }
    
/* Large devices (ā‰� 992px) */
@media (min-width: 992px) {
    /*Base*/
    a {
        color: var(--white_FF) !important;
    }
    .section {
        padding-top: inherit !important;
    }
    
    /*home page*/
    .pt-5remimportant {
        padding-top: 5rem !important;
    }
    .title-about {
        position: absolute;
        width: 100%;
        left: 55%;
        bottom: 45%;
        font-size: var(--fs149);
    }
    .text-about {
        margin-top: 50%;
    }
    
    .scroll-bottom-about {
        position: absolute;
        bottom: 14%!important;
        right: 24%;
        z-index: 9;
    }
    
    .scroll-bottom-west {
        position: absolute;
        bottom: 7%;
        right: 44%!important;
        z-index: 9;
    }
    
    .scroll-bottom-latest {
        position: absolute;
        bottom: 27%!important;
        right: 24%;
        z-index: 9;
    }
    
    .project_links{
        width: 20%!important;
    }
    
    .gray-fs {
        font-size: 90px;
    }
    
    

    
    /*EOF*/
    
    
    /*who page*/
    .mtx-80 {
        margin-top: 8rem;
    }
    
    .justify-content-85 {
        width: 85%;
    }
    
    .counter-house {
        margin-top: 3rem;
    }
    
    .pb-5x {
        padding-bottom: 5rem !important;
    }
    
    /*EOF*/
    
    
    /*our development*/
    
    .comparesion-sec {
        position: relative;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        bottom: inherit !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 9;
        height: 40.6rem;
    }
    
    .mt7vh {
        margin-top: 7vh;
        margin-bottom: 10vh;
    }
    
    .mt1vh{
        margin-top: 1vh;
    }
    
    .full-xhight {
        margin-top: 8rem;
    }
    
    .navigation-buttonsx {
        margin-top: 21px;
    }
    
    .bg-compersion {
        background-size: contain;
        margin-bottom: 7rem;
        padding-top: 0px!important;
    }
    
    .bg-compersion::after {
        height: inherit !important;
    }
    
    /*EOF*/
    
    /*comparsion*/
    
    .mt-84 {
        margin-top: 84px;
    }
    .img-comparsionx{
        padding-top: 4rem;
    }
    
    .section-result.open-result {
        display: ruby-text;
    }
    
    .flft{
        float: left;
        margin-bottom: 65px;
                min-height: 879px;
    }
    /*EOF*/
    
    /*contact us*/
    .mtx-50px{
        margin-top: 50px;
    }
    .mbx-50px{
        margin-bottom: 50px;
    }
    
    /*EOF*/
    
    /*media center*/
    .mtx-100px{
        margin-top: 100px;
    }
    .mbx-100px{
        margin-bottom: 100px;
    }
    
    .mbx-20px {
        margin-bottom: 20px;
    }
    
    /*EOF*/
    
    /*career*/
    .career-title {
        position: absolute;
        top: 66%;
        left: 3%;
        display: flex;
        flex-direction: column;
    }
    
    .career .details {
        line-height: 1.8!important;
    }
    
    
    /*EOF*/
    
    /*mediacenter*/
    .tabs-button {
        border: 1px solid var(--white_FF) !important;
        border-radius: 28px !important;
        min-width: 114px;
    }
    .nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
        color: #000 !important;
    }
    
    .border-bottom-white {
        border-bottom: 2px solid #808080!important;
    }
    .border_left {
        border-left: 2px solid var(--lights)!important;
    }
    /*EOF*/
    
    .align-justify {
        text-align: start;
    }
    
    .under-line-gold::after {
        width: 19%!important;
    }
    
    .ln2 {
        background-color: #808080;
        height: 2px;
        display: block;
        width: 60px;
        margin-top: 13px;
    }
    
    
    .scroll-bottom {
        position: absolute;
        bottom: 7%;
        right: 48%;
        z-index: 9;
    }
    
    
    
    .map-wrapper {
        max-height: inherit !important;
        height: inherit;
    }
    
    .map-image {
        height: 100vh!important;
    }
    
    .p-140-36 {
        padding: 145px 140px 25px 140px;
    }
    .hover-btn-BgImg,.quote {
        padding: 10px 32px !important;
    }
    
    
    .under-line-gold::after {
        width: 19% !important;
        margin-left: 2rem !important;
    }
    p.gold.under-line-gold {
        display: block;
        padding-left: 2rem;
    }
    
    
    
    /*Rsest*/
    
    body {
        overflow-y: inherit !important;
    }
    
    .fp-watermark{
        display: none;
        visibility: hidden;
    }
    .media_center .media_title {
        margin-top: 41px !important;
    }

    
    .basefooter{
        padding-top: 40px;
    }
    
    .footer .footer-text {
        line-height: 25px;
    }
    
    .footer .footer_links p {
        font-size: 16px;
        line-height: 20px;
    }
    .footer .footer_links li {
        margin-bottom: 18px;
    }
    .footer .footer_links .locations a span {
        /*color: #E0DFD1;*/
        font-family: var(--fontBentonSans);
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        text-transform: capitalize;
    }
    
    
    
    
    .line-h-24 {
        line-height: 37px;
    }
    
    .mt-140 {
        margin-top: 50px;
    }
    
    
    
    .navbar{
        padding-top:0px;
        padding-bottom:0px;
    }
    
    .footer .footer_links li a {
        line-height: 30px;
    }
    
    .py-4 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    
    
    .who-title {
        top: 60%;
        left: 7%;
    }
    
    .w-75 {
        width: 100% !important;
    }
    
    .bg-our-team .title-who-are {
        font-size: 19px;
    }
    
    .bg-our-team .who-are {
        font-size: 76px;
    }
    
    
    /* .tab-content&gt;.active {
        padding-top: 145px;
    }
    
    div#mission {
        padding-top: 0px;
    } */
    
    /* .border_left {
        padding-top: 145px;
    } */
    
    .l_brdr{
        border-left: 0.5px solid var(--lights);
    }
    
    .vlu{
        padding-top: 4rem !important;
        padding-bottom: 6rem !important;
        display: block;
    }
    
    .d7{
        width: 57.4%;
    }
    
    .w-85 {
        width: 90%;
    }
    
    .slider-slide2, .slider-slide {
        min-width: 75%;
    }
    
    .slider-slide2 img, .slider-slide img {
        width: 100%;
        height: 416px;
        object-fit: fill;
    }
    
    .text-scroll {
        position: absolute;
        bottom: 0;
        left: 4%;
        width: 86%;
    }
    
    .m-btn {
        margin: 8px 0 40px 0;
    }
    
    .text-line-scroll::after {
        bottom: 0%;
    }
    
    .section-scroll {
        justify-content: center;
    }
    
    .pt-5 {
        padding-top: 5rem !important;
    }
    
    .pb-6{
    padding-bottom: 6rem !important;
    }
    
    .navigation-buttons {
        margin-top: 80px;
    }
    
    .ln1{
        background-color: #93948b;height: 1px;display: block;width: 60px;margin-top: 13px;
    }
    
    
    .section-scroll2 {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 36px;
        right: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
    }
    
    .txt_comprs{
        font-size: 49px;
        font-weight: 700;
        word-wrap: break-word;
        width: 600px;
        text-align: center;
        line-height: 74px;
        margin-bottom: 52px;
    }
    
    
    .pt-6rm{
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    
    .wx-75 {
        width: 75% !important;
    }
    
    .about-line::after {
        border: 0.5px solid #474947;
    }
    
    .slider-scrollbar .scrollbar-track {
        height: 4px;
        width: 91%;
        background-color: #ccc;
        position: absolute;
        border-radius: 4px;
        left: 5%;
        bottom: -8%;
    }
    
    /* .ptoject-text-details {
        position: relative;
        justify-content: center;
        background-color: #14171885;
        padding: 30px;
    }
    
    */
    .navigation-buttons {
        margin-top: 0px;
    } 
    .dtx {
        text-align: center !important;
        font-size: 16px !important;
        letter-spacing: 3px;
        width: 86%;
    }
    
    .nv{
        display: flex !important;
        align-items: center !important;
        width: 92vw !important;
        margin: 180px auto !important;
    }
    
    /* .swiper-pagination {
        position: absolute;
        bottom: 25vh;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        display: flex;
      } */
    /*   
      .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: white;
        opacity: 0.5;
        margin-right: 5px;
        margin-left: 5px;
        border-radius: 50%;
      }
      
      .swiper-pagination-bullet-active {
        opacity: 1;
        background-color: white;
      }  */
    
    
      /* .navigation-buttons-new {
        position: absolute;
        top: 0;
        left: 57px;
        right: 0;
        bottom: 0;
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
    } */
    
    .bg-arrow {
        height: 100%;
        align-items: center;
        display: flex
    ;
        background-color: #353535;
        width: 75px;
        opacity: 0.5;
    }
    
    .p-footer {
        bottom: 0;
    	top: 0;
    	left: auto;
    	right: 0;
        position: fixed;
        padding: 0px;
    	z-index: 100;
    	visibility: hidden;
    	z-index: 500;
    	width: 100%
    }
    .section.active .p-footer{
    	visibility: visible;
    }
    .section.active .p-footer .btn{
    	visibility: visible;
    	opacity: 1;
    	margin-top: 0;
    	margin-top: -0;
    	margin-bottom: -0;
    }
    .p-footer .btn{
    	position: absolute;
    	height: 24px;
    	width: 32px;
    /*	background: #f4f;*/
    	top: 16px;
    	left: 46px;
    	transition: 0.6s;
    	opacity: 0;
    	margin-top: -16px;
    	margin-bottom: -16px;
    }
    
    .p-footer .btn.down{
    	top: auto;
    	bottom: 16px;
    	transform: rotate(180deg);
    }
    
    .p-footer .btn:after,
    .p-footer .btn:before{
    	position: absolute;
    	content: "";
    	width: 10px;
    	height: 2px;
    	background: #fff;
    	top: 8px;
    	left: 0;
    	margin-left: 8px;
    	margin-top: 3px;
    	transition: 0.3s;
    }
    .p-footer .btn:before{
    	transform: translateX(6px) rotate(45deg) ;
    }
    .p-footer .btn:after{
    	transform: rotate(-45deg);
    }
    
    .p-footer .btn:hover:before,
    .p-footer .btn:hover:after{
    	margin-top: 0px;
    /*	box-shadow: 0 9px 0 0 #fff;*/
    }
    .p-footer .btn div:after,
    .p-footer .btn div:before{
    	position: absolute;
    	content: "";
    	width: 10px;
    	height: 2px;
    	background: #fff;
    	top: 8px;
    	left: 0;
    	margin-left: 8px;
    	margin-top: 3px;
    	transition: 0.3s;
    	opacity: 0;
    }
    
    .p-footer .btn div:before{
    	transform: translateX(6px) rotate(45deg) ;
    }
    .p-footer .btn div:after{
    	transform: rotate(-45deg);
    }
    
    .p-footer .btn:hover  div:before,
    .p-footer .btn:hover  div:after{
    	margin-top: 8px;
    	opacity: 1;
    /*	box-shadow: 0 9px 0 0 #fff;*/
    }
    
    
    .fp-section {
        opacity: 1 !important; /* Ensure sections are always visible for AOS to detect */
    
        margin-top: 0px !important;
        height: 100vh;
        margin-bottom: 0px !important;
        padding: 0px !important;
    }
    
    .hidden{
        display:none;
    }
    
    
    /* .section{
        padding-top: 77px !important;
    } */
    .first-section{
        padding-top: 0px !important;
    }
    
    
    
    .full-section{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        height: 100vh !important;
        display: block !important;
        margin: 0px !important;
    }
    
    
    .abs_header {
        height: 8.5%;
    }
    
    .bg-west, .bg-east {
        height: 100vh;
    }
    
    /*a, a:hover, a:active, a:visited, a:focus {*/
    /*    color: #E0DFD1 !important;*/
    /*}*/
    
    /*[data-theme="light"] a, [data-theme="light"] a:hover, [data-theme="light"] a:active, [data-theme="light"] a:visited, [data-theme="light"] a:focus {*/
    /*    color: #000000 !important;*/
    /*}*/
    
    .dark .footer .footer_links .locations a span {
        /*color: #000;*/
    }
    
    .project-east {
        bottom: 80px;
    }
    
    .west-title {
        margin-bottom: 160px;
    }
    
    .border-bottom-grayx {
        padding-top: 125px;
    }
    
    .border-bottom-gray {
        padding-top: 37px;
    }
    
    .overlay.search {
        height: 100vh;
    }
    
    .basic-section{
        margin-top: 20px;
    }
    
    .xtabholder {
        cursor: pointer;
    }
    
    
    .mt20vh{
        margin-top: 20vh;
    }
    
    .navigation-buttonsxy{    
        margin: 0 auto;
        width: 80%;
    }
    
    .section-scroll2x {
        top: -92px!important;
    }
    
    
    .aboutprjct{
        margin-top: 10vh;
        height: 73vh;
    }
    
    .prjctoffering{
        width: 75% !important;
        margin: 0 auto;
        display: block;
    }
    
    .ptx-15vh{
        padding-top: 15vh;
    }
    
    .mt-25vhx{
        margin-top: 25vh;
    }
    .mt-5vhx {
        margin-top: 5vh;
    }
    
    .mt-10vhx {
        margin-top: 10vh;
    }
    .mt-20vhx {
        margin-top: 20vh;
    }
    
    .mt-px30{
        margin-top: 30px!important;
    }
    .mt-px75{
        margin-top: 75px!important;
    }
    .h-120 {
        height: 85vh;
    }
    
    .show-more-comparsion{
        opacity: 1;
        display: block;
    }
    .no-result{
        opacity: 0;
        display: none;
    }
    .section {
        /* padding-top: 85px !important; */
    }
    .hv-100 {
        height: 100vh !important;
    }
    .border-bottom-white {
        border-bottom: 1px solid #808080;
    }
    .hv-20 {
        height: 20vh !important;
    }
    .pt-15i{
        padding-top: 15px !important;
    }
    .hidden{
        display: none;
        visibility: hidden;
    }
    .forceShow{
        display: block;
        visibility: visible;
    }
    .dropdown-options {
        overflow-y: scroll;
        height: 300px;
    }
    
    .overlay.search {
        height: 100vh!important;
        background-color: #000!important;
        opacity: 0.8!important;
    }
    
    
    .bg_video::after {
        z-index: -1!important;
    }
    
    
    .ptoject-text-details {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: center;
        background-color: #14171885;
        padding: 30px;
    }
    
    [data-theme="dark"] .border_bottom {
        border-bottom: 0.5px solid #787776!important;
    }
    
    [data-theme="dark"] .border_top {
        border-top: 0.5px solid #787776!important;
    }
    
    [data-theme="light"] .border_bottom {
        border-bottom: 0.5px solid #d9d9d9!important;
    }
    
    [data-theme="light"] .border_top {
        border-top: 0.5px solid #d9d9d9!important;
    }
    
    [data-theme="light"] .l_brdr {
        border-left: 0.5px solid #d9d9d9!important;
    }
    
    [data-theme="light"] .border-bottom-gray {
        border-bottom: 0.5px solid #d9d9d9!important;
    }
    
    [data-theme="light"] .border-right-white {
        border-right: 0.5px solid #d9d9d9!important;
    }
    
    [data-theme="light"] .border-value {
        background-color: #d9d9d9!important;
    }
    
    [data-theme="light"] .img-log {
        /*filter: invert(1);*/
    }
    
    
    .top-right.translate-right {
        right: 1.2%!important;
        transform: translate(-100%, 100%);
    }
    
    .top-left {
        left: 2.2%!important;
        transform: translate(98%, 100%) !important;
    }
    
    .total {
        left: 0.9%!important;
        width: 98.3%!important;
    }
    
    [data-theme="dark"] .form-control:focus {
        background-color: #7f713f;
    }
    
    
    
    
    [data-theme="light"] a {
        /*color: #E0DFD1!important;*/
    }
    
    /*[data-theme="light"] a:hover, [data-theme="light"] a:active, [data-theme="light"] a:visited, [data-theme="light"] a:focus {*/
    /*    color: #000000!important;*/
    /*}*/
    
    
    [data-theme="light"] a.pl-9 {
        color: #000000 !important;
    }
    
    
    .f-contactus{
        padding-left: 100px;
    }
    
    
    [data-theme="light"] span.basic-title {
        color: #000000;
    }
    
    [data-theme="light"] .socail-header p , [data-theme="light"] .address{
        color: #000000!important;
    }
    
    [data-theme="light"] .footer .footer_links li a {
        color: #000000!important;
    }
    
    .arrow-img-sec.scale-arrow {
        bottom: 15%;
    }
    
    
    [data-theme="light"] .white {
        color: var(--white_FF) !important;
    }
    
    
    [data-theme="light"] .locations a {
        color: var(--white_FF) !important;
    }
    
    [data-theme="light"] .form-control:focus {
        background-color: var(--black-color) !important;
    }
    
    [data-theme="light"] .hover-btn:hover {
        border: 2px solid var(--white_FF) !important;
        background-color: #7f713f;
        color: #ffffff !important;
    }
    
    [data-theme="light"] .b-gray{
        background-color: #E0DFD1!important;
    }
    
    /*[data-theme="light"] .white-dark{*/
    /*    color: #141718!important;*/
    /*}*/
    
    
    [data-theme="dark"] #chk_latest_prjct{
        color: var(--white_FF);
    }
    
    
    [data-theme="dark"] .xtab svg path {
        fill: white!important;
    
    }
    
    [data-theme="dark"] .nav-link.active svg path {
        fill: #7f723e!important;
    }
    
    
    [data-theme="light"] .xtab svg path {
        fill: black!important;
    
    }
    
    [data-theme="light"] .nav-link.active svg path {
        fill: #7f723e!important;
    }
    
    [data-theme="light"] .border-bottom-white {
        border-bottom: 0px solid #808080 !important;
    }
    [data-theme="dark"] .border-bottom-white {
        border-bottom: 0px solid #808080 !important;
    }
    
    [data-theme="light"] .border_left {
        border-left: 2px solid #d9d9d9 !important;
    }
    
    [data-theme="light"] .media_center .media_card {
        border-right: 0.5px solid #d9d9d9;
    }
    
    [data-theme="light"] .bg-light-mode:hover svg path {
        fill: white !important;
        stroke: white !important;
    }
    
    .slider-slide2, .slider-slide {
        min-width: 50%!important;
    }
    
    
    [data-theme="light"] a.hoverEffect{
        color: var(--white_FF) !important;
    }
    
    
    /*Dark Header*/
    [data-theme="light"] body[data-page="terms"] .abs_header .img-log{
        filter: invert(1);
    }
    
    [data-theme="light"] body[data-page="terms"] .abs_header svg path {
        fill: var(--white_FF);
    }
    
    [data-theme="light"] body[data-page="terms"] .abs_header .border-bottom-white, [data-theme="light"] body[data-page="terms"] .abs_header .border-twoTheme {
        border-color: #000 !important;
    }
    [data-theme="light"] body[data-page="terms"] .abs_header #custom-svg path {
        stroke: black !important;
    }

    /* EOF DARK HEADER */
    
    [data-theme="light"] body[data-page="terms"] p,
    [data-theme="light"] body[data-page="terms"] h1,
    [data-theme="light"] body[data-page="terms"] h2,
    [data-theme="light"] body[data-page="terms"] h3,
    [data-theme="light"] body[data-page="terms"] h4,
    [data-theme="light"] body[data-page="terms"] h5,
    [data-theme="light"] body[data-page="terms"] h6,
    [data-theme="light"] body[data-page="terms"] li,
    [data-theme="light"] body[data-page="terms"] strong{
       color: #000000 !important;
       font-family: var(--fontCera);
    }
    [data-theme="light"] body[data-page="terms"] a{
        color: #7f723e !important;
        font-family: var(--fontCera);
    }
    
    
    /*Dark Header*/
    [data-theme="light"] body[data-page="privacy"] .abs_header .img-log{
        filter: invert(1);
    }
    
    [data-theme="light"] body[data-page="privacy"] .abs_header svg path {
        fill: var(--white_FF);
    }
    
    [data-theme="light"] body[data-page="privacy"] .abs_header .border-bottom-white, [data-theme="light"] body[data-page="privacy"] .abs_header .border-twoTheme {
        border-color: #000 !important;
    }
    [data-theme="light"] body[data-page="privacy"] .abs_header #custom-svg path {
        stroke: black !important;
    }

    /* EOF DARK HEADER */
    
    [data-theme="light"] body[data-page="privacy"] p,
    [data-theme="light"] body[data-page="privacy"] h1,
    [data-theme="light"] body[data-page="privacy"] h2,
    [data-theme="light"] body[data-page="privacy"] h3,
    [data-theme="light"] body[data-page="privacy"] h4,
    [data-theme="light"] body[data-page="privacy"] h5,
    [data-theme="light"] body[data-page="privacy"] h6,
    [data-theme="light"] body[data-page="privacy"] li,
    [data-theme="light"] body[data-page="privacy"] strong{
       color: #000000 !important;
       font-family: var(--fontCera);
    }
    [data-theme="light"] body[data-page="privacy"] a{
        color: #7f723e !important;
        font-family: var(--fontCera);
    }
    
    
    /*Dark Header*/
    [data-theme="light"] body[data-page="pages/Careers"] .abs_header .img-log{
        filter: invert(1);
    }
    
    [data-theme="light"] body[data-page="pages/Careers"] .abs_header svg path {
        fill: var(--white_FF);
    }
    
    [data-theme="light"] body[data-page="pages/Careers"] .abs_header .border-bottom-white, [data-theme="light"] body[data-page="pages/Careers"] .abs_header .border-twoTheme {
        border-color: #000 !important;
    }
    [data-theme="light"] body[data-page="pages/Careers"] .abs_header #custom-svg path {
        stroke: black !important;
    }

    /* EOF DARK HEADER */
    
    [data-theme="light"] body[data-page="Our-Team"] marquee.white.fw-400.fs-76.benton.mt-10vhx {
        color: #7f723e !important;
    }
    
    [data-theme="light"] body[data-page="Our-Team"] .text-cards {
        color: #fff !important;
    }
    

    
    [data-theme="light"] body[data-page="Our-Team"] a {
        color: inherit !important;
    }
    
    
    [data-theme="light"] body[data-page="pages/comparison"] .white-dark {
        color: #000 !important;
    }
    
    .total.b-gray.z-top {
        z-index: 9999999999;
        /*background-color: transparent !important;*/
        /*margin-top: 88px;*/
    }
    
    [data-theme="light"] .overlay.search {
        height: 70vh !important;
        background-color: #ECEAE0 !important;
        opacity: 0.8 !important;
    }
    
    
    img.img-res.hover-result.design-height.back.compo_imgx {
        height: 100% !important;
    }

    .bg-compersion::after {
        background-color: inherit;
    }
    
    .result-img .fs-16 {
        font-size: 30px;
    }
    
    .dropdown-filter .dropdown-menu {
        top: 70%;
    }
    
    .mySwiper {
        width: 75%;
        margin: 0 auto;
    }
    
    body[data-page="/"] .the-gray-title{
        font-size: 60px!important;
    }
    
    body[data-page="/"] h2.gold.cera.title-about.fw-700 {
        font-size: 90px;
        left: 61%;
    }
    
    body[data-page="/"] .fs-149 {
        font-size: 6rem!important;
    }
    
    body[data-page="/"] .other-projects .golden_title {
        font-size: 40px!important;
        margin-bottom: 17px!important;
    }

    body[data-page="/"] .media_center .media_title {
        font-size: 50px!important;
    }
}


[data-theme="dark"] a.mb-2.cera.address {
    color: #e0dfd1;
}

img.bg-img {
    width: 100vw!important;
    max-height: 100vh!important;
}

/*[data-theme="light"] a {*/
/*    color: #E0DFD1!important;*/
/*}*/

[data-theme="light"] body[data-page="/"] a {
    color: #111 !important;
}

[data-theme="light"] body[data-page="pages/media-centers"] a {
    color: #111 !important;
}

[data-theme="light"] .footer .sub-footer a, [data-theme="light"]  .footer .sub-footer p {
    color: var(--white_FF) !important;
}

[data-theme="light"] body[data-page="pages/our-development"] .white-dark {
    color: #E0DFD1 !important;
}

[data-theme="light"] body[data-page="pages/our-development"] .white-dark svg path {
    stroke: #fff !important;
}

[data-theme="light"] body[data-page="pages/our-development"] p.white-dark.fw-700.fs-49.cera.fs-sm-18.txt_comprs {
    color: #E0DFD1 !important;
}

.fp-watermark{
    display: none;
}

[data-theme="light"] body[data-page="Our-Team"] .text-cards {
    color: #f1f2f3 !important;
}


@media screen and (max-width: 991px) {
    /*body[data-page="Our-Team"] .px-48 {*/
    /*    padding-left: 1rem;*/
    /*    padding-right: 5rem;*/
    /*}*/
    p.cera.fs-25.fw-700.white.text-justify {
        width: 100% !important;
    }
    
    body[data-page="contact"] .forms-locations {
        padding-left: 0.5rem !important;
    }

}

@media screen and (max-width: 599px) {
    .text-terrace {
        position: unset;
        margin-top: 35px;
    }
}

@media (max-width: 768px) {
    .slider-wrapper .image-list {
        gap: 10px;
        margin-bottom: 15px;
        grid-template-columns: repeat(100, 1fr);
    }
}


@media (min-width: 415px) and (max-width: 575px) {
    [data-theme="light"] .footer {
        background-color: #eceae0;
    }
}
a.white-dark.border-white-dark.hover-btn.benton.fs-20.fw-400.bg-light-mode-image {
    color: #E0DFD1 !important;
}

/*[data-theme="light"] body[data-page="/"] a {*/
/*    color: #E0DFD1 !important;*/
/*}*/
[data-theme="light"] body[data-page="/"] a.white.hover-btn.benton.fs-20.fw-400.bg-light-mode{
    color: #212529 !important;
}

[data-theme="light"] a.mb-2.cera.address {
    color: #111 !important;
}

.project-details-content {
    bottom: 15%!important;
}

.x_project_title{
    font-size: 4rem;
}
.x_project_name{
    font-size: 2rem;
}

.slider-wrapper .image-list {
    grid-template-columns: repeat(1000, 1fr)!important;
}
.hdp_video {
    object-fit: fill!important;
}
.bg-white-card:hover img {
    transform: scale(0.9, 0.76) translateY(-60px)!important;
}


[data-theme="dark"] .social-link path {
    fill: #fff;
}

.section-result.open-result {
    display: flex;
    flex-wrap: wrap;           /* Allows columns to stack on smaller screens */
    gap: 32px;                 /* Space between columns */
    align-items: flex-start;
    justify-content: flex-start; /* Optional, left align */
}
.section-result.open-result &gt; * {
    flex: 1 1 350px;           /* Grows, shrinks, minimum width (adjust as needed) */
    min-width: 280px;          /* Prevents too small on mobile */
    max-width: 100%;           /* Keeps inside container */
}

.socail-footer .social-link {
    margin-right: 27px;
}

/*.section-result.open-result{*/
/*    display: flex!important;*/
/*    gap: 32px!important; */
/*    align-items: flex-start!important; */
/*}*/

/*img.img-res.hover-result.front.compo_imgx {*/
/*    height: 100vh;*/
/*    object-fit: cover;*/
/*}*/
/*qbizns*/
    h2.who-are span {
        background-color: inherit !important;
    }
    
    [data-theme="light"] body[data-page="/"] a.link_bordered {
       color: #fff !important;
    }
    .under-line-gold::after {
        width: 35% !important;
    }
    
    body[data-page="pages/comparison"] section[data-section="section1"]{
        margin-top: 100px!important;
    }
    body[data-page="pages/comparison"] .details-list {
        color: #fff;
        font-family: var(--fontCera);
        margin-left: 6px;
        font-size: 14px;
    }



    #hdp-dot-map {
        display: none;
    }

@media (min-width: 200px) and (max-width: 575px) {
    .bg-compersion::after {
        background-color: transparent!important;
    }
    .slider-slide2 img, .slider-slide img {
        width: 94%;
        height: 300px !important;
    }
    .w-85 {
        width: 97%;
    }
    .footer .sub-footer a, .footer .sub-footer p {
        opacity: 0.8;
    }
    .w-50 {
        width: 95% !important;
    }
    body[data-page="Our-Team"] p.cera.fs-25.fw-700.white.text-justify {
        padding-left: 0px !important;
    }
    
    
        
    /*Dark Header*/
    [data-theme="light"] body[data-page="privacy"] .abs_header .img-log{
        filter: invert(1);
    }
    
    [data-theme="light"] body[data-page="privacy"] .abs_header svg path {
        fill: var(--white_FF);
    }
    
    [data-theme="light"] body[data-page="privacy"] .abs_header .border-bottom-white, [data-theme="light"] body[data-page="privacy"] .abs_header .border-twoTheme {
        border-color: #000 !important;
    }
    [data-theme="light"] body[data-page="privacy"] .abs_header #custom-svg path {
        stroke: black !important;
    }

    /* EOF DARK HEADER */
    
    [data-theme="light"] body[data-page="privacy"] p,
    [data-theme="light"] body[data-page="privacy"] h1,
    [data-theme="light"] body[data-page="privacy"] h2,
    [data-theme="light"] body[data-page="privacy"] h3,
    [data-theme="light"] body[data-page="privacy"] h4,
    [data-theme="light"] body[data-page="privacy"] h5,
    [data-theme="light"] body[data-page="privacy"] h6,
    [data-theme="light"] body[data-page="privacy"] ul,
    [data-theme="light"] body[data-page="privacy"] li
    {
        color: #000!important;
    }
    
    
        
    /*Dark Header*/
    [data-theme="light"] body[data-page="terms"] .abs_header .img-log{
        filter: invert(1);
    }
    
    [data-theme="light"] body[data-page="terms"] .abs_header svg path {
        fill: var(--white_FF);
    }
    
    [data-theme="light"] body[data-page="terms"] .abs_header .border-bottom-white, [data-theme="light"] body[data-page="terms"] .abs_header .border-twoTheme {
        border-color: #000 !important;
    }
    [data-theme="light"] body[data-page="terms"] .abs_header #custom-svg path {
        stroke: black !important;
    }

    /* EOF DARK HEADER */
    
    [data-theme="light"] body[data-page="terms"] p,
    [data-theme="light"] body[data-page="terms"] h1,
    [data-theme="light"] body[data-page="terms"] h2,
    [data-theme="light"] body[data-page="terms"] h3,
    [data-theme="light"] body[data-page="terms"] h4,
    [data-theme="light"] body[data-page="terms"] h5,
    [data-theme="light"] body[data-page="terms"] h6,
    [data-theme="light"] body[data-page="terms"] ul,
    [data-theme="light"] body[data-page="terms"] li
    {
        color: #000!important;
    }
    
    img.our-team {
        object-fit: cover !important;
    }
    h2.who-are span {
        background-color: inherit !important;
    }
    
    
    .x_project_title {
        font-size: 30px!important;
    }
    .fs-49 {
        font-size: 1rem!important;
    }
    .project-details-content {
        bottom: 23% !important;
    }


    body[data-page="pages/comparison"] .mt-140 {
        margin-top: 0px!important;
    }
    
    body[data-page="pages/comparison"] .py-sm-60 {
        padding: 0px 0 !important;
    }
    
    body[data-page="pages/comparison"] .py-5 {
        padding-bottom: 0rem !important;
    }

    body[data-page="pages/comparison"] .details-list {
        color: #fff;
        font-family: var(--fontCera);
        margin-left: 6px;
        font-size: 14px;
    }


    [data-page^="pages/project-details/"] section.section.first-section {
        z-index: 26 !important;
        position: relative;
    }

    
    [data-page^="pages/project-details/"] .hdp_video {
        object-fit: inherit !important;
        height: 300px;
    }

    [data-page^="pages/project-details/"] img#largeImage {
        height: 300px;
    }

    [data-page^="pages/project-details/"] .next-btn2 svg, [data-page^="pages/project-details/"] .prev-btn2 svg, [data-page^="pages/project-details/"] .next-btn svg, [data-page^="pages/project-details/"] .prev-btn svg {
        width: 60px;
    }

    [data-page^="pages/project-details/"] .bg-arrow {
        width: 50px !important;
    }

    [data-page^="pages/project-details/"] .p-left-slider {
        padding-left: 38px;
        padding-right: 32px;
    }


    [data-page="pages/our-development"] .next-btn2 svg, [data-page="pages/our-development"] .prev-btn2 svg, [data-page="pages/our-development"] .next-btn svg, [data-page="pages/our-development"] .prev-btn svg {
        width: 50px;
    }

    [data-page="pages/media-centers"] .sub-header.container.menu.align-center.expanded.subheader_effect.show {
        padding-top: 72vh !important;
    }


    [data-theme="light"] .lists a.hoverEffect{
        color: #111 !important;
    }


    [data-page="/"] .hdp_video {
        object-fit: cover !important;
    }

    [data-page="/"] .d-flex.flex-column.align-center-md.border-bottom-gray {
        margin-top: 70px !important;
    }
    [data-page="/"] .west-east {
        margin-top: 70px !important;
    }

    [data-page="/"] .bg-west, [data-page="/"] .bg-east {
        height: 42vh !important;
    }

    [data-page="/"] .sections-east-mobile {
        margin-top: 116px !important;
    }

    [data-page="/"] .fs-95, [data-page="/"] .fs-61 {
        font-size: 1.9rem !important;
    }

    [data-page="/"] #abt_cntrl {
        display: none !important;
    }

    [data-page="/"] #home_06 .fp-overflow {
        margin-top: 75px !important;
    }

    [data-page="/"] #home_06 h2.golden_title.cera {
        margin-bottom: 10px !important;
    }

    [data-page="/"] #home_07 .fp-overflow {
        margin-top: 50px !important;
    }
    

    [data-page="/"] .py-sm-60 {
        padding: 103px 0 !important;
    }


    [data-page="/"] .slick-track {
        width: 100vw !important;
    }

    [data-page="/"] .media_center .media_card {
        border-right: unset;
        padding: 13px;
        width: 99vw !important;
        float: left;
    }

    /* [data-page="/"] .map-wrapper {
        margin-top: 20vh !important;
    } */

    ul.sub-menu.p-0 {
        margin-top: 119px !important;
    }

    [data-page="/"] #map_wrapper {
        display: none;
    }

    [data-page="/"] .fs-95, [data-page="/"] .fs-61 {
        font-size: 20px !important;
    }
    [data-page="/"] #hdp-dot-map {
        display: block;
        margin-top: 140px;
    }
}

img#hdb-logo {
    width: 57%;
    margin-top: 30px;
}

[data-theme="dark"] .error-message.text-danger {
    color: #fff !important;
}

[data-theme="light"] .error-message.text-danger {
    color: red !important;
}

/* p, span, h1, h2, h3, h4, h5, h6, a, li, ul, ol {
    zoom: 0.90 !important;
} */

[data-theme="light"] .subsidiary-text{
    color: #000 !important;
}
[data-theme="dark"] .subsidiary-text{
    color: #fff !important;
}


[data-theme="dark"] #mdl-content{
    background-color: #1a1a1a !important;
    color: #eceae0 !important;
}
[data-theme="light"] #mdl-content{
    background-color: #eceae0 !important;
    color: #1a1a1a !important;
}

[data-theme="light"] .btn-close-white{
    filter: invert(0) grayscale(100%) brightness(200%);
}

.media_center .media_card .media_card_title {
    width: 436px;
}

.hidden{
    display: none!important;
}
.under-line-gold::after {
    position: inherit!important;
}
.under-line-gold {
    position: relative;
    text-decoration: underline !important;
}
/* 17 - 06 - 2025 Mobile fixs */
@media (min-width: 200px) and (max-width: 575px) {
    .mobile-hide{
        display: none!important;
    }
    /* [data-page="/"] .abs_header {
        width: 79%;
    }
    [data-page="/"] .header-white {
        width: 100% !important;
    } */
    [data-page="/"] .d-flex.flex-column.align-center-md.border-bottom-gray {
        margin-top: 0px !important;
    }
    [data-page="/"] #abt_cntrl {
        display: block !important;
    }
    .title_home_about{
        margin-left: -83px !important;
    }
    [data-page="/"] .west-east {
        margin-top: 0px !important;
    }
    [data-page="/"] .sections-east-mobile {
        margin-top: 0px !important;
    }
    [data-page="/"] #hdp-dot-map {
        display: block;
        margin-top: 0px;
    }
    section#home_04 {
        display: block;
        margin-top: 59vh!important;
    }
    .home_other_project {
        padding-top: 0px !important;
        margin-left: 15px;
    }
    [data-page="/"] .py-sm-60 {
        padding: 0px 0 !important;
    }
    .custom-select {
        width: 300px !important;
    }
    .footer {
        padding-top: 50px;
    }
    .hdb-logo{
        width: 100%;
    }
    .slick-next {
        background: inherit !important;
    }
    .slick-prev {
        background: inherit !important;
    }
    span.pause {
        display: none;
    }
    .title-search {
        top: 84px;
        bottom: inherit;
    }

    [data-page="pages/search"] .bg-our-team {
        height: 150px!important;
    }

    [data-page="pages/search"] .result-search-pagination {
        display: block;
        padding-top: 0px !important;
    }

    [data-theme="dark"] [data-page="about"] path{
        fill: #fff !important;
        color: #fff !important;
        stroke: #fff !important;
    }
    [data-theme="dark"] [data-page="about"] #scroll-footer path{
        fill: #000!important;
        color:#000 !important;
        stroke: #000 !important;
    }

    .base-builder-section {
        overflow: auto;
    }

    .media_center .media_title{
        font-size: 30px!important;
    }

    .about-line::after {
        bottom: -25%!important;
    }

    [data-page^="pages/project-details/"] p.fw-400.fs-16.white.benton.line-h-2.text-justify.mb-xl-5.mb-2 {
        padding-top: 25px;
    }


    [data-page="/"] #home_03{
        overflow: inherit!important;
    }

    .subheader_effect .hoverEffect:hover {
        color: #7f723e!important;
        font-weight: 700;
    }

}

span.address{
    color: #fff!important;
}
[data-theme="light"] span.address{
    color: #000!important;
}

[data-theme="light"] footer .locations{
    color: #000!important;
}
[data-theme="dark"] footer .locations{
    color: #fff!important;
}

[data-theme="light"] footer .subsidiary-text{
    color: #000!important;
}
[data-theme="dark"] footer .subsidiary-text{
    color: #fff!important;
}


[data-theme="light"] path#Vector ,[data-theme="light"] path#Vector_2, [data-theme="light"] path#Vector_3 ,[data-theme="light"] path#Vector_4{
    fill: #000;
}


.sections-east-mobile.col-sm-6 {
    position: absolute;
    bottom: 0;
    height: 80px;
}</pre></body></html>