/*****************************************/
/*     Start your custom style here      */
/*****************************************/


/**
* Home Landing
* ==================================================
*/

html {
    scroll-behavior: smooth;
}

/**
*  Tob Bar
*/
html .top-bar ul li {
    padding: 0;
    margin: 0;
}

html .top-bar ul li a {
    font-family: Brown;
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #233A39;
}

html .top-bar .row {
    display: block;
}

html .top-bar .row .col-6.right {
    width: 100%;
    text-align: right;
    max-width: 100%;
}

/**
* Header
*/
.sr-navbar .navbar-brand {
    padding: 18px 0;
}

html .sr-navbar .navbar-nav .nav-link {
    font-family: Brown !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 34px !important;
    text-align: right !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #233A39 !important;
}

html .sr-navbar .navbar-nav .nav-link:hover {
    color: #0DB14B !important;
}
.sr-social-share.sr-social-share {
    opacity: 1 !important;
}
.navbar-nav>.nav-item:not(.dropdown)::after,
.navbar-nav .nav-item.active::after {
    background: #0DB14B !important;
}

@media only screen and (max-width: 1199px) {
    html .sr-navbar .navbar-nav .nav-link {
        text-align: center !important;
    }


    .sr-navbar .nav-ctas.d-xl-inline.mt-3.mt-xl-0 {
        text-align: center !important;
    }

}

/**
* SR Navigation 01
*/
.header__menu-item {
    margin: 0;
}

.header__menu-link {
    font-family: Brown !important;
    font-weight: bold !important;
}

.header__menu-child-toggle {
    margin-left: .15rem;
    margin-top: -.2em;
}

/**
* Intro
*/
.intro h1 {
    max-width: 450px;
    padding: 24px 0;
}

