@media(max-width: 991px){
    .logo img {
        height: 90px;
        position: absolute;
        top: 38px;
    }
    #header-sticky-2 .logo img {
        height: 50px;
        top: -10px;
    }
}

@media(max-width: 767px){
    .logo img {
        height: 70px;
        position: absolute;
        top: 8px !important;
    }
    #header-sticky-2 .logo img {
        height: 50px;
        top: -10px !important;
    }
}

@media(min-width:768px){
    .tp-slider-height {
        height: 65vh !important;
    }
    
}

@media(max-width: 500px){
    .tp-history-thumb:after{content: none !important;}
}


@media(min-width:1199px) {
    .slider-container.full {height: 80vh;}
    .tp-slider-height {
        height: 50vh !important;
    }

    .slider-container {
        height: 65vh;
        overflow: hidden;
    }

    .slider-container #mainSlider {
        height: 100%;
    }

}

@media(max-width: 1199px){
    .logo img {top: 40px;}
}
@media only screen and (min-width: 1600px){
    .call-to-action-more__arrow{font-size:46px;}
    }
    .call-to-action-more__arrow:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47, 2.02, 0.31, -0.36);}
    .call-to-action-more__svg{-webkit-animation:rotation 8s infinite linear;width:155px;}
    @media only screen and (min-width: 1600px){
    .call-to-action-more__svg{width:auto;}
    }
    @media only screen and (min-width: 768px) and (max-width: 991px){
    .call-to-action-more__svg{width:140px;}
}