@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800");
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

body {
    margin: 0;
    padding: 0;
    color: #212121;
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    background-color: #ffffff;
    padding-top: 173px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
}

a {
    color: #212121;
    text-decoration: none;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    a:hover, a:focus {
        color: #cc0000;
        text-decoration: none;
        cursor: pointer;
        outline: none;
    }

.text-underline {
    text-decoration: underline !important;
}

.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 800;
}

.sm-font {
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #343a40;
    margin: 0;
}

p {
    color: #555555;
}

.underline {
    text-decoration: underline !important;
}

ul, ol {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #555555;
}

h2.h2-headding {
    font-weight: 600;
    font-size: 30px;
}

label {
    font-weight: 600;
    font-size: 15px;
    color: #555555;
    margin-bottom: 3px;
}

.form-control {
    font-size: 14px;
    border-radius: 2px !important;
    height: 42px;
}

    .form-control:hover,
    .form-control:focus {
        border-color: #005693;
        outline: none;
        box-shadow: none;
    }

    .form-control.input-validation-error {
        border-color: #C00;
        background-color: rgb(204 0 0 / 5%);
    }

label {
    font-size: 14px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.btn {
    font-weight: 600;
    font-size: 14px;
    border-width: 1px;
    cursor: pointer;
    line-height: normal;
    padding: 12px 15px 9px;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    line-height: 1;
}

    .btn:hover, .btn:focus,
    .btn:not(:disabled):not(.disabled).active:focus,
    .btn:not(:disabled):not(.disabled):active:focus,
    .show > .btn.dropdown-toggle:focus {
        outline: none;
        box-shadow: none;
    }

.btn-primary {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}

    .btn-primary:hover, .btn-primary.focus, .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #cc0000;
        border-color: #cc0000;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn.btn-secondary {
    background-color: #005693;
    border-color: #005693;
}

    .btn.btn-secondary:hover, .btn.btn-secondary:focus,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #0966a9;
        border-color: #0966a9;
    }

.btn-dark.hover, .btn-dark:hover,
.btn-dark.focus, .btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #383e44;
    border-color: #383e44;
}

.btn-outline-primary {
    color: #cc0000;
    border-color: #cc0000;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #cc0000;
        border-color: #cc0000;
    }

.btn.btn-gray {
    background: #dddddd;
    border-color: #ccc;
    color: #333333;
}

.btn.btn-sm {
    padding: 8px 10px 5px !important;
    font-size: .875rem !important;
}

button:hover, button:focus,
.btn:hover, .btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-transparent-white {
    color: #fff;
    border: 2px solid #fff !important;
}

    .btn-transparent-white:hover, .btn-transparent-white:focus {
        color: #212121;
        background-color: #fff;
        border: 2px solid #fff !important;
    }

.font-weight-light {
    font-weight: 300 !important;
}

.card.card-custom {
    border: 0px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    overflow: hidden;
}

    .card.card-custom .card-header {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

        .card.card-custom .card-header .card-header-title {
            font-weight: 700;
            font-size: 18px;
            text-transform: uppercase;
            margin: 0px;
        }

.plr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-100 {
    padding-top: 100px;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-100 {
    padding-bottom: 100px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.font-italic {
    font-style: italic;
}

.text-2,
.list-check.text-2 li {
    font-size: 20px;
}

.text-3 {
    font-size: 18px;
}

.border-radius-4 {
    border-radius: 4px;
}

.height-350px {
    height: 350px;
}

.height-450px {
    height: 450px;
}

.padding-20px {
    padding: 40px !important;
}

.owl-carousel.owl-theme.arrow-middle.arrow-overcard:hover .owl-nav button.owl-prev {
    left: -20px;
}

.owl-carousel.owl-theme.arrow-middle.arrow-overcard:hover .owl-nav button.owl-next {
    right: -20px;
}

.list-style-1 {
    position: relative;
    margin-bottom: 15px;
}

    .list-style-1 li {
        position: relative;
        padding: 0 0 10px 25px;
    }

        .list-style-1 li:before {
            content: "\f192";
            position: absolute;
            top: 1px;
            left: 0;
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            color: #212121;
        }

.parallax {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}

.bg-black {
    background-color: #000;
}

.bg-dark-gray {
    background-color: #1c1c1c;
}

.bg-extra-dark-gray {
    background-color: #1c1c1c;
}

.bg-primary {
    background-color: #cc0000 !important;
}

.bg-secondary {
    background-color: #005693 !important;
}

.opacity-full {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    top: 0;
    left: 0;
}

img {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.svgicon {
    width: 40px;
    height: 40px;
    fill: #dddddd;
}

.title-t2 {
    font-weight: 600;
    font-size: 22px;
}

.title-t4 {
    font-weight: 600;
    font-size: 28px;
}

.inner-title-t2 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
}

.bg-after {
    position: relative;
}

    .bg-after:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #005693;
        opacity: 0.7;
        z-index: 0;
    }

.main-title {
    margin-bottom: 30px;
}

    .main-title .title-alt {
        font-weight: 800;
        font-size: 14px;
        color: #005693;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .main-title .main-title-t1 {
        font-weight: 800;
        font-size: 26px;
        text-transform: uppercase;
    }

    .main-title .main-title-t2 {
        font-weight: 400;
        font-size: 20px;
        color: #5a5a5a;
    }

.bg-gray {
    background-color: #f7f7f7;
}

.padding-four-all {
    padding: 4%;
}

.bt-0 {
    border-top: 0px !important
}

.list-dott li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
}

    .list-dott li:before {
        content: "\f192";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        left: 0px;
        color: #005693;
    }

.gray-dott li:before {
    color: #585858;
}

.list-checks li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 2px;
    left: 0px;
    color: #005693;
    font-size: 16px;
}

.list-checks li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 5px;
}

.td-whitespace {
    white-space: nowrap;
}

.title-t3 {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

.custom-file-input,
.custom-file-input ~ .custom-file-label,
.custom-file-input ~ .custom-file-label::after {
    height: 40px;
    line-height: 2;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #005693;
        box-shadow: none;
    }

.primary-color {
    color: #cc0000 !important;
}

.rounded-border {
    border-radius: 4px;
    overflow: hidden;
}

.wh-nospace {
}

.height-350px {
    height: 350px;
}

.text-primary {
    color: #cc0000 !important;
}

.text-secondary {
    color: #005693 !important;
}

.divider-or {
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

    .divider-or:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        background: #343a40;
        display: block;
        height: 1px;
    }

    .divider-or > span {
        background: #fff;
        padding: 0 20px;
        position: relative;
        z-index: 1;
        display: inline-block;
    }

.toggle-password {
    font-size: 13px;
}

.tooltip {
    z-index: 990;
}
/*-- Header :: Start --*/
/*body .sticky-header {
    padding-top: 143px;
}*/

.top-bar {
    background-color: #005693 !important;
    position: relative;
    height: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    overflow: hidden;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
}

header.is-sticky .top-bar {
    margin-top: -40px;
}

.top-bar-info li {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-left: 1px solid rgb(255 255 255 / 10%);
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 10.5px 14px 9.5px 14px;
}

    .top-bar-info li a {
        color: #fff !important;
    }

    .top-bar-info li i {
        font-size: 15px;
        color: #fff;
        padding-right: 5px;
    }

.social-icons li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    width: 50px;
    text-align: center;
    border-left: 1px solid rgb(255 255 255 / 10%);
    margin: 0;
    padding: 9px;
}

    .social-icons li a {
        color: #fff;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }



.top-bar-info li a:hover,
.social-icons a:hover {
    color: #cc0000 !important;
}

.social-icons li:last-child {
    border-right: 1px solid rgb(255 255 255 / 10%);
}

.navbar {
    padding: 0px;
}

.bg-blue {
    background-color: #005693 !important;
}

.bg-light {
    background-color: #ffffff !important;
}

nav.navbar-dark {
    background-color: #343a40;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    header.header.is-sticky .navbar {
        /*box-shadow: 0px 3px 5px 0px rgb(183 183 183 / 50%);*/
    }

.navbar-brand {
    padding: 0px;
}

    .navbar-brand img {
        height: 60px;
    }

.navbar-nav > .nav-item:first-child {
    margin-left: 15px;
}

.navbar-nav > .nav-item {
    margin-left: 30px;
    position: relative;
    list-style: none;
    transition: all 0.3s ease 0s;
}

    .navbar-nav > .nav-item:first-child {
        margin-left: 0px;
    }

/*.navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgb(0 0 0 / 5%);
}*/

.navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    margin: 0;
    min-width: 15rem;
}

.navbar .navbar-nav .dropdown-item {
    padding: 8px 15px;
    font-size: 15px;
}

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    color: #c00;
    background-color: transparent;
}

.navbar-nav > .nav-item > .nav-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    padding: 15px 0px;
    transition: none;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #bfbfbf;
}

.header.header .navbar-toggler {
    border: 0px;
    padding: 0px;
    display: none;
    border-radius: 0px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 0px;
    background: #fff;
}

.navbar-light .navbar-toggler .icon-bar {
    background: #3d3d3d !important;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 6px;
}

.main-menu .mobilenav-header {
    display: none;
}


.header-search-form, .header-wishlist {
    margin-right: 10px;
}

.header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.header-search-form input[type=search] {
    position: relative;
}

.header-search-form .input-group-append {
    margin-left: 0px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.header-search-form input[type=search] {
    position: relative;
    border-radius: 40px !important;
    border: 0px;
    padding: 5px 40px 5px 20px;
    width: 640px !important;
    width: 100%;
    height: 42px;
}

.header-search-form .input-group-append .btn-search {
    background-color: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
    margin-right: 15px;
    color: #929292;
}

.header-links {
    text-align: center;
}

    .header-links > a .fas,
    .header-account .btn-account .far,
    .header-links > a > i,
    .header-account .btn-account > i {
        font-size: 20px;
        display: block;
    }

    .header-links .header-link-title, .btn-account .header-link-title {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 11px;
        display: block;
        position: relative;
        line-height: 1.2;
        text-transform: none;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 60px;
    }

.header-account .btn-account:after,
.header-search.header-account .btn-account:after {
    display: none;
}

.header-search.header-account .dropdown-menu {
    min-width: 300px !important;
    padding: 20px;
}

.header-account .btn-account,
.header-cart .btn-cart {
    line-height: 1.2;
    position: relative;
    padding: 22px 0;
    border: 0px;
}

    .header-account .btn-account > i,
    .header-cart .btn-cart > i {
        padding-bottom: 5px;
        display: block;
    }

.header-account .dropdown-item {
    padding: 6px 10px;
    font-size: 14px;
}

    .header-account .dropdown-item > i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: inline-block;
        text-align: center;
        margin-right: 5px;
    }

.header-account .dropdown-menu {
    margin: 1.1rem 0 0;
    border-radius: 0;
}

.header-account .btn-account {
    background-color: transparent;
    color: #fff;
}

.navbar-light .header-account .btn-account,
.navbar-light .header-links .mini-cart {
    color: #3d3d3d;
}

    .navbar-light .header-account .btn-account::after {
        margin-left: 2px !important;
    }

.header-account .btn-account .header-link-title {
    /*display: inline-block;*/
}

.md-show {
    display: none !important;
}

.header-links .mini-cart {
    display: block;
    color: #fff;
    position: relative;
}

    .header-links .mini-cart .mini-cart-item {
        font-weight: 600;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 15px;
        height: 15px;
        line-height: 18px;
        background-color: #cc0000;
        color: #fff;
        border-radius: 20px;
        font-size: 10px;
        letter-spacing: -1px;
    }

.header-account .dropdown-menu {
    min-width: 150px !important;
    text-align: left;
    z-index: 999;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
    border: 0px;
    border-top: 4px solid #005693;
    -webkit-box-shadow: 0 12px 20px 0 rgb(23 28 33 / 16%);
    box-shadow: 0 12px 20px 0 rgb(23 28 33 / 16%);
}

.header-middle {
    background-color: #eee !important;
}

.nav-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-search-form {
    position: relative;
    max-width: 600px;
    width: 100%;
}

    .product-search-form .input-group .form-control {
        display: block;
        width: 100%;
        border-radius: 50px !important;
        position: relative;
        padding: 10px 50px 10px 20px;
        border: 2px solid #cbcbcb;
        background-color: rgb(0 0 0 / 5%);
    }

        .product-search-form .input-group .form-control:focus {
            border-color: #005693;
        }

    .product-search-form .input-group-append {
        margin: 0px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }

        .product-search-form .input-group-append .input-group-text {
            padding: 0px;
            border: 0px;
            background-color: transparent;
        }