.intro h4 {
    max-width: 450px;

    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

html .intro .cta-wrapper {
    padding: 25px 0 0;
}

nav .navbar.navbar-main div.container div.nav-ctas a.cta_button{
    font-family: Brown;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff !important;
    box-shadow: 0px 3px 10px rgba(13,177,75,0.2) !important;
    border-radius: 8px !important;
    height: 40px !important;
    border: 0 !important;
    -webkit-appearance: none;
}

@media only screen and (max-width: 420px) {

    .intro {
        text-align: center;
    }

    .hero-img {
        display: none;
    }

    html .intro .cta-wrapper {
        display: block;
    }
}

/**
* Button
*/

.button_icon svg {
    display: block;
    height: 1rem;
}
.button_icon :is(svg,g,path) {
    fill: currentColor!important;
}

.btn-wrapper .cta-button,
.btn-wrapper :is(input[type=submit].hs-button.primary, .btn-wrapper.btn-primary-wrapper input[type="submit"]) {
    font-family: Brown!important; 
    font-weight: bold;
    line-height: normal;
}
/* Button | Green */
.btn-wrapper.btn-primary-wrapper .cta_button,
.btn-wrapper.btn-primary-wrapper .cta-button,
input[type="submit"].hs-button.primary,
.btn-wrapper.btn-primary-wrapper input[type="submit"],
.btn-wrapper.btn-primary-wrapper input[type="button"],
input[type="submit"].hs-button.btn-primary {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF !important;
    box-shadow: 0px 3px 10px rgba(13, 177, 75, 0.2) !important;
    border-radius: 8px !important;
    border: 0 !important;
    -webkit-appearance: none;  
}

/* Button | Orange */
.btn-wrapper.btn-white-wrapper .cta_button,
.btn-wrapper.btn-white-wrapper .cta-button,
input[type="submit"].hs-button.white,
.btn-wrapper.btn-white-wrapper input[type="submit"],
.btn-wrapper.btn-white-wrapper input[type="button"],
input[type="submit"].hs-button.btn-white {
    color: #fff !important;
    font-family: Brown !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 16px !important;
    text-align: center;
    background: #FC8708;
    box-shadow: 0px 3px 10px rgba(252, 135, 8, 0.2);
    border-radius: 8px;
    border: 0 !important;
}

.btn-wrapper.btn-white-wrapper .cta_button:hover,
.btn-wrapper.btn-white-wrapper .cta-button:hover,
.btn-wrapper.btn-white-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-white-wrapper input[type="button"]:hover,
.btn-wrapper.btn-black-wrapper .cta_button:hover,
.btn-wrapper.btn-black-wrapper .cta-button:hover,
.btn-wrapper.btn-black-wrapper input[type="submit"]:hover,
.btn-wrapper.btn-black-wrapper input[type="button"]:hover,
.btn-white:hover {
    background: #0DB14B !important;
    border: 0 !important;
}

html .btn-wrapper.btn-secondary-wrapper .cta_button,
html .btn-wrapper.btn-secondary-wrapper .cta-button,
html .btn-wrapper.btn-secondary-wrapper .hs-form input[type="submit"],
html .btn-wrapper.btn-secondary-wrapper .hs-form input[type="button"],
html input[type="submit"].hs-button.secondary {
    font-family: Brown;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;

    text-align: center;

    color: #FFFFFF;

    background: #FC8708 !important;
    box-shadow: 0px 3px 10px rgba(252, 135, 8, 0.2) !important;
    border-radius: 8px !important;
    border: 0 !important;
}
footer .footer-cta.cta-group.sr-spacer-top-25.d-flex.flex-wrap.justify-content-center.mt-auto.w-100 div.btn-wrapper.btn-secondary-wrapper a.cta_button.button__footer{
    font-family: Brown;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    color: #fff !important;
    background: #0db14b !important;
    box-shadow: 0px 3px 10px rgba(13,177,75,0.2) !important;
    border-radius: 8px !important;
    height: 40px !important;
    border: 0 !important;
    -webkit-appearance: none;
}


html .btn-wrapper.btn-secondary-wrapper .cta_button:hover,
html .btn-wrapper.btn-secondary-wrapper .cta-button:hover,
html .btn-wrapper.btn-secondary-wrapper .hs-form input[type="submit"]:hover,
html .btn-wrapper.btn-secondary-wrapper .hs-form input[type="button"]:hover,
html input[type="submit"].hs-button.secondary:hover {
    color: #FFFFFF !important;

    background: #0DB14B !important;
    border: 0 !important;
}

/**
* Solutions
*/

.solutions {
    background: url('https://3833539.fs1.hubspotusercontent-na1.net/hub/3833539/hubfs/Group%2022@2x.png?width=1786&height=974&name=Group%2022@2x.png') no-repeat left center;
    background-size: contain;
    background-color: #1f2f47 !important;
}

.solutions-alt {
    background: url('https://3833539.fs1.hubspotusercontent-na1.net/hub/3833539/hubfs/Group%2021@2x.png?width=2046&height=968&name=Group%2021@2x.png') no-repeat calc(100% + 100px) center;
    background-size: contain;
    background-color: #1f2f47 !important;
}


.solutions-alt .col-heading,
.solutions .col-heading {
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    color: #FFFFFF;


}


.solutions-alt .col-content,
.solutions .col-content {
    font-family: Brown;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;

    color: #FFFFFF;


    padding: 25px 0 10px;

}

.solutions-alt .responsive-image,
.solutions .responsive-image {
    display: none;
}



@media only screen and (max-width: 1500px) {
    .solutions .col-md-5.offset-md-1.sr-col.text-left {
        padding: 100px 0;
    }

    .solutions {
        background-position: -100px -100px;
    }

    .solutions,
    .solutions-alt {
        padding: 0 !important;
    }

    .solutions-alt {
        background-position: calc(100%) center;
    }

    .solutions-alt .col-md-5.sr-col.text-left.sr-repeater-1 {
        padding: 0 0 100px;
    }


}

@media only screen and (max-width: 1300px) {
    .solutions {
        background-position: -300px -100px;
    }

    .solutions-alt {
        background-position: calc(100% + 100px) center;
    }
}


@media only screen and (max-width: 1120px) {
    .solutions-alt {
        background-position: calc(100% + 400px) center;
    }
}

@media only screen and (max-width: 767px) {

    .solutions .col-md-6.sr-col.sr-repeater-1 {
        padding: 0;
        margin: 0;
    }

    .solutions-alt .responsive-image,
    .solutions .responsive-image {
        display: block;
    }

    .solutions .col-md-5.offset-md-1.sr-col.text-left {
        padding: 0 0 60px;
    }

    .solutions,
    .solutions-alt {
        background: none;
        background-color: #1f2f47 !important;
    }



    .solutions-alt .col-md-5.sr-col.text-left.sr-repeater-1 {
        padding: 30px 0 80px;
    }

    .solutions-alt .row.sr-valign-center {
        flex-direction: column-reverse;
    }


    .solutions-alt .sr-repeater-2 {
        padding: 0 !important;
        margin: 0 !important;
    }

}

@media only screen and (max-width: 420px) {

    .solutions h3,
    .solutions-alt h3 {
        text-align: center;
    }


    .solutions .col-content,
    .solutions-alt .col-content {
        text-align: center;
    }


    .solutions .cta-group,
    .solutions-alt .cta-group {
        text-align: center !important;
        display: block !important;
    }

}



/**
* Clients Slider
*/
.clients-slider .logo-slider {
    padding-bottom: 20px;
}

.clients-slider h3 {
    font-family: Brown;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 3.6px;
    text-transform: uppercase;

    color: #1F2F47;
    opacity: 0.5;

    margin: 0;
    padding: 30px 0 0;
}

/**
* Advanced Solution
*/

html .advanced-solution {
    background: url('https://3833539.fs1.hubspotusercontent-na1.net/hubfs/3833539/newlwft.webp') no-repeat -80px -50px;
    background-size: contain;
}


html .advanced-solution .col-md-6.sr-col.text-left {
    padding: 60px 0;
}

html .advanced-solution img {
    display: none;
}

html .advanced-solution h6 {
    font-family: Brown;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 3.6px;
    text-transform: uppercase;

    color: #1F2F47;
    opacity: 0.5;
    padding: 0;
    margin: 0;
}

html .advanced-solution h2 {
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #1F2F47;
    padding: 3px 0 24px;
    margin: 0;
}


html .advanced-solution p {
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;

    letter-spacing: 0.5px;

    color: #1F2F47;
    margin: 0;

}

@media only screen and (max-width: 1500px) {
    html .advanced-solution {
        background-position: -150px -50px;
    }
}

@media only screen and (max-width: 1400px) {
    html .advanced-solution {
        background-position: -200px -50px;
    }
}

@media only screen and (max-width: 1300px) {
    html .advanced-solution {
        background-position: -250px -50px;
    }
}

@media only screen and (max-width: 1200px) {
    html .advanced-solution {
        background: none;
    }


    html .advanced-solution img {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .blog-content article div.sr-social-share.active a img{
        min-height: 48px;
        min-width: 48px;
    }
    html .advanced-solution .col-md-6.sr-col.text-left {
        padding: 0;
    }

    html .col-md-6.sr-col.sr-repeater-1 {
        padding: 0;
    }
}

@media only screen and (max-width: 420px) {

    html .advanced-solution p,
    html .advanced-solution h2,
    html .advanced-solution h6 {
        text-align: center;
    }


    html .advanced-solution .cta-group {
        text-align: center !important;
        display: block !important;
    }

}



/**
* Features
*/

.section-features h4 {
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #1F2F47;
}

.section-features .col-content {
    font-family: Brown;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.444444px;
    color: #1F2F47;
}

.section-features .col-content span {
    max-width: 300px;
    display: block;
    margin-top: 10px;
}

html .section-features .btn-wrapper.btn-secondary-wrapper .cta_button {
    max-width: 300px;
    width: 100%;
    text-align: center;
    justify-content: center !important;
}

@media(max-width: 768px){
    html .section-features .btn-wrapper.btn-secondary-wrapper .cta_button {
        width: 73%;
    }
}

.section-features .btn-wrapper.btn-secondary-wrapper {
    width: 100%;
}


@media only screen and (max-width: 420px) {
    html .section-features .btn-wrapper.btn-secondary-wrapper .cta_button {
        max-width: none;
        width: auto;
        ]
    }
}


/**
* Testimonials
*/
html .sr-tabs-testimonials-01 .quote-mark {
    width: 98px;
    height: 70px;
}

html .sr-tabs-testimonials-01 .quote-mark g {
    fill: #0db14b !important;
}

html .sr-tabs-testimonials-01 .slick-slide {
    color: #1F2F47;
    font-family: Brown;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
}

html .sr-tabs-testimonials-01 .sr-tabs-testimonials-01-labels .slick-slide {
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .sr-tabs-testimonials-01-thumbs {
        display: none !important;
    }
}

/**
* Footer
*/

html .main-footer {
    background: #1F2F47 !important;
}

.sr-footer-01 .sr-footer-nav .hs-menu-depth-1>a {
    font-family: Brown !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 32px !important;
    letter-spacing: 0.4px !important;
    color: #FFFFFF !important;
    opacity: 1;
}

.sr-footer-01 .sr-footer-nav li a {
    font-family: Brown;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4;
    color: #FFFFFF;
    opacity: 0.6;
}


.sr-footer-01 .footer-copyright p.small {
    font-family: Brown;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4;
    color: #FFFFFF;
    opacity: 0.6;
}


.sr-footer-01 .footer-copyright p a {
    font-family: Brown;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.4;
    color: #FFFFFF;
}

html .sr-footer-01 .row.sr-spacer-bottom-50 {
    border: 0;
    margin-bottom: 0;
}


.footer-social-nav {
    text-align: center;
}

.footer-copyright {
    padding: 10px 20px 30px !important;
}

.sr-footer-01 ul.social li i svg {
    width: 25px;
    height: 20px;
}

.col-logo {
    text-align: center;
    margin-left: -40px;
}

@media(max-width: 768px){
    .col-logo {
        padding-left: 30px !important;
        margin-left: 0px !important;
    }
}


.footer-cta {
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    html .main-footer {
        text-align: center;
    }

    .sr-footer-01 .sr-footer-nav .hs-menu-depth-1 {
        display: inline-block;
    }
}

/**
* Cold Page - 1
* ==================================================
*/

/* Intro */

.module_1.cold-intro .sr-cover-image {
    background-position: bottom;
}

.module_1.cold-intro .height-small {
    padding: 190px 0;
}

@media only screen and (max-width: 1260px) {
    .module_1.cold-intro .sr-cover-image {
        background-position: right;
    }
}


/* Features */

.cold-features {
    color: #fff;

    margin-top: -1px;
    position: relative;

    background: #1F2F47;
}

.cold-features.sr-padding-full {
    padding-bottom: 0 !important;
}

.cold-features .col-heading {
    color: #fff;
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;

    min-height: 90px;
    padding: 0 0 17px;
}

.cold-features .col-content {
    max-width: 500px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .cold-features .col-content {
        max-width: none;
        padding-bottom: 50px;
    }
}


/* Note Dark */
.note-dark {
    background: #293a4f;
}

.note-dark .col-heading {
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;

    padding-bottom: 12px;
}

.note-dark .col-content {
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;
    color: #FFFFFF;

    max-width: 664px;
}

.note-dark .responsive-image img {
    top: 23px;
    margin-right: 55px;
    position: relative;
}

/* Note Light */
.note-light {
    background: #EBF9FC;
}

.note-light-alt {
    background: #fff;
}

.note-light .col-heading {
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #1F2F47;

    padding-bottom: 12px;
    max-width: 664px;
}

.note-light .col-content {
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;
    color: #1F2F47;

    max-width: 664px;
}

.note-light .responsive-image img {
    top: 23px;
    margin-right: 55px;
    position: relative;
}

@media only screen and (max-width: 767px) {

    .note-dark .content-wrapper,
    .note-light .content-wrapper {
        text-align: center !important;
    }
}



/* Advanced Solution | You actually need... */
html .advanced-solution.advanced-solution_yan {
    background: #EBF9FC url('https://3833539.fs1.hubspotusercontent-na1.net/hubfs/3833539/actually.png') no-repeat;
    background-position: -75px 0;
}

html .advanced-solution.advanced-solution_yan .col-md-6.sr-col.text-left {
    padding: 0;
}

html .advanced-solution.advanced-solution_yan .col-heading {
    color: #1F2F47;
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;

    padding-bottom: 14px;
}

html .advanced-solution.advanced-solution_yan .col-content {
    max-width: 500px;
}

html .advanced-solution.advanced-solution_yan .col-content h3 {
    color: #1F2F47;
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;

    padding-bottom: 31px;
}

html .advanced-solution.advanced-solution_yan .col-content ul {
    margin: 0;
    padding: 0;
}

html .advanced-solution.advanced-solution_yan .col-content li {
    color: #1F2F47;
    font-family: Brown;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;

    list-style: none;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
}

html .advanced-solution.advanced-solution_yan .col-content li+li {
    margin-top: 20px;
}

html .advanced-solution.advanced-solution_yan .col-content li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 22px;

    background: url('https://3833539.fs1.hubspotusercontent-na1.net/hubfs/3833539/check-circle.svg') no-repeat;
}

