/*------------------------------------------------------------------------------*/
/* Slider button
/*------------------------------------------------------------------------------*/ 
.slick-dotted { border: 0; outline: 0; text-decoration: none; }
.banner_slider.slick-dotted .slick-dots{
    display:inline-block;
    position: absolute;
    bottom: 40%;
    right: 5%;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left!important;
     transition: all .5s ease-in-out;
}

.banner_slider.slick-dotted .slick-dots li{
  display: inline-block;
  list-style: none;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
   transition: all .5s ease-in-out;
}
.banner_slider.slick-dotted:hover  .slick-dots li{opacity: 1; visibility: visible; transition: all .5s ease-in-out;} 
  
.banner_slider.slick-dotted .slick-dots li button:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  content: unset;  
   transition: all .5s ease-in-out;  
}

.banner_slider .slick-dots li button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 6px;
  position: relative;
  background-color:var(--skin-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 0;
  padding: 0;

}
.slick-dots li.slick-active button {
  background: transparent;
  text-align: left;
  background-color:transparent!important;
  border:2px solid;
  border-color:#244c8a;
  width:12px;
  height: 35px;
  border-radius: 2rem;
}


/*------------------------------------------------------------------------------*/
/* Slider img
/*------------------------------------------------------------------------------*/ 

.slide  {
/*    height: 650px!important;*/
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.slide .slide__img img {
    opacity: 1 ;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    transition: all 1s ease;
}
.banner_slider.grey-shadow{position: relative;}
.banner_slider.grey-shadow:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left:-500px;
    right:0px;
    width: 2600px;
    height:50%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    background-color: #f8f8f8;
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  z-index: -40;
}

.slide-shap-img {position: relative;}
.slide-shap-img img {
    position: absolute;
    top: 85px;
    right: -87px;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


 .fade-in {
  animation: fadeIn ease 7s;
  -webkit-animation: fadeIn ease 7s;
  -moz-animation: fadeIn ease 7s;
  -o-animation: fadeIn ease 7s;
  -ms-animation: fadeIn ease 7s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
/*------------------------------------------------------------------------------*/
/* Slider img_opacity
/*------------------------------------------------------------------------------*/


 /*------------------------------------------------------------------------------*/
/* Slider content
/*------------------------------------------------------------------------------*/ 
 .banner_slider .slide .slide__content .container{padding-left: 12px;padding-right: 12px;}
.slide .slide__content {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
}
.slide .slide__content--headings {
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    align-items: center;
    margin-top: 35px;
}
.slide .slide__content--headings h2 {
    font-size: 68px;
    line-height: 76px;
    font-weight: 700;
   
}
.slide .slide__content--headings h3 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}
.slide .slide__content--headings  h3:before{
    position: absolute;
    content: '';
    border-top: 3px solid var(--skin-color);
    top: -10px;
    left: 0;
    width: 40px;
}

.slide .slide__content--headings p {
    color:rgba(9,29,62, 80%);
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    
}

.slide .slide__content--headings .featured-imagebox .featured-content .featured-title h3{font-size: 24px;}

/*------------------------------------------------------------------------------*/
/* banner_responsive
/*------------------------------------------------------------------------------*/ 

@media (max-width: 1800px) {
    .banner_slider_1.banner_slider_wide{
      max-width: 88%;
      margin: 0 auto;
  }
}

@media (max-width: 1400px) {
    .banner_slider_1.banner_slider_wide{
      max-width: 100%;
      margin: 0 auto;
  }

}
@media only screen and (max-width: 1200px){ 

  .lg-hide { display: none ; }
  .banner_slider_1.banner_slider_wide { 
      max-width: 100%;
      margin: 0;
      padding: 0;
  }
  .site-description h2, .site-description h2:before { display: none; }

  .slide .ttm-btn {
      font-size: 14px;
  }
  .slide .ttm-btn.ttm-btn-size-md:not(.btn-inline) {
      padding: 12px 21px 12px 21px;
  }
  .slide .ttm-icon.ttm-icon_element-size-xs {
      height: 36px;
      width: 36px;
      line-height: 36px;
  }

  .slide .fbox { bottom: 45%; }
  .slide .fbox {
      padding: 25px 20px;
      color: rgb(255, 255, 255);
      width: 200px;
      height: 150px;
  }
  .slide .fbox h6 { line-height: 40px; font-size: 30px; }
  .overlay_banner_header .slide .slide__content { padding-top: 0; }
  
}

@media only screen and (max-width: 1199px){ 

}

@media only screen and (max-width: 1024px){
  .banner_slider .slide {height: 460px;}
  
}

@media only screen and (max-width: 991px){ 
  .md-hide { display: none ; } 
/*  .slide  {height: 700px!important;}*/
  .slide .slide__content--headings h2 {font-size: 60px;line-height: 70px;}
  .slide .slide__content--headings {margin-top: 110px;}
  .slide__content .featured-imagebox{display: none;}
}

@media only screen and (max-width: 768px){
  .slide .slide__content--headings h2 {
    font-size: 50px;
    line-height: 60px;
}
  }

@media only screen and (max-width: 767px){
    .slide .slide__content--headings {margin-top: 100px;}
    .sm-hide,.slide .slide__content--headings  h3:before { display: none !important; }

    .banner_slider .slide { height: 450px!important; }

    .slide .slide__content--headings{text-align: center!important;padding-left: 15px;}

    .slide .slide__content--headings > h3 { font-size: 16px; }

}

@media only screen and (max-width: 684px){
  
}

@media only screen and (max-width: 575px){
 .slide .slide__content--headings{text-align: center!important;display: block!important;}
 .slide .slide__content--headings h2 {
    font-size: 40px;
    line-height: 50px;
}
}

@media only screen and (max-width: 600px){

    .res-600-margin_top10{margin-top: 10px;}
    .banner_slider .slide { height: 320px; }
    .slide .ttm-btn.ttm-btn-size-md:not(.btn-inline) { padding: 10px 22px;}
    .slide .slide__content--headings p { display: none; }
    
}

@media only screen and (max-width: 460px){
  .slide-btn-2{
      margin-top: 25px;
      margin-left: 0!important;
      display: block!important;
    }
    .slide .slide__content--headings h2 {
    font-size: 30px;
    line-height: 40px;
}
}

@media only screen and (max-width: 400px){
    .banner_slider .slide {height: 300px;}
    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_slider .slide {height: 600px;}

}

@media only screen and (max-width: 380px){
  

}

/*------------------------------------------------------------------------------*/
/* IMAGE ZOOM
/*------------------------------------------------------------------------------*/  
.banner_slider .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.banner_video_slider .slide_video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
}
.slick-active .slide_img {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    -webkit-backface-visibility: hidden;
    /*-webkit-animation: imageAnimation 36s linear 0s;
    -moz-animation: imageAnimation 36s linear 0s;
    -o-animation: imageAnimation 36s linear 0s;
    -ms-animation: imageAnimation 36s linear 0s;
    animation: imageAnimation 36s linear 0s;*/
}
/*@keyframes imageAnimation { 
  0% { animation-timing-function: ease-in; }
  8% { transform: scale(1.02); animation-timing-function: ease-out; }
  17% { transform: scale(1.04); animation-timing-function: ease-out; }
  22% { transform: scale(1.02); } 25% { -transform: scale(1.1); }
}*/

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}