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

@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-Black.eot');
	src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Black.woff2') format('woff2'),
		url('../fonts/Poppins-Black.woff') format('woff'),
		url('../fonts/Poppins-Black.ttf') format('truetype'),
		url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraBold.eot');
	src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraBold.woff') format('woff'),
		url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
		url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

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



a{
	text-decoration: none !important;
}
figure {
	padding:0 !important; 
	margin: 0 !important;
}
img{
	max-width:100%;
	height:auto;
}
/* body {background-color: #ffffff; font-family: "Poppins"; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; margin: 0; padding: 0; scroll-behavior: smooth;transition: 0.5s;} */

.btn_design {
	padding: 12px 20px;
	display: inline-block;
	background: rgb(0, 174, 239);
	background: linear-gradient(90deg, rgba(0, 174, 239, 1) 0%, rgba(0, 154, 211, 1) 100%);
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 44px;
	transition: all 500ms ease-in-out !important;
}
.btn_design_1 {
	padding: 11px 16px;
	display: inline-block;
	background: rgb(0, 174, 239);
	background: linear-gradient(90deg, rgba(0, 174, 239, 1) 0%, rgba(0, 154, 211, 1) 100%);
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	transition: all 500ms ease-in-out !important;
}
.btn_design:hover {
	box-shadow: inset 200px 0 #0b4f85;
	color: #ffffff;
}
.btn_design_1:hover {
	box-shadow: inset 200px 0 #35bcd6;
	color: #ffffff;
}
.call_1 {
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
}
.call_1:hover {
	color: #cc8d71;
}
.border_botto {
	border-bottom: 1px solid #e3e2e2;
}
.border_righ {
	border-right: 1px solid #e3e2e2;
}
.text_color_1 {
	color: #00adee;
}
.logo {
	width: 100%;
	transition: all 0.5s ease;
}
.navbar-fixed .logo {
	width: 180px;
	transition: all 0.5s ease;
}
.navbar-fixed .navigation_menu {
	transition: all 0.5s ease;
}
.navbar-fixed.header_area {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.navbar-fixed .header_top {
	margin-top: -49px;
}
.header_area {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	background: #fff;
}
.header_top {
	background-color: #0b4f85;
	transition: all 0.5s ease;
}
.header_bottom {
	padding: 14px 0;
}
.header_top_left {
	position: relative;
}
.header_top_left::before {
	position: absolute;
	content: "";
	height: 100%;
	top: 0;
	width: 2000px;
	background-color: #e8f1f8;
	left: -2000px;
}
.header_top_left:after {
	position: absolute;
	content: "";
	border-style: solid;
	border-width: 49px 0 0 24px;
	border-color: transparent transparent transparent #e8f1f8;
	right: -24px;
	top: 0px;
	bottom: 0;
}
.clock_box {
	display: flex;
	align-items: center;
}
.clock_text {
	color: #4b4b4b;
	font-size: 18px;
}
.clock_text a {
	color: #ffffff;
}
.clock_text a:hover {
	color: #00aeef;
}
.clock_text img {
	margin-right: 10px;
}
.navigation_menu {
	list-style: none;
	padding-left: 0rem;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navigation_menu li {
	margin-right: 32px;
}
.navigation_menu li a {
	font-size: 18px;
	color: #4b4b4b;
	font-weight: 500;
	position: relative;
}
.navigation_menu li a.active {
	color: #00aeef;
	position: relative;
}
.navigation_menu li a:before,
.navigation_menu li a.active:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #00aeef;
	bottom: -2px;
}
.navigation_menu li a:before {
	position: absolute;
	content: '';
	width: 0%;
	height: 2px;
	background-color: #00aeef;
	bottom: -2px;
	transition: all 0.5s ease;
}
.navigation_menu li a:hover,
.navigation_menu li a:hover:before {
	width: 100%;
	color: #00aeef;
}
.header_top_text {
	display: inline-block;
	margin-right: 20px;
	color: #ffffff;
	font-size: 18px;
	padding-right: 20px
}
.header_top_left {
	background-color: #e8f1f8;
	padding: 11px 0;
}
.border_line1 {
	border-right: 1px solid #ffffff;
}
.header_top_text img {
	margin-right: 6px;
}
.header_top_text a {
	color: #ffffff;
	font-size: 18px;
}
.header_top_text a:hover {
	color: #b975b7;
}
.social_icon a {
	margin-left: 6px;
}
.header_top_right {
	display: flex;
	justify-content: end;
}
.header_top_right .clock_text {
	color: #ffffff;
}
.header_top_right .clock_box {
	margin-right: 32px;
}
.slider_image {
	margin-top: 154px;
	position: relative;
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	left: 9%;
	transform: translateY(-50%);
	color: #ffffff;
	max-width: 630px;
	margin-top: 0 !important;
	min-height: auto !important;
}
.ms-nav-next {
	background-image: url(../images/right_arrow.png) !important;
	width: 42px !important;
	height: 47px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: auto !important;
}
.ms-nav-prev {
	background-image: url(../images/left_arrow.png) !important;
	width: 42px !important;
	height: 47px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: auto !important;
}
.slider_lne {
	font-weight: 600;
	font-size: 28px;
	font-family: 'Sarabun';
	color: #ffffff;
}
.slider_h {
	font-weight: bold;
	font-style: italic;
	font-family: 'Sarabun';
	line-height: 60px;
	font-size: 48px;
	margin-bottom: 32px;
}
.slider_btn_book a {
	margin-right: 6px;
}
.slider_btn_book .enq_now {
	padding: 14px 32px;
	letter-spacing: 1px;
	display: inline-block;
	background-color: #e9a93b;
	color: #2a2727;
	font-size: 17px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	border-radius: 40px;
	text-transform: uppercase;
	transition: all 500ms ease-in-out;
}
.slider_btn_book .enq_now:hover {
	box-shadow: inset 200px 0 #8c1d23;
	color: #ffffff;
}
.slider_btn_book .call_now {
	padding: 14px 32px;
	letter-spacing: 1px;
	display: inline-block;
	background-color: #8c1d23;
	color: #f4f4f4;
	font-size: 17px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	border-radius: 40px;
	text-transform: uppercase;
	transition: all 500ms ease-in-out;
}
.slider_btn_book .call_now:hover {
	box-shadow: inset 200px 0 #e9a93b;
	color: #000000;
}
.arrow_left {
	margin-top: 32px;
	position: absolute;
	top: 38%;
	left: 5%;
}
.about {
	padding: 50px 0;
	background-color: #e8f1f8;
}
.about_h {
	font-size: 20px;
	font-weight: 500;
	color: #00aeef;
	text-transform: uppercase;
}
.about .images_area img {
	border-radius: 6px;
}
.text_content .header_about {
	font-weight: 600;
	font-size: 40px;
	color: #242424;
	line-height: 46px;
	padding-bottom: 13px;
}
.text_content .text_line {
	font-family: 'Sarabun';
	font-weight: 600;
	color: #6e1d6c;
}
.about .text_content .text_p {
	font-size: 17px;
	color: #4b4b4b;
	margin-bottom: 13px;
}
.images_area {
	position: relative;
	z-index: 1;
}
.images_area .shape_about {
	position: absolute;
	bottom: -32px;
	left: -32px;
	z-index: -1;
}
.service {
	padding: 50px 0;
}
.services_area {
	margin-top: 30px;
}
.service .text_content {
	text-align: center;
}
.service .heading_serce .service_text {
	margin-bottom: 20px;
	font-size: 36px;
	text-transform: uppercase;
	color: #262626;
}
.service .services_area .row {
	position: relative;
	z-index: 10;
}
.service .services_area .box {
	position: relative;
	border-radius: 10px;
	margin-bottom: 30px;
}
.service .services_area .box img {
	width: 100%;
	position: relative;
	z-index: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.service .services_area .box .services_area_text {
	padding: 30px 0px;
	position: relative;
	text-align: left;
}
.service .services_area .box .services_area_text_p {
	color: #4b4b4b;
	font-size: 17px;
	padding: 13px 0;
	min-height: 212px;
}
.service .services_area .box .heading_text {
	font-size: 24px;
	line-height: 30px;
	color: #232137;
	font-weight: 600;
}
.service .services_area .box a {
	font-size: 18px;
	padding: 6px 0;
	color: #0b4f85;
	font-weight: 600;
	display: block;
	transition: all 500ms ease-in-out;
}
.service .services_area .box .service_btn {
	display: flex;
	align-items: center;
	border-top: 1px solid #0b4f85;
}
.service .services_area .box .service_btn img {
	width: 100%;
	transition: all 0.10s ease-in-out;
}
.service .services_area .box .service_btn:hover img {
	transform: translateX(7px);
}
.service .services_area .box .service_btn img {
	width: 16px;
}
.read_b {
	margin-right: 6px;
}
.our_value .value_text {
	padding-left: 104px;
	padding-top: 10px;
	min-height: 100%;
	padding-right: 56px;
	background: rgb(31, 114, 185);
	background: linear-gradient(90deg, rgba(31, 114, 185, 1) 0%, rgba(15, 93, 159, 1) 100%);
}
.our_value .text_content .header_about {
	color: #ffffff;
	margin: 14px 0;
}
.our_value .about_h {
	color: #ffffff;
	text-transform: capitalize;
}
.our_value .value_text .value_line_text {
	font-size: 40px;
	line-height: 46px;
	font-weight: 600;
	color: #002737;
	margin: 20px 0;
}
.our_value .value_text .value_text_p {
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 20px;
}
.our_value .value_text .top {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.our_value .value_text .bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.our_value .text_icon {
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
}
.our_value .text_icon .count {
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
}
.our_value .text_icon .text_p {
	font-size: 17px;
	color: #ffffff;
}
.choose_image img {
	width: 100%;
}
.value_text_p ul li {
	background: url(../images/next.png) no-repeat;
	background-size: 16px;
	background-position: top 2px left;
	list-style: none;
	padding-left: 26px;
	padding-bottom: 8px;
	font-size: 15px;
	line-height: 1.3;
}
.value_text_p ul {
	margin: 0;
	padding-left: 0rem;
}
.testimonial {
	padding: 50px 0;
}
#sp-testimonial-free-wrapper-40 .sp-testimonial-free {
	border-radius: 10px !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
	margin: auto;
	padding: 40px 20px;
	margin-bottom: 26px;
	margin-top: 26px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	text-align: left;
	font-size: 17px;
}
.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 6px;
}
#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section {
	margin-bottom: 30px;
}
#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section .testimonial-nav-arrow {
	background: transparent;
	border: 2px solid #777777;
	color: #777777;
	border-radius: 50%;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	width: 36px;
	height: 36px;
}
.sp-testimonial-free-section .sp-testimonial-client-name {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	margin-bottom:5px !important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation {
	text-align: left;
	font-size: 17px;
}
.sp-testimonial-free-section .sp-testimonial-client-rating {
	text-align: right;
	padding-top: 20px;
}
.fa-star:before {
	font-size: 23px;
}
.map_1 {
	background-color: #e8f1f8;
}
.footer {
	position: relative;
	background-color: #00aeef;
	color: #ffffff;
}
.logo-care {
	background-color: #e8f1f8;
}
.footer_top {
	padding: 40px 0;
	position: relative;
}
.footer .footer_heading {
	color: #faf1ff;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
}
.footer .footer_top_p_text {
	margin-top: 30px;
	color: #ffffff;
	font-size: 17px;
	padding-right: 20px;
}
.footer .link {
	padding: 0;
}
.follow_items {
	color: #ffffff;
	font-size: 24px;
}
.footer .link li {
	list-style: none;
	margin-bottom: 7px;
	background-image: url(../images/arrow-a.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: 0;
	padding-left: 18px;
}
.footer .link li:hover a {
	color: #6c2976;
}
.footer .link li a {
	color: #ffffff;
	font-size: 18px;
}
.footer .address {
	padding: 0;
}
.footer .address .address_content {
	list-style: none;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: flex-start;
}
.footer .address .address_content:hover a, .footer .address .address_content:hover i {
	color: #6c2976;
}
.footer .address .address_content a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}
.footer .address .address_content .text_img {
	width: 30px;
	margin-right: 3px;
}
.footer .address .address_content i {
	font-size: 20px;
}
.footer_bottom {
	color: #ffffff;
	text-align: center;
	display: block;
	font-size: 17px;
	padding: 20px 0;
}
.footer .footer_bottom a {
	color: #ffffff;
}
.footer .footer_bottom a:hover {
	color: #6c2976;
}
.border_footer {
	border-left: 1px solid #80d7f7;
	padding-left: 60px;
}
.footer_bottom {
	border-top: 1px solid #33bef2;
	position: relative;
}
.footer_text {
	margin-bottom: 30px;
}
#back_button {
	background-color: #000000 !important;
	z-index: 30;
	position: relative;
}
#back_button .button {
	background-color: #000000 !important;
	padding: 20px;
	position: fixed;
	bottom: 0;
	right: 10px;
}
#back_button .btn {
	display: inline-block;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: rgba(30, 48, 99, 1);
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	bottom: 10px;
	right: 20px;
	transition: all 500ms ease-in-out;
}
#back_button .btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}
#back_button .btn:hover {
	box-shadow: inset 0 0 0 25px #00aeef;
}
.site-content,
.site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url("../images/banner_image.jpg") #eee no-repeat center !important;
	background-size: cover !important;
	max-width: 100% !important;
	padding: 270px 0 110px !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.28);
	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: 32px;
	font-weight: 600;
	text-transform: none;
	z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
	width: 100%;
	color: #f26d20;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #f26d20;
}
.abt-title {
	font-size: 28px;
	font-weight: bold;
	color: #404041;
	line-height: 1.3;
	margin-bottom: 12px;
}
.abt-title strong {
	font-weight: bold;
	color: #0b4f85;
}
.ab-inner ul {
	padding: 0px;
	margin: 20px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-size: 16px;
	background-position: top 2px left;
	list-style: none;
	padding-left: 26px;
	padding-bottom: 8px;
	color: #000;
	font-size: 16px;
	line-height: 1.3;
}
.ab-inner ul li strong {
	font-size: 18px;
	color: #00adee;
	font-weight: 600;
}
.bottom-last-part {
	text-align: center;
	margin: 40px 0 0;
	padding: 30px 10px;
	background: #0b4f85;
}
.bottom-last-part .abt-title {
	color: #fff;
}
.bottom-last-part .ab-inner-text {
	color: #fff;
	text-align: center;
}
.inner_title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
	color: #202a44;
}
.inner_title strong {
	color: #00aeef;
	font-weight: bold;
}
.contact_right .inner_title strong {
	color: #fff;
}
.contact_left {
	border-radius: 17px;
	padding: 31px 0 0 0;
}
.contact_page_info a {
	color: #202a44;
}
.contact_page_info a:hover {
	color: #00aeef;
}
.contact_page_info {
	position: relative;
	padding-left: 45px;
	color: #666;
	margin-top: 25px;
}
.contact_page_info img {
	position: absolute;
	top: 7px;
	left: 0;
	width: 35px;
}
.contact_page_info strong {
	color: #202a44;
	font-weight: 600;
	font-size: 18px;
}
.contact_right {
	background-color: #127abd;
	border-radius: 17px;
	padding: 31px;
}
.contact_right .inner_title {
	color: #ffffff;
}
.form-control {
	background-color: transparent !important;
	border: none;
	border: 2px solid #fff !important;
	border-radius: 5px;
}
input,
select,
textarea {
	color: #fff !important;
	background-color: #005a94 !important;
	padding: 11px;
	border: 2px solid #fff;
	border-radius: 5px;
}
textarea.form-control {
	resize: none;
	height: 100px;
}
.box input[type="submit"] {
	font-size: 18px !important;
	font-weight: 600 !important;
	background: #fff !important;
	color:#000 !important;
	border-radius: 40px !important;
	transition: all 500ms ease-in-out;
	text-transform: capitalize !important;
	margin-top: 12px;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: transparent !important;
	outline: 0;
	border: 2px solid #00aeef !important;
	box-shadow: none !important;
}
.cus_col {
	border-right: 1px solid #eaeaea;
}
.serv_icon {
	background: rgb(0, 174, 239);
	background: linear-gradient(90deg, rgba(0, 174, 239, 1) 0%, rgba(0, 154, 211, 1) 100%);
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 15px 0 15px 0;
	text-align: center;
	line-height: 5.7;
}
.serv_icon img {
	width: 65px;
}
.serv_titl {
	text-align: center;
	margin: 10px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}