@media only screen and (max-width: 767px) {
    html .advanced-solution.advanced-solution_yan {
        background-image: none;
        padding-top: 0 !important;
    }

    html .advanced-solution.advanced-solution_yan .col-md-6.sr-col.sr-repeater-1 {
        padding: 0 !important;
        margin: 0 0 0 -20px !important;
    }

    html .advanced-solution.advanced-solution_yan .col-heading {
        text-align: center;
    }

    html .advanced-solution.advanced-solution_yan .col-content {
        text-align: center;
        max-width: none;
    }
}


/* multisections-header */
.multisections-header .section-heading {
    font-family: Brown;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #1F2F47;

    margin: 0 0 3px;
    opacity: 0.5;
}

.multisections-header .section-description {
    color: #1F2F47;
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;

    padding-bottom: 10px;
}

.multisections-header .sr-spacer-top-50 {
    display: none !important;
}

.multisections-col .text-left .content-wrapper {
    max-width: 450px;
    position: relative;
    right: -25px;
}

/* multisections | Column */
.multisections-col .col-heading {
    color: #1F2F47;

    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;

    padding-bottom: 18px;
}

.multisections-col .col-content {
    color: #1F2F47;

    font-family: Brown;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;

    letter-spacing: 0.4px;
}

.multisections-col .responsive-image {
    position: relative;
    left: -50px;
}

