body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color: #cccccc;}body {}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}a:focus,img:focus{outline: none;}button::-moz-focus-inner,img::-moz-focus-inner{border: 0;}*:focus { outline: 0; }

*{
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
}

body {
	margin:0;
	padding:0;
	max-width:100%;
	overflow-x:hidden;
}

html {
	height:100%;
	scroll-behavior: smooth;
}

div {
	font-size:inherit;	
	line-height:inherit;
}

.pm-content {
	display:block;
}

h1,h2,h3,h4,h5 {font-size:38px; margin-bottom:24px; line-height:36px;}
h2 {font-size:35px; line-height:36px;}
h3 {font-size:33px; line-height:34px;}
h4 {font-size:28px; line-height:32px;}
h5 {font-size:26px; line-height:28px;}

.coloured {
	-webkit-transition:color 0.3s;
	transition:color 0.3s;	
}

.preheader {
	font-size:24px;
	margin-bottom:0px;
	line-height:20px;
}

.centered {
	text-align:center;	
}

.coloured {
	
}
.underlined {
	text-decoration:underline;	
}
.promin {
	font-size:22px;
	line-height:34px;	
}

ul {
}

ul li {
	margin:15px 0;
	line-height:20px;
	list-style:disc;
	margin-left:16px;
	padding-left:6px;
}

.noli li {
	list-style:none;	
	margin-left:0
}

a {
	font-weight:inherit;
	font-family:inherit;
	text-decoration:none; 
	font-size:inherit; 
	line-height:inherit;
	transition:color 0.4s;
	-webkit-transition:color 0.4s;
	font-style:inherit;
}

a:hover {
}

p {
	margin-bottom:24px;
	font-size:inherit;
	line-height:inherit;		
}

.clr {
	clear:both; 
	height:0;
}

hr {
	margin:30px 0;	
	border-top:1px solid #eee;
	border-bottom:none;
	background:none;
	border-left:none;
	border-right:none;
}

strong, b { 
	font-size:inherit; 
	font-style:inherit;
	line-height:inherit;
}

strike { 
	font-size:inherit; 
	font-style:inherit;
	line-height:inherit;
}

span {
	font-weight:inherit; 
	font-size:inherit; 
	line-height:inherit; 
	font-family:inherit;
}

img {
	max-width:100%; 
	height:auto;
}

.spacer {
	margin:0 10px;	
}


/** SIDE MENU **/

.side-menu-container {
	position:fixed;
	left:-260px;
	top:0;
	height:100%;
	width:260px;
	z-index:1000;
	background:#111112;
	overflow:hidden;
	-webkit-box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	-webkit-transition:left 0.3s;
	transition:left 0.3s;
}

.side-menu-content {
	max-height:100%;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	margin-right:-20px;
	padding-right:20px;
}

.side-menu-item {
	padding:10px 15px;	
}

.side-menu-item h5 {
	color:#595a6a;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	margin-bottom:0px;
}

.side-menu-content ul {
	margin:0;
}
.side-menu-content ul li {
	list-style:none;
	padding:0;
	margin:0;
}
.side-menu-content ul li a {
	display:block;
	padding:10px 15px;
	color:#aab5c2;
	text-transform:uppercase;
	font-weight:600;
	border-top:1px solid #2b2b2f;
	font-size:14px;
	letter-spacing:1px;
	curspor:pointer;
}
.side-menu-content ul li a:hover {
	color:#fff;
}

.side-menu-sub-menu-trigger {
	position:relative;
}
.side-menu-sub-menu-trigger i {
	position:absolute;
	right:15px;
	top:12px;
	font-size:15px;
	color:#768596;
}
.side-menu-sub-menu {
	background:#1b1c21;	
}
.side-menu-content ul li .side-menu-sub-menu li a {
	font-size:12px;
	padding-left:25px;
}

/** SIDE HEADER STYLES **/
.header-side-section {
	position:fixed;
	z-index:900;
	top:0;
	left:0;
	height:100%;
	width:300px;
	overflow:hidden;
	-webkit-transition:left 0.3s;
	transition:left 0.3s;
}
.header-side-inner {
	overflow-y:scroll;
	padding-right:20px;
	margin-right:-20px;
	height:100%;
	-webkit-overflow-scrolling: touch;
}

.header-side-logo {
	padding:30px;
}
.header-side-logo img {
	display:block;
}

