@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&display=swap');
@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:16px;	
}
img {
    pointer-events: none;
}
.brdr{
	border-right:1px solid #d7d7d7;
}
.brdr2{
	width:100%;
	margin:1% auto;
	border:1px solid #f3f3f3;
}
.clear{
	clear:both;
}

.mg_lft{
	margin:0% 1%;
}

.bg_clr{
	background-color:#b80403;
}

.bg_clr1{
	background-color:#f4f4f4;
}

.bg_clr2 {
    background-color: #f8f8f8;
	margin:1% 0%;
}




.ab_bg{
	 /* The image used */
  background-image: url("../images/ab_bg.jpg");


  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;	
}

.img{
	width:100%;
	display:block;
}
.img1{
	width:100%;
	display:block;
	border: 2px solid #e2e2e2;
}
.img2{
	width:100%;
	display:block;
	padding:0% 0% 4%;
}
.v_a{
	vertical-align:middle;
}
.no{
	display:none;
}
.yes{
	display:block !important;
}
.m_hgt{
	min-height:260px;
}
.m_hgt2{
	min-height:260px;
}
#wraper{
	width:100%;
}

.bg_nav{
	background-image:url('../images/nav-bg.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:54px;
}
.bg_nav2{
	background-image:url('../images/nav-b2.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:54px;
}

hr{
	border:1px dotted #d3d3d3;
}

.line{
	width:100%;
	height:2px;
	background-color:#f4f4f4;
}

.top_main{
	width:100%;
	margin:0 auto;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.1);
}
.top{
	width:90%;
	margin:0 auto;
	max-width:1200px;

}
.logo{
	width:336px;
	float:left;
	margin: 0.5% 0%;
}

.top_right{
	width:44%;
	float:right;
	margin:1.3% 1% 0%;
}
.col_em_main{
	width:100%;
	float:left;
}

.col_em_icon{
	width:4%;
	float:left;
	margin: 1.5% 1.5%;
}

.col_em_txt{
	width:26%;
	float:left;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	padding:2% 1% 1%;
	color:#444444;
}

.social_icon{
	width:19%;
	float:right;
}
.social_icon2{
	width:20%;
	float:left;
	margin:2% 1% 0%;
}

.fa {
  width:20%;
  font-size: 30px;
  padding:10%;
  float:left;
  margin: 0% 2%;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}


.navbar{
	width:500px;
	float:right;
}
.navbar_inner{
	width:420px;
	float:right;
}
.main_nav{
	position:absolute;
	top:54%;
}
.main_tp{
	position:relative;
	z-index:9;
}
.banner{
	width:100%;
	float:left;
}

/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a.link:link {
	text-decoration:none;
	color:#fff;
}
a.link:visited {
	text-decoration:none;
	color:#fff;
}
a.link:hover {
	text-decoration:none;
	color:#fff;
}
a.link:active {
	text-decoration:none;
	color:#fff;
}


a.link2:link {
	text-decoration:none;
	color:#000;
}
a.link2:visited {
	text-decoration:none;
	color:#000;
}
a.link2:hover {
	text-decoration:none;
	color:#000;
}
a.link2:active {
	text-decoration:none;
	color:#000;
}

/*--------------------------------------------------------------
top arrow
--------------------------------------------------------------*/
.top_arrow{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	bottom:3%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top.jpg');
	cursor:pointer;
}

.top_arrow:hover{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:3%;
	cursor:pointer;
	background-image:url('../images/top-b.jpg');
	display:none;
}

/*--------------------------------------------------------------
bullet
--------------------------------------------------------------*/
.bullet  {
	width:100%;
	margin-top:2%;
}
.bullet ul {
    list-style-image:url(../images/bullet.png);
	margin-left:5%;
}
.bullet ul li {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:120%;
	color:#000;
	margin:0% 2% 1% 2%;
	padding:1% 0.8% 3% 0.8%;
	text-decoration: none;
	font-weight:600;
}

.bullet2{
	width:100%;
	margin-top:1%;
}
.bullet2 ul {
    list-style-image:url(../images/bullet2.png);
}
.bullet2 ul li {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:180%;
	color:#000;
	margin:0% 0.5% 0% 1%;
	padding:0% 0% 1% 3%;
	text-decoration: none;
	text-align:left;
	font-weight:600;
}

.bullet3 {
	width:100%;
	margin-top:4%;
}

.bullet3 ul {
    list-style-image:url(../images/bullet3.png);
	margin-left:4%;
}

.bullet3 ul li a{
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:225%;
	color:#000;
	margin:0% 2% 0.1% 0%;
	padding:1% 0.8% 0.1% 0.8%;
	text-decoration: none;
	font-weight:300;
	text-transform:uppercase;
	border-bottom: 1px solid #bebebe;
	border-style: dashed;
}
.bullet3 ul li a:hover{
	color:#000;
}
/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.view_all{
	width:100px;
	float:left;
	margin-top:7%;
}

.btn{
	width:100%;
	padding:9% 0%;
	font-size:15px;
	border:0px solid;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	background-color:#fff;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	font-weight:600;
}
.btn:hover{
	background-color:#491919;
	color:#fff;
}

.button{
	width:100%;
	float:left;
	margin-top:0%;
}

.btn2{
	width:100%;
	padding:4% 0%;
	font-size:15px;
	border:0px solid;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	background-color:#491919;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font-weight:600;
}
.btn2:hover{
	background-color:#491919;
	color:#fff;
}


/* contaner div start */
.contener{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}
.col_sm1{
	width:100%;
	float:left;
}

.col_sm2{
	width:48%;
	margin:1% 1% 1% 1%;
	float:left;
}
.col_sm3{
	width:31%;
	margin:1% 1%;
	float:left;
	position:relative;
}

.col_sm4{
	width:23%;
	margin:1% 1% 1% 1%;
	float:left;
}

.col_sm5{
	width:18%;
	margin:1%%;
	float:left;
}
.col_sm8{
	width:60%;
	float:left;
	margin-top: 0%;
	margin-right: 1%;
	margin-bottom: 0%;
	margin-left: 1%;
}
.col_sm88{
	width:30%;
	margin:2% 2% 1%;
	float:right;
	border-left:1px solid #c1bdbd;
	padding-left:3%;
}
.col_sm9{
	width:60%;
	float:left;
	margin: 1%;
}
.col_sm99{
	width:30%;
	margin:1%;
	float:right;
}
/* contaner div ends */

.ftr_hed h3{
	font-family:'Open Sans', sans-serif;
	font-size:22px;
	text-align:left;
	padding:5% 0% 1.5%;
	color:#000;
	font-weight:700;
	text-transform:capitalize;
}
.ftr_icn_txt{
	width:100%;
	margin-top:5.5%;
}
.ftr_icon{
	width:32px;
	float:left;
	margin-top:1%;
}

.ftr_txt p {
    width: 80%;
    float: left;
    margin-left: 1%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 170%;
    padding: 0% 1% 2%;
}
.ftr_col_sm2{
	width:48%;
	margin:0% 1%;
	float:left;
}

.ftr_txt1{
	font-family:'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	text-align:left;
	font-weight:500;
	padding:2.5% 0%;
}
.ftr_txt2{
	text-align:right;
}

/**** home page******/

.cont_pra{
	padding:1% 0%;
}

.heading h1{
	font-family:'Open Sans', sans-serif;
	color: #434343;
	font-size: 25px;
	text-align:left;
	font-weight:700;
	padding:2% 1% 1%;
	text-transform:uppercase;
}

.heading span{
	color: #bb0d0b;
}

.heading h2{
	font-family:'Open Sans', sans-serif;
	color: #000;
	font-size: 20px;
	text-align:left;
	font-weight:600;
	padding:2% 1% 1%;
	text-transform:capitalize;
}

.pra p{
	font-family:'Open Sans', sans-serif;
	color: #000;
	font-size: 15px;
	text-align:justify;
	font-weight:600;
	padding:1% 1% 2%;
	line-height:170%;
}

.w_bg{
	background-color:#bb0c0a;
	padding: 1.5% 0%;
}

.product h1{
	font-family:'Open Sans', sans-serif;
	color: #fff;
	font-size: 25px;
	text-align:left;
	font-weight:700;
	padding:31% 1% 1%;
	text-transform:uppercase;
}

.customer h1{
	font-family:'Open Sans', sans-serif;
	color: #b80403;
	font-size: 25px;
	text-align:center;
	font-weight:700;
	padding:2% 1% 1%;
	text-transform:uppercase;
}

.dlr_vend ul {
    list-style-image:url(../images/bullet3.png);
	margin-left:2%;
}
.dlr_vend ul li{	
	font-family:'Open Sans', sans-serif;
	color: #000;
    font-weight: 600;
	font-size:15px;	
	text-align:justify;
	margin:1% 1% 0% 1%;
	line-height:160%;
}

.pro_head{
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	color:#340000;
	font-weight:600;
	margin:1% 1% 1%;
	line-height:150%;
}
.pro_h2{
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	color:#340000;
	font-weight:600;
	margin:1% 1% 1%;
	line-height:150%;
}

.main_head2 {
    font-size: 32px;
    color: #b80403;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    padding: 1% 0% 2% 1%;
}

/*--------------------------------------------------------------
contact page
--------------------------------------------------------------*/
.inner_heading h1{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 24px;
	font-weight:700;
	padding:2% 1% 1%;
}
.cont_txt h2{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:600;
	padding:1% 1% 0%;
	color:#000;
}
.cont_txt h3{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:600;
	padding:1% 1% 1%;
	color:#3a0201;
}
.cont_col_sm3{
	width:28%;
	float:left;
	margin:1%;
	border:1px solid #e9e9e9;
	background-color:#f3f3f3;
	min-height:135px;
}
.cont_pdg_sm3{
	padding:1% 1.5%;
}
.con_heading h2{
	font-family:'Open Sans', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight:600;
	padding:2% 1% 0%;
}
.con_hedng_h1{
	font-family:'Open Sans', sans-serif;
	color: #b80403;
	font-size: 15px;
	font-weight:600;
	padding:1% 1% 1%;
}

.cont_icn {
    width:20px;
    float:left;
    margin:0.5% 3% 0% 1%;  
}
.cont_icn i {
	font-size:20px;
}
.cont_txt_main {
    width: 85%;
    float: left;
}
.cont_txt_main p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align:left;
}