/* multisections | Alt. Column */

.multisections-col.multisections-col-alt .responsive-image {
    left: auto;
    right: -50px;
    top: -50px;
}

.multisections-col .text-left .content-wrapper {
    right: -85px;
}

/* multisections | Next Column */
.multisections-col.multisections-col-next .content-wrapper {
    top: -75px;
    left: 28px;
}


@media only screen and (max-width: 767px) {
    .multisections-col .responsive-image {
        text-align: center;
        position: static !important;
    }

    .multisections-col .text-left .content-wrapper {
        max-width: none !important;
        position: static !important;
    }

    .multisections-col.multisections-col-alt .sr-valign-center {
        flex-direction: column-reverse !important;
    }

    .multisections-col .col-content,
    .multisections-col .col-heading {
        text-align: center !important;
    }
}

/* advanced-solution advanced-solution-3 | Find out how your ITAD & eWaste can do more than “just go away.” */
.advanced-solution.advanced-solution-3 {
    background: url('https://3833539.fs1.hubspotusercontent-na1.net/hubfs/3833539/Find-out-how-your-ITAD-.png') no-repeat -125px -20px;
}

.advanced-solution.advanced-solution-3 .col-heading {
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    color: #1F2F47;

    max-width: 550px;

    padding-bottom: 18px;
}

