div#sidebar149 {
    display: none;
}
@media (min-width: 320px) {
.checkout-heading {
    width: 100%;
}
select#ShipTo {
    max-width: 650px;
}
select#SHIPMETH {
    max-width: max-content;
}
button.btn.btn-refresh {
    height: auto!important;
}
.content .Tile-ListContainer {
    background: transparent;
}
.content .TileView {
    background: #fff;
}
.col-inner .btn-submit {
    margin-top: 2rem;
}
.jodit-wysiwyg ul li:nth-child(even) {
    background: var(--tab-spec-row-bg, var(--csx-bg-gray));
}
.card-body .jodit-wysiwyg ul {
    list-style-type: none;
    padding-inline-start: 0px;
}
.card-body .jodit-wysiwyg ul li{
    display: block;
    padding: 8px 16px;
}
section.DetailSection .dp-tabs-wrapper .nav-tabs .nav-link.active {
    background: #00a148;
    color: white!important;
}
section.DetailSection .nav-tabs .nav-item a.nav-link {
    padding: .75rem 1rem;
    margin: 0px;
}
section.DetailSection .dp-tabs-wrapper .nav-tabs .nav-link:focus, .dp-wrapper .dp-tabs-wrapper .nav-tabs .nav-link:hover {
    border-color: #000000;
}
section.DetailSection .dp-tabs-wrapper .nav-tabs .nav-link:hover {
    color: #000000;
}
section.progress-section {
    margin-top: 1rem;
}
div#freeformship {
    padding: 2rem 0 0rem 0;
}
.is-home {
	display:none;
}
.services-ul img {
    max-width: 40px;
    margin-right: 8px;
}
.services-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.services-ul a {
    display: flex;
    align-items: flex-start;
}
.services-ul a span {
    text-decoration: underline;
}
a.Cat1[href*="/account.aspx?page=orderreceipt"] {
    display: none;
}
section.breadcrumb-heading .breadcrumb-item.active {
    color: initial;
}
section.breadcrumb-heading {
    background: transparent;
    border: none;
}
#toast-container .toast-success {
    background-color: #00a148;
}
#toast-container.toast-custom {
    position: absolute !important;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}	
#toast-container.toast-custom .toast.toast-success {
    opacity: 1;
    width: fit-content;
    background-position: 3rem 15px;
    padding: 2rem;
    background-image: none!important;
}
#toast-container.toast-custom .toast-message {
    text-align: center;
    font-weight: 600;
}
#toast-container.toast-custom button {
    margin-top: 2rem;
}	
	
	
body {
    font-family: 'Roboto', sans-serif;
	font-family: "Inter", sans-serif;
    color: #242424;
    font-size: 18px;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
}
.container {
    max-width: 100%;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
}
.container.narrow {
    max-width: 1140px;
}
.container.wide {
    max-width: 1440px;
}
.page-heading {
    padding-top: 4rem;
    padding-bottom: 4rem;

    position: relative;
    background: #000000;
}
.page-heading:before {
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: hsl(146.83deg 100% 27.88%);
    /* background-color: rgb(0 0 0 / 45%); */
    /* opacity: .8; */
    mix-blend-mode: multiply;
}
.heading-title {
    position: relative;
    text-align: center;
    margin: auto;
    color: white;
    max-width: 1170px;
}
.page-heading h1 {
    text-transform: none;
    font-size: clamp(2.25rem, -0.875rem + 8.333vw, 3.25rem);
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    margin: 0px 0 8px 0;
    margin-left: 0px;
    letter-spacing: normal;
}
p.heading-intro {
    color: #fff;
    font-size: 1.125rem;
    margin: auto;
    max-width: 700px;
}
.pageSubTitle {
    font-size: 20px;
}
.cms-image {
    content: "";
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cms-image img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
}
a {
    color: var(--a-link);
}
/***** adding a button via RTE *****/
span.btn > a {
    color: var(--button-color);
    padding: .75rem 1.5rem;
    display: block;
}
.umb-grid span.btn {
	padding: 0;
}
.umb-grid a > .btn {
    padding: .75rem 1.5rem;
}
/***** adding a button via RTE *****/
.btn {
    font-size: 18px;
}
.btn, button {
	background: #01295F;
	color: #fff;
	padding: .75rem 1.5rem;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 0px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase; 
}
.btn:hover {
    color: #FFFFFF;
	background: #00a148;
}
.btn.btn-outline {
    background: #01295F;

}
.btn.btn-outline:hover {
    background: #00a148;
}
.btn-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--a-link);
    background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}
