@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
  url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
  url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), 
  url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proitalic';
    src: url('../fonts/sourcesanspro-it-webfont.eot');
    src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*****************************CUSTOM CSS*************************************/
p{
	color: #4b4b4b;
	font-size: 15px;
	line-height: 20px;
}


/*img{
	max-width: 100%;
}*/
header{
	background:#000;	
}
.menuInr ul{
	display:table;
	width:100%;
	margin:0;
	padding:0;	
}
.menuInr ul li{
	display:table-cell;	
	width:20%;
}
.menuInr ul li a{
	display:block;
	text-align:center;
	font-family: 'source_sans_proregular';
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	padding:22px 0;	
	transition:color 0.3s ease;
}
.menuInr ul li a:hover, #selectMenu{
	color:#d4060e;	
}
.logoPor{
	background:url(../images/logoBg.jpg) no-repeat;
	background-size:cover;
}
.logoPorInr{
	background:url(../images/bgLogo1.png) no-repeat left 50px, url(../images/bgLogo2.png) no-repeat right bottom;
	height:568px;	
	text-align:center;
}
.logoPorInr a{
	display:inline-block;
	margin-top:74%;
}
.logoPorInr a img{
	max-width:100%;	
}
.aboutSec{
	background:url(../images/all.jpg) no-repeat;
	background-size:cover;
	padding:30px;
	text-align:center;
}
.aboutSec h2{
	color:#fff;
	font-size:31px;
	color:#fff;	
	font-family: 'source_sans_prosemibold';
	margin:0;
	padding:5px 0 20px 0;
	position:relative;
}
.aboutSec h2:after{
	position:absolute;
	width:124px;
	height:1px;
	background:#fff;
	content:"";
	bottom:0;
	left:50%;
	margin-left:-62px;	
}
.aboutSec p{
	color:#fff;
	font-size:15px;
	line-height:20px;
	padding:5px 0;
	margin:0;
	text-align:left;	
}
.aboutSec a{
	border:1px solid #fff;
	border-radius:5px;
	padding:14px 69px;
	color:#fff;	
	margin:10px 0;
	display:inline-block;
	transition:all 0.3s ease;
}
.aboutSec a:hover{
	color:#d4060e;
	border:1px solid #d4060e;
}

.contactSec{
	/*background:url(../images/abtBg.jpg) no-repeat;*/
	background:rgba(0, 0, 0, 0) url("../images/abtBg.jpg") no-repeat scroll -330px center / cover;
	background-size:cover;
	padding:30px;
	text-align:center;
}
.contactSec h2{
	color:#fff;
	font-size:31px;
	color:#fff;	
	font-family: 'source_sans_prosemibold';
	margin:0;
	padding:5px 0 20px 0;
	position:relative;
}
.contactSec h2:after{
	position:absolute;
	width:124px;
	height:1px;
	background:#fff;
	content:"";
	bottom:0;
	left:50%;
	margin-left:-62px;	
}
.contactSec p{
	color:#fff;
	font-size:15px;
	line-height:20px;
	padding:5px 0;
	margin:0;
	text-align:left;	
}
.contactSec a{
	border:1px solid #fff;
	border-radius:5px;
	padding:14px 69px;
	color:#fff;	
	margin:10px 0;
	display:inline-block;
	transition:all 0.3s ease;
}
.contactSec a:hover{
	color:#d4060e;
	border:1px solid #d4060e;
}
footer{
	background:#000;
	padding:20px 30px;	
}
.cpyRightPart{
	text-align:right;	
	padding-top:13px;
}
.ftrBlog{
	font-size:15px;
	color:#fff;	
}


/*=============cllaps Slider===============*/