.advanced-solution.advanced-solution-3 .col-content {
    font-family: Brown;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #1F2F47;

    max-width: 550px;
    padding-bottom: 6px;
}

html .advanced-solution.advanced-solution-3 .col-md-6.sr-col.text-left {
    padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
    .advanced-solution.advanced-solution-3 {
        text-align: center;

        background-image: none;
        padding-top: 0 !important;
    }

    .advanced-solution.advanced-solution-3 .responsive-image img {
        position: relative;
        top: -14px;
        left: -20px;
    }

    .advanced-solution.advanced-solution-3 .col-content,
    .advanced-solution.advanced-solution-3 .col-heading {
        max-width: none;
        text-align: center;
    }

    .advanced-solution.advanced-solution-3 .cta-group {
        justify-content: center !important;
    }

    html .advanced-solution.advanced-solution-3 .col-md-6.sr-col.text-left {
        padding-bottom: 0;
    }
}

/**
* Warm Page
*/

.cold-intro.warm-intro .description {
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFF;
}

html .media-video .section-heading {
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #FFF;

    padding: 0;
    margin: 0;
}

/* Disposition Map */
.disposition-map {
    padding-bottom: 0 !important;
}

.disposition-map .section-heading {
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
}

.disposition-map .section-description {
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFF;

    max-width: 1000px;
    display: inline-block;
}