.btn-link i{
    color: #00a148;
}
a.btn:empty, div.btn:empty {
    display: none;
}
.white {
    color: #ffffff!important; 
}

.green {
    color: #00a148;
}
.bg-green {
    background: #11332b;
}
.gray {
    color: #a6a8ab;
}
.bg-gray {
    background: #f6f7f8;
}
h1 {
	font-family: "Inter Tight", sans-serif;
    font-weight: 800;
	font-size: clamp(2.25rem, -0.875rem + 8.333vw, 2.75rem);
}
h2 {
	font-family: "Inter Tight", sans-serif;
    font-weight: 600;
	font-size: clamp(2rem, -0.875rem + 8.333vw, 2.5rem);
}
h3 {
    font-weight: 600;
	font-size: clamp(1.5rem, -0.875rem + 8.333vw, 1.75rem);
}
 .h4, .h5, h4, h5 {

}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1rem;
}
.lead {
    font-size: 1.5rem;
    line-height: 1.5;
}
.form-page {
    padding: 3rem;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 15%);
}
.umb-page section {
    margin: 4rem 0;
}
.umb-page .container {
    /* max-width: 1170px; */
}
.umb-page ul, .umb-grid ul {
    list-style: disc;
}
.umb-page li, .umb-grid li {
    margin-bottom: 4px;
}	
.umb-page ul li, .umb-grid ul li {
    margin-bottom: 8px;
}
.umb-page ul li:before, .umb-grid ul li:before {
    content: '\e876';
	content: '\e5ca';
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 18px;
    color: #00a148;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1;
    margin-right: 12px;
    margin-top: 4px;
}
.section-blogpost .umb-grid ul li:before {
    display: none;
}
.section-blogpost .umb-grid ul{
    margin-left: 20px;
	
}
.homepage {
    /* padding-bottom: 25rem; */
}
.title-ex {
    background-image: url(../../Images/bg2.svg);
    background-size: 47px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 2rem;
}

.title-ex-center {
    background-image: url(../../Images/bg2.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 2rem;
}
.title-dash:after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: #00a148;
}
.text-center.title-dash:after {
    display: block;
    content: "";
	margin: auto;
}	
.title-dash h2, .title-dash h3, .title-dash h4 {
    margin-bottom: .5rem!important;
	display: inline-block;
}
.section-title {
    position: relative;
    margin-bottom: 2rem;
}
.section-title h2 {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: clamp(2rem, -0.875rem + 8.333vw, 2.5vw);
    /* text-transform: uppercase; */
    font-weight: 700;
}
.section-title a {
    float: right;
    text-decoration: underline;
    margin-top: 8px;
}
p.p-sub {
    /* font-size: 1rem; */
    margin-bottom: 2rem;
    max-width: 900px;
}

 /**************************  Brands Page **************************/
 h2.brands-title {
    display: block;
    font-weight: 700;
}
.letter-group {
    background: #ececec;
}
span.letter-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}
.brands-page .flex-index {
    display: none;
}
.flex-index a {
    font-size: 1.5rem!important;
    line-height: 1;
    padding: 10px 13px!important;
    display: inline-block;
    font-weight: 300;
    color: white;
}
.brands-page .row.col-count {
    display: block!important;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}
.brands-page .row.col-count .col-md-12 {
    display: inline-block!important;
}
.flex-brand {
    max-height: initial!important;
	margin: 8px 0 24px 0!important;
    padding: 0 8px!important;
}
.letter-group {
    padding: 2px 8px!important;
}
.backTop {
    float: right;
    display: none;
}
.brand-link {
    width: auto!important;
    max-width: initial!important;
    padding-right: 5px;
    display: block;
    line-height: 1;
    margin: 4px 0;
}
.brand-link a {
    color: #212529;
    font-size: 1rem;
    font-weight: 500;
}




 /***Brands Logos ****/
