@charset "utf-8";

#breadcrumb li:hover a {
	opacity: 1;
}

@font-face {
	font-family: Quicksand;
	font-display: auto;
	src: local('Quicksand'), url(https://fonts.googleapis.com/css?family=Quicksand:400, 500, 700) format('woff2');
}

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Bold_0.ttf);
}

*,
:after,
:before {
	margin: 0;
	padding: 0;
}

html {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeSpeed !important;
}

body {
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #777;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeSpeed !important;
	overflow: auto;
}

.banner-heading {
	position: absolute;
	right: 8%;
	bottom: 10%;
	line-height: initial;
	color: #fff;
	text-align: center;
	z-index: 111;
	text-shadow: -1px 1px 8px rgba(0, 0, 0, .8);
}

.banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 11;
	background-color: rgba(0, 0, 0, .5);
}

.banner-mainheading {
	font-size: 72px;
}

.banner-subheading {
	font-size: 36px;
}

/* modified AA
img {
	width: 100%;
	height: auto;
}
*/

ul.pagination {
	text-align: center;
	width: 80%;
	height: auto;
	margin: 15px 0;
}

ul.pagination li {
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	background: #eaeaea;
	color: #3a3a3a;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
}

ul.pagination li.active {
	background: #005EB8;
}

ul.pagination li.active a {
	color: #fff;
}

span.previous {
	width: 5%;
	height: auto;
	float: left;
	background: #eaeaea;
	color: #005EB8;
	margin: 10px 0;
	padding: 10px 15px;
	cursor: poinrter;
}

span.previous a {
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #005EB8;
}

span.previous:hover {
	float: left;
	background: #005EB8;
	color: #eaeaea;
}

span.previous:hover a {
	color: #fff;
}

span.next {
	width: 5%;
	height: auto;
	float: right;
	background: #eaeaea;
	color: #005EB8
	margin: 10px 0;
	padding: 10px 15px;
	cursor: poinrter;
	text-align: center;
}

span.next a {
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #005EB8;
}

span.next:hover {
	float: right;
	background: #005EB8;
	color: #eaeaea;
}

span.next:hover a {
	color: #fff;
}

ul.pagination li a {
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #005EB8;
}

#Multi .col-12 {
	padding: 0;
}

.wrapper {
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 0;
	overflow: inherit;
}

.article {
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	background: #eaeaea;
}

#addjourney {
	padding: 10px 15px;
	color: #fff;
	cursor: pointer;
	font-family: Quicksand, sans-serif;
	font-size: 18px;
	line-height: 28px;
	user-select: none;
	display: inline-block;
}

#addjourney i.fa {
	color: #005EB8;
}

#removejourney {
	padding: 10px 15px;
	color: #fff;
	cursor: pointer;
	font-family: Quicksand, sans-serif;
	font-size: 18px;
	line-height: 28px;
	user-select: none;
	display: inline-block;
}

#removejourney i.fa {
	color: #005EB8;
}

span.fleet p {
	padding: 15px 0 10px 0;
	float: left;
	clear: both;
	text-align: justify;
}

.error {
	border: 1px solid red !important;
}

ol {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 30px;
}

ol li {
	list-style-type: circle;
	clear: both;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #777;
	padding: 10px 0;
}

ul.points {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 30px;
}

ul.points li {
	list-style-type: square;
	clear: both;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #005EB8;
	padding: 10px 0;
}

ul.points li span {
	color: #777;
}

ul.points li b {
	font-weight: 700;
	color: #005EB8;
}

ul.popular-area {
	width: 100%;
	height: auto;
	float: left;
	margin: 40px 0;
	padding: 0;
}

ul.popular-area li {
	width: 33.33%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.load-more {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

ul.load-more li#loadMore {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
	color: #005EB8;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
}

ul.load-more li#loadMore img {
	width: 30px;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}

#myList li {
	display: none;
}

p b {
	font-weight: 700;
	color: #777;
}

a {
	font-family: Quicksand, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #005EB8;
	text-decoration: none;
}

a:hover {
	opacity: .6;
	text-decoration: none;
}

a:focus {
	outline: 0 !important;
}

h3 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	color: #005EB8;
	padding: 15px 0 0 0;
}

img.right {
	width: 30%;
	height: auto;
	float: right;
	padding: 10px 0 10px 30px;
}

img.left {
	width: 30%;
	height: auto;
	float: left;
	padding: 10px 30px 10px 0;
}

span.and {
	font-size: 72px;
	line-height: 92px;
	text-align: center !important;
	color: rgba(251, 176, 44, .5);
}

span.terms {
	width: 95%;
	height: auto;
	float: left;
}

.tab-images {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 10px;
	align-self: flex-end;
	box-sizing: border-box;
}

img.about-aside {
	width: 95%;
	height: auto;
	float: left;
	margin: 15px 0 15px 5%;
}

img.about-aside1 {
	width: 95%;
	height: auto;
	float: left;
	margin: 15px 5% 15px 0;
}

.about-us {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	background: #eaeaea;
}

.flatdatetime {
	background: #fff;
	height: 50px;
}

.mfullwidthinpt {
	border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

form#contacts {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0;
	padding: 0;
}

form#contacts .col-form {
	width: 100%;
	height: auto;
	float: left;
}

form#contacts input {
	width: 90%;
	height: auto;
	float: left;
	margin: 10px 0;
	padding: 8px 15px;
	background: #eee;
	border: 1px solid #b1b1b1;
	outline: 0;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #222;
}

form#contacts select {
	width: 95%;
	height: auto;
	float: left;
	margin: 10px 0;
	padding: 8px 15px;
	background: #eee;
	border: 1px solid #b1b1b1;
	outline: 0;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #222;
}

.col-1-contact {
	width: 20%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.col-1-contact img {
	width: 60%;
	height: auto;
	float: left;
	margin: 0 20%;
}

.col-2-contact {
	width: 75%;
	height: auto;
	float: left;
	margin: 0 5% 0 0;
	padding: 0;
}

span.photo h2 {
	font-family: Quicksand, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 46px;
	padding: 5px 0 5px 0;
	color: #222;
	text-align: center;
	position: relative;
}

span.photo img {
	width: 90%;
	height: auto;
	float: left;
	margin: 0 4%;
	padding: 1%;
	border: 1px solid #ccc;
	box-shadow: 0 0 1px 1px #ccc;
}

.col-3 {
	width: 25%;
	height: auto;
	float: left;
}

.col-2-contact h6 {
	font-family: Quicksand, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 46px;
	padding: 0 0;
	color: #222;
	text-align: left;
	position: relative;
}

form#contacts input.submit {
	width: 95%;
	height: auto;
	float: left;
	margin: 10px 0;
	padding: 8px 15px;
	background: #005EB8;
	border: 1px solid #fff;
	outline: 0;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

form#contacts textarea {
	width: 90%;
	height: auto;
	float: left;
	margin: 10px 0;
	padding: 8px 15px;
	background: #eee;
	border: 1px solid #b1b1b1;
	outline: 0;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #222;
}

.container {
	width: 90%;
	float: right;
	margin: 5px 0 0 10%;
	margin: 0 auto;
}

.maps {
	width: 100%;
	height: auto;
	float: left;
	margin: 100px 0 0 0;
}

#map_container {
	position: relative;
}

#map {
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	position: relative;
	height: 500px;
}

header {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

header .header {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	z-index: 999;
}

.logo {
	width: 30%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

nav {
	width: 70%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

nav ul {
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
	margin: 0;
	padding: 10px 0;
}

nav ul li {
	display: inline-block;
	list-style: none;
	padding: 5px 12px;
	text-align: left;
}

nav ul li a {
	font-family: Quicksand, sans-serif;
	font-size: 18px;
	font-weight: 400;
	float: right;
	text-align: left;
	color: #fff;
}

.fancy-button {
	display: inline-block;
	margin: 20px;
	font-family: Quicksand, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .07em;
	text-transform: uppercase;
	line-height: 24px;
	color: #fff;
	position: relative;
	margin: 0 auto;
	transition: .2s;
	transform-origin: 50% 60%;
}

.fancy-button span {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 50em;
	position: relative;
	z-index: 2;
	will-change: transform, filter;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all .3s ease-out;
}

.bg-gradient1 span,
.bg-gradient1::before {
	border: 1px solid #fff;
}

.fancy-button i {
	margin-top: -2px;
	font-size: 1.265em;
	vertical-align: middle;
	transition: .2s;
	transform-origin: 50% 60%;
}

.header.navbar-fixed {
	background: rgba(0, 0, 0, 1);
}

#slides {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

#slides li {
	list-style: none;
	position: relative;
}

#slides li .banner-desc {
	position: absolute;
	width: 40%;
	top: 20%;
	right: 0;
	padding: 20px;
	z-index: +9999;
}

#slides li .banner-desc span.h1 {
	font-family: Quicksand, sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}

#slides li .banner-desc span.h1 span {
	font-family: Quicksand, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: #005EB8;
	text-align: center;
}

ul.slidesjs-pagination {
	position: absolute;
	z-index: +999;
	bottom: 5%;
	left: 45%;
	clear: both;
	width: 115px;
	margin: 25px auto 0;
	padding: 0;
}

ul.slidesjs-pagination li.slidesjs-pagination-item {
	list-style: none;
	float: left;
	margin: 0 2px;
}

ul.slidesjs-pagination li.slidesjs-pagination-item a {
	display: none;
	width: 20px;
	height: 20px;
	text-indent: -10000px;
}

ul.slidesjs-pagination li.slidesjs-pagination-item a.active {
	background-position: 0 20px;
}

a.slidesjs-next {
	background-repeat: no-repeat;
	display: none;
	width: 49px;
	height: 67px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
	position: absolute;
	top: 50%;
	right: 5%;
	display: none;
	border-radius: 5px;
	z-index: +9999;
}

a.slidesjs-previous {
	position: absolute;
	background-repeat: no-repeat;
	display: none;
	width: 49px;
	height: 67px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
	top: 50%;
	left: 5%;
	border-radius: 5px;
	z-index: ++999999;
}

.head-section {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: +1;
}

.contact-us-background {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/contact-us-background.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.form-outer {
	background: #000000b8;
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: +999999;
}

.form-outer .getqoute,
.form-outer h1 {
	font-family: Quicksand, sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	display: block;
	text-shadow: 2px 2px 2px #000;
}

.form {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 15px 15px;
	box-sizing: border-box;
}

.form form {
	width: 95%;
	height: auto;
	float: left;
	margin: 0 2.5%;
	padding: 0 0;
}

.form-col {
	width: 31%;
	height: auto;
	float: left;
	margin: 0 1% 5px 1%;
}

.form-cols {
	width: 48%;
	height: auto;
	float: left;
	margin: 0 1%;
}

input.inpt {
	width: 90%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	background: #fff;
	border: none;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #222;
	outline: 0;
}

select.inpt {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	background: #fff;
	border: none;
	border-radius: 3px;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #222;
	outline: 0;
}

textarea.inpt {
	width: 90%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 5%;
	height: 40px;
	background: #fff;
	border: none;
	border-radius: 3px;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #222;
	outline: 0;
}

#msform input::-webkit-input-placeholder,
#msform input::placeholder {
	color: #222;
	font-size: 14px;
}

#msform input::-ms-placeholder {
	color: #222;
	font-size: 14px;
}

#msform .inputlbl {
	font-size: 15px;
}

input[type=text].inpt::-webkit-input-placeholder,
input[type=text].inpt::placeholder {
	color: #222;
	font-size: 14px;
}

input[type=text].inpt::-ms-placeholder {
	color: #222;
	font-size: 14px;
}

.form form .row {
	width: 98%;
	height: auto;
	float: left;
	margin: 10px 1%;
	padding: 0;
}

.forms form .row {
	width: 98%;
	height: auto;
	float: left;
	margin: 10px 1%;
	padding: 0;
}

.tablinks1 {
	width: 150px;
	height: 40px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
	background: #fff;
	border: none;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 38px;
	color: #222;
	outline: 0;
}

.tablinks1.active:nth-child(1) {
	margin: 0 5px 0 0;
}

.tablinks1:nth-child(1) {
	margin: 0 5px 0 0;
}

.tablinks1.active {
	width: 150px;
	height: 40px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
	background: #005EB8;
	border: none;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 38px;
	color: #fff;
	outline: 0;
}

#buttons {
	width: 150px;
	height: 40px;
	float: right;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
	background: #005EB8;
	border-radius: 3px;
	border: none;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	outline: 0;
}

