









a.site-logo img{
    width:140px;
}
.main-header .header-inner{
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky-header-cs .header-inner{
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.sticky-header-cs .header-inner ul li a{
   color: var(--text-color);
}
.baner-caption{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.about-us-details p{
    margin-top: 15px;
}
.about-us-details h2{
    line-height:35px;
}
.about-us-details h2 span.fs-50{
    font-size: 40px;
    color: var(--text-color);
}
.about-us-details h2 span{
    font-size: 20px;
    letter-spacing: 1px;
}
.title-top-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-top-section h2{
    font-size: 40px;
}



.carousel-btns .owl-nav {
    width: 100%;
    position: absolute;
    top: 38%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.carousel-btns .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;
}

.carousel-btns .owl-nav button span {
    padding-bottom: 10px !important;
}



.carousel-btns .owl-nav button.owl-next {
    margin-right: -25px;

}

.carousel-btns .owl-nav button.owl-prev {
    margin-left: -25px;
}

.cities-carusel .owl-nav {
    width: 100%;
    position: absolute;
    top: -70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}



.cities-carusel .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc !important;
    border-radius: 10%;
}

.cities-carusel .owl-nav button:hover {
    background-color: var(--primary) !important;
}

.cities-carusel .owl-nav button:hover span {
    color: var(--color-white) !important;
}

.cities-carusel .owl-nav button span {
    padding-bottom: 10px !important;
}


/* .cities-carusel  .owl-nav button.owl-next {
    margin-right: -25px;

}

.cities-carusel  .owl-nav button.owl-prev {
    margin-left: -25px;
} */



.carousel-btn2 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn2 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;
  

}



.carousel-btn2 .owl-nav button.owl-next {
    position: absolute;
    top: 38%;
    right: -25px;

}

.carousel-btn2 .owl-nav button.owl-prev {
    position: absolute;
    top: 38%;
    left: -25px;

}

.carousel-btn3 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn3 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #ffffff5e !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;

}

.carousel-btn3 .owl-nav button span {
    padding-bottom: 5px !important;
}


.carousel-btn3 .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 10px;

}

.carousel-btn3 .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left:10px;

}
.carousel-btn3 .owl-nav button:hover{
    background-color: var(--color-white) !important;
}

.founder-section{
    padding: 40px 0;
    background-color: #67750d;
}
.founder-right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
}
.founder-right h2{
    color: var(--text-color) !important;
}
.founder-right p{
    margin: 10px 0;
}
.founder-right h6{
    font-size: 20px;
    color: var(--text-color);
}
.title-top-section h2{
    color: var(--text-color);
}
.color-black-section h2{
    color: var(--text-color);
}
.founder-container{
    background-color: #fff;
    padding: 45px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-top: -90px;
    position: relative;
    border-radius: 10px;
}
.founder-container h3{
    color: var(--text-color);
    font-size: 23px;
    margin-bottom: 10px;
}
.founder-container p{
    font-size: 16px;
}
.founder-container ul li{
    margin-bottom: 10px;
     font-size: 16px;
}
.founder-vision-widget{
    border-right: 1px solid #ccc;
}
.footer-logo img{
    width: 200px;
}
.choose-content-right{
    padding-top: 30px;
}
.hero-btn a{
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    font-weight: 400 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}


.project-btn-cs .project-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(4px);
    border-radius: 0;
    transform: translate(-50%, -30%);
    transition: all 0.3s ease-in-out;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
button.contact-btn,.about-us-content-btn a{
    width: 180px;
    font-family: var(--default-light);
}


.project-info-dt h2{
    color: var(--text-color);
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}
.project-info-dt p{
    margin: 10px 0 !important;
    font-size: 17px;
    color: var(--accent-color);
}
.project-info h4,.project-design-info h4,.project-gallery h4{
      color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}



.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    width: 180px;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFC555;
    color: #FFC555;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.tab:hover{
    color: #fff;
    background-color: #daaa49;
}
.tabs {
    width: 100%;
    display: flex;
    justify-content:center;

}

.panels {
    background: #fffffff6;
    min-height: 200px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel ,
#four:checked~.panels #four-panel ,
#five:checked~.panels #five-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab ,
#four:checked~.tabs #four-tab ,
#five:checked~.tabs #five-tab {
    background: var(--primary-dark);
    color: #fff;
}

.video-container-about{
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.video-container-about video{
    width: 100%;
    height: 100%;
    object-fit: cover   ;
}
.video-right-pading{
    padding-right: 0;
}
.video-left-pading{
    padding-left: 0;
}
.video-content-left-padding{
    padding-left: 30px;
}
.video-content-right-padding{
    padding-right: 30px;
}