.brands-logo-row {
    width: 100%!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    margin-top: 24px;
	margin-bottom: 40px;
}
.brands-logo-box {
    width: calc(100%/8 - 16px);
    margin: 8px;
    padding: 24px;
    border-top: 4px solid transparent;
    padding-bottom: 16px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    border-radius: 8px;
	transition: all 0.3s;
}
.brands-logo-box:hover {
    border-top: 4px solid #00a148;
    text-decoration: none;
}
a.brands-logo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    margin: 8px;
}

/******** Intro Video *************/	
section.banner-section-intro {
    padding: 2rem 0 2rem 0;
    position: relative;
    min-height: 250px;
    height: 40vh;
}
video#background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}
div#video-overlay {
    background-color: rgb(0 161 72 / 80%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.v-container {
    position: relative;
    height: 100%;
}
.v-container .banner-title-main {
    color: white;
    font-size: clamp(2.5rem, -0.875rem + 8.333vw, 3.75rem);
    text-shadow: 2px 2px 8px rgb(0 0 0 / 80%);
    font-weight: 800;
    padding-bottom: 3rem;
    text-align: center;
    text-wrap: balance;
    max-width: 900px;
    margin-top: auto;
    margin-bottom: auto;
}
	
.main-intro-bg {
    position: relative;
    /* background: #f4f6f8; */
    /* background: #242424; */
    /*padding: 3rem 0rem 3rem 0rem;*/
    /* color: #fafafa; */
    /* background-position: left top; */
    /* background-repeat: no-repeat; */
    /* background-size: 360px; */
    /* background-image: url(../../images/grid.svg); */
}
section.main-intro-bg .container {
  
}
.grid-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
    /* padding: 4rem 0; */
}

.main-intro-body {
    background: #f6f7f8;
    padding: 4rem 5rem;
    /* padding-right: 0; */
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    /* border-radius: 0px 8px 8px 0px; */
}
.main-intro-body ul {
    padding-left: 20px !important;
    list-style: disc!important;
}
.main-intro-title {
    /* color: #fff; */
    font-size: clamp(2rem, -0.875rem + 8.333vw, 2.25rem);
}
.main-intro-title:empty {
    display: none;
}
.main-intro-copy p {
    font-size: 1.125rem;
    line-height: 1.8;
    font-weight: 400;
    /* text-wrap: balance; */
    margin-bottom: 2rem;
}
.main-intro-img {
    overflow: hidden;
    max-height: 650px;
    transition: all .3s ease-in-out;
}
.main-intro-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;

}
.carousel-fade .carousel-item.active {
    z-index: 9;
}
.main-intro-overlay {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    transition: opacity .3s ease-in-out;
}
.main-intro-overlay:before {
	content: "";
	opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
	height: 100%;
    background: #00a148;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
	transition: opacity .3s ease-in-out;
}
.main-intro-overlay img {
    max-width: 72px;
    margin-bottom: 1rem;
}
.main-intro-overlay > * {
    position: relative;
}
.main-intro-overlay p:hover {
    text-decoration: underline;
}
.carousel-item a {
    position: relative;
}
.carousel-item.h-100.active a:hover .main-intro-img {
    filter: blur(5px);
}
.carousel-item.h-100.active a:hover .main-intro-overlay {
    opacity: 1;
}
.carousel-item.h-100.active a:hover .main-intro-overlay:before {
    opacity: .7;
}
/******** img grid***********/

.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.grid-wrapper > div:before {
    content: "";
    display: block;
    background: rgba(22,56,86,0);
    background: linear-gradient(to bottom, rgba(22, 56, 86, 0) 0%, rgb(0 0 0 / 80%) 80%);
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    border-radius: 8px;
}
.call-out-copy {
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    padding: 1rem;
    text-align: center;
    background: rgb(0 0 0 / 48%);
}
.call-out-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-out-copy i{
    color: #00a148;
	font-size: 24px;
}
.call-out-copy p {
    font-size: 1rem;
}
.grid-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}

