/*
Theme Name: Creative A Child theme
Description: Child theme for Creative Asset - Parent Theme
Version: 1.0.1
Author: Creative Asset
Template: creativea
*/

/*--------------------------------------------------------------
ON THE GO REMOVALS 

# Brand colours
BLUE: #26367A
GREEN: #219C6A
YELLOW: #F3CC4F

# Fonts
BODY FONT: font-family: jaf-domus, sans-serif;
HEADING FONT: Estetica One? (Russo one if not?)

--------------------------------------------------------------*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body, p {
	font-family: open-sans, sans-serif;
	font-weight: 300;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.alt h1, .alt h2, .alt h3, .alt h4, .alt h5, .alt h6, .alt {
	font-family: jaf-domus, sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 1.2em;
}

.title-section h1 {
	font-size: 100px;
}

h2 {
    font-size: 45px;
    line-height: 1.2em;
}

h3 {
    font-size: 35px;
    line-height: 1.2em;
}

h4 {
	font-size: 25px;
	line-height: 1.2em;
}

h5 {
	font-size: 20px;
	line-height: 1.2em;
}

h6 {
	font-size: 16px;
	line-height: 1.2em;
}

.price h1 {
	font-size: 4rem;
}

.fixed {
	position: fixed;
}

.bold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.padding > .fl-row-content-wrap {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padding-2 > .fl-row-content-wrap {
	padding-bottom: 80px;
}

.padding-big > .fl-row-content-wrap {
	padding-top: 120px;
	padding-bottom: 120px;
}

.title-section-page {
	padding-top: 120px;
	padding-bottom: 120px;
}

.text-header {
	text-align: center;
}

.big-text-header, .big-text-header-2 {
	letter-spacing: 1.5px;
	font-weight: 600;
}

.big-text-header {
	font-size: 26px;
	line-height: .6em;
}

.big-text-header-2 {
	font-size: 22px;
	color: #122C89;
	line-height: 1em;
	letter-spacing: .5px;
}

.small-text-header {
	font-size: 13px;
}

.big-text h2 {
    font-size: 150px;
}

.rotate-text {
    transform: rotate(-90deg);
}

.bring-front {
	position: relative;
	z-index: 10;
}

.bring-front-2 {
	position: relative;
	z-index: 12;
}
/*
.no-click {
	pointer-events: none;
}*/

.background-text-col {
	position: relative;
}

.background-text {
	opacity: .05;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: -1;
}

.background-text h1 {
	font-size: 150px;
	line-height: 1em;
}

.testimonials .uabb-blog-posts-description {
	font-size: 32px;
	/*text-transform: uppercase;*/ 
	font-weight: 600;
	color: #000 !important;
}

.testimonials h6 {
	color: #122C89;
}

.small-text * {
	margin-bottom: 0;
	font-size: 12px;
}

header.fl-builder-content:not(.fl-theme-builder-header-sticky){
	position: relative;
	z-index: 1;
}

/*--------------------------------------------------------------
# Colours & backgrounds
--------------------------------------------------------------*/
.blue {
	color: #26367A;
}

.green {
	color: #219C6A;
}

.yellow {
	color: #F3CC4F;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

.blue-link a, .blue-link a:visited {
	color: #26367A;
}

.green-link a, .green-link a:visited {
	color: #219C6A;
}

.yellow-link a, .yellow-link a:visited {
	color: #F3CC4F;
}

.green-span, .yellow-span {
	position: relative;
}

.green-span:before, .yellow-span:before {
	content: '';
	position: absolute;
	z-index: -1;
	height: 25px;
	width: 100%;
	left: 0;
	bottom: 5px;
}

.yellow-span:before {
	background-color: #F3CC4F;
}

.green-span:before {
	background-color: #219C6A;
}

/*--------------------------------------------------------------
# Images & icons
--------------------------------------------------------------*/
.rotate-img img {
	transform: rotate(45deg);
}

.flip-image img {
	transform: scaleX(-1);
}

.left-icon [class^="icon-"]:before, .left-icon [class*=" icon-"]:before {
	margin-left: 0px !important;
}

.service-gallery img {
	height: 225px !important;
	object-fit: cover !important;
}

/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/

.mobile-menu a {
    font-size: 20px !important;
}

.mobile-menu i {
    font-size: 30px !important;
    line-height: 1.4em !important;
}

.menu-bar {
	position: relative;
	z-index: 10;
}

.main-menu * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

.main-menu {
	margin: 0;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	background-color: #f2f2f2;
}

.main-menu a i {
	font-size: 25px;
	transition: .3s;
}

.main-menu a:hover i {
	color: #219C6A;
}

.main-menu a {
	font-size: 16px;
	color: #000;
}

.main-menu a span {
	text-decoration: underline;
	text-decoration-color: #219C6A;
}

.main-menu > li {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	padding: 33px 0;
	width: 20%;
}

.main-menu > li > ul.sub-menu {
	margin: 0;
	background-color: #fff;
	box-shadow: 0px 30px 30px rgba(0,0,0,.2);
	width: 100%;
/*	height: 250px;*/
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	visibility: hidden;
	opacity: 0;
}

.main-menu > li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
	z-index: 100;
	transition: .3s visibility, .3s opacity, .3s z-index;
	text-align: left; 
}

