@charset "utf-8";
/* CSS Document */

.video img{
	width:180px;
	height:135px;}

.enq input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
	color:rgba(153,153,153,1);
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}


.enq .button {
display: inline-block;
border-radius: 4px;
background-color:#313332;
border: none;
color: #FFFFFF;
text-align: center;
font-size: 18px;
padding: 12px;
width: 120px;
transition: all 0.5s;
cursor: pointer;
margin: 1px;
border: solid 1px #fff;
margin-bottom: 6px;
}

.enq .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.enq .button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.enq .button:hover span {
  padding-right: 25px;
}

.enq .button:hover span:after {
  opacity: 1;
  right: 0;
}












a, .dropdown-menu>li>a, .navbar-default .navbar-nav>li>a>.caret, .social-links i, .email-box button, .share-icons, .visible, .gallery-listing > div > a[data-image]:after, .gallery-listing > div > a[data-youtube]:after, .gallery-listing > div > a[data-image]:before, .gallery-listing > div > a[data-youtube]:before{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;	
}
header{
	background:#e7e9e4;	
	border-bottom:1px solid #fff;
}
.home-about{
	background-color:#E7E9E4;	
}

.home-testmonial{
	background:url(../img/testimonial-bg.jpg) center center no-repeat;
}
.section-title{
	margin-top:40px;
	margin-bottom:30px;	
}
footer{
	background:#313332;	
	color:#fff;
	
}
footer h2{
	font-size:30px;	
	margin-bottom: 30px;
	margin-top: 40px;
}
.footer-links{
	padding-left:15px;	
}
.footer-links a{
	color:#E7E7E7;
	width:100%;
	display:table;
	line-height: 42px;
	font-size: 17px;
}
.footer-links a:hover{
	color:#ed1c24;
	padding-left:5px;
}

.social-links i{
	width:50px;
	height:50px;
	background:#444444;
	color:#999999;
	font-size:18px;
	text-align:center;
	line-height:50px;
	
	margin-right:0px;
}
.social-links i:hover{
	color:#444;
	background:#ddd;
}
.email-box{
	position:relative;	
}
.email-box input{
	border:1px solid #22b24c;
	background:transparent;
	width:100%;
	line-height:44px;
	padding:0 10px;
}
.email-box button{
	background:#22b24c;
	height:46px;
	border:0;
	width:90px;
	position:absolute;
	right:0;
	top:0;
}
.email-box button:hover{
	background:#129638;
}


.copyright{

margin-top: 30px;
padding-top: 15px;
padding-bottom: 15px;	
}
.copyright a{
	color:#fff;
}
.copyright a:hover{
	color:#ed1c24;
}
@media screen and (min-width:992px){
.connect-block:before{
	content:"";
	height:90%;
	width:1px;
	background:#fff;
	left:-15px;top:40px;
	position:absolute;
}
}

.nav-select{
	max-width:90%;
	position:absolute;	
	cursor:pointer;
	width:300px;
}
.nav-select .select-text{
	line-height:40px;
	background:transparent;
	border:1px solid #fff;
	padding:0 10px;
	width:100%;	
	position:relative;
}
.nav-select .select-text:after{
	width:42px;
	height:40px;
	background:#fff;
	content:"\f107";
	font-family:"FontAwesome";
	text-align:center;
	line-height:40px;
	position:absolute;
	right:0;
	top:0;
	color:#363937;
	font-size:34px;
}


.nav-select .select-option{
	background:#fff;
}
.nav-select .select-option.active{
	background:#eee;
}
.nav-select .select-option a{
	color:#363937;	
}

.language-selector{
	width:140px;
	position: absolute;
	right: 0;
	z-index: 1;	
}
@media screen and (max-width:767px){
.language-selector{
	right: auto;
	left:0;
	transform:scale(0.8);
	-webkit-transform:scale(0.8);
	top: -2px;
}
}
.language-selector a{
	color:#000;	
	width:50%;
	height:22px;
	font-size: 14px;
	display: table;
	float: left;
	text-align:center;
	line-height:22px;
}
.language-selector a:hover{
	color:#fff;
}
.language-selector a.active{
	color:#fff;
}
.language-selector a:first-child {
    background: #B52126 none repeat scroll 0% 0%;
    border-radius: 0px;
}
.language-selector a:last-child {
    background: #313332 none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 0px;
}



.inner-content{
	padding-bottom:50px;	
}

.profile-block{
	margin:15px auto 25px;	
	text-align:center;
}
.profile-block{
		
}