/******** Main search***********/
section.search-home {
    padding: 2rem 0;
    background: #0c2340;
    color: white;
}
.search-bar-home-group {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.search-bar-home {
    /* margin-left: auto; */
    margin-right: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 550px;
    transition: all .25s;
    background: rgb(255 255 255 / 15%);
    /* padding: 8px; */
    border-radius: 4px;
}
.searchby-home {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#SearchTextHome {
    margin-left: auto;
    width: 100%;
    background: #ffffff;
    color: #373737;
    border-right: 0px;
    font-size: 16px;
    text-indent: 0px;
    line-height: normal;
    height: 42px;
    padding: 0px 44px 0px 12px;
    overflow: hidden;
    border-radius: 4px;
    transition: width linear .2s;
    border: 1px solid #3d3d3d;
    /* border-bottom: 2px solid #767676; */
    /* box-shadow: inset 0 -1px 2px rgb(0 0 0 / 50%); */
}
#SearchTextHome:focus {
	background: #ffffff;
	text-indent: 8px;
	outline: 0px solid white;
}
.sbutton-home {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 42px;
    padding: 2px 16px 2px 16px;
    color: #282b2a;
    background-color: transparent;
    border: 0px solid #515151;
    border-left: 0px solid #e1e1e1;
    border-radius: 0px 4px 4px 0px!important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s;
}
.sbutton-home:focus {
    outline: none;
    border: none;
}
.sbutton-home:focus i, .sbutton-home:hover i {
    outline: none;
    border: none;
    color: #fff;
}
.sbutton-home i {
    font-size: 24px;
    color: #000000;
    transition: all .2s;
}
	

/*** Call to Action Section ************************/		
.call-to-action {
    background: #ccecda;
}
.introCard {
    max-width: 1000px;
    margin: auto;
}
.introCard a {
    color: var(--primary-color);
    font-size: 1.75rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .25rem;
}
.call-to-action-title {
    text-wrap: balance;
}	

/*** Cta box cards with image and icon ************************/		
a.cta-card-link-wrap .cta-card:hover figure img {
    transform: scale(1.05);
}
a.cta-card-link-wrap:hover {
    text-decoration: none;
}
.cta-card-section a[href="/"] {
    pointer-events: none;
    color: initial;
}
.cta-card-icon {
    margin: 0 auto;
    margin-top: -64px;
    z-index: 9;
    width: 88px;
    height: 88px;
    background: #00a148;
    border-radius: 100px;
    padding: 1rem;
}
/*** Cta box cards ************************/		
.cta-card {
    color: initial;
    background: white;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--element-border-radius);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2) , 0 2px 2px 0 rgba(0,0,0,.14) , 0 1px 5px 0 rgba(0,0,0,.12);
}
.cta-card:hover {
    text-decoration: none;
}
.cta-card figure {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.cta-card figure img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .3s;
}
.cta-card figure:before {
    display: none;
}
.cta-card-content {
    padding: .5rem 1.5rem 0rem 1.5rem;
}
.cta-card-title {
    margin-bottom: 16px;
}
.cta-flex {
    flex: 1 0 0;
}
.cta-card .btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
a.cta-card[href="/"]{
  pointer-events: none;
  color: initial;
}
	
	
/******** Main CTA***********/
.main-banner .carousel-inner, .main-banner .carousel-item {
    height: 100%;
}
.main-banner-img {
    position: relative;
    height: 100%;
    background-position: center!important;
    background-size: cover;
}
.main-banner-img:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    /* opacity: .7; */
    mix-blend-mode: multiply;
    background: rgb(0 161 72);
    /* background: radial-gradient(#707b80 0%, transparent 80%); */
}
.main-banner-box {
    width: 100%;
    z-index: 1;
    padding: 4rem 1rem 4rem 1rem;
    min-height: 450px;
    position: relative;
}
.main-banner .media-body {
    color: white;
    max-width: 70%;
    text-align: center;
    margin: auto;
}
.banner-title-text {
    color: #fff;
    font-size: clamp(2.5rem, -0.875rem + 8.333vw, 4rem);
    text-shadow: 2px 2px 8px rgb(0 0 0 / 80%);
    font-weight: 800;
    margin-bottom: 1rem;
    display: block;
}
.cta-main-copy p {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 400;
    text-shadow: 2px 2px 8px #000;
    text-wrap: balance;
    margin-bottom: 2.5rem;
}