.header-side-menu {
}
.header-side-menu ul {
	margin:0;
	font-size:0;
}
.header-side-menu ul li {
	display:block;
	margin:0;
	padding:0;
}
.header-side-menu ul li a {
	display:block;
	padding:12px 30px 12px 30px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	color:#ccc;
	line-height:24px;
	cursor:pointer;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.header-side-menu ul li a:hover {
	color:#fcd088;
}

.header-side-menu .header-menu-sub-menu-trigger {
	position:relative;
}
.header-menu ul li.header-menu-sub-menu-trigger a {
	padding-right:25px !important;
}
.header-menu-sub-menu-trigger i {
	position:absolute;
	right:10px;
	top:14px;
}
.header-side-menu .header-menu-sub-menu {
	display:block;
	background:#1c2125;
	position:relative;
	top:auto;
	left:auto;
	width:300px;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-align:left !important;
	height:0px;
	overflow: hidden;
	-webkit-transition:height 0.3s;
	transition:height 0.3s;
}
.ts-submenuendmarker {
	height:0px;
	font-size:0px;
}

.header-side-menu .header-menu-sub-menu li {
	display:block !important;
}
.header-side-menu .header-menu-sub-menu li a, .dark-header .header-menu ul li .header-menu-sub-menu li a {
	line-height:20px !important;
	color:#ccc !important;
	font-size:13px;
	padding-left:40px;
}
.header-side-menu .header-menu-sub-menu-trigger:hover .header-menu-sub-menu {
	display:block;	
}
.header-side-menu .header-menu-sub-menu li a:hover, .dark-header .header-menu ul li .header-menu-sub-menu li a:hover {
	background:none !important;
	color:#fcd088;
}
.header-side-menu .header-menu-active {
	color:#fff !important;
	border-color:#2c7de8 !important;
}

.header-side-cta {
	padding:20px 30px;
}
.header-side-cta .button {
	display: block;
}

/** BASE HEADER STYLES **/

.header-section {
	position:fixed;
	z-index:900;
	top:0;
	left:0;
	width:100%;
	padding:10px 0;
	-webkit-transition:left 0.3s;
	transition:left 0.3s;
}
.header-fullwidth .container {
	width:auto !important;
	padding:0 20px;
}

.header-logo {
	float:left;
	height:72px !important;
	max-width:270px;
}
.header-logo-box {
	display: table;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	height:72px !important;
}
.header-logo-image {
	display: table-cell;
	vertical-align: middle;
	height:72px !important;
}
.header-logo-image img {
	max-width: 100% !important;
	max-height: 72px !important;
	display: block;
}

.pm-custom-header img {
	height:72px;
	display:block;
}

.pm-banner-slider {
	position: absolute;
	left:0px;
	top:0px;
	pointer-events:none;
	height:100%;
	width:100%;
}
.pm-banner-slider-image {
	position:absolute;
	pointer-events:none;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.pm-banner-slider-image-active {
	opacity:1 !important;
}

.header-cta {
	float:right;	
}
.header-cta .button {
	margin:16px 0;
}
.header-info {
	float:right;
	padding:5px 0;
}
.header-info .header-info-item {
	position:relative;	
	line-height:24px;
	margin:6px 0;
	color:#111;
	text-transform:uppercase;
	font-weight:600;
	font-size:13px;
}
.header-info .header-info-item a {
	color:#111;
}
.header-info .header-info-item i {
	position:absolute;
	font-size:14px;
}
.header-menu {
	padding:14px 0;
}
.header-menu ul {
	margin:0;
	font-size:0;
}
.header-menu ul li {
	display:inline-block;
	margin:0;
	padding:0;
}
.header-menu ul li a {
	display:block;
	padding:14px 12px 6px 12px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	color:#777;
	line-height:24px;
	border-bottom:4px solid transparent;
	cursor:pointer;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.header-menu ul li a:hover {
	color:#111 !important;
}
.header-menu ul li a i {
	font-size:14px;
	margin-left:6px;
}
.header-menu-sub-menu-trigger {
	position:relative;
}
.header-menu-sub-menu {
	display:none;
	background:#fff;
	position:absolute;
	top:100%;
	left:0px;
	width:280px;
	-webkit-box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	text-align:left !important;
}
.header-menu-sub-menu li {
	display:block !important;
}
.header-menu-sub-menu li a, .dark-header .header-menu ul li .header-menu-sub-menu li a {
	line-height:20px !important;
	color:#121212 !important;
}
.header-menu-sub-menu-trigger:hover .header-menu-sub-menu {
	display:block;	
}
.header-menu-sub-menu li a:hover, .dark-header .header-menu ul li .header-menu-sub-menu li a:hover {
	background:#f7f8fc !important;
	color:#111 !important;
}
.header-menu-active {
	color:#111 !important;
	border-color:#2c7de8 !important;
}

.header-mobile-menu-trigger {
	position:absolute;
	left:10px;
	top:50%;
	width:32px;
	height:32px;
	margin-top:-16px;
	display:none;
	text-align:center;
	cursor:pointer;
}

.header-mobile-menu-trigger i {
	font-size:18px;
	line-height:32px;
}

.dark-header {
	background:#111112 !important;	
}
.dark-header .header-menu ul li a {
	color:#ccc !important;
}
.dark-header .header-menu ul li a:hover {
	color:#fff !important;
}
.dark-header .header-info .header-info-item {
	color:#fff;
}
.dark-header .header-info .header-info-item a {
	color:#fff;
}
.dark-header .header-mobile-menu-trigger {
	color:#fff;	
}

/** BASE PAGE STYLES **/

.page-container {
	padding-top:96px;
	overflow:hidden;
	max-width:100%;
	-webkit-transition: margin 0.3s;
	transition: margin 0.3s;
}

.pm-bg-image {
	background-size:cover;
	-webkit-background-origin:border;	
	background-position:center;
}

.module {
	-webkit-box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	background:#fff;	
	border-radius:10px;
}
.module-content {
	padding:30px;	
}

.content-section {
	padding:60px 0;	
}
.content-section-adj {
	padding:0px 0;	
}
.content-section-lg {
	padding:100px 0;	
}
.content-section-sm {
	padding:30px 0;	
}

.white-section {
	color:#111112;
}
.grey-section {
	
}
.dark-section {
	color:#fff;
}
.coloured-section {
	color:#fff;
}

.dark-section, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section strong {
	color:#fff;	
}
.coloured-section, .coloured-section h1, .coloured-section h2, .coloured-section h3, .coloured-section h4, .coloured-section h5, .coloured-section strong {
	color:#fff;	
}
.coloured-section a {
	color:#fff;	
	text-decoration:underline;
}
.coloured-section .coloured {
	color:#fff !important;	
}

.contact-item {
	position:relative;
	padding-left:32px;
}
.contact-item i {
	position:absolute;
	left:0;
	top:5px;
}

.boxed-fullwidth-content {padding:50px;}
.boxed-half-content {display:block; padding:80px; position:relative; min-height:120px;}
.boxed-third-content {display:block; padding:80px 40px; position:relative; min-height:120px;}
.boxed-thirds-content {display:block; padding:80px 100px; position:relative; min-height:120px;}
.fullwidth-thirds-content {display:block; padding:150px; position:relative; min-height:120px;}
.fullwidth-third-content {display:block; padding:80px; position:relative; min-height:120px;}
.fullwidth-half-content {display:block; padding:120px; position:relative; min-height:120px;}

.icon-item {position:relative; padding-left:46px; margin-bottom:24px;}
.icon-item-title {font-size:20px; display:block; line-height:28px; margin-bottom:6px; text-transform:uppercase; opacity:0.4;}
.icon-item-icon {position:absolute; left:0; top:0; display:block; text-align:center;}
.icon-item-icon i {font-size:26px; line-height:28px;}
.service-box-content {padding:80px 50px;}
.service-box-content h5 {margin-bottom:16px;}

.icon-service-box {padding:10px 0;}
.icon-service-icon {height:64px; margin:0 auto 16px auto;}
.icon-service-icon i {font-size:56px;}
.icon-service-icon img {display:inline-block;}
.icon-service-box a i {font-size:12px; vertical-align:middle;}

.gallery-image-box {
	background: #fff;
	padding: 6px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	margin-bottom:12px;
	height:190px;
}
.gallery-image {
	background: #f7f7f7;
	display: table-cell;
	vertical-align: middle;
	height:190px;
}
.gallery-image img {
	max-width: 100% !important;
	max-height: 100% !important;
	display: block;
	margin: 0 auto;
}

.gallery-grid {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	padding-right: 10px;
    padding-left: 10px;
}

.logo-bar {
	text-align:center;
	font-size:0;
	line-height:0;
}
.logo-bar-item {
	width:100%;
	max-width:200px;	
	display:inline-block;
	margin:0 20px;
}
.logo-bar-inline-logos .logo-bar-item {
	max-width:140px !important;	
}
.logo-bar-large-space .logo-bar-item {
	margin:0 40px;
}
.logo-bar-nospace .logo-bar-item {
	margin:0px;
}
.logo-bar-box {
	display: table;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom:12px;
	height:140px;
}
.logo-bar-h72 .logo-bar-box {
	height:72px;
}
.logo-bar-logo {
	display: table-cell;
	vertical-align: middle;
}
.logo-bar-logo img {
	max-width: 100% !important;
	max-height: 100% !important;
	display: block;
	margin: 0 auto;
}

.pm-message-sent {
	background:#eee;
	padding:12px;
	color:#111;
}
.pm-message-sent h5 {
	line-height:24px;
	font-size:20px;
	color:#111;
}
.pm-message-sent p {
	font-style:italic;
	line-height:24px;
	font-size:15px;	
	color:#111;
}

/** BASE BANNER STYLES **/

.banner-section {
	background:#111;
	position:relative;
	z-index:100;
}
.banner-slide {
	background:no-repeat right center;
	background-size:cover;
}
.banner-w-sub .banner-slide {
	padding-bottom:260px !important;
}
.banner-slide .container {
	
}
.banner-slide-content {
	
}
.banner-slide-content h1 {
	font-size:42px;
}
.banner-slide h1, .banner-slide h2, .banner-slide h3, .banner-slide h4, .banner-slide h5 {
	margin-bottom:10px;
}
.banner-slide p {
	margin-bottom:16px;
}
.banner-form-container {
	
}

.banner-box {padding:30px;}

/** SUB BANNER STYLES **/
.sub-banner-section {
	padding-top:1px;
	position:relative;
	z-index:120;
	margin-bottom:30px;
}
.sub-banner-section .container {
	margin-top:-101px;
	min-height:120px;
}
.sub-banner-box {
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
}
.sub-banner-box:hover {
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
}
.sub-banner-box-image {
	font-size:0;
	height:200px;
	background:#f7f8fc;	
}
.sub-banner-box-image img {
	display:block;
}
.sub-banner-box-content {
	padding:30px;	
	line-height:24px;
}
.sub-banner-box-content h4, .sub-banner-box-content h5 {
	margin-bottom:10px;
	font-size:24px;
}

.sub-banner-box-1 {
	background:#fff;	
}

.sub-banner-box-2 {
	background:#111;	
	color:#fff;
}
.sub-banner-box-2 h4, .sub-banner-box-2 h5 {
	color:#2c7de8;
}

/** CONTENT STYLES **/

.section-clip {
	overflow:hidden;
}

.half-section, .quarter-section {
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.half-section:hover, .quarter-section:hover {
	-webkit-box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
}

.quarter-content {
	padding:50px 30px;
}
.half-content {
	padding:100px;
}

/** BASE FOOTER STYLES **/

.footer-section {
	padding:40px 0;
	font-size:14px;
	line-height:24px;
}
.footer-bio {
	padding-right:50px;	
}
.footer-logo {
	max-width:200px;	
	margin-bottom:10px;
}
.footer-social {
	display:inline-block;
	margin-right:10px;
}
.footer-social a {
	
}
.footer-social a:hover {
	color:#fff;
}

.footer-section h5 {
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-size:17px;	
}
.footer-section ul li {
	margin: 10px 0;	
	padding:0;
}
.footer-section ul li, .footer-section ul li a {
	font-size:15px;
	color:#768596;
}
.footer-section ul li a:hover {
	color:#fff;
}

.whoby-section {
	padding:14px;
	background:#111112;
	text-transform:uppercase;
	font-size:11px;	
	letter-spacing:1px;
	color:#595a6a;
	line-height:18px;
}

.whoby-note {
	text-align:right;	
}

/** GALLERY STYLES **/

#pm-gallery-overlay {
	width:0px;
	height:0px;
	position:fixed;
	background-color: rgba(0, 0, 0, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
	z-index:2000;
	top:0;
	left:0;	
	opacity:0;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	overflow:hidden;
}
#pm-gallery-content-area {
	box-sizing:border-box;
	padding:40px;
	height:100%;
}
#pm-gallery-container {
	background:#fff;
	-webkit-box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	padding:20px;	
	height:100%;
	box-sizing:border-box;
	position:relative;
}
#pm-gallery-close {
	position:absolute;
	background:#111112;
	width:32px;
	height:32px;
	border:3px solid #fff;
	border-radius:32px;	
	top:-10px;
	right:-10px;
	text-align:center;
	color:#ccc;
	-webkit-box-shadow:0 3px 4px rgba(50,50,93,.1),0 2px 2px rgba(0,0,0,.07);
	box-shadow:0 3px 4px rgba(50,50,93,.1),0 2px 2px rgba(0,0,0,.07);
}
#pm-gallery-close i {
	line-height:32px;
}
#pm-gallery-close:hover {
	color:#fff;
}