.mybtn {
	width: 150px;
	height: 40px;
	float: right;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
	background: #005EB8;
	border: none;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	outline: 0;
}

.banner-row {
	width: 98%;
	height: auto;
	float: left;
	margin: 10px 1%;
	padding: 0;
}

.banner-rows {
	width: 98%;
	height: auto;
	float: left;
	margin: 10px 1% 40px 1%;
}

.banner-row .col-2 {
	width: 19.45%;
	height: auto;
	float: left;
	margin: 0 .2%;
	padding: 0;
	background: rgba(255, 255, 255, .3);
	border-right: 1px solid #414141;
}

.banner-row .col-2:hover {
	width: 19.45%;
	height: auto;
	float: left;
	margin: 0 .2%;
	padding: 0;
	background: rgba(251, 176, 44, 1);
	border-right: 1px solid #414141;
}

.banner-row .col-2.selected {
	width: 19.45%;
	height: auto;
	float: left;
	margin: 0 .2%;
	padding: 0;
	background: rgba(251, 176, 44, 1);
	border-right: 1px solid #414141;
}

.banner-row .col-2:hover img.icon {
	display: none;
}

.banner-row .col-2.selected img.icon {
	display: none;
}

.banner-row .col-2.selected img.icons {
	display: block;
}

.banner-row .col-2:hover img.icons {
	display: block;
}

.banner-row .col-2:hover h3 {
	color: #fff;
}

.banner-row .col-2.selected h3 {
	color: #fff;
}

.banner-row .col-2 h3 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 0 0 10px 0;
	color: #005EB8;
	text-align: center;
}

.banner-rows .col-2 {
	width: 19.45%;
	height: auto;
	float: left;
	margin: 0 .2%;
	padding: 0;
	background: rgba(0, 0, 0, .8);
}

.banner-rows .col-2:hover {
	width: 19.45%;
	height: auto;
	float: left;
	margin: 0 .2%;
	padding: 0;
	background: rgba(251, 176, 44, 1);
}

span.col-1 {
	width: 60%;
	height: auto;
	float: left !important;
	padding: 0 2.5% !important;
}

span.col-2 {
	width: 35%;
	height: auto;
	float: left !important;
	padding: 0 0 !important;
}

.banner-rows .col-2.selected {
	width: 19.45%;
	height: auto;
	float: left;
	margin: 0 .2%;
	padding: 0;
	background: rgba(251, 176, 44, 1);
}

.banner-rows .col-2:hover img.icon {
	display: none;
}

.banner-rows .col-2:hover img.icons {
	display: block;
}

.banner-rows .col-2:hover h3 {
	color: #fff;
}

.banner-rows .col-2.selected img.icon {
	display: none;
}

.banner-rows .col-2.selected img.icons {
	display: block;
}

.banner-rows .col-2.selected h3 {
	color: #fff;
}

.banner-rows .col-2 h3 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 0 0 10px 0;
	color: #005EB8;
	text-align: center;
}

img.icon {
	width: 30%;
	height: auto;
	float: left;
	margin: 10px 35% 0 35%;
}

img.icons {
	display: none;
	width: 30%;
	height: auto;
	float: left;
	margin: 10px 35% 0 35%;
}

.rows {
	width: 100%;
	height: auto;
	float: left;
	padding: 15px 0;
}

.testimonials {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px 0 90px 0;
}

.testimonials h1 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #222;
	padding: 15px 0 0 0;
}

.rows h1 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #222;
	padding: 75px 0 0 0;
}

.area-description h1,
.area-description h2,
.area-description h3,
.area-description h4,
.area-description h5,
.area-description h6,
.rows .area-description h1,
.rows .area-description h2,
.rows .area-description h3,
.rows .area-description h4,
.rows .area-description h5,
.rows .area-description h6 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #222;
	padding: 18px 0 10px 15px;
}

.area-description h1 a,
.area-description h2 a,
.area-description h3 a,
.area-description h4 a,
.area-description h5 a,
.area-description h6 a,
.rows .area-description h1 a,
.rows .area-description h2 a,
.rows .area-description h3 a,
.rows .area-description h4 a,
.rows .area-description h5 a,
.rows .area-description h6 a {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #222;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.area-description h1,
	.area-description h2,
	.area-description h3,
	.area-description h4,
	.area-description h5,
	.area-description h6,
	.rows .area-description h1,
	.rows .area-description h2,
	.rows .area-description h3,
	.rows .area-description h4,
	.rows .area-description h5,
	.rows .area-description h6 {
		padding: 18px 0 15px 0;
	}
}

.rows.text-decore a h5,
.rows.text-decore h5 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #222;
	padding: 75px 0 0 0;
}

.rows2 {
	width: 100%;
	height: auto;
	float: left;
	padding: 15px 0 50px 0;
}

.article14 {
	width: 48%;
	height: auto;
	float: left;
	padding: 0 2%;
}

.article15 {
	width: 48%;
	height: auto;
	float: left;
	padding: 15px 0;
}

.nav-menu {
	width: 30%;
	height: auto;
	float: left;
}

.nav-menu h6 {
	font-family: Quicksand, sans-serif;
	width: 80%;
	font-weight: 500;
	font-size: 31px;
	padding-bottom: 15px;
	color: #000;
}

.hr1 {
	float: left;
	position: relative;
	border: 2px solid #005EB8;
	width: 40%;
}

#accordian {
	background: #fff;
	width: 120%;
	margin: 30px 0 0 0;
	color: #fff;
}

#accordian ul li h3 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

#accordian h3 {
	font-size: 12px;
	line-height: 33px;
	padding: 8px 20px;
	cursor: pointer;
	background: #005EB8;
	border-bottom: 1px solid #615e5ebd;
}

#accordian img {
	width: 15px;
	height: auto;
	float: left;
	padding-top: 7px;
}

#accordian h3:hover {
	color: #000;
}

#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}

#accordian li {
	list-style-type: none;
}

#accordian ul ul li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	display: block;
	padding: 8px 40px;
	transition: all .1s;
}

#accordian ul ul li a:hover {
	background: #fff;
	border-left: 6px solid #000;
}

#accordian ul ul {
	display: none;
}

#accordian li.active ul {
	display: block;
}

.content1 {
	width: 100%;
	height: auto;
	float: left;
}

.top1 {
	position: relative;
	top: 60px;
}

.rows3 {
	width: 38%;
	height: auto;
	float: left;
	padding: 15px 0 30px 20px;
}

.rows4 {
	width: 60%;
	height: auto;
	float: left;
	padding: 15px 0 50px 0;
}

.rows4 p {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #777;
	padding: 55px 0 20px 0;
	line-height: 28px;
}

.content1 h2 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #222;
	padding: 15px 0 20px 0;
	display: block;
}

.content1 img {
	width: 260px;
	height: 120px;
	float: left;
	padding: 0 100px 10px 30px;
}

.rows2 h1 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #222;
	padding: 15px 0 0 0;
}

.imagegallery1 {
	width: 100%;
	height: auto;
	float: left;
	background: #ccc;
	margin-top: 10px;
}

.imagegallery1 img {
	width: 240px;
	height: 150px;
	float: left;
	padding: 15px 13px 0 13px;
}

.article12 {
	width: 58%;
	height: auto;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.img1 {
	width: 38%;
	height: auto;
	float: left;
	padding-left: 15px;
	padding-right: 25px;
	margin-bottom: 10px;
}

.img1 img {
	padding-top: 10px;
}

.article13 {
	width: 40%;
	height: auto;
	float: left;
	background: #000;
	text-align: center;
}

.article20 {
	width: 65%;
	height: auto;
	float: left;
	text-align: center;
}

.article13 h3 {
	font-size: 14px;
	line-height: 15px;
}

.article13 h3:hover {
	color: #fff;
}

.article13 img {
	width: 180px;
	height: 100px;
	float: left;
	margin-bottom: 15px;
}

.bottom1 {
	padding-bottom: 0;
}

p {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #777;
	padding: 10px 0;
}

div.tab {
	width: 100%;
	height: auto;
	float: left;
}

div.tab a {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background-color: inherit;
	float: left;
	border: none;
	outline: 0;
	cursor: pointer;
	padding: 14px 1%;
	transition: .3s;
	font-size: 17px;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}



div.tab a span.img,
div.tab label span.img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	z-index: +999999999;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
	left: 50%;
	transform: translate(-50%);
}

div.tab a span.img:hover,
div.tab label span.img:hover {
	background: #005EB8;
}

div.tab a.tablinks.active span.img,
div.tab label.tablinks.active span.img {
	background: #005EB8;
}

div.tab a span.img:hover img.img-color,
div.tab label span.img:hover img.img-color {
	opacity: 0;
	position: absolute;
}

div.tab a.tablinks.active span.img img.img-color,
div.tab label.tablinks.active span.img img.img-color {
	opacity: 0;
	position: absolute;
}

div.tab a span.img:hover img.img-white,
div.tab label span.img:hover img.img-white {
	opacity: 1;
	transform: translate(0, -50%);
	-webkit-animation: slide-back 650ms forwards;
	-moz-animation: slide-back 650ms forwards;
	-o-animation: slide-back 650ms forwards;
	-ms-animation: slide-back 650ms forwards;
	animation: slide-back 650ms forwards;
}

div.tab a.tablinks.active span.img img.img-white,
div.tab label.tablinks.active span.img img.img-white {
	opacity: 1;
	transform: translate(0, -50%);
	-webkit-animation: slide-back 650ms forwards;
	-moz-animation: slide-back 650ms forwards;
	-o-animation: slide-back 650ms forwards;
	-ms-animation: slide-back 650ms forwards;
	animation: slide-back 650ms forwards;
}

div.tab a span.caption,
div.tab label span.caption {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	clear: both;
	position: relative;
	padding-top: 102px;
	padding-left: 0;
	font-family: Quicksand, sans-serif;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #3a3a3a;
}

div.tab a span.img img.img-color,
div.tab label span.img img.img-color {
	width: 90%;
	height: auto;
	float: left;
	margin: 0 5%;
	top: 50%;
	transform: translate(0, -50%);
	position: relative;
}

div.tab a span.img img.img-white,
div.tab label span.img img.img-white {
	width: 90%;
	height: auto;
	float: left;
	margin: 0 5%;
	transform: translate(-100%, -50%);
	top: 50%;
	opacity: 0;
	position: absolute;
	transition: all .5s linear;
	-webkit-animation: slide-front 5s forwards;
	-moz-animation: slide-front 5s forwards;
	-o-animation: slide-front 5s forwards;
	-ms-animation: slide-front 5s forwards;
	animation: slide-front 5s forwards;
}

.tabcontent {
	width: 100%;
	height: auto;
	float: left;
	display: none;
	padding: 15px 0 55px 0;
	background: #eaeaea;
	border-top: 1px solid #d2d0d0;
}

.col-2 {
	width: 20%;
	height: auto;
	float: left;
}

.heading {
	font-size: 22px;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	color: #424242;
	padding: 0;
	text-align: left;
	margin: 10px 0;
}

span.heading {
	width: 95%;
	height: auto;
	float: left;
	margin: 22px 2.5% 0 2.5%;
	padding: 10px 0 !important;
	background: #ccc;
	color: #fff;
	border-radius: 3px;
	text-align: center;
}