/********
services
************/

.service h1{
	font-family:'Open Sans', sans-serif;
	color: #b80403;
	font-size: 20px;
	text-align:left;
	font-weight:600;
	padding:2% 1% 1%;
	line-height:140%;
	text-transform:capitalize;
}
.service p{
	font-family:'Open Sans', sans-serif;
	color: #000;
	font-size: 15px;
	text-align:justify;
	font-weight:600;
	padding:1% 1% 2%;
	line-height:150%;
}

.main_head{
    font-size:32px;
    color: #b80403;
    letter-spacing: 1px;
	font-weight:700;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
	padding:1% 0% 2% 2%;
}


/*--------------------------------------------------------------
Zoom img
--------------------------------------------------------------*/
.column {
    display:block;
    text-align: center;
	width:100%;
}

figure {
    overflow: hidden;
	margin:0%;
	padding:0%;
}

a p {
    color: black;
    margin-top: 8px;
    font-family: 'Open Sans' , Sans-Serif;
}

a:hover {
    text-decoration: none;
}

.column img {
    display: block;
    height: auto;
} 

.column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} 



.col_sm11{
	width:70%;
	margin:0 auto;
}



.social_icon_nweb{
	display:none;
}



@media only screen and (max-width:1324px){
.top_right {
    width:50%;
}
}

