.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


input.error, select.error, textarea.error {
      background: #FBB5A8;
} 

label.error {
        float: left; color: red;
        padding-left: 1.3em; vertical-align: top; 
		
    }

.nopadding{
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
}

.heading h2{
	font-weight:bold;
	margin-top:0px;
	margin-bottom:40px;
}

.inner-page .heading{
	font-weight:bold;
	text-align:center;
	margin-top:0px;
}


.inner-page .line{
	width:50px;
}

.inner-page p{
	line-height:2;
}

@media(max-width:768px){
	.inner-page{
		text-align:center;
	}
}

@media (max-width:500px){
	h1{
		
	}
	
	h2{
		font-size:25px !important;
	}
	
	h3{
		font-size:20px;
	}
	
	h4{
		font-size:15px;
		font-weight:bold;
	}
}

@media (max-width:360px){
	h1{
		font-size:25px !important;
	}
	
	h2{
		font-size:20px !important;
	}
	
	h3{
		font-size:18px;
	}

}

/**Header Starts**/

#header-top{
	padding-top:10px;
	padding-bottom:10px;
}

#header-top ul li{
	margin-top:8px;
	letter-spacing:3px;
}

#header-top ul li .fa{
	margin-right:10px;
}

#header-top form{
	float:right;
}

.navbar-default{
	padding:20px 0px 20px 0px;
	margin-bottom:0px;
}

.navbar-default .navbar-nav li a{
	font-weight:bold;
	transition:.4s;
}

.navbar-default .navbar-nav > li.dropdown.open > ul.dropdown-menu{
	width:250px;
	padding-top:0px;
	padding-bottom:0px;
}

.navbar-default .navbar-nav > li.dropdown.open > ul.dropdown-menu li a{
	padding:10px;
	text-align:center;
}

.navbar-header a{		
	margin-top:0px;
	padding:0px;
}

.navbar-header img{		
	margin-top:0px;
	height:60px;
}

@media(min-width:768px) and (max-width:991px){
	
	.navbar-default .navbar-brand img{
		display:inline-block;
		text-align:center;
		margin-left:290px;
	}
	
	.navbar-nav{
		margin-top:25px;
	}
}

@media(max-width:767px){
	
	#header-top{
		text-align:center;
	}
	
	#header-top form{
		float:none;
	}

	.navbar-default{
		padding:0px;
	}
	
	.navbar-default .navbar-nav{
		margin-top:0px !important;
		margin-bottom:0px;
	}
	
	.navbar-header{
		height:90px;
	}
	
	.navbar-header img{
		height:60px;
		margin-top:15px;
		margin-left:15px;
	}
	
	.navbar-header button{
		margin-top:30px;
	}
	
	.navbar-default .navbar-nav > li.dropdown.open > ul.dropdown-menu{
		width:100%;
	}
	
		
	.navbar-default .navbar-nav > li.dropdown.open > ul.dropdown-menu li a{
		text-align:left;
	}
}

/**Header Ends**/


/**Main Carousel/Products Carousel Starts**/

@media (min-width:991px){
	
	#myslider .carousel-inner .item img{
		max-height:620px;
		min-height:620px;
		width:100%;
	}
}

@media (min-width:800px) and (max-width:991px){
	
	#myslider .carousel-inner .item img{
		max-height:570px;
		min-height:570px;
		width:100%;
	}
}

@media (min-width:768px) and (max-width:800px){
	
	#myslider .carousel-inner .item img{
		max-height:470px;
		min-height:470px;
		width:100%;
	}
}

@media (min-width:500px) and (max-width:768px){
	
	#myslider .carousel-inner .item img{
		max-height:370px;
		min-height:370px;
		width:100%;
	}
}

@media (min-width:360px) and (max-width:500px){
	
	#myslider .carousel-inner .item img{
		max-height:280px;
		min-height:280px;
		width:100%;
	}
	
	#myslider .carousel-inner .item .carousel-caption h1{
		font-size:30px;
	}

}

@media (min-width:320px) and (max-width:360px){
	
	#myslider .carousel-inner .item img{
		max-height:250px;
		min-height:250px;
		width:100%;
	}

	#myslider .carousel-inner .item .carousel-caption h1{
		font-size:30px;
	}
}

.popular-outer{
	overflow:hidden;
	position:relative;
	margin-bottom:1px;
}

