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;
}


.common_btn {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.common_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #253455;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.common_btn:hover, .common_btn:focus, .common_btn:active {
	color: #fff !important;
}
.common_btn:hover:before, .common_btn:focus:before, .common_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.common_btn2 {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.common_btn2:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #b68533;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.common_btn2:hover, .common_btn2:focus, .common_btn2:active {
	color: #fff !important;
}
.common_btn2:hover:before, .common_btn2:focus:before, .common_btn2:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 10px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #eaf2ff;
	padding: 1px 0 5px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 110px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
	width: 85px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	margin-right: 15px;
}
.header_menu ul li a {
	display: block;
	color: #2d4068;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 20px 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: #b68533;
}
.header_btn {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	display: inline-block;
	padding: 11px 25px;
	border-radius: 40px;
	font-weight: 500;
	margin-left: 30px;
	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 {
	background: url(../images/banner_bg.jpg) #eaf2ff repeat-x center bottom;
	background-size: 1200px;
	padding: 200px 0 430px;
}
.banner_subheading {
	font-size: 14px;
	color: #2d4068;
	font-weight: 500;
	background: #d9e2f4;
	border: 1px solid #2d4068;
	padding: 5px 18px;
	border-radius: 30px;
	letter-spacing: 1px;
}
.banner_heading {
	font-weight: 600;
	font-size: 45px;
	line-height: 1.1;
	color: #2d4068;
}
.banner_btn1 {
	background-image: -moz-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	display: inline-block;
	padding: 11px 30px;
	border-radius: 40px;
	font-weight: 500;
	margin: 30px 10px 0 0;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2 {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	display: inline-block;
	padding: 11px 25px;
	border-radius: 40px;
	font-weight: 500;
	margin: 30px 0 0;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_character {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
}
.home_service_section {
	background: url(../images/service_bg.png) no-repeat center bottom 30px;
	background-size: 100%;
	padding: 80px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.home_service_section:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 480px;
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
}
.home_service_section_tree {
	position: absolute;
	top: 175px;
	left: 25px;
	width: 70px;
}
.home_service_section .container {
	position: relative;
	z-index: 9;
}
.home_service_section_subheading {
	font-size: 14px;
	color: #b68533;
	font-weight: 500;
	background: #ffe8ba;
	border: 1px solid #b68533;
	padding: 5px 18px;
	border-radius: 30px;
	letter-spacing: 1px;
}
.home_service_section_heading {
	font-weight: 600;
	font-size: 35px;
	line-height: 1.1;
	color: #2d4068;
}
.home_service_box {
	margin-top: 35px;
}
.home_service_box_inner {
	background: url(../images/service_box_bg.png) #fff no-repeat center top 20px;
	border-radius: 15px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
	padding: 50px 20px 30px;
	min-height: 100%;
	text-align: center;
}
.home_service_box_inner img {
	height: 120px !important;
}
.home_service_box_heading {
	font-weight: 600;
	font-size: 18px;
	color: #4d3e3a;
	line-height: 1.2;
	margin-top: 25px;
}
.home_service_box_text {
	color: #666;
	margin-top: 15px;
	font-size: 15px;
}
.home_service_box_btn {
	display: inline-block;
	color: #e1ab31 !important;
	font-weight: 600;
	margin-top: 20px;
	border-bottom: 1px solid #e1ab31;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_box_btn:hover {
	color: #253455 !important;
	border-color: #253455;
}
.about_margin {
	margin-top: 90px;
}
.home_about_text {
	color: #666;
	margin-top: 25px;
}
.home_choose_section {
	background: url(../images/choose_bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.home_choose_box {
	margin-top: 50px;
}
.home_choose_box img {
	width: 65px;
}
.home_choose_box_heading {
	color: #253455;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 20px;
}
.home_choose_box_text {
	color: #666;
	margin-top: 10px;
	font-size: 15px;
}
.home_form_box {
	background: url(../images/tree2.png) #fdf7ea no-repeat center bottom;
	border: 1px solid #f1d79c;
	border-radius: 20px;
	padding: 80px 20% 60px;
	margin-top: 80px;
}
.footer_top {
	background: #D4E0FF;
	background: linear-gradient(0deg, rgba(212, 224, 255, 1) 0%, rgba(212, 224, 255, 0.14) 100%);
	padding: 50px 0;
}
.footer_logo img {
	width: 140px;
}
.footer_social {
	margin-top: 25px;
}
.footer_social img {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	width: 30px;
	border-radius: 50%;
	padding: 4px;
}
.footer_social a {
	margin-right: 3px;
}
.footer_top_heading {
    font-size: 20px;
	color: #293a5e;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 4px;
}
.footer_menu ul li a {
	color: #293a5e;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	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: #b68533;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 25px 0 0;
}
.footer_contact_info ul li {
	color: #293a5e;
	position: relative;
	list-style: none;
	font-size: 14px;
	margin-top: 18px;
	padding-left: 34px;
}
.footer_contact_info ul li img {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 0;
	max-width: 26px;
	padding: 4px;
}
.footer_contact_info ul li a {
	color: #293a5e;
}
.footer_top_block:nth-child(2) {
	padding-left: 40px;
}
.footer_top_block:nth-child(3) {
	padding-left: 0;
}
.footer_top_block:last-child {
	padding-left: 30px;
}
.footer_bottom {
	background: url(../images/footer_bg.png) #d5e0ff repeat-x center bottom;
	background-size: 350px;
	color: #293a5e;
	font-size: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding:  25px 0 100px;
}
.footer_bottom a {
	color: #293a5e;
}
#back-to-top {
	background-image: -moz-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 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;
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form input {
	border: 1px solid #2d3b5a !important;
	min-height: 47px;
	border-radius: 35px;
	margin-top: 20px;
	width: 100%;
	background: none;
	padding: 0 18px;
}
.home_form select {
	background: url(../images/dropdown.png) no-repeat center right 12px;
	border: 1px solid #2d3b5a !important;
	min-height: 47px;
	border-radius: 35px;
	margin-top: 20px;
	width: 100%;
	padding: 0 30px 0 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.home_form textarea {
	border: 1px solid #2d3b5a !important;
	height: 120px;
	border-radius: 25px;
	margin-top: 20px;
	resize: none;
	background: none;
	padding: 10px 18px;
}
.home_form .contact_btn input {
	background-image: -moz-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	border: none !important;
	width: auto;
	font-weight: 500;
	text-transform: none;
	font-size: 16px;
	border-radius: 35px;
}
.home_form .wpcf7-spinner {
	display: block !important;
}
.home_form {
	margin-top: 20px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_banner.jpg") #eaf2ff repeat-x center bottom !important;
    background-size: 600px !important;
    max-width: 100% !important;
    padding: 185px 0 190px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.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: #2d4068;
	position: relative;
    font-size: 33px;
	font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #b68533;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #b68533;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	font-weight: 600;
	color: #2d4068;
	font-size: 28px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_heading::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 4px;
	width: 32px;
	border-radius: 10px;
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
}
.centered_heading::before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_text strong {
	color: #555;
	font-weight: 600;
}
.inner_page_text a {
	color: #666;
}
.inner_page_mid_section {
	background: url(../images/tree3.png) #fdf7ea no-repeat bottom left 20px;
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_btn {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	display: inline-block;
	padding: 11px 25px;
	border-radius: 40px;
	font-weight: 500;
	margin: 20px 0 0;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.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;
	color: #555;
}
.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_mid_section2 {
	background: url(../images/tree4.png) #eaf2ff no-repeat bottom right 20px;
	padding: 60px 0;
	margin: 60px 0;
}
.about_value_box {
	margin-top: 30px;
}
.about_value_box_inner {
	background: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	min-height: 100%;
	padding: 30px 20px;
}
.about_value_box_inner img {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	border-radius: 50%;
	width: 65px;
	padding: 5px;
}
.about_value_box_heading {
	color: #2d4068;
	font-weight: 600;
	font-size: 18px;
}
.about_value_box_text {
	color: #666;
	margin-top: 16px;
}
#post-37, #post-39, #post-41, #post-50, #post-52, #post-11, .contact_map iframe {
	margin-bottom: 0 !important;
}
.contact_map {
	margin-top: 60px;
}
.contact_page_info {
	position:relative;
	padding-left:50px;
	color:#666;
	font-size: 15px;
	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 {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	position: absolute;
	top: 6px;
	left: 0;
	width: 38px;
	border-radius: 50%;
	padding: 5px;
}
.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%;
	padding: 0 18px;
	border-radius: 35px;
}
.contact_form select {
	background: url(../images/dropdown.png) no-repeat center right 10px;
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
	padding: 0 30px 0 18px;
	border-radius: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
	padding: 10px 18px;
	border-radius: 25px;
}
.contact_form .contact_btn input {
	background-image: -moz-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	min-height: 45px;
	border: none !important;
	width: auto;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
}
.terms_page_heading {
	font-weight: 600;
	color: #2d4068;
	font-size: 22px;
	line-height: 1.2;
}
.service_page_price_box {
	background: #2d406814;
	padding: 15px;
	margin-top: 50px;
	color: #2d4068;
	font-weight: 500;
	border-radius: 10px;
	border-top: 3px solid #2d4068;
}
.service_page_price {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	display: inline-flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border-radius: 50%;
	line-height: 1.2;
  	margin-left: 10px;
}
.service_page_price small {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.location_page_list ul {
	padding: 0;
	margin: 30px 0 0;
}
.location_page_list ul li {
	list-style: none;
	display: inline-block;
	margin: 10px 5px 0;
}
.location_page_list ul li a {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	display: block;
	position: relative;
	color: #fff !important;
	padding: 9px 22px 9px 40px;
	border-radius: 30px;
}
.location_page_list ul li a::before {
	background: url(../images/footer_address.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	content: "";
	top: 50%;
	left: 12px;
	width: 25px;
	height: 25px;
	transform: translate(0, -50%);
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background-image: -moz-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(66,94,144) 0%, rgb(37,52,85) 100%);
	color: #fff !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 9px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	padding: 8px 8px 0;
}
.footer_btn3 {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	color: #fff !important;
	width: 50%;
	font-size: 15px;
	float: left;
	padding: 9px 0;
}
.rmp-menu-title-image {
	background: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 5px 5px 0;
}
.thankyou_btn {
	background-image: -moz-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -webkit-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	background-image: -ms-linear-gradient( 52deg, rgb(232,182,79) 0%, rgb(182,133,51) 100%);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 40px;
	font-size: 15px;
	font-weight: 500;
	margin-top: 20px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_text {
	color: #666;
}
.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_menu, .home_service_section_heading br {
  display: none;
}
.header {
  padding: 2px 0 4px !important;
}
.header_btn {
  padding: 9px 16px;
  margin-left: 0;
  font-size: 14px;
}
.logo img {
  width: 77px;
}
.darkHeader .logo img {
  width: 65px;
}
.banner_subheading, .home_service_section_subheading {
  font-size: 12px;
  padding: 5px 12px;
}
.banner_heading, .home_service_section_heading {
  font-size: 26px;
}
.banner_btn1, .banner_btn2 {
  padding: 9px 20px;
  font-size: 14px;
}
.home_banner_section {
  background-size: 500px;
  padding: 140px 0 230px;
}
.home_service_section, .home_choose_section {
  padding: 45px 0;
}
.home_service_box {
  margin-top: 25px;
}
.home_service_section::before {
  height: 320px;
}
.home_service_box_inner img {
  height: 90px !important;
}
.about_margin {
  margin-top: 45px;
}
.home_about_img {
  margin-top: 30px;
}
.home_choose_box img {
  width: 50px;
}
.home_choose_box {
  margin-top: 30px;
}
.home_form_box {
  padding: 30px 20px 10px;
  margin-top: 45px;
}
.home_form input, .home_form select, .home_form textarea {
  min-height: 44px;
  margin-top: 12px;
}
.footer_logo img {
  width: 80px;
}
.footer_top_block {
  padding-left: 12px !important;
  margin-top: 30px;
}
.footer_top {
  padding: 5px 0 40px;
}
.footer_bottom {
  background-size: 200px;
  padding: 25px 0 120px;
  background-position: center bottom 40px;
}
#back-to-top {
  bottom: 50px;
}
.page .entry-title, .blog_page_title {
  font-size: 28px;
}
.page .entry-header, .blog_page_header {
  background-size: 350px !important;
  padding: 130px 0 120px !important;
  margin: 0 0 45px !important;
}
.rmp-submenu .rmp-menu-item-link {
	height: auto !important;
	line-height: 1.2 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.inner_page_heading {
  font-size: 23px;
}
.inner_page_img {
  margin-bottom: 30px;
}
.inner_page_mid_section, .inner_page_mid_section2 {
  padding: 45px 0;
  margin: 45px 0;
}
.inner_page_btn {
  padding: 9px 20px;
  font-size: 15px;
}
.service_page_price_box, .contact_right {
  margin-top: 40px;
}
.contact_page_info img {
  top: 7px;
  width: 34px;
}
.contact_page_info {
  padding-left: 45px;
}
.terms_page_heading {
  font-size: 20px;
}
.location_page_list ul li {
  margin: 7px 1px 0;
}
.location_page_list ul li a {
  font-size: 15px;
}
}

@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_about_img, .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: 14px;
}
.header_menu ul li {
  margin-right: 10px;
}
.header_btn {
  padding: 10px 20px;
  margin-left: 5px;
  font-size: 15px;
}
}

@media only screen and (min-width : 1025px) and (max-width : 1200px) {
.header_menu ul li a {
  font-size: 14px;
}
.header_menu ul li {
  margin-right: 10px;
}
.header_btn {
  padding: 10px 20px;
  margin-left: 5px;
  font-size: 15px;
}
}

/* 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) {

}