

@media (min-width: 320px) {
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio (height/width * 100) */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.table-overflow {
    overflow-x: scroll;
}
div#sideToolbox {
    margin-left: 1.5rem;
    margin-right: auto;
    padding: 3px 0px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
div#sideToolbox .form-check-input {
    margin-left: 8px;
    margin-top: 0;
    position: relative;
}
div#sideToolbox label {
    margin-bottom: 0px!important;
    padding-left: 0px;
}
.AccountFunctions form.form-inline {
    justify-content: flex-end;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    background: #f7f7f7;
    padding: 1.5rem;
    border-bottom: 2px solid gainsboro;
}
.AccountFunctions form.form-inline .input-group {
        width: auto;
    display: flex;
    align-items: center;
}
.input-group input#totalPayment {
    background: white;
    height: 40px;
    text-align: center;
    max-width: 150px;
}
.user-management-home {
    margin-top: 2rem;
}
	.user-management-home a:last-child {
		background-color: #ad061e;
	}
	.user-management-home a {
    background: var(--primary);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: .875rem 1.5rem;
    border: 0px;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: acumin-pro-condensed, sans-serif;
    transition: all .15s ease-in-out;
}
.user-management-home a:hover {
    opacity: .9;
}
 /**************************  Create Accnt **************************/
.accnt-create-user label {
    display: block;
    margin-top: 8px;
}
.accnt-create-user {
    margin-left: 1rem;
    display: inline-block;
    padding: 1.5rem 3rem;
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}
.create-user-button {
    margin-top: 1rem;
}
.accnt-create-user input {
    border: 1px solid #b8b8b8;
}
.accnt-create-user .title {
    padding: 0px;
}
 /**************************  Brand Pages **************************/	
.brand-page section {
    background: #fff!important;
}
.brand-page .product-box-img {
    height: 175px;
    padding: 20px;
    border: 1px solid #ddd;
}
.brand-page #owl-featured .card-block {
	text-align: center;
}	
.brand-page section.home-section.cta-section {
    padding-bottom: 2rem;
    padding-top: 2rem;
}	
	
.vibox-content {
    max-width: 670px!important;
    background: transparent!important;
    padding: 0px!important;
}
 /**************************  Videos Page **************************/
.video-blocks {
    width: 100%!important;
    margin-bottom: 3rem;
}
.video-thumbnail {
    width: calc(100%/6);
    padding-right: 32px;
    padding-top: 0px;
    padding-bottom: 16px;
}
	div#sidebar129 {
    display: none;
}
a.video-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    margin: 8px;
}
.video-logo .image {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
 /**************************  Brands Page **************************/
 h2.brands-title {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.letter-group {
    background: #ececec;
}
span.letter-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}
.flex-index {
    background: #04234d;
}
.flex-index a {
    font-size: 1.25rem!important;
    line-height: 1;
    padding: 10px 13px!important;
    display: inline-block;
    font-weight: 300;
    color: white;
}
.brands-page .row.col-count {
    display: block!important;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
}
.brands-page .row.col-count .col-md-12 {
    display: inline-block!important;
}
.flex-brand {
    max-height: initial!important;
	margin: 8px 0 24px 0!important;
    padding: 0 8px!important;
}
.letter-group {
    background: #ffffff!important;
    line-height: 1;
    padding: 0px 8px!important;
}
.backTop {
    float: right;
    display: none;
}
.brand-link {
    width: auto!important;
    max-width: initial!important;
    padding-right: 5px;
    display: block;
    line-height: 1;
    margin: 4px 0;
}
.brand-link a {
    color: #212529;
    font-size: .875rem;
    font-weight: 500;
}
 /***Brands Logos ****/
.brands-logo-row {
    width: 100%!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    margin-bottom: 3rem;
}
.brands-logo-box {
    width: calc(100%/7);
    padding: 16px;
    padding-top: 0px;
    padding-bottom: 16px;
}
a.brands-logo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    margin: 8px;
}
div#accountfunctions_tr_246 {
    padding-top: 1rem;
}
button.btn-csv, button.btn-excel {
    font-size: 14px;
    padding: .5rem 1rem;
}
button.btn.btn-refresh {
    background: #232323;
    line-height: 1;
}
	.Cat1 a[href="/account.aspx?page=orderreceipt&admin=true"] {
    display: none;
}
.accountfunctions_tr_241.row {
    padding-top: 1rem;
}
    .umb-grid .container {
        padding: 0;
    }

    .Brian.MainTable {
        padding-top: 0px;
    }

    .dash-box-heading {
        background: #041e42 !important;
    }

    .umb-grid ul ul {
        list-style-type: circle;
    }

    .umb-grid ul {
        list-style-type: disc;
        padding-inline-start: 40px;
    }

    .Cat1.PostLoginCell {
        display: none;
    }

    :root {
        --h1: 64px !important;
        --h2: 36px !important;
        --h3: 22px !important;
        --h4: 20px !important;
        --t1: 22px !important;
        --t2: 18px !important;
        --ph1: 48px !important;
    }

    :root {
        --primary: #0B57C1 !important;
        --secondary: #ec2729 !important;
        --blue: #04234D !important;
        --dark: #212529 !important;
        --gray: #ECF0F3 !important;
    }

    .white {
        color: #fff !important;
    }

    body {
        font-size: 1rem;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-family: aktiv-grotesk, sans-serif;
    }
