<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*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;
}

p {
	color: #666;
}

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

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

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	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&gt;.frame {
	padding: 0;
}

.banner h1, .banner .h1 {
	color: #fff;
	font-weight: 600;
	font-size: 50px;
	letter-spacing: -1px;
	margin: 0 0 10px;
}

.banner h2, .banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 3px;
}

.banner h3, .banner .h3 {
	font-family: "europa", "sans-serif";
	font-weight: 600;
	color: #FFF;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 24px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.banner h3::before, .banner .h3::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translate(-120%, -50%);
	height: 3px;
	width: 120px;
	background-color: #FFF;
}

.banner h3::after, .banner .h3::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translate(120%, -50%);
	height: 3px;
	width: 120px;
	background-color: #FFF;
}

.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: #000;
	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&gt;li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}

.footer .foot-menu&gt;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&gt;li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color: #0d63a1;
	font-size: 14px;
	color: #888;
}

.footer .foot-menu&gt;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;
	color: #AAAAAA;
}

.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&gt;*: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*/

.slideshow-container {
	position: relative;
	background-color: #EEE;
}

.mySlides {
	display: none;
	padding: 80px;
	text-align: center;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	user-select: none;
	font-size: 30px;
}

.next {
	position: absolute;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev {
	position: absolute;
	left: 0;
	border-radius: 3px 0 0 3px;
}

.mid-page {
	background-color: #eee;
	text-align: center;
	padding: 20px;
}

.first-para {
	background-color: #eee;
	height: 400px;
	padding: 20px;
}

.third-para {
	background-color: #eee;
	height: 400px;
	padding: 20px;
}

a {
	color: #ff5933;
	text-decoration: none !important;
}

h1, .h1 {
	color: #ff5933;
}

h2, .h2 {
	color: #ff5933;
	font-size: 25px;
}
h3, .h3 {
	color: #ff5933;
	font-size: 20px;
}
.testimonial-container {
	position: relative;
	text-align: center;
	background-color: #EEE;
}

.testimonial-title {
	text-align: center;
	padding: 20px;
}

.testimonial-text {
	align-content: center;
	text-align: center;
}

.product-image-container {
	box-shadow: none;
}

.pad120 {
	padding: 120px 0px!important;
}

.overlay {
	position: relative;
}

.overlay::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	mix-blend-mode: multiply;
	pointer-events: none;
}

.full-height {
	height: 100vh;
	display: flex;
	align-items: center;
}

.zulu-global.global-danger {
	display: none!important;
}

.frame {
	width: 1600px;
}

body, .body, * {
	font-family: "proxima-soft", "sans-serif";
}

p {
	font-weight: 400;
	font-size: 16.5px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .navigation ul.menu .menulink, .button, button {
	font-family: "poppins", "sans-serif";
}

h1, .h1 {
	font-weight: 600;
	color: #ff5933;
}

h4, .h4 {
	font-weight: 600;
	color: #000;
}

.logo {
	display: none;
}

.site-title {
	visibility: hidden;
	position: absolute;
	pointer-events: none;
}

.site-logo {
	width: 200px;
	background-image: none!important;
    object-position: left;
    object-fit: contain;
    height: 50px;
}

.logo-wrap a {
	display: flex;
}

.header {
	padding: 70px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	z-index: 1000;
}

.header p {
	margin: 0px;
	color: #818285;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: right;
	width: 100%;
	font-weight: 400;
}

.header .frame {
	width: 100%;
}

.header a {
	text-decoration: none;
}

.header .logo {
	font-size: 0px;
}

.navigation {
	background-color: transparent;
	border: 0px;
	margin-left: auto;
}

.logo {
	display: flex;
	height: 100px;
	min-width: 50px;
}

.contact-box {
	display: flex;
}

.navigation ul.menu {
	width: unset;
	display: flex;
	justify-content: flex-end;
}

.navigation ul.menu&gt;li {
	display: block;
}

.navigation ul.menu .menulink {
	background-color: transparent;
	color: #FFF;
	text-transform: capitalize!important;
	font-weight: 500;
	letter-spacing: 0.5px;
	border: 0px;
	margin-right: 30px;
	font-size: 18px;
	padding: 0px;
}

.navigation ul.menu .menulink:hover {
	background-color: transparent;
	color: #ff5933;
}

.navigation ul.menu&gt;li:last-of-type .menulink {
	margin-right: 0px;
}

.navigation ul.menu .mobile-nav+li {
	border: 0px;
}

ul.menu ul li:hover a {
	background-color: #808080;
}

.footer .foot-menu&gt;li a {
	display: flex;
	color: #FFF;
}

.footer .foot-menu:not(.contact)&gt;li a:hover {
	background-color: #ff5933;
	padding: 8px 15px;
}

.footer .foot-menu&gt;li a b {
	margin-right: 15px;
}

.foot-menu-box:not(:last-child) {
	margin-right: 70px;
}

.foot-menu-box:last-child {
	margin-left: auto;
}

.footer-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 70px;
}

