* {
    margin: 0px;
    font-family: "Plus Jakarta Sans";
}

body {
    margin: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

#property-header .dropdown-menu {
    position: absolute;
    padding: 0.5rem 0 0.5rem 0;
    left: 0rem;
    white-space: nowrap;
    text-align: left;
    padding: 0px 0 0px 0;
    background-color: #21211F;
    z-index: 556;
    transition: all .3s linear;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    display: block;
    margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#property-header .navbar-nav li {
    position: relative;
    padding: 0.5rem 1rem;
}

.header-area .sticky-logo-img {
    display: none;
}

.sticky_header .sticky-logo-img {
    display: block;
}

.sticky_header .header-logo-img {
    display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
    content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
    padding-left: 14px;
}

#property-header .nav-link {
    letter-spacing: 1px;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
    transition: 0.4s;
    text-transform: capitalize;
    color: #CDCDCD;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
    /*color: #0071E3 !important;*/
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #21211F;
    transition: all .3s linear;
    border-bottom: 2px solid #21211F;
}

#property-header .dropdown-item.active,
.dropdown-item:active {
    color: #DEE1E3;
    text-decoration: none;
    background-color: #21211F;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .dropdown-item:hover {
    color: #21211F;
    background-color: transparent;
}

#property-header .dropdown-item {
    color: #DEE1E3;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    letter-spacing: 1px;
    transition: 0.3s ease-out;
    padding: 0.6rem 1rem 0.6rem 1rem;
}

/* #property-header .nav-link.active {
    color: #0784C7 !important;
} */

#property-header .nav-link.active.nav-link::before {
    opacity: 1;
    transition: all .3s linear;
}

#property-header .navbar-collapse {
    flex-grow: 0 !important;
}

.bg_load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/loading-icon.gif) 50% 50% no-repeat #fff;
}

.bg-contact .navbar {
    background-color: #f6cabf !important;
    border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

#property-header .navbar-light .navbar-nav .nav-link.active-menu {
    color: #21211F;
    border-bottom: 3px solid #21211F;
    width: fit-content;
}

.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;

}

.header-area.sticky_header {
    background-color: #204296;
    width: 100%;
}

.scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
    color: #000;
}

/*----onscroll animation start-----*/
.in-view.anim-delay2 {
    -webkit-transition-delay: 0.4s !important;
}

.in-view.anim-delay3 {
    -webkit-transition-delay: 0.8s !important;
}

.in-view.anim-delay4 {
    -webkit-transition-delay: 1.2s !important;
}

.in-view.anim-delay5 {
    -webkit-transition-delay: 1.6s !important;
}

.in-view.anim-delay6 {
    -webkit-transition-delay: 2s !important;
}

.animation-element.slide-top {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}

