.header-logo img{
    width: 100px;
}
h1.hero-title{
    font-size: 60px !important;
}

.th-hero-bg{
    height: 100vh !important;
}

.hero-10 .icon-box {
    position: absolute;
    bottom: 10% !important;
    right: 120px !important;
}

.about-img-home .img1{
    width: 254px;
    height: 600px;
}
.about-img-home .img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img-home .img2{
    width: 257px;
    height: 600px;
}
.about-img-home .img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-padding{
    padding: 80px 0;
}
.flex-sub-about{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;


}

.flex-sub-about .info-media{
    width: 48%;
    background-color: #f7f7f7;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10pc;

}
.flex-sub-about{
    width: 100%;
    max-width: 100%;
}
.flex-sub-about .info-media span{
    width: 20px;
    height: 20px;
    background-color: var(--theme-color);
    display: flex;
    border-radius: 5px;
    rotate: 50deg;
}
.flex-sub-about .info-media .media-body{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.flex-sub-about .info-media .media-body h3{
    margin: 0;
}
.about-cont-home p{
    font-size: 15px;
    color: #000;
}


.service-item.style2 .service-item_img{
    height: 600px;
}
.service-item.style2 .service-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.svc-item-content{
    text-align: left !important;
}
.svc-item-content h3{
    font-size: 25px !important;
    margin: 0 !important;
    margin-bottom: 8px !important;
}
.svc-item-content p{
    font-size: 15px;
    color: #000;
    margin: 10px 0 !important;
}

.svc-item-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
    margin-bottom:30px;
}
.svc-item-content ul li{
    margin-bottom: 10px;
     font-size: 15px;
    color: #000;
    position: relative;
}
.svc-item-content ul li::before{
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    position: absolute;
    top: 8px;
    left: -17px;
    content: '';
}

.svc-item-content h6{
    font-size: 15px;
    font-weight: 600;
}

.th-container-cs {
    max-width: 1500px;
}
.impact-box ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.impact-box ul li{
    padding: 25px;
    background-color: #f7f7f7;
    padding: 15px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    width: 32%;
    font-size: 17px;
    font-weight:500;
    color: #000;
    text-align: center;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.couple-card {
    padding:30px;
    height: 100%;
}
.couple-card_img img{
    height: 250px;
    object-fit: cover;
}

.couple-card h3{
    margin: 5px 0;
    font-size: 20px;
    line-height: 25px;
}
.couple-card p{
    font-size: 15px;
    color: #000;
    margin: 0;
}
.couple-card  ul li{
    font-size: 15px;
    color: #000;
    margin: 7px 0;
}
.bg-light{
    background-color: #f2f2f2 !important;
}

.testi-card_quote i{
    font-size: 60px;
    color: #f4a1af;
}
p.testi-card_text {
    font-style: normal !important;
    font-size: 15.5px;
}
.testi-card_name{
    font-size: 18px;
    line-height: 20px;
}
ul.rating-testi{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 5px;
    gap: 5px;
}
ul.rating-testi li i{
  color: orange;
}

.contact-us-form.style4 input,.contact-us-form.style4 select,.contact-us-form.style4 textarea{
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.contact-form-left h2.sec-title{
    font-size: 35px;
    margin: 0;
    margin-bottom: 8px;
}

.contact-image {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    
    margin: 0 !important;
    padding: 0 !important;
}
.contact-image img{
    width: 100% !important;
    max-width: 100% !important;
    height: 800px;
    object-fit: cover;
}
.contact-us-box{
    padding: 20px;
    background-color: #141414ac;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);

  }

  
.contact-us-box h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--theme-color);
    line-height: 28px;
}
.contact-address{
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-address  li{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    gap: 15px;
    margin-top: 20px;
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
   
}
.contact-address  li:last-child{
    border-bottom: 0;
}
.contact-address li .contact-ad-icon{
    min-width: 50px;
    min-height: 50px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;

}

.contact-a{
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-form-left{
    padding-top: 70px;
    padding-bottom: 70px;
}
span.cnt-span{
    font-size: 13px;
    font-weight: 600;
    color: #ccc;
}

.footer-logo img{
    width: 150px;
}
.th-widget-contact{
    max-width: 100%;
}

.footer-widget .th-social{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.footer-widget .th-social a::before{
    display: none;
   
}
.footer-widget .th-social a{
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: var(--theme-color);

}


.sticky-wrapper.sticky .header-logo img{
    width: 80px !important;
}


.contact-us-form .contact-form-btn .th-btn:hover:before, .contact-us-form .contact-form-btn .th-btn:hover:after{
 background-color: #000;
}
html{
    scroll-padding-top:5rem;
}
.head-cs{
    background-color: #fff;
}
.header-layout10 .sticky-wrapper{
      background-color: #fff;
}


.sticky-wrapper.sticky .main-menu>ul>li>a{
    color:#fff ;
}

.gallery-video{
    width: 100%;
    height:300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.gallery-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-video a{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000064;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
}


.gallery-video:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.gallery-video a:hover i{
    color: #fff;
}

.teacher-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 7px;
}

.teacher-img img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}


.whatspp-home {
    position: fixed;
    bottom: 12%;
    right: 30px;
    display: flex;
    justify-content:center;
    align-items: center;
    width: fit-content;
    height: 55px;
    width: 55px;
    border-radius: 40px;
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
   z-index: 5000;
    gap: 10px;
    font-size: 23px;
    font-weight: 600;
    background-color: #25D366;
    transition: 0.5s;
}

.whatspp-home:hover {
    border-color: #25D366;
    color: #25D366;
    background-color: #fff;
}