/* 
                Author     : Munjin Hasan Adil
*/

@font-face {
    font-family: 'graphiebold';
    src: url('../fonts/graphie-bold-webfont.eot');
    src: url('../fonts/graphie-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/graphie-bold-webfont.woff2') format('woff2'),
        url('../fonts/graphie-bold-webfont.woff') format('woff'),
        url('../fonts/graphie-bold-webfont.ttf') format('truetype'),
        url('../fonts/graphie-bold-webfont.svg#graphiebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'graphieregular';
    src: url('../fonts/graphie-regular-webfont.eot');
    src: url('../fonts/graphie-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/graphie-regular-webfont.woff2') format('woff2'),
        url('../fonts/graphie-regular-webfont.woff') format('woff'),
        url('../fonts/graphie-regular-webfont.ttf') format('truetype'),
        url('../fonts/graphie-regular-webfont.svg#graphieregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-light-webfont.woff') format('woff'),
        url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-regular-webfont.woff') format('woff'),
        url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
        url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-bold-webfont.woff') format('woff'),
        url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Extrabold';
    src: url('../fonts/proximanova-extrabold-webfont.eot');
    src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/proximanova-extrabold-webfont.woff') format('woff'),
        url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0 !important;
    font-size: 16px;
    color: #000;
    background: #fff;
    font-family: 'ProximaNova-Regular';
    overflow: visible !important;
}
* {
    outline: none !important;
}

a,
a:before,
a:after {
    color: #60fc60;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: #004d23;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-family: 'ProximaNova-Bold';
    font-optical-sizing: auto;
    font-style: normal;
}
h1, h2 {
    font-weight: 900;
}
h1 {
    text-transform: uppercase;
    margin-bottom: 34px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 34px;
    padding-bottom: 5px;
}
h3 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 13px;
    font-weight: 800;
}
h4 {
    font-weight: 700;
}
h5 {
    font-weight: 600;
}
strong {
    font-family: 'ProximaNova-Bold';
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    ;
}
p {
    margin-bottom: 15px;
    line-height: 27px;
}
.entry-meta span.posted-on time.updated {
    display: none;
}
.btn {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}
.btn-black {
    display: inline-block;
    font-size: 15px;
    padding: 5px 30px;
    background: #000;
    border: 2px solid #000;
    border-radius: 35px;
    color: #60fc60;
    font-family: 'ProximaNova-Semibold';
}
.btn-black:hover {
    background: #60fc60;
    border: 2px solid #60fc60;
    color: #000;
}
.btn-black-outline {
    display: inline-block;
    font-size: 15px;
    padding: 3px 30px;
    background: none;
    border: 2px solid #000;
    border-radius: 35px;
    color: #000;
    font-family: 'ProximaNova-Semibold';
}
.btn-black-outline:hover {
    background: #60fc60;
    border: 2px solid #60fc60;
    color: #000;
}
.btn-product-details {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 7px 17px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 35px;
    color: #000;
    margin-top: 20px;
}
.btn-product-details::after {
    display: block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid); /* Options: --fa-font-solid, --fa-font-regular, --fa-font-brands */
    content: "\f178"; /* Example: User icon */
    color: #000;
    margin-right: 8px;
    float: right;
    margin-top: 6px;
}
.btn-product-details:hover {
    background: #60fc60;
    border: 2px solid #60fc60;
    color: #000;
}
.btn-product-black {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 7px 17px;
    background: #000;
    border: 2px solid #000;
    border-radius: 35px;
    color: #fff;
    margin-top: 20px;
}
.btn-product-black::after {
    display: block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid); /* Options: --fa-font-solid, --fa-font-regular, --fa-font-brands */
    content: "\f178"; /* Example: User icon */
    color: #fff;
    margin-right: 8px;
    float: right;
    margin-top: 6px;
}
.btn-product-black:hover {
    background: #60fc60;
    border: 2px solid #60fc60;
    color: #000;
}
.btn-product-black:hover::after {
    color: #000;
}
.btn-learn-more {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 7px 0;
    background: none;
    border: 2px solid transparent;
    border-radius: 35px;
    color: #000;
}
.btn-learn-more::after {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid); /* Options: --fa-font-solid, --fa-font-regular, --fa-font-brands */
    content: "\f178"; /* Example: User icon */
    color: #000;
    margin-left: 10px;
    margin-top: 1px;
}
.btn-learn-more:hover, .btn-learn-more:hover::after {
    color: #60fc60;
}
.btn-green-outline {
    display: inline-block;
    font-size: 13px;
    padding: 3px 20px;
    background: none;
    border: 2px solid #60fc60;
    border-radius: 35px;
    color: #fff;
}
.btn-green-outline:hover {
    background: #60fc60;
    border: 2px solid #60fc60;
    color: #000;
}
.btn-solutions {
    font-family: 'ProximaNova-Bold';
    text-decoration: underline;
}
.font-green {
    color: #038a36;
}
.d-inline-b {
    display: block;
}
.grey-box {
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    margin: 20px 0;
    padding: 30px 30px;
    overflow: hidden;
}
#comments {
    display: none;
}
.entry-meta {
    display: none;
}
.category-careers .sidebar {
    display: none;
}
body.single .footer-form {
}
.gform-theme--foundation .gform_fields {
    row-gap: 15px;
}
label.gform-field-label {
    font-size: 17px;
}
svg.icon-search {
    display: none;
}
.innerhero-section {
    overflow: hidden;
}
.innerhero-row {
    height: 500px;
}
.innerhero-img {
    position: absolute;
    right: 0;
    width: 56%;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.innerhero-title-bg {
    position: relative;
    background: #f5f5f5;
    color: #000;
    font-size: 42px;
    padding: 8px 0 16px;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    z-index: 0;
    padding-right: 25%;
}
.innerhero-title-bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -3000px;
    background: #f5f5f5;
    z-index: -1;
}
.innerhero-title-bg p {
    font-size: 16px;
    text-transform: none;
}
.green-arrow-list {
    list-style-type: none;
}
.green-arrow-list li {
    position: relative;
}
.green-arrow-list li:before {
    content: "";
    content: url(../../../../../wp-content/uploads/2026/06/single-green-arrow-icon2.png);
    margin-right: 13px;
    top: 2px;
    position: relative;
}
/*================= Topbar ===================*/
.topbar {
    padding: 10px;
    background: #000000;
    color: #fff;
    font-size: 14px;
}
.topbar-phone {
	width: 200px;
    display: block;
    text-align: right;
}
.topbar-phone a {color: #000;font-size: 19px;}
.topbar-phone a:hover {color: #60fc60;}
ul#menu-search-menu {
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    padding: 2px 0 2px 10px;
    z-index: 9;
    float: left;
}
ul#menu-search-menu svg {
    width: 27px;
    height: 27px;
}
ul#menu-search-menu li {
    list-style-type: none;
}
.is-menu path.search-icon-path {
    fill: #000 !important;
}
h3.title-fluid-left {
    margin-bottom: 37px;
    padding: 11px 25px 11px 10px;
    float: left;
    width: 60%;
    font-size: 25px;
    background: #60fc60;
    color: #000 !important;
    text-align: right;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
h3.title-fluid-right  {
    margin-bottom: 37px;
    padding: 11px 10px 11px 25px;
    float: right;
    width: 60%;
    font-size: 25px;
    background: #60fc60;
    color: #000 !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

/*================= Header ===================*/
header {
	height: 110px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0px 0px 8px 1px #bcbcbc;
}
.site-logo {
    position: relative;
    z-index: 9999;
}
.navbar-brand img {
    width: 150px;
}
header .btn-black {
    font-size: 13px;
    padding: 7px 13px;
    font-family: 'ProximaNova-Regular';
}
header .btn-black-outline {
    margin-left: 7px;
    font-size: 13px;
    padding: 7px 13px;
    font-family: 'ProximaNova-Regular';
}

/*================= Search ===================*/
#is-popup-wrapper .is-menu path.search-icon-path {
    fill: #fff !important;
}
#is-popup-wrapper .is-form-style input.is-search-input {
    color: #fff !important;
}
#is-popup-wrapper .is-search-icon {
    background: none !important;
    border: none !important;
}
#is-popup-wrapper .is-form-style .is-search-submit path {
    fill: #fff;
}
#is-popup-wrapper .is-form-style input.is-search-input {
    background: none;
    border: none !important;
    text-align: right;
}
@media only screen and (min-width: 992px) {
    #is-popup-wrapper .is-form-style input.is-search-input {
        text-align: left !important;
        font-size: 39px !important;
        text-transform: uppercase;
    }
}
#sp-smart-post-back-to-top-btn {display: none !important;}
#mega-menu-sidebar-menu {padding-top: 13px !important;padding-left: 10px!important;}