.homepage {
    background: #ecf0f3;
}
    .h1, .h2, .h3, h1, h2, h3 {
        font-weight: 600;
    }

    .h4, .h5, .h6, h4, h5, h6 {
    }

    .h1, h1 {
        font-size: 3rem;
    }

    .h2, h2 {
        font-size: var(--h2);
    }

    .h3, h3 {
        font-size: var(--h3);
    }

    .h4, h4 {
        font-size: var(--h4);
    }

    b, strong {
        font-weight: bolder;
        font-weight: 700;
    }

    hr {
        margin: 40px 0;
    }

    a {
        color: var(--primary);
    }

        a.view-more {
            color: var(--primary);
            display: inline-block;
            text-transform: uppercase;
            font-weight: 600;
        }

            a.view-more:hover {
                color: var(--success);
            }

            a.view-more:after, span.view-more:after {
                content: '\e5c8';
                font-family: 'Material Icons';
                font-weight: normal;
                font-style: normal;
                font-size: 24px;
                margin-bottom: 4px;
                margin-left: 4px;
                vertical-align: middle;
                display: inline-block;
                line-height: 1;
                text-transform: none;
                letter-spacing: normal;
                word-wrap: normal;
                white-space: nowrap;
                direction: ltr;
            }

    .btn, button {
        background: var(--primary);
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        padding: .875rem 1.5rem;
        border: 0px;
        color: #FFFFFF;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        font-family: acumin-pro-condensed, sans-serif;
        transition: all .15s ease-in-out;
    }

    .btn-lg {
        padding: .5rem 3rem;
        /* font-size: 1rem; */
    }

    .btn-md {
        padding: 8px 40px;
    }

    .btn-outline {
        background: rgb(0 0 0 / 0%);
        border: 2px solid;
        font-weight: 600;
        margin-top: 1rem;
        color: var(--primary);
    }

    .btn-product.btn {
        background: #fff;
        /* border: 1px solid rgb(0 86 150); */
        padding: 0px;
    }

    .btn.btn-outline:hover {
        background: var(--primary);
        border: 2px solid var(--primary);
        color: white;
    }

    h2.brands-title, .resources-section h2 {
        text-align: left !important;
        font-size: var(--ph1);
        font-weight: 600;
        margin-top: 3rem !important;
        color: var(--blue);
    }

    /**************************  login/forgot password **************************/
    .btn.log {
        display: block;
        width: 100%;
    }

    .lgin {
        width: 500px !important;
        margin: 4rem auto;
        text-align: center;
    }

        .lgin h3 {
            font-size: 2rem !important;
            font-weight: 700;
        }

        .lgin .sct {
            border: 0px solid #ccc !important;
        }

        .lgin .links a {
            color: var(--secondary);
            font-size: 13px;
            line-height: 15px;
        }

    .pass-reset__form .btn {
        margin: 5px;
    }

    .pass-reset, form#forgotUserId, form#deleteaccount {
        max-width: 1054px;
        margin: 4rem auto;
        text-align: center;
        padding: 0;
    }

    .pass-reset__form-group.form-group.row {
        max-width: 1054px;
    }

    h1.pass-reset__header, form#forgotUserId h2, form#deleteaccount h2 {
        font-size: 2rem !important;
        text-transform: uppercase;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    h1.pass-reset__header, form#deleteaccount h2 {
        font-size: 2rem !important;
        text-transform: uppercase;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    label.pass-reset__label.col-sm-2 {
        white-space: nowrap;
        line-height: 38px;
        margin-left: auto;
        text-align: right;
    }

    .pass-reset__form-group.form-group.row .col-sm-10 {
        max-width: 400px;
        margin-right: auto;
    }

    #loginfunctions_div_1 {
        max-width: 500px;
        margin: auto;
    }

    .forgotUserIdContainer label {
        display: block;
    }

    .forgotUserIdContainer input#emailAddress {
        width: 90%;
    }

    .deleteaccountContainer label {
        display: block;
    }

    .deleteaccountContainer input#emailAddress {
        width: 50%;
    }
    /**************************  END login/forgot password **************************/


    .page {
        margin-bottom: 70px;
    }

    .media-heading {
        background: #041e42;
        position: relative;
        margin-bottom: 4rem;
    }

    .media-img {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

        .media-img:before {
            content: '';
            background: hsl(0deg 0% 0% / 45%);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgb(0,0,0);
            background: linear-gradient(115deg, rgb(4 35 77 / 92%) 54%, rgba(0,0,0,0.1) 54%, rgba(0,0,0,0.1) 100%);
        }

    .media-body {
        position: relative;
        max-width: 50%;
        padding: 2.5rem 0rem 2rem 0rem;
        padding-right: 1rem;
    }

        .media-body h1 {
            font-size: var(--ph1);
            /* text-transform: uppercase; */
            font-weight: 800;
        }

            .media-body h1:after {
                content: "";
                width: 40px;
                height: 4px;
                background: var(--secondary);
                display: block;
                margin-top: .5rem;
                margin-bottom: 1rem;
            }

        .media-body p {
            line-height: 1.8;
            font-weight: 500;
        }




    .page-heading {
        padding-top: 4rem;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
        /* text-transform: uppercase; */
        position: relative;
        background: #ffffff;
        background-position: center;
    }

        .page-heading:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            background-color: #041e42;
            background: -moz-linear-gradient(left, rgba(4,30,66,1) 0%, rgba(4,30,66,0.98) 55%, rgba(0,0,0,0) 100%);
            background: -webkit-linear-gradient(left, rgba(4,30,66,1) 0%,rgba(4,30,66,0.98) 55%,rgba(0,0,0,0) 100%);
            background: linear-gradient(to right, rgba(4,30,66,1) 0%,rgba(4,30,66,0.98) 55%,rgba(0,0,0,0) 100%);
        }

        .page-heading h1 {
            position: relative;
            font-size: 2.75rem;
            line-height: 1.1;
            font-weight: 600;
            max-width: 65%;
            color: #fff;
        }

        .page-heading p {
            position: relative;
            max-width: 65%;
            font-size: 20px;
            line-height: 1.75;
            color: #fff;
        }

        .page-heading a {
            color: var(--secondary);
        }

    .page-caption, .page-caption .container {
        position: relative;
    }

    section.page-heading h1 {
        font-size: 2rem;
        color: rgb(255 255 255);
        font-weight: 800;
        display: inline-block;
        margin: 0px;
        letter-spacing: -1px;
    }




    .carousel-fade .carousel-item {
        opacity: 0;
        transition-duration: .6s;
        transition-property: opacity;
    }

        .carousel-fade .carousel-item.active,
        .carousel-fade .carousel-item-next.carousel-item-left,
        .carousel-fade .carousel-item-prev.carousel-item-right {
            opacity: 1;
        }

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        opacity: 0;
    }

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active,
    .active.carousel-item-left,
    .active.carousel-item-prev {
        transform: translateX(0);
    }

    .carousel-control-next, .carousel-control-prev {
        width: 5%;
        opacity: 1;
    }

    .carousel-indicators li {
        height: 7px;
    }


    .card {
        font-weight: 400;
        border: none;
        /* background: transparent; */
         border-radius: 12px; 
        background-color: #F7F9FA;
        background-color: #FFFFFF;
        /*box-shadow: 0 4px 7px 0 rgb(54 35 51 / 6%);*/
    }

    .card-body {
        /* padding-left: 0rem; */
        padding-bottom: 1rem;
        padding: 1.5rem;
    }
