.banner, .banner .guides{
    height: 500px;
}
.banner img.img-fluid {
    height: 500px;
    max-height: 500px;
    }

    .upper-head {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}
.about_wrapper a.main-btn{
   width: 150px;
    text-align: center;
    display: inline-block;
}
.upper-head h2{
    font-size: 40px;
    /* font-family: var(--heading-font); */
    margin-bottom: 30px;
}
.heading_sec{
    margin-bottom: 0px;
    text-align: center;
}
.about-img1{
    text-align: right;
}
.about-img1 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
.about-img2 img{
    position: absolute;
    left: 0px;
    width: 75%;
    bottom: -20px;
    /* border-radius: 30px; */
    border: 5px solid #fff;
    object-fit: cover;
    height: 250px !important;
}
.about_wrapper .col-lg-6.text-center.text-lg-start p{
    /*line-height: 30px;*/
    margin-bottom: 15px;
}
.subhead {
    color: var(--secondary-text);
    font-size: 18px;
    /*line-height: 35px;*/
}
.about_wrapper .col-lg-6.text-center.text-lg-start{
    padding-right: 0%;
    width: 60%;
}

.about_wrapper .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center {
    width: 40%;
}
.about_wrapper .col-lg-6.abt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
}
.about_wrapper h3{
    font-size: 2.25rem;
    color: var(--primary-color);
    font-family: var(--heading-font);
    text-align: left;
}

.heading_sec h3{ 
    font-weight: 400;
    font-size: 40px;
    font-family: var(--heading-font);
}
section.galleries-section {
    background: var(--lt-bg-color);
}
section.galleries-section img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
section.galleries-section h4{
    font-size: var(--f20);
    font-family: var(--primary-font);
    margin-top: var(--m20);
    font-weight: 600;
}
section.galleries-section h4 a{
    color: var(--black-color);
    text-decoration: none;
}
section.galleries-section .row{
    gap: 40px 3%;
}
section.galleries-section .gallery-details {
    flex: 0 0 auto;
    width: 31.333333%;
}
section.galleries-section .activites-image{
    position: relative;
}
section.galleries-section .overlay-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #003B6D9e;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: var(--p30);
    display: none;
}
section.galleries-section .activites-image a:hover .overlay-content{
    display: flex;
}
section.galleries-section .overlay-content p, section.galleries-section .overlay-content li{
    color: var(--white-color);
    margin-bottom: 0px;
}
section.galleries-section .overlay-content ul, section.galleries-section .overlay-content li{
    width: 100%;
    list-style: disc;
}
section.galleries-section .overlay-content ul{
    padding-left: 15px;
}
section.galleries-section .attr-bnt{
    text-align: center;
}
/* cta css */

section.cta{
    background: url('../images/cta.jpg');
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
section.cta .shape img{
    width: 350px;
object-fit: cover;

}
section.cta .shape{
    position: absolute;
    top: -365px;
    z-index: 2;
}
section.cta .container{
    display: flex;
    justify-content: center;
    position: relative;
}
section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 50%);
    padding: 60px;
    box-shadow: 0px 9px rgba(255,255,255,.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.cta .head-sec h2{
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    /* font-family: var(--heading-font); */
    font-size: 40px;
}
section.cta .head-sec h2 span {
    color: var(--alternate-color);
}
section.cta h5{
    color: #fff;
}
section.cta .content p{
    color: #fff;
}
section.cta .content .main-btn{
    color: #fff;
    border: 1px solid var(--white-color);
    display: block;
    width: 150px;
}
section.cta  .man-img {
    position: relative;
}
section.cta .man-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

section.direction {
    background: #f7f7f7;
}
.direction .how-we-value-heading {
    text-align: center;
}
.direction .diection-card4{
    border-top:8px solid var(--secondary-color);
     padding:var(--p20);
     height: auto;
     background:var(--white-color);
  box-shadow: 0px 2px 6px #00000054;
}
.direction, section.about_section.section-b-space{
  background: var(--lt-bg-color);
}
  .direction .card-content {
    overflow: hidden;
    margin-bottom: 15px;
}
.direction .main-btn{
  display: inline-block;
}
.direction .card-img img{
    width: 70px;
    height: 60px;
    object-fit: contain;
    margin-bottom: var(--m15);
}
.direction .row{
    padding-top:var(--p5);
}
.direction .card-content p:first-child{
  margin-bottom:10px;
}
.direction .card-content p{
    height: 150px;
    overflow: hidden;
}
.direction .card-content p.head-para {
    height: 64px;
    overflow: hidden;
}

.direction .card-content p strong{
    font-size: var(--f18);
    color: var(--heading-color);
    text-align: left;
    font-family: var(--heading-font);
}
.direction .card-content p{
    font-size:var(--f14);
    text-align:left;
    margin-bottom:0;
}
.direction .card-content p span{
    font-weight: 900;
}
.direction .card-content strong{
    margin-top:var(--m5);
}
.direction .diection-card1{
    border-top:8px solid var(--secondary-color);
    padding:var(--p20);
    height: auto;
    background:var(--white-color);
  box-shadow: 0px 2px 6px #00000054;
}
.direction .diection-card2{
    border-top:8px solid var(--secondary-color);
     padding:var(--p20);
     height: auto;
     background:var(--white-color);
  box-shadow: 0px 2px 6px #00000054;
}

.direction .diection-card3{
    border-top:8px solid var(--secondary-color);
     padding:var(--p20);
     height: auto;
     background:var(--white-color);
  box-shadow: 0px 2px 6px #00000054;
}
.direction .item {
    padding: 5px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
background: var(--secondary-color);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 0px;
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i{
color: #fff;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 103%;
    display: flex;
    justify-content: space-between;
    left: -1.5%;
    z-index: 1;
}