/*================= Navigation ===================*/
@media only screen and (min-width: 992px) {
	/*#mega-menu-wrap-sidebar-menu .mega-menu-toggle + #mega-menu-sidebar-menu {width: 301px;}*/
    #mega-menu-wrap-main-menu {
        background: none !important;
        z-index: 999999;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu {
        text-align: right !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        font-family: 'ProximaNova-Semibold';
        background: none !important;
        padding-right: 0;
        padding-left: 0;
        color: #000 !important;
        font-size: 16px !important;
        line-height: normal;
        height: auto;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
        color: #038b36 !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #60fc60 !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        display: inline-block;
        margin: 3px 0 0 1px;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: 15px !important;
        padding: 6px 10px 4px 13px !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        font-weight: 900;
    }
}

/*================= Sidebar Navigation ===================*/
#mega-menu-wrap-sidebar-menu {
    clear: none;
}
#mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
    display: block;
}

@media only screen and (max-width: 1800px) {
    #mega-menu-wrap-sidebar-menu .mega-menu-toggle {
        z-index: 1;
        background: none;
        border-radius: 2px;
        line-height: 40px;
        height: 40px;
        text-align: left;
        user-select: none;
        outline: none;
        white-space: nowrap;
        display: block;
        position: relative;
        width: 24px;
        float: right;
    }
    #mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-blocks-right {
        justify-content: flex-end;
        padding-right: 0;
    }
    #mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
        margin-right: -10px;
    }
    #mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #000;
    }
}

.video-overlay {
    position: absolute;
	bottom: 0;
	left: 0;
    right: 0;
    padding-bottom: 33px;
    text-align: center;
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0,0.7) 100%);
    background-size: cover;
    background-position: center;
}
.video-overlay h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
}

