@media(min-width:1200px) and (max-width:1399px) {
 
}

@media(min-width:768px) and (max-width:991px) {
 
}


@media(max-width:767px) {
header.style-1:after { max-width: 95%; }

header.style-1 .header-logo1 {
justify-content:flex-start;
padding:10px 0px
}

 
header.style-1 .header-logo1 img {
padding-left:0px
}
 

.banner-one-content h1, .banner-one-content h2 { font-size:35px }
.banner-one-content h1 span, .banner-one-content h2 span { font-size: 30px; }
.banner-one-content h1, .banner-one-content h2 br { display:none;}
.banner-one-content p {
    width: 100%;
    margin: 0 auto 0 0;
    max-width: 95%;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--white);
}
.banner-one .banner-one-slider-big .swiper-slide {
    height: 80vh;
   padding-top: 0px;
}
.banner-card-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.banner-card-info h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0px !important;
}
.banner-card-info a {
     font-size: 12px;
    padding: 10px;
	width: 60%;
   
}
.section-title-four h2 {font-size:22px}
.section-title-one h3 {font-size:30px}
.section-title-one h3 br { display:none;}

.recent-casestudy-one .recent-casestudy-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 90%;
    padding: 25px 20px;
    margin-top: -40px;
}

.recent-casestudy-one .recent-casestudy-content span {
    font-size: 12px;
    line-height: 1.4;
}
 .recent-casestudy-one .recent-casestudy-content .eg-btn {
    display: block;
    width: 60%;
}

 
.video-section video {width: 100%; height: 90vh; object-fit: cover;}
.video-section .video-title {
    position: absolute;
    left: 0%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    z-index: 9;
}
 .counter-section .heading {
    margin-left: 0;
    margin-bottom: 30px;
    max-width: 100%;
    font-size: 35px;
    text-align: center;
}
.stat_columns__col {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.stat_columns__col::before {
    content: '';
    height: 3px;
    background-color: var(--primary-one);
    position: absolute;
    top: 0;
    left: 15px;
    width: 80%;
}
.stat_columns__col:nth-child(3)::before {
    content: '';
    height: 3px;
    background-color: var(--primary-one);
    position: absolute;
    top: 5px;
    left: 15px;
    width: 90%;
}
}
