@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;}
body{
	font-family: 'Raleway', sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:400;
	color:#535353;
	overflow-x:hidden; 
	background:#fff;
}
p{margin:0;padding:0;line-height:24px;}
ul{margin:0;padding:0;}
li{list-style:none;text-decoration:none;}
a,a:hover,a:focus{text-decoration:none;color:#4b4b4b;outline:0!important;}
hr{width:100%;height:2px;background:#e6e6e5;}
h1,h2,h3,h4,h5,h6{margin:0;}
.c{
	margin:0 auto; 
	padding:0; 
	background:none; 
	border:0; 
	outline:0; 
	line-height:0; 
	clear:both!important;
}
.relative{position:relative!important;}
.left{float:left!important;}
.right{float:right!important;}
.txt-align-left{text-align:left!important;}
.txt-align-right{text-align:right!important;}
.txt-align-center{text-align:center!important;}
.no-pad{padding-left:0!important;padding-right:0!important}
.no-pad-left{padding-left:0!important;}
.no-pad-right{padding-right:0!important;}
#preloader { 
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #586156 url(../images/preload.gif) no-repeat center center; 
}
.wrapper{
	width:100%;
	height:auto;
	position:relative;
}
header{
	width:100%;
	height:auto;
	background: #fff;
	padding:20px 0;
}
.top_side{
	display:inline-block;
	float:right;
	margin-right: -15px;
	margin-top:10px;
}
.navbar-nav > li{
	padding:0 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:none;
	color:#a47d54;
            border-bottom: 2px solid;
}
.navbar-default .navbar-nav > li > a{
	color:#a47d54;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color:#a47d54;
}

.navbar-nav > li > a{
	padding:0;
	color:#a47d54;
	text-transform:capitalize;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
}

.banner_wrapper{
	width:100%;
	height:auto;
	position:relative;
}
.banner_wrapper .owl-theme .owl-controls{
	margin-top:0px;
}
.cnt_bg{
	background-image:url(../images/content_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.content_wrapper{
	width:100%;
	height:auto;
	padding:35px 0;
}
.content_wrapper h2{
	color:#928b8b;
	font-size:28px;
	font-weight:500;
	line-height:normal;
	text-transform: uppercase;
	position:relative;
	margin-bottom:25px;
}
.content_wrapper h2 span{
	display:block;
	font-size:28px;
	font-weight:500;
	color:#a47d54;
}
.content_wrapper p{
	padding-bottom:15px;
}
.onwer_box{
	width:100%;
	min-height:320px;
	background:#dbd8d8;
	padding: 20px 20px 30px 20px;
}
.onwer_image_box{
	width:263px;
	height:253px;
	border:3px #727171 solid;
	position:relative;
	margin-left:70px;
	margin-top:20px;
	margin-bottom:25px;	
}
.onwer_image_box img{
	position:absolute;
	width:100%;
	height:100%;
	right:15px;
	bottom:15px;
}
.onwer_box h4{
	font-size:16px;
	color:#535353;
	margin-bottom:15px;
	    margin-top: 15px;
}
.onwer_box p{
	color:#535353;
	line-height:23px;
}
.item_box{
	width:20%;
	height:auto;
	padding:15px;
	float:left;
}
.image_box{
	border-radius:50%;
	height:auto;
	overflow:hidden;
}
.image_box img{
	width:100%; 
}
.item_box h3{
	font-size:20px;
	font-weight:500;
	color:#313131;
	text-align:center;
	padding:15px 0 10px;
	text-transform:capitalize;
}	
footer{
	width:100%;
	height:auto;
	padding:40px 0 0px;
	background-image:url(../images/footer_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
footer h3{
	font-size:14px;
	color:#dddada;
	font-weight:400;
	padding-bottom:20px;
	text-transform:uppercase;
	padding-top:15px;
}
footer p{
	color:#dddada;
	font-size:12px;
	line-height:20px;
	text-align:left;
	padding:6px 0;
}
footer hr{
	height:1px;
	background:#908f8f;
	margin:0;
	margin-bottom:20px;
	margin-top:20px;
}
footer ul{
	padding:0;
	margin:0;
}
footer ul li{
	padding-bottom:5px;
}
footer ul li a{
	color:#dddada;
	text-transform:capitalize;
	font-size:13px;
}
footer ul li a:hover{
	color:#aaa;
}
.social{
	display:inline-block;
	float:left;
}
.social li{
	float:left;
	padding-right:15px;
	color:#dddada;
	padding-top:3px;
}
.social li img{
	width:22px;
}
.foote p{
	text-align:right;
}
.foot_nav{
	width:100%;
	height:auto;
	padding:10px 0;
	background:rgba(255,255,255,.2);
	margin-top:25px;
}
.foot_nav p{
	color:#ecebeb;
}
.txt-align-right p{
	text-align:right;
}
.foot_nav a{
	color:#ecebeb;
}
@media (max-width: 991px) {
	.navbar-brand > img{
		width:190px;
	}
	.mainimg{
		height:500px;
	}
	.subImg{
		height:235px;
	}
}
@media (max-width: 767px) {
	.navbar-toggle{
		margin-top:0px;
		border: none;
		border-radius: 0px; 
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #725648;
	}
	.top-social{
		float:left;
	}
	.top_nav ul{
		float:left;
	}
	.top_side{
		float:left;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 27px;
		height: 3px;
		border-radius: 0px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: none;
	}
	.mob-left{
		float:left!important;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
		border-bottom:none;
		padding-bottom:5;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color:#29ABE2;
		padding-bottom:5px;
		border-bottom:none;
	}
	.navbar-nav > li {
		padding-left: 20px;
	}
	.navbar-nav > li > a{
		padding-bottom:5px;
	}
	.content_wrapper{
		padding: 20px 0;
	}
	.content_wrapper h2{
		padding-top:0;
		font-size:22px;
	}
	.cnt_bg {
		background-repeat: repeat-y;
	}
	.onwer_image_box{
		margin-left: 15px;
	}
	
	.item_box{
		width:50%;
	}
	
	footer h3{
		margin-top:15px;
	}
	.social{
		float:left;
		
	}
	.social li{
		padding-left:0;
		padding-right:10px;
	}
	.foote p{
		text-align:left;
	}
}
@media (max-width: 480px) {
	.item_box{
		width:100%;
	}
}
.content_wrapper img{
	max-width:100%;
}
.sub_banner{
	width:100%;
	height:auto;
	position:relative;
}
.sub_banner img{
	max-width:100%;
}
.team img{
	border:1px #a47d54 solid;
}
.team h4{
	font-size:18px;
	font-weight:500;
	padding-bottom:20px;
}
.team p{
	line-height:20px;
}
.team h2{
	text-align:center;
}
.team h2 span{
	display:inline-block;
}

.contact i{
    font-size: 22px;
    color: #725648;
    display: block;
    padding-bottom: 15px;
}
.contact p{
	color:#928b8b;
	font-size:16px;
	padding-top:10px;
}
.contact label{
	font-size:14px;
	font-weight:300;
	padding-top:20px;
}
.contact input[type=text]{
	width:100%;
	height:40px;
	background:none;
	border:none;
	outline:none;
	padding-left:15px;
	margin-bottom:30px;
	border:1px #a47d54 solid;
}	
.contact textarea{
	width:100%;
	height:100px;
	background:none;
	border:none;
	outline:none;
	padding-left:15px;
	margin-bottom:30px;
	border:1px #a47d54 solid;
}
.contact input[type=submit]{
	width:100px;
	height:35px;
	background:#725648;
	border:none;
	outline:none;
	text-align:center;
	color:#fff;
	cursor:pointer;
	line-height:36px;
	font-size:16px;
	font-weight:600;
	margin-bottom:30px;
	text-transform:uppercase;
	margin:0 auto;
	display:block;
	border:1px #725648 solid;
}
.pp_bx {
	position:absolute;
	width:80%;
	left:10%;
	bottom:15px;
	background:rgba(255,255,255,.7);
	padding:15px 10px;
	opacity:0;
	-webkit-transition: opacity .5s; /* Safari */
    transition: opacity .5s;
	
}
.pp_bx  p{
	color:#725648;
}
.pjpt_box{
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:30px;
}
.pjpt_box:hover .pp_bx {
	opacity:1;
}

.services h4{
	font-size:24px;
	color:#725648;
	padding-bottom:15px;
	font-weight:600;
	padding-top:20px;
}
.services p{
	color:#725648;
}

.careers h2 span{
	display:inline-block;
}
.careers h4{
	font-size:20px;
	color:#928b8b;
	font-weight:600;
	margin-bottom:20px;
}
.careers ul li{
	padding:5px 0;
	padding-left:20px;
	background:url(../images/li_bg.png) left center no-repeat;
}

.careers input[type=text],.careers select,.careers input[type=file]{
	width:100%;
	height:40px;
	margin-bottom:15px;
	outline:none;
	padding-left:10px;
	color:#6a6a6a;
	background:#fff;
	border:1px #aa855f solid;
}
.careers input[type=file]{
	border:none;
	padding-left:0;
}

.careers input[type=submit]{
	width:auto;
	height:auto;
	text-align:center;
	text-transform:capitalize;
	padding:10px 20px;
	cursor:pointer;
	outline:none;
	font-weight:400;
	border: none;
    background:#aa855f;
	color:#fff;
	float:left;
	text-transform:uppercase;
	margin-top:3px;
}
.careers label{
	font-size:12px;
	font-weight:500;
	color:#4f4f4f;
}
.careers img{padding-bottom:3px;}


.intro{
	position:fixed;
	width:100%;
	height:100%;
	background:#282828;
}
.intro img{
	max-width:100%;
}
.intro a{
	display:inline-block;
	padding:15px 40px;
	color:#fff;
	border:2px #fff solid;
	text-transform:uppercase;
	font-size:20px;
	margin-top:30px;
	font-weight:600;
}
.intro a:hover{
	background:#fff;
	color:#282828;
}
@media (max-width: 767px){
	.intro table tr td{
		width:100%;
	}
	
}
.mgtp
{
   margin-top: 30px;
}
