@charset "utf-8";
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 3rem;
  padding-bottom: 3rem;*/
  color: #5a5a5a;
}

body, html {
  height: 100%;
}


/* THEME STYLES
-------------------------------------------------- */

/* primary color (for buttons etc) */
.my-primary {
  color: #fff;
  background-color: #ef2222;
  border-color: #ef2222; 
}

.text-myprimary {
    color: #c43132;
}

.my-primary:focus, .my-primary:hover {
  background-color: #c43132;
  border-color: #c43132; 
  color: #fff;
}

.my-primary.btn.focus, .my-primary.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(168,0,0,0.25);
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c43132;
}


/*inventory*/
.inventoryframe {
      padding-bottom: 4rem;
      padding-top: 6rem;
}

.searchopts {
    background-color: #f3f3f3;
}

.facetheader {
    background-color: #dedede;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6;
    border-bottom: 1px solid #fff;
}
.facetheader a {
    text-decoration: none;
    color:#333;
}

/*MAP*/

#google-map {
    height: 400px;
	border-top: solid 2px #bf0008;
}

#accordion .facet .facetheader a.collapsed::after {

    content: "\f107";

}
#accordion .facet .facetheader a::after {

    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 1.1rem;
    content: "\f106";
    color: #c43132;
    float: right;
    /*margin-top: -12px;*/

}
.custom-checkbox .badge-secondary {
    background-color: #989898;
    float: right;
}

.detailspecs p {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.detailspecs span {
    display: block;
    font-weight: 700;
    font-size: 0.7rem;
    border-bottom: 1px solid #efefef;
    color: #000;
}

.endspecs h3 span {
    font-weight:600;
}

.endspecs .pricing {
    color: #c43132;
}

.endspecs .pricing h4 {
    font-weight:600;
    margin-bottom: 0;
}
.endspecs .compares {
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.strapline {
    background-color: #efefef;
    /* border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    text-align: center;
}
.strapline h4 {
    font-weight:600;
}
.img-outer {
    position: relative;
}
.img-icons {
    position: absolute;
    bottom: 0.6rem;
    left: 1rem;
    
}

.thdrop {
  cursor: pointer;
  white-space: nowrap;
}

/* carousel slider */
.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}
@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}

@media all and (min-width: 768px) {
.facetcol, .listcol {
  height: 100%;
  overflow-y: scroll;
  /*scrollbar-width: none;*/
}

.maincontent {
  height: 76vh;
}

}
/*Remove the scrollbar from Chrome, Safari, Edge and IE*/
/*
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display: none;
}

* {
  -ms-overflow-style: none !important;
}
*/
.note-overlay {
    position:absolute;
    width:100%;
    margin: 0;
    left:0; 
    top: 70%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.note-overlay h2 {
    color:#fff;
    padding:1em;
    display:block;
    text-transform:uppercase;
    background-color:rgba(255,0,0,0.6);
}

@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}



.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 2px solid #212121;
  border-right: none;
  padding: 5px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #666666;
}

.searchTerm:focus{
  color: #333333;
}