.card img {
    transition: all .3s;
}
.card a:hover img {
    transform: scale(1.05);
}
    .card-title {
        font-size: var(--h4);
        margin-bottom: 8px;
        font-weight: 600;
        /* color: var(--blue); */
    }

.m-height {
    position: relative;
    height: 210px;
    border-radius: 12px 12px 0 0;
}

    .collection-card .stripe {
        position: absolute;
        bottom: 0rem;
        width: 100%;
        padding: 1rem 1rem;
        text-align: left;
        background-color: rgb(0 0 0 / 65%);
        color: #ffffff;
    }

    .collection-card a p {
        padding: 0;
        margin: 0;
        font-weight: 700;
        font-size: 20px;
        /* text-transform: uppercase; */
    }

    section.feature-section {
        padding: 2rem 0 2rem 0;
        background: var(--gray);
    }

    .home-banner {
        height: 100vh;
        height: calc(100vh - 146px);
        background-size: cover;
        position: relative;
        background-position: center;
        /* background-attachment: fixed; */
    }

.home-banner:before {
    content: '';
    background: linear-gradient(90deg, hsl(0deg 0% 0% / 55%) 0%, hsl(0deg 0% 0% / 25%) 60%);
    /* background: linear-gradient( 135deg, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.5) 10%,rgb(0 0 0 / 50%) 40%,rgb(0 0 0 / 30%) 60%,rgb(0 0 0 / 30%) 81%,rgb(0 0 0 / 50%) 100%); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

    .banner-link {
        width: 100%;
        display: block;
    }

    .container.relative {
        height: 100%;
    }


    .banner-section .carousel-caption {
        position: relative;
        left: auto;
        right: auto;
        text-align: left;
        text-shadow: none;
        padding-top: 70px;
    }

    .text-wrapper {
        position: relative;
        color: #fff;
        /* max-width: 50%; */
        margin-bottom: auto !important;
    }

    .title {
        position: relative;
        color: #222;
        text-align: left;
        margin-right: auto;
    }

