@media (min-width: 320px) {
 /****************** custom ***************/
 a[href*="/account.aspx?page=orderreceipt"] {
    display: none!important;
}
section.progress-section {
    margin-top: 20px;
}
section.progress-section .col-md-3 a:hover {
    text-decoration: none;
    color: #0f8003;
}
section.progress-section .col-md-3 a:hover h5 {
    text-decoration: none;
    color: #0f8003;
}

a.progress-box {
    border-right: 3px solid #ffffff !important;
    background: #f3f5f9!important;
}
a.progress-box.active {
    color: #0f8003 !important;
    background: #ffffff !important;
    border: 3px solid #0f8003;
    border-right: 3px solid #0f8003 !important;
}
a.progress-box.active h5 {
    color: #0f8003;
}
a.progress-box.progress-review.active {
    border: 3px solid #0f8003;
}
a.progress-box:after {
   display:none!important;
}
section.progress-section .row {
    border: 0px solid #ddd!important;
}
.TL-AddToCart .btn-addtocart {
    padding: 4px;
}
.results-wrapper button.btnCompare {
    margin-left: 8px!important;
    background: #0f8003;
    color: white;
    border: 0px solid #dce2e4;
}
.my.worksheet-heading button.btn.btn-create, button.btn.btn-create-new {
    background: #0f8003!important;
}
button[value="delete-multiitem-job-worksheet"] {
    background: transparent;
    color: red;
    border: 1px solid;
}
	
 /****************** custom ***************/	
	.section-projects ul ul {
    list-style-type: circle;
}
.section-projects ul {
    list-style-type: disc;
	padding-inline-start: 20px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid rgb(220 222 227);
}
	
.Brian.MainTable {
    padding-top: 0px;
}

body {
    font-family: 'Roboto', sans-serif;
    /* font-family: "Open Sans", sans-serif; */
    color: #28343c;
}
.container {
    max-width: 1400px;
}
.container.container-grid {
    max-width: 1270px;
    padding-left: 30px;
    padding-right: 30px;
}
.umb-page .row {
    padding-bottom: 1rem;
}
.umb-page ul ul {
    list-style-type: circle;
}
.umb-page ul {
    list-style-type: disc;
	padding-inline-start: 20px;
}
.umb-page li {
    padding-bottom: 8px;
}
.umb-page .narrow {
    max-width: 1100px;
    margin: auto;
}
 /***cards ***/
.info-card.widget-space-bottom {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.info-card .info-card__image {
    width: 100%;
}
.info-card .info-card__image-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.info-card figure {
    /* height: 180px; */
    aspect-ratio: 3/1;
    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;
}
.info-card figure:after {
    content: "";
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 90%) 90%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.info-card__image img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-card__content {
    padding: 1.5rem 0rem 0rem 0rem;
    text-align: left;
}
.info-card__title {
    font-weight: 600;
    font-size: 1.5rem;
    position: absolute;
    bottom: 8px;
    left: 5px;
    padding: 0 1rem;
    color: white;
    width: 100%;
}
	
 /***50/50 ***/	
section.split-content {
    padding: 2rem 0;
}
section.split-content.no-pad {
    padding: 0rem 0;
}
.media-body2-r {
    position: relative;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
}
.main-banner-picture-r {
    content: "";
    /* position: absolute; */
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 4px;
}
.main-banner-picture-r img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
    border-radius: 4px;
}	
.media-body2 {
    position: relative;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
}
.main-banner-picture {
    content: "";
    /* position: absolute; */
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 4px;
}	
.main-banner-picture img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
    border-radius: 4px;
}	
	
	
.form-page h2 {
    font-size: 1.5rem;
}
.location {
    background: #f8f8f8;
    padding: 12px 16px;
    height: 100%;
}

