html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Eurostile';
    font-weight: 400;
}

    body p, body span, body a, h1, h2, h3, h4, h5, h6, div, button {
        font-family: 'Eurostile' !important;
    }

* {
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}

p {
    line-height: 1.4;
    margin-bottom: 14px;
}

body p:last-child {
    margin-bottom: 0px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.main_nav {
    padding: 17px 0px 33px;
}

    .main_nav .navbar-brand {
        min-width: 308px;
    }

.top_nav {
    background: #F2F2F2;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}

    .top_nav .nav-link {
        color: #000;
        padding: 10px 23px;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        display: flex;
        align-items: center;
    }

        .top_nav .nav-link:hover {
            color: #fd0d13;
        }

        .top_nav .nav-link:after {
            content: '';
            height: 16px;
            width: 1px;
            background: rgb(163 159 159 / 55%);
            display: inline-block;
            position: absolute;
            right: 0;
        }

        .top_nav .nav-link:last-child:after {
            display: none;
        }

.bg-danger {
    background: #D12428;
}

.icon_list {
    text-decoration: none;
    color: #3E3E3E;
    gap: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    position: relative;
}

    .icon_list:first-child {
        padding-right: 20px;
        margin-right: 21px;
    }

        .icon_list:first-child:after {
            content: '';
            height: 48px;
            width: 1px;
            background: #E5E5E5;
            display: inline-block !important;
            position: absolute;
            right: 0;
        }

    .icon_list > span > img {
        min-width: 33px;
    }

    .icon_list .phone_icon img {
        min-width: auto !important;
        width: auto;
    }

    .icon_list .phone_icon {
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        border: 2px solid #3E3E3E;
        color: #d12428;
        justify-content: center;
        border-radius: 100%;
    }

span.badge {
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    font-size: 11px;
    line-height: 11px;
}

.custom_nav .nav-item {
    padding: 9px 0;
}

    .custom_nav .nav-item:not(:last-child), .main_header nav.main > ul > li:not(:last-child) {
        margin-right: 50px;
    }

    .custom_nav .nav-item .nav-link {
        padding: 5px 0;
        display: flex;
        align-items: center;
        gap: 2px;
        font-size: 17px;
        line-height: 25px;
        color: #fff !important;
    }

.right_nav .custom_nav .nav-item:not(:last-child), .main_header nav.secondary > ul > li:not(:last-child) {
    margin-right: 26px;
}

.right_nav .custom_nav .nav-item .nav-link {
    font-size: 16px;
}

.carousel .carousel-indicators button {
    height: 11px;
    width: 11px;
    border: none;
    background: #ffffff;
    border-radius: 100%;
    margin: 0 4px;
    opacity: 1;
}

    .carousel .carousel-indicators button.active {
        background: #dc3545;
    }

.banner .carousel .carousel-item {
    height: 100vh;
    min-height: 850px;
    max-height: 850px;
    background-size: cover;
    background-position: center;
}

    .banner .carousel .carousel-item:after {
        content: '';
        background: rgb(0 0 0 / 18%);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

.carousel .carousel_caption {
    padding: 25px 25px 40px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    z-index: 1;
}

    .carousel .carousel_caption h2 {
        font-size: 72px;
        line-height: 82px;
        letter-spacing: -0.5px;
        font-weight: bold;
        color: #fff;
    }

.btn.custom_btn {
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    gap: 4px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px;
    min-width: 145px;
    white-space: nowrap;
    line-height: normal;
}

.btn.btn-white {
    background: #FFFFFF !important;
    color: #191919 !important;
}

    .btn.btn-white:hover {
        background: #fff3f4 !important;
        color: #191919 !important;
    }

.search_sec {
    max-width: 850px;
    width: 100%;
    border: 1px solid #9f9f9f;
    border-radius: 30px;
    overflow: hidden;
    height: 50px;
}

    .search_sec:hover {
        border-color: #DD3333;
        background: #f3f4f4;
    }

    .search_sec .form-control {
        border-radius: 30px 0px 0px 30px !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        font-weight: 400;
        font-size: 17px;
        padding: 5px 22px;
        background: transparent;
        letter-spacing: -0.25px;
        color: #3E3E3E;
        min-height: auto !important;
    }

        .search_sec .form-control::placeholder {
            color: #BDBDC0 !important;
        }

    .search_sec .form-select {
        border: none;
        outline: none;
        box-shadow: none;
        width: auto;
        padding: 5px 27px 5px 32px;
        border-left: 1px solid #d7d6d6;
        border-radius: 0px;
        background-position: right .4rem center;
        background-color: transparent;
        letter-spacing: -0.25px;
        color: #BDBDC0;
    }

    .search_sec:hover .form-control::placeholder, .search_sec:hover .form-select {
        color: #3E3E3E !important;
    }

.search_btn {
    border: none;
    outline: none;
    box-shadow: none;
    background: no-repeat;
    padding: 5px 20px;
    border-radius: 0px 30px 30px 0px;
}

    .search_btn img {
        min-width: 19px;
    }

.btn.btn-danger {
    background: #D12428;
    border-color: #D12428;
    color: #fff !important;
}

    .btn.btn-danger:hover {
        background: #e1091e;
        border-color: #e1091e;
        color: #fff !important;
    }

.main_footer {
    background-color: #737373;
    color: #fff;
    padding: 65px 0 17px;
}

    .main_footer .container > .row {
        padding-bottom: 50px;
    }

    .main_footer a {
        color: #fff;
        text-decoration: none;
    }

        .main_footer a:hover {
            text-decoration: underline;
        }

    .foot_logo_info, .main_footer .inner:has(.image) {
        padding: 25px 105px 12px 0;
        border-right: 1px solid #D8D8D8;
        max-width: 564px;
    }

        .foot_logo_info h4, .main_footer .info .footer-heading {
            font-weight: bold;
            font-size: 28px;
            line-height: 30px;
            letter-spacing: -0.5px;
            margin: 25px 0px 8px !important;
            color: #fff;
        }

    .main_footer p {
        font-size: 16px;
        line-height: 29px;
        letter-spacing: -0.2px;
        margin-bottom: 1rem;
    }

.foot_logo_info p {
    line-height: 25px;
}

.main_footer h5, .main_footer .inner .secondary-heading, .main_footer .inner .info .secondary-heading.footer-secondary-heading {
    margin: 15px 0 15px !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.23px;
    color: #fff;
    text-transform: none;
}

.main_footer ul li a {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
}

.copyright {
    align-items: center;
    justify-content: space-between;
}

.main_footer .copyright p {
    margin: 0px;
    font-size: 13px;
    letter-spacing: -0.15px;
    line-height: 25px;
    color: #FFFFFF;
}

.copyright p a {
    color: inherit !important;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 18px;
}

    .social-icons h6, li.site-credit > div {
        padding-right: 10px;
        margin: 0;
        font-size: 16px;
        letter-spacing: -0.2px;
        line-height: 25px;
        color: #fff;
        font-weight: bold;
    }

    .social-icons a {
        font-size: 30px;
        line-height: normal;
    }

.welcome_text {
    max-width: 1000px;
    padding: 75px 15px 85px;
    margin: 0 auto;
}

    .welcome_text p {
        text-align: center;
        font-size: 30px;
        color: #000000;
        margin-bottom: 25px;
        letter-spacing: -0.4px;
        line-height: 40px;
        margin-top: 0px;
    }

    .welcome_text .highlight {
        color: #DD3333;
    }

.gallery-item {
    overflow: hidden;
    height: 100%;
    position: relative;
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.gallery_img2 {
    height: 41%;
}

.gallery_img3 {
    height: 59%;
}

.link_info {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    letter-spacing: -0.23px;
    color: #FFFFFF !important;
    text-decoration: none;
    left: 0;
    top: 10px;
    text-shadow: 0px 0px 25px rgb(0 0 0 / 70%);
    transition: all .2s ease-in-out;
}

    .link_info .icon {
        height: 61px;
        width: 61px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        opacity: 1 !important;
        transition: all .2s ease-in-out;
        position: relative;
    }

        .link_info .icon:before {
            content: '';
            height: 19px;
            width: 19px;
            background: #fff;
            border-radius: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .link_info .icon:after {
            content: '';
            height: 51px;
            width: 51px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgb(42 42 42 / 41%);
            border: 1px solid rgb(219 219 219 / 41%);
            border-radius: 100%;
            opacity: 1 !important;
            transition: all .2s ease-in-out;
        }

    .link_info:hover .icon:after {
        height: 61px;
        width: 61px;
    }

    .link_info span {
        opacity: 0;
        transition: all .2s ease-in-out;
    }

    .link_info:hover span {
        opacity: 1;
    }

.gallery_img1 .link_info {
    left: auto;
    right: 50px;
    bottom: 27.5%;
    top: auto;
}

.gallery_img2 .link_info {
    left: 74px;
    top: 24px;
}

.gallery_img3 .link_info {
    left: auto;
    right: 35px;
    bottom: 22%;
    top: auto;
}

.gallery_img4 .link_info {
    left: 84px;
    bottom: 21%;
    top: auto;
}

.solution_section, .services_slider {
    padding: 80px 0;
}

.card_design {
    height: 100%;
}

    .card_design .card-image {
        height: 375px;
    }

        .card_design .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .card_design .card-info {
        background-color: #dc3545;
        color: #fff;
        padding: 44px 35px;
        height: calc(100% - 380px);
    }

        .card_design .card-info h3 {
            margin: 0 0 20px;
            font-weight: bold;
            letter-spacing: -0.4px;
            font-size: 32px;
            line-height: 35px;
            color: #fff;
        }

        .card_design .card-info p {
            margin-bottom: 12px;
            font-size: 19px;
            letter-spacing: -0.24px;
            line-height: 27px;
            margin-top: 0px
        }

.c1-text {
    color: #d32e32 !important;
    letter-spacing: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.service-section {
    background-color: #f5f5f5;
    padding: 60px 0;
    text-align: center;
}

.service-box {
    padding: 12px;
}

    .service-box i {
        font-size: 40px;
        color: #3E3E3E;
        margin-bottom: 16px;
    }

    .service-box img {
        max-height: 40px;
        margin-bottom: 16px;
    }

    .service-box .fa-wrench {
        transform: rotate(-90deg);
    }

    .service-box h5 {
        font-size: 18px;
        color: #373737;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: -0.23px;
        margin-bottom: 6px;
    }

    .service-box p {
        color: #4b4a4a;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.23px;
        max-width: 189px;
        margin: 0 auto;
    }

.list_section {
    padding: 10px 0;
}

    .list_section h2 {
        text-align: center;
        color: #000000;
        font-size: 30px;
        letter-spacing: -0.4px;
        line-height: 35px;
        font-weight: bold;
        margin: 0 0 2px;
    }

.logos_list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 75px 15px;
    margin: 0;
    gap: 45px;
}

    .logos_list li {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 1px;
        padding-bottom: 1px;
    }

        .logos_list li:not(:last-child) {
            border-right: 1px solid #E5E5E5;
            padding-right: 45px;
        }

.service_item {
    height: 100%;
}

    .service_item .service_img {
        height: 100%;
        object-fit: cover;
        width: auto;
    }

    .service_item .btn.custom_btn {
        position: absolute;
        left: 50%;
        bottom: 25px;
        z-index: 1;
        transform: translateX(-50%);
        min-width: 135px;
        height: 38px;
        padding: 5px 18px;
        border: none;
    }

.services_slider .owl-dots {
    display: none;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    background: #FFFFFF !important;
    box-shadow: 0px 3px 6px #00000029;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
        background: #fdf0f1 !important;
        color: #dc3545 !important;
    }

.owl-carousel .owl-prev {
    left: -21px;
}

.owl-carousel .owl-next {
    right: -21px;
}

    .owl-carousel .owl-prev:before, .owl-carousel .owl-next:before {
        content: "\f053";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    .owl-carousel .owl-next:before {
        transform: rotate(180deg);
    }

    .owl-carousel .owl-prev span, .owl-carousel .owl-next span {
        display: none;
    }

.service_item.bg-danger {
    padding: 40px 25px 18px 35px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
}

.service_item h4 {
    font-size: 23px;
    letter-spacing: -0.3px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
}

.owl-carousel .owl-stage {
    display: flex;
}

.link_arrow {
    color: #fff !important;
    font-size: 42px;
    line-height: normal;
}

.feature_sec {
    padding: 20px 0 95px;
}

.feature-card {
    background: #fff;
    box-shadow: 0px 6px 15px #00000012;
    border: 1px solid #DEDEDE;
    padding: 40px;
    height: 100%;
    transition: all .3s ease-in-out;
    display: flex;
    flex-flow: column;
}

    .feature-card:hover {
        background: #DD3333;
    }

    .feature-card .title {
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
        letter-spacing: -0.4px;
        color: #DD3333;
        margin-bottom: 17px;
    }

    .feature-card p, .page_head p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.23px;
        color: #3E3E3E;
        margin-bottom: 25px;
        max-width: 248px;
    }

.learn-more {
    display: inline-block;
    color: #3E3E3E !important;
    font-size: 17px;
    letter-spacing: -0.22px;
    line-height: 28px;
    text-decoration: underline;
    padding-right: 25px;
    position: relative;
}

    .learn-more:after {
        content: "\f061";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 0;
        margin-top: 1px;
        color: inherit;
        transition: none;
    }

.feature-card:hover .title, .feature-card:hover p, .feature-card:hover .learn-more {
    color: #ffffff !important;
}

.feature-card .feature-icon img {
    filter: brightness(.2);
}

.feature-card:hover .feature-icon img {
    filter: none;
}

.main_header {
    background: #fff;
}

.main_nav .navbar-brand img {
    width: auto;
}

.main_header nav.main > ul > li.has-child {
    height: 53px !important;
    line-height: 53px !important;
}

.main_header nav.main > ul > li > span > a, .main_header nav.secondary ul li a {
    text-decoration: none;
    padding: 0px !important;
    height: 53px !important;
    line-height: 53px !important;
    color: #fff !important;
}

.main_header nav.main > ul > li.has-child:hover > span:after {
    color: #fff;
}

.main_header nav.main ul li.has-child > span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main_header nav.main {
    height: auto;
    z-index: 991;
}

.main_header nav.secondary {
    z-index: inherit;
}

.main_header nav.main ul li.has-child > span::after {
    position: static;
    width: auto;
    line-height: normal !important;
    padding: 0;
}

.main_header nav.main > ul > li.has-child > span::after {
    color: #fff !important;
}

.main_header nav.main ul.multi-col a, .main_header nav.main li.has-child ul a {
    text-decoration: none;
}

.main_footer nav.footer-navigation {
    padding: 0px !important;
}

.main_footer li.site-credit > div {
    display: block;
}

.main_footer li.site-credit {
    display: flex !important;
    gap: 18px;
    align-items: center;
}

nav.footer-navigation ul li.site-credit a {
    font-size: 0px;
    line-height: normal;
}

    nav.footer-navigation ul li.site-credit a i {
        font-size: 32px;
    }

.main_footer .inner .image {
    background: url(/media/ggqccnka/displays2go-white.png) no-repeat;
    margin: 0 0 10px !important;
    min-height: 70px;
    background-size: contain;
    max-width: 400px;
}

    .main_footer .inner .image picture {
        display: none;
    }

.listing_links .item_links a .icon {
    display: none;
}

section.content.component {
    padding: 0px !important;
}

.breadcrumb {
    padding: 24px 0;
    margin: 0;
}

    .breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
        color: #3E3E3E !important;
        text-decoration: none !important;
        letter-spacing: -0.22px;
        font-size: 18px;
        line-height: 23px;
    }

        .breadcrumb .breadcrumb-item a:hover {
            color: #dc3545 !important;
        }

        .breadcrumb .breadcrumb-item + .breadcrumb-item {
            padding-left: 15px;
        }

            .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: "|";
                padding-right: 15px;
            }

.page_head {
    max-width: 615px;
    padding: 75px 0 48px;
}

    .page_head h2 {
        color: #000000;
        font-size: 52px;
        letter-spacing: -0.7px;
        line-height: 60px;
        font-weight: bold;
        margin: 0 0 12px;
    }

    .page_head h4 {
        color: #000000;
        font-size: 39px;
        line-height: 41px;
        letter-spacing: -0.6px;
        font-weight: bold;
        margin: 0 0 12px;
    }

    .page_head h2 span {
        color: #D12428;
    }

    .page_head p {
        max-width: 100% !important;
    }

.category_list {
    padding: 0 0 55px;
}

.product_card {
    padding-bottom: 42px;
}

    .product_card h4 {
        font-size: 24px;
        line-height: 29px;
        font-weight: bold;
        letter-spacing: -0.32px;
        color: #000000;
        margin: 0;
        padding: 18px 0;
    }

.product_img {
    border: 1px solid #EEEEEE;
    height: 512px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

    .product_img img {
        transition: all .3s ease-in-out;
    }

    .product_img:hover img {
        transform: scale(1.05);
    }

.bg_gray, .services_gray {
    background: #F2F2F2;
}

    .bg_gray .page_head, .services_gray .page_head {
        max-width: 800px;
    }

    .services_slider.bg_gray, .services_gray .services_slider {
        padding-top: 20px;
    }

.products_info {
    padding: 75px 0px 55px;
    background: #fff;
}

    .products_info .container {
        padding: 0 125px;
    }

.swiper-container {
    max-width: 750px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    height: 715px;
}

.main-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    height: 100%;
}

.swiper-slide img {
    max-height: 100%;
    max-width: 100%;
}

.swiper-container-thumbs {
    height: 115px !important;
}

    .swiper-container-thumbs .swiper-wrapper {
        gap: 12px;
    }

    .swiper-container-thumbs .swiper-slide {
        opacity: 0.5;
        max-width: 115px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .swiper-container-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

.product-price {
    color: #D12428 !important;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -0.45px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 0px !important;
}

    .product-price span, .price_label {
        letter-spacing: -0.23px;
        color: #3E3E3E;
        font-size: 15px;
        line-height: 21px;
        font-weight: 400;
    }

label.price_label {
    font-weight: bold;
}

.product-title {
    margin-bottom: 15px !important;
}

.products_info .page_head p {
    margin-bottom: 20px;
}

.form-label {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: -0.28px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF !important;
    border-radius: 0px;
    letter-spacing: -0.28px;
    color: #3E3E3E !important;
    font-size: 18px;
    height: 48px;
    padding: 6px 15px;
    outline: none !important;
}

    .form-control:focus {
        border-color: #86b7fe !important;
        outline: none !important;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
    }

select.form-control {
    padding-right: 32px;
}

textarea.form-control {
    height: auto !important;
}

.quantity-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-btn {
    width: 44px;
    height: 48px;
    border: 1px solid #DFDFDF;
    background: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    border-radius: 0px;
    color: #222529;
    font-size: 20px;
    font-weight: bold;
}

.quantity-input {
    width: 48px;
    height: 48px;
    text-align: center;
    border: 1px solid #DFDFDF;
    border-radius: 0px;
    letter-spacing: 0px;
    color: #222529;
    font-size: 18px;
    outline: none;
}

.btn.outline_btn {
    border: 1px solid #D12428;
    color: #D12428;
}

    .btn.outline_btn:hover {
        border: 1px solid #D12428;
        color: #fff;
        background: #D12428;
    }

.accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #DFDFDF;
    border-radius: 0;
}

.accordion-item h2.accordion-header {
    margin: 0;
}

.accordion .accordion-item:first-child {
    border-top: 1px solid #DFDFDF;
}

.accordion .accordion-button {
    gap: 14px;
    font-size: 18px;
    line-height: 28px;
    border: none !important;
    outline: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 13px 0px 13px 10px;
    letter-spacing: -0.28px;
    color: #3E3E3E;
    background: #fff !important;
}

    .accordion .accordion-button i {
        color: #737373;
        line-height: inherit;
    }

    .accordion .accordion-button[aria-expanded="true"] {
        color: #d12428;
    }

.accordion .accordion-body {
    padding: 13px 10px;
}

.accordion .accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #737373;
    background: none;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion .accordion-button[aria-expanded="true"]::after {
    content: "\f068";
}

.achieve_box {
    position: relative;
    height: 325px;
}

    .achieve_box .front {
        background: #F2F2F2;
        padding: 52px 32px;
        transition: all .3s ease-in-out;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .achieve_box .back {
        padding: 32px 35px;
        background: #D12428;
        box-shadow: 0px 8px 25px #0000000F;
        display: flex;
        align-items: center;
        flex-flow: column;
        justify-content: center;
        transition: all .3s ease-in-out;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        pointer-events: none;
    }

    .achieve_box:hover .front {
        opacity: 0;
        pointer-events: none;
    }

    .achieve_box:hover .back {
        opacity: 1;
        pointer-events: auto;
    }

    .achieve_box .icon img {
        width: auto;
        max-height: 75px;
    }

    .achieve_box h4 {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
    }

        .achieve_box h4 span {
            color: #D12428;
        }

    .achieve_box p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.28px;
        color: #FFFFFF;
    }

.max_full {
    max-width: 100% !important;
}

.solutions_achieve {
    padding: 25px 0 45px;
}

.solution_card .card-info {
    background: #F2F2F2;
    text-align: center;
    padding: 20px;
    min-height: 105px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.solution_card h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #D12428;
    margin-bottom: 6px;
}

.solution_card h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: -0.3px;
    color: #000000;
    margin: 0px;
}

.solution_card .card-image {
    height: 510px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

    .solution_card .card-image img {
        width: 100%;
        transition: all .3s ease-in-out;
        height: 100%;
        object-fit: cover;
    }

    .hover_img, .solution_card .card-image:hover img {
        display: none;
    }

    .solution_card .card-image:hover .hover_img {
        display: block;
    }

.form_section {
    padding: 25px 0 100px;
    background: #fff;
}

    .form_section form {
        max-width: 810px;
        margin: 5px auto 0;
    }

    .form_section .page_head h4 {
        color: #D12428;
    }

    .form_section .form-control {
        background: #F8F8F8;
        border: 1px solid #E1E1E1;
        border-radius: 3px;
        height: 50px;
        font-size: 16px;
    }

    .form_section .btn.custom_btn {
        height: 54px;
        font-size: 20px;
    }

.solutions_achieve .owl-dots {
    display: none;
}

.main-slider .swiper-wrapper {
    height: 100%;
}

.solution_section.about_section .card-image {
    height: auto;
}

.solution_section.about_section .card-info {
    height: auto;
    background: transparent;
    padding: 20px 0 10px;
}

    .solution_section.about_section .card-info h3, .solution_section.about_section .card-info p {
        color: #222;
    }

        .solution_section.about_section .card-info p a {
            color: #dc3545;
        }

        .solution_section.about_section .card-info p:empty {
            display: none;
        }

.page_title {
    text-align: center;
    padding: 18px 0;
    background: #dc3545;
}

    .page_title h2 {
        color: #fff !important;
        margin: 0 !important;
        letter-spacing: -0.4px;
        font-size: calc(1.325rem + .9vw);
        font-weight: bold;
    }

.max_650 {
    max-width: 650px;
}

nav#navbarSupportedContent {
    display: block;
}

.search_options .icon_list {
    display: none !important;
}

.main_header nav.main ul li.has-child > .expand-subpages {
    right: 0;
}

.testimonial-section {
    background: #fff;
    padding: 20px 0;
}

.testimonial_item {
    padding: 15px 0 5px;
    text-align: center;
}

    .testimonial_item .fa-quote-left {
        font-size: 38px;
        color: #ed6d19;
    }

.testimonial-text {
    font-size: 22px;
    color: #231f20;
    font-weight: bold;
    letter-spacing: -.02em;
    line-height: 1.4;
    margin: 8px 0 15px;
}

.testimonial-author, .testimonial_list .item .inner .person {
    font-size: 16px;
    color: #d32e32;
}

.slick-slider ul.slick-dots {
    padding-top: 15px;
    position: absolute;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-section .slick-slider ul.slick-dots {
    position: static;
    transform: none;
}

.slick-slider .slick-dots li {
    width: auto;
    height: auto;
}

.slick-slider .slick-slide {
    position: relative;
    height: auto;
}

.slick-slider .slick-dots li button {
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
    background-color: rgb(88 88 88 / 80%);
    padding: 0px;
    font-size: 0px;
    transition: background-color .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
    margin: 0 auto;
}

.slick-slider .slick-dots li.slick-active button {
    background-color: #dc3545;
}

.slick-slider .slick-dots li button:before {
    display: none;
}

.testimonial-section .slick-list .slick-track {
    height: auto;
}

.testimonial-section .slick-slider .slick-dots li button {
    background-color: rgba(24, 24, 24, .4);
}

.testimonial-section .slick-slider .slick-dots li.slick-active button {
    background-color: #000;
}

.bg-light {
    background: #ebebeb !important;
}

.overlay-card {
    position: relative;
    overflow: hidden;
    border-radius: 1px;
    height: 100%;
    max-height: 332px;
}

    .overlay-card:before {
        content: '';
        background: rgba(0, 0, 0, .8);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .overlay-card img {
        width: 100%;
        height: 100%;
        transition: 0.3s ease-in-out;
    }

.overlay-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    width: 90%;
    z-index: 2;
    margin: auto;
}

    .overlay-content h3 {
        font-size: 26px;
        font-weight: bold;
        color: #fff;
    }

    .overlay-content p {
        margin-bottom: 10px;
    }

.btn-link {
    text-decoration: none;
    transition: all .2s ease-in-out 0s;
    color: #d32e32 !important;
    -webkit-text-shadow: 1px 1px 2px #000;
    text-shadow: 1px 1px 2px #000;
}

    .btn-link:hover {
        color: #aa2427 !important;
    }

.slick-slider .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

    .slick-slider .carousel-caption p {
        margin: 0px;
    }

body p a {
    color: #dc3545 !important;
}

    body p a:hover {
        color: #aa2427 !important;
    }

.content_info p a {
    font-weight: bold;
}

.slick-slider .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 200;
    background: none;
    border: 0 none;
    cursor: pointer;
    color: #fff;
    background-color: rgba(211, 46, 50, .6) !important;
    transform: translateY(-50%);
    font-size: 18px;
}

    .slick-slider .slick-arrow:hover {
        background-color: rgba(211, 46, 50, .8) !important;
    }

    .slick-slider .slick-arrow:before {
        display: none;
    }

.slick-slider .slick-prev {
    left: 0px;
}

.slick-slider .slick-next {
    right: 0px;
}

.search_sec {
    max-width: 700px;
}

.card_design .card-image {
    height: 355px;
}

.card_design .card-info {
    height: calc(100% - 355px);
}

.foot_logo_info, .main_footer .inner:has(.image) {
    padding: 20px 50px 10px 0;
    max-width: 525px;
}

.main_nav {
    padding: 16px 0px 28px;
}

.banner .carousel .carousel-item {
    min-height: 775px;
    max-height: 775px;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    height: 40px;
    width: 40px;
    font-size: 18px !important;
}

.owl-carousel .owl-prev {
    left: -20px;
}

.owl-carousel .owl-next {
    right: -20px;
}

.feature-card {
    padding: 38px 36px;
}

.carousel .carousel_caption h2 {
    font-size: 64px;
    line-height: 74px;
}

.gallery_img1, .gallery_img4 {
    max-height: 875px;
}

.page_head {
    padding: 65px 0 40px;
}

.product_img {
    height: 430px;
}

.products_info {
    padding: 70px 0px 45px;
}

.swiper-container {
    height: 675px;
}

.achieve_box p {
    font-size: 17px;
    line-height: 26px;
}

.solution_card .card-image {
    height: 450px;
}

.products_info .container {
    padding: 0 55px;
}

.achieve_box h4 {
    font-size: 20px;
}

.solution_section.about_section {
    padding: 50px 0;
}

.row > .column:empty {
    display: none;
}

.about_content > .component-inner {
    padding: 20px 0 !important;
}

.about_content .info {
    max-width: 875px;
    margin: 0 auto;
    text-align: center;
}

.spc.umb-grid .grid-section .column :first-child {
    margin-top: 0;
}

.umb-grid .grid-section > div + div {
    margin-top: 15px;
}

.usn_cmp_gridlayout .umb-grid {
    margin-left: 0px;
    margin-right: 0px;
}

.grid-section .col-md-3.column h3, .grid-section .col-md-3.column h2 {
    margin: 18px 0 0px;
}

section.content.component.pt-4 {
    padding-top: 22px !important;
}

section.content.component.pb-4 {
    padding-bottom: 22px !important;
}

section.content.component.py-4 {
    padding: 22px 0px !important;
}

.white-bg .bg-light, .white-bg .bg_gray {
    background: #fff !important;
}

.slick-slider .slick-autoplay-toggle-button {
    display: none;
}

.item.item_text-boxed .info p, .item.item_text-boxed .info h3 {
    color: #fff !important;
}

.service-item {
    text-align: center;
    margin-bottom: 10px;
}

    .service-item img {
        width: 100%;
        height: 295px;
        object-fit: cover;
    }

.service-title {
    font-weight: bold;
    margin: 15px 0 10px;
}

.btn.custom_btn span:empty {
    display: none;
}

.windows.windows-4.big-window-first > .item, .windows.windows-4.small-window-first > .item {
    position: relative !important;
    width: auto !important;
}

.windows.windows-4 .item .inner a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out 0s;
    -webkit-backface-visibility: hidden;
    background-color: rgba(35, 31, 32, .5);
}

.windows.windows-4 .item .inner a:hover::before {
    background-color: rgba(35,31,32,.7);
}

.windows.windows-4.big-window-first .link, .windows.windows-4.small-window-first .link {
    position: absolute;
    left: 0;
    z-index: 12;
    transition: bottom .4s ease-in-out 0s, opacity .3s ease-in-out 0s;
    text-shadow: 1px 1px 2px #000;
    bottom: -100%;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
}

.windows.windows-4.big-window-first .item a:hover .link, .windows.windows-4.small-window-first .item a:hover .link {
    bottom: 22px;
    opacity: 1;
}

.usn_cmp_windows .component-introduction {
    padding: 0px !important;
}

.windows.windows-4.big-window-first .item .inner, .windows.windows-4.small-window-first .item .inner {
    padding: 0px !important;
    height: 100%;
}

    .windows.windows-4.big-window-first .item .inner > a, .windows.windows-4.small-window-first .item .inner > a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .windows.windows-4.big-window-first .item .inner > a .info, .windows.windows-4.small-window-first .item .inner > a .info {
            position: static;
            transform: none;
        }

.container:has(> .component-introduction .info.col) {
    display: none;
}

.container:has(> .component-introduction .info.col > p), .container:has(> .component-introduction .info.col > div) {
    display: block;
}

.card-img-top {
    width: 100%;
    height: auto;
}

.section_heading .component-inner {
    padding: 35px 0 5px;
    text-align: center;
}

.section_heading .info {
    max-width: 800px;
    margin: 0 auto;
}

.pods_grid .content-col.col, .slider_gallery .content-col.center-col.col {
    max-width: 100% !important;
    flex: auto !important;
}

.service_item_4 .row > div.col-md-4 {
    width: 25%;
}

.service_item_4 .service-box p {
    max-width: 100%;
}

.about_content .c1-text {
    font-weight: 500;
    margin-bottom: 10px;
}

.about_content h3 {
    font-weight: bold;
}

.tabs_section {
    padding: 15px 0;
}

    .tabs_section .nav-tabs {
        display: flex;
        justify-content: center;
        margin: 0 auto 15px;
        gap: 5px;
        border: none;
    }

        .tabs_section .nav-tabs .nav-link {
            color: #000;
            margin-bottom: 0px;
            border: 1px solid #e3e3e3;
            border-radius: 3px !important;
            font-weight: bold;
            background: #fff;
        }

            .tabs_section .nav-tabs .nav-link.active {
                color: #dc3545;
                border-color: #dc3545;
                border-bottom-color: transparent;
                border-radius: 3px 3px 0 0 !important;
            }

        .tabs_section .nav-tabs li .nav-link:not(.active):hover {
            background-color: #f7f7f7;
        }

.cases_list {
    margin: 12px 0px 15px;
}

    .cases_list a {
        text-decoration: none;
    }

    .cases_list .image {
        margin-bottom: 15px;
        overflow: hidden;
    }

        .cases_list .image img {
            display: block;
            width: 100%;
            height: auto;
            transition: transform .2s ease-in-out 0s, background-size .2s ease-in-out 0s, filter .5s ease-in-out .2s;
        }

    .cases_list a:hover img {
        transform: scale(1.05);
    }

    .cases_list h5 {
        font-weight: bold;
        color: #231f20;
    }

.testimonial_list .testimonial_item, .testimonial_list .item .inner {
    background: #fff;
    padding: 22px 18px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}

.testimonial_list .testimonial-text {
    font-size: 20px;
    margin: 5px 0;
}

    .testimonial_list .testimonial-text p {
        margin-bottom: 12px;
        line-height: 26px;
    }

.testimonial-text p:empty {
    display: none;
}

.details_view .container {
    max-width: 780px;
}

.details_view h3 {
    font-weight: bold;
}

.customer_card {
    background: #fff;
    padding: 35px 25px;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}

    .customer_card img {
        width: auto;
        max-height: 95px;
    }

    .customer_card p {
        font-size: 18px;
        font-weight: bold;
    }

.contact_info .row p {
    font-size: 15px;
    margin-bottom: 10px;
}

    .contact_info .row p:last-child {
        margin-bottom: 4px;
    }

.policy_sec .accordion .accordion-item {
    border: none;
    margin-bottom: 8px;
}

.policy_sec .accordion .accordion-button {
    border: 1px solid #e3e3e3 !important;
    padding: 10px 50px 10px 16px;
    font-weight: bold;
}

    .policy_sec .accordion .accordion-button:hover {
        background: #f8f8f8 !important;
    }

    .policy_sec .accordion .accordion-button[aria-expanded="true"]:hover {
        background: #ffffff !important;
    }

    .policy_sec .accordion .accordion-button[aria-expanded="true"] {
        border-left-color: #d12428 !important;
    }

    .policy_sec .accordion .accordion-button::after {
        color: #dc3545;
        height: 36px;
        width: 36px;
        background: rgb(220 53 69 / 15%);
        position: absolute;
        right: 6px;
        font-size: 16px;
    }

.policy_sec .accordion .accordion-body {
    padding: 13px 0px;
}

.policy_sec .accordion-body p:not(:last-child) {
    margin-bottom: 10px;
}

.accordion .accordion-body ul {
    padding-left: 25px;
}

.accordion .accordion-body ul, .policy_sec .accordion-body p {
    line-height: 1.36;
}

    .accordion .accordion-body ul:last-child {
        margin-bottom: 0px;
    }

    .accordion .accordion-body ul li:not(:last-child) {
        margin-bottom: 4px;
    }

.breadcrumb .breadcrumb-item.active {
    color: #909090 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.component .item.blog_banner .inner::before {
    background: #000000;
    opacity: 0.4;
}

.blog_banner .heading, .blog_banner .secondary-heading {
    color: #fff !important;
    text-transform: none !important;
}

.blog_banner .image.background-image, .item.blog_banner {
    background-position: bottom center !important;
    max-height: 375px;
    min-height: 300px !important;
}

.blog_banner {
    margin-bottom: 35px;
}

.item.blog_banner .inner .container, .item.blog_banner .inner .row {
    height: 100% !important;
    min-height: auto !important;
}

.blog_banner .secondary-heading {
    margin-top: 5px !important;
    letter-spacing: 0;
}

.right-col nav.sub ul li .expand-subpages {
    border: none;
}

.right-col nav.sub {
    border: 1px solid #e3e3e3;
    padding: 0px;
    border-radius: 2px;
    overflow: hidden;
}

    .right-col nav.sub .heading {
        font-size: 18px;
        margin: 0;
        border-bottom: 1px solid #e3e3e3;
        font-weight: 600;
        padding: 0;
    }

        .right-col nav.sub .heading a {
            color: #181818 !important;
            padding: 15px 20px;
            display: block;
            text-decoration: none;
        }

    .right-col nav.sub > ul {
        list-style: none;
        padding: 15px 20px;
        margin: 0;
    }

        .right-col nav.sub > ul li {
            padding: 0px;
        }

            .right-col nav.sub > ul li a {
                display: block;
                padding: 9px 0;
                background: transparent;
                transition: all .2s ease-in-out 0s;
                font-size: 15px;
                color: #262626;
                line-height: normal;
                text-decoration: none;
            }

                .right-col nav.sub > ul li a:hover {
                    padding-left: 3px;
                    color: #dc3545;
                }

            .right-col nav.sub > ul li.active > span > a {
                color: #dc3545;
                opacity: 1;
            }

            .right-col nav.sub > ul li.has-child ul a {
                padding: 2px 0 2px 12px;
                font-size: 14px;
            }

            .right-col nav.sub > ul li ul li {
                padding: 3px 0;
            }

    .right-col nav.sub ul ul li:not(.active) span a:hover {
        padding-left: 15px;
    }

nav.sub ul ul li span a::before {
    top: 10px;
    left: 1px;
}

.right-col nav.sub ul ul li:not(.active) span a:hover::before {
    width: 8px;
    background-color: rgba(var(--base-borders), 0.2);
}

.listing .item.item-blog .heading {
    font-size: 22px;
    color: #181818 !important;
}

.listing .item.item-blog .text, .listing .item.item-blog .text p {
    color: #555;
    line-height: 19px;
}

.listing .item.item-blog .meta {
    color: #555;
    margin-top: auto;
    padding-top: 18px;
}

.listing .item.item-blog .categories a {
    color: #dc3545;
}

.listing .item.item-blog .meta p.date {
    margin: 0;
}

.listing .item.item-blog .inner {
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    flex-flow: column;
}

.work_slider .component-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

    .work_slider .component-inner .container {
        padding-left: 0;
        padding-right: 0;
    }

.slick_slider .item img.d-block.w-100 {
    height: 100%;
    object-fit: cover;
}

.testimonial_list .item .inner .item-quote {
    text-align: center;
}

    .testimonial_list .item .inner .item-quote blockquote::before {
        left: 0;
        right: 0;
        color: #ed6d19;
    }

.policy_pages h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.expertise_banner {
    background: url(https://display2go.azureedge.net/cache/b/6/4/9/e/6/b649e6015a89d758afc6c04a1db038e90c7af630.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 90px 0;
}

.banner_content {
    max-width: 600px;
    margin-left: auto;
    text-align: right;
}

    .banner_content h2 {
        color: #fff;
        margin-bottom: 20px;
    }

.black_testimonial {
    background: #231f20 !important;
}

    .black_testimonial .testimonial_item {
        text-align: right;
    }

    .black_testimonial .testimonial-text, .black_testimonial .testimonial-author {
        color: #fff;
    }

    .black_testimonial ul.slick-dots {
        display: none !important;
    }

    .black_testimonial .testimonial-slider {
        margin: 0 0 10px;
    }

.tabs_section.bg-light .nav-tabs {
    justify-content: flex-start;
    margin-bottom: 0px;
}

.tabs_section.bg-light .tab-content {
    background: #fff;
    padding: 15px;
    border: 1px solid #e3e3e3;
}

.content-col.left-col > .usn_cmp_text:nth-child(2) .container.pt-4 {
    padding-top: 0 !important;
}

nav.sub.sidebar_nav {
    margin-top: 80px !important;
}

.cart_table .qty-picker {
    display: inline-flex;
    align-items: center;
}

.cart_table .qty-btn {
    background: #eee;
    border: 1px solid #ccc;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.cart_table .qty-input {
    width: 45px;
    text-align: center;
    border: 1px solid #ccc;
    height: 32px;
    margin: 0 -1px;
}

.cart_table .qty-btn.remove {
    background: #fdd;
    border-color: #f99;
    margin-left: 10px;
}

.cart_page {
    padding: 40px 0;
}

    .cart_page h2 {
        margin: 0 0 15px;
    }

table.cart_table {
    border: none;
}

.cart_table thead th {
    vertical-align: middle;
    padding: 11px 10px;
    background: #e94d5c;
    color: #fff;
    border: 1px solid #eee;
}

.cart_table tr td {
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid #d9d9d9;
}

.custom_toast {
    position: fixed;
    top: 5px;
    right: 5px;
    max-width: 225px;
    font-size: 20px;
    background: #ffffff !important;
    color: #198754 !important;
    font-weight: 600;
    z-index: 9;
}

.cart_page .white_box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 12px rgb(0 0 0 / 10%);
}

.cart_table tfoot tr td {
    background: #f7f7f7;
}

.cart_table tfoot label {
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
    color: #545454;
    cursor: default;
}

.cart_table tbody tr:nth-child(odd) td, .cart_table tbody tr:nth-child(even) td {
    background: rgb(220 53 69 / 3%);
    background: #ffffff;
}

.cart_table tfoot {
    border-top: 2px solid #dc3545;
}

.cart_table tr th:nth-child(1) {
    min-width: 100px;
}

.cart_table tr th:nth-child(2) {
    min-width: 200px;
}

@media (min-width: 768px) {
    .container {
        max-width: 762px;
    }

    .col_5 {
        width: 45%;
    }

    .col_7 {
        width: 55%;
    }

    .windows.windows-4.big-window-first, .windows.windows-4.small-window-first {
        column-count: 2;
        column-gap: 0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1010px;
    }

    .main_header .navbar-toggler {
        display: none;
    }

    .main_header nav.main ul li.has-child ul li.has-child > span::after {
        width: 25px !important;
    }

    .main_header nav.main ul li.has-child ul li.has-child > span > a {
        width: calc(100% - 40px);
    }

    .main_header nav.main > ul > li.has-child ul li.has-child ul {
        top: 0;
        border-left: 1px solid #fff !important;
    }

    .umb-grid .grid-section > div + div {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }

    .page_title h2 {
        font-size: 2rem;
    }
}

@media (min-width: 1299px) {
    .container {
        max-width: 1250px;
    }

    .cart_page .container {
        max-width: 1170px;
    }
}

@media (min-width: 1399px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1499px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1900px) {
    .banner .carousel .carousel-item {
        min-height: 900px;
        max-height: 900px;
    }
}


@media (max-width: 1499px) {
    .card_design .card-info {
        padding: 40px 30px;
        height: calc(100% - 322px);
    }

    .search_sec {
        max-width: 646px;
    }

    .main_nav {
        padding: 15px 0px 25px;
    }

    .card_design .card-image {
        height: 322px;
    }

    .logos_list {
        padding: 70px 15px;
        gap: 40px;
    }

        .logos_list li:not(:last-child) {
            padding-right: 40px;
        }

    .foot_logo_info, .main_footer .inner:has(.image) {
        padding: 20px 58px 10px 0;
        max-width: 515px;
    }

    .main_footer {
        padding: 65px 0 15px;
    }

    .custom_nav .nav-item:not(:last-child), .main_header nav.main > ul > li:not(:last-child) {
        margin-right: 45px;
    }

    .banner .carousel .carousel-item {
        min-height: 740px;
        max-height: 740px;
    }

    .search_sec .form-select {
        padding: 5px 26px 5px 28px;
    }

    .link_arrow {
        font-size: 38px;
    }

    .feature_sec {
        padding: 15px 0 88px;
    }

    .feature-card {
        padding: 35px 34px;
    }

    .gallery_img1, .gallery_img4 {
        max-height: 810px;
    }

    .page_head h2 {
        font-size: 50px;
        letter-spacing: -0.6px;
        line-height: 56px;
    }

    .page_head h4 {
        font-size: 38px;
        line-height: 40px;
    }

    .product_img {
        height: 400px;
    }

    .product_card {
        padding-bottom: 38px;
    }

        .product_card h4 {
            font-size: 22px;
            line-height: 28px;
            letter-spacing: -0.3px;
            padding: 16px 0;
        }

    .breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
        font-size: 17px;
        line-height: 22px;
    }

    .category_list {
        padding: 0 0 45px;
    }

    .products_info .container {
        padding: 0 30px;
    }

    .solutions_achieve {
        padding: 22px 0 35px;
    }

    .achieve_box .front {
        padding: 50px 28px;
    }

    .achieve_box .icon img {
        max-height: 72px;
    }

    .achieve_box p {
        font-size: 16px;
        line-height: 24px;
    }

    .achieve_box .back {
        padding: 32px 30px;
    }

    .solution_card .card-image {
        height: 420px;
    }

    .form_section {
        padding: 22px 0 90px;
    }

    .overlay-card {
        max-height: 310px;
    }
}

