body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
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: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #f6f2e7;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo {
	padding-right: 0;
}
.logo img {
	width: 215px;
}
.header_right {
	text-align: right;
	padding-left: 35px;
}
.header_right_top {
	padding: 5px 0 5px 20px;
	position: relative;
	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%); 
}
.header_right_top:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 30px;
	left: -30px;
	background: #e64f75;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.header_right_top:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 3000px;
	right: -3000px;
	background: #e8637f;
}
.header_contact_info span {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	margin-right: 10px;
	font-size: 17px;
	padding-right: 12px;
}
.header_contact_info span:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.header_contact_info span img {
	width: 20px;
	margin-right: 7px;
}
.header_contact_info span a {
	color: #fff;
}
.header_social a {
	margin-left: 2px;
}
.header_social img {
	width: 30px;
}
.header_menu {
	padding-right: 0;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	margin-right: 10px;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #1a1818;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-weight: 500;
	padding: 19px 0px;
	-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:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 3px solid #e64f75;
	-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: #e64f75;
}
.header_menu ul li a:hover:before, .header_menu ul li.active a:before {
	width: 100%;
}
.header_btn {
	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%); 
	display: inline-block;
	font-weight: 600;
	vertical-align: top;
	font-size: 15px;
	padding: 10px 14px;
	border-radius: 5px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_banner_section {
	margin-top: 100px;
}
.home_service_section {
	background: #faf8f3;
	padding: 66px 0;
}
.home_service_section_heading {
	color: #e64f75;
	font-size: 35px;
	font-weight: 500;
}
.home_service_block {
	margin-top: 35px;
}
.home_service_block_img {
	border-radius: 8px;
}
.home_service_block_img img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block:hover .home_service_block_img img {
	transform: scale(1.1);
}
.home_service_block_content {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 20px;
	margin: -35px 20px 0;
	position: relative;
	z-index: 9;
}
.home_service_block_heading {
	font-weight: 500;
	font-size: 22px;
	color: #e64f75;
	line-height: 25px;
	min-height: 50px;
}
.home_service_block_btn {
	display: inline-block;
	margin-top: 20px;
	background: url("../images/arrow.png") no-repeat right top 7px;
	font-weight: 600;
	color: #e64f75 !important;
	font-size: 18px;
	padding-right: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block_btn:hover {
	color: #222 !important;
}
.home_about_section {
	padding: 65px 0;
}
.home_about_img img {
	border-radius: 8px;
}
.home_about_text {
	color: #555;
	margin-top: 20px;
}
.home_about_btn {
	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%);
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	font-size: 17px;
	padding: 10px 22px;
	border-radius: 5px;
	margin-top: 25px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_mission_section {
	padding: 65px 0;
}
.home_mission_block {
	border-right: 2px solid #f0f0f0;
	padding: 0 25px;
}
.home_mission_block:last-child {
	border-right: none;
}
.home_mission_block_heading {
	color: #e64f75;
	font-size: 25px;
	font-weight: 500;
	margin-top: 15px;
}
.home_mission_block_text {
	color: #555;
	margin-top: 10px;
}
.home_mission_block_icon {
	background: #fbe2e7;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
.home_mission_block_icon:before {
	background: #e64f75;
	position: absolute;
	content: "";
	top: 9px;
	left: -11px;
	width: 112px;
	height: 56px;
	border-radius: 55px 55px 0 0;
	transform: rotate(-34deg);
}
.home_mission_block_icon img {
	background: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	box-shadow: 2px 3px 0px #b3b3b3;
}
.home_availabilty_section {
	background: url("../images/availability_bg.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 65px 0;
}
.home_availabilty_section:before {
	background: rgba(230, 79, 117, 0.8);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_availabilty_section .container {
	position: relative;
	z-index: 9;
}
.home_availabilty_section_heading {
	font-weight: 600;
	font-size: 35px;
	line-height: 40px;
}
.home_availabilty_section_text {
	font-size: 20px;
	margin-top: 20px;
}
.home_availabilty_section_text a {
	color: #fff;
}
.home_availabilty_right {
	text-align: right;
}
.home_availabilty_btn {
	background: #fff;
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	font-size: 17px;
	padding: 12px 25px;
	border-radius: 5px;
	color: #e64f75 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_choose_section {
	padding: 65px 0;
}
.home_choose_block {
	margin-top: 50px;
	border-right: 2px solid #f0f0f0;
}
.home_choose_block:nth-child(3), .home_choose_block:nth-child(6) {
	border-right: none;
}
.home_choose_block img {
	border-radius: 50%;
	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%);
}
.home_choose_block_heading {
	color: #e64f75;
	font-weight: 500;
	font-size: 20px;
	margin-top: 20px;
}
.home_choose_block_text {
	color: #666;
	margin-top: 12px;
}
.home_location_section {
	background: url("../images/location_bg.jpg") no-repeat center top;
	padding: 65px 0;
	background-size: cover;
	background-attachment: fixed;
}
.home_location_section:before {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_location_section .container {
	position: relative;
	z-index: 9;
}
.home_location_section_subheading {
	font-weight: 600;
	margin-top: 30px;
	font-size: 26px;
}
.home_location_section_box {
	background: rgba(230, 79, 117, 0.7);
	padding: 20px 30px;
	border-radius: 10px;
	margin-top: 20px;
}
.home_location_section_box ul {
	padding: 0;
	margin: 0;
}
.home_location_section_box ul li {
	list-style: none;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	margin: 15px 0;
	position: relative;
	padding-left: 35px;
}
.home_location_section_box ul li:before {
	background: url("../images/location_icon.png") no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}
.half_list ul {
	display: flex;
	flex-wrap: wrap;
}
.half_list ul li {
	width: 50%;
	margin: 10px 0;
}
.home_form_section {
	padding: 65px 0;
}
.home_testimonial_section {
	padding: 65px 0;
	background: #f6f2e7;
}
.home_acknowledge_section {
	padding: 65px 0;
}
.home_acknowledge_text {
	color: #666;
	margin-top: 20px;
}
.footer {
	background: #06060e;
	padding: 40px 0 20px;
}
.footer_top_heading {
    font-size: 26px;
	color: #e64f75;
	font-weight: 500;
}
.footer_about {
	color: #faf1ff;
	margin-top: 20px;
}
.footer_social {
	margin-top: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.footer_social img {
	width: 35px;
}
.footer_social a {
	margin-left: 10px;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 5px;
	padding-left: 18px;
}
.footer_menu ul li::before {
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 8px;
	height: 14px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.footer_menu ul li a {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-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: #e8637f;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #fff;
	position: relative;
	list-style: none;
	margin-top: 11px;
	padding-left: 32px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 22px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	padding-left: 25px;
}
.footer_top_block:nth-child(2) {
	padding-left: 60px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_disclaimer {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 40px;
	padding-top: 30px;
}
.footer_disclaimer_heading {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}
.footer_disclaimer_heading span {
	display: inline-block;
	margin: 0 15px;
}
.footer_disclaimer_text {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	margin-top: 20px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 40px;
	padding: 20px 0 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background: #e64f75;
    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-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%;
	transform: translate(0, -50%);
	max-width: 600px;
	left: 9%;
	width: auto !important;
}
.banner_heading {
	color: #e64f75;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
}
.banner_text {
	color: #4b4b4b;
	font-size: 17px;
	font-weight: 500;
	margin-top: 20px;
}
.banner_btn {
	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%);
	display: inline-block;
	font-weight: 600;
	vertical-align: top;
	font-size: 17px;
	padding: 10px 22px;
	border-radius: 5px;
	margin-top: 25px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ms-slide:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 60%;
	z-index: 9;
	background: rgb(246,242,231);
	background: linear-gradient(90deg, rgba(246,242,231,1) 15%, rgba(246,242,231,0) 100%); 
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form_label {
	color: #3f4a49;
	margin: 15px 0 3px;
	font-weight: 500;
}
.home_form_input input {
	width: 100%;
	min-height: 46px;
	border: 1px solid #ccc !important;
}
.home_form_input textarea {
	resize: none;
	height: 120px;
	border: 1px solid #ccc !important;
}
.home_form .contact_btn input {
	border: none !important;
	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%);
	margin-top: 20px;
	min-height: 46px;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
}
.sp-testimonial-free-section {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.sp-testimonial-free {
	background: #fff !important;
	border: 1px solid #ddd !important;
	border-radius: 8px !important;
	padding: 20px !important;
}
.sp-testimonial-content, .sp-testimonial-content p, .sp-testimonial-client-name, .sp-testimonial-client-designation {
	text-align: left !important;
}
.sp-testimonial-client-name {
	font-weight: 500 !important;
	font-size: 18px !important;
}
.sp-testimonial-client-rating {
	text-align: right !important;
	margin-top: -28px !important;
}
.home_testimonial_slide {
	margin-top: 30px;
}
.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: 140px 0 !important;
    margin: 100px 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	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 {
    color: #fff;
	position: relative;
    font-size: 35px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #e8637f;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #e8637f;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	color: #111;
	font-weight: 500;
	font-size: 28px;
	position: relative;
	padding-bottom: 10px;
	line-height: 36px;
}
.inner_page_heading strong {
	color: #e64f75;
	font-weight: 500;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-bottom: 3px solid #e64f75;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_text strong {
	font-weight: 600;
	color: #555;
}
.inner_page_mid_section {
	background: #f6f2e7;
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	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;
}
.inner_page_list ul li strong {
	color: #555;
	font-weight: 600;
}
.inner_page_bottom_box {
	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%);
	padding: 40px 30px;
	border-radius: 8px;
	text-align: center;
	margin-top: 60px;
}
.inner_page_bottom_box_heading {
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	position: relative;
	padding-bottom: 10px;
	line-height: 34px;
}
.inner_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 35px;
	border-bottom: 3px solid #fff;
}
.inner_page_bottom_box_text {
	color: rgba(255, 255, 255, 0.9);
	margin-top: 20px;
}
.review_page_box {
	margin-bottom: 30px;
}
.review_page_box_inner {
	background: url("../images/quote_icon.png") no-repeat;
	background-position: 20px 30px;
	border: 1px solid #ddd;
	min-height: 100%;
	border-radius: 5px;
	padding: 85px 20px 25px;
}
.review_page_box_text {
	color: #666;
}
.review_page_box_name {
	color: #e64f75;
	font-weight: 600;
	font-size: 19px;
	margin-top: 20px;
}
.contact_page_info {
	position:relative;
	padding-left:48px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.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: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
.contact_map {
	margin-top: 60px;
	filter: grayscale(100%);
}
#post-15, .contact_map iframe {
	margin-bottom: 0 !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #e64f75;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_btn3 {
	background: #222;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%); 
	display: inline-block;
	font-weight: 600;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}
.more-link {
	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%);
	display: block;
	color: #fff !important;
	text-transform: capitalize;
	margin-top: 20px;
	border-radius: 4px;
	padding: 9px 0 9px 14px;
	width: 193px;
}
.home_eligibility_section {
	background: rgb(249, 217, 225);
/* 	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%); */
	padding: 65px 0;
}
.home_eligibility_block {
	margin-top: 35px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.home_eligibility_block:last-child {
	border-right: none;
}
.home_eligibility_block img {
	width: 65px;
}
.home_eligibility_block_heading {
	font-weight: 600;
	color: #fff;
	margin-top: 15px;
	font-size: 22px;
}
.home_access_heading {
	font-weight: 600;
	color: #e64f75;
	margin-top: 15px;
	font-size: 22px;
}
.home_access_text {
	color: #666;
}
.home_eligibility_block_text {
	color: rgba(255, 255, 255, 0.9);
	margin-top: 10px;
}
.resource_page_subheading {
	color: #e64f75;
	font-weight: 500;
	font-size: 18px;
}
.resource_page_heading {
	color: #111;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	line-height: 36px;
	margin-top: 8px;
	padding-bottom: 10px;
}
.resource_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 30px;
	border-bottom: 4px solid #e64f75;
}
.resource_page_block {
	margin-top: 50px;
}
.resource_page_block_inner {
	padding: 30px;
	background: #faf8f3;
	border: 1px solid #ece7db;
	border-radius: 10px;
	min-height: 100%;
}
.resource_page_block_inner img {
	border: 6px solid #e64f75;
	border-radius: 50%;
	width: 150px;
}
.resource_page_block_inner ul {
	padding: 0;
	margin: 0;
}
.resource_page_block_inner ul li {
	list-style: none;
	border-bottom: 1px solid #ece7db;
	padding: 12px 0;
	color: #555;
	font-size: 15px;
}
.resource_page_block_inner ul li:last-child {
	border-bottom: none;
}
.resource_page_block_btn {
	background: url(../images/download_icon1.png) #e64f75 no-repeat center right 15px;
	display: inline-block;
	color: #fff !important;
	font-size: 15px;
	padding: 10px 45px 10px 20px;
	font-weight: 500;
	position: absolute;
	left: 50%;
	bottom: -20px;
	border-radius: 4px;
	transform: translate(-50%, 0);
	white-space: nowrap;
	background-size: 17px;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.resource_page_bottom_block {
	margin-top: 30px;
}
.resource_page_bottom_block_inner {
	background: rgb(255, 222, 230);
/* 	background: rgb(230,79,117);
	background: linear-gradient(90deg, rgba(230,79,117,1) 0%, rgba(232,99,127,1) 100%); */
	min-height: 100%;
	border-radius: 5px;
	padding: 30px 20px 15px;
	text-align: center;
}
.resource_page_bottom_block_text {
	color: #222;
	font-weight: 500;
}
.resource_page_bottom_block_btn {
	background: url(../images/download_icon2.png) #222 no-repeat center right 15px;
	display: inline-block;
	color: #fff !important;
	font-size: 15px;
	padding: 10px 45px 10px 20px;
	font-weight: 500;
	border-radius: 4px;
	white-space: nowrap;
	background-size: 17px;
	margin-top: 20px;
}
.resource_page_block_heading {
	color: #222;
	font-weight: 600;
	font-size: 19px;
	line-height: 25px;
	padding: 0 10% 15px;
}
.home_form_mainlabel {
	color: #e64f75;
	font-weight: 600;
	margin-top: 22px;
}




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

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right {
  display: none;
}
.header {
  padding: 7px 0;
}
.logo img {
  width: 145px;
}
.home_banner_section {
  margin-top: 60px;
}
.ms-view, .ms-slide {
   min-height: 300px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.banner_heading, .home_service_section_heading, .home_availabilty_section_heading {
  font-size: 25px;
  line-height: 30px;
}
.banner_text, .home_availabilty_section_text {
  font-size: 16px;
  margin-top: 10px;
}
.banner_btn, .home_about_btn, .home_availabilty_btn {
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 20px;
}
.ms-slide-info {
  left: 4%;
  right: 4%;
}
.home_service_section, .home_about_section, .home_availabilty_section, .home_choose_section, .home_location_section, .home_form_section, .home_testimonial_section, .home_acknowledge_section {
  padding: 40px 0;
}
.home_service_block_heading {
  font-size: 18px;
  line-height: 23px;
  min-height: auto;
}
.home_service_block_btn {
  margin-top: 15px;
  background-position: right top 5px;
  font-size: 15px;
}
.home_about_img {
  margin-bottom: 30px;
}
.home_mission_block {
  border-right: none;
  padding: 15px 12px;
}
.home_mission_section {
  padding: 0 0 40px;
}
.home_availabilty_right {
  text-align: left;
}
.home_choose_block {
  margin-top: 30px;
  border-right: none;
}
.home_location_section_subheading {
  margin-top: 20px;
  font-size: 20px;
}
.home_location_section_box ul li {
  font-size: 16px;
}
.half_list ul li {
  width: 100%;
  margin: 7px 0;
}
.home_form_label {
  font-size: 15px;
}
.home_acknowledge_section img {
  width: 100px;
}
.home_acknowledge_text {
  font-size: 14px;
}
.footer_top_heading {
  font-size: 24px;
}
.footer_about {
  margin-top: 12px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 25px;
}
.footer_top_block:nth-child(2) {
  padding-left: 12px;
}
.footer_disclaimer_heading span {
  margin: 0 7px;
}
.footer_bottom {
  font-size: 13px;
}
.footer {
  padding: 15px 0 60px;
}
#back-to-top {
  bottom: 55px;
}
.page .entry-header, .blog_page_header {
  padding: 75px 0 !important;
  margin: 60px 0 40px !important;
}
.page .entry-title, .blog_page_title {
  font-size: 25px;
}
.inner_page_heading, .inner_page_bottom_box_heading {
  font-size: 24px;
  line-height: 28px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_bottom_box {
  padding: 30px 15px;
  margin-top: 40px;
}
.contact_page_info strong {
  font-size: 16px;
}
.contact_right {
  margin-top: 35px;
}
}

@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) {
.ms-slide-info {
  left: 11%;
  right: 11%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
  left: 11%;
  right: 11%;
}
.home_service_block_heading {
  min-height: 50px;
}
.contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li a {
  font-size: 15px;
}
.header_menu ul li {
  margin-right: 15px;
}
.home_service_block_heading {
  font-size: 17px;
  line-height: 24px;
}
.home_availabilty_section_heading {
  font-size: 28px;
  line-height: 35px;
}
}

/* 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) {
.ms-slide-info {
  left: 11%;
  right: 11%;
}
.home_service_block_heading {
  min-height: 50px;
}
.contact_right {
  margin-top: 0;
}
}

/* 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) {
.ms-slide-info {
  left: 11%;
  right: 11%;
}
.home_service_block_heading {
  min-height: 50px;
}
.contact_right {
  margin-top: 0;
}
}

/* 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) {
.ms-slide-info {
  left: 11%;
  right: 11%;
}
.home_service_block_heading {
  min-height: 50px;
}
.contact_right {
  margin-top: 0;
}
}

/* 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) {
.header_menu ul li a {
  font-size: 15px;
}
.header_menu ul li {
  margin-right: 15px;
}
.home_service_block_heading {
  font-size: 17px;
  line-height: 24px;
}
.home_availabilty_section_heading {
  font-size: 28px;
  line-height: 35px;
}
}

/* 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) {
.header_menu ul li a {
  font-size: 15px;
}
.header_menu ul li {
  margin-right: 15px;
}
.home_service_block_heading {
  font-size: 17px;
  line-height: 24px;
}
.home_availabilty_section_heading {
  font-size: 28px;
  line-height: 35px;
}
}

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

}

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

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
  left: 16%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
  left: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
  left: 24%;
}
} 