/*.main-menu .menu-1-col .sub-menu > li {
	width: 100%;
}*/

.main-menu .menu-2-col .sub-menu > li {
	width: 48%;
}

.main-menu .menu-3-col .sub-menu > li {
	width: 32%;
}

.main-menu .sub-menu > li {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	transition: .3s;
}

.main-menu .sub-menu a {
	color: #000;
	text-transform: none;
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 10px;
	transition: .3s;
}

.main-menu .sub-menu a:hover {
	color: #219C6A;
}

.main-menu .sub-menu i {
	font-size: 35px;
}

.main-menu .menu-title > a {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	color: #122C89;
	font-weight: 600;
	cursor: auto;
}

.main-menu .menu-title > a:hover,
.main-menu .menu-title > a:hover i {
	color: #122C89;
}

.main-menu > li > ul.sub-menu ul {
	margin-top: 10px;
}

.main-menu > li > ul.sub-menu ul li {
	width: 100% !important;
}

.utility-menu a {
	font-size: 22px;
	text-transform: uppercase;
	color: #122C89;
}

.footer-link i {
	font-size: 20px;
}

.footer-link h6 a, .footer-link h2 a,
.footer-link h6 a:hover, .footer-link h2 a:hover,
.footer-link h6 a:visited, .footer-link h2 a:visited {
	position: relative;
	color: #fff;
}

.footer-link h6 a:before, .footer-link h2 a:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	left: 0;
	transition: .7s;
}

.footer-link h6 a:before {
	height: 10px;
	bottom: 0;
	background-color: #219C6A;
}

.footer-link h2 a:before {
	height: 25px;
	bottom: 5px;
	background-color: #F3CC4F;
}

.footer-link h6 a:hover:before, .footer-link h2 a:hover:before {
	width: 100%;
}

.footer-menu li {
	width: 18%;
}

.footer-menu a {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}

.footer-menu a:hover i {
	color: #F3CC4F !important;
}

.footer-menu i {
	display: inline-block;
	padding-bottom: 20px;
	font-size: 35px;
	transition: .3s;
}

.footer-menu .sub-menu {
	display: none !important;
}

/*--------------------------------------------------------------
# Title section 3D slider
--------------------------------------------------------------*/
.ca-slider-col {
	position: relative;
}

.ca-slider {
	left: 50%;
	transform: translateX(-50%) scale(.9);
	margin-top: -30px;
    width: 200px;
    height: 100px;
    position: relative;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.ca-slider > div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-animation: rotateAni 15s infinite linear;
            animation: rotateAni 15s infinite linear;
}