.pm-gallery-nav {
	position:absolute;
	top:50%;	
	width:64px;
	height:64px;
	background:#fff;
	border-radius:100px;
	margin-top:-32px;
	text-align:center;
	-webkit-box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	box-shadow:0 18px 35px rgba(50,50,93,.1),0 8px 15px rgba(0,0,0,.07);
	cursor:pointer;
	color:#ccc;
	-webkit-transition:color 0.3s;
	transition:color 0.3s;
}
.pm-gallery-nav i {
	font-size:28px;
	line-height:64px;
}
.pm-gallery-nav:hover {
	color:#111;
}
#pm-gallery-prev {
	left:40px;
}
#pm-gallery-prev i {
	margin-left:-4px;
}
#pm-gallery-next {
	right:40px;
}
#pm-gallery-next i {
	margin-right:-4px;
}

#pm-gallery-image-canvas {
	background:#f7f7f7;
	padding:10px;	
	box-sizing:border-box;
	height:100%;
}

#pm-gallery-image-box {
	display: table;
	width: 100%;
	box-sizing: border-box;
	height:100%;
}
#pm-gallery-image {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	height:500px;
}
#pm-gallery-image img {
	max-width: 100% !important;
	max-height: 100% !important;
	display: block;
	margin: 0 auto;
}

