@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/* 01 : Website Global CSS BOF
========================================================== */
:root {
--green: #113d42;
--gold: #ad8746;
--light-gold: #e0e9ed;
--paragraph: #5f5f5f;
--black: #000;
--white: #fff;
--blue: #003386;
--lightBlue:#1f70f2;
}
* {
	margin: 0;
	padding: 0;
}
img {
	outline: none;
}
body {
	background: var(--white);
	color: var(--paragraph);
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	zoom: 90%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}
a {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: none !important;
	text-decoration: none !important;
}
p {
	line-height: 26px;
	margin: 0;
	padding: 15px 0 0;
	color: var(--paragraph);
	font-size: 16px;
	font-weight: 400;
}
section {
	padding: 60px 0;
}
/*====================================
=            Helper Class            =
====================================*/
.m-t-10 {
	margin-top: 10px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-t-70 {
	margin-top: 70px;
}
.m-b-0 {
	margin-bottom: 0 !important;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.p-0 {
	padding: 0;
}
.p-t-0 {
	padding-top: 0;
}
.p-t-10 {
	padding-top: 10px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-25 {
	padding-top: 25px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-b-25 {
	padding-bottom: 25px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.top {
	background-color: var(--white);
	width: 100%;
	height: 1px;
}
/*=====  Navbar CSS BOF  ======*/
.navbar-default {
	background: var(--white);
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	border: 0px;
	z-index: 2;
}
.navbar {
	margin-bottom: 0px;
	z-index: 999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar-right {
	margin-right: 0px;
}
.navbar-nav {
	margin: 0;
}
.navbar-header {
	float: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding: 0;
}
.nav > li {
	display: block;
	padding: 33px 15px;
}
.nav > li:last-child {
	padding-right: 0;
}
.navbar-default .navbar-brand {
	width: auto;
	height: auto;
	padding: 8px 0;
	position: absolute;
	z-index: 1000;
	margin: 0 !important;
}
.top-nav-collapse {
	padding: 0;
	top: 0;
}
.navbar-default .navbar-nav > li > a {
	color: var(--blue);
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	padding: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: var(--lightBlue);
	text-decoration: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: var(--lightBlue);
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: var(--lightBlue) !important;
	background-color: transparent !important;
}
.navbar-right .dropdown-menu {
	left: 20px;
	right: auto !important;
}
.navbar-default .navbar-nav .dropdown .dropdown-menu {
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: height 0.65s ease;
	transition: height 0.65s ease;
}
.navbar-default .navbar-nav .dropdown-menu {
	left: 0;
	top: 80px;
	background-color: var(--white);
	background-clip: padding-box;
	border: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 200px;
	padding: 0;
	margin: 0;
}
.navbar-default .navbar-nav .dropdown.open .dropdown-menu {
	transition: max-height 1s;
	max-height: 100vh;
	opacity: 1;
}
.dropdown .caret {
	width: 0;
	height: 0;
	margin-left: 0;
	vertical-align: middle;
	border-top: none;
	border-right: none;
	border-left: none;
	font-size: 15px;
	margin-top: -20px;
	display: inline-block;
}
.navbar-default .navbar-nav .dropdown-menu > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 15px;
}
.navbar-default .navbar-nav .dropdown-menu > li:last-child {
	border-bottom: none;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
	padding: 8px 20px;
	color: var(--blue);
	font-weight: 500;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: var(--lightBlue) !important;
	text-decoration: none;
	background: transparent !important;
}
.affix {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
	animation: smoothScroll 1s forwards;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}
.sign-up {
	width: auto;
	float: right;
	/* padding: 9px 0; */
	padding: 33px 15px;
}
.sign-up a {
	background: var(--lightBlue);
	float: left;
	padding: 7px 14px;
	color: var(--white);
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	/* margin: 16px 0 0 25px; */
}
.sign-up a:hover, .sign-up a:focus, .sign-up a:active {
	background: var(--blue);
	color: var(--white);
}
/* Banner CSS BOF
=================================================== */
#bnr {
	position: relative;
	width: 100%;
	z-index: 1;
}
.carousel {
	margin-top: 0;
}
.carousel-caption {
	top: 26%;
	right: auto;
	left: 18.3%;
	text-align: left;
	width: 600px;
}
.carousel-animate .hero {
	text-align: left
}
.carousel-caption {
	text-shadow: none
}
.carousel-animate .hero h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: normal;
	color: var(--white);
}
.carousel-animate .hero h2 {
	font-weight: 600;
	font-size: 28px;
	color: var(--white);
	padding-top: 5px;
	width: 100%;
}
.carousel-animate .hero .green-btn {
	text-shadow: none;
	box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .5);
	font-size: 17px;
	margin: 40px 0 0;
	padding: 16px 40px
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .item {
	opacity: 0
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
	left: 0;
	transform: translate3d(0, 0, 0)
}
.carousel-bg .carousel-inner .item {
	background-color: transparent;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
.carousel-bg .carousel-inner .item::before {
 content: '';
 width: 100%;
 height: 100%;
 position: absolute;
 bottom: 0;
 background-color: rgba(0, 0, 0, 0.2);
}
.carousel-indicators {
	display: none
}
.carousel-control {
	display: none
}
/* Login Section CSS BOF
=================================================== */
.account-inr {
	width: 374px;
	position: absolute;
	right: 18.5%;
	z-index: 1;
	background: var(--white);
	top: 70px;
	padding: 22px;
	border-radius: 5px;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.account-inr h2 {
	font-size: 22px;
	color: var(--blue);
	display: block;
	line-height: normal;
	font-weight: 600;
	position: relative;
	text-align: left;
	margin-bottom: 5px;
}
.account-inr .padding {
	/* padding-top: 22px; */
}
.account-inr input[type="text"], .account-inr input[type="password"] {
	height: 55px;
	width: 100%;
	background: var(--white);
	margin: 0;
	border: 1px solid var(--lightBlue);
	padding: 6px 18px;
	color: #505b5d !important;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
}
.field-icon {
	float: right;
	margin-right: 12px;
	margin-top: -35px;
	position: relative;
	z-index: 2;
	font-size: 18px !important;
	color: var(--blue);
}
.account-inr .form__checkbox {
	position: relative;
	display: inline-block;
	float: left;
}
.account-inr .form__checkbox--inline {
	display: inline-block;
}
.account-inr .form__checkbox input[type=checkbox] {
	position: absolute;
	visibility: hidden;
}
.account-inr .form__checkbox input[type=checkbox][disabled] ~ .checkbox {
 background-color: var(--white);
}
.account-inr .form__checkbox input[type=checkbox][disabled] ~ label {
 color: var(--blue);
 font-weight: 500;
 text-transform: none;
 margin: 0;
}
.account-inr .form__checkbox label i {
	color: #ffbe00 !important;
}
.account-inr .form__checkbox input[type=checkbox]:checked ~ .checkbox {
 background-color: var(--white);
}
.account-inr .form__checkbox input[type=checkbox]:checked ~ .checkbox::before {
 -webkit-transform: scale(1) rotate(45deg);
 -moz-transform: scale(1) rotate(45deg);
 -ms-transform: scale(1) rotate(45deg);
 -o-transform: scale(1) rotate(45deg);
 transform: scale(1) rotate(45deg);
}
.account-inr .form__checkbox input[type=checkbox]:checked ~ label {
 color: var(--lightBlue);
 font-weight: 400;
 text-transform: none;
 margin: 0;
}
.account-inr .form__checkbox input[type=checkbox]:checked[disabled] ~ .checkbox {
 background-color: var(--white);
}
.account-inr .form__checkbox input[type=checkbox]:checked[disabled] ~ .checkbox::before {
 -webkit-transform: scale(1) rotate(45deg);
 -moz-transform: scale(1) rotate(45deg);
 -ms-transform: scale(1) rotate(45deg);
 -o-transform: scale(1) rotate(45deg);
 transform: scale(1) rotate(45deg);
}
.account-inr .form__checkbox input[type=checkbox]:checked[disabled] ~ label {
 color: #5f5f5f;
 font-weight: 400 !important;
 font-size: 13px;
 text-transform: none !important;
 margin: 0 0 0 !important;
}
.account-inr .form__checkbox label {
	font-size: 15px;
	text-transform: none !important;
	position: relative;
	z-index: 9;
	display: block;
	color: var(--blue);
	font-weight: 500 !important;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin: 0 0 0 !important;
	padding: 0 0 0 30px;
}
.account-inr .form__checkbox .checkbox {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	display: block;
	background-color: var(--white);
	background-image: none;
	height: 24px;
	width: 24px;
	-moz-transition: border 0.2s ease-in-out;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
	border: 1px solid var(--lightBlue);
	margin-top: -12px;
	border-radius: 5px;
}
.account-inr .form__checkbox .checkbox::before {
 position: absolute;
 top: 50%;
 right: 50%;
 display: block;
 width: 6px;
 height: 12px;
 border: 2px solid var(--lightBlue);
 border-top: 0;
 border-left: 0;
 content: '';
 -moz-transition: background 0.2s ease-in-out, transform 0.15s ease-in-out;
 -webkit-transition: background 0.2s ease-in-out, transform 0.15s ease-in-out;
 -o-transition: background 0.2s ease-in-out, transform 0.15s ease-in-out;
 transition: background 0.2s ease-in-out, transform 0.15s ease-in-out;
 -webkit-transform: scale(0) rotate(45deg);
 -moz-transform: scale(0) rotate(45deg);
 -ms-transform: scale(0) rotate(45deg);
 -o-transform: scale(0) rotate(45deg);
 transform: scale(0) rotate(45deg);
 margin: -7px -3px 0 0;
}
.account-inr .form__checkbox label span {
	color: var(--lightBlue);
}
.account-inr .form__checkbox label span a {
	color: var(--lightBlue);
}
.account-inr .form__checkbox label span a:hover {
	color: var(--lightBlue);
}
.forgot {
	font-size: 15px !important;
	font-weight: 500 !important;
	color: var(--blue) !important;
	margin: 0 !important;
	display: inline-block !important;
	float: right !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	text-transform: none !important;
}
.forgot:hover {
	color: var(--lightBlue) !important;
	text-decoration: underline !important;
}
.account-inr p {
	padding: 20px 0 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: var(--blue);
	display: inline-block;
	width: 100%;
}
.account-inr p a {
	color: var(--lightBlue);
}
.account-inr p a:hover {
	color: var(--blue);
}
.login-btn {
	background: var(--blue);
	float: left;
	padding: 0 14px;
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border: none;
	border-radius: 5px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	margin-top: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.login-btn:hover, .login-btn:focus, .login-btn:active {
	background: var(--lightBlue);
	color: var(--white);
}
/* Intro Section CSS BOF
=================================================== */
#intro_sec, #packages_sec, #mdl_sec, #service_sec, #faq_sec, #reach_sec, #intro_sec2, #inr_sec {
	width: 100%;
	display: block;
}
.title h2, .title h3 {
	font-size: 38px;
	font-weight: 400;
	color: var(--blue);
	position: relative;
	display: inline-block;
}
#intro_sec p, #faq_sec p {
	padding-top: 20px;
}
#intro_sec .inr {
	width: 100%;
	display: flex;
	background: var(--lightBlue);
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #eeebe7;
	margin: 10px 0;
}
#intro_sec .green {
	background: var(--blue);
	flex-direction: row-reverse;
}
#intro_sec figure, #intro_sec .detail {
	width: 50%;
	display: block;
	overflow: hidden;
	float: left;
}
#intro_sec figure img {
	width: 100%;
	height: 100%;
transition: transform .2s ease-in-out;
}
#intro_sec .inr:hover img {
	transform: scale(1.1);
}
#intro_sec .detail {
	padding: 25px 20px;
	text-align: center;
}
#intro_sec .detail h3 {
	font-size: 30px;
	font-weight: 600;
	color: var(--white);
	padding-top: 5px;
}
#intro_sec .detail svg {
	width: 58px;
	height: 52px;
	fill: var(--white);
}
#intro_sec .detail p {
	font-weight: 500;
	color: var(--white);
	padding-top: 10px;
	line-height: 25px;
}
/* middle Section CSS BOF
=================================================== */
#mdl_sec, #why_sec {
	background: var(--light-gold);
	padding: 55px 0;
}
#mdl_sec h4 {
	font-size: 18px;
	font-weight: 600;
	color: var(--blue);
	float: left;
	padding: 0 0 0 15px;
	line-height: 44px;
}
#mdl_sec svg {
	background: var(--lightBlue);
	width: 44px;
	height: 44px;
	fill: var(--white);
	border-radius: 5px;
	float: left;
}
#mdl_sec p {
	font-size: 15px;
	line-height: 24px;
	clear: both;
}
/* Packages Section CSS BOF
=================================================== */
#packages_sec .item {
	position: relative;
	display: block;
	overflow: hidden;
	height: auto;
	padding: 15px;
	margin-top: 0;
}
#packages_sec .item .inr {
	background: var(--white);
	width: 100%;
	border-radius: 20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#packages_sec .item .inr img {
	border-radius: 20px !important;
	width: 100%;
}
#packages_sec .item .inr .card-body {
	padding: 25px 25px 30px;
}
#packages_sec .item .inr .card-body h3 {
	font-size: 25px;
	font-weight: 500;
	color: var(--blue);
}
#packages_sec .item .inr .card-body p {
	padding-top: 15px;
	font-size: 15px;
	line-height: 24px;
}
#packages_sec .item .inr .card-body .price {
	font-weight: 600;
	font-size: 18px;
	color: var(--lightBlue);
	padding: 18px 0 0;
	text-align: center;
}
#packages_sec .item .inr .card-body .view-btn {
	color: var(--white);
	background-color: var(--blue);
	border-radius: 50px;
	padding: 15px 15px;
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: center;
	margin: 25px auto 0;
	text-transform: uppercase;
	width: 180px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}
