:root {
  /*** Global ***/
  --theme-primary: #5c3838; /* derby brown*/
  --theme-secondary: #2c3541; /* blue grey */
  --theme-tertiary: #ff0201; /* red */
  --theme-text: #000000; /* black */
  --theme-lightgrey: #f2f2f2; /* light grey */

  /* Top Bar */
  --topbar-bg: #5c3838;
  --topbar-icons: #fff;
  --topbar-text: #fff;
  --topbar-hover: var(--theme-tertiary);
  
  /* Main Header */
  --header-bg: #fff;
  --header-icons: var(--theme-primary);
  --header-text: var(--theme-text);
  --header-hover: var(--theme-tertiary);
  
  /* Header Search Bar */
  --search-bg: var(--theme-lightgrey);
  --search-icons: var(--theme-primary);
  --search-text: var(--theme-text);
  --search-focus: var(--theme-primary);
  
  /* Main Navigation */
  --nav-bg: #fff;
  --nav-border: #dfdfdf;
  --nav-icons: var(--theme-primary);
  --nav-text: var(--theme-text);
  --nav-hover: var(--theme-tertiary);
  
  /* USP Strip */
  --strip-bg: #fff;
  --strip-icons: var(--theme-primary);
  --strip-text: var(--theme-text);
  --strip-hover: var(--theme-tertiary);
  
  /* Footer */
  --footer-bg: #5c3838;
  --footer-icons: #fff;
  --footer-text: #fff;
  --footer-hover: #2c3541;
  
  /* Footer Newsletter Input*/
  --footnews-bg: #fff;
  --footnews-icons: var(--theme-primary);
  --footnews-text: var(--theme-text);
  --footnews-focus: var(--theme-primary);
  
  /* Footer Social Icons */
  --footsocial-bg: var(--theme-primary);
  --footsocial-icons: #fff;
  --footsocial-bg-hover: var(--theme-tertiary);
  --footsocial-icons-hover: #fff;
  
  /* Title Underline Underline Colour */
  --title-underline:  var(--theme-primary);
  
  /* Simple / Link Boxes */
  --linkbox-bg: var(--theme-primary);
  --linkbox-text: #fff;
  --linkbox-hover-bg: var(--theme-tertiary);
  --linkbox-hover-text: #fff;
}
/* About Us Section*/