/*================= Homepage Banner ===================*/
.homepage-banner-img {
	background: url(../../../../../wp-content/uploads/2026/07/banner_img04.jpg);
    height: 800px;
    width: 100%;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-banner-wrap {
    position: absolute;
	top: 20%;
    left: 0;
    right: 0;
    color: #fff;
	text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.homepage-banner-caption {
	width: 40%;
}
.homepage-banner-caption h1 {
	margin-bottom: 0;
	border-bottom: none;
	font-size: 45px;
	line-height: 100%;
}
.homepage-banner-caption h1 span {
	color: #60fc60;
}
.banner-btn-green {
    display: inline-block;
    font-size: 14px;
	margin-right:10px;
    padding: 4px 30px;
    background: #60fc60;
    border: 2px solid #60fc60;
    border-radius: 35px;
    color: #000;
    font-family: 'ProximaNova-Semibold';
}
.banner-btn-green:hover {
    background: none;
    border: 2px solid #60fc60;
    color: #fff;
}
.banner-btn-green-outline {
    display: inline-block;
    font-size: 14px;
    padding: 3px 30px;
    background: none;
    border: 2px solid #60fc60;
    border-radius: 35px;
    color: #fff;
    font-family: 'ProximaNova-Semibold';
}
.banner-btn-green-outline:hover {
    background: #60fc60;
    border: 2px solid #60fc60;
    color: #000;
}
/*.homepage-banner .owl-height {min-height: 800px !important;}*/
.homepage-banner {
	min-height: calc(100vh - 115px);
    height: calc(100vh - 115px); 
}
.homepage-banner .item {
	/*min-height: 812px;*/
    height: calc(100vh - 111px); 
    width: 100%;
    object-fit: cover;
}
.homepage-banner .item video {
	height: calc(100vh - 111px); 
    width: 100%;
    object-fit: cover;
}
.homepage-banner .item img {
	height: calc(100vh - 111px); 
    width: 100%;
    object-fit: cover;
}
/*.homepage-banner video {min-height: 800px;max-height: 800px;}*/

/*================= Counters Section ===================*/
.counters-section {background: #000;}
.wp-block-ctrb-counters .ctrbCounters {
    display: flex !important;
    justify-content: center !important;
}
#ctrbCounters-1 .ctrbCounters .counter .counterNumber .suffix {color: #60fc60;}
#ctrbCounters-1 .ctrbCounters .counter .counterLabel {
    font-size: 17px !important;
    font-family: 'ProximaNova-Semibold';
    text-transform: uppercase;
}
#ctrbCounters-1 .ctrbCounters {column-gap: 10px !important;}

/*================= Banner Carousel ===================*/
.banner-carousel {
    position: relative;
    background: #000;
    text-align: center;
}
/*.banner-carousel .owl-carousel.owl-carousel-banner.owl-drag .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-carousel .owl-carousel.owl-carousel-banner .item {
    padding: 0 7px 0 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}*/
.banner-carousel .owl-carousel .owl-item img {
    width: 100%;
}
/*.banner-carousel .owl-carousel-banner .owl-stage{
    display: flex;
}
.banner-carousel .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    margin: 5px 7px;
    background: none;
    border: 4px solid #dcceb9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}*/
.banner-carousel .owl-theme .owl-dots .owl-dot.active span, .banner-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #dcceb9;
}
.banner-carousel .owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
	margin-top: -30px;
}
.banner-carousel .owl-nav {
    display: none !important;
}



/*================= Top Members Section ===================*/
.top-members {
    position: relative;
    padding: 60px 0;
    background: #000;
    text-align: center;
}
.top-members h4 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'ProximaNova-Semibold';
}
body:not(.home) .top-members:before {
    border-color: transparent transparent #000 transparent;
}
.top-members-wrap {
    margin: 0;
    padding: 10px 0 10px;
}
.top-members .owl-carousel.owl-carousel-top-members.owl-drag .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-members .owl-carousel.owl-carousel-top-members .item {
    padding: 0 7px 0 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.top-members .owl-carousel .owl-item img {
    width: auto;
    max-width: 180px;
}
.top-members .owl-carousel-top-members .owl-stage{
    display: flex;
}
.top-members .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    margin: 5px 7px;
    background: none;
    border: 4px solid #dcceb9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.top-members .owl-theme .owl-dots .owl-dot.active span, .top-members .owl-theme .owl-dots .owl-dot:hover span {
    background: #dcceb9;
}
.top-members .owl-theme .owl-nav.disabled+.owl-dots {
    display: none !important;
    margin-top: 30px;
}
.top-members .owl-nav {
    display: none !important;
}
.top-member-logo {
    padding: 17px 0;
    margin: 0 175px;
    position: relative;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
}
/*.home .top-members {display: none;}*/


/*================= The Smarter Way to Control Access ===================*/
.smarter-way {
    padding: 30px 0 60px;
    background: #000;
}
.smarter-way h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.smarter-way-block {
    position: relative;
}
.smarter-way-block h5 {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
}