.popular-img {
	max-height:315px;
	min-height:315px;
	width:100%;
	
	display:flex;
	align-items:center;
	justify-content:center;

}

.popular-outer .popular-inner{
	margin-top:-70px;
	padding:0px 15px 0px 15px;
}

.popular-outer .popular-inner .p-name h4,
.popular-outer .popular-inner .p-name p{
	margin-top:0px;
	font-weight:bold;
}

.popular-outer .popular-mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-left:15px !important;
}

.popular-img img {

	max-height:270px;
	max-width:100%;

	}

.popular-outer .popular-mask .tag{
	position:absolute;
	padding:5px;
}

.popular-outer .popular-mask .tag h4{
	font-weight:bold;
	font-style:italic;
}

.popular-outer .btn{
	border-radius:0px;
	padding:10px 20px 10px 20px;
}

.popular .grid{
	padding-top:0px !important;
	padding-right:10px !important;
}

/**Main Carousel/Products Carousel Ends**/


/**Who we are Section Starts**/

#who-we-are{
	padding-top:60px;
	padding-bottom:60px;
}

#who-we-are #who-we-are-info p{
	line-height:2.5;
}

#who-we-are .why-us-block{
	margin-top:30px;
	padding:20px;
}
	
@media(max-width:991px){
	
	#who-we-are .why-us-block{
		margin-bottom:20px;
	}
}

/**Who we are Section Ends**/


/**Web Promotional 2 Section Starts**/

#web_promotional_2{	
	padding-top:60px;
	padding-bottom:60px;
}

#web_promotional_2 #highlights .highlight-box h1{
	font-weight:bold;
	font-size:50px;
	margin-top:5px;
	margin-bottom:0px;
}

#web_promotional_2 #highlights .highlight-box h4{
	margin-bottom:0px;
}

@media(max-width:991px){
	
	#web_promotional_2 #highlights .highlight-box{
		padding:10px;
	}
}

/**Web Promotional 2 Section Ends**/


/**Featured Products Section Starts**/

#featured-products{
	padding-top:60px;
	padding-bottom:60px;
	transition:.9s;	
}

.owl-carousel .grid{
	padding:10px;
}

.products .product-block .product-img{
	max-height:260px;
	min-height:260px;
	width:100%;
	overflow:hidden;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}

.products .product-block .product-img .img-mask{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	visibility:hidden;
	transition:.9s;
}

.products .product-block .product-img .img-mask .product-info{
	top: 33%;
	transform: translateY(33%);
	bottom:initial;
}

.products .product-block .product-img .img-mask h3{
	font-weight:bold;
}

.products .product-block .product-img .img-mask a{
	margin-top:20px;
}


.products .product-block .product-img img{
		max-height:260px;
		max-width:100%;
		transition:.9s;
	}
	


@media(min-width:500px) and (max-width:600px){
	
	
	
	.products .product-block .product-img .img-mask .product-info{
		top: 48%;
		transform: translateY(48%);
		bottom:initial;
	}
	
}

@media(min-width:400px) and (max-width:500px){
	
	
	
	.products .product-block .product-img .img-mask .product-info{
		top: 48%;
		transform: translateY(48%);
		bottom:initial;
	}
}

@media(min-width:368px) and (max-width:400px){
	
	
	
	.products .product-block .product-img .img-mask .product-info{
		top: 40%;
		transform: translateY(40%);
		bottom:initial;
	}
}



/**Featured Products Section Ends**/


/**Testimonial Section Starts**/

#testimonial{
	padding-top:60px;
	padding-bottom:60px;
}

#testimonial .web_heading h1{
	font-weight:bold;
	margin-bottom:50px;
}

#testimonial .item img{
	height:150px !important;
	width:150px !important;
	margin-top:10px;
}

#testimonial .item blockquote{
	border-left:none;
	padding-left:100px;
	padding-right:100px;
	padding-bottom:10px;
}

#testimonial .item blockquote p{
	font-size:16px;
}

#testimonial .carousel-indicators{
	margin-bottom:-50px;
}

@media (max-width:768px){
	
	#testimonial .carousel-control{
		padding-top:70px;
	}

	#testimonial .item img{
		margin-bottom:10px;
	}
	
	#testimonial .item blockquote{
		padding-left:50px;
		padding-right:50px;
		padding-bottom:30px;
	}
}

/**Testimonal Section Ends**/


/**Footer Starts**/

#footer-top{
	padding-top:40px;
	padding-bottom:40px;
}