.captcha-image{
	position:absolute;
	width:calc(100% - 30px);
	height:47px;
	overflow:hidden;
	top:0;
	left:15px;
}
.captcha-image img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	width:auto;
	max-width:100%;
	height:auto;
	max-height:47px;	
}
@media screen and (min-width:768px) and (max-width:991px){
.captcha-block{
	margin-top:5px;	
}
}
@media screen and (max-width:767px){
.captcha-block > div:first-child{
	margin-bottom:15px;	
}
.contact-form .captcha-block > div:first-child{
	margin-bottom:0px;	
}	
}

.contact-form .form-control, .contact-form button{
	margin-bottom:15px;	
}
.contact-form button{
	width:100%;
	min-width: 100%!important;
}


.contact-left-bg, .contact-right-bg{
	position:absolute;
	top: -93px;
	min-height: 500px;
	width: 50%;
	z-index: -1;
}
.contact-left-bg{
	left:0;
	background:#d9d9d9;
}
.contact-right-bg{
	right:0;	
	background:#c5c5c5;
}

@media screen and (min-width:992px){
.contact-left{
	padding-right:30px!important;	
}
.contact-right{
	padding-left:30px!important;	
}
}

@media screen and (max-width:991px){
.contact-left-bg, .contact-right-bg{
	width:100%;	
	min-height: 680px;
}
.contact-right-bg{
	top:482px;	
}
}
@media screen and (max-width:767px){
.contact-right-bg{
	top:530px;	
}
}
@media screen and (max-width:700px){
.contact-right-bg {
    top: 557px;
}	
}
@media screen and (max-width:370px){
.contact-right-bg {
    top: 580px;
}	
}



.news-listing h3{
	margin:0 0 15px;	
}
.news-listing hr{
	margin:10px 0;	
}
.news-listing > .row{
	padding-bottom:30px;
	margin-top:15px;
	position:relative;
	display:table;
}
.news-listing .news-thumb img{
	border:1px solid #000;	
	max-width:100%;
	margin-bottom:15px;
}

.news-short-description p span > a{
	color:#f6861f;
	text-decoration:underline;
}
.news-control > .date, .news-control> .share{
	display:inline-table;
	height:32px;
	margin-right:15px;
}
.news-control > .date span{
	line-height:32px;
	display:inline-table;	
	margin-left:10px;
	font-size:14px;
}
.news-control > .date i, .news-control> .share i{
	font-size:30px;
	line-height:32px;
	color:#ed1c24;
}
.news-control> .share i{
	margin-top:10px;	
}
.news-listing > .row span > a:hover{
	color:#cc690e;
	text-decoration:none;
}
.news-listing > .row:after{
	content:"";
	width:calc(100% - 30px);
	height:1px;
	background:rgba(0,0,0,0.2);
	bottom:0;
	left:15px;
	position:absolute;
	display:none;
}
.news-listing > .row:last-child::after{
	display:none;
}

.share{
	position:relative;	
	cursor:pointer;
}
.share-icons{
	position:absolute;
	top:0;	
	width:200px;
	padding-left:0;
	left:35px;
	overflow:hidden;
	height:50px;
	display:none;
}
@media screen and (max-width:639px){
.share-icons{
	left:-135px;
}
}

.share-icons.visible{
	display:block;
	animation-name:fadeInLeft;
	-webkit-animation-name:fadeInLeft;
}
.share-icons a{
	width:50px;
	height:50px;
	display:inline-table;	
	float: left;
	list-style-type:none;
}
.share-icons a:nth-child(1){
	background:url(../img/social-share-icon.png) no-repeat;	
	background-position:0 0;
}
.share-icons a:nth-child(2){
	background:url(../img/social-share-icon.png) no-repeat;	
	background-position:-50px 0;
}
.share-icons a:nth-child(3){
	background:url(../img/social-share-icon.png) no-repeat;	
	background-position:-100px 0;
}
.share-icons a:nth-child(4){
	background:url(../img/social-share-icon.png) no-repeat;	
	background-position:-150px 0;
}

.news-full-description h2, .news-full-description h3, .careers-full-description h2, .careers-full-description h3, .facility-full-description h2, .facility-full-description h3{
	margin-bottom:0px;
	margin-top:0;
	position:relative;
	padding-bottom:10px;
}
.news-full-description h2 span, .news-full-description h3 span{
	position:absolute;
	bottom:0;
	left:0;
	line-height:25px;
	font-size:14px;
	color:rgba(0,0,0,0.4);
}
.news-full-description > img{
	width:100%;
	max-width:500px;	
	float:left;
	margin:0 30px 15px 0;
}