/*================= Solutions Section ===================*/
.simple-to-use {
    padding: 60px 0 70px;
	background: #f5f5f5;
}
.simple-to-use h3 {
    text-align: center;
    color: #000;
}
#sp-tab__ul {
    margin: 30px 0 40px;
}
.simple-to-use .sp-tab__tab-content {
    width: 70%;
    margin: 0 auto;
}
.simple-to-use .row {
    align-items: center;
}
.tab-content {
    padding: 20px 30px;
}
.sp-tab__nav-item {
    background: none !important;
}
#sp-wp-tabs-wrapper_36.sp-tab__lay-default > ul {
    border-bottom: none !important;
}
#sp-wp-tabs-wrapper_752.sp-tab__lay-default > ul {
    border-bottom: none !important;
}
.sp-tab__nav-link {
    display: inline-block;
    font-size: 13px;
    padding: 7px 17px !important;
    background: none;
    border-radius: 35px !important;
    color: #000;
    -webkit-box-shadow: 0px 0px 6px -1px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 6px -1px rgba(189,189,189,1);
    box-shadow: 0px 0px 6px -1px rgba(189,189,189,1);
}
.sp-tab__nav-link.sp-tab__active {
    background: #000 !important;
}
.sp-tab__nav-link h4 {
    font-size: 14px !important;
    font-family: 'ProximaNova-Regular';
}
.sp-tab__nav-link.sp-tab__active h4 {
    color: #60fc60 !important;
}
#sp-wp-tabs-wrapper_36.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: #ffffff;
    margin-top: 30px;
    border-radius: 35px !important;
    padding: 0 !important;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
}
#sp-wp-tabs-wrapper_752.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: #ffffff;
    margin-top: 30px;
    border-radius: 35px !important;
    padding: 0 !important;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
    box-shadow: 0px 0px 6px 1px rgba(189,189,189,1);
}

/*================= Homepage Industry ===================*/
.protection {
    background: #000;
    padding: 60px 0 70px;
}
.protection .container {
    clear: both;
}
.protection-block h4 {
    font-size: 17px;
    margin-bottom: 3px;
    color: #fff;
	text-transform: uppercase;
}
.protection-block:hover h4 {
    color: #000;
}
.protection-block h5 {
	font-family: 'ProximaNova-Light';
    font-size: 21px;
    margin-bottom: 7px;
    color: #fff;
}
.protection-block:hover h5 {
    color: #000;
}
.protection-block {
    display: flex;
    background: #252525;
    color: #000;
    padding: 32px 20px 30px;
    border-radius: 10px;
}
.protection-block:hover {
    background: #fff url(../../../../../wp-content/uploads/2026/06/triple-arrow-icon.png);
    background-position: 96% center;
    background-repeat: no-repeat;
}

.protection-block img {
    height: 50px !important;
}
.protection-block:hover img {
    filter: grayscale(100%);
}
.protection-block-content {
    margin-left: 30px;
    margin-right: 70px;
}
.protection-block p {
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
}
.protection-block:hover p {
    color: #000;
}