a {
    color: #0c7c00;
}
.btn, button {
    background: #0f8003;
    padding: .75rem 1.5rem;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0px;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.btn a {
    color: #FFFFFF;
}
.btn:hover {
    color: #FFFFFF;
}
.white {
    color: #ffffff;
}

.green{color: #0f8003;}



.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    color: #111;
    font-family: "Heebo", sans-serif;
    font-family: "Yantramanav", sans-serif;
}
h1 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 42px;
    margin: 0 0 16px;
}
h2 {
font-weight: 800;
}
h3, h4, h5 {
font-weight: 600;
}
.fancy-title {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1.5rem;
}
section.page-heading {
    padding: 2rem 0 1rem 0;
}
section.page-heading h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #e2000f;
    /* margin: auto; */
    margin-top: 20px;
    margin-bottom: 20px !important;
}
b, strong {
    font-weight: bolder;
    font-weight: 700;
}
section.section-faq {
    margin-bottom: 2.5rem;
}
.res-intro {
    color: #b30000;
    font-weight: 400;
    font-size: 18px;
}
.thumbnails {
    margin-bottom: 8px;
}
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
  }

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

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

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

  }
  .carousel-control-next, .carousel-control-prev {
    width: 5%;
    opacity: 1; 
}
.carousel-indicators {
    z-index: 1!important;
}
.carousel-indicators li {
    height: 8px;
}
.carousel-indicators .active {
    background-color: #d80000;
}
.section-title {
    font-weight: 500;
    font-size: 44px;
    color: white;
    /* text-transform: uppercase; */
}
.cta-main-copy {
    font-size: 18px;
    font-weight: 500;
}
.cta-main-copy .btn {
    /* padding: 0; */
    background: transparent;
    text-decoration: none; 
    font-size: 18px;
    border: 1px solid;
}
.cta-main-copy .btn:hover {
    color: #fff;
    opacity: .8;
}
.cta-main-img {
    position: relative;
    min-height: 65vh;
}
.cta-main-box {
    padding: 12rem 0;
    padding-bottom: 3rem;
    position: relative;
	text-align: center;
}
.cta-main-img .media-body {
    max-width: 70%;
    color: #fff;
    margin: auto;
}

section.shop-ads {
    margin-top: 1rem;
}
section.cta {
    padding: 3rem 0 3rem 0;

}
a.cta-img-box {
    position: relative;
	display: block;
}
.cta-box img {
    object-fit: cover;
    height: 230px;
    width: 100%;
}
.cta-box {
    position: relative;
    background: #f3f5f9;
    overflow: hidden;
    border-radius: 15px;
	    transition: all .4s;
}
a.cta-img-box:hover .cta-box {
    box-shadow: 0px 0px 6px hsl(0deg 0% 0% / 60%);
}
.cta-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 90%) 90%);
    transition: all .4s;
}
a.cta-img-box:hover .cta-box:before {
    opacity: 0;
}
.cta-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1.25rem;
    text-align: center;
}
.cta-text h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.cta-box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 250px;
    background: #f3f5f9;
    border-radius: 15px;
    padding: 16px;
}
.cta-box1 img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cta-text1 {
    text-align: center;
	margin-top: .5rem;
}
.cta-text1 h2 {
    font-size: 24px;
    font-weight: 600;
	text-decoration: none;
}
	
section.feature-section {
    margin: 3rem auto;
}
section.cta-main {

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

.owl-prev, .owl-next {
    position: absolute;
    top: 0%;
    background-color: transparent;
    height: 100%;
    line-height: 55px;
    width: 0px;
    text-align: center;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.owl-prev {
    left: 35px;
    display: none!important;
}
.owl-next {
    right: 30px;
}
.owl-prev i, .owl-next i {
    color: #ffffff;
    font-size: 16px;
    background: hsl(0deg 0% 0% / 71%);
    border-radius: 64px;
    width: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 64px;
    height: 64px;
    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;
}




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

section.cta-section {
    padding: 3rem 0;
}
section.message-section {
    background: #0f8003;
}
.message-box {
    position: relative;
    display: block;
    padding: 2rem 0;
    text-align: center;
    color: white;
    font-size: 18px;
    max-width: 880px;
    margin: auto;
}
.message-box .btn {
    text-decoration: underline;
}
.message-box h2 {
    font-weight: 400;
    font-size: 2rem;
    /* color: #ffffff; */
    text-transform: uppercase;
}
.message-box h2:after {
    /* content: ""; */
    display: block;
    width: 60px;
    height: 2px;
    background-color: #277c00;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 20px !important;
}
.message-box p {
    max-width: 60%;
    margin: 0;
    /* font-size: 18px; */
    line-height: 1.5;
}


/* cat section */
section.cat-products {
    padding: 3rem 0px 3rem 0px;
    /* background-color: #f1f1f1; */
    margin: 0 auto;
    margin-top: 0rem;
}
div#owl-cats .owl-stage-outer {
    margin-right: 100px;
}

a.p-item-box {
    display: block;
    background: white;
	color: #d9d9d9;
    border-left: 1px solid;
    border-bottom: 1px solid;
	border: none!important;
}
.p-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    padding: 32px;
    padding-bottom: 8px;
    background: white;
    border-radius: 4px;
}
a.p-item-box:hover .p-item-img {
    opacity: .8;
}
a.p-item-box:hover {
    text-decoration: none;
}
.p-item-img img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto!important;
}
.p-item-title {
    font-size: 14px;
    line-height: 1.2;
    padding: 4px 16px 24px 16px;
    font-weight: 500;
    color: #111;
    text-align: center;
}	