/** TESTIMONIAL STYLES **/

.testimonial-item {
	margin:0px 0px 30px 0;
}

.testimonial-content {
	background:#e8eaf3;
	padding:12px 15px;
	color:#5a5e70;
	border-radius:6px;
	margin-bottom:10px;
}

.testimonial-author {
	position:relative;
	padding:10px 0 10px 0px;
}

.testimonial-name {
	font-weight:600;
}
.pm-gallery-start, .pm-gallery-end {
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: 1 0 33.33vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f8fb;
    object-fit: contain;
    overflow: auto;
}
.pm-gallery-carousel-container {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #dddddd;
	margin-bottom: 25px;
}

#pm-gallery-carousel {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    display: flex;
    height: 40vh;
    overflow: hidden;
    scroll-behavior: smooth;
    background-color: #f5f8fb;
}
.pm-gallery-slider {
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: 1 0 33.33vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f8fb;
	padding-bottom: 15px;
    padding-top: 15px;
}

.pm-gallery-carousel-image {
	width: auto;
    height: 90%;
    padding: 10px;
    background: white;
    box-shadow: 1px 1px 5px 0px rgb(74 67 67);
	opacity: 0.25;
}
.pm-gallery-carousel-default {
	display: flex;
    align-items: center;
	justify-content: center;
	padding-left: 75px;
	padding-right: 75px;
}
.pm-carousel-buttons {
	position: absolute;
    top: 45%;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    border: none;
    opacity: 50%;
    background-color: black;
    color: white;
    font-size: 50px;
    cursor: pointer;
    padding-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 100;
}	
.pm-carousel-buttons:hover {
	opacity: 85%;
	transition: opacity 0.5s;
}
#pm-carousel-right-button {
	right: 0;
}