/*--- MIni Cart :: Start ---*/
.minicart-area .dropdown-menu {
    min-width: 25rem !important;
    text-align: left;
    z-index: 999;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
    border: 0px;
    border-top: 4px solid #005693;
    -webkit-box-shadow: 0 12px 20px 0 rgb(23 28 33 / 16%);
    box-shadow: 0 12px 20px 0 rgb(23 28 33 / 16%);
}

.minicart-area .mini-cart.dropdown-toggle:after {
    display: none;
}

.minicart-area .dropdown-menu .minicart-count {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #dee0e4;
}

    .minicart-area .dropdown-menu .minicart-count p {
        font-size: 14px;
        margin: 0px;
    }

        .minicart-area .dropdown-menu .minicart-count p a {
            font-weight: 800;
        }

.minicart-area .dropdown-menu .minicart-items-box {
    max-height: 320px;
}

    .minicart-area .dropdown-menu .minicart-items-box .minicart-item {
        padding: 10px;
        border-bottom: 1px solid #dee0e4;
    }

    .minicart-area .dropdown-menu .minicart-items-box .minicart-thumb {
        float: left;
    }

        .minicart-area .dropdown-menu .minicart-items-box .minicart-thumb > a {
            display: block;
        }

        .minicart-area .dropdown-menu .minicart-items-box .minicart-thumb .minicart-img {
            width: 60px;
            height: 60px;
        }

    .minicart-area .dropdown-menu .minicart-items-box .minicart-product-details {
        margin-left: 70px;
    }

        .minicart-area .dropdown-menu .minicart-items-box .minicart-product-details .minicart-productname a {
            font-family: 'Raleway', sans-serif;
            font-weight: 800;
            font-size: 14px;
            line-height: 1.4;
            display: block;
            /*margin-bottom: 5px;*/
        }

        .minicart-area .dropdown-menu .minicart-items-box .minicart-product-details .minicart-productquantity {
            font-weight: 600;
            font-size: 15px;
            float: left;
        }

            .minicart-area .dropdown-menu .minicart-items-box .minicart-product-details .minicart-productquantity > span {
                opacity: 0.5;
            }

        .minicart-area .dropdown-menu .minicart-items-box .minicart-product-details .minicart-productremove {
            float: right;
        }

    .minicart-area .dropdown-menu .minicart-items-box .minicart-productremove .minicart-productremove-btn {
        color: #c61003;
    }

.minicart-area .dropdown-menu .minicart-footer {
    background-color: #c7d1d6;
    padding: 10px;
}

    .minicart-area .dropdown-menu .minicart-footer .minicart-totals {
        text-align: right;
        font-size: 15px;
    }

    .minicart-area .dropdown-menu .minicart-footer .minicart-buttons {
        text-align: right;
        padding: 10px 0px 10px 0px;
    }

.minicart-footer .minicart-footprice {
    display: table;
    width: 100%;
}

    .minicart-footer .minicart-footprice .minicart-totals {
        display: table-row;
        text-align: right;
    }

        .minicart-footer .minicart-footprice .minicart-totals > span {
            display: table-cell;
            padding-top: 5px;
        }

        .minicart-footer .minicart-footprice .minicart-totals:first-child > span {
            padding-top: 0px;
        }

.minicart-area .dropdown-menu .minicart-footer .minicart-totals > strong {
    font-weight: 400;
}

.minicart-area .dropdown-menu .minicart-footer .minicart-totals.gtotal,
.minicart-area .dropdown-menu .minicart-footer .minicart-totals.gtotal > strong {
    font-weight: 800 !important;
}


.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background: #23272b;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d43236 !important;
    opacity: 0.6;
}
/*--- MIni Cart :: End ---*/