.ca-slider > div > div {
    width: 300px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    margin-top: -50px;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.ca-slider > div > div:nth-child(1) {
    -webkit-transform: rotateY(0deg) translateZ(175px);
            transform: rotateY(0deg) translateZ(175px);
    animation: card-1 15s infinite;
}

.ca-slider > div > div:nth-child(2) {
    -webkit-transform: rotateY(90deg) translateZ(175px);
            transform: rotateY(90deg) translateZ(175px);
    animation: card-2 15s infinite;
}

.ca-slider > div > div:nth-child(3) {
    -webkit-transform: rotateY(180deg) translateZ(175px);
            transform: rotateY(180deg) translateZ(175px);
    animation: card-3 15s infinite;
}

.ca-slider > div > div:nth-child(4) {
    -webkit-transform: rotateY(270deg) translateZ(175px);
            transform: rotateY(270deg) translateZ(175px);
    animation: card-4 15s infinite;
}

@keyframes rotateAni {
    0% {
        transform: rotateY(0deg);
    }
    24% {
        transform: rotateY(0deg);
    }
    27% {
        transform: rotateY(-90deg);
    }
    49% {
        transform: rotateY(-90deg);
    }
    52% {
        transform: rotateY(-180deg);
    }
    74% {
        transform: rotateY(-180deg);
    }
    77% {
        transform: rotateY(-270deg);
    }
    97% {
        transform: rotateY(-270deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

@keyframes card-1 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1
    }
    27% {
        opacity: 0;
    }
    97% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes card-2 {
    24% {
        opacity: 0;
    }
    27% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    52% {
        opacity: 0;
    }
}

@keyframes card-3 {
    49% {
        opacity: 0;
    }
    52% {
        opacity: 1;
    }
    74% {
        opacity: 1;
    }
    77% {
        opacity: 0;
    }
}

@keyframes card-4 {
    74% {
        opacity: 0;
    }
    77% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.ca-btn {
	max-width: 250px;
	height: 50px;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1em;
}

.center-btn {
	margin: 0 auto;
}

.right-btn {
	margin-left: auto;
}

.default-state,
.active-state {
	height: 50px;
}

.default-state {
	-webkit-transform: translateZ(25px);
	-moz-transform: translateZ(25px);
	-o-transform: translateZ(25px);
	-ms-transform: translateZ(25px);
	transform: translateZ(25px);
}

.flip-to-bottom .active-state {
	-webkit-transform: rotateX(-90deg) translateZ(-25px);
	-moz-transform: rotateX(-90deg) translateZ(-25px);
	-o-transform: rotateX(-90deg) translateZ(-25px);
	-ms-transform: rotateX(-90deg) translateZ(-25px);
	transform: rotateX(-90deg) translateZ(-25px);
}

.ca-btn.flip-to-bottom:hover {
	-webkit-transform: rotateX(89deg);
	-moz-transform: rotateX(89deg);
	-o-transform: rotateX(89deg);
	-ms-transform: rotateX(89deg);
	transform: rotateX(89deg);
}

.default-state,
.active-state {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	-o-transition: background 250ms ease;
	transition: background 250ms ease;
}

.blue-btn .default-state {
  	background: #26367A;
}

.green-btn .default-state {
  	background: #219C6A;
}

.yellow-btn .default-state {
  	background: #F3CC4F;
}

.blue-btn .active-state {
  	background: #141f49;
}

.green-btn .active-state {
  	background: #1a6d49;
}

.yellow-btn .active-state {
  	background: #cca226;
}

.gform_button .ca-btn {

}

.gform_button {
	width: 250px;
	padding: 0;
	background: transparent;
	outline: none;
	border: none;
}

/*--------------------------------------------------------------
# 3D flip tiles 
--------------------------------------------------------------*/
.ca-tiles *, .ca-tiles *:before, *:after {
  	box-sizing: border-box;
}

.ca-tiles * {
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform-style: preserve-3d;
	      transform-style: preserve-3d;
}

.ca-tiles *:focus {
	outline: none !important;
}

.ca-tiles {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.ca-tiles ul {
	-webkit-perspective: 1000px;
	      perspective: 1000px;
	-webkit-transform: translateZ(96px);
	      transform: translateZ(96px);
	display: flex;
	list-style: none;
	margin: 0;
	padding: 12px;
	transform: scale(2);
}

.ca-tiles ul li {
	padding: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 1em;
}

.ca-tiles .clips {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	z-index: -100;
}

.ca-tiles .link {
	position: relative;
	width: 96px;
	height: 96px;
}

.ca-tiles .link a {
	-webkit-transform-origin: 48px 48px -48px;
	      transform-origin: 48px 48px -48px;
	display: block;
	position: absolute;
	z-index: 1;
	-webkit-transform: translateZ(24px);
	      transform: translateZ(24px);
	width: 100%;
	height: 100%;
}

.ca-tiles .link a:nth-child(1) {
	top: 0;
	left: 0;
	height: 50%;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	      clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.ca-tiles .link a:nth-child(1):hover ~ .cube,
.ca-tiles.link a:nth-child(1):focus ~ .cube {
	-webkit-transform: rotateX(-0.5turn);
	      transform: rotateX(-0.5turn);
}

.ca-tiles .link a:nth-child(1):hover ~ .cube div:nth-child(6), 
.ca-tiles .link a:nth-child(1):focus ~ .cube div:nth-child(6) {
	-webkit-transform: rotateY(180deg) rotateZ(180deg) translateZ(96px);
	      transform: rotateY(180deg) rotateZ(180deg) translateZ(96px);
}

.ca-tiles .link a:nth-child(2) {
	top: 0;
	right: 0;
	width: 50%;
	-webkit-clip-path: polygon(100% 100%, 0 50%, 100% 0);
	      clip-path: polygon(100% 100%, 0 50%, 100% 0);
}

.ca-tiles .link a:nth-child(2):hover ~ .cube, 
.ca-tiles .link a:nth-child(2):focus ~ .cube {
	-webkit-transform: rotateY(-0.5turn);
	      transform: rotateY(-0.5turn);
}

.ca-tiles .link a:nth-child(3) {
	bottom: 0;
	right: 0;
	height: 50%;
	-webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
	      clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.ca-tiles .link a:nth-child(3):hover ~ .cube, 
.ca-tiles .link a:nth-child(3):focus ~ .cube {
	-webkit-transform: rotateX(0.5turn);
	      transform: rotateX(0.5turn);
}

.ca-tiles .link a:nth-child(3):hover ~ .cube div:nth-child(6), 
.ca-tiles .link a:nth-child(3):focus ~ .cube div:nth-child(6) {
	-webkit-transform: rotateY(180deg) rotateZ(180deg) translateZ(96px);
	      transform: rotateY(180deg) rotateZ(180deg) translateZ(96px);
}

.ca-tiles .link a:nth-child(4) {
	bottom: 0;
	left: 0;
	width: 50%;
	-webkit-clip-path: polygon(0 100%, 0 0, 100% 50%);
	      clip-path: polygon(0 100%, 0 0, 100% 50%);
}

.ca-tiles .link a:nth-child(4):hover ~ .cube, 
.ca-tiles .link a:nth-child(4):focus ~ .cube {
	-webkit-transform: rotateY(0.5turn);
	      transform: rotateY(0.5turn);
}

.ca-tiles .link a:nth-child(1):hover, 
.ca-tiles .link a:nth-child(1):focus, 
.ca-tiles .link a:nth-child(2):hover, 
.ca-tiles .link a:nth-child(2):focus, 
.ca-tiles .link a:nth-child(3):hover, 
.ca-tiles .link a:nth-child(3):focus, 
.ca-tiles .link a:nth-child(4):hover, 
.ca-tiles .link a:nth-child(4):focus {
	z-index: 2;
	-webkit-transform: translateZ(36px);
	      transform: translateZ(36px);
	width: 100% !important;
	height: 100% !important;
	-webkit-clip-path: none !important;
	clip-path: none !important;
	transition: all 100ms ease 500ms;
}

.ca-tiles .cube {
	-webkit-transform-origin: 48px 48px -48px;
	      transform-origin: 48px 48px -48px;
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 300ms ease-out;
}

.ca-tiles .cube div {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000;
}

.ca-tiles ul li i {
	font-size: 20px;
	margin-bottom: 5px;
}

.ca-tiles .blue-tile i {
	color: #26367A;
}

.ca-tiles .green-tile i {
	color: #2DA471;
}

.ca-tiles .cube div:nth-child(1) {
	-webkit-transform-origin: center top;
	      transform-origin: center top;
	-webkit-transform: rotateX(90deg) translateY(-96px);
	      transform: rotateX(90deg) translateY(-96px);
}

.ca-tiles .cube div:nth-child(2) {
	-webkit-transform-origin: center bottom;
	      transform-origin: center bottom;
	-webkit-transform: rotateX(-90deg) translateY(96px);
	      transform: rotateX(-90deg) translateY(96px);
}

.ca-tiles .cube div:nth-child(3) {
	-webkit-transform-origin: left center;
	      transform-origin: left center;
	-webkit-transform: rotateY(-90deg) translateX(-96px);
	      transform: rotateY(-90deg) translateX(-96px);
}

.ca-tiles .cube div:nth-child(4) {
	-webkit-transform-origin: right center;
	      transform-origin: right center;
	-webkit-transform: rotateY(90deg) translateX(96px);
	      transform: rotateY(90deg) translateX(96px);
}

.ca-tiles .cube div:nth-child(5) {
	-webkit-transform-origin: center center;
	      transform-origin: center center;
	-webkit-transform: rotateX(0);
	      transform: rotateX(0);
}

.ca-tiles .cube div:nth-child(6) {
	-webkit-transform-origin: center center;
	      transform-origin: center center;
	-webkit-transform: rotateY(180deg) translateZ(96px);
	      transform: rotateY(180deg) translateZ(96px);
}

.ca-tiles .cube div:nth-child(1) {
	background: #bfbfbf;
}

.ca-tiles .cube div:nth-child(2) {
	background: #bfbfbf;
}

.ca-tiles .cube div:nth-child(3) {
  	background: #d6d6d6;
}

.ca-tiles .cube div:nth-child(4) {
  	background: #d6d6d6;
}

.ca-tiles .cube div:nth-child(5) {
  	background: #f2f2f2;
  	padding: 20px;
}

.ca-tiles .cube.blue-tile div:nth-child(6) {
  	background: #26367A;
  	padding: 20px;
  	color: #fff;
}

.ca-tiles .cube.green-tile div:nth-child(6) {
  	background: #2DA471;
  	padding: 20px;
  	color: #fff;
}

/*--------------------------------------------------------------
# Service tabs with image change
--------------------------------------------------------------*/
.ca-service-tabs * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.ca-service-tabs {
	display: flex;
	height: 420px;
}

.col-left {
	padding-top: 5px;
}

.col-left ul {
  	list-style: none;
}

.col-left li {
	padding: 10px 0;
	width: 50%;
	position: relative;
}

.col-left h1 {
	margin-bottom: 30px;
	color: #000;
}

.col-left, .col-right {
	width: 50%;
}

.col-right {
	transition: .3s;
	position: relative;
}

.col-left li .sub-services {
	visibility: hidden;
	opacity: 0;
	transition: .7s left, .7s visibility, .7s opacity;
	position: absolute;
	top: 5px;
	left: 40%;
	width: 100%;
}

.col-left li .sub-services li {
	width: 100%;
	padding: 5px 0; 
}

.col-left li:hover > .sub-services {
	left: 90%;
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.col-left hr {
	display: inline-block;
	width: 20px;
	margin-bottom: 6px;
	margin-left: 5px;
	transition: .7s;
}

.col-left a {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
}

.col-left a span {
	position: relative;
}

.col-left a span:after {
	position: absolute;
	content: '';
	height: 12px;
	width: 0%;
	bottom: 0;
	left: 0;
	background-color: #F3CC4F;
	z-index: -1;
	transition: .7s;
}

.col-left li:hover a span:after {
	width: 100%;
}

.col-left li:hover hr {
	width: 100px;
}

.col-left li ul li a {
	text-transform: none;
	transition: .3s;
	font-weight: 200;
	font-size: 20px;
}

.col-left li ul li:hover a {
	color: #219C6A;
}

.col-right img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	transition: .7s;
}

.storage-image, .removal-image, .assembly-image, .packing-image {
	z-index: 1;
	opacity: 0;
}

.col-right {
	overflow: hidden;
}

/*--------------------------------------------------------------
# Service boxes
--------------------------------------------------------------*/
.ca-service * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	transition: .3s;
}

.ca-service {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 30px 30px 30px 40px;
}

.ca-service .image-container {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	content: '';
	height: 150px;
	width: 150px;
	background: url(/wp-content/uploads/2019/07/55652-O8BG8C.jpg);
	background-position: bottom;
}

.ca-service h3 {
	background: -webkit-linear-gradient(0deg, #fff 110px, #000 110px);
 	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	margin-bottom: 15px;
}

.ca-service:before {
	content: '';
	height: 10px;
	width: 30px;
	background: linear-gradient(90deg, #000 10px, #fff 10px);
	position: absolute;
	top: 45px;
	left: -10px;
	opacity: 0;
	transition: .3s;
}

.service-links {
	display: flex;
	flex-direction: column;
	visibility: hidden;
	transform: translateY(-50px);
	opacity: 0;
	transition: .3s visibility, .3s transform, .3s opacity;
}

.ca-service:hover .service-links {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

/*.ca-service:hover h3 {
	color: #219C6A;
}*/

.ca-service:hover h3 {
	background: -webkit-linear-gradient(0deg, #fff 110px, #fff 110px);
 	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.ca-service:hover .image-container {
	height: 100%;
	width: 100%;
}

.ca-service:hover:before {
	opacity: 1;
}

.service-links a {
	color: #000;
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 12px;
}

.service-links a:hover {
	color: #fff;
}

/*--------------------------------------------------------------
# Product tiles
--------------------------------------------------------------*/
/*.product-tiles .uabb-post-thumbnail img {
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.product-tiles .uabb-blog-posts-shadow {
    transition: .5s;
}

.product-tiles .uabb-blog-post-content {
    display: flex;
    flex-wrap: wrap;
}

.product-tiles .left-col {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.product-tiles .uabb-post-thumbnail {
    width: 40%;
}

.product-tiles .uabb-post-heading {
    font-weight: 600;
    color: #122C89;
    margin-bottom: 20px;
    font-size: 27px;
}

.product-tiles p {
	margin-bottom: 0;
}

.product-tiles .uabb-read-more-text {
	padding-top: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	z-index: 5;
	margin-top: auto;
}

.product-tiles .uabb-read-more-text a {
	color: #000 !important;
	position: relative;
}

.product-tiles .uabb-blog-posts-shadow:hover a {
	font-weight: 600;
}

.product-tiles .uabb-read-more-text a:before {
	content: '';
	position: absolute;
	z-index: -1;
	height: 8px;
	width: 0;
	left: 0;
	bottom: 5px;
	background-color: #F3CC4F;
	transition: .7s;
}

.product-tiles .uabb-blog-posts-shadow:hover a:before {
	width: 100%;
}

.product-tiles .uabb-blog-posts-shadow:hover {
    box-shadow: 15px 15px 0 0 #d1d1d1;
}
*/
/*--------------------------------------------------------------
# Service tiles
--------------------------------------------------------------*/
.service-tile {
	background-size: cover !important;
	background-position: center !important;
}

.service-tile .overlay {
	transition: .7s;
}

.service-tile:hover .overlay {
	background-color: rgba(0,0,0, .4);
}

.service-tile .uabb-post-heading {
	background-color: #f2f2f2;
	width: 80%;
	padding: 20px;
	font-size: 26px;
	color: #000;
}

.service-tile .uabb-blog-posts-description {
	padding: 20px 20px 0 20px;
	color: #fff;
	opacity: 0;
	transform: translateX(300px);
	transition: .7s; 
}

.service-tile:hover .uabb-blog-posts-description {
	opacity: 1;
	transform: translateX(0);
}

.service-tile .uabb-read-more-text {
	text-align: right;
	margin: 0;
	padding: 20px 0 13px 0;
}

.service-tile .uabb-read-more-text a {
	padding: 15px 30px;
	background-color: #219C6A;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*--------------------------------------------------------------
# Folding corner tiles
--------------------------------------------------------------*/
.folding-tile {
	position: relative;
	width: 100%;
	height: 330px;
	display: inline-block;
}

.folding-tile-top-layer {
	display: inline-block !important; 
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
	transition: all 0.5s ease-in-out;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
	z-index: 10 !important;
}

.folding-tile-heading {
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	width: 50%;
	padding: 20px;
	line-height: 1.2em;
	font-size: 20px;
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #209C6A;
	box-shadow: 10px 10px 0 0 #1a6d49;
	margin-bottom: 20px;
	margin-left: 20px;
	/*margin-top: 20px;*/
}

.projects .folding-tile-heading {
	background-color: #122C89;
	box-shadow: 10px 10px 0 0 #141f49;
}

.folding-tile-bottom-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #F3CC4F;
	z-index: 1;
}

.folding-tile-view-text {
	color: #fff;
	text-transform: uppercase;
	width: 20%;
	text-align: right;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 600;
	position: absolute;
	bottom: 13px;
	right: 17px;
	z-index: 1;
}

.folding-tile-top-layer::before {
    content: "";
    transition: all 0.5s ease-in-out;
    border-style: solid;
    border-color: #fff gray;
    border-image: linear-gradient(to bottom right, white,  white 30%, #ddd 40%, #aaa 50%);
    border-image-slice: 100;
    box-shadow: 0px 0px 0px rgba(10, 10, 10, 0.2);
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0;
}

.folding-tile:hover .folding-tile-top-layer::before {
    box-shadow: -5px -3px 20px rgba(10, 10, 10, 0.35);
  	/* These values must match up with the clip path values */
    border-width: 150px 150px 0 0;
}

.folding-tile:hover .folding-tile-top-layer {
	/* These values must match up with the border-width values */
	clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 150px), calc(100% - 150px) 100%, 0 100% );
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width : 1525px) {
	.main-menu a, .main-menu {
		/*padding: 20px !important;*/
	}


}

@media only screen and (max-width : 1499px) {
	.bottom-about-col {
	margin-left: 0px !important;
	margin-right: 50px !important;
	}
}

@media only screen and (max-width : 1398px) {
	.bottom-about-col {
	margin-left: 0px !important;
	margin-right: 100px !important;
	}


}

@media only screen and (max-width : 1390px) {
	.header-button {
		width: 200px !important;
	}

	.small-text-header {
		font-size: 12px !important;

	}

}

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

	.big-text-header {
		font-size: 22px !important;

	}

}

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

	.main-menu a, .main-menu, .main-menu li {
		font-size: 14px !important;
	}

	.small-text-header {
		padding: 0px !important;
		font-size: 11px !important;
	}

}

@media only screen and (max-width : 1213px) {
		.small-text-header {
		padding: 0px !important;
		font-size: 10px !important;
	}

}

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

	.big-text-header {
		font-size: 20px !important;
	}

}

@media only screen and (max-width : 1178px) {
	.bottom-about-col {
	display: none !important;
	}


}

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

	.text-header {
	padding: 0px !important;
	}
}

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

	.main-menu a {
		font-size: 12.5px !important;
	}
	
}

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

	.green-price-heading h1 {
		font-size: 60px !important;
	}
	
}

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

	.blue-link h4 {
		font-size: 22px !important;
	}
	
}


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

	h3 {
		font-size: 28px !important;
	}
	
}

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

	h1 {
		font-size: 80px !important;
	}
	
}

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

	h2 {
		font-size: 40px !important;
	}
	
}

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

	.title-section h3 {
		font-size: 30px !important;
	}