.animation-element.fadein {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.animation-element.slide-bottom {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(0px, 60px, 0px);
    -webkit-transform: translate3d(0px, 60px, 0px);
    -o-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate3d(0px, 60px, 0px);
}


.animation-element.slide-left {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
    opacity: 0;
    transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate3d(50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.fadein.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


.header-area {
    padding-top: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .9px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0784C7;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0071E3;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /* color: #62CEC5 !important; */
    transition: all .3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}

a.nav-link {
    position: relative;
}

.header-button {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 12rem;
    padding: 0.375rem 1.55rem;
    border-radius: 50px;
    background-color: #62CEC5;
}

.container {
    padding-right: 5vw !important;
    padding-left: 5vw !important;
    margin: unset !important;
    max-width: unset;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 2px 0;
}

.navbar {
    padding-top: .8rem;
     padding-bottom: .8rem; 
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
}

.btn:focus {
    box-shadow: unset;
}

.header-area {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
     
}


.scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 56px;
    background-repeat: no-repeat;
    z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
    background: #f36a3a !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.sticky_header .top-header {
    display: none;
}

@media (max-width: 767px) {

    .top-header {
        padding: 0;
        background-color: transparent !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem !important;
        font-weight: 400 !important;
        color: #000 !important;
    }

    .sticky-social {
        display: none;
    }

    .h-height {
        height: 156px;
    }

    .navbar-dark .navbar-toggler {
        color: unset !important;
        border-color: #fff !important;
        box-shadow: unset !important;
    }

    .scrollToTop {
        right: 20px;
    }

    /* 
    .container {
        padding: 0px 15px !important;
    } */

    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 27px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-area {
        background-color: #204296; 
    }

    .header-button {
        margin-left: unset !important;
        padding: 8px 20px !important;
    }

    .navbar-dark .navbar-nav .nav-link:after {
        position: unset !important;
    }

    /* .navbar-brand img {
        width: 160px;
    } */
}

@media(min-width:768px) and (max-width:991px) {
    .navbar-dark .navbar-nav .nav-link::before {
        content: unset;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }

    .header-btn .zoop-btn {
        padding: 0rem 0rem;
    }

    .header-btn .zoop-btn {
        font-weight: 400;
        background: transparent !important;
        color: rgba(0, 0, 0, .7) !important;
        font-weight: 400 !important;
    }

    .header-btn .zoop-btn.btn-primary:hover {
        background: transparent !important;
    }

    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 40px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .header-button {
        margin-left: unset !important;
    }
}

@media (max-width: 575px) {
    .scrollToTop {
        background-image: url(../images/apple-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 20px;
        bottom: 20px;
        background-repeat: no-repeat;
        z-index: 99;
    }
}

/*Own Css Starts */

/* ===============
    Common Css
=============== */
h1{
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
}
h2{
    font-size: 42px;
    font-weight: 600;
    color: #0A011F;
    line-height: 57.6px;
    margin: 0;
}
h3{
    font-size: 25px;
    font-weight: 500;
    line-height: 45px;
    color: #1E1E1F;
    margin: 0;
}
p{
    font-size: 18px;
    font-weight: 500;
    color: #E9E9E9;
    line-height: 32px;
    margin: 0;
}
a{
    color: #010205;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
}
a:hover{
    text-decoration: none;
}
.cmn-btn{
    background-color: #EDF1FC;
    padding: 15px 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.cmn-btn p{
    margin: 0 !important;
    padding: 0 !important;
}

/* Own DropDown Style  */
.drpdwn {
    position: relative;
  }
  .drpdwn > a {
    line-height: 3rem;
    color: #FAFAFA;
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
  }
  .drpdwn > a > i {
    margin-left: .2rem;
  }
  .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    z-index: 11;
  }
  .dropdown ul {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .dropdown-link > a {
    display: flex;
    gap: 10px;
    background-color: #EDF1FC;
    color:#204296;
    padding:12px;
    font-size:15px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    transition: .3s;
  }
  
  .dropdown-link:hover > a {
    background-color:#204296;
    color: #EDF1FC;
  }
  .arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color:#EDF1FC;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
  }
  .dropdown-link:first-child:hover ~ .arrow {
    background-color:#204296;
  }
  .dropdown .dropdown-link {
    position: relative;
    padding: 0 !important;
  }
  .drpdwn:hover > .dropdown,
  .dropdown-link:hover>.dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
/* Own DropDown Style End */


/* ======================
    Common Banner Style
====================== */
#common-banner-section{
    background:url("../images/inner_banner_bg.webp") no-repeat center;
    background-size: cover;
    padding: 144px 0px 64px;
}
.banner-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-para p{
    max-width: 733px;
}

/* ===============
    Footer Style
=============== */
#footer{
    background:url("../images/hadron_15_footer_bg.webp") no-repeat center;
    background-size: cover;
}
.footer-inner{
    padding: 115px 0px 103px;
}
.footer-left h3{
    color: #F3F3F3;
    font-size: 36px;
    line-height: 60px;
    max-width: 326px;
    margin-bottom: 30px;
}
.footer-left .cmn-btn{
    padding: 10px 25px;
}
.footer-middle h3,.footer-right h3{
    color:#F3F3F3;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}
.footer-middle p,.footer-middle a,.footer-right p {
    color:#F3F3F3;
    font-size: 30px;
    font-weight: 400;
    width:fit-content;
}
.footer-middle p,.footer-right p:last-of-type {
    padding-bottom: 10px;
    border-bottom: 2px solid #F3F3F3;
}
.btm-footer p, .btm-footer a{
    color: #F3F3F3;
    font-size: 14px;
    font-weight: 400;
}


/* ===================
    Home Page Style
=================== */
/* banner-section */
#home-banner{
    background:url("../images/home_banner_bg.webp") no-repeat center;
    background-size: cover;
    padding: 170px 0px;
    position: relative;
    overflow: hidden;
}
.banner-absolute{
    position: absolute;
    bottom: -50px;
    right: 10%;
}
.banner-head{
    width: 55%;
}
.unique-head {
    font-size: 72px;
    font-weight: 700;
    background-color: #00A54F;
    border-radius: 16px;
    padding: 0px 13px;
    display: inline-block;
    margin: 8px 0px;
}
.counter-inner h2{
    font-size: 60px;
    font-weight: 700;
    color: #FFFFFF;
}
.counter-inner span{
    font-size: 45px;
    font-weight: 700;
    color: #00A54F;
}
.banner-top{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.banner-bottom>p{
    width: 55%;
    margin: 36px 0px;
}
.cmn-btn p{
    margin: 0;
    color:#010205;
}
.absolute-cont-inner h2{
    color: #1E1E1F;
    font-size: 44px;
    font-weight: 700;
}
.absolute-cont-inner span{
    font-size: 24px;
}
.absolute-cont-inner p{
    color: #878C91;
    margin-bottom: 25px;
}
.arrow-icon{
    border: 1px solid #010205;
    border-radius: 50px;
    padding: 13px 28px;
}
.banner-absolute-cont{
    background: linear-gradient(104.26deg, #FFFFFF 1.96%, #CFD4DA 91.13%);
    display: inline-block;
}
.banner-absolute-img{
    position: relative;
    display: inline-block;
}
.banner-absolute-cont{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -75px;
}
.home-banner-counter .counter-inner{
    border:none;
}

/* who-we-are section */
#who-we-are{
    background-color: #ffffff;
    padding: 60px 0px;
}
.who-we-are-cont p{
    color: #878C91;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
}
.who-we-are-cont .cmn-btn{
   background-color: #204296;
   padding: 12px 17px;
}
.who-we-are-cont .cmn-btn p{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}

/* #infrastructure Style */
#infrastructure-excellence{
    padding:60px 0px;
    background-color: rgba(248, 248, 248, 1);
}
.infrastructure-excellence-para p{
    color: #878C91;
}
.excellence-img-container img,.excellence-vid-container img{
    border-radius: 20px;
}
.img-container-cont h3{
    font-size: 84px;
    font-weight: 700;
    color: #FFFFFF;
}
.img-container-cont span{
    font-size: 84px;
    font-weight: 700;
    color: #00A54F;
}
.img-container-cont p{
    color: #878C91;
    margin-top: 20px;
}
.img-container-projects{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.img-container-projects span{
    color: #FFFFFF;
    font-size: 74px;
    font-weight: 700;
}
.excellence-vid-container h2{
    color: #FFFFFF;
}
.excellence-img-container,.excellence-vid-container {
    height: 382px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 42px 48px;
}
.excellence-img-container{
    background: url(../images/excellence_bg1.webp) no-repeat center;
    background-size: cover;
}
.excellence-vid-container{
    position: relative;
    background: url(../images/excellence_bg2.webp) no-repeat center;
    background-size: cover;
    border-bottom-right-radius: 90px;
    justify-content: center;
    align-items: center;
}
.excellence-vid-icon {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Our Projects Section */
#our-projects{
    background: url(../images/our_projects_bg.webp) no-repeat center;
    background-size: cover;
    padding: 60px 0px;
}
.our-projects-top p{
    color: #878C91;
    margin: 20px 0px;
    max-width: 984px;
}
.our-projects-top .cmn-btn{
    background-color: #204296;
}
.our-projects-top .cmn-btn p{
    color: #ffffff;
}
.projects-image{
    width:68%;
    position: relative;
}
.projects-inner.project1 {
    display: flex;
    justify-content: end;
}
.project-desc.project-desc1 {
    position: absolute;
    bottom: 0;
    left: -400px;
}
.project-desc.project-desc2{
    position: absolute;
    bottom: 0;
    right: -404px;
}
.project-desc{
    background-color:#F8F8F8;
    padding: 40px;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 5px solid #E5E5E5;
    border-bottom: 5px solid #E5E5E5;
    width: 80%;
}
.project-desc p{
    color: #878C91;
}

/* Services Style */
#services{
    padding: 70px 0px;
    background-color: #00A54F;
}
.services-head h2{
    color: #FFFFFF;
    margin-bottom: 25px;
}
.services-box p{
    font-weight: 400;
}
.services-box h3{
    color: #E9E9E9;
}
.services-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
    width: 48%;
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
}
.services-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}