#packages_sec .item .inr .card-body .view-btn:hover {
	color: var(--white);
	background-color: var(--lightBlue);
	text-decoration: none;
}
#packages_sec .owl-carousel {
	padding-top: 0;
}
#packages_sec .owl-theme .owl-controls {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
}
#packages_sec .owl-prev, #packages_sec .owl-next {
	background: #e8e3dd;
	display: inline-block !important;
	margin: 0 auto !important;
	text-align: center !important;
	font-size: 25px !important;
	color: #222;
	opacity: 1 !important;
	border-radius: 50% !important;
	line-height: 46px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -50px;
}
#packages_sec .owl-next {
	right: -50px;
	left: auto !important;
}
#packages_sec .owl-prev:hover, #packages_sec .owl-next:hover {
	background: var(--lightBlue);
	color: var(--white);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#packages_sec .owl-pagination {
	display: none;
}
/* Ad Section CSS BOF
=================================================== */
#ad_sec {
	width: 100%;
	padding: 0;
	padding-top: 60px;
}
#ad_sec img {
	width:auto;
}
/* Newsletter Section CSS BOF
=================================================== */
#newsletter {
	width: 100%;
	display: block;
}
#newsletter h3 {
	font-size: 30px;
	font-weight: 600;
	color: var(--lightBlue);
	text-align: left;
}
#newsletter .text {
	font-size: 16px;
	font-weight: 500;
	color: var(--blue);
	text-align: left;
	padding: 10px 0 0;
}
#newsletter .input {
	background-color: var(--white);
	border: 1px solid var(--lightBlue);
	width: 72%;
	padding: 13px 20px;
	color: #505b5d;
	font-size: 16px;
	font-weight: 500;
	float: left;
	border-radius: 5px;
	height: 60px;
}
#newsletter .button {
	display: inline-block;
	background: var(--blue);
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	padding: 0 29px;
	width: auto;
	text-align: center;
	float: right;
	border: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
}
#newsletter .button:hover, #newsletter .button:focus, #newsletter .button:active {
	color: var(--white);
	text-decoration: none;
	background: var(--lightBlue);
}
/* Partners Section CSS BOF
=================================================== */
#partner-sec {
	width: 100%;
	display: block;
	padding: 0 0 30px;
}
.prtnr-logo {
	margin: 0;
	border-top: 1px solid #e6e6e6;
	padding-top: 30px;
}
.prtnr-logo .owl-item .item {
	text-align: center;
	border-radius: 0;
	margin: 10px;
}
.prtnr-logo .owl-item img {
	display: inline-block;
	border-radius: 0;
	width: auto;
 -webkit-transition: all .5s ease-in-out;
}
.prtnr-logo .owl-item img:hover {
	filter: none;
	-webkit-transform: scale(1.01);
}
.prtnr-logo .owl-buttons {
	display: none;
}
.prtnr-logo .owl-pagination {
	display: none;
}
/* Footer CSS BOF
=================================================== */
#footer {
	position: relative;
}
footer {
	background: var(--blue) no-repeat top center;
	display: block;
	width: 100%;
	position: relative;
	padding: 30px 0 0;
}
footer .inner {
	display: block;
	width: 100%;
}
footer .about {
	width: 100%;
	display: block;
}
footer .about h3 {
	font-size: 18px !important;
	text-transform: none !important;
}
footer .about .ftr-logo {
	text-align: left;
	position: relative;
	margin: 20px 0 0;
	width: 100px;
}
footer .about .ftr-logo img {
	width: 100%;
}
footer .about p {
	width: 80%;
	font-size: 15px;
	text-align: left;
	margin-top: 0;
	color: var(--white);
	line-height: 24px;
	font-weight: 400;
	display: inline-block;
	padding: 0;
}
footer .about, footer .link, footer .contact {
	width: 100%;
	display: inline-block;
	padding: 0 0 10px;
}
footer .link h3, footer .contact h3, footer .about h3 {
	color: var(--white);
	display: inline-block;
	font-weight: 500;
	line-height: normal;
	margin: 10px 0 20px;
	position: relative;
	text-align: left;
	float: left;
	width: 100%;
	font-size: 20px;
	padding-bottom: 8px;
}
footer .link ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 28px 0 0;
	float: left;
}
footer .link ul li {
	font-size: 16px;
	font-weight: 400;
	padding: 5px 0;
	width: 100%;
}
footer .link ul li:last-child {
	border-bottom: none;
}
footer .link ul li a {
	color: var(--white);
	text-decoration: none;
	padding: 0;
}
footer .link ul li a:hover {
	color: var(--lightBlue);
	text-decoration: none;
}
footer .contact .social {
	width: auto;
	margin: 25px 0 0 0;
}
footer .contact.social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .contact .social ul li {
	display: inline-block;
	padding: 0 7px;
	list-style: none;
}
footer .contact .social ul li a {
	color: var(--white);
	font-size: 18px;
	display: block;
	text-align: center;
}
footer .contact .social ul li a:hover {
	color: var(--lightBlue);
}
footer .contact p {
	font-size: 16px;
	font-weight: 400;
	color: var(--white);
	line-height: 22px;
	padding: 15px 0 0;
}
footer .contact p i {
	font-size: 19px;
	padding-right: 5px;
	width: 34px;
	text-align: center;
}
footer .size {
	font-size: 18px !important;
}
footer .contact p a {
	color: var(--white);
}
footer .contact p a:hover {
	color: var(--lightBlue);
	text-decoration: none;
}
footer .contact p img {
	width: 75%;
}
.all-reserved {
	background: var(--white);
	padding: 5px 0;
	overflow: hidden;
	margin-top: 30px;
}
.copyright {
	text-align: center;
	width: 100%;
}
.copyright p {
	color: var(--blue);
	font-size: 15px;
	font-weight: 400;
	padding: 0;
}
/*back-to-top-css*/
.scrollToTop {
	height: 40px;
	width: 40px;
	padding-top: 2px;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: var(--white);
	font-weight: bold;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 15px;
	z-index: 11;
	display: none;
	border-radius: 5px;
	background-color: var(--blue);
}
.scrollToTop:hover, .scrollToTop:focus {
	background: var(--lightBlue);
	color: var(--white);
}
/* Our Services Page CSS BOF
=================================================== */
.inner_banner {
	min-height: 217px;
	position: relative;
	background-size: cover !important;
	background-position: top center !important;
}
.inner_banner::before {
 background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}