.title-1.h1 {
    font-weight: 800;
    font-size: clamp(3rem, -0.875rem + 8.333vw, 4vw);
    text-wrap: balance;
    line-height: 1;
    text-transform: uppercase;
    max-width: 710px;
    /* opacity: .8; */
    /* font-size: calc(40px + (16 * (100vw - 800px)) / 800); */
    /* line-height: calc(36px + (16 * (100vw - 800px)) / 800); */
}

    hr.divider {
        margin-top: 1rem;
        margin-bottom: 2rem;
        max-width: 7rem;
        height: 3px;
        background-color: #c41126;
        border: 0;
    }

    .owl-prev, .owl-next {
        position: absolute;
        top: 0%;
        background-color: transparent;
        height: 100%;
        line-height: 55px;
        width: 0px;
        text-align: center;
    }

    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .owl-prev {
        left: 25px;
    }

    .owl-next {
        right: 25px;
    }

        .owl-prev i, .owl-next i, .owl-prev svg, .owl-next svg {
            color: #ffffff;
            font-size: 28px;
            background: rgb(0 0 0 / 25%);
            border-radius: 2px;
            border-radius: 100%;
            padding: 8px;
            width: 45px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 45px;
            flex: 0 0 45px;
            height: 45px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            /* margin-top: -70px; */
        }

    .supplier {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

 .m-ad, .m-ad img {
    width: 100%;
    border-radius: 12px;
	 transition: all .2s;
}
.m-ad:hover, .m-ad img:hover {
    /* opacity: .95; */
    filter: brightness(1.1);
}
    /* welcome ***********/
    section.section-welcome {
        background: #ffffff;
        padding-top: 3rem;
        padding-bottom: 3rem;
        /* margin-top: 1.5rem; */
    }

    .intro-welcome {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /*  height: calc(100vh - 84px);*/
        margin-top: 10px;
        margin-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

.half-block {
    position: relative;
    overflow: hidden;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 12px;
}

        .half-block.half-content {
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-top: 2rem;
            padding-right: 0%;
            padding-right: 8%;
        }

    .content-inside {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .content-inside p {
            max-width: 500px;
            /* font-size: 1.25rem; */
            line-height: 1.7;
        }

    .sub-title {
        font-weight: 300;
        font-size: var(--h3);
        line-height: 1;
        margin-bottom: 1rem;
    }

    .div-block-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 24px;
        margin-bottom: 90px;
        margin-bottom: 2rem;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-inside h2 {
        margin-top: 0px;
        margin-bottom: 16px;
        color: var(--secondary);
        text-transform: uppercase;
        font-weight: 800;
        font-size: var(--ph1);
    }

        .content-inside h2 span {
            color: var(--blue);
        }
    /* 2 box cta ***********/
    section.home-section.cta-section {
        background: var(--gray);
        padding-bottom: 2rem;
    }

    .layout-wrapper {
        position: relative;
    }

    .layout-container {
        height: 100%;
    }

    .layout-content {
        height: 100%;
        max-width: 100%;
    }

    .img-background-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .layout-items {
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .layout-item {
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
    }

 .layout-bg {
    background-color: rgba(0,0,0,.6);
    border-radius: 12px;
    overflow: hidden;
}

.layout-alignment-vertical-top {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    -webkit-flex-item-align: flex-start;
    align-self: flex-start;
    width: 50%;
}

    .layout-alignment-vertical-bottom {
        -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
        -webkit-flex-item-align: flex-end;
        align-self: flex-end;
    }

    .layout-alignment-vertical-center {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        -webkit-flex-item-align: center;
        align-self: center;
    }

    .layout-item-70 {
        width: 70%;
    }

    .layout-info .layout-items {
        border-left: 6px solid var(--primary);
    }





    /*cat products */
    section.cat-products {
        padding: 4rem 0 0rem 0;
        background: #ffffff;
    }

    .cat-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    li.cat-item {
        list-style: none;
        margin-bottom: 24px;
        margin: 8px;
        background: #fff;
        display: block;
        width: calc((100%/4) - 16px);
        position: relative;
    }

    .f-cat-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 265px;
        margin: 0px;
        margin-top: 1px;
        padding: 16px;
        /* margin-bottom: 15px; */
        /* border: 1px solid #ddd; */
        border-bottom: none;
        /* -webkit-box-shadow: 0 0px 2px 0 rgb(0 0 0 / 16%), 0 2px 2px 0 rgb(0 0 0 / 12%); */
        /* box-shadow: 0 0px 2px 0 rgb(0 0 0 / 16%), 0 2px 2px 0 rgb(0 0 0 / 12%); */
    }

        .f-cat-image img {
            align-self: center;
            max-height: 100%;
            max-width: 100%;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: auto !important;
        }

    li.cat-item:hover .sub-category {
        opacity: .96;
    }

    .sub-category {
        background-color: var(--gray-dark);
        color: #fff;
        height: 266px;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0;
        padding: 15px 0 0 15px;
        transition: opacity .5s ease;
        -webkit-transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;
        box-sizing: border-box;
    }

        .sub-category p {
            margin: 0px;
            color: #fff;
        }

        .sub-category a {
            color: #fff;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            margin: 6px 0;
            font-weight: 400;
            font-size: 16px;
        }

            .sub-category a:hover {
                color: var(--success);
            }

            .sub-category a.va {
                position: absolute;
                left: 5%;
                bottom: 10px;
                display: block;
                line-height: 1;
                padding: 10px 0 7px 0;
                margin: 0px;
                width: 90%;
                margin: auto;
                text-align: center;
                /* background: var(--success); */
                border: 1px solid;
            }

                .sub-category a.va:hover {
                    /* color: var(--blue); */
                }

    .featured-title {
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        padding: 0 10px;
        color: #ffffff;
        background: var(--gray-dark);
        padding: 15px 25px;
        /* height: 46px; */
    }

    a.category-main-link {
        color: #ffffff;
        text-align: center;
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        margin: auto;
        max-width: 180px;
    }

        a.category-main-link:hover {
            color: var(--success);
        }
    /* about **********************************/
    .about-section {
        padding: 4rem 0 2rem 0;
        position: relative;
        /* color: #fff; */
        background-color: #f6f6f9;
    }

        .about-section figure {
            height: 310px;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0px;
        }

        .about-section p {
            font-size: 1.25rem;
            line-height: 1.8;
        }

    .intro-m {
        display: none;
    }

    .about-section h1 span {
        font-size: 2rem;
        font-weight: 300;
        display: block;
        /* letter-spacing: -.5px; */
        /* color: var(--gray-dark); */
    }

    .about-section h1 {
        font-weight: 800;
        line-height: 1.3;
        color: var(--gray-dark);
        font-size: 2.5rem;
    }

    /* top-cats **********************************/
    section.cat-section #owl-cat {
        padding-top: 8px;
        padding-bottom: 1rem;
        /* margin-top: 10px; */
        background: white;
    }

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

    .cat-section .owl-carousel .owl-item {
        transition: .4s ease-in-out;
        overflow: hidden;
        /*flex: 1;*/
    }

        .cat-section .owl-carousel .owl-item.active:hover {
            transition: .4s ease-in-out;
            overflow: hidden;
            /*flex: 2;*/
        }

    .cat-section .owl-item.active:hover {
    }

    a.squall:hover {
        filter: saturate(1.75);
        transition: all 0.2s ease-out;
        z-index: 1;
    }

 a.squall {
    text-decoration: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(0) rotate( 0.0001deg);
    height: 225px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 12px;
    overflow: hidden;
}

    .cat-title {
        position: relative;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        - -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
    }

    .tint {
        background: hsl(0deg 0% 0% / 60%);
        opacity: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    a.squall:hover .tint {
        opacity: .9;
        background: hsl(0deg 0% 0% / 3%);
    }

    a.squall:hover h2 {
    }

    .squall h2 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        margin-top: 0rem;
        padding: 2rem;
        color: #fff;
        text-shadow: 1px 1px 15px hsl(0deg 0% 0% / 50%);
        text-align: center;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .squall span {
        font-size: 20px;
        font-style: italic;
        font-weight: 500;
        height: 34px;
        border-bottom: 4px solid #cc7329;
        margin-bottom: 16px;
    }

    /*ourwork */

    .masonry-wrapper {
        margin: 0em auto;
    }

    .masonry {
        display: flex;
        width: 100%;
    }

    .masonry--h {
        flex-flow: row wrap;
    }

    .masonry--v {
        flex-flow: column wrap;
        max-height: 1080px;
    }

    .masonry--h,
    .masonry--v {
        margin-left: -8px; /* Adjustment for the gutter */
        counter-reset: brick;
    }

    .masonry-brick {
        overflow: hidden;
        border-radius: 5px;
        margin: 0 0 15px 15px;
        background-color: #333;
        color: white;
        position: relative;
    }

        .masonry-brick:after {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 5000;
            transform: translate(-50%, -50%);
            content: "";
            transition: font-size .25s, opacity .25s ease-in-out;
            font-weight: 700;
            opacity: .5;
            font-size: 1.25em;
        }

        .masonry-brick:hover:after {
            font-size: 2.25em;
            opacity: 1;
        }

    .masonry-brick--h {
        flex: auto;
        height: 250px;
        min-width: 150px;
    }



    .masonry-img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        filter: brightness(90%);
    }
    /* our work **********************************/
    .section-work {
        padding: 0rem 0 4em 0;
        background: #f6f6f9;
        /* background-image: url(../../images/curve--top.svg); */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        position: relative;
        color: #000;
    }

        .section-work a {
        }

    .button-group .btn.filter-active {
        background: var(--blue) !important;
    }

    .line-img {
        align-self: center;
        width: auto !important;
        max-height: 100%;
        max-width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: auto;
    }

    .section-title {
        font-size: var(--h2);
        position: relative;
        overflow: hidden;
        font-weight: 700;
        padding-bottom: 2rem;
        margin-bottom: 0px;
        text-align: center;
        color: var(--blue);
    }

        .section-title > span {
            position: relative;
            display: inline-block;
        }

            .section-title > span:before, .section-title > span:after {
                content: '';
                position: absolute;
                top: 50%;
                border-bottom: 1px solid #04234d;
                width: 40px;
                margin: 0px 24px;
            }

            .section-title > span:before {
                right: 100%;
            }

            .section-title > span:after {
                left: 100%;
            }

    .featured-products .divider {
        /* margin-bottom: 0px; */
    }

    .divider {
        background: #005a9e;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 75px;
        max-width: 200px;
        height: 3px;
    }

    .divider-r {
        margin-left: auto;
        margin-right: 0;
    }

    .divider-l {
        margin-left: 0;
        margin-right: auto;
    }

    a.item:hover {
        text-decoration: none;
    }

    .product-box .btn {
        border: 1px solid;
        color: var(--primary);
        width: 100%;
    }

    a.item:hover .btn {
        background: #fff;
        color: var(--blue);
        border: 1px solid;
    }

    a.item:hover .shop-now {
        color: var(--blue);
    }

    .see-more, .shop-now {
        margin-top: auto;
        font-weight: 600;
        transition: all .3s;
        padding: 5px 0;
        color: var(--primary);
    }

    .shop-now {
        margin: auto;
        font-size: 15px;
        padding: 2px;
    }

    .see-more:hover {
        text-decoration: none;
        font-weight: 800;
        color: #000;
    }

    .product-box {
        text-align: center;
    }

    a.item:hover .card-title.title2 {
        color: var(--primary);
    }

    .product-box-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 245px;
        margin-bottom: 16px;
        background: white;
        padding: 24px;
        border: 0px solid #d9d9d9;
        border-radius: 12px;
    }


        .product-box-img img {
            align-self: center;
            max-height: 100%;
            max-width: 100%;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: auto !important;
        }
.product-box-img  {
    transition: all .3s;
}
.product-box-img:hover  {
    transform: scale(1.05);
}
    .card-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* min-height: 83px; */
        text-align: left;
        padding-left: 4px;
    }

    .card-title.title1 {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 300;
        transition: all .3s;
        color: #005a9e;
    }

    .card-title.title2 {
        font-size: 1em;
        line-height: 1;
        margin-bottom: 8px;
        margin-top: 4px;
        font-weight: 400;
        transition: all .3s;
        color: var(--secondary);
    }

    .card-title.title3 {
        margin-bottom: 0px;
        color: #212529;
        font-weight: 500;
        font-size: 1em;
    }

    .services-section {
        padding: 2rem 0 0rem 0;
        background: var(--gray);
    }

        .services-section a {
            color: #000;
            text-decoration: none;
        }

    section.featured-products {
        padding: 3rem 0 5rem 0;
        /* background: #E5E9EC; */
        position: relative;
        overflow: hidden;
    }


    .m-padding {
        padding: 1.5rem;
    }



    .btn.btn-big {
        padding: 15px 35px;
        line-height: 21px;
        font-size: 18px;
        text-align: center;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }



    .list-wrap ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        margin-top: 2rem;
        padding-left: 0px;
    }

        .list-wrap ul li:before {
            content: '\e86c';
            content: '\e2e6';
            display: inline-block;
            font-family: 'Material Icons';
            font-size: 23px;
            color: var(--primary);
            font-style: normal;
            font-weight: normal;
            letter-spacing: normal;
            line-height: 1;
            margin-right: 16px;
        }

        .list-wrap ul li {
            font-size: 16px;
            line-height: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 12px;
            /* color: var(--gray-dark); */
            font-weight: 600;
        }


    /* contact */
    .map-frame {
        border: 0px solid #ffffff;
    }

    .loc h4 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 800;
        color: #005696;
    }

    .loc p {
        font-size: 14px;
    }


    /* news/events */
    .blogposts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blogposts a {
            -ms-flex: 0 0 31.3333%;
            flex: 0 0 31.3333%;
            max-width: 31.3333%;
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 3%;
            margin-right: 3%;
            margin-bottom: 30px;
            border-right: 1px solid #eee;
        }

    .post-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 160px;
    }

        .post-img img {
            align-self: center;
            max-height: 100%;
            max-width: 100%;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

    h3.blogpost-title {
        font-weight: 900;
        font-size: 1.5rem;
        color: #005696;
    }

    h6.eeo {
        font-size: 13px;
        line-height: 1.75;
        margin-top: 25px;
    }

    .emp-btn {
        padding: 5px 25px;
    }

        .emp-btn a:hover {
            color: black;
            text-decoration: none;
        }

    .material-icons.i2 {
        font-size: 50px;
    }

    .border-top {
        border-top: 1px solid rgb(255 255 255 / 40%) !important;
    }

    .footer-wrap {
        background-color: var(--blue);
        border-top-width: 0px;
        padding-top: 3rem;
        padding-bottom: 3.5rem;
        font-size: 16px;
        border-top: 4px solid var(--blue);
        color: white;
    }

        .footer-wrap i {
            font-size: 24px;
        }
.footer-wrap h5 {
    
}
        .footer-wrap h4 {
            font-size: 18px;
            font-weight: 900;
            /* line-height: 1.5; */
            color: var(--gray-dark);
            text-transform: uppercase;
        }

        .footer-wrap a {
            color: #ffffff;
            font-size: 16px;
            line-height: 16px;
            font-weight: 400;
        }
.footer-wrap a.btn:hover {
    text-decoration: none;
}
        .footer-wrap ul li {
            display: block;
            padding: 7px 10px 7px 0px;
        }

        .footer-wrap ul {
            list-style: none;
            margin: 0;
            padding: 0;
            font-size: 18px;
        }

    .social-link i {
        font-size: 30px;
        margin: 0 3px;
        background: #00448d;
        border-radius: 3px;
        padding: 3px;
        color: white;
    }

    span.foot-ad {
        font-weight: 800;
        line-height: 22px;
        margin-bottom: 8px;
        margin-top: 5px;
        display: block;
    }

        span.foot-ad a {
            white-space: nowrap;
        }

    .textwidget, .textwidget a {
        font-size: 14px;
    }

    footer.footer-wrap2 {
        background-color: #ffffff;
        /* border-bottom: 10px solid #fff; */
        color: black;
        padding-top: 20px;
        /* padding-bottom: 16px; */
        font-size: 14px;
        margin-bottom: 0px;
    }

    blockquote {
        text-transform: none;
        font-size: 18px;
        letter-spacing: normal;
        font-weight: 600;
        margin: 0 !important;
        color: #607D8B;
    }

    blockquote {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1rem 0;
    }

        blockquote i {
            margin-right: 5px;
            font-size: 16px;
        }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .layout-item-70 {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .title {
        padding-left: 7%;
    }

    .media-body {
        padding-left: .5rem;
    }
}

@media (max-width: 1170px) {
    .mobile-none {
        
    }

	.footer-wrap a[href*="/estimating-services/"] {
    display: none;
}

    .top-intro {
        background: #ffffff;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .calc-img {
        width: 100%;
        height: 200px;
    }
}
@media(hover: hover) and (pointer: fine) {
	.footer-wrap a:hover {
    text-decoration: underline;
}
}
@media (max-width: 1024px) {
.video-thumbnail {
    width: calc(100%/5);
    padding-right: 24px;
}
.brands-logo-box {
    width: calc(100%/5);
    padding: 8px;
}
    :root {
        --h1: 54px !important;
        --h2: 32px !important;
        --h3: 22px !important;
        --h4: 18px !important;
        --ph1: 40px !important;
    }

    .text-wrapper {
        margin-bottom: auto !important;
    }

    .page-heading {
        padding-top: 3rem;
        padding-bottom: 2rem;
        margin-bottom: 24px;
    }

        .page-heading h1 {
            font-size: 2.5rem;
        }

    .squall h2 {
        font-size: 1.25rem;
        text-transform: none;
    }

    .btn-lg {
        /* padding: .5rem 2rem; */
        font-size: 1rem;
    }

    a.q-order {
        display: none;
    }

    section.home-section.cat-section .container {
        padding: 0px;
    }

    section.cat-section #owl-cat {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0rem;
    }
}

