body{
margin: 0px;
padding: 0px;
color: #2C464F;
font-size: 14px;
font-family: 'Oswald', sans-serif;
letter-spacing: 0.5px;
font-weight: 500;
overflow-x: hidden;
}

/***** custom css *****/
.homecatdiv{
  background: #fff;
  text-align: center;
  margin-top: 20px;
  display: block;
}
.homecatdiv:hover{
  box-shadow: 0px 0px 8px #7d7979fa;
}
.homecatdiv p{
  display: -webkit-box;
  height: 70px;
  font-size: 16px;
  padding: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
/***** custom css *****/

p{
line-height: 26px;
font-family: 'Open Sans', sans-serif;
color: #fff;
}
a:focus, a:hover {
color: none;
text-decoration: none;
}
.btn-default:hover {
color: none!important;
background-color: none!important;
}
.bg1{
background-color: #fff;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
z-index: 3001;
}
.preloader
{ 
position: fixed;
left:0px;
top:0px;
height:100%;
width: 100%;
z-index:9999;
background-color: #f6f7fb;
background-position:center center;
background-repeat:no-repeat;
background-image:url(../img/preloader.gif);
}
/*-----------------------------------------
header star
-----------------------------------------*/
.navbar {
position: relative;
min-height: 0px;
margin-bottom: 0px;
border: 1px solid transparent;
}
.navbar-right{
padding: 12px;
}
.navbar-right .btn-primary{
background-color: #3d3d3d;
}
.navbar-right .navbar-btn{
margin: 28px;
font-size: 16px;
border-radius: 25px;
padding: 0px 20px;
}
.navbar-right i{
font-size: 18px;
margin: 10px;
}
.search-button:hover{
 background-color: #fff;
}
.search-button:active{
 background-color: #fff;
}
.search-button:focus{
 background-color: #fff;
}
/*------------------------------------------
slider
------------------------------------------*/
html, body {
position: relative;
height: 100%;
}
body {
background: #eee;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color:#000;
}
  /*<!-- slider menus flex-->*/
.col-container{
  display: flex;
  width: 100%;
}
.col{
 flex: 1;
 width: 50%;
}
.col-red{
 background: #c41e02;
}
.col-white{
 background:#fff;
}/*<!-- slider menus flex End-->*/

.navbar-header a img{
padding: 13px;
}
.swiper-container {
width: 100%;
height: 613px;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 70px;
}
/*.swiper-slide img{
width: 100%;
height: 500px;
}*/
.swiper-slide h3{
font-size: 20px;
text-align: left;
padding: 30px;
}
.swiper-slide span{
color: #ff0000;
}
.swiper-slide button{
float: right;
margin-right: 30px;
padding: 2px 7px;
background-color: #c20000;
font-size: 15px;
text-decoration: none;
color: #fff;
}
.swiper-slide button:hover{
background-color: #ff0000;
color: #fff;
box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}  
.swiper-slide i{    
margin: 7px;
font-size: 16px;
}
/*------------------------------------------
<!-- Right side header start-->
------------------------------------------*/
/*Menu Dropdown*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    /* left: 0; */
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropbtn {
  background-color: #4CAF50!important;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dp_dwn {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 17px;
    width: 280px;
    height: 400px;
    box-shadow: -2px 0 4px 0 rgba(0,0,0,.13);
}
.dropdown-content li {
    float: none;
    width: 100%;
    padding: 8px 17px 8px 0;
    position: relative;
    box-sizing: content-box;
    line-height: 8px;
}
/*.dropdown-content> li::after {
    position: absolute;
    content: "›";
    right: 17px;
    top: 15px;
    font-size: 15px;
    color: rgb(218, 214, 214);
    font-weight: bold;
}*/
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9!important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: -60px;
}
.dropdown-content i{
   float: right;
   margin-top: 5px;
   margin-right: 10px;
}

.dropdown-content li a {
    color: #474747!important;
    font-size: 14px!important;
    /*line-height: 20px;*/
    padding: 2px 0px 2px 20px;
  text-decoration: none;
  display: block;
}
.dropdown-content li a:hover {
    color: #c20000!important;
    font-size: 14px!important;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
#demos{
background-color: #242424;
text-align: center;
}
.navbar-inverse{
background-color: #000000;  
}
.menu-header ul li {
display: inline-block;
list-style: outside none none;
margin-right: 20px;
margin-top: 13px;
}
.menu-header ul li a{
text-decoration: none;
color: #fff;
font-size: 18px;
}
.menu-header ul li a:hover{
text-decoration: none;
color: red;
}
.menu-header .dropbtn {
color:  red; 
}
.menu-button
{
background-color: #000000;
color: #fff;
font-size: 18px;
border: none;
}
.dropbtn {
background-color: #000000;
color: #fff;
font-size: 18px;
border: none;
}
.dropbtn:active{
border: none;
}

