body {
	padding: 0px;
	margin: 0px;
	font-family: 'Outfit';
}
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;
}

.common_btn {
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-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;
	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.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;
}
.common_btn:hover:before, .common_btn:focus:before, .common_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

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




.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-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);
}
.header_top {
	height: 40px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	height: 0;
}
.header_top_btn {
	display: block;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 500;
	padding: 8px;
}
.header_top_btn1 {
	background: #02adee;
}
.header_top_btn2 {
	background: #68bc46;
}
.header_top_btn3 {
	background: #9821d5;
}
.header_mid {
	background: #fff;
	padding: 5px 0;
}
.logo img {
	width: 180px;
	-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_phone {
	color: #02adee;
	font-size: 15px;
}
.header_phone a {
	color: #111;
	font-size: 18px;
	font-weight: 600;
}
.header_phone img {
	width: 45px;
	background: #02adee;
	border-radius: 50%;
	padding: 5px;
	margin-right: 10px;
}
.header_btn1 {
	background: #02adee;
	display: inline-block;
	padding: 11px 25px;
	font-size: 16px;
	border-radius: 30px;
	margin-left: 25px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn2 {
	background: #68bc46;
	display: inline-block;
	padding: 11px 25px;
	font-size: 16px;
	border-radius: 30px;
	margin-left: 15px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu {
	background: #003143;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex !important;
	align-items: center;
}
.header_menu ul li {
	width: 20%;
	display: block;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
	padding: 13px 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: #fff;
	background: #68bc46 !important;
}
/* .header_menu ul li:nth-child(3n - 1) a {
	background: #9821d5;
}
.header_menu ul li:nth-child(3n) a {
	background: #68bc46;
} */
.home_banner_section {
	margin-top: 155px;
}
.ms-slide:before {
	background: #001D28;
	background: linear-gradient(90deg, rgba(0, 29, 40, 0.94) 42%, rgba(0, 29, 40, 0) 100%);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: 9;
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	left: 9%;
	width: auto !important;
	transform: translate(0, -50%);
	max-width: 500px;
}
.banner_heading {
	font-size: 48px;
	font-weight: 600;
	line-height: 1.1;
}
.banner_text {
	margin-top: 20px;
	font-size: 17px;
}
.banner_btn1 {
	border: 2px solid #fff;
	display: inline-block;
	padding: 10px 25px 12px;
	font-size: 16px;
	border-radius: 30px;
	margin: 25px 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: #02adee;
	display: inline-block;
	padding: 12px 27px 14px;
	font-size: 16px;
	border-radius: 30px;
	margin: 25px 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;
}
.ms-nav-prev {
	background: url("../images/prev_icon.png") #fff no-repeat center !important;
	background-size: 20px !important;
	width: 42px !important;
	height: 42px !important;
	border-radius: 4px;
}
.ms-nav-next {
	background: url("../images/next_icon.png") #fff no-repeat center !important;
	background-size: 20px !important;
	width: 42px !important;
	height: 42px !important;
	border-radius: 4px;
}
.banner_bottom_form_section {
	position: relative;
	z-index: 9;
/* 	margin-top: -40px; */
}
.banner_bottom_form_section_inner {
	background: #469227;
	border-radius: 5px;
	padding: 20px 30px 5px;
}
.banner_bottom_service_section {
	padding: 60px 0 0;
}
.banner_service_box_inner {
	background: #02adee;
	padding: 30px 20px;
	border-radius: 10px;
	min-height: 100%;
}
.banner_service_box:nth-child(2) .banner_service_box_inner {
	background: #68bc46;
}
.banner_service_box:nth-child(3) .banner_service_box_inner {
	background: #9821d5;
}
.banner_service_box_heading {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.1;
}
.banner_service_box_text {
	margin-top: 15px;
}
.banner_service_box_inner img {
	background: #fff;
	border-radius: 50%;
	width: 70px;
	padding: 8px;
	margin-bottom: 20px;
}



.home_about_section {
	background: url(../images/about_bg.png) no-repeat center left;
	padding: 80px 0;
}
.home_about_section_subheading {
	font-size: 18px;
	color: #222;
	font-weight: 500;
}
.home_about_section_subheading:before {
	position: absolute;
	content: "";
	top: 13px;
	right: -105px;
	border-top: 2px solid #02adee;
	width: 90px;
}
.home_about_section_heading {
	color: #222;
	font-size: 33px;
	font-weight: 600;
	line-height: 1.1;
}
.home_about_section_heading strong {
	color: #68bc46;
	font-weight: 600;
}
.home_about_section_text {
	color: #555;
	margin-top: 20px;
}
.about_btn1 {
	background: #02adee;
	display: inline-block;
	padding: 12px 27px 14px;
	font-size: 16px;
	border-radius: 30px;
	margin: 25px 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;
}
.about_btn2 {
	background: #68bc46;
	display: inline-block;
	padding: 12px 27px 14px;
	font-size: 16px;
	border-radius: 30px;
	margin: 25px 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;
}
.home_about_img {
	padding: 15px;
}
.home_about_img:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: #469227;
}
.home_about_img:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: #02adee;
}
.home_about_img img {
	position: relative;
	z-index: 9;
}
.home_choose_section {
	background: #008dc2;
	padding: 60px 0;
}
.home_about_section_subheading.text-white:before {
	border-color: #fff;
}
.home_choose_block {
	color: #fff;
	font-size: 15px;
	margin-top: 25px;
}
.home_choose_block strong {
	font-weight: 600;
	font-size: 17px;
	display: block;
}
.home_choose_block img {
	background: #fff;
	width: 65px;
	border-radius: 50%;
	margin-right: 10px;
	padding: 2px;
}
.home_choose_img {
	position: absolute;
	width: 43%;
	top: 0;
	height: 100%;
	object-fit: cover;
}
.home_service_section {
	padding: 70px 0;
}
.home_service_section_subheading {
	font-size: 18px;
	color: #222;
	font-weight: 500;
}
.home_service_section_subheading::before {
	position: absolute;
	content: "";
	top: 13px;
	left: -70px;
	border-top: 2px solid #02adee;
	width: 60px;
}
.home_service_section_subheading::after {
	position: absolute;
	content: "";
	top: 13px;
	right: -70px;
	border-top: 2px solid #02adee;
	width: 60px;
}
.service_slide_box {
	border-radius: 5px;
}
.service_slide_box img {
	height: 300px !important;
	width: 100%;
	object-fit: cover;
}
.service_slide_box_text {
	position: absolute;
	bottom: 15px;
	left: 10px;
	right: 10px;
	background: #fff;
	border-radius: 4px;
	color: #444;
	padding: 10px 0;
	font-weight: 500;
	font-size: 15px;
}
#service_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	background-size: 20px !important;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	font-size: 0 !important;
	border: 1px solid #666;
}
#service_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	background-size: 20px !important;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	font-size: 0 !important;
	border: 1px solid #666;
}
#service_slide .owl-dots {
	display: none !important;
}
#service_slide {
	margin-top: 40px;
}
.home_cta_section {
	padding: 40px 0;
	background-image: -moz-linear-gradient( 89deg, rgb(2,20,67) 0%, rgb(2,25,83) 31%, rgb(1,29,98) 50%, rgb(1,30,103) 70%, rgb(0,31,107) 100%);
	background-image: -webkit-linear-gradient( 89deg, rgb(2,20,67) 0%, rgb(2,25,83) 31%, rgb(1,29,98) 50%, rgb(1,30,103) 70%, rgb(0,31,107) 100%);
	background-image: -ms-linear-gradient( 89deg, rgb(2,20,67) 0%, rgb(2,25,83) 31%, rgb(1,29,98) 50%, rgb(1,30,103) 70%, rgb(0,31,107) 100%);
}
.home_cta_section_heading {
	font-family: 'Gabriela';
	font-size: 32px;
	line-height: 1.2;
}
.home_cta_section_heading strong {
	color: #8deb67;
	font-weight: normal;
}
.home_testimonial_section {
	background: url("../images/testimonial_bg.jpg") #e4eff4 no-repeat center;
	background-size: cover;
	padding: 60px 0 10px;
}
.home_contact_section {
	padding: 70px 0;
}
.home_form_box {
	border: 1px solid #ccc;
	padding: 10px 20px 5px;
	border-radius: 10px;
}
.home_contact_info ul {
	padding: 0;
	margin: 0;
}
.home_contact_info ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding: 13px 0;
	display: flex;
	align-items: center;
	color: #444;
}
.home_contact_info ul li:last-child {
	border-bottom: none;
}
.home_contact_info ul li a {
	color: #444;
}
.home_contact_info ul li img {
	width: 20px;
	margin-right: 10px;
}
.footer_top {
	background: #003143;
	padding: 50px 0;
}
.footer_about {
	font-size: 15px;
}
.footer_top_heading {
    font-size: 23px;
	color: #fff;
	font-weight: 600;
	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: #fff;
	font-style: normal;
	text-decoration: none;
	font-size: 15px;
	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: #68bc46;
	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;
	font-size: 15px;
	margin-top: 10px;
	padding-left: 28px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 3px;
	left: 0;
	max-width: 18px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 4px;
}
.footer_social a {
	margin: 0 5px 5px 0;
	display: inline-block;
}
.footer_top_block:nth-child(3) {
	padding-left: 45px;
}
.footer_top_block:nth-child(4) {
	padding-left: 50px;
}
.footer_bottom {
	background: #68bc46;
	padding: 15px 0;
	color: #fff;
	font-size: 15px;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background: #9821d5;
    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;
}
.banner_bottom_form_section_inner p {
	margin-bottom: 0 !important;
}
.banner_bottom_form_section_inner input {
	border: none !important;
	min-height: 44px;
	border-radius: 4px;
	width: 100%;
	margin-top: 15px;
}
.banner_bottom_form_section_inner .contact_btn input {
	background: #02adee !important;
	border: none !important;
	min-height: 44px;
	border-radius: 4px;
	width: 100%;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 500;
}
.sp-testimonial-client-image{
    max-width: 45px;
    position: absolute;
    bottom: 28px;
    left: 10px;
}
.sp-testimonial-free{
    border-radius: 14px !important;
    padding: 25px 15px !important;
    margin: 10px !important;
    background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important; 
    filter: drop-shadow(0px 1px 3.5px rgba(0,0,0,0.15));
    background-color: #ffffff;
    background-position: top 50% left 50% !important;
}
.sp-testimonial-content p{
    font-size: 16px !important;
    font-weight: normal !important;
    text-align: left !important;
    padding: 0 !important;
    max-height: 185px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.sp-testimonial-client-name{
    font-size: 18px !important;
    color: #3e3e3e !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    text-align: left !important;
    padding-top: 10px !important;
    padding-left: 50px !important; 
    margin-bottom: 0 !important;
    border-top: 1px solid #ccc !important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation{
    text-align: left !important;
    padding-left: 50px !important; 
    font-size: 16px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
    float: inline-end !important;
    position: relative;
    top: -15px;
}
.sp-testimonial-free-section .sp-testimonial-client-image {
    text-align: left !important;
    margin-bottom: 0 !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating i.fa{
    filter: drop-shadow(0px 2px 0px rgba(0,0,0,0.38));
}
.home_form_box p {
	margin-bottom: 0 !important;
}
.appoint_form_label {
	font-weight: 500;
	color: #444;
	margin: 15px 0 2px;
}
.appoint_form_input input {
	width: 100%;
	border: 1px solid #ddd !important;
	min-height: 44px;
	border-radius: 4px;
}
.appoint_form_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	border: 1px solid #ddd !important;
	min-height: 44px;
	border-radius: 4px;
	padding: 0 30px 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.appoint_form_input textarea {
	resize: none;
	border: 1px solid #ddd !important;
	height: 100px;
	border-radius: 4px;
}
.home_form_box .contact_btn input {
	background: #02adee !important;
	border: none !important;
	min-height: 44px;
	border-radius: 4px;
	width: 100%;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 500;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_banner.jpg") #eee no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 140px !important;
    margin: 155px 0 50px !important;
    position: relative;
    overflow: hidden;
}
.page .entry-header:before, .blog_page_header:before {
	background: #001D28;
	background: linear-gradient(90deg, rgba(0, 29, 40, 0.94) 42%, rgba(0, 29, 40, 0) 100%);
	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: 40px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #68bc46;
	position: relative;
	font-size: 16px;
}
.breadcrumb-container a {
	color: #68bc46;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	color: #222;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #02adee;
	border-radius: 20px;
}
.centered_heading::before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_heading strong {
	color: #68bc46;
	font-weight: 600;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_mid_section {
	background: rgba(152, 33, 213, 0.1);
	padding: 60px 0;
	margin: 60px 0;
}
.service_page_box {
	margin-top: 35px;
}
.service_page_box_inner {
	background: #fff;
	min-height: 100%;
	border-radius: 10px;
	padding: 10px 10px 62px;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.service_page_box_text {
	font-weight: 500;
	color: #333;
	margin-top: 20px;
	line-height: 1.2;
	font-size: 18px;
}
.service_page_box_btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	white-space: nowrap;
	background: #02adee;
	display: inline-block;
	padding: 9px 20px 10px;
	font-size: 15px;
	border-radius: 30px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#post-38, #post-40, #post-87, #post-93, #post-17, #post-9 {
	margin-bottom: 0 !important;
}
.inner_page_bottom_section {
	background: rgba(2, 173, 238, 0.1);
	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: 28px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li strong {
	color: #555;
	font-weight: 600;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
}
.inner_page_btn {
	background: #02adee;
	display: inline-block;
	padding: 11px 25px;
	font-size: 16px;
	border-radius: 30px;
	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_subheading {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-top: 25px;
}
.inner_page_img img {
	border-radius: 10px;
}
.service_page_box_img {
	overflow: hidden;
	border-radius: 7px;
}
.contact_page_box_inner {
	background: #fff;
	min-height: 100%;
	border-radius: 10px;
	padding: 30px 20px;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.contact_page_box_inner img {
	width: 40px;
}
.contact_page_box_heading {
	color: #666;
	font-size: 17px;
}
.contact_page_box_text {
	font-size: 18px;
	color: #222;
	margin-top: 2px;
}
.contact_page_box_text a {
	color: #222;
}
.contact_page_form p {
	margin-bottom: 0 !important;
}
.contact_page_form .contact_btn {
	text-align: center;
}
.contact_page_form .contact_btn input {
	background: #02adee !important;
	border: none !important;
	min-height: 44px;
	border-radius: 30px;
	width: auto;
	margin-top: 15px;
	font-size: 15px;
	font-weight: 500;
}
.contact_page_form .wpcf7-spinner {
	display: block !important;
}
.contact_page_form {
	margin-top: 25px;
	background: #fff;
	border-radius: 10px;
	padding: 20px 25px 10px;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.ref_form_box {
	padding: 35px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.ref_form_box1 {
	background: rgba(2, 173, 238, 0.1);
	border: 1px solid rgba(2, 173, 238, 0.1);
}
.ref_form_box2 {
	background: rgba(152, 33, 213, 0.1);
	border: 1px solid rgba(152, 33, 213, 0.1);
}
.ref_form_box3 {
	background: rgba(104, 188, 70, 0.1);
	border: 1px solid rgba(104, 188, 70, 0.1);
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #111;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
}
.ref_form_box_heading strong {
	color: #68bc46;
	font-weight: 600;
}
.ref_form_box_label {
	color: #555;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border-radius: 4px;
	border: 1px solid #ccc !important;
	color: #555;
	background: #fff;
}
.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: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	border-radius: 4px;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border-radius: 4px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 500;
	background: #68bc46 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 11px 30px 12px;
}
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: normal;
	-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: 2px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #02adee;
	border-color: #02adee;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #02adee;
	border-color: #02adee;
}
.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: 5px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.occupation_page_box {
	margin-top: 30px;
}
.occupation_page_box_inner {
	background: #fff;
	min-height: 100%;
	border-radius: 10px;
	padding: 25px 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.occupation_page_box_heading {
	color: #111;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
.occupation_page_box_text {
	color: #666;
	margin-top: 15px;
}
.occupation_page_box_inner img {
	width: 50px;
}
.inner_area_list ul {
	padding: 0;
	margin: 20px 0 0;
}
.inner_area_list ul li {
	list-style: none;
	display: inline-block;
	margin: 10px 5px 0;
}
.inner_area_list ul li a {
	background: url("../images/home_address.png") no-repeat center left 15px;
	background-size: 18px;
	display: block;
	color: #02adee;
	border: 1px solid #02adee;
	border-radius: 30px;
	padding: 9px 20px 9px 38px;
}
.rmp-menu-title-image {
	width: 120px;
	height: auto;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #9821d5;
	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: 9px 12px 0;
}
.footer_btn3 {
	background: #68bc46;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	background: #68bc46;
	display: inline-block;
	padding: 10px 20px 12px;
	font-size: 15px;
	border-radius: 30px;
	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;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
#content-sidebar .wp-block-heading {
	border-top: 3px solid #02adee;
	padding-top: 5px;
	color: #111;
	font-weight: 600;
}
#block-7, #block-9 {
	margin-bottom: 0;
}
#block-7 .wp-block-heading {
	margin-top: 0;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}
.more-link {
	display: block;
	background: #68bc46;
	color: #fff !important;
	margin-top: 20px;
	text-transform: capitalize;
	padding: 9px 0 10px 16px;
	border-radius: 30px;
	width: 175px;
}




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

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_btn1, .header_btn2, .header_menu {
  display: none;
}
.logo img {
  width: 100px !important;
}
.header_mid {
  padding: 3px 0;
}
.header_phone {
  line-height: 1.3;
}
.header_phone img {
  width: 35px;
  margin-right: 8px;
}
.header_phone a {
  font-size: 16px;
}
.home_banner_section {
  margin-top: 60px;
}
.ms-view, .ms-slide {
   min-height: 350px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.banner_heading {
  font-size: 27px;
}
.banner_text {
  margin-top: 15px;
  font-size: 15px;
}
.ms-slide-info {
  left: 4%;
  right: 4%;
}
.banner_btn1 {
  padding: 8px 20px 10px;
  font-size: 15px;
  margin: 20px 10px 0 0;
}
.banner_btn2 {
  padding: 10px 22px 12px;
  font-size: 15px;
  margin: 20px 0 0;
}
.ms-slide::before {
  width: 100%;
  opacity: 0.8;
}
.banner_service_box {
  margin-top: 20px;
}
.banner_bottom_service_section {
  padding: 20px 0 0;
}
.home_about_section, .home_service_section, .home_contact_section {
  padding: 40px 0;
}
.home_about_section_subheading {
  font-size: 15px;
}
.home_about_section_subheading::before {
  top: 11px;
  right: -65px;
  width: 50px;
}
.home_about_section_heading {
  font-size: 26px;
}
.banner_service_box_inner img {
  width: 60px;
}
.about_btn1, .about_btn2 {
  padding: 10px 20px 12px;
  font-size: 15px;
  margin: 20px 10px 0 0;
}
.home_about_img {
  margin-top: 30px;
}
.home_choose_img {
  position: static;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.home_choose_section {
  padding: 0 0 40px;
}
.home_choose_block img {
  width: 55px;
}
.home_service_section_subheading {
  font-size: 16px;
}
.home_cta_section_heading {
  font-size: 22px;
  margin-bottom: 20px;
}
.home_testimonial_section {
  padding: 30px 0 0px;
}
.footer_top_block {
  margin-top: 35px;
}
.footer_top_block:nth-child(3), .footer_top_block:nth-child(4) {
  padding-left: 12px;
}
.footer_top {
  padding: 10px 0 40px;
}
.footer_social img {
  width: 33px;
  border: 1px solid #fff;
}
.footer_bottom {
  padding: 15px 0 60px;
}
.page .entry-header, .blog_page_header {
  padding: 75px 0 !important;
  margin: 60px 0 40px !important;
}
.page .entry-title, .blog_page_title {
  font-size: 27px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_heading, .ref_form_box_heading {
  font-size: 24px;
}
.inner_page_mid_section, .inner_page_bottom_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_btn {
  padding: 9px 20px;
  font-size: 15px;
}
.occupation_page_box {
  margin-top: 25px;
}
.inner_area_list ul li a {
  background-size: 15px;
  padding: 9px 20px 9px 38px;
  font-size: 15px;
}
.ref_form_box {
  padding: 25px 20px;
}
.contact_page_box {
  margin-bottom: 20px;
}
.contact_page_box_inner img {
  width: 35px;
}
.occupation_page_box_inner img {
  width: 40px;
}
#back-to-top {
  bottom: 50px;
}
}

@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) {
.ms-slide-info {
  left: 13%;
  max-width: 400px;
}
.ms-slide::before {
    width: 50%;
    opacity: 1;
}
.header_top_btn {
  font-size: 13px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_heading {
  font-size: 38px;
}
.home_cta_section_heading {
  font-size: 26px;
}
.footer_top_block:nth-child(3) {
  padding-left: 20px;
}
.footer_top_block:nth-child(4) {
  padding-left: 25px;
}
}

/* 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) {
.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%;
}
}