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: 240px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	margin-right: 20px;
}
.header_menu ul li:before {
	position: absolute;
	content: "";
	top: 32px;
	right: -13px;
	height: 15px;
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.header_menu ul li:last-child:before {
	display: none;
}
.header_menu ul li a {
	display: block;
	color: #111;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 28px 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: #0910a5;
}
.header_btn1 {
	display: inline-flex;
	align-items: center;
	background: #fda814;
	border-radius: 5px;
	color: #111 !important;
	font-weight: 500;
	font-size: 15px;
	padding: 8px 17px 8px 9px;
	margin-left: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn1 img {
	width: 25px;
}
.header_btn1:hover {
	background: #ee9702;
}
.header_btn2 {
	display: inline-block;
	background: #0910a5;
	border-radius: 5px;
	color: #fff !important;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 22px;
	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:hover {
	background: #f8af31;
	color: #111 !important;
}
.home_banner_section {
	margin-top: 77px;
}
.ms-slide:before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	margin-top: 0 !important;
	width: auto !important;
	max-width: 550px;
	transform: translate(0, -50%);
	left: 9%;
}
.banner_subheading {
	background: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.banner_heading {
	font-size: 38px;
	line-height: 1.2;
	font-weight: bold;
}
.banner_text {
	font-size: 15px;
	margin-top: 20px;
}
.banner_btn1 {
	display: inline-block;
	background: #0910a5;
	border-radius: 5px;
	vertical-align: top;
	color: #fff !important;
	font-weight: 500;
	padding: 11px 20px;
	margin: 25px 10px 0 0;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn1:hover {
	background: #fda814;
	color: #111 !important;
}
.banner_btn2 {
	background: url(../images/header_phone.png) #fda814 no-repeat center left 12px;
	background-size: 27px;
	display: inline-block;
	border-radius: 5px;
	vertical-align: top;
	color: #111 !important;
	font-weight: 500;
	padding: 11px 17px 11px 40px;
	margin: 25px 0 0;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn2:hover {
	background-color: #ee9702;
}
.banner_form_container {
	position: absolute;
	top: 50%;
	right: 9%;
	transform: translate(0, -50%);
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	width: 420px;
}
.banner_form_container_heading {
	font-weight: bold;
	font-size: 25px;
	color: #111;
	line-height: 1.1;
}
.home_service_sec {
	padding: 70px 0;
}
.home_service_section_heading {
	font-weight: bold;
	font-size: 33px;
	color: #111;
	line-height: 1.1;
}
.home_service_sec_text {
	color: #666;
	font-size: 15px;
}
.service_slide_box_img {
	border-radius: 10px;
}
.service_slide_box_heading {
	color: #0e0e0e;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 25px;
}
.service_slide_box_text {
	color: #666;
	font-size: 15px;
	margin-top: 20px;
}
.service_slide_box_btn {
	display: inline-block;
	background: #0910a5;
	color: #fff !important;
	font-size: 15px;
	margin-top: 20px;
	padding: 9px 20px;
	border-radius: 5px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service_slide_box_btn:hover {
	background: #fda814;
	color: #111 !important;
}
#service_slide {
	margin-top: 70px;
}
#service_slide .owl-nav {
	display: none;
}
#service_slide .owl-dots .owl-dot span {
	width: 100px;
	height: 5px;
	margin: 0;
	background: #e0e1ff;
	border-radius: 0;
}
#service_slide .owl-dots .owl-dot.active span, #service_slide .owl-dots .owl-dot:hover span {
	background: #0910a5;
}
#service_slide .owl-dots {
	margin-top: 30px;
}
.home_about_section {
	padding: 0 0 80px;
}
.home_about_section_subheading {
	background: #e0e1ff;
	font-weight: 500;
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.home_about_section_text {
	color: #666;
	font-size: 15px;
}
.home_about_section_btn {
	display: inline-block;
	background: #fda814;
	color: #111 !important;
	font-size: 15px;
	margin-top: 25px;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 5px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_section_btn:hover {
	background: #0910a5;
	color: #fff !important;
}
.home_about_section_img {
	width: 100%;
	height: 400px;
	border-radius: 10px;
	object-fit: cover;
}
.about_img_margin {
	margin-top: 80px;
}
.home_about_circle {
	background: url(../images/about_icon.png) #fff4e3 no-repeat center;
	border: 25px solid #fff;
	width: 127px;
	height: 127px;
	border-radius: 50%;
	position: absolute;
	top: -40px;
	right: -40px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.home_about_circle img {
	animation: rotating 20s linear infinite;
	-webkit-animation: rotating 20s linear infinite;
	min-width: 115px;
	margin: -18px;
}
@-webkit-keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.home_choose_section {
	background: url(../images/choose_bg.jpg) #071795 no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 75px 0;
}
.home_choose_box {
	margin-top: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.home_choose_box:last-child {
	border-right: none;
}
.home_choose_box img {
	width: 42px;
	margin-top: 15px;
}
.home_choose_box_heading {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2;
	border-top: 3px solid #fff;
	padding-top: 15px;
}
.home_choose_box_text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin-top: 15px;
}
.home_faq_section {
	padding: 75px 0;
}
.home_faq_section_img_box {
	background: #fff4e1;
	height: 200px;
	border-radius: 10px;
}
.home_faq_section_img {
	margin: -150px auto 0;
	border-radius: 10px;
	width: 90%;
}
.home_cta_section {
	background: #0910a5;
	padding: 60px 0;
}
.home_cta_section_heading {
	font-weight: bold;
	font-size: 33px;
	line-height: 1.2;
}
.home_cta_section_text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	margin-top: 15px;
}
.home_cta_section_btn1 {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff !important;
	font-weight: 500;
	font-size: 15px;
	padding: 9px 22px;
	margin: 25px 10px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_section_btn1:hover {
	background: #fff;
	color: #0910a5 !important;
}
.home_cta_section_img {
	position: absolute;
	bottom: -25px;
	left: -75px;
}
.home_testimonial_section {
	background: #fffaf1;
	padding: 75px 0;
}
.home_testimonial_section_btn {
	display: inline-block;
	background: #0910a5;
	border-radius: 5px;
	color: #fff !important;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_testimonial_section_btn:hover {
	background: #f8af31;
	color: #111 !important;
}
.footer {
	background: url("../images/footer_bg.jpg") #010223 no-repeat center;
	padding: 60px 0 20px;
}
.footer_top_heading {
	font-size: 18px;
	font-weight: 600;
	color: #fda814;
	line-height: 1.2;
	text-transform: uppercase;
}
.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;
	position: relative;
	z-index: 99;
	font-size: 14px;
	-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: #a78532;
	padding-left: 2px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0 20px;
}
.footer_top_block:first-child {
	border-left: none;
}
.footer_contact_block {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 35px;
	padding: 15px 0;
}
.footer_contact_info ul {
	padding: 0;
	margin: 0;
}
.footer_contact_info ul li {
	color: #fff;
	display: inline-flex;
	align-items: center;
	list-style: none;
	margin-right: 20px;
}
.footer_contact_info ul li img {
	background: #fff4e1;
	max-width: 40px;
	border-radius: 50%;
	padding: 5px;
	margin-right: 8px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_social a {
	margin-left: 3px;
}
.footer_social img {
	width: 35px;
}
.footer_bottom {
	margin-top: 20px;
	color: #fff;
	font-size: 15px;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background: #fda814;
    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_icon2.png) no-repeat center !important;
}
.ms-nav-next {
	background: url(../images/next_icon2.png) no-repeat center !important;
}
.banner_form p {
	margin-bottom: 0 !important;
}
.banner_form {
	margin-top: 10px;
}
.banner_form input {
	margin-top: 12px !important;
	background: #f3f4ff;
	border: 1px solid #d0d4fd !important;
	border-radius: 4px;
	min-height: 42px;
	font-size: 15px;
	width: 100%;
}
.banner_form select {
	background: url(../images/dropdown.png) #f3f4ff no-repeat center right 10px;
	margin-top: 12px !important;
	border: 1px solid #d0d4fd !important;
	border-radius: 4px;
	min-height: 42px;
	font-size: 15px;
	width: 100%;
	padding: 0 30px 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.banner_form textarea {
	margin-top: 12px !important;
	background: #f3f4ff;
	border: 1px solid #d0d4fd !important;
	border-radius: 4px;
	height: 85px;
	font-size: 15px;
	resize: none;
}
.banner_form .wpcf7-submit {
	margin-top: 12px !important;
	background: #0910a5 !important;
	border: none !important;
	border-radius: 4px;
	min-height: 42px;
	font-size: 15px;
	font-weight: 500;
	width: auto;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 10px 15px !important;
}
.sp-easy-accordion .sp-ea-single .ea-body {
	font-size: 15px !important;
}
.sp-easy-accordion .sp-ea-single {
	background-image: -moz-linear-gradient( 58deg, rgb(213,222,255) 0%, rgb(242,245,255) 100%) !important;
	background-image: -webkit-linear-gradient( 58deg, rgb(213,222,255) 0%, rgb(242,245,255) 100%) !important;
	background-image: -ms-linear-gradient( 58deg, rgb(213,222,255) 0%, rgb(242,245,255) 100%) !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
	background: #fda814;
	border-radius: 50%;
	font-weight: normal !important;
	font-size: 12px !important;
	width: 28px;
	height: 28px;
}
.sp-testimonial-free {
	position: relative;
	background: #fff !important;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 7px !important;
	padding: 65px 20px 25px !important;
}
.sp-testimonial-client-rating {
	position: absolute;
	top: 30px;
	left: 20px;
}
.sp-testimonial-content, .sp-testimonial-content p {
	font-size: 15px !important;
	text-align: left !important;
	padding: 0 !important;
}
.sp-testimonial-client-image {
	position: absolute;
	bottom: 28px;
	left: 20px;
	margin-top: 0 !important;
}
.sp-testimonial-client-name {
	font-weight: 600 !important;
	font-size: 17px !important;
	text-align: left !important;
	padding-left: 60px !important;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-designation {
	font-size: 15px !important;
	text-align: left !important;
	padding-left: 60px !important;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner.jpg") #111 no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 210px 0 120px !important;
    margin: 0 0 60px !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: bold;
    text-transform: uppercase;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #fda814;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #fda814;
}
.page {
	margin-top: 0 !important;
}
#content-sidebar .wp-block-heading {
	border-top: 4px solid #fda814;
	padding-top: 10px;
	color: #0910a5;
	font-weight: 600;
}
#block-7, #block-9 {
	margin-bottom: 0;
}
#block-6 .wp-block-heading {
	margin-top: 0;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}
.more-link {
	display: block;
	background: #fda814;
	color: #111 !important;
	text-transform: capitalize;
	margin-top: 20px;
	border-radius: 5px;
	padding: 10px 0 10px 15px;
	width: 185px;
	font-size: 15px;
	font-weight: 500;
}
.contact_page_box_inner {
	border: 1px solid #d2d4ff;
	min-height: 100%;
	border-radius: 10px;
	text-align: center;
	padding: 30px 20px;
	background-image: -moz-linear-gradient( 58deg, rgb(213,222,255) 0%, rgb(242,245,255) 100%);
	background-image: -webkit-linear-gradient( 58deg, rgb(213,222,255) 0%, rgb(242,245,255) 100%);
	background-image: -ms-linear-gradient( 58deg, rgb(213,222,255) 0%, rgb(242,245,255) 100%);
}
.contact_page_box_inner img {
	background: #fda814;
	border-radius: 50%;
	width: 60px;
	padding: 8px;
}
.contact_page_box_heading {
	font-weight: 600;
	font-size: 18px;
	color: #111;
}
.contact_page_box_text {
	color: #555;
	margin-top: 5px;
}
.contact_page_box_text a {
	color: #555;
}
.inner_page_mid_section {
	background: #fff7e8;
	border-top: 1px solid #fff0d6;
	border-bottom: 1px solid #fff0d6;
	padding: 60px 0;
	margin: 60px 0;
}
#post-17 {
	margin-bottom: 0 !important;
}
.contact_page_map iframe {
	border-radius: 10px;
	margin-bottom: 0 !important;
}
.inner_page_heading {
	font-weight: 600;
	color: #111;
	font-size: 28px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading strong {
	font-weight: 600;
	color: #0910a5;
}
.inner_page_heading::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #fda814;
	border-radius: 30px;
}
.centered_heading::before {
	left: 50%;
	transform: translate(-50%, 0);
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ddd !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ddd !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #fda814 !important;
    border-radius: 5px;
	color: #111 !important;
    font-size: 16px;
    font-weight: 500;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_btn {
	display: inline-flex;
	align-items: center;
	background: #fda814;
	border-radius: 5px;
	color: #111 !important;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 20px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_page_btn:hover {
	background: #0910a5;
	color: #fff !important;
}
.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_mid_section2 {
	background: #f0f1ff;
	border-top: 1px solid #e8e9fb;
	border-bottom: 1px solid #e8e9fb;
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_review_box {
	background: url(../images/quote_icon.png) #fff no-repeat center top 30px;
	background-size: 30px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 75px 30px 30px;
}
.inner_page_review_box_text {
	color: #666;
	font-style: italic;
}
.inner_page_review_box_name {
	color: #0910a5;
	margin-top: 15px;
	font-weight: 500;
	font-size: 17px;
}
.inner_page_img img {
	border-radius: 10px;
}
#myTab {
	border: none !important;
	padding: 0;
	margin: 30px 0 0;
}
#myTab .nav-item {
	margin: 10px 5px 0;
}
#myTab .nav-link {
	background: #e5e5f4;
	border: 1px solid #e5e5f4 !important;
	color: #0910a5;
	font-size: 15px;
	font-weight: 500;
}
#myTab .nav-item.show .nav-link, #myTab .nav-link.active {
	background: #0910a5;
	color: #fff;
	border-color: #0910a5 !important;
}
.inner_page_location_list ul {
	padding: 0;
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.inner_page_location_list ul li {
	list-style: none;
	width: 25%;
	margin-top: 5px;
}
.inner_page_location_list ul li a {
	background: url(../images/location_icon.png) no-repeat left top 3px;
	background-size: 15px;
	display: block;
	color: #555;
	font-size: 15px;
	padding-left: 20px;
}
.rmp-submenu .rmp-menu-item-link {
	height: auto !important;
	line-height: 1.2 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.rmp-menu-title-image {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	width: 60px;
	height: 60px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #fda814;
	color: #111 !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 9px 0;
}
.footer_btn3 {
	background: #0910a5;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.about_choose_box {
	margin-top: 30px;
}
.about_choose_box_inner {
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
	min-height: 100%;
	border-radius: 10px;
	padding: 30px 20px;
}
.about_choose_box_inner img {
	width: 60px;
}
.about_choose_box_heading {
	color: #222;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
}
.about_choose_box_text {
	color: #666;
	margin-top: 10px;
}



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

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right {
  display: none !important;
}
.header {
  padding: 13px 0;
}
.logo img {
  width: 175px;
}
.home_banner_section {
  margin-top: 60px;
}
.banner_form_container {
  position: static;
  transform: none;
  padding: 30px 20px;
  width: auto;
}
.ms-view, .ms-slide {
   min-height: 370px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.ms-slide-info {
  left: 4%;
  right: 4%;
}
.banner_heading, .home_service_section_heading, .home_cta_section_heading {
  font-size: 25px;
}
.home_service_sec, .home_choose_section, .home_faq_section, .home_cta_section, .home_testimonial_section {
  padding: 40px 0;
}
.home_about_section {
  padding: 0 0 40px;
}
.home_choose_box {
  margin-top: 30px;
  border-right: none;
}
.banner_text {
  font-size: 14px;
  margin-top: 15px;
}
.banner_btn1 {
  padding: 10px 16px;
  margin: 20px 5px 0 0;
  font-size: 14px;
}
.banner_btn2 {
  padding: 10px 16px 10px 37px;
  margin: 20px 0 0;
  font-size: 14px;
}
#service_slide .owl-dots .owl-dot span {
  width: 35px;
}
#service_slide {
  margin-top: 35px;
}
.home_about_section_btn {
  padding: 10px 20px;
}
.home_about_circle {
  border: 15px solid #fff;
  width: 85px;
  height: 85px;
  top: -20px;
  right: -20px;
}
.home_about_circle img {
  min-width: 77px;
  margin: -11px;
}
.home_about_section_img {
  height: 206px;  
}
.home_faq_section_img {
  margin: -180px auto 0;
}
.home_cta_section_img {
  position: static;
  width: 130px;
  margin: 0 0 25px 12px;
}
.home_cta_section_btn1 {
  font-size: 14px;
  padding: 8px 17px;
  margin: 20px 10px 0 0;
}
.footer_top_block {
  border-left: none;
  padding: 0 12px;
  margin-top: 35px;
  min-width: 100%;
}
.footer {
  padding: 5px 0 60px;
}
.footer_contact_info ul li img {
  max-width: 30px;
  padding: 4px;
}
.footer_social {
  margin-top: 20px;
}
.footer_social a {
  margin: 0 3px 0 0;
}
.page .entry-title, .blog_page_title {
  font-size: 26px;
}
.page .entry-header, .blog_page_header {
  padding: 135px 0 70px !important;
  margin: 0 0 40px !important;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_heading {
  font-size: 24px;
}
.inner_page_btn {
  font-size: 14px;
  padding: 9px 16px;
}
.inner_page_mid_section, .inner_page_mid_section2 {
  padding: 40px 0;
  margin: 40px 0;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 15px !important;
  line-height: 1.4 !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
  line-height: 26px !important;
}
#myTab .nav-link {
  font-size: 14px;
  padding: 7px 12px;
}
.inner_page_location_list ul li {
  width: 50%;
}
.contact_page_box {
  margin-bottom: 25px;
}
.contact_page_box_inner img {
  width: 50px;
}
.contact_form .contact_btn input {
  min-height: 43px;
  font-size: 15px;
}
.contact_form input {
  min-height: 43px;
}
#back-to-top {
  bottom: 55px;
}
}

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

}

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

}

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

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
  max-width: 336px;
  left: 10%;
}
.banner_form_container {
  padding: 20px 15px;
  position: absolute;
  transform: translate(0, -50%);
  width: 280px;
}
.banner_form_container_heading {
  font-size: 22px;
}
.ms-view, .ms-slide {
   min-height: 470px !important;
}
.home_cta_section_img {
    position: absolute;
    width: 320px;
    margin: 0;
}
.footer_top_block {
  min-width: 50%;
}
.inner_page_location_list ul li {
    width: 33.3%;
  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li a {
  font-size: 14px;
}
.header_btn2 {
  font-size: 13px;
  padding: 10px 15px;
  margin-left: 0;
}
.header_btn1 {
  font-size: 13px;
  padding: 8px 15px 8px 9px;
  margin-left: 5px;
}
.header_menu ul li {
  margin-right: 15px;
}
.header_menu ul li::before {
  top: 31px;
  right: -9px;
}
.logo img {
  width: 185px;
}
.ms-view, .ms-slide {
   min-height: 550px !important;
}
.ms-slide-info {
  max-width: 450px;
}
.banner_form_container {
  width: 360px;
}
.home_cta_section_img {
  width: 380px;
}
.footer_contact_info ul li img {
  max-width: 35px;
}
.inner_page_location_list ul li {
    width: 33.3%;
  }
}

@media only screen and (min-width : 1025px) and (max-width : 1300px) {
.header_menu ul li a {
  font-size: 14px;
}
.header_btn2 {
  font-size: 13px;
  padding: 10px 15px;
  margin-left: 0;
}
.header_btn1 {
  font-size: 13px;
  padding: 8px 15px 8px 9px;
  margin-left: 5px;
}
.header_menu ul li {
  margin-right: 15px;
}
.header_menu ul li::before {
  top: 31px;
  right: -9px;
}
.logo img {
  width: 185px;
}
.ms-view, .ms-slide {
   min-height: 550px !important;
}
.ms-slide-info {
  max-width: 450px;
}
.banner_form_container {
  width: 360px;
}
.home_cta_section_img {
  width: 380px;
}
.footer_contact_info ul li img {
  max-width: 35px;
}
.inner_page_location_list ul li {
    width: 33.3%;
  }
}

/* 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%;
}
.banner_form_container {
  right: 16%;
}
}

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

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