body {
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'The Silver Editorial';
    src: url('../fonts/TheSilverEditorial-Regular.eot');
    src: url('../fonts/TheSilverEditorial-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TheSilverEditorial-Regular.woff2') format('woff2'),
        url('../fonts/TheSilverEditorial-Regular.woff') format('woff'),
        url('../fonts/TheSilverEditorial-Regular.ttf') format('truetype'),
        url('../fonts/TheSilverEditorial-Regular.svg#TheSilverEditorial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 20px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	padding: 8px 0;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 175px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img  {
	width: 120px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	margin-right: 25px;
}
.header_menu ul li a {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	padding: 22px 0;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #efad68;
}
.header_ham {
	display: inline-block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 10px;
	width: 30px;
	margin-left: 10px;
	cursor: pointer;
}
.home_stories_section {
	padding: 90px 0;
}
.home_stories_section_heading {
	font-family: 'The Silver Editorial';
	font-size: 38px;
	color: #111;
	letter-spacing: 1px;
	line-height: 1.4;
}
.home_stories_section_text {
	color: #666;
	padding: 25px 15% 0;
}
.home_stories_section_btn {
	display: inline-block;
	background: #5e6c4b;
	color: #fff !important;
	font-size: 15px;
	margin-top: 25px;
	padding: 11px 22px;
	border-radius: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_stories_section_btn:hover {
	background: #111;
}
.home_for_you_section {
	background: #e9e1d6;
	padding: 90px 0;
}
.home_for_you_section_list ul {
	padding: 0;
	margin: 35px 0 0;
}
.home_for_you_section_list ul li {
	list-style: none;
	position: relative;
	padding-left: 36px;
	color: #333;
	font-size: 15px;
	margin-top: 10px;
}
.home_for_you_section_list ul li:before {
	background: url("../images/check1.png") no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.home_stat_section {
	padding: 90px 0;
}
.home_stat_section_img {
	margin-top: 100px;
}
.home_stat_section_img:nth-child(2) {
	margin-top: 0;
}
.home_stat_block {
	margin-top: 40px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 20px;
}
.home_stat_block:last-child {
	border-right: none;
}
.home_stat_block_number {
	font-family: 'The Silver Editorial';
	color: #5e6c4b;
	font-size: 50px;
	letter-spacing: 1px;
}
.home_stat_block_text {
	font-size: 13px;
	margin-top: 15px;
	color: #555;
}
.home_stories_section {
	background: #fff8ef;
}
.home_stories_block_heading {
	font-family: 'The Silver Editorial';
	color: #191919;
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: 15px;
}
.home_stories_block_text {
	color: #555;
	font-size: 13px;
	margin-top: 5px;
}
.home_stories_block {
	margin-top: 40px;
	padding: 0 20px;
}
.home_video_section {
	background: url(../images/video_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 180px 0;
}
.home_video_section_btn {
	display: inline-flex;
	width: 145px;
	height: 145px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-weight: 500;
	font-size: 14px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_video_section_btn:hover {
	background: #fff;
	border-color: #fff;
	color: #111 !important;
}
.home_testimonial_section {
	padding: 80px 0;
}
.home_testimonial_section_box {
	background: #fef8ef;
	padding: 60px 50px;
	margin-top: 50px;
	position: relative;
	z-index: 9;
}
.home_testimonial_img {
	margin-left: -150px;
}
.home_cta_section {
	background: url("../images/cta_bg.jpg") #111 no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
}
.home_cta_section:before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_cta_section .container {
	position: relative;
	z-index: 9;
}
.home_cta_section_btn {
	display: inline-block;
	background: #5e6c4b;
	color: #fff !important;
	font-size: 15px;
	margin-top: 25px;
	padding: 11px 22px;
	border-radius: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_section_btn:hover {
	background: #efad68;
	color: #111 !important;
}
.home_instagram_section {
	padding: 80px 0;
}
.home_instagram_section_heading {
	font-family: 'The Silver Editorial';
	font-size: 30px;
	color: #111;
	letter-spacing: 1px;
}
.home_instagram_section_text {
	color: #555;
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
}
.home_faq_section {
	background: #e9e1d6;
	padding: 80px 0;
}
.home_contact_section {
	padding: 80px 0;
}
.home_contact_section_text {
	color: #555;
	font-size: 14px;
	margin-top: 30px;
	font-weight: 500;
}
.home_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.home_contact_info ul li {
	color: #555;
	position: relative;
	list-style: none;
	font-size: 15px;
	font-weight: 500;
	margin-top: 30px;
	padding-left: 50px;
}
.home_contact_info ul li img {
	position: absolute;
	top: -8px;
	left: 0;
	max-width: 40px;
	background: #f6f3ec;
	border-radius: 50%;
	padding: 8px;
}
.home_contact_info ul li a {
	color: #555;
}
.home_contact_section_right {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.footer {
	background: #1d1d1d;
	padding: 100px 0 80px;
}
.footer_logo img {
	width: 170px;
	margin-top: -74px;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin: 0 15px;
	display: inline-block;
}
.footer_menu ul li:nth-child(4) {
    margin-left: 270px;
}
.footer_menu ul li a {
	color: #fff;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-size: 14px;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #efad68;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #fff;
	position: relative;
	font-size: 14px;
	display: inline-block;
	list-style: none;
	border-right: 1px solid #fff;
	padding: 0 10px 0 6px;
}
.footer_contact_info ul li:last-child {
	border-right: none;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_social {
	color: #666;
}
.footer_social a {
	margin: 0 5px;
}
.footer_social img {
	width: 30px;
}
.footer_bottom {
	margin-top: 35px;
	color: #fff;
	font-size: 13px;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background: #5e6c4b;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-slide:before {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.ms-nav-prev {
	background: url(../images/prev_icon.png) no-repeat center !important;
}
.ms-nav-next {
	background: url(../images/next_icon.png) no-repeat center !important;
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	text-align: center;
	margin-top: 0 !important;
	transform: translate(0, -50%);
}
.banner_heading {
	font-family: 'The Silver Editorial';
	font-size: 45px;
	color: #fff;
	letter-spacing: 1px;
}
.banner_subheading {
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
}
.banner_text {
	color: #555;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form input {
	width: 100%;
	border: 1px solid #bbb !important;
	box-shadow: inset 0px 0px 8px 0px rgba(12, 13, 12, 0.15);
	border-radius: 3px;
	font-size: 15px;
	min-height: 44px;
	margin-bottom: 12px;
}
.home_form select {
	background: url(../images/dropdown.png) no-repeat center right 10px;
	width: 100%;
	border: 1px solid #bbb !important;
	box-shadow: inset 0px 0px 8px 0px rgba(12, 13, 12, 0.15);
	border-radius: 3px;
	font-size: 15px;
	min-height: 44px;
	margin-bottom: 12px;
	padding: 0 30px 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.home_form textarea {
	resize: none;
	border: 1px solid #bbb !important;
	box-shadow: inset 0px 0px 8px 0px rgba(12, 13, 12, 0.15);
	border-radius: 3px;
	font-size: 15px;
	height: 100px;
	margin-bottom: 12px;
}
.home_form .wpcf7-submit {
	width: auto;
	border: none !important;
	box-shadow: none;
	border-radius: 35px;
	background: #5e6c4b !important;
	font-size: 15px;
	min-height: 44px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_form .wpcf7-submit:hover {
	background: #efad68 !important;
	color: #111 !important;
}
.home_form .wpcf7-spinner {
	display: block !important;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 17px !important;
	font-weight: 500 !important;
	border-bottom: 1px solid rgba(135, 49, 19, 0.1) !important;
	padding: 15px 0 !important;
}
.ea-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 14px;
}
.sp-testimonial-free {
	position: relative;
	padding-top: 35px !important;
}
.sp-testimonial-client-rating {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	justify-content: center;
}
.sp-testimonial-content, .sp-testimonial-content p {
	font-size: 15px !important;
	padding: 0 !important;
}
.sp-testimonial-client-name {
	text-transform: uppercase !important;
	font-weight: 600 !important;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-designation {
	font-size: 13px !important;
}
.sp-testimonial-client-rating i.fa-star {
/* 	text-shadow: 0px 0px 1px #000 !important; */
	margin: 0 2px;
}
.home_stories_block_img {
	overflow: hidden;
	position: relative;
}
/* .home_stories_block_img:before {
	background-size: 30px;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	transform: scale(0);
	backdrop-filter: blur(5px);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
} */
.home_stories_block_img img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_stories_block:hover .home_stories_block_img img {
	transform: scale(1.1);
	filter: grayscale(100%);
}
.home_stories_block:hover .home_stories_block_img:before {
	transform: scale(1);
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner.jpg") #eee no-repeat;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 250px 0 110px !important;
    margin: 0 0 50px !important;
	letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	font-family: 'The Silver Editorial';
    color: #fff;
	position: relative;
    font-size: 38px;
	font-weight: normal;
    text-transform: none;
    z-index: 99;
	margin-bottom: 10px;
}
.breadcrumb-container {
    width: 100%;
	color: #efad68;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #efad68;
}
.page {
	margin-top: 0 !important;
}
.offcanvas {
	background: #5e6c4b;
}
.offcanvas-header .btn-close {
	box-shadow: none !important;
	opacity: 1;
	border-radius: 50%;
	background-color: #fff !important;
}
.offcanvas_logo img {
	width: 140px;
}
.offcanvas_logo_text {
	color: #fff;
	font-size: 15px;
	margin-top: 25px;
}
.blog_page_box_inner:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.17) 100%);
}
.blog_page_box_content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.home_news_block_heading {
	font-family: 'The Silver Editorial';
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
}
.home_news_block_date {
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
}
.blog_page_box_inner img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}
.blog_page_box {
	margin-bottom: 30px;
}
.blog_page_container {
	padding: 10px 0 30px;
}
.banner_btn {
	display: inline-block;
	background: #5e6c4b;
	color: #fff !important;
	padding: 10px 20px;
	margin-top: 20px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn:hover {
	background: #efad68;
	color: #111 !important;
}
.home_package_box {
	margin-top: 25px;
}
.home_package_box_inner {
	background: rgba(255, 255, 255, 0.2);
	min-height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	padding: 30px 20px;
}
.home_package_box_inner img {
	width: 50px;
	margin-bottom: 20px;
}
.home_package_box_text {
	color: #fff;
	font-weight: 500;
}
.ngg-album-compact h4 {
	font-family: 'The Silver Editorial';
	font-weight: normal !important;
	margin: 20px 0 8px !important;
	font-size: 18px !important;
	letter-spacing: 1px;
}
.ngg-album-compact h4 a {
	color: #111;
}
.ngg-album-compact h4 .js-shave-char {
	display: none !important;
}
.ngg-album-compact h4 .js-shave {
	display: block !important;
}
.ngg-album-compact h4 .ngg-album-desc {
	height: auto !important;
}
.ngg-breadcrumbs {
	font-family: 'The Silver Editorial';
	text-transform: none !important;
	letter-spacing: 1px;
	text-align: center;
	font-size: 25px !important;
}
ul.ngg-breadcrumbs > li {
	float: none !important;
}
.ngg-breadcrumbs li:first-child {
	display: none !important;
}
.ngg-galleryoverview {
	margin: 0 !important;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 25%;
}
.inner_page_subheading {
	color: #ce854d;
	font-weight: 600;
	margin-bottom: 5px;
}
.inner_page_heading {
	font-family: 'The Silver Editorial';
	color: #111;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 2px;
}
.video_page_box_text {
	color: #222;
	font-size: 18px;
	margin-top: 10px;
}
.video_page_box {
	margin-top: 45px;
}
.inner_page_text {
	color: #555;
	margin-top: 20px;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #555;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.about_page_mid_section {
	background: #f4eee8;
	padding: 60px 0;
	margin: 60px 0;
}
.about_team_box {
	margin-top: 40px;
}
.about_team_box_img img {
	border-radius: 10px;
}
.about_team_box_name {
	font-family: 'The Silver Editorial';
	color: #111;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 2px;
	margin-top: 20px;
}
.about_team_box_description {
	font-size: 14px;
	color: #ce854d;
	margin-top: 5px;
}
#post-13 {
	margin-bottom: 0 !important;
}
.about_page_bottom_box_inner img {
	background: #fff;
	border-radius: 50%;
	width: 70px;
	padding: 7px;
}
.about_page_mid_section2 {
	background: #eff2eb;
	padding: 60px 0;
	margin: 60px 0;
}
.about_page_bottom_box {
	margin-top: 35px;
}
.about_page_bottom_box_inner {
	background: #e4e9dd;
	border-radius: 10px;
	padding: 30px 15px 20px;
	min-height: 100%;
}
.about_page_bottom_box_text {
	color: #555;
}
.inner_page_img img {
	border-radius: 10px;
}
.testimonial_page_box {
	margin-top: 35px;
}
.testimonial_page_box_inner {
	background: url(../images/quote_icon.png) #f4f1ed no-repeat;
	background-size: 50px;
  	background-position: 20px 30px;
	border: 1px solid #f6efe8;
	border-radius: 10px;
	min-height: 100%;
	padding: 85px 20px 25px;
}
.testimonial_page_box_text {
	color: #555;
}
.testimonial_page_box_star img {
	width: 105px;
	margin-top: 20px;
}
.testimonial_page_box_name {
	color: #ce854d;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 600;
}
.contact_page_heading {
	font-family: 'The Silver Editorial';
	color: #111;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 2px;
}
.contact_page_info {
	position:relative;
	padding-left:40px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color: #222;
	font-weight: 500;
	font-size: 17px;
}
.contact_page_info img {
	position: absolute;
	top: 12px;
	left: 0;
	width: 25px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #07b963 !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
	width: 100%;
	border: 1px solid #bbb !important;
	box-shadow: inset 0px 0px 8px 0px rgba(12, 13, 12, 0.15);
	border-radius: 3px;
	font-size: 15px;
	min-height: 44px;
	margin-top: 12px;
}
.contact_form select {
	background: url(../images/dropdown.png) no-repeat center right 10px;
	width: 100%;
	border: 1px solid #bbb !important;
	box-shadow: inset 0px 0px 8px 0px rgba(12, 13, 12, 0.15);
	border-radius: 3px;
	font-size: 15px;
	min-height: 44px;
	margin-top: 12px;
	padding: 0 30px 0 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact_form textarea {
	resize: none;
	border: 1px solid #bbb !important;
	box-shadow: inset 0px 0px 8px 0px rgba(12, 13, 12, 0.15);
	border-radius: 3px;
	font-size: 15px;
	height: 100px;
	margin-top: 12px;
}
.contact_form .contact_btn input {
	width: auto;
	border: none !important;
	box-shadow: none;
	border-radius: 35px;
	background: #5e6c4b !important;
	font-size: 15px;
	min-height: 44px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_page_map {
	margin-top: 60px;
}
.contact_page_map iframe {
	margin-bottom: 0 !important;
/* 	filter: grayscale(100%); */
}
#post-19 {
	margin-bottom: 0 !important;
}
.blog_page_btn {
	display: inline-block;
	background: #5e6c4b;
	color: #fff !important;
	font-size: 15px;
	padding: 11px 22px;
	border-radius: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ngg-albumoverview {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
}
.ngg-albumoverview .ngg-album-compact {
	width: 25%;
}
.ngg-album-desc, .ngg-album-gallery-image-counter {
	text-align: center;
}
.home_video_section_player video {
	object-fit: cover;
	width: 100%;
	height: 470px;
	margin-bottom: 0 !important;
}
.gallery_page_container .home_stories_block p {
	margin-bottom: 0 !important;
}
.rl-gallery.rl-hover-effect-1 .rl-gallery-link::before, .rl-gallery.rl-hover-effect-1 .rl-gallery-link::after {
	display: none !important;
}
.rl-gallery.rl-hover-effect-1 .rl-gallery-link {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.rl-gallery.rl-hover-effect-1 .rl-gallery-link:hover {
	filter: grayscale(100%);
}
.video_page_banner {
	padding: 250px 0 110px !important;
	margin: 0 0 50px !important;
}
.video_page_banner video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.video_page_banner:before {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.video_page_banner .container {
	position: relative;
	z-index: 9;
}
#post-11 .entry-header {
	display: none;
}
.rmp-menu-title-image {
	width: 100px;
	height: auto;
}
.rmp-menu-additional-content {
	color: #fff !important;
	font-size: 14px !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #5e6c4b;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 9px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 42px;
	width: 42px;
	border-radius: 50%;
	padding: 9px 12px 0;
}
.footer_btn3 {
	background: #efad68;
	color: #111 !important;
	width: 50%;
	float: left;
	padding: 9px 0;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	display: inline-block;
	background: #5e6c4b;
	color: #fff !important;
	font-size: 15px;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
	background: #111;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}



/*=========== Responsive ===========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right {
  display: none !important;
}
.header {
  padding: 5px 0 !important;
}
.logo img {
  width: 80px;
}
.darkHeader .logo img {
  width: 70px;
}
.ms-view, .ms-slide {
   min-height: 400px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.banner_heading {
  font-size: 22px;
}
.banner_btn {
  padding: 9px 18px;
  margin-top: 15px;
  font-size: 15px;
}
.ms-slide-info {
  top: 60%;
}
.home_stories_section_heading {
  font-size: 22px;
}
.home_stories_section_text {
  padding: 25px 0 0;
}
.home_stories_section, .home_for_you_section, .home_stat_section, .home_testimonial_section, .home_cta_section, .home_instagram_section, .home_faq_section, .home_contact_section {
  padding: 45px 0;
}
.home_for_you_section_list ul li::before {
  width: 18px;
  height: 18px;
}
.home_for_you_section_list ul li {
  padding-left: 30px;
}
.home_for_you_section_img {
  margin-bottom: 30px;
}
.home_stat_section_img {
  margin-top: 30px;
}
.home_stat_block_number {
  font-size: 28px;
}
.home_stat_block {
  margin-top: 30px;
  border-right: none;
}
.home_stories_block {
  margin-top: 30px;
  padding: 0 12px;
}
.home_stories_block_heading {
  font-size: 17px;
}
.home_stories_block_text {
  font-size: 11px;
}
.home_stories_section_btn {
  font-size: 14px;
  padding: 10px 18px;
}
.home_video_section_player video {
  height: 230px;
}
.home_testimonial_section_box {
  padding: 30px 20px;
  margin-top: 30px;
}
.home_testimonial_img {
  margin-left: 0;
}
.home_instagram_section_heading {
  font-size: 20px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 15px !important;
  padding: 12px 0 !important;
}
.footer_menu ul li:nth-child(4) {
  margin-left: 15px;
}
.footer_logo img {
  width: 100px;
  margin-top: 25px;
}
.footer_menu ul li {
  display: block;
}
.footer {
  padding: 25px 0 60px;
}
.footer_bottom {
  margin-top: 20px;
}
.page .entry-title, .blog_page_title {
  font-size: 28px;
  margin-bottom: 0;
}
.page .entry-header, .blog_page_header, .video_page_banner {
  padding: 140px 0 60px !important;
  margin: 0 0 45px !important;
}
.inner_page_heading {
  font-size: 23px;
}
.inner_page_img {
  margin-bottom: 30px;
}
.about_page_mid_section {
  padding: 45px 0;
  margin: 45px 0;
}
.about_page_bottom_box {
  margin-top: 25px;
}
.contact_page_heading {
  font-size: 22px;
}
#back-to-top {
  bottom: 55px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_stat_section_img {
    margin-top: 60px;
}
.home_video_section_player video {
    height: 300px;
}
.home_testimonial_img {
    margin-left: -120px;
}
.footer_menu ul li {
    display: inline-block;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_heading, .home_stories_section_heading {
  font-size: 35px;
}
.ms-slide-info {
  top: 60%;
}
.home_stories_block {
  padding: 0 12px;
}
.home_testimonial_img {
  margin-left: -60px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}