/* Vandana Sethhi  */

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face 
	#color 1f763b */
html, body, #wrapper {
	height: 100%;
	scroll-behavior: smooth;
	font-size: 16px;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top: 68px;
}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:138px;
}
* {
	padding: 0;
	margin: 0;
}
p{
	font-size: 16px;
	line-height: 1.4em;
	padding: 0 0 10px;
}
a{
	display: inline-block;
}
span{
	display: inline-block;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:rgb(249,249,249);
	}
.loader .icon {
  position: fixed;
  left: 48%;
  top: 55%;
  z-index: 9999;
	}
.body_overlay {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.request_overlay {
    display: block;
}
.request_overlay_box {
    width:32%;
    margin:5% auto;
    background: #f1f1f1;
    padding: 15px;
    box-shadow: 5px 2px 23px -15px;
    position: relative;
}

.close_overlay {
	
	border-radius:10px;
	font-size:30px;
	color:#73674f;
	font-weight:800;
	text-align: center;
    position: absolute;
    right:-16px;
    top:-20px;
    padding:5px 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}
.close_overlay:hover {
    opacity: 1;
    color:#d5cbbb;
}
/*
.close_overlay:before,
.close_overlay:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
}
.close_overlay:before {
    transform: rotate(45deg);
}

.close_overlay:after {
    transform: rotate(-45deg);
}*/
/* #Grid system
================================================== */
.container {
	width:1200px;
	margin: 0 auto;
}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
}
.container:after, .row:after {
	clear: both;
}
.row {
		margin-left: -10px;
		margin-right: -10px;
		display:-ms-flexbox;
	 display:flex;
	 -ms-flex-wrap:wrap;
	 flex-wrap:wrap;
		}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		position: relative;
		min-height: 1px;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		}
.col-sm-12 {
	-ms-flex:0 0 100%;
  flex:0 0 100%;
	max-width: 100%;
	}
.col-sm-11 {
	-ms-flex:0 0 91.66666667%;
  flex:0 0 91.66666667%;
	max-width: 91.66666667%;
	}
.col-sm-10 {
	-ms-flex:0 0 83.33333333%;
  flex:0 0 83.33333333%;
	max-width: 83.33333333%;
	}
.col-sm-9 {
	-ms-flex:0 0 75%;
  flex:0 0 75%;
	max-width: 75%;
	}
.col-sm-8 {
	-ms-flex:0 0 66.66666667%;
  flex:0 0 66.66666667%;
	max-width: 66.66666667%;
	}
.col-sm-7 {
	-ms-flex:0 0 58.33333333%;
  flex:0 0 58.33333333%;
	max-width: 58.33333333%;
	}
.col-sm-6 {
	-ms-flex:0 0 50%;
  flex:0 0 50%;
	max-width: 50%;
	}
.col-sm-5 {
	-ms-flex:0 0 41.66666667%;
  flex:0 0 41.66666667%;
	max-width: 41.66666667%;
	}
.col-sm-4 {
	-ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
	max-width: 33.33333333%;
	}
.col-sm-3 {
	-ms-flex:0 0 25%;
  flex:0 0 25%;
	max-width: 25%;
	}
.col-sm-2 {
	-ms-flex:0 0 16.66666667%;
  flex:0 0 16.66666667%;
	max-width: 16.66666667%;
	}
.col-sm-1 {
	-ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
	max-width: 8.33333333%;
	}
.flt-right {
	float: right;
}
.flt-left {
	float: left;
}
.dbox{
	display: block;
}
.mbox{
	display: none;
}
.bdr{
	border:none!important;
}
.text_cent{
  text-align: center!important;
}
.text_rt{
  text-align: right!important;
}
.text_lt{
  text-align: left!important;
}
/* #Buttons Styles
================================================== */
.btn_form {
	float: left;
	position: relative;
	display: block;
	padding: 10px 20px;
	background-color: #bfaf91;
	transition: all 300ms ease 0s;
	color: #72664e;
	font-size: 16px;
	font-weight:600;
	cursor: pointer;
	text-align: center;
	border-radius:30px;
	border:none;
	margin-right: 10px;
	}
.btn_form:hover {
	background-color: #72664e;
	color: #bfaf91;
	}
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.center {
	text-align: center;
	}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0px 0px;
	box-shadow: 0 0 15px #0000001a;
	background: #fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
/*  	background:transparent;*/
	}