.inner_banner .banner_text {
	position: absolute;
	width: auto;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.inner_banner .banner_text h1 {
	color: var(--white);
	line-height: normal;
	font-size: 40px;
	text-align: center;
	font-weight:500;
}
#service_sec, #faq_sec {
	padding-bottom: 0;
}
#service_sec p {
	padding-top: 0;
}
.flex {
	display: -webkit-flex;
	display: flex;
}
#service_sec .inr {
	width: 100%;
	display: block;
	overflow: hidden;
	border: 1px solid #f3f2f2;
	padding: 50px;
	text-align:center;
	min-height:100%;
}
#service_sec .inr h3 {
	font-size: 25px;
	font-weight: 500;
	color: var(--blue);
	padding-top:20px;
}
#service_sec .inr svg {
	width: 58px;
	height: 58px;
	fill: var(--lightBlue);
}
#service_sec .inr p {
	padding-top:15px;
	font-size:15px;
}
/*=====  FAQs Page CSS BOF  ======*/
#faq_sec .panel-group {
	margin-top: 40px;
	margin-bottom: 0;
}
#faq_sec .panel-group .panel {
	background-color: transparent;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
	border-radius: 0;
}
#faq_sec .panel-default > .panel-heading {
	background-color: var(--white);
	border-color: #f3f2f2;
	padding: 0;
	border-radius: 0;
}
#faq_sec .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
#faq_sec .panel-group .panel-heading a {
	display: block;
	background: var(--white);
	color: var(--blue);
	padding: 20px 25px;
	text-decoration: none;
	position: relative;
	line-height: normal;
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
	border-radius: 0;
}
#faq_sec .panel-group .panel-heading a::after {
 font-family:FontAwesome;
 content: "\f106";
 position: absolute;
 right: 25px;
 top: 22px;
 font-size: 22px;
 color:var(--blue);
}
#faq_sec .panel-default {
	border-color: #f3f2f2;
}
#faq_sec .panel-group .panel-heading a.collapsed::after {
 content: "\f107";
}
#faq_sec .panel-group .panel-collapse {
	margin-top: 0 !important;
}
#faq_sec .panel-group .panel-heading + .panel-collapse > .panel-body {
	padding: 10px 25px 25px;
	line-height: 26px;
	border-top: none;
	font-weight: 400;
	font-size: 15px;
}
#faq_sec .panel-group .panel + .panel {
	margin-top: 0;
}
#faq_sec .panel-group .panel-heading a.collapsed {
	background: var(--antique-brass2);
	color: var(--brown-coffee);
}
/*=====  Reach Us Page CSS BOF  ======*/
#reach_sec figure, #intro_sec2 figure, #why_sec figure {
	width:495px;
	height:402px;
	padding:10px 10px 0 0;
	position:relative;
}
#reach_sec figure img, #intro_sec2 figure img, #why_sec figure img, .our-vehicles .item .inr figure img, #inr_sec2 .experience .inr figure img {
	width: 100%;
	z-index: 1;
	position: relative;
}
#reach_sec figure::before, #intro_sec2 figure::before, #why_sec figure::before, .our-vehicles .item .inr figure::before, #inr_sec2 .experience .inr figure::before {
 background: var(--lightBlue);
 content: "";
 height:172px;
 right: 0;
 position: absolute;
 top: 0;
 width:172px;
}
#reach_sec ul, #why_sec ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}
#reach_sec ul li, #why_sec ul li {
	width:100%;
	padding:15px 0;
	float: left;
	list-style:none;
	border-bottom:1px solid #f3f2f2;
}
#reach_sec ul li:last-child {
	border-bottom:none
}
#reach_sec ul li h4 {
	font-size: 18px;
	font-weight: 500;
	color: var(--blue);
	float: left;
	padding: 0 0 0 10px;
	line-height: 38px;
}
#reach_sec ul li svg {
	background: var(--lightBlue);
	width: 38px;
	height: 38px;
	fill: var(--white);
	border-radius: 5px;
	float: left;
}
#reach_sec ul li p {
	font-size: 16px;
	line-height: 24px;
	clear: both;
	padding-top: 10px;
}
#reach_sec ul li p a {
	font-size:18px;
	font-weight:500;
	color: var(--paragraph);
}
#reach_sec ul li p a:hover {
	color: var(--lightBlue);
}
.map-responsive {
	overflow: hidden;
	padding-bottom: 390px;
	position: relative;
	height: auto;
	margin-bottom: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 470px;
	width: 100%;
	position: absolute;
}
/*=====  About Us Page CSS BOF  ======*/
#intro_sec2 figure, #why_sec figure {
	width:100%;
	height:auto;
}
.title h3 {
	font-size: 25px;
	font-weight: 500;
	line-height:30px;
}
#why_sec .title h3 {
	padding:5px 0 10px;
}
#why_sec figure::before, .our-vehicles .item .inr figure::before, #inr_sec2 .experience .inr figure::before {
 left: 0;
 top: 0;
 right:auto;
}
#why_sec figure {
	padding: 10px 0 0 10px;
}
#why_sec ul li {
	border-bottom:1px solid #d7cec4;
	position:relative;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	padding: 15px 0 15px 30px;
}
#why_sec ul li::before {
 font-family:FontAwesome;
 content: "\f046";
 position: absolute;
 left: 0;
 top: 16px;
 font-size: 20px;
 color:var(--lightBlue);
}
#inr_sec {
	padding:25px 0;
}
#inr_sec .inr {
	width: 100%;
	margin: 25px 0;
	float: left;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	border:1px solid #f3f2f2;
	padding:25px 5px;
}
#inr_sec .inr-reverse {
	flex-direction: row-reverse;
}
#inr_sec .inr figure {
	width: 50%;
	overflow: hidden;
	padding: 0 15px;
}
#inr_sec .inr figure img {
	width: 100%;
}
#inr_sec .inr .content {
	width: 50%;
	padding: 25px;
}
#inr_sec .inr .content p {
	font-size: 15px;
	line-height: 24px;
}
#inr_sec .inr .content p a {
	color: var(--lightBlue);
}
#inr_sec .inr .content p a:hover {
	color: var(--blue);
}
#mdl_sec .title h3 {
	padding:0 0 50px;
}
#mdl_sec span {
	width:100%;
	font-size: 15px;
	line-height: 24px;
	margin-top:30px;
	padding-top:30px;
	border-top: 1px solid #d7cec4;
	float:left;
}
#mdl_sec span a {
	color: var(--lightBlue);
}
#mdl_sec span a:hover {
	color: var(--blue);
}