span.headings {
	width: 100%;
	height: 40px;
	float: left;
	line-height: 40px;
	margin: 0;
	padding: 0 0 !important;
	background: #fff;
	color: #000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.multi-form {
	width: 4%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.multi-form1 {
	width: calc(100% - 25px);
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.col-5 {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	transition: all .5s linear;
}

.col-5 {
	width: 50%;
	height: auto;
	float: left;
	text-align: left;
	position: relative;
	transition: all .5s linear;
	margin-top: 0 !important;
}

.why-us {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 0 50px 0;
	background: url(../images/why-us.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.bannerform .col-4 {
	padding: 10px 10px 0 10px;
}

.bannerform .col-8 {
	padding: 10px 10px 0 10px;
}

.col-4 {
	width: 33.3333333333%;
	height: auto;
	float: left;
	margin: 0;
	box-sizing: border-box;
	text-align: left;
}

.col-8 {
	width: 66.6666666666%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

.row {
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0;
	padding: 20px 0;
	clear: both;
}

.col-12s1 {
	width: 99%;
	height: auto;
	float: left;
	margin: 0 0 0 1%;
	padding: 0 0;
}

.row1 {
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0;
	padding: 0 0;
	clear: both;
}

img.icon-img {
	width: 70%;
	height: auto;
	float: left;
	margin: 0 15%;
}

.scool-promo {
	width: 100%;
	float: left;
	margin: 0;
	background: url(../images/school-promo.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 200px;
}

.scool-promo h1 {
	font-family: Quicksand, sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
	text-align: center;
	height: 200px;
	display: flex;
	align-items: center;
}

.scool-promo h6 {
	font-family: Quicksand, sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
	text-align: center;
	height: 200px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 560px) {
	.scool-promo h6 {
		font-size: 30px;
		line-height: initial;
	}
}

.scool-promo h1 span {
	color: #005EB8;
}

span img.time {
	width: 20px;
	height: auto;
}

span img.times {
	width: 16px;
	height: auto;
}

.tabcontent h3 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #777;
	padding: 25px 0 0 0;
}

.col-4 h3 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 21px;
	color: #777;
	padding: 25px 0 0 0;
}

.tabcontent p {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #777;
	padding: 25px 0 0 0;
	text-align: justify;
}

a.details {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	float: left;
	font-size: 18px;
	line-height: 26px;
	background: #005EB8;
	color: #fff;
	padding: 8px 35px;
	margin: 25px 0;
	position: relative;
	top: 0;
	clear: both;
}

.col-8 h4 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 78px;
	color: #3a3a3a;
}

.col-8 h6 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #3a3a3a;
}

img.aside-whuyus {
	width: 90%;
	height: auto;
	float: left;
	position: relative;
	bottom: 0;
	margin: 290px 0 0 10%;
}

img.news {
	width: 90%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

img.events {
	width: 90%;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}

.col-8 h3,
.eventrow .col-8 h3 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #222;
	padding: 5px 0 0 0;
}

.Sign-up {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	background: url(../images/signup.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.Sign-up h1 {
	font-family: Quicksand, sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
	text-align: center;
	margin: 80px 0 0 0;
}

.Sign-up h1 span {
	color: #005EB8;
}

.Sign-up form {
	width: 60%;
	height: auto;
	float: left;
	margin: 30px 20% 80px 20%;
}

input.subscribe {
	width: 78%;
	height: 55px;
	float: left;
	background: #fff;
	margin: 0;
	border: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	outline: 0;
	padding-left: 2%;
}

span.submit {
	width: 20%;
	height: 55px;
	float: left;
	background: #005EB8;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

span.submit img {
	width: 60px;
	height: auto;
	float: left;
	margin: 7px 30%;
}

.map {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	background: url(../images/map.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 0 0 60px 0;
}

.pop {
	width: 90%;
	height: auto;
	float: left;
	margin: 10px 5%;
	box-shadow: 1px 1px 1px 1px rgba(204, 204, 204, .8);
}

.area-img {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	background: #fff;
}

.area-img img {
	width: 22%;
	height: 70px;
	float: right;
	object-fit: cover;
}

.area-img span {
	overflow: hidden;
	height: 70px;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	padding: 0 0 0 15px;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding-right: 5px;
	line-height: initial;
	color: #222;
}

img.pop-vehc {
	width: 90%;
	height: auto;
	float: left;
	margin: 10px 10% 10px 0;
}

img.pop-vehc:nth-child(2) {
	margin: 10px 5%;
}

img.pop-vehc:nth-child(3) {
	margin: 10px 0 10px 10%;
}

img.testi {
	width: 40% !important;
	height: auto !important;
	float: left !important;
	margin: 10px 30% 10px 30% !important;
}

.center {
	text-align: center !important;
}

footer {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	background: url(../images/footer.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

p.testimonail {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
}

h3.testimonail {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 26px;
	line-height: 36px;
}

span.testimonail {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 26px;
	line-height: 36px;
}

footer .footer {
	width: 100%;
	height: auto;
	float: left;
}

footer h1 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #fff;
	padding: 60px 0 0 0;
}

footer h6 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #fff;
	padding: 60px 0 0 0;
}

ul.footer-nav {
	width: 50%;
	height: auto;
	float: left;
	margIn: 30px 0;
}

ul.footer-nav li {
	list-style: none;
	text-decoration: none;
	padding: 5px 0;
}

ul.footer-nav li a {
	list-style: none;
	text-decoration: none;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.copyright {
	width: 100%;
	height: auto;
	float: left;
	background: #005EB8;
}

.copyright p {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(34, 34, 34, .4);
}

.copyright p a {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	padding: 7px 0;
	text-align: center;
}

ul.social-nav {
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0;
}

ul.social-nav li {
	width: 15%;
	height: auto;
	float: left;
	display: inline;
}

ul.social-nav li a img {
	width: 45px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

ul.contact {
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0;
}

ul.contact li {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 0;
	list-style: none;
}

ul.contact li img {
	width: 9%;
	height: auto;
	float: left;
	padding: 0;
}

ul.contact li span {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	padding: 10px 0;
}

.tabcontent img#tab-img {
	position: absolute;
	left: -100%;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}

.tabcontent.active img#tab-img {
	position: absolute;
	left: 0;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
}

.object {
	position: relative;
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
}

.justify {
	text-align: justify !important;
}

.tabcontents {
	display: none;
}

#breadcrumb {
	list-style: none;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 100%;
}

#breadcrumb li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 5px 85px;
	background: rgba(58, 58, 58, .8);
	position: relative;
	display: block;
	float: left;
	font-size: 14px;
	margin-bottom: 2px;
}

#breadcrumb li a:first-child {
	padding: 5px 0 5px 50px;
}

#breadcrumb li a::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 30px solid rgba(58, 58, 58, .8);
	position: absolute;
	top: 50px;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

#breadcrumb li a::before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	border-left: 32px solid rgba(255, 255, 255, 1);
	position: absolute;
	top: 48px;
	margin-top: -50px;
	left: 100%;
	z-index: 1;
}

.banners {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.banners img {
	width: 100%;
	height: auto;
	float: left;
}

.r-tabs {
	width: 100%;
	height: auto;
	float: left;
	border-left: 1px solid #eaeaea !important;
	border-right: 1px solid #eaeaea !important;
	border-top: 1px solid #eaeaea !important;
	border-bottom: 10px solid #eaeaea !important;
	box-sizing: border-box;
	position: relative;
	border-radius: 4px;
	margin: 60px 0 0 0;
}

.col-9 {
	width: 80%;
	height: auto;
	float: left;
}

.logo img {
	width: 300px;
	height: auto;
	float: left;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
	width: 33%;
	height: auto;
	box-sizing: border-box;
	float: left;
	position: relative;
	background-color: #eaeaea;
	border-bottom: 1px solid rgba(161, 161, 161, .1);
	border-left: 1px solid rgba(161, 161, 161, .1);
	border-right: 1px solid rgba(161, 161, 161, .1);
	margin: 0 .1%;
	color: #222;
	padding: 0 0;
	text-align: center;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #3a3a3a;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: .5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #fff;
	text-shadow: none;
	background-color: #005EB8;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border: none;
}

.r-tabs-tab.r-tabs-state-active {
	background-color: #005EB8 !important;
	box-shadow: 1px 1px 1px #ccc;
	border: none !important;
}

.r-tabs .r-tabs-panel {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 4px solid #fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #00c5ad;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, .4);
	font-size: 14px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00c5ad;
	text-shadow: none;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: .5;
}

button {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, .3);
	vertical-align: middle;
	font-weight: 700;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	cursor: pointer;
}

fieldset h2 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #424242;
	padding: 10px 0;
	text-align: left;
	margin-bottom: 15px;
}

#msform {
	width: 400px;
	margin: 50px auto;
	text-align: center;
	position: relative;
}

#msform {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
	float: left;
}

#msform fieldset {
	background: #fff;
	border: 0 none;
	border-radius: 3px;
	top: 0;
	padding: 0 30px;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	min-inline-size: auto;
}

#msform fieldset span {
	font-size: 18px;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	color: #424242;
	float: right;
	user-select: none;
	padding-bottom: 20px;
	padding-left: 15px;
}

#msform fieldset p.words span {
	font-size: 18px;
	float: none;
}

fieldset#section2 p {
	width: 85%;
	padding: 10px;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	color: #3e3e3e;
	font-size: 18px;
	float: left;
}

fieldset li {
	width: 100%;
	height: auto;
	clear: both;
	margin: 10px 0;
	list-style: none;
}

fieldset#section3 p {
	padding: 10px;
	clear: both;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	color: #3e3e3e;
	font-size: 18px;
}

fieldset#section4 p {
	padding: 10px;
	clear: both;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	color: #3e3e3e;
	font-size: 18px;
}

#msform fieldset:not(:first-of-type) {
	display: none;
}

p.words {
	float: right;
}

.fs-title {
	text-transform: uppercase;
	color: #2c3e50;
	margin-bottom: 10px;
	font-size: 28px;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	color: #3e3e3e;
}

.fs-subtitle {
	font-size: 22px;
	margin-bottom: 20px;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	color: #000;
}

#progressbar {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}

#progressbar li {
	list-style-type: none;
	color: #303030;
	font-size: 14px;
	width: 25%;
	float: left;
	position: relative;
	font-size: 18px;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	color: #222;
}

#progressbar li.active {
	list-style-type: none;
	color: #303030;
	font-size: 14px;
	width: 25%;
	float: left;
	position: relative;
	font-size: 18px;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	color: #005EB8;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 18px;
	color: #222;
	background: #eaeaea;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #eaeaea;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}

#progressbar li:first-child:after {
	content: none;
}

#progressbar li.active:after,
#progressbar li.active:before {
	background: #005EB8;
	color: #fff;
}

.col-12 {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 10px 0;
}

.col-12s {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 0;
}

input.checkbox {
	width: auto !important;
	float: left;
	margin: 12px 12px;
}

p.terms {
	width: 95%;
	height: auto;
	float: left;
	text-align: left;
}

p.form-caption {
	text-align: left;
	padding: 5px 10px;
}

.next.action-button {
	float: right;
}

.previous.action-button {
	float: left;
}

#msform input.topic {
	width: 7%;
	height: Auto;
	float: right;
}

#msform input,
#msform select,
#msform textarea {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 15px;
	width: 98%;
	box-sizing: border-box;
	color: #424242;
	font-size: 14px;
	outline: 0;
}

#msform select {
	background: #fff;
}

.action-button {
	width: 48% !important;
	background: #005EB8;
	color: #fff !important;
	border: none !important;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
	float: right;
	color: #fff;
}

p.form-caption {
	position: absolute;
	top: -40px;
	text-align: left;
	padding: 5px 0;
	opacity: 0;
	color: #005EB8;
	font-size: 16px;
}

.is-filled {
	position: relative;
}

.col-5 {
	margin: 10px 0;
}

.is-filled p.form-caption {
	opacity: 1;
}

#msform input:focus ~ p.form-caption {
	opacity: 1;
}

#msform textarea:focus ~ p.form-caption {
	opacity: 1;
}

#msform select:focus ~ p.form-caption {
	opacity: 1;
}

.tabcontents {
	width: 100%;
	height: auto;
	float: left;
	display: none;
	padding: 0;
}