/* why-us Section */
#why-us{
    background-color: #F8F8F8;
    padding: 60px 0px;
}
.span-title {
    color: #204296;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-left: 75px;
}

.span-title::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px; 
    background-color: #204296;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: -75px;
}
.why-us-counter h2{
    font-size: 44px;
    color: #1E1E1F;
}
.why-us-counter span{
    color: #1E1E1F;
    font-size: 38px;
}
.why-us-counter p{
    color:#878C91;
}
.why-us-counter {
    display: flex;
    gap: 20px;
}
.why-us-counter .counter-inner{
    position: relative;
}
.why-us-counter .counter-inner::after{
    content: "";
    display: none;
    width: 1px;
    height: 70px; 
    background-color:#ADAFAE;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:150px;   
}
.why-us-counter .counter-inner:last-child::after{
    display: none;
}
.why-us-box {
    background-color: #FBFFFE;
    padding: 30px;
    width: 46%;
    border-radius: 8px;
}
.why-us-box h3{
    margin: 20px 0px 8px;
    font-size: 24px;
    font-weight: 700;
}
.why-us-box p{
    color: #878C91;
        text-transform: capitalize;
}
.why-us-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.why-us-quote {
    background-color: #204296;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 36px;
    padding-right: 40px;
}
.why-us-quote p{
    color: #FBFFFE;
    padding-right: 70px;
    max-width: 566px;
}
.why-us-quote .cmn-btn{
   padding: 8px 16px;
}
.why-us-quote .cmn-btn p{
    color: #010205;
 }
 .counter-inner {
    width: 100%;
    border-right: 1px solid #ADAFAE;
}