.offer_outer {
	text-align: center;
	background: #ececec;
	padding: 40px 0;
}
.offer_list {
	margin-top: 20px;
}
.offer_list ul {
	margin: 0;
	padding: 0;
}
.offer_list ul li {
	list-style-type: none;
	width: 30%;
	display: inline-block;
	border: 2px solid #1e3063;
	padding: 14px 0px;
	background: #0e5186;
	border-radius: 15px 0 15px 0;
	margin: 0 10px 10px;
	font-size: 16px;
	color: #fff;
}
.serv_in_list ul {
	margin: 0;
	padding: 0;
}
.serv_in_list ul li {
	list-style-type: none;
	font-size: 17px;
	background: url(../images/tick_i.png);
	padding: 0 0px 10px 30px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0 5px;
}
.serv_in_list ul li a {
	color: #00aae9;
}
.referral_inner_page {
	background: #0b518a;
	padding: 25px;
	box-shadow: 0px 0px 17px -4px #9a9a9a;
	border-radius: 10px;
}
.referral_inner_page .inner_text_hd {
	text-align: center;
}
.refe_hd {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0 10px;
	color: #d9d9d9;
}
.refe_hd p {
	margin: 0;
}
.referral_inner_box .box textarea {
	height: 120px;
	resize: none;
}
.refe_hd2 {
	font-size: 30px;
	font-weight: bold;
	padding-top: 20px;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 20px;
	color: #fff;
}
.wpcf7-not-valid-tip {
	color: #dc0808 !important;
}
.referral_inner_box .wpcf7-list-item {
	margin-left: 0;
	margin-right: 10px;
	display: block;
	color: #fff;
}
.referral_inner_box .form-check {
	padding-left: 0;
}
.inner_text_hd {
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 15px;
	color: #fff;
}
.inner_text_hd strong {
	color: #00aeef;
	font-weight: 600;
}
.next_btn a {
	background: rgb(0, 174, 239);
	background: linear-gradient(90deg, rgb(0, 172, 236) 0%, rgb(0, 154, 211) 100%);
	padding: 10px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #1e1c1c;
	text-decoration: none;
	font-weight: 600;
}