.banners {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.form-outers {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	background: rgba(255, 255, 255, .4);
	position: relative;
}

.forms {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 5px 15px;
	background: rgba(0, 0, 0, .6);
}

.dynamic-badge {
	position: relative;
	right: 15px;
	float: right;
}

.dynamic-badge img {
	width: 22px;
}

.dynamic-badge[data-badge]:after {
	content: attr(data-badge);
	position: absolute;
	font-size: 11px;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	line-height: 23px;
	background: #005EB8;
	color: #fff;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}

span.fleet {
	float: left;
	background: #fff;
	padding: 5px 5%;
	width: 100%;
	box-sizing: border-box;
}

.fleet h3 {
	padding: 10px 0;
	margin: 0;
}

span.fleets {
	width: 90%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	margin: 0 5%;
	padding: 15px 0;
}

.fleets div {
	padding: 15px;
	clear: both;
	text-align: justify;
	background: #f2f2f2;
}

.fleets div span {
	display: flex;
	justify-content: center;
}

.item {
	margin: 40px 0 0 15px;
}

span.pop-vech1 {
	width: 90%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	margin: 0 5%;
	padding: 0 0;
}

img.fleet {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 0;
}

img.fleets {
	width: 100%;
	height: auto;
	float: left;
	margin: 25px 0 0 0;
	clear: both;
	padding: 0;
}

.pop-vech1 span.h3 {
	width: 100%;
	height: auto;
	float: left;
	background: #005EB8;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
}

.item .col-4 {
	margin: 0 33.33%;
	clear: both;
}

.item .col-8 {
	margin: 0 16.665%;
	clear: both;
	text-align: center;
}

span.button {
	width: 100%;
	height: auto;
	float: left;
	margin: 30px 0;
	clear: both;
}

.error {
	border: 1px solid red !important;
}

.error1 {
	border: 2px solid red !important;
}

a.detail {
	width: 110px;
	height: 40px;
	float: left;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	background: #005EB8;
	text-align: center;
	color: #fff;
	margin: 15px 0;
	border-radius: 3px;
}

a.quote {
	width: 110px;
	height: 40px;
	float: right;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	background: #005EB8;
	text-align: center;
	color: #fff;
	margin: 15px 0;
	border-radius: 3px;
}

ul.gallery li {
	list-style: none;
}

nav#menu {
	display: none !important;
}

.slicknav_menu {
	display: none !important;
}

.mh-head.Sticky {
	display: none !important;
}

.mobfriendly {
	width: 100%;
	height: auto;
	float: left;
	background: #0ff;
}

.one {
	width: 90%;
	height: auto;
	float: left;
	background: #fff;
	padding: 2%;
	margin-left: 3%;
}

.one h6 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #222;
	padding: 10px 0 0 0;
}

.one img {
	width: 80%;
	height: auto;
	display: block;
	margin: 2% 5% 2% 5%;
}

.banner-holder {
	position: relative;
}

@media only screen and (min-width: 7249px) and (max-width: 9800px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
		overflow: inherit;
	}

	header .header {
		width: 100%;
		height: 250px;
		float: left;
	}

	.logo img {
		width: 950px;
		height: auto;
		float: left;
	}

	nav ul li {
		padding: 35px 90px;
	}

	nav ul li a {
		font-size: 70px;
	}

	nav ul {
		padding: 65px;
	}

	#slides li .banner-desc h1 {
		font-size: 155px;
		line-height: 165px;
	}

	#slides li .banner-desc h1 span {
		font-size: 155px;
		line-height: 165px;
	}

	.form-outer .getqoute,
	.form-outer h1 {
		font-size: 125px;
		line-height: 165px;
	}

	.tablinks1 {
		width: 450px;
		height: 130px;
		font-size: 80px;
		line-height: 112px;
		padding: 10px 0;
	}

	.tablinks1.active {
		width: 450px;
		height: 130px;
		font-size: 80px;
		line-height: 112px;
		padding: 10px 0;
		margin: 20px 5px;
	}

	select.inpt {
		height: 130px;
		font-size: 80px;
		padding: 10px 0;
		margin: 10px 0 20px 0;
	}

	input.inpt {
		height: 130px;
		font-size: 80px;
		padding: 10px 5%;
		margin: 10px 0 20px 0;
	}

	textarea.inpt {
		height: 130px;
		font-size: 80px;
		margin: 10px 0 20px 0;
	}

	.mybtn {
		width: 400px;
		height: 140px;
		padding: 10px 0;
		font-size: 80px;
		line-height: 70px;
		margin: 10px 0 20px 0;
	}

	.banner-row .col-2 {
		margin: 10px 0 20px 0;
	}

	.banner-row .col-2 h3 {
		font-size: 82px;
		line-height: 102px;
		padding: 20px 0 40px 0;
	}

	#buttons {
		width: 400px;
		height: 100px;
		padding: 10px 0;
		font-size: 60px;
		line-height: 70px;
	}

	img.icon {
		margin: 30px 35% 10px 35%;
	}

	img.icons {
		margin: 30px 35% 10px 35%;
	}

	.rows h1 {
		font-size: 135px;
		line-height: 155px;
		padding: 255px 0 50px 0;
	}

	p {
		font-size: 80px;
		line-height: 100px;
		padding: 30px 0 60px 0;
	}

	div.tab a span.caption {
		font-size: 80px;
		line-height: 106px;
		padding-top: 370px;
		padding-left: 10px;
	}

	div.tab a span.img {
		width: 340px;
		height: 340px;
	}

	.tabcontent h3 {
		font-size: 125px;
		line-height: 135px;
		padding: 40px 0 100px 0;
	}

	.tabcontent {
		padding: 155px 0 505px 0;
		margin: 160px 0 0 0;
	}

	.tabcontent p {
		font-size: 70px;
		line-height: 100px;
	}

	a.details {
		font-size: 60px;
		line-height: 80px;
		padding: 40px 120px;
		top: 125px;
	}

	img.icon-img {
		width: 60%;
		height: auto;
		float: left;
		margin: 60px 20%;
	}

	.col-8 h4 {
		font-size: 100px;
		line-height: 120px;
		padding: 155px 0;
	}

	.scool-promo h1 {
		font-size: 145px;
		line-height: 195px;
		margin: 290px 0;
	}

	.col-8 h3 {
		font-size: 90px;
		line-height: 100px;
	}

	.rows2 h1 {
		font-size: 125px;
		line-height: 135px;
		padding: 35px 0;
	}

	.row {
		margin: 90px 0;
	}

	.pop {
		margin: 40px 5%;
	}

	span img.time {
		width: 70px;
		height: auto;
	}

	span img.times {
		width: 60px;
		height: auto;
	}

	.col-4 h3 {
		font-size: 90px;
		line-height: 100px;
		padding: 155px 0 0 0;
	}

	.area-img span {
		font-size: 90px;
		line-height: 270px;
	}

	.testimonials h1 {
		font-size: 125px;
		line-height: 135px;
		margin: 100px 0 105px 0;
	}

	.testimonials {
		padding: 90px 0 200px 0;
	}

	footer h1 {
		font-size: 100px;
		line-height: 120px;
	}

	ul.footer-nav li a {
		font-size: 60px;
		line-height: 80px;
	}

	ul.footer-nav li {
		padding: 30px 0;
	}

	ul.social-nav li a img {
		width: 155px;
		height: auto;
		float: left;
	}

	ul.contact li span {
		font-size: 60px;
		line-height: 70px;
		padding: 20px 0;
	}

	.copyright p {
		font-size: 60px;
		line-height: 80px;
		padding: 35px 0;
	}

	.copyright p a {
		font-size: 60px;
		line-height: 80px;
		padding: 35px 0;
	}

	.Sign-up h1 {
		font-size: 145px;
		line-height: 175px;
		margin: 320px 0 0 0;
	}

	input.subscribe {
		width: 78%;
		height: 205px;
		float: left;
		font-size: 80px;
		line-height: 100px;
	}

	span.submit {
		width: 20%;
		height: 205px;
	}

	span.submit img {
		width: 220px;
		height: auto;
		margin: 30px 30%;
	}

	.map {
		padding: 140px 0 390px 0;
	}

	.Sign-up form {
		margin: 250px 20% 380px 20%;
	}
}

@media only screen and (min-width: 5119px) and (max-width: 7250px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
		overflow: inherit;
	}

	header .header {
		width: 100%;
		height: 250px;
		float: left;
	}

	.logo img {
		width: 950px;
		height: auto;
		float: left;
	}

	nav ul li {
		padding: 35px 90px;
	}

	nav ul li a {
		font-size: 70px;
	}

	nav ul {
		padding: 65px;
	}

	#slides li .banner-desc h1 {
		font-size: 155px;
		line-height: 165px;
	}

	#slides li .banner-desc h1 span {
		font-size: 155px;
		line-height: 165px;
	}

	.form-outer .getqoute,
	.form-outer h1 {
		font-size: 125px;
		line-height: 165px;
	}

	.tablinks1 {
		width: 450px;
		height: 130px;
		font-size: 80px;
		line-height: 112px;
		padding: 10px 0;
	}

	.tablinks1.active {
		width: 450px;
		height: 130px;
		font-size: 80px;
		line-height: 112px;
		padding: 10px 0;
		margin: 20px 5px;
	}

	select.inpt {
		height: 130px;
		font-size: 80px;
		padding: 10px 0;
		margin: 10px 0 20px 0;
	}

	input.inpt {
		height: 130px;
		font-size: 80px;
		padding: 10px 5%;
		margin: 10px 0 20px 0;
	}

	textarea.inpt {
		height: 130px;
		font-size: 80px;
		margin: 10px 0 20px 0;
	}

	.mybtn {
		width: 400px;
		height: 140px;
		padding: 10px 0;
		font-size: 80px;
		line-height: 70px;
		margin: 10px 0 20px 0;
	}

	.banner-row .col-2 {
		margin: 10px 0 20px 0;
	}

	.banner-row .col-2 h3 {
		font-size: 82px;
		line-height: 102px;
		padding: 20px 0 40px 0;
	}

	#buttons {
		width: 400px;
		height: 100px;
		padding: 10px 0;
		font-size: 60px;
		line-height: 70px;
	}

	img.icon {
		margin: 30px 35% 10px 35%;
	}

	img.icons {
		margin: 30px 35% 10px 35%;
	}

	.rows h1 {
		font-size: 135px;
		line-height: 155px;
		padding: 255px 0 50px 0;
	}

	p {
		font-size: 80px;
		line-height: 100px;
		padding: 30px 0 60px 0;
	}

	div.tab a span.caption {
		font-size: 80px;
		line-height: 106px;
		padding-top: 370px;
		padding-left: 10px;
	}

	div.tab a span.img {
		width: 340px;
		height: 340px;
	}

	.tabcontent h3 {
		font-size: 125px;
		line-height: 135px;
		padding: 40px 0 100px 0;
	}

	.tabcontent {
		padding: 155px 0 505px 0;
		margin: 160px 0 0 0;
	}

	.tabcontent p {
		font-size: 70px;
		line-height: 100px;
	}

	a.details {
		font-size: 60px;
		line-height: 80px;
		padding: 40px 120px;
		top: 125px;
	}

	img.icon-img {
		width: 60%;
		height: auto;
		float: left;
		margin: 60px 20%;
	}

	.col-8 h4 {
		font-size: 100px;
		line-height: 120px;
		padding: 155px 0;
	}

	.scool-promo h1 {
		font-size: 145px;
		line-height: 195px;
		margin: 290px 0;
	}

	.col-8 h3 {
		font-size: 90px;
		line-height: 100px;
	}

	.rows2 h1 {
		font-size: 125px;
		line-height: 135px;
		padding: 35px 0;
	}

	.row {
		margin: 90px 0;
	}

	.pop {
		margin: 40px 5%;
	}

	span img.time {
		width: 70px;
		height: auto;
	}

	span img.times {
		width: 60px;
		height: auto;
	}

	.col-4 h3 {
		font-size: 90px;
		line-height: 100px;
		padding: 155px 0 0 0;
	}

	.area-img span {
		font-size: 90px;
		line-height: 270px;
	}

	.testimonials h1 {
		font-size: 125px;
		line-height: 135px;
		margin: 100px 0 105px 0;
	}

	.testimonials {
		padding: 90px 0 200px 0;
	}

	footer h1 {
		font-size: 100px;
		line-height: 120px;
	}

	ul.footer-nav li a {
		font-size: 60px;
		line-height: 80px;
	}

	ul.footer-nav li {
		padding: 30px 0;
	}

	ul.social-nav li a img {
		width: 155px;
		height: auto;
		float: left;
	}

	ul.contact li span {
		font-size: 60px;
		line-height: 70px;
		padding: 20px 0;
	}

	.copyright p {
		font-size: 60px;
		line-height: 80px;
		padding: 35px 0;
	}

	.copyright p a {
		font-size: 60px;
		line-height: 80px;
		padding: 35px 0;
	}

	.Sign-up h1 {
		font-size: 145px;
		line-height: 175px;
		margin: 320px 0 0 0;
	}

	input.subscribe {
		width: 78%;
		height: 205px;
		float: left;
		font-size: 80px;
		line-height: 100px;
	}

	span.submit {
		width: 20%;
		height: 205px;
	}

	span.submit img {
		width: 220px;
		height: auto;
		margin: 30px 30%;
	}

	.map {
		padding: 140px 0 390px 0;
	}

	.Sign-up form {
		margin: 250px 20% 380px 20%;
	}
}