.counter-inner:last-child {
    border: none;
}

 /* Blogs */
 #blogs{
    background-color: #204296;
    padding: 60px 0px 36px;
 }
 .blogs-head h2{
    color: #FFFFFF;
 }
.blogs-para .cmn-btn{
    padding: 8px 24px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
}
.blogs-para .cmn-btn p{
    color: #ffffff;
}
.blogs-box{
    background-color: #FFFFFF;
    padding: 36px 32px;
    border-radius: 20px;
    margin-bottom: 24px;
}
.blog-box-top span{
    width: 14px;
    height: 14px;
    background-color: #204296;
    display: inline-block;
    border-radius: 50%;
}
.blog-box-top p{
   color: #878C91;
   font-size: 14px;
   font-weight: 500;
}
.blog-box-head{
    margin: 10px 0px 20px;
}
.blog-box-head a h3{
    color: #010205;
    font-size: 24px;
    font-weight: 600;
    height: 150px;
    line-height: 36px;
}
.blog-box-bottom p{
    color: #878C91;
    display: -webkit-box; 
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; 
    text-overflow: ellipsis; 
    line-height: 1.5;
    max-height: calc(1.5em * 3); 
    width: 75%;
}
.blog-box-bottom .arrow-icon{
    transition: all 0.5s ease-in-out;
    width: 25%;
}
.blogs-box:hover .blog-box-bottom .arrow-icon{
    background-color: #204296 ;
    border: none;
}
.blogs-box:hover .blog-box-bottom .arrow-icon img{
    filter: invert(1);
}