/* below is the fontPage carousel css (above is the gallery page carousel styling)*/
#pm-carousel-container {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #dddddd;
	display: flex;
    align-items: center;
    justify-content: center;
}
.container-adjust {
    position: absolute;
    max-width: 90% !important;
    text-align: center;
    z-index: 100;
}
#pm-banner-carousel::-webkit-scrollbar, .pm-gallery-slider::-webkit-scrollbar{
    display: none;
}
#pm-banner-carousel {
    margin: 0;
    padding: 0;
    display: flex;
    height: 50vh;
    overflow: scroll;
    scroll-behavior: smooth;
    background-color: #f5f8fb;
}
.pm-carousel-banner-slider {
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex: 1 0 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pm-banner-carousel-image {
	width: 100vw;
    height: 100%;
	background-image: url(https://assets.palacemedialtd.co.uk/library/PipesDark.png);
    background-size: cover;
    background-position: center;
    opacity: 1;
}
.pm-banner-carousel-buttons {
	position: absolute;
    top: 45%;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    border: none;
    opacity: 0%;
    background-color: black;
    color: white;
    font-size: 50px;
    cursor: pointer;
    padding-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 100;
}
.pm-banner-carousel-buttons:hover {
    opacity: 1;
}
#pm-banner-carousel-right-button {
	right: 0;
}
#pm-banner-carousel-left-button {
	left: 0;
}
.bold {
	font-weight: 600;
}
@media (min-width: 680px) and (max-width:1260px) {
	.container-adjust {margin-top: 10%;}
}
@media (max-width: 680px) {
	#pm-banner-carousel {height: 75vh;}
}
.pm-projects-container {
	display: flex;
    gap: 3%;
    flex-wrap: wrap;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
	border-radius: 5px;
}
.pm-project-container {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	justify-content: space-between;
    height: 500px;
    width: 30%;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	border-radius: 5px;
    text-align: left;
	overflow: auto;
	margin-bottom: 15px;
}
.pm-project-coverImage {
	margin-bottom: 15px;
	width: 100%;
    border-radius: 5px 5px 0px 0px;
    transition: transform 0.8s;
	min-height: 45%;
}
.pm-project-coverImage:hover {
	transform: scale(1.1);
}
.pm-project-title {
	margin: 0;
	padding: 15px;
}
.pm-project-desc {
    padding: 0 15px 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    overflow: scroll;
	height: 25%;
}
.pm-project-button {
    padding: 20px 15px 30px;
    width: -webkit-fill-available;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.pm-project-link {
	width: 100%;
}

.testimonial-stars {
	background:url(../img/star.png) repeat-x;
	height:24px;
	max-width:120px;
	background-size:auto 100%;
}


.pm-testimonial-slider-container {
	padding:0 50px;	
	position:relative;
}
.pm-testimonial-slider-arrow {
	position:absolute;
	top:50%;
	margin-top:-50px;
	width:30px;
	height:30px;
	text-align:center;
	opacity:0.3;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.pm-testimonial-slider-arrow:hover {
	opacity:1;	
}
.pm-testimonial-slider-arrow i {
	font-size:32px;
	line-height:30px;
}
.pm-testimonial-slider-arrow-left {
	left:0px;
}
.pm-testimonial-slider-arrow-right {
	right:0px;
}
.pm-custom-testimonial-slider .testimonial-item {
	display:none;
}
.pm-custom-testimonial-slider .testimonial-item-active {
	display:block !important;
}



/** WHYCHOOSE **/

.whychoose-item {
	
}
.whychoose-icon {
	display:block;
	width:80px;
	margin:0 auto 10px auto;
}
.whychoose-icon i {
	font-size:60px;
	line-height:80px;
}
.whychoose-title h5 {
	margin-bottom:10px;
}
.whychoose-content {
	
}

/** OTHER **/
.pm-bab-link {
	max-width:200px;
}

/** BUTTON STYLES **/

.button {
	padding:8px 20px;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-decoration:none !important;
}
.button:hover {
	-webkit-transform:scale(1.04);
	transform:scale(1.04);
	-webkit-box-shadow:0 2px 6px rgba(50,50,93,.3),0 1px 3px rgba(0,0,0,.15);
	box-shadow:0 2px 6px rgba(50,50,93,.3),0 1px 3px rgba(0,0,0,.15);
	color:#fff !important;
}

.button-op {
	padding:8px 20px;	
	border-radius:100px;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-decoration:none !important;
}
.button-op:hover {
}

.button-op-c {
	padding:8px 20px;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-decoration:none !important;
}
.button-op-c:hover {
}


.dark-section .button-op, .coloured-section .button-op {
	color:#fff;
	border-color:#fff;
}
.dark-section .button-op:hover, .coloured-section .button-op:hover {
	background-color:#fff !important;
}

.coloured-section .button-op-c {
	background-color:#fff;
	border-color:#fff;
}
.coloured-section .button-op-c:hover {
	background-color:#fff !important;
}

.button:disabled, .button:disabled:hover, .button-disabled, .button-disabled:hover {		
	background:#eee !important;
	color:#777 !important;
	-webkit-transform:scale(1) !important;
	transform:scale(1) !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

.button-block {
	display:block;
	padding:8px 0 !important;
	width:100%;
}

.button-small {
	padding:6px 10px !important;
	font-size:13px !important; 
}

.button-extra-small {
	padding:1px 6px !important;
	font-size:10px !important; 
}


/** INPUT STYLES **/

.mbottom {
	margin-bottom:12px !important;	
}

.mbottom24 {
	margin-bottom:24px !important;	
}

.mbottom30 {
	margin-bottom:30px !important;	
}

.nombottom {
	margin-bottom:0px !important;	
}

label {
	display:inline-block;
	line-height:20px;
	font-weight: 600;
	text-transform:uppercase;
	font-size:11px;	
	color:#383b42;
}

.input-container {
	padding:0 13px;
	margin:0px 13px 0px -13px;
	position:relative;
}

.select-container {
	border:1px solid #eeeeee;
	transition:border-color 0.3s;
	-webkit-transition:border-color 0.3s;
	overflow:hidden;
	border-radius:4px;
	
}

.file-input-container {
	padding:0px 6px;
	margin:0px 6px 0px -6px;
}

input[type="text"], input[type="password"], input[type="number"] {
	display:block;
	height:42px;
	line-height:42px;
	border-radius:4px;
	width:100%;
	padding:0 12px;
	font-size:17px;
	transition:border-color 0.3s;
	-webkit-transition:border-color 0.3s;
	background:#f7f7f7;
	color:#3e4a58;
	border:1px solid;
	border-color:#eeeeee;
}

input[type="file"] {
	display:block;
	height:32px;
	line-height:32px;
	width:100%;
	padding:5px 5px;
	cursor:pointer;
	border-radius:4px;
	background:#f7f7f7;
	color:#333;
	border:1px solid #eeeeee;
}

input[type="submit"] {
	line-height:24px !important;
}

input[type="text"]:disabled {
	background:#f7f7f7 !important;
	color:#ccc !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	display:block;
	height:42px;
	line-height:42px;
	width:100%;
	padding:0 12px;
	color:#3e4a58;
	font-size:17px;
	border:none;
	background:#f7f7f7 url(../img/select-arrow.png) no-repeat right center;
}

select option {
	padding:0 5px;	
	color:#333;
}

textarea {
	display:block;
	width:100%;
	max-width:100%;
	min-width:100%;
	border-radius:4px;
	min-height:122px;
	font-size:17px;
	padding:9px 12px;
	color:#3e4a58;
	border:1px solid #eeeeee;
	background:#f7f7f7;
}

/*input[type="checkbox"]{
    -webkit-appearance: checkbox;
}
input[type="radio"]{
    -webkit-appearance: radio;
}*/

input[type=radio]:not(old){
	width:24px;
	margin:0;
	padding:0;
	opacity:0;
	cursor:pointer;
}

input[type=radio]:not(old) + label{
	display: inline-block;
	margin-left: -28px;
	padding-left: 32px;
	background: url('../images/interface/radio-buttons.png') no-repeat 0 0;
	line-height: 24px;
	text-transform:none;
	font-weight:300;
	font-size:15px;
	cursor:pointer;
}

input[type=radio]:not(old):checked + label{
	background-position: 0 -24px;
}

label {
	color:#111;
	font-weight:400;
	margin-bottom:4px;	
	display:inline-block;
}

.asterix {
	font-weight:600;
	color:red;	
}

input {
	-webkit-appearance:none;	
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color:#6ab5ea !important;	
}

table tr td {
	vertical-align:top;	
}





#pm-cookie-message {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background:#121212;
	color:#fff;
	text-align:center;
	z-index:1000;
	font-size:14px;
	-webkit-transition:bottom 0.7s;
	transition:bottom 0.7s;
}
#pm-cookie-message-content {
	padding:10px;
}
#pm-cookie-message-content .button {
	padding:4px 15px !important;
	margin-left:20px;
}