@media only screen and (min-width: 2559px) and (max-width: 5120px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
		overflow: inherit;
	}

	header .header {
		width: 100%;
		height: 120px;
		float: left;
	}

	.logo img {
		width: 500px;
		height: auto;
		float: left;
	}

	nav ul li a {
		font-size: 28px;
	}

	nav ul {
		padding: 35px;
	}

	#slides li .banner-desc h1 {
		font-size: 65px;
		line-height: 75px;
	}

	#slides li .banner-desc h1 span {
		font-size: 65px;
		line-height: 75px;
	}

	.form-outer .getqoute,
	.form-outer h1 {
		font-size: 65px;
		line-height: 75px;
	}

	.tablinks1 {
		width: 250px;
		height: 60px;
		font-size: 28px;
		line-height: 62px;
		padding: 10px 0;
	}

	.tablinks1.active {
		width: 250px;
		height: 60px;
		font-size: 28px;
		line-height: 62px;
		padding: 10px 0;
	}

	select.inpt {
		height: 60px;
		font-size: 28px;
	}

	input.inpt {
		height: 60px;
		font-size: 28px;
	}

	textarea.inpt {
		height: 60px;
		font-size: 28px;
	}

	.banner-row .col-2 h3 {
		font-size: 32px;
		line-height: 42px;
	}

	#buttons {
		width: 200px;
		height: 60px;
		padding: 10px 0;
		font-size: 28px;
		line-height: 38px;
	}

	.rows h1 {
		font-size: 65px;
		line-height: 75px;
	}

	p {
		font-size: 32px;
		line-height: 42px;
	}

	div.tab a span.caption {
		font-size: 32px;
		line-height: 46px;
		padding-top: 196px;
		padding-left: 10px;
	}

	div.tab a span.img {
		width: 180px;
		height: 180px;
	}

	.tabcontent h3 {
		font-size: 65px;
		line-height: 75px;
	}

	.tabcontent {
		padding: 75px 0 205px 0;
	}

	.tabcontent p {
		font-size: 32px;
		line-height: 50px;
	}

	a.details {
		font-size: 38px;
		line-height: 48px;
		padding: 12px 40px;
		top: 45px;
	}

	img.icon-img {
		width: 60%;
		height: auto;
		float: left;
		margin: 10px 20%;
	}

	.col-8 h4 {
		font-size: 42px;
		line-height: 52px;
		padding: 65px 0;
	}

	.scool-promo h1 {
		font-size: 75px;
		line-height: 95px;
	}

	.col-8 h3 {
		font-size: 45px;
		line-height: 55px;
	}

	.rows2 h1 {
		font-size: 65px;
		line-height: 75px;
		padding: 35px 0;
	}

	span img.time {
		width: 40px;
		height: auto;
	}

	span img.times {
		width: 33px;
		height: auto;
	}

	.col-4 h3 {
		font-size: 45px;
		line-height: 55px;
	}

	.area-img span {
		font-size: 44px;
		line-height: 144px;
	}

	.testimonials h1 {
		font-size: 65px;
		line-height: 75px;
		margin: 40px 0 45px 0;
	}

	footer h1 {
		font-size: 45px;
		line-height: 55px;
	}

	ul.footer-nav li a {
		font-size: 32px;
		line-height: 42px;
	}

	ul.footer-nav li {
		padding: 13px 0;
	}

	ul.social-nav li a img {
		width: 75px;
		height: auto;
		float: left;
	}

	ul.contact li span {
		font-size: 32px;
		line-height: 42px;
		padding: 20px 0;
	}

	.copyright p {
		font-size: 32px;
		line-height: 42px;
		padding: 15px 0;
	}

	.copyright p a {
		font-size: 32px;
		line-height: 42px;
		padding: 15px 0;
	}

	.Sign-up h1 {
		font-size: 65px;
		line-height: 75px;
		margin: 190px 0 0 0;
	}

	input.subscribe {
		width: 78%;
		height: 85px;
		float: left;
		font-size: 28px;
		line-height: 38px;
	}

	span.submit {
		width: 20%;
		height: 85px;
	}

	span.submit img {
		width: 90px;
		height: auto;
		margin: 12px 30%;
	}

	.map {
		padding: 40px 0 190px 0;
	}

	.Sign-up form {
		margin: 50px 20% 180px 20%;
	}
}

@media only screen and (min-width: 1919px) and (max-width: 2560px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
		overflow: inherit;
	}

	header .header {
		width: 100%;
		height: 90px;
		float: left;
	}

	.logo img {
		width: 380px;
		height: auto;
		float: left;
	}

	nav ul li a {
		font-size: 22px;
	}

	nav ul {
		padding: 35px;
	}

	#slides li .banner-desc h1 {
		font-size: 45px;
		line-height: 55px;
	}

	#slides li .banner-desc h1 span {
		font-size: 45px;
		line-height: 55px;
	}

	.form-outer .getqoute,
	.form-outer h1 {
		font-size: 45px;
		line-height: 55px;
	}

	.tablinks1 {
		width: 220px;
		height: 45px;
		font-size: 22px;
		line-height: 42px;
		padding: 10px 0;
	}

	.tablinks1.active {
		width: 220px;
		height: 45px;
		font-size: 22px;
		line-height: 42px;
		padding: 10px 0;
	}

	select.inpt {
		height: 60px;
		font-size: 22px;
	}

	input.inpt {
		height: 60px;
		font-size: 22px;
	}

	textarea.inpt {
		height: 60px;
		font-size: 22px;
	}

	.banner-row .col-2 h3 {
		font-size: 22px;
		line-height: 42px;
	}

	#buttons {
		width: 200px;
		height: 50px;
		padding: 10px 0;
		font-size: 22px;
		line-height: 38px;
	}

	.rows h1 {
		font-size: 45px;
		line-height: 55px;
	}

	p {
		font-size: 22px;
		line-height: 32px;
	}

	div.tab a span.caption {
		font-size: 22px;
		line-height: 36px;
		padding-top: 156px;
		padding-left: 10px;
	}

	div.tab a span.img {
		width: 120px;
		height: 120px;
	}

	.tabcontent h3 {
		font-size: 45px;
		line-height: 55px;
	}

	.tabcontent {
		padding: 75px 0 205px 0;
	}

	.tabcontent p {
		font-size: 22px;
		line-height: 35px;
	}

	a.details {
		font-size: 28px;
		line-height: 38px;
		padding: 12px 40px;
		top: 45px;
	}

	img.icon-img {
		width: 60%;
		height: auto;
		float: left;
		margin: 10px 20%;
	}

	.col-8 h4 {
		font-size: 26px;
		line-height: 36px;
		padding: 35px 0;
	}

	.scool-promo h1 {
		font-size: 55px;
		line-height: 65px;
	}

	.col-8 h3 {
		font-size: 32px;
		line-height: 42px;
	}

	.rows2 h1 {
		font-size: 55px;
		line-height: 65px;
		padding: 35px 0;
	}

	span img.time {
		width: 30px;
		height: auto;
	}

	span img.times {
		width: 23px;
		height: auto;
	}

	.col-4 h3 {
		font-size: 25px;
		line-height: 35px;
	}

	.area-img span {
		font-size: 30px;
		line-height: 100px;
	}

	.testimonials h1 {
		font-size: 45px;
		line-height: 55px;
		margin: 40px 0 45px 0;
	}

	footer h1 {
		font-size: 32px;
		line-height: 32px;
	}

	ul.footer-nav li a {
		font-size: 22px;
		line-height: 32px;
	}

	ul.footer-nav li {
		padding: 13px 0;
	}

	ul.social-nav li a img {
		width: 75px;
		height: auto;
		float: left;
	}

	ul.contact li span {
		font-size: 32px;
		line-height: 42px;
		padding: 10px 0;
	}

	.copyright p {
		font-size: 22px;
		line-height: 32px;
		padding: 15px 0;
	}

	.copyright p a {
		font-size: 32px;
		line-height: 42px;
		padding: 15px 0;
	}

	.Sign-up h1 {
		font-size: 45px;
		line-height: 55px;
		margin: 80px 0 0 0;
	}

	input.subscribe {
		width: 78%;
		height: 85px;
		float: left;
		font-size: 28px;
		line-height: 38px;
	}

	span.submit {
		width: 20%;
		height: 85px;
	}

	span.submit img {
		width: 90px;
		height: auto;
		margin: 12px 30%;
	}

	.map {
		padding: 40px 0 190px 0;
	}

	.Sign-up form {
		margin: 50px 20% 180px 20%;
	}
}

@media only screen and (min-width: 1679px) and (max-width: 1920px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
		overflow: inherit;
	}

	header .header {
		width: 100%;
		height: 90px;
		float: left;
	}

	.logo img {
		width: 300px;
		height: auto;
		float: left;
	}

	nav ul li a {
		font-size: 20px;
	}

	nav ul {
		padding: 15px;
	}

	#slides li .banner-desc h1 {
		font-size: 40px;
		line-height: 50px;
	}

	#slides li .banner-desc h1 span {
		font-size: 40px;
		line-height: 50px;
	}

	.form-outer .getqoute,
	.form-outer h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.tablinks1 {
		width: 180px;
		height: 40px;
		font-size: 18px;
		line-height: 38px;
		padding: 0 0;
	}

	.tablinks1.active {
		width: 180px;
		height: 40px;
		font-size: 18px;
		line-height: 38px;
		padding: 0 0;
	}

	select.inpt {
		height: 40px;
		font-size: 18px;
	}

	input.inpt {
		height: 40px;
		font-size: 18px;
	}

	textarea.inpt {
		height: 40px;
		font-size: 18px;
	}

	.banner-row .col-2 h3 {
		font-size: 18px;
		line-height: 42px;
	}

	#buttons {
		width: 200px;
		height: 50px;
		padding: 10px 0;
		font-size: 22px;
		line-height: 38px;
	}

	.rows h1 {
		font-size: 45px;
		line-height: 55px;
	}

	p {
		font-size: 22px;
		line-height: 32px;
	}

	div.tab a span.caption {
		font-size: 22px;
		line-height: 36px;
		padding-top: 126px;
		padding-left: 10px;
	}

	div.tab a span.img {
		width: 100px;
		height: 100px;
	}

	.tabcontent h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.tabcontent {
		padding: 25px 0 90px 0;
	}

	.tabcontent p {
		font-size: 20px;
		line-height: 30px;
	}

	a.details {
		font-size: 22px;
		line-height: 32px;
		padding: 12px 40px;
		top: 45px;
	}

	img.icon-img {
		width: 70%;
		height: auto;
		float: left;
		margin: 10px 15%;
	}

	.col-8 h4 {
		font-size: 24px;
		line-height: 34px;
		padding: 35px 0;
	}

	.scool-promo h1 {
		font-size: 55px;
		line-height: 65px;
	}

	.col-8 h3 {
		font-size: 32px;
		line-height: 42px;
	}

	.rows2 h1 {
		font-size: 40px;
		line-height: 50px;
		padding: 35px 0;
	}

	span img.time {
		width: 20px;
		height: auto;
	}

	span img.times {
		width: 16px;
		height: auto;
	}

	.col-4 h3 {
		font-size: 24px;
		line-height: 35px;
	}

	.area-img span {
		font-size: 24px;
		line-height: 50px;
	}

	.testimonials h1 {
		font-size: 40px;
		line-height: 50px;
		margin: 40px 0 45px 0;
	}

	footer h1 {
		font-size: 28px;
		line-height: 32px;
	}

	ul.footer-nav li a {
		font-size: 20px;
		line-height: 30px;
	}

	ul.footer-nav li {
		padding: 5px 0;
	}

	ul.social-nav li a img {
		width: 45px;
		height: auto;
		float: left;
	}

	ul.contact li span {
		font-size: 24px;
		line-height: 34px;
		padding: 10px 0;
	}

	.copyright p {
		font-size: 22px;
		line-height: 32px;
		padding: 15px 0;
	}

	.copyright p a {
		font-size: 32px;
		line-height: 42px;
		padding: 15px 0;
	}

	.Sign-up h1 {
		font-size: 40px;
		line-height: 50px;
		margin: 40px 0 0 0;
	}

	input.subscribe {
		width: 78%;
		height: 85px;
		float: left;
		font-size: 28px;
		line-height: 38px;
	}

	span.submit {
		width: 20%;
		height: 85px;
	}

	span.submit img {
		width: 90px;
		height: auto;
		margin: 12px 30%;
	}

	.map {
		padding: 40px 0 190px 0;
	}

	.Sign-up form {
		margin: 50px 20% 180px 20%;
	}
}