.disposition-map .col-heading {
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: .5px;
    color: #FFF;

    display: inline-block;
    max-width: 300px;
    min-height: 80px;
}

.disposition-map .col-content {
    font-family: Brown;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #FFF;

    display: inline-block;
    max-width: 300px;
    padding-bottom: 80px;
}

/* .note-disposition-map */
.note-light.note-disposition-map .col-content {
    padding-top: 20px;
}

.advanced-solution-disposition-map .col-heading {
    color: #1F2F47;
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;

    padding: 100px 0 22px;
}

/* .advanced-solution-disposition-map */
.advanced-solution-disposition-map {
    background: url('https://3833539.fs1.hubspotusercontent-na1.net/hubfs/3833539/newlwft.webp') no-repeat -230px -50px !important;
}

.advanced-solution-disposition-map .col-content {
    font-family: Brown;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #1F2F47;

    max-width: 550px;
}

.advanced-solution-disposition-map .cta-group {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .advanced-solution-disposition-map {
        background: none !important;
        padding: 0 !important;
    }

    .advanced-solution-disposition-map .responsive-image {
        position: relative;
        left: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .advanced-solution-disposition-map {
        text-align: center;
        padding-bottom: 100px !important;
    }

    .advanced-solution-disposition-map .responsive-image {
        top: -14px;
    }

    .advanced-solution-disposition-map .cta-group {
        padding-bottom: 0;
        justify-content: center !important;
    }

    .advanced-solution-disposition-map .col-heading {
        padding-top: 0 !important;
        max-width: none;
        text-align: center;
    }

    .advanced-solution-disposition-map .col-content {
        max-width: none;
        text-align: center;
    }
}

/**
* Hot page
*/
html .advanced-solution.advanced-solution_yan.advanced-solution_yan-alt {
    color: #fff;
    background-color: #1F2F47 !important;
}

html .advanced-solution.advanced-solution_yan.advanced-solution_yan-alt .col-heading {
    color: #fff;
}

html .advanced-solution.advanced-solution_yan.advanced-solution_yan-alt .col-content p,
html .advanced-solution.advanced-solution_yan.advanced-solution_yan-alt .col-content li,
html .advanced-solution.advanced-solution_yan.advanced-solution_yan-alt .col-content {
    color: #fff;
}

/* dm-section-service */
.dm-section-service .col-heading {
    color: #1F2F47;
    font-family: Brown;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;

    padding-bottom: 63px;
}

.dm-section-service .features-list {
    max-width: 500px;
}

/* features-list */

.features-list {
    margin: 0;
    padding: 0;
}

.features-list li {
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;

    letter-spacing: 0.5px;
    color: #1F2F47;


    list-style: none;
    position: relative;
    padding: 0 0 0 45px;
    margin: 0;
}

.features-list li+li {
    margin-top: 75px;
}

.features-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;

    background: url('https://3833539.fs1.hubspotusercontent-na1.net/hubfs/3833539/check-circle.svg') no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 767px) {

    .dm-section-service {
        padding-bottom: 0 !important;
    }

    .dm-section-service .row {
        flex-direction: column-reverse !important;
    }

    .dm-section-service .col-heading  {
        text-align: center;
        padding-top: 30px;
    }
}


/* section-confidence */
.section-confidence {
    padding-bottom: 0 !important;
}

.section-confidence .responsive-image {
    margin: 0 !important;
    height: 120px;
}

.section-confidence .sr-valign-center {
    align-items: flex-start !important;
}

.section-confidence .section-heading {
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #1F2F47;
}

.section-confidence .section-description {
    font-family: Brown;
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;

    text-align: center;
    letter-spacing: 0.5px;
    color: #1F2F47;

    max-width: 1000px;
    display: inline-block;
}