/******** Single cta ***********/
.lead {
    font-weight: 500;
}
p.lead.intro {
    text-wrap: balance;
    margin-bottom: 1rem;
}
.section-single-cta {
	position: relative;
	padding: 4rem 0 4rem 0;
	/* background: #f6f7f8; */
	/* background: #002f4b; */
	/* color: #ffffff; */
	margin-top: 0rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.callout {
	position: relative;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	margin: auto;
	max-width: 1040px;
	text-align: center;
}
.callout-title {
    font-size: 2.25rem;
    line-height: 1.3;
}
.callout-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 850px;
    margin: auto;
}

/******** Call out boxes***********/
section.cta-info-section {
    position: relative;
    padding: 0rem 0rem 0rem 0rem;
    background: #f6f7f8;
    /* color: white; */
    border-top: 1px solid #c9cdd2;
    border-bottom: 1px solid #454545;
}
.cta-info-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 1px;
		grid-row-gap: 1px;
		position: relative;
		background: #c9cdd2;
		padding: 0px;
}
.box-info {
    /* color: white; */
    /* border: 1px solid rgb(239 239 240 / 35%); */
    background: #f6f7f8;
    border-radius: 0px;
    padding: 56px 30px;
    overflow: hidden;
    height: 100%;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .3s;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; */
    /* box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08); */
    /* box-shadow: 0 3px 10px 0 rgba(0,0,0,.13); */
}
.box-info:hover .box-info-arrow {
    padding: 0px;
}

.img-group {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 1rem;
}
.box-info figure {
    aspect-ratio: 21 / 9;
    /* aspect-ratio: 16 / 9; */
    border-radius: 12px 12px 0px 0px;
    position: relative;
    /* height: 150px; */
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
    /* margin-bottom: 1.5rem; */
    display: none;
}
figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(22, 56, 86, 0) 0%, rgb(23 42 58 / 50%) 90%);
    z-index: 1;
    mix-blend-mode: multiply;
}
.box-info img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-info-title {
    padding: 1rem 0 1rem 1rem;
    min-height: 50px;
    /* width: 100%; */
    /* display: flex; */
    align-items: center;
    /* justify-content: space-between; */
}
.box-info-title h3 {
    font-size: 1.75rem;
    margin: 0;
    font-weight: 800;
    text-decoration: underline;
}
.box-info p {
    font-size: 1rem;
    line-height: 1.5;
    flex-grow: 1;
    /* padding: 1rem; */
    padding-top: 0;
    padding-bottom: 1rem;
    margin: 0;
    /* text-wrap: balance; */
    /* display: none; */
}
.box-info-arrow {
    display: flex;
    justify-content: flex-end;
    padding-right: .5rem;
    transition: all .3s;
}
.box-info-arrow i {
    /* padding-right: 1rem; */
    font-size: 28px;
    color: #00a148;
}
.box-info-icon {
    /* display: none; */
    display: inline-block;
	margin-bottom: 1rem;
	margin-top: 2rem;
}
.box-info-icon i {
    font-size: 64px;
    /* margin-bottom: 16px; */
    color: rgb(0 161 72 / 100%);
}
.box-info:hover i {
    /* color: #fff; */
}

   /******** Cta boxes text overlay***********/