@media (max-width: 1399px) {
    .foot_logo_info, .main_footer .inner:has(.image) {
        padding: 19px 36px 9px 0;
        margin-right: 15px;
        max-width: 493px;
    }

    .service-section {
        padding: 58px 0;
    }

    .main_nav {
        padding: 14px 0px 22px;
    }

    .search_sec {
        max-width: 595px;
    }

    .custom_nav .nav-item:not(:last-child), .main_header nav.main > ul > li:not(:last-child) {
        margin-right: 40px;
    }

    .right_nav .custom_nav .nav-item:not(:last-child), .main_header nav.secondary > ul > li:not(:last-child) {
        margin-right: 24px;
    }

    .logos_list {
        padding: 68px 15px;
        gap: 38px;
    }

        .logos_list li:not(:last-child) {
            padding-right: 38px;
        }

    .social-icons a {
        font-size: 28px;
    }

    .card_design .card-image {
        height: 300px;
    }

    .card_design .card-info {
        padding: 30px 28px;
        height: calc(100% - 300px);
    }

        .card_design .card-info h3 {
            margin: 0 0 17px;
            font-size: 30px;
            line-height: 32px;
        }

        .card_design .card-info p {
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 25px;
        }

    .solution_section, .services_slider {
        padding: 70px 0;
    }

    .welcome_text {
        max-width: 950px;
        padding: 72px 15px 80px;
    }

        .welcome_text p {
            font-size: 28px;
            margin-bottom: 22px;
            line-height: 37px;
        }

    .banner .carousel .carousel-item {
        min-height: 700px;
        max-height: 700px;
    }

    .search_sec .form-select {
        padding: 5px 26px 5px 24px;
    }

    .search_btn {
        padding: 5px 18px;
    }

    .feature_sec {
        padding: 15px 0 80px;
    }

    .service-box {
        padding: 12px 10px;
    }

    .service_item.bg-danger {
        padding: 37px 22px 17px 30px;
    }

    .feature-card {
        padding: 32px 30px;
    }

        .feature-card .title {
            font-size: 28px;
            line-height: 33px;
            letter-spacing: -0.34px;
            margin-bottom: 14px;
        }

        .feature-card p, .page_head p {
            font-size: 17px;
            line-height: 26px;
            letter-spacing: -0.2px;
            margin-bottom: 23px;
            max-width: 230px;
        }

    .feature-icon img {
        max-width: 56px;
    }

    .carousel .carousel_caption h2 {
        font-size: 60px;
        line-height: 68px;
        letter-spacing: -0.4px;
    }

    .gallery_img1, .gallery_img4 {
        max-height: 780px;
    }

    .breadcrumb {
        padding: 22px 0;
    }

        .breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
            font-size: 16px;
            line-height: 21px;
        }

            .breadcrumb .breadcrumb-item + .breadcrumb-item {
                padding-left: 13px;
            }

                .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                    padding-right: 13px;
                }

    .page_head {
        padding: 62px 0 38px;
    }

    .products_info {
        padding: 62px 0px 40px;
    }

    .page_head h2 {
        font-size: 46px;
        letter-spacing: -0.6px;
        line-height: 52px;
    }

    .page_head h4 {
        font-size: 36px;
        line-height: 38px;
    }

    .product_img {
        height: 380px;
    }

    .product_card h4 {
        font-size: 21px;
        line-height: 27px;
        letter-spacing: -0.3px;
        padding: 15px 0;
    }

    .product_card {
        padding-bottom: 34px;
    }

    .category_list {
        padding: 0 0 40px;
    }

    .services_slider.bg_gray, .services_gray .services_slider {
        padding-top: 15px;
    }

    .products_info .container {
        padding: 0 22px;
    }

    .swiper-container {
        height: 658px;
    }

    .page_head h4 {
        margin: 0;
    }

    .solution_card .card-image {
        height: 400px;
    }

    .swiper-container-thumbs {
        height: 105px !important;
    }

        .swiper-container-thumbs .swiper-slide {
            max-width: 105px;
        }

    .service-item img {
        height: 275px;
    }

    .foot_logo_info h4, .main_footer .info .footer-heading {
        font-size: 26px;
        margin: 21px 0px 7px !important;
    }

    nav.sub.sidebar_nav {
        margin-top: 70px !important;
    }
}