.secondary-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 1rem;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}

    .secondary-header .secondary-menu-list {
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .secondary-header .secondary-menu-list li {
            margin-right: 15px;
            position: relative;
            list-style: none;
            transition: all 0.3s ease 0s;
        }

            .secondary-header .secondary-menu-list li:last-child {
                margin-right: 0px;
            }

        .secondary-header .secondary-menu-list .secondary-menu-link {
            font-size: 15px;
            display: block;
            padding: 12px 8px;
            color: #666666;
        }

            .secondary-header .secondary-menu-list .secondary-menu-link:hover {
                color: #cc0000;
            }

    .secondary-header .inner-header-title {
        font-weight: 600;
    }

.simple-dropdown .dropdown-menu > li > a.dropdown-item .fas {
    position: absolute;
    right: 0;
    font-size: 12px;
    margin-top: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.simple-dropdown .dropdown-menu > li.dropdown > ul,
.simple-dropdown .dropdown-menu > li.dropdown > ul > li.dropdown > ul {
    background: #fff;
    display: none;
    left: 240px;
    margin: -8px 0 0 1px !important;
    min-width: 220px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    padding: 13px 0 !important;
    font-weight: 500;
    text-transform: capitalize;
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*-- Header :: End --*/
/*-- Slider :: Start --*/

.slick-slide {
    height: 600px;
}

.hero-slider .slick-slide img {
    height: 600px;
    object-fit: cover;
}

.hero-slider {
    display: block;
    width: 100%;
    padding: 0px 0px;
}

    .hero-slider .slider-area {
        display: block;
        width: 100%;
    }

    .hero-slider .hero-slider-seq .slick-prev,
    .hero-slider .hero-slider-seq .slick-next {
        font-weight: bold;
        height: 80px;
        top: 45%;
        width: 34px;
        background-color: #fff;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        color: #000;
    }

        .hero-slider .hero-slider-seq .slick-prev:hover,
        .hero-slider .hero-slider-seq .slick-next:hover {
            background-color: #cc0000;
            color: #fff;
        }

    .hero-slider .hero-slider-seq .slick-prev {
        left: 0px;
        border-radius: 0px 4px 4px 0px;
    }

    .hero-slider .hero-slider-seq .slick-next {
        right: 0px;
        border-radius: 4px 0px 0px 4px;
    }

    .hero-slider .hero-slider-seq .slick-arrow {
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
    }

    .hero-slider .hero-slider-seq:hover .slick-arrow {
        visibility: visible;
        opacity: 0.8;
    }

    .hero-slider .slick-slide img {
        max-width: 100%;
        min-width: 100%;
    }

    .hero-slider .slick-dots {
        bottom: 10px;
    }

        .hero-slider .slick-dots li {
            background: 0 0;
            height: auto;
            width: auto;
            text-align: center;
        }

            .hero-slider .slick-dots li button {
                border: 1px solid #fff;
                display: inline-block;
                margin: 0;
                padding: 0;
                position: relative;
                text-align: center;
                vertical-align: middle;
            }

                .hero-slider .slick-dots li button, .hero-slider .slick-dots li button::before {
                    border-width: 2px;
                    height: 10px;
                    width: 10px;
                    content: '';
                    border-radius: 2px;
                }

            .hero-slider .slick-dots li.slick-active button {
                background-color: #cc0000;
                border: 1px solid #cc0000;
            }

    .hero-slider .slick-slide .slider-seq-model {
        position: relative;
    }

    .hero-slider .slick-slide .slide-content {
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }

        .hero-slider .slick-slide .slide-content h5 {
            font-weight: 600 !important;
            color: #232020;
            background-color: rgb(255 255 255 / 90%);
            display: inline-block;
            padding: 12px 30px;
            margin-bottom: 30px;
        }

        .hero-slider .slick-slide .slide-content .text-center h5 {
            margin: 0px auto;
        }

        .hero-slider .slick-slide .slide-content h2 {
            font-weight: 700;
            font-size: 46px;
            line-height: 1.2;
            color: #fff;
            margin-bottom: 40px;
            text-transform: capitalize;
            text-shadow: 2px 1px 2px rgb(0 0 0 / 50%);
        }
/*-- Slider :: End --*/
.page-wrapper {
    margin-top: 0px;
}

.product-menu-list li {
    display: block;
    padding: 18px 20px;
}

.product-nav-box.navbar-fixed-top li {
    padding: 15px 20px;
}

.product-menu-list .product-menu-link {
    font-weight: 600;
    font-size: 16px;
    color: #585858;
}

.product-menu-list li .product-menu-link.active,
.product-menu-list li.active .product-menu-link {
    color: #cc0000;
}

.product-menu-list .product-menu-link > i {
    padding-right: 6px;
}

.product-nav-box.affix {
    position: fixed;
    top: 133px;
    left: 0;
    right: 0;
    z-index: 990;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .product-nav-box.affix .product-menu-list li {
        display: block;
        padding: 10px 20px;
    }

.deals-area {
    position: relative;
}

    .deals-area .deals-content {
        position: absolute;
    }

    .deals-area .deals-content {
        position: absolute;
        width: 50%;
        top: 50%;
        left: 35%;
        transform: translate(-50%,-50%);
    }

        .deals-area .deals-content .deals-content-title1 {
            font-weight: 300;
            font-size: 56px;
            line-height: 1.1;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .deals-area .deals-content .deals-content-title2 {
            font-weight: 800;
            font-size: 18px;
            line-height: 1.4;
            text-transform: uppercase;
            margin-bottom: 80px;
        }

.carousel-slider .product-box {
    margin: 5px;
}

.product-box {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

    .product-box .product-img {
        position: relative;
        overflow: hidden;
    }

        .product-box .product-img img {
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .product-box .product-on-sale {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 99;
        background-color: #3b9d3f;
        color: #fff;
        padding: 7px 10px 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .product-box .product-action-box {
        margin-top: 10px;
    }

.product-action-box .qtyBtn {
    padding: 13px 10px 6px !important;
}

.product-action-box .product-addquantity input {
    width: 45px;
}

.product-action-box .product-action .product-addquantity {
    margin-right: 10px;
}

.product-box .product-action-box .product-action-group {
    margin: 0 0 0 10px;
}

    .product-box .product-action-box .product-action-group li {
        position: relative;
        display: block;
        margin: 10px 0;
        -webkit-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
        -o-transform: translate(0, 15px);
        transform: translate(0, 15px);
        opacity: 0;
    }

        .product-box .product-action-box .product-action-group li:nth-child(1) {
            -webkit-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

        .product-box .product-action-box .product-action-group li:nth-child(2) {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .product-box .product-action-box .product-action-group li:nth-child(3) {
            -webkit-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        .product-box .product-action-box .product-action-group li:nth-child(4) {
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

.product-box:hover .product-action-box .product-action-group li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

    .product-box:hover .product-action-box .product-action-group li a {
        background-color: #fff;
        font-size: 0;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        width: 35px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        display: block;
        text-align: center;
        border-radius: 100%;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    }

.product-box .product-action-box .product-action-group li a i {
    vertical-align: middle;
    line-height: 37px;
    font-size: 18px;
}

.product-box .product-info {
    padding: 15px;
}

    .product-box .product-info .product-title {
        font-size: 16px;
        /* margin-bottom: 10px; */
        /* white-space: nowrap; */
        /* text-overflow: ellipsis; */
        /* overflow: hidden; */
        /* text-transform: uppercase; */
        margin-bottom: 10px;
        height: 45px;
        overflow: hidden;
    }

    .product-box .product-info .product-price {
        margin-bottom: 5px;
    }

.product-box .product-action-box .btn {
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
}

.price {
    font-weight: 700;
    font-size: 16px;
    color: #cc0000;
    letter-spacing: -1px;
}

.price-vat {
    font-size: 16px;
    font-weight: 600;
}

.product-price del, .single-product-price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
    color: #686868;
    letter-spacing: -1px;
}

.on-sale {
    font-weight: 800;
    font-size: 12px;
    padding: 0px 10px;
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #005693;
}

    .on-sale:after {
        content: "";
        position: absolute;
        left: 100%;
        border-bottom: 17px solid #cc0000;
        border-right: 7px solid transparent;
    }

.rating-wrap .rating {
    overflow: hidden;
    position: relative;
    height: 20px;
    font-size: 12px;
    width: 70px;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    vertical-align: middle;
}

.rating::before {
    font-size: 12px;
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    float: left;
    color: #F6BC3E;
}

.product-rate {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #F6BC3E;
}

    .product-rate::before {
        font-size: 12px;
        content: "\f005\f005\f005\f005\f005";
        top: 0;
        position: absolute;
        left: 0;
        font-weight: 900;
    }

.rating-num {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
}

.sales-countdown-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.sales-countdown-title {
    font-family: 'Rammetto One', cursive;
    font-size: 30px;
    text-transform: uppercase;
    margin-right: 150px;
    /*color: #005693;*/
    color: #fff;
}

.sales-countdown-timer .countdown-item {
    text-align: center;
    padding: 0px 10px;
    background: transparent;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

    .sales-countdown-timer .countdown-item .number {
        font-weight: 800;
        font-size: 32px;
        margin-bottom: 10px;
        color: #fff;
    }

.offer-area {
    width: 160px;
    position: absolute;
    right: 23px;
    top: 3px;
}

.gradient-bg {
    background: linear-gradient( 135deg, #3f51b5, #2196f3);
}

.owl-theme.dott-up .owl-nav.disabled + .owl-dots {
    /*margin: 0px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);*/
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 1px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #005693;
}

.owl-theme.arrow-middle .owl-nav [class*=owl-] {
    position: absolute;
    padding: 40px 20px !important;
    top: 50%;
    margin: 0px;
    font-size: 20px;
    background-color: #fff;
    color: #212121;
    box-shadow: 1px 2px 10px -1px rgb(0 0 0 / 30%);
}

.owl-carousel.owl-theme.arrow-middle .owl-nav button.owl-prev {
    left: -100px;
    transform: translateY(-50%);
}

.owl-carousel.owl-theme.arrow-middle .owl-nav button.owl-next {
    right: -100px;
    transform: translateY(-50%);
}

.owl-carousel.owl-theme.arrow-middle:hover .owl-nav button.owl-prev {
    left: 0px;
}

.owl-carousel.owl-theme.arrow-middle:hover .owl-nav button.owl-next {
    right: 0px;
}



.deal-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .deal-wrap .deal-product-img {
        max-width: 243px;
        width: 100%;
    }

        .deal-wrap .deal-product-img > a {
            display: block;
        }

    .deal-wrap .deal-product-content {
        width: 100%;
        padding: 30px 30px 30px 0;
    }

        .deal-wrap .deal-product-content .deal-product-info {
            padding: 0;
        }

    .deal-wrap .product-price {
        margin-bottom: 5px;
    }

        .deal-wrap .product-price del {
            font-size: 14px;
            margin-right: 5px;
            margin-left: 3px;
        }

    .deal-wrap .deal-progress {
        padding-top: 5px;
        display: block;
    }

    .deal-wrap .stock-available {
        float: right;
    }

    .deal-wrap .stock-sold, .deal-wrap .stock-available {
        font-size: 16px;
        color: #717171;
    }

    .deal-wrap .deal-progress .progress {
        margin-top: 5px;
        margin-bottom: 0px;
        border-radius: 20px;
    }

    .deal-wrap .deal-progress .progress-bar {
        background-color: #cc0000;
        text-indent: -99999px;
    }

.stats-area {
    background-color: transparent;
}

    .stats-area .stats-icon {
        font-size: 30px;
        /*color: #fff;*/
        margin-bottom: 8px;
        /*background-color: #000;
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 75px;
        text-align: center;
        border-radius: 4px;*/
    }

    .stats-area .stats-content .icon-box-title {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 10px;
        /*color: #fff;*/
    }

    .stats-area .stats-content p {
        font-weight: 400;
        font-size: 16px;
        margin: 0;
        /*color: #fff;*/
    }


.parallax-section {
    position: relative;
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/*-- Counter Banner :: Start --*/
.counter-section .h2-headding {
    font-weight: 800;
    position: absolute;
    z-index: 9;
    font-size: 28px;
    text-transform: uppercase;
    top: 30px;
    left: 30px;
    color: #494949;
    margin: 0px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 8%);
}

.counter-section .bg-dark .main-title-t1 {
    color: #fff;
}

.tag-area {
    position: absolute;
    z-index: 999;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 18px;
    background-color: rgb(0 0 0 / 50%);
    transform: translate(-50%, -50%);
}

.counter-items .counter-img-area:first-child .tag-area {
    top: 35%;
    left: 65%;
}

.counter-items .counter-img-area:nth-child(2n) .tag-area {
    top: 43%;
    left: 60%;
}

.counter-items .counter-img-area:nth-child(3n) .tag-area {
    top: 11%;
    left: 35%;
}

.counter-items .counter-img-area:nth-child(4n) .tag-area {
    top: 65%;
    left: 45%;
}

.counter-img-area {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

    .counter-img-area .counter-img {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        cursor: pointer;
    }

    .counter-img-area:hover .counter-img {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.1);
    }

    .counter-img-area.productimg-1 {
        top: 54%;
        left: 30%;
        max-width: 400px;
    }

    .counter-img-area.productimg-2 {
        top: 70%;
        left: 50%;
        max-width: 90px;
    }

    .counter-img-area.productimg-3 {
        top: 50%;
        left: 61%;
        max-width: 150px;
    }

    .counter-img-area.productimg-4 {
        top: 70%;
        left: 80%;
        max-width: 190px;
    }

.counter-box,
.counter-box.style-2 {
    position: relative;
}

.counter-section .counter-box.style-1 .counter-items-list .tag-btn,
.counter-section .counter-box.style-2 .counter-items-list .tag-btn {
    position: absolute;
    z-index: 990;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 18px;
    background-color: rgb(0 0 0 / 50%);
    transform: translate(-50%, -50%);
}

/*-- Counter Banner :: End --*/
.getpromo-box .getpromo-head {
    display: inline-block;
}

.getpromo-form {
    display: inline-block;
}
/*-- Industrty :: Start --*/
.industrty-box {
    display: block;
    text-align: center;
    background: #fff;
    padding: 35px 20px;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .industrty-box .industrty-icon {
        margin-bottom: 20px;
    }

        .industrty-box .industrty-icon > img {
            width: 80px;
        }

    .industrty-box .industrty-title {
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 1px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*-- Industrty :: End --*/

/*-- Why Us :: Start --*/
.whyus-box {
    position: relative;
    margin-bottom: 30px;
}

    .whyus-box:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        top: -10px;
        left: 16px;
        background-color: rgb(255 255 255 / 5%);
    }

.whyus-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

    .whyus-icon img {
        width: 50px;
    }

.whyus-content p {
    margin: 0px;
    color: #b8b8b8;
}
/*-- Why Us :: End --*/
.combodeals-box {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

    .combodeals-box img {
        width: 100%;
    }
/*-- Faq :: Start --*/
.nav.nav-faq {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

    .nav.nav-faq .nav-item {
        margin-left: 10px;
    }

        .nav.nav-faq .nav-item:first-child {
            margin-left: 0px;
        }

    .nav.nav-faq .nav-link {
        padding: 20px 15px;
        background-color: #ffffff;
        text-align: center;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
    }

        .nav.nav-faq .nav-link.active {
            background-color: #005693;
            border-color: #005693;
        }

        .nav.nav-faq .nav-link > i {
            display: block;
            text-align: center;
            font-size: 28px;
            margin-bottom: 5px;
        }

.accordion .card {
    padding: 20px 15px;
}

    .accordion .card .card-header {
        padding: 0px !important;
        background-color: transparent;
        border: 0px;
    }

        .accordion .card .card-header .btn {
            position: relative;
            color: #212121;
            border: 0px;
            padding: 0px;
            text-decoration: none;
            text-transform: initial;
            font-size: 16px;
            padding-right: 40px;
        }

    .accordion .card .card-body {
        padding: 10px 0px 0px;
    }

        .accordion .card .card-body p {
            margin-bottom: 10px;
        }

            .accordion .card .card-body p:last-child {
                margin-bottom: 0px;
            }

    .accordion .card .card-header .btn:after {
        content: "\f068";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 20px;
        font-size: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .accordion .card .card-header .btn.collapsed:after {
        content: "\f067";
    }
/*-- Faq :: End --*/

/*-- Featured Installs :: Start --*/

/*-- Featured Installs :: End --*/

/*-- testimonial :: Start --*/
.title-t2 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.testimonial-box {
    position: relative;
    z-index: 1;
}

    .testimonial-box .testimonial-desc {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        font-size: 16px;
        padding: 0px 20px;
    }

        .testimonial-box .testimonial-desc p:last-child {
            margin-bottom: 12px;
        }

    .testimonial-box .testimonial-author {
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 107px;
    }

    .testimonial-box .testimonial-author-img {
        margin-right: 15px;
    }

        .testimonial-box .testimonial-author-img img {
            max-width: 60px;
            border-radius: 4px;
        }

    .testimonial-box .testimonial-author-name {
        overflow: hidden;
    }

        .testimonial-box .testimonial-author-name h6 {
            margin-bottom: 5px;
        }

        .testimonial-box .testimonial-author-name span {
            color: #005693;
        }
/*-- testimonial :: End --*/
/*-- Blog :: Start --*/
.blog-box {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

    .blog-box .blogbox-image {
        display: block;
        width: 100%;
    }

        .blog-box .blogbox-image > img {
            display: block;
            width: 100%;
        }

    .blog-box .blogbox-content {
        padding: 10px 15px 0px;
        background: #ffffff;
    }

        .blog-box .blogbox-content .blogbox-author {
            margin-bottom: 10px;
        }

    .blog-box .blogbox-author > ul > li {
        display: inline-block;
        padding-right: 10px;
        font-size: 12px;
    }

    .blog-box .blogbox-content .blogbox-title {
        font-weight: 600;
        font-size: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .blog-box .blogbox-content .blogbox-desc {
        max-height: 90px;
        color: #676767;
        overflow: hidden;
    }

    .blog-box .blogbox-content .blog-btn {
        font-weight: 600;
    }

        .blog-box .blogbox-content .blog-btn i {
            font-size: 11px;
        }
/*-- Blog :: End --*/
.clientle-section {
    padding: 80px 0px;
}

.clientle-box {
    border-radius: 4px;
    overflow: hidden;
}

.clientle-section .main-title p {
    font-size: 18px;
}

.partner-box {
    margin: 0px auto;
}

    .partner-box img {
        max-height: 60px;
        width: auto !important;
        margin: 0px auto;
    }

.partner-slider .owl-dots {
    margin-top: 50px !important;
}
/*-- Footer :: Start --*/
footer {
    background: #fff;
}

.top-footer {
    padding: 40px 0;
}

.logo-footer, .logo-footer img {
    height: 65px;
    display: block;
}

.form-wrapper.form-wrapper-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget-newsletter .newsletter-info {
    max-width: 450px;
    width: 100%;
    text-align: right;
    margin-right: 30px;
    margin-top: 4px;
}

.widget-newsletter .widget-title {
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1;
    /*color: #ccc;*/
    text-transform: uppercase;
}

.widget-newsletter p {
    margin-bottom: 0;
    color: #5e5e5e;
}

.form-wrapper.form-wrapper-inline form {
    flex: 1 1 0;
}

.widget-newsletter .input-wrapper {
    max-width: 48rem;
}

.input-wrapper-inline {
    display: flex;
    position: relative;
}

.widget-newsletter input {
    border: 0;
    background-color: rgb(106 106 106 / 10%) !important;
}

.input-wrapper input.form-control {
    flex: 1;
    min-width: 40px;
    font-size: 14px;
    height: 44px;
    border-right: 2px;
    color: #fff;
}

.input-wrapper-inline .btn {
    height: 44px;
}

footer .inner-footer {
    padding: 80px 0px;
}

.top-footer, footer .inner-footer {
    border-bottom: 1px solid rgb(255 255 255 / 4%);
}

footer .top-footer {
    background-color: #f2f2f2;
}

footer .inner-footer .foot-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .inner-footer .foot-lists {
    display: block !important;
}

    footer .inner-footer .foot-lists li {
        margin-bottom: 10px;
    }

        footer .inner-footer .foot-lists li:last-child {
            margin-bottom: 0px;
        }

    footer .inner-footer .foot-lists .foot-link, footer .inner-footer .address-lists li, footer .inner-footer .address-lists p, footer .inner-footer .address-lists a, .foot-subscribe p {
        color: #585858;
        font-size: 15px;
    }

        footer .inner-footer .foot-lists .foot-link:hover,
        footer .inner-footer .address-lists a:hover,
        .subscribe-form .subscribe-btn:hover {
            color: #cc0000;
        }

footer .outer-footer {
    background-color: #343a40;
    padding: 20px 0px;
}

.outer-footer .site-info .foot-link {
    font-size: 14px;
    color: #ccc;
}

.outer-footer .accepted-payment-methods {
    text-align: right;
}

    .outer-footer .accepted-payment-methods > li {
        display: inline-block;
        vertical-align: top;
        margin: 0px 5px 0 0;
    }

        .outer-footer .accepted-payment-methods > li span {
            display: inline-block;
            padding: 4px;
            background: #fff;
            width: 50px;
            height: 16px;
            text-indent: -999em;
            background-position: 4px 4px;
            background-repeat: no-repeat;
            box-sizing: content-box;
        }

        .outer-footer .accepted-payment-methods > li span {
            height: 25px;
            width: 40px !important;
            font-size: 0;
            padding: 0;
            vertical-align: top;
        }

        .outer-footer .accepted-payment-methods > li span {
            background-image: url(../images/payment-sprite.png);
            background-repeat: no-repeat;
        }

        .outer-footer .accepted-payment-methods > li.american-express span {
            background-position: 0 -237px !important;
        }

        .outer-footer .accepted-payment-methods > li.discover span {
            background-position: 0 -158px !important;
        }

        .outer-footer .accepted-payment-methods > li.maestro span {
            background-position: 0 -631px !important;
        }

        .outer-footer .accepted-payment-methods > li.mastercard span {
            background-position: 0 -552px !important;
        }

        .outer-footer .accepted-payment-methods > li.paypal span {
            background-position: 0 0px !important;
        }

        .outer-footer .accepted-payment-methods > li.visa span {
            background-position: 0 -79px !important;
        }

.footer-scroll {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 990;
    background-color: #cc0000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 40%);
}

    .footer-scroll:hover {
        background-color: #b62c2f;
    }
/*-- Footer :: End --*/


/*-- Product List :: Start --*/
main {
    display: block;
    position: relative;
}

.inner-banner {
    margin-top: 30px;
}

.page-header {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #222;
    padding: 0px;
    border-radius: 4px;
}

/*.page-header:before {
        content: "";
        position: absolute;
        background-color: rgb(37 37 37 / 80%);
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
    }*/

.page-title {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    z-index: 99;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    color: #999;
    font-size: 14px;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 0px;
    z-index: 99;
}

.page-title + .breadcrumb {
    margin-top: 15px;
}

.breadcrumb li a,
.breadcrumb li {
    font-size: 14px;
    color: #000;
}

    .breadcrumb li a:hover, .breadcrumb li a:focus {
        color: #cc0000;
        text-decoration: underline !important;
    }

.breadcrumb-item.active {
    color: #343a40;
}

.breadcrumb li {
    padding-right: 10px
}

    .breadcrumb li:not(:last-child)::after {
        content: '\f054';
        position: relative;
        margin-left: 11px;
        font-size: 11px;
        font-weight: 600;
        font-family: "Font Awesome 5 Pro";
    }

    .breadcrumb li:not(:last-child) {
        opacity: .5;
        transition: opacity .3s;
    }



.sidebar-area .closeFilter {
    display: none;
    position: absolute;
    top: 10px;
    right: 12px;
    border: 1px solid #000000;
    background-color: transparent;
    border-radius: 50%;
    color: #000000;
    padding: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
}

.custom-accordion .card .card-header {
    padding: 0px;
    border-radius: 2px 2px 0px 0px;
    background-color: transparent;
    display: block;
}

.custom-accordion .card-header .card-header-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0px;
    cursor: pointer;
}

    .custom-accordion .card-header .card-header-title:after {
        content: "\f068";
        font-family: "Font Awesome 5 Pro";
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 18px;
        font-size: 13px;
    }

    .custom-accordion .card-header .card-header-title.collapsed:after {
        content: "\f067";
    }

.custom-accordion .sidebar-list li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.price-filter .pricefilter-area {
    background-color: #cccccc;
    border: 0px !important;
    height: 5px;
}

    .price-filter .pricefilter-area .ui-slider-range {
        background-color: #cc0000;
    }

    .price-filter .pricefilter-area .ui-slider-handle {
        top: -6px;
        border-radius: 50%;
        cursor: w-resize;
    }

        .price-filter .pricefilter-area .ui-slider-handle.ui-state-hover,
        .price-filter .pricefilter-area .ui-slider-handle.ui-state-focus {
            border: 1px solid #262722;
            background: #262722;
            outline: 0px;
        }

.bestseller-box {
}

    .bestseller-box .bestseller-img {
        float: left;
    }

        .bestseller-box .bestseller-img img {
            width: 100px;
        }

    .bestseller-box .bestseller-content {
        padding: 29px 0px 29px 110px;
    }

.guaranteed-box {
    padding: 50px;
    text-align: center;
}

    .guaranteed-box .guaranteed-title {
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        padding: 0px 50px;
        margin-bottom: 20px;
    }

    .guaranteed-box .guaranteed-desc {
        margin-top: 20px;
    }

.category-top > h2 {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.category-top .category-image {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

    .category-top .category-image img {
        width: 100%;
    }

.productfilter {
    clear: both;
    display: block;
    margin: 30px 0px;
    padding: 10px 20px;
    border: 0px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
}

    .productfilter .prducts-show {
        padding: 9px 0px;
    }

    .productfilter .form-control.sort-qty, .productfilter .change-order {
        margin-right: 4px;
    }

    .productfilter a.list-view.btn, .productfilter a.grid-view.btn {
        border: 1px solid #ced4da;
        padding: 10px 10px;
        font-size: 14px;
    }

    .productfilter .form-control.sort-qty {
        width: 65px;
    }

    .productfilter select {
        font-size: 14px;
    }

.pagination .page-link {
    color: #23272b;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination .page-link:hover {
    color: #cc0000;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d43236;
    border-color: #d43236;
}

    .pagination .page-item.active .page-link:hover {
        background-color: #cc0000;
        border-color: #cc0000;
    }

.pagination .page-link i {
    font-size: 10px;
}

pagination {
    display: inline-block;
}

.paging a {
    color: black;
    float: left;
    padding: 0px;
    text-decoration: none;
    font-weight: bold;
    height: 32px;
    width: 32px;
    padding: 0px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    margin-right: 3px;
}

    .paging a.active {
        background-color: #d43236;
        color: white;
        border-radius: 3px;
        padding-top: 2px;
    }

    .paging a:hover {
        background-color: #cc0000;
    }


        .paging a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 5px;
        }

.mybtn3 {
    border: 1px solid #c5c5c5;
    background: #e3e3e3;
    height: 32px;
    width: 32px;
    padding: 1px 0px 0px 0px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    margin-right: 3px;
    color: #323131;
}

    .mybtn3:hover {
        background-color: #ddd;
    }




.productFilter {
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

    .productFilter .showinglist-product {
        font-size: 15px;
        margin: 0px;
    }

.btn-filter {
    font-size: 15px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    line-height: 1.4;
}

    .btn-filter.filter-active {
        font-weight: 800;
        text-decoration: underline;
    }

.change-order .change-order-link {
    margin-right: 10px;
}

    .change-order .change-order-link:last-child {
        margin-right: 0px;
    }
/*-- Product List :: End --*/

/*-- Product Details :: Start --*/
.product-image {
    position: relative;
    display: block;
    z-index: 99;
    text-align: center;
}

.zoomContainer {
    z-index: 99;
}

.product_img_box {
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.product_img_zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    background-color: #FAFAFA;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 100%;
}

.product_gallery_item a img {
    display: block;
    padding: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
}

.product_gallery_item a.active img {
    border-color: #cc0000;
}

.product_gallery_item img {
    width: 60px;
    padding: 5px;
}

.product_gallery_item {
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

    .product_gallery_item .item {
        margin-right: 10px;
    }

        .product_gallery_item .item:last-child {
            margin-right: 0px;
        }

.single-product .title-t1 {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
}

.single-product .byinfo {
    margin-bottom: 10px;
}

    .single-product .byinfo > a {
        color: #cc0000;
    }

.single-product .single-product-reviews {
    margin-bottom: 20px;
}

    .single-product .single-product-reviews > i {
        font-size: 15px;
        color: #ffc701;
    }

.single-product .review-link {
    position: relative;
    font-size: 13px;
}

    .single-product .review-link:first-child {
        margin-left: 3px;
    }

.single-product .single-product-available {
    margin-bottom: 10px;
}

    .single-product .single-product-available .single-product-stock, .single-product .single-product-available .single-product-sku {
        display: inline-block;
        margin-right: 20px;
    }

.instock {
    color: #008000;
}

.outstock {
    color: #ff0000;
}

.single-product .single-product-price {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .single-product .single-product-price .single-product-oldprice {
        font-size: 18px;
        text-decoration: line-through;
        opacity: 0.8;
    }

    .single-product .single-product-price .single-product-newprice {
        font-weight: 800;
        font-size: 28px;
        color: #cc0000;
        padding-left: 5px;
    }

.col-red {
    color: #cc0000;
}

.single-product .single-product-description {
    margin-bottom: 30px;
}

    .single-product .single-product-description p {
        font-size: 14px;
        color: #666666;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .single-product .single-product-description .productdetails-list {
        list-style: disc;
        padding-left: 20px;
    }

        .single-product .single-product-description .productdetails-list > li {
            margin-bottom: 5px;
        }

            .single-product .single-product-description .productdetails-list > li:last-child {
                margin-bottom: 0px;
            }

.single-product .product-action {
    margin-bottom: 20px;
}

.product-action .product-addquantity {
    display: flex;
    float: left;
    margin-right: 20px;
}

    .product-action .product-addquantity .qtyBtn {
        padding: 14px 12px 7px;
        font-size: 14px;
        background-color: #ddd;
    }

.product-addquantity .qtyBtn.minus1 {
    border-radius: 3px 0px 0px 3px;
}

.product-addquantity .qtyBtn.plus1 {
    border-radius: 0px 3px 3px 0px;
}

.product-addquantity input {
    font-weight: 600;
    font-size: 16px;
    width: 60px;
    text-align: center;
    border: 1px solid #dddddd;
    padding-top: 7px;
}

.single-product .product-action .product-addcart .addcart-btn,
.single-product .product-action .product-addcart .quote-btn {
    padding: 13px 50px;
}

.productdetails-list .pro-info-label {
    padding: 5px 10px;
    background-color: #f9ce55;
    margin-right: 10px;
    display: inline-block;
    font-size: 13px;
    border-radius: 40px;
}

    .productdetails-list .pro-info-label > i {
        padding-right: 5px;
    }

.productfeauture-box {
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
}

    .productfeauture-box .productfeauturebox-img, .productfeauture-box .productfeauturebox-details {
        display: table-cell;
        vertical-align: middle;
    }

        .productfeauture-box .productfeauturebox-img > span {
            font-size: 22px;
            border: 1px solid #23272b;
            width: 50px;
            height: 50px;
            display: block;
            line-height: 50px;
            text-align: center;
            border-radius: 50%;
        }

    .productfeauture-box .productfeauturebox-details {
        padding-left: 15px;
    }

        .productfeauture-box .productfeauturebox-details h2 {
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
        }

        .productfeauture-box .productfeauturebox-details p {
            font-size: 13px;
            color: #676767;
            line-height: 1.5;
            margin: 0px;
        }

.product-tab-section {
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.product-tabs.nav-tabs .nav-link {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    padding: 15px 25px;
    border: 0px;
    border-radius: 2px 2px 0px 0px;
}

    .product-tabs.nav-tabs .nav-link:hover,
    .product-tabs.nav-tabs .nav-item.show .nav-link,
    .product-tabs.nav-tabs .nav-link.active {
        color: #cc0000;
        border: 0px;
        border-bottom: 1px solid #cc0000;
    }

.product-tabs ~ .tab-content {
    padding: 20px;
}

.rating-box {
    display: block;
    position: relative;
    padding: 7px 0px;
    border: none;
    float: left;
}

.review-form .form-control {
    background-color: transparent;
}

.rating-box > input {
    position: absolute;
    opacity: 0;
}

.rating-box > label {
    position: relative;
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    color: transparent;
    cursor: pointer;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-size: 20px;
    margin-bottom: 0px;
}

.rating-box > input:checked ~ label,
.rating-box > input:focus ~ label,
.rating-box > input:hover ~ label {
    background-position: 0 -20px;
}

.reviewgiven-box {
    /*border-top: 1px solid #dddddd;*/
    padding: 20px 0px;
}

    .reviewgiven-box .reviewgiven-img-box {
        width: 60px;
    }

    .reviewgiven-box .reviewgiven-img {
        float: left;
        width: 60px;
    }

        .reviewgiven-box .reviewgiven-img img {
            width: 60px;
            height: 60px;
            border-radius: 2px;
        }

    .reviewgiven-box .reviewgiven-details {
        margin-left: 10px;
    }

        .reviewgiven-box .reviewgiven-details .reviewgiven-rate {
            margin-bottom: 10px;
        }

            .reviewgiven-box .reviewgiven-details .reviewgiven-rate > i {
                color: #ffc701;
            }

    .reviewgiven-box .reviewgiven-title {
        font-weight: 800;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .reviewgiven-box .reviewgiven-author {
        color: #666666;
        margin-bottom: 10px;
    }

    .reviewgiven-box .reviewgiven-desc p:last-child {
        margin: 0px;
    }

/*-- Product Details :: End --*/



/*-- Login page :: Start --*/

.banner-1 {
    background-image: url('../images/about.jpg');
}

.inner-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.innerbanner-content {
    text-align: center;
}

.innerbanner-title {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    margin: 0px;
    text-transform: uppercase;
}

.innerbanner-breadcrumb .breadcrumb {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.innerbanner-breadcrumb .breadcrumb {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.innerbanner-breadcrumb .breadcrumb-item > a {
    color: #ffffff;
}

.innerbanner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.innerbanner-breadcrumb .breadcrumb > .breadcrumb-item.active {
    color: #d0d0d0;
}

.innerbanner-breadcrumb .breadcrumb li:not(:last-child) {
    opacity: 1;
    padding: 0;
}

    .innerbanner-breadcrumb .breadcrumb li:not(:last-child)::after {
        content: '';
        margin-left: 0px;
    }

.title-border {
    font-weight: 700;
    font-size: 22px;
    /* text-transform: uppercase; */
    padding-bottom: 7px;
    border-bottom: 1px solid #ced4da;
    line-height: 30px;
    margin-top: 0px;
}

.font-600 {
    font-weight: 600;
}

.text-upper {
    text-transform: uppercase;
}

.link {
    color: #d43236;
}

/*-- Login page :: End --*/

/*-- Register page :: Start --*/
.register-section .btn {
    padding: 13px 50px;
    max-width: 300px;
}

/*-- Register page :: End --*/


/*-- Wishlist page :: Start --*/

.Wishlist .table thead td,
.Wishlist .table thead th {
    text-transform: uppercase;
    font-size: 13px;
}

.Wishlist .table td, .Wishlist .table th {
    vertical-align: middle;
}

.product-cart .product-thumbnail img {
    width: 80px;
    height: 80px;
    border-radius: 2px;
}

.product-cart .product-name .product-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.product-name dl.item-options {
    margin: 0px;
}

.product-name dl > dd {
    margin: 0px;
    font-size: 12px;
    color: #666666;
}

.col-green {
    color: #297E29;
}

.font-600 {
    font-weight: 600;
}

.text-center {
    text-align: center !important;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.0);
}

/*-- Wishlist page :: End --*/

/*-- Cart page :: Start --*/

.cart .table thead td,
.cart .table thead th {
    text-transform: uppercase;
    font-size: 13px;
}

.cart .table td, .Wishlist .table th {
    vertical-align: middle;
}

.table .product-addquantity {
    display: inline-flex;
}

    .table .product-addquantity .qtyBtn {
        font-size: 12px;
        padding: 6px 5px;
        background-color: #dddddd;
    }

    .table .product-addquantity input {
        font-weight: 400;
        font-size: 14px;
        width: 40px;
        text-align: center;
        border: 1px solid #dddddd;
    }

    .table .product-addquantity .qtyBtn {
        font-size: 10px;
        padding: 11px 5px 4px;
        background-color: #dddddd;
    }

.coupon-box input.form-control {
    height: 46px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}

.coupon-box .input-group .input-group-append .btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #dddddd;
    border: 1px solid #ced4da;
    border-left: 0px;
    border-radius: 0px 2px 2px 0px !important;
}

.form-note .form-group > label {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.table.total-cart-table {
    border: 1px solid #dee2e6;
    border-radius: 2px;
}

    .table.total-cart-table td, .table.total-cart-table th {
        border: 0px solid #dee2e6;
        vertical-align: middle;
    }

        .table.total-cart-table .cart-total-left > label,
        .table.total-cart-table td.cart-total-right > .value-summary {
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            margin: 0px;
        }

        .table.total-cart-table td.cart-total-right > .value-summary {
            text-transform: none !important;
        }

        .table.total-cart-table td.cart-total-right {
            text-align: right;
        }

    .table.total-cart-table tr:last-child > td {
        border-top: 1px solid #dee2e6;
    }

        .table.total-cart-table tr:last-child > td > label,
        .table.total-cart-table tr:last-child > td > .value-summary {
            font-weight: 800 !important;
            font-size: 16px;
        }

.tb-hint {
    font-size: 11px;
    color: #898989;
    text-transform: none;
    white-space: nowrap;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #d43236;
    background-color: #d43236;
}

.cart-options {
    background-color: #dddddd;
    border: 1px solid #d4d4d4;
    padding: 10px;
    margin-bottom: 20px;
    text-align: right;
    border-radius: 2px;
}

.pull-left {
    float: left;
}

.cart-options .btn {
    border-radius: 0px;
}

.btn-black-border {
    border: 1px solid #212529;
}

    .btn-black-border:hover {
        color: #ffffff;
        background-color: #212529;
        border: 1px solid #212529;
    }

.form-estimate .form-group > label {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.form-estimate .form-control {
    font-size: 14px;
    border-radius: 2px !important;
    height: 40px;
}

/*-- Cart page :: End --*/

/*-- checkout page :: Start --*/
.checkout-stages {
    margin: 25px 0px;
    font-size: 15px;
    font-size: 1.5rem;
}

    .checkout-stages ul {
        list-style: none;
        overflow: hidden;
        display: table;
        width: 100%;
        height: 40px;
        margin: 0px;
        padding: 0px;
    }

        .checkout-stages ul li {
            width: 25%;
            color: #000000;
            text-align: center;
            display: table-cell;
            vertical-align: top;
            position: relative;
        }

            .checkout-stages ul li:before {
                background: #D7D7D7;
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                top: 20px;
                width: 100%;
                left: 0;
            }

            .checkout-stages ul li .stage {
                width: 40px;
                height: 40px;
                background-color: #D7D7D7;
                display: block;
                font-size: 20px;
                font-size: 22px;
                color: #636363;
                margin: 0 auto;
                margin-bottom: 5px;
                position: relative;
                z-index: 1;
                padding-top: 5px;
                border: solid 1px #D7D7D7;
                background-color: #ffffff;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                border-radius: 20px;
            }

            .checkout-stages ul li.completed .stage {
                background-color: #7FBA23;
                color: #ffffff;
                border: 0px;
            }

            .checkout-stages ul li.selected .stage {
                background-color: #005693;
                color: #ffffff;
                border: 0;
            }

            .checkout-stages ul li.completed .stage .number-item {
                display: none;
            }

            .checkout-stages ul li .stage .status-icon {
                width: 24px;
                height: 24px;
                font-size: 20px;
                display: none;
            }

            .checkout-stages ul li.completed .stage .status-icon {
                display: inline-block;
            }

            .checkout-stages ul li .step-title {
                font-size: 16px;
                line-height: 1.2;
                display: block;
            }

.guestaccount {
    font-size: 12px;
    display: block;
    padding-top: 5px;
    text-transform: capitalize;
}

.checkoutinfo-box {
    border: 1px solid #ced4da;
    padding: 20px;
    margin-bottom: 20px;
}

    .checkoutinfo-box .checkoutinfo-title {
        float: left;
    }

    .checkoutinfo-box .checkoutinfo-link {
        float: right;
    }

        .checkoutinfo-box .checkoutinfo-link > a {
            font-weight: 600;
            font-size: 13px;
            text-transform: uppercase;
            text-decoration: underline;
        }

.checkout .pt-20 {
    padding-top: 20px !important;
}

.checkout .form-control {
    font-size: 14px;
    border-radius: 2px !important;
    height: 40px;
}

.required {
    font-weight: 300;
    color: #cc0000;
    padding-left: 2px;
}

.field-validation-error, .error,
.field-validation-error > span {
    font-size: 14px;
    padding-top: 5px;
    display: inline-block;
}

.checkout textarea.form-control {
    height: auto !important;
}

.checkout .table thead td,
.checkout .table thead th {
    text-transform: uppercase;
    font-size: 13px;
}

.checkout .table td {
    vertical-align: middle;
}

.checkout .w-h-40 {
    width: 40px !important;
    height: 40px !important;
}

.checkout-cart {
    width: 300px;
    float: right;
}

.checkout-payment-method .single-method {
    margin-bottom: 20px;
}

    .checkout-payment-method .single-method label.custom-control-label {
        font-weight: 800;
        font-size: 16px;
        margin-bottom: 5px;
        color: #212121;
    }

.single-method p.paymentmethod-desc {
    display: none;
}


/*-- checkout page :: End --*/

/*-- thankyou page :: Start --*/

.thankyou-tickicon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #00b800;
    border: 1.5px solid #00b800;
    border-radius: 50%;
    font-size: 29px;
    margin: 0px auto 20px;
}

.thankyou-box .thankyou-title {
    font-weight: 700;
    text-transform: uppercase;
}

.thankyou-box .thankyou-content {
    font-weight: 600;
    font-size: 16px;
}

.thankyou-orderinfo > p {
    margin-bottom: 5px;
}

.thankyou-sendmail-box {
    position: relative;
}

    .thankyou-sendmail-box .thankyou-sendmail-img {
        float: left;
        position: absolute;
        top: -3px;
    }

        .thankyou-sendmail-box .thankyou-sendmail-img img {
            width: 50px;
            height: 50px;
        }

    .thankyou-sendmail-box .thankyou-sendmail-content {
        margin-left: 65px;
        text-align: left;
    }

        .thankyou-sendmail-box .thankyou-sendmail-content p {
            margin-bottom: 0px;
        }

.thankyou-ordertable .table thead td,
.thankyou-ordertable .table thead th {
    vertical-align: middle;
    text-transform: uppercase;
}

.thankyou-ordertable .table td {
    vertical-align: middle;
}

.w-h-40 {
    width: 40px !important;
    height: 40px !important;
}

/*-- thankyou page :: End --*/




/*-- My Account page :: Start --*/
.table thead th {
    font-size: 12px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #da251c;
    background-color: #ffe6e5;
}

.nav-pills .nav-link {
    padding: 10px 15px 7px;
    border-radius: 2px;
}

.my-account .table thead th {
    text-transform: uppercase;
}

.my-account .table td {
    vertical-align: middle;
}

.badge {
    padding: 7px 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 2px;
}

.my-account .btn.btn-sm {
    padding: .25rem .5rem !important;
    font-size: .675rem !important;
    line-height: 1.6;
}

.card-header .cardheader-title {
    float: left;
}

    .card-header .cardheader-title > h3 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 0px;
    }

.card-header .cardheader-btn {
    float: right;
}
/*-- My Account page :: End --*/

/*-- custom-modal :: Start --*/
.custom-modal .modal-header {
    position: relative;
    padding: 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    display: block;
    display: block;
    -ms-flex-align: center;
}

    .custom-modal .modal-header button.close {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: #dd2727;
        margin: 0;
        padding: 0px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        outline: none !important;
        text-shadow: none;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        border-radius: 50%;
        padding-left: 1px;
        padding-top: 1px;
        text-align: center;
        opacity: 1;
    }

        .custom-modal .modal-header button.close:hover {
            opacity: 0.8;
        }

.checked {
    color: orange;
}
/*-- custom-modal :: End --*/


.social-icon li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
}

    .social-icon li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #585858;
        border: 1px solid #585858;
        border-radius: 0px;
        display: block;
        border-radius: 3px;
    }

        .social-icon li a:hover {
            color: #ffffff;
            background-color: #cc0000;
            border-color: #cc0000;
        }


.product-industry-box {
    margin-bottom: 0px;
}

    .product-industry-box .product-industry-img {
        border-radius: 4px;
        overflow: hidden;
    }

        .product-industry-box .product-industry-img img {
            margin: 0px auto;
            display: block;
            width: 100%;
            transition: -webkit-transform .33s ease;
            transition: transform .33s ease;
            transition: transform .33s ease,-webkit-transform .33s ease;
        }

    .product-industry-box .product-industry-content {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 80%;
        max-width: 600px;
        margin: -110px auto 30px;
        padding: 25px 40px 25px 40px;
        border-radius: 3px;
        background: #fff;
        text-align: center;
        box-shadow: 0 8px 50px 2px rgb(0 0 0 / 20%);
    }

        .product-industry-box .product-industry-content .product-industry-title {
            font-weight: 800;
            font-size: 24px;
            margin-bottom: 12px;
            text-transform: uppercase;
        }

.product-industry-text p {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.4;
    color: #575757;
}

.product-industry-box .product-industry-points {
    width: 400px;
    margin: 0px auto;
}

.list-check {
    padding: 0 0 0 30px;
}

    .list-check li {
        font-size: 16px;
        position: relative;
        padding: 0 0 0 30px;
        margin-bottom: 10px;
        color: #3d3d3d;
    }

        .list-check li:last-child {
            margin-bottom: 0px;
        }

.portfolio-filter-tab-1.nav-tabs {
    border: 0px;
}

.portfolio-filter-tab-1 li {
    margin: 0 20px;
    display: inline-block;
    float: none;
}

    .portfolio-filter-tab-1 li a {
        font-size: 16px;
        background: transparent;
        border: none;
        padding: 0 0 2px 0;
        display: inline;
        color: #6f6f6f;
        margin: 0;
        border-bottom: 1px solid transparent;
    }

    .portfolio-filter-tab-1 li.active a {
        background: transparent !important;
        border-bottom: 1px solid #232323;
        color: #232323;
    }

    .portfolio-filter-tab-1 li a:hover, .portfolio-filter-tab-1 li a:focus {
        background: transparent;
        border-bottom: 1px solid #232323;
        color: #232323;
    }

.portfolio-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .portfolio-grid.work-6col li, .blog-grid.blog-6col li {
        width: 16.67%;
    }

    .portfolio-grid .grid-item figure {
        position: relative;
        border-radius: 4px;
        margin: 0;
        overflow: hidden;
    }

        .portfolio-grid .grid-item figure .portfolio-img {
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

        .portfolio-grid .grid-item figure img {
            cursor: pointer;
            display: block;
            opacity: 1;
            width: 100%;
            transition: all 0.3s ease 0s;
        }

.hover-option7 .grid-item figure img {
    top: 0;
    position: relative;
}

.portfolio-grid .grid-item figcaption {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 1;
    text-align: center;
}

.hover-option7 .grid-item figcaption {
    height: auto;
    position: absolute;
    opacity: 0;
    padding: 25px 20px 20px 20px;
    bottom: -101px;
}

.portfolio-grid .grid-item figure:hover figcaption {
    opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.hover-option7 .grid-item figure:hover figcaption {
    bottom: 0;
    background-color: #fff;
}

.portfolio-main-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #c00;
    line-height: 1;
    margin-bottom: 10px;
}

.portfolio-main-industries {
    font-weight: 600;
    font-size: 13px;
    color: #2e2e2e;
    margin: 0px;
    text-transform: uppercase;
}

.portfolio-grid.gutter-medium {
    margin: 0 7px;
}

    .portfolio-grid.gutter-medium li {
        padding: 7px 7px;
    }

.grid-sizer {
    padding: 0 !important;
}

.featured-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ececec;
    padding: 10px 10px;
    margin: 15px 0;
    display: block;
}

    .featured-box .featured-image img {
        border-radius: 4px;
    }

    .featured-box .featured-content {
        margin-top: 20px;
    }

        .featured-box .featured-content .featured-title {
            font-weight: 800;
            font-size: 16px;
            text-transform: uppercase;
        }

        .featured-box .featured-content .featured-industries {
            font-size: 16px;
            color: #555555;
        }
/*-- Sale Popup :: Start --*/
.sale-popup .modal-dialog {
    max-width: 960px;
}

.sale-popup-middle {
    flex-direction: row;
}

.modal-content.sale-popup-middle .modal-header button.close {
    top: -10px;
    right: inherit;
    left: -20px;
}

.popup__sect--content {
    padding: 1.5em 2em;
}

.popup__sect {
    width: 50%;
}

.popup__sect--img {
    min-height: 600px;
}

.popup__sect--img {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden;
    min-height: 580px;
    border-radius: 0;
    background: no-repeat 50% 100%;
    background-size: cover;
}

.popup__sect .modal-header.p-0 {
    border: 0;
}

.popup__sect--content h2.modal-title {
    font-size: 35px;
    font-weight: 600;
}

.popup__subtitle {
    margin: 20px 0px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
}

.popup__price {
    margin: 0 0 20px;
    text-align: center;
}

.popup__old {
    display: inline-block;
    margin-right: .25em;
    color: #999;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

    .popup__old del {
        font-size: 150%;
    }

.popup__new {
    display: inline-block;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.popup__newprice {
    display: block;
    margin: .25em 0px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.popup__countdown {
    margin: 0 0 1em;
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
}

.popup__phone a {
    font-size: 16px;
    font-weight: 700;
    color: #cc0000;
}


@media (max-width: 575px) {

    .sale-popup .modal-dialog {
        max-width: 100%;
    }

    .sale-popup-middle {
        flex-direction: column;
    }

    .popup__sect {
        width: 100%;
    }
}
/*-- Sale Popup :: End --*/
/*-- Request A Callback :: Start --*/
.modal-open .modal {
    padding-right: 0px !important;
}

.close-modal {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #cc0000 !important;
    height: 25px;
    width: 25px;
    line-height: 29px;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-size: 19px;
    padding-left: 0px !important;
    z-index: 9;
}

    .close-modal:hover,
    .close-modal:focus {
        background-color: #b62c2f !important;
        color: #fff;
    }

.modal-inner-box {
    padding: 40px 30px;
}

    .modal-inner-box .modal-title {
        text-align: center;
        font-weight: 800;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .modal-inner-box .modal-desc {
        text-align: center;
        font-size: 15px;
    }

.modal-lg-img {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden;
    min-height: 580px;
    border-radius: 0px 4px 4px 0px;
    background: no-repeat 50% 100%;
    background-size: cover;
}

.link-text {
    font-size: 16px;
    font-weight: 700;
    color: #cc0000;
}

    .link-text:hover {
        color: #b62c2f;
    }
/*-- Request A Callback :: End --*/
.short-desc {
    font-weight: 400;
    font-size: 15px;
}

    .short-desc p:last-child {
        margin-bottom: 0px;
    }


.short-summary-area .short-summary-list li {
    position: relative;
    margin: 0 0 30px;
    clear: both;
}

.short-summary-box .short-summary-icon {
    transition: all .5s ease-in;
    width: 10%;
}

.short-summary-box .short-summary-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #c9e6fb;
    color: #005693;
    font-size: 18px;
    float: left;
    border-radius: 50%;
    transition: all .5s ease-in;
}

.short-summary-box .short-summary-details {
    padding-left: 25px;
    vertical-align: middle;
    display: table-cell;
}

    .short-summary-box .short-summary-details .short-summary-title {
        font-weight: 600;
        font-size: 16px;
    }

    .short-summary-box .short-summary-details .short-summary-desc {
        line-height: 1.6;
        margin: 0px;
    }

.product-menu {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

    .product-menu.stickIt {
        position: fixed;
        top: 76px;
        left: 0px;
        right: 0;
        background-color: #fff;
        z-index: 999;
    }

ul.product-menu-list {
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.feature-list {
    margin-bottom: 0px;
}


.inner-product-box {
    color: #fff !important;
    display: block;
    background-color: transparent;
    border-radius: 4px;
    overflow: hidden;
}

    .inner-product-box figure {
        margin: 0;
        position: relative;
        overflow: hidden;
    }

        .inner-product-box figure .inner-product-img {
            background-color: #cc0000;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

            .inner-product-box figure .inner-product-img img {
                cursor: pointer;
                display: block;
                opacity: 1;
                width: 100%;
                transition: all 0.3s ease 0s;
            }

    .inner-product-box figcaption {
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        width: 100%;
        height: 100%;
        padding: 45px;
        z-index: 1;
        text-align: center;
    }

    .inner-product-box .inner-product-details {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        display: table;
        height: 100%;
        top: 0;
        width: 100%;
    }

    .inner-product-box .inner-product-hover-box {
        display: table-cell;
        height: 100%;
        vertical-align: bottom !important;
    }

    .inner-product-box .inner-product-hover-content {
        position: relative;
        bottom: -15px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .inner-product-box .inner-product-details .inner-product-title {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }

    .inner-product-box .inner-product-details .inner-product-number {
        font-weight: 600;
        font-size: 16px;
    }

    .inner-product-box .inner-product-hover-content .btn.btn-white {
        background-color: #fff;
        color: #d11919;
    }

        .inner-product-box .inner-product-hover-content .btn.btn-white:hover {
            background-color: transparent;
            color: #fff;
            border-color: #fff;
        }

    .inner-product-box figure:hover .inner-product-img {
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .inner-product-box figure:hover img {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -ms-filter: blur(5px);
        -o-filter: blur(5px);
        filter: blur(5px);
        opacity: 0.10;
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .inner-product-box figure:hover figcaption {
        opacity: 1;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    .inner-product-box figure:hover .inner-product-hover-content {
        bottom: 0;
    }

.zoomContainer {
    z-index: 99;
    display: none !important;
}

.sidebar-list li {
    margin-bottom: 20px;
}

    .sidebar-list li a {
        position: relative;
        padding-left: 20px;
        display: block;
    }

        .sidebar-list li a > span {
            display: block;
            line-height: 1.2;
        }

.activecat {
    font-weight: 600;
    color: #cc0000;
}

.sidebar-list li a:before {
    content: '\f192';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 12px;
    transform: translateY(-50%);
    margin-top: -1px;
}

.supportcontact-section {
    border-bottom: 1px solid #dddddd;
    background-color: #ececec;
    padding: 30px 0px;
}

.supportcontact-box .supportcontact-icon {
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    float: left;
    background-color: #ffffff;
    border: 3px solid #cc0000;
    border-radius: 10px;
    font-size: 20px;
    color: #005693;
}

.supportcontact-box .supportcontact-details {
    padding: 7px 0px 7px 70px;
}

.supportcontact-details .supportcontact-title {
    font-weight: 600;
    font-size: 13px;
    color: #585858;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.supportcontact-details .supportcontact-label {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

.custom-nav.nav-tabs {
    border: 0px;
    margin-bottom: 30px;
}

    .custom-nav.nav-tabs .nav-link {
        color: #999;
        padding: 10px;
        margin: 5px 8px;
        border-radius: 2px;
        text-align: center;
        background-color: #f7f7f7;
        border: 1px solid #ccc;
    }

        .custom-nav.nav-tabs .nav-link .tab-icon {
            display: block;
            font-size: 28px;
            text-align: center;
            color: #999;
            padding: 25px 35px;
            margin-bottom: 10px;
            background-color: #ddd;
            border: 1px solid #ccc;
        }

        .custom-nav.nav-tabs .nav-link.active {
            border-color: #cc0000;
            font-weight: 600;
            color: #cc0000;
        }

            .custom-nav.nav-tabs .nav-link.active .tab-icon {
                background-color: #cc0000;
                border: 1px solid #cc0000;
                color: #fff;
            }

.checkbox-search-area {
    text-align: center;
    margin-bottom: 30px;
}

.checkbox-search-list li {
    display: inline-block;
    margin: 0px 1px 4px 0px;
}

.cust-check.custom-control {
    padding: 0px;
}

    .cust-check.custom-control .custom-control-label {
        position: relative;
        font-size: 13px;
        color: #999;
        margin-bottom: 0;
        vertical-align: top;
        padding: 6px 15px 6px 30px;
        background-color: #fafafa;
        border: 1px solid #ddd;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

        .cust-check.custom-control .custom-control-label::before {
            top: 8px;
            left: 10px;
            border-radius: 0px;
            width: 15px;
            height: 15px;
        }

        .cust-check.custom-control .custom-control-label::after {
            top: 8px;
            left: 9px;
        }

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ecb1b3;
    border-color: #ecb1b3;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ffafaf;
}

.search-area {
    margin-bottom: 30px;
}

    .search-area .form-control {
        position: relative;
        width: 100%;
        padding-right: 50px;
    }

.remove-group .form-control {
    position: relative;
    width: 100%;
    padding-right: 50px;
}

.remove-group .input-group-append .input-group-text {
    position: absolute;
    right: 0px;
    padding: 0px;
    border: 0px;
    top: 50%;
    background-color: transparent;
    transform: translateY(-50%);
    margin-right: 15px;
    color: #585858;
    z-index: 99;
}

.search-area .form-control {
    background-color: #fafafa;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 2px !important;
    font-size: 16px;
    padding-left: 15px;
}

.search-result-area .search-result-list li {
    border-bottom: 1px solid #ddd;
}

    .search-result-area .search-result-list li:first-child {
        border-top: 1px solid #ddd;
    }

.search-result-box {
    padding: 25px;
    text-decoration: none;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .search-result-box .search-result-img img {
        max-width: 70px;
        margin-right: 15px;
    }

    .search-result-box .search-result-details {
    }

        .search-result-box .search-result-details .search-result-title {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 10px;
        }

.inner-logo img {
    max-width: 300px;
}

.btn-support {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-radius: 0px;
    padding: 15px 10px;
}

.supportform-box {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 40px 80px;
}

.nav-tab-1.nav-tabs {
    border-bottom: 0px;
    z-index: 99;
}

    .nav-tab-1.nav-tabs .nav-item .nav-link {
        margin-top: 40px;
        padding: 10px 25px;
        border-radius: 0px;
        background-color: #6b6b6b;
        color: #ffffff;
        border: 0px solid #000000;
        -webkit-box-shadow: 4px 8px 16px 2px rgb(0 0 0 / 20%);
        -moz-box-shadow: 4px 8px 16px 2px rgba(0,0,0,0.2);
        box-shadow: 4px 8px 16px 2px rgb(0 0 0 / 20%);
        -webkit-transition: padding 0.2s ease, margin 0.2s ease;
        -moz-transition: padding 0.2s ease, margin 0.2s ease;
        -o-transition: padding 0.2s ease, margin 0.2s ease;
        -ms-transition: padding 0.2s ease, margin 0.2s ease;
        transition: padding 0.2s ease, margin 0.2s ease;
    }

    .nav-tab-1.nav-tabs .nav-item:first-child .nav-link {
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        border-top-left-radius: 8px;
    }

    .nav-tab-1.nav-tabs .nav-item:last-child .nav-link {
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        border-top-right-radius: 8px;
    }

    .nav-tab-1.nav-tabs .nav-item .nav-link:hover,
    .nav-tab-1.nav-tabs .nav-item .nav-link.active {
        margin-top: 30px;
        padding: 15px 25px;
        background-color: #cc0000;
    }

    .nav-tab-1.nav-tabs ~ .tab-content .tab-pane {
        background-color: #eeeeee;
        padding: 25px;
    }
/*.tbody-white td {
    background-color: #fff;
}*/

.table-striped thead tr th {
    background-color: #ddd;
    border-bottom: 1px solid #c5c5c5;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table tbody td {
    padding: 10px 10px;
}



/*-- Blog :: Start --*/
.blog-post-right h4 {
    font-weight: 600;
    font-size: 22px;
    color: #212121;
    margin-top: 35px;
}

    .blog-post-right h4:after {
        content: '';
        display: block;
        width: 50px;
        max-width: 100%;
        height: 2px;
        background: #cc0000;
        margin-top: 10px;
    }

.blog-post-categories ul li {
    background: #f9f9f9;
    margin: 5px 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

    .blog-post-categories ul li:hover {
        background: #f5f5f5;
    }

    .blog-post-categories ul li a {
        font-weight: 600;
        display: block;
        color: #212121;
        padding: 15px;
    }

        .blog-post-categories ul li a span {
            font-size: 13px;
            color: #212121;
            float: right;
            padding-right: 10px;
        }

.recent-post-info {
    margin: 15px 0;
}

.recent-post img {
    width: 100%;
    border-radius: 5px;
}

.recent-post h3 {
    font-size: 20px;
}

    .recent-post h3 a {
        font-weight: 600;
        font-size: 14px;
        color: #212121;
        display: inline-block;
    }

.recent-post h6 {
    font-weight: 600;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.recent-post-info .recent-post-img {
    width: 80px;
    float: left;
}

.recent-post-info .recent-post-details {
    padding-left: 100px;
}

.dark-button {
    background: #2d2d2d;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border: 2px solid #2d2d2d;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .dark-button:hover {
        color: #fff;
        border-color: #005693;
        background: #005693;
    }

.recent-post-tags a {
    margin: 3px 2px;
}

.button-tag {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    margin: 5px 5px 5px 0;
    padding: 7px 12px 7px 12px !important;
}

.archive-box ul li {
    border-bottom: 1px solid #eee;
}

    .archive-box ul li a {
        display: inline-block;
        color: #666;
        padding: 10px 0 10px 5px;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
    }

        .archive-box ul li a:hover {
            color: #005693;
        }

    .archive-box ul li span {
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

.blogs-section .blog-box {
    margin-bottom: 30px;
}

    .blogs-section .blog-box .blogbox-content {
        padding: 25px;
        background: #f9f9f9;
    }

.blog-details-post {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.blogs-section .blog-detail-img img {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.blog-detail-content .blogbox-content-auth > ul > li {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
}

.blog-detail-content .blogbox-title {
    font-weight: 600;
    font-size: 18px;
}

.blog-detail-content .blogbox-content-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

blockquote {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #606060;
    background: #f7f7f7;
    border-left: 4px solid #005693;
    margin: 25px 0 25px 0;
    padding: 20px 30px 20px 30px;
}


.blog-comments {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}

.comment-block {
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 20px;
}

.blog-comments .blog-comment-user {
    margin-bottom: 30px;
}

    .blog-comments .blog-comment-user:last-child {
        margin-bottom: 0px;
    }

.blog-comment-img {
    float: left;
}

    .blog-comment-img img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: block;
    }

.blog-comment-user .blog-comment-details {
    margin-left: 90px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
}

.blog-comment-details .blog-comment-post {
    margin-bottom: 5px;
}

    .blog-comment-details .blog-comment-post .blog-comment-author {
        display: inline-block;
        margin-right: 20px;
    }

    .blog-comment-details .blog-comment-post .blog-comment-date {
        font-weight: 600;
        font-size: 14px;
        display: inline-block;
        color: #005693;
    }

.blog-comment-user .blog-comment-details p:last-child {
    margin-bottom: 0px;
}

.customerstory-content img {
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

    .customerstory-content img:last-child {
        margin-bottom: 0px;
    }

.sidebar-inner {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.section-heading h3 {
    position: relative;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-float {
    position: relative;
    padding: 15px 0;
    margin: 15px 0;
}

    .feature-float .feature-float-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        color: #fff;
        background-color: rgb(255 255 255 / 10%);
        text-align: center;
        display: block;
        font-size: 28px;
        border-radius: 50%;
        float: left;
    }

    .feature-float .feature-float-content {
        padding-left: 85px;
    }

    .feature-float h4 {
        font-weight: 600;
        font-size: 20px;
        display: block;
        color: #fff;
        margin-bottom: 7px;
        vertical-align: top;
    }

    .feature-float p {
        display: block;
        font-size: 14px;
        margin: 0px;
        color: #dfdfdf;
    }

.feature-block-3 {
    position: relative;
    margin: 20px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.feature-block-icon {
    font-size: 28px;
    background-color: #cc0000;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 84px;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto 25px;
}

.feature-block-3 i {
    color: #fff;
}

.feature-block-3 h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.team-member {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

    .team-member .team-member-image {
        position: relative;
        margin-bottom: 15px;
    }

        .team-member .team-member-image img {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

    .team-member .team-member-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.5);
        overflow: hidden;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: .5s ease;
        border-radius: 10px;
    }

    .team-member:hover .team-member-overlay {
        opacity: 1;
    }

    .team-member .team-member-name h4 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 5px;
    }

.contact-box-place {
    margin-bottom: 25px;
}

.contact-box-icon {
    height: auto;
    float: left;
}

    .contact-box-icon i {
        color: #005693;
        font-size: 30px;
        padding: 30px 10px 0 10px;
    }

.contact-box-text {
    height: auto;
    margin-left: 60px;
}

    .contact-box-text h5 {
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .contact-box-text p {
        margin: 0px;
    }


.draw-right {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    position: fixed;
    top: 130px;
    right: -72px;
    background: #fff;
    z-index: 1000;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 9999;
    border-radius: 4px 0px 0px 4px;
}

    .draw-right:hover {
        transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        right: 0px;
        background: #cc0000;
        color: #fff;
    }

    .draw-right a {
        color: #232323;
        font-size: 12px;
        text-transform: uppercase;
        padding: 2px 10px;
        display: block;
        text-decoration: none;
        font-weight: 500;
    }

    .draw-right a {
        display: block;
        padding: 10px 10px 9px 10px;
    }

        .draw-right a i {
            font-size: 15px;
            vertical-align: middle;
            position: relative;
            top: -1px;
            color: #6f6f6f;
            font-size: 16px !important;
        }

        .draw-right a:hover i {
            color: #fff;
        }

    .draw-right span {
        padding: 0 9px;
        position: relative;
        top: 0;
        opacity: 0;
    }

    .draw-right a:hover span {
        opacity: 1;
        color: #fff;
    }

.industry-box {
    padding-left: 3.5%;
    padding-right: 3.5%;
    padding-top: 5.5%;
    padding-bottom: 5.5%;
}

h2.industry-h2-headding {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
}

.industry-inner-title {
    font-size: 18px;
    color: #fff;
}

.product-industry-points.industry-check {
    margin-top: 30px;
}

    .product-industry-points.industry-check ul.list-check {
        padding: 0px;
    }

        .product-industry-points.industry-check ul.list-check li {
            color: #fff;
        }

.bg-image {
    position: relative;
}

.bg-extra-dark-orange {
    background-color: #e8530f;
}

.bg-image:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../images/map-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.06;
}


.contact-home-section .contact-home-toptitle {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.contact-home-section .contact-home-maintitle {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.contact-home-section .contact-home-content {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.contact-home-section .contact-home-content {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

    .contact-home-section .contact-home-content:last-child {
        margin-bottom: 0px;
    }

.contact-home-listbox {
    position: relative;
    height: 100px;
    display: table-cell !important;
    vertical-align: middle !important;
}

    .contact-home-listbox .contact-home-list-icon {
        position: absolute;
        left: 0;
        vertical-align: middle;
        color: #fff;
        font-size: 30px;
    }

    .contact-home-listbox .contact-home-list-content {
        padding-left: 50px;
    }

        .contact-home-listbox .contact-home-list-content .contact-home-list-title {
            font-weight: 800;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
        }

        .contact-home-listbox .contact-home-list-content .contact-home-list-contact,
        .contact-home-listbox .contact-home-list-content .contact-home-list-contact a {
            font-weight: 500;
            font-size: 15px;
            color: #fff;
            margin: 0px;
        }

            .contact-home-listbox .contact-home-list-content .contact-home-list-contact a:hover {
                color: #cc0000;
            }

.morecontent span {
    display: none;
}

.morelink {
    font-weight: 800;
    font-size: 14px;
}



.one-third-screen {
    height: 600px;
}

.opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .75;
    top: 0;
    left: 0;
}

.bg-extra-dark-gray {
    background-color: #1c1c1c;
}

.z-index-0 {
    z-index: 0;
}

.z-index-minus2 {
    z-index: -2;
}

.top-0 {
    top: 0 !important;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100% !important;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.btn.text-white-2, .text-white-2 {
    color: #fff;
}

.breadcrumb ul li {
    display: inline-block;
    line-height: normal;
}

.main-title-t1 {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-map iframe {
    height: 400px;
    width: 100%;
    border: 0px;
    margin-bottom: -9px;
}

.contact-home-section p {
    color: #fff;
}



.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin-x: 50%;
}

    .rotating.flip {
        position: relative;
    }

    .rotating .front, .rotating .back {
        left: 0;
        top: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .rotating .front {
        position: absolute;
        display: inline-block;
        -webkit-transform: translate3d(0,0,1px);
        -moz-transform: translate3d(0,0,1px);
        -ms-transform: translate3d(0,0,1px);
        -o-transform: translate3d(0,0,1px);
        transform: translate3d(0,0,1px);
    }

    .rotating.flip .front {
        z-index: 1;
    }

    .rotating .back {
        display: block;
        opacity: 0;
    }

    .rotating.spin {
        -webkit-transform: rotate(360deg) scale(0);
        -moz-transform: rotate(360deg) scale(0);
        -ms-transform: rotate(360deg) scale(0);
        -o-transform: rotate(360deg) scale(0);
        transform: rotate(360deg) scale(0);
    }

    .rotating.flip .back {
        z-index: 2;
        display: block;
        opacity: 1;
        -webkit-transform: rotateY(180deg) translate3d(0,0,0);
        -moz-transform: rotateY(180deg) translate3d(0,0,0);
        -ms-transform: rotateY(180deg) translate3d(0,0,0);
        -o-transform: rotateY(180deg) translate3d(0,0,0);
        transform: rotateY(180deg) translate3d(0,0,0);
    }

    .rotating.flip.up .back {
        -webkit-transform: rotateX(180deg) translate3d(0,0,0);
        -moz-transform: rotateX(180deg) translate3d(0,0,0);
        -ms-transform: rotateX(180deg) translate3d(0,0,0);
        -o-transform: rotateX(180deg) translate3d(0,0,0);
        transform: rotateX(180deg) translate3d(0,0,0);
    }

    .rotating.flip.cube .front {
        -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
        -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
        -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
        -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
        transform: translate3d(0,0,100px) scale(0.85,0.85);
    }

    .rotating.flip.cube .back {
        -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
        -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    }

    .rotating.flip.cube.up .back {
        -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
        -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
        transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    }


.career-box {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

    .career-box .career-title {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 15px;
    }

.career-experience .text-bold {
    font-weight: 700;
}

.career-experience {
    margin-bottom: 10px;
}

.page-link input {
    padding: 0px;
    font-weight: 400;
    margin: 0px;
}

.btn-more {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
    color: #252525;
}

    .btn-more:hover,
    .btn-more:focus {
        text-decoration: underline;
    }

.custom-control-label::before,
.custom-control-label::after {
    top: 2px !important;
}


.billingdetails-section .address-title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 7px 0px;
    border-bottom: 1px solid #ced4da;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.billingdetails-section .address-info-details {
    min-height: 300px;
}

    .billingdetails-section .address-info-details p {
        margin-bottom: 3px;
    }

.checkout .title-border {
    font-size: 18px;
}




.full-screen {
    min-height: 980px;
}

.inner-body {
    padding: 0px !important
}

.parallax {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}

.slider-typography {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
}

.slider-text-middle-main {
    display: table;
    height: 100%;
    width: 100%;
}

.slider-text-middle {
    display: table-cell;
    vertical-align: middle;
}

.bg-black-opacity-light {
    background-color: rgba(0,0,0,.5);
}

.padding-fifteen-all {
    padding: 15%;
}



.btn > i {
    position: relative;
    top: 0px;
}

.nofound-section .main-page-title {
    font-weight: 600;
    font-size: 130px;
    line-height: 120px;
    color: #fff;
}

.nofound-section .main-page-content {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    color: #005693;
    margin: 10px 0px;
}

.nofound-section .main-page-message {
    font-size: 20px;
    color: #939393;
    display: block;
    margin-bottom: 20px;
}


#pwd_strength_wrap {
    display: none;
    float: left;
    padding: 10px;
    position: absolute;
    width: 250px;
    z-index: 99;
    background-color: #fff;
    top: initial;
    margin-top: 10px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    text-align: left;
}

    #pwd_strength_wrap:before, #pwd_strength_wrap:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 10px solid transparent;
    }

    #pwd_strength_wrap:before {
        left: 20px;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #9b9b9b;
        border-left: 10px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        top: -20px;
    }

    #pwd_strength_wrap:after {
        left: 21px;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #ffffff;
        border-left: 9px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        top: -19px;
    }

#pswd_info ul {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}

    #pswd_info ul li {
        background: url(../assets/icon_pwd_strength.png) no-repeat left 3px;
        padding: 0 0 0 23px;
        font-size: 14px;
    }

        #pswd_info ul li.valid {
            background-position: left -39px;
            color: green;
        }

#passwordStrength {
    display: block;
    height: 5px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.strength0 {
    background: none; /* too short */
    width: 0px;
}

.strength1 {
    background: none repeat scroll 0 0 #FF4545; /* weak */
    width: 25px;
}

.strength2 {
    background: none repeat scroll 0 0 #FFC824; /* good */
    width: 75px;
}

.strength3 {
    background: none repeat scroll 0 0 #6699CC; /* strong */
    width: 100px;
}

.strength4 {
    background: none repeat scroll 0 0 #008000; /* best */
    width: 150px;
}



.short-account {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    background-color: #ffffff;
    padding: 15px 10px;
    z-index: 999;
    border-top: 2px solid #ddd;
}

    .short-account .account-total {
        float: left;
        text-align: left;
    }

    .short-account .account-cart {
        float: right;
    }

    .short-account .account-total .short-subaccount {
        font-weight: 800;
        font-size: 18px;
    }

    .short-account .account-total .short-subaccount {
        font-weight: 800;
        font-size: 18px;
        line-height: 1.1;
        display: block;
    }

    .short-account .account-total .short-titaccount {
        font-weight: 800;
        font-size: 11px;
        line-height: 1.1;
        display: block;
        margin-top: 4px;
        text-transform: uppercase;
        color: #005693;
    }

.productFilter h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-product .product-action .product-addcart .buynow-btn {
    display: none;
}

.cartaccount-box .cartaccount-total {
    display: none;
}

.cartaccount-box {
    margin-bottom: 30px;
}

.partner-section {
    background-color: #eee;
}

.home-partner.partner-section {
    background-color: #005693;
}

.cartaccount-box.checkoutaccount-area {
    /*display: none;*/
}

product-search .input-group {
    position: relative;
}

.product-search input.form-control {
    border-radius: 50px !important;
    height: 46px;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 55px;
    border-color: #9a9a9a;
}

.product-search .input-group-append {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

    .product-search .input-group-append .input-group-text {
        padding: 0px;
        border: 0px;
        background-color: transparent;
        color: #a5a5a5;
    }



.paymentcard-section .nav-pills .nav-link {
    background-color: #e9e9e9;
    line-height: 0.5;
    padding: 14px 12px;
}

    .paymentcard-section .nav-pills .nav-link.active,
    .paymentcard-section .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #005693;
    }

.paymentmethod-section ul.nav.nav-pills li {
    width: 33.33%;
}


.btn.btn-paypal {
    background-color: #ffc439;
    color: #111;
    padding: 15px;
}

    .btn.btn-paypal .img-paypal {
        width: 80px;
    }

.payicon.svgicon {
    fill: #212121;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.paymentcard-section .nav-pills .nav-link.active .payicon.svgicon {
    fill: #fff !important;
}

.paymentcard-section .nav-pills .nav-link:hover .payicon.svgicon {
    fill: #cc0000;
}

.btn.btn-paymentsense {
    background-color: #191613;
}

.btn-paymentsense .svgicon {
    width: 150px;
}

.btn-cod {
    height: 54px !important;
}

.nav-custom.nav-pills {
    margin-bottom: 30px;
}

    .nav-custom.nav-pills .nav-link {
        font-weight: 600;
        line-height: 1;
        color: #005693;
        text-transform: uppercase;
        background-color: transparent;
        border: 1px solid #005693;
        padding: 20px 15px;
    }

    .nav-custom.nav-pills > li:first-child .nav-link {
        border-radius: 10px 0px 0px 10px;
    }

    .nav-custom.nav-pills > li:last-child .nav-link {
        border-radius: 0px 10px 10px 0px;
    }

    .nav-custom.nav-pills .nav-link.active {
        background-color: #005693;
        color: #ffffff;
    }

    .nav-custom.nav-pills > li {
        margin-right: -1px;
    }




.modal.quote-modal .modal-header {
    padding: 0px;
    border: 0px;
}

    .modal.quote-modal .modal-header .close {
        position: absolute;
        top: 0px;
        padding: 0px;
        right: 0px;
        background-color: #ff0000;
        opacity: 0.9;
        text-shadow: none;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        padding-top: 2px;
        padding-left: 1px;
        z-index: 99;
    }

.modal.quote-modal .modal-content .modal-body {
    padding: 50px;
}

.modal.quote-modal .inner-content-head {
    margin-bottom: 30px;
}

.modal.quote-modal .page-modal-title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.modal.quote-modal .page-modal-text {
    text-align: center;
    margin-bottom: 0px;
}


.radio-group.radio-modal-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .radio-group.radio-modal-group .group-answer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% - 1rem );
        margin: 0.5rem;
        padding-left: 0px;
        max-width: 200px;
        border: 1px solid #b2b2b2;
        -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 3px 3px rgb(0 0 0 / 16%);
        box-shadow: 0 1px 1px rgb(0 0 0 / 8%), 0 3px 3px rgb(0 0 0 / 16%);
        background-color: #f7f7f7;
        border-radius: 5px;
    }

    .radio-group.radio-modal-group.no-img-group .group-answer {
        max-width: 100% !important
    }

        .radio-group.radio-modal-group.no-img-group .group-answer .custom-control-label:before {
            top: 13px !important;
        }

        .radio-group.radio-modal-group.no-img-group .group-answer .custom-control-label:after {
            top: 15px !important;
        }

    .radio-group.radio-modal-group .group-answer.selected,
    .radio-group.radio-modal-group .group-answer:hover {
        border-color: #034c7f;
        background-color: #dee8ee;
        -webkit-box-shadow: 0 0 0 1px #034c7f, 0 1px 1px rgb(0 0 0 / 8%), 0 3px 3px rgb(0 0 0 / 16%);
        box-shadow: 0 0 0 1px #034c7f, 0 1px 1px rgb(0 0 0 / 8%), 0 3px 3px rgb(0 0 0 / 16%);
        -webkit-transform: none;
        transform: none;
    }

    .radio-group.radio-modal-group .group-answer .custom-control-label .option-radio-image-wrapper {
        display: block;
        text-align: center;
    }

.option-radio-image-wrapper img {
    max-width: 60%;
}

.radio-group.radio-modal-group .group-answer .custom-control-label {
    width: auto;
    max-width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: 0.2rem 0;
    padding: 10px 0;
    font-size: 1.125rem;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .radio-group.radio-modal-group .group-answer .custom-control-label:before {
        left: 9px;
        top: 8px !important;
        width: 20px;
        height: 20px;
        border: 2px solid #b2b2b2;
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
    }

    .radio-group.radio-modal-group .group-answer .custom-control-label:after {
        left: 11px;
        top: 10px !important;
        width: 16px !important;
        height: 16px !important;
        background-size: 12px;
    }

.radio-group.radio-modal-group .group-answer .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #d43236 !important;
}

.modal.quote-modal .page-modal-content {
    margin-top: 30px;
    text-align: center;
}

.modal.quote-modal .page-modal-timer {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -20px;
}

    .modal.quote-modal .page-modal-timer > i {
        padding-right: 7px;
    }

.modal.quote-modal .page-modal-action {
    text-align: center;
}

.page-modal-action .btn {
    width: 500px !important;
    height: 52px;
    text-shadow: 0 0 3px rgb(0 0 0 / 10%);
    font-size: 16px;
}

.formprogress {
    max-width: 600px;
    margin: 0px auto 30px;
}

.progress {
    height: 24px;
    background-color: #e4e4e4;
    border-radius: 0px;
}

.progress-area-box .progress-area-label {
    display: none;
}

.progress-bar {
    background-color: #53d75e;
}

    .progress-bar .progressbar-count {
        position: absolute;
        width: 100%;
        left: 50%;
        color: #212121;
        font-size: 14px;
        transform: translate(-50%, -50%);
    }

.modal.quote-modal .form-control {
    border-width: 2px;
    height: 50px;
    font-size: 18px;
}

.wizard > .content {
    display: block;
    min-height: 37em;
    position: relative;
    width: auto;
    overflow: hidden;
}

    .wizard > .content > .body {
        float: left;
        position: absolute;
        width: 95%;
        height: 95%;
        margin-bottom: 30px;
    }

.stepform .wizard .steps {
    display: none !important;
}

.stepform .wizard .actions {
    max-width: 60%;
    margin: 0px auto;
}

    .stepform .wizard .actions ul li:first-child {
        text-align: center;
    }

.wizard .actions a {
    width: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    height: 42px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 86, 147);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 86, 147);
    border-image: initial;
    padding: 10px 25px;
    border-radius: 50px;
}

.wizard .actions .btn-prim {
    width: 100%;
    height: 52px;
    line-height: 2.2;
    border-radius: 50px;
    margin: 0px auto 10px;
}

.stepform .wizard .actions .btn.btn-prev {
    background-color: rgb(255, 255, 255);
    color: rgb(33, 37, 41);
    border-color: rgb(33, 37, 41);
}

    .stepform .wizard .actions .btn.btn-prev:hover, .stepform .wizard .actions .btn.btn-prev:focus {
        background-color: rgb(33, 37, 41);
        color: rgb(255, 255, 255);
        border-color: rgb(33, 37, 41);
    }

.form-control.error {
    border-color: #dc3545;
}

.error {
    color: #dc3545;
}

.disabled[aria-disabled=true] {
    display: none;
}

.step-title {
    font-weight: 600;
    font-size: 26px;
}



.sidebar-area .sidemenu-collapse {
    display: none;
    margin-left: auto;
}

.sidebar-menu-area .sidemenu-title-sm,
.sidemenu-collapse-close {
    display: none;
}

.accordion .card-header .btn {
}

.acc-link-box {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    display: block;
    background-color: #343a40;
    color: #fff;
    padding: 10px 10px 6px 10px;
    border-radius: 3px;
    border-bottom: 2px solid #da251c;
    margin-bottom: 30px;
}

    .acc-link-box:hover, .acc-link-box:focus {
        color: #da251c;
    }

.inv-head {
    background-color: #efefef;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 20px 15px;
    margin-bottom: 20px;
}




ol.progtrckr li {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 46px;
    border-bottom: 4px solid #ddd;
}

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom-color: #9acd32;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom-color: silver;
    }

    ol.progtrckr li .track-title {
        display: block;
    }

ol.progtrckr[data-progtrckr-steps="2"] li {
    width: 49%;
}

ol.progtrckr[data-progtrckr-steps="3"] li {
    width: 33%;
}

ol.progtrckr[data-progtrckr-steps="4"] li {
    width: 24%;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 19%;
}

ol.progtrckr[data-progtrckr-steps="6"] li {
    width: 16%;
}

ol.progtrckr[data-progtrckr-steps="7"] li {
    width: 14%;
}

ol.progtrckr[data-progtrckr-steps="8"] li {
    width: 12%;
}

ol.progtrckr[data-progtrckr-steps="9"] li {
    width: 11%;
}

ol.progtrckr li:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    position: absolute;
    bottom: -13px;
    left: 50%;
    height: 25px;
    width: 26px;
    font-size: 24px;
    line-height: 1;
    transform: translateX(-50%);
    background-color: #ffffff;
    z-index: 999;
    border-radius: 50%;
}

ol.progtrckr li.progtrckr-done:before {
    content: "\f058";
    color: yellowgreen;
}

ol.progtrckr li.progtrckr-todo:before {
    content: "\f111";
    color: silver;
}

.billingdetails-section,
.paymentmethod-section {
    margin-bottom: 30px;
}


.ord-head {
    display: flex;
}

    .ord-head .ord-status {
        margin-left: 20px;
        margin-top: 3px;
    }
