
. body {
  font-family: "Times New Roman", Times, serif;
}


.nopadding{padding: 0px !important;}
.margintop5{margin-top: 5px !important;}
.margintop10{margin-top: 10px !important;}
.about-section{
	background: #181818;
}

.about-desc p{
text-align: justify !important;	
margin-bottom: 0px;
}
.paddingtop25{
	padding-top: 25px;
}.paddingtop30{
	padding-top: 30px;
}

.marginbot10{margin-bottom: 10px !important;}

.img-responsive{
	    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0px;
}
.indesc-lhd{
	vertical-align: middle;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 5%;

}

.top-section{
	background-color:#777375;
	padding-bottom: 0px !important;
	border-top: 5px solid #181a1c;
	border-bottom: 5px solid #181a1c;
}
.thumb-img{
	    padding: 15px 0px;
}
.thimb-div{
	margin-left:10px !important;
}.thimb-div img{
	border:1px solid #fdc559;
}
.fetaures-section{
	background-color:#531f19 !important;
}
.fetaures-section-p{
	line-height: 30px;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    font-weight: 500 !important;
}

/*==============footyer top ======*/
.footer-top{
	background: #999999 !important;
}.footer-section{
	background: #999999 !important;
}
.footer-hd{
	font-size:22px;
	color: #fff !important;
    text-align: left;
    font-weight: 600 !important;
}
.left{
	float:left;
}
.p1{
	width:50%;
	position: relative;
	display: block;
	float: left;
	background: #000000 !important;
}.p2{
	width:50%;
	position: relative;
	display: block;
	float: left;
}.p2top{
	width:100%;
	position: relative;
	display: block;
	float: left;
	background: #333333 !important;
}.p2bot{
	width:100%;
	position: relative;
	display: block;
	float: left;
	background: #666666 !important;
}

.product-left{
	width:50%;
	position: relative;
	display: block;
	float: left;
	background: #888888 !important;
	    height: 100%;
}.product-right{
	width:49%;
	position: relative;
	display: block;
	float: right;
	background: #888888 !important;
	    height: 100%;
}








.vedio-left{
	width:49.5%;
	position: relative;
	display: block;
	float: left;
	background: #888888 !important;
	    height: 100%;
}.vedio-right{
	width:49.5%;
	position: relative;
	display: block;
	float: right;
	background: #888888 !important;
	    height: 100%;
}
.vedio-hd{
	line-height: 26px;
    font-size: 20px !important;
    text-align: center;
}
.vedio-border{
	 border: 10px groove #ddd;
}
.my_vedio {
	width: 100%;
    margin: 0 auto;   
    max-width: 100%;
}



.video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}
.video_wrapper_full {
  padding-top: 315px;
}


.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.vediothumb1 {   
 background-repeat: no-repeat;
  background-size: auto;
 background-image:url(../images/vedio1.jpg);
 }.vediothumb2 {   
  background-repeat: no-repeat;
  
 background-image:url(../images/vedio2.jpg);
 }.vediothumb3 {  
  background-repeat: no-repeat;
 
 background-image:url(../images/vedio3.jpg);
 }.vediothumb4 { 
  background-repeat: no-repeat;
  
 background-image:url(../images/vedio4.jpg);
 }
 .vediothumb5 { 
  background-repeat: no-repeat;
  
 background-image:url(../images/vedio5.jpg);
 }
 .vediothumb6 { 
  background-repeat: no-repeat;
  
 background-image:url(../images/vedio6.jpg);
 }