section.cta {
    padding: 0rem 0rem 6rem 0rem;
    /* background: #f4f6f8; */
    /* color: white; */
}
div#owl-featured {
    /* background: white; */
    /* padding: 1rem; */
    /* border-radius: 8px; */
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 3rem; */
}
.cta-primary {
    position: relative;
    height: 100%;
    /* text-align: center; */
    /* border-radius: 8px; */
    overflow: hidden;
}
a.cta-link {
    display: flex;
    position: relative;
    align-items: flex-end;
    height: 100%;
    min-height: 300px;
    /* aspect-ratio: 1; */
    text-decoration: none;
    background-color: #231F20;
    border-radius: 0px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.09);
    overflow: hidden;
    transform: translateY(0) rotate(0.0001deg);
    backface-visibility: hidden;
    transition: all 0.2s ease-out;
}
a.cta-link:focus, a.cta-link:hover {
    box-shadow: 0 5px 17px 3px rgba(0,0,0,0.09);
    z-index: 1;
}
a.cta-link:hover picture.cta-img-wrap-picture img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
a.cta-link:hover .cta-box-title {
    margin-bottom: .5rem;
}
.cta-box-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    /* padding-top: 20px; */
}
.cta-img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}
picture.cta-img-wrap-picture {
    content: "";
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E0E0E0;
}
picture.cta-img-wrap-picture img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
	transition: all 0.2s ease-out;
}
.cta-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 161 72 / 85%);
    opacity: 0;
	transition: all 0.2s ease-out;
}
a.cta-link:hover .cta-img-overlay {
        opacity: 1;
}
picture.cta-img-wrap-picture:after {
    content: "";
    display: block;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
    /* background: linear-gradient(to bottom, rgba(22, 56, 86, 0) 50%, rgb(66 70 75 / 85%) 100%); */
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    /* mix-blend-mode: multiply; */
}
.cta-box-content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    margin-bottom: 0;
    color: #fff;
    /* background: #032B43; */
    width: 100%;
    padding: 1rem 1rem 1rem 1rem;
}
.cta-box-title {
    max-width: 500px;
    font-weight: 700;
    line-height: 1.1;
    font-size: clamp(1.75rem, -0.875rem + 8.333vw, 1.9vw);
    transition: all 0.2s ease-out;
    text-transform: uppercase;
}
.cta-box-content p {
    margin-bottom: 4px;
    max-width: 550px;
    font-weight: 400;
    font-size: 15px;
}	
	








/******** products by category ***********/
section.cat-products {
    padding: 0rem 0px 0rem 0px;
    /* margin: 3rem 1rem 4rem 1rem; */
    /* background-color: #f4f6f8; */
}
section.cat-products .container {
    /* border-top: 1px solid #aaa; */
    /* padding-top: 3rem; */
}
.container-group {
    /* background: #eaeff0; */
    /* padding: 24px; */
    padding-bottom: 8px;
}
a.p-item-box {
    margin: 0px 8px 0px 8px;
    margin-bottom: 16px;
    padding: 24px;
    padding-bottom: 16px;
    /* display: flex; */
    /* flex-direction: column-reverse; */
    text-align: center;
    /* background: #003912; */
    border: 1px solid #efeff0;
    border-top: 4px solid transparent;
    transition: all 0.3s;
    width: calc((100%/8) - 16px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    border-radius: 8px;
}
a.p-item-box:hover {
    border-top: 4px solid #00a148;
    text-decoration: none;
}
a.p-item-box.last-box {
    background: #ffffff;
}
.p-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    /* width: 155px; */
    /* aspect-ratio: 1; */
    margin: 8px;
    border-radius: 8px;
    border: 0px solid #c0c0c0;
    background: white;
}
.p-item-img img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.p-item-title {
    color: initial;
    font-size: 1.25rem;
    line-height: 98%;
    padding: 16px 10px 20px 10px;
    font-weight: 500;
    display: none;
}

/*brands*/


section.section-featureCat {
    padding: 4rem .5rem 3rem .5rem;
    background: #f6f7f8;
}
.f-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 130px; */
    aspect-ratio: 1;
    padding: 1rem;
    margin-bottom: 2rem;
    /* border-radius: 8px; */
    background: #ffffff;
    border: 1px solid #e4e4e4;
    transition: all 0.2s ease-out;
}
a.category-box-link:hover .f-box {
    margin-top: -.5rem;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 1px -2px, rgba(0, 0, 0, 0.11) 0px 2px 2px 0px, rgba(0, 0, 0, 0.10) 0px 1px 5px 0px;
}
.f-box img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/******** solutions***********/	
section.features-section {
    /* margin: 3rem 1rem; */
    padding: 3rem 0;
    /* background: #f6f7f8; */
    position: relative;
}
.features-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}
.features-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    position: relative;
    /* background: #d7d7d7; */
}
.feature {
    text-align: left;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    /* color: white; */
    border-radius: 8px;
    /* border: 1px solid #c9cdd2; */
    display: flex;
    /* align-items: center; */
    /* background: #ffffff; */
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; */
    /* box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08); */
}

