/* banner_slider */
.banner_slider.slick-slider .slick-prev, .banner_slider.slick-slider .slick-next{
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-right: 3px;
    text-align: center;
    position: absolute;
    display: block;
    z-index: 1;
    margin: 0 20px;
    background: rgba(34, 54, 69, 0.5);
    border-radius: 50%;
}
.banner_slider.slick-slider .slick-next { right: 0; left: auto; padding-right: 0; padding-left: 3px; }
.banner_slider.slick-slider:hover .slick-prev, .banner_slider.slick-slider:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.banner_slider.slick-slider .slick-prev:hover, .banner_slider.slick-slider .slick-next:hover {
  background: #000;
}
.banner_slider.slick-slider .slick-prev:before, .banner_slider.slick-slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    opacity: 1;
    color: var(--white-color);
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner_slider.slick-slider .slick-prev:before {
    content: "\f053";
}
.banner_slider.slick-slider .slick-next:before {
    content: "\f054";
}


/* banner_slide */
.slide  {
    height: 680px;
    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;
    top: 0;
    right: 0;
    bottom: 0;
}
.slide .slide__overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2, 30, 64, 0.10);
}
.slide .slide__img img {
    opacity: 1 ;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    transition: all 1s ease;
}
.slide .slide__content {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: flex-start; 
    margin-top: 50px;
}
.slide .slide__content--headings {
    padding: 2px 0 15px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
    transition: all 0.5s ease;
}

/* banner_slider_1 */

.banner_slider_1 .slide__content--headings h2 {
    line-height: 82px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 76px;
    margin-bottom: 15px;
}
.banner_slider_1 .slide__content--headings p {
    font-size: 24px;
    line-height: 30px;
}
.banner_slider_1 .slide__content--headings h2 img {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 15px;
}
.banner_slider_1 .slide__content--headings > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.banner_slider_1 .slide__content--headings > ul li {
    display: inline-block;
}
.banner_slider_1 .slide__content--headings > ul li span { 
    font-size: 18px; 
    line-height: 26px;
    font-weight: 600;
    padding-left: 10px; 
}
.banner_slider_1 .slide__content--headings > ul li > div { margin-right: 25px; }

.banner-testimonial.testimonial-content { 
    display: inline-block;
    background-color: var(--white-color);
    color: var(--dark-color);
}
.banner-testimonial.testimonial-content blockquote {
    position: relative;
    padding: 40px 40px 43px 100px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
.slide_1 .banner-testimonial.testimonial-content blockquote:before {
    content: url(../images/footer-quote.png);
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%,-50%);
}
.slide_1 .banner-testimonial.testimonial-content blockquote:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 18px;
    left: 0;
    bottom: -18px;
}
.slide_1 .slider-point-arrow ,
.slide_1 .banner-testimonial.testimonial-content {
    display: table-cell;
    vertical-align: bottom;
}
.slider-point-arrow img{
    animation: float 3.5s ease-in-out forwards infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}
.banner_slider_1 .slide__content__extra {
    position: absolute;
    right: 15px;
    bottom: -180px;
    display: flex;
    justify-content: flex-end;
}
.slide_2 .slider-point-arrow ,
.slide_2 .banner-achivement {
    display: table-cell;
    vertical-align: bottom;
}
.banner-achivement { 
    display: inline-block;
    background-color: var(--white-color);
    color: var(--dark-color);
}
.banner-achivement h3 {
    position: relative;
    padding: 40px 40px 40px 100px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
.slide_2 .banner-achivement h3:before {
    content: url(../images/banner-trophy.png);
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%,-50%);
}
.slide_2 .banner-achivement h3:after {
    content: '';
    position: absolute;
    background-color: var(--skin-color);
    width: 80%;
    height: 5px;
    left: 10%;
    bottom: 0;
}

@media only screen and (max-width: 1199px){

    .banner_slider .slide { height: 560px; }
    .banner_slider_1 .slide .slide__content--headings { text-align: center; }
    .banner_slider_1 .slide__content__extra { display: none; }

}

@media only screen and (max-width: 991px){ 

    .banner_slider_1 .slide__content--headings h2 { font-size: 55px; line-height: 65px; }
    .banner_slider_1 .slide__content--headings p { font-size: 16px; line-height: 26px; }

}

@media only screen and (max-width: 767px){

    .banner_slider .slide { height: 480px; }
    .banner_slider .slide__content--headings p { display: none; }
    .banner_slider_1 .logo-icon img { max-height: 50px; }

}


@media only screen and (max-width: 600px){

    .banner_slider .slide { height: 420px; }
    .banner_slider_1 .logo-icon img { max-height: 40px; }
    .banner_slider_1 .ttm-icon { height: 50px; width: 50px; line-height: 50px; margin-bottom: 15px; }
    .banner_slider_1 .ttm-icon i { font-size: 32px; }
    .banner_slider_1 .slide__content--headings h2 { font-size: 33px; line-height: 46px; margin-bottom: 0; }
    .banner_slider_1 .slide__content--headings > ul { display: none; }
    .slide .ttm-btn.ttm-btn-size-md:not(.btn-inline) { padding: 9px 20px; font-size: 12px; }

}

@media only screen and (max-width: 480px){

    .banner_slider .slide { height: 380px; }

}



/* /////////// IMAGE ZOOM /////////// */
.banner_slider .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 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); }
}

