.inner_head {
	background-color: #e4f1ff;
	min-height: 340px;
	position: relative;
	overflow: hidden;
	margin-bottom: 2px;
}

.inner_head::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.inner_head .container {
	position: relative;
	z-index: 4;
}

.inner_head img {
	max-width: 230%;
	min-width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.inner_head h2 {
	font-size: 35px;
	color: #fff;
	position: relative;
	padding: 0 0 8px;
	text-align: center;
	margin: 142px auto 25px;
	text-transform: uppercase;
	font-family: Lato;
}

@media (min-width:897px) {
	.inner_head {
		/* min-height: 200px; */
	}
	.inner_head img {
		min-width: 100%;
	}
	.inner_head h2 {
		margin: 190px auto 40px;
	}
}

@media (max-width:896px) {
	.inner_head {
		min-height: 246px;
	}
	.inner_head img {
		max-width: 320%;
	}
	.inner_head h2 {
		margin: 180px auto 15px;
		font-size: 26px;
	}
}

.inner_head h2:before {
	/* content: "";
	position: absolute;
	left: 0;
	right:0;
	margin:0 auto;
	bottom: 0;
	width: 60px;
	height: 2px;
	background-color: #cf9c0f; */
}

.quick_contact {
	position: relative;
}

.quick_contact:before {
	content: "";
	position: absolute;
}

.quick_contact .heading3{
font-family: Lato;	
}



/*blog page*/

@media(min-width:768px) {
	.row.opposite>div {
		float: right;
	}
}

.left_block {
	padding: 45px 0 0 0;
}

.left_block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.left_block ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

.left_list li {
	padding: 0;
	position: relative;
	width: 100%;
	border-bottom: none;
}

.left_list li a {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 98;
	padding: 7px 0;
	color: #000;
}

.left_list li.current_cat a {
	color: #ff3333;
}

.left_list li a:after {
	content: "";
	display: inline-block;
	height: 0.5em;
	vertical-align: bottom;
	width: 100%;
	margin-right: -100%;
	margin-left: 10px;
	border-top: 1px solid #dadada;
	z-index: 98;
}

.left_list li span {
	position: absolute;
	right: 0;
	top: 10px;
	height: 22px;
	min-width: 30px;
	background-color: #ffffff;
	z-index: 99;
	display: block;
	text-align: right;
	color: #696969;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.left_items {
	margin: 20px 0 0 0;
}

.left_items dl {
	display: table;
	width: 100%;
	border-bottom: solid 1px #dadada;
	margin: 10px 0;
}

.left_items dl a {
	color: #000;
}

.left_items dl a:hover {
	color: #ff3333;
}

.left_items dl dt {
	display: table-cell;
	width: 65%;
	vertical-align: top;
}

.left_items dl dd {
	padding-right: 10px;
	display: table-cell;
	width: 35%;
	vertical-align: top;
}

.left_items figure {
	padding: 5px;
	background: #fff;
	margin: 0 0 10px 0;
}

.left_items h4 {
	font-weight: 500;
	font-size: 15px;
	margin: 15px 0 5px 0;
	display: inline-block;
}

.left_items h5 {
	font-weight: 700;
	font-size: 15px;
	padding: 0 0 5px 0;
	display: block;
	color: #9a0073;
}

.blog_listing article {
	margin: 0 0 40px 0;
}

@media(min-width:768px) {
	.blog_listing article {
		max-width: 410px;
	}
}

.blog_listing figure {
	position: relative;
	background: #fff;
	border: solid 6px #fff;
	height: 250px;
	overflow: hidden;
}

.blog_listing figure img {
	width: 100%;
}

@media(max-width:767px) {
	.blog_listing figure {
		height: auto;
		max-width: 460px;
		margin: 0 auto;
	}
}

.blog_listing figure dl {
	position: absolute;
	display: table;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 15px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
}

.blog_listing figure dl dd {
	display: table-cell;
	padding: 10px;
}

.blog_listing figure dl dd .fa {
	margin: 0 5px 0 0;
}

.blog_listing h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	margin: 15px 0;
}

.blog_listing p {
	line-height: 1.6;
	font-size: 0.9em;
}

.blog_listing article a {
	font-size: 0.9em;
}

.left_items.popular h4 {
	font-weight: 500;
	font-size: 14px;
	margin: 6px 0 5px 0;
	display: inline-block;
	line-height: 1.5;
}

.left_items.popular h5 {
	font-weight: 500;
	font-size: 12px;
	padding: 0 0 5px 0;
	display: block;
	color: #777;
}

.left_items.popular h5 .fa {
	font-size: 14px;
}

.left_items.popular figure {
	padding: 2px;
}

.blog_detail figure {
	position: relative;
	background: #fff;
	border: solid 6px #fff;
	height: 400px;
	overflow: hidden;
}

@media(max-width:767px) {
	.blog_detail figure {
		height: auto;
	}
}

.blog_detail dl {
	display: table;
	font-size: 15px;
	margin: 10px 0;
}

