/*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;
}

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

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

:root {
	/* Frame Sizes */
	--frame-max: 1400px;
	--frame-width: calc(100% - 160px);

	/* Fonts */
	--font-main: "margin-mvb";
	--font-default: "Sans-Serif";
	--font-fa: "Font Awesome 5 Pro";

	/* Colours */
	--colour-primary: #0D2E4E;
	--colour-secondary: #BCD7EF;
	--colour-alternate-1: #F2F7FF;
	--colour-alternate-2: #84AED3;
	--colour-alternate-3: #EBF2F8;
	--colour-white: #FFF;
	--colour-black: #000;

	/* Transitions */
	--transition-default: all 0.3s ease-in-out 0s;
	--transition-hover: all 0.1s ease-in-out 0s;

	/* Font Size */
	--size-1: 14px;
	--size-2: 16px;
	--size-3: 18px;
	--size-4: 21px;
	--size-5: 24px;
	--size-6: 28px;
	--size-7: 32px;
	--size-8: 36px;
	--size-9: 42px;
	--size-10: 48px;
	--size-11: 52px;
	--size-12: 58px;
	--size-13: 64px;
	--size-14: 70px;

}

/* Variables END */

/* Default CSS */

*::selection {
	background-color: var(--colour-primary);
	color: var(--colour-white);primary
}
h1, .h1 {
	font-weight: 700;
	font-size: var(--size-12);
	line-height: var(--size-13);
	color: var(--colour-primary);
	font-family: var(--font-main), var(--font-default);
}
h2, .h2 {
	font-weight: 700;
	font-size: var(--size-9);
	line-height: var(--size-11);
	color: var(--colour-primary);
	font-family: var(--font-main), var(--font-default);
}
h3, .h3 {
	font-weight: 700;
	font-size: var(--size-6);
	line-height: var(--size-8);
	color: var(--colour-primary);
	font-family: var(--font-main), var(--font-default);
}
h4, .h4 {
	font-weight: 700;
	font-size: var(--size-4);
	line-height: var(--size-6);
	color: var(--colour-primary);
	font-family: var(--font-main), var(--font-default);
}
h5, .h5 {
	font-weight:  400;
	font-size: var(--size-3);
	line-height: var(--size-6);
	color: var(--colour-primary);
	font-family: var(--font-main), var(--font-default);
}
h6, .h6 {
	font-weight:  300;
	font-size: var(--size-1);
	line-height: var(--size-1);
	color: var(--colour-primary);
	font-family: var(--font-main), var(--font-default);
}
p, li, .footer .foot-menu > li a {
	font-weight: 300;
	line-height: var(--size-6);
	color: var(--colour-primary);
	font-family: var(--font-main);
	letter-spacing: 0px;
	font-size: var(--size-2);
}
strong {
	font-weight: 600;
}
strong, span, em, a, i, b {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-family: inherit;
}
button,
.button,
.pb-block-type-button .button {
	border-radius: 0px;
	text-transform: unset;
	font-family: var(--font-main);
	color: var(--colour-primary);
	background: linear-gradient(to right, transparent 50%, var(--colour-primary) 50%);
  	background-size: 205% 205%;
	padding: 15px 40px 17px;
	display: inline-flex;
	justify-content: center;
	flex-direction: row-reverse;
	font-weight: 300;
	font-size: var(--size-3);
	align-items: center;
	column-gap: 20px;
	border: 0px;
	border-left: 2px solid var(--colour-primary);
	border-right: 2px solid var(--colour-primary);
	transition: all 0.3s ease-in-out 0s;
	white-space: nowrap;
	letter-spacing: 0px;
}
button:hover,
.button:hover,
.pb-block-type-button .button:hover {
	background: linear-gradient(to right, transparent 50%, var(--colour-primary) 50%);
  	background-size: 205% 205%;
	transition: all 0.1s ease-in-out 0s;
	background-position: right;
	border-top: 0px;
	border-bottom: 0px;
	color: var(--colour-alternate-1);
}
.button i {
	font-weight: 500;
}
a.button.btn-variant-1 {
	background: linear-gradient(to right, var(--colour-white) 50%, var(--colour-secondary) 50%);
	background-size: 205% 205%;
	color: var(--colour-primary);
	font-size: var(--size-2);
	border: 0px;
}
a.button.btn-variant-1:hover {
	background: linear-gradient(to right, var(--colour-white) 50%, var(--colour-secondary) 50%);
	background-size: 205% 205%;
	background-position: right;
	color: var(--colour-primary);
}
a.button.btn-variant-2 {
	background: linear-gradient(to right, transparent 50%, var(--colour-white) 50%);
	background-size: 205% 205%;
	border-color: var(--colour-white);
	color: var(--colour-white);
}
a.button.btn-variant-2:hover {
	background: linear-gradient(to right, transparent 50%, var(--colour-white) 50%);
	background-size: 205% 205%;
	background-position: right;
	border-color: var(--colour-white);
	color: var(--colour-primary);
	transition: var(--transition-hover);
}
.header .navigation {
	background-color: transparent;
	border: 0px;
}
.header .navigation ul.menu {
	display: flex;
	align-items: center;
	column-gap: 40px;
	flex-wrap: wrap;
}
.header .navigation ul.menu li a {
	background-color: transparent;
	color: var(--colour-secondary);
	text-transform: unset;
	letter-spacing: unset;
	font-family: var(--font-main);
	font-weight: 300;
	font-size: var(--size-2);
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding: 15px 0px;
	transition: all 0.3s ease-in-out 0s;
}
.header .navigation ul.menu li a:hover {
	color: var(--colour-primary);
	transition: all 0.1s ease-in-out 0s;
}
.header .navigation ul.menu li a span {
	font-weight: 100;
}
.pb-block-type-button .button-wrapper {
	display: flex;
	column-gap: 10px;
	row-gap: 10px;
	flex-wrap: wrap;
}
.pb-block-type-text ul li {
	color: var(--colour-primary);
	font-weight: 300;
}
.pb-block-type-text *:last-child {
	margin-bottom: 0px;
}
.pb-section.section-pad-1 { padding: 40px 0px; }
.pb-section.section-pad-2 { padding: 60px 0px; }
.pb-section.section-pad-3 { padding: 80px 0px; }
.pb-section.section-pad-4 { padding: 100px 0px; }
.pb-section.section-pad-5 { padding: 120px 0px; }

@media screen and (max-width: 1000px) {
	.pb-section.section-pad-1 { padding: 20px 0px; }
	.pb-section.section-pad-2 { padding: 30px 0px; }
	.pb-section.section-pad-3 { padding: 40px 0px; }
	.pb-section.section-pad-4 { padding: 60px 0px; }
	.pb-section.section-pad-5 { padding: 80px 0px; }
}
@media screen and (max-width: 600px) {
	.pb-section.section-pad-1 { padding: 10px 0px; }
	.pb-section.section-pad-2 { padding: 20px 0px; }
	.pb-section.section-pad-3 { padding: 30px 0px; }
	.pb-section.section-pad-4 { padding: 40px 0px; }
	.pb-section.section-pad-5 { padding: 50px 0px; }
}
.pb-section.section-variant-1 { background-color: var(--colour-primary); }
.pb-section.section-variant-2 { background-color: var(--colour-primary); }
.pb-section.section-variant-3 { background-color: var(--colour-secondary); }
.pb-section.section-variant-4 { background-color: var(--colour-alternate-1); }
.pb-section.section-variant-5 { background-color: var(--colour-alternate-2); }

.pb-section.section-variant-1 .pb-block-type-text * {
	color: var(--colour-white);
}
.pb-section.section-variant-1 .pb-block-type-text del,
.mb-hero-42 del {
	border-color: var(--colour-white);
}

body, .body, html {
	background-color: var(--colour-white);
}
body.frame-full-width .body .frame {
	padding: 0px;
}
.frame {
	max-width: 1400px;
	width: calc(100% - 160px);
}
.pb-block > .pb-block-content {
	margin-top: 0px;
	margin-bottom: 0px;
}


.add-read-more .read-more,
.add-read-more .read-less {
		display: inline;
    font-weight: 300;
    margin-left: 2px;
    color: #8F8F8F;
    cursor: pointer;
		transition: var(--transition-default);
		font-family: var(--font-main);
		margin-top: 10px;
		display: inline-flex;
}

.add-read-more .read-less {
    display: none;
}

.add-read-more .show-more-content .read-more {
    display: none;
}