.searchButton {
  width: 40px;
  height: 50px;
  border: 1px solid #212121; /*c43132;*/
  background: #212121;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}
 .navbar-expand-md .mainnav .nav-link {
    font-size: 1.1rem;
    padding-right: .75rem;
    padding-left: .75rem;
}


/* ICON BARS */
.icon-section {
    background-color:#dedede;
}

.icon-section .icon-block {
    padding-top:1rem;
}
.icon-section .icon-link {
    color: #dc3545;
    font-weight: 600;
    display: block;
    text-align:center;
    text-decoration:none;
}
.icon-section .icon-link:hover, .icon-section .icon-link:active {
    color: #111;
    opacity:0.8;
}
.socmedia {
    margin-top: 1rem;
}
.socmedia a {
   display:block;
   float:left;
   width:20%;
   text-align:center;
   color: #fff;
   border: 1px solid #fff;
   padding-top: 6px;
   padding-bottom:6px;
   line-height: 1;
}
.socmedia .fb {
    background-color: #3a5794;
}
.socmedia .wa {
    background-color: #31b545;
}
.socmedia .eml {
    background-color: #ec892a;
}
.socmedia .phone {
    background-color: #8945be;
}
.socmedia .print {
    background-color: #555;
}


.navbar-dark.topheader {
	background: #ef2222;
}
.pagecontent {
    overflow: hidden;
    position: relative;
}

.pagecontent-dark {
    overflow: hidden;
    position: relative;
    background-color:#767575;
    color: #dedede;
}

/* order form */

.order-section {
    padding: 10px 0px 30px;
}
.termsx{
	margin-bottom: 20px
}
.termsx h3{
	font-weight: 600;
    color: #bf0008;
}
legend {
	font-weight: 600;
    color: #bf0008;
    text-align: center;
    border-bottom: 1px solid #343a40;
    line-height: 0.2em;
    margin: 10px 0 40px;
    width: 100%;
    font-size: 2rem;
}
legend span{
    background:#fff; 
    padding:0 10px; 
}
form#orderform input[type=checkbox]{
	margin: 6px;
}
form#orderform input.sameChk[type=checkbox]{
	margin: 6px;
}
.primary-color {
	color:#bf0008;
	font-weight: 600;
}
a.primary-color:hover{
	color:#bf0008;
}
.image-background{
	background: url(../img/background.jpg) bottom center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.image-background2{
	background: url(../img/btm-bgrd.jpg) bottom center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.black-background{
	background-color:#000;
}
.black-background h1,
.black-background h4{
	color:#bf0008;
} 
.black-background p{
	color:#fff;
}
.black-background .editablecontent h1,
.black-background .editablecontent h2, 
.black-background .editablecontent h3, 
.black-background .editablecontent h4, 
.black-background .editablecontent h5, 
.black-background .editablecontent h6, 
.black-background .editablecontent p{
	color:#fff;
}

#client-testimonial-carousel{
	height:100%;
}


.testimonial-text{
	font-size: 0.95rem
}

.maillist a{
    background-color: #333;
	color:#fff;
    font-size: 1.25rem !important;
}
.maillist a:hover{
    background: rgb(25,25,25);
	background: -moz-linear-gradient(180deg, rgba(25,25,25,1) 0%, rgba(51,51,51,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(25,25,25,1) 0%, rgba(51,51,51,1) 100%);
	background: linear-gradient(180deg, rgba(25,25,25,1) 0%, rgba(51,51,51,1) 100%);
}
.white-color, .white-color a{
	color:#fff;
}
.white-color a{
	font-size: 1.5em;
}
.whatsapp2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}

.my-float{
	margin-top:16px;
}
footer.red-gradient{
	background: #ef2222;


}
.footer-text{
	color:#fff;
}
.footer-text p a{
	color:#fff;
    font-weight: 600;
}
.footer-text p a:hover{
	color:#6a6a6a;
	text-decoration: none;
}
.footer-links ul{
	list-style: none;
	padding: 0;
}
.footer-links ul li a{
	color: #fff;
    font-weight: 600;
}
.footer-links ul li a:hover{
	color: #6a6a6a;
	text-decoration: none;
}

.footer-links ul li.cookie a{
	color: #fff;
    font-weight: 600;
	cursor:pointer;
}
.footer-links ul li.cookie a:hover{
	color: #6a6a6a;
	text-decoration: none;
}


.footer-social a{
	color: #fff;
    font-size: 18px;
    margin-left: 15px;
}
.footer-social a:first-child {
    margin-left: 0px;
}
.footer-social a:hover {
    color: #333333;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.export i.fa {
	color:#bf0008;
}
.export a {
	color:#5a5a5a;
	font-weight: 700;
}
.export a:hover{
	color:#bf0008;
}
.contact_widget {
    display: inline-block;
    text-transform: uppercase;
    background-color: #dedede;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 45px;
}
.contact_widget a.btn{
	background-color: #333;
	width: 100%;
}
#contact_in {
    max-width: 260px;
    display: inline-block;
    text-align: right;
    padding-bottom: 30px;
}
.contact_widget a {
    color: #333;
}
img.location {
    float: right;
}
.navbar-dark .navbar-toggler{
    background-color: #fff;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
@media (min-width:992px){
	.navbar-dark .navbar-nav .nav-link {
		font-size: 1.3rem;
	}
}

/* Slider Logos*/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	border: solid;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.freeprivacypolicy-com---palette-light .cc-nb-reject, 
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    color: #FEFEFE !important;
    background-color: #8F0000 !important;
}
.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #8F0000 !important;
}