/* ===============
    Projects Page
=============== */
#projects-section{
    background: url('../images/projects-page-bg.webp') no-repeat center;
    background-size: cover;
    padding: 60px 0px 12px;
}
.projects-inner{
    margin-bottom: 48px;
}

/* =============================
    Blog & Blog Details style
============================= */
#blog-container, #blog-detail{
    background-color: #F8F8F8;
}
#blog-container{
    padding: 60px 0px 36px;
}
#blog-detail{
    padding: 60px 0px;
}
.blogs-page-head h2{
    color:#1E1E1F;
    margin-bottom: 40px;
}
.blog-detail-img{
    margin-bottom: 30px;
}
#blog-detail .blogs-page-head h2{
    margin-bottom: 26px;
}
.blog-detail-cont p{
    color: #878C91;
    margin-top:5px;
}
.blog-detail-cont h3{
    font-size: 24px;
}
.cont-inner {
    margin-top: 30px;
}

/* ===============
    Videos Style
=============== */
#videos{
    padding: 60px 0px;
    background-color: #FFFFFF;
}
.grid-container {
    display: grid;
    grid-template-areas:
        "img1 img2 img3"
        "img4 img4 img3"
        "img6 img5 img5";
    gap: 20px;
}
.grid-item1 {
    grid-area: img1;
}
.grid-item2 {
    grid-area: img2;
}
.grid-item3 {
    grid-area: img3;
}
.grid-item4 {
    grid-area: img4;
}
.grid-item5 {
    grid-area: img5;
}
.grid-item6 {
    grid-area: img6;
}
.vid-container {
    position: relative;
    overflow: hidden;
}
.vid-inner {
    background-color: #204296;
    padding: 90px 0;
    text-align: center;
    position: absolute;
    width: 90%;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.vid-container:hover .vid-inner {
    top: 50%; 
    transform: translate(-50%, -50%);
    opacity: 1;
}
.vid-inner p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}
.vid-inner h3{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    margin: 6px 0px 20px;
}

/* ======================
    Contact Page Style
====================== */
#contact-inner{
    background-color: #FFFFFF;
    padding-top: 60px;
}
.icon-box{
    background-color: #EDF1FC;
    padding: 30px;
    border-radius: 8px;
}
.details-inner h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
}
.details-inner p{
    color: #333333;
}
.mail-details::before,
.mail-details::after {
    content: "";
    position: absolute;
    width: 75%;
    height: 1px;
    background-color: #EFEFEF;
}
.mail-details::before {
    top: -20px;
}
.mail-details::after {
    bottom:-20px;
}
.contact-details a:hover{
    color: #010205;
}
.form-box{
    background-color: #EDF1FC;
    padding: 60px 30px;
    border-radius: 20px;
}
.form-inner label{
    color: #1E1E1F;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.form-control{
    background-color: #FBFFFE;
    border-radius: 0px;
    border: none;
    padding: 10px 15px;
}
.form-control::placeholder{
    color: #ADAFAE;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
}
.submit-btn:hover{
    cursor: pointer;
}
.timing-inner h3{
    font-size: 23px;
    font-weight: 600;
    line-height: 23px;
}
.timing-inner p{
    font-size: 23px;
    font-weight: 400;
    color: #878C91;
    line-height: 23px;
}
.timing-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ADAFAE;
    /* margin-bottom: 20px; */
}
.office-timing{
    background-color: #EDF1FC;
    padding: 50px 40px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
#office-hrs{
    padding-bottom: 60px;
}