@media (max-width: 1299px) {
    .foot_logo_info h4, .main_footer .info .footer-heading {
        font-size: 25px;
        line-height: 28px;
        letter-spacing: -0.4px;
        margin: 20px 0px 8px !important;
    }

    .foot_logo_info, .main_footer .inner:has(.image) {
        padding: 19px 30px 9px 0;
    }

    .service-box {
        padding: 10px 5px;
    }

        .service-box p {
            font-size: 17px;
            line-height: 21px;
            letter-spacing: -0.2px;
        }

    .card_design .card-image {
        height: 300px;
    }

    .card_design .card-info {
        padding: 32px 26px;
        height: calc(100% - 300px);
    }

    .gallery_img1, .gallery_img4 {
        max-height: 740px;
    }

    .services_slider, .solutions_achieve {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .product_img {
        height: 362px;
    }

    .solution_card .card-image {
        height: 362px;
    }

    .solution_card h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .solution_card h4 {
        line-height: 16px;
        margin-bottom: 5px;
    }
}

@media (max-width: 1199px) {
    .search_sec .form-select {
        padding: 5px 26px 5px 18px;
    }

    .icon_list {
        font-size: 15px;
        line-height: 24px;
    }

        .icon_list:first-child {
            padding-right: 17px;
            margin-right: 16px;
        }

        .icon_list > span > img {
            min-width: 30px;
        }

        .icon_list:first-child:after {
            height: 40px;
        }

    .search_sec {
        height: 46px;
    }

    .search_btn {
        padding: 5px 14px 5px 12px;
    }

    .search_sec .form-control {
        font-size: 16px;
        padding: 5px 20px;
        letter-spacing: -0.22px;
    }

    .main_nav {
        padding: 12px 0px 18px;
    }

    .top_nav .nav-link {
        padding: 9px 22px;
    }

    .main_header nav .container.d-flex {
        justify-content: center !important;
        flex-flow: column;
        align-items: center;
    }

    .custom_nav .nav-item:not(:last-child), .main_header nav.main > ul > li:not(:last-child) {
        margin-right: 32px;
    }

    .custom_nav .nav-item {
        padding: 7px 0;
    }

    .carousel .carousel_caption h2 {
        font-size: 56px;
        line-height: 64px;
        letter-spacing: -0.4px;
    }

    .banner .carousel .carousel-item {
        min-height: 605px;
        max-height: 605px;
    }

    .welcome_text {
        max-width: 875px;
        padding: 70px 15px 78px;
    }

        .welcome_text p {
            font-size: 26px;
            margin-bottom: 18px;
            line-height: 34px;
        }

    .link_info .icon {
        height: 51px;
        width: 51px;
        min-width: 51px;
    }

        .link_info .icon:before {
            height: 16px;
            width: 16px;
        }

        .link_info .icon:after {
            height: 44px;
            width: 44px;
        }

    .link_info:hover .icon:after {
        height: 51px;
        width: 51px;
    }

    .link_info {
        gap: 10px;
        font-size: 16px;
        letter-spacing: -0.2px;
        top: 10px;
    }

    .gallery_img4 .link_info {
        left: 48px;
    }

    .service-section .row {
        row-gap: 15px;
    }

    .card_design .card-image {
        height: 250px;
    }

    .card_design .card-info {
        padding: 28px 22px;
        height: calc(100% - 250px);
    }

        .card_design .card-info h3 {
            margin: 0 0 15px;
            font-size: 28px;
            line-height: 29px;
        }

        .card_design .card-info p {
            margin-bottom: 8px;
            font-size: 17px;
            line-height: 25px;
        }

    .solution_section, .services_slider {
        padding: 65px 0;
    }

    .service-section {
        padding: 50px 0;
    }

    .logos_list {
        padding: 60px 12px;
        gap: 24px;
    }

        .logos_list li:not(:last-child) {
            padding-right: 24px;
        }

    .feature-card {
        padding: 26px 22px;
    }

        .feature-card .title {
            font-size: 26px;
            line-height: 30px;
            letter-spacing: -0.3px;
            margin-bottom: 12px;
        }

        .feature-card p, .page_head p {
            font-size: 16px;
            line-height: 24px;
            letter-spacing: -0.2px;
            margin-bottom: 22px;
        }

    .learn-more {
        font-size: 16px;
        letter-spacing: -0.2px;
        padding-right: 20px;
    }

    .feature-icon img {
        max-width: 50px;
        max-height: 52px;
    }

    .feature_sec {
        padding: 12px 0 76px;
    }

    .foot_logo_info a img {
        max-height: 50px;
    }

    .foot_logo_info h4, .main_footer .info .footer-heading {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.3px;
        margin: 22px 0px 6px !important;
    }

    .main_footer p {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: -0.2px;
        margin-bottom: 14px;
    }

    .foot_logo_info p {
        line-height: 24px;
    }

    .foot_logo_info, .main_footer .inner:has(.image) {
        padding: 20px 26px 10px 0;
        margin-right: 12px;
    }

    .social-icons {
        gap: 16px;
    }

        .social-icons a {
            font-size: 27px;
        }

    .gallery_img1, .gallery_img4 {
        max-height: 630px;
    }

    .page_head h2 {
        font-size: 42px;
        letter-spacing: -0.5px;
        line-height: 48px;
        margin: 0 0 10px;
    }

    .page_head h4 {
        font-size: 34px;
        line-height: 38px;
    }

    .page_head {
        max-width: 545px;
        padding: 52px 0 35px;
    }

    .products_info {
        padding: 55px 0px 35px;
    }

    .product_img {
        height: 310px;
    }

    .product_card h4 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.3px;
        padding: 14px 0;
    }

    .product_card {
        padding-bottom: 32px;
    }

    .category_list {
        padding: 0 0 36px;
    }

    .bg_gray .page_head, .services_gray .page_head {
        max-width: 720px;
    }

    .product-title {
        margin-bottom: 12px !important;
    }

    .product-price {
        font-size: 28px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .products_info .page_head p {
        margin-bottom: 16px;
    }

    .swiper-container {
        height: 505px;
    }

    .solutions_achieve {
        padding: 15px 0 20px;
    }

    .solution_card .card-image {
        height: 300px;
    }

    .solution_card .card-info {
        padding: 18px 15px;
        min-height: auto;
    }

    .solution_card h4 {
        line-height: 15px;
        margin-bottom: 2px;
        font-size: 13px;
    }

    .solution_card h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .form_section {
        padding: 15px 0 80px;
    }

    .achieve_box p {
        font-size: 15px;
        line-height: 20px;
    }

    .achieve_box .back {
        padding: 22px 20px;
    }

    .achieve_box .front {
        padding: 47px 22px;
    }

    .achieve_box .icon img {
        max-height: 65px;
    }

    .swiper-container-thumbs .swiper-slide {
        max-width: 92px;
    }

    .swiper-container-thumbs {
        height: 92px !important;
    }

        .swiper-container-thumbs .swiper-wrapper {
            gap: 10px;
        }

    .products_info .container {
        padding: 0 18px;
    }

    .overlay-card {
        max-height: 250px;
        min-height: 250px;
    }

    .solution_section.about_section {
        padding: 40px 0;
    }

    .windows.windows-4.big-window-first .item .inner > a .info, .windows.windows-4.small-window-first .item .inner > a .info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .service-item img {
        height: 225px;
    }

    .testimonial_list .testimonial-text {
        font-size: 18px;
    }

        .testimonial_list .testimonial-text p {
            margin-bottom: 11px;
            line-height: 24px;
        }
}

@media (max-width: 991px) {
    .top_nav .nav-link {
        padding: 8px 20px;
    }

    .icon_list .phone_icon {
        height: 32px;
        width: 32px;
    }

        .icon_list .phone_icon img {
            max-height: 16px;
        }

    .icon_list {
        font-size: 14px;
        line-height: 22px;
    }

        .icon_list:first-child {
            padding-right: 14px;
            margin-right: 12px;
        }

            .icon_list:first-child:after {
                height: 35px;
            }

        .icon_list > span > img {
            min-width: 26px;
        }

    .carousel .carousel_caption h2 {
        font-size: 52px;
        line-height: 58px;
        letter-spacing: -0.3px;
    }

    .btn.custom_btn {
        padding: 5px 20px;
    }

    .banner .carousel .carousel-item {
        min-height: 500px;
        max-height: 500px;
    }

    .welcome_text {
        max-width: 875px;
        padding: 60px 15px 68px;
    }

    .gallery_img3 .link_info {
        right: 13px;
    }

    .gallery_img2 .link_info {
        left: 12px;
        top: 20px;
    }

    .gallery_img4 .link_info {
        left: 8px;
    }

    .solution_section, .services_slider {
        padding: 60px 0;
    }

    .card_design .card-image {
        height: 225px;
    }

    .card_design .card-info {
        padding: 22px 18px;
        height: calc(100% - 226px);
    }

        .card_design .card-info h3 {
            margin: 0 0 11px;
            font-size: 25px;
            line-height: 27px;
        }

        .card_design .card-info p {
            margin-bottom: 6px;
            font-size: 16px;
            line-height: 22px;
        }

    .service-section {
        padding: 45px 0;
    }

    .logos_list {
        padding: 55px 8px;
        gap: 15px;
    }

        .logos_list li:not(:last-child) {
            padding-right: 15px;
        }

    .feature_sec {
        padding: 10px 0 68px;
    }

    .main_footer h5, .main_footer .inner .secondary-heading, .main_footer .inner .info .secondary-heading.footer-secondary-heading {
        margin: 13px 0 10px !important;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.15px;
    }

    .main_footer ul li a {
        font-size: 15px;
        line-height: 29px;
        letter-spacing: -0.15px;
    }

    .main_footer p {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: -0.15px;
        margin-bottom: 13px;
    }

    .foot_logo_info h4, .main_footer .info .footer-heading {
        font-size: 22px;
        line-height: 27px;
        letter-spacing: -0.2px;
        margin: 20px 0px 6px !important;
    }

    .foot_logo_info p {
        line-height: 22px;
    }

    .foot_logo_info, .main_footer .inner:has(.image) {
        padding: 18px 24px 10px 0;
        margin-right: 8px;
    }

    .main_footer {
        padding: 52px 0 13px;
    }

        .main_footer .container > .row {
            padding-bottom: 45px;
        }

        .main_footer .copyright p {
            font-size: 12px;
            letter-spacing: -0.1px;
            line-height: 24px;
        }

    .social-icons {
        gap: 15px;
    }

        .social-icons h6, li.site-credit > div {
            padding-right: 8px;
            font-size: 15px;
        }

        .social-icons a {
            font-size: 25px;
        }

    .service_item .btn.custom_btn {
        bottom: 22px;
        height: 36px;
        padding: 5px 17px;
    }

    .service_item h4 {
        font-size: 22px;
        letter-spacing: -0.2px;
        line-height: 27px;
    }

    .service_item.bg-danger {
        padding: 32px 20px 15px 25px;
    }

    .link_arrow {
        font-size: 32px;
    }

    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        height: 35px;
        width: 35px;
        font-size: 16px !important;
    }

    .owl-carousel .owl-next {
        right: -17px;
    }

    .owl-carousel .owl-prev {
        left: -17px;
    }

    .main_nav .container {
        gap: 15px;
    }

    .swiper-container {
        height: 415px;
    }

    .product-title {
        margin-bottom: 10px !important;
    }

    .product-price {
        font-size: 27px;
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .products_info .page_head p {
        margin-bottom: 12px;
    }

    .form-control {
        font-size: 16px;
        height: 45px;
        padding: 6px 13px;
    }

    .accordion .accordion-button {
        gap: 10px;
        font-size: 16px;
    }

    .solutions_achieve {
        padding: 10px 0 17px;
    }

    .page_head h4 {
        font-size: 32px;
        line-height: 38px;
    }

    .solution_card .card-image {
        height: 450px;
    }

    .form_section {
        padding: 13px 0 70px;
    }

    .main_nav .icon_list {
        font-size: 0;
        gap: 0;
    }

    .main_header .navbar-toggler {
        margin-left: 20px;
        font-size: 30px;
        color: #4c4c4c;
    }

    .main_nav .navbar-brand {
        min-width: 225px;
    }

    .main_header .navbar-toggler:focus {
        color: #dc3545;
    }

    #navbarSupportedContent {
        display: none !important;
        position: fixed;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 99;
        overflow: auto;
        padding: 110px 0px 25px;
    }

    nav#navbarSupportedContent.show {
        display: block !important;
    }

    .main_header nav.main > ul > li.has-child {
        height: auto !important;
        line-height: 50px !important;
    }

    .main_header nav.main {
        width: 100%;
    }

        .custom_nav .nav-item:not(:last-child), .main_header nav.main > ul > li:not(:last-child) {
            margin-right: 0;
        }

        .main_header nav.main ul li.has-child > span::after {
            position: absolute;
            width: 40px;
            line-height: normal !important;
            padding: 0;
            top: 50%;
            right: 0;
            left: auto;
            transform: translateY(-50%);
            color: #fff !important;
            min-height: 35px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

    #navbarSupportedContent .right_nav {
        width: 100%;
        padding-top: 22px;
    }

    .main_header nav.secondary ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 8px;
        column-gap: 20px;
    }

    .right_nav .custom_nav .nav-item:not(:last-child), .main_header nav.secondary > ul > li:not(:last-child) {
        margin-right: 0px;
    }

    .main_header nav.secondary ul li a {
        text-decoration: none;
        padding: 0px !important;
        height: auto !important;
        line-height: 35px !important;
        color: #fff !important;
        font-size: 16px;
    }

    .main_header nav.main > ul > li > span > a {
        line-height: 50px !important;
        height: auto !important;
        font-size: 18px !important;
    }

    .main_header nav.main > ul > li.has-child ul.multi-col {
        background: rgb(255 241 242 / 12%);
    }

    .main_header nav.main li.has-child.open-child.open-child_mobile > ul {
        background: rgb(255 241 242 / 16%);
    }

    .main_header nav.main ul.multi-col a, .main_header nav.main li.has-child ul a {
        padding: 8px 16px;
        color: #fff !important;
    }

    .main_header nav.main > ul > li.has-child button.expand-subpages {
        height: 50px;
    }

    .main_header nav.main ul li.has-child > span {
        padding-left: 10px;
    }

        .main_header nav.main ul li.has-child > span::before {
            background: #fff !important;
            opacity: 0;
        }

    .main_header nav.main li.has-child > ul > li.has-child > span > a {
        padding-left: 0px !important;
        color: #fff !important;
    }

    .main_nav {
        padding: 18px 0px;
    }

    .search_options .icon_list {
        display: flex !important;
    }

        .search_options .icon_list i {
            font-size: 22px;
            color: #3E3E3E;
        }

    .search_options .search_sec {
        display: none !important;
    }

    .search_options.w-100 {
        width: auto !important;
    }

    .main_header .navbar-toggler[aria-expanded="true"] {
        position: relative;
        z-index: 999999;
        color: #fff;
    }

    #navbarSupportedContent > .container {
        max-width: 100%;
        height: 100%;
        overflow: auto;
        display: block !important;
    }

    .main_header {
        border-bottom: 1px solid #ccc;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    div#site {
        padding-top: 100px;
    }

    .top_nav .nav-link {
        padding: 5px 20px;
    }

    .breadcrumb {
        padding: 20px 0;
    }

    .overlay-content h3 {
        font-size: 24px;
    }

    .windows.windows-4.big-window-first > .item, .windows.windows-4.small-window-first > .item {
        height: auto !important;
    }

        .windows.windows-4.big-window-first > .item:nth-child(1):before, .windows.windows-4.big-window-first > .item:nth-child(4):before, .windows.windows-4.small-window-first > .item:nth-child(2):before, .windows.windows-4.small-window-first > .item:nth-child(3):before {
            padding-top: 350px !important;
        }

        .windows.windows-4.big-window-first > .item:nth-child(2):before, .windows.windows-4.big-window-first > .item:nth-child(3):before, .windows.windows-4.small-window-first > .item:nth-child(1):before, .windows.windows-4.small-window-first > .item:nth-child(4):before {
            padding-top: 285px !important;
        }

    .service-item {
        max-width: 300px;
        margin: 0 auto 10px;
    }

        .service-item img {
            height: 275px;
        }

    .service_item_4 .row > div.col-md-4 {
        width: 50%;
    }

    .testimonial_list .testimonial_item, .testimonial_list .item .inner {
        padding: 22px 18px;
        min-height: 225px;
    }

    .customer_card {
        padding: 30px 16px;
        gap: 15px;
    }

        .customer_card img {
            max-height: 80px;
        }

        .customer_card p {
            font-size: 16px;
            line-height: 1.3;
        }

    nav.sub.sidebar_nav {
        margin-top: 0px !important;
    }
}

