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: #fff;
	-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 img {
	width: 250px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	display: inline-block;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #282828;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 28px 10px;
	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: #282828;
	background: #d1f8ff;
}
.header_btn1 {
	display: inline-block;
	background: #269fb4;
	color: #fff;
	font-weight: 500;
	padding: 10px 25px;
	border-radius: 4px;
	margin-left: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn2 {
	background-image: -moz-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	display: inline-block;
	color: #fff;
	font-weight: 500;
	padding: 8px 20px 6px 15px;
	margin-left: 10px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn2 img {
	background: #fff;
	width: 30px;
	border-radius: 50%;
	padding: 3px;
	margin-right: 6px;
}
.common_btn {
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.common_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #111;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.common_btn:hover, .common_btn:focus, .common_btn:active {
	color: #fff;
}
.common_btn:hover:before, .common_btn:focus:before, .common_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.home_banner_section {
	margin-top: 78px;
}
.home_why_section {
	padding: 70px 0 0;
}
.home_why_section_heading {
	font-weight: bold;
	font-size: 30px;
	color: #111;
	line-height: 1.1;
}
.home_why_block {
	margin-top: 30px;
}
.home_why_block_inner {
	background: #ebffd4;
	padding: 30px 20px;
	border-radius: 10px;
	min-height: 100%;
}
.home_why_block_inner img {
	width: 75px;
	padding: 5px;
	border-radius: 50%;
	background-image: -moz-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
}
.home_why_block_text {
	font-weight: 600;
	color: #111;
	margin-top: 20px;
	line-height: 1.2;
}
.home_about_section {
	padding: 80px 0;
}
.home_about_section_img img {
	border-radius: 10px;
}
.home_about_section_subheading {
	font-weight: 500;
	color: #151213;
}
.home_about_section_subheading strong {
	font-weight: 500;
	color: #2ba1af;
}
.home_about_section_heading {
	font-weight: bold;
	font-size: 30px;
	color: #111;
	line-height: 1.1;
	padding-bottom: 15px;
}
.home_about_section_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 45px;
	border-top: 4px solid #269fb4;
	border-radius: 20px;
}
.home_about_section_text {
	color: #666;
	margin-top: 20px;
}
.home_about_section_btn {
	background-image: -moz-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	display: inline-block;
	color: #fff;
	font-weight: 500;
	padding: 12px 25px;
	margin-top: 25px;
	border-radius: 4px;
}
.home_service_section {
	background: url("../images/service_bg.jpg") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
}
.home_service_section:before {
	background: rgba(31, 156, 178, 0.95);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_service_img {
	border-radius: 120px;
}
.home_service_btn {
	background: #fff;
	display: inline-block;
	color: #111;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 40px 12px 20px;
	margin-top: 25px;
	border-radius: 4px;
}
.home_service_btn:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 18px;
	transform: translate(0, -50%);
	width: 8px;
	height: 10px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #111;
}
.home_service_btn:hover:after {
	background: #fff;
}
.home_service_list ul {
	padding: 0;
	margin: 0;
}
.home_service_list ul li {
	font-size: 15px;
	font-weight: 500;
	padding: 10px 30px 10px 0;
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
}
.home_service_list ul li:before {
	position: absolute;
	content: "+";
	top: 50%;
	right: 0;
	background: #8ac53f;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	transform: translate(0, -50%);
	text-align: center;
	font-size: 17px;
}
.home_service_list ul li:last-child {
	border-bottom: none;
}
.home_service_list ul li a {
	color: #fff;
}
.home_cta_section {
	padding: 35px 0;
	background: #1b1b1b;
}
.home_cta_section_left {
	border-left: 3px solid #fff;
	padding-left: 20px;
}
.home_cta_section_subheading {
	color: #8ac53f;
	font-weight: 600;
	line-height: 1.1;
}
.home_cta_section_heading {
	font-weight: bold;
	font-size: 27px;
	line-height: 1.1;
	margin-top: 6px;
}
.home_cta_btn {
	display: inline-block;
	background: #8ac53f;
	color: #111;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 4px;
	margin-left: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_btn:hover {
	background: #fff;
}
.home_cta_phone {
	vertical-align: top;
	margin-top: 3px;
}
.home_cta_phone img {
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
}
.home_cta_phone a {
	font-size: 24px;
	font-weight: 600;
	color: #fff !important;
}
.home_testimonial_section {
	background: #f2ffe1;
	padding: 70px 0;
}
.home_testimonial_section_heading {
	color: #252525;
	font-weight: 500;
}
.footer_top_strip {
	background: #8ac53f;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
	padding: 28px 0;
}
.footer_top_strip a {
	color: #fff;
}
.footer_top {
	background: #eee;
	padding: 45px 0;
}
.footer_logo img {
	width: 240px;
}
.footer_about {
	color: #555;
	font-size: 15px;
	margin-top: 20px;
}
.footer_social {
	padding-top: 20px;
}
.footer_social a {
	margin-right: 3px;
}
.footer_social img {
	width: 32px;
}
.footer_top_heading {
    font-size: 22px;
	color: #101010;
	font-weight: bold;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 4px;
	font-size: 15px;
}
.footer_menu ul li a {
	color: #555;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-size: 15px;
	-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: #269fb4;
	padding-left: 2px;
}
.footer_contact_info ul {
	list-style-type: none;
	padding: 0;
    margin: 18px 0 0;
}
.footer_contact_info ul li {
	color: #555;
	position: relative;
	padding-left: 28px;
	font-weight: 500;
	margin-top: 10px;
}
.footer_contact_info ul li a {
	color: #555;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
}
.footer_ndis {
	margin-top: 25px;
}
.footer_top_block {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 25px;
}
.footer_top_block:first-child {
	padding-left: 12px;
	border-left: none;
}
.footer_bottom {
	background: #1f9cb2;
	padding: 18px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background-image: -moz-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
    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 {
	overflow: hidden;
}
.ms-slide:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -250px;
	width: 850px;
	height: 850px;
	border-radius: 0 50% 50% 0;
	transform: translate(0, -50%);
	background: rgba(38, 159, 180, 0.95);
	z-index: 9;
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	left: 9%;
	width: auto !important;
	max-width: 390px;
	transform: translate(0, -50%);
	margin-top: 0 !important;
}
.banner_subheading {
	color: #91c844;
	font-size: 17px;
	font-weight: 600;
}
.banner_heading {
	font-weight: bold;
	color: #fff;
	font-size: 42px;
	line-height: 1.1;
	margin-top: 10px;
}
.banner_text {
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
}
.banner_btn1 {
	background-image: -moz-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	display: inline-block;
	color: #fff;
	font-weight: 500;
	padding: 8px 20px 6px 15px;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn1 img {
	background: #fff;
	width: 26px;
	border-radius: 50%;
	padding: 3px;
	margin-right: 6px;
}
.banner_btn2 {
	display: inline-block;
	background: #fff;
	color: #111;
	font-weight: 500;
	padding: 11px 25px;
	text-transform: uppercase;
	border-radius: 4px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ms-nav-prev {
	background: url("../images/prev.png") no-repeat center !important;
}
.ms-nav-next {
	background: url("../images/next.png") no-repeat center !important;
}
.home_banner_section::before {
	position: absolute;
	content: "";
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.5);
	top: -75px;
	left: 20%;
	z-index: 9;
}
.home_banner_section::after {
	position: absolute;
	content: "";
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.5);
	bottom: -90px;
	left: -40px;
	z-index: 9;
}
.sp-testimonial-free {
	background: url("../images/testimonial_bg.png") #fff no-repeat bottom left !important;
	position: relative;
	padding: 65px 20px 30px;
	border-radius: 10px !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	margin: 12px;
}
.sp-testimonial-client-rating {
	position: absolute;
	top: 30px;
	left: 0;
	justify-content: center;
	width: 100%;
}
.sp-testimonial-content, .sp-testimonial-content p {
	font-size: 15px !important;
	padding: 0 !important;
}
.sp-testimonial-client-testimonial {
	margin-bottom: 0 !important;
}
.sp-testimonial-client-name {
	background: url("../images/user_img.png") no-repeat center top;
	margin-bottom: 0 !important;
	padding-top: 67px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	font-size: 50px !important;
	top: 62% !important;
}
.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 center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 120px !important;
    margin: 0 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: #8ac53f;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #8ac53f;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	font-weight: 600;
	font-size: 28px;
	color: #111;
	line-height: 1.1;
	padding-bottom: 12px;
	position: relative;
}
.inner_page_heading strong {
	font-weight: 600;
	color: #2ba1af;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-top: 4px solid #8ac53f;
	border-radius: 20px;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_mid_section {
	background: #f2ffe1;
	padding: 60px 0;
	margin: 60px 0;
}
.about_mission_box_inner {
	background: #269fb4;
	min-height: 100%;
	border-radius: 8px;
	padding: 30px 20px;
}
.about_mission_box_heading {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
}
.about_mission_box_text {
	color: rgba(255, 255, 255, 0.9);
	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: #666;
	margin-top: 4px;
}
.inner_page_list ul li strong {
	font-weight: 600;
}
.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.text-white ul li {
	color: rgba(255, 255, 255, 0.9);
}
.inner_page_bottom_box {
	background: #269fb4;
	padding: 40px 30px;
	border-radius: 10px;
	margin-top: 55px;
	text-align: center;
}
.inner_page_bottom_box_heading {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	line-height: 1.1;
	padding-bottom: 12px;
	position: relative;
}
.inner_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-top: 4px solid #8ac53f;
	border-radius: 20px;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_bottom_box_text {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 20px;
}
.contact_page_info {
	position:relative;
	padding-left:47px;
	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-radius: 4px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
	border-radius: 4px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
	background-image: -moz-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}
.contact_map {
	margin-top: 60px;
}
.contact_map iframe, #post-15 {
	margin-bottom: 0 !important;
}
.inner_page_img img {
	border-radius: 10px;
}
.review_page_box {
	margin-bottom: 25px;
}
.review_page_box_inner {
	background: url("../images/quote_icon.png") no-repeat;
	background-size: 38px;
	background-position: 20px 30px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	padding: 90px 20px 25px;
	min-height: 100%;
	border-radius: 10px;
}
.review_page_box_text {
	color: #666;
}
.review_page_box_name {
	color: #269fb4;
	font-weight: 600;
	font-size: 18px;
	margin-top: 20px;
}
.ref_form_box {
	background: url("../images/testimonial_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #222;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #2ba1af;
	font-weight: 600;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
	border-radius: 4px;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border-radius: 4px;
	border: 1px solid #ccc !important;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	border-radius: 4px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 500;
	background: #269fb4 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 10px 30px;
	text-transform: none;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 2px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-image: -moz-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-image: -moz-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(138,197,63) 0%, rgb(78,151,37) 100%);
	border-color: rgb(138,197,63);
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 6px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rmp-menu-title-image {
	width: 70px;
	height: 70px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #8ac53f;
	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: #002f35;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	display: inline-block;
	background: #269fb4;
	color: #fff !important;
	font-size: 15px;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 4px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.more-link {
	display: block;
	background: #269fb4;
	color: #fff !important;
	text-transform: capitalize;
	font-size: 15px;
	margin-top: 20px;
	width: 190px;
	padding: 10px 0 10px 18px;
	border-radius: 4px;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}



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

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right, .home_banner_section::before, .home_banner_section::after {
  display: none !important;
}
.header {
  padding: 6px 0;
}
.logo img {
  width: 200px;
}
.ms-view, .ms-slide {
   min-height: 300px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.home_banner_section {
  margin-top: 60px;
}
.ms-slide::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  transform: none;
  background: rgba(38, 159, 180, 0.7);
}
.ms-slide-info {
  left: 4%;
  right: 4%;
}
.banner_heading {
  font-size: 28px;
}
.banner_text {
  font-size: 14px;
}
.banner_btn1 {
  padding: 6px 18px 4px 13px;
  font-size: 15px;
}
.banner_btn2, .home_about_section_btn {
  padding: 10px 20px;
  font-size: 15px;
}
.home_why_section_heading, .home_about_section_heading, .home_cta_section_heading {
  font-size: 24px;
}
.home_why_section {
  padding: 40px 0 0;
}
.home_why_block_inner img {
  width: 60px;
}
.home_why_block_inner {
  padding: 25px 15px;
}
.home_why_block {
  margin-top: 20px;
  min-width: 50%;
  max-width: 50%;
}
.home_about_section, .home_service_section, .home_testimonial_section {
  padding: 40px 0;
}
.home_about_section_img {
  margin-bottom: 20px;
}
.home_service_btn {
  margin-top: 20px;
}
.home_cta_section_left {
  border-left: none;
  padding-left: 12px;
}
.home_cta_phone {
  margin-top: 7px;
}
.home_cta_phone a {
  font-size: 18px;
}
.home_cta_phone img {
  width: 30px;
}
.home_cta_btn {
  padding: 10px 18px;
  margin-left: 10px;
  font-size: 15px;
}
.footer_top_strip {
  font-size: 18px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 30px;
}
.footer_logo img {
  width: 185px;
}
.footer_top {
  padding: 10px 0 40px;
}
.page .entry-title, .blog_page_title {
  font-size: 28px;
}
.page .entry-header, .blog_page_header {
  padding: 130px 0 70px !important;
  margin: 0 0 40px !important;
}
.inner_page_heading {
  font-size: 23px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.about_mission_box {
  margin-bottom: 20px;
}
.inner_page_bottom_box {
  padding: 30px 20px;
  margin-top: 40px;
}
.about_mission_box_heading, .inner_page_bottom_box_heading, .ref_form_box_heading {
  font-size: 22px;
}
.contact_right {
  margin-top: 40px;
}
.ref_form_box {
  padding: 26px 20px;
}
.footer_bottom {
  padding: 18px 0 60px;
}
#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) {
.ms-slide-info {
  left: 11%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
  left: 11%;
}
.ms-slide::before {
  top: 50%;
  left: -250px;
  width: 750px;
  height: 750px;
  border-radius: 0 50% 50% 0;
  transform: translate(0, -50%);
}
.home_why_block {
  min-width: 33.3%;
  max-width: 33.3%;
}
.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;
  padding: 28px 8px;
}
.header_btn1{
  padding: 10px 20px;
  font-size: 15px;
}
.header_btn2 {
  font-size: 15px;
  padding: 7px 18px 5px 11px;
}
.footer_top_block {
  padding-left: 12px;
}
.footer_top_heading {
  font-size: 20px;
}
}

/* 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%;
}
.ms-slide::before {
  top: 50%;
  left: -250px;
  width: 750px;
  height: 750px;
  border-radius: 0 50% 50% 0;
  transform: translate(0, -50%);
}
.home_why_block {
  min-width: 33.3%;
  max-width: 33.3%;
}
.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) {

}

/* 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%;
}
.ms-slide::before {
  top: 50%;
  left: -250px;
  width: 750px;
  height: 750px;
  border-radius: 0 50% 50% 0;
  transform: translate(0, -50%);
}
.home_why_block {
  min-width: 33.3%;
  max-width: 33.3%;
}
.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) {

}

/* 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) {
.ms-slide::before {
  left: -20px;
}
.ms-slide-info {
  left: 16%;
}
}

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

@media screen and (min-width: 2550px) {
.ms-slide::before {
  left: -150px;
  width: 1200px;
  height: 1200px;
}
.ms-slide-info {
  left: 21%;
}
} 
