.owl-carousel,.owl-carousel .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative
}
.owl-carousel{
    display:none;
    width:100%;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.hero .hero__block--inner-block img {
    max-width: 200px;
}

.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
    background:0 0;
    color:inherit;
    border:none;
    padding:0!important;
    font:inherit
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{
    max-height:0
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url(owl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
    -ms-transform:scale(1.3,1.3);
    transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
.page-template-bbbs-landing-pageP{
    background-color: #F9FEFE;
}


 .mt-0{
     margin-top:0px!important;
}
.mb-10{
    margin-bottom:10px!important;
}

 .pt-5{
     padding-top: 5px;
}
 .pt-10{
     padding-top: 10px;
}
 .mb-5 {
     margin-bottom:5px!important;
}
 .mb-15 {
     margin-bottom:15px;
}
.mb-44{
    margin-bottom: 44px;
}
 .bg-none{
     background-color: unset;
}
 .fw-400{
     font-weight: 400;
}
 .fw-600{
     font-weight: 600!important;
}
 .bg-blue{
     background-color: #3D5A80!important;
}
.white{
    color:#fff;
}
.show{
    display: block!important;
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.hero__block.d-flex {
  padding-top: 40px;
  background-image: url('../img/heart.png');
  background-repeat: no-repeat;
  padding-bottom: 35px;
  background-position: -120px 0px;
}

.model-wrapper .btn-close svg path {
    fill: #000;
}
.blue{
    color:#3D5A80!important;
}
 .hero{
     margin-bottom: 20px;
      margin-top: 80px;
}
 .hero .hero__block--inner-block{
     width: 72%;
     display:flex;
     justify-content:left;
     align-items:center;
     
}
.hero__block--inner-block .content-wrapper{
    width:80%;
}
 .hero .hero__block--video-block{
     width: 27%;
}

.hero__block p span {
    font-weight: 700;
}

.hero__block p {margin-top:20px;}

 .hero .hero__block--inner-block .img-wrapper {padding:20px;}
/* .hero .hero__block--inner-block img{*/
/*     box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) ;*/
/*}*/
 .hero .hero__block--inner-block h1 {
     font-size: 40px;
     font-weight: 400;
     line-height: 49px;
     color: #EE6C4D;
     margin-bottom: 30px;
}
 .hero .hero__block--inner-block h2 {
     font-size: 32px;
     font-weight: 500;
     line-height: 39px;
     color: #3D5A80;
     margin-bottom: 10px;
     margin-top: 16.66px;
     float:left;
}
 .hero .hero__block--inner-block h1 span {
     font-weight: 700;
     clear:both;
     font-size:30px;
     float: unset;
     margin-left:8px;
}
.hero .hero__block--inner-block h1 br {
    clear:both;
}
 .hero .hero__block--inner-block p {
     font-size: 17px;
     font-weight: 400;
     color:#0B2238;
}
 .hero .hero__block--inner-block p span {
     font-weight: 700;
}
.hero__block--video-wrapper{
    position: relative;
}
.hero__block--video-wrapper .play-icon{
    position: absolute;
    width: 94px;
    top: 39%;
    left: 0;
    right: 0px;
    margin: 0 auto;
    transform: translate(11%);
    cursor: pointer;
}

.community__card-content img {
    width: 388px;
    height: 259px;
    object-fit: cover;
}

@media(max-width:1280px){
    .hero .hero__block--inner-block {
      width: 52%;
    }
    .hero .hero__block--video-block {
       width: 45%;
    }
    .hero .hero__block--inner-block h1 {
      font-size: 28px;
      line-height: 40px;
   }
   .hero .hero__block--inner-block h2 {
     font-size: 30px;
     line-height: 34px;
     float: inherit;
   }
    .hero .hero__block--inner-block h1 span {
     margin-left:0px;
   }
    
}
@media(max-width:1280px){
    .hero .hero__block--inner-block h1 {
      font-size: 24px;
      line-height: 32px;
   }
   .hero .hero__block--inner-block h2 {
     font-size: 26px;
     line-height: 30px;
   }
    
}
@media(max-width:767px){
    .hero .hero__block--inner-block{
        width:100%;
        margin-bottom: 20px;
   }
    .hero .hero__block--video-block{
        display: flex;
        justify-content: center;
        width: 100%;
   }
}


@media(max-width:575px){
    .hero .hero__block--inner-block h1{
     font-size:27px;
   }
   .owl-carousel .owl-item{
    text-align:center;   
    }
}
 .session-card{
     margin-bottom: 60px;
}
 .session-card__inner-block{
     width: 287px;
     display:flex;
     justify-content: space-between;
     flex-direction: column;
     box-shadow: -2.8880865573883057px 7.220216274261475px 28.8808650970459px 0px #0000001A;
     padding: 20px 9px 20px 13px;
}
 .session-card__inner-block h3{
     font-size: 18px;
     line-height: 1.4;
     color:#3D5A80;
}
 .session-card__inner-block p{
     font-size: 14px;
     color: rgba(61, 90, 128, 0.705);
     line-height: 20px;
     margin-bottom: 15px;
}
 .session-card__inner-block a{
     font-size: 16px;
     font-weight: 500;
     line-height: 19px;
     color:#3D5A80;
     display: flex;
     align-items: center;
}

.session-card__inner-block a svg{
    margin-left:20px;
}

@media(max-width:1199px){
 .session-card__inner-block{
        margin-bottom: 20px;
    }
}
@media(max-width:991px){
 .session-card__inner-block{
      width: 240px;
    }
}
@media(max-width:575px){
   .session-card__inner-block{
        width:100%;
    }
}
 .enquiry{
     margin-bottom: 74px;
}
 .enquiry__block {
     background-color: #3D5A80;
     padding: 49px 0px 50px 0px;
     justify-content: center;
     align-items: center;
     flex-direction: column;
}

.enquiry__block h2 {
     font-size: 40px;
     font-weight: 700;
     line-height: 49px;
     margin-bottom: 40px;
     margin-top: 0;
     color:#fff;
}
  .enquiry__btn-block{
     display: flex;
     justify-content: space-around;
     flex-wrap:wrap ;
     max-width:1110px ;
     width: 100%;
}
 .enquiry__block .btn-wrapper a{
     border: 1px solid #fff;
     display: block;
     width: 280px;
     margin-top:20px;
     margin-right: 10px;
     margin-left: 10px;
}
 .enquiry__block .btn-wrapper a.bg-none{
     color:#fff;
}
 .enquiry__block .btn-wrapper a:hover {
     background-color: #FFF;
     color: #3D5A80;
     transition: all .3s ease-in ;
}

@media(max-width:991px){
    .enquiry__block h2 {
        text-align: center;
    }
    .enquiry__block {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        padding: 50px 10px;
   }
} 
@media(max-width:767px){

   .enquiry__btn-block{
    justify-content: center;
   }
   /*.enquiry__btn-block .btn-wrapper:first-child{*/
   /* margin-bottom: 20px;*/
   /*}*/
} 
@media(max-width:575px){
.enquiry__block h2 {
     font-size:27px;
   }
   
}




 .newvideo-library{
     /* margin-bottom: 87px; */
}
 .newvideo-library__content {
     justify-content: space-between;
     flex-wrap: wrap;
     margin-bottom: 50px;
     margin-top: 50px;
}
 .newvideo-library__content h2{
     font-size: 40px;
     font-weight: 700;
     line-height: 49px;
     color:#0B2238;
     width: 420px;
     margin-top: 0px;
}
 .newvideo-library__content p{
     font-size: 16px;
     font-weight: 500;
     line-height: 24px;
     color:rgba(11, 34, 56, 0.700);
     width: 652px;
}

 .newvideo-library__gallery-block{
     box-shadow: -2px 5px 20px 0px #0000001A;
     width: 275px;
     padding: 10px;
     margin-bottom: 30px;
     background-color: #fff;
}

 .newvideo-library__gallery-block:hover{
     background-color: #EE6C4D;
     color:#fff;
}
 .newvideo-library__gallery-block:hover p, p strong{
     color:#fff;
}
 .newvideo-library__gallery-block:hover p strong{
     color:#fff;
}
 .newvideo-library__gallery-block p{
     font-size: 14px;
     line-height: 20px;
     color:#0B2238;
     min-height:40px;
}
 .newvideo-library__gallery-block img{
     margin-bottom: 10px;
     margin-top: 10px;
     width: 255px;
     height: 187px;
     object-fit: cover;
}
 .newvideo-library__gallery-block p strong{
     font-size: 14px;
     font-weight: 600;
     line-height: 21px;
     letter-spacing: -0.04em;
     color:#0B2238;
}
@media(max-width:1199px)
{
    .newvideo-library__content h2{
        width: 100%;
    }
    .newvideo-library__content p{
        width: 100%;
    
       
    }
    .newvideo-library__gallery-block{
        width:30%;
        margin:  20px auto;
    
    }
        
}
@media(max-width:767px)
{

    .newvideo-library__gallery-block{
        width:48%;
    }
        
}
@media(max-width:575px)
{
     .newvideo-library__content h2{
font-size:27px;         
         }

    .newvideo-library__gallery-block{
        display: flex;
flex-direction: column;
justify-content: center;
        width:48%;
    }
        
}

 .text-content {
    margin-bottom: 54px;
    margin-top: 67px;
}
 .text-content__block{
     justify-content: space-between;
     flex-wrap: wrap;
}
 .text-content__content{
     width: 550px;
}
.text-content__block .img-wrapper{
    position: relative;
}
.text-content__block .img-wrapper .watch{
    position: absolute;
    top:23px;
    left:-33px;
}
 .text-content__content h2{
     font-weight: 700;
     line-height: 53px;
}

.text-content__content h2 span{
    color: #EE6C4D !important;
}
 .text-content__content h3{
     font-size: 24px;
     font-weight: 600;
     line-height: 36px;
}
 .text-content__content .btn-wrapper{
     margin-top: 45px;
}
 .text-content__content .btn-wrapper a{
     background-color: #3D5A80 ;
     color:#fff;
     padding: 14px 25px 15px 25px;
}
@media(max-width:1199px){
    .text-content__content{
width:48%
    }
    .text-content__block .img-wrapper{
        width:48%
    }
    .text-content__block .img-wrapper .watch{
     
        left:60px;
    }
    .newvideo-library__gallery-block img {
      width: 100%;
      height: auto;
      
}
}
@media(max-width:991px){
    .text-content__content{
width:100%;
margin-bottom:20px;
    }
    .text-content__block .img-wrapper{
        width:100%;display:flex;
        justify-content: center;
    }
}
@media(max-width:767px){
    .text-content__content{
width:100%
    }
    .text-content__content .btn-wrapper{
        margin-top: 45px;
        margin-bottom: 20px;
   }
}
@media(max-width:575px){
 .text-content__content h2{ font-size: 27px;
   }
}
 .catalog__block h2{
     text-align: center;
     margin-top: 0;
     margin-bottom: 15px;
}
 .catalog__block p{
     max-width: 1001px;
     margin: 0 auto;
     text-align: center;
}
 .catalog__block p a{
     font-weight: 600;
     color:#006AD1;
}
 .catalog__gallery-block{
     justify-content: space-between;
     flex-wrap: wrap;
     margin-top: 45px;
}
 .gallery-block{
     width:275px;
     padding: 10px 9px 10px 8px;
     box-shadow: -2px 5px 30px 0px #00000033;
     background-color: #fff;
     margin-bottom: 30px;
}
.gallery-block img{
display: block;
}
 .gallery-block:hover{
     background-color: #EE6C4D;
}
 .gallery-block:hover h3{
     color:#fff;
}
 .gallery-block h3{
     font-size: 16px;
     font-weight: 600;
     line-height: 19px;
     letter-spacing: 0em;
     text-align: center;
}
 .gallery-block a{
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     height: 100%;
     font-size: 24px;
     font-weight: 600;
     line-height: 24px;
     color:#fff;
}
 .gallery-block svg{
     margin-bottom: 24px;
}
@media(max-width:1199px)
{
    .gallery-block{
width: 30%;
margin:  0 auto;
margin-bottom: 20px;
    }
} 
@media(max-width:767px)
{
    .gallery-block{
        width: 48%;
        display: flex;
justify-content: center;
flex-direction: column;

            }
  
} 
@media(max-width:575px)
{ .catalog__block h2{
font-size:27px;    
    }
    .gallery-block{
        width: 48%;
            }
            .catalog__gallery-block{
                justify-content: center;
            }
            .gallery-block a{
            flex-direction: row-reverse;
            }
            .gallery-block svg{
                margin-bottom: 0px;
                margin-left: 23px;
           }
    
} 
.community{
    margin-bottom: 54px;
}
.community h2{
     text-align: center;
     font-size: 40px;
     font-weight: 700;
     line-height: 49px;
     margin-bottom: 15px;
     color:#0B2238;
     margin-top: 0;
}
 .community p{
     text-align: left;
     max-width: 945px;
     font-size: 16px;
     margin: 0 auto;
     color:#0B2238;
}
 .Community__block {
     justify-content: space-between;
     flex-wrap: wrap;
     margin-top: 40px;
}
 .community__card{
     display: flex;
     justify-content: space-between;
     flex-direction: column;
     width: 388px;
}
 .community__card h2{
     font-size: 16px;
     text-align: left;
     line-height: 24px;
}
 .community__card p{
     font-size: 14px;
     line-height: 21px;
     letter-spacing: -0.04em;
     text-align: left;
     color:#293241;
}
 .community__card .btn-wrapper{
     margin-top: 40px;
}
 .community__card .btn-wrapper a{
     display: block;
}
@media(max-width:991px){
    .community{
        margin-bottom: 34px;
        }
    .community__card {
    margin-bottom: 20px;
    width: 48%;
}
}
@media(max-width:767px){
    .community__card {
    width: 48%;
}
}


 .download__block {
     padding: 48px 0px;
     background-color: #3D5A80;
     justify-content: space-between;
     flex-direction: column;
     align-items: center;
}
 .download__block h2{
     font-size: 36px;
     color:#fff;
     letter-spacing: 0.2px;
}
 .download__block p{
     letter-spacing: -0.04em;
     color:#fff;
}
 
 .downlaod__formblock a{
     padding: 19.5px 29.5px;
     font-family: 'Montserrat';
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     letter-spacing: 0em;
     text-align: center;
     background-color: #fff;
     border: 1px solid #fff;
     color:#000;
     margin:0 auto;
}
@media(max-width:991px)
{
    .download__block{
        padding: 48px 10px;
width:calc(100% + 30px);
position: relative;
left: -15px;
    }   
   
} 
@media(max-width:575px)
{
     .download__block h2{
        font-size:27px; 
         }
    .selectfield{
margin-bottom: 20px;
    }
    
  .our-team .owl-carousel .owl-item{
        text-align:left;
    }
   
} 
.our-team{
     overflow: hidden;
     margin-top: 54px;
     margin-bottom: 27px;
}
 .our-team__block{
     justify-content: space-between;
     flex-wrap: wrap;
}
 .our-team__content{
     width: 100%;
     position: relative;
     z-index: 2;
     background-color: #fff;
     display:flex;
     justify-content: space-between;
}
.our-team__content .consuting, .our-team__content .experts {width:48%;}
 .our-team__content::before{
     content:"";
     position: absolute;
     background-color: #fff;
     width: 3000px;
     height: 100%;
     right: 100%;
}
 .our-team__content::after{
     content: "";
     position: absolute;
     background-color: #fff;
     width: 67px;
     height: 100%;
     left: 99%;
     top: 0;
}
@media(max-width:1199px){
    .our-team__content::after{
        width:12px;
    }

}
 .our-team__member{
     width: 100%;
     margin-top: 53px;
     position: relative;
     overflow:hidden;
     padding-top:40px;
}

 .our-team__content p strong{
     color: #0B2238;
}
 .our-team__content p {
     color: #536574;
     margin-bottom: 20px;
}
 .our-team__member .owl-stage-outer{
     overflow: unset;
}
 .our-team__expert .socail-links{
     margin-top: 16px;
     display: flex;
     justify-content: space-between;
     max-width: 128px;
}
 .our-team__expert .socail-links img{
     width: 20px ;
}
 .our-team__content h2{
     font-size: 40px;
     font-weight: 700;
     line-height: 49px;
     margin-top: 16px;
     margin-bottom: 15px ;
}
.our-team__content a{
  color: #fff;
  padding: 14px 25px 15px 25px;
}
 .our-team__expert h2{
     font-family: 'Inter', sans-serif;
     font-size: 16px;
     font-weight: 500;
     line-height: 24px;
     margin-top: 16px;
     margin-bottom: 0;
}
 .our-team__expert p{
     font-family: 'Inter', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 20px;
     letter-spacing: 0em;
     text-align: left;
     color:#6B7280;
}
.our-team__content .btn-wrapper .btn.blue:hover{
    color:#FFF!important;
}
 .our-team__expert .img-wrapper img{
     max-width: 384px;
}
 .our-team__member .owl-nav{
     display: flex;
     justify-content: flex-end;
     flex-direction: row;
     position: absolute;
     bottom:488px;
     right:0;
}
@media(max-width:1280px){
.our-team__member .owl-nav {
     bottom:90%;
}
}

 .our-team__member .owl-nav .owl-next{
     margin-left: 22PX;
}


@media(max-width:991px){
    .our-team__content{
        width: 100%;
    }
    .our-team__member{
        width:100%;
    }
}

 .liveclass{
     padding: 20px 0px 10px 0px;
     background-color: #A1BFD6;
}
 .liveclass h2{
     font-size: 40px;
     font-weight: 700;
     line-height: 49px;
     letter-spacing: 0em;
     text-align: center;
     margin-top: 0;
     margin-bottom: 15px;
}
 .liveclass p{
     text-align: center; 
     color: #0B2238;
     margin: 0 auto;

}
.liveclass .newvideo-library__gallery-block p{
    text-align: left;
}
 .liveclass-slider{
     margin-top: 70px;
     margin-bottom: 50px;
     position: relative;
}
 .liveclass .view-all{
     margin-top: 25px;
     display: flex;
     justify-content: end;
     margin-right: 89px;
}
 .liveclass .view-all a{
     font-size: 16px;
     font-weight: 400;
     line-height: 16px;
     color:#0B2238;
}
 .liveclass-slider .owl-nav{
     display: block!important;
     position: absolute;
     right: 4px;
     top: -48px;
}
 .liveclass-slider .owl-nav .owl-next{
     margin-left: 15px;
}
 .liveclass .owl-carousel .owl-item img {
max-width:100%;
width: 255px;
    object-fit: cover;
    height: 170px;

} 

.livegallery__block{
    background-color: #fff;
    padding: 14px;
    box-shadow: -2px 5px 30px 0px #00000033;
}
.livegallery__block .live-status{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #3D5A801A
}
.livegallery__block .live-status span{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.04em;
    margin-left: 5px;
}
.livegallery__block .live-status time{
display: flex;
align-items: center;
}
.solution{
    background-color: #FDE9E5;
}
.solution-font{
    color:#EE6C4D;
}
.facebook{
    background-color: #E2E6EC;
}
.facebook-font{
    color:#3D5A80;  
}
.success{
    background-color:  #56CB8226;
}
.success-font{
    color:#56CB82;
}
.status-content {
padding: 1px 8px;
}
.status-content span {
font-size: 12px;
font-weight: 400;
line-height: 15px;
}

.livegallery__block p {
color:#0B2238;
font-size: 14px;
font-weight: 400;
line-height: 21px;
letter-spacing: -0.04em;
text-align: left;
margin-bottom: 10px;
min-height:65px;
}
.livegallery__block p strong{
    color:#0B2238;
    font-weight: 600;
}

.livegallery__block .btn-wrapper a{
width:100%;
}

@media(max-width:576px){
.our-team__content{
    
    display:block;
    }
    .our-team__content .consuting, .our-team__content .experts {
  width: 100%;
}
}
@media(max-width:480px){
  .community__card,
  .newvideo-library__gallery-block,
  .gallery-block {
    width: 100%;
  }
  .community__card p, .community__card h2, .community__card{
      text-align:center;
  }
}
section.downlaodnewsletter {
    margin-bottom: 50px;
}

/* Sales page */
  .sales-banner {
    padding: 60px 0px 59px 0px;
    background-color: #3D5A80;
    margin-bottom: 77px;
    margin-top: 88px;
}


.sales-banner h2, .sales-banner h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

@media(max-width:991px) {
    .sales-banner {
        margin-bottom: 57px;
    }

    .sales-banner h2, .sales-banner h1 {
        font-size: 36px;
    }
}

@media(max-width:767px) {
    .sales-banner {
        margin-bottom: 47px;
    }

    .sales-banner h2, .sales-banner h1 {
        font-size: 32px;
    }
}

@media(max-width:575px) {
    .sales-banner {
        margin-bottom: 37px;
    }

    .sales-banner h2, .sales-banner h1 {
        font-size: 28px;
    }
}

.sale-text-content {
    margin-bottom: 24px;
}

.sale-text-content__block {
    align-items: center;
}

.sale-text-content h2{
    max-width: 1053px;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #334A61;
    margin-bottom: 13px;
}
.sale-text-content__block h2 {
    width: 605px;
    margin: 0;
    text-align: left;
}

.sale-text-content__block p {
    width: 527px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    font-size: 16px;
}

@media(max-width:1300px) {
    .sale-text-content h2{
        font-size: 36px;
    }
    .sale-text-content__block h2 {
        width: 490px;
        
    }

    .sale-text-content__block p {
        width: 447px;
    }
}
@media(max-width:991px) {
    .sale-text-content h2{
        font-size: 32px;
    }
    .sale-text-content__block p {
        width: 410px;
    }

    .sale-text-content__block h2 {
        width: 400px;
        font-size: 32px;
    }
}
@media(max-width:820px) {
    .sale-text-content h2{
        font-size: 28px;
    }
    .sale-text-content__block p {
        width: 370px;
    }

    .sale-text-content__block h2 {
        width: 360px;
        font-size: 28px;
    }
}
@media(max-width:767px) {
    .sale-text-content__block p {
        width: 100%;
    }
    .sale-text-content__block h2 {
        margin-bottom: 20px;
        width: 100%;
        font-size: 32px;
    }
}
@media(max-width:575px) {
    .sale-text-content__block p {
        font-size: 14px;
    }
    .sale-text-content h2{
        font-size: 25px;
    }
}

.sales-card {
    /* padding-top: 37px;
    */
    margin-bottom: 37px;
}

.sales-card h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 733px;
    color: #334A61;
    margin:0px 0px  40px 0px;
}

.sales-card__inner_block {
    width: 336px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sales-card__inner-content {
    margin-bottom: 20px;
}

.sales-card__inner_block.w-265 {
    padding: 20px;
}

.sales-card__inner_block.w-265:hover {
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(61, 90, 128, 0.08);
    padding: 20px;
}

.sales-card__inner_block .image-wrapper img {
    display: block;
}

.sales-card__inner_block h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #0B2238;
    margin-top: 15px;
    margin-bottom: 6px;
}

.sales-card__inner_block p {
    letter-spacing: -0.04em;
    color: #334A61;
}

.sales-card__inner_block .btn-wrapper a {
    width: 100%;
    padding: 12px 14px;
    /* background-color: #F9FEFE; */
}

.sales-card__inner_block .btn-wrapper a:hover {
    background-color: #3d5a80;
}

.sales-card__inner_block.w-265:hover a.btn {
    background-color: #3d5a80;
    color: #fff;
    transition: all .3s ease-in-out;
}

@media(max-width:1199px) {
    .sales-card__inner_block {
        width: 30% !important;
    }
}

@media(max-width:1199px) {
    .sales-card h2 {
        font-size: 42px;
    }
}

@media(max-width:991px) {
    .sales-card h2 {
        font-size: 36px;
    }

    .sales-card__inner_block {
        width: 45% !important;
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .sales-card h2 {
        font-size: 32px;
    }

    .sales-card__inner_block {
        /* width: %!important;
        */
        padding: 0px;
    }
}

@media(max-width:575px) {
    .sales-card h2 {
        font-size: 28px;
    }

    .sales-card__inner_block {
        width: 100% !important;
        padding: 0px;
    }
}

.image-content__inner_content {
    width: 557px;
}

.image-content {
    margin-top: 4px;
}

.image-content .image-wrapper {
    width: 447px;
}

.image-content .image-wrapper img {
    display: block;
}

.image-content__inner_content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.04em;
  
}
.image-content__inner_content ul li {  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  margin-bottom: 20px;
  display: inherit;
  position: relative;
  margin-left: 15px;
}
.image-content__inner_content ul li:before {
  content: '';
  height: 30px;
  position: absolute;
  width: 30px;
  top: 6px;
  left: -15px;
  background-image: url(../img/dot.svg);
  background-repeat: no-repeat;
}
.image-content__inner_content h2 {
    margin-top: 0;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}

.image-content__inner_content p span {
    font-weight: 600;
}


@media(max-width:1300px) {
  
    .image-content__inner_content {
        width: 478px;
    }

    .image-content .image-wrapper {
        width: 400px;
    }
}

@media(max-width:1199px) {
    .image-content__inner_content h2 {
        font-size: 42px;
    }


}

@media(max-width:991px) {
    .image-content__inner_content h2 {
        font-size: 36px;
    }
}

@media(max-width:896px) {
    .image-content__inner_content {
        width: 400px;
    }
}

@media(max-width:820px) {
    .image-content__inner_content {
        width: 355px;
    }

    .image-content__inner_content h2 {
        font-size: 32px;
    }

    .image-content .image-wrapper {
        width: 360px;
    }
}

@media(max-width:754px) {
    .image-content__inner_content {
        width: 100%;
    }

    .image-content .image-wrapper {
        width: 100%;
            max-width: 450px;
    margin: 0 auto;
    }

    .image-content .image-wrapper img {
        width: 100%;
    }
}

@media(max-width:575px) {
    .image-content__inner_content h2 {
        font-size: 28px;
    }
}

.solution-center {
    margin-top: 37px;
}

.solution-center h2 {
    max-width: 595px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.20000000298023224px;
    margin-bottom: 15px;
}

.solution-center p {
    text-align: center;
    line-height: 1.5;
    color: #0B2238;
}

.solution-center__block {
    margin-top: 60px;
}

.solution-center__inner_block {
    width: 514px;
    margin-bottom: 69px;
}

.solution-center__inner_block .image-wrapper img {
    display: block;
}

.solution-center__inner_block h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #0B2238;
    margin-top: 21px;
    margin-bottom: 10px;
}

.solution-center__inner_block p {
    text-align: left;
    line-height: 1.8;
    letter-spacing: -0.04em;
    color: rgba(41, 50, 65, 0.801);
}

@media(max-width:1300px) {
    .solution-center h2 {
        font-size: 42px;
    }

    .solution-center__inner_block {
        width: 45%;
        margin-bottom: 49px;
    }
}

@media (max-width:991px) {
    .solution-center h2 {
        font-size: 36px;
    }

    .solution-center__inner_block {
        margin-bottom: 39px;
    }
}

@media (max-width:575px) {
    .solution-center__inner_block {
        width: 100%;
        margin-bottom: 29px;
    }

    .solution-center h2 {
        font-size: 28px;
    }
}

.video-popup {
    padding-top: 19px;
}

.video-popup h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.20000000298023224px;
    margin-top: 0;
    margin-bottom: 25px;
}

.video-popup .image-wrapper {
    position: relative;
    border: 1px solid #F1F1F6;
}

.video-popup .image-wrapper img {
    width: 100%;
    display: block;
}

.video-popup .play-icon {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 68px;
    height: 68px;
    transform: translate(-4%);
    cursor: pointer;
}

@media(max-width:1199px) {
    .video-popup .image-wrapper {
        max-width:800px;
    margin:0 auto;
    }
    .video-popup h2 {
        font-size: 28px;
    }
}



@media(max-width:767px) {
    .video-popup h2 {
        font-size: 32px;
    }
}

@media(max-width:575px) {
    .video-popup h2 {
        font-size: 28px;
    }
}

.video-popup .container {
max-width:1130px
}

section.common-text.bg-lightblue.sales{
    margin-top: 76px;
}
section.common-text.bg-lightblue.sales h2 {
    max-width:initial;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0.20000000298023224px;
}

.sales .testimonial-slider .slick-slide .content p{
    max-width: initial;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.04em;
    text-align: center;
    color:#0B2238;

}
.common-text.sales .testimonial-slider svg{
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 65px;
}
.common-text.sales .testimonial-slider svg~svg {
    right: -65px;
    left: auto;
}




@media (max-width:1300px){
    .common-text.sales{
        padding: 40px 20px 32px;
    }
       .common-text.sales .testimonial-slider {
        padding: 40px 30px 25px 30px;
        max-width:88%;
        margin:0 auto;
        
    }
    .sales .testimonial-slider .slick-slide .content p{
        font-size: 16px;
    }
    .common-text.sales .testimonial-slider svg{
        left: -60px;
        top: 48%;
        transform: translateY(-48%);
        width: 50px;
    }
    .common-text.sales .testimonial-slider svg~svg {
        right: -60px;
        left: auto;
    }

}

@media (max-width:767px){
      .common-text.sales .testimonial-slider {
        max-width:initial;
    }
    .common-text.sales .testimonial-slider svg{
        left: -38px;
        top: 48%;
        transform: translateY(-48%);
        width: 45px;
    }
    .common-text.sales .testimonial-slider svg~svg {
        right: -38px;
        left: auto;
    }

}


