/*
	Theme Name: Ashmi Comfort
	Created : 
	Updated : 
	Version: 1.0

*/
/* ========================================================================== */
/* ========================================================================== */
/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
	+ Global
		- Padding/Margin
		
	+ Fonts Settings
		- Poppins : font-family: 'Poppins', sans-serif;
		- PT Serif : font-family: 'PT Serif', serif;
		- Roboto : font-family: 'Roboto', sans-serif;

	+ Header

	+ Footer
	
	+ Page Banner
	
	+ Section Header
	
	+ Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
*/

/* ## Global */
body {
	font-family: 'PT Serif', serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
	background: url(images/back.png) repeat !important;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	outline: 0 !important;
}

h1, h2, h3, h4, h5, h6, a, p {
	word-wrap: break-word;
}
/* - Padding/Margin */
.no-padding {
	padding: 0;
}

.no-left-padding {
	padding-left: 0;
}

.no-right-padding {
	padding-right: 0;
}

.no-top-padding {
	padding-top: 0;
}

.no-bottom-padding {
	padding-bottom: 0;
}

.no-margin {
	margin: 0;
}

.no-left-margin {
	margin-left: 0;
}

.no-right-margin {
	margin-right: 0;
}

.no-top-margin {
	padding-top: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left {
	float: left;
}

.ow-pull-right {
	float: right;
}

/* -- Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}

.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* + Header */
.top-header {
	background-color: #003c69;
	padding: 15px 0;
}

.top-header .hour-block p {
	letter-spacing: 0.7px;
	color: #ffffff;
	margin-bottom: 0;
}

.top-header .hour-block p span {
	color: #fff;
}

.top-header .social-block {
	text-align: right;
}

.top-header .social-block>p {
	display: inline-block;
	color: #fff;
	margin-bottom: 0;
}

.top-header .social-block>ul {
	padding-left: 10px;
	margin-bottom: 0;
	display: inline-block;
}

.top-header .social-block>ul li {
	display: inline-block;
	margin-right: 23px;
}

.top-header .social-block>ul li:last-child {
	margin-right: 0;
}

.top-header .social-block>ul li a {
	color: #d5a738;
}

.logo-block {
	padding-top: 29px;
	padding-bottom: 29px;
}

.logo-block .cnt-content {
	text-align: right;
}

.logo-block .cnt-detail {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-left: 70px;
	margin-right: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 50px;
}

.logo-block .cnt-detail:last-child {
	margin-right: 0;
}

.logo-block .cnt-detail i {
	width: 50px;
	height: 50px;
	background-color: #9b0006;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.logo-block .cnt-detail p {
	color: #333;
	letter-spacing: 0.7px;
	line-height: 22px;
	margin-bottom: 0;
}

.logo-block .cnt-detail p a {
	color: #333;
}

.menu-block {
	position: relative;
	z-index: 3;
}

.menu-block.navbar-fixed-top {
	position: fixed;
	top: 0;
}

/* - SlidePanel */
#slidepanel {
	display: block;
}

#closeit, #toggle, #slideit {
	display: none;
}

/* + Footer */
.visit-block {
	background-image: url("images/visit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-top: 97px;
	padding-bottom: 130px;
}

.visit-block::before {
	background-color: rgba(255, 255, 255, 0.9);
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.visit-block .container>h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	letter-spacing: -0.48px;
}

.footer-section {
	background-color: #fefefe;
    border: 2px solid #9b0006;
}

.ftr-widget {
	margin-top: 58px;
}

.ftr_widget_about>a {
	display: inline-block;
	margin-bottom: 40px;
}

.ftr_widget_about>p {
	color: #0049a3;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.6px;
	margin-bottom: 40px;
}

.ftr_widget_about .ftr-cnt-detail {
	display: inline-block;
	width: 100%;
}

.ftr_widget_about .ftr-cnt-detail p {
	color: #0049a3;
	font-size: 15px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 18px;
}

.ftr_widget_about .ftr-cnt-detail p:last-child {
	margin-bottom: 0;
}

.ftr_widget_about .ftr-cnt-detail p i {
	position: absolute;
	left: 0;
	top: 3px;
}

.ftr_widget_about .ftr-cnt-detail p a {
	color: #0049a3;
	text-decoration: none;
}

.ftr_widget_about .ftr-cnt-detail p a:hover {
	color: #7c0f14;
}

.ftr_widget_about>ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-top: 4px;
}

.ftr_widget_about>ul li {
	display: inline-block;
	margin: 0 4px;
}

.ftr_widget_about>ul li a {
	display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #dddada;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    color: #9b0006;
}

.ftr_widget_about>ul li a:hover {
	background-color: #e2b13c;
	color: #7c0f14;
}

.ftr_widget_newsletter {
	margin-top: -55px;
}

.ftr_widget_newsletter .newsletter-form {
	padding: 0 15px;
}

.ftr_widget_newsletter .newsletter-form h4 {
	border-top: 3px solid #e2b13c;
	background-color: #fff;
	margin: 0;
	padding: 18px 40px 15px;
	color: #333;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.ftr_widget_newsletter .newsletter-form form {
	background-color: #7c0f14;
	padding: 30px 33px;
	
}