/*================= Why SAMS ===================*/
.why-sams {padding: 70px 0; background: #000;color: #fff;}
.why-sams h4 {margin-bottom: 30px;font-size: 38px;font-family: 'ProximaNova-Light';}
.why-sams-box {border-top: 2px solid #60fc60;}
.why-sams h5 {margin: 31px 0 20px;font-size: 20px;font-family: 'ProximaNova-Light';}


/*================= Homepage Blog ===================*/
.homepage-blog {background: #f5f5f5;padding: 70px 0 30px;}    
.pcp-carousel-wrapper .sp-pcp-carousel {
    padding-bottom: 60px;
    padding-top: 20px !important;
}

/*================= Serving the Southeast ===================*/
.serving-the-southeast h4 {text-transform: uppercase;font-size: 19px;}


/*================= Testimonials Section ===================*/
.testimonials-section {
    color: #000;
    position: relative;
    padding: 40px 0 50px;
    background: #f6f7fa;
}
.testimonials-section h3 {
    color: #000;
    margin-top: 18px;
    margin-bottom: 30px;
    line-height: 100%;
    text-align: center;
}
.testimonials-section h5 {
    font-size: 25px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
}
.testimonials-section .item {
    position: relative;
    display: flex;
    flex-direction: column;

}
.tesimonials-item-eh {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 25px 30px 25px;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75)
}
.tesimonials-item-eh:after {
    content: '';
    background: url(../../../../../wp-content/uploads/2026/06/triangle_icon.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 30px;
    width: 30px;
    height: 30px;
}
.testimonials-section .owl-stage {
    display: flex;
}
.testimonials-section .owl-item {
    display: flex;
    flex: 1;
}
.testimonials-section .item p {
    font-size: 15px;
    line-height: 25px;
}
.testimonials-section .owl-carousel .owl-item img {
    display: inline-block;
    width: fit-content;
}
.owl-carousel-testimonials .owl-stage {
    margin-top: 15px;
    margin-bottom: 20px;
}
.owl-carousel-testimonials .owl-dots {
    display: block !important;
}
p.clients-name {
    font-family: 'nunito_sansbold';
}
.testimonials-section .owl-theme .owl-dots .owl-dot span {
    background: #93a2ad;
    width: 13px;
    height: 13px;
    border: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin: 5px 5px;
}
.testimonials-section .owl-theme .owl-dots .owl-dot.active span, .testimonials-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #60fc60;
    position:relative;
    z-index:10;
    border: none;
    width: 13px;
    height: 13px;
    top: 0;
}
.testimonials-section .btn-red {
    font-size: 17px;
    margin-top: 15px;
    padding: 11px 45px 9px;
}
.tesimonials-item-eh a {
    color: #4bc9f4;
    text-decoration: underline;
}
.tesimonials-item-eh a:hover {
    text-decoration: none;
}
.testimonials-section .owl-carousel .owl-nav.disabled {
    position: absolute;
    display: block;
    top: 35% !important;
    width: 100%;
}
.testimonials-section .owl-carousel .owl-nav button.owl-prev:hover, .testimonials-section .owl-carousel .owl-nav button.owl-next:hover {
    background: #4bc9f4 !important;
    color: #fff !important;
}
.testimonials-section .owl-carousel .owl-nav button {
    display: none !important;
}
.testimonials-section .owl-carousel .owl-nav button.owl-prev {
    display: none !important;
    float: left;
    margin-left: -58px;
}
.testimonials-section .owl-carousel .owl-nav button.owl-next {
    display: none !important;
    float: right;
    margin-right: -58px;
}
.testimonials-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}
.testimonials-section .owl-carousel .owl-item img.testimonials-avvo-logo {
    width: 55px;
}
.testimonials-section .owl-carousel .owl-item img.testimonials-google-logo {
    width: 30px;
}
.testimonials-section .owl-carousel .owl-item img.testimonials-rating-icon {
    margin-top: 5px;
    margin-bottom: 20px;
    max-height: 50px;
}
.testimonial-author {
    margin-top: 30px;
}
.testimonial-author span {
    display: block;
    font-family: 'ProximaNova-Bold';
}
.lead-testimonial {
    margin-bottom: 30px;
}
.lead-testimonial img {
    width: 150px;
}

/*================= Check Out Our Products ===================*/
.checkout-products {
    padding: 60px 0;
    background: #000;
}
.checkout-products h5 {
    font-family: 'ProximaNova-Semibold';
    margin-bottom: 13px;
}
.checkout-products-wrap {
    clear: both;
    width: 80%;
    margin: 0 auto;
}
.checkout-products-box {
    border: 1px solid #dddddd;
    margin: 0 8px;
    border-radius: 18px;
    background: #fff;
    margin-bottom: 25px;
}
.checkout-products-des {
    padding: 25px 15px 25px 0;
}
.checkout-products-des p {
    line-height: 21px;
}
.checkout-products .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin-left: -1px;
}
.checkout-products-box {
    height: 100%;
}

.checkout-products .item {
    position: relative;
    display: flex;
    flex-direction: column;
}
.checkout-products-box .row {
    align-items: center;
}
.checkout-products .owl-carousel .owl-nav.disabled {
    position: absolute;
    display: block;
    top: 40% !important;
    width: 100%;
}
.checkout-products .owl-carousel .owl-nav button.owl-prev, .checkout-products .owl-carousel .owl-nav button.owl-next {
    margin-left: -15px;
    font-size: 32px;
    width: 50px;
    height: 50px;
}
.checkout-products .owl-carousel .owl-nav button.owl-prev:hover, .checkout-products .owl-carousel .owl-nav button.owl-next:hover {
    background: none !important;
}
.checkout-products .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -70px;
}
.checkout-products .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -70px;
}

/*================= Sales Inquiry ===================*/
.sales-inquiry-form-section h3 {
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 10px;
    line-height: 100%;
    text-align: center;
    border-bottom: 1px solid #60fc60;
}

/*================= Need More Info ===================*/
.need-more-info h3 {
    font-family: 'ProximaNova-Extrabold';
    font-size: 34px;
}
.need-more-info .row {
    align-items: center;
}

/*================= Stay in Control from Anywhere ===================*/
.stay-in-control {
    background: #ffffff;
    padding: 60px 0;
}
.stay-in-control .container {
    clear: both;
}
.sic-block h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
}
.sic-block:hover h4 {
    color: #000;
}
.sic-block {
    display: flex;
	align-items: center;
    background: #f5f5f5;
    color: #000;
    padding: 17px 20px 10px;
    border-radius: 10px;
    margin-bottom: 12px;
	height: 30.7%;
}
.sic-block img {
    height: 50px !important;
}
.sic-block:hover img {
    filter: grayscale(100%);
}
.sic-block-content {
    margin-left: 30px;
    margin-right: 70px;
}
.sic-block p {
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
}
/*================= How to Buy ===================*/
.how-to-buy {
    background: #000;
    color: #fff;
    padding: 60px 0;
}
.how-to-buy-block {
    padding: 30px 20px 10px;
    background: #252525;
    border-radius: 30px;
}
.how-to-buy-block h4 {
    font-size: 20px;
}
.how-to-buy-block p {
    font-size: 14px;
    line-height: 20px;
}
.how-to-buy-number {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #60fc60;
    border: 1px solid #60fc60;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNova-Extrabold';
}