@media (max-width: 991px) {
.brands-page .row.col-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
    .intro-m {
        display: block;
    }

    .intro {
        display: none;
    }

    .carousel-caption {
        top: 0px;
    }

    .title {
        max-width: 85%;
        padding-left: 7%;
    }

    .carousel-caption h2 {
        /* font-size: 2.25rem; */
        /* line-height: 30px; */
        padding-left: 0px;
        margin: 0px;
    }

    .caption-img {
        position: absolute;
        top: auto;
        bottom: -50px;
        right: 0px;
        width: 50%;
    }

    .media-body {
        max-width: 64%;
        padding: 2.5rem .5rem;
        padding-right: 1rem;
    }

    .media-img:before {
        background: linear-gradient(115deg, rgb(4 35 77 / 92%) 68%, rgba(0,0,0,0.1) 68%, rgba(0,0,0,0.1) 100%);
    }

    .about-section figure {
        height: 220px;
    }

    .section-title.sub-divide {
        border-bottom: 0px solid #bbb;
    }

    .divider-l {
        /* margin-left: 0; */
        /* margin-right: auto; */
    }

    .cta-text {
        max-width: 100%;
        font-size: 14px;
    }

    .box-contain2 {
        margin-top: 30px;
        margin-left: 0px;
    }

    .cta-headline {
        font-size: 17px;
    }

    .cta-img-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
    }

    .intro-body {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 1rem 0rem;
        margin-left: 0;
        padding: 0px;
    }

    .intro-img1 {
        width: 100%;
        height: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .intro-img:before {
        display: none;
    }

    .footer-wrap {
        padding-top: 1rem;
    }

    .m-padding {
        padding: 1rem;
    }

    .blogposts a:nth-child(2n+2) {
        padding-right: 0px;
        margin-right: 0px;
        border-right: 0px solid #eee;
    }

    .blogposts a {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        padding-right: 4%;
        margin-right: 4%;
        margin-bottom: 30px;
        border-right: 1px solid #eee;
    }
}

