*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
}
/*
    font-family: 'Roboto Condensed', sans-serif;
*/
a{
    text-decoration: none;
    outline : none;
}
ul{
    list-style: none;
}
img{
    border: none;
}
/*--------------- Header -------*/
.top-bar{
    background: #cb0000; 
    padding:  0 10px;
    height: 120px;
    margin-top:25px;
    position: relative;
    z-index: 99;
}
.logo{
    position: relative;
}
.logo img{
    margin-left: 15px;
    position: absolute;
    top: -31px;
    width: 75%;
}
.top-bar-top{
    
}
.top-bar-top ul li{
    display: inline;
}
.top-bar-top ul li img{
	width:41px;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.top-bar-top ul li img:hover{
    position: relative;
    top: 2px;
}
.social-media{
    position: relative;
    
}
.social-media ul{
    position: absolute;
    top: -20px;
    
}
.top-icons{
    position: relative;
   
}
.top-icons ul{
    position: absolute;
    top: -30px;
    right: 0;
}
.top-icons ul li{
    margin: 0 1px;
}
.top-icons ul li a{
   
    
}
.top-icons ul li a i{
     background: linear-gradient(white, #ececec);
    color: #cb0000;
    width:60px;
    height:60px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    box-shadow: 0px 2px 2px #333;
    border-radius: 2px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    position: relative;
}
.top-icons ul li a i:hover{
   background: linear-gradient(white, white);
    box-shadow: none;
    top:5px;
}
/*------------------ Menu --------*/
.menu{
    margin-top: 3.2em;
}
.mobile-menu{
    display: none;
}
.dektop-menu ul li{
    display: inline-block;
    position: relative;
}
/*.dektop-menu ul li ul{
    z-index: 99999;
    position: absolute;
}
.dektop-menu ul li:hover ul {
   
   
    position: absolute;
}*/
.custom-search-input{
    margin-top: 2.2em;
}
.custom-search-input button {
        
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 7px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    
}
 
.custom-search-input input{
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

.custom-search-input input:focus{
    background: none;
     box-shadow: none;
      border-bottom: 1px solid #fff;
}
.custom-search-input i{
    color: #fff;
}
.dropdown-menu{
    padding: 0;
}
.dektop-menu ul li{
    padding: 0 6px;
    
}
.dektop-menu ul li a{
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
 /*  font-size: 14px;*/
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.dektop-menu ul li a:hover{
  /*  border-bottom: 1px solid #fff;*/
    color: #999;
}
.navbar-nav ul li a{
    color: #000!important;
}
.dropdown-menu a{
    font-size: 13px!important;
    border-bottom: 1px solid #ccc;
}
.dropdown-menu a:hover{
   color: #cb0000;
     /* border-bottom: 1px solid #000;*/
}
.dropdown-item.active, .dropdown-item:active {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #000;
}
.dropdown-menu a.bb-no{
    border-bottom: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
   
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    top: 35px;
}
.snip1226 {
  
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.snip1226 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 li {
  display: inline-block;
  list-style: outside none none;
  
  overflow: hidden;
}
.snip1226 a {
    
  padding: 0.3em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
    font-weight: 300;
    font-size: 16px;
}
.snip1226 a:before,
.snip1226 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 a:before {
  bottom: 100%;
  display: block;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
}
.snip1226 a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: white;
  white-space: nowrap;
}
.snip1226 li:hover a,
.snip1226 .current a {
  transform: translateY(100%);
    
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 5px;
    color: #fff;
}
.dropdown-menu{
    background: #fff;
    border-radius: 0
}

/*-------------------- Banner -----------*/
.banner{
    background: #cb0000;
}

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.banner .carousel-indicators{
    
}
.banner .carousel-indicators li.active{
    background: #cb0000;
}
.banner .carousel-indicators li {
    background: #999;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
.banner {
    padding: 0 5px;
}
.banner .carousel-caption{
    top: 25%;
    left: 23%;
}
.banner .carousel-caption h1{
    color: #333;
    text-align:left;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 50px;
    font-size: 35px
}
.banner .carousel-control-prev-icon{
    background: none;
    background-color: #cb0000;
    opacity: 1;
    width:40px;
    text-align: center;
    height:40px;
    line-height: 40px;
    font-size: 30px;
    left: 0;
}
.banner .carousel-control-next{
    left: 4%;
    top: 65%;
}
.banner .carousel-control-prev{
    
    top: 65%;
}

.banner .carousel-control-next-icon{
    background: none;
    background-color: #cb0000;
    opacity: 1;
    width:40px;
    text-align: center;
    height:40px;
    line-height: 40px;
    font-size: 30px;
    left:- 80%;
    position: absolute;
}
.carousel-indicators {
    bottom: 40px;   
    
}
/*-------------------About Us ----------*/
.main-bg{
     background: #cb0000;
    padding: 5px;
   /* height: auto;*/
}
.main-sec{
    
}
.main-bg-inn{
     background: #fff;
        
     padding-bottom: 36px;
}

.home-about-inner{
   width: 95%;
    margin: auto;
    position: relative;
    top: -40px;
    z-index: 999; 
    background: #fff;
   /*height: 330px;*/
}

.home-about-inner:before{
    content: '';
    position: absolute;
    background: #cb0000;
    width: 70%;
    height: 290px;
    -ms-transform: skewY(-6deg); /* IE 9 */
    -webkit-transform: skewY(-6deg); /* Safari 3-8 */
    transform: skewY(-6deg);
    z-index: 999;
    left: 7%;
}
.overlaybg{
    content: '';
    position: relative;
    background: #fff; 
     box-shadow: 0 0 9px -1px rgba(0,0,0,0.5);
    padding: 1em 2em;
    z-index: 999;
    padding-bottom: 4em;
}
.ha-left h1{
    /*font-weight: 600;*/
    margin: 0;
   font-size: 30px;
    padding-bottom: 0.6rem;
}
.ha-left h1 span{
    font-weight: 600;
    margin: 0;
    font-size: 33px;
    color: #ff1401;
    font-family: 'Times New Roman Georgia';
    font-style: italic;
}
.ha-left h5{
     font-weight: 400;
    margin: 0;
    font-size: 18px;
    color: #ff1401;
    padding-bottom: 0.6rem;
    line-height: 24px;
}
.ha-left p{
    text-align: justify;
   
}
.rd{
    background: #282222;
    width: 70px; 
    text-align: center;
    height:70px;
    border-radius: 100%;
    padding-top: 1em;
    position: absolute;
    margin-top: 1.5rem;
    transition: 0.5s ease;
}
.rd:hover{
      
    background: #cb0000;
    box-shadow: 0 0 5px 5px #ccc;
}

.ha-left a{
   color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.mn{
  margin: 0;  
}
.ha-right{
    border: 6px solid #333;
     height: 200px;
        margin-top: 1rem;
}
.ha-right h1{

    margin: 0;
    font-size: 32px;
    padding-top: 40px;
    line-height: 40px;
    text-align: center;
   font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.frl{
   background: #ff1300;  
padding-top: 5px; 
   
}
.frl nav{
     position: relative;
}
.frl h3{
    color: #000;
    margin: 0;
    background: #fff;
    padding: 8px 10px;
  font-size: 18px;
    margin-right: 5px;
    text-transform: uppercase;  
    text-align: center;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.product-sec{
    background: #fff;
}
.product-side .carousel-indicators .active {
background: #000;

}
#blogCarousel{
       margin-right: 30px;
}
#blogCarousel2{
    margin-top: 3rem;
       margin-right: 30px;
}
#blogCarousel3{
    margin-top: 3rem;
       margin-right: 30px;
}
#blogCarousel4{
   margin-top: 3rem;
       margin-right: 30px;
}

.product-side .carousel-control-prev-icon{
    background: none;
    background-color: #cb0000;
    opacity: 1;
    width:30px;
    text-align: center;
    height:30px;
    line-height: 30px;
    font-size: 22px;
    position: relative;
}

.product-side .carousel-control-next{
    right: 0px;
    top: -92%;
    opacity: 1;
    width: 30px;
    
}
.product-side .carousel-control-prev-icon:hover{
    background: none;
    background-color: #ff1300;   
}
.product-side .carousel-control-prev{
    left: 90%;
    top: -92%;
    opacity: 1;
    width: 30px;
}

.product-side .carousel-control-next-icon{
    background: none;
    background-color: #cb0000;
    opacity: 1;
    width:30px;
    text-align: center;
    height:30px;
    line-height: 30px;
    font-size: 22px;
    
    position: absolute;
}
.product-side .carousel-control-next-icon:hover{
    background: none;
    background-color: #ff1300;   
}
.product-side .carousel-indicators {
    bottom: 40px;     
}
/*------------------- Product Box -------*/
.product-side h3{
    font-size: 20px;
    text-transform: uppercase;
}
.prod-box {
   
}
.prod-box p{
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 0;
    padding-top: 1em;
     font-weight: 500;
}
.prod-box img{
    border: 1px solid #dfdfdf;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.prod-box img:hover{
    box-shadow: none;
}
.prod-box a{
    text-decoration: none;
    text-align: center;
    color: #333!important;
}

button.get-btn{
    background: #ff1300;
    color: #fff;
    width: 100%;
    padding: 3px 0;
    border: 0;
    font-size: 15px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.prod-box:hover button.get-btn{
    background: #000;
}
/*--------------------------- Client Logo -------*/
.client-logo{
    background: #ff1300;
   padding-top: 2em;
   padding-bottom:1em;
}
.client-logo h3{
    margin: 0;
    color: #000;
    background: #fff;
    text-align: center;
    font-size: 18px;
    padding: 3px 0;
    text-transform: uppercase;
    margin-bottom:20px;
}
#blogCarousel5 { 
    position: relative;
    margin: 10px;
    border: 2px dashed #fff;
    border-radius: 20px;
    text-align: center;
    padding-top: 50px;
}
#blogCarousel5 img{
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 5px 0;
    margin: auto;
    width: 75%;
	border-radius: 15px;
}
.client-logo .carousel-control-prev-icon{
    background: none;
      background-color: #fff;
    opacity: 1;
    width:30px;
    text-align: center;
    height:30px;
    line-height: 30px;
    font-size: 22px;
    position: absolute;
    color: #ff1300;
}

.client-logo .carousel-control-next{
    right: 12%;
   top: -92%;
    position: absolute;
    z-index: 99999;
    opacity: 1;
    
}

.client-logo .carousel-control-prev{
    left: 12%;
    top: -92%;
    position: absolute;
    z-index: 99999;
    opacity: 1;
}

.client-logo .carousel-control-next-icon{
    background: none;
    background-color: #fff;
    opacity: 1;
    width:30px;
    text-align: center;
    height:30px;
    line-height: 30px;
    font-size: 22px;
   color: #ff1300;
    position: absolute;
}
.client-logo .carousel-indicators {
    bottom: 40px;     
}
/*---------------- Footer -----------*/
footer{
    background: #000;
    padding: 3em 0;
}
footer h2{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1em;
}
footer ul li{
    line-height: 28px;
}
footer ul li a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}
footer ul li a:hover{
    color: #ff1300;
     text-decoration: none;
}
footer p{
    position: relative;
    color: #fff;
    padding-left: 30px;
}
footer p i{
    position: absolute;
    left: 0;
    font-size: 18px;
}
.footer-bottom{
    background: #000;
    border-top: 2px solid #fff;
    padding: 1em 0;
}
.footer-bottom p{
    margin-bottom: 0;
    color: #fff;
}
.footer-bottom p a{
    margin-bottom: 0;
    color: #cb0000;
}
.footer-bottom p a:hover{
    text-decoration: none;
    color: #ff1300;
}
/*---------------------- about page ----------*/
.about-page{
    padding-top: 2em;
    padding-right: 15px;
    padding-bottom: 2em;
}
.about-page .ha-right h1 {
    
}
.info-box{
    /*-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;*/
    border: 1px solid #d7d7d7;
    margin: 25px 0 20px 0;
    padding-bottom: 20px;
}

.info-box h4{
   background: #333;
   width: 40%;
    padding: 5px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.info-box h4 i{
    background: #ff1300;
    width: 30px;
    height: 31px;
    line-height: 30px;
    text-align: center;
    color:#fff; 
    position: absolute;
    left: -5px;
    top:-5px;
}
.about-page .ha-right{
    background: #f5f5f5;
}
.about-page .info-box p{
    padding: 0 15px;
    margin-bottom: 0;
    line-height: 24px;
}
.ha-right {
    border: 6px solid #333;
    height: 200px;
    margin-top: 3rem;
}
.info-box ul{
    padding: 0 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.info-box ul li{
    line-height: 28px;
}
.info-box ul li i{
     color: #ff1300;
     padding-right: 6px;
}
.info-box p i{
     color: #ff1300;
    padding-right: 8px;
}
/*---------------- Enquiry --------*/
.enquiry-page{
     padding-top: 2em;
    padding-right: 15px;
    padding-bottom: 2em;
}
.enquiry-page form{
    padding: 0 20px;
}
.enquiry-page form input{
    border-radius: 0;
    height:52px;
}
.enquiry-page form input:placeholder-shown{
    color: #333;
    font-size: 14px;
}
.enquiry-page form textarea:placeholder-shown{
    color: #333;
    font-size: 14px;
}
.enquiry-page form textarea{
    border-radius: 0;
    height: 200px;
}
/*------------------- Product Page -----------*/
.inner-banner-sec{
    padding: 5px;
    background: #cb0000;
}
.product-page{
    margin-top: 20px;
    padding-bottom: 20px;
   padding-right:30px;
}
.product-page h2{
   color: #ff1401;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999999;
    
}
.modal-header {
	padding-bottom: 5px;
    
}

.modal-footer {
    	padding: 0;
	}
    
.modal-footer .btn-group button {
	height:40px;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}
	
.modal-footer .btn-group:last-child > button {
	border-right: 0;
}
h3.modal-title{
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.modal-body form label{
      text-align: left;
}
.modal-header .close{
    position: absolute;
    right: 0;
    background: #cb0000;
    opacity: 1;
    width: 30px;
    height: 30px;
    top: 0;
    font-size: 18px;
    padding: 0;
}
.modal-body form button{
    background: #cb0000;
    color: #fff;
}
.modal-body form button:hover{
    background: #ff1300;
    color: #fff;
}
.modal-header .close:hover{
    opacity: 1!important;
    background: #ff1300;

}
.modal-header .close span{
    color: #fff;
}
.product-page h1{
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #999;
    padding-bottom:5px;
    text-transform: uppercase;
    position: relative;
    
}
.product-page h1:before{
    position:absolute;
    content: '';
    background: #cb0000;
    width: 120px;
    height: 2px;
    bottom: -1px;
}
/*------------------ main products ------*/
.product-main-img{
    text-align: center;
    padding: 20px;
}
.tabs {
  max-width: 100%;
  margin: 0 auto;
    

}
.tabs h2{
    font-size: 18px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #cb0000;
border: 1px solid #ddd;
text-align: left;
color: #fff;
    font-size: 14px;
  text-decoration: none;
    text-transform: uppercase;
    padding-left: 20px;
    border-bottom: 0;
}
#tab-button li a:focus{
    border: 1px solid #ddd;
    border-bottom: 0;
}

#tab-button .is-active a {
   
    background: #fff;
    color: #000;
   
   
}
#tab-button li:not(:first-child) a {
  border-left: none;
}

.tab-contents h2{
    color: #ff1300;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.tab-contents p{
    line-height: 28px;
}
.tab-button-outer {
  display: none;
}
.tab-contents {
      padding: 20px;
  border: 1px solid #ddd;
  margin-top: 20px;
    background: #fff;
}
.tab-contents ul li {
    line-height: 28px;
}.tab-contents ul li i{
    color: #ff1300;
}
.tab-select-outer select{
    width: 100%;
    text-align: center;
    background: #cb0000;
    border: none;
    padding: 10px 0;
    color: #fff;
}
.tab-select-outer select option{
    
}
@media screen and (min-width: 768px) {
    
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
      
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
.tab-enq{
    padding-top: 1em!important;
}
.imglist{
    position: relative;
    margin-bottom: 10px;
}
.img-overlay{
    position: absolute;
    display: none;
    text-align: center;
    left: 35%;
top: 30%;
    
}
.img-overlay i{
    font-size: 20px;
}
.img-overlay p{
    padding: 10px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
.imglist:hover .img-overlay{
    display: block;
}
.pro .prod-box{
    margin-bottom: 30px;
}
.view-all{
    text-align: center;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 30px;
}
.view-all a button{
    background: #ff1300;
    border: none;
    padding: 8px 20px;
    margin: auto;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid #cb0000;
    
}
.view-all a button:hover{
    background: #cb0000;
}
.about-page1{
    padding-left: 15px;
}