.show-qr {
    position: relative;
}

.img-qr {
    display: none;
    position: absolute;
    top: 20px;
    left: -70px;
    z-index: 999;
    border: 3px solid #000;
}

.show-qr:hover .img-qr {
    display: block;
}

.header-navigation-area:hover {
    background-color: #fff;
}

.megamenu .mega-item {
    margin-top: 2px;
}

.megamenu .megamenu-title {
    margin-bottom: 2rem;
}

.menu-next {
    color: #5B5B5B;
}

.main-banner-container {
    margin-right: auto;
    margin-left: auto;
    margin-top: -92px;
}

.home-swiper-slide a {
    display: block;
    width: 100%;
    text-align: center;
}

.home-swiper-slide a .img-fluid {
    width: 100%;
}


.project-grid-4-column {
    display: flex;
    flex-wrap: wrap;
}

.project-grid-4-column .project-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.project-grid-3-column {
    display: flex;
    flex-wrap: wrap;
}

.project-grid-3-column .project-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 12px;
}

.single-list-blog-post-flex {
    display: flex;
    margin-bottom: 30px;
}

.single-list-blog-post-image-flex {
    flex-basis: 300px;
    margin-right: 20px;
    height: auto;
    border-radius: 0;
}

.single-list-blog-post-content-flex {
    flex-basis: calc(100% - 300px);
}


@media only screen and (max-width: 575px) {
    .single-list-blog-post-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 575px) {
    .single-list-blog-post-image-flex {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .single-list-blog-post-content-flex {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

/*=============================================
=            pagination            =
=============================================*/
.pagination {
    display: block;
    line-height: 1;
}

.pagination li {
    display: inline-block;
    margin-right: 15px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li.active a {
    color: #222;
}

.pagination li a {
    display: block;
    font-weight: 700;
    color: #b5b5b5;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: 1;
}

.pagination li a:hover {
    color: #222;
}

/*=====  End of pagination  ======*/

.text-shadow-white {
    text-shadow: 2px 2px 5px #fff;
}

.text-shadow-black {
    text-shadow: 1px 1px 2px #000;
}

.product-model {
    font-size: 24px;
    line-height: 30px;
    color: #1b1b1b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-single-product {
    border: 1px solid #d6d6d6;
    padding: 12px;
}

.shop-single-product__badges {
    top: 0px;
    left: 0px;
}

.product-sidebar-item {
    flex-direction: column;
}

.product-sidebar-item .sidebar-recent-post__image {
    margin: 12px;
}

.btn-product {
    display: inline-block;
    width: 114px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #798186;
    font-size: 14px;
    color: #333f47;
    position: relative;
    margin-left: 14px;
    text-transform: uppercase;
}

.btn-product:hover {
    background-color: #FFC246;
    color: #000;
}

.big_tit {
    font-size: 32px;
    line-height: 32px;
    color: #094D93;
    font-weight: bold;
    text-transform: uppercase;
}

.video-wrapper {
    padding: 20px 0;
}

.footer-widget__navigation li a {
    font-size: 1.2rem;
}

.main-banner-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.main-banner-image {
    width: 100%;
    overflow: hidden;
}

.main-banner-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;

}

.main-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-banner-contents {
    padding: 18px;
    background: RGB(0, 0, 0, 0.7);
    border-radius: 6px;
}

.main-banner-contents h3 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 12px;
    border-bottom: 1px solid #777;
    padding-bottom: 12px;
}

.main-banner-contents p {
    color: #fff;
}

.main-banner-contents a.main-banner-link {
    display: inline-block;
    width: auto;
    padding: 6px 12px;
    background-color: #FFC246;
    color: #000;
    border-radius: 3px;
    font-size: 16px;
}

.main-banner-contents a.main-banner-link:hover {
    background-color: #000;
    color: #fff;
}

#top-banner-content {
    background: url('../img/world_map.png') repeat-x top left;
}

#third-banner-content {
    background: url('../img/web_map.png') repeat-x top left;
}

.left-banner-contents__left {
    display: flex;
    height: 100%;
}

.left-banner-contents__left__content {
    padding: 32px 12px;
}

.left-banner-contents__left__content h3 {
    font-size: 24px;
    line-height: 48px;
    color: #000;
}

.left-banner-contents__left__content p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

.banner-link {
    display: inline-block;
    width: auto;
    padding: 6px 12px;
    background-color: #FFC246;
    color: #000;
    border-radius: 3px;
    font-size: 16px;
}

.banner-link:hover {
    background-color: #000;
    color: #fff;
}

.left-banner-image {
    padding: 12px;
}

.left-banner-image img {
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
}

.right-banner-contents__right {
    display: flex;
    height: 100%;
}

.right-banner-container {
    background-color: #F2F3F7;
}

.right-banner-image {
    padding: 12px;
}

.right-banner-image img {
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
}

.right-banner-contents__right__content {
    padding: 32px 12px;
}

.right-banner-contents__right__content h3 {
    font-size: 24px;
    line-height: 48px;
    color: #000;
}

.right-banner-contents__right__content p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

.footer-logo {
    max-width: 200px;
}

.mega-item a:hover {
    background-color: #FFC246;
    color: #000;
    border-radius: 6px;
}

.common-page-text-wrapper img {
    max-width: 100%;
}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {
    .main-banner-image img {
        height: 600px;
    }

    .main-banner-contents {
        padding: 24px;
        width: 60%;
    }

    .left-banner-contents__left {
        align-items: center;
        margin-right: 36px;
    }

    .left-banner-contents__left__content {
        padding: 24px 12px;
    }

    .right-banner-contents__right {
        align-items: center;
        margin-left: 36px;
    }

    .right-banner-contents__right__content {
        padding: 24px 12px;
    }

    .main-banner-contents h3 {
        font-size: 30px;
        line-height: 40px;
    }

}

@media (min-width:1200px) {
    .main-banner-image img {
        height: 700px;
    }

    .main-banner-contents {
        padding: 30px;
        width: 50%;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .main-banner-container {
        margin-top: 0px;
    }

}