/* Booking Css */
.form_cont_Step {
	width: 50%;
	margin: 0 auto;
}
.form_titl {
	font-size: 25px;
	font-weight: bold;
	color: #565555;
	margin-top: 10px;
	margin-bottom: 20px;
}
.radio-img {
	color: #fff;
}
.form_page_container_inner {
	margin-bottom: 30px;
}
.image_ico {
	width: 180px;
	height: 145px;
	margin: 10px;
	background-position: center 20px !important;
	background: #0e5186;
	background-repeat: repeat;
	background-image: none;
	padding: 10px;
	border-radius: 5px;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 25px 0 25px 0;
	border: 2px solid #063962;
}
.image_ico:hover,
.radio-img>input:checked+.image_ico {
	background-color: #00abeb;
}
label {
	display: inline-block;
	vertical-align: top;
}
.radio-img>input {
	display: none;
}
.radio-img>.image_ico {
	cursor: pointer;
}
.radio-img>input:checked+.image_ico:after {
	background: url(../images/tick_.png) no-repeat !important;
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99999;
	width: 25px;
	height: 25px;
	background-size: 100% !important;
}
.radio_name {
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-top: 72px;
	line-height: 1.1;
}
.other_fld input {
	width: 100%;
	padding: 10px 20px;
	margin-top: 10px;
	border-radius: 50px;
/*	border: 1px solid #ccc;
background-color: transparent !important;
	color: #000 !important; */
}
.other_fld input ::-webkit-input-placeholder {
	color: #878787 !important;
}
.other_fld input ::-moz-placeholder {
	color: #878787 !important;
}
.other_fld input :-ms-input-placeholder {
	color: #878787 !important;
}
.other_fld input :-moz-placeholder {
	color: #878787 !important;
}
.book-form-bottom {
	margin-bottom: 100px;
}
.next_btn input {
	background: rgb(0, 174, 239);
	background: linear-gradient(90deg, rgb(0, 172, 236) 0%, rgb(0, 154, 211) 100%);
	padding: 10px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #1e1c1c;
	text-decoration: none;
	font-weight: 600;
}
.next_btn {
	border-radius: 50px;
	background: rgb(0, 174, 239);
	background: linear-gradient(90deg, rgb(0, 172, 236) 0%, rgb(0, 154, 211) 100%);
	padding: 10px 30px;
	text-transform: uppercase;
	color: #1e1c1c;
	text-decoration: none;
	font-weight: 600;
}
.bck_btn {
	background: #000;
	color: #fff;
}
.agree_sec {
	text-align: left;
	margin: 12px 5px;
	color: #3c3c3c;
	font-weight: 500;
}
.agree_sec input {
	display: inline-block;
	vertical-align: -1px;
}