.colapSec {
	overflow:hidden;
}
.colapsSec{
	overflow:hidden;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 7%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(7%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 7%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 7%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 7%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 7%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}




.productGallery{
	position:relative;	
}
.productGalleryBoxsec{
	position:relative;	
	z-index:9999;
	text-align:center;
}
.productGalleryBoxsecInr{
	margin-top:10px;
	/*background:#fff;*/
	padding:7px 10px;
	display:inline-block;
	/*background: rgba(0,0,0,0.7);*/
}
.productCatBlog{
	width:100%;
	margin:5px 0;
	display:block;
	clear:both;
	float:left;
	position:relative;
}
.productCatBlogCap{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:3px;
	background:rgba(0,0,0,0.7);
	color:#fff;	
	text-align:left;
}
.productCatBlog img{
	width:100%;
	min-height:120px;
}
.slides li a img{
	width:100%;	
}
.secndMenu{
	float:right;
	width:80%;	
}

.secndMenu2{
	float:right;
	width:100%;
	background-color:#000;	
}

.secendLogo{
	float:left;
	width:20%;
	padding:4px 0 0 15px;	
}
.contactPor{
	padding:25px 0 5px 0;	
	text-align:left;
}
.contactPorRow{
	margin:10px 0;
	display:block;	
}
.contactPorRow:after, .contactPorRow:before{
	display:table;
	content:"";
	clear:both;	
}
.contactRowLft{
	float:left;	
	width:35%;
	color:#fff;
}
.contactRowRight{
	width:65%;
	float:left;	
}

.selectOuter{
	display:block;
	position:relative;
}
.selectOuter span{
	display:block;	
	background:none;
	border:1px solid #fff;
	padding:2px 6px;
	color:#fff;	
	position:relative;
}
.selectOuter span:after{
	position:absolute;
	right:8px;
	top:0;
	content:"\f0d7";
	font-family: 'FontAwesome';	
	font-size:18px;
	cursor:pointer;
}
.selectOuter ul{
	margin:0;
	position:absolute;
	left:0;
	top:27px;
	right:0;
	z-index:9;	
	background:#fff;
	padding:0;
	display:none;
}
.selectOuter ul li{
	display:block;	
	padding:4px;
	cursor:pointer;
}
.selectOuter ul li:hover{
	background:#e9e8e8;	
}
.contactRowRight textarea{
	width:100%;
	height:175px;	
	background:none;
	border:1px solid #fff;
	padding:2px 6px;
	color:#fff;
	resize:none;	
}
.contactRowRight textarea:focus{
	border:1px solid #fff;
}
.contactRowRight input{
	width:100%;	
	border:1px solid #fff;
	padding:2px 6px;
	background:none;
	color:#fff;
}
.productFlexslider .slides li a img{
    min-height: 420px;
	width:100%;
}
.contactAdress{
	text-align:left;
	color:#fff;
	margin-top:20px;	
}
.contactHd{
	color:#fff;
	margin: 0 0 10px;
    padding: 10px 0 19px;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.5);
	text-align:left;	
}

.grayBtn {
	color:#fff;
	background-color:#666;
	margin:10px 10px;
	width:31%;
	line-height:25px;
}

.menu_part{ background-color:#000;}


.banner img{ background-size:cover; width:100%;}

.email_part{ color:#fff !important;}
.email_part:hover{ color:#09C !important; }

@media (min-width: 320px) and (max-width: 480px){
	
	.contactRowRight{ width:100%;}
	.contactRowLft{ width:100%; margin-bottom:10px;}
	.grayBtn{ float:left; margin-left:-12px; width:45%;}
	.contactPorRow{ margin-left:-14px;}
	#inner_menu{ margin-left:-20px;}
	.in_menu{ margin-top:10px; background-color:#0c0c0c;}
	.secndMenu2{
	background-color:#0c0c0c;	
     }
	.productFlexslider .slides li a img{ min-height:0 !important;}
	.ftrBlog{ font-size:7px !important;}
	}


.quote-bg{background: url(../images/quote.png); background-repeat: no-repeat; padding-top: 30px; padding-left: 30px !important; background-size: 17% !important; margin-top: 15px;}

.quote-bg h4{color:#fff !important}