.ftr_widget_newsletter .newsletter-form form .form-group {
	margin-bottom: 0;
}

.ftr_widget_newsletter .newsletter-form form .form-control {
	border-radius: 0;
	border: 1px solid #e2b13c;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	height: auto;
	padding: 14px 23px;
	color: #e2b13c;
	margin-bottom: 25px;
}

.ftr_widget_newsletter .newsletter-form form .form-control::-webkit-input-placeholder
	{
	color: #e2b13c;
}

.ftr_widget_newsletter .newsletter-form form .form-control:-moz-placeholder
	{ /* Firefox 18- */
	color: #e2b13c;
}

.ftr_widget_newsletter .newsletter-form form .form-control::-moz-placeholder
	{ /* Firefox 19+ */
	color: #e2b13c;
}

.ftr_widget_newsletter .newsletter-form form .form-control:-ms-input-placeholder
	{
	color: #e2b13c;
}

.ftr_widget_newsletter .newsletter-form form input[type="submit"] {
	width: 100%;
	background-color: #e2b13c;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	color: #fff;
	padding: 14px 13px 12px;
}

.ftr_widget_newsletter .newsletter-form form input[type="submit"]:hover
	{
	background-color: #fff;
	color: #e2b13c;
}

.ftr_widget_newsletter>ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}

.ftr_widget_newsletter>ul li {
	display: inline-block;
	margin: 0 4px;
}

.ftr_widget_newsletter>ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	color: #e2b13c;
}

.ftr_widget_newsletter>ul li a:hover {
	background-color: #e2b13c;
	color: #fff;
}

