/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/***Main CSS***/
body {
	background-color:#FFF;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}

.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 150px;
	max-width: 300px;
	background-position: center;
}
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 20px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#90469b;
	background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #90469b;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}
.body, body {
	font-family: "poppins", "sans-serif";
}
.frame {
	width: 1600px;
}
ul.menu {
	width: unset;
	margin-left: auto;
}
ul.menu .menulink {
	border: 2px solid transparent;
	border-radius: 100px;
	color: #989898;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 12px 30px;
}
ul.menu .menulink:hover {
	border-color: #B2B2B2;
	color: #092239;
	background-color: transparent;
}
ul.menu li:not(:last-child) .menulink {
	margin-right: 10px;
}
ul.menu .mobile-nav + li {
	border: 0px;
}
.navigation {
	background-color: transparent;
	border: 0px;
}
.header {
	padding: 0px;
	background-color: #FFF;
	box-shadow: 0 0px 12px 0 rgba(0,0,0,0.33);
	position: relative;
}
.header::before,
.header::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	pointer-events: none;
}
.header::before {
	background-image: url(images/bg-header-arrows.png);
	background-position: 450px 0px;
}
.header::after {
	background-image: url(images/bg-header-squares.png);
	background-position: 105% 50%;
}
.contact-bar {
	background: linear-gradient(to right, #B3C2C8, #046992, #092239);
	padding: 10px 0px;
}
.contact-bar p {
	text-align: right;
	margin: 0px;
}
.contact-bar a {
	color: #FFF;
	text-decoration: none!important;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	transition: all 0.2s ease-in-out 0s;
}
.contact-bar a:hover {
	color: #FEC319;
}
.contact-bar a:first-child {
	margin-right: 10px;
	padding-right: 15px;
	border-right: 2px solid #FFF;
}
.contact-bar strong {
	font-weight: 600;
}
.logo {
	height: 100px;
    width: 180px;
}
.banner {
	position: relative;
}
.banner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
h1, .h1 {
	font-weight: 600;
}
h2, .h2 {
	font-weight: 400;
}
.banner h1, .banner .h1{
	text-transform: capitalize;
	font-weight: 600;
}
.banner h2, .banner .h2 {
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0px;
}
.button {
	background-color: #FFF;
	border-radius: 100px;
	border: 0px;
	padding: 15px 30px;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 14px;
	color: #092239;
}
.button:hover {
	border: 0px;
	background-color: #092239;
	color: #FEC319;
}
.banner-icon {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background-color: #FFF;
	display: inline-block;
	margin: 20px 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	transition: all cubic-bezier(0, 1.49, .62, 1.5) 0.5s;
}
.banner-icon:hover {
	transform: scale(1.1);
}
.banner-icon.plane {
	background-image: url(images/icon-plane.png);
}
.banner-icon.propeller {
	background-image: url(images/icon-propeller.png);
}
.banner-icon.cap {
	background-image: url(images/icon-cap.png);
}
.services-section.top {
	background-color: #092239;
	padding: 120px 0px!important;
	background-size: 850px!important;
	background-position: 30% -10%;
	position: relative;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.53);
}
.services-section.top::before,
.services-section.top::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; 
	opacity: 0.66;
	pointer-events: none;
}
.services-section.top::before {
	background-image: url(images/bg-squares-bl.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	mix-blend-mode: luminosity;
}
.services-section.top::after {
	background-image: url(images/bg-squares-tr.png);
	background-position: top right;
	background-repeat: no-repeat;
	mix-blend-mode: luminosity;
}
.services-section.top .h1 {
	color: #FFF;
}
.services-section.top h3 {
	color: #FFF;
	font-weight: 500;
	margin-top: 70px;
}
.services-section.top p {
	color: #FFF;
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	margin-left: -190px;
    margin-bottom: 0px;
}
.button.btn-variant-1,
.button.btn-variant-2,
.button.btn-variant-3,
.form-block button {
	text-transform: capitalize;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-color: #B3C2C8;
	padding: 15px 50px;
	font-family: "poppins", "sans-serif";
	font-size: 14px;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 100px;
}
.button.btn-variant-1:hover,
.button.btn-variant-2:hover,
.button.btn-variant-3:hover,
.form-block button:hover {
	transform: scale(1.1);
}
.button.btn-variant-1::before,
.button.btn-variant-1::after,
.button.btn-variant-2::before,
.button.btn-variant-2::after,
.button.btn-variant-3::before,
.button.btn-variant-3::after,
.form-block button::before,
.form-block button::after {
	position: absolute;
	content: '';
	width: 150px;
	height: 150px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	border-radius: 200px;
}
.button.btn-variant-1::before,
.button.btn-variant-2::before,
.button.btn-variant-3::before,
.form-block button::before {
	left: 0px;
	top: -50%;
	transform: translate(-35%, 5%);
	background-color: #FEC319;
	z-index: -1;
}
.button.btn-variant-1::after,
.button.btn-variant-2::after,
.button.btn-variant-3::after,
.form-block button::after {
	right: 0px;
	top: -50%;
	transform: translate(55%, -35%);
	background-color: #046992;
	z-index: -1;
}
.button.btn-variant-2,
.button.btn-variant-2::before,
.button.btn-variant-2::after,
.form-block button::after,
.form-block button::before,
.form-block button {
	background-color: #FEC319;
}
.button.btn-variant-3,
.button.btn-variant-3::before,
.button.btn-variant-3::after {
	background-color: #B3C2C8;
}
.services-section.bottom {
	padding: 120px!important;
	position: relative;
}
.services-section.bottom .col-sm-3 {
	position: unset!important;
}
.abso-button .button {
	position: absolute;
	top: 0;
	right: 150px;
	background-color: #FEC319;
	color: #FFF;
	border-radius: 0px 0px 15px 15px;
	text-transform: capitalize;
	font-weight: 300;
	letter-spacing: 1px;
}
.abso-button .button:hover {
	padding-top: 25px;
}
.services-section.bottom .title {
	color: #092239;
	font-weight: 500;
	font-size: 16px;
}
.services-section.bottom p {
	color: #989898;
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	margin: 0px;
}
.circlecon {
	width: 70px;
	height: 70px;
	border-radius: 100px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
	margin-right: 40px;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}
.circlecon.propeller {
	background-image: url(images/icon-propeller.png);
}
.service-block {
	margin-bottom: 50px;
}
.section-variant-2, .row-container > .pb-section.section-variant-2 {
	background: linear-gradient(to right, #B3C2C8, #046992, #092239);
}
.about-section .h1 {
	color: #FFF;
	margin: 0px;
}
h4, .h4 {
	font-weight: 500;
}
.about-section h4 {
	color: #FFF;
}
.about-section p:not(.h1) {
	color: #FFF;
	font-weight: 400;
	font-size: 13px;
	padding-right: 50px;
	line-height: 24px;
	margin: 0px;
}
.about-section .pb-block-type-text *,
.quote-section .pb-block-type-text * {
	color: #FFF;
}
.ardmore-section {
	padding: 120px 0px!important;
	overflow: hidden;
	position: relative;
}
.ardmore-section::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 2000px;
    height: 2000px;
    border-radius: 100%;
    transform: translate(45%, -40%);
    background-image: url(images/bg-commercial-plane.jpg);
    background-position: -50% 80%;
    background-repeat: no-repeat;
    background-size: 1570px;
}
.ardmore-section .circlecon.propeller-grey {
	background-image: url(images/icon-propeller-grey.png);
	margin-left: 80px;
	margin-right: 80px;
}
.ardmore-section .circlecon.shield {
	background-image: url(images/icon-shield.png);
}
.ardmore-section .circlecon.fix {
	background-image: url(images/icon-fix.png);
}
.ardmore-section .h1 {
	color: #FEC319;
}
.ardmore-section .circlecon {
	box-shadow: unset;
	border: 5px solid #046992;
	display: inline-block;
	margin: 40px 0px;
}
.ardmore-section p:not(.h1) {
	color: #4D4D4D;
	font-weight: 400;
	width: 60%;
	line-height: 24px;
	font-size: 14px;
}
.ardmore-section .button-wrapper {
	margin-top: 70px;
}
.ardmore-section .button-wrapper .button:first-child {
	margin-right: 20px;
}
.footer {
	padding: 120px;
	padding-bottom: 0px;
	border: 0px;
	background-color: #092239;
	position: relative;
	background-image: url(images/bg-footer.png);
	background-size: cover;
    background-position: center;
}
.footer .frame {
	position: relative;
	z-index: 10;
}
.footer .coltable > .col {
	float: left;
	display: inline-block;
	width: unset;
	margin-right: 50px;
}
.footer .h4 {
	color: #FFF;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.footer .foot-menu > li a {
	color: #FFF;
	font-family: "poppins", "sans-serif";
	font-weight: 300;
	font-size: 13px;
	line-height: 21px;
}
.footer .foot-menu > li a:hover {
	color: #FEC319;
}
.footer .foot-menu > li a b {
	color: #FFF;
	font-weight: 600;
	margin-right: 15px;
}
.footer .social-btns {
	margin-top: 30px;
	display: block;
}
.footer .social-btns a {
	height: 50px;
	width: 50px;
	display: inline-block;
	float: left;
	color: #808080;
	background-color: #FFF;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	overflow: hidden;
	border-radius: 100px;
	margin-right: 10px;
}
.footer .social-btns a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(-100%);
	background-color: #FFF;
	transition: all 0.2s ease-in-out 0s;
}
.footer .social-btns a:hover::before {
	transform: translateY(0%);
}
.footer .social-btns a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 21px;
	transition: all 0.2s ease-in-out 0s;
}
.footer .social-btns a:hover {
	border-color: #FFF;
}
.footer .social-btns a:hover span {
	color: #FEC319;
}
.footer .logo {
	height: 88px;
	min-width: 300px;
}
.footer .coltable > .col:last-child {
	margin-right: 0px;
	margin-left: auto;
}
.footer .coltable > .col {
	float: unset;
}
.footer .coltable {
	display: flex;
}
.footer .button {
	background-color: transparent;
	color: #FFF;
	text-transform: unset;
	font-family: "Poppins","Sans-serif";
	font-size: 16px;
	letter-spacing: 0px;
	margin-top: 20px;
	border: 1px solid #FFF;
	font-weight: 400;
	padding: 12px 40px;
}
.footer .button:hover {
	color: #333;
	border-color: #FFF;
	background-color: #FFF;
}
.footer .logos-wrap {
	margin-top: 120px;
}
.footer .yamaha-logos img {
	height: 55px;
	margin-right: 30px;
}
.footer .logos-wrap a {
	display: table;
	margin-left: auto;
	color: #808080;
	text-decoration: none;
	font-weight: 400;
	font-family: "poppins", "sans-serif";
	font-size: 12px;
	transition: all 0.2s ease-in-out 0s;
}
.footer .logo-col img {
	width: 250px;
}
.footer .logos-wrap a:hover {
	color: #F00;
}
.footer .coltable.vbottom.logos-wrap > .col {
	display: table-cell!important;
	float: unset!important;
}
.footer .col:nth-child(3) .menulink:last-child {
	line-height: 24px;
}
.footer .col:nth-child(3) .menulink:last-child span {
	margin-left: 40px;
}
.copyright {
	background-color: transparent;
	border-top: 1px solid #FFF;
	margin-top: 40px;
	padding: 40px 0px;
	padding-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright .legal-links {
	float: right;
	display: inline-block;
}
.copyright .legal-links a {
	display: inline-block;
	font-family: "Poppins", "Sans-serif";
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}
.copyright .legal-links a:hover {
	color: #FEC319;
}
.copyright .legal-links a:first-child {
	margin-right: 10px;
}
.copyright p {
	float: left;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}
.quote-section {
	background-color: #092239;
}
.quote-section h4 {
	font-size: 21px;
	margin: 0px;
}
.quote-section .button {
	display: table;
	margin-left: auto;
}
.services-section.top.alt p {
	margin: 0px;
}
.services-section.top.alt h2 {
	color: #FEC319;
	font-weight: 500;
	letter-spacing: 0px;
}
.services-section.top.alt h1 {
	color: #FFF;
}
.services-section.top.alt.col-space .col-sm-4:nth-child(2) {
	padding: 0px 70px;
}
.services-section.top li {
	color: #FFF;
	font-weight: 300;
    font-size: 14px;
}
.row-container > .pb-section.section-variant-1 h2,
.row-container > .pb-section.section-variant-1 h3 {
	color: #092239;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: -0.5px;
}
.row-container > .pb-section.section-variant-1 h3 {
	font-size: 24px;
}
.row-container > .pb-section.section-variant-1 h2 + h3 {
	margin-top: -25px;
}
.row-container > .pb-section.section-variant-1 {
	position: relative;
	background-color: #FFF;
	z-index: 1;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.row-container > .pb-section.section-variant-1::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("images/bg-stripes.png");
	background: repeating-linear-gradient(-45deg, #F7F9F9 0px, #F7F9F9 60px, transparent 60px, transparent 120px);
}
.pad120 {
	padding: 120px 0px!important;
}
.team-section h3 {
	font-weight: 500;
	margin: 0px;
	color: #092239;
}
.team-section h4 {
	color: #98aeb8;
	font-weight: 400;
}
.team-section p {
	color: #333;
	font-size: 14px;
}
.team-section .pb-row {
	display: flex;
}
/*.team-section .pb-row:first-child .pb-column {
	border: 0px;
}*/
.team-section .pb-row:first-child .pb-column {
	border-top: 0px;
}
.team-section .pb-row:last-child .pb-column {
	border-bottom: 0px;
}
.team-section .pb-column:first-child {
	border-left: 0px;
}
.team-section .pb-column:last-child {
	border-right: 0px;
}
.team-section .pb-column {
	padding: 40px;
	border: 1px solid #DDD;
	transition: all 0.2s ease-in-out 0s;
}
.team-section .pb-row:not(:first-child) .pb-column:hover {
	background-color: #FFF;
	z-index: 10;
}
.team-section .button {
	letter-spacing: 0px;
	text-transform: unset;
}
.pb-block.img-placeholder {
	height: 300px;
	width: 300px;
	border-radius: 1000px;
	background-color: #f7f9f9;
	display: table;
	margin: 0 auto 30px;
}
.services-section.top.alt h3 {
	margin-top: -15px;
}
.contact-section h2 {
	font-weight: 600;
	color: #092239;
	letter-spacing: -0.5px;
}
.form-block {
	padding: 0px;
	border: 0px;
	overflow: visible;
}
.form-block.single .field {
	padding: 10px 0px;
}
input[type="text"], input[type="number"], input[type="password"], textarea, select {
	padding: 15px;
	border-radius: 40px;
	font-family: "poppins", "sans-serif";
	font-weight: 400;
	text-indent: 8px;
}
select {
	height: 53px;
	text-indent: 15px;
}
.form-block .field label {
	margin-bottom: 10px;
	display: none;
}
.map-wrapper {
	border-radius: 20px 20px 0px;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="password"]:hover, input[type="password"]:focus, select:focus, select:hover, textarea:focus, textarea:hover {
	border-color: #092239;
}
.contact-section .pb-block-type-form {
	padding-left: 70px;
}
.contact-box a {
	padding: 10px 20px 10px 10px;
	border-radius: 100px;
	background-color: #FFF;
	text-align: center;
	font-weight: 500;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 21px;
	transform: translateY(150px);
	color: #092239;
}
.contact-box a:hover,
.contact-box a:hover span {
	color: #FEC319;
}
.contact-box a span {
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #092239;
	color: #FFF;
	border-radius: 100px;
	margin-right: 20px;
	font-size: 16px;
	transition: all 0.2s ease-in-out 0s;
}
.story-section img {
	object-fit: cover;
    font-family: "object-fit: cover";
    left: 50%;
    vertical-align: middle;
    max-height: 105%;
    max-width: none;
    min-height: 102%;
    min-width: 102%;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    transition: all 0.3s ease;
    width: 105%;
    opacity: 1;
    transform-origin: left;
}
.story-section .pb-column {
	overflow: hidden;
	height: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 20px;
}
.story-section .pb-column::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.4;
	pointer-events: none;
	z-index: 5;
	transition: all 0.2s ease-in-out 0s;
}
.story-section .pb-column h4 {
	z-index: 10;
	position: relative;
	margin: 0px;
	background-color: #092239;
	padding: 8px 30px;
	border-radius: 0px 50px 50px 50px;
	color: #FFF;
	transition: all 0.2s ease-in-out 0s;
	text-transform: capitalize;
}
.story-section .pb-column h5 {
	position: absolute;
	top: 20px;
	left: 35px;
	height: 40px;
	width: 40px;
	background-color: #FEC319;
	color: #FFF;
	border-radius: 10px 10px 0px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	display: none;
}
.story-section .pb-container {
	overflow: hidden;
	border-radius: 20px;
	border: 8px solid #FFF;
	margin: -120px 0px!important;
	z-index: 10;
	position: relative;
}
.story-section .pb-column:hover::before {
	opacity: 0;
}
.story-section .pb-column:hover h4 {
	transform: translateY(100px);
}
.ardmore-section.alt::before {
	background-image: url(images/bg-plane-1.jpg);
    background-position: -20% 80%;
    background-repeat: no-repeat;
    background-size: 1350px;
}
.ardmore-section.alt h2 {
	font-weight: 600;
	color: #092239;
	letter-spacing: -0.5px;
}
.ardmore-section.alt li {
	max-width: 500px;
}
.list-style li {
	display: flex;
	list-style: none;
	align-items: flex-start;
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 21px;
	color: #4D4D4D;
}
.list-style li::before {
	content: '';
	height: 10px;
	width: 10px;
	flex: 10px 0 0;
	background-color: #DDD;
	margin-right: 15px;
	border-radius: 100px;
	margin-top: 5px;
}
.ardmore-section.alt ul {
	margin-bottom: 40px;
}
.aerial-section p {
	color: #4D4D4D;
	font-size: 14px;
}
img.soft-border {
	border-radius: 15px;
}
.aerial-section .col-sm-6:last-child {
	padding-left: 70px;
}
.aerial-section .button-wrapper {
	margin-top: 40px;
}
.gallery-section .col-sm-12 {
	margin-bottom: -10px;
}
.gallery-section .row,
.gallery-section.row {
	margin-left: 0px;
	margin-right: 0px;
}
.gallery-section .col-sm-12,
.gallery-section .col,
.gallery-section .col img {
	padding: 0px;
}
.image-wrap img:hover {
	border-color: #FEC319;
}
.no-pad.bottom {
	padding-bottom: 0px!important;
}
.contact-box.alt a {
	transform: unset;
	margin-top: 20px;
	border: 2px solid #EEE;
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1800px) {
	.footer .frame,
	.header .frame {
		width: 100%;
	}
	.footer .coltable > .col:last-child {
		float: unset;
	}
	.contact-bar {
		padding: 10px 20px;
	}
	.services-section.top,
	.services-section.bottom,
	.ardmore-section,
	.row-container > .pb-section.section-variant-1,
	.contact-section {
		padding: 120px!important;
	}
	.services-section.top h3 {
		margin-top: 30px;
	}
	.services-section.top p {
		margin-left: -80px;
	}
	.about-section,
	.story-section {
		padding: 70px!important;
	}
	.ardmore-section::before {
		transform: translate(65%, -40%);
	}
	.aerial-section {
		padding: 120px 120px 0px!important;
	}
	.services-section.top {
		z-index: 1;
	}
	.services-section.top::before, .services-section.top::after {
		z-index: -1;
	}
}
@media screen and (max-width:1440px) {
	.frame {
		width: 100%;
	}
	.footer .coltable > .col {
		margin-right: 10px;
		padding: 0px;
	}
	.footer > .frame > .coltable > .col {
		padding: 0px 10px;
	}
	.services-section.top:not(.alt) .h1 {
		margin-right: -100px;
	}
	.services-section.top p {
		margin-left: -40px;
	}
	.services-section.top.alt .pb-row:nth-child(2) .col-sm-3 {
		width: 50%;
	}
	.services-section.top.alt .pb-row:nth-child(2) .col-sm-3:first-child {
		display: none;
	}
	.contact-section .map-wrapper {
		height: 385px!important;
	}
	.contact-box a span {
		flex: 40px 0 0;
	}
}
@media screen and (max-width:1439px) {
	.ardmore-section.alt::before {
		transform: translate(70%, -40%);
		height: 2100px;
		background-size: 1570px!important;
	}
	.story-section .pb-column h4 {
		font-size: 16px;
	}
	.team-section .col-sm-4 {
		width: 100%;
		border: 0px!important;
	}
	.team-section .pb-row {
		flex-direction: column;
	}
	.team-section .button-wrapper {
		text-align: center;
	}
}
@media screen and (max-width:1279px) {
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	.footer .coltable {
		flex-wrap: wrap;
	}
	.footer > .frame > .coltable > .col {
		padding: 0px;
		width: 100%;
		margin-right: 0px;
	}
	.footer > .frame > .coltable > .col:nth-child(1),
	.footer > .frame > .coltable > .col:nth-child(4) {
		width: 50%;
		order: -1;
	}
	.footer > .frame > .coltable > .col:not(:last-child) {
		margin-bottom: 20px;
	}
	.footer .logo-col img {
		margin-left: auto;
		display: table;
	}
	ul.menu .menulink {
		padding: 12px 20px;
	}
	.banner h2, .banner .h2 {
		font-size: 18px;
	}
	.banner h1, .banner .h1 {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 5px;
	}
	.services-section .col-sm-3 {
		width: 50%;
	}
	.services-section.top {
		background-image: none!important;
	}
	.about-section {
		padding: 120px!important;
	}
	.about-section .pb-column:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.about-section .pb-column:not(:first-child) {
		width: 33.33%;
	}
	.ardmore-section {
		padding-bottom: 320px!important;
	}
	.ardmore-section::before,
	.ardmore-section.alt::before {
		border-radius: 0px;
		transform: unset;
		width: 100%;
		left: 0;
		top: unset;
		right: 0;
		bottom: 0;
		height: 200px;
		background-size: cover!important;
		background-position: center!important;
	}
	.ardmore-section .col-sm-6 {
		width: 100%;
		text-align: center;
	}
	.ardmore-section p:not(.h1) {
		width: 100%;
	}
	.ardmore-section.alt ul {
		width: fit-content;
		margin: 0 auto;
	}
	.gallery-section {
		padding: 0px!important;
	}
	.story-section .pb-column {
		padding: 20px 40px;
	}
	.contact-section .col-sm-6 {
		width: 100%;
	}
	.contact-section .map-wrapper {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner h1, .banner .h1 {
		font-size: 32px;
	}
	.banner .button {
		margin-top: 20px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	ul.menu .menulink {
		font-size: 12px;
		padding: 12px;
	}
	.slide-cell {
		padding: 70px;
	}
	.services-section .col-sm-3 {
		width: 100%;
		text-align: center;
	}
	.services-section.top p {
		margin-left: unset;
	}
	.services-section.top .h1 {
		margin-right: unset;
	}
	.services-section.top .button {
		margin-bottom: 20px;
	}
	.services-section.top {
		z-index: 1;
	}
	.services-section.top::before,
	.services-section.top::after {
		z-index: -1;
	}
	.services-section.bottom .col-sm-6 {
		width: 100%;
	}
	.services-section.bottom .col-sm-6:first-child .service-block + .pb-block-type-text {
		margin-bottom: 50px!important;
	}
	.about-section .frame .pb-column {
		width: 100%;
		text-align: center;
	}
	.about-section .frame .pb-column:not(:last-child) {
		margin-bottom: 20px;
	}
	.about-section ul {
		width: fit-content;
		margin: 0 auto;
	}
	.about-section p:not(.h1) {
		padding: 0px;
	}
	.story-section .pb-row {
		display: flex;
		flex-direction: column;
	}
	.story-section .col-sm-4 {
		width: 100%;
	}
	.services-section.top.alt .pb-row:nth-child(2) .col-sm-3 {
		width: 100%;
	}
	.services-section.top.alt .pb-row:nth-child(2) .col-sm-3:nth-child(3) a {
		margin-top: 10px;
	}
	.services-section.top.alt .pb-row:nth-child(2) .col-sm-3:first-child,
	.services-section.top.alt .pb-row:nth-child(2) .col-sm-3:last-child {
		display: none;
	}
}
@media screen and (max-width:600px) {
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	.footer .coltable {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.footer > .frame > .coltable > .col {
		padding: 0px;
		width: 100%;
		margin-right: 0px;
	}
	.footer > .frame > .coltable > .col:nth-child(1),
	.footer > .frame > .coltable > .col:nth-child(4) {
		width: 100%;
		order: unset;
	}
	.footer > .frame > .coltable > .col:not(:last-child) {
		margin-bottom: 20px;
	}
	.footer .logo-col img {
		margin-left: unset;
		margin: 20px auto;
		display: table;
	}
	.footer {
		padding: 40px;
	}
	.footer .foot-menu > li a {
		padding: 5px 0px;
		font-size: 14px;
	}
	.footer .h4 {
		margin-top: 10px;
	}
	.footer .social-btns {
		display: flex;
		justify-content: center;
	}
	.copyright {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding-bottom: 0px;
	}
	.logo {
		width: 250px;
	}
	.contact-bar p {
		text-align: center;
	}
	.contact-bar a:first-child {
		padding-right: 0px;
		border: 0px;
		margin-right: 0px;
	}
	.header {
		z-index: 1;
	}
	.header::before, .header::after {
		z-index: -1;
	}
	.navigation {
		background-color: #FEC319;
		color: #FFF;
		margin-top: 10px;
	}
	ul.menu .menulink {
		color: #FFF;
		border: 0px;
	}
	.slider-wrapper .slide-cell {
		padding: 30px 20px;
	}
	.banner h1, .banner .h1 {
		font-size: 26px;
	}
	.banner h2, .banner .h2 {
		font-size: 14px;
		line-height: 18px;
		display: none;
	}
	.banner .slide {
		height: 200px;
	}
	.banner .slide-image {
		background-size: cover;
		background-position: center;
	}
	.services-section.top,
	.services-section.bottom,
	.about-section,
	.ardmore-section,
	.row-container > .pb-section.section-variant-1,
	.about-section, .story-section,
	.aerial-section,
	.contact-section{
		padding: 40px!important;
	}
	.story-section {
		padding: 0px!important;
	}
	.story-section .pb-container {
		margin: 0px 0px!important;
		border-radius: 0px;
	}
	.services-section.top.alt .pb-block-content {
		text-align: center;
	}
	.services-section.top.alt .pb-block-content ul {
		width: fit-content;
		margin: 0 auto;
	}
	.ardmore-section {
		padding-bottom: 240px!important;
	}
	.services-section.bottom {
		padding-top: 70px!important;
		text-align: center;
	}
	.circlecon.propeller {
		margin: 0px auto 20px;
	}
	.button-wrapper .button {
		width: 100%;
	}
	.ardmore-section .circlecon {
		margin: 20px 0px;
	}
	.abso-button .button {
		right: 10px;
		left: 10px;
		width: unset;
	}
	.gallery-section .pb-block-content {
		margin: 0px!important;
	}
	.pb-block.img-placeholder {
		width: 250px;
		height: 250px;
	}
	.pb-block.img-placeholder img {
		width: 80%!important;
	}
	.pb-block.img-placeholder .pb-block-content {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.team-section .pb-column {
		padding: 20px;
	}
	.team-section .button:not(:last-child) {
		margin-bottom: 10px;
	}
	.services-section.top::before {
		content: unset;
	}
	.header::after {
		background-position: 250% 50%;
		content: unset;
	}
	.header {
		box-shadow: unset;
	}
	.contact-box a {
		transform: unset;
		font-size: 16px;
	}
	.contact-box.alt a {
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		padding: 15px;
	}
	.contact-box a span {
		margin: 0px;
		margin-bottom: 10px;
	}
	.services-section.top .h1 {
		margin-right: 0px!important;
	}
	.contact-bar {
		background: #EEE;
		padding: 0px;
	}
	.contact-bar a {
		color: #808080;
		padding: 10px;
		letter-spacing: 0.5px;
	}
}