/*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;
    scroll-behavior: smooth;
}
.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 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 > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.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: 5px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 0px;
	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;	
}
.logo {
	display: none;
}
.site-title {
	visibility: hidden;
    position: absolute;
    pointer-events: none;
}
.site-logo {
	width: 250px;
	background-image: none!important;
}
.logo-wrap a {
	display: flex;
}

.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;
}
.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: 1400px;
}
body, .body, * {
	font-family: "proxima-nova", "sans-serif";
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "proxima-nova", "sans-serif";
	color: #000;
}
.logo {
	display: none;
}
.site-title {
	visibility: hidden;
    position: absolute;
    pointer-events: none;
}
.site-logo {
	width: 250px;
	background-image: none!important;
}
.logo-wrap a {
	display: flex;
}
.header {
	padding: 40px 0px;
	background-color: transparent;
	position: relative;
	z-index: 100;
}
.header p {
	margin: 0px;
	color: #818285;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: right;
    width: 100%;
	font-weight: 400;
}
.header a {
	text-decoration: none;
}
.header .logo {
	font-size: 0px;
}
.navigation {
	background-color: transparent;
	border: 0px;
}
.logo {
	display: flex;
	height: 100px;
	min-width: 50px;
}
.contact-box {
	display: flex;
}
.navigation ul.menu {
	width: unset;
	display: flex;
}
.navigation ul.menu > li {
	display: block;
}
.navigation ul.menu .menulink {
	background-color: transparent;
	color: #808080;
	text-transform: capitalize!important;
	font-weight: 500;
	letter-spacing: 0px;
	border: 0px;
	margin-right: 40px;
	font-size: 16px;
	font-family: "proxima-nova", "sans-serif";
	padding: 0px 0px 25px 0px;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
}
.navigation ul.menu .menulink::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 0px;
	background-color: #e3c4b9;
}
.navigation ul.menu .menulink span {
	display: none;
}
.navigation ul.menu .menulink:hover {
	background-color: transparent;
	color: #e3c4b9;
}
.navigation ul.menu .menulink:hover::before {
	height: 3px;
}
.navigation ul.menu .mobile-nav + li {
	border: 0px;
}
ul.menu ul li:hover a {
	background-color: #808080;
}
.footer .foot-menu > li a {
	display: flex;
}
.footer .foot-menu > li a:hover {
	color: #333;
}
.footer .foot-menu > li a b {
	margin-right: 15px;
	font-weight: 600;
	height: 30px;
	width: 30px;
	border: 1px solid #DDD;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.foot-menu-box:not(:last-child) {
	margin-right: 70px;
}
.foot-menu-box:last-child {
	margin-left: auto;
}
.footer {
	border: 0px;
	background-color: #FFF;
}
.footer .h4 {
	color: #808080;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer .logo {
	width: 200px;
	background-position: top;
	margin-left: auto;
}
.copyright {
	background-color: #FFF;
	/*border-top: 1px solid #333;*/
	margin-top: 100px;
}
.copyright p {
	text-align: left;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
	color: #222;
}
.copyright a {
	color: #222;
}
.bx-wrapper .bx-pager {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: unset!important;
	width: unset!important;
	padding-top: 0px!important;
}
.bx-wrapper {
	margin: 0px!important;
	margin-bottom: 70px!important;
	position: relative;
}
.bx-wrapper .bx-controls-direction a {
	background-image: none!important;
	top: unset!important;
	bottom: 60px!important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bx-wrapper .bx-controls-direction a::before {
	position: absolute;
	content: '\f054';
	font-family: "Font Awesome\ 5 Pro";
	background-color: #FFF;
	border-radius: 0px;
	border: 1px solid #DDD;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #808080;
	text-indent: 0px;
	transition: all 0.2s ease-in-out 0s;
	width: 50px;
	height: 50px;
}
.bx-wrapper .bx-controls-direction a:hover::before {
	color: #000;
}
.bx-wrapper .bx-controls-direction a.bx-prev::before {
	content: '\f053';
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 60px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 60px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 0px!important;
	width: 20px!important;
	height: 20px!important;
	background-color: #FFF!important;
	border: 2px solid #FFF;
}
.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: #e3c4b9!important;
}
.button, button {
	border: 0px;
	border-radius: 0px;
	letter-spacing: 0px;
	color: #808080;
	background-color: #FFF;
	padding: 25px 60px;
	font-size: 16px;
	text-transform: capitalize!important;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 500;
}
.button:hover, button:hover {
	border: 0px;
	background-color: #DDD;
}
button:hover {
	border: 2px solid transparent;
}
.button::before,
.button::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.logo-wrap h1 {
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
}
.logo-wrap h1 .small {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 600;
	display: table;
	line-height: 21px;
}
.social-wrap {
	display: flex;
}
.social-wrap span {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #AAA;
	transition: all 0.2s ease-in-out 0s;
	background-color: #FFF;
}
.social-wrap a:not(:last-child) span {
	margin-right: 5px;
}
.social-wrap a {
	text-decoration: none;
	color: #000;
}
.social-wrap span:hover {
	color: #e3c4b9;
}
.footer .social-wrap {
	margin-top: -70px;
}
.contact-box {
	display: flex;
	justify-content: flex-end;
}
body {
	position: relative;
	z-index: 1;
}
body::before,
body::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 250px;
	width: 250px;
	background-image: url("images/bg-decor.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
body::after {
	left: unset;
	right: 0;
	transform: rotate(90deg);
	height: 200px;
	width: 200px;
}
.full-width .col-sm-12 {
	padding: 0px;
}
.slider-wrapper .slide-inner {
	width: unset;
	height: unset;
	margin-top: 70px;
}
.slider-wrapper .slide-cell {
	padding: 40px 80px 80px 40px;
	max-width: 350px;
	/*background-color: #FFF;*/
	text-align: left;
}
.slider-wrapper .slide-cell h2 {
	text-transform: uppercase;
	color: #000;
	letter-spacing: -1px;
}
.section-variant-1, .row-container > .pb-section.section-variant-1 {
	background-color: #e3c4b9;
	/*background-color: #e1bcb6;*/
	display: flex;
}
.what-we-do-section h2 {
	text-transform: uppercase;
	font-size: 86px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 40px;
}
.what-we-do-section .button-wrapper {
	margin-top: 70px;
}
.what-we-do-section p {
	text-align: justify;
}
.section-variant-1 h2,
.section-variant-1 p {
	color: #FFF;
}
.pad70 {
	padding: 70px!important;
}
.spill-frame {
	margin-left: -70px;
	margin-right: -70px;
}
.body {
	padding: 0px;
	overflow: hidden;
}
.about-section {
	border-bottom: 2px solid #DDD;
}
.footer-top {
	background-image: url("images/bg-section-2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
}
.footer-top::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 200px;
    width: 200px;
    background-image: url(images/bg-decor.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
	transform: rotate(-90deg) translateX(100%);
}
.button.btn-variant-1, button {
	border: 1px solid #808080;
}
.button.btn-variant-1:hover, button:hover {
	border: 1px solid transparent;
}
.footer .button {
	position: relative;
	top: -115px;
}
.contact-section .col-sm-8 {
	padding: 0px;
}
.contact-section .col-sm-8 h2 {
	display: none;
}
.contact-section .pb-block-type-form,
.contact-section .privacy-policy {
	background-color: #f2f2f2;
	padding: 40px;
	margin-left: 120px;
}
.privacy-policy{
    position: relative;
    z-index: 5;
}
.privacy-policy a{
    color: #808080;
}
.privacy-policy ul{
    margin-bottom: 15px;
}
.privacy-policy ul > li{
    position: relative;
    margin-left: 15px;
}
.form-block {
	border: 0px;
	padding: 0px;
	background-color: transparent;
}
.contact-section {
	position: relative;
	z-index: 1;
}
.contact-section::before {
	position: absolute;
	content: '';
	top: 0;
	right: 1px;
	bottom: 0;
	width: 300px;
	transform: translateX(100%);
	background-color: #F2F2F2;
}
input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
	border: 0px;
	padding: 25px;
	border-radius: 0px;
}
p, li {
	color: #808080;
	font-size: 15px;
}
.header-title h2 {
	text-transform: uppercase;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -2px;
}
.what-we-do-section .col-sm-2 {
	width: 7%;
}
.what-we-do-section .col-sm-4 {
	width: 43%;
}
.what-we-do-section .pb-block-type-image {
	padding: 10px;
	border: 2px solid #FFF;
}
.what-we-do-section img {
	display: block;
}
.about-section img {
	margin-top: -240px;
}
.about-section h2 {
	background-color: #FFF;
	position: relative;
	top: -30px;
	display: table;
	padding-right: 70px;
}
.about-section p {
	text-align: left;
	margin: 0px;
}
.about-section .col-sm-6:first-child .pb-block-content {
	background-color: #FFF;
	padding: 0px 40px 40px 0px;
}
.about-section .col-sm-6:first-child .pb-block-type-text {
	position: relative;
	z-index: 1;
	margin-right: 210px;
}
.about-section .col-sm-6:first-child .pb-block-type-text::before {
	position: absolute;
	content: '';
	top: -3px;
	left: 0;
	bottom: -3px;
	right: -3px;
	background-color: #000;
	z-index: -1;
}
.about-section .col-sm-6:first-child .pb-block-type-text::after {
	position: absolute;
	content: '';
	top: 0;
	border: 15px solid transparent;
	width: 30px;
	border-right-color: #000;
	right: 130px;
	transform: translateY(-50%);
}
.services-section h2 {
	color: #e3c4b9;
	margin-bottom: 150px;
}
.contact-section h2 {
	color: #808080;
}
.contact-section p {
	text-align: left;
}
.services-section .col-sm-6:first-child .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
}
.services-section .col-sm-6:first-child .button-wrapper .button {
	flex: 1 1 45%;
	margin: 5px;
}
.button.btn-variant-2 {
	background-color: #f2f2f2;
	color: #808080;
}
.button.btn-variant-2:hover {
	background-color: #e3c4b9;
	color: #FFF;
}
.contact-section ul {
	margin-top: 40px;
}
.contact-section ul li {
	list-style: none;
	margin-bottom: 10px;
	display: flex;
}
.contact-section ul li span {
	margin-right: 15px;
    height: 30px;
    width: 30px;
    border: 1px solid #DDD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.contact-section ul li a{
    color: #808080;
}
.contact-section .form-block .field label {
	display: none;
}
.contact-section .form-block .field input,
.contact-section .form-block .field textarea {
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out 0s;
}
.contact-section .form-block .field input:hover,
.contact-section .form-block .field textarea:hover {
	border-color: #808080;
}
.contact-section .form-block.single .field {
	padding: 0px;
}
.contact-section .form-block.single .field:not(:last-child) {
	margin-bottom: 10px;
}
.contact-section .form-block.single .field:nth-child(3) {
	margin-bottom: 40px;
}
.services-section #services {
	margin-top: 55px;
}
.services-section #services img {
	width: 100%;
	display: block;
}
.services-section #services .content-wrap .number {
	height: 130px;
	width: 130px;
	padding: 15px 20px;
	border: 1px solid #808080;
	display: flex;
	background-color: #FFF;
	color: #E3C4B9;
	font-size: 56px;
	font-weight: 700;
	margin-right: 30px;
}
.services-section #services .content-wrap {
	width: 80%;
	display: flex;
	margin-left: auto;
	margin-bottom: 10px;
    position: relative;
}
.services-section #services .content-wrap p {
	width: 440px;
	min-height: 215px;
    text-align: justify;
}
.slider-block {
	margin-left: -70px;
}
.lSAction>a {
	background-image: none!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
	width: 50px!important;
    height: 50px!important;
	background-color: #FFF;
	opacity: 1!important;
	border: 1px solid #808080;
	font-size: 16px;
	color: #808080;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s!important;
}
.lSAction>a:hover {
	color: #000;
}
.lSAction>a::before {
	font-family: 'Font Awesome\ 5 Pro';
	content: '\f053';
}
.lSAction>.lSNext::before {
	content: '\f054';
}
.lSAction>.lSPrev {
	left: unset!important;
	right: 30px;
}
.lSAction>.lSNext {
	right: -30px!important;
}
.lightSlider, .lSSlideWrapper, .lSSlideOuter {
	overflow: visible!important;
}
.lslide .img-wrapper {
	border: 1px solid #808080; 
}
.lslide,
.lslide img,
.lslide p {
	transition: all 0.2s ease-in-out 0s;
}
.lslide img,
.lslide p {
	opacity: 0;
}
.lslide.active,
.lslide.active img,
.lslide.active p {
	opacity: 1;
}
.slider-wrapper .slide-image {
	background-size: contain;
}
/******RESPONSIVE OVERRIDE*****/
@media screen and (min-width: 800px) {
	.navigation {
		display: flex;
	}
}
@media screen and (max-width:1440px) {
	body::before, body::after {
		content: unset;
	}
	.header {
		padding: 30px;
	}
	.frame {
		width: 100%;
	}
	.navigation ul.menu {
		padding: 0px 30px;
	}
	.section-variant-1, .row-container > .pb-section.section-variant-1,
	.about-section, .services-section, .contact-section {
		margin: 0px 70px;
	}
	.what-we-do-section .col-sm-2 {
		width: 9%;
	}
	.what-we-do-section .col-sm-4 {
		width: 41%;
	}
	.services-section #services .content-wrap p {
		min-height: 240px;
	}
	.footer {
		padding: 70px;
	}
	.pad120 {
		padding: 100px 0px!important;
	}
}
@media screen and (max-width:1280px) {
	.about-section img {
		margin-top: -260px;
	}
	.about-section .col-sm-6:first-child .pb-block-type-text {
		margin-right: 70px;
	}
	.services-section #services .content-wrap {
		width: 90%;
		justify-content: flex-end;
	}
	.services-section .col-sm-6:first-child {
		width: 60%;
	}
	.services-section .col-sm-6:last-child {
		width: 40%;
	}
}
@media screen and (max-width:1200px) {
	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;
	}
	.section-variant-1, .row-container > .pb-section.section-variant-1,
	.about-section, .services-section, .contact-section {
		margin: 0px 40px;
	}
	.section-variant-1, .row-container > .pb-section.section-variant-1 {
		margin: 0px 20px;
	}
	.bx-wrapper {
		margin-bottom: 20px!important;
	}
	.logo-wrap h1 {
		text-align: left;
	}
	.logo-wrap a {
		display: unset;
	}
	.what-we-do-section .col-sm-2 {
		width: 12%;
	}
	.what-we-do-section .col-sm-4 {
		width: 88%;
	}
	.what-we-do-section .pb-row > .col-sm-2:first-child + .col-sm-4 {
		margin-bottom: 40px;
	}
	.about-section img {
		margin-top: 0px!important;
	}
	.what-we-do-section .button-wrapper {
		margin-top: 50px;
	}
	.pad120 {
		padding: 70px 0px!important;
	}
	.about-section .pb-row,
	.services-section .pb-row,
	.contact-section .pb-row {
		display: flex;
		flex-direction: column-reverse;
	}
	.contact-section .pb-row {
		flex-direction: column;
	}
	.about-section .col-sm-6,
	.services-section .col-sm-6,
	.contact-section .col-sm-4,
	.contact-section .col-sm-8 {
		width: 100%!important;
	}
	.about-section img {
		width: 50%!important;
		display: table;
		margin: 0 auto;
	}
	.about-section .col-sm-6:first-child .pb-block-type-text {
		width: 50%;
		margin: 0px;
		margin-top: 70px;
	}
	.about-section .col-sm-6:first-child {
		display: flex;
		justify-content: center;
	}
	.services-section h2 {
		margin-bottom: 70px;
		text-align: center;
	}
	.services-section .col-sm-6:last-child .button {
		display: none;
	}
	.services-section #services .content-wrap {
		width: 100%;
	}
	.services-section #services .content-wrap p {
		width: 60%;
		min-height: 210px;
	}
	.copyright {
		padding: 0px;
	}
	.contact-section::before {
		content: unset;
	}
	.contact-section .pb-block-type-form,
    .contact-section .privacy-policy {
		margin-left: 0px;
	}
	.contact-section .col-sm-4 {
		margin-bottom: 40px;
	}
}
@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: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	.about-section img {
		width: 80%!important;
	}
	.about-section .col-sm-6:first-child .pb-block-type-text {
		width: 70%;
		margin-top: 90px;
	}
	.what-we-do-section .col-sm-2 {
		width: 15%;
	}
	.what-we-do-section .col-sm-4 {
		width: 85%;
	}
	.services-section #services .content-wrap p {
		min-height: 220px;
	}
	.footer .flexbox {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer .button {
		top: unset;
	}
	.footer .social-wrap {
		margin-top: 20px;
	}
	.foot-menu-box:not(:last-child) {
		margin: 0px;
		margin-bottom: 40px;
	}
	.footer .foot-menu {
		padding-right: 0px;
	}
	.footer .foot-menu > li a {
		justify-content: center;
	}
	.footer .foot-menu-box:nth-child(2) .foot-menu > li a {
		justify-content: flex-start;
	}
	.footer .h4 {
		text-align: center;
	}
	.foot-menu-box:last-child {
		margin-left: unset;
		text-align: center;
		margin-top: 40px;
	}
	.copyright {
		margin-top: 70px;
	}
	.copyright p {
		justify-content: center;
		align-items: center;
	}
	.copyright p a {
		margin-top: 5px;
	}
	.header .mobile-menu-trigger {
		width: 10%;
	}
	.header > .frame .logo {
		height: 0px;
	}
	body .header {
		padding: 30px 20px;
	}
	.navigation {
		top: 118px;
		width: 100%;
		z-index: 10000;
		bottom: unset;
		border-radius: 0px;
		background-color: #FFF!important;
		border-top: 1px solid #DDD!important;
		padding: 25px 0px 0px;
	}
	.what-we-do-section h2 {
		font-size: 58px;
	}
	.what-we-do-section .button-wrapper {
		margin-top: 20px;
	}
	.header .mobile-menu-trigger i {
		color: #000;
	}
	body.mobile-menu-active {
		overflow: visible;
	}
}
@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;
	}
	.header .flexbox {
		flex-direction: column;
	}
	.logo-wrap h1 {
		text-align: center;
	}
	.logo-wrap h1 .small {
		margin: 0 auto 5px;
	}
	body .header {
		padding-bottom: 10px;
	}
	.header .social-wrap {
		margin: 20px 0px;
	}
	.navigation {
		top: 230px;
	}
	.navigation ul.menu {
		flex-direction: column;
	}
	.navigation ul.menu .menulink {
		margin-right: 0px;
		text-align: center;
	}
	.pb-block-type-slider .pb-block-content,
	.what-we-do-section .col-sm-2 .pb-block-content {
		margin: 0px;
	}
	.bx-viewport {
		height: 170px!important;
	}
	.bx-wrapper .bx-controls-direction a {
		display: none;
	}
	.pad70  {
		padding: 30px!important;
	}
	.what-we-do-section h2 {
		font-size: 36px;
		text-align: center;
	}
	.what-we-do-section .pb-row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.what-we-do-section .col-sm-2 {
		width: 40%;
		margin-bottom: 20px;
	}
	.what-we-do-section .col-sm-4 {
		width: 100%;
	}
	.what-we-do-section p {
		text-align: center;
	}
	.about-section img {
		width: 100%!important;
	}
	.pad120 {
		padding: 40px 0px!important;
	}
	.about-section h2 {
		position: unset;
		padding-right: 0px;
		background-color: transparent;
	}
	.about-section .col-sm-6:first-child .pb-block-type-text::before,
	.about-section .col-sm-6:first-child .pb-block-type-text::after {
		content: unset;
	}
	.about-section .col-sm-6:first-child .pb-block-type-text {
		width: 100%;
	}
	.about-section .col-sm-6:first-child .pb-block-type-text {
		margin-top: 30px;
	}
	.header-title h2 {
		font-size: 36px;
		text-align: center;
		justify-content: center;
		margin: 0 auto 20px;
	}
	.about-section .col-sm-6:first-child .pb-block-content {
		padding: 0px;
	}
	.about-section p,
	.contact-section p {
		text-align: center;
	}
	.services-section .col-sm-6:first-child .button-wrapper .button {
		flex: 1 1 50%;
		padding: 25px;
	}
	.services-section #services li {
		display: flex;
   		flex-direction: column-reverse;
	}
	.services-section #services {
		margin-top: 45px;
	}
	.lSAction>a {
		top: 5%!important;
	}
	.services-section #services .content-wrap {
		flex-direction: column;
	}
	.services-section #services .content-wrap p {
		min-height: unset;
		width: 100%;
	}
	.slider-block {
		margin-left: -20px;
		margin-right: -20px;
	}
	.services-section #services .content-wrap .number {
		margin: 0px;
		margin-top: -70px;
		margin-left: 0px;
		transform: scale(0.75);
	}
	.contact-section ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.contact-section ul li span {
		margin: 0px;
		margin-bottom: 10px;
	}
	.contact-section .pb-block-type-form,
    .contact-section .privacy-policy {
		margin: 0px -60px;
	}
	button {
		margin: 0 auto;
		display: table;
	}
	.footer .h4 {
		margin-top: 0px;
	}
	.footer .foot-menu.contact li:last-child a.menulink {
		justify-content: flex-start;
		text-align: left;
	}
}