/*================= FAQ Section ===================*/
.faq-section {
    background: #fff;
    color: #000;
    padding: 70px 0 0;
}
.faq-section h3 {
    margin-bottom: 20px;
}
.faq-section p {
    font-size: 14px;
    line-height: 19px;
}
.faq-section .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding-top: 0 !important;
    padding-left: 0 !important;
}
.faq-section .sp-easy-accordion>.sp-ea-single {
    border-bottom: 1px solid #60fc60 !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding-left: 0 !important;
}
[class*=" eap-icon-"]:before, [class^=eap-icon-]:before {
    width: 2em !important;
    height: 2em !important;
    line-height: 2em !important;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
}


/*================= Homepage Blog Section ===================*/
.sp-pcp-post-details-content {padding: 13px 20px 5px !important;}



/*================= Footer Form ===================*/
.footer-form {
    padding: 60px 0 60px;
    background: #000;
}
.footer-form h3 {
    margin-bottom: 50px;
 }
.footer-form h4 {
    font-size: 27px;
 }
.footer-form h5 {
    font-size: 14px;
	color: #60fc60;
	text-transform: uppercase;
 }
a.footer-form-phone {font-size: 27px;color: #fff;font-family: 'ProximaNova-Bold';}
a.footer-form-phone:hover {color: #60fc60;}
.talk-to-us {color: #fff;}
p.gform_required_legend {
    display: none;
}
.footer-form .gform-theme--framework .gfield--type-choice .gfield_radio {
    flex-direction: row;
}
.gform_button {
    display: inline-block !important;
    font-size: 16px !important;
    padding: 7px 23px !important;
    background: #000 !important;
    border: 2px solid #000 !important;
    border-radius: 35px !important;
    color: #60fc60 !important;
}
.gform_button:hover {
    background: #60fc60 !important;
    border: 2px solid #60fc60 !important;
    color: #000 !important;
}
.footer-form .gform_button {
    display: inline-block !important;
    font-size: 16px !important;
    padding: 7px 23px !important;
    background: #60fc60 !important;
    border: 2px solid #60fc60 !important;
    border-radius: 35px !important;
    color: #000 !important;
}
.footer-form .gform_button:hover {
    background: none !important;
    border: 2px solid #fff !important;
    color: #60fc60 !important;
}

.gform_fields input.large {
    height: 45px !important;
    border-color: #dddddd !important;
}
.gform_fields textarea {
    border-color: #dddddd !important;
}
.gform-theme--foundation .gform_fields {
   column-gap: 13px !important;
   row-gap: 14px !important;
}

/*================= Inner Pages ===================*/
.innerpage-heading {
    margin-top: 34px;
}
.main-content {
    margin-bottom: 50px;
}

/*================= Product Details Pages ===================*/
.sales-inquiry-form-section {
    padding: 50px 0 50px;
    background: #f5f5f5;
}
.innerhero-title-bg h1 {
    border-bottom: none;
    margin-bottom: 15px;
    font-size: 34px;
}

/*================= Product Category Page ===================*/
.products-under-category {
    padding: 70px 0 60px;
    background: #000;
}
.products-under-category-block {
    position: relative;
}
.products-under-category-block h5 {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Regular';
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}
.products-under-category .owl-carousel .owl-item img {
    width: auto;
    max-height: 195px;
    margin: 0 auto;
}
/*================= Product Grid ===================*/
.products-grid {
    padding: 70px 0 0;
}
.products-grid-block {
    margin-bottom: 60px;
}
.products-grid-block-wrap {
    position: relative;
    box-shadow: 0px 0px 8px 1px #bcbcbc;
}
.products-grid-block h5 {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Regular';
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}


/*================= Event Page ===================*/
.event-list {
    margin-bottom: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
}
.event-date,
.event-name,
.event-location {
    padding: 15px;
}
.event-date {
    color: #fff;
    background: #0072b8;
    background: -moz-linear-gradient(top, #0072b8 0%, #004789 100%);
    background: -webkit-linear-gradient(top, #0072b8 0%,#004789 100%);
    background: linear-gradient(to bottom, #0072b8 0%,#004789 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b8', endColorstr='#004789',GradientType=0 );
    text-shadow: 1px 2px 3px #333;
    font-family: 'ProximaNova-Semibold';
    font-size: 14px;
}
.event-location {
    color: #40743a;
    font-family: 'ProximaNova-Extrabold';
    border-left: 1px solid #eee;
}

.industry-box {
	text-align: center;
    border: 1px solid;
    border-radius: 5px;
    padding: 20px 12px 15px;
}
.industry-box h4 {margin-bottom: 15px;}
p.industry-box-btn {margin-top: -65px;padding-bottom: 55px;}

/*================= Wordpress ===================*/
.error404 h1 {text-align: center;}
.error404 .top-members, .error404 .footer-form {display: none !important;}
.sp-pcp-post.left-thumb .sp-pcp-post-details {
    margin-left: 0;
}
.sps-list-layout .sp-pcp-post.left-thumb .sp-pcp-post-details {
    max-width: 100%;
}
.link-more {
    display: none;
}
.pcp-readmore-link {
    display: inline-block !important;
    font-size: 15px !important;
    padding: 7px 30px !important;
    background: #000 !important;
    border: 2px solid #000 !important;
    border-radius: 35px !important;
    color: #60fc60 !important;
    font-family: 'ProximaNova-Semibold' !important;
}
.pcp-readmore-link:hover {
    background: #60fc60 !important;
    border: 2px solid #60fc60 !important;
    color: #000 !important;
}
#pcp_wrapper-755 .pcp-readmore-link {
	position: relative;
    display: inline-block !important;
    font-size: 15px !important;
    padding: 7px 30px !important;
    background: none !important;
    border: 2px solid transparent !important;
    border-radius: 35px !important;
    color: #000 !important;
    font-family: 'ProximaNova-Semibold' !important;
}
#pcp_wrapper-755 .pcp-readmore-link:after {
    content: "\f178";
	font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 13px;
    position: relative;
	color: #000 !important;
}
#pcp_wrapper-755 .pcp-readmore-link:hover {
    background: none !important;
    border: 2px solid #000 !important;
}
label.gfield_label {
    font-size: 17px !important;
    font-family: 'ProximaNova-Semibold' !important;
}
.category-blog .innerhero-section {display: none;}
.category-blog .single-page-title {display: block !important; margin-top: 30px;}
.category-blog h1 {margin-bottom: 0;}


/*================= Footer ===================*/
footer {
    background: #000;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #fff;
}
.footer-top {
    padding-top: 60px;
    padding-bottom: 30px;
    color: #fff;
    background: #0e2c19;
}
.footer-bottom {
    padding-top: 50px;
    padding-bottom: 5px;
}
.footer-bottom-row {
    margin-top: 30px;
}
/* Social Icons */
.social-icons {
    margin-bottom: 15px;
    padding-left: 0;
    margin-top: 20px;
    margin-left: 26px;
}
.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
}
.social-icons li img {
    width: 18px;
    margin: 3px auto 0;
}
.social-icons .btn-social-icon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50%;
    border: 1px solid #60fc60;
    padding: 0;
    line-height: 30px;
}
.social-icons .btn-social-icon:hover .fab {
    color: #000;
}
.social-icons .btn {
    background: none;
    color: #dddddd;
}
.social-icons .btn:hover {
    background: #60fc60;
    border-color: #60fc60;
}
footer h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}
footer ul {
    padding-left: 0;
    list-style-type: none;
}
.quick-paths li, .company-menu li {
    margin-bottom: 7px;
}
footer a {
    font-size: 15px;
    color: #fff;
}
footer a:hover {
    color: #60fc60;
}
.footer-links {
    padding-left: 50px;
}
.footer-services {
    padding-left: 30px;
}
.footer-contact {
    padding-left: 40px;
}
.footer-contact p {
    margin-bottom: 5px;
    font-size: 15px;
}
.footer-contact p.footer-contact-title {
    font-size: 16px;
    margin-bottom: 25px;
}
.footer-contact p strong {
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
}
.footer-location {
    display: flex;
}
.footer-location strong {
    margin-right: 6px;
}
.footer-location span {
    line-height: 27px;
}
.footer-menu li {
    margin-bottom: 5px;
}
.footer-menu li.current-menu-item a {
    color: #038b36;
}
p.privacy {
    margin-bottom: 0;
}
.credit {
    color: #fff;
    font-size: 12px;
}
.credit a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.credit a:hover {
    color: #60fc60;
}
p.copyright {
    font-size: 14px;
    margin-bottom: 8px;
}