.footer {
	border: 0px;
	background-color: #000;
}

.footer .h4 {
	color: #FFF;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 32px;
}

.footer .logo {
	width: 200px;
	background-position: top;
	margin-left: auto;
}

.copyright {
	background-color: transparent;
	border: 0px;
	padding: 0px;
}

.copyright p {
	text-align: left;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

.banner .bx-wrapper .bx-pager {
	bottom: 70px;
	right: 70px;
	width: unset;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	height: 25px!important;
	width: 25px!important;
	border: 2px solid #FFF;
	background-color: transparent!important;
	border-radius: 0px!important;
	margin: 0px 2px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #ff5933!important;
	border-color: #ff5933!important;
}

.bx-wrapper {
	margin: 0px!important;
}

.bx-wrapper .bx-controls-direction a, .lSAction&gt;a {
	background-image: none!important;
	display: flex!important;
	justify-content: center;
	align-items: center;
	width: 60px!important;
	height: 60px!important;
	transition: all 0.2s ease-in-out 0s!important;
	border: 2px solid #FFF;
	background-color: transparent;
	border-radius: 0px;
	font-size: 0px;
	text-decoration: none;
	margin-top: 0px!important;
	opacity: 1!important;
	transform-origin: top;
}

.bx-wrapper .bx-controls-direction a {
	position: unset!important;
}

.bx-controls-direction {
	position: absolute;
	bottom: 99px;
	right: 70px;
	display: flex;
}

.bx-wrapper .bx-controls-direction a::before, .lSAction&gt;a::before {
	content: '\f054';
	font-family: "Font Awesome\ 5 Pro";
	font-size: 16px;
	color: #FFF;
	text-indent: 0px;
	transition: inherit;
}

.bx-wrapper .bx-controls-direction a:hover, .lSAction&gt;a:hover {
	background-color: #ff5933;
	border-color: #ff5933;
}

.bx-wrapper .bx-controls-direction a.bx-prev::before, .lSAction&gt;a.lSPrev::before {
	content: '\f053';
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	left: unset;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	right: unset;
	margin-left: 4px;
}

.button, input[type="submit"], button {
	border: 0px;
	border-radius: 0px;
	letter-spacing: 0px;
	color: #FFF;
	background-color: #ff5933;
	padding: 20px 40px;
	font-size: 14px;
	text-transform: capitalize!important;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	display: inline-flex;
	justify-content: center;
}

.button:hover, input[type="submit"]:hover, button:hover {
	border: 0px;
	background-color: #000;
}

.button::before, input[type="submit"]::before, button::before, .button::after, input[type="submit"]::after, button::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, select:focus, select:hover, textarea:focus, textarea:hover {
	border-color: #ff5933;
}

.slider-wrapper .slide-image {
	position: relative;
	z-index: 1;
}

.slider-wrapper .slide-image::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: -1;
	pointer-events: none;
}
/*
.row-container&gt;.pb-section.section-variant-1 .pb-block-type-text .h1 {
	margin-bottom: 50px;
}

.row-container&gt;.pb-section.section-variant-2 .pb-column {
	padding: 40px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
}

.row-container&gt;.pb-section.section-variant-2 .col-sm-3:hover {
	background-color: #ff5933;
}

.row-container&gt;.pb-section.section-variant-2 .col-sm-3:hover img {
	filter: brightness(100);
}

.row-container&gt;.pb-section.section-variant-2 .col-sm-3:hover .pb-block-type-text * {
	color: #FFF;
}

.row-container&gt;.pb-section.section-variant-2 .pb-container {
	padding: 70px;
} */

/* Sections */

