/* BANNER */
.banner {width: 100%;overflow: hidden;position: relative;}    
.bannertext {position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;z-index: 1;}

.slideingdiv {
    padding: 0 70px 0 50px;
}

.webox {width: 100%;;position: relative;margin-top:-45px;z-index: 1;max-width: 590px;}
.hmbo_wrap {display: flex;align-items: center;height: 100%;}
.slide-img{
    border: 2px solid #000;
    border-top: 0;
    border-right: 0;
    padding: 0 0 30px 30px;
    border-radius: 0 0 0 100px;
    position: relative;
}
.slide-img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-image: linear-gradient(86deg, rgb(32 30 31 / 60%) 0%, rgb(11 126 122 / 50%) 10% , transparent 75%);
    border-radius: 0 0 0 70px;
    overflow: hidden;
}
.slide-img > img{
    border-radius: 0 0 0 70px;
}
.webox p{
    color: var(--white);
    line-height: 28px;
}
.bigtitle{
    font-size: clamp(22px, 22px + (42 - 22) * ((100vw - 600px) / (800 - 600)), 42px);
    color: var(--blue);
    font-weight: 900;
    line-height: 1.2;
    text-shadow:2px 0px 0 #fff, 1px -2px 0 #fff, -3px -2px 0 #fff, -3px 0px 0 #fff, 1px 1px 0 #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2.5px;
}
.banner .btn_black{
    background: #201E1F;
    border-color: #201E1F;
}
.banner {
    height: 700px;
}
.slide-img > img{
    width: 100%;
    height: 664px;
    object-fit: cover;
}
.page-template-home .social_wrap{top: 36%;}

/*  HOME TOP CONTENT */

.slider_text{
    padding: 12px 0;
    position: relative;
    overflow: hidden;
    border-top:2px solid var(--primary);
    border-bottom:2px solid var(--primary);
}
.slider_text .slider_bg{
    background:#2AA9E0;
    padding: 12px 30px;
}
.slider_text .slider_bg .marquee{
    animation: marquee 32s linear infinite;
}
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

.marquee{
    display: flex;
    animation: a-text-scroll 35s linear infinite;
}
.marquee .title_lg{
    color: var(--white);
    margin-bottom: 0;
    font-weight: 900;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 45px;
    flex-shrink: 0;
    width: max-content;
}
.marquee .title_lg:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../assets/images/star-pattern.svg) no-repeat;
    width: 19px;
    height: 19px;
    bottom: 0;
    margin: auto 0;
}

@keyframes a-text-scroll {
    0% { transform: translate3d(-100%, 0, 0); }
    100% { transform: translate3d(0%, 0, 0); }
}
/* TESTIMONIAL */

.testimonial_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
}
.testimonial_list li{
    padding: 0 28px;
    width: 25%;
}
.badge_wrap{
    position: absolute;
    width: 130px;
    height: 130px;
    background: var(--white);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto 0;
}
.badge_wrap .badge-text{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
}
.play-button-wrap{
    width: 75px;
    height: 75px;
    background: var(--blue);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* START MEDIA QUERY */
@media screen and (max-width: 1599.99px){
    .webox{
        padding-left: 50px;
    }
}
@media screen and (max-width: 1439.99px){
    /* Banner */
    .slideingdiv {
        padding: 0 30px 0 30px;
    }

    .testimonial_list{
        margin: 0 -15px;
    }
    .testimonial_list li{
        padding: 0 15px;
    }
  
}
@media screen and (max-width: 1199.99px){
    /* Banner */
    .banner {height: 585px;}
    .slide-img > img{height: 550px;}


    .testimonial_list{
        margin: 0 -8px;
    }
    .testimonial_list li{
        padding: 0 8px;
    }
    .slider_text {
        padding: 8px 0;
    
      }
      .slider_text:after {bottom: -8px;}
      .slider_text:before {top: -8px;}

      .badge_wrap{width: 100px;height: 100px;}
      .badge_wrap .badge-text{max-width: 90px;}
      .play-button-wrap {width: 65px;height: 65px;}
      .badge_wrap{top: inherit;bottom: 20px;left: 20px;}

      .page-template-home .social_wrap {
	    top: 28%;
	}
  
}

@media screen and (max-width: 991.99px){
    /* Banner */
    .slideingdiv {padding: 0;}
    .slide-img{padding: 0 0 10px 10px;border-radius: 0 0 0 85px;}
    .slide-img > img {height: 500px;}
    .slide-img:before{width: calc(100% - 10px);height: calc(100% - 10px);left:10px;background-image: linear-gradient(1deg, rgb(32 30 31 / 60%) 0%, rgb(11 126 122 / 50%) 21% , transparent 75%);}
    .banner {height: 515px;}
    .webox {padding-left: 10px;text-align: center;max-width: 100%;}
    .hmbo_wrap{align-items: flex-end;padding-bottom: 50px;}
    .webox p{line-height: 22px;}

}
@media screen and (max-width: 575px){
   
}