/** RESPONSIVE STYLES **/

.fullwidth-container {padding:0 20px;}
.container {width:1240px; margin:0 auto; position:relative;}
.large-container {width:960px; margin:0 auto;}
.medium-container {width:740px; margin:0 auto;}
.thin-container {width:640px; margin:0 auto;}
.extra-thin-container {width:420px; margin:0 auto;}
.grid-container {clear: both; padding: 0px; margin: 0px 0px 0px -36px; line-height:inherit; zoom:1;}
.grid-container:before, .grid-container:after {content:""; display:table;}
.grid-container:after {clear:both;}

.valigned {font-size:0;}
.valigned .m-one-whole {vertical-align:middle; float:none; display:inline-block;}
.valigned .grid-block {font-size:17px;}

.large-grid-container {margin: 0px 0px 0px -60px !important;}
.medium-grid-container {margin: 0px 0px 0px -15px !important;}
.small-grid-container {margin: 0px 0px 0px -10px !important;}
.nomargin-grid-container {margin: 0px 0px 0px 0 !important;}

.grid-block {padding:0 0 0 36px;}
.medium-grid-container .grid-block {padding:0 0 0 15px !important;}
.nomargin-grid-container .grid-block {padding:0 0 0 0 !important;}
.small-grid-container .grid-block {padding:0 0 0 10px !important;}
.large-grid-container .grid-block {padding:0 0 0 60px !important;}

.one-whole {float:left; width:100%;}

.one-half {float:left; width:50%;}

.one-third {float:left; width:33.333%;}
.two-thirds {float:left; width:66.666%;}

.one-quarter {float:left; width:25%;}
.three-quarters {float:left; width:75%;}

.one-fifth {float:left; width:20%;}
.two-fifths {float:left; width:40%;}
.three-fifths {float:left; width:60%;}
.four-fifths {float:left; width:80%;}

.one-sixth {float:left; width:16.66%;}
.five-sixths {float:left; width:83.33%;}

.one-seventh {float:left; width:14.28%;}

.one-tenth {float:left; width:10%;}
.three-tenths {float:left; width:30%;}
.seven-tenths {float:left; width:70%;}
.eight-tenths {float:left; width:80%;}
.nine-tenths {float:left; width:90%;}

@media (min-width: 680px) and (max-width:1260px) {
	.pm-gallery-slider {flex: 1 0 50vw;}
	.pm-gallery-start, .pm-gallery-end{flex: 1 0 0%;}
	.pm-gallery-carousel-image {opacity: 1;}

	.container, .large-container {width:94%;}
	.medium-container {width:80%;}
	.thin-container {width:70%;}
	
	.grid-container {margin-left:-20px;}
	.grid-block {padding-left:20px;}
	.t-one-quarter {width:25% !important;}
	.t-one-third {width:33.333% !important;}
	.t-one-half {width:50% !important;}
	.t-two-thirds {width:66.666%;}
	.t-one-whole {width:100% !important;}
	
	
	.header-side-section {height:72px; padding:10px 0; width:100%;}
	.side-menu-open { left:0px;	}
	.header-section-open { left:260px;	}
	.page-container-open {margin-left:260px; margin-right:-260px;}
	
	.header-menu, .header-info, .header-cta, .header-side-menu, .header-side-cta {display:none;} 
	.header-mobile-menu-trigger {display:block;}
	.header-logo, .header-side-logo {float:none; margin:0 auto !important; max-width:200px; vertical-align:middle;}
	.header-side-logo {padding:0px;}
	.header-logo-box {height:72px !important;}
	.header-logo-image {height:72px !important; text-align: center;}
	.header-logo img {max-height:72px !important; display:inline-block;}
	
	.page-container {padding-top:92px; padding-left:0px !important;}
	
	.dialog-notification {width:94% !important; margin-left:-47% !important;}
	
	.boxed-half-content, .boxed-third-content, .boxed-thirds-content {padding:50px;}
	.fullwidth-thirds-content {padding:100px;}
	.fullwidth-half-content {padding:80px;}
}