@media only screen and (max-width:1218px){
.top_right {
    width: 53%;
}
}

@media only screen and (max-width:1097px){
.social_icon {
    width: 21%;
    float: right;
}
}

@media only screen and (max-width:1090px){
.top{
	width:98%;
}
.contener{
	width:98%;
}

.logo img{
	width:100%;
}
}


@media only screen and (max-width:1007px){
.top_right {
    width: 55%;
}
}

@media only screen and (max-width:1000px){
.cont_col_sm3 {
    width: 44%;
    float: left;
    margin: 1%;
    border: 1px solid #e9e9e9;
    background-color: #f3f3f3;
    min-height: 140px;
}
.bullet2 ul li {
    margin: 0% 0.5% 0% 4%;
}
.customer h1 {
    text-align: left;
    padding: 2% 2% 1%;
	line-height:150%;
}
}

@media only screen and (max-width:990px){
.top_right {
    width: 58%;
}
}

@media only screen and (max-width:950px){
.contener {
    width: 100%;
}
.logo {
    float: none;
	margin:0.5% auto;
}
.top_right {
    float: none;
    margin:0.5% auto;
}
.main_nav {
    position: static;
    top: 0%;
}
.navbar {
    width:100%;
    float: right;
	background-color:#b80403;
}
.navbar_inner {
    width:100%;
}
.bg_nav {
    background-image: none;
    height: 100%;
}
.bg_nav2 {
    background-image: none;
    height: 100%;
}
}