@media (max-width: 767px) {
    p, .accordion .accordion-body ul {
        line-height: 1.35;
    }

    .top_nav {
        display: flex;
        align-items: center;
        margin: 0 -15px;
        justify-content: center;
    }

    .main_header .container {
        max-width: 100%;
    }

    .carousel .carousel_caption h2 {
        font-size: 42px;
        line-height: 48px;
        letter-spacing: -0.2px;
        margin-bottom: 5px;
    }

    .banner .carousel .carousel-item {
        min-height: 540px;
        max-height: 540px;
    }

    .welcome_text {
        padding: 45px 0px 48px;
    }

        .welcome_text p {
            font-size: 20px;
            margin-bottom: 12px;
            line-height: 27px;
        }

    .gallery_section .row .d-flex {
        padding-bottom: 16px;
    }

    .gallery_section .h-100 {
        height: auto !important;
    }

    .solution_section, .services_slider {
        padding: 52px 0;
    }

    .card_design .card-image {
        height: 255px;
    }

    .card_design .card-info {
        padding: 22px 18px;
        height: auto;
    }

        .card_design .card-info h3 {
            margin: 0 0 10px;
            font-size: 24px;
            line-height: 25px;
        }

        .card_design .card-info p {
            margin-bottom: 5px;
            font-size: 15px;
            line-height: 21px;
        }

    .service-section {
        padding: 35px 0;
    }

    .service-box i {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .service-box img {
        max-height: 36px;
        margin-bottom: 13px;
    }

    .service-box h5 {
        font-size: 17px;
        line-height: 19px;
        letter-spacing: -0.2px;
        margin-bottom: 5px;
    }

    .service-box p {
        font-size: 15px;
        line-height: 19px;
        letter-spacing: -0.15px;
    }

    .service-section .row {
        row-gap: 13px;
    }

    .service_item h4 {
        font-size: 20px;
        letter-spacing: -0.1px;
        line-height: 24px;
    }

    .service_item.bg-danger {
        padding: 22px 15px 10px 20px;
    }

    .link_arrow {
        font-size: 25px;
    }

    .service_item .btn.custom_btn {
        bottom: 20px;
        height: 35px;
        padding: 5px 18px;
        font-size: 14px;
        min-width: 115px;
    }

    .list_section h2 {
        font-size: 24px;
        letter-spacing: -0.3px;
        line-height: 30px;
        margin: 0 0 2px;
    }

    .logos_list {
        padding: 45px 5px;
        gap: 13px;
        flex-wrap: wrap;
    }

        .logos_list li {
            width: 47%;
            padding: 12px !important;
            border: none !important;
        }

    .feature_sec {
        padding: 10px 0 58px;
    }

    .feature-card {
        padding: 25px 22px;
    }

        .feature-card .title {
            font-size: 24px;
            line-height: 28px;
            letter-spacing: -0.2px;
            margin-bottom: 10px;
        }

        .feature-card p, .page_head p {
            font-size: 15.5px;
            line-height: 23px;
            margin-bottom: 22px;
        }

    .main_footer {
        padding: 40px 0 13px;
    }

        .foot_logo_info, .main_footer .inner:has(.image) {
            padding: 5px 0px 15px;
            margin: 0 0 15px;
            border: none;
            border-bottom: 1px solid #D8D8D8;
            height: auto;
        }

            .foot_logo_info a img {
                max-height: 48px;
            }

            .foot_logo_info h4, .main_footer .info .footer-heading {
                font-size: 20px;
                line-height: 25px;
                letter-spacing: -0.2px;
                margin: 20px 0px 7px !important;
            }

        .main_footer h5, .main_footer .inner .secondary-heading, .main_footer .inner .info .secondary-heading.footer-secondary-heading {
            margin: 10px 0 8px !important;
            font-size: 16.5px;
            line-height: 20px;
        }

        .main_footer ul li a {
            font-size: 14px;
            line-height: 25px;
            letter-spacing: -0.15px;
        }

        .main_footer .container > .row {
            padding-bottom: 30px;
        }

    .copyright {
        flex-flow: column;
        gap: 10px;
        align-items: flex-start;
    }

    .main_footer .copyright p {
        line-height: 20px;
    }

    .social-icons h6, li.site-credit > div {
        padding-right: 8px;
        font-size: 14px;
    }

    .social-icons a {
        font-size: 22px;
    }

    .link_info .icon:after {
        height: 40px;
        width: 40px;
    }

    .link_info .icon, .link_info:hover .icon:after {
        height: 45px;
        width: 45px;
        min-width: 45px;
    }

        .link_info .icon:before {
            height: 14px;
            width: 14px;
        }

    .link_info {
        gap: 7px;
        font-size: 15px;
        letter-spacing: -0.1px;
    }

    .gallery_img4 .link_info {
        left: 50px;
        bottom: 15%;
    }

    .gallery_img2 .link_info {
        left: 25px;
        top: 25px;
    }

    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        height: 34px;
        width: 34px;
        font-size: 15px !important;
    }

    .owl-carousel .owl-next {
        right: -16px;
    }

    .owl-carousel .owl-prev {
        left: -16px;
    }

    .list_section {
        padding: 5px 0px;
    }

    .carousel .carousel_caption {
        padding: 22px 18px 35px;
    }

    .banner .carousel .carousel-item {
        min-height: 405px;
        max-height: 405px;
    }

    .btn.custom_btn {
        height: 38px;
        padding: 5px 18px;
        font-size: 14px;
        min-width: 135px;
    }

    .product_img {
        height: 325px;
    }

    .page_head {
        padding: 48px 0 24px;
    }

    .products_info {
        padding: 45px 0px 25px;
    }

    .page_head h2 {
        font-size: 35px;
        line-height: 38px;
    }

    .page_head h4 {
        font-size: 30px;
        line-height: 32px;
    }

    .page_title {
        padding: 15px 0;
    }

    .breadcrumb {
        padding: 15px 0;
    }

        .breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
            font-size: 14px;
            line-height: 20px;
        }

            .breadcrumb .breadcrumb-item + .breadcrumb-item {
                padding-left: 7px;
            }

                .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                    padding-right: 7px;
                }

    .product_card h4 {
        font-size: 18px;
        line-height: 22px;
        padding: 12px 0;
    }

    .product_card {
        padding-bottom: 28px;
    }

    .category_list {
        padding: 0 0 25px;
    }

    .services_slider.bg_gray, .services_gray .services_slider {
        padding-top: 10px;
    }

    .solution_card .card-image {
        height: 320px;
    }

    .achieve_box {
        height: 310px;
    }

    .swiper-container-thumbs {
        height: 85px !important;
    }

        .swiper-container-thumbs .swiper-slide {
            max-width: 85px;
        }

    .product_slider {
        padding-bottom: 40px;
    }

    .product-price {
        font-size: 26px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .form-label {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 6px;
    }

    .form-control {
        font-size: 15px;
        height: 42px;
        padding: 6px 12px;
    }

    .quantity-input {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .quantity-btn {
        width: 43px;
        height: 45px;
    }

    .accordion .accordion-button {
        gap: 8px;
        font-size: 15px;
        line-height: 25px;
        padding: 12px 0px 12px 10px;
    }

    .form_section .form-control {
        height: 45px;
        font-size: 15px;
    }

    .form_section .btn.custom_btn {
        height: 48px;
        font-size: 18px;
    }

    .main_nav .navbar-brand {
        min-width: 205px;
    }

    .testimonial-section {
        padding: 15px 0;
    }

    .testimonial_item {
        padding: 12px 0 3px;
    }

    .testimonial-text {
        font-size: 18px;
        margin: 4px 0 12px;
        line-height: 21px;
    }

    .testimonial-author, .testimonial_list .item .inner .person {
        font-size: 15px;
    }

    .overlay-card {
        max-height: none;
        min-height: auto;
    }

    .windows.windows-4.big-window-first .item a:hover .link, .windows.windows-4.small-window-first .item a:hover .link {
        bottom: 15px;
    }

    .row:has(> div:nth-child(2) .slick_slider) {
        flex-flow: column-reverse;
    }

    body {
        font-size: 15px;
    }

    .solution_section.about_section {
        padding: 30px 0;
    }

        .solution_section.about_section .card-info.py-3 {
            padding-bottom: 0px !important;
            padding-top: 10px !important;
        }

    .heading p {
        line-height: normal;
    }

    .heading.main.mb-3 {
        margin-bottom: 15px !important;
    }

    .grid-section .col-md-3.column h3 {
        margin: 12px 0 0px;
        font-size: 26px !important;
    }

    .grid-section .col-md-3.column h2 {
        margin: 12px 0 0px;
        font-size: 28px !important;
    }

    .grid-section .col-md-3.column p:last-child {
        margin-bottom: 16px;
    }

    .logos_grid .grid-section .row .col-md-2.column {
        flex: 0 0 auto;
        width: 33%;
    }

    .service-title {
        margin: 12px 0 8px;
    }

    footer .item.footer-item.col-md-2 {
        width: 50%;
        padding-bottom: 18px;
    }

    footer .item.usn_pod_links .secondary-heading + .listing_links {
        margin-top: 5px !important;
    }

    footer nav.footer-navigation ul li {
        display: inline-block;
        padding: 3px 4px;
    }

    .about_content > .component-inner {
        padding: 20px 0 15px !important;
    }

    .cases_list {
        margin: 10px 0px 12px;
    }

    .tabs_section .nav-tabs {
        margin: 0 auto 12px;
        gap: 4px;
    }

        .tabs_section .nav-tabs .nav-link {
            font-size: 14px;
            padding: 7px 12px;
        }

    .cases_list .image {
        margin-bottom: 12px;
    }

    .tabs_section .nav-tabs .nav-link.active {
        border-color: #dc3545;
        border-radius: 3px !important;
    }

    .testimonial_list .testimonial-text {
        font-size: 16px;
        margin: 5px 0 3px;
    }

        .testimonial_list .testimonial-text p {
            margin-bottom: 10px;
            line-height: 21px;
        }

    .testimonial_list .testimonial_item, .testimonial_list .item .inner {
        padding: 20px 16px;
        min-height: 215px;
    }

    .testimonial_list .testimonial-author {
        font-size: 14px;
    }

    .testimonial_list .testimonial_item .fa-quote-left {
        font-size: 34px;
    }

    .slick-slider .slick-dots li button {
        width: 10px !important;
        height: 10px !important;
    }

    .policy_sec .accordion .accordion-button {
        padding: 9px 50px 9px 12px;
    }

        .policy_sec .accordion .accordion-button::after {
            height: 32px;
            width: 32px;
            font-size: 15px;
        }

    .policy_sec .accordion-body p:not(:last-child) {
        margin-bottom: 9px;
    }

    .accordion .accordion-body ul, .policy_sec .accordion-body p {
        line-height: 1.33;
    }

    .cart_page {
        padding: 25px 0 30px;
    }

        .cart_page h2 {
            margin: 0 0 10px;
            font-size: 26px;
        }

        .cart_page .white_box {
            padding: 14px;
            border-radius: 8px;
        }

    .cart_table thead th {
        padding: 10px 10px;
    }

    .cart_page .btn.custom_btn {
        min-width: auto;
    }
}

@media (max-width: 575px) {
    .product_card, .solution_card {
        max-width: 345px;
        margin: 0 auto;
        padding-bottom: 24px;
    }

    .solution_card {
        padding-bottom: 10px;
    }

    .product_img {
        height: 445px;
    }

    .swiper-container {
        height: 330px;
    }

    .swiper-container-thumbs {
        height: 75px !important;
    }

        .swiper-container-thumbs .swiper-slide {
            max-width: 75px;
        }

    .product_slider {
        padding-bottom: 32px;
    }

    .products_info {
        padding: 42px 0px 15px;
    }

    .solution_card .card-image {
        height: 430px;
    }

    .form_section {
        padding: 10px 0 65px;
    }

    .icon_list .phone_icon {
        height: 28px;
        width: 28px;
    }

    .icon_list:first-child {
        padding-right: 8px;
        margin-right: 8px;
    }

    .search_options .icon_list i {
        font-size: 20px;
    }

    .icon_list:first-child:after {
        height: 25px;
    }

    .icon_list > span > img {
        min-width: 25px;
        max-width: 28px;
    }

    .main_header .navbar-toggler {
        margin-left: 15px;
        font-size: 24px;
    }

    .icon_list .phone_icon img {
        max-height: 14px;
    }

    .windows.windows-4.big-window-first > .item:nth-child(1):before, .windows.windows-4.big-window-first > .item:nth-child(4):before, .windows.windows-4.small-window-first > .item:nth-child(2):before, .windows.windows-4.small-window-first > .item:nth-child(3):before, .windows.windows-4.big-window-first > .item:nth-child(2):before, .windows.windows-4.big-window-first > .item:nth-child(3):before, .windows.windows-4.small-window-first > .item:nth-child(1):before, .windows.windows-4.small-window-first > .item:nth-child(4):before {
        padding-top: 305px !important;
    }

    .text.base-text h2 {
        font-size: 28px;
        line-height: normal;
    }

    .service_item_4 .service-box {
        padding: 8px 0px;
    }

    .right-col nav.sub > ul {
        padding: 10px 15px;
    }

        .right-col nav.sub > ul li a {
            padding: 8px 0;
        }

    .right-col nav.sub .heading a {
        padding: 15px 15px;
    }

    .right-col nav.sub .heading {
        font-size: 17px;
    }

    nav.sub ul li .expand-subpages {
        top: 4px;
    }
}

@media (max-width: 480px) {
    .achieve_box {
        height: 300px;
    }

        .achieve_box .back {
            padding: 22px 22px;
        }

    .main_nav .navbar-brand {
        min-width: 175px;
    }

    #navbarSupportedContent {
        padding: 95px 0px 25px;
    }

    div#site {
        padding-top: 95px;
    }

    .main_footer .inner .image {
        min-height: 60px;
        max-width: 330px;
    }
}