@media (max-width: 680px) {
	.pm-gallery-slider {flex: 1 0 100vw;}
	.pm-gallery-start, .pm-gallery-end{flex: 1 0 0%;}
	.pm-gallery-carousel-image {opacity: 1;}

	
	*{line-height:24px;}
	.fullwidth-container {padding:0 3%;}
	.container, .large-container, .medium-container, .thin-container, .extra-thin-container {width:94%;}
	
	.m-one-whole {width:100% !important;}
	.m-one-half {width:50% !important;}
	.m-one-third {width:33.33% !important;}
	.grid-block {padding:0px 0 0px 36px;}
	
	.mbottom30 {margin-bottom:16px;}
	.mobilembottom {margin-bottom:10px !important;}
	
	.nomobile {display:none;}
	.mobileonly {display:block;}
	.mobilebreak {margin-bottom:24px;}

	.header-side-section {height:58px; width:100%; text-align:center; padding:6px 0;}
	.side-menu-open { left:0px;	}
	.header-section-open { left:260px;	}
	.page-container-open {margin-left:260px; margin-right:-260px;}
	
	h1 {font-size:30px; line-height:32px;}
	h2 {font-size:28px; line-height:30px;}
	h3 {font-size:26px; line-height:28px;}
	h4 {font-size:24px; line-height:26px;}
	h5 {font-size:22px; line-height:26px;}
	
	.header-section {text-align:center; padding:6px 0;}
	.header-menu, .header-info, .header-cta, .header-side-menu, .header-side-cta  {display:none;} 
	.header-mobile-menu-trigger {display:block;}
	.header-logo, .header-side-logo {float:none; margin:0 auto !important; height:50px !important; display:inline-block; vertical-align:middle; max-width:200px;}
	.header-side-logo {padding:0px;}
	.header-logo-box {height:50px !important;}
	.header-logo-image {height:50px !important; text-align: center;}
	.header-logo img {max-height:50px !important; display:inline-block;}
	
	.page-container {padding-top:62px; padding-left:0px !important;}
	
	.banner-slide-content h1 {font-size:32px; line-height:36px;}
	.banner-w-sub .banner-slide {padding-bottom:150px !important;}
	.banner-form-container {position:relative; width:100%; top:auto; right:auto; margin-top:30px;}
	.sub-banner-section {margin-bottom:0;}
	.sub-banner-box-image {height:auto;}
	
	.half-content {padding:40px 3%;}
	.quarter-content {padding:30px 3%;}
	.content-section {padding:30px 0;}
	.content-section-lg {padding:30px 0;}
	
	.footer-section {padding:20px 0; text-align:center;}
	.footer-logo {display:inline-block;}
	.footer-bio {padding-right:0;}
	
	.whoby-section {text-align:center !important;}
	.whoby-note {text-align:center !important;}
	
	.dialog-notification {width:94% !important; margin-left:-47% !important;}
	
	.banner-1.banner-w-sub .banner-slide {padding-bottom:100px !important;}
	.banner-1 .banner-slide {padding:50px 0;}
	.banner-1 .banner-slide-content {width:100%;}
	.banner-2 .banner-slide {padding:50px 0;}
	.banner-2 .banner-slide-content {width:100%;}
	.content-1-blurb {padding:0 !important; border:none !important; text-align:center;}
	
	.gallery-image-box {height:100px;}
	
	#pm-gallery-content-area {padding:10px;}
	#pm-gallery-container {padding:10px;}
	#pm-gallery-image-canvas {padding:0px;}
	.pm-gallery-nav {width:42px; height:42px; opacity:0.8; margin-top:-21px;}
	.pm-gallery-nav i {line-height:42px; font-size:20px;}
	#pm-gallery-prev {left:20px;}
	#pm-gallery-next {right:20px;}
	
	.boxed-half-content, .boxed-third-content, .boxed-thirds-content, .fullwidth-thirds-content, .fullwidth-half-content, .boxed-fullwidth-content, .fullwidth-third-content {padding:30px;}
	.service-box-content {padding:50px 30px;}
	
	.pm-bab-link {margin:0 auto 20px auto;}
	
	.pm-bg-image-mobile {min-height:360px !important;}
}









.header-style-1 {
	background:#fff;
	-webkit-box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
}
.header-style-1 .header-logo {
	margin-right:40px;
}
.header-style-1 .header-info {
	text-align:right;
	margin-right:40px;
}
.header-style-1 .header-info .header-info-item {
	padding-right:26px;
}
.header-style-1 .header-info .header-info-item i {
	right:0;
	top:5px;
}
.header-style-1 .header-menu {
	float:left;
}

.content-1-blurb {
	padding:10px 0 10px 32px;
	border-left:1px solid #ccc;	
}