.home-header-main{
     background-image: url(../img/home-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    /*box-shadow: rgb(0 0 0 / 30%) 0 0 0 1000000px inset;*/
    height:536px;
}

 @media screen and (max-width:767px){
     .home-header-main{
     background-image: url(../img/home-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    /*box-shadow: rgb(0 0 0 / 30%) 0 0 0 1000000px inset;*/
    height:250px;
    }
 }

.landing-about-main2{
    padding:0;
    background:black;
}



.landing-about-main2-text{
    max-width: 600px;
    margin: 0 auto;
    padding:10px;
}
.landing-about-main2-text h1,.landing-about-main2-text h2{
    text-align:center;
}
.landing-about-main2-text .btn{
    display:table;
    margin:0 auto;
}
.landing-about-main2-fullwbg {
    background-image: url(../img/whyus.jpg);
    background-color: #cccccc;
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
 }
 
 @media screen and (max-width:767px){
    .landing-about-main2-fullwbg {
        height: 300px; 
    }
 }
 
 @media screen and (max-width:550px){
    .landing-about-main2-fullwbg {
        height: 240px; 
    }
 }
 
 .chooseus__text{
     padding: 20px;
 }
 
 .section-title {
    margin-bottom: 45px;
}
.section-title span {
    color: #ae070c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
}
.section-title h2 {
    color: white;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}
.chooseus__item {
    margin-bottom: 45px;
}
.chooseus__item__icon {
    float: left;
    margin-right: 20px;
}
.chooseus__item__text {
    overflow: hidden;
    padding-top: 24px;
}
.chooseus__item__icon i {
    color: #ae070c;
}
.chooseus__item__text h5 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.chooseus__item__text p {
    color: #fff;
    opacity: .9;
    margin-bottom: 0;
}

@media screen and (max-width:1684px){
.nav-h1-wanted{
    font-size:35px;
}
}
@media screen and (max-width:1481px){
.nav-h1-wanted{
    font-size:30px;
}
}
@media screen and (max-width:1278px){
.nav-h1-wanted{
    font-size:25px;
}
}



/* CTA Buttons */
.slider-btn {
  background-color: #ffffff !important;
  border: 2px solid #6a6a6a;
  color: #6a6a6a !important;
  font-size: 1.75rem;
  background: url(/img/it-button-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  padding-right: 120px;
  font-weight: 700;
  transition: all 0.4s ease-in;
}

.slider-btn:hover {
  background-color: #ef2222 !important;
  border: 2px solid #ef2222;
  color: #ffffff !important;
  transition: all 0.4s ease-in;
}

.header-sticky{
    transition: top 0.6s ease-in-out;
}
.sticky-bar{
    position:fixed;
    top: 0;
    width:100%;
    z-index:100;
    
}

@media screen and (max-width:676px){
    .sticky-bar{
    position:relative;
    width:100%;
}
}

.owl-carousel-logos .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.owl-carousel-logos .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

.owl-carousel-logos h4{
    color:#ef2222;
}

/*-----REVIEWS-------*/
/****Reviews Slider*****/
.reviews-slider-main{
    background:whitesmoke;
    padding-bottom:60px;
}
.reviews-slider-main h2{
   padding-top:50px; 
   color:black;
}
.slider-info{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  
  background: white;
  box-shadow: 1px 2px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: 20px 10px;
}

@media screen and (max-width: 600px) {
    .slider-info{
        width:76%;
    }
}

.slider-info img{
     margin-bottom: 15px;
 }
 /*
 .carousel-item {
    background-color: white;
 }
 */
 
 .carousel-control-prev-icon,
.carousel-control-next-icon {
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 45px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 45px;
  color: black;
}

.reviews-slider-main .carousel-item {
    height: 24rem;
}

.reviews-slider-main .carousel-control-next, .reviews-slider-main .carousel-control-prev {
    position: absolute;
    top: -159px;
}

.reviews-form{
    background: #f7f7f7;
    padding: 20px 10px;
    border-radius: 10px;
}

.fa-star{
    color: #fbbc04;
}

.slider-info p strong{
   font-size:19px; 
}

.reviews-verified{
    font-size:13px;
}

.reviews-page{
    padding-top:60px;
    padding-bottom:60px;
}

.reviews-review{
  background: white;
  box-shadow: 1px 2px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: 20px 10px;
}

.layout-page .hero__text{
    display:flex;
}

.list-top-section .sticky-top-menu {
        position: fixed;
        border-bottom: 1px #ddd solid;
        top: 309px !important;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1002;
}

@media (min-width: 1200px) {
.icon-section .col-lg-1{
        flex: 0 0 7.333333%;
        max-width: 7.333333%;
}
}