@media (max-width: 370px) {
    .service-box {
        padding: 8px 0px;
    }

        .service-box i {
            font-size: 35px;
        }

        .service-box img {
            max-height: 35px;
        }

        .service-box p {
            font-size: 15px;
        }

        .service-box h5 {
            font-size: 16.5px;
        }

    .carousel .carousel_caption h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .banner .carousel .carousel-item {
        min-height: 385px;
        max-height: 385px;
    }

    .welcome_text p {
        font-size: 20px;
        line-height: 27px;
    }

    .page_head h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .page_head h4 {
        font-size: 28px;
        line-height: 31px;
    }

    .product_card {
        max-width: 290px;
        padding-bottom: 20px;
    }

    .product_img {
        height: auto;
        max-height: 378px;
    }

    .swiper-container {
        height: 300px;
    }

    .swiper-container-thumbs .swiper-slide {
        max-width: 70px;
    }

    .swiper-container-thumbs {
        height: 70px !important;
    }

        .swiper-container-thumbs .swiper-wrapper {
            gap: 6px;
        }

    .achieve_box p {
        font-size: 14px;
        line-height: 20px;
    }

    .achieve_box {
        height: 290px;
    }

    .products_info .btn.custom_btn {
        min-width: 140px;
    }

    .form_section .btn.custom_btn {
        height: 46px;
        font-size: 16px;
    }

    .solution_card {
        max-width: 290px;
    }

        .solution_card .card-image {
            height: 375px;
        }

    .main_header .container {
        padding-left: 13px;
        padding-right: 13px;
    }

    .main_nav .navbar-brand {
        min-width: 132px;
    }
}
 