/* ====== Inner Page CSS ====== */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'Poppins', sans-serif;
}

body {
  color: #3a3a3a;
  line-height: 1.5;
  margin: 0;
  font-size:17px;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
}

a {
  color: #3a3a3a;
  text-decoration: none;
}

a:visited {
  color: #d83030;
}

a:focus {
  outline:none;
}

a:active,
a:hover {
  color: #d83030;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Teko', sans-serif;
  line-height: 1.3;
  color:#252628;
}

h1 {
  font-size: 48px;
  margin:0;
  padding:0;
}

h2 {
  font-size: 30px;
  margin:0;
  padding:0;
}

h3 {
  font-size: 22px;
  margin:0;
  padding:0;
}

h4 {
  font-size: 20px;
  margin:0;
  padding:0;
}

h5 {
  font-size: 18px;
  margin:0;
  padding:0;
}

h6 {
  font-size: 16px;
  margin:0;
  padding:0;
}
.clear{
  clear:both;
}

.top-bar{
  background:#252629;
  padding:.7rem 0;
}
.top-bar:before{
    content: '';
    width: 46%;
    position: absolute;
    top: 0;
    left: -54px;
    background-color: #d83030;
    -webkit-transform: skew(-26deg);
    -khtml-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -ms-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    transform: skew(-26deg);
    padding: 1.45rem 0;
}
.top-bar .top-address{
  text-align: right;
}
.top-bar .top-address a{
  font-size:13px;
  font-weight:300;
  color:#dedcdc;
}
.top-bar .top-contact-info{
  font-size:15px;
  color:#fff;
}
.top-bar{position: fixed;width: 100%;z-index: 100;
}

.top-bar .top-contact-info a{
  font-size:13px;
  color:#fff;
}

.header-section{
  padding:3rem 0;
}
.header-section .navbar{
  padding:0;
}
.header-section .navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size:15px;
  font-weight:500;
  color: rgba(58,58,58,1);
  text-transform:uppercase;
}
.header-section .navbar-expand-lg .navbar-nav li a.active{
  color:#d83030;
}
.home-banner{
  background: url(../images/banner-img.jpg) no-repeat 0 0;
  padding:4rem 0;
  background-position: center;
}
.home-banner .banner-text-section{
  padding-top:8rem;
}
.home-banner .sh1{
  font-size:85px;
  color:#000;
  font-weight:500;
  text-transform: uppercase;
  line-height:1;
  font-family: 'Teko', sans-serif;
}
.banner-sub-text{
  font-size:17px;
  color:#252628;
  line-height:31px;
}
.carousel-indicators li{
  background-color:#252628;
}
.carousel-indicators .active{
  background-color: #d83030;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-color:#252628;
  width:30px;
    height:30px;
}
.welcome-section{
  padding:3.2rem 0 1.9rem 0;
  text-align: center;
}
.welcome-section h1{
  font-size:54px;
  font-weight:400;
}
.welcome-section p{
  line-height:31px;
  margin-bottom:0;
}
.about-section{
  padding:3rem 0;
}
.about-section h2{
  font-size:36px;
  font-weight:300;
  padding-bottom:2px;
  line-height:.7;
}
.about-section h3{
  font-size:48px;
  font-weight:300;
}
.about-section h3 span{
  color:#d83030;
}
.about-section p{
  line-height:27px;
  font-size:15px;
}
.about-section .sh1{
  font-size:23px;
  font-family: 'Teko', sans-serif;
  padding-bottom:.6rem;
}
.about-section ul{
  margin:0;
  padding:0;
  list-style: none;
}
.about-section ul li{
  margin:0;
  padding:0 0 .4rem 0;
  list-style: none;
}
.about-section ul li i.check-icon{
  margin-right:7px;
}

.product-thumb{
	margin-bottom: 30px;
}
.product-thumb a{
	display: block;
	text-decoration: none
}

.product-thumb a figure{
	background-color: #fff;
	padding: 20px 15px
}
.product-thumb a figure img{
	margin: 0 auto;
	height:300px;
}
.product-thumb a h2{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	background-color: #d83030;
	margin: 0;
	padding: 20px 10px;
	font-family: 'Quicksand', sans-serif;
	min-height: 78px;
	line-height: 24px;
}