hr {
    opacity: 1;
    color: #60fc60;
}

/*================= Modal ===================*/
.modal {
    z-index: 999999;
}
img.hamburger-menu {
    width: 26px;
    margin-top: 6px;
}
.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.modal .close {
    opacity: 1;
}
.modal-body {
    padding: 0 45px 33px;
}
.modal h4 {
    color: #111111;
    margin-top: 0;
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
    margin-top: 37px;
}
.modal-sidebar h4:first-of-type, .modal-con h4:first-of-type  {
    margin-top: 0;
}
.modal h5 {
    color: #fff;
    margin-top: 0;
    font-family: 'ProximaNova-Bold';
    font-size: 19px;
    margin: 10px 0 0 0;
    padding: 0;
}
.modal-sidebar {
    padding-right: 5px;
}
.modal-con {
    padding-left: 5px;
}
.modal-sidebar ul {
    list-style: none;
    padding: 0;
}
.modal-sidebar ul li {
    margin-bottom: 6px;
}
.modal-sidebar ul li a {
    color: #4d5391;
    font-size: 16px;
    font-family: 'ProximaNova-Regular';
}
.modal-sidebar ul li a:hover {
    color: #000000;
}
.requests-box a {
    background: #000;
    border-radius: 5px;
    text-align: center;
    padding: 20px 10px;
    display: block;
}
.requests-box a:hover {
    background: #164d10;
}
.requests-box span, .industry-solutions-box span {
    color: #fff;
    margin-top: 0;
    font-family: 'ProximaNova-Bold';
    font-size: 19px;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: normal;
}
.requests-box img, .industry-solutions-box img {
    display: block;
    margin: 0 auto 9px;
}
.industry-solutions-box a {
    background: #60fc60;
    border-radius: 5px;
    text-align: center;
    padding: 20px 10px;
    display: block;
}
.industry-solutions-box a:hover {
    background: #164d10;
}
.modal-services-box a {
    background: #eeeeee;
    color:#000;
    border-radius: 5px;
    text-align: center;
    padding: 20px 10px;
    border: solid 1px #dddddd;
    display: block;
    font-family: 'ProximaNova-Semibold';
    font-size: 18px;
}
.modal-services-box a:hover {
    background: #dfdfdf;
}
.modal-services-box h5 {
    color: #111111;
    margin-top: 0;
    font-family: 'ProximaNova-Semibold';
}
.modal-con [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.modal [class*="-box"] {
    margin-bottom: 20px;
}

/*================= Media Query ===================*/

@media screen and (min-width: 1200px) {
    /*    header .container {
            max-width: 1230px;
        }*/
    header .col-lg-6 {
        width: 51.333333%;
    }
    header .col-lg-3 {
        width: 24%;
    }
    header .col-lg-1 {
        width: 8%;
    }
}
@media screen and (min-width: 1400px) {
    header .col-lg-6 {
        width: 56%;
    }
    header .col-lg-3 {
        width: 20.333333%;
    }
    header .col-lg-1 {
        width: 7%;
    }
}
@media (max-width: 1400px) {
}
@media (min-width: 992px) {
}
@media only screen and (max-width: 20000px) {
   /* #mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-blocks-right {
        background: #222;
        padding-top: 3px;
    }*/
}
    #mega-menu-wrap-sidebar-menu .mega-menu-toggle {
        z-index: 1;
		background: none;}
#mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
        background-color: #000;
    }
#mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-sidebar-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #000;
    }
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
    .d-inline-b {
        display: inline;
    }
}

@media (max-width: 767px) {
    [class*="gutter-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
	.homepage-banner-wrap {
		position: static;
        margin-top: 20px;
	}
	.homepage-banner {min-height: 447px;height: auto;}
	.homepage-banner .item, .homepage-banner .owl-height {height: 450px !important; min-height: 450px;}
    .homepage-banner-wrap {top: 14%;}
	p.homepage-banner-description {display: none;}
	.homepage-banner-caption h2 {font-size: 28px;}
	.homepage-banner-caption h1 {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 10px;
    }
	.banner-carousel .owl-carousel .owl-item img, .homepage-banner .item video {height: auto;}
    header {
        padding: 10px 0 15px;
		height: auto;
    }
    .navbar-brand img {
        width: 120px;
    }
    #mega-menu-wrap-main-menu {
        margin: 10px 0 12px;
    }
    .video-overlay {
        position: static;
        margin-top: 0;
        padding-top: 25px;
        padding-bottom: 20px;
        background: #000;
    }
	.homepage-banner-caption {
        width: 100%;
    }
	.homepage-banner-img {height: 450px;}

	.protection {
       padding: 25px 0 25px;
     }
	h3.title-fluid-right {width: 70%;}
	.wp-block-ctrb-counters .ctrbCounters {
        display: block !important;
    }
	#ctrbCounters-1 .ctrbCounters .counter {height: 110px !important;}
    .checkout-products .owl-carousel .owl-nav {
        display: none !important;
    }
    .simple-to-use .sp-tab__tab-content {
        width: 100%;
		clear: both;
    }
    .checkout-products-wrap {
        width: 100%;
    }
    .checkout-products-des {
        padding: 20px 15px 25px 15px;
    }
    .checkout-products .owl-carousel .owl-item img {
        width: 200px;
        margin: 0 auto;
    }
	.sp-tab__nav {display: block;}
	.sp-tab__nav-link h4 {font-size: 12px !important;}
	#sp-wp-tabs-wrapper_752.sp-tab__lay-default > ul li.sp-tab__nav-item {
        width: auto !important;
        float: left;
		margin-bottom: 10px;
    }
	.homepage-blog {padding-top: 0;}
    .footer-contact {
        padding-left: 0;
    }
    .footer-bottom {
        padding-top: 0px;
    }
    footer {
        padding-top: 35px;
    }
	.serving-the-southeast {padding-top: 45px;}
	.pcp-carousel-wrapper .sp-pcp-carousel {
        padding-bottom: 30px;
    }
    #sp-wp-tabs-wrapper_36.sp-tab__lay-default > ul li.sp-tab__nav-item {
        width: 25% !important;
        margin-bottom: 10px;
        margin: 0 10px 10px;
    }
    .innerhero-row {
        height: auto;
    }
    .innerhero-img-col {
        display: none;
    }
    .innerhero-title-bg {
        padding: 40px 20px 30px;
    }
    .product-details-content {
        padding: 20px 20px 5px;
    }
    .product-details-content h3 {
        margin-top: 20px;
    }
    .need-more-info {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .sales-inquiry-form-section {
        padding: 30px 20px 50px;
    }
    .faq-section {
        padding: 50px 0 0;
    }
    .faq-section h3 {
        margin-top: 20px;
    }
    .how-to-buy {
        padding: 40px 0 5px;
    }
    .stay-in-control {
        padding: 40px 0 20px;
    }
    .products-under-category {
        padding: 50px 0 0;
    }
	.topbar-phone a {color: #fff;}
	.topbar-phone a:hover {color: #60fc60;}
	.topbar-phone {width: auto; text-align: center;}
	ul#menu-search-menu {float: right;}
}