.section-confidence .col-content {
    font-family: Brown;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #1F2F47;

    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .section-confidence .col-content {
        padding-bottom: 50px;
    }
}

/* advanced-solution advanced-solution-free-plan */
html .advanced-solution.advanced-solution-free-plan {
    background-image: url('https://3833539.fs1.hubspotusercontent-na1.net/hub/3833539/hubfs/Get-your-free-ITAD.png?width=838&height=656&name=Get-your-free-ITAD.png');

}

html .advanced-solution.advanced-solution-free-plan .col-heading {
    font-family: Brown;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    color: #1F2F47;
}

html .advanced-solution.advanced-solution-free-plan .col-content {
    color: #1F2F47;
    font-family: Brown;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;

    padding: 20px 0 26px;
}

@media only screen and (max-width: 1200px) {
    html .advanced-solution.advanced-solution-free-plan {
        background-image: none;
        padding-top: 0 !important;
    }

    html .advanced-solution.advanced-solution-free-plan .responsive-image {
        position: relative;
        left: -20px;
    }
}

@media only screen and (max-width: 767px) {
    html .advanced-solution.advanced-solution-free-plan .responsive-image {
        position: relative;
        top: -14px;
    }

    html .advanced-solution.advanced-solution-free-plan .cta-group {
        padding-bottom: 0;
        justify-content: center !important;
    }

    html .advanced-solution.advanced-solution-free-plan .col-heading {
        padding-top: 0 !important;
        max-width: none;
        text-align: center;
    }

    html .advanced-solution.advanced-solution-free-plan .col-content {
        max-width: none;
        text-align: center;
    }
}
body #main.sr-modal .modal-dialog,
body #main.sr-modal .modal-content{
    border-radius: 30px;
    overflow: hidden;
}
body #main.sr-modal .modal-body{
    max-width: 100%;
    padding: 0;
    display: grid;
    align-items: center;
    grid-template-columns: [row1-start] 489px [row1-end row2-start] 500px [row2-end];
    grid-template-rows: auto;
    grid-template-areas: "header column";
}
body #main.sr-modal .modal-body > *{ 
    grid-area: column; 
    padding: 40px 85px 40px 41px;
}
body #main.sr-modal .modal-body .heading{ 
    grid-area: header; 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: white;
    background: url(https://3833539.fs1.hubspotusercontent-na1.net/hubfs/3833539/greentec-photo.png) rgba(34, 47, 69, .6);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat; 
    text-align: left;
    font-size: 75px;
    line-height: 1.09;
    padding: 40px 41px 40px 85px;
    height: 698px;
}

body #main.sr-modal .modal-content{ border: none !important; }
body #main.sr-modal button.close{ display: flex; align-items: center; justify-content: center;background-color: #EDF8FB !important; color: #1e2f45 !important; border-color: #1e2f45 !important; line-height: 1; }
body #main.sr-modal button.close span{ position: relative;top: -3px; }
@media (max-width: 1024px){
    body #main.sr-modal .modal-content{
        border-radius: 30px;
        overflow: hidden;
    }
    body #main.sr-modal .modal-body{
        display: block;
    }
    body #main.sr-modal .modal-body > *{ 
        font-size: 16px;
        padding: 30px;
        height: auto;
    }
    body #main.sr-modal .modal-body .heading{ 
        font-size: 30px;
        padding: 5rem 30px;
        height: auto;
        background-size: 100% auto;
        background-position: center 25%;
    }
}


/* Custom dropdown nav */

.top-bar-text {
    text-align: left !important;
    padding: 0.5rem 14px !important;
}

.top-bar-text a {
    font-weight: bold;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #233a39;
}

@media(max-width: 768px){
    .top-bar-text {
        text-align: center !important;
    }
}

/* Card filter*/

@media (max-width:375px){
    .support-services .sr-cards-filter-02-filter button {
        padding: 0 0.4rem;
    }
}
@media (min-width: 375px) and (max-width: 450px){
    .support-services .sr-cards-filter-02-filter button {
        padding: 0 0.7rem;
    }
}

/* SR One Col Features*/