@media only screen and (min-width: 1599px) and (max-width: 1680px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
	}
}

@media only screen and (min-width: 1439px) and (max-width: 1600px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
	}
}

@media only screen and (min-width: 1365px) and (max-width: 1440px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1300px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
	}

	ul.contact li img {
		width: 15%;
		padding: 0;
	}

	ul.social-nav li a img {
		padding: 0;
	}
}

@media only screen and (min-width: 760px) and (max-width: 999px) {
	.wrapper {
		width: 80%;
		height: auto;
		margin: 0 10%;
		padding: 0;
	}
}

@media only screen and (min-width: 460px) and (max-width: 1300px) {
	.eventrow1 {
		display: flex;
		flex-direction: column-reverse;
	}

	.orderdiv .rows:nth-child(odd) .wrapper {
		display: flex;
		flex-direction: column-reverse;
	}

	.banner-mainheading {
		font-size: 48px;
	}

	.banner-subheading {
		font-size: 24px;
	}

	#msform {
		width: 100%;
		height: auto;
		float: left;
		margin: 0 auto;
	}

	.triptypediv {
		padding: 10px 30px;
		display: block !important;
	}

	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
		background: #005EB8;
		text-shadow: none;
		color: #fff;
	}

	#progressbar li:before {
		content: counter(step);
		counter-increment: step;
		width: 20px;
		line-height: 20px;
		display: block;
		font-size: 11px;
		color: #222;
		background: #eaeaea;
		border-radius: 3px;
		margin: 0 auto 5px auto;
	}

	.banner-rows .col-2 {
		width: 32.33%;
		height: auto;
		float: left;
		margin: 1px .2%;
		padding: 0;
		background: rgba(0, 0, 0, .8);
	}

	.banner-rows .col-2:hover {
		width: 32.33%;
		height: auto;
		float: left;
		margin: 0 .2%;
		padding: 0;
		background: rgba(251, 176, 44, 1);
	}

	.banner-rows .col-2.selected {
		width: 32.33%;
		height: auto;
		float: left;
		margin: 0 .2%;
		padding: 0;
		background: rgba(251, 176, 44, 1);
	}

	.banner-rows .col-2 h3 {
		font-size: 12px;
	}

	img.icons {
		width: 30%;
		margin: 10px 30% 0 30%;
	}

	#progressbar li.active {
		font-size: 13px;
		font-family: Quicksand, sans-serif;
		font-weight: 300;
		color: #005EB8;
	}

	#progressbar li {
		font-size: 13px;
		font-family: Quicksand, sans-serif;
		font-weight: 300;
		color: #222;
	}

	.r-tabs .r-tabs-panel {
		padding: 0 !important;
	}

	.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
		background-color: #eaeaea;
		color: #3a3a3a;
		text-shadow: none;
		border-bottom: 1px solid #fff;
	}

	.slicknav_menu {
		display: block !important;
	}

	nav#menu {
		display: block !important;
	}

	nav#menus {
		display: none;
	}

	.logo {
		display: none;
	}

	footer {
		position: relative;
		z-index: +999;
	}

	.mh-head.mm-sticky.mh-btns-left.mh-btns-right.mh-sticky {
		display: block;
		width: 100%;
		height: auto;
		float: left;
	}

	.mh-head.Sticky {
		display: block !important;
		width: 100%;
		height: auto;
		float: left;
	}

	.wrapper {
		width: 95%;
		height: auto;
		margin: 0 2.5%;
		padding: 0;
		overflow: hidden;
	}

	.slicknav_menu {
		display: block !important;
	}

	nav {
		display: none;
	}

	header .header {
		position: relative;
		background: #000;
		display: none;
	}

	.form-outer {
		position: relative;
		background: #000;
	}

	.form-outer .getqoute,
	.form-outer h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.tablinks1 {
		width: 80px;
		height: 30px;
		font-size: 16px;
		line-height: 32px;
	}

	.tablinks1.active {
		width: 80px;
		height: 30px;
		font-size: 16px;
		line-height: 32px;
	}

	#slides li .banner-desc {
		width: 90%;
		height: auto;
		float: left;
		top: 10px;
	}

	#slides li .banner-desc h1 {
		font-size: 20px;
		text-align: right;
		line-height: 30px;
	}

	#slides li .banner-desc h1 span {
		font-size: 20px;
		text-align: right;
		line-height: 30px;
	}

	.banner-row .col-2 {
		width: 32.5%;
		height: auto;
		float: left;
		margin: 1px .2%;
	}

	.banner-row .col-2.selected {
		width: 32.5%;
		height: auto;
		float: left;
		margin: 1px .2%;
	}

	.banner-row .col-2:hover {
		width: 32.5%;
		height: auto;
		float: left;
		margin: 1px .2%;
	}

	.banner-row .col-2 h3 {
		font-size: 12px;
	}

	.form {
		padding: 15px 0;
	}

	.form-col {
		width: 48%;
		height: auto;
		float: left;
	}

	.col-3 {
		width: 50%;
		height: auto;
		float: left;
	}

	span.photo h2 {
		font-size: 16px;
		line-height: 38px;
	}

	#buttons {
		width: 80px;
		height: 30px;
		font-size: 14px;
	}

	.rows h1 {
		font-size: 28px;
		padding: 25px 0 0 0;
	}

	div.tab a {
		width: 100%;
		height: auto;
		float: left;
		position: relative;
	}

	div.tab a.tablinks.active span.caption {
		color: #fff;
		z-index: +999999999;
	}

	div.tab a span.img {
		width: 100%;
		height: 60px;
		float: left;
		border-radius: 0;
	}

	div.tab a span.img img.img-white {
		width: 15%;
		height: auto;
		float: left;
		margin: -12px 0 0 24%;
	}

	div.tab a span.img img.img-color {
		width: 15%;
		height: auto;
		float: left;
		margin: 2px 0 0 50%;
	}

	div.tab a span.caption {
		padding-top: 7px;
		padding-left: 10px;
	}

	.Sign-up form {
		width: 90%;
		height: auto;
		float: left;
		margin: 30px 5% 80px 5%;
	}

	.banners {
		width: 100%;
		height: auto;
		float: left;
		margin-top: 60px;
	}

	span.col-1 {
		width: 55%;
		height: auto;
		float: left !important;
		padding: 0 2.5% 0 0 !important;
	}

	span.col-2 {
		width: 40%;
		height: auto;
		float: right !important;
		padding: 0 0 !important;
	}

	span.submit img {
		width: 50px;
		margin: 10px 10%;
	}

	.col-5 {
		width: 100%;
		height: auto;
		float: left;
		margin: 25px 0 0 0;
	}

	.action-button {
		width: 46% !important;
	}

	img.about-aside {
		width: 100%;
		height: auto;
		float: left;
		margin: 0;
	}

	img.about-aside1 {
		width: 100%;
		height: auto;
		float: left;
		margin: 0;
	}

	.mb_slide .wrapper {
		margin: 2.5%;
	}

	.mb_slide {
		padding-left: 0;
		background: #e3e3e3;
	}

	.mbcarcontainer {
		padding: 15px !important;
		box-sizing: border-box;
	}

	.carousel-cell .container.pdr {
		background: #fff;
		margin-bottom: 15px;
	}

	.container {
		width: 100%;
		float: right;
		margin: 5px 0 0 0;
		margin: 0 auto;
	}

	p.form-caption {
		top: -35px;
		font-size: 16px;
	}

	.col-12 {
		padding: 0;
	}

	.col-9 {
		width: 100%;
		height: auto;
		float: left;
		margin: 25px 0 0 0;
	}

	#msform input,
	#msform select,
	#msform textarea {
		padding: 10px 15px;
	}

	span.headings {
		justify-content: flex-end;
	}

	.col-4 {
		width: 100%;
		height: auto;
		float: left;
	}

	.col-8 {
		width: 100%;
		height: auto;
		float: left;
	}

	img.news {
		width: 100%;
		height: auto;
		float: left;
	}

	img.events {
		width: 100%;
		height: auto;
		float: left;
	}

	a.details {
		float: left;
		margin: 10px 0 35px 0;
	}

	span.pop-vech1 {
		width: 100%;
		height: auto;
		float: left;
		margin: 0;
		padding: 0;
	}

	a.tablinks.active:after {
		display: none;
	}

	img.aside-whuyus {
		width: 50%;
		margin: 20px 25% 0 25%;
	}

	.col-2 {
		width: 100%;
		height: auto;
		float: left;
	}

	img.icon-img {
		width: 15%;
		height: auto;
		float: left;
		margin: 10px 42.5%;
	}

	.col-8 h4 {
		text-align: center;
		font-size: 20px;
		line-height: 30px;
	}

	.flatdatetime,
	.mfullwidthinpt {
		font-size: 16px !important;
	}

	footer h1 {
		padding: 20px 0 0 0;
	}

	ul.popular-area li {
		width: 50%;
		height: auto;
		float: left;
	}

	.item .col-4 {
		margin: 0 !important;
	}

	.item .col-8 {
		margin: 0 !important;
	}

	.col-8 h4 {
		font-size: 20px;
		line-height: 45px;
	}

	.scool-promo h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.contact-us-background {
		background-attachment: scroll;
	}

	.why-us {
		background-attachment: scroll;
	}

	.scool-promo {
		background-attachment: fixed;
		background-position: center;
	}

	.Sign-up {
		background-attachment: scroll;
	}

	.map {
		background-attachment: scroll;
	}

	footer {
		background-attachment: scroll;
	}

	.rows.text-decore a h5,
	.rows.text-decore h5 {
		padding: 20px 0 10px 0;
		line-height: normal;
	}

	.col-8 h6 {
		line-height: 1.4;
	}

	a.details {
		margin: 10px 0 20px 0;
	}

	.row,
	.rows {
		margin: 0;
		padding: 0;
	}

	ul.social-nav li a img {
		padding: 0;
	}

	.col-4 {
		margin: 10px 0;
	}

	ul.contact li img {
		padding: 0;
	}

	footer h6 {
		padding: 0;
	}

	.owl-prev {
		left: -10px !important;
	}

	.owl-next {
		right: -10px !important;
	}
}