.feature h3 {
    font-size: 1.25rem;
    /* margin-bottom: 1rem; */
    /* color: white; */
}
.feature-copy p {
    font-size: 1rem;
    /* display: none; */
}
.feature i {
    font-size: 28px;
    color: #00a148;
    /* margin-bottom: 16px; */
    margin-right: 16px;
}
  @media (max-width: 768px) {
    .features-group {
          grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
      padding: 20px;
    }

    .feature i {
      font-size: 35px;
    }
  }
  
  
  

    /******** Cta full image***********/	
section.mission-cta {
    padding: 0rem 0 0rem 0;
}
.mission-cta .container {
    /* margin-top: -3rem; */
}
section.mission-cta a {
    display: block;
    position: relative;
}
picture.mission-cta-box {
    height: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
    position: relative;
}
picture.mission-cta-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
picture.mission-cta-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(32 48 56 / 36%);
    mix-blend-mode: multiply;
}
.mission-cta-box-content {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding-left: 60px;
    color: #121212;
    text-align: left;
}
.mission-cta-box-content .btn {
    position: absolute;
    bottom: -24px;
}
.mission-cta-box-content-inner {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    margin-bottom: 24px;
    padding: 24px 32px 48px;
    border-radius: 2px;
    max-width: 510px;
}
.mission-cta-box-content h3 {
    max-width: 500px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.3;
    font-size: 2rem;
}
.mission-cta-box-content p {
    /* margin: 0; */
    max-width: 550px;
    font-size: 18px;
    font-weight: 400;
}
	

	
/************** split 50/50 **/	
section.cta-50 {
    margin: 4rem 0;
}
section.cta-50.bg-gray, section.cta-50.bg-black {
    padding: 0rem 0;
    margin: 0;
}
.cta-50-image {
    height: 100%;
    /* min-height: 350px; */
    max-height: 410px;
}
.cta-50-image img {
    /* object-fit: cover; */
    /* object-position: 50% 50%; */
    /* width: 100%; */
    height: 100%;
}
.info-card__title {
    background-image: url(../../Images/logo-icon.jpg);
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 48px;
}

/************** faqs page **/		
section.faq {
    padding-bottom: 3rem;
    margin: 0;
}
	.panel-default {
    border-bottom: 1px solid #e5e5e5;
}
.panel-body {
    margin-left: 34px;
}
	h5.panel-title {
    margin-bottom: 0px;
}
h5.panel-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 1rem 0;
    color: initial;
    font-size: 18px;
}
	.panel-heading a[aria-expanded="false"]:before {
    content: '\e145';
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 16px;
    color: #9ea1a2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-right: 12px;
}
	.panel-heading a[aria-expanded="true"]:before {
    content: '\e15b';
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 16px;
    color: #9ea1a2;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-right: 12px;
}
	
	
	


.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}


.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}


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

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