.sr-spacer-bottom-50 h2{
    font-family: Poppins;
    line-height: 48px;
    color: #1F2F47;
}

.sr-one-col-features-01 .link-wrapper{
    border-bottom: 1px solid #E8F8F8 !important;
}

.sr-one-col-features-01 .media-body p{
    font-family: Poppins;
    padding-right: 0px !important;
    font-size: 16px;
    line-height: 24px;
}

#colfeatures .media-body h5{
    font-family: Poppins;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #1F2F47;
}

#colfeatures .media:hover{
    box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.04);
}

#colfeatures .media:hover .this{
    color: #51AD56 !important;
}


#cards .card{
    background-color: #E8F8F8 !important;
    border: 0px !important;
}

#cards .card-inner h4{
    font-family: 'Poppins';
    line-height: 36px;
    font-weight: 600;
    color: #1F2F47;
}

#cards .card-inner .text-wrapper{
    font-family: 'Poppins';
    line-height: 24px;
} 

#cards .text-center .description{
    font-family: 'Poppins';
    line-height: 24px;
}

#getquote .actions{
    display: flex;
    justify-content: space-evenly;
}

#getquote .lead{
    font-size: 14px !important;
    line-height: 24px;
}

#getquote .section-heading{
    color: #1F2F47;
    line-height: 48px;
}




.light-cards .stats-wrapper .stat-inner {
    background-color: #EBF9FC;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    height: 100%;
}
.cta-group {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}
.cta-group .btn-wrapper {
    display: inline-block;
}

@media (max-width:768px) {
    .display-4 {
        font-size: 2.5rem;
        line-height: 1.15;
    }
}

.btn-block-wrapper .btn-wrapper, .btn-block-wrapper .hs_submit, .cta-group.btn-block .btn-wrapper, .cta-group.btn-wrap .btn-wrapper {
    width: 100%;
}
.btn-block input[type=button], .btn-block input[type=submit], .btn-block-wrapper .btn-wrapper .cta-button, .btn-block-wrapper .btn-wrapper .cta_button, .btn-block-wrapper .btn-wrapper [data-hubspot-cta-id], .btn-block-wrapper input[type=button], .btn-block-wrapper input[type=submit], .cta-group.btn-block .btn-wrapper .cta-button, .cta-group.btn-block .btn-wrapper .cta_button, .cta-group.btn-block .btn-wrapper [data-hubspot-cta-id] {
    box-sizing: border-box !important;
    justify-content: center;
    width: 100%;
}

.text-pretty {
    text-wrap: balance
}

.column_feature {
    display: flex;
    align-content: start;
    gap: 1rem;
}

.icon-icon {
    color: var(--icon-color);
    background: var(--icon-background);
    font-size: var(--icon-width);
    display: block;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    padding: .625em;
    aspect-ratio: 1;
}

.icon-icon svg {
    width: var(--icon-width);
    fill: currentColor;
}

.icon-icon svg * {
    fill: currentColor;
}

.icon-custom svg {
    width: var(--icon-width);
}

.icon-image {
    display: block;
    min-width: var(--icon-width);
}

.column_features {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(auto-fit, minmax(var(--grid), 1fr));
    align-items: self-start;
}

.description :last-child {
    margin-bottom: 0;
}

.column_feature .heading:last-child,
.column_feature .heading:last-of-type {
    margin-bottom: 0;
}


.label {
    font-size: 11px!important;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 5px;
    display: inline-block;
    line-height: 1!important;
}
.label-secondary {
    background-color: #FFE1CC
}

.featured-event {
    border-radius: 20px;
}
.featured-event2 {
    border-radius: 10px;
}
.featured-event .btn-wrapper.btn-none-wrapper .cta-button {
    padding: 0!important;
    min-height: unset;
    color: var(--secondary);
    text-decoration: underline;
}
.featured-event .btn-wrapper.btn-none-wrapper .cta-button:hover {
    color: var(--primary);
}
.featured-event .btn-wrapper.btn-none-wrapper .cta-button:after {
    display: none;
}

.sr-valign-stretch .content-wrapper {
    display: flex;
    flex-direction: column;
}

.sr-valign-stretch .cta-group {
    margin-top: auto;
}