/*=====  Our Fleet Section CSS BOF  ======*/
.our-vehicles, #inr_sec2 .experience {
	width: 100%;
	display: block;
	position: relative;
}
.our-vehicles .item {
	position: relative;
	display: block;
	height: auto;
	padding: 8px 15px 0;
	margin-top: 0;
}
.our-vehicles .item .inr, #inr_sec2 .experience .inr {
	min-height: 100%;
	position: relative;
	border: 1px solid #e0d9d0;
}
.our-vehicles .item .inr figure, #inr_sec2 .experience .inr figure {
	display: block;
	position: relative;
}
.our-vehicles .item .inr figure::before, #inr_sec2 .experience .inr figure::before {
 height: 100px;
 width: 100px;
 left: -8px;
top: -8px;
}
.our-vehicles .item .inr figure img, #inr_sec2 .experience .inr figure img {
	width: 100%;
	vertical-align:inherit;
}
.our-vehicles .item .inr .detail, #inr_sec2 .experience .inr .detail {
	padding: 15px;
	overflow: hidden;
	text-align: left;
	position: relative;
}
.our-vehicles .item .inr .detail h3, #inr_sec2 .experience .inr .detail h3 {
	font-size: 18px;
	color: var(--blue);
	line-height: 24px;
	font-weight: 600;
}
.our-vehicles .item .inr .detail p, #inr_sec2 .experience .inr .detail p {
	padding-bottom: 20px;
}
.our-vehicles .item .inr .detail .call-us, #inr_sec2 .experience .inr .detail .call-us {
	font-size: 18px;
	padding: 0 0 8px;
	float: left;
	color: var(--lightBlue);
	width: 100%;
	border-bottom: 2px solid var(--lightBlue);
}
.our-vehicles .item .inr .detail .call-us i, #inr_sec2 .experience .inr .detail .call-us i {
	font-size: 22px;
}
.our-vehicles .item .inr .detail .call-us:hover, #inr_sec2 .experience .inr .detail .call-us:hover {
	color: var(--blue);
	border-bottom: 2px solid var(--blue);
}
.our-vehicles .owl-theme .owl-controls {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 42%;
}
.our-vehicles .owl-prev, .our-vehicles .owl-next {
	background: var(--blue) !important;
	display: inline-block !important;
	margin: 0 auto !important;
	text-align: center !important;
	font-size: 18px !important;
	color: var(--white) !important;
	-moz-animation: 1 !important;
	border-radius: 0 !important;
	line-height: 35px;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	padding: 0 !important;
	opacity: 1 !important;
}
.our-vehicles .owl-next {
	right: 0;
	left: auto !important;
}
.our-vehicles .owl-prev:hover, .our-vehicles .owl-next:hover {
	background: var(--lightBlue) !important;
	color: var(--white) !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.our-vehicles .owl-pagination {
	display: none;
}
 #inr_sec2 .experience .inr {
  border: 1px solid #f3f2f2;
  margin-top:30px;
}

/* -----------dev changes----------- */
.two-f-title{
	text-align: center;
}
.account-inr .padding .mfa-desc{
	font-size: 14px;
	padding-top: 10px;
}
.qr-container{
	text-align: center;
}
.qr-container img{
	width: 140px;
	height: 140px;
}
.d-flex{
	display: flex;
}
.justify-space-between{
	justify-content: space-between;
}
/* -----------dev changes----------- */
.collapse.navbar-collapse.navbar-right select {
	padding: 33px 15px;
	color: var(--blue);
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	border: none;
	background-color: #fff; /* Ensures a white background */
	cursor: pointer;
	outline: none;
  }