.section-variant-1, .row-container &gt; .pb-section.section-variant-1 {

	background-color: #fff;
}
.section-variant-1:nth-child(even), .row-container &gt; .pb-section.section-variant-1:nth-child(even) {

	background-color: #eee;
}
.section-variant-1 &gt; .col-sm-12 {

	padding: 0;
}
.section-variant-1 .pb-row {

	display: flex;
	min-height: 420px;
}
.section-variant-1 .pb-column {

	position: relative;
	overflow: hidden;
	padding: 80px 120px;
}
.section-variant-1 .col-sm-8 {

	align-self: center;
}
.section-variant-1 .pb-block-type-image,
.section-variant-1 .pb-block-type-image .pb-block-content {

	height: 100%;
}
.section-variant-1 .pb-block-type-image 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;
}

.section-variant-2, .row-container &gt; .pb-section.section-variant-2 {

	background-color: #eee;
}

.section-variant-3, .row-container &gt; .pb-section.section-variant-3 {

	background-color: transparent;
	position: relative;
}
.section-variant-3::before {

	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #111;
	opacity: 0.8;
}
.section-variant-3 p {

	color: #fff;
}
.section-variant-3 .button-wrapper {

	padding-top: 40px;
}

.services-section &gt; .col-sm-12 {

	padding: 0;
}
.services-section .pb-row {

	display: flex;
}
.services-section .pb-column {
	overflow: hidden;
	padding: 70px;
	z-index: 1;
}
.services-section .pb-column::before {
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background-color: #222;
	opacity: 0.8;
	z-index: 2;
	transition: all 0.1s ease-in-out 0s;
}
.services-section .pb-column:hover::before {
	background-color: #ff5933;
}
.services-section .pb-column &gt; .pb-block {
	position: relative;
    z-index: 3;
}
.services-section .pb-column &gt; .pb-block-type-image:last-child {
	position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
}

.services-section img.icon {
	display: flex;
	width: 100px !important;
	margin: 0 auto 50px;
	filter: brightness(100);
}
.services-section p,
.services-section h4 {

	margin-bottom: 0;
	color: #fff;
}
.services-section img.background-image {

	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;
	z-index: -2;
}

.pb-section.cta-buttons .col-sm-12 {

	padding: 0;
}
.pb-section.cta-buttons .button-wrapper {

	display: flex;
	flex-direction: row;
}
.pb-section.cta-buttons .button {

	display: flex;
	align-items: center;
	flex: 100% 1 1;
	padding: 40px 20px;
	font-size: 18px;
}

.testimonialSlider .container {
	text-align: center;
}
.testimonialSlider .container .flexbox {

	justify-content: center;
}
.testimonialSlider .slick-prev, .testimonialSlider .slick-next {

	width: 40px;
	height: 40px;
}
.testimonialSlider .slick-prev::before, .testimonialSlider .slick-next::before {

	font-family: "Font Awesome 5 Pro" !important;
	font-size: 32px;
	color: #111;
}
.testimonialSlider .fa-chevron-left::before {

	content: "\f053";
}
.testimonialSlider .fa-chevron-right::before {

	content: "\f054";
}
.slick-next {

	right: -50px !important;
}
.slick-prev {

	left: -50px !important;
}

/* END */

.side-title {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	transform: translateX(-100%);
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.side-title .pb-block-content {
	transform: rotate(-90deg) translateX(-50%) translateY(-8%);
	transform-origin: top;
}

.side-title .pb-block-content * {
	margin: 0px;
}

.icon-menu {
	display: flex;
}

.icon-menu span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff5933;
	font-size: 18px;
	height: 60px;
	width: 50px;
	background-color: #FFF;
	transition: all 0.2s ease-in-out 0s;
}

.icon-menu span:hover {
	background-color: #ff5933;
	color: #FFF;
}

.icon-menu a {
	text-decoration: none;
}

.icon-menu a:not(:last-child) {
	margin-right: 5px;
}

.footer .icon-menu {
	margin-top: 40px;
	justify-content: flex-end;
}

.footer .foot-menu.contact&gt;li a span {
	margin-right: 10px;
	height: 30px;
	width: 30px;
	border-radius: 100px;
	background-color: #FFF;
	color: #ff5933;
	display: flex;
	align-items: center;
	justify-content: center;
}

/** Default Flexbox CSS **/

.flexbox {
	display: flex;
}

.flexbox.inline {
	display: inline-flex;
}

.flexbox.flexcenter {
	align-items: center;
}

.flexbox.flextop {
	align-items: flex-start;
}

.flexbox.flexbottom {
	align-items: flex-end;
}

.grow-1 {
	flex-grow: 1;
}

.grow-2 {
	flex-grow: 2;
}

.grow-3 {
	flex-grow: 3;
}

.full-width .col-sm-12 {
	padding: 0px!important;
	color: #EEE;
}