.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

  background-size: auto;
  border: none
   text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:hover {
  cursor: pointer;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster:hover:before,  .videoPoster:focus:before {
    border-color: #f00;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}







.download-hd{
	position: absolute;
    float: left;
    display: inline-block;
    top: 40%;
    left: 45%;
    text-align: center;
    margin: 0 auto;
    background: #a0a3a5;
    padding: 10px 25px;
}
.download-icn{
	padding: 10px;
    background: #6cb818;
    font-size: 24px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.download-btn{
    text-align: center;
    font-size: 20px;
    padding: 20px 50px;
    background: #707070;
    color: #fff !important;
    position: relative;
    display: inline-block;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}



.dropdown-content {
 left: 0;
    display: none;
    position: relative;
    background-color: #dfc186;
    min-width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
    width: 100%;
    height: auto;
    top: 80px;
    position: absolute;
}

.dropdown-content a {
  float: none;
    color: black;
    padding: 5px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
  background-color: transparent;
}

.show {
  display: block;
}
.img-drpdwn-icn{
	background: #0000;
    width: 70px;
    padding: 5px 10px;
}.drpdwn-hd{
	text-transform: uppercase;
    font-size: 16px;
}
.product-section{
	position: relative;
    background: #181A1C !important;
    
   
}.index-product-section{
	position: relative;
    background: #181a1c  !important;
    
   
}.index-product-section h2{
	position: relative;
    background: #777375 !important;
    padding: 8px 15px;
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.23); 
   
}
.product-div{
	text-align: left;
    background: #999999;
    margin-bottom: 25px;
    width: 100%;
   
}.product-div h2{
	text-align: left;
    font-size: 28px;
    padding: 8px 15px;
   color: #fff;
}.product-div a{
	cursor: pointer;
   color: #fff;
}
.product-div-desc{
	padding: 15px 15px;
	font-size: 20px;
}
.product-div-desc ul li{
	text-align: left;
    color: #ffffff;
    list-style: disc !important;
    line-height: 30px;
   
}.product-div-desc a{
	text-align: left;
    color: #ffffff;
    list-style: disc !important;
   
}

.subproduct-section{
text-align: left !important;
    color: #1a1a1a !important;	
}

.subproduct-div-desc{
	padding: 15px 15px;
	text-align: left !important;
    color: #1a1a1a !important;
    line-height: 30px !important;
    
}
.subproduct-div-desc ul li{
	text-align: left !important;
    color: #1a1a1a !important;
    list-style: disc !important;
    line-height: 30px !important;
   
}.subproduct-div-desc a{
	text-align: left;
    color: #1a1a1a !important;
    list-style: disc !important;
   
}
.p-img{
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.23);
}
.product-div h3{
	text-align: center;
    font-size: 20px;
    position: relative;
    display: block;
    padding: 15px 10px;
    margin: 0px;
    color: #2b2c2d;
        line-height: 25px;
    }
    .recentproduct{
	text-align: center;
    font-size: 21px;
    position: relative;
    display: block;
    padding: 5px 15px;
    margin: 0px;
    color: #ffffff !important;
    }
    .bgblack{
		background: #181a1c !important;
	}
	.divpnl{
		text-align: center;
    width: 100%;
    background: #e78f20;
    padding: 10px 0px;
	}
	.product-desc{
		margin: 15px 0px;
	}
	.product-desc li{
		line-height: 30px;
    text-align: left;
    color: #2b2c2d;
    font-size: 18px !important;
    list-style: disc !important;
		 
	}

	.tp-header{    
	display: block;
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
	}
	
	.tp-header h1{	   
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
}.tp-header a{	   
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
}
	.tp-header h2 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    color: #fddb3e;
}
	
.tp-headeraboutus{
	color: #ac2c2f !important;
	}

	
	.injectble-section{
	position: relative;
    background: #fff !important; 
	}
	.injectble-section h3{
	       line-height: 22px;
    text-align: center;
    font-size: 18px !important;

	}.injectble-section h3:hover{
	       line-height: 22px;
    text-align: center;
    font-size: 18px !important;
    color: #2b2b2b;

	}
	.injectble-div {
    text-align: left;
    background: transparent;
    margin-bottom: 25px;
    width: 100%;
}
	.injectble-hd{
	font-weight: 600;
    font-size: 28px;	
	}
	
	.injectble-hd h2{
		    padding: 15% 2% 2% 2%;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
	}.injectble-hd a{
		
		color: #fff;
		
	}
	
	.injectble-hd p{
		padding-top: 15%;
		color: #fff;
		padding: 0px 15px;
		font-size: 18px;
		font-weight: 600;
		font-style: italic;
	}
	
	.slider-hd h2{
		    padding: 5% 2% 2% 2%;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
	}.slider-hd a{
		
		color: #fff;
		
	}
	
	.slider-hd p{
		padding-top: 15%;
		color: #fff;
		padding: 0px 15px;
		font-size: 18px;
		font-weight: 600;
		font-style: italic;
	}
	.product h1{
		font-size: 28px;
	}
	/*=========Contact=================*/
	.contact{
	background: #00000000;	
	}
	.contact h3{
	color:#f8ba60;
	font-size:22px;	
	font-weight: 500;
	margin: 0px !important;
	}
	.contact p{
	line-height: 25px;
    padding: 10px;
    font-weight: 500;
    color: #fff;	
	}.contact a{
	line-height: 25px;
    padding: 10px;
    font-weight: 500;
    color: #fff;	
	}
	
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
   
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

.gallery-cell.is-selected {
  background: #ED2;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