/*Dropdown Finished*/
.text-right button{
margin: 8px;
}
.text-right i{
color: #ff0000;
}
.flex-caption {
width: 25%;
padding: 2%;
left: 0;
bottom: 0;
background: rgba(0,0,0,.5);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
font-size: 14px;
line-height: 18px;
}
.large-6{
width: 80% !important;
}
.thumblines{
border-left: #464646 1px solid;
border-right: #464646 1px solid;
border-top: #464646 1px solid;
border-bottom: #464646 1px solid;
padding: 7px 1px;
height: 72px;
width: 111px;
}
.thumbline:hover{
box-shadow: 2px 2px 2px 2px #c3b9b9fa
}
.item{
margin-top: 15px;
margin-bottom: 15px;
text-align: -webkit-center;
}
.item img{
width: 111px;
height: 111px;
}
.thumblines p{
color: #fff;
font-size: 13px;
text-align: center;
}
.about-header{
background-color: #c41e02;
}
.a-header h2{
color: #fff;
font-size: 30px;
padding: 10px; 
}
.a-header h2:before{
border-left: 4px solid #fff;
padding: 1px;
background-color: #fff;
content: "";
margin: 8px;
}
.navbar {
border-radius: 0px!important; 
}
.a-pera{
color: #fff;
}
.a-pera i{
margin: 5px;
font-size: 18px;
}
.about-pera{
padding: 18px;
font-size: 20px;
color: #fff;
}
.about-button{
padding: 18px;
}
.about-pera a{
background-color: #fff;
padding: 9px 9px 9px 9px;
color: #000000;
text-decoration: none;
font-size: 18px;
border-radius: 4px;
}
.about-pera a:hover{
box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.about-pera i{
margin: 7px;
}
/*----------------------------------------
OUR PRODUCT START
----------------------------------------*/
.product-header h2{
color: #000000;
}
/*.product-header h2:after{
position: absolute;
content: '';
background: #c20000;
width: 17%;
height: 2px;
left: 7%;
margin-top: 40px;
}*/
.product-header p{
margin-top: 22px;
color: #000000;
font-size: 17px;
}
.product-images{
background-color: #fff;
padding: 40px;
}
.product-images:hover{
box-shadow: 0px 0px 8px #7d7979fa;
}
.product-items {
font-size: 25px;
background-color: #fff;
padding: 60px;
font-weight: 600;
height: 50%;
min-height: 277px;
border: 1px solid red;
}
.product-links a{
text-decoration: none;
color: #000000;
}
.product-items p{
margin-top: 35px;
color: #000000;
}
.product-items:hover{
box-shadow: 0px 0px 8px #7d7979fa;
}
.product-items i{
font-size: 35px;
color: #c20000;
background-color: #fff;
}
/*-----------------------------
Product carousol start
-----------------------------*/
.product-image{
background-color: #fff;
padding: 20px;
height: 290px;
}

.product-image:hover{
/*box-shadow: 0px 0px 8px #7d7979fa;*/
}
.product-item {
font-size: 25px;
background-color: #fff;
padding: 60px;
font-weight: 600;
min-height: 290px;
border: 1px solid #c20000;
/*margin: -10px;*/
margin-left: 0px;
}
.product-item a{
text-decoration: none;
color: #000000;
}
.product-item p{
margin-top: 35px;
color: #000000;
}
.product-item:hover{
box-shadow: 0px 0px 8px #7d7979fa;
}
.product-item i{
font-size: 35px;
color: red;
background-color: #fff;
}
.quote h2{
color: #424344; 
}
.quote span{
color: #000000;
}
.btn-danger{
background-color: #c20000;
text-decoration: none;
font-size: 30px;
color: #fff;
}
.btn-danger:hover{
background-color: #fff;
color: red;
border: #000000 1px solid;
}
.bg-clr{
background-color: #c20000;
}
.product-enquiry{
background-color: #8b0000;
}
.product-enquiry h2{
color: #fff;
padding-top: 30px;
}
.enquiry{
background-color: #c20000;
text-decoration: none;
font-size: 22px;
color: #fff;
margin: 30px;
}
.enquiry:hover{
background-color: #c20000;
color: #fff;
border: #a51b1b 1px solid;
}
.social-icon .icon{
padding: 6px;
margin: 4px;
width: 28px;
height: 28px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.social-icon a:hover{
text-decoration: none;
}
.social-icon .twt{
color: #fff;
background-color: #00acee; 
}
.social-icon .twt:hover{
color: #00acee;
background-color: #fff ; 
}
.social-icon .fac{
color: #fff;
background-color: #3b5998; 
}
.social-icon .fac:hover{
color: #3b5998;
background-color: #fff ; 
}
.social-icon .linked{
color: #fff;
background-color: #0e76a8; 
}
.social-icon .linked:hover{
color: #0e76a8;
background-color: #fff; 
}
/*-------------------------------------------
Home-contact page
-------------------------------------------*/
.ptrn {
background-image: url(../img/download.png);
background-repeat: repeat;
height: 87px;
border-top: #d8d8d8 1px solid;
border-bottom: #d8d8d8 1px solid;
}
.bg-color{
background-color: #292929;
}
.video iframe{
border: 8px solid #fff;
margin-top: -70px;
}
.video a{
color: #fff;
font-size: 18px;
margin: 13px;
}
.fa-play{
color: #c20000;
}
.fa-file-pdf-o{
color: #c20000;
}
.home-address h2{
color: #fff;
font-size: 23px;
}
.home-address h5{
color: #fff;
font-size: 20px;
margin: 26px;
}
.home-address p{
color: #fff;
font-size: 15px;
margin-left: 28px;
}
.home-address .fa-map-marker{
color: #c20000;
}
.home-address .fa-phone {
color: #c20000;
}
.home-address .fa-share-alt {
color: #c20000;
}
.icon .fa-facebook-square{
background-color: #3b5998;
color: #fff;
font-size: 25px;
margin: 5px;
margin-left: 40px;
}
.icon .fa-twitter-square{
background-color: #00acee;
color: #fff;
font-size: 25px;
margin: 5px;
}
.icon .fa-linkedin-square{
background-color: #0e76a8;
color: #fff;
font-size: 25px;
margin: 5px;
}
.home-address .fa-envelope-o{
color: red;
}
.home-address .fa-mobile{
color: red;
}
.home-address a{
text-decoration: none;
color: #fff;
}
.home-address a:hover{
color: red;
}
.btn-danger:active:focus{
border: none!important;
}
/*----------------------------------------
ABOUT START
----------------------------------------*/
.bg-clrr{
background-color: #fff;
}
.about-us{
padding: 35px;
}
.about-us h2{
color: #e80606;
}
.about-title{
padding: 35px;
}
.about-title h2:before{
border-left: 4px solid red;
padding: 1px;
background-color: #c20000;
content: "";
margin: 8px;
}
.about-title h2{
color: #fb6363;
font-size: 25px;
}
.about-title p{
color: #6e6e6e;
margin-left: 22px;
}
.about-img{
margin: 19px;
}
/*----------------------------------------
QUALITY START
----------------------------------------*/
.bg-clrr{
background-color: #fff;
}
.quality h2{
color: #fb6363;
}
.quality-header{
padding: 35px;
}
.quality-header h2:before{
border-left: 4px solid red;
padding: 1px;
background-color: #c20000;
content: "";
margin: 8px;
}
.quality-header h2{
color: #fb6363;
}
.quality-header p{
color: #6e6e6e;
margin-left: 22px;
}
.quality-header ul{
margin-left: 30px;
}
/*----------------------------------------
REGISTRATION TABLE START
----------------------------------------*/
/*.table{
margin-top: 20px;
}
.table tr td{
font-size: 15px;
}
.bg-white{
background-color: #fff;
}*/
/*-------------------------------------------
PRODUCT START
-------------------------------------------*/
.gallery{
border: #ebebeb 1px solid;
margin-bottom: 30px;
}
.gallery-img{
background-color: #fff;
padding: 30px;
}
.gallery:hover{
box-shadow: 0 0 8px rgba(0,0,0,.5);
}
.img-bottom{
border-top: #c41e02 1px solid;
height: 212px;
background-color: #fff;
}
.img-bottom h5 {
  margin: 0;
  text-align: center;
  padding: 10px;
  color: #c20000;
  font-size: 20px;
  height: 64px;
}
.img-bottom h5 a{
color: #d00202;
font-size: 20px
}
.img-bottom ul{
  margin: 0;
  padding-left: 0;
    text-align: center;
    height: 88px;
}
.img-bottom li{
	list-style-type: none !important;
  margin: 10px 5px;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-bottom a{
	color: #6e6e6e;
	font-size: 13px;
    line-height: 19px!important;
    text-align: center;
}
.img-bottom p{
  margin: 0;
  background: #f5f5f5;
  padding: 11px 0;
  text-align: center;
  color: #c20000;
}
.img-bottom p a{
	color: #d00202;
	font-size: 15px;
}
.img-bottom p a:hover{
	color: #d00202;
}
.img-bottom a:hover{
	color: #000000;
}
.img-bottom span{
color: #c41e02;
}
.our-product h2{
color: #c41e02;
}
/*-------------------------------------------
GALLERY START
-------------------------------------------*/
.g-about{
background-color: #eee;
}
.g-title{
padding: 20px;
background-color: #fff;
}
.g-about h2{
color: #e80606;
}
.g-title h2:before{
border-left: 4px solid red;
padding: 1px;
background-color: #c20000;
content: "";
margin: 8px;
}
.g-title h2{
color: #fb6363;
font-size: 25px;
}
.g-title p{
color: #6e6e6e;
margin-left: 22px;
}
.productdetails h2{
font-size: 24px;
color: #fb6363;
}
.productdetails {
    display: inline-block;
    width: 100%;
    position: relative;
}
.s-gallery{
border: #b7afaf 1px solid;
width: 350px;
height: 350px;
background-color: #fff;
}
.s-gallery-img{
background-color: #fff;
padding: 30px;
}
.s-gallery-img img {
    margin: auto;
    display: block;
}
.gal-sticky {
    padding-left: 10px;
    position: sticky;
    top: 0;
}
.g-sideimg{
width: 70px;
height: 72px;
border: 1px solid red;
text-align: center;
margin-left: -20px;
cursor: pointer;
}
.g-sideimg img{
background-color: #fff;
    width: 42px;
    height: 70px;
}
.g-butn .btn-default{
background-color: #d4d4d4;
font-size: 22px;
color: #2f2f2f;
text-shadow: 1px 1px #e8e8e8;
padding: 0px 22px 0px 22px;
border: #fff 2px solid;
border-radius: 5px;
margin: 4px 0 0 -25px;
box-shadow: 2px 2px 1px #c0c0c0;
}
.g-butn .btn-default:hover{
box-shadow: 4px 4px 2px #a09e9e;
font-weight: 400;
}
.btn-default:active:focus{
border-color: #fff;
}
.btn:active:focus, .btn:focus {
outline:none;
}
.g-butn img{
margin-left: -50px;
width: 47px;
}
.prize{
background-color: #fff;
margin-top: -33px;
}
.blacktop {
border-bottom: 14px solid #030303;
border-left: 10px solid transparent;
top: -5px;
right: 107px;
margin-top: -32px;
position: absolute;
}
.g-table{
border-bottom: 1px solid #eee;
margin-top: 30px;
}
.btn-r{
text-shadow: 1px 1px #000;
right: 16px;
top: -39px;
padding: 10px 7px;
background-color: #d00202;
text-align: right;
color: #fff;
position: absolute;
}
.g-table h4{
color: #6e6e6e;
}
.g-table span{
color: #d00202;
font-size: 22px;
}
.g-table .btn-default{
border: 1px solid #d00202;
padding: 2px 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
margin-left: 10px;
color: #d00202;
}
.g-table .btn-default:hover{
box-shadow: 2px 2px 2px #a09e9e;
background-color: #fff;
}
.table tr td{
color: #6e6e6e;
}
.add-info .btn-default{
background-color: #d00202;
border: #b60202 1px solid;
margin-bottom: 24px;
color: #fff;
font-size: 25px;
padding: 10px 20px 10px 20px;
}
.add-info p{
font-size: 17px;
}
.add-info ul li{
font-size: 17px;
}
/*POPUP CONTANT*/
.modal-header {
padding: 15px;
border-bottom: none;
}
.gallery-popup{
width: 100%;
height: 450px;
background-color: #fff;
}
.gallery-pop-img{
  display: flex;
}
.gallery-pop-img img{
margin: auto;
justify-content: center;
align-items: center;
}
.modal-footer{
padding: 0px;
background-color: #6e6e6e;
}
.modal-footer p{
font-size: 23px;
bottom: 10px;
text-align: center;
width: 490px;
padding: 3px 5px;
color: #fff;
}
.popup1{
background-color: #fff;
padding-right: 0px;
padding-left: 0px;
box-shadow: 0 0 5px #b5b5b5;
}
.popup2{
margin-top: -10px;
padding-right: 0px;
padding-left: 0px;
box-shadow: none;
background-color: #f9f9f9;
height: 504px;
border: 1px solid #e3e3e3;
box-shadow: 0 0 5px #b5b5b5;
}
.pop-contact .closee{
float: right;
font-size: 20px;
margin-top: -32px;
margin-right: -11px;
border-radius: 32px;
color: #000000;
border: 2px solid #fff;
}
.pop-contact h2{
color: #000000;
text-align: center;
}
.pop-contact p{
text-align: center;
}
.pop-button .pop1{
width: 80%;
margin-left: 24px;
text-align: center;
}
.pop-submit .btn-p{
padding: 11px 15px 11px 15px;
color: #fff;
background: -moz-linear-gradient(270deg,#d00202 0%,#8b0000 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d00202),color-stop(100%,#8b0000));
background: -webkit-linear-gradient(270deg,#d00202 0%,#8b0000 100%);
background: -o-linear-gradient(270deg,#d00202 0%,#8b0000 100%);
background: -ms-linear-gradient(270deg,#d00202 0%,#8b0000 100%);
background: linear-gradient(180deg,#d00202 0%,#8b0000 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d00202',endColorstr='#8b0000',GradientType=0);
border: #8b0000 1px solid;
font-size: 19px;
}
.pop-submit .btn-p:hover{
background: -moz-linear-gradient(90deg,#d00202 0%,#8b0000 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8b0000),color-stop(100%,#d00202));
background: -webkit-linear-gradient(90deg,#d00202 0%,#8b0000 100%);
background: -o-linear-gradient(90deg,#d00202 0%,#8b0000 100%);
background: -ms-linear-gradient(90deg,#d00202 0%,#8b0000 100%);
background: linear-gradient(0deg,#d00202 0%,#8b0000 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b0000',endColorstr='#d00202',GradientType=0);
}
/*Request popup*/
.req-contant{
background: none repeat scroll 0 0 #eff8fe;
margin: auto;
width: 264px;
padding: 1px;
border-radius: 15px;
box-shadow: inset 0 5px 8px 1px #cae2f0, inset 0 -5px 8px -1px #cae2f0;
clear: both;
}
.req-title h2{
color: #000000;
font-size: 25px;
}
.req-title span{
color: #f07b00;
font-size: 28px;
}
.req-contant p{
color: #1295cc;
font-size: 13px;
margin: 10px;
line-height: 18px;
}
.r-close{
float: right;
margin-top: -20px;
color: #7b7878;
font-size: 20px;
}
.r-pop1{
padding: 5px;
}
.r-pop2{
padding: 5px;
}
.r-pop1 .r-form1{
border:1px solid #66afe9;
}
.r-pop2 .r-form2{
border:1px solid #66afe9;
}
.req-submit{
color: #fff;
background-color: #f07b00;
}
.req-submit:hover {
color: #fff;
background-color: #f07b00;
border-color: #adadad;
}
.req-submit:focus {
color: #fff;
background-color: #f07b00;
border-color: #adadad;
}
.req-submit:active {
color: #fff;
background-color: #f07b00;
border-color: #adadad;
}
.req-submit:active:focus{
color: #fff;
background-color: #f07b00;
border-color: #adadad;
}
/*======================================
g10-info
======================================*/
.g9-info{
border: 2px solid #eee;
padding: 5px;
}
.g10-info p{
border: 2px solid #eee;
width: 50%;
padding: 5px;
}
.g12-info p{
border: 2px solid #eee;
padding: 5px;
width: 15%;
}
.g12-info1 p{
border: 2px solid #eee;
padding: 5px;
height: 80px;
}
.g12-info2{
border: 2px solid #eee;
}
/*-------------------------------------------
CONTACT START
-------------------------------------------*/
.has-error .help-block {
color: red;
font-size: 13px;
}
.bgr{
background-color: #fff;
margin-bottom: 40px; 
border: 2px solid #c20000;
border-radius: 0px 0px 50px 0px;
}
.form-control{
height: 40px;
border: 1px solid #7d7979;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact-address{
padding: 35px;
}
.contact-address p{
color: #6e6e6e;
font-size: 13px;
}
.contact-address h3{
color: #000000;
}
.c-vdo{
padding: 40px;
}
.f-comp{
padding: 40px;
}
.address h4 i{
font-size: 25px;
}
.address h5{
margin-left: 10px;
}
.address p{
margin-left: 10px;
}
.submit-button button{
background: linear-gradient(to bottom, #a93737 0%,#7c1416 100%);
padding: 11px 11px 11px 11px;
color: #fff;
font-size: 19px;
border: #7d1616 1px solid;
font-weight: normal;
display: inline;
z-index: 0;
text-decoration: none;
border-radius: 0;
margin-bottom: 20px;
}
.submit-button button:hover{
background: linear-gradient(to bottom, #631010 0%,#f16d6d 100%);
color: white!important;
}
/*-----------------------------------------------------
FOOTER STATR
-----------------------------------------------------*/
.footer-company ul li{
color: #fff;
padding-top: 10px;
border-left: #fff 1px solid;
list-style-type: none;
}
.footer-company a{
color: #fff;
text-decoration: none;
}
.footer-company ul li a:hover{
text-decoration: none;
}
.footer-company h2{
color: #fff;
}
.footer-company p{
color: #fff;
text-align: justify;
}
.footer-company button{
background-color: #960909;
border: 1px solid #fff;
font-size: 16px;
margin-left: 40px;
}
.footer p{
color: #272525;
margin: 10px;
font-size: 15px;
}
.footer-logo img{
width: 100%;
}
.footer-logo{
margin-top: 65px;
}
.req-email-t h2{
color: #fff;
background-color: #386aab;
margin: -2px auto;
box-shadow: 2px 2px 2px #a4a4a4;
border-radius: 0 0 10px 10px;
width: 158px;
height: 56px;
font-size: 15px;
}
.req-email-t h2 i{
font-size: 20px;
}
.e-close{
margin-top: 4px;
}
.req-f .req-f-btn{
color: #fff;
background-color: #a93737;
}
.desktop{
display: block!important;
}
.mobileview{
display: none!important;
}
.contact-mobview{
display: none!important;
}
.m-foter{
padding: 40px;
}
.f-viewall {
    border: #fff 1px solid;
    background: #ac0000;
    padding: 7px 40px;
    color: #fff;
}
/*=============================================================
MEDIA QUERY START @media screen and (max-width: 767px)
===============================================================*/
@media screen and (max-width: 767px){
.desktopview{
display: none;
}
.desktop{
display: none!important;
}
.contact-mobview{
display: block!important;
}
.topnav{
display: block;
margin: 20px 0px 18px 23px;
height: 70px;
}
nav .navbar, .head-logo, .head-logo1{
display: none;
}
.topnav{
display: block;
margin: 20px 0px 18px 23px;
height: 70px;
}
nav{
position: initial;
}
#myLinks{
background-color: #fff;
position: absolute;
z-index: 11;
width: 100%;
left: 0;
top: 100px;
display: none;
}
#myLinks a{
display: block;
padding: 0px 0px 10px 16px;
color: #000;
border-bottom: 1px solid #a0a0a0;
}
.mb-logo{
position: fixed;
float: left;
top: 13px;
left: 258px;
}
.cont {
display: inline-block;
cursor: pointer;
margin-top: 20px;
}
.bar1, .bar2, .bar3 {
width: 25px;
height: 4px;
background-color: #000;
margin: 3px 0;
transition: 0.4s;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-3px, -2px);
transform: rotate(45deg) translate(-3px, -2px);
}
.scroll .head-logo1 {
display: none;
}
.mobileview{
display: block!important;
}
html, body {
position: relative;
height: 100%;
}
body {
background: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color:#000;
margin: 0;
padding: 0;
}
p{
color: #000000;
}
header{
background-color: #fff;
}
.logo img{
width: 35%;
}
.menu-home{
border-top: 1px solid #f4f4f4;
line-height: 1.30;
}
.menu-home p{
margin-bottom: 0px;
}
.menu-home i{
color: #777;
font-weight: 600;
padding: 3px;
}
.menu-home p{
color: #777;
font-weight: 600;
padding: 3px;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
/*.swiper-slide img{
opacity: 0.5;
}*/
.swiper-slide span {
color: #fff;
position: absolute;
border-bottom: 1px solid #fff;
}
.swiper-container1.swiper-container-initialized.swiper-container-horizontal.swiper-container-android {
position: relative;
overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 0;
left: 0;
text-align: center;
right: 0;
width: 100%;
position: absolute;
z-index: 1;
}
.sh-slider{
      max-width: 768px;
    max-height: 500px;
    width: 100vw;
    height: 100vw;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    background-color: #fff;
    z-index: 1;
    position: relative;
    display: flex;
}
.sh-slider img{
      max-height: 100vw;
    max-width: 100%;
    /*z-index: 1;*/
    position: relative;
    display: block;
}

.product{
margin-left: 10px;
margin-right: 10px;
}
.product h2{
font-size: 17px;
font-weight: 700;
font-color: #000000;
}
.product-sub{
padding: 5px;
border-radius: 3px;
margin-bottom: 10px;
}
.product-sub img{
margin-left: 20px;
}
.product-sub p{
color: #fff;
margin-top: 23px;
padding-left: 10px;
font-size: 19px;
border-left: 2px solid #fff;
/*text-align: center;*/
}
.product-sub i{
color: #fff;
margin-top: 18px;
font-size: 35px;
}
.product-button button{
padding: 8px 45px 8px 45px;
font-size: 19px;
color: #ff6c6c;
}
.product-button button:hover{
color: #fff;
background-color: #ff6c6c;
border: 1px solid #fff;
}
.product-button button:active{
color: #fff;
background-color: #ff6c6c;
border: 1px solid #fff;
}
.btn-default:active:hover{
color: #ff6c6c;
background-color: #fff;
border: 1px solid #ff6c6c;
}
.has-error .form-control {
border-color:1px solid #ff6c6c!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
}
.product-button .btn-default{
border: 1px solid #ff6c6c;
}
.profile{
margin-left: 10px;
margin-right: 10px;
}
.profile h2{
font-size: 18px;
font-weight: 700;
font-color: #000000;
}
.profile-video p{
font-size: 18px;
}
.profile-p p{
color: #555;
font-size: 18px;
}
.profile-contant h2{
color: #555;
}
.profile-contant span{
font-size: 15px;
color: #555;
font-weight: 400;
}
.t-area{
border: 1px solid #ff6c6c;
}
.cont-button button{
padding: 5px 25px 5px 25px;
font-size: 19px;
color: #ff6c6c;
}
.cont-button .btn-default{
border: 1px solid #ff6c6c;
}
.cont-address{
margin-left: 10px;
margin-right: 10px;
}
.cont-address h2{
font-size: 20px;
font-weight: 600;
}
.cont-address h5{
font-size: 16px;
font-weight: 600;
}
.cont-address p{
margin-left: 15px;
color: #333;
}
.call-button .b-red{
color: #fff;
background-color: #ff6c6c;
}
.call-button button{
padding: 5px 40px 5px 40px;
font-size: 19px;
color: #ff6c6c;
}
.call-button .btn-default{
border: 1px solid #ff6c6c;
}
.s-icons .icon{
padding: 6px;
margin: 5px;
width: 28px;
height: 28px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.s-icons a:hover{
text-decoration: none;
}
.s-icons .twt{
color: #fff;
background-color: #00acee; 
}
.s-icons .twt:hover{
color: #00acee;
background-color: #fff ; 
}
.s-icons .fac{
color: #fff;
background-color: #3b5998; 
}
.s-icons .fac:hover{
color: #3b5998;
background-color: #fff ; 
}
.s-icons .linked{
color: #fff;
background-color: #0e76a8; 
}
.s-icons .linked:hover{
color: #0e76a8;
background-color: #fff; 
}
.footer-menus ul li{
list-style-type: none;
display: inline;
}
.footer-menus ul li a{
color: #555;
}
.bg-footer{
background-color: #eee;
}
.contact-enquery{  
margin-left: 10px;
margin-right: 10px;
}
.mob-menu{
border-top: 1px solid #eee;
}
.mob-menu ul{
margin-top: 8px;
}
.mob-menu ul li{
list-style-type: none;
display: inline;
margin: 10px!important;
font-size: 16px!important;
font-weight: 700;
}
.mob-menu ul li a{
color: #d82a2a;
}
.logo i{
float: right;
margin-top: 25px!important;
color: #ff6c6c;
margin-right: 10px;
font-size: 18px;
}
/*---------------------------------------
About page
---------------------------------------*/
.m-about{
margin-left: 10px;
margin-right: 10px;
}
.m-about h2{
font-size: 17px;
color: #ff6c6c;
}
.m-about p{
text-align: justify;
}
.menu-component{
border-top: 1px solid #f4f4f4;
padding: 8px;
background-color: #ff6c6c;
}
.menu-component a{
color: #fff;
}
.menu-component i{
color: #fff;
font-weight: 600;
padding: 3px;
}
.menu-component p{
color: #fff;
font-size: 16px;
margin-bottom: 0px;
}
.m-quality{
margin-left: 10px;
margin-right: 10px;
}
.m-quality h2{
font-size: 17px;
color: #ff6c6c;
}
.m-quality p{
text-align: justify;
}
/*---------------------------------------
Products page
---------------------------------------*/
.Products-component{
border-top: 1px solid #f4f4f4;
background-color: #ff6c6c;
padding-bottom: 151px;
padding-top: 8px;
padding-left: 8px;
}
.Products-component a{
color: #fff;
}
.Products-component i{
color: #fff;
font-weight: 600;
padding: 3px;
}
.Products-component p{
color: #fff;
font-size: 16px;
margin-bottom: 0px;
}
.req-mobilecontact{
background: #fff;
width: 340px;
padding: 1px;
border-radius: 15px;
box-shadow: none; 
clear: both;
}
.req-submitmobile{
width: 140px;
padding: 6px;
border: 1px solid #ff6c6c;
background-color: #fff;
border-radius: 3px;
color: #ff6c6c;
font-size: 18px;
}
.req-submitmobile:active{
color: #ff6c6c;
background-color: #fff;
border: 1px solid #ff6c6c;
}
.req-submitmobile:hover{
color: #ff6c6c;
background-color: #fff;
border: 1px solid #ff6c6c;
}
.req-submitmobile:focus{
color: #ff6c6c;
background-color: #fff;
border: 1px solid #ff6c6c;
}
.r-mobline{
border: 1px solid #ff6c6c;
}
/*---------------------------------------
Products Details
---------------------------------------*/
.products-details{
padding: 8px;
}
.products-details h2{
font-size: 19px;
font-weight: 700;
}
.products-details h5{
font-size: 16px;
}
.gallery-button .b-red{
color: #fff;
background-color: #ff6c6c;
}
.gallery-button .b-call{
padding: 5px 34px 5px 34px;
font-size: 19px;
color: #ff6c6c;
}
.b-call:active{
color: #ff6c6c;
background-color: #fff;
border: 1px solid #ff6c6c;
}
.b-call:hover{
color: #ff6c6c;
background-color: #fff;
border: 1px solid #ff6c6c;
}
.b-call:focus{
color: #ff6c6c;
background-color: #fff;
border: 1px solid #ff6c6c;
}
footer2-submit
.gallery-button .b-price{
padding: 5px 19px 5px 19px;
font-size: 19px;
color: #fff;
}
.gallery-button .btn-default{
border: 1px solid #ff6c6c;
}
.products1{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
position: absolute;
top: 155px!important;
width: 95%;
background-color: #fff;
}
.products2{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 140px;
}
.products3{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products4{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products5{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products6{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products7{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products8{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products9{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products10{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products11{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products12{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products13{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products14{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products15{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.contact-address{
padding: 0px;
}
.contact-enquery h2{
font-size: 18px;
text-align: center;
font-weight: 700;
}
/*.navbar .navbar-default{
display: none;
}
.navbar .navbar-inverse{
display: none;
}*/
.contact-top{
display: none;
}
.navbar-header a img{
padding: 0px;
}
.c-vdo{
padding-right: 15px;
padding-left: 15px;
}
.f-comp{
padding-right: 15px;
padding-left: 15px;
}
.bgr{
border: none;
}
/*.contact-address {
padding: 0px;
display: flex;
flex-direction: column-reverse;
}*/
.video iframe{
width: 100%
}
.video a{
margin: 45px;
}
.m-foter{
padding: 15px;
}
.footer2-submit:active{
color: #ff6c6c;
background-color: #fff;
border: 1px solid #ff6c6c;
}
.footer2-submit:hover{
color: #ff6c6c;
background-color: #fff;
border: 1px solid #ff6c6c;
}
.footer2-submit:focus{
color: #ff6c6c;
background-color: #fff;
border: 1px solid #ff6c6c;
}
footer2-submit
/*========================================================
@media screen and (max-width: 1024px)
========================================================*/
@media screen and (max-width: 1024px){
.desktopview{
display: none;
}
.mobileview{
display: block;
}
#more{
display: none;
}
html, body {
position: relative;
height: 100%;
}
body {
background: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color:#000;
margin: 0;
padding: 0;
}
p{
color: #000000;
}
header{
background-color: #fff;
}
.logo img{
width: 35%;
}
.menu-home{
border-top: 1px solid #f4f4f4;
line-height: 1.30;
}
/* .menu-home p{
margin-bottom: 0px;
}
.menu-home i{
color: #777;
font-weight: 600;
padding: 3px;
}
.menu-home p{
color: #777;
font-weight: 600;
padding: 3px;
margin-left: 20px;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
/*.swiper-slide img{
opacity: 0.5;
}*/
.swiper-slide span {
color: #000000;
position: absolute;
border-bottom: 1px solid #6f6a6a;
bottom: 53px;
}
.swiper-container1.swiper-container-initialized.swiper-container-horizontal.swiper-container-android {
position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 0;
left: 0;
text-align: center;
right: 0;
width: 100%;
z-index: 1;
}
.product{
margin-left: 10px;
margin-right: 10px;
}
.product h2{
font-size: 17px;
font-weight: 700;
font-color: #000000;
}
.product-sub{
padding: 5px;
border-radius: 3px;
margin-bottom: 10px;
}
.product-sub img{
margin-left: 0px;
}
.product-sub p{
    color: #fff;
    font-size: 16px;
    border-left: 2px solid #fff;
    min-height: 35px;
    /*padding-right: 20px;*/
    padding-left: 10px;
    margin-top: 18px;
    line-height: 1.16;
  /*  flex: 1;
    position: relative;
    align-items: center;
    display: flex;*/
}
.p-door{
  padding-right: 0px;
  padding-left: 0px;
}
.product-sub i{
color: #fff;
margin-top: 15px;
font-size: 35px;
}
.product-button button{
padding: 8px 45px 8px 45px;
font-size: 19px;
color: #ff6c6c;
}
.product-button .btn-default{
border: 1px solid #ff6c6c;
}
.profile{
margin-left: 10px;
margin-right: 10px;
}
.profile h2{
font-size: 18px;
font-weight: 700;
font-color: #000000;
}
.profile-video p{
font-size: 18px;
}
.profile-p p{
color: #555;
font-size: 18px;
}
.profile-contant h2{
color: #555;
}
.profile-contant span{
font-size: 15px;
color: #555;
font-weight: 400;
}
.t-area{
border: 1px solid #ff6c6c;
}
.cont-button button{
padding: 5px 25px 5px 25px;
font-size: 19px;
color: #ff6c6c;
}
.cont-button .btn-default{
border: 1px solid #ff6c6c;
}
.cont-address{
margin-left: 10px;
margin-right: 10px;
}
.cont-address h2{
font-size: 20px;
font-weight: 600;
}
.cont-address h5{
font-size: 16px;
font-weight: 600;
}
.cont-address p{
margin-left: 15px;
color: #333;
}
.call-button .b-red{
color: #fff;
background-color: #ff6c6c;
}
.call-button button{
padding: 5px 40px 5px 40px;
font-size: 19px;
color: #ff6c6c;
}
.call-button .btn-default{
border: 1px solid #ff6c6c;
}
.s-icons .icon{
padding: 6px;
margin: 5px;
width: 28px;
height: 28px;
color: #fff;
border-radius: 50%;
text-align: center;
}
.s-icons a:hover{
text-decoration: none;
}
.s-icons .twt{
color: #fff;
background-color: #00acee; 
}
.s-icons .twt:hover{
color: #00acee;
background-color: #fff ; 
}
.s-icons .fac{
color: #fff;
background-color: #3b5998; 
}
.s-icons .fac:hover{
color: #3b5998;
background-color: #fff ; 
}
.s-icons .linked{
color: #fff;
background-color: #0e76a8; 
}
.s-icons .linked:hover{
color: #0e76a8;
background-color: #fff; 
}
.footer-menus ul li{
list-style-type: none;
display: inline;
}
.footer-menus ul li a{
color: #555;
}
.bg-footer{
background-color: #eee;
}
.contact-enquery{  
margin-left: 10px;
margin-right: 10px;
}
.mob-menu{
border-top: 1px solid #eee;
}
.mob-menu ul{
margin-top: 8px;
}
.mob-menu ul li{
list-style-type: none;
display: inline;
margin: 50px;
font-size: 22px;
font-weight: 700;
}
.mob-menu ul li a{
color: #d82a2a;
}
.logo i{
float: right;
margin-top: 60px;
color: #ff6c6c;
margin-right: 10px;
font-size: 18px;
}
/*---------------------------------------
About page
---------------------------------------*/
.m-about{
margin-left: 10px;
margin-right: 10px;
}
.m-about h2{
font-size: 17px;
color: #ff6c6c;
}
.m-about p{
text-align: justify;
}
.menu-component{
border-top: 1px solid #f4f4f4;
padding: 4px;
background-color: #ff6c6c;
}
.menu-component a{
color: #fff;
}
.menu-component i{
color: #fff;
font-weight: 600;
padding: 3px;
}
.menu-component p{
color: #fff;
font-size: 16px;
margin-bottom: 0px;
}
.m-quality{
margin-left: 10px;
margin-right: 10px;
}
.m-quality h2{
font-size: 17px;
color: #ff6c6c;
}
.m-quality p{
text-align: justify;
}
/*---------------------------------------
Products page
---------------------------------------*/
.Products-component{
border-top: 1px solid #f4f4f4;
background-color: #ff6c6c;
padding-bottom: 151px;
padding-top: 8px;
padding-left: 8px;
}
.Products-component a{
color: #fff;
}
.Products-component i{
color: #fff;
font-weight: 600;
padding: 3px;
}
.Products-component p{
color: #fff;
font-size: 16px;
margin-bottom: 0px;
}
.c-enquary{
border-top: 1px solid #f4f4f4;
background-color: none;
padding-bottom: 0px;
padding: 4px;
}
/*---------------------------------------
Products Details
---------------------------------------*/
.products-details{
padding: 8px;
}
.products-details h2{
font-size: 19px;
font-weight: 700;
}
.products-details h5{
font-size: 16px;
}
.gallery-button{
text-align: center;
}
.gallery-button .b-red{
color: #fff;
background-color: #ff6c6c;
}
.gallery-button .b-call{
padding: 5px 34px 5px 34px;
font-size: 19px;
color: #ff6c6c;
}
.gallery-button .b-price{
padding: 5px 19px 5px 19px;
font-size: 19px;
color: #fff;
}
.gallery-button .btn-default{
border: 1px solid #ff6c6c;
}
.products1{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
position: absolute;
top: 205px;
background-color: #fff;
}
.products2{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 140px;
}
.products3{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products4{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products5{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products6{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products7{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products8{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products9{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products10{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products11{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products12{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products13{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products14{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.products15{
margin-left: 10px;
margin-right: 10px;
border: 2px solid #eee;
border-radius: 10px;
background-color: #fff;
margin-top: 14px;
}
.contact-enquery h2{
font-size: 18px;
text-align: center;
font-weight: 700;
}
.navbar-header a img{
padding: 0px;
}
/*.bgr{
border: none;
}
.contact-address {
padding: 0px;
display: flex;
flex-direction: column-reverse;
}*/
.video iframe{
width: 100%
}
.video a{
margin: 51px;
}
}