body {
	padding: 0px;
	margin: 0px;
	font-family: 'Hanken Grotesk';
}
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: 'Hanken Grotesk';
    src: url('../fonts/HankenGrotesk-Regular.eot');
    src: url('../fonts/HankenGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HankenGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/HankenGrotesk-Regular.woff') format('woff'),
        url('../fonts/HankenGrotesk-Regular.ttf') format('truetype'),
        url('../fonts/HankenGrotesk-Regular.svg#HankenGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Hanken Grotesk';
    src: url('../fonts/HankenGrotesk-Medium.eot');
    src: url('../fonts/HankenGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HankenGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/HankenGrotesk-Medium.woff') format('woff'),
        url('../fonts/HankenGrotesk-Medium.ttf') format('truetype'),
        url('../fonts/HankenGrotesk-Medium.svg#HankenGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Hanken Grotesk';
    src: url('../fonts/HankenGrotesk-Bold.eot');
    src: url('../fonts/HankenGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HankenGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/HankenGrotesk-Bold.woff') format('woff'),
        url('../fonts/HankenGrotesk-Bold.ttf') format('truetype'),
        url('../fonts/HankenGrotesk-Bold.svg#HankenGrotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Medium.eot');
    src: url('../fonts/RobotoSlab-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab-Medium.woff2') format('woff2'),
        url('../fonts/RobotoSlab-Medium.woff') format('woff'),
        url('../fonts/RobotoSlab-Medium.ttf') format('truetype'),
        url('../fonts/RobotoSlab-Medium.svg#RobotoSlab-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Bold.eot');
    src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
        url('../fonts/RobotoSlab-Bold.woff') format('woff'),
        url('../fonts/RobotoSlab-Bold.ttf') format('truetype'),
        url('../fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	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);
}
.logo img {
  width: 220px;
}
.header_right {
	text-align: right;
}
.header_menu {
	display: inline-block;
	vertical-align: top;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	margin-right: 20px;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #333;
	font-style: normal;
	font-size: 17px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-weight: bold;
	text-transform: uppercase;
	padding: 26px 0px;
	-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: #8106d9;
}
.header_btn {
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	font-size: 17px;
	padding: 8px 18px;
	border-radius: 4px;
	margin-top: 16px;
	border: 2px solid #4c2667;
	color: #4c2667 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	color: #fff !important;
	background: #4c2667;
}
.home_banner_section {
	margin-top: 130px;
}
.banner_bottom_section {
	background: #4c2667;
	padding: 5px 0 70px;
}
.banner_bottom_section_box {
	background: #fff;
	border-radius: 10px;
	padding: 30px 25px;
	margin-top: -50px;
	position: relative;
	z-index: 9;
}
.banner_bottom_block {
	border-right: 1px solid #ddd;
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size: 16px;
	padding: 10px 12px;
	color: #1c1b1b;
}
.banner_bottom_block img {
	margin-right: 5px;
}
.banner_bottom_block:nth-child(4), .banner_bottom_block:nth-child(8) {
	border: none;
}
.banner_bottom_section_heading {
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size: 30px;
	margin-top: 60px;
}
.banner_bottom_section_heading strong {
	color: #ffbf14;
}
.banner_bottom_service {
	margin-top: 30px;
}
.banner_bottom_service_inner {
	background: #fff;
	padding: 0 0 20px;
	border-radius: 0 20px;
	overflow: hidden;
	text-align: center;
	min-height: 100%;
}
.banner_bottom_service_img img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_bottom_service:hover .banner_bottom_service_img img {
	transform: scale(1.2);
}
.banner_bottom_service_heading {
	font-family: 'Roboto Slab';
	color: #1c1b1b;
	font-size: 18px;
	line-height: 24px;
	padding: 15px 20px 0;
}
.banner_bottom_service_btn {
	display: inline-block;
	background: #4c2667;
	border: 2px solid #34144b;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	padding: 8px 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_bottom_service_btn:hover {
	background: #ffbf14;
	border-color: #d09700;
	color: #34144b !important;
}
.home_review_section {
	padding: 70px 0;
}
.home_review_left_heading {
	font-family: 'Roboto Slab';
	color: #111;
	font-size: 18px;
	margin: 5px 0;
}
.home_review_left_star {
	font-weight: 600;
}
.home_review_left_star img {
	margin-left: 5px;
}
.home_review_left_btn {
	display: inline-block;
	background: #ffbf14;
	color: #4c2667 !important;
	font-size: 14px;
	padding: 9px 15px;
	margin-top: 12px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_review_left_btn:hover {
	background: #4c2667;
	color: #fff !important;
}
.home_fleet_section {
	background: #fcf7ff;
	padding: 60px 0 180px;
}
.home_fleet_section_heading {
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size: 30px;
	color: #111;
}
.home_fleet_block {
margin-top: 35px;
  flex: 20%;
}
.home_fleet_block img {
	width: 220px;
}
.home_fleet_block_heading {
font-family: 'Roboto Slab';
  font-weight: bold;
  font-size: 16px;
  color: #111;
  margin-top: 9px;
  margin-bottom: 5px;
}
.home_fleet_block_text {
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
}
.fleet_line {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.line1 {
	left: 50%;
}
.line2 {
	left: 29%;
}
.line3 {
	right: 29%;
}
.home_form_section {
	padding: 5px 0;
}
.home_form_section_inner {
	background: #4c2667;
	border-radius: 10px;
	padding: 40px 40px 20px;
	margin-top: -100px;
	position: relative;
	z-index: 9;
}
.home_form_section_heading {
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size: 30px;
	border-bottom: 1px solid #ffbf14;
	height: 24px;
}
.home_form_section_heading span {
	display: inline-block;
	background: #4c2667;
	padding: 0 30px;
}
.home_cta_section {
	padding: 100px 0 75px;
}
.home_cta_section_inner {
	background: #fff;
	box-shadow: 0px 7px 34.96px 3.04px rgba(25, 25, 25, 0.1);
	border-radius: 10px;
	overflow: hidden;
	margin-top: -140px;
	position: relative;
	z-index: 9;
	padding-right: 20px;
}
.home_cta_left_inner {
	background: #ffbf14;
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size: 25px;
	color: #111;
	line-height: 32px;
	display: flex;
	align-items: center;
	min-height: 100%;
	padding: 40px;
}
.home_cta_right_text {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}
.home_cta_right_text a {
	color: #4c2667;
}
.home_cta_right_btn {
	display: inline-block;
	background: #4c2667;
	border: 2px solid #34144b;
	color: #ffbf14 !important;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 500;
	margin-left: 15px;
	border-radius: 4px;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_right_btn:hover {
	background: #ffbf14;
	border-color: #d09700;
	color: #34144b !important;
}
.home_bottom_section {
	background: url("../images/bottom_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
.home_bottom_section:before {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_bottom_section .container {
	position: relative;
	z-index: 9;
}
.home_bottom_section_heading {
	font-family: 'Roboto Slab';
	font-size: 32px;
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 10px;
}
.home_bottom_section_heading strong {
	font-weight: 500;
	color: #ffbf14;
}
.home_bottom_link1 {
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
	color: #ffbf14 !important;
	font-size: 35px;
}
.home_bottom_link2 {
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
	color: #fff !important;
	font-size: 35px;
	border-left: 1px solid #fff;
	padding-left: 20px;
	margin-left: 20px;
}
.footer {
	background: #1d0032;
	padding: 40px 0 20px;
}
.footer_top_heading {
	font-family: 'Roboto Slab';
    font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
}
.footer_top_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-bottom: 3px solid #ffbf14;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #fff;
	position: relative;
	list-style: none;
	margin-top: 15px;
	padding-left: 30px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 3px;
	left: 0;
	max-width: 20px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 2px;
}
.footer_menu ul li a {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	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: #ffbf14;
	padding-left: 2px;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 35px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 25px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0 0;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background: #ffbf14;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-slide:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	width: 70%;
	z-index: 9;
	background: rgb(0,0,0);
	background: linear-gradient(270deg, rgba(0,0,0,0.8519607672170431) 12%, rgba(0,0,0,0) 100%); 
}
.ms-slide-info {
	position: absolute !important;
	right: 9%;
	width: auto !important;
	max-width: 600px;
	top: 25%;
	text-align: center;
}
.banner_heading {
	font-family: 'Roboto Slab';
    font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.banner_heading strong {
	color: #ffbf14;
}
.banner_list ul {
	padding: 0;
	margin: 10px 0 0;
}
.banner_list ul li {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	display: inline-block;
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin: 0 5px;
}
.banner_list ul li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 13px;
	border-right: 3px solid #ffbf14;
	border-bottom: 3px solid #ffbf14;
	transform: rotate(45deg);
	top: 4px;
	left: 3px;
}
.banner_btn1 {
	display: inline-block;
	background: #ffbf14;
	color: #111 !important;
	font-weight: 500;
	font-size: 17px;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 20px;
	margin-right: 10px;
	-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: #fff;
	color: #111 !important;
}
.banner_btn2 {
	display: inline-block;
	background: #4c2667;
	color: #ffbf14 !important;
	font-weight: 500;
	font-size: 17px;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 20px;
	-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: #fff;
	color: #111 !important;
}
.ms-bullets.ms-dir-h {
	bottom: 90px !important;
	right: 32% !important;
}
.ms-skin-default .ms-bullet {
	background: #fff !important;
	width: 14px !important;
	height: 14px !important;
	border-radius: 50%;
}
.ms-skin-default .ms-bullet-selected {
	background: #ffbf14 !important;
}
.home_review_section_heading {
	font-weight: bold;
	color: #100f11;
	font-size: 30px;
	margin-bottom: 50px;
}
.home_review_section_heading strong {
	color: #4c2667;
}
.sp-testimonial-free {
	border: 1px solid #ddd !important;
	border-radius: 5px !important;
	padding: 15px 15px 0;
}
.sp-testimonial-post-title {
	background: url("../images/star.png") no-repeat bottom left;
	text-align: left !important;
	font-family: 'Roboto Slab';
	font-size: 18px !important;
	padding-bottom: 15px !important;
}
.sp-testimonial-content {
	display: block !important;
	height: 110px;
	overflow: auto;
}
.sp-testimonial-content, .sp-testimonial-content p {
	text-align: left !important;
	line-height: 22px !important;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	top: 72% !important;
	font-size: 35px !important;
}
.home_form {
	margin-top: 40px;
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form input {
	width: 100%;
	background: #f7ecff;
	border: none !important;
	min-height: 48px;
	margin-top: 15px;
}
.home_form select {
	background: url("../images/dropdown.png") #f7ecff no-repeat center right 10px;
	width: 100%;
	border: none !important;
	min-height: 48px;
	line-height: 48px;
	margin-top: 15px;
	padding: 0 30px 0 10px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.home_form textarea {
	resize: none;
	background: #f7ecff;
	border: none !important;
	height: 70px;
	margin-top: 15px;
}
.home_form .contact_btn input {
	width: 100%;
	background: #ffbf14 !important;
	color: #4c2667 !important;
	font-size: 16px;
	border: none !important;
	min-height: 70px;
	margin-top: 15px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner.jpg") #eee no-repeat;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 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.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 {
	font-family: 'Roboto Slab';
    color: #fff;
	position: relative;
    font-size: 35px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #ffbf14;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #ffbf14;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	font-family: 'Roboto Slab';
	font-weight: 600;
	color: #111;
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 12px;
	position: relative;
}
.inner_page_heading strong {
	font-weight: 600;
	color: #4c2667;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	border-bottom: 4px solid #ffbf14;
	width: 35px;
}
.inner_page_text {
	margin-top: 20px;
	color: #666;
}
.inner_page_text strong {
	color: #333;
}
.inner_page_subheading {
	font-weight: bold;
	color: #ffbf14;
	font-size: 18px;
	margin-bottom: 10px;
}
.inner_page_mid_section {
	background: #f2f2f2;
	margin: 60px 0;
	padding: 60px 0;
}
.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_list ul li strong {
	color: #333;
}
.inner_page_bottom_box {
	background: #ffbf14;
	text-align: center;
	padding: 40px 30px 20px;
	border-radius: 10px;
	margin-top: 55px;
}
.inner_page_bottom_box_heading {
	font-family: 'Roboto Slab';
	font-weight: 600;
	color: #111;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 12px;
	position: relative;
}
.inner_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	border-bottom: 3px solid #111;
	width: 35px;
}
.inner_page_bottom_box_text {
	color: #555;
	margin-top: 15px;
}
.inner_page_bottom_btn {
	display: inline-block;
	background: #4c2667;
	color: #fff !important;
	padding: 10px 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 20px;
	border-radius: 4px;
	border: 2px solid #4c2667;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_page_bottom_btn:hover {
	background: none;
	color: #4c2667 !important;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.contact_page_info {
	position:relative;
	padding-left:45px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 600;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 48px;
    border: none !important;
    width: auto;
    background: #ffbf14 !important;
	color: #111 !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}
.book_form_box {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 40px 25px 15px;
}
.book_form {
	margin-top: 20px;
}
.book_form p {
    margin-bottom: 0 !important;
}
.book_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.book_form select {
	background: url("../images/dropdown.png") no-repeat center right 10px;
    margin-top: 15px;
    min-height: 45px;
	line-height: 43px;
    border: 1px solid #ccc !important;
    width: 100%;
	padding: 0 30px 0 10px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.book_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
}
.book_form .contact_btn input {
    min-height: 48px;
    border: none !important;
    width: auto;
    background: #ffbf14 !important;
	color: #111 !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}
.book_form .wpcf7-spinner {
	display: block;
}
.fleet_page_block_inner {
	border: 1px solid #ddd;
	border-top: 5px solid #ffbf14;
	min-height: 100%;
	border-radius: 10px;
	padding: 30px 20px 20px;
	text-align: center;
}
.fleet_page_block_img {
	margin-bottom: 20px;
}
.fleet_page_block {
	margin-bottom: 25px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #ffbf14;
	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: 9px 12px 0;
}
.footer_btn3 {
	background: #4e0086;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
	font-size: 17px;
}
.thankyou_btn {
	display: inline-block;
	background: #ffbf14;
	padding: 10px 20px;
	color: #111 !important;
	text-transform: uppercase;
	border-radius: 4px;
	margin-top: 20px;
	font-weight: 500;
	font-size: 15px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}
.more-link {
	display: block;
	background: #ffbf14;
	color: #111 !important;
	text-transform: capitalize;
	margin-top: 20px;
	padding: 10px 0 10px 16px;
	border-radius: 4px;
	width: 180px;
}


/* changes */
.ms-slide-info {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  z-index: 1;
  right: inherit !important;
  text-align: left;
  width: 100% !important;
}
.banner_content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ban_text {
  max-width: 560px;
}
.ms-slide::before {
background: linear-gradient(-270deg, rgba(0,0,0,0.8519607672170431) 12%, rgba(0,0,0,0) 100%);
	left: 0; right: 0;
}
.ms-bullets.ms-dir-h {
  bottom: 90px !important;
  right: 50% !important;
width: auto !important;
}
.banner_innr {
  width: 46%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
	z-index: 1;
}
.banner_rt.book_form {
  width: 500px;
  float: left;
  padding: 20px 30px;
  background: #fff;
  border-radius: 8px;
}
.banner_rt_heading {
  font-family: 'Roboto Slab';
  font-size: 30px;
  color: #100f11;
  font-weight: bold;
}
.banner_rt.book_form .contact_btn input[type="submit"]:hover{background:#4c2667 !important; color:#fff !important; }
.banner_rt .col-md-6, .banner_rt .col-md-12{ padding: 0 5px; }
.banner_rt.book_form textarea { height: 90px;}
.banner_rt .row{ margin:0 -5px; }
.banner_rt.book_form input { margin-top: 10px;}


.faq_sec{ padding-top: 45px; }
.faq_sec .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 12px;
  background: #4c2667;
  color: #fff !important;
  text-align: left;
	font-size: 18px;
}
.faq_sec .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body p {
  text-align: left;
}
.faq_sec .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
  color: #fff !important;
}
.faq_sec .sp-easy-accordion > .sp-ea-single {
  border: 1px solid #4c2667 !important;
}
.faq_sec .inner_page_heading{ margin-bottom: 30px; }

.btn_div{ width: 100%; display: flex; justify-content: center; align-items: center; gap: 5px;}                        

.airport_location { margin-top: 50px; }
.airport_location { width: 100%; background: #4c2667; padding: 65px 0 90px 0;}
.airport_location .banner_bottom_section_heading{ margin: 0px;}
.airport_location .inner_page_text{ margin: 10px 0 0 0; }
.airport_location .banner_bottom_service_inner{ margin-top: 30px; min-height: auto;}
.airport_location .banner_bottom_service_img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}


.area_serve { width: 100%; padding: 65px 0; background: #4c2667; margin-top: 50px; }
/* .location_sec .inner_subtitle, .location_sec, .inner_subtitle .inner_text{ color:#fff; } */
.area_serve ul{justify-content: center; }
.area_serve ul li { width: 20%;}
.area_serve ul li a:hover { background: #fdc600; color: #000;}
.area_serve ul li a:hover img { filter: invert(0);}


.area_serve ul {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  justify-content: center;
	list-style: none;
  padding: 30px 0 0;
}
.area_serve ul li {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin: 10px 0;
  flex: 0 0 auto;
  width: 30%;
}
.area_serve ul li a {
  width: 100%;
  display: block;
  padding: 12px 20px;
  background: #fdc600;
  font-size: 14px;
  text-align: left;
  color: #fff;
  border-radius: 30px;
transition: all 0.3s;
}
.area_serve ul li a img {
  filter: invert(100%);	
  max-width: 20px;
}
.area_serve ul li a:hover{ background: #fff}
.inner_page_heading strong{color:#ffbf14; }

.area_serve .inner_page_heading::before {
  left: 50%;
  transform: translate(-50%, 0);
}

.location_page.area_serve{ background: none; padding: 0px; margin: 0; }
.location_page.area_serve ul li a:hover{ background: #4c2667; color:#FFF; }
.location_page.area_serve ul li a:hover img { filter: invert(100%);}

.footr_logo a {
  background: #fff;
  display: block;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 20px;
}
.footr_logo a img{ max-width: 100%: }
.footr_logo {
  width: 140px;
}




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


@media only screen and (max-width : 991px){
.area_serve ul li { width: 32.333%;}
	
	
	
}

@media only screen and (max-width :767px){
.area_serve ul li { width: 50%;}
	
	
	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right {
  display: none;
}
.header {
  padding: 10px 0;
}
.logo img {
  width: 108px;
}
.home_banner_section {
  margin-top: 60px;
}
.banner_bottom_section_box {
  margin-top: 0;
}
.ms-view, .ms-slide {
	min-height: 300px !important;
}
.ms-slide-bgcont img {
	object-fit: cover;
}
.ms-slide::before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
}
.ms-slide-info {
  right: 15px;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
.banner_heading, .banner_bottom_section_heading, .home_review_section_heading, .home_fleet_section_heading, .home_form_section_heading, .home_bottom_section_heading, .page .entry-title, .blog_page_title {
  font-size: 26px;
  line-height: 30px;
}
.banner_btn1, .banner_btn2 {
  font-size: 16px;
  padding: 9px 20px;
}
.banner_bottom_section, .home_review_section, .home_fleet_section, .home_form_section, .home_cta_section, .home_bottom_section {
  padding: 40px 0;
}
.banner_bottom_block {
  border-right: none;
}
.banner_bottom_section_heading {
  margin-top: 40px;
}
.home_review_section_heading {
  margin-bottom: 25px;
}
.home_review_slide {
  margin-top: 30px;
}
.home_fleet_block_heading {
  font-size: 17px;
}
.home_form_section_inner {
  padding: 30px 20px 10px;
  margin-top: 0;
}
.home_form_section_heading span {
  padding: 0 10px;
}
.home_form_section_heading {
  height: 16px;
}
.home_form input, .home_form .contact_btn input, .book_form .contact_btn input {
  min-height: 44px;
}
.home_form select {
  min-height: 44px;
  line-height: 44px;
}
.home_cta_section_inner {
  margin-top: 30px;
  padding-right: 0;
}
.home_cta_left_inner {
  font-size: 20px;
  line-height: 30px;
  padding: 20px;
}
.home_cta_right_text {
  font-size: 17px;
  line-height: 22px;
  padding: 20px;
}
.home_cta_right_btn {
  margin: 0 0 20px 20px;
}
.home_bottom_link1, .home_bottom_link2 {
  font-size: 20px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 35px;
}
.footer {
  padding: 10px 0 60px;
}
.page .entry-header, .blog_page_header {
  padding: 130px 0 65px !important;
  margin: 0 0 40px !important;
}
.inner_page_heading {
  font-size: 23px;
  line-height: 27px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_mid_section {
  margin: 40px 0;
  padding: 40px 0;
}
.inner_page_bottom_box {
  padding: 30px 20px 10px;
  margin-top: 40px;
}
.contact_right {
  margin-top: 40px;
}
.fleet_page_block_inner {
  padding: 25px 10px 20px;
}
.book_form_box {
  padding: 30px 15px 5px;
}
#back-to-top {
  bottom: 55px;
}
.ms-bullets.ms-dir-h {
  bottom: 15px !important;
  right: 50% !important;
}
}

@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 {
  right: 15%;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
  max-width: 100%;
}
.contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li a {
  font-size: 16px;
}
.header_menu ul li {
  margin-right: 12px;
}
.ms-slide-info {
  right: 4%;
}
.home_review_left_heading {
  font-size: 14px;
}
.home_review_left_btn {
  font-size: 12px;
  padding: 9px 10px;
}
.home_cta_left_inner {
  font-size: 21px;
  line-height: 28px;
  padding: 40px 20px;
}
.footer_top_heading {
  font-size: 20px;
}
.footer_top_block {
  padding-left: 12px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.ms-slide-info {
  right: 15%;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
  max-width: 100%;
}
.contact_right {
  margin-top: 0;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.ms-slide-info {
  right: 15%;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
  max-width: 100%;
}
.contact_right {
  margin-top: 0;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.ms-slide-info {
  right: 15%;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
  max-width: 100%;
}
.contact_right {
  margin-top: 0;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
  right: 16%;
}
}

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

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

@media only screen and (min-width : 1024px) and (max-width : 1199px) {
.header_menu ul li { margin-right: 16px;}
.header_menu ul li a { font-size: 16px;}	

.banner_rt.book_form { width: 426px; padding: 15px 20px;}	
.ban_text { max-width: 505px;}	
.ms-slide-info {
    left: 0px !important;
    right: inherit !important;
    transform: inherit !important;
  }	
	
.banner_rt.book_form select	{margin-top: 10px; min-height: 38px; line-height: 38px;}
.banner_rt_heading { font-size: 22px;}	
.banner_rt.book_form input { margin-top: 10px; min-height: 40px;}	
.banner_rt.book_form textarea {height: 80px;}	
.banner_rt.book_form {width: 426px; padding: 10px 15px; }	
.banner_bottom_section_box { margin-top: -20px;}	
	
	
	
	
}

@media only screen and (max-width : 1023px) {
.banner_innr { width: 100%; position: inherit;
  right: inherit;
  top: inherit;
  transform: inherit;}
.banner_rt.book_form {
    width: 100%;
    padding: 15px 20px;
    display: inline-block;
    float: none;
  }
.ms-slide-info {
    left: 0px !important;
  }
	
	
}

@media only screen and (max-width : 575px) {
.banner_content .container {
  width: 90%;
  margin: 0;
  padding: 0 15px;
}
	
.area_serve ul li { width: 100%;}
	
	
	
	
}
