@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* ==========================================================================
Main Styles
========================================================================== */
body {
    font-family: 'aparajitaregular';
	font-size: 16px;
	color: #0d0d0d;
	overflow-x: hidden;
}
.sep {
	max-width: 80px;
	border: 2px solid #0d0d0d;
	margin-top: 40px;
	margin-bottom: 40px;
}
.light-sep {
	max-width: 80px;
	border: 2px solid #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
	font-size: 72px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.16em;
}
h2 {
	font-size: 40px;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.05em;
}
h3 {
	font-size: 26px;
	color: #000;
	font-weight: 400;
}
h4 {
	font-size: 24px;
	color: #000;
	font-weight: 400;
}
h5 {
	font-size: 22px;
	color: #000;
	font-weight: 400;
}
h6 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.05em;
}
p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
a:active, a:focus {
	outline: none;
	text-decoration: none;
}
/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
	background: transparent;
	border: 3px solid #fff;
	padding: 15px 30px;
	font-size: 14px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
	background: #fff;
	color: #0d0d0d;
	text-decoration: none;
}
.btn-light {
	background: #fff;
	border: 3px solid #fff;
	padding: 15px 30px;
	font-size: 14px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #0d0d0d;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
.btn-block {
	background: #24242a;
	padding: 15px 0;
	font-size: 16px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 3px solid #24242a;
}
.btn-block:hover, .btn-block:focus, .btn-block:active {
	background: #fff;
	color: #0d0d0d;
	text-decoration: none;
}
/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
	background: #24242a;
}
.light-bg {
	background: #fff;
}
/* ==========================================================================
Navigation Style
========================================================================== */
.menuarea .nav.navbar-nav {
	margin-top: 10px;
}
.navbar-default {
	background-color:#fff;
	margin-bottom: 0;
	border: none;
}
/*.navbar-brand { height: 110px; }
*/.navbar-default .navbar-header {
	width: 28%;
	padding-right: 15px;
}
.navbar-default .nav-wrap {
	width: 50%;
}
.navbar-default .nav > li > a {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 35px 15px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > ul {
	display:none;
	}
.navbar-default .nav > li:hover ul {
	display:block;
	}
.navbar-default .nav > li {
	position:relative;
	}	
.navbar-default .nav > li:hover ul {
	
	}	
.navbar-default .nav > li ul {
	position:absolute;
	left:0;
	top:80px;
	background:#000;
	padding:10px;
	margin:0;
	width:200px;
	}
.navbar-default .nav > li ul li {
	list-style:none;
	}	
	
.navbar-default .nav > li ul li a { 
    font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 15px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:block;
	text-align:left;
}
.navbar-default .nav > li ul li:hover a { 
	color:#dcbf79;
	text-decoration:none;
}			
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:active {
	color: #b7862e ;
}
.navbar-default .social-media {
	float: right;
	padding: 0 15px;
}
.navbar-default .social-media i {
	font-size: 22px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #8363ab;
}
.top-nav-collapse {
	background-color:#fff;
	box-shadow: 0 -3px 10px 5px #000;
}
.top-nav-collapse .navbar-brand {
	height: auto;
}
.top-nav-collapse .navbar-brand img {
	width: 80%;
	height: auto;
}
.top-nav-collapse .nav > li > a {
	padding: 30px 15px;
}
.navbar-nav {
	float: right;
}
.activemenu {
	color: #b7862e !important;
}
/* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
	overflow: hidden;
}
#owl-hero .item {
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#owl-hero .item .caption {
	position: absolute;
	top: 36%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 15;
}
.caption {
	background:url(../img/content_bg.png) repeat;
}
#owl-hero .item .caption h1 {
	margin-top: 50px;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-weight:bold;
}
#owl-hero .item .caption h1 span {
	font-weight: 700;
}
#owl-hero .item .caption h6 {
	color: #fff;
	margin: 0;
}
#owl-hero .owl-pagination {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
	background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
	background: #fff;
	font-size: 24px;
	color: #a3a3a3;
	opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
	left: -60px;
}
#owl-hero .owl-buttons .owl-next {
	right: -60px;
}
#owl-hero .owl-buttons .owl-prev, #owl-hero .owl-buttons .owl-next {
	position: absolute;
	background: #fff;
	top: 50%;
	height: 51px;
	width: 51px;
	line-height: 45px;
	border-radius: 0;
	border: 1px solid #fff;
	z-index: 20;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#owl-hero:hover .owl-prev {
	left: -5px;
}
#owl-hero:hover .owl-next {
	right: -5px;
}
.clor1 {
	background: #8363ab;
}
.clor2 {
	background: #0c8ab9;
}
.clor3 {
	background: #11b7a3;
}
.clor4 {
	background: #c2997a;
}
#owl-hero .item .caption h1 {
	font-size: 52px;
	line-height: 160px;
}
#owl-hero .item .caption h1 span {
	font-size: 65px;
	padding: 0 40px;
}
/* ==========================================================================
Footer Style
========================================================================== */
footer {
	background: #fff;
	padding: 40px 0;
	text-align: center;
}
footer h1 {
	text-transform: uppercase;
	font-weight: 700;
}
footer .social {
	margin: 40px 0;
}
footer .social a {
	color: #fff;
	margin-left: 20px;
	margin-right: 20px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .social a:hover, footer .social a:focus, footer .social a:active {
	color: #a3a3a3;
}
footer h6 {
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 18px;
	color: #000;
}
.bottom_footer {
	width: 100%;
	border-top: solid 1px #898989;
	padding-top: 10px;
	margin-top: 30px;
}
.bottom_footer .pull-right {
	margin-top: 15px;
	color: #000;
	font-size: 18px;
}
.bottom_footer .pull-right a {
	color: #1381aa;
}
.bottom_footer .pull-right a:hover {
	color: #8363ab;
	text-decoration: none;
}
/* ==========================================================================
curtain Style
========================================================================== */
.content_area {
	width: 100%;
	padding: 40px 0;
}
.content_area h2 {
    font-family: 'aparajitaregular';
	letter-spacing: normal;
	text-transform:uppercase;
}
.content_area h5 {
    font-family: 'aparajitaregular';
	font-size: 22px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 25px;
}
.curtainbox {
	float: left;
	width: 100%;
	overflow: hidden;
	border: solid 8px #ccc;
}
.curtainbox:hover {
	border: solid 8px #555;
}
.gall_box {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.gall_tit {
	float: left;
	padding: 15px 0;
	border-bottom: solid 2px #ccc;
	width: 100%;
    font-family: 'aparajitaregular';
	font-size: 22px;
}
.gall_box:hover .gall_tit {
	border-bottom: solid 2px #555;
	color: #000;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
/* ==========================================================================
Contact Style
========================================================================== */

.cont_address {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.cont_map {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.location {
	float: left;
	width: 100%;
	background: url(../img/location.jpg) no-repeat left top;
	padding: 0 0 15px 35px;
	margin-bottom: 10px;
	border-bottom: solid 1px #f1f1f1;
    font-size: 20px;
}
.phone {
	float: left;
	width: 100%;
	background: url(../img/phone.png) no-repeat left top;
	padding: 5px 0 15px 35px;
	margin-bottom: 10px;
	border-bottom: solid 1px #f1f1f1;
    font-size: 20px;
}
.mobile {
	float: left;
	width: 100%;
	background: url(../img/mobile.png) no-repeat left top;
	padding: 5px 0 15px 35px;
	margin-bottom: 10px;
	border-bottom: solid 1px #f1f1f1;
    font-size: 20px;
}
.contactus_sec h5 {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.contactus_sec h6 {
	border-bottom: 1px dashed #ccc;
	font-size: 15px;
	padding-bottom: 15px;
	letter-spacing: normal;
	color: #666;
	line-height: 24px;
}
.email_sec {
	float: left;
	width: 100%;
	background: url(../img/email.jpg) no-repeat left top;
	padding: 0 0 15px 35px;
	margin-bottom: 10px;
	border-bottom: solid 1px #f1f1f1;
}
.web_sec {
	float: left;
	width: 100%;
	background: url(../img/web.jpg) no-repeat left top;
	padding: 0 0 15px 35px;
	margin-bottom: 10px;
}
.email_sec a, .web_sec a {
	color: #006799;
    font-size: 20px;
}
.email_sec a:hover, .web_sec a:hover {
	color: #8363ab;
	text-decoration: none;
    font-size: 20px;
}

/* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
/*-- Navigation --*/
.navbar-default {
	background: #000;
}
.navbar-default .navbar-header {
	width: 100%;
	padding-right: 0;
}
.navbar-default .navbar-header .navbar-brand {
	height: auto;
}
.navbar-default .navbar-header .navbar-brand img {
	width:100%;
	height: auto;
}
.navbar-brand {width:60%; float:left;}
.navbar-default .nav-wrap {
	width: 100%;
}
.navbar-default .navbar-toggle {
	padding-top: 25px;
	padding-bottom: 25px;
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
	background: none;
}
.navbar-default .navbar-left, .navbar-default .navbar-right {
	float: none !important;
}
.navbar-default .navbar-toggle {
	display: block;
}
.navbar-default .navbar-collapse {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-collapse.collapse {
	display: none !important;
}
.navbar-default .navbar-nav {
	float: none !important;
	margin-top: 7.5px;
}
.navbar-default .navbar-nav > li {
	float: none;
}
.navbar-default .collapse.in {
	display: block !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-nav > li {
	border-bottom: 1px solid #ccc;
}
.navbar-default .nav > li > a {
	padding: 15px;
}
/*-- Sliders --*/
#owl-hero h1 {
	font-size: 42px;
}
#owl-hero h6 {
	font-size: 16px;
}
#owl-hero .btn {
	margin-top: 20px;
}
#owl-hero .owl-buttons {
	display: none;
}
}
.about_me_content {
    font-size: 18px;
    line-height: 30px;
}
.contact_under_line {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.innerbanner img {
    width: 100%;
}
.zooming{width:100%}