.banner-1 .banner-slide {
	padding:60px 0;
}
.banner-1.banner-w-sub .banner-slide {
	padding-bottom:160px !important;
}
@media (max-width: 680px) {
	.banner-1.banner-w-sub .banner-slide {padding-bottom:100px !important;}
	.banner-1 .banner-slide {padding:50px 0;}
	.banner-1 .banner-slide-content {width:100%;}
}

.banner-2 .banner-slide {
	padding:160px 0;
}
.banner-2 .banner-slide-content {
	width:60%;	
	margin:0 auto;
}
@media (max-width: 680px) {
	.banner-2 .banner-slide {padding:50px 0;}
	.banner-2 .banner-slide-content {width:100%;}
}

.service-box-2 {
	display:block;
	-webkit-box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	box-shadow:0 18px 30px -12px rgba(50,50,93,.25),0 10px 18px -18px rgba(0,0,0,.3);
	overflow:hidden;
	position:relative;
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.service-box-2:hover {
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
}
.service-box-2-accent {
	display:block;
	position:absolute;
	display:block;
	width:120px;
	margin-top:-30px;
	height:300px;
	-webkit-transform:rotate(15deg);
	transform:rotate(15deg);
	top:0;
	right:-10px;
	font-size:0;
}
.service-box-2-accent-icon {
	position:absolute;
	right:40px;
	top:50%;
	color:#fff;
	margin-top:-10px;
}
.service-box-2-accent-icon i {
	font-size:26px;
}
.service-box-2-content {
	padding:20px 130px 20px 20px;
	display:block;
}
.service-box-2-title {
	display:block;
	font-size:28px; 
	line-height:32px;
	margin-bottom:6px;
}
.service-box-2-blurb {
	display:block;
	line-height:22px;
	font-size:15px;
}
@media (max-width: 680px) {
	.service-box-2-content {padding:20px 80px 20px 20px;}
	.service-box-2-accent {-webkit-transform:rotate(5deg); transform:rotate(5deg); width:80px;}
	.service-box-2-accent-icon {right:25px;}
}

.one-box {position:absolute; display:block; left:50%; top:50%; padding:20px; width:200px; margin-left:-120px; text-align:center; text-transform:uppercase; font-size:30px; line-height:30px; margin-top:-35px; z-index:100; transition:all 0.3s; -webkit-transition:all 0.3s;}
.boxed-half-content .one-box .coloured {font-weight:700;}
.one-box-shadow {z-index:50 !important; margin-left:-110px !important; margin-top:-25px !important; transition:all 0.3s; -webkit-transition:all 0.3s;}
.boxed-half-content:hover .one-box {background-color:transparent;}
.boxed-half-content:hover .one-box .coloured {color:#fff !important;}
.boxed-half-content:hover .one-box-shadow {margin-left:-120px !important; margin-top:-35px !important;}


.banner-3 .banner-slide { 	padding:140px 0; } .banner-3 .banner-slide-content { 	width:50%;	 } .banner-3.centered .banner-slide-content { 	margin:0 auto; } @media (max-width: 680px) { 	.banner-3 .banner-slide {padding:50px 0;} 	.banner-3 .banner-slide-content {width:100%;} }


.banner-4 .banner-slide { 	padding:200px 0; } @media (max-width: 680px) { 	.banner-4 {text-align:center;} 	.banner-4 .banner-slide {padding:50px 0;} }


.fontclamp {font-size: clamp(50%, 75%, 100%);}

.aboutpicA {padding: clamp(4%, 5%, 6%);}
.aboutpicB {padding: clamp(8%, 10%, 12%);}

.padsmall1 {padding: clamp(4px 6px 8px);}
.padBot {padding-bottom: 30px;}
.padTop {padding-top: 30px;}

.fullwidthA {width: 65%;}
.fullwidthB {width: 85%;}
.fullwidthc {width: 95%;}

.boxsmall {padding: 0px; background-color: rgba(0,0,0, 0.5); border-radius: 10px;}
.boxmed {padding: 60px 30px; background-color: rgba(0,0,0, 0.5); border-radius: 10px;}
.boxlarge {padding: 100px 60px; background-color: rgba(0,0,0, 0.5); border-radius: 10px;}
.boxplain {padding: 100px 60px; border-radius: 10px;}

.shader{box-shadow: 0 18px 30px -12px rgba(50, 50, 93, .25), 0 10px 18px -18px rgba(0, 0, 0, .3);}
.radiusA {border-radius: 4px;}
.radiusB {border-radius: 10px;}
.radiusC {border-radius: 20px;}

.circle {border-radius: 1000%; box-shadow: 0 18px 30px -12px rgba(50, 50, 93, .25), 0 10px 18px -18px rgba(0, 0, 0, .3); border: solid 1px #000000;} 

.liftdiv1 {position: relative; bottom: 60px;}
.liftdiv2 {position: relative; bottom: 100px;}
.liftdiv3 {position: relative; bottom: 120px;}

.growtext1  {font-size: clamp(1rem, 4vw, 2.5rem); line-height: clamp(1rem, 4vw, 2.5rem);}
.growtext2  {font-size: clamp(1.5rem, 6vw, 3rem); line-height: clamp(1.5rem, 6vw, 3rem);}
.growtext3  {font-size: clamp(2rem, 8vw, 5rem); line-height: clamp(2rem, 8vw, 5rem);}

.header-style-1 {background-image: url("") !important;}
.dark-header {background-image: url("") !important;}

@media (max-width: 768px) {
.hidden {display:none !important;}
}