.ftr-widget .widget-title {
	background-image: url("images/ftr-widget-arrow.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #7c0f14;
	letter-spacing: -0.36px;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.ftr_recent_widget .recent-box {
	position: relative;
	padding-left: 97px;
	min-height: 98px;
	border-bottom: 1px solid rgba(162, 162, 162, 0.4);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.ftr_recent_widget .recent-box>a {
	position: absolute;
	left: 0;
	top: 0;
}

.ftr_recent_widget .recent-box>h3 {
	font-size: 15px;
	color: #0049a3;
	line-height: 22px;
}

.ftr_recent_widget .recent-box>h3 a {
	color: #0049a3;
}

.ftr_recent_widget .recent-box>p {
	color: #0049a3;
}

.ftr_recent_widget .recent-box>p i {
	margin-right: 10px;
}

.btm-ftr {
	background-color: #740004;
	text-align: center;
	padding: 25px 0;
	margin-top: 70px;
}

.btm-ftr>p {
	color: #9f9f9f;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: 0.7px;
}

.ftr_link>h3.widget-title {
	margin-bottom: 53px;
}

.ftr_link ul {
	padding-left: 0;
	margin-top: 35px;
}

.ftr_link ul li {
	list-style: none;
	margin-bottom: 15px;
}

.ftr_link ul li::before {
	content: "\e6bc";
	font-family: 'Stroke-Gap-Icons';
	color: #e2b13c;
	margin-right: 10px;
	font-size: 18px;
}

.ftr_link ul li>a {
	color: #0049a3;
	font-size: 15px;
	text-decoration: none;
}

.ftr_link ul li>a:hover {
	color: #e2b13c;
}

.ftr_subscribe .widget-title {
	margin-bottom: 53px;
}

.ftr_subscribe .input-group {
	margin-bottom: 25px;
}

.ftr_subscribe .input-group .form-control {
	height: auto;
	border: 1px solid rgba(162, 162, 162, 0.3);
	border-right: none;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	padding: 15px 26px 13px;
	font-size: 15px;
}

.ftr_subscribe .input-group .btn {
	background-color: #e2b13c;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 12px 19px 11px;
	font-size: 20px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.ftr_subscribe>p {
	color: #0049a3;
	font-size: 15px;
}

.ftr_subscribe>.ftr-cnt-detail {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}

.ftr_subscribe>.ftr-cnt-detail>p {
	padding: 17px 0;
	color: #0049a3;
	font-size: 15px;
	border-top: 1px solid rgba(162, 162, 162, 0.3);
	margin-bottom: 0;
	letter-spacing: 0.7px;
}

.ftr_subscribe>.ftr-cnt-detail>p>span {
	display: inline-block;
	margin-right: 25px;
}

.ftr_subscribe>.ftr-cnt-detail>p>span:last-child {
	margin-right: 0;
}

.ftr_subscribe>.ftr-cnt-detail>p span>a {
	color: #0049a3;
	font-size: 14px;
	text-decoration: none;
}

.ftr_subscribe>.ftr-cnt-detail>p span>i {
	margin-right: 17px;
}

.ftr_subscribe>.ftr-cnt-detail>p span>a:hover {
	color: #7c0f14;
}

.footer-section2 .btm-ftr {
	margin-top: 25px;
}

/* + Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	margin-bottom: 43px;
	text-align: center;
	background-image: url("images/section-header-seprator.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 43px;
}

.section-header h3 {
	font-family: 'Poppins', sans-serif;
	color: #ffe4e4;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -1.6px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 76px;
	word-wrap: break-word;
	position: relative;
}

.section-header h3 b {
	color: #e1e1e1;
}

.section-header h3>span {
	color: #333;
	text-transform: capitalize;
	position: absolute;
	font-size: 24px;
	font-weight: 500;
	left: 0;
	right: 0;
	letter-spacing: 0.96px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.section-header h3 span span {
	text-transform: uppercase;
	color: #e2b13c;
}

/* + Page Banner */
.page-banner {
	background-color: #f2f2f2;
	padding-top: 25px;
	background-image: url("images/slide2.jpg");
}

.page-banner .page-title {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 115px;
}

.page-banner .page-title h3 {
	color: #dedddd;
	font-family: 'Poppins', sans-serif;
	font-size: 80px;
	font-weight: bold;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: -1.6px;
	margin: 0;
	line-height: 70px;
	word-wrap: break-word;
}

.page-banner .page-title h6 {
	color: #eaa655;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	letter-spacing: 0.96px;
	text-transform: capitalize;
	position: absolute;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	margin: 8px;
	word-wrap: break-word;
}

.page-banner .page-title h6 span {
	color: #9b0006;
}

.page-banner .page-breadcrumb {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.page-banner .page-breadcrumb .breadcrumb {
	float: left;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}

.page-banner .page-breadcrumb .breadcrumb li {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	line-height: 24px;
	word-wrap: break-word;
}

.page-banner .page-breadcrumb .breadcrumb li a {
	color: #eaa655;
}

.page-banner .page-breadcrumb h4 {
	float: right;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	color: #dedddd;
	margin: 0;
	line-height: 24px;
	word-wrap: break-word;
}

/* Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.ow-pagination .pagination {
	border-radius: 0;
	margin-bottom: 0;
}

.ow-pagination .pagination li {
	float: left;
	margin: 0 15px;
}

.ow-pagination .pagination li a {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #e2b13c;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	width: 40px;
	height: 40px;
	position: relative;
	padding: 0;
	text-align: center;
	line-height: 40px;
}

.ow-pagination .pagination li a::before {
	background-color: transparent;
	border: 1px solid #e2b13c;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	z-index: -1
}

.ow-pagination .pagination li a:hover {
	color: #fff;
}

.ow-pagination .pagination li a:hover::before {
	background-color: #e2b13c;
}

/* ========================================================================== */
/* ========================================================================== */
/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* -- min-width: 1200 */
@media ( min-width : 1200px) {
	.container {
		width: 1200px;
	}
}

/* -- min-width: 992 */
@media ( min-width : 992px) {
	/* + Footer */
	.footer-section .widget-block:nth-child(3n+1) {
		clear: both;
	}

	/* - Page Banner */
	.page-banner {
		margin-top: -25px;
	}
}

/* -- max-width: 991 */
@media ( max-width : 991px) {
	/* + Header */
	.logo-block .h-logo {
		display: none;
	}

	/* - SlidePanel */
	#slidepanel {
		display: none;
	}
	#slideit, #toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	#loginpanel {
		position: absolute;
		right: 90px;
		text-align: center;
		top: 12px;
	}
	#slideit, #closeit {
		position: relative;
		color: #fff;
		font-size: 24px;
		right: -35px;
	}
	#slideit:hover, #closeit:hover {
		color: #333;
	}
	.mobile-hide {
		display: none;
	}
	.logo-block .cnt-content {
		text-align: center;
	}

	/* - Section Header */
	.section-header h3 {
		font-size: 30px;
		line-height: 40px;
	}

	/* + Footer */
	.footer-section .widget-block:nth-child(2n+1) {
		clear: both;
	}

	/* - Page Banner */
	.page-banner {
		padding-top: 80px;
	}
	.page-banner .page-title {
		margin-bottom: 60px;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* + Header */
	.top-header .hour-block p {
		font-size: 12px;
	}
}

/* -- max-width: 767 */
@media ( max-width : 767px) {
	/* + Header */
	.top-header .hour-block p, .top-header .social-block {
		text-align: center;
	}
	.top-header .social-block {
		margin-top: 10px;
	}

	/* - Section Header */
	.section-header h3 {
		font-size: 28px;
		line-height: 38px;
	}

	/* - Page Banner */
	.page-banner .page-title h3 {
		font-size: 55px;
	}
	.page-banner .page-title h6 {
		font-size: 20px;
	}
}

/* --  max-width: 639 */
@media ( max-width : 639px) {
	/* + Header */
	.logo-block .cnt-detail p {
		font-size: 12px;
	}
	.logo-block .cnt-detail {
		margin-right: 15px;
		padding-left: 60px;
	}

	/* + Footer */
	.footer-section .widget-block {
		width: 100%;
	}
	.ftr_widget_newsletter {
		margin-top: 58px;
	}
}

/* --  max-width: 479 */
@media ( max-width : 479px) {
	/* - Pagination */
	.ow-pagination .pagination li {
		margin: 0 10px;
	}
	.ow-pagination .pagination li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}