html, body{ padding:0 0 0 0!important;margin:0 0 0 0 !important;height: 100% !important;}
.full-width{ width:100% !important; }
.clear-fix{ clear:both !important; }
@font-face {
  font-family: "Roboto-Reg";
  src: url("../fonts/Roboto-Regular.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a{
  font-family: Roboto-Reg, 'Roboto', sans-serif !important;
}
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

.color-default{ color:#d1372f; }
.bgcolor-default{ background:#d1372f !important; }

h1{ font-size:60px !important; }
h2{ font-size:50px !important; }
h3{ font-size:40px !important; }
h4{ font-size:30px !important; }
h5{ font-size:24px !important; }

p.content{ font-size:14px !important; }
p.thumb-title{ font-size:16px !important; }

/*
this is for responsive header
*/
.hdr-device{
  display: none;
  /*Styles*/
  position:fixed;
  z-index: 1;
  padding:8px 0;
  background:#fff;
}
.hdr-device a.burger-btn{
  padding: 4px 10px;
  margin:0 !important;
  color:#fff;
  float:right;
  background:#d1372f
}
.hdr-device .device-link-container{
  display: none;
  margin-top:10px;
  padding:15px 0 50px 0;
  width:100%;
  text-align: center;
  border-top:1px solid #e0e0e0;
  max-height: 300px;
  overflow-y: auto;
}
.hdr-device .device-link-container a{
  padding:8px 0;
  display: block;
  color:#d1372f;
}
.hdr-device .device-link-container .device-sub-link{
  display: none;
  background:#333;
}
.device-link-container .device-sub-link a{
  color:#fff;
}

.hdr-top{
    background: #d1372f;
}
.hdr-top a{
  padding:3px 0;
  color:#fff;
  font-size:12px;
  margin-left:10px;
}
.hdr-top a:hover{
  color:#fff;
  font-size:12px;
  margin-left:10px;
}
.hdr-wpr{
  margin:0 auto;
  background:#fff;
}
.hdr-content{
  position:relative;
}
.hdr-content .logo-wpr{
  float:left;
}
.hdr-content .logo-wpr img{
  margin-top:10px;
}
.hdr-content ul.link-wpr{
  float:right;
  width: auto;
  max-width: none;
  min-width: none;
  list-style: none;
  margin: 0 0 0 0;
}
ul.link-wpr li{
  float:left;
  position:relative;
}
ul.link-wpr li:before{
  position:absolute;
  content: '';
  right:0;
  top:15px;
  height: 20px;
  width:1px;
  background: rgba(0,0,0,0.12);
}
ul.link-wpr li:last-child:before{
  display: none;
}
ul.link-wpr li a.active-link{
  color:#d1372f;
  border-bottom:3px solid #d1372f;
}
ul.link-wpr li a:hover{
  color:#d1372f;
}
ul.link-wpr li a{
  margin-bottom:0;
  text-transform: uppercase;
  color:rgba(0,0,0,0.70);
  padding:0 22px;
  height:50px;
  line-height: 50px;
  display: block;
  font-size: 12px;
}
ul.link-wpr li a:after{
  display: none !important;
}
ul.link-wpr li .sub-link-menu{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border:none;
}
ul.link-wpr li ul.sub-link-menu li{
  border-bottom:1px solid #e0e0e0;
}
ul.link-wpr li .sub-link-menu a{
  text-transform: capitalize !important;
  font-size:14px;
}
ul.link-wpr li:last-child a{
  padding-right:0 !important;
}
.banner-wpr{
  position:relative;
  margin:0 auto;
  height: auto;
}
.banner-wpr .banner-content{
  text-align: center;
  margin-top:200px;
}
.banner-wpr .banner-content h1{
  font-weight:600;
}
.banner-wpr .banner-content h4{
  color:rgba(0,0,0,0.70);
}
.our-strength{
  margin:0 auto;
  padding:70px 0 0 0 ;
  /*background:url('../img/strength-img4.jpg')no-repeat;*/
  background-position-x:right;
}
.our-strength h1{
  text-transform: uppercase;
  font-weight:600;
  color:#404040;
  margin-bottom:70px;
}
.strength-content{
  position: relative;
  margin-bottom:30px;
}
.strength-content img, div.strength-text{
  float:left;
}
.strength-content div.strength-text{
  width:87%;
  margin-left:15px;
}
.strength-content div.strength-text p{
  color:rgba(0,0,0,0.87);
}
.strength-content div.strength-text h5{
  font-weight:600;
}
.our-strength .simple-quote{
  text-align: center;
  border:1px solid #e0e0e0;
  border-radius: 10px;
}
.our-strength .simple-quote-wpr{
  margin-top:80px;
  margin-bottom:100px;
}
.our-strength .simple-quote-wpr .simple-quote h4{
  margin-bottom:0;
  padding:20px 15px;
  font-weight:600;
}

.our-prod-wpr{
  margin-bottom:50px;
}
.our-prod-wpr h3{
  text-align:center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom:30px;
  color:rgba(0,0,0,0.87);
}
.our-products{
  position: relative;
}
.our-products .arrow-btn{
  position: absolute;
  top:15px;
}
.our-products .arrow-btn a{
  background-color:rgba(209, 55, 47, 0.40);
}
.our-products .arrow-btn a:hover{
  background-color:rgba(209, 55, 47, 0.90);
}
.our-products .prod-btn-left{
  left:2px;
}
.our-products .prod-btn-right{
  right:2px;
}
.our-products .button-container{
  text-align:center;
  padding:20px 0;
  margin-bottom:50px;
}
.our-products .button-container a{
  font-size:16px;
  padding:15px 30px;
  border-radius: 10px 10px;
}
.thumb .thumb-img-wpr{
  padding:75% 0px 0 0px;
  position:relative;
  overflow: hidden;
  background:#f5f5f5;
  border:2px solid #fff;
  margin-bottom:15px;
}
.thumb .thumb-img-wpr img{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.thumb p.thumb-title{
  text-align:center;
  font-size: 1em;
}
.thumb .has-tip {
    position: relative;
    display: block;
    border-bottom: none;
    font-weight: bold;
    cursor: help;
    font-weight: 300;
}
.footer-wpr{
  margin:0 auto;
  text-align: left;
  padding:15px 0;
}
.footer-wpr .footer-left{
  position: relative;
}
.footer-left img,h5,p{
  display: inline-block;
  margin-right:5px;
}
.footer-wpr img{
  margin-bottom:15px;
}
.footer-wpr h5{
  color:#fff;
  font-weight: 600;
  margin-bottom:5px !important;
}
.footer-wpr ul{
  list-style: none;
  width: auto;
  float:right;
  min-width: none;
  max-width: none;
  padding:0;
  margin:0 0 10x 0;
}
.footer-wpr ul li{
  display: inline-block;
}

.footer-wpr ul li a{
  font-size:11px;
  color:rgba(225,225,225,0.70);
  padding:5px 5px !important;
}
.footer-wpr ul li a::after{
  display: none !important;
}
.footer-wpr ul li a:hover{
  color:#fff;
}
.footer-wpr ul li .sub-link-menu{
  width:320px !important;
  left:-47px !important;
}
.footer-wpr ul li .sub-link-menu li{
  float: left;
  width:33% !important;
  padding:5px;
}
.footer-wpr ul li .sub-link-menu li a{
  color:#fff !important;
  font-weight:600;
  text-align: center !important;
  padding:8px 8px !important;
  background:#ff2f2f;
  opacity:0.87;
}
.footer-wpr ul li .sub-link-menu li a:hover{
  opacity:1;
}
.footer-wpr p{
  font-size:11px;
  color:rgba(225,225,225,0.70);
  letter-spacing: 1px;
}
.img-cont{
  width: 100%;
  height: 100vh;
  position: relative;
}
.img-cont .welcome-note{
  width: auto;
  height: auto;
  padding:15px;
  top: 85%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,0.40);
  color:#fff;
  border: solid 5px #fff;
}
.welcome-note p{
  margin:0;
  font-family: 'Anton'!important;
  font-size: 34px;
}


