/*   
Theme Name: NDG Quantum
Theme URI: http://ikonkov.ru
Version: 2.0.2
Tags: html5, php, jQuery, scss
Description: New Design Generation wordpress template.
Author: Ivan Konkov
Author URI: http://ikonkov.ru
*/

.banner {
    height: auto;
    border-radius: 0;
    background: #fff;
}

.banner-left {
    padding: 35px 0;
    max-width: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.custom-logo-link img {
    width: 190px;
    height: auto;
    position: relative;
    top: 5px;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
    color: #F28109;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    z-index: 100;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 23px;
}

.aboutus h3 {
    margin-bottom: 20px;
}

.ndg-footer img {
    width: 190px;
    height: auto;
    position: relative;
    top: 5px; 
}

.panel-body {
    background: #fff;
}

.ndg-top-menu a:hover {
    border-bottom: 2px solid #F28109;
}

.page-head {
    background: #05B8A4
}

.techa {
    color: #fff;
    text-align: center;
    display: block;
    padding: 50px 0;
}

.banner-left h1 {
    font-size: 46px;
}

@media only screen and (max-width: 1300px) {
    .custom-logo-link img {
        width: 128px;
    }

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

.slick-prev {
    left: -20px;
}

.slick-next {
    right: 0px;
}
.consultation {
    height: auto;
}
}


@media only screen and (max-width: 780px) {
    .banner-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-left h1 {
        font-size: 30px;
    }

    .slick-prev {
    display:none !important;
    }
    
    .slick-next {
        display:none !important;
    }
}