header .container{
	width: 90%;
}
header .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
}
header .inner_container .logo {
	padding:0% 0%;
	display: inline-block;
	width: 150px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .inner_container .social_links ul li{
	display: inline-block;
}
header .inner_container .social_links ul li a{
	margin: 0 0 0 5px;
}
header .inner_container .social_links ul li a img{
	max-width: 30px;
}
header.smaller {
	background:#fff ;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px -4px
	rgba(0, 0, 0, 0.1);
	left: 0;
	padding:0px 0px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	}
header.smaller .top_header{
	padding:10px 0px;
}
header.smaller .logo {
	display: inline-block;
	width:8%;
	float: left;
	}
header.smaller nav{
  width: 92%;
  padding:18px 0px 0px;
}
header.smaller nav .stellarnav li a:hover{ color: #fff!important; background:#fecc04;}
/* Banner
================================================== */ 
.banner{
  width:100%;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
}

.banner .owl-carousel .owl-item{
 padding: 0 2px;
}
.banner .item_box{
	display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 15px #0000001a;
    padding: 10px 0;
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
}
.banner .item_box .img_box img{
	border-radius: 10px;
}
.banner .item_box .info_box{
	height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px 0px 15px;
}
.banner .item_box .info_box a{
	margin: 20px 0 0 0;
}
.banner .item_box .info_box a .heading{
	font-size: 40px;
	line-height: 1.1em;
	color: #000;
	font-weight: 600;
	padding: 0 0 15px;
}
.banner .item_box .info_box .author{
	display: flex;
	align-items: center;
	padding: 0 0 15px;
}
.banner .item_box .info_box .author .auth_img{
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.banner .item_box .info_box .author .auth_txt{
	width: calc(100% - 50px);
	font-size: 14px;
	color: #94979e;
	padding: 0 0 0 15px;
}
.banner .item_box .info_box .author .auth_txt{
/*	color: #000;*/
}
.banner .item_box .info_box .author .auth_txt .name span{
	color: #000;
	font-weight: 700;
}
.banner .item_box .info_box .author .auth_txt .date{
	display: none;
}
.banner .item_box .info_box .short_description{
	color: #94979e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    height: 40px;
    overflow: hidden;
}
.banner .item_box .info_box .read_more{
	margin: auto 0 0 0;
/*	border-top: 1px solid #f2f2f3;*/
	border-top: 1px solid #d7d7d7;
	padding: 5px 0 10px 0;
}
.banner .item_box .info_box .read_more a{
	font-size: 12px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.banner .item_box .info_box .read_more a span.icon{
	font-size: 25px;
    line-height: 23px;
    vertical-align: text-bottom;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]{
	font-size: unset;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    top: calc(50% - 20px);
    transition: all 0.3s;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover{
	border: 1px solid #000;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -50px;
}
.owl-carousel .owl-nav button.owl-next{
	right: -50px;
}
.owl-carousel .owl-nav button span{
	font-size: 50px;
    line-height: 20px;
    padding: 0 0 12px;
    display: inline-block;
}

/*blog_page*/
.blog_page{
	padding: 50px 0 20px 0;
}
.blog_page .blog_info h1{
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 700;
	padding: 0 0 20px 0;
}
.blog_page .blog_info .img_box{
	padding: 0 0 20px 0;
}
.blog_page .blog_info .auth_n_share{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog_page .blog_info .auth_n_share .share_links ul li{
	list-style: none;
	display: inline-block;
	margin: 0 0 0 10px;
}
.blog_page .blog_info .auth_n_share .share_links ul li a img{
	width: 30px;
}
.blog_page .blog_info .auth_n_share .author{
	display: flex;
	align-items: center;
	padding: 0 0 15px;
}
.blog_page .blog_info .auth_n_share .author .auth_img{
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.blog_page .blog_info .auth_n_share .author .auth_txt{
	width: calc(100% - 50px);
	font-size: 14px;
	color: #94979e;
	padding: 0 0 0 15px;
}
.blog_page .blog_info .auth_n_share .author .auth_txt{
/*	color: #000;*/
}
.blog_page .blog_info .auth_n_share .author .auth_txt .name span{
	color: #000;
	font-weight: 700;
}
.blog_page .blog_info .auth_n_share .author .auth_txt .date{
	display: none;
}
.blog_page .blog_info p{
	font-size: 15px;
	line-height: 1.4em;
	color: #000;
	padding: 0 0 15px 0;
}
.blog_page .blog_info ul{
	padding: 0 0 15px 20px;
}
.blog_page .blog_info ul li{
	font-size: 15px;
	line-height: 1.4em;
	color: #000;
	padding: 0 0 10px 0;
	list-style: disc;
}
.blog_page .blog_info ol li{
	font-size: 15px;
	line-height: 1.4em;
	color: #000;
	padding: 0 0 10px;
    margin: 0 0 0 15px;
}
.blog_page .blog_info .sub_head{
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	color: #000;
	padding: 0 0 15px 0;
}
.blog_page .blog_info .sub_title{
	font-size: 16px;
	line-height: 1em;
	font-weight: 600;
	color: #000;
	padding: 0 0 15px 0;
}

.blog_page .other_blogs{
	margin: 0 0 0 20px;
}
.blog_page .other_blogs .title{
	font-size: 25px;
    padding: 15px 15px;
    background: #37b1e100;
    color: #000000;
    font-weight: 700;
    margin: 0;
    border: 1px solid #f1f1f1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog_page .other_blogs ul li {
    border: 1px solid #f1f1f1;
    padding: 15px;
    border-top: 0;
}
.blog_page .other_blogs ul li:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blog_page .other_blogs ul li.active_blog{
 display: none;
}
.blog_page .other_blogs ul li a {
    font-size: 14px;
    color: #000;
    display: inline-flex;
    align-items: center;
}
.blog_page .other_blogs ul li a span.img_box{
	width: 20%;
}
.blog_page .other_blogs ul li a span.img_box img{
	border-radius: 10px;
}
.blog_page .other_blogs ul li a span.sub_title{
	width: 80%;
	padding: 0 0 0 10px;
    font-weight: 600;
}


.white{
	color: #fff !important;
}


.form_error{
	    font-size: 12px;
    color: red;
    padding: 0 0 5px 0;
}

[type=submit][disabled]{
	position: relative;
}
[type=submit][disabled]::before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #912a90;
	color: #fff;
	z-index: 10;
	border-radius: 5px;
}
[type=submit][disabled]::after{
	position: absolute;
    content: '';
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 11;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

nav[role="navigation"]{
	display: flex;
    justify-content: space-between;
    font-size: 18px;
}



.blog_boxes .heading{
	font-size: 30px;
    line-height: 1.1em;
    color: #000;
    font-weight: 600;
    padding: 0 0 25px;
    text-align: center;
}
.blog_boxes .boxes{
	display: flex;
    flex-wrap: wrap;
}
.blog_boxes .boxes .blog_box{
	display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    box-shadow: 0 0 15px #0000001a;
    padding: 10px;
    margin: 0 10px 40px;
    border-radius: 10px;
    overflow: hidden;
}
.blog_boxes .boxes .blog_box .img_box img{
	border-radius: 10px;
}
.blog_boxes .boxes .blog_box .info_box{
	height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 15px 15px;
}
.blog_boxes .boxes .blog_box .info_box a .title{
	font-size: 25px;
	line-height: 1.1em;
	color: #000;
	font-weight: 600;
	padding: 0 0 15px;
}
.blog_boxes .boxes .blog_box .info_box .author{
	display: flex;
	align-items: center;
	padding: 0 0 15px;
}
.blog_boxes .boxes .blog_box .info_box .author .auth_img{
	width: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.blog_boxes .boxes .blog_box .info_box .author .auth_txt{
	width: calc(100% - 50px);
	font-size: 12px;
	color: #94979e;
	padding: 0 0 0 15px;
}
.blog_boxes .boxes .blog_box .info_box .author .auth_txt{
/*	color: #000;*/
}
.blog_boxes .boxes .blog_box .info_box .author .auth_txt .name span{
	color: #000;
	font-weight: 700;
}
.blog_boxes .boxes .blog_box .info_box .author .auth_txt .date{
	display: none;
}
.blog_boxes .boxes .blog_box .info_box .short_description{
	color: #94979e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    height: 40px;
    overflow: hidden;
    margin: 0 0 15px;
}
.blog_boxes .boxes .blog_box .info_box .read_more{
	margin: auto 0 0 0;
    border-top: 1px solid #d7d7d7;
    padding: 5px 0 0px 0;
}
.blog_boxes .boxes .blog_box .info_box .read_more a{
	font-size: 12px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blog_boxes .boxes .blog_box .info_box .read_more a span.icon{
	font-size: 25px;
    line-height: 23px;
    vertical-align: text-bottom;
}
.blog_boxes nav{
	text-align: center;
}

/*photos_page*/
.photos_page{
	padding: 50px 0 0 0;
}
.photos_page .heading {
    font-size: 40px;
    line-height: 1.1em;
    color: #000;
    font-weight: 600;
    padding: 0 0 25px;
    text-align: center;
}
.photos_page .inner_container .images_wrapper{
	width: 50%;
	margin: auto;
}
.photos_page .inner_container .images_wrapper .img_box{
	margin: 0 0 50px 0;
}

.explore_more{
	padding: 0 0 40px;
}
.explore_more a{
	font-size: 20px;
	line-height: 1em;
    font-weight: 500;
    color: #393939;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #999999;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s;
}
.explore_more a:hover{
	transform: translateY(-5px);
    box-shadow: 0 5px 5px -5px #0000008f;
    text-decoration: none;
    color: #000;
}

/*about_info*/
.about_info .inner_container{
	padding: 20px 0 50px 0;
}