.add-read-more .show-more-content .read-less {
    display: inline-flex;
}

.add-read-more .read-more:hover,
.add-read-more .read-less:hover {
	color: var(--colour-primary);
	opacity: 0.8;
	transition: var(--transition-hover);
}

.add-read-more .pb-block-content.truncate .content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* truncate to 4 lines */
	-webkit-line-clamp: 4;
}
.add-read-more .pb-block-content.truncate.show-more-content .content{
	-webkit-line-clamp: unset;
}

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

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

}
@media screen and (max-width:1200px) {
	.frame {
		width: calc(100% - 120px);
	}
}
@media screen and (max-width:1000px) {

}
@media screen and (max-width:800px) {
	.frame {
		width: calc(100% - 80px);
	}
	.header .mobile-menu-trigger {
		color: var(--colour-primary);
		text-decoration: unset;
		width: unset;
	}
	.header .mobile-menu-trigger i {
		width: 26.5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header .navigation {
		background-color: var(--colour-primary)!important;
		left: 0px;
		bottom: 0px;
		width: unset;
		border-radius: 0px;
		padding: 60px;
	}
	.header .navigation ul.menu {
		padding: 0px;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 30px;
	}
	.header .navigation ul.menu li a {
		color: var(--colour-white);
		padding: 0px;
	}
	.header > .frame .logo-wrap {
		width: unset;
	}
}
@media screen and (max-width:600px) {
	.frame {
		width: calc(100% - 40px);
	}
	.pb-block-type-button .button-wrapper .button {
		width: 100%;
	}
	.header .navigation {
		padding: 40px;
	}
}

@keyframes mb-animation-transition-up {
	0% {transform: translateY(300px); opacity: 0; }
	100% {transform: translateY(0px); opacity: 1; }
}

/* Default CSS END */

/*-------------------------------------------------*/
/*---------------- MB HEADER 8 -------------------*/
/*-------------------------------------------------*/

.mb-header-8 {
	background-color: var(--colour-primary);
	padding: 20px 0px;
}
.mb-header-8 .frame {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	padding: 0px 15px;
}
.mb-header-8 .menu-wrap {
	flex: 1 1 100%;
	justify-content: flex-end;
	display: flex;
	flex-wrap: wrap;
}
.mb-header-8 .site-logo {
	max-width: 250px;
}
.mb-header-8 .logo-wrap,
.mb-header-8 .logo-wrap a {
	display: flex;
}
.mb-header-8 .navigation {
	background-color: transparent;
	column-gap: 20px;
	border: 0px;
}
.mb-header-8 .navigation ul.menu {
	display: flex;
	align-items: center;
	column-gap: 40px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.mb-header-8 .navigation ul.menu li a {
	background-color: transparent;
	color: var(--colour-white);
	text-transform: unset;
	letter-spacing: unset;
	font-family: var(--font-main);
	font-weight: 300;
	font-size: var(--size-2);
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 10px;
	padding: 15px 0px;
	transition: all 0.3s ease-in-out 0s;
}
.mb-header-8 .navigation ul.menu > li:last-of-type a {
	flex-direction: row-reverse;
}
.mb-header-8 .navigation ul.menu li a:hover {
	color: var(--colour-secondary);
	transition: all 0.1s ease-in-out 0s;
}
.mb-header-8 .navigation ul.menu li {
	display: flex;
	gap: 40px;
}
.mb-header-8 .navigation ul.menu li ul.menu-dropdown {
	top: 93px;
	background-color: var(--colour-alternate-1);
	min-width: 200px;
}
.mb-header-8 .navigation ul.menu li ul.menu-dropdown li {
	background-color: unset;
	min-width: unset;
	width: 100%;
}
.mb-header-8 .navigation ul.menu li ul.menu-dropdown li a {
	width: 100%;
	text-align: left;
	color: var(--colour-primary);
	flex-direction: row;
	font-size: var(--size-1);
	line-height: var(--size-4);
}
.mb-header-8 .navigation ul.menu li ul.menu-dropdown li a:hover {
	background-color: var(--colour-primary);
	color: var(--colour-alternate-1);
}
.mb-header-8 .navigation ul.menu > li:last-of-type::before {
	content: '';
	width: 2px;
	background-color: var(--colour-white);
	display: block;
}
.mb-header-8 .navigation ul.menu li a span {
	font-weight: 300;
}
.mb-header-8 .social-media {
	display: flex;
	align-items: center;
	column-gap: 15px;
	row-gap: 5px;
	justify-content: flex-end;
}
.mb-header-8 .social-media a {
	font-size: var(--size-7);
	transition: all 0.3s ease-in-out 0s;
}
.mb-header-8 .social-media a:hover {
	color: var(--colour-secondary);
	transition: all 0.1s ease-in-out 0s;
}

@media screen and (min-width:800px) {
	.mb-header-8 .navigation {
		display: flex!important;
	}
}

/*------------ MB HEADER 8 RESPONSIVE ------------*/

@media screen and (max-width:1600px) {

}
@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1000px) {
	.mb-header-8 .navigation ul.menu {
		column-gap: 20px;
	}
}
@media screen and (max-width:800px) {
	.mb-header-8 .menu-wrap {
		margin: 0px -10px;
	}
	.mb-header-8 .contact-wrap {
		order: -1;
		justify-content: flex-start;
	}
	.mb-header-8 .social-media {
		justify-content: flex-start;
	}
	.mb-header-8 .frame .logo-wrap {
		display: flex;
		justify-content: center;
	}
	.mb-header-8 .site-logo {
		max-width: 200px;
	}
	.mb-header-8 .mobile-menu-trigger {
		color: var(--colour-white);
	}
	.mb-header-8 .mobile-menu-trigger i {
		font-weight: 400;
	}
	.mb-header-8 .navigation {
		background-color: var(--colour-primary)!important;
		left: 0px;
		bottom: 0px;
		width: unset;
		border-radius: 0px;
		padding: 60px;
		top: 109px;
	}
	.mb-header-8 .navigation ul.menu {
		padding: 0px;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 30px;
	}
	.mb-header-8 .navigation ul.menu li {
		flex-direction: column;
		gap: 30px;
	}
	.mb-header-8 .navigation ul.menu li a {
		color: var(--colour-white);
		padding: 0px;
	}
	.mb-header-8 .navigation ul.menu li ul.menu-dropdown {
		background-color: transparent;
	}
	.mb-header-8 .navigation ul.menu li ul.menu-dropdown li a {
		background-color: transparent;
		padding: 0px;
		color: var(--colour-white);
	}
	.mb-header-8 .navigation ul.menu li.open ul.menu-dropdown {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.navigation ul.menu li > ul.menu-dropdown li:last-child a {
		border-radius: 0px;
	}
	.mb-header-8 .navigation ul.menu > li:last-of-type::before {
		width: 100%;
		height: 2px;
	}
}
@media screen and (max-width:600px) {
	.mb-header-8 .logo-wrap, .mb-header-8 .contact-wrap {
		flex: 120px 1 1;
	}
	.mb-header-8 .social-media {
		column-gap: 12.5px;
	}
	.mb-header-8 .social-media a {
		font-size: var(--size-5);
	}
	.mb-header-8 .navigation {
		padding: 40px;
	}
}
@media screen and (max-width:400px) {

}

/*-------------------------------------------------*/
/*------------------- MB BLOG 23 ------------------*/
/*-------------------------------------------------*/

.mb-blog-23 .pb-container {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.mb-blog-23 .pb-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.mb-blog-23 .pb-row {
	flex-wrap: nowrap;
	row-gap: 40px;
}
.mb-blog-23 .col-sm-8 {
	flex: 1 1 60%;
}
.mb-blog-23 .col-sm-4 {
	flex: 1 1 30%;
}
.mb-blog-23 .tns-slider .tns-item {
	flex: 0 0 33%;
	padding: unset;
}
.mb-blog-23 .tns-slider .tns-item .post-item {
	border: 0px;
}
.mb-blog-23 .tns-slider .slide-content-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.mb-blog-23 .tns-slider .slide-content-wrap .post-image {
	aspect-ratio: 16 / 12;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 0px;
	width: 100%;
}
.mb-blog-23 .tns-slider .slide-content-wrap .post-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;
	z-index: -10;
}
.mb-blog-23 .tns-slider .slide-content-wrap .post-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: unset;
	padding: 0px;
}
.mb-blog-23 .tns-slider .slide-content-wrap .post-body * {
	margin: 0px;
}
.mb-blog-23 .tns-slider .slide-content-wrap .post-body h3 {
	font-family: var(--font-main);
	font-style: normal;
	font-weight: 600;
	font-size: var(--size-4);
	line-height: 26px;
	color: var(--colour-primary);
}
.mb-blog-23 .tns-slider .slide-content-wrap .date {
	display: none;
}
.mb-blog-23 .tns-outer .tns-controls button {
	flex-direction: column;
	width: 70px;
	height: unset;
	aspect-ratio: 1 / 1;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0px;
	line-height: 0px;
}
.mb-blog-23 .pb-block-type-form h2,
.mb-blog-23 .pb-block-type-form .form-block label {
	display: none;
}
.mb-blog-23 .pb-block-type-form .form-block,
.mb-blog-23 .pb-block-type-form .form-block .field {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.mb-blog-23 .pb-block-type-form .form-block {
	display: flex;
	gap: 10px;
	background-color: transparent;
}
.mb-blog-23 .pb-block-type-form .form-block .field.submit {
	width: fit-content;
}
.mb-blog-23 .pb-block-type-form .form-block .field input {
	border-radius: 0px;
	padding: 15px;
	appearance: none;
	outline: none;
	font-family: var(--font-main);
	font-weight: 300;
}
.mb-blog-23 .pb-block-type-form .form-block .field input:hover,
.mb-blog-23 .pb-block-type-form .form-block .field input:focus {
	border-color: var(--colour--primary);
}
.mb-blog-23 .pb-block-type-form .form-block button {
	font-size: 0px;
	line-height: 0px;
	background-color: var(--colour-primary);
	flex-direction: column;
	gap: 0px;
	padding: 15px 30px;
	height: 100%;
	border: 0px;
}
.mb-blog-23 .pb-block-type-form .form-block button::before {
	content: '\f061';
	font-family: var(--font-fa);
	color: var(--colour-white);
	font-size: var(--size-3);
	line-height: var(--size-4);
}
.mb-blog-23.style-1 .pb-row {
	align-items: flex-start;
}
.mb-blog-23.style-1 .pb-column:last-child {
	background-color: var(--colour-alternate-1);
	padding: 40px;
}


/*------------- MB BLOG 23 RESPONSIVE -------------*/

@media screen and (max-width:1600px){

}
@media screen and (max-width:1400px){

}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1000px){
	.mb-blog-23 .pb-row {
		flex-direction: column;
	}
	.mb-blog-23 .pb-column {
		max-width: unset;
	}
	.mb-blog-23.style-1 .pb-column:last-child {
		margin: 0px 15px;
	}
}
@media screen and (max-width:800px){

}
@media screen and (max-width:600px){
	.mb-blog-23.style-1 .pb-column:last-child {
		padding: 0px 15px;
		background-color: transparent;
		margin: 0px;
	}
}
@media screen and (max-width:400px){
	.mb-blog-23 .pb-block-type-form .form-block {
		flex-direction: column;
	}
	.mb-blog-23 .pb-block-type-form .form-block button {
		width: 100%;
	}
}

/*-------------------------------------------------*/
/*-------------------- MB HERO 42 -----------------*/
/*-------------------------------------------------*/

.mb-hero-42 .slide,
.mb-hero-42:not(.section-pad-0)  {
	min-height: calc(100vh - 127px);
	max-height: 1080px;
	display: flex;
	align-items: center;
}
.mb-hero-42.alt {
	min-height: 475px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}
.mb-hero-42.alt::before {
	position: absolute;
	content: '';
	inset: 0;
	background-color: var(--colour-black);
	opacity: 0.2;
	z-index: -1;
}
.mb-hero-42 .slide {
	position: relative;
	z-index: 1;
}
.mb-hero-42 .slide::before {
	position: absolute;
	content: '';
	inset: 0;
	background-color: var(--colour-black);
	z-index: -1;
	opacity: 0.2;
	pointer-events: none;
}
.mb-hero-42 .tns-outer {
	position: relative;
}
.mb-hero-42 .tns-inner::before {
	content: '';
	position: absolute;
	bottom: -0.5px;
	left: 0;
	right: 0;
	height: 40px;
	background-image: url('images/Vector 1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2560px;
	z-index: 1;
}
.mb-hero-42 .slide-cell,
.mb-hero-42:not(.section-pad-0) .pb-column {
	max-width: 50%;
	flex: 1 1 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.mb-hero-42 .slide-cell {
	padding: 0px;
	display: flex!important;
	text-align: left;
	gap: 20px;
}
.mb-hero-42 .slide-cell > *,
.mb-hero-42 .pb-block-type-text * {
	color: var(--colour-white);
}
.mb-hero-42 .slide.slider-image-wrapper {
	display: flex!important;
}
.mb-hero-42 .slide-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	/* max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto; */
	padding: 0px;
}
.mb-hero-42 .slide-inner {
	max-width: 1400px;
	width: calc(100% - 160px);
	display: flex;
	padding: 0px 15px;
	align-items: center;
}
.mb-hero-42 .slide-cell .button-wrapper {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px;
}
.mb-hero-42 .slider-wrapper .slide-cell > * {
	margin-bottom: 0px;
}
.mb-hero-42 .slider-content {
	display: flex;
}
.mb-hero-42 .tns-outer .tns-controls button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	aspect-ratio: 1 / 1;
	height: unset;
}

@media screen and (min-width:800px) {
	.mb-hero-42 .tns-outer:hover .tns-controls button:first-of-type {
		transform: translateX(40px);
	}
	.mb-hero-42 .tns-outer:hover .tns-controls button:last-of-type {
		transform: translateX(-40px);
	}
}

/*-------------- MB HERO 42 RESPONSIVE ------------*/
@media screen and (max-width:1600px) {

}
@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {
	.mb-hero-42 .slide-cell,
	.mb-hero-42:not(.section-pad-0) .pb-column {
		max-width: 75%;
	}
	.mb-hero-42.section-pad-0 {
		padding: 0px;
	}
	.mb-hero-42 .slide-inner {
		width: calc(100% - 120px);
	}
}
@media screen and (max-width:1000px) {

}
@media screen and (max-width:800px) {
	.mb-hero-42 .slide-inner {
		width: calc(100% - 68px);
	}
	.mb-hero-42 .tns-outer .tns-controls button {
		aspect-ratio: 1 / 3;
		width: 40px;
	}
	.mb-hero-42 .tns-outer .tns-controls button:first-of-type {
		border-radius: 0px 10px 10px 0px;
	}
	.mb-hero-42 .tns-outer .tns-controls button:last-of-type {
		border-radius: 10px 0px 0px 10px;
	}
	.mb-hero-42.alt {
		min-height: 350px;
	}
}
@media screen and (max-width:600px) {
	.mb-hero-42 .slide-cell,
	.mb-hero-42:not(.section-pad-0) .pb-column {
		max-width: 100%;
	}
	.mb-hero-42 .slide-cell .button-wrapper .button {
		width: 100%;
	}
	.mb-hero-42 .slide-inner {
		width: calc(100% - 68px);
		padding: 0px;
	}
}

/*-------------------------------------------------*/
/*---------------- MB CONTENT 32 -------------------*/
/*-------------------------------------------------*/

.mb-content-32 .pb-row {
	column-gap: 80px;
	flex-wrap: wrap;
	row-gap: 40px;
}
.mb-content-32 .col-sm-6 {
	flex: 1 1 45%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.mb-content-32 .pb-block-type-text .pb-block-content > *:last-child {
	margin-bottom: 0px;
}
.mb-content-32 .button {
	border-radius: 8px;
	text-transform: unset;
	font-family: var(--font-main);
	color: var(--colour-white);
	background: linear-gradient(to right, var(--colour-primary) 50%, var(--colour-secondary) 50%);
  background-size: 205% 205%;
	padding: 20px 40px;
	display: inline-flex;
	justify-content: center;
	flex-direction: row-reverse;
	font-weight: 300;
	font-size: var(--size-3);
	align-items: center;
	column-gap: 20px;
	border: 2px solid var(--colour-white);
	transition: all 0.3s ease-in-out 0s;
}
.mb-content-32 .button:hover {
	transition: all 0.1s ease-in-out 0s;
	background-position: right;
	border-color: var(--colour-secondary);
}
.mb-content-32 .button i {
	font-weight: 500;
}

/*------------ MB CONTENT 32 RESPONSIVE ------------*/

@media screen and (max-width:1600px) {

}
@media screen and (max-width:1400px) {
	.mb-content-32 .pb-row {
		column-gap: 40px;
	}
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1000px) {

}
@media screen and (max-width:800px) {
	.mb-content-32 .col-sm-6 {
		flex: 50% 1 1;
	}
}
@media screen and (max-width:600px) {

}
@media screen and (max-width:400px) {

}

/*------------ MB CONTENT 32 OVERRIDES ------------*/

/*-------------------------------------------------*/
/*---------------- MB CLIENTS 8 -------------------*/
/*-------------------------------------------------*/

.mb-clients-8 .pb-container {
	row-gap: 40px;
	display: flex;
	flex-direction: column;
}
.mb-clients-8 .pb-row {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 40px;
	align-items: flex-start;
}
.mb-clients-8 .pb-column {
	max-width: unset;
	width: unset;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.mb-clients-8 .col-sm-6 {
	flex: 1 1 45%;
}
.mb-clients-8 .pb-column:first-child {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	justify-content: space-between;
	align-items: center;
}
.mb-clients-8 .pb-column:first-child .pb-block-type-text {
	grid-column: span 3;
}
.mb-clients-8 .pb-column:first-child img {
	max-width: 160px;
	max-height: 40px;
	object-fit: contain;
	object-position: left;
}
.mb-clients-8 .pb-column:last-child .pb-block-type-text {
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
.mb-clients-8 iframe {
	display: block;
	border-radius: 10px;
	aspect-ratio: 16 / 10;
	height: unset;
}
.mb-clients-8 .pb-column:last-child .pb-block-type-video + .pb-block-type-text,
.mb-clients-8 .pb-column:last-child .pb-block-type-image + .pb-block-type-text {
	margin-top: -50px;
}
.mb-clients-8 .pb-column:last-child .pb-block-type-image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}
.mb-clients-8 .pb-column:last-child img {
	object-fit: cover;
	font-family: "object-fit: cover";
	left: 50%;
	vertical-align: middle;
	max-height: 101%;
	max-width: none;
	min-height: 101%;
	min-width: 101%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 101%;
	z-index: -1;
}

/*----------- MB CLIENTS 8 RESPONSIVE ------------*/

@media screen and (max-width:1600px) {

}
@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1000px){
	.mb-clients-8 .pb-row {
		flex-direction: column;
	}
}
@media screen and (max-width:800px){

}
@media screen and (max-width:600px){

}
@media screen and (max-width:500px){
	.mb-clients-8 .pb-column {
		row-gap: 30px;
	}
	.mb-clients-8 .pb-column:first-child {
		row-gap: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
	.mb-clients-8 .pb-column:first-child .pb-block-type-text {
		grid-column: span 2;
	}
	.mb-clients-8 .pb-column:first-child img {
		max-width: 100px;
	}
	.mb-clients-8 .pb-column:last-child .pb-block-type-video + .pb-block-type-text, .mb-clients-8 .pb-column:last-child .pb-block-type-image + .pb-block-type-text {
		margin-top: -40px;
	}
}

/*-------------------------------------------------*/
/*------------- MB TESTIMONIALS 4 -----------------*/
/*-------------------------------------------------*/

.mb-testimonials-4 .pb-container {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.mb-testimonials-4 .pb-block-type-slider .slide-content-wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 10px 0px;
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-content-outer-wrapper {
	max-width: 600px;
	/*box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);*/
	background-color: var(--colour-primary);
	border-radius: 0px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-content-outer-wrapper * {
	color: var(--colour-white);
}
.mb-testimonials-4.section-variant-1 .pb-block-type-slider .testimonial-content-outer-wrapper {
	background-color: var(--colour-white);
}
.mb-testimonials-4.section-variant-1 .pb-block-type-slider .testimonial-content-outer-wrapper * {
	color: var(--colour-primary);
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-content-wrapper *:last-child {
	margin-bottom: 0px;
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-author-name {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-date {
	font-size: var(--size-1);
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-author-name * {
	margin: 0px;
}
.mb-testimonials-4 .pb-block-type-slider .brand-rating-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.mb-testimonials-4 .pb-block-type-slider .brand-rating-wrapper h3 {
	margin: 0px;
}
.mb-testimonials-4 .pb-block-type-slider img {
	display: block;
}
.mb-testimonials-4 .pb-block-type-slider .brand-rating-wrapper img {
	max-width: 150px;
	max-height: 90px;
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-image-wrapper {
	width: 100%;
	margin-right: -240px;
	z-index: -1;
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-image-wrapper img {
	background-color: var(--colour-secondary);
	width: 100%;
	border-radius: 0px;
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-rating .rating {
	display: flex;
	gap: 3px;
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-rating br {
	display: none;
}
.mb-testimonials-4 .pb-block-type-slider .testimonial-rating i,
.mb-testimonials-4.section-variant-1 .pb-block-type-slider .testimonial-rating i {
	color: #ffbc00;
	font-size: var(--size-4);
}
.mb-testimonials-4 .pb-block-type-slider .tns-outer .tns-controls {
	inset: unset;
	bottom: 0;
	left: 0;
	transform: unset;
	display: flex;
	gap: 10px;
}
.mb-testimonials-4 .pb-block-type-slider .tns-outer .tns-controls button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0px;
	line-height: 0px;
	flex-direction: column;
	padding: 0px;
	width: 60px;
	height: unset;
	aspect-ratio: 1 / 1;
	transform: unset;
	opacity: 1;
}
.mb-testimonials-4 .pb-block-type-slider .tns-outer .tns-controls button::before {
	content: '\f053';
	font-size: var(--size-4);
}
.mb-testimonials-4 .pb-block-type-slider .tns-outer .tns-controls button:last-child::before {
	content: '\f054';
}
.mb-testimonials-4 .pb-block-type-slider .tns-outer .tns-controls button {
	background: linear-gradient(to left, var(--colour-alternate-1) 50%, var(--colour-primary) 50%);
}
.mb-testimonials-4 .pb-block-type-slider .tns-outer .tns-controls button:last-child {
	background: linear-gradient(to right, var(--colour-alternate-1) 50%, var(--colour-primary) 50%);
	background-position: right;
}
.mb-testimonials-4.section-variant-1 .pb-block-type-slider .tns-outer .tns-controls button {
	background: linear-gradient(to left, var(--colour-alternate-1) 50%, var(--colour-secondary) 50%);
}
.mb-testimonials-4.section-variant-1 .pb-block-type-slider .tns-outer .tns-controls button:last-child {
	background: linear-gradient(to right, var(--colour-alternate-1) 50%, var(--colour-secondary) 50%);
	background-position: right;
}
.mb-testimonials-4 .pb-block-type-slider .tns-outer .tns-controls button:hover {
	background-position: right;
}
.mb-testimonials-4 .pb-block-type-slider .tns-outer .tns-controls button:last-child:hover {
	background-position: left;
}
.mb-testimonials-4 .pb-block-type-slider .tns-outer .tns-controls button:hover::before,
.mb-testimonials-4 .pb-block-type-slider .tns-outer .tns-controls button:last-child:hover::before,
.mb-testimonials-4.section-variant-1 .pb-block-type-slider .tns-outer .tns-controls button::before,
.mb-testimonials-4.section-variant-1 .pb-block-type-slider .tns-outer .tns-controls button:last-child::before {
	color: var(--colour-primary);
}

/*-------- MB TESTIMONIALS 4 RESPONSIVE -------*/

@media screen and (max-width:1600px) {

}
@media screen and (max-width:1400px) {
	.mb-testimonials-4 .pb-block-type-slider .testimonial-content-outer-wrapper {
		max-width: 500px;
	}
	.mb-testimonials-4 .pb-block-type-slider .testimonial-image-wrapper {
		margin-left: -180px;
	}
}
@media screen and (max-width:1200px) {
	.mb-testimonials-4 .pb-block-type-slider .testimonial-content-outer-wrapper {
		max-width: 400px;
	}
	.mb-testimonials-4 .pb-block-type-slider .testimonial-image-wrapper {
		margin-left: -120px;
	}
}
@media screen and (max-width:1000px) {
	.mb-testimonials-4 .pb-block-type-slider .slide-content-wrap {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-bottom: 80px;
	}
	.mb-testimonials-4 .pb-block-type-slider .testimonial-image-wrapper {
		margin: 0px;
	}
	.mb-testimonials-4 .pb-block-type-slider .testimonial-content-outer-wrapper {
		max-width: 600px;
	}
}
@media screen and (max-width:800px) {

}
@media screen and (max-width:600px) {
	.mb-testimonials-4 .pb-block-type-slider .brand-rating-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media screen and (max-width:400px) {

}

/*-------------------------------------------------*/
/*------------ MB CALL TO ACTION 46 ---------------*/
/*-------------------------------------------------*/

.mb-call-to-action-46 .frame {
	max-width: 1200px;
}
.mb-call-to-action-46 .pb-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}
.mb-call-to-action-46 .pb-column {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: unset;
}
.mb-call-to-action-46 .col-sm-6 {
	flex: 1 1 45%;
}
.mb-call-to-action-46 .pb-block-type-button .button-wrapper {
	justify-content: flex-end;
}

/*-------- MB CALL TO ACTION 46 RESPONSIVE -----------*/

@media screen and (max-width:1600px) {

}
@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1000px) {
	.mb-call-to-action-46 .pb-block-type-button .button-wrapper .button {
		width: 100%;
	}
}
@media screen and (max-width:800px) {
	.mb-call-to-action-46 .pb-row {
		flex-direction: column;
	}
}
@media screen and (max-width:600px) {

}

/*-------------------------------------------------*/
/*---------------- MB FOOTER 12 -------------------*/
/*-------------------------------------------------*/

.mb-footer-12 {
	background-color: var(--colour-primary);
	border: 0px;
	padding: 100px 0px 40px;
}
.mb-footer-12 .site-logo {
	max-width: 250px;
}
.mb-footer-12 .frame {
	padding: 0px 15px;
	display: flex;
	flex-direction: column;
	row-gap: 50px;
}
.mb-footer-12 .coltable {
	display: flex;
	column-gap: 60px;
	row-gap: 40px;
	align-items: flex-start;
}
.mb-footer-12 .coltable.col4 > .col {
	width: fit-content;
	padding: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.mb-footer-12 .coltable.col4 > .col:last-child {
	margin-left: auto;
}
.mb-footer-12 .coltable.col4 > .col:last-child .logo-wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 220px;
	justify-content: flex-end;
	gap: 20px;
}
.mb-footer-12 .coltable.col4 > .col:last-child img {
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	object-position: right;
	object-fit: contain;
}
.mb-footer-12 .coltable.col4 > .col:last-child img:last-child {
	max-width: 100%;
	max-height: 120px;
}
.mb-footer-12 .foot-menu {
	padding: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
.mb-footer-12 .foot-menu > li a,
.mb-footer-12 .col p,
.mb-footer-12 .col p a {
	font-family: var(--font-main);
	color: var(--colour-white);
	font-size: var(--size-1);
	font-weight: 300;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
.mb-footer-12 .col p,
.mb-footer-12 .foot-menu.location > li a {
	line-height: calc(var(--size-8) - 2px);
}
.mb-footer-12 .foot-menu > li a {
	transition: all 0.3s ease-in-out 0s;
	display: flex;
	gap: 20px;
}
.mb-footer-12 .foot-menu > li a span {
	line-height: var(--font-size-6);
	min-width: 18px;
}
.mb-footer-12 .foot-menu > li a:hover {
	transition: all 0.1s ease-in-out 0s;
	color: var(--colour-secondary);
}
.mb-footer-12 h3 {
	margin-bottom: 0px;
	font-size: var(--size-5);
	line-height: var(--size-6);
	color: var(--colour-white);
}
.mb-footer-12 .bottom-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	row-gap: 40px;
	border-top: 1px solid var(--colour-alternate-1);;
	padding-top: 40px;
}
.mb-footer-12 .bottom-menu p {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--colour-white);
	font-family: var(--font-main);
	gap: 10px;
	flex-wrap: wrap;
	margin: 0px;
	font-size: var(--size-1);
}
.mb-footer-12 .bottom-menu p a {
	color: var(--colour-white);
	font-family: var(--font-main);
}
.mb-footer-12 .bottom-menu .foot-menu {
	column-gap: 20px;
	justify-content: center;
	flex-direction: row;
}
.mb-footer-12 .bottom-menu > * {
	flex: 1 1 100%;
}
.mb-footer-12 .bottom-menu > *:first-child,
.mb-footer-12 .bottom-menu > *:last-child {
	flex: 0 0 250px;
}
.mb-footer-12 .bottom-menu > *:last-child {
	justify-content: flex-end;
}
.mb-footer-12 .social-media {
	display: flex;
	column-gap: 15px;
}
.mb-footer-12 .social-media a {
	font-size: var(--size-4);
	transition: all 0.3s ease-in-out 0s;
	height: 45px;
	aspect-ratio: 1 / 1;
	background-color: var(--colour-white);
	color: var(--colour-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	text-decoration: none;
}
.mb-footer-12 .social-media a:hover {
	transition: all 0.1s ease-in-out 0s;
	background-color: var(--colour-secondary);
}
.mb-footer-12 .copyright {
	background-color: transparent;
	padding: 0px;
}

/*------------ MB FOOTER 12 RESPONSIVE ------------*/

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

}
@media screen and (max-width:1400px) {
	.mb-footer-12 .coltable.col4 {
		column-gap: 80px;
	}
}
@media screen and (max-width:1200px) {
	.mb-footer-12 .coltable.col4 {
		flex-wrap: wrap;
		gap: 20px;
		row-gap: 60px;
	}
	.mb-footer-12 .coltable.col4 > .col {
		width: unset;
		flex: 1 1 30%;
	}
	.mb-footer-12 .coltable.col4 > .col:last-child {
		flex: 1 1 100%;
		max-width: 600px;
		margin: 0px;
	}
	.mb-footer-12 .coltable.col4 > .col:last-child img {
		object-position: left;
	}
}
@media screen and (max-width:1000px) {

}
@media screen and (max-width:800px) {
	.mb-footer-12 .coltable.col4 > .col {
		flex: 45% 1 1;
	}
	.mb-footer-12 .coltable.col4 {
		row-gap: 40px;
	}
	.mb-footer-12 .bottom-menu {
		flex-wrap: wrap;
	}
	.mb-footer-12 .copyright {
		flex: 1 1 100%;
		order: 1;
	}
	.mb-footer-12 .copyright p {
		justify-content: space-between;
	}
	.mb-footer-12 .bottom-menu > *:first-child, .mb-footer-12 .bottom-menu > *:last-child {
		flex: 1 1 45%;
	}
	.mb-footer-12 .site-logo {
		max-width: 200px;
	}
}
@media screen and (max-width:600px) {
	.mb-footer-12 .coltable.col4 > .col:last-child {
		grid-template-columns: repeat(2, 1fr);
	}
	.mb-footer-12 .bottom-menu > *:last-child {
		justify-content: flex-start;
	}
	.mb-footer-12 .bottom-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
}
@media screen and (max-width:500px) {
	.mb-footer-12 .coltable.col4 > .col {
		flex: 100% 1 1;
	}
}
@media screen and (max-width:400px) {
	.mb-footer-12 .bottom-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	.mb-footer-12 .bottom-menu p {
		gap: 0px;
	}
}

/*-------------------------------------------------*/
/*---------------- MB CONTENT 4 -------------------*/
/*-------------------------------------------------*/

.mb-content-4 .pb-row {
	column-gap: 60px;
	row-gap: 40px;
	flex-wrap: wrap;
}
.mb-content-4 .col-sm-6 {
	flex: 1 1 45%;
  	max-width: 100%;
	align-self: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
}
.mb-content-4 .pb-block-type-image {
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 100%;
	min-height: 450px;
	border-radius: 0px;
	width: 100%;
}
.mb-content-4 .pb-block-type-image img {
	/* Background Img Content */
	object-fit: cover;
	font-family: "object-fit: cover";
	left: 50%;
	vertical-align: middle;
	max-height: 101%;
	max-width: none;
	min-height: 101%;
	min-width: 101%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 101%;
	z-index: -1;
}
.mb-content-4 .pb-block-type-button {
	width: 100%;
}
.mb-content-4 .pb-block-type-image.logo {
	overflow: visible;
	height: unset;
	min-height: unset;
	max-width: unset;
	width: fit-content;
}
.mb-content-4 .pb-block-type-image.logo img {
	position: unset;
	transform: unset;
	width: 100%;
	min-width: unset;
	max-width: 250px;
	max-height: 120px;
	z-index: unset;
	object-fit: contain;
}
.mb-content-4 .pb-block-type-image.logo .pb-block-content {
	text-indent: 0px;
}

/*------------ MB CONTENT 4 RESPONSIVE ------------*/

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

}
@media screen and (max-width:1400px) {
	.mb-content-4 .pb-row {
		column-gap: 40px;
	}
}
@media screen and (max-width:1200px) {
	.mb-content-4 .pb-block-type-image.logo img {
		max-width: 170px;
		max-height: 80px;
	}
}
@media screen and (max-width:1000px) {
	.mb-content-4 .pb-row {
		flex-direction:column;
	}
}
@media screen and (max-width:800px) {
	.mb-content-4 .col-sm-6 {
		flex: 50% 1 1;
	}
	.mb-content-4 .pb-block-type-image {
		min-height: 350px;
	}
}
@media screen and (max-width:600px) {
	.mb-content-4 .pb-block-type-image {
		min-height: 250px;
	}
}
@media screen and (max-width:400px) {

}

/*-------------------------------------------------*/
/*---------------- MB CONTENT 25 -------------------*/
/*-------------------------------------------------*/

.mb-content-25 .pb-container {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.mb-content-25 .pb-row {
	column-gap: 0px;
	flex-wrap: wrap;
	row-gap: 40px;
}
.mb-content-25 .col-sm-3 {
	flex: 1 1 20%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.mb-content-25 .pb-block-type-image {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 0px;
	aspect-ratio: 1 / 1;
}
.mb-content-25 .pb-block-type-image a {
	position: absolute;
	inset: 0;
}
.mb-content-25 .pb-column .pb-block-type-image a::before {
	content: '\f061';
	font-family: var(--font-fa);
	font-size: var(--size-4);
	color: var(--colour-white);
	background-color: var(--colour-primary);
	aspect-ratio: 1 / 1;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: absolute;
	right: 40px;
	bottom: 20px;
	font-weight: 300;
	opacity: 0;
	transition: var(--transition-default);
	pointer-events: none;
}
.mb-content-25 .pb-column:hover .pb-block-type-image a::before {
	opacity: 1;
	transition: var(--transition-hover);
	right: 30px;
}
.mb-content-25 .pb-column:hover .pb-block-type-image a:hover::before {
	background-color: var(--colour-secondary);
	color: var(--colour-primary);
	right: 20px;
}
.mb-content-25 .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;
	z-index: -10;
}

/*------------ MB CONTENT 25 RESPONSIVE ------------*/

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

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

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

}
@media screen and (max-width:1000px) {
	.mb-content-25 .col-sm-3 {
		flex: 1 1 40%;
	}
}
@media screen and (max-width:800px) {
	.mb-content-25 .pb-column .pb-block-type-image a::before,
	.mb-content-25 .pb-column:hover .pb-block-type-image a::before {
		opacity: 1;
		right: 20px;
	}
}
@media screen and (max-width:600px) {
	.mb-content-25 .col-sm-3 {
		flex: 1 1 100%;
	}
}
@media screen and (max-width:400px) {

}


/*--------------------------------------------------*/
/*------------------- MB TEAM 19 -------------------*/
/*--------------------------------------------------*/

.mb-team-19 .pb-container {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}
.mb-team-19 .pb-row {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	row-gap: 40px;
}
.mb-team-19 .pb-column {
	display: flex;
	flex-direction: column;
	max-width: unset;
	flex: 1 1 30%;
	gap: 30px;
}
.mb-team-19 .pb-block-type-text h4 + p {
	font-size: var(--size-1);
	margin-top: -15px;
}
.mb-team-19 .pb-block-type-image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 0px;
	width: 100%;
	min-height: 250px;
	aspect-ratio: 16 / 14;
}
.mb-team-19 .pb-block-type-image img {
	object-fit: cover;
	font-family: "object-fit: cover";
	left: 50%;
	vertical-align: middle;
	max-height: 101%;
	max-width: none;
	min-height: 101%;
	min-width: 101%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 101%;
	z-index: -1;
}


/*------------ MB TEAM 19 RESPONSIVE ------------*/

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

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

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

}
@media screen and (max-width: 1000px) {
	.mb-team-19 .pb-row-column-3 .pb-column {
		flex-direction: row;
	}
	.mb-team-19 .pb-row.pb-row-column-3 {
		flex-direction: column;
	}
	.mb-team-19 .pb-row.pb-row-column-3 * {
		text-align: left;
	}
	.mb-team-19 .pb-block-type-image {
		flex: 0 0 30%;
	}
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 600px) {
	.mb-team-19 .pb-row-column-3 .pb-column {
		flex-direction: column;
	}
	.mb-team-19 .pb-block-type-text * {
		text-align: left;
	}
}

/*-------------------------------------------------*/
/*---------------- MB CLIENTS 10 -------------------*/
/*-------------------------------------------------*/

.mb-clients-10 .pb-container {
	row-gap: 40px;
	display: flex;
	flex-direction: column;
}
.mb-clients-10 .pb-row {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 40px;
	align-items: center;
}
.mb-clients-10 .pb-column {
	max-width: unset;
	width: unset;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.mb-clients-10 .col-sm-4 {
	flex: 1 1 30%;
}
.mb-clients-10 .col-sm-8 {
	flex: 1 1 60%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	align-items: center;
}
.mb-clients-10 .pb-block-type-image img {
	max-width: 200px;
	max-height: 85px;
	object-fit: contain;
	object-position: left;
}


/*----------- MB CLIENTS 10 RESPONSIVE ------------*/

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

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

}
@media screen and (max-width:1200px) {
	.mb-clients-10 .col-sm-8 {
		grid-template-columns: repeat(3, 1fr);
	}
	.mb-clients-10 .pb-block-type-image img {
		object-position: left;
	}
}
@media screen and (max-width:1000px){

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

}
@media screen and (max-width:600px){
	.mb-clients-10 .col-sm-8 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width:400px){

}

/*-------------------------------------------------*/
/*---------------- MB FEATURES 3 -------------------*/
/*-------------------------------------------------*/
.mb-features-3 .pb-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.mb-features-3 .pb-row {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.mb-features-3 .pb-column {
	max-width: unset;
	flex: 1 1 30%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.mb-features-3 .pb-block-type-text {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}
.mb-features-3 .pb-block-type-text h4 {
	margin-top: -5px;
}
.mb-features-3 .pb-block-type-text::before {
	font-size: var(--size-6);
	line-height: var(--size-8);
	color: var(--colour-white);
	flex: 0 0 60px;
	aspect-ratio: 1 / 1;
	background-color: var(--colour-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mb-features-3 .pb-block-type-text.icon::before {
	font-family: var(--font-main);
	font-size: var(--size-3);
	font-weight: 500;
	text-transform: uppercase;
}
.mb-features-3 .pb-block-type-text.icon.ird::before { content: 'ird'; }
.mb-features-3 .pb-block-type-text.icon.paye::before { content: 'paye'; }
.mb-features-3 .pb-block-type-text.icon.fbt::before { content: 'fbt'; }
.mb-features-3 .pb-block-type-text.icon.gst::before { content: 'gst'; }
.mb-features-3 .pb-block-type-text.icon.aus::before { content: 'aus'; }

/*------------ MB FEATURES 3 RESPONSIVE ---------------*/

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

}
@media screen and (max-width: 1400px) {
	.mb-features-3 .pb-row {
		column-gap: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.mb-features-3 .pb-block-type-text {
		flex-direction: column;
	}
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 800px) {
	.mb-features-3 .pb-column {
		flex: 1 1 40%;
	}
}
@media screen and (max-width: 600px) {
	.mb-features-3 .pb-column {
		flex: 1 1 100%;
	}
}

/*-------------------------------------------------*/
/*------------------- MB FAQ 9 --------------------*/
/*-------------------------------------------------*/

.mb-faq-9 .pb-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.mb-faq-9 .pb-row {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.mb-faq-9 .pb-column {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: unset;
	flex: 1 1 45%;
}
.mb-faq-9 .pb-block-type-accordion .post-wrap {
	padding: 0px;
}
.mb-faq-9 .pb-block-type-accordion .box {
	border: 0px;
	padding: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--colour-secondary);
}
.mb-faq-9 .pb-block-type-accordion .box > h3 {
	font-size: var(--size-3);
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.mb-faq-9 .pb-block-type-accordion .box > h3::after {
	content: '\f078';
	font-family: var(--font-fa);
	font-size: var(--size-4);
	color: inherit;
}
.mb-faq-9 .pb-block-type-accordion .box:hover > h3 {
	color: var(--colour-primary);
}


/*-------------- MB FAQ 9 RESPONSIVE --------------*/

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

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

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

}
@media screen and (max-width:1000px) {
	.mb-faq-9 .pb-column {
		flex: 1 1 100%;
	}
	.mb-faq-9 .pb-row {
		gap: 0px;
	}
}
@media screen and (max-width:800px) {

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

}

/*-------------------------------------------------*/
/*---------------- MB CONTACT 20 -------------------*/
/*-------------------------------------------------*/

.mb-contact-20 .pb-container {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}
.mb-contact-20 .pb-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 40px;
}
.mb-contact-20 .pb-block-type-image {
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-height: 300px;
	height: 100%;
}
.mb-contact-20 .pb-block-type-image img {
	object-fit: cover;
	font-family: "object-fit: cover";
	left: 50%;
	vertical-align: middle;
	max-height: 101%;
	max-width: none;
	min-height: 101%;
	min-width: 101%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 101%;
	z-index: -1;
}
.mb-contact-20 .pb-row:last-child .pb-column:nth-child(2) .pb-block-type-text::before {
	content: '\f111';
}
.mb-contact-20 .pb-row:last-child .pb-column:nth-child(3) .pb-block-type-text::before {
	content: '\f111';
}
.mb-contact-20 .pb-row:last-child .pb-block-type-text * {
	margin: 0px;
}
.mb-contact-20 .pb-row:last-child .pb-block-type-text a {
	color: var(--colour-secondary);
}
.mb-contact-20 .pb-row:last-child .pb-block-type-text .pb-block-content {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.mb-contact-20 .pb-row .pb-column {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	flex: 1 1 30%;
	max-width: unset;
}
.mb-contact-20 .pb-block-type-form h2 {
	display: none;
}
.mb-contact-20 .pb-block-type-form {
	padding: 0px;
	background-color: transparent;
}
.mb-contact-20 .pb-block-type-form .form-block {
	border: 0px;
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.mb-contact-20 .pb-block-type-form .form-block label {
	color: var(--colour-primary);
	font-size: 16px;
	line-height: 16px;
	font-family: var(--font-main);
}
.mb-contact-20 .pb-block-type-form .form-block label em {
	opacity: 0.66;
	font-weight: 200;
}
.mb-contact-20 .pb-block-type-form .form-block .field {
	padding: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.mb-contact-20 .pb-block-type-form .form-block .field input,
.mb-contact-20 .pb-block-type-form .form-block .field textarea,
.mb-contact-20 .pb-block-type-form .form-block .field select {
	border-radius: 0px;
	padding: 10px 0px;
	border: 0px;
	border-bottom: 2px solid var(--colour-alternate-1);
	background-color: transparent;
	font-weight: 300;
	font-family: var(--font-main);
	outline: unset;
}
.mb-contact-20 .pb-block-type-form .form-block .field input::placeholder,
.mb-contact-20 .pb-block-type-form .form-block .field textarea::placeholder,
.mb-contact-20 .pb-block-type-form .form-block .field select::placeholder {
	color: var(--colour-primary);
	font-weight: 200;
}
.mb-contact-20 .pb-block-type-form .form-block .field select {
	color: var(--colour-alternate-2);
}
.mb-contact-20 .pb-block-type-form .form-block .field select option {
	background-color: var(--colour-white);
	color: var(--colour-secondary);
	font-weight: 400;
	font-family: var(--font-main);
}
.mb-contact-20 .pb-block-type-form .form-block .field textarea {
	height: 150px;
}
.mb-contact-20 .pb-block-type-form .form-block .field.submit button {
	border-radius: 0px;
	background: linear-gradient(to right, var(--colour-primary) 50%, var(--colour-secondary) 50%);
	background-size: 200% 200%;
	color: var(--colour-white);
	font-weight: 400;
	padding: 20px;
	transition: var(--transition-default);
	border: 2px solid var(--colour-white);
	font-family: var(--font-main);
}
.mb-contact-20 .pb-block-type-form .form-block .field.submit button:hover {
	background-position: right;
	color: var(--colour-primary);
	transition: var(--transition-hover);
	border-color: var(--colour-secondary);
}
.mb-contact-20 .pb-block-type-map {
	overflow: hidden;
	border-radius: 8px;
}
.mb-contact-20 .pb-block-type-map,
.mb-contact-20 .pb-block-type-map .pb-block-content,
.mb-contact-20 .pb-block-type-map	.map-wrapper,
.mb-contact-20 .pb-block-type-map iframe {
	height: 100%;
	min-height: 400px;
}

/*------------ MB CONTACT 20 RESPONSIVE -------------*/

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

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

}
@media screen and (max-width: 1200px) {
	.mb-contact-20 .pb-row:last-child .pb-column {
		flex: 1 1 100%;
	}
}
@media screen and (max-width: 1000px) {
	.mb-contact-20 .pb-row .pb-column {
		flex: 1 1 100%;
	}
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 600px) {
	.mb-contact-20 .pb-block-type-form .form-block .field.w50 {
		flex: 1 1 100%;
	}
	.mb-contact-20 .pb-block-type-form {
		margin: 0px -35px;
		border-radius: 0px;
		padding: 0px 30px;
	}
	.mb-contact-20 .pb-block-type-form .pb-block-content {
		display: flex;
		flex-direction: column;
		row-gap: 40px;
	}
}

/*-------------------------------------------------*/
/*---------------- MB CONTACT 14 -------------------*/
/*-------------------------------------------------*/

.mb-contact-14 .pb-row {
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 60px;
}
.mb-contact-14 .col-sm-6 {
	flex: 1 1 45%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	justify-content: center;
}
.mb-contact-14 .pb-block-type-text ul {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.mb-contact-14 .pb-block-type-text ul li {
	list-style: none;
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 20px;
	row-gap: 10px;
}
.mb-contact-14 .pb-block-type-text ul li a {
	font-family: var(--font-main);
	color: var(--colour-primary);
}
.mb-contact-14 .pb-block-type-text ul li strong {
	font-size: var(--size-4);
}
.mb-contact-14 .pb-block-type-text ul li span {
	grid-row: span 2;
	line-height: var(--size-6);
	font-size: var(--size-4);
	color: var(--colour-primary);
}
.mb-contact-14 .pb-block-type-form h2 {
	display: none;
}
.mb-contact-14 .pb-block-type-form {
	padding: 0px;
	background-color: transparent;
}
.mb-contact-14 .pb-block-type-form .form-block {
	border: 0px;
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.mb-contact-14 .pb-block-type-form .form-block label {
	color: var(--colour-secondary);
	font-size: 16px;
	line-height: 16px;
	font-family: var(--font-main);
}
.mb-contact-14 .pb-block-type-form .form-block label em {
	color: var(--colour-white);
	opacity: 0.66;
	font-weight: 100;
}
.mb-contact-14 .pb-block-type-form .form-block .field {
	padding: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.mb-contact-14 .pb-block-type-form .form-block .field input,
.mb-contact-14 .pb-block-type-form .form-block .field textarea,
.mb-contact-14 .pb-block-type-form .form-block .field select {
	border-radius: 0px;
	padding: 20px 0px;
	border: 0px;
	border-bottom: 2px solid var(--colour-alternate-1);
	background-color: var(--colour-white);
	font-weight: 300;
	font-family: var(--font-main);
}
.mb-contact-14 .pb-block-type-form .form-block .field input::placeholder,
.mb-contact-14 .pb-block-type-form .form-block .field textarea::placeholder,
.mb-contact-14 .pb-block-type-form .form-block .field select::placeholder {
	color: var(--colour-alternate-2);
	font-weight: 200;
}
.mb-contact-14 .pb-block-type-form .form-block .field select {
	color: var(--colour-alternate-2);
}
.mb-contact-14 .pb-block-type-form .form-block .field select option {
	background-color: var(--colour-white);
	color: var(--colour-secondary);
	font-weight: 400;
	font-family: var(--font-main);
}
.mb-contact-14 .pb-block-type-form .form-block .field textarea {
	height: 150px;
}
.mb-contact-14 .pb-block-type-form .form-block .field.submit button {
	border-radius: 8px;
	background: linear-gradient(to right, var(--colour-primary) 50%, var(--colour-secondary) 50%);
	background-size: 200% 200%;
	color: var(--colour-white);
	font-weight: 400;
	padding: 20px;
	transition: var(--transition-default);
	border: 2px solid var(--colour-white);
	font-family: var(--font-main);
}
.mb-contact-14 .pb-block-type-form .form-block .field.submit button:hover {
	background-position: right;
	color: var(--colour-white);
	transition: var(--transition-hover);
	border-color: var(--colour-secondary);
}
.mb-contact-14 .pb-block-type-map,
.mb-contact-14 .pb-block-type-map .pb-block-content,
.mb-contact-14 .pb-block-type-map iframe,
.mb-contact-14 .pb-block-type-map .map-wrapper {
	height: 100%;
	min-height: 400px;
}

/*------------ MB CONTACT 14 RESPONSIVE ------------*/

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

}
@media screen and (max-width:1400px) {
	.mb-contact-14 .col-sm-6 {
		justify-content: unset;
		position: sticky;
		top: 80px;
	}
	.mb-contact-14 .pb-row {
		column-gap: 40px;
		align-items: flex-start;
		position: relative;
	}
}
@media screen and (max-width:1200px) {
	.mb-contact-14 .pb-block-type-text ul {
		margin-top: 40px;
	}
}
@media screen and (max-width:1000px) {

}
@media screen and (max-width:800px) {
	.mb-contact-14 .pb-row {
		flex-direction: column-reverse;
	}
	.mb-contact-14 .col-sm-6 {
		flex: 100% 1 1;
		position: relative;
		top: unset;
	}
}
@media screen and (max-width:600px) {
	.mb-contact-14 .pb-block-type-text ul li {
		font-size: var(--size-2);
	}
	.mb-contact-14 .col-sm-6 {
		row-gap: 40px;
	}
	.mb-contact-14 .pb-row {
		row-gap: 60px;
	}
	.mb-contact-14 .pb-block-type-form .form-block .field.w50 {
		flex: 1 1 100%;
	}
	.mb-contact-14 .pb-block-type-form {
		margin: 0px -35px;
		border-radius: 0px;
		padding: 0px 30px;
	}
	.mb-contact-14 .pb-block-type-form h2 {
		display: block;
		color: var(--colour-secondary);
		margin-bottom: 0px;
	}
	.mb-contact-14 .pb-block-type-form .pb-block-content {
		display: flex;
		flex-direction: column;
		row-gap: 40px;
	}
	.mb-contact-14 .pb-block-type-text ul {
		margin-top: 0px;
	}
}
@media screen and (max-width:400px) {

}

/* Modules End */

.mb-contact-14 + .mb-contact-20,
.mb-content-32 + .mb-blog-23,
.mb-content-32 + .mb-content-25,
.mb-content-4 + .mb-features-3,
.mb-features-3 + .mb-call-to-action-46,
.mb-content-4 + .mb-clients-10 {
	padding-top: 0px;
}
h1 del,
h2 del,
h3 del,
h4 del,
h5 del,
h6 del {
	padding-left: 20px;
	border-left: 2px solid var(--colour-primary);
	text-decoration: none;
	display: flex;
}
hr {
	border-bottom: 2px solid var(--colour-secondary);
}
.breadcrumb {
	font-family: var(--font-main);
	font-size: var(--size-1);
}
.circle {
	position: relative;
	z-index: 1;
}
.circle::before {
	position: absolute;
	content: '';
	width: 2800px;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background: radial-gradient(var(--colour-secondary) 0%, transparent 50%);
	opacity: 0.66;
	z-index: -1;
	pointer-events: none;
}
.circle.bottom-right::before {
	right: 0;
	bottom: 0;
	transform: translate(50%, 50%);
}
.circle.bottom-right + .pb-section {
	position: relative;
	z-index: 1;
}
.circle.top-left::before {
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}
.circle.bottom-left::before {
	left: 0;
	bottom: 0;
	transform: translate(-50%, 50%);
}
.post-builder {
	overflow: hidden;
}
.pb-block-type-image.bg-img {
	position: absolute;
	width: calc(100% - 30px);
	z-index: -1;
	max-width: 320px;
}
.pb-block-type-image.bg-img.bottom-left {
	bottom: 0;
	left: 0;
	transform: translateX(-50%);
}
.pb-block-type-image.bg-img.bottom-right {
	bottom: 0;
	right: 0;
	transform: translateX(50%) translateY(30%);
}
.pb-section {
	background-color: var(--colour-alternate-1);
}
.pb-section .frame,
.pb-section.section-variant-1,
.pb-section.section-variant-2,
.pb-section.section-variant-3,
.pb-section.section-variant-4,
.pb-section.section-variant-5,
.pb-section.mb-hero-42 {
	position: relative;
	z-index: 2;
}
.pb-block-type-slider .tns-nav {
	position: absolute;
	bottom: 100px;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}
.pb-block-type-slider .tns-nav button {
	background: var(--colour-white);
	padding: 3px 30px;
	border: 0px;
	opacity: 0.5;
}
.pb-block-type-slider .tns-nav button:hover {
	background-color: var(--colour-secondary);
	opacity: 1;
}
.pb-block-type-slider .tns-nav button.tns-nav-active {
	opacity: 1;
}


.mb-testimonial-32 {
	min-height: 500px;
	display: flex;
	align-items: center;
	background-attachment: fixed;
}
.mb-testimonial-32 .pb-block-type-text {
	text-align: center;
}
.mb-testimonial-32 .pb-block-type-text * {
	color: var(--colour-white);
}
.mb-testimonial-32 .pb-block-type-text h1,
.mb-testimonial-32 .pb-block-type-text h2,
.mb-testimonial-32 .pb-block-type-text h3,
.mb-testimonial-32 .pb-block-type-text h4,
.mb-testimonial-32 .pb-block-type-text h5,
.mb-testimonial-32 .pb-block-type-text h6 {
	font-weight: 300;
}

/* News Index & Post */

.news-index .coltable {
	display: grid;
	row-gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}
.news-index .post-wrap.post-type-news .post-item .post-body,
.news-index .post-wrap.post-type-news .post-item h3,
.post-other .post-body {
	padding: 0px;
	border: 0px;
	min-height: unset;
	height: unset;
}
.news-index .post-wrap.post-type-news .post-item .post-body > *,
.post-other .post-body > * {
	margin: 0px;
}
.news-index .post-wrap.post-type-news .post-item .post-body,
.post-other .post-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.news-index .post-wrap.post-type-news .post-item .post-body p,
.post-other .post-body p {
	display: flex;
	gap: 10px;
	align-items: center;
}
.news-index .post-item {
	border: 0px;
}
.news-index .post-item > a,
.post-other .post-item > a {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.post-other img {
	width: 100%;
	display: block;
}
.post-other .post-item:not(:last-child) {
	margin-bottom: 20px;
}
.post-type-news .mb-hero-42 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.post-type-news .pb-container {
	display: flex;
	gap: 80px;
	row-gap: 40px;
}
.post-type-news .image-wrapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
	aspect-ratio: 16 / 10;
	width: 100%;
}
.post-type-news .image-wrapper img {
	object-fit: cover;
	font-family: "object-fit: cover";
	left: 50%;
	vertical-align: middle;
	max-height: 101%;
	max-width: none;
	min-height: 101%;
	min-width: 101%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 101%;
	z-index: -1;
}
.post-type-news .post-content {
	flex: 1 1 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}
.post-type-news .post-content > * {
	margin: 0px;
}
.post-type-news .post-other {
	flex: 1 1 30%;
}
.post-content ol:not([class]), .post-content ul:not([class]) {
	margin: 0px;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb b,
.breadcrumb span.divide {
	color: var(--colour-primary);
	font-weight: 500;
}
@media screen and (max-width:1200px) {
	.post-type-news .pb-container {
		column-gap: 60px;
	}
	.news-index .coltable {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width:1000px) {
	.post-type-news .pb-container {
		flex-direction: column;
		gap: 100px;
	}
}
@media screen and (max-width:600px) {
	.news-index .coltable {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
	}
}



/******RESPONSIVE OVERRIDE*****/
@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;
	}
}
@media screen and (max-width:1000px) {
	.pb-block-type-image.bg-img {
		display: none;
	}
}
@media screen and (max-width:800px) {
	.h1, h1 {
		font-size: var(--size-8);
		line-height: var(--size-9);
	}
	.h2, h2, .h3, h3 {
		font-size: var(--size-5);
		line-height: var(--size-7);
	}
	.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;
	}
}
@media screen and (max-width:600px) {
	.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;
	}

}