/*************************** brands */
section.brands-section {
    background: #f3f5f9;
    padding: 3rem 0;
    padding-bottom: 3rem;
}
.inline-block {
    /* display: inline-block; */
}
.title-box {
    background-color: #213592;
    padding: 15px;
    width: 300px;
}
.slick-inner {
    /* border: 2px solid #efefef; */
    padding: 50px 60px;
    background: #fff;
    margin-top: 1rem;
    /* box-shadow: 0px 0px 20px 4px #ddd; */
}
.brands-section .slick-slide > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
}
.slide-box .card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 115px;
    margin-bottom: 0px;
    border: 0px solid #e0e0e0;
    padding: 16px;
}
.slide-box .card-img img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto!important;
}
.slick-prev:before, .slick-next:before {
    font-size: 34px;
    opacity: .75;
    color: black;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px!important;
}
.slick-prev {

}
.slick-next {

}





a.item:hover {
    text-decoration: none;
}
a.item:hover .btn-product.btn {
    text-decoration: none;
    /* background: #005a9e; */
}
a.item:hover .shop-now {
	color: #000;
}




section.home-section.featured-section {
    padding: 3rem 0rem 3rem 0rem;
    /* background: #f5f5f5; */
    max-width: 1170px;
    margin: auto;
}
.card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 112px;
}
.product-box {
    background: #fff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 20px;
    padding-top: 8px;
    /* padding-bottom: 0px; */
    transition: all .3s;
    /* box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 14%); */
    /* margin: 5px; */
}
.product-box:hover {
    border: 1px solid #000;
}
.product-box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 160px;
    margin-bottom: 8px;
    /* padding: 12px; */
}
.product-box-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    margin-top: 16px;
}
.product-box img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto!important;
}
h4.card-title.title2 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 16px;
    font-weight: 700;
    transition: all .3s;
    text-align: center;
}
h4.card-title.title3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.shop-now {
    color: #0c7c00;
    margin-top: auto;
    font-weight: 800;
    transition: all .3s;
    font-size: 14px;
    padding: 2px;
    text-transform: uppercase;
}
.see-more:hover {
    text-decoration: none;
    font-weight: 800;
	color: #000;
}