#footer-top h4{
	font-weight:bold;
}

#footer-top p{
	font-size:13px;
	line-height:2;
}
	
#footer-top .address-block{
	margin-top:20px;
}

#footer-top #address .address-block .address-icon .fa{
	font-size:25px;
	height:50px;
	width:50px;
	border-radius:100%;
	padding-top:12px;
}

#footer-top #address .address-block .address-text{
	padding-top:10px;
}

#footer-top #about-us p{
	margin-bottom:20px;
	margin-top:20px;
}

#footer-bottom .social-icons a{
	margin-right:15px;
	text-align:center;
}

#footer-bottom .social-icons .fa{
	font-size:20px;
	height:50px;
	width:50px;
	padding:15px;
}

#footer-top #contact p{
	margin-top:20px;
}

#footer-top #contact form{
	margin-top:30px;
}

#footer-bottom{
	padding-top:15px;
	padding-bottom:15px;
}

#footer-bottom p{
	margin-top:17px;
}

@media(max-width:991px){
	
	#footer-top{
		text-align:center;
	}
			
	#footer-top #about-us,
	#footer-top #contact{
		margin-top:20px;
	}
			
	#footer-bottom{
		text-align:center;
	}
}

@media(min-width:991px){
	
	#footer-bottom .social-icons{
		float:right;
	}
}

/**Footer Ends**/


/**About Us Page Starts**/

.inner-page{
	padding-top:60px;
	padding-bottom:60px;
}

.page-title{
	padding-top:15px;
	padding-bottom:15px;
}

.page-title h2{
	font-weight:bold;
	margin:0px;
}

@media(max-width:991px){
	.about-img img{
		margin-bottom:40px;
	}
}

/**About Us Page End**/


/**Products Page Starts**/

.our-products .sidebar h3{
	margin-bottom:20px;
}

.our-products .sidebar .nav-pills li a{
	transition:.9s;
	text-transform:uppercase;
}

.our-products .sidebar .nav-pills li a:hover,
.our-products .sidebar .nav-pills li.active a
{
	font-weight:bold;
	padding-left:30px;
}

.our-products .products .product-block{
	margin-bottom:30px;
}

@media(max-width:768px){
	
	.our-products .content-div{
		margin-top:60px;
	}
}

/**Products Page Ends**/


/**Product Details Page Starts**/

.product-details .details-text .features{
	margin-top:15px;
	margin-bottom:15px;
}

.product-details .details-text .features .fa{
	font-size:40px;
	height:80px;
	width:80px;
	border-radius:100%;
	padding-top:18px;
}

.product-details .details-text .features .feature-name{
	font-weight:bold;
	text-transform:uppercase;
}

.product-details .details-text .features .feature-value{
	font-weight:bold;
}

.inner-page-featured-products{
	margin-top:60px;
}

.product-details .details-text .inquiry-butn a{
	border-radius:0px;
}

.product-details .product-carousel .item {
	max-height:400px;
	min-height:400px;
	width:100%;
	overflow:hidden;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	}

.product-details .product-carousel .item img{
		max-height:400px;
		max-width:100%;
		transition:.9s;
}


@media(max-width:767px){
	.product-details .details-text{
		margin-top:40px;
	}
}



/**Product Details Page Ends**/


/**Inquiry Us page starts**/

.inquiry-section form h3{
	font-weight:bold;
}

.inquiry-section form label{
	font-weight:normal;
}

.inquiry-section .table td{
	font-weight:bold;
}

.inquiry-section form .btn{
	border-radius:0px;
}

/**Inquiry Us page Ends**/


/**Contact us Page Starts**/

.contact-section .address-text-icon{
	padding:20px;
}

.contact-section .address-text-icon .fa{
	font-size:35px;
	height:70px;
	width:70px;
	text-align:center;
	border-radius:100%;
	padding:14px;
}

.contact-section .address-text-icon h4{
	font-weight:bold;
}


.contact-section #contact-form{
	margin-top:60px;
}

.contact-section #contact-form input,
.contact-section #contact-form textarea,
.contact-section #contact-form .btn{
	border-radius:0px;
}

.contact-section #contact-form textarea{
	height:168px;
}

.contact-section #contact-form .btn{
	border-radius:0px;
}

@media(max-width:768px){
	
	.contact-section .address-text-icon{
		margin-top:20px;
	}
}

/**Contact us Page Ends**/