@media only screen and (min-width: 260px) and (max-width: 459px) {
	.eventrow1 {
		display: flex;
		flex-direction: column-reverse;
	}

	.triptypediv {
		padding: 10px 30px;
		display: block !important;
	}

	.orderdiv .rows:nth-child(odd) .wrapper {
		display: flex;
		flex-direction: column-reverse;
	}

	.banner-mainheading {
		font-size: 28px;
	}

	.banner-subheading {
		font-size: 18px;
	}

	#msform {
		width: 100%;
		height: auto;
		float: left;
		margin: 0 auto;
	}

	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
		background: #005EB8;
		text-shadow: none;
		color: #fff;
	}

	#progressbar li:before {
		content: counter(step);
		counter-increment: step;
		width: 20px;
		line-height: 20px;
		display: block;
		font-size: 11px;
		color: #222;
		background: #eaeaea;
		border-radius: 3px;
		margin: 0 auto 5px auto;
	}

	.banner-rows .col-2 {
		width: 32.33%;
		height: auto;
		float: left;
		margin: 1px .2%;
		padding: 0;
		background: rgba(0, 0, 0, .8);
	}

	.banner-rows .col-2:hover {
		width: 32.33%;
		height: auto;
		float: left;
		margin: 0 .2%;
		padding: 0;
		background: rgba(251, 176, 44, 1);
	}

	.banner-rows .col-2.selected {
		width: 32.33%;
		height: auto;
		float: left;
		margin: 0 .2%;
		padding: 0;
		background: rgba(251, 176, 44, 1);
	}

	.banner-rows .col-2 h3 {
		font-size: 12px;
	}

	img.icons {
		width: 30%;
		margin: 10px 30% 0 30%;
	}

	#progressbar li.active {
		font-size: 13px;
		font-family: Quicksand, sans-serif;
		font-weight: 300;
		color: #005EB8;
	}

	#progressbar li {
		font-size: 13px;
		line-height: 15px;
		font-family: Quicksand, sans-serif;
		font-weight: 300;
		color: #222;
	}

	.r-tabs .r-tabs-panel {
		padding: 0 !important;
	}

	.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
		background-color: #eaeaea;
		color: #3a3a3a;
		text-shadow: none;
		border-bottom: 1px solid #fff;
	}

	.slicknav_menu {
		display: block !important;
	}

	nav#menu {
		display: block !important;
	}

	nav#menus {
		display: none;
	}

	.logo {
		display: none;
	}

	footer {
		position: relative;
		z-index: +999;
	}

	.mh-head.mm-sticky.mh-btns-left.mh-btns-right.mh-sticky {
		display: block;
		width: 100%;
		height: auto;
		float: left;
	}

	.mh-head.Sticky {
		display: block !important;
		width: 100%;
		height: auto;
		float: left;
	}

	.mb_slide .wrapper {
		margin: 2.5%;
	}

	.wrapper {
		width: 95%;
		height: auto;
		margin: 0 2.5%;
		padding: 0;
		box-sizing: border-box;
	}

	.slicknav_menu {
		display: block !important;
	}

	nav {
		display: none;
	}

	header .header {
		position: relative;
		background: #000;
		display: none;
	}

	.form-outer {
		position: relative;
		background: #000;
	}

	.form-outer .getqoute,
	.form-outer h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.tablinks1 {
		width: 80px;
		height: 30px;
		font-size: 16px;
		line-height: 32px;
	}

	.tablinks1.active {
		width: 80px;
		height: 30px;
		font-size: 16px;
		line-height: 32px;
	}

	#slides li .banner-desc {
		width: 90%;
		height: auto;
		float: left;
		top: 10px;
	}

	#slides li .banner-desc h1 {
		font-size: 20px;
		text-align: right;
		line-height: 30px;
	}

	#slides li .banner-desc h1 span {
		font-size: 20px;
		text-align: right;
		line-height: 30px;
	}

	.banner-row .col-2 {
		width: 32.5%;
		height: auto;
		float: left;
		margin: 1px .2%;
	}

	.banner-row .col-2.selected {
		width: 32.5%;
		height: auto;
		float: left;
		margin: 1px .2%;
	}

	.banner-row .col-2:hover {
		width: 32.5%;
		height: auto;
		float: left;
		margin: 1px .2%;
	}

	.banner-row .col-2 h3 {
		font-size: 12px;
	}

	.form {
		padding: 15px 0;
	}

	span.headings {
		justify-content: flex-end;
	}

	.form-col {
		width: 48%;
		height: auto;
		float: left;
	}

	.col-3 {
		width: 50%;
		height: auto;
		float: left;
	}

	span.photo h2 {
		font-size: 16px;
		line-height: 38px;
	}

	#buttons {
		width: 80px;
		height: 30px;
		font-size: 14px;
	}

	.rows h1 {
		font-size: 28px;
		padding: 25px 0 0 0;
	}

	div.tab a {
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		background: #fab02ab3;
	}

	div.tab a.tablinks.active span.caption {
		color: #fff;
		z-index: +999999999;
	}

	div.tab a span.img {
		width: 100%;
		height: 50px;
		float: left;
		border-radius: 0;
	}

	div.tab a span.img img.img-white {
		width: 20%;
		height: auto;
		float: left;
		margin: 2px 0 0 50%;
	}

	div.tab a span.img img.img-color {
		width: 20%;
		height: auto;
		float: left;
		margin: 2px 0 0 50%;
	}

	div.tab a span.caption {
		padding-top: 7px;
		padding-left: 10px;
	}

	.Sign-up form {
		width: 90%;
		height: auto;
		float: left;
		margin: 30px 5% 80px 5%;
	}

	.mobfriendly {
		width: 100%;
		height: auto;
		float: left;
	}

	.banners {
		width: 100%;
		height: auto;
		float: left;
		margin-top: 60px;
	}

	span.col-1 {
		width: 55%;
		height: auto;
		float: left !important;
		padding: 0 2.5% 0 0 !important;
	}

	span.col-2 {
		width: 40%;
		height: auto;
		float: right !important;
		padding: 0 0 !important;
	}

	span.submit img {
		width: 50px;
		margin: 10px 10%;
	}

	.col-5 {
		width: 100%;
		height: auto;
		float: left;
		margin: 25px 0 0 0;
	}

	.action-button {
		width: 46% !important;
	}

	img.about-aside {
		width: 100%;
		height: auto;
		float: left;
		margin: 0;
	}

	img.about-aside1 {
		width: 100%;
		height: auto;
		float: left;
		margin: 0;
	}

	.mb_slide {
		padding-left: 0;
		background: #e3e3e3;
	}

	.mbcarcontainer {
		padding: 15px !important;
		box-sizing: border-box;
	}

	.carousel-cell .container.pdr {
		background: #fff;
		margin-bottom: 15px;
	}

	.container {
		width: 100%;
		float: right;
		margin: 5px 0 0 0;
		margin: 0 auto;
	}

	p.form-caption {
		top: -35px;
		font-size: 16px;
	}

	.col-12 {
		padding: 0;
	}

	.col-9 {
		width: 100%;
		height: auto;
		float: left;
		margin: 25px 0 0 0;
	}

	#msform input,
	#msform select,
	#msform textarea {
		padding: 10px 15px;
	}

	.col-12 {
		display: block !important;
	}

	.col-4 {
		width: 100%;
		height: auto;
		float: left;
	}

	.col-8 {
		width: 100%;
		height: auto;
		float: left;
	}

	img.news {
		width: 100%;
		height: auto;
		float: left;
	}

	img.events {
		width: 100%;
		height: auto;
		float: left;
	}

	a.details {
		float: left;
		margin: 10px 0 35px 0;
	}

	span.pop-vech1 {
		width: 100%;
		height: auto;
		float: left;
		margin: 0;
		padding: 0;
	}

	a.tablinks.active:after {
		display: none;
	}

	img.aside-whuyus {
		margin: 20px 0 0 10%;
	}

	.flatdatetime,
	.mfullwidthinpt {
		font-size: 16px !important;
	}

	.col-2 {
		width: 100%;
		height: auto;
		float: left;
	}

	img.icon-img {
		width: 25%;
		height: auto;
		float: left;
		margin: 10px 37.5%;
	}

	.col-8 h4 {
		text-align: center;
		font-size: 20px;
		line-height: 30px;
	}

	footer h1 {
		padding: 20px 0 0 0;
	}

	ul.popular-area li {
		width: 100%;
		height: auto;
		float: left;
	}

	.item .col-4 {
		margin: 0 !important;
	}

	.item .col-8 {
		margin: 0 !important;
	}

	.scool-promo h1 {
		font-size: 20px;
		line-height: 30px;
	}

	#slides li .banner-desc span.h1 {
		font-size: 26px;
		line-height: 36px;
	}

	#slides li .banner-desc span.h1 span {
		font-size: 26px;
		line-height: 36px;
	}

	.contact-us-background {
		background-attachment: scroll;
	}

	.why-us {
		background-attachment: scroll;
	}

	.scool-promo {
		background-position: center;
		background-attachment: fixed;
	}

	.Sign-up {
		background-attachment: scroll;
	}

	.map {
		background-attachment: scroll;
	}

	footer {
		background-attachment: scroll;
	}

	.rows.text-decore a h5,
	.rows.text-decore h5 {
		padding: 20px 0 10px 0;
		line-height: normal;
	}

	.col-8 h6 {
		line-height: 1.4;
	}

	a.details {
		margin: 10px 0 20px 0;
	}

	.row,
	.rows {
		margin: 0;
		padding: 0;
	}

	ul.social-nav li a img {
		padding: 0;
	}

	.col-4 {
		margin: 10px 0;
	}

	ul.contact li img {
		padding: 0;
	}

	footer h6 {
		padding: 0;
	}

	.owl-prev {
		left: -10px !important;
	}

	.owl-next {
		right: -10px !important;
	}
}

.faddress {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.audiimg {
	width: 100%;
	height: auto;
	float: left;
}

.audiimg img {
	width: 30%;
	height: auto;
	float: left;
	margin: 1.5%;
}

img {
	max-width: 100%;
}

a {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

a:hover {
	opacity: .8;
	text-decoration: none;
}

.thumbnails li > .fff .caption {
	background: #fff !important;
	padding: 10px;
}

.page-header {
	background: #f9f9f9;
	margin: -30px -40px 40px;
	padding: 20px 40px;
	border-top: 4px solid #ccc;
	color: #999;
	text-transform: uppercase;
}

.page-header h3 {
	line-height: .88rem;
	color: #000;
}

ul.thumbnails {
	margin-bottom: 0;
}

.caption h4 {
	color: #444;
}

.caption p {
	color: #999;
}

.dsk_menu {
	width: 100%;
}

.dsk_menu .carousel-control.left {
	background-image: none;
	left: -20px;
	width: 30px;
}

.dsk_menu .carousel-control.right {
	background-image: none;
	right: 24px;
	width: 30px;
}

.pd {
	padding: 0;
}

.pd15 {
	padding: 15px;
	box-sizing: border-box;
}

.pdr {
	padding-right: 0;
}

.mb_slide {
	padding-left: 0;
}

.mb_slide .row {
	padding: 0;
	margin: 0;
}

.mb_slide .col-sm-12 {
	padding: 0;
	margin: 0;
}

.mb_slide .caption {
	background: #000;
	color: #fab02a;
	padding: 10px 0;
	font-family: Quicksand, sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	line-height: inherit;
}

.mb_slide .nav-tabs > li .img-color {
	padding: 20px;
}

.mb-crsl-btn .flexslider {
	border: none;
	background: 0 0;
}

.mb-crsl-btn .flex-direction-nav .flex-prev {
	height: 30px;
	opacity: 1;
	left: 36px;
	top: 30px;
}

.mb-crsl-btn .flex-direction-nav .flex-next {
	height: 30px;
	opacity: 1;
	right: 20px;
	top: 30px;
}

.mb-crsl-btn .flex-direction-nav a {
	width: 36px;
	height: 36px;
}

.flex-direction-nav a::before {
	font-family: flexslider-icon;
	font-size: 18px;
	display: inline-block;
	content: '\f001';
	color: #fab02a;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 24px;
}

.mb-crsl-btn .flex-control-paging li a.flex-active {
	display: none;
}

.mb-crsl-btn .flex-control-paging li a {
	display: none;
}

.mb-crsl-pnl {
	position: relative;
}

.mb-crsl-pnl .item {
	margin: 0;
	padding-left: 15px;
	padding-top: 20px;
}

.mb-crsl-pnl .title {
	text-align: center;
	padding: 0 5px;
	color: #222;
}

.mb-crsl-pnl .description {
	text-align: justify;
	font-size: 18px;
	padding: 0 10px;
	line-height: 24px;
}

.rdm {
	padding-left: 10px !important;
	font-size: 16px !important;
}

.zeroheight {
	height: 0;
}

.carousel-cell {
	width: 100%;
	height: 200px;
	margin-right: 10px;
	border-radius: 5px;
}

#primarycarousel .flickity-viewport {
	height: 60px !important;
}

#secondarycarousel .carousel-cell .title {
	text-align: center;
	margin-top: 0;
	color: #777;
	text-align: left;
	padding: 0;
}

#secondarycarousel .carousel-cell .description {
	text-align: justify;
	font-size: 18px;
}

.flickity-prev-next-button.previous {
	top: 25px;
	left: 15px;
}

.flickity-prev-next-button.next {
	top: 25px;
	right: 5px;
}

.flickity-page-dots {
	display: none;
}

.flickity-button {
	background: 0 0;
}

.flickity-prev-next-button {
	border: none;
	width: 30px;
	height: 30px;
	margin: 0;
}

.flickity-button:focus {
	box-shadow: none;
}

.flickity-button:hover {
	background: 0 0;
}

.flickity-button-icon {
	fill: #fab02a;
}

.gallery-grid .col-4 {
	width: 100%;
}

.gallery-grid {
	display: grid;
	grid-gap: 20px;
}

@media (min-width: 1150px) {
	@supports (display: grid) {
		.gallery-grid {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
		}
	}
}

@media (min-width: 590px) and (max-width: 1150px) {
	.gallery-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

iframe {
	display: none;
}

.lds-ellipsis {
	position: relative;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	transform: translate(-32px, -32px);
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #005EB8;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 .6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 .6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 .6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 .6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(19px, 0);
	}
}

#initialloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: +99999999999;
	display: block;
}

.bannerselectcategory {
	font-size: 18px;
	color: #383838;
	width: 100%;
	padding: 10px;
}

.owl-next {
	border: 20px solid #005EB8;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	transform: translate(50%, -50%);
	display: block;
	right: -35px;
	width: 50px;
}

.owl-prev {
	border: 20px solid #005EB8;
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	left: -35px;
	width: 50px;
}