.box input::-webkit-input-placeholder {
	color: #fff !important;
}
.box input::-moz-placeholder {
	color: #fff !important;
}
.box input:-ms-input-placeholder {
	color: #fff !important;
}
.box input:-moz-placeholder {
	color: #fff !important;
}
.box textarea::-webkit-input-placeholder {
	color: #fff !important;
}
.box textarea::-moz-placeholder {
	color: #fff !important;
}
.box textarea:-ms-input-placeholder {
	color: #fff !important;
}
.box textarea:-moz-placeholder {
	color: #fff !important;
}
.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width: 50%;
	float: left;
	background: #0b4f85;
	color: #fff !important;
	padding: 10px 0;
	font-weight: bold;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 8px 8px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#212020;
	color:#fff!important;
	padding:10px 0;
	font-weight:bold;
}
.back-btn a {
	background: #145589;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	padding: 10px 20px 12px;
	text-transform: none;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}






/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header_top, .header_btn{
		display:none;
	}
	.header_area{
		padding:10px 0;
	}
	.header_bottom {
		padding: 0;
	}
	.navbar-fixed .logo{
		width: auto;
	}
	.logo img{
		width:109px;
	}
	.menu{
		display:none;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.slider_image{
		margin-top: 53px;
	}
	.ms-slide-info{
		left: 5%;
		max-width: 90%;
	}
	.slider_lne{
		font-size: 16px;
		line-height: 1.3;
	}
	.slider_h {
		line-height: 28px;
		font-size: 26px;
		margin-bottom: 0;
		margin-top: 5px;
	}
	.slider_btn_book{
		display:none;
	}
	.about{
		padding: 30px 0;
	}
	.images_area img{
		width:100%;
	}
	.images_area .shape_about{
		display:none;
	}
	.ab-right{
		margin-top:30px;
	}
	.about_h{
		font-size: 18px;
	}
	.text_content .header_about {
		font-size: 25px;
		line-height: 28px;
		padding-bottom: 10px;
	}
	.about .text_content .text_p {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.welcom_btn .btn_design{
		padding: 8px 25px 10px;
		margin-top:15px;
	}
	.service {
		padding: 30px 0;
	}
	.cus_col {
		border-right: none;
		margin-bottom:20px;
	}
	.serv_titl{
		margin: 10px 0 0;
		font-size: 15px;
	}
	.offer_outer{
		padding: 30px 0;
	}
	.offer_list ul li {
		padding: 14px 0px;
		margin: 0 0 10px;
		width:100%;
	}
	.our_value .value_text{
		padding:30px 10px;
	}
	.our_value .text_content .header_about{
		margin: 0;
		margin-bottom:10px;
	}
	.value_text_p ul li{
		padding-bottom: 10px;
	}
	.our_value .text_icon{
		display: block;
	}
	.items_area{
		margin-top:25px;
	}
	.our_value .text_icon .count{
		font-size: 28px;
	}
	.choose_image{
		margin-top:25px;
	}
	.testimonial {
		padding: 30px 0;
	}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-40 .sp-testimonial-free-section {
		margin-bottom: 30px !important;
	}
	#sp-testimonial-free-wrapper-40 .sp-testimonial-free{
		padding: 22px 20px;
	}
	.bottom-last-part {
		margin: 0;
	}
	.bottom-last-part .abt-title{
		font-size: 24px;
	}
	.footer{
		padding:10px 0 60px;
	}
	.footer_top {
		padding: 0 0 10px;
	}
	.footer .footer_heading{
		margin-bottom: 10px;
		margin-top:15px;
		font-size: 22px;
	}
	.footer_text {
		margin-bottom: 10px;
	}
	.border_footer {
		border-left: none;
		padding-left: 12px;
	}
	.footer .link li a, .footer .address .address_content{
		font-size: 17px;
	}
	.footer .address .address_content{
		margin-bottom: 16px;
	}
	.footer .address .address_content .text_img img{
		width:auto;
	}
	.footer .address .address_content img{
		width:200px;
	}
	.footer_bottom{
		font-size: 16px;
		padding: 16px 0 0;
	}
	#back_button .btn{
		bottom: 45px;
		right: 5px;
	}
	.page .entry-header, .blog_page_header{
		padding: 115px 0 86px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 26px;
	}
	.inner_img, .ab-iner-img{
		margin:10px 0;
	}
	.inner_img img, .ab-iner-img img{
		width:100%;
	}
	.abt-title{
		font-size: 22px;
	}
	.ab-inner ul li strong{
		font-size: 16px;
	}
	.btn_design{
		padding: 9px 20px 11px;
	}
	.contact_left{
		padding: 0 15px 25px;
	}
	.contact_right{
		padding: 20px 15px 15px;
	}
	.inner_title, .inner_text_hd{
		font-size: 22px;
		line-height: 30px;
	}
	.contact_page_info{
		margin-top: 10px;
		font-size: 15px;
	}
	.contact_page_info strong{
		font-size: 17px;
	}
	.box input[type="submit"]{
		font-size: 15px !important;
	}
	.referral_inner_page{
		padding: 25px 15px 10px;
	}
	.refe_hd2{
		font-size: 22px;
		padding-top: 10px;
	}
	.book-form-bottom {
		margin-bottom: 45px;
	}
	.image_ico{
		width: 135px;
		height: 132px;
		margin: 5px;
		background-position: center 10px !important;
	}
	.radio_name{
		font-size: 15px;
		margin-top: 60px;
	}
	.form_titl {
		font-size: 22px;
		margin-top: 0;
		line-height: 1.3;
	}
	.agree_sec{
		display: flex;
		align-items: center;
	}
	.agree_sec input{
		margin-right: 8px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	 .ms-slide-info {
		 left: 5% !important;
		 max-width: 90% !important;
	}
	 .ab-right {
		 margin-top: 30px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.header_btn{
		display:inline-block;
		position: fixed;
		top: 6px;
		right: 65px;
	}
	.header_btn .btn_design {
		padding: 8px 20px 9px;
	}
	 .ms-slide-info {
		 left: 11%;
		 max-width: 480px;
	}
	.slider_lne{
		font-size: 20px;
	}
	 .slider_h {
		 line-height: 34px;
		 font-size: 32px;
		 margin-bottom: 20px;
	}
	 .slider_btn_book {
		 display: inline-block;
	}
	.ab-right {
		margin-top: 0;
	}
	.cus_col{
		width: 33%;
		flex: inherit;
	}
	.offer_list ul li{
		width: 49%;
	}
	 .our_value .text_icon {
		 display: flex;
	}
	  .our_value .text_icon .count {
		  font-size: 34px;
	}
	 .items_area {
		 margin-top: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.clock_text{
		font-size: 16px;
	}
	.header_top_left{
		padding: 12px 0;
	}
	.btn_design_1{
		padding: 13px 15px;
		font-size: 16px;
	}
	.header_btn .btn_design{
		padding: 8px 13px;
	}
	.our_value .value_text{
		padding-left: 50px;
		padding-right: 20px;
		padding-bottom:20px;
	}
	.our_value .text_icon .count{
		font-size: 30px;
	}
	.border_footer{
		padding-left: 40px;
	}
}

/* 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) {
	.header_btn{
		display:inline-block;
		position: fixed;
		top: 6px;
		right: 65px;
	}
	.header_btn .btn_design {
		padding: 8px 20px 9px;
	}
	 .ms-slide-info {
		 left: 11%;
		 max-width: 480px;
	}
	.slider_lne{
		font-size: 20px;
	}
	 .slider_h {
		 line-height: 34px;
		 font-size: 32px;
		 margin-bottom: 20px;
	}
	 .slider_btn_book {
		 display: inline-block;
	}
	.ab-right {
		margin-top: 0;
	}
	.cus_col{
		width: 33%;
		flex: inherit;
	}
	.offer_list ul li{
		width: 49%;
	}
	 .our_value .text_icon {
		 display: flex;
	}
	  .our_value .text_icon .count {
		  font-size: 34px;
	}
	 .items_area {
		 margin-top: 0;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {

}

/* 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) {
	.clock_text{
		font-size: 16px;
	}
	.header_top_left{
		padding: 12px 0;
	}
	.btn_design_1{
		padding: 13px 15px;
		font-size: 16px;
	}
	.header_btn{
		position: relative;
		top: 0;
		right: 0;
	}
	.header_btn .btn_design{
		padding: 8px 13px;
	}
	.slider_image{
		margin-top: 143px;
	}
	.slider_h{
		line-height: 45px;
		font-size: 42px;
	}
	.serv_sec{
		padding: 0 30px;
	}
	.our_value .value_text{
		padding-left: 50px;
		padding-right: 20px;
		padding-bottom:20px;
	}
	.our_value .text_icon .count{
		font-size: 30px;
	}
	.border_footer{
		padding-left: 40px;
	}
	.offer_list ul li {
		width: 30%;
	}
}

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

@media screen and (min-width: 1624px) {
	.ms-slide-info{
		left: 10%;
	}
	.our_value .value_text{
		padding-left: 21%;
		padding-top: 8%;
		padding-right: 10%;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info{
		left: 16%;
	}
	.our_value .value_text{
		padding-left: 36%;
		padding-top: 14%;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info{
		left: 18%;
	}
	.our_value .value_text{
		padding-left: 38%;
		padding-top: 17%;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{
		left: 25%;
	}
	.our_value .value_text{
		padding-left: 50%;
		padding-top: 22%;
	}
}    
