/* CSS Document */

@media (max-width: 1199.98px) {
    
    #main-menu li {
        margin-right: 20px;
    }
    
    #main-banner {
        height: 550px;
    }
    
    #main-banner h2 {
        font-size: 58px;
    }
    
    .about .box {
        margin-top: 30px;
    }
    
}

@media (min-width: 992px) {
    
    #header.active #main-menu a {
        color: #22A9E0;
    }
    
}

@media (max-width: 991.98px) {
    
    #header .navbar-toggler {
        display: block;
    }
    
    #header .main .item {
        display: none;
    }
    
    #header .navbar {
        padding: 0 1rem;
    }

    #header .large-button {
        margin-top: -1px;
        margin-right: -15px;
        padding: 14px 21px;
        font-size: 13px;
    }
    
    #header .main {
        padding: 10px 0;
    }
    
    #header .main-logo {
        margin: 0 auto;
        display: block;
        max-width: 175px;
    }
    
    #main-menu {
        position: fixed;
        left: -980px;
        top: 0;
        bottom: 0;
        background: #000;
        padding: 60px 30px 30px 30px;
        width: 300px;
        z-index: 99;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
    }
    
    #main-menu li {
        display: block;
        margin: 0 0 15px;
    }
    
    #main-menu li a {
        color: #FFF !important;
    }
    
    #header .navbar-toggler.active {
        position: fixed;
        left: 243px;
        top: 13px;
        width: 32px;
        display: block;
        z-index: 999;
    }
    
    #header .navbar-toggler.active .animated-icon span {
        background: #FFF;
    }

    #header .main .item {
        padding-left: 15px;
    }
    
    #main-banner {
        height: 500px;
    }
    
    #main-banner h2 {
        font-size: 49px;
    }
    
    .about .box {
        margin-right: 0;
    }
    
    .about h2 {
        right: 20px;
    }
    
    .about .image {
        display: none;
    }
    
    .inner-banner {
        padding: 35px 0;
    }
    
    .inner-banner h1 {
        font-size: 34px;
    }
    
    .section.call {
        padding: 35px 0;
    }
    
    .section.call h3 {
        font-size: 35px;
    }
    
    .section.call p {
        font-size: 16px;
    }
    
    .section h2 {
        font-size: 30px;
    }
    
    .section header p {
        font-size: 15px;
    }
    
    .small-banner h3 {
        font-size: 32px;
        line-height: 34px;
    }
    
    .products-page .main {
        border-left: none;
        padding-left: 0;
    }
    
    .section.single-news .separator:after {
        display: none;
    }
    
    .contact-data {
        padding-top: 40px;
    }
    
    #footer .top p {
        padding-bottom: 40px;
    }
    
}

@media (max-width: 767.98px) {
    
    
    
    
    
    #main-banner {
        height: 400px;
    }
    
    #main-banner h2 {
        font-size: 37px;
        line-height: 48px;
    }
    
    #main-banner p {
        font-size: 19px;
        padding-top: 15px;
    }
    
    #main-banner .button {
        font-size: 16px;
    }
    
    #header .navbar-toggler {
        top: 9px;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .section header {
        padding-bottom: 20px;
    }
    
    .about .box {
        margin-top: 0;
        padding: 30px 20px;
    }
    
    .about h2 {
        margin: 0;
        position: relative;
        background: none;
        right: auto;
        padding: 0;
        font-size: 25px;
    }
    
    .about h4 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    
    .section.call h3 {
        font-size: 30px;
    }
    
    .section h2 {
        font-size: 23px;
    }
    
    .logos img {
        margin: 0 0 30px;
    }
    
    .logos img.main {
        max-height: 60px;
    }
    
    .gallery li {
        width: 50%;
    }
    
    .section.news .box {
        margin-bottom: 30px;
    }
    
    .plain-text p,
    .products-page .inner p,
    .products-page .inner li {
        font-size: 15px;
        line-height: 25px;
    }
    
    .clients li {
        display: block;
    }
    
    .services .boxes {
        display: block;
    }
    
    .services .box {
        width: 100%;
        margin: 0 0 30px;
    }
    
    .services .box p {
        text-align: justify;
    }
    
    .products-page .main {
        border-left: none;
        padding-left: 0;
    }
    
    .small-banner {
        height: 230px;
    }
    
    .small-banner h3 {
        font-size: 27px;
        line-height: 32px;
        padding: 0 0 0 21px;
    }
    
    .products-page .logos img {
        margin: 0 0 30px;
    }
    
    .logos {
        padding-bottom: 40px;
    }
    
    .products-page .main.single .text h3 {
        padding-top: 30px;
        font-size: 25px;
    }
    
    .contact .map,
    .contact .map iframe {
        height: 300px;
    }
    
    #footer .top ul {
        padding-bottom: 30px;
    }
    
    #footer .d-flex,
    #footer p.text-right {
        display: block !important;
        text-align: center !important;
    }
    
    #footer p.text-right {
        padding-top: 25px;
    }
    
}

@media (max-width: 575.98px) {}