.product-thumb a:hover h2{
	background-color: #ff6104;
	color: #fff
}

.product-section{
  padding:3rem 0 4rem 0;
  background:#f5f4f4;
}
.product-section h3{
  font-size:60px;
  font-weight:400;
  text-align: center;
  padding-bottom:1.2rem;
}
.product-section h3 span{
  color:#d83030;
}
.product-section p{
  line-height:29px;
}
.product-section .product-border{
  border:6px solid #d83030;
  background:#fff;
}
.product-section .product-border img{
  padding-top: 2.2rem;
}
.product-section .product-border a h4{
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size:25px;
  font-weight:400;
  top: -35px;
  padding-bottom: 2.7rem;
}
.product-section .product-border a h4:hover{
  color:#d83030;
}
.product-section .product-heading{
}
.product-section .product-heading h3{
  font-size:25px;
  font-weight:400;
  text-transform: uppercase;
  text-align: left;
  padding: .9rem 0 0rem 0;
  line-height: 24px;
}
.product-section .product-heading h3 a{
  color:#252628;
}
.product-section .product-heading h3 a:hover{
  color:#d83030;
}
.product-section .product-heading .sh1{
  font-size:12px;
  font-weight:300;
  padding-bottom:1.5rem;
}
.footer-section{
  background:#252628;
  padding:3.5rem 0 1.5rem 0;
}
.footer-section .footer-column-1 img{
  margin-top: 3.9rem;
}
.footer-section .footer-column-2 h5{
  font-size:30px;
  color:#dedcdc;
  font-weight:300;
  padding-bottom:.4rem;
}
.footer-section .footer-column-2 ul{
  margin:0;
  padding:0;
  list-style: none;
}
.footer-section .footer-column-2 ul li{
  margin:0;
  padding:0;
  list-style: none;
}
.footer-section .footer-column-2 ul li a{
  font-size:14px;
  font-weight:300;
  color:#d6d6d6;
  padding-bottom: .3rem;
  display: inline-block;
}
.footer-section .footer-column-2 .footer-phone-number{
  font-size:26px;
  font-weight:400;
}
.footer-section .footer-column-2 .footer-phone-number a{
  color:#fff;
  font-size:26px;
}
.footer-section .footer-column-2 a{
  font-size:14px;
  color:#d6d6d6;
}
.footer-section .copyright{
  padding:3rem 0 0 0
}
.footer-section .copyright .copy{
  color:#525a65;
  font-size:13px;
  text-align: right;
}
.internal-bg{
  background:#d83030;
  padding:.7rem 0;
  margin-bottom:3.5rem;
}
.internal-bg h1{
  font-size:40px;
  color:#fff;
  font-weight:400;
  line-height: normal;
}
.products-page{
   padding:0 0 2rem 0;
}
.products-page strong{
  font-weight:600;
}
.products-page .sh1{
    font-size: 30px;
    font-weight: 300;
    padding-top: .9rem;
    color: #d83030;
    font-family: 'Teko', sans-serif;
}
.products-page .product-description-text h2{
  font-size: 45px;
    font-weight: 300;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0;
    line-height: 24px;
}
.products-page .product-description-text p{
  line-height:30px;
}
.products-page .product-description-text h5{
  font-size:30px;
  font-weight:300;
  padding-bottom:.3rem;
  color: #d83030;
}
.products-page .product-description-text ol{
  margin:0 0 0 15px;
  padding:0;
}
.products-page .product-description-text ol li{
  padding-bottom:.5rem;
}
.products-page .product-description-text ol li span{
  font-size:14px;
}
.products-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  background-color:#252629;
}
.products-page .nav-pills .nav-link{
  font-size: 16px;
}
.about-page{
  padding:0 0 2rem 0;
}
.about-page p{
  line-height:30px;
}
.about-page h5{
  font-size:30px;
  font-weight:300;
  padding-bottom:.5rem;
  color: #d83030;
}
.contact-page{
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/contact-us-map.jpg);
  padding:4.5rem 0;
}
.contact-page .contact-left-white-bg{
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.1);
  padding: 60px 55px 27px;
  background-color: #fff;
}
.contact-page .contact-left-white-bg .contact-from h4{
  font-size:40px;
  font-weight:400;
  padding-bottom:.7rem;
}
.contact-page .contact-right-gray-bg{
  background-color: #252628;
  padding:0;
}
.contact-info{
  padding: 85px 37px 85px 47px;
}
.contact-page .contact-right-gray-bg .location-icon{
  background-color: #d83030;
  border-radius: 100%;
  width:60px;
  height:60px;
  text-align: center;
  color:#fff;
  font-size:30px;
  line-height: 60px;
}
.contact-page .contact-right-gray-bg .contact-info h4{
  font-size:30px;
  color:#fff;
  font-weight:400;
}
.contact-page .contact-right-gray-bg .contact-info .sh1{
  color: #bbb;
  font-size:14px;
  padding-bottom:.8rem;
}
.contact-page .contact-right-gray-bg .contact-info .sh1 a{
  color: #bbb;
}
.contact-page .contact-right-gray-bg .contact-info .sh2{
  color: #bbb;
  font-size:15px;
  padding-bottom:.6rem;
}
.contact-page .contact-right-gray-bg .contact-info .sh2 a{
  color: #bbb;
}

