.b-row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.text-white {
    color: #fff !important;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.custom-row6 {
    margin-left: -21px !important;
    margin-right: -21px !important;
}

.custom-col6 {
    padding: 0 6px;
    margin-bottom: 12px;
}

.hconf-sec {
    background-color: #070914 !important;
    border: 1px solid #dedede;
    padding: 24px 33px;
    background: url('/Assets/homeR/strip-vert-png.webp');
    margin-top: 20px;
    margin-bottom: 20px;
}
.hconf-sec h2{
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
}
.hconf-sec .components-content{
    background-color: transparent;
}
.hconf-sec .hconf-right select {
    border: 3px solid #00383E;
    font-size: 20px;
    line-height: 25.76px;
    letter-spacing: -1px;
    max-width: 480px;
    height: 64px;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.5);
    margin-left: auto;
}
.hconf-sec .page-container-section-one{
    margin-top: 30px;
    margin-bottom: 0;
}
.hconf-sec #loading-div-background{
    top: 324px;
}
.hconf-sec .container{
    padding: 0;
}
.hconf-sec .hconf-right select {
    background-image: url('../Content/images/angle-down-2.png');
    background-size: auto;
    background-position: right 13px center;
}

.homeR .hcat-box {
    border: 1px solid #00000033;
}

.homeR .hcat-box p {
    padding: 3px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4 !important;
    letter-spacing: -0.85px;
    color: #000;
}

.homeR .t-mhead, .tp-default h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0.2px;
    margin-bottom: 36px;
}

.homeR .t-mhead {
    font-family: 'DINOT', sans-serif;
}

.homeR .hcred h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 26.4px;
    letter-spacing: -1px;
}

.homeR .hcred p {
    font-size: 24px;
    line-height: 28.8px !important;
    letter-spacing: -1px;
    color: #515151;
}

.homeR .hbadge-head {
    font-size: 32px;
    font-weight: 700;
    line-height: 44.8px;
    letter-spacing: 0.2px;
    margin-bottom: 36px;
    margin-top: 36px;
}

.homeR .t-desc {
    font-size: 24px;
    line-height: 30px !important;
}

.tp-default .row {
    margin-left: -15px;
    margin-right: -15px;
}

.tp-default .row > .no-padding-mobile {
    padding: 0;
}

.tp-default h2 {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .homeR .t-mhead, .homeR .hcred h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .homeR .hcat-box p {
        font-size: 16px;
        padding: 3px;
    }
}

@media (max-width: 991px) {
    .custom-col6 {
        margin-bottom: 6px;
    }
}

@media (max-width: 768px) {
    .hconf-sec .hconf-right select {
        margin-left: unset;
        margin-top: 5px;
    }

    .homeR .hcat-box p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .custom-row6 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .custom-col6 {
        padding: 0 2px;
    }

    .hconf-sec {
        margin-top: 20px;
        padding: 10px 0;
    }

    .hconf-sec h2 {
        margin-bottom: 3px;
        font-size: 24px;
        line-height: 24px
    }

    .hconf-sec .hconf-right select {
        height: 48px !important;
    }

    .homeR .hcat-box p {
        font-size: 12px;
        padding: 3px 5px;
    }

    .homeR .t-mhead, .homeR .hcred h2, .homeR .hbadge-head, .tp-default h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .homeR .hcred h2, .homeR .hcred p {
        text-align: center;
    }

    .homeR .t-desc {
        font-size: 15px;
        line-height: 18px !important;
    }

}

/*Tatctical Assemblies CTA*/
.tact-cta-box {
    width: 100%;
    background: linear-gradient(180deg, #488B91 0%, #4FB5BB 100%);
    border: 0px 1px 1px 1px solid #DEDEDD;
    padding: 32px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.tact-cta-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 8px;
}

.tact-cta-desc {
    font-size: 20px;
    line-height: 24px !important;
    color: #fff;
}

.tact-cta-link {
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: capitalize !important;
    border-radius: 3px;
    color: #488B91 !important;
}

.tact-cta-slider-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 36px;
    color: #000;
}

.tact-cta-slider-block {
    margin-bottom: 48px;
}

.tact-cta-slider-block .rsubs .rcat-card {
    margin-bottom: 20px;
}

.tact-cta-slider-block .rsubs .rcat-content a {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.85px;
}
.owl-tact .owl-item img {
    width: auto !important;
}

@media (max-width: 600px) {
    .tact-cta-box {
        padding: 32px 20px;
    }
    .tact-cta-title, .tact-cta-slider-title {
        font-size: 28px;
        line-height: 30px;
    }
    .tact-cta-link {
        margin-top: 20px;
    }
}
/*Tatctical Assemblies CTA End*/