@media screen and (max-width: 1200px) {
    /* Home Slider */
    #homeSlider .owl-carousel .owl-item .item .content {
        padding: 0 75px;
    }
    #homeSlider .owl-carousel .owl-item .item .content .container .title {
        font-size: 30px;
        line-height: 36px;
    }
    #homeSlider .owl-carousel .owl-item .item .content .container .desc {
        font-size: 22px;
        line-height: normal;
    }
    #homeSlider .owl-carousel .owl-item .item .content .container .btn {
        padding: 15px 30px;
    }
    /* With Numbers */
    #withNumbers .block strong {
        font-size: 30px;
    }
    /* Banner */
    #banner .content h1 {
        font-size: 42px;
        line-height: normal;
    }
    #banner .content h1 span {
        background-image: linear-gradient(transparent 32px, #264796 0%, #08276e 100%);
    }
    #banner .content p {
        font-size: 14px;
        line-height: normal;
    }
    /* Videos */
    #videos .owl-carousel .owl-item .item .image {
        height: 238px;
    }
}

@media screen and (max-width: 991px) {
    /* Home Slider */
    #homeSlider .owl-carousel .owl-item .item .content {
        text-align: center;
        padding: 0 64px;
    }
    #homeSlider .owl-carousel .owl-item .item .content .container .title {
        font-size: 26px;
        line-height: 30px;
    }
    #homeSlider .owl-carousel .owl-item .item .content .container .desc {
        font-size: 14px;
        line-height: normal;
    }
    #homeSlider .owl-carousel .owl-item .item .content .container .btn {
        padding: 15px 30px;
    }
    /* With Numbers */
    #withNumbers .block {
        margin-bottom: 30px;
    }
    /* Newests */
    #newests h4 {
        font-size: 52px;
        line-height: normal;
    }
    #newests .btn {
        padding: 17px 40px;
        margin: 40px 0;
    }
    /* Banner */
    #banner {
        height: 320px;
        background-position: center;
        background-size: cover;
    }
    #banner .content h1 {
        font-size: 34px;
    }
    #banner .content h1 span {
        background-image: linear-gradient(transparent 22px, #264796 0%, #08276e 100%);
    }
    #banner .content p {
        font-size: 14px;
    }
    /* History */
    #history .history-wrapper {
        display: block;
    }
    #history .history-wrapper .history-group {
        position: relative;
        display: block;
        padding-top: 12px;
        clear: both;
    }
    #history .history-wrapper .history-group:before,
    #history .history-wrapper .history-group:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #08276e;
    }
    #history .history-wrapper .history-group:after {
        top: 1px;
    }
    #history .history-wrapper .history-group>* {
        display: block;
        float: left;
    }
    #history .history-wrapper .history-group .cell-images {
        width: 45%;
    }
    #history .history-wrapper .history-group .cell-images img {
        width: 100%;
        height: auto;
    }
    #history .history-wrapper .history-group .cell-date {
        width: 55%;
        text-align: center;
        font-size: 12vw;
        line-height: 20vw;
    }
    #history .history-wrapper .history-group .cell-date:before,
    #history .history-wrapper .history-group .cell-date:after {
        display: none;
    }
    #history .history-wrapper .history-group .cell-text {
        width: 100%;
        float: none;
        clear: both;
    }
    #history .history-wrapper .history-group .cell-text:before,
    #history .history-wrapper .history-group .cell-text:after {
        display: none;
    }
    #history .history-wrapper .history-group .cell-text p {
        width: auto;
    }
    /* Business Partners */
    #businessParners img {
        width: 100%;
        height: auto;
    }
    /* Tab Basbug */
    #tabBasbug .nav-tabs {
        display: table;
        margin: 0 auto;
    }
    #tabBasbug .nav-tabs .nav-item {
        display: table-cell;
        vertical-align: middle;
        padding: 0 12px;
    }
    #tabBasbug .nav-tabs .nav-item .nav-link {
        font-size: 22px;
    }
    /* Videos */
    #videos .owl-carousel {
        padding: 0 40px;
    }
    #videos .owl-carousel .owl-item .item .image {
        height: auto;
    }
    #videos .owl-carousel .owl-item .item .image img {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0) scale(1);
        -moz-transform: translate(0, 0) scale(1);
        -o-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }
    #videos .owl-carousel .owl-item .item:hover .image img {
        -webkit-transform: translate(0, 0) scale(1.1);
        -moz-transform: translate(0, 0) scale(1.1);
        -o-transform: translate(0, 0) scale(1.1);
        transform: translate(0, 0) scale(1.1);
    }
    #videos .owl-carousel .owl-prev {
        left: 0;
    }
    #videos .owl-carousel .owl-next {
        right: 0;
    }
    /* Magazine */
    .magazine img {
        margin-left: 0;
        width: calc(100% - 220px);
    }
}

@media screen and (max-width: 767px) {
    /* Home Slider */
    #homeSlider .owl-carousel .owl-item .item img{
    object-position: center;
    }
    #homeSlider .owl-carousel .owl-item .item .owl-dots {
        bottom: 15px;
    }
    #homeSlider .owl-carousel .owl-item .item .content .container .title {
        font-size: 24px;
        line-height: 30px;
    }
    #homeSlider .owl-carousel .owl-item .item .content .container .desc {
        font-size: 14px;
        line-height: normal;
    }
    #homeSlider .owl-carousel .owl-item .item .content .container .btn {
        padding: 15px 30px;
    }
    /* Lead customer form */
    #leadCustomerForm .ms-options-wrap .ms-options ul {
        column-count: 1 !important;
    }
    /* Footer */
    footer {
        padding-top: 120px;
    }
    footer .footer_top h6 {
        padding: 15px 0 6px 0;
    }
    footer .footer_top .social-media {
        margin: 30px 0 10px 0;
        border-spacing: 5px;
    }
    footer .footer_top .social-media:before {
        display: none;
    }
    footer .footer_top .social-media a {
        height: 60px;
        background-color: rgba(255, 255, 255, 0.3);
    }
    /* Banner */
    #banner {
        text-align: center;
    }
    #banner .content h1 {
        font-size: 28px;
    }
    #banner .content p {
        font-size: 12px;
    }
    /* Contact */
    #contact .map {
        margin-bottom: 42px;
    }
}