.gallery-listing > div{
	overflow:hidden;
}
.gallery-listing > div > a{
	position:relative;	
	display:block;
	overflow:hidden;
}
.gallery-listing > div img{
	margin:0;
}
.gallery-listing > div > a[data-image]:after, .gallery-listing > div > a[data-youtube]:after{
	content:"";	
	width:0%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.5);
	left:0;
	top:50%;
	text-align:center;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
}
.gallery-listing > div:hover > a[data-image]:after, .gallery-listing > div:hover > a[data-youtube]:after{
	width:100%;
}
.gallery-listing > div > a[data-image]:before, .gallery-listing > div > a[data-youtube]:before{
	font-family:"FontAwesome";
	color:rgba(255,255,255,0.8);
	position:absolute;
	left:-100px;
	top:50%;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	width:100%;
	text-align:center;
	font-size:40px;
	z-index:1;
	opacity:0;
}
.gallery-listing > div > a[data-image]:before{
	content:"\f03e";
}
.gallery-listing > div > a[data-youtube]:before{
	content:"\f04b";
}
.gallery-listing > div:hover > a[data-image]:before, .gallery-listing > div:hover > a[data-youtube]:before{
	left:0%;
	opacity:1;
}






.navbar-default .navbar-collapse{
	margin-top:0px !important;}
	
.navbar-nav > li > a {
    padding-top: 98px !important;
    padding-bottom: 70px !important;
    padding-left: 11px !important;
}
.navbar-nav > li > a{
	font-size:13px;
	
	line-height:normal !important;}
