@media(max-width:1500px){
    .hero-layout .hero-img .img1{
        height: 493px;
    }
}
@media(max-width:1500px){
    .hero-layout .hero-img .img2{
        height: 380px;
    }
}
.vs-logo img {
    height: 88px;
}

.text-xl-center{
    padding: 0px 35px;
}

.hero-subtitle {
    color: #197CBD;
}
.vs-btn.style4{
    background-color: #197CBD;
}
.vs-btn.style4::before, .vs-btn.style4::after{
    background-color: #FDA779;
}
.hero-layout .slide-count::before{
    background-color: #197CBD;
}
.hero-layout .slide-count .active{
    background-color: #197CBD;
}
.hero-layout .slide-count .tab-btn:hover{
    background-color: #FDA779;
}
.sec-subtitle{
    color: #DB9E30;
}
.blog-style4 .blog-content{
    margin-left: auto;
    max-width: 70%;
}
.header-btns a, .header-btns button{
    width: 100px;
    color: #2D2D73;
    background-color: white;
    border-radius: 40px;
}
.blog-style4 .blog-image img {
    height: 260px;
}
.header-btns a, .header-btns button:hover{
    padding: 0 23px;
    color: white;
    background-color: var(--theme-color);
    font-size: 15px;
    text-align: center;
}


.sec-subtitle{
    text-align: center;
    padding-top: 20px;
}
.blog-wrapper1 .title-area{
    padding : 0px 10px;
}
.features-style1 .features-image img {
    width: 50px;
    height: 60px;
}
.features-style1 {
    background-color: #2D2D73;
    height: 335px;
}
.features-style1:hover{
    background-color: #DB9E30;
}
.features-style1:hover .features-image::before, .features-style1:hover .features-image::after{
    background-color: #2D2D73;
}
.cta-style1{
    background-color: #2D2D73;
}
.features-style1 .features-image::before, .features-style1 .features-image::after{
    background-color: #DB9E30;
}
.vs-btn.style2{
    color: #DB9E30;
}
.vs-btn.style2::before, .vs-btn.style2::after{
    background-color: #DB9E30;
}
.footer-logo
{
    background: white;
    border-radius: 10px;
    padding: 15px;
}
.footer-logo img {
    height: 88px;
}
.widget_categories ul, .widget_nav_menu ul{
    padding: 0px 10px;
}
.menu .icn-ftr{
    margin-right: 10px;
}
.header-top{
    padding: 10px 0px;
}
.hero-img img{
    height: 320px;
}
.breadcumb-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.breadcumb-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 35%); /* Light black overlay */
    z-index: 1;
}

.z-index-common {
    position: relative;
    z-index: 2;
}
.image-box1 .media-box1 .media-text, .image-box1 .media-box2 .media-text{
    font-size: 16px;
}
.contact-box{
    height: 155px;
}
.background-image, [data-bg-src] {
    background-repeat: unset;
    background-size: cover;
    background-position: center ;
}
.hero-mask{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media(max-width:1500px){
    padding-bottom: 30px;
}
.team img{
    height: 250px;
}
.contact-box_wrapper .outer-wrap{
    background-color: white;
}