/* ====================
    AboutUs Page Style
==================== */
.our-growth-box{
    display: flex;
    justify-content:start;
    align-items: center;
    gap: 97px;
    padding: 40px 30px;
    border-bottom: 1px solid #252525;
    transition: all 0.4s ease-in-out;
}
.our-growth-box h3{
    font-size: 32px;
}
.our-growth-box p{
    font-size: 30px;
    font-weight: 400;
    color: #1E1E1F;
}
.our-growth-box:last-child{
    border: none;
}
.our-growth-box:last-child:hover{
    border: none;
}
.our-growth-box:hover{
    background-color: #EDF1FC;
    border-bottom: 1px solid #EDF1FC;
    border-radius: 20px;
}
.who-we-are-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    height: 100%;
}
#why-choose-us{
    padding: 60px 0px;
    background-color: #f9f9f9;
}
.why-choose-us-points h3{
    height:90px;
}
.why-choose-us-points{
    margin-top: 48px;
}
#testimonial{
    padding: 60px 0px;
    background-color: #f9f9f9;
}
#testimonial h6{
    color: #204296;
    font-size: 30px;
    font-weight: 400;
}
.testi-head,.testi-right-para{
    margin-bottom: 30px;
}
.abt-testimonial-cont{
    background-color: #204296;
    padding: 35px;
    border-radius: 20px;
}
.testi-para{
    color: #ffffff;
    margin: 30px 0px 20px;
    height: 128px;
}
.author-wrap h3,.author-wrap p{
    color: #ffffff;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 5px;
}
#faq-section{
    padding: 60px 0px;
}

.accordion-item h3{
    color: #010205;
    font-size: 22px;
    font-weight: 600;
    max-width: 450px;
}
.accordion-item p{
    color: #878C91;
    font-size: 18px;
    font-weight: 500;
}
.accordion-item{
    background-color: transparent;
    border: none;
    border-bottom: 1px dashed #ADAFAE;
}
.accordion-item:last-child{
    border: none;
}
.accordion-button:not(.collapsed){
    box-shadow: none;
    background-color: transparent;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed) h3{
    color:#204296;
}
.accordion-button::after{
    background-image: url('../images/testi-arrow.svg');
}
.accordion-button:not(.collapsed)::after{
    background-image: url('../images/testi-open-icon.svg') ;
    transform: rotate(0deg);
}

/* ===========================
    services css start 
=========================== */
.services-top-sec-wrap p {
    color: #979797;
}

.s-top-service-box {
    background: #EDF1FC;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 40px;
    display: flex;
    align-items: start;
    gap: 20px;
}

section.services-top-sec h3 {
    font-size: 24px;
}

section.services-top-sec h2 {
    padding-bottom: 40px;
    max-width: 80%;
}
.service-top-left-cont h3 {
    padding-top: 20px;
    padding-bottom: 10px;
}
section.services-green-sec {
    background: #00A54F;
    color: #E9E9E9;
}
.services-top-left-cont h2 {
    color: #e9e9e9;
    padding-bottom: 20px;
}
.service-btm-box .why-us-box {
    width: 100%;
    background: #EDF1FC;
    margin-bottom: 20px;
}
.who-we-are-cont p {
    font-size: 24px;
}
.banner-middle{
    display: flex;
    gap: 100px;
    margin: 25px 0px;
}
.footer-middle p, .footer-middle a, .footer-right p {
    font-size: 24px;
}
/*responsive css start */