.navbar-nav li:hover{
	background-color:#b62127;
	color:#fff !important;}
	.navbar-default .navbar-nav > .active > a{
		color:#B52126 !important;}
		
.navbar-default .navbar-nav > .active > a:hover{
	
	color:#fff !important;}
.tp-hdr{
	min-height:52px; 
	background-color:#212121;
	}
.tp-hdr p{
	color:#999999;
	line-height:40px;
	font-size:16px;}
.mm{
	width: 0; position:absolute;  top:0; border-top: 53px solid #B52126; border-right: 670px solid transparent; border-left: 670px solid transparent; border-bottom: 100px solid transparent; padding:0; left:50%; transform:translateX(-50%); top:130px;
	}
	.cm{
	width: 0; position:absolute;   border-top: 53px solid #fff; border-right: 670px solid transparent; border-left: 670px solid transparent; border-bottom: 100px solid transparent; padding:0; left:50%; transform:translateX(-50%); bottom: -153px;
	}
	.dd{
	width: 0; position:absolute;   border-top: 53px solid #E7E9E4; border-right: 670px solid transparent; border-left: 670px solid transparent; border-bottom: 100px solid transparent; padding:0; left:50%; transform:translateX(-50%); bottom: -153px;
	}
	.ff{
	width: 0; position:absolute;   border-top: 53px solid #fff; border-right: 670px solid transparent; border-left: 670px solid transparent; border-bottom: 100px solid transparent; padding:0; left:50%; transform:translateX(-50%); bottom: -153px;
	}
	
.fst-cn{
	width:100%;
	float:left;
	height:132px;
	margin-bottom: 120px;
	position:relative;
	text-align:center;
	color:#fff;
	padding-top:10px;
	background-color:#B52126;}
.mmb-mision{
	background-image:url(../img/vision.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:auto 0;
	text-align:center;
	margin-left:25%;
	width:170px;
	height:170px;
	border-radius:50%;
	background-color:#E7E9E4;}
	.mmb{
		text-align:center;}
	.mmb-merit{
	background-image:url(../img/merit.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:auto 0;
	text-align:center;
	margin-left:25%;
	width:170px;
	height:170px;
	border-radius:50%;
	background-color:#E7E9E4;}
.mmb-branch{
	background-image:url(../img/barnch.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:auto 0;
	text-align:center;
	margin-left:25%;
	width:170px;
	height:170px;
	border-radius:50%;
	background-color:#E7E9E4;}
		.enq{
		min-height:287px; background-color:#B52126;
		text-align:center;
		color:#fff;
		padding-top:100px;}
	.latst-prdss{
		position:relative; margin-right:15px;}
		.latst-prdss img{
			width:100%;}
			
		.latst-prdss h4	{
				position:absolute; bottom:-10px; left:0px; width:100%; background-color:rgba(0,0,0,.5); color:#fff; height:60px;}
			.latst-prdss h4:hover{
				height:100px;
				transition:all 0.5s ease-in-out;}
				
.addrs p{
	padding-left:15px;
	float:left;}
.addrs i{
	float:left;
	padding-top:5px;
	color:#7F7F7F;}
.addrsin{
	width:100%;
	float:left;}
footer p{
	font-size:17px;
	color:#E7E7E7;}
footer h2{
	font-family: 'Lato-bold';}
	
.footer-links i{
	color:#7F7F7F; 
	padding-right:8px;}
	
.main-ftr{
	padding-bottom:50px;}
.re{
	position:relative; min-height:440px; padding-top:5px;}
	
.sub-hdr{
	position:relative;}
.sub-hdr img{
	width:100%;
	height:auto;}
.sub-hdr h3{
	position:absolute;
	font-family: "Lato-reg";
	bottom:-11px;
	padding:10px;
	color:#fff;
	background-color:rgba(0,0,0,.5);
	text-align:center;
	width:100%;}
	
.enquiry label{
	margin-bottom:0px;
	margin-top:0px;}
	.enquiry{
	margin-bottom:10px;
	margin-top:10px;}
	
.enquiry h3{
	
	padding-bottom:5px;}
.enquiry .btn-default{
	    color: #fff;
    background-color: #E35454;
    border-color: #CCC;
}
.misn-mrit{
	margin-top:25px; margin-bottom:20px; border:solid 1px #666666; padding-bottom:10px; background-image:url(../img/kitchen.png); background-repeat:no-repeat; background-position:center;}
	
.misn-mrit h3{
	text-align:center;
	background-color:#B3B3B3;
	border-radius:8px;
	padding:8px;
	color:#fff;
	font-weight:bold;}
.misn-mrit p{
	text-align:justify;}`

	
.product-lister-head{   
	 position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    height: 60px;
}

.product-lister{
	width:100%;
	position:relative;
	min-height:200px;
	margin-bottom:15px;
	}
	
.product-lister img{
	width:100%;
	}
.product-lister-head:hover{
	height:100px !important;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;}
	
	
.discri{
	padding-left:40px !important;
	padding-top:20px;
	text-align:left;
	background-color: #E7E7E7;
	min-height:495px !important;
	padding-bottom: 102px;}
	
.disci-enqu{
	width:100%; background-color:#F2F2F2; position:absolute; bottom:0;
	padding:20px;
	left:0;
	text-align:center;
	}
	
.disci-enqu .modal{
	text-align:left;}
	
.disci-enqu .modal	label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 4px;
    font-weight: 700;
    margin-top: 4px;
    width: 100%;
	font-size: 14px;
}

.downloads-cntr{
    background-color: #E7E7E7;
    min-height: 100px;
    background-image: url("../img/pdf-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 0px 32px;
	position:relative;
	margin-top:12px; margin-bottom:12px;
}
.downloads-cntr p{    padding-left: 61px;
    padding-top: 36px;
}

.downloads-cntr i{
	position:absolute;
	right: 16px;
	font-size:25px;
	top: 42px;}

.branches-cntr{
	background-color:#EDEDED;
	min-height:150px;
	padding:20px;
	background-image:url(../img/logo-branch.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:15px;
	position:relative;
	border-radius: 0px 0px 103px 0px;
	box-shadow:rgba(102,102,102,1) 0px 1px 0px 0px;}
	
.branches-cntr h4{
	font-size:26px;
	font-weight:bold;
	border-bottom: 1px solid #545454;
	padding-bottom: 10px;}
.branches-cntr h5{
	font-size:18px;
	
}

.branches-cntr-sty{
	width: 0; position:absolute;  top:0; border-top: 33px solid #C6C6C6; border-right: 33px solid transparent; border-left: 33px solid transparent; border-bottom: 33px solid transparent; padding:0; right:0; 
	}
	
.dc{
	padding-top:15px;
	color:#999;}
	
.discri li{
	background-color:#F3F3F3;
	padding:10px;
	margin-bottom:5px;
	list-style:none;
	text-align:left;
	position:relative;
	-webkit-box-shadow:  1px 1px 0px 0px rgba(0,0,0,.5);
-moz-box-shadow:  1px 1px 0px 0px rgba(0,0,0,.5);
box-shadow: 1px 1px 0px 0px rgba(0,0,0,.5);

box-shadow: 1px 1px 0px 0px rgba(0,0,0,.5);
border-radius: 0px 0px 0px 20px;}
	
.discri ul{
	padding:0;}
	