.ca-tiles {
	display: flex;
	flex-direction: column;
}

	
}


@media only screen and (max-width : 930px) {
	.header-button {
		width: 150px !important;
	}

	.active-state, .default-state {
		font-size: 16px !important;
	}

}

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

	.green-price-heading h1 {
		font-size: 50px !important;
	}
	
}

@media only screen and (max-width : 913px) {
	.small-text-header {
		font-size: 9px !important;
	}

	.big-text-header {
		font-size: 18px !important;
	}

}


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

	h2 {
		font-size: 34px !important;
	}
	
}

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

	.title-section h3, .title-section-2 h3 {
		font-size: 28px !important;
	}
	
}

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

	.big-text-header {
		font-size: 16px !important;
	}

}

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

	.small-text-header{
		margin-left: -20px !important;
		margin-right: -40px !important;
	}

}

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

	h1 {
		font-size: 60px !important;
	}

	.blue-link h4 {
		font-size: 20px !important;
	}

}



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

	.title-section h3, .title-section-2 h3 {
		font-size: 26px !important;
	}

}

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


	.testimonials p {
		font-size: 30px !important;
	}
}

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


	.blue-link h4 {
		font-size: 18px !important;
	}

}

@media only screen and (max-width :770px) {
	.footer-menu li {
	width: 100%;
}
}