@media screen and (max-width:767px){
    section {
    overflow: hidden;
}
    h2 {
    padding-bottom: 20px;
    font-size: 32px;
}
.infrastructure-excellence-para {
    padding-bottom: 40px;
}

.excellence-img-container {
    margin-bottom: 20px;
}

.project-desc.project-desc1 {
    position: static;
    width: 100%;
    margin-top: 20px;
}

.projects-image {
    width: 100%;
}

.project-desc.project-desc2 {
    position: static;
    width: 100%;
    margin-top: 20px;
}
.services-box {
    width: 100%;
}

.why-us-counter {
    flex-wrap: wrap;
}

.counter-inner {
    width: 100%;
    text-align: center !important;
}

.why-us-counter .counter-inner::after {
    display: none;
}

.counter-inner{
    border:none;
}

.counter-inner>div {
    justify-content: center !important;
}
    .why-us-box {
    width: 100%;
    text-align:center;
}

.why-us-cont {
    padding-top: 40px;
}
    .blogs-inner {
    padding-top: 40px;
}

.why-us-quote {
    flex-wrap: wrap;
    padding: 20px;
    text-align: center;
}

.why-us-quote-cont {
    flex-wrap: wrap;
}

.why-us-quote p {
    padding: 10px 20px 20px;
}
.who-we-are-cont p {
    font-size: 24px;
}
.footer-middle h3, .footer-right h3 {
    margin-bottom: 20px;
}

.footer-middle {
    padding: 40px 0px;
}
.banner-inner {
    flex-wrap: wrap;
}

.banner-head {
    width: 100%;
    padding-bottom: 20px;
}

.why-choose-us-cont h2 {
    padding-top: 20px;
    padding-bottom: 0;
}

.why-choose-us-points h3 {
    height: auto;
}

.testi-head {
    margin-bottom: 0;
}

.testi-para {
    height: auto;
}

.faq-inner-right {
    padding-top: 40px;
}

.faq-inner-right h3 {
    padding-top: 20px;
}
.footer-right p {
    padding-bottom: 20px;
}
section#who-we-are h2 {
    padding-bottom: 0;
}
section#testimonial {
    padding-top: 20px;
}
section.services-top-sec {
    padding: 40px 0;
}

section.services-top-sec h2 {
    max-width: 100%;
    padding-bottom: 20px;
}

.service-top-left-cont {
    padding-bottom: 40px;
}

.why-us-head {
    text-align: center;
}
.grid-container {
    display: flex;
    flex-direction: column;
}
.office-hrs-img {
    padding-bottom: 20px;
}

.contact-details {
    padding-bottom: 40px;
}

.contact-details h2 {
    padding-bottom: 0;
}
a.prod-btn.nav-link.btn1.products-menu {
    justify-content: left;
}
.timing-inner p {
    font-size: 18px;
}

.timing-inner h3 {
    font-size: 20px;
}

.timing-inner {
    flex-wrap: wrap;
}

.day {
    margin-bottom: 20px;
}
.footer-inner {
    padding: 60px 0;
}

.footer-left h3 {
    max-width: 100%;
}
.infrastructure-excellence-head h2 {
    font-size: 28px;
    line-height: 48px;
}
img.excellence-vid-icon {
    width: 120px;
}
.blogs-page-head h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}
#common-banner-section {
    padding-top: 130px;
}
.blog-box-head a h3 {
    font-size: 20px;
    height: auto;
}
.banner-top {
    flex-direction: column;
    align-items: center;
}
.unique-head {
    font-size: 36px;
}
.home-banner-counter {
    display: flex;
    width: 100%;
}
.banner-middle {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.banner-middle-box {
    text-align: center;
}
.banner-bottom>p{
    width:100%;
}
#home-banner{
    padding-bottom:50px;
}
}

@media screen and (max-width:480px){
    h1 {
    font-size: 48px;
}
    .day {
        width:100%;
}
.our-growth-box {
    flex-direction:column;
    gap: 20px;
}

.our-growth-box p {
    font-size: 22px;
    font-weight: 600;
}
.btm-footer {
  flex-direction: column;
}
}

section#infrastructure-excellence {
    display: none;
}