@media (max-width: 1300px) {
    nav > ul li a {
        padding: 0 1vw !important;
    }
}

@media (max-width: 1200px) {

    .action-bar {
        display: none;
    }

    .position-absolute-l {

        position: inherit;

    }

    .hidden-s {
        display: none;
    }

    .visible-s {
        display: block;
    }

    .wrapper {
        overflow-x: hidden;
    }

    .wrap-xs {
        padding: 0
    }

    .down {
        padding-top: 82px
    }

    .header {
        height: 82px;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0px 1px rgba(0, 0, 0, 0.39);
        border: 0;
    }

    .header .logo {
        line-height: 42px;
    }

    .header .logo img {
        max-width: 150px;
    }

    .action-bar a {
        padding: 0 10px;
        line-height: 42px;
    }

    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 30px !important;
        height: 32px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        cursor: pointer;
        background: none;
        border: 0;
        margin: 9px 0 0 0;
    }

    .c-hamburger {
        margin-top: 4px
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 16px;
        left: 0px;
        right: 0px;
        border-radius: 2px;
        height: 3px;
        background: #e5eeef;
    }

    .c-hamburger span::before, .c-hamburger span::after {
        position: absolute;
        border-radius: 2px;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #e5eeef;
        content: "";
    }

    .btn-stroke:hover.c-hamburger span, .btn-stroke:hover.c-hamburger span::before, .btn-stroke:hover.c-hamburger span::after {
        background-color: #A72072
    }

    .btn-stroke:hover.c-hamburger--htx.is-active span {
        background: none;
    }

    .c-hamburger span::before {
        top: -8px;
        width: 70%;
    }

    .c-hamburger span::after {
        bottom: -8px;
        width: 70%;
        right: 0;
        left: auto;
    }

    .c-hamburger--htx span {
        transition: background 0s 0.3s;
    }

    .c-hamburger--htx span::before, .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }

    .c-hamburger--htx span::before {
        transition-property: top, transform;
    }

    .c-hamburger--htx span::after {
        transition-property: bottom, transform;
    }

    .c-hamburger--htx.is-active {
    }

    .c-hamburger--htx.is-active span {
        background: none;
        width: 100%;
    }

    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s;
        width: 100%;
    }


    .mobile-menu-container .menu {
        position: static;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-container .menu li {
        line-height: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .mobile-menu-container .menu li a {
        color: #fff;
        display: block;
    }

    .mobile-menu-container .menu li.haschild > a:after {
        content: '\f105';
        font-family: 'FontAwesome';
        font-weight: normal;
        font-style: normal;
        font-size: 17px;
        margin: 0 10px 0 0;
        float: right;
    }

    .mobile-menu-container .menu li.haschild.active-m > a:after {
        display: none;
    }

    .mobile-menu-container .menu li a:hover {
        /*color:#999;*/
    }

    .mobile-menu-container .menu li.current > a {
        color: #0183ff;
    }

    .mobile-menu-container .menu .child {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 0 0 20px
    }

    .mobile-menu-container .menu .haschild.active-m .child {
        display: block;

    }

    .mobile-menu-container .menu .haschild {
        right: -81%;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: visible;
        -webkit-overflow-scrolling: touch;
        -moz-transition: right 0.3s ease;
        -webkit-transition: right 0.3s ease;
        transition: right 0.3s ease;
        -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
    }

    .mobile-menu-container .menu .haschild.active-m {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        background-color: #181c1f;
        border-bottom: 0;
        z-index: 2;
    }

    .mobile-menu-container .menu .haschild.active-m > a {
        margin-left: 20px;
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        /* background-color: white; */
        font-weight: bold;
        font-size: 18px;
        line-height: 81px;
    }

    .mobile-menu-container .menu .haschild.active-m > a:before {
        display: none;
    }

    .mobile-menu-container .menu .mobile-exit,
    .mobile-menu-container .menu .haschild.active-m .mobile-close {
        position: absolute;
        z-index: 2;
        float: right;
        font-size: 15px;
        top: 15px;
        right: 10px;
        height: 40px;
        width: 40px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        border-radius: 3px;
    }

    .mobile-menu-container .menu .haschild.active-m .mobile-close {
        z-index: 3
    }

    .mobile-menu-container .menu .mobile-exit .c-hamburger {
        margin-left: 9px;
        margin-top: 4px;
    }

    .mobile-menu-container .menu .mobile-exit .c-hamburger span::before,
    .mobile-menu-container .menu .mobile-exit .c-hamburger span::after {
        background-color: #ffffff;
    }

    .mobile-menu-container .menu .haschild.active-m .mobile-close i {
        pointer-events: None;
    }

    .mobile-menu-container .menu .child li a { /* color:#d2d2d2 */
    }

    .container-wrapper {
        -webkit-transition: -webkit-transform 0.3s ease;
        -moz-transition: -moz-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
        -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
        margin-top: 80px;

    }

    .mobile-menu-container {
        background-color: #181c1f;
        padding: 20px 0 20px 20px;
        position: fixed;
        top: 0;
        left: -71%;
        bottom: 0;
        z-index: 999999;
        display: block !important;
        width: 71% !important;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: visible;
        -webkit-overflow-scrolling: touch;
        -moz-transition: left 0.3s ease;
        -webkit-transition: left 0.3s ease;
        transition: left 0.3s ease;
        -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
    }


    .off-screen {
        left: 0;
    }

    /*.off-screen+* {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        overflow: hidden;
        -webkit-transform: translate3d(70%,0,0);
        transform: translate3d(70%,0,0);
        -webkit-transition: -webkit-transform .3s ease;
        -moz-transition: -moz-transform .3s ease;
        -o-transition: -o-transform .3s ease;
        transition: transform .3s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }*/
    .p-none-s {

        padding: 0px;

    }

}

@media only screen and (min-width: 670px) and (max-width: 1200px) {

    /* GENERAL */
    .visible-s {
        display: block !important;
    }

    .hidden-s {
        display: none;
    }

    .wrap,
    .wrap-sm,
    .wrap-md {
        padding-left: 30px;
        padding-right: 30px
    }

    .mobile-menu-container {
        left: -36%;
        width: 35% !important;
    }

    .off-screen {
        left: 0;
    }


    .flex .body-right {
        margin-left: 10px;
    }

    .flex .body-left {
        margin-right: 10px;
    }

    /* COLUMNS */
    .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
    .col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
    .col1-xs, .col2-xs, .col3-xs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12-xs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col12-s {
        width: 100%
    }

    .col11-s {
        width: 91.66666667%
    }

    .col10-s {
        width: 83.33333333%
    }

    .col9-s {
        width: 75%
    }

    .col8-s {
        width: 66.66666667%
    }

    .col7-s {
        width: 58.33333333%
    }

    .col6-s {
        width: 50%
    }

    .col5-s {
        width: 41.66666667%
    }

    .col4-s {
        width: 33.33333333%
    }

    .col3-s {
        width: 25%
    }

    .col2-s {
        width: 16.66666667%
    }

    .col1-s {
        width: 8.33333333%
    }

    .col-b {
        margin-bottom: 30px;
    }

    .jumbo {
        font-size: 69px !important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}

@media (max-width: 1000px) {
    .footer-bottom-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (min-width: 1000px) {
    .footer-bottom-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .banner {
        margin-bottom: 210px;
    }

    .f-60 {
        font-size: 60px !important;
    }

    .banner-text {
        font-size: 20px !important;
        width: 80% !important;
    }

}

@media (min-width: 1200px) {
    .products .row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .w-half {
        width: 50%;
    }

    .p-l-md-r {
        padding-left: 20px !important;
    }
}

@media (max-width: 1200px) {
    .p-n-r {
        padding: 0px !important;
    }
}


@media (min-width: 670px) {
    .text {
        padding-left: 40px;
    }
}


@media (max-width: 670px) {

    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .text {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .widget-container {
        padding-top: 20px;
    }

    .image-container {
        min-height: 320px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .image-container-flex {
        min-height: 320px;
        margin-top: 50px;
    }

    .bg-half-xs {
        background: linear-gradient(180deg, #e9f1f9 50%, #cdddec 50%);
    }

    .hidden-xs {
        display: none !Important;
    }

    .visible-xs {
        display: block;
    }

    .wrap,
    .wrap-sm,
    .wrap-md {
        padding-left: 15px;
        padding-right: 15px
    }

    .wrap-banner {
        padding: 0px;
    }


    /* HEADING */
    .heading .title {
        font-size: 30px;
    }

    .heading-sm .title {
        font-size: 24px;
    }


    /* FORM */
    .col-input {
        margin-right: 0;
    }

    .col-btn {
        position: static;
        padding-top: 30px;
        width: 100%;
    }

    .col-input-xs {
        margin-right: 0
    }

    .btn {
        padding: 0 10px
    }

    .btn i {
        margin: 0
    }

    .btn-lg-xs {
        width: 100%;
        float: none;
        text-align: center;
    }

    .frontpage-slider .slide-content .slide-description {
        font-size: 6vw;
    }

    .jumbo {
        font-size: 9vw !important;
    }

    /* ACCOUNT */
    .sidebar-account {
        border-bottom: 1px solid #c3cad1;
        padding-bottom: 0
    }


    /* GRID */
    .grid .col-b {
        margin-bottom: 20px
    }

    /* FLEX */
    .flex .head {
        height: 240px
    }

    .flex .item {
        margin-bottom: 20px
    }

    .flex .col-b {
        margin-bottom: 0
    }

    .usps ul li {
        width: 100%
    }

    /* PADDINGS */
    .p-b-xxl {
        padding-bottom: 50px;
    }

    .p-t-xxl {
        padding-top: 50px
    }

    .p-t-xl-xs {
        padding-top: 50px;
    }

    .p-b-xl-xs {
        padding-bottom: 50px;
    }

    .half-height-xs {
        height: 50%;
    }

    /* LIVEZILLA */
    #lz_overlay_wm {
        margin: 0 20px 20px 0 !important
    }

    /* FOOTER */
    .footer .widget {
        text-align: center
    }

    .footer-bottom ul {
        text-align: center
    }

    .logos {
        text-align: center;
        padding: 30px 0 0 0 !important;
    }

    .footer-bottom ul li {
        padding: 0 7px
    }

    .footer .logos li {
        float: none;
        padding: 0 20px;
        width: 25%;
    }

    .copyright {
        text-align: center;
        padding: 30px 0 0 0;
    }


    /* COLUMNS */
    .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
    .col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
    .col1-xs, .col2-xs, .col3-xs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12-xs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col12-xs {
        width: 100%
    }

    .col11-xs {
        width: 91.66666667%
    }

    .col10-xs {
        width: 83.33333333%
    }

    .col9-xs {
        width: 75%
    }

    .col8-xs {
        width: 66.66666667%
    }

    .col7-xs {
        width: 58.33333333%
    }

    .col6-xs {
        width: 50%
    }

    .col5-xs {
        width: 41.66666667%
    }

    .col4-xs {
        width: 33.33333333%
    }

    .col3-xs {
        width: 25%
    }

    .col2-xs {
        width: 16.66666667%
    }

    .col1-xs {
        width: 8.33333333%
    }

    .col-b {
        margin-bottom: 0;
    }

    .imgblock {
        height: 300px;
    }

    .default-slide {
        padding-bottom: 50% !important;
    }

    .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid-rows-2 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .block-projects:nth-child(2) {
        display: none;
    }

}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .imgblock {
        height: 500px;
    }
}

@media screen and (min-width: 670px) and (max-width: 800px) {
    .imgblock {
        height: 400px;
    }
}

@media screen and (max-width: 500px) {
    .imgblock {
        height: 200px;
    }

    .titles {
        font-size: 45px;
    }

}

@media screen and (max-width: 1000px) {
    .footer-info {
        display: inline-block;
    }
}

@media screen and (max-width: 1000px) {
    .container-product {
        padding: 10px 5px !important;
    }
}

.container-product {
    padding: 20px 150px;

    .title {
        color: #003d7c;
        font-weight: bold;
        font-family: "Poppins", sans-serif;
        padding: 10px 0;
        font-size: 24px;
    }

    .product-title {
        color: #003d7c;;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .product-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 0fr));
        gap: 35px 0;
        justify-content: center;
    }

    .product-list-item {
        width: 100%;
        cursor: pointer;
    }

    .product-list-item img {
        height: 325px;
        width: 100%;
        object-fit: cover;
    }

    .product-list-item h3 {
        margin: 10px 0;
        font-size: 18px;
        display: flex;
        justify-content: center;
        color: black;
    }

    .product-list-item p {
        margin: 0;
    }

}