/**************** Projects */
	.section-projects {
	margin-top: 3rem;
    margin-bottom: 4rem;
}
	.project-title {
    
}
.project-image-wrap {
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}
.project-info-wrap {
    padding: 1.5rem;
    background: white;
}
.project-info-wrap .card-body {
    border: none;
}
/**************** Projects */	
/**************** faq */	
.faq-contain {
    padding: 4rem 6rem;
    background: white;
    /* max-width: 1100px; */
    margin: auto;
}
	.sec-faq {
    padding: 4rem 0rem;
}	
/**************** faq */	
.leadership p {
    margin-bottom: 4px;
}
.leadership h4 {
    font-size: 22px;
}
.leadership .column {
    margin-bottom: 0rem;
}
.leadership img {
    border: 4px solid #f3f5f9;
    border-radius: 10px;
    width: 100%;
    max-width: 190px;
}
.page-heading {
    max-width: 100%;
    margin: auto;
    margin-bottom: 3rem;
    position: relative;
    background-position: center;
    /* border-bottom: 1px solid #a2a2a2; */
}
.page-heading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-color: rgb(0 0 0 / 60%);
    /* background: linear-gradient(to left, rgb(0 0 0 / 45%) 30%, rgb(0 0 0 / 43%) 60%); */
}
.heading-title {
    max-width: 700px;
    margin: auto;
    padding-bottom: 7rem;
    padding-top: 8rem;
    text-align: center;
    color: white;
    position: relative;
}
.heading-title h1 {
    font-size: 3rem;
	color: #fff;
}

 .footer-wrap .content1 > div:nth-child(even) {
    height: auto;
    width: 1px;
    background-color: #c8c8c8!important;
}
.footer-wrap {
    color: #2e2e2e;
    font-size: 14px;
    border-top: 1px solid #f3f5f9;
}
.foot-top {
    padding: 2rem 0;
}
.logo-group {
    text-align: center;
    max-width: 280px;
}
img.footer-logo {
    padding: 15px 10px;
    width: 240px;
}
.copyright {
    font-size: 13px;
	margin: 0px;
}
.footer-wrap h4{
    font-size: 18px;
    font-weight: 900;
    /* line-height: 1.5; */
    color: #a3a3a3;
    text-transform: uppercase;
}
.footer-wrap a {
    color: #008000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.footer-wrap ul li {
    display: block;
    padding: 2px 10px 2px 0px;
}
.footer-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.table.hours-footer .td {
    display: table-cell;
    padding: 3px 0;
    width: 50%;
}
.table.hours-footer .tr {
    display: table-row;
}
.foot-btm {
    padding: 1rem 0;
    background: #242021;
    color: white;
}
}



@media only screen and (min-width: 601px) {

}
@media only screen and (min-width: 769px) {

}
@media only screen and (min-width: 1025px) {

}
@media (max-width: 1440px) {

}

@media (max-width: 1170px) {
.media.d-block {
   
}
.carousel-caption {
    top: 50px;
}
.title {
    max-width: 85%;
}
.carousel-caption h2{
    font-size: 36px;
    line-height: 30px;
    padding-left: 0px;
    margin: 0px;
}
.caption-img {
    position: absolute;
    top: auto;
    bottom: -50px;
    right: 0px;
    width: 50%;
}
}

@media (max-width: 1024px) {
.faq-contain {
    padding: 2rem 2rem;
}
}
	
@media (max-width: 991px) {
.section-title {
    font-size: 24px;
}
.section-title.sub-divide {
    border-bottom: 0px solid #bbb;
}
.divider-l {
    /* margin-left: 0; */
    /* margin-right: auto; */
}
.cta-text {
    max-width: 100%;
	font-size: 14px;
}
.box-contain2 {
    margin-top: 30px;
	margin-left: 0px;
}
.cta-headline {
    font-size: 17px;
}
.cta-img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
}
.logo-group {
    text-align: left;
    max-width: 360px;
}
.footer-wrap .content1 > div:nth-child(even) {
    height: 1px;
    width: 100%;
    background-color: #c8c8c8!important;
}
}
		
@media (max-width: 768px) {

}
	
	
@media (max-width: 767px) {
.heading-title {
    padding-bottom: 3rem;
    padding-top: 4rem;
}
.cs-img {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 300px;
}
.cs-text {
    width: 87%;
    padding-right: 0px;
    padding-top: 25px;
    margin: auto;
    text-align: center;
}
.cs-section h3 {
    margin: auto;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
}
.cs-section h3:after {
    margin: auto;
    margin-top: 16px;
    margin-bottom: 16px !important;
    max-width: 10%;
}
.owl-prev i, .owl-next i {
    color: #201d1e;
    font-size: 19px;
    background: none;
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;

}

}	

@media (max-width: 650px) {
.fancy-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.cta-main-img .media-body {
    max-width: 95%;
}

.p-item-img {
    height: 140px;
    padding: 16px;
}
section.banner-section {
    padding-top: 0px;
}
section.banner-section .container {
    padding: 0px;
}
.title {
    max-width: 96%;
	margin-left: 2%;
}
.carousel-caption h2 {
    font-size: 26px;
    line-height: 24px;
    padding: 10px 20px;
}
.carousel-caption p {
    padding: 0px;
    padding-left: 20px;
    margin-left: 0%;
    font-size: 14px;
    line-height: 18px;
    max-width: 90%;
}

.cs-section h3 {
    font-size: 24px;
}
.slick-inner {
    padding: 20px;
}
.brands-section .slick-slide > div {
    padding: 1rem;
}
}
	
	
	
	