.blog_detail dl dd {
	display: table-cell;
	padding: 10px;
}

.blog_detail dl dd .fa {
	margin: 0 5px 0 0;
}

.blog_detail p {
	font-weight: 500;
	margin: 6px 0 5px 0;
	line-height: 1.8;
}


/*blog css ends*/


/*contact page css starts*/

.contact_form {
	border: solid 1px #ccc;
	padding: 10px 15px 20px;
}

@media (min-width:768px) {
	.contact_form {
		padding: 20px 30px 30px;
	}
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form input[type="file"],
form textarea,
form select {
	width: 100%;
	margin: 0 0 12px;
	border: none;
	padding: 8px 8px;
	border: none;
	border: solid 1px #ccc;
	font-size: 16px;
	height: 39px;
	background: transparent;
	color: #000;
}

form input::-moz-placeholder {
	color: #cacaca;
	opacity: 1;
}

form input:-ms-input-placeholder {
	color: #cacaca;
}

form input::-webkit-input-placeholder {
	color: #cacaca;
}

form textarea {
	height: 150px;
}

form textarea::-moz-placeholder {
	color: #cacaca;
	opacity: 1;
}

form textarea::-ms-input-placeholder {
	color: #cacaca;
}

form textarea::-webkit-input-placeholder {
	color: #cacaca;
}

form input[type="submit"],
form button, a.btn, .btn, button {
	background-color:#f9b87e;
	color: #000;
	border: none;
	padding: 6px 15px;
	display: inline-block;
	margin: 10px 0 0;
	transition: 0.3s;
	border-radius: 1px;
	text-transform: uppercase;
	line-height: 21px;
	font-size: 15px;
}

form input[type="submit"]:hover,
form button:hover,
a.btn:hover,
.btn:hover, button:hover{
	background-color: #e2a46c;
}

footer form input[type="text"],
footer form input[type="tel"],
footer form input[type="email"],
footer form input[type="password"],
footer form input[type="file"],
footer form textarea,
footer form select {
	color: #fff;
	border: none;
	border-bottom: solid 1px #fff;
}

@media (min-width:768px) {
	.address_block {
		padding: 0 0 0 40px;
	}
}

.adr_icons {
	margin: 0 0 18px;
	padding: 0 0 17px 25px;
	position: relative;
	border-bottom: solid 1px #d4d4d4;
}

.adr_icons h5 {
	font-size: 16px;
	margin: 0 0 6px;
	font-weight: 600;
}

.adr_icons a {
	color: #333;
}

.adr_icons::before {
	font-family: "FontAwesome";
	content: "\f10b";
	left: 0;
	position: absolute;
	top: 2px;
	color: #115aab;
	font-size: 15px;
	line-height: 15px;
}

.phone_link::before {
	content: "\f10b";
	font-size: 25px;
}

.mail_link::before {
	content: "\f0e0";
}

.skype_link::before {
	content: "\f17e";
}

.addr_link::before {
	content: "\f1d8";
}

.media_body a {
	font-size: 18px;
	line-height: 32px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	padding: 0px 0 0px;
	transition: 0.3s;
	border: 1px solid #115aab;
	color: #115aab;
	margin: 0 5px 0 0;
}

.media_body a:hover {
	background: #115aab;
	color: #fff;
}


/*contact page css ends*/

.center_block {
	max-width: 800px;
	margin: 0 auto;
}

.line2 {
	border-top: dashed 2px #ccc;
}

.popup_box {
	min-width: 0 !important;
	max-width: 100% !important;
	width: auto !important;
	left: 50%;
	right: auto;
	margin: 0 auto;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	padding: 0 10px;
	max-height: 100%;
	display: inline-block;
}

.custom_modal .close {
	position: absolute;
	right: 15px;
	color: #fff;
	opacity: 1;
	font-size: 32px;
	top: -7px;
}

.custom_modal .button_box {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	/*border: 2px solid #000;*/
	background-color: #cf9c0f;
	transition: 0.3s;
}

.custom_modal .button_box a {
	color: #fff;
	padding: 3px 20px;
	display: inline-block;
}

.inner_menu {
	background: none;
}

.inner_menu .heading1+h5,
.inner_menu .heading1 {
	color: #000;
}

.inner_menu .nav-tabs>li>a {
	color: #000;
}

.arrival_content a:hover {
	text-decoration: none;
}

.arrival_content h3 {
	font-weight: 500;
	margin: 12px 0;
	color: #000;
	text-align: center;
	font-family: Lato;
}


/*#gallery-1 {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.rsSlide {
padding-bottom:10px;
}
.rsSlide img {
        min-width: 100%;
    min-height: 100%;
    margin: 0 !important;
}
.rsDefaultInv .rsGCaption {
   
    left: 0;
	right: 0;
	padding: 0;
	bottom: 10px;
	
	}

.gallery_caption {
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 20px;
}
*/

.inner_fav .fav_block {
	background: none !important;
}

.menu_listing h4{
color:#6b2835; 	
}