.testimonial-section {
	color: orangered;
}

/** Page Banner **/

.row-container&gt;.pb-section.page-banner {
	position: relative;
	padding-top: 240px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.row-container&gt;.pb-section.page-banner::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.pb-section.page-banner h1 {
	text-align: left;
	color: #fff;
}

.bx-viewport {
	height: unset !important;
}

/** END **/

/** Contact Page **/

.pb-section.contact .contact-block .pb-block-content {
	text-align: center;
}

.pb-section.contact .contact-block .pb-block-content p.h4 {
	display: flex;
	flex-direction: column;
	font-size: 32px;
	margin-bottom: 40px;
}

.pb-section.contact .contact-block .pb-block-content p.h4 em {
	font-size: 42px;
}

/** END **/

.language-selector {
	margin-left: 30px;
}

.language-selector label {
	color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.language-selector label span {
	margin-right: 20px;
	font-size: 21px;
}

.language-selector select, .language-selector select:focus, .language-selector select:active {
	-webkit-appearance: none;
	appearance: unset;
	outline: none;
	border-radius: 0px;
	border: 2px solid #FFF;
	background-color: transparent;
	color: #FFF;
	padding: 7px 12px!important;
	transition: all 0.2s ease-in-out 0s;
}

.language-selector select option {
	color: #000;
}

.language-selector select:hover {
	border-color: #ff5933;
}

.profile-section {

	background-color: #eee;
}
.profile-section .button{
	text-transform: unset!important;
}
.profile-section .button i{
	font-size: 20px;
	margin-right: 10px;
}
.row-container&gt;.pb-section.page-banner.page-banner-moving{
	padding-top: 450px;
}
.gmap-canvas {
	overflow:hidden;
	background:none!important;
	height:300px;
	width:600px;
}
.testimonials-section h4{
	
}
.testimonial-list-item{
	margin-bottom: 20px;
}
.pb-block-content a.underline{
	text-decoration: underline !important;
}
/******RESPONSIVE OVERRIDE*****/

@media screen and (max-width: 1600px) {

	.frame {

		width: 1440px;
	}
	.slider-wrapper .slide-image {
		background-position: center !important;
	}
}
@media screen and (max-width: 1440px) {

	.frame {

		width: 1280px;
	}

	.h4, .h5, h4, h5 {

		font-size: 18px;
	}

	.footer .flexbox {

		flex-wrap: wrap;
	}

	.foot-menu-box:nth-child(3) {

		order: 2;
		margin-top: 40px;
	}
}

@media screen and (max-width: 1280px) {

	.frame {

		width: 1100px;
	}
	.navigation ul.menu .menulink {
		font-size: 16px;
	}
	.section-variant-1 .pb-column {

		padding: 40px 60px;
	}
	.pb-section.contact .contact-block .pb-block-content p.h4 {

		font-size: 24px;
	}
}

@media screen and (max-width:1200px) {

	.frame {

		width: 92%;
	}
	.row-container &gt; .pb-section {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (max-width:1000px) {

	.navigation {

		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;

		background-color: rgba(10, 10, 10, 0.85) !important;
		padding: 70px;
	}
	.navigation ul.menu {

		display: flex;
		flex-direction: column;
		margin-top: 40px;
		position: relative;
	}
	.navigation ul.menu &gt; li {

		width: max-content;
	}
	.navigation ul.menu &gt; li:last-child {

		position: absolute;
		top: 0;
		right: 0;
	}
	.navigation ul.menu &gt; li:last-child .menulink {

		font-size: 24px;
	}
	.navigation ul.menu .menulink {

		padding: 8px 0;
		font-size: 20px;
	}
	.header .mobile-menu-trigger {

		width: max-content;
	}
	.header .mobile-menu-trigger.open {

		display: none;
	}
	.mobile-nav-head {

		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.mobile-nav-head .mobile-menu-close {

		display: table-cell;
		text-align: right;
		width: max-content;
		font-size: 30px;
		line-height: 30px;
		position: relative;
		padding: 0;
		top: 0;
		right: 0;
		color: #ff5933;
	}
	.mobile-nav-head .mobile-menu-close:hover {

		background-color: unset;
		color: #fff;
	}

	.slider-wrapper &gt; .slide-overlay {

		z-index: 90 !important;
	}
	.bx-wrapper .bx-controls-direction a {

		z-index: 99 !important;
	}
	.services-section .pb-row {
		flex-wrap: wrap;
	}
	.services-section .pb-row .pb-column {

		width: 50%;
	}
	.banner h1, .banner .h1  {
		line-height: 1;
	}

	.pb-section.section-variant-2 .col-sm-2 {

		display: none;
	}
	.pb-section.section-variant-2 .col-sm-8 {

		width: 100%;
	}
	.pb-section.contact .pb-row {
		display: flex;
		flex-direction: column;
	}
	.pb-section.contact .pb-row .pb-column {

		width: 100%;
	}
}

@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.bx-viewport,
	.slider-wrapper .slide-image {

		height: 60vh !important;
	}

	.section-variant-1 .pb-row {

		flex-direction: column;
		min-height: unset;
	}
	.section-variant-1 .pb-row .pb-column {

		width: 100%;
	}
	.section-variant-1 .pb-row.image-cover.left .pb-column:first-child {

		display: none;
	}
	
    .footer .flexbox
    {
		flex-wrap: wrap;
		align-items: flex-start; 
	}

	.footer .foot-menu-box:not(:first-child), 
	.footer .foot-menu-box:not(:last-child) {
		
		flex: 100% 1 1;
	}
	.footer .foot-menu-box:not(:last-child) {

		margin-right: 0;
	}
	.footer .foot-menu-box:first-child {
		
		flex: 50% 1 1;
		order: -1;
	}
	.footer .foot-menu-box:last-child {

		flex: 50% 1 1;
		order: -1;
		margin-left: auto;
		text-align: right;
	}
	.footer .foot-menu-box:not(:first-child) .head.h4
	{
		margin-top: 20px;
	}
	.gmap-canvas {
		width: 100%;
	}
	.gmap-canvas iframe {

		height: 300px;
		width: 100%;
	}
	.pb-section.section-variant-1 .pb-row .pb-column.col-sm-4 {

		height: 300px;
	}
	.pb-section.section-variant-1 .pb-row .pb-column.col-sm-4:last-child {

		order: -1;
	}
	.pb-section.cta-buttons .button-wrapper {
		flex-direction: column;
	}

	.header, .navigation {

		padding: 50px;
	}
	.profile-section .button-wrapper {

		display: flex;
		flex-direction: column;
	}
	.profile-section .button-wrapper .button {

		margin-top: 5px;
	}
}

@media screen and (max-width: 767px) {

	.row-container .pb-block &gt; .pb-block-content {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width:600px) {

	.row-container &gt; .pb-section.page-banner {

		padding-top: 120px;
	}
	h1, .h1 {

		font-size: 32px;
	}
	.section-variant-1 .pb-column {

		padding: 20px 30px;
	}

	.banner h1, .banner .h1 {

		font-size: 42px;
	}
	.banner h3, .banner .h3 {

		font-size: 20px;
	}
	.banner h3::before, .banner .h3::before,
	.banner h3::after, .banner .h3::after {

		display: none;
	}
	.bx-controls-direction {
		bottom: 60px;
		right: 25px;
	}
	.banner .bx-wrapper .bx-pager {

		bottom: 30px;
		right: 23px;
	}
	.services-section .pb-row .pb-column {
		width: 100%;
	}
	.footer .foot-menu-box:last-child {
		order: -2;
		margin: 0 auto;
		text-align: center;
	}
	.footer .icon-menu {
		justify-content: center;
	}
	.footer .foot-menu {
		padding-right: 0;
	}
	.footer .foot-menu &gt; li a {
		justify-content: center;
	}
	.footer .h4 {
		text-align: center;
		margin-top: 20px;
	}
	.footer-inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-inner .copyright p {

		margin-top: 20px;
		align-items: center;
	}
	.header, .navigation {
		padding: 30px;
	}
	.slider-wrapper .slide-cell {

		padding: 10px;
	}

	.button-wrapper {

		display: flex;
		flex-direction: column;
	}
	.button-wrapper .button:not(:last-child) {

		margin-bottom: 6px;
	}
}

@media screen and (max-width:380px) {
	.bx-wrapper .bx-controls-direction a, .lSAction&gt;a {
		width: 45px!important;
		height: 45px!important;
	}
	.banner h1, .banner .h1 {
		font-size: 38px;
	}
}
	
@media screen and (max-width:320px) {
	.bx-wrapper .bx-controls-direction a, .lSAction&gt;a {
		width: 30px!important;
		height: 30px!important;
	}
	.banner h1, .banner .h1 {
		font-size: 32px;
	}
}
	
	</pre></body></html>