@media (max-width: 370px) {
	.logos img {
		max-width: 160px;
		height: 50px !important;
	}

	.logos .callicon {
		display: inline-flex;
		position: absolute;
		right: 50px;
		top: 6px;
	}
}

.carousel {
	width: 100%;
	margin: 0 auto;
}

.carousel-cell {
	width: 100%;
	height: auto;
}

.carousel-cell-img {
	width: 100%;
	height: auto;
	display: block;
}

.flickity-viewport {
	height: 100%;
	transition: height .2s;
}

.modellabel .label-text {
	margin-left: 30px;
	cursor: pointer;
	user-select: none;
	font-size: 14px;
}

.modelcheckbox {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 230px;
	justify-content: flex-start;
	text-align: left;
	align-items: baseline;
	margin-bottom: 20px;
}

.modelselect {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 6px !important;
	width: 0;
	height: 0;
	border: unset !important;
}

.modelcheckbox input {
	width: 0 !important;
	position: relative;
	margin: 0 !important;
}

.modelcheckbox input:before {
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #005EB8;
	background: #fff;
	position: absolute;
	top: -5px;
	left: 0;
	transition: all .3s ease;
	cursor: pointer;
}

.modelcheckbox input:after {
	content: '';
	border: 0 solid #005EB8;
}

.modelcheckbox input:checked:after {
	content: '';
	width: 0;
	position: absolute;
	height: 15px;
	border: 3px solid #005EB8;
	border-left: 6px solid transparent;
	border-top: 0 solid transparent;
	transform: rotate(40deg);
	cursor: pointer;
	top: -4px;
	left: 7px;
}

.vehicalSelect {
	padding: 10px;
}

.fstChoiceItem {
	font-size: 12px;
	padding: 0 5px 0 20px;
	margin: 2px;
}

.fstMultipleMode.fstActive .fstResults {
	font-size: 12px;
}

.fstResultItem {
	font-size: 12px;
	float: unset !important;
	padding: 5px 10px !important;
}

.fstMultipleMode .fstQueryInput {
	padding: unset;
	padding: 10px;
	font-size: 12px;
	margin: 0;
}

.fstMultipleMode .fstControls {
	width: 100%;
	padding: 1px;
}

.fstElement {
	width: 100%;
}

.fstMultipleMode .fstQueryInput {
	width: auto;
}

.fstNoResults {
	font-size: 12px;
	float: unset !important;
	padding: 5px 10px !important;
}

.fstResultItem.fstSelected {
	color: #fff !important;
}

#msinglefield2,
#msinglefield3,
#rsinglefield2,
#rsinglefield3,
#singlefield2,
#singlefield3 {
	text-align: left;
}

#msinglefield .col-12,
#msinglefield2 .col-12,
#msinglefield3 .col-12,
#rsinglefield2 .col-12,
#rsinglefield3 .col-12,
#singlefield2 .col-12,
#singlefield3 .col-12 {
	padding: 0;
	margin-top: 0 !important;
}

.select2-option {
	display: flex;
	justify-content: flex-end;
	padding: 5px 10px;
}

a.close-btn {
	font-size: 14px;
	cursor: pointer;
	color: #ed5f5f;
}

.quote-fromselect {
	position: relative;
}

.quote-fromselect > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.quote-fromselect:after {
	content: '';
	position: absolute;
	border: 5px solid #000;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 17px;
	right: 20px;
}

.form-btn,
input.action-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.quote-fromselect .flatdatetime {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#msform .intl-tel-input span.dial-code {
	padding: 0;
	float: unset;
}

#msform .intl-tel-input span.country-name {
	float: unset;
	padding: 0;
}

#msform .intl-tel-input {
	width: 100%;
}

#msform .intl-tel-input .country-list .country {
	margin: 0;
}

div.error-msg {
	color: #ff4500;
	font-size: 12px;
}

div.valid-msg {
	color: #2fce6c;
	font-size: 12px;
}

h4.whyusheading {
	line-height: 24px;
}

.text-decore h3 {
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #777;
	padding: 10px 0;
	font-weight: 700;
}

div.tab a h3.caption {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	clear: both;
	position: relative;
	padding-top: 102px;
	padding-left: 0;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #3a3a3a;
}

* {
	box-sizing: border-box;
}
div#heading {
	padding-top: 103px;
}
.logos {
	display: inline-block;
}

.mobmenu ul li ul {
	display: none;
}

.mobmenu ul li,
.mobmenu ul li ul li {
	position: relative;
}

.mobmenu ul.menu {
	overflow-y: auto;
	max-height: 90vh;
	position: relative;
	height: auto;
}

.mobmenu ul.menu li a {
	width: calc(100%);
}

.mobmenu ul li input {
	width: 45px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #333333a6;
	z-index: 999999;
	border: 1px solid #111;
	box-sizing: border-box;
}

ul li input:checked ~ ul {
	display: block;
	background: #000;
}

ul li ul li input:checked ~ ul {
	background: #818184;
}

nav ul li a {
	float: inherit;
}

nav ul ul {
	display: none;
	position: absolute;
	top: 80px;
	left: 0 !important;
	background: rgba(0, 0, 0, .6);
}

nav ul li {
	position: relative;
}

nav ul ul li:hover > ul {
	width: 210px;
	max-height: 458px;
	overflow: auto;
	top: 0;
	left: 100% !important;
	border: 1px solid #c3c3c3;
	padding: 0;
}

nav ul li:hover > ul {
	display: inherit;
	padding: 0;
	left: 0;
	top: 100%;
	position: absolute;
	border: 1px solid #c3c3c3;
	width: 210px;
	background: #000000d1;
	z-index: 10;
}

nav ul ul li {
	float: none;
	position: relative;
	width: 100%;
	display: inline-block;
}

nav ul ul ul li {
	position: relative;
}

nav ul ul li:not(:nth-of-type(1)) {
	border-top: 1px solid #fff;
}

.mobmenu li > a:after,
nav li > a:after {
	content: ' ▾';
	right: 10px;
	position: absolute;
}

.mobmenu li:hover > a:after,
nav li:hover > a:after {
	content: ' ▸';
	right: 10px;
	position: absolute;
}

.mobmenu li > a:only-child:after,
nav li > a:only-child:after {
	content: '';
}

.pagination {
	float: unset;
	display: flex;
	clear: both;
}
#LimousineHire .wrapper h2 a {
	color: #777;
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 700;
}

div#breadcrumb_top {
	padding-top: 103px;
}
img.fleet_img {
	width: 100px;
}
div .testimonail {
	word-wrap: break-word;
}
ins {
	text-decoration: none;
}
.packagecontent {
	background: #eaeaea;
}
.packagediv:hover {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.packagediv ul {
	list-style: none;
	padding: 0;
}
.packagediv li {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
	font-size: 18px;
	background: #fff;
}
.packagediv {
	margin: 15px;
	background: #ffffff;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.4s ease-out;
}
.package-name {
	padding: 20px;
	background: #005EB8;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}
.price {
	padding: 15px;
	font-size: 18px;
	background: #fff;
}
.packagediv .price:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.packagediv .price:not(:last-child) {
	border-bottom: 1px solid #e3e3e3;
}
.enquireNow {
	text-align: center;
}
.enquireNow .buttonborder {
	padding: 15px 20px;
	text-transform: uppercase;
	display: block;
}

@media only screen and (min-width: 574px) and (max-width: 1300px) {
	div.tab a {
		width: 100%;
		height: auto;
		position: relative;
		float: left;
		background-color: inherit;
		float: left;
		border: none;
		outline: 0;
		cursor: pointer;
		padding: 14px 1%;
		transition: .3s;
		font-size: 17px;
		-webkit-transition: all .15s ease;
		-moz-transition: all .15s ease;
		-o-transition: all .15s ease;
		-ms-transition: all .15s ease;
		transition: all .15s ease;
	}

	a.tablinks.active:after {
		content: '';
		position: relative;
		bottom: 0;
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-bottom: 50px solid #eaeaea;
		left: 36%;
	}

	div.tab a span.img,
	div.tab label span.img {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		position: absolute;
		z-index: +999999999;
		-webkit-transition: all .15s ease;
		-moz-transition: all .15s ease;
		-o-transition: all .15s ease;
		-ms-transition: all .15s ease;
		transition: all .15s ease;
		left: 50%;
		transform: translate(-50%);
	}

	div.tab a span.img:hover,
	div.tab label span.img:hover {
		background: #005EB8;
	}

	div.tab a.tablinks.active span.img,
	div.tab label.tablinks.active span.img {
		background: #005EB8;
	}

	div.tab a span.img:hover img.img-color,
	div.tab label span.img:hover img.img-color {
		opacity: 0;
		position: absolute;
	}

	div.tab a.tablinks.active span.img img.img-color,
	div.tab label.tablinks.active span.img img.img-color {
		opacity: 0;
		position: absolute;
	}

	div.tab a span.img:hover img.img-white,
	div.tab label span.img:hover img.img-white {
		opacity: 1;
		transform: translate(0, -50%);
		-webkit-animation: slide-back 650ms forwards;
		-moz-animation: slide-back 650ms forwards;
		-o-animation: slide-back 650ms forwards;
		-ms-animation: slide-back 650ms forwards;
		animation: slide-back 650ms forwards;
	}

	div.tab a.tablinks.active span.img img.img-white,
	div.tab label.tablinks.active span.img img.img-white {
		opacity: 1;
		transform: translate(0, -50%);
		-webkit-animation: slide-back 650ms forwards;
		-moz-animation: slide-back 650ms forwards;
		-o-animation: slide-back 650ms forwards;
		-ms-animation: slide-back 650ms forwards;
		animation: slide-back 650ms forwards;
	}

	div.tab a span.caption,
	div.tab label span.caption {
		width: 100%;
		height: auto;
		float: left;
		text-align: center;
		clear: both;
		position: relative;
		padding-top: 102px;
		padding-left: 0;
		font-family: Quicksand, sans-serif;
		font-family: Quicksand, sans-serif;
		font-weight: 400;
		font-size: 18px;
		color: #3a3a3a;
	}

	div.tab a span.img img.img-color,
	div.tab label span.img img.img-color {
		width: 90%;
		height: auto;
		float: left;
		margin: 0 5%;
		top: 50%;
		transform: translate(0, -50%);
		position: relative;
	}

	div.tab a span.img img.img-white,
	div.tab label span.img img.img-white {
		width: 90%;
		height: auto;
		float: left;
		margin: 0 5%;
		transform: translate(-100%, -50%);
		top: 50%;
		opacity: 0;
		position: absolute;
		transition: all .5s linear;
		-webkit-animation: slide-front 5s forwards;
		-moz-animation: slide-front 5s forwards;
		-o-animation: slide-front 5s forwards;
		-ms-animation: slide-front 5s forwards;
		animation: slide-front 5s forwards;
	}

	.tabcontent {
		width: 100%;
		height: auto;
		float: left;
		display: none;
		padding: 15px 0 55px 0;
		background: #eaeaea;
		border-top: 1px solid #d2d0d0;
	}
	.owl-prev {
		left: -1px !important;
	}

	.owl-next {
		right: -1px !important;
	}
	.action-button {
		float: none;
	}
	/* .heading{
		padding-left: 23px;
	} */
}
@media only screen and (min-width: 360px) and (max-width: 640px) {
	.heading {
		padding: 7px;
	}
}
.packagecontent {
	background: #eaeaea;
}
.packagediv:hover {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.packagediv ul {
	list-style: none;
	padding: 0;
}
.packagediv li {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
	font-size: 18px;
	background: #fff;
}
.packagediv {
	margin: 15px;
	background: #ffffff;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.4s ease-out;
}
.package-name {
	padding: 20px;
	background: #005EB8;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}
.price {
	padding: 15px;
	font-size: 18px;
	background: #fff;
}
.packagediv .price:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.packagediv .price:not(:last-child) {
	border-bottom: 1px solid #e3e3e3;
}
.enquireNow {
	text-align: center;
}
.enquireNow .buttonborder {
	padding: 15px 20px;
	text-transform: uppercase;
	display: block;
}
@media only screen and (max-width: 768px){
img#whatsapp {
    
    display: block !important;
}
}

@media only screen and (max-width: 1300px){
img#whatsapp {
    
    display: none;
}
}
.banner-mainheading.extra {
    font-weight: 300 !important;
}
.banner-subheading.extra{
    font-weight: 300 !important;

}