.carousel-inner .carousel-item {
    opacity: 0; 
    top: 0; 
    left: 0; 
    width: 100%; 
    display: block;
    position: absolute; 
}
.carousel-inner .carousel-item:first-of-type {
    position: relative;
}
.carousel-inner .active {
  opacity: 1;
}
	
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00427e;
}
.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 5px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 0%;
    background-color: transparent;
    height: 100%;
    line-height: 55px;
    width: 0px;
    text-align: center;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
    background: #ffffff;
    border-radius: 100%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 18px;
    text-align: center;
    width: 56px;
    height: 56px;
    cursor: pointer;
    position: absolute !important;
    top: 38% !important;
}
.owl-prev {
    left: -15px;
}
.owl-next {
    right: -15px;
}
.owl-prev i, .owl-next i {
    color: #000000;
    font-size: 32px;
    /* background: rgb(0 0 0 / 25%); */
    border-radius: 2px;
    border-radius: 100%;
    width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
	
/************** popup **************************/	
div#PopModal {
    padding-left: 0px!important;
}
div#PopModal .modal-header {
    border-bottom: 0px solid #e9ecef;
    background: #00a148;
    color: white;
	padding: 1rem 2rem;
}
div#PopModal .close {
    color: #ffffff;
    position: absolute;
    top: -20px;
    right: 10px;
    padding: 8px;
}
div#PopModal .modal-content {
    border: 0px;
    margin-top: 20px;
}
div#PopModal .modal-body {
    padding: 0rem;
}
div#PopModal .modal-title {
    line-height: 1.2;
    font-size: 1.25rem;
}
.popup-intro {
    padding: 1rem 2rem .5rem;
}
form.pop-form-box {
    padding: 0.5rem 2rem 1rem;
    /* background: #f5f5f5; */
    /* border-top: 1px solid #ddd; */
    border-bottom: 8px solid #000000;
}
div#PopModal label {
    display: none;
}
div#PopModal .form-control {
    border-color: #9ba1a4;
}
div#PopModal .form-control:focus {
    border-color: rgb(0 161 72 / 30%);
    box-shadow: 0 0 0 .2rem rgb(0 161 72 / 25%);
}
div#PopModal #submit {
    margin-top: 16px;
}
.list-wrap ul {
    list-style: disc;
    padding: 0px;
    font-size: 16px;
}
.list-wrap li {
    margin-bottom: 4px;
}	
.list-wrap ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 8px;
}
.list-wrap ul li:before {
    content: '\e876';
	content: '\e5ca';
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 18px;
    color: #00a148;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1;
    margin-right: 12px;
    margin-top: 4px;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}





}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

@media (min-width: 768px) {
.container {

}
}
@media (max-width: 1600px) {
a.p-item-box {
    width: calc((100%/7) - 16px);
}
.brands-logo-box {
    width: calc(100%/7 - 16px);
	padding: 12px;
}
}	
@media (max-width: 1400px) {

}	
@media (max-width: 1170px) {
.container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
a.p-item-box {
    width: calc((100%/6) - 16px);
}
.brands-logo-box {
    width: calc(100%/6 - 16px);
	
}
}

@media (max-width: 1024px) {

.main-banner-box {
    min-height: 400px;
}
.main-banner .media-body {
    max-width: 95%;
}
a.p-item-box {
    width: calc((100%/4) - 16px);
}
.grid-layout {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
}
.main-intro-body {
    padding: 3rem 2rem;
    border-radius: 0px 0px 0px 0px;
}
.main-intro-img {
    border-radius: 8px 8px 0px 0px;
}
.cta-info-grid {
    grid-template-columns: repeat(2, 1fr);
}
.box-info {
    padding: 40px 24px;
}
}
	
@media (max-width: 991px) {
.brands-page .row.col-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.brands-logo-box {
    width: calc(100%/5 - 16px);
}
a.brands-logo-item {
    height: 32px;
    margin: 8px;
}
#toast-container.toast-custom {
    top: 220px;
    left: 6%;
    transform: translateX(-3%);
}
}
		

@media (max-width: 767px) {
.cta-info-grid {
    grid-template-columns: repeat(1, 1fr);
}
a.p-item-box {
    width: calc((100%/3) - 16px);
    padding: .5rem;
}
a.brands-logo-item {
    height: 32px;
    margin: 8px;
}
.p-item-title {
    font-size: 18px;
}
.cta-card figure {
    position: relative;
    aspect-ratio: 16 / 9;
}
.services-ul {
    display: grid;
    grid-template-columns: 1fr;
}
}	

@media (max-width: 650px) {
.brands-page .flex-index {
    background: #000000;
    margin: 30px auto 0px auto;
    display: block;
}
.brands-page .row.col-count {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
a.p-item-box {
   width: calc((100%/3) - 16px);
}
.brands-logo-box {
    width: calc(100%/3 - 16px);
}
}
	
	
	
	