@media only screen and (max-width : 763px) {
	.bottom-about-col {
	display: inline-block !important;
	width: 100% !important;
	margin-top: 20px;
	}


}

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

	.title-section h3, .title-section-2 h3 {
		font-size: 24px !important;
	}

}



@media only screen and (min-width : 750px) and (max-width : 992px) {

}

@media only screen and (min-width : 750px) and (max-width : 975px) {

}

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

}

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

}

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

}

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

	.title-section h3, .title-section-2 h3 {
		font-size: 22px !important;
	}

	h1 {
		font-size: 50px !important;
	}

}

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

	.title-section h3, .title-section-2 h3 {
		font-size: 20px !important;
	}
}



@media only screen and (max-width : 611px) {
	.header-bookings-button {
		display: none;
	}

	.main-menu {
		padding-right: 10px !important;
	}

}

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

	.title-section h3, .title-section-2 h3 {
		font-size: 18px !important;
	}
}

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

	.title-section h3, .title-section-2 h3 {
		font-size: 16px !important;
	}
}

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

	h1 {
		font-size: 40px !important;
	}
}


@media only screen and (max-width : 500px) {
	.main-menu a {
		font-size: 11.5px !important;
	}

	.main-menu {
		padding: 0px !important;
		margin: 0px !important;
	}

	.testimonials p {
		font-size: 22px !important;
	}

}