@media (max-width: 768px) {
	.video-thumbnail {
    width: calc(100%/4);
    padding-right: 24px;
}
    :root {
        --h1: 42px !important;
        --h3: 20px !important;
        --t1: 20px !important;
        --t2: 16px !important;
        --ph1: 40px !important;
    }

    .title-1.h1 {
        font-weight: 800;
        line-height: 2.75rem;
        max-width: 450px;
    }

    .media1.d-block {
        height: 45vh;
        min-height: 370px;
        max-height: 400px;
    }

    .card-title.title3 {
        font-size: 1em;
    }

    li.cat-item {
        margin: 5px;
        width: calc((100%/2) - 10px);
    }

    .sub-category {
        height: 236px;
    }

    .f-cat-image {
        height: 235px;
    }

    .calc-section {
        padding: 2.5rem 0 0rem 0;
    }

    hr {
        margin: 32px 0;
    }
}


@media (max-width: 767px) {
    .lgin {
        width: 94% !important;
        margin: 2rem auto;
    }

        .lgin .sct .pad {
            margin: 0px !important;
            text-align: left;
        }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .media-body h1 {
        font-weight: 600;
    }

    .page {
        margin-bottom: 40px;
    }

    .btn, button, .btn-outline {
        font-size: .875rem;
        font-weight: 500;
        padding: .5rem 1.5rem;
    }

    .home-banner {
        height: 100vh;
        height: calc(100vh - 114px);
        max-height: 700px;
    }

    a.squall {
        height: 234px;
    }

    .card {
        width: 100%;
    }

    .m-height {
        position: relative;
        height: 160px;
    }

    section.home-section.cta-section {
        padding-bottom: 0rem;
    }

    .layout-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .layout-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .layout-item-50 {
        margin-bottom: 2rem;
    }

    .layout-item.layout-alignment-vertical-center {
        padding: 1rem;
    }

    .owl-prev i, .owl-next i {
        color: #201d1e;
        font-size: 19px;
        background: none;
        width: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
        flex: 0 0 25px;
        height: 25px;
    }

    .media-img:before {
        background: rgb(4 35 77 / 92%);
    }

    .media-body {
        max-width: 80%;
        padding: 2.25rem 0rem;
        margin: 0 auto;
    }

        .media-body h1:after {
            margin: auto;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

    .section-title > span:before, .section-title > span:after {
        border: none;
    }

    .page-heading {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        margin-bottom: 24px;
    }

        .page-heading h1 {
            font-size: 2rem;
        }

    h2.section-title-sm {
        font-size: 1.25rem;
    }

    .emp-btn {
        padding: 5px 15px;
    }

        .emp-btn a {
            font-size: 14px;
        }

    .material-icons.i2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) and (min-width: 601px) {
    .content-inside h2 {
        font-size: var(--h2);
    }
}


@media (max-width: 600px) {
.AccountFunctions form.form-inline .input-group {
    display: block;
    text-align: right;
}
.input-group input#totalPayment {
    position: relative!important;
}
.input-group input#totalPayment {
    max-width: 138px;
}
	.video-thumbnail {
    width: calc(100%/2);
    padding-right: 24px;
	padding-bottom: 0px;
}
    body {
        font-size: .875rem;
    }
	.brands-page .row.col-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
	.brands-logo-box {
    width: calc(100%/3);
    padding: 8px;
}
a.brands-logo-item {
    height: 64px;
     margin: 0px; 
}
    .sign-up-form {
        
    }
    .section-title {
        padding-bottom: 1.5rem;
    }

    .title-1.h1 {
        font-weight: 800;
        font-size: var(--h1);
        /* line-height: 2rem; */
        max-width: 370px;
    }

    .supplier .container {
        padding: 0;
    }

    .media1.d-block {
        height: 40vh;
        min-height: 300px;
        max-height: 360px;
    }

    .title {
        /* max-width: 96%; */
        padding-left: 30px;
    }

    .card-title {
    }

    .carousel-caption h2 {
        /* font-size: 22px; */
        /* line-height: 24px; */
        /* padding: 8px 25px; */
    }

    .carousel-caption p {
        padding: 8px;
        padding-left: 0px;
        margin-left: 0%;
        font-size: 14px;
        line-height: 18px;
    }

    li.cat-item {
        margin: 5px;
        width: calc((100%/1) - 10px);
    }

    section.feature-section {
        padding: 3rem 0 2rem 0;
    }

    .intro-welcome {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0px;
    }

    .half-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        height: 240px;
    }

        .half-block.half-content {
            padding: 0 24px;
            padding-top: 3rem;
            height: auto;
            text-align: center;
            display: block;
        }

    .div-block-2 {
        margin: auto;
        margin-top: 0px;
        margin-bottom: 2.5rem;
    }

    .content-inside p {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .services-section {
        padding: 2rem 0 0 0;
    }

    section.section-welcome {
        padding: 2rem 0rem 0rem 0rem;
    }

    .product-box-img {
        height: 150px;
        margin-bottom: 10px;
        padding: 8px;
    }

    .calc-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 2rem;
    }

    .calc-text {
        margin-top: 1rem;
    }

    .calc-img {
        width: 100%;
        height: 150px;
    }

    .page-heading {
        background-position: 50% 0px;
    }

        .page-heading:before {
            background: rgb(0 0 0 / 70%);
        }

    section.page-heading h1 {
        font-size: 1.25rem;
    }

    .line-card-list > div > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: left;
        padding: 5px 0;
    }

    .blogposts a {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
        border: none !important;
    }
}