.submit-btn{
  background:#d83030;
  border-color: #d83030;
}
.submit-btn:hover, .submit-btn:focus, .submit-btn:active{
  background:#252628;
  border-color: #252628;
}
.google-map{
  padding-bottom:0rem;
}
.google-map h4{
  font-size:35px;
  font-weight: 400;
  padding-bottom: .7rem;
}
.policy-page{
  padding: 0 0 2rem 0;
}
.policy-page p{
  line-height: 30px;
}
.policy-page h2{
  font-size:30px;
  color:#d83030;
  font-weight:400;
}
.quote-btn{
  background: #d83030;
  border-color: #d83030;
  text-transform: uppercase;
  font-weight:500;
}
.quote-btn:hover{
  background:#252628;
  border-color: #252628;
}
.quote-btn:focus, .quote-btn:active{
  background:#252628;
  border-color: #252628;
}
#GetQuote h5{
  font-size:35px;
  font-weight:300;
}
#GetQuote .modal-header{
  border-bottom:0px solid #dee2e6;
  padding: 1rem 1rem 0rem 1rem;
}


@media (max-width: 1069px) {
  .footer-section .footer-column-2 .footer-phone-number a{
    font-size:24px;
  }
  .contact-info{
    padding: 85px 37px 89px 24px;
  }
}

@media (max-width: 999px) {
  .top-bar{
    display: none;
  }
  .home-banner .banner-text-section{
    padding-top: 2rem;
  }
  .home-banner .sh1{
    font-size: 60px;
  }
  .banner-sub-text{
    font-size: 15px;
    line-height: 27px;
  }
  .home-banner{
    padding: 2rem 0;
  }
  .footer-section .footer-column-2 .footer-phone-number a{
    font-size: 18px;
  }
  .footer-section .footer-column-2 a{
    font-size: 12px;
  }

}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
  
}


@media (max-width: 767px) {
  
  .top-bar{
    display: none;
  }
  .header-section .navbar-light .navbar-brand{
    width:70%;
  }
  .home-banner{
    background-size: cover;
  }
  .home-banner .banner-text-section{
    padding-top: 0;
  }
  .home-banner .sh1{
    font-size: 45px;
  }
  .welcome-section h1{
    font-size: 35px;
  }
  .product-section .product-border{
    margin-bottom:25px;
  }
  .footer-section .footer-column-1 img{
    margin-top: 0;
  }
  .footer-section .footer-column-2{
    padding-bottom:1rem;
  }
  .footer-section .copyright{
    padding: .5rem 0 0 0;
  }
  .footer-section .copyright .copy{
    text-align: left;
  }
  .contact-page{
    padding: 4.5rem .9rem;
  }
  .contact-page .contact-left-white-bg{
    padding: 33px 25px 29px;
  }
  .contact-info{
    padding: 85px 30px 85px 30px;
  }
  .shadow-img{
    display: none;
  }
}
@media (max-width: 643px) {
}
@media (max-width: 359px) {
 
}