.home-btm-fw-callout {padding: 60px 0;}
.home-btm-fw-callout p {margin-bottom: 1em;}
.home-btm-fw-callout-blue { background:#025939; color:#fff;}
.home-btm-fw-callout-blue h1,
.home-btm-fw-callout-blue h2 {color: #fff;}
.home-btm-fw-callout-blue a {color: #fff; text-decoration: underline;}
.home-btm-fw-callout-blue a.btn {background: #fff; color: #025939; text-decoration: none;}
@media (min-width:992px) {
.home-btm-fw-callout .row {
display: flex;
align-items: center;
}
}


.home-btm-fw-callout-gray {background:#f2f2f2;}
.home-btm-fw-callout-gray h1 {color: #2c3541;}
.home-btm-fw-callout-gray a.btn {background:#025939; color:#fff; text-decoration: none; margin-bottom:15px;}

.home-btm-fw-callout.home-btm-fw-callout-blue { padding-bottom: 100px;}
.home-btm-fw-callout-blue h1 {color: #fff; margin-bottom: 30px;}
.home-btm-fw-callout-blue .inner {background: #fff; color: #000; -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.25); box-shadow: 0 0 8px 0 rgba(0,0,0,.25);}
.home-btm-fw-callout-blue .inner-text {padding: 20px 30px 30px 30px;}
.home-btm-fw-callout-blue .inner-text h2 {color: #000; font-weight: 400;}
.home-btm-fw-callout-blue .inner-text p {color: #000;}
.home-btm-fw-callout-blue .inner-text .callout-link {color: #000; text-decoration: underline; text-transform: uppercase; font-size: 14px; font-weight: 600; font-style: normal; }
.home-btm-fw-callout-blue .inner-text .callout-link:hover {color: #025939;}



.menu {
    white-space: nowrap !important;
  }

.menu ul.catalog {
  justify-content: space-around !important;
}

.menu ul.catalog > li + li > a {
  border-left: 0 !important;
}

.menu ul.catalog>li.has-submenu>a {
    letter-spacing: 0;
    white-space: nowrap;
}

.menu.expanded .catalog li .submenu {
    border: 0;
    border-radius: 0;
    left: 0;
    margin-top: -15px;
}
.header-full .search_container section.search .search-form .form-group input {
    height: 50px;
    border: 1px solid #2c3541 !important;
}
.contactusboxes {
    border: solid 1px #2c3541;
    padding: 15px;
  margin-top: 10px;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}


.yt-video iframe {
    width: 100%;
    max-width: 710px;
    height: 400px;
    margin: auto;
    object-fit: cover;
    display: block;
}

.grey-bg {
background: #f8f9fa;
padding: 50px 180px;
}

.mt-0 {
margin-top: 0px;  
}
.mt-5 {
margin-top: 5px;
} 

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

.group-content {}
.group-content h3{}
.group-content p {
margin-bottom: 20px;
}

.list-odd {
}

.list-odd .row{
}

.list-odd .row .contentblock_container:first-child {
}

.list-odd .row .contentblock_container:last-child {
}

.left-right-layout {
}

.left-right-layout .row{
  display: flex;
  align-items: center;
}


.list-even {
}

.list-even .row{
}

.list-even .row .contentblock_container:first-child {
      order: 2;
}

.list-even .row .contentblock_container:last-child {
}

  .custom-call-to-action {
    margin-bottom: 70px;
  }

   .custom-call-to-action h3{
     text-align: center;
    margin: 0px 0px 20px 0px;
  }

    .custom-call-to-action h4{
 margin: 0;
    font-size: 13px;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #5c3838;
    color: #fff;
    padding: 7px 5px;
    width: 100%;
      font-weight: 700;
  }
  
  .custom-call-to-action ul{
        display: flex;
    list-style-type: none;
    padding: 0px;
    margin: 0px -15px !important;
    flex-wrap: wrap;
    align-items: baseline;
  }
   .custom-call-to-action ul li{
         width: 25%;
    padding: 0px 15px;
   }

   .custom-call-to-action ul li>div{ 
         position: relative;
   }

  .custom-call-to-action ul li img{
    max-width: 100%;
  }



.color-ul {
    text-align: center;
    list-style-type: none !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    display: flex;
  padding: 0px;
    justify-content: space-between;
}

.color-ul li {
        width: 14.2%;
    }

.color-ul li {
    margin-top: 0 !important;
    padding: 0 15px;
}

.color-ul img {
    margin: auto;
}

.color-ul h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px !important;
    line-height: 18px;
}

.clr-rd {
    color: #b00707;
}

.clr-org {
    color: #f48942;
}

.clr-ylw {
    color: #f4e542;
}

.clr-grn {
    color: #5ab007;
}

.clr-bl {
    color: #0160fe;
}

.clr-prp {
    color: #7602f9;
}

.clr-ntr {
    color: #d9bfa6;
}

.logo-gallery img {
  object-fit: contain;
}

.logo-gallery .evogallery-widget-box{
  padding: 0px 20px;
  height: auto !important;
  text-align: center;
}

.logo-gallery .owl-stage{
  margin:auto;
      display: flex;
    align-items: center;
}

.footer.footer .quicklinks ul li a:hover {
color: #fff !important;
}

.logo-gallery .evogallery-widget-box img{
    height: auto !important;
    width: auto !important;
      margin: auto;
}

.accountboxes {
border: 1px solid #293541;
  margin-bottom: 40px;
}
  
  .accountboxes hr {
    border-top: 4px solid #293541;
    width: 15%;
}

.service-bg {      background: #5c3838;
    padding-top: 25px;
    margin-bottom: 0px;}
.service-bg h2 {    margin-bottom: 0px; color:#fff;}
.services-row{
    background: #5c3838;
padding: 35px 35px 0px 35px;
    margin-bottom: 25px;
}
.services-row .white-blk{
text-align: center;
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    
}
.services-row .white-blk img{
    object-fit: contain;
    height: 65px;
}
.services-row .white-blk p{
margin-bottom: 0px;
    font-weight: 600;
  font-size: 20px;
      color: #5c3838;
    line-height: 26px;
    margin-top: 12px;
}
.services-row a{
color: #fff;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    padding: 6px 10px;
    font-size: 16px;
}

.catalog-single.has-carousel .tile {
margin-top: 0px;
}

.brands_container .catalog-single {
    margin-top: 0;
    padding-top: 0;
}

.c-row h3 + p{
    min-height: 171px;
}

.c-row-height h3 + p {
    min-height: 196px;
}

.img-size img {
height: 60px;
object-fit: contain;
}

.eq-btn .btn{
    max-width: 280px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.eq-btn {
padding: 30px 0px;
    min-height: 351px;
}