@media only screen and (max-width:916px){
.top_right {
    width: 62%;
}
}

@media only screen and (max-width:900px){
.main_head {
    padding: 1% 0% 2% 3%;
}
.col_sm99 {
    width: 98%;
    margin: 1% auto;
    float: none;
}
.col_sm9 {
    width: 96%;
    margin: 1% auto;
    float: none;
}
.col_sm2 {
    width: 98%;
}
.col_sm4 {
    width: 48%;
    margin: 1% 1% 1% 1%;
    float: left;
}
.middel {
    width: 90px;
    margin: 4%;
}

.ftr_txt_main {
    margin: 2% 1% 2% 1%;
}

.col_sm3 {
    width: 48%;
}
}

@media only screen and (max-width:880px){
.ftr_hed h3{
	padding:4% 0% 1.5%;
}
.ftr_icn_txt {
    width: 100%;
    margin-top: 2%;
	margin-bottom: 2%;
}
}

@media only screen and (max-width:861px){
.top_right {
    width: 65%;
}
}

@media only screen and (max-width:850px){
.top_right {
    width: 65%;
}
.col_sm8{
	width:100%;
	margin:1% 0%;
	float:left;
}
.col_sm88{
	width:100%;
	margin:0% 0% 1%;
	border-left:none;
	padding-left:0%;
}
.ftr_hed h3{
	padding:4% 0% 1.5%;
}
}

@media only screen and (max-width:820px){
.top_right {
    width: 70%;
}
}


@media only screen and (max-width:773px){
.top_right {
    width: 75%;
}
}

@media only screen and (max-width:709px){
.top_right {
    width: 80%;
}
}

@media only screen and (max-width:700px){
.cont_col_sm3{
	width:98%;
	margin:1% auto;
}
.ftr_col_sm2 {
    width:98%;
}
.ftr_txt2 {
    text-align: left;
}
.ftr_txt1 {
    padding: 1.5% 0%;
}
.bullet2 ul li {
    margin: 0% 0.5% 0% 5%;
}
}


@media only screen and (max-width:664px){
.top_right {
    width: 85%;
}
}

@media only screen and (max-width:628px){
.top_right {
    width: 90%;
}
}

@media only screen and (max-width:650px){
.col_sm3 {
    width: 98%;
}
}


@media only screen and (max-width:590px){
.top_right {
    width: 95%;
}
}

@media only screen and (max-width:600px){
.bullet2 ul li {
    margin: 0% 0.5% 0% 6%;
}
.col_sm9 {
    width: 93%;
    margin: 1% auto;
    float: none;
}
}


@media only screen and (max-width:531px){
.top_right {
    width: 85%;
}
}

@media only screen and (max-width:559px){
.top_right {
    width: 99%;
}
}

@media only screen and (max-width:538px){
.top_right {
	display:none;
}
.social_icon_nweb{
	display:block;
}

.logo {
    float: none;
    margin: 0.5% auto 2%;
}
}

@media only screen and (max-width:550px){
.cont_col_sm3{
	width:98%;
	min-height:140px;
}
.col_sm4 {
    width: 90%;
    margin: 4% auto;
    float: none;
}
.product h1 {
    padding: 1% 1% 1%;
}
.view_all {
    margin:2% 1% 2%;;
}
}

@media only screen and (max-width:497px){
.social_icon2 {
    width: 23%;
}
}


@media only screen and (max-width:450px){
.bullet2 ul li {
    margin: 0% 0.5% 0% 7%;
}
}

@media only screen and (max-width:430px){
.social_icon2 {
    width: 27%;
}
}

@media only screen and (max-width:367px){
.social_icon2 {
    width: 30%;
}
}

@media only screen and (max-width:350px){
.logo {
    width: 98%;
    float: none;
    margin: 0.5% auto;
}
}

@media only screen and (max-width:331px){
.social_icon2 {
    width: 34%;
}
}

