.banner-info p{
    font-size: 30px;
}
.banner-info{
    padding-left: 30px;
}

.about-6__content .section-header p {
    max-width: 700px;
    font-size: 22px;
}

.cus-footer .social-share ul li {
 border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    border-radius: 50%;
}

.cus-footer .social-share ul {
    display: flex;
    gap: 20px;
}

.banner-sec .orvio-btn10.v3 {
    padding-block: 16px;
    font-size: 18px;
}

.cus-header .header-3__left-content a:after{
    display: none;
}

.cus-header .header-3__left-content a{
        font-size: 54px;
    padding: 10px 0;
}
   .cus-header .header__main{
        align-items: center;
    }
   .cus-header{
       position: absolute !important;
       width: 100%;
    }

 
    .mentor-sec .about-5__content p{
    max-width: 700px;
}

/* .header__logo{
    max-width: 80px;
} */

.header__logo img{
    max-width: 80px;
}

    .header-3.section .header__main {
        align-items: center;
    }

    .service-2__video img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.testimonial-page {
    background-color: var(--color-1);
}

.testimonial-page .quote-icon{
        width: 60px;
    height: 60px;
    background-color: #dfa09d;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
        border-radius: 15px;
}

.testimonial-page .testimonial-content .main-content {
    margin-top: 25px;
}

.testimonial-page .testimonial__item{
       height: 100%;
}

.testimonial-page .section-title{
    text-align: center;
}
.inner-header{
    position:  relative !important;
}

.breadcrumb-2.section {
    padding-top: 180px;
    padding-bottom: 180px;
}

.about-inner .about-6__content p{
        font-size: 18px;
    font-weight: 400;
    line-height: 155.556%;
    letter-spacing: 0.18px;
    margin-top: 15px;
}

.work-8__item .item-content{
    gap: 20px;
}

.contact__wrapper {
    padding-inline: 130px 130px;
}

@media (max-width: 767px) {
.header__main-menu.v3 nav{
    display: none;
}
    .contact__wrapper {
        padding-inline: 15px;
    }
}