/*
Theme Name: Abaya Theme
Theme URI: https://www.abayaservice.com
Description: Abaya Theme
Version: 2.0l
Author: Lab Digital Creative
Author URI: https://labdigitalcreative.com
Tags: 
*/


/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
border-radius: 0;
}

:root {
    --text: #020202;
    --white: #ffffff;
    --blue: #053063;
    --yellow: #e6bb4d;
    --cream: #efe8de;
    --lightgrey:#f2f2f2;
}

/* 
==========================================================================
GLOBAL & WP SPECIFIC STYLES
==========================================================================
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none; 	
}

input, textarea, select {
    -webkit-border-radius:0; 
    border-radius:0;
}

img,
audio,
video,
canvas {
	max-width: 100%;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical!important; 
}

::selection {
	background: var(--blue);
	color: var(--yellow);
}

::-moz-selection {
	background: var(--blue);
	color: var(--yellow);
}

::-webkit-selection {
	background: var(--blue);
	color: var(--yellow);
}

.cf:before,.cf:after {content: " "; /* 1 */    display: table; /* 2 */}
.cf:after {clear: both;}
.cf {clear: both;}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

img.alignright {
	float:right;
	margin:0 0 2em 1em;
}

img.alignleft {
	float:left;
	margin:0 2em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float:right;
	margin:0 0 2em 1em;
}

.alignleft {
	float:left;
	margin:0 0 2em 1em;
}

img.wp-smiley {
	float: none;
	margin: 0 0 0 5px;
	vertical-align:middle;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: var(--blue);
	text-decoration: none;
}

a:hover {
	color: var(--text);
	text-decoration: none;
}


/* 
==========================================================================
H & LINKS
==========================================================================
*/

h1 {
	font: 35px 'Open Sans', Helvetica , Arial, sans-serif;	
	font-weight: 600;
	margin:0 0 20px 0;
	padding:0;
	color: var(--blue);
}

h2 {
	font: 30px 'Open Sans', Helvetica , Arial, sans-serif;	
	font-weight: 600;
	margin:0 0 20px 0;
	padding:0;
	color: var(--blue);
}

h3 {
	font: 25px 'Open Sans', Helvetica , Arial, sans-serif;
	font-weight: 600;
	margin:0 0 20px 0;
	padding:0;
	color: var(--blue);
}

h4 {
	font: 20px 'Open Sans', Helvetica , Arial, sans-serif;
	font-weight: 600;
	margin:0 0 20px 0;
	padding:0;
	color: var(--blue);
}

h5 {
	font: 18px 'Open Sans', Helvetica , Arial, sans-serif;
	font-weight: 600;
	margin:0 0 20px 0;
	padding:0;
	color: var(--blue);
}


/* 
==========================================================================
GENERAL
==========================================================================
*/

body {
	background: var(--white);
	color: var(--text);
	font: 16px/1.8 'Open Sans', Helvetica, Arial, sans-serif;
	margin:0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.container {
	margin: 0 auto;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 30px;
}

.inner-center {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 30px;
}

/* 
==========================================================================
HEADER
==========================================================================
*/

header {
	width:100%;
	margin: 0 auto;
	background: var(--blue);
	border-top:5px solid var(--yellow);
	padding: 15px 0;
	height: 100px;
	transition: all 0.3s ease-in-out;
}

.head-inner {
	position: relative;
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 30px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  height: 80px;
  padding: 5px 0;
  transition: all 0.3s ease-in-out;
}

.logo {
    width: 220px;
    height: auto;
    float: left;
    margin: 0;
	transition: all 0.3s ease-in;    
}

.sticky .logo {
    width: 160px;
    margin: 10px 0 0 0;  
}


nav {
	float: right;
	margin: 15px 30px 0 0;
	font-size: 16px;
}

.nav {
	list-style: none;
}

nav li {
	display: inline-block;
	margin: 0 10px;
	padding: 0 0 36px 0;
}

nav li li  {
	display: block;
	margin: 0;
	padding: 0;
}

nav a {
	color: var(--white);
	font-weight: 600;
	margin: 0 20px;
}

nav a:hover {
	color: var(--yellow);
}

.nav {
	list-style: none;

}

.nav .menu-item-has-children a::after {
  position: absolute;
  right: -5px;
  top: 4px;
  color: var(--yellow);
  cursor: pointer;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  text-align: right;
}

.nav .sub-menu a::after {
  display:none;
}

.nav ul {
  list-style: none;
  width: 300px;
  min-width: 270px;
  margin: 0;
  padding: 62px 0 0 0;
  text-align: left;
}


.nav li {
    position: relative;
    display: block;
}

.nav > li {
	display:inline-block;
}

.nav > li > a {
    display: block;
    font-weight: 500;
    color: var(--white);
}

.nav a {
	font: 16px 'Open Sans', Helvetica , Arial, sans-serif;
  	color: var(--white);
	transition: all 0.3s ease-in;  
}

.nav a:hover {
    color: var(--yellow);
}

.nav li li a {
    display: block;
    background: var(--blue);
    position: relative;
    z-index:100;
    border-top: 0;
	color: var(--white);
	padding: 20px;
    margin:0;
	font-weight:400;
    font-size: 14px;
}

.nav li li li a {
    background: var(--yellow);
    z-index:200;
    border-top: 0;
	color: var(--blue);
}

.nav li li a:hover {
    background: var(--yellow);
	color: var(--blue);
}

.nav li li li a:hover {
    background: var(--blue);
	color: var(--yellow);
}

.nav ul li > ul {
  display: none;
  position: absolute;
  width: 150px;
  top: -62px;
  left: 270px;
  z-index: 1;
  text-align: left;
}

.nav ul li > ul li {
  float: none;
  margin: 0;
}

.sub-menu {
  display: none;
position: absolute;
  left: 0;
  top: 62px;
  padding: 0 !important;
}

.sub-menu:before {
content:"";
	position:absolute;
	  background: var(--yellow);
	width:100%;
	height:100%;
	right:-5px;
	bottom:-5px;
}


.contact-button {
  float: right;
  background: var(--yellow);
  color: var(--blue);
  border: 2px solid var(--yellow);
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 20px;
  margin: 10px 0 0 0;
  transition: all 0.3s ease-in-out;   
}

.contact-button:hover {
  background: none;
  color: var(--yellow);
  border: 2px solid var(--yellow);
  transition: all 0.3s ease-in-out;   
}

.sticky .nav .sub-menu {
	margin: -10px 0 0 0!important;
}

/* 
==========================================================================
HOME
==========================================================================
*/

.hero {
	position: relative;
	width: 100%;
	height: 550px;
}

.hero::after {
  content: "";
  background: rgba(0,0,0,0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.hero::before {
  content: "";
  background: url('images/y.svg');
  position: absolute;
  width: 550px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 3;
}

.hero-text {
	position: relative;
  margin: 0 auto;
  padding: 150px 0 0 0;
  text-align: center;
  z-index: 9;
  width: 100%;
  max-width: 750px;
}

.hero-text h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--yellow);
  max-width: 600px;
  margin: 0 auto 20px auto;
}

.hero-text h5 {
  font-size: 18px;
  font-weight: 500;
  color:var(--white);
}

.hero-buttons {
	margin: 60px auto 0 auto;
}

.split-hero {
  position: relative;
  width: 100%;
  padding:100px 0 125px 0;
}

.split-hero-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: initial;
}

.split-hero-mobile {
	display:none;
}

.hero-split-col {
  padding: 0;
	color:var(--white);
}

.hero-split-col h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--yellow);
  max-width: 600px;
  margin: 0 auto 20px auto;
}

.hero-split-col h5 {
  font-size: 18px;
  font-weight: 500;
  color:var(--white);
}

.split-hero:before {
	content: "";
	background: #12457e;
	width: 40%;
	height: 100%;
	top:0;
	left:0;
	bottom:0;
	display:block;
	position: absolute;
}


.ghost-button {
	  position:relative;	
	border: 3px solid var(--yellow);
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 10px;
	background: none;
	color:var(--yellow);
	font-weight: 700;
  transition: all 0.1s ease-in-out;   
  z-index:99;
}

.ghost-button:hover {
	border: 3px solid var(--yellow);
	background: none;
	color:var(--yellow);
    transition: all 0.1s ease-in-out;   
  z-index:99;
}


.yellow-button {
  position:relative;
	border: 3px solid var(--yellow);
	padding: 15px 35px;
	text-transform: uppercase;
	font-size: 18px;
	margin: 50px;
	color:var(--blue);
  text-decoration:none;
	background: var(--yellow);
	font-weight: 700;
  transition: all 0.1s ease-in-out;   
  z-index:99;
}

.yellow-button:hover {
	border: 3px solid var(--yellow);
	color:var(--blue);
	background: var(--yellow);
    transition: all 0.1s ease-in-out;  
  z-index:99;
}

.split-hero .yellow-button {
  margin: 5px;
}

.service-button {
  position:relative;	
	display: inline-block;
	border: 3px solid var(--yellow);
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 16px;
	margin: 20px 0 0 0;
	color:var(--blue);
	background: var(--yellow);
	font-weight: 700;
  transition: all 0.1s ease-in-out;   
}

.service-button:hover {
	border: 3px solid var(--yellow);
	color:var(--blue);
	background: var(--yellow);
    transition: all 0.1s ease-in-out;   
  z-index:99;
}

.blue-button {
	  position:relative;	
	border: 3px solid var(--blue);
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 10px;
	background: none;
	color:var(--blue);
	font-weight: 700;
  transition: all 0.1s ease-in-out;   
  z-index:99;
}

.blue-button:hover {
	border: 3px solid var(--blue);
	background: none;
	color:var(--blue);
    transition: all 0.1s ease-in-out;   
  z-index:99;
}






.service-button:hover:before,
.yellow-button:hover:before {
  content:"";
  width:100%;height:5px;background:var(--blue);
  position:absolute; top:-8px;right:-8px;
     transition: all 0.1s ease-in-out;   
   z-index:-1;
}

.service-button:before,
.yellow-button:before {
  content:"";
  width:100%;height:5px;background:none;
  position:absolute; top:0;right:0;
      transition: all 0.1s ease-in-out;  
   z-index:-1;
}

.service-button:after,
.yellow-button:after {
  content:"";
  width:5px;height:100%;background:none;
  position:absolute; top:0;right:0;
      transition: all 0.1s ease-in-out;  
   z-index:-1;
}




.service-button:focus:before,
.service-button:focus::after,
.service-button:before,
.service-button:after,
.yellow-button:focus:before,
.yellow-button:focus::after,
.yellow-button:before,
.yellow-button:after {
  content:"";
  top:0;right:0;
 transition: all 0.1s ease-in-out;  
   z-index:-1;
}

.service-button:hover:before,
.yellow-button:hover:before {
  content:"";
  width:100%;height:5px;background:var(--blue);
  position:absolute; top:-8px;right:-8px;
     transition: all 0.1s ease-in-out;   
   z-index:-1;
}

.service-button:hover:after,
.yellow-button:hover:after {
  content:"";
  width:5px;height:100%;background:var(--blue);
  position:absolute; top:-8px;right:-8px;
      transition: all 0.1s ease-in-out;  
   z-index:-1;
}

.blue-button:hover:before,
.ghost-button:hover:before {
  content:"";
  width:100%;height:5px;background:var(--yellow);
  position:absolute; top:-8px;right:-8px;
     transition: all 0.1s ease-in-out;   
   z-index:-1;
}

.blue-button:before,
.ghost-button:before {
  content:"";
  width:100%;height:5px;background:none;
  position:absolute; top:0;right:0;
      transition: all 0.1s ease-in-out;  
   z-index:-1;
}

.blue-button:after,
.ghost-button:after {
  content:"";
  width:5px;height:100%;background:none;
  position:absolute; top:0;right:0;
      transition: all 0.1s ease-in-out;  
   z-index:-1;
}




.blue-button:focus:before,
.blue-button:focus::after,
.blue-button:before,
.blue-button:after,
.ghost-button:focus:before,
.ghost-button:focus::after,
.ghost-button:before,
.ghost-button:after {
  content:"";
  top:0;right:0;
 transition: all 0.1s ease-in-out;  
   z-index:-1;
}

.blue-button:hover:before,
.ghost-button:hover:before {
  content:"";
  width:100%;height:5px;background:var(--yellow);
  position:absolute; top:-8px;right:-8px;
     transition: all 0.1s ease-in-out;   
   z-index:-1;
}

.blue-button:hover:after,
.ghost-button:hover:after {
  content:"";
  width:5px;height:100%;background:var(--yellow);
  position:absolute; top:-8px;right:-8px;
      transition: all 0.1s ease-in-out;  
   z-index:-1;
}

.hero-buttons .yellow-button:hover:before {
	transition: all 0.1s ease-in-out;  
	background:var(--yellow);
	top:-15px;right:-15px;height:3px;
}


.hero-buttons .yellow-button:hover:after {
	transition: all 0.1s ease-in-out;  
	background:var(--yellow);
	top:-15px;right:-15px;width:3px;
}


.hero-buttons .ghost-button:hover:before,
.inner-hero-buttons .ghost-button:hover:before {
	transition: all 0.1s ease-in-out;  
	background:var(--yellow);
	top:-15px;right:-15px;height:3px;
}

.hero-buttons .ghost-button:hover:after,
.inner-hero-buttons .ghost-button:hover:after {
	transition: all 0.1s ease-in-out;  
	background:var(--yellow);
	top:-15px;right:-15px;width:3px;
}



.intro {
	background: var(--cream);
	padding: 75px 0;
	text-align: center;
}

.intro-alt {
	background: var(--white);
	padding: 75px 0;
	text-align: center;
}

.intro .inner {
  max-width: 1000px;
}

.intro-buttons {
	margin: 50px auto;
}

.lightgrey-section {
	background: var(--lightgrey);
	padding: 75px 0;
}

.lightgrey-section .inner {
  max-width: 1200px;
}

.narrow-text {
  max-width: 1000px;
  margin: 0 auto;
}

.centered {
	text-align: center;
}

.fancy-title {
  font: 32px 'Open Sans', Helvetica , Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding: 0 0 10px 15px;
  color: var(--blue);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.fancy-title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 50px;
  background: var(--yellow);
  bottom: 0;
  left: 0;
}

.fancy-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: var(--yellow);
  bottom: 0;
  left: 0;
}

.white-section {
	background: var(--white);
	padding: 75px 0;
}

.yellow-border {
	border: 10px solid var(--yellow);
}

.divi-section {
	padding:0;
	margin:0;
}

.two-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-items: stretch;
    align-items: inital;
    margin: 75px auto 0 auto;
}

.service-item {
	background: var(--white);
	padding: 30px;
	text-align: center;
	box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.1);
}

.service-item h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.service-item p {
	margin: 0;
}



.service-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px auto;
  background: var(--yellow);
  border-radius: 50%;
position: relative;
}

.service-icon i {
  position: absolute;
  top: 35px;
  font-size: 50px;
  left: 0;
  right: 0;
  color: var(--white);
}

.work-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-items: stretch;
    align-items: inital;
    margin: 50px auto;
}

.work-grid img {
  width: 100%;
  height: auto;
  display: block;
}



.work-grid a:hover:before {
  content: "";
  background: rgba(0,0,0,0.6);
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
transition: all 0.5s ease-in-out; 
}

.work-grid a:hover {
	 transition: all 0.5s ease-in-out; 
}

.work-grid a {
  position: relative;
	transition: all 0.5s ease-in-out; 
}

.work-grid a:before {
  content: "";
	transition: all 0.5s ease-in-out; 
}

.img-hover {
	display:none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--white);
  font-weight: 700;
  z-index: 9;
	text-align:center;
	transition: all 0.5s ease-in-out; 
}

.img-hover h5 {
  font: 18px 'Open Sans', Helvetica , Arial, sans-serif;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0;
  color: var(--white);
}
.img-hover i {
  font-size: 25px;
}

.work-grid a:hover .img-hover {
display:block;
	transition: all 0.5s ease-in-out; 
}
	
/* 
==========================================================================
INNERS
==========================================================================
*/

.inner-hero {
	height: 450px;
	width: 100%;
	display: block;
	position: relative;
}

.inner-hero-text {
  background: rgba(0,0,0,0.7);
  width: 500px;
  padding: 30px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  text-align: center;
}

.inner-hero-text  h1 {
  font: 32px 'Open Sans', Helvetica , Arial, sans-serif;
  font-weight: 900;
  margin: 0 0 15px 0;
  padding: 0;
  color: var(--yellow);
}

.inner-hero-text h5 {
  font: 16px 'Open Sans', Helvetica , Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 50px 0;
  padding: 0;
  display: block;
  color: var(--white);
}

.inner-hero-buttons {
  display: block;	
  margin: 20px auto;
}

.bar-inner-hero {
  height: 450px;
  width: 100%;
  display: block;
  position: relative;
}

.pt-exterior-services {
	background-position:bottom center!important;
}

.inner-bar {
  background: var(--yellow);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.inner-bar-text {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 30px;
}

.inner-bar-text h1 {
  font: 20px 'Open Sans', Helvetica , Arial, sans-serif!important;
  font-weight: 900!important;
  margin: 0!important;
  padding: 0!important;
  color: var(--blue)!important;
}


.alt-row-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: center;
}

.grey-section {
  background: var(--lightgrey);
  padding: 75px 0;
}

.alt-row-grid-flip {
    grid-template-columns: 1fr 2fr;
}

.alt-row-grid-flip .ar-image {
	order: -1;
}

.cream-section {
  background: var(--cream);
  padding: 75px 0;
}

.centered-fancy {
	text-align:center;
}

.core-row-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-items: stretch;
  align-items: center;
}

.core-title span {
  background: var(--yellow);
  width: 35px;
  height: 35px;
  display: inline-block;
  color: var(--blue);
  font-size: 16px;
  text-align: center;
  margin: 0 10px 0 0;
  border-radius: 50%;
  padding: 3px;
  vertical-align: middle;
}

.core-title h5 {
  font: 18px 'Open Sans', Helvetica , Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: var(--blue);
  display: inline-block;
  vertical-align: middle;
}

.core-text {
  margin: 0 0 0 45px;
}
.core-text p {
  margin: 0;
}

.core-row {
  display: block;
  margin: 0 0 25px 0;
}

.single-testi {
	position: relative;
  padding: 0 100px;
}

.testi {
	margin: 50px auto 0 auto;
}

.testi p {
	margin: 0 0 10px 0;
}

.testi-author {
	font-weight: 700;
	color: var(--blue);
	margin: 0;
}

.single-testi:before {
	content: "\f10d";
	position: absolute;
	top:-30px;
	left:30px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900 !important;
    font-size: 50px;
    color: var(--yellow);
}

.ar-mob-img {
	display: none;
}

.ar-desk-img {
	display: block;
}

.color-split-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: initial;
}

.color-split-section {
	position: relative;
	background: var(--white);
	padding: 75px 0;
}

.color-split-section:before {
	content: "";
	background: var(--blue);
	width: 50%;
	height: 100%;
	top:0;
	right:0;
	bottom:0;
	display:block;
	position: absolute;
}

.color-split-col {
	padding: 0 30px;
}

.ccp-right {
	color: var(--white);
}

.color-split-col p {
	margin: 0;
	font-weight: 600;
}

.map-col {
	border:3px solid var(--yellow);
	margin: 50px auto 0 auto;
    position: relative;
    padding-bottom: 25%;
    height: 350px;
    overflow: hidden;
}

.map-col iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-form label {
	font-size: 15px;
	font-weight: 700;
	display: block;
	margin: 0 0 10px 0;
}

.nf-field-element input, .nf-field-element select, 
.form-inp {
	background: var(--white);
  	color: var(--text);
  	padding: 10px;
  	width: 100%;
  	margin: 0 0 20px 0;
  	border:2px solid var(--yellow);
  	font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
}

.nf-field-element textarea,
.form-inps {
	background: var(--white);
  	color: var(--text);
  	padding: 10px;
  	width: 100%;
  	height: 200px;
  	margin: 0 0 20px 0;
  	border:2px solid var(--yellow);
  	font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
}

.field-wrap input[type="button"], 
.field-wrap input[type="submit"],
.form-button {
	border: 3px solid var(--yellow);
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 18px;
	margin: 10px 0;
	color:var(--blue);
	background: var(--yellow);
	font-weight: 700;
  transition: all 0.3s ease-in-out;   
  cursor: pointer;
}

.field-wrap input[type="button"]:hover, 
.field-wrap input[type="submit"]:hover,
.form-button:hover {
	border: 3px solid var(--yellow);
	color:var(--yellow);
	background: none;
    transition: all 0.3s ease-in-out;   
}

.blog-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: initial;
}

.blog-item {
  background: var(--white);
  box-shadow: 0px 2px 5px 5px rgba(0,0,0,0.1);
}

.blog-item-content {
	padding: 30px;
}

.blog-image {
	height: 250px;
	width: 100%;
}

.blog-link {
	color: var(--blue);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 5px 0;
	text-decoration: underline;
	text-underline-offset: 10px;
    transition: all 0.3s ease-in-out;   
}

.blog-link:hover {
	color: var(--yellow);
	text-decoration: underline;
	text-underline-offset: 10px;
    transition: all 0.3s ease-in-out;   
}

.blue-section {
  background: var(--blue);
  color: var(--white);
  padding: 75px 0;
}

.blue-title {
	text-transform: uppercase;
	color: var(--yellow);
	font-weight: 700;
	text-align: center;
}

.team-grid-two {
    width: 100%;
    max-width: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: initial;
    margin: 75px auto 0 auto;
}

.team-grid-three {
    width: 100%;
    max-width: 900px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: initial;
    margin: 75px auto 0 auto;
}

.team-item {
  max-width: 260px;
  margin: 0 auto;
}


.team-item img {
	display: block;
	margin: 0 0 30px 0;
	width: 100%;
	height: auto;
}

.team-item h5 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.team-item p {
	margin: 0;
}

.team-image {
	position: relative;
	z-index: 2;
}

.team-image:before {
	content: "";
	position: absolute;
	background: var(--yellow);
	width: 75px;
	height: 75px;
	top:-10px;
	left:-10px;
	z-index: -1;
}

.team-image:after {
	content: "";
	position: absolute;
	background: var(--yellow);
	width: 75px;
	height: 75px;
	bottom:-10px;
	right:-10px;
	z-index: -1;
}

.builder-block {
	min-height: 800px;
}

.team-more {
  position: relative;
  border: 3px solid var(--yellow);
  padding: 5px 25px;
  text-transform: uppercase;
  font: 15px 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
  margin: 15px auto;
  color: var(--blue);
  text-decoration: none;
  background: var(--yellow);
  font-weight: 700;
  transition: all 0.1s ease-in-out;
  z-index: 99;
	cursor:pointer;
}

.team-more:hover {
	border: 3px solid var(--yellow);
	color:var(--yellow);
	background: var(--blue);
    transition: all 0.1s ease-in-out;  
  z-index:99;
}


/* 
==========================================================================
SLICK
==========================================================================
*/

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}


.slick-prev
{
    left: -25px;
}


.slick-next
{
    right: -25px;
}

.slick-next:before
{
        content: "\f054";
        font-family: "Font Awesome 6 Free";
          font-weight: 900 !important;
    font-size: 30px;
    line-height: 1;

    opacity: 1;
    color: var(--blue);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


}
.slick-prev:before
{
    content: "\f053";
        font-family: "Font Awesome 6 Free";
          font-weight: 900 !important;
    font-size: 30px;
    line-height: 1;

    opacity: 1;
    color: var(--blue);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


}



.slick-dotted.slick-slider
{
    margin-bottom: 50px;
}

.slick-dots
{
    position: absolute;
    bottom: -75px;

    display: block;

    width: 100%;
    padding: 0!important;
    margin: 0!important;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px!important;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
        content: "\f111";
        font-family: "Font Awesome 6 Free";
          font-weight: 400 !important;
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;


    text-align: center;


    color: var(--blue);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    font-weight: 900 !important;
}


/* 
==========================================================================
NAV WRAPPER
==========================================================================
*/

.nav-wrapper {
  background-color: var(--blue);
  height: 100%;
  padding: 100px 0 0 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
	width:90%;
  max-width: 400px;
  overflow-x: hidden;
  z-index: 999999999999999;
}

.nav-wrapper  .sub-menu::before {
  content: "";
    display: none;
}


.nav-wrapper li.menu-item-has-children::after {
    top: 17px;
}

.simplebar-placeholder {
    height: auto !important;
}

.side-item {
	position: relative;
}

.nav-wrapper a {
	display: inline-block;
	font: 16px 'Open Sans', Helvetica , Arial, sans-serif;
	font-weight: 600;
	color: var(--white);
	border: 0;
	text-decoration:none;
	transition: all 0.3s ease-in;		
}

.nav-wrapper a:hover {
	background: var(--yellow);
	color: var(--blue);
	border: 0;
	text-decoration:none;
	transition: all 0.3s ease-in-out;	
}

.nav-button {
	color: var(--yellow);	
	font-size: 35px;
	transition: all 0.3s ease-in-out;	
	display: none;
	cursor:pointer;
}

.nav-button img {
	width: 35px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease-in;	
}

.nav-button span {
	font-size: 14px;
	font-weight: 600;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease-in;	
}

.nav-button:hover {
	opacity: 0.5;
	color: var(--blue);	
	transition: all 0.3s ease-in-out;	
}

.nav-wrapper .nav-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
	transition: all 0.3s ease-in;
}
.nav-wrapper .menu-item-has-children ul ul,
.nav-wrapper .menu-item-has-children ul {
	display: none;
}

.nav-wrapper .nav-buttons:hover {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

.nav-visible .nav-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.nav-wrapper .nav {
  position: relative;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
    padding: 20% 25% 0 25%;
}

.nav-visible .nav {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}


.nav-wrapper .nav a:focus, .nav-wrapper .nav a:hover {
  text-decoration: none;
	transition: all 0.3s ease-in-out;	
    color: var(--white);
}

.button-lines {
	font: 16px Helvetica, Arial, sans-serif;	
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menutag {
	margin: 5px 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    color: var(--white);
}

.nav-visible .lines, .nav-visible .lines:after, .nav-visible .lines:before {
  background:var(--white);
}

.nav-visible .menutag {
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.nav-visible .lines::after, .nav-visible .lines::before {
    height: 0.2rem;
    width: 2rem;
}

.close {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;  
    margin: 5px 0 0 10px;
 	line-height: 12px;   
}

.close img {
	width: 25px;
}

.closer {
    display: inline-block;
    vertical-align: middle;	
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;  
    cursor: pointer;
	transition: all 0.3s ease-in-out;	
    position: absolute;
    right: 50px;
    top: 50px;
}

.closer:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;		
}
.nav-wrapper .menu-item-has-children ul ul,
.nav-wrapper .menu-item-has-children ul {

  padding: 0px 0 20px 0;
}

.nav-wrapper .menu-item-has-children {
	position: relative;
	cursor: pointer;
}

.nav-wrapper .menu-item-has-children:hover {
	
	color: var(--yellow);
}

.nav-wrapper .menu-item-has-children:hover a {
	color: var(--white);
}

.nav-wrapper .menu-item-has-children:after {
	position: absolute;
	right: 10px;
	top: 15px;
	color: var(--white);
	cursor: pointer;
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;	
    width: 125px;
    text-align: right;
}

.nav-wrapper a {
	display: block;
	padding: 15px 20px;
}

.nav-wrapper li {
  padding: 0;
  border-top: 1px solid var(--white);
}

.nav-wrapper ul li:last-of-type {
	border-bottom:0;
}

.nav-wrapper .menu-item-has-children ul a {
  color: var(--white);
  border:0!important;
  padding: 10px 10px 10px 35px;
  font-size: 16px;
}

.nav-wrapper .menu-item-has-children ul li {
  border:0!important;
}


.nav-wrapper .menu-item-has-children ul a:hover {

	color: var(--blue);
}

.nav-wrapper li ul a:before {
font-family: "Font Awesome 6 Free";
font-weight: 900;
content: "\f061";
position: absolute;
left: 4px;
padding: 5px 10px;
color: var(--white);
transition: all 0.3s ease-in-out;
opacity: 0;
font-size: 12px;
}

.minus a:before {
   opacity: 1;   
    -webkit-animation-duration:0.5s;
  animation-duration: 0.5s;
  --animate-delay:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;        
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;     
}



.nav-wrapper .menu-item-has-children:hover:before {
	display: none!important;
}

.nav-wrapper .menu-item-has-children::after {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: 3px !important;
  content: "\f078" !important;
  padding: 10px;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  z-index: 9999;
  color: var(--white) !important;
}

.nav-wrapper .minus:after {
	content: "\f077"!important;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;	
}

.nav-wrapper .sub-menu {

  position: relative!important;
  left: auto!important;
  top: auto!important;
  padding: 0 0 20px 0 !important;
}


.side-social {
  margin: 50px auto;
  text-align: center;
}

.side-social a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 25px;
}

.side-social a:hover {
  background: none;
  color: var(--yellow);
}

.faq-grid {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    margin: 0 auto;
}

.faq-col img {
	display: block;
	width: 100%;
	height: auto;
}

.text-hero {
  padding: 75px 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.white-work {
  background: var(--white);
  padding: 0 0 75px 0;
}

.work-main-grid {
	margin: 0;
}

.service-row-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: center;
    margin: 0 auto 75px auto;
}

.service-row-grid .yellow-button {
	display: inline-block;
	margin: 15px 0;
}

.fbtitle-style {
  color: var(--white);
  margin: 20px 0 10px 0;
}

.service-image {
	order:1;
}

.srg-2 .service-image,
.srg-4 .service-image,
.srg-6 .service-image,
.srg-8 .service-image,
.srg-10 .service-image {
	order:-1;
}

.service-row-grid:last-of-type {
    margin: 0 auto;
}

.inner-service .inner {
  max-width: 1200px;
}

.service-intro {
	text-align: center;
}

.fancybox__container {
  z-index: var(--fancybox-zIndex, 100000002)!important;
   z-index: 100000002!important; 
}

/* 
==========================================================================
FOOTER
==========================================================================
*/

footer {
	clear:both;
	background: var(--blue);
	border-top: 5px solid var(--yellow);
	padding: 75px 0 50px 0;
}

.foot-inner {
	position: relative;
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 30px;
}


.footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    margin: 0 auto;
}

.footer-logo {
	width: 220px;
	height: auto;
}

.footer-logo img {
	width: 100%;
	display: block;
	height: auto;
}

.footer-contact {
	margin: 20px auto 10px auto;
	font-size: 18px;
	font-weight: 600;
	color: var(--white);
}

.footer-contact p {
	margin: 0;
}

.footer-contact a {
	color:var(--yellow);
	margin: 0 0 0 10px;
    transition: all 0.3s ease-in-out;   
}

.footer-contact a:hover {
	color:var(--white);
    transition: all 0.3s ease-in-out;   
}

.footer-social {
  margin: 10px auto;
}

.footer-social a {
  color: var(--white);
  font-size: 22px;
  margin: 0 15px 0 0;
}

.footer-social a:hover {
  color: var(--yellow);
}

.footer-one-nav ul {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	list-style-type: none;
}

.footer-one-nav li {
	margin: 0;
	display: inline-block;
}

.footer-one-nav a {
	color:var(--white);
	margin: 0 10px 0 0;
    transition: all 0.3s ease-in-out;   
}

.footer-one-nav a:hover {
	color:var(--yellow);
    transition: all 0.3s ease-in-out;   
}

.colophon {
	margin: 15px 0 0 0;
	font-size: 14px;
}

.colophon p {
	margin:0 0 5px 0;
	display: block;
	font-size: 15px;
	color: var(--white);
}

.colophon a {
	color:var(--yellow);
    transition: all 0.3s ease-in-out;   
}

.colophon a:hover {
	color:var(--white);
    transition: all 0.3s ease-in-out;   
}

.foot-nav-block {
	font-size: 14px;
	margin: 0 0 20px 0;
}

.foot-nav-block h5 {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: var(--yellow);
	text-transform: uppercase;
}

.foot-nav-block ul {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	list-style-type: none;
}

.foot-nav-block li {
	margin: 0;
	display: block;
}

.foot-nav-block a {
	color:var(--white);
	font-weight: 500;
	margin: 0;
    transition: all 0.3s ease-in-out;   
}

.foot-nav-block a:hover {
	color:var(--yellow);
    transition: all 0.3s ease-in-out;   
}

/* 
==========================================================================
ACCORDIAN
==========================================================================
*/

.accordian-section .fa, 
.accordian-section .fab, 
.accordian-section .fal, 
.accordian-section .far, 
.accordian-section .fas {
    line-height: 2!important;
}

.accordian-section {
	margin: 0 auto;
}

.accordian-container {
  width: 100%;
}

.accordian {
	position: relative;
  cursor: pointer;
  	color: var(--blue);
  border-top: 2px solid var(--yellow);
  border-bottom: 2px solid var(--yellow);
  padding: 20px 10px;
  margin:-2px 0 0 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease-in;  
}

.accordian:hover {
	opacity: 0.6;
  transition: all 0.3s ease-in-out;  
}

.accordian::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  position: absolute;
  right: 20px;
  color: var(--blue);
  top: 25px;
}

.content {
  padding: 30px 0;
}

.less::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	color: var(--blue);
	content: "\f068";	
}

.accordian-cream .accordian {
  background: var(--cream);
  border: 0;
  margin: 15px 0 0 0;
padding: 20px 40px 20px 20px;
}

.accordian-cream .accordian:hover {
	opacity: 1;
  transition: all 0.3s ease-in-out;  
}

.accordian-cream .content {
  background: var(--cream);
  padding: 0 20px 20px 20px;
  margin: 0 0 0 0;
}

/* 
==========================================================================
MEDIA QUERIES
==========================================================================
*/

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

.split-hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

  .split-hero .yellow-button {
    margin: 0 0 25px 0;
    display: block;
    text-align: center;
    max-width: 250px;
  }

.split-hero .ghost-button {
    margin: 0;
    display: block;
    text-align: center;
    max-width: 250px;
}	
	

.split-hero {
  position: relative;
  width: 100%;
  padding: 50px 0 75px 0;
}
	

.split-hero .hero-split-col h1 {
  font-size: 35px;
}

.split-hero .hero-buttons {
  margin: 40px auto 0 auto;
}	
	
	
}


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

.split-hero::before {
  width: 40%;
}
	
}

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

.split-hero-mobile {
 display:block;
	width:100%;
	height:400px;
}

  .split-hero {
    position: relative;
    width: 100%;
    padding: 0;
    background: #12457e !important;
  }

.split-hero::before {
  display: none;
  }

  .split-hero-grid {
    width: 100%;
    display: block;
  }

  .split-hero-grid .hero-split-col {
  padding: 0;
  color: var(--white);
}

.hero-split-text {
padding: 30px 0!important;
	text-align:center;
}
  .split-hero .hero-buttons {
    margin: 35px auto 10px auto;
  }

.split-hero .hero-split-col h1 {
  max-width: unset;
}

.split-hero .ghost-button,
  .split-hero .yellow-button {
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    max-width: 250px;
  }	
	
	
}




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

nav a {
  margin: 0 15px;
}

}

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

.blog-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

}


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

.slick-next {
  right: -10px;
}

.slick-prev {
  left: -10px;
}

nav {
	display: none;
}

 .nav-button {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: 20px;
  }

.contact-button {
  margin: 10px 50px 0 0;
}

.footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}


.alt-row-grid,
.alt-row-grid-flip {
	display: block;
}

.core-row-grid {
	display: block;
}	
	
	
.ar-image {
  margin: 40px auto 0 auto;
  display: block;
  text-align: center;
  order:-1;
}

.ar-mob-img {
display: block;
    max-width: 600px;
    margin: 0 auto;
}

.core-section {
  padding: 25px !important;
}	
	
	.core-img {
		margin: 0 auto 30px auto;
	}
	
.ar-desk-img {
	display: none;
}

.color-split-grid {
  width: 100%;
  display: block;
}

.color-split-section {
  padding: 75px 0 0 0;
}

.color-split-section:before {
	display: none;
}

.color-split-col {
  padding: 0 30px;
  margin: 0 0 50px 0;
}

.ccp-right {
  color: var(--white);
  background: var(--blue);
  padding: 50px 30px;
  margin: 0;
}

.color-split-section .inner {
  position: relative;
  width: 100%;
  max-width: unset;
  margin: 0 auto;
  padding: 0;
}

}


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

.faq-grid {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.blog-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

  .faq-mob-col {
    height: 400px;
    margin: 30px auto 0 auto;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

}

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

.service-row-grid {
    width: 100%;
    display: block;
}

.service-row-item {
	margin: 0 0 20px 0;
}


.hero-text h1 {
  font-size: 30px;
}

.hero-text h5 {
  font-size: 16px;
}

.footer-logo {
  margin: 0 auto;
}

.footer-grid {
	 display: block;
	 text-align: center;
}

footer .foot-inner {
  padding: 0 15px;
}

.col-nav {
	display: none;
}

}


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

.single-testi {
    position: relative;
    padding: 0 25px;
}
	
.testi {
    margin: 30px auto 0 auto;
}	

.single-testi:before {
    display:none;
}
	
	
.slick-dots {
    position: absolute;
    bottom: -50px;
	}	
	
.slick-dotted.slick-slider {
    margin-bottom: 0;
}	
	
}


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

.team-grid-three {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

.bar-inner-hero {
  height: 250px;

}	
	
.cbh .inner-bar {

  bottom: -30px;

  z-index: 999;
}	
	
}



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

.two-grid {
  width: 100%;
  display: block;
  margin: 50px auto 0 auto;
}
.service-item {
	margin: 30px 0 0 0;
}

.work-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

	.single-testi {
		padding:0;
	}
.testi {
  margin: 25px auto 50px auto;
}

.text-hero {
  padding: 50px 0;
}
	
 .split-hero-mobile {
    display: block;
    width: 100%;
    height: 300px;
  }	

  .split-hero .hero-split-col h1 {
    font-size: 30px!important;
  }

  .split-hero .hero-split-col h5 {
  font-size: 16px!important;
  font-weight: 500;
  color: var(--white);
}

  .split-hero .ghost-button, 
.split-hero .yellow-button {
  display: block;
    margin: 20px auto!important;

  }	
	
	
}


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

.inner-hero-text {
  width: 90%;
}

.hero-text {
  padding: 80px 0 0 0;
}

.intro-buttons .blue-button, 
.intro-buttons .yellow-button, 
.hero-buttons .yellow-button, 
.hero-buttons .ghost-button {
  display: block;
  padding: 10px 20px;
  margin: 15px auto;
  width: 80%;
}

.blog-grid {
    width: 100%;
    display: block;
}

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

.intro {
  padding: 50px 0;
}

h1 {
	font: 30px 'Open Sans', Helvetica , Arial, sans-serif;	
	font-weight: 600;
}
h2 {
	font: 26px 'Open Sans', Helvetica , Arial, sans-serif;	
	font-weight: 600;
}
h3 {
	font: 22px 'Open Sans', Helvetica , Arial, sans-serif;
	font-weight: 600;
}


}


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

header .head-inner {
  padding: 0 10px;
}

.contact-button {
  display: none;
}

.logo {
  width: 160px;
  margin: 10px 0 0 0;
}

.team-grid-two,
.team-grid-three {
    display: block;
}

.team-item {
  max-width: 80%;
  margin: 0 auto 40px auto;
}

}


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

.work-grid {
  width: 100%;
  display: block;
}

.work-grid a {
	display: block;
	margin: 15px 0;
}


}


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

 .container {
	min-width:240px;
	width:100%;
 }
 
}



/* 
==========================================================================
ANIMATION
==========================================================================
*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
	opacity: 1;	
  -webkit-animation-duration:0.5s;
  animation-duration: 0.5s;
  --animate-delay:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;		
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInLeft {
	opacity: 1;
  -webkit-animation-duration:0.5s;
  animation-duration: 0.5s;
  --animate-delay:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;	
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
		opacity: 1;
  -webkit-animation-duration:0.5s;
  animation-duration: 0.5s;
  --animate-delay:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeIn {
		opacity: 1;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration:  2s;
  --animate-delay:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.delay {  
	-webkit-animation-duration:1.5s;
	animation-duration: 1.5s;
	--animate-delay:1.5s;
}

.delay2 {  
	-webkit-animation-duration:1.0s;
	animation-duration: 1.0s;
	--animate-delay:1.0s;
}

.delay3 {  
	-webkit-animation-duration:0.75s;
	animation-duration: 0.75s;
	--animate-delay:0.75s;
}

.inner ul {
  margin: 0 0 0 25px;
  list-style: square;
}

.inner li {
  list-style: square;
  font-weight: 500;
  margin: 0 0 5px 0;
}


.nf-breadcrumbs li a {
  display: block!important;
  font-size: 15px!important;
  margin-right: 0!important;
  margin-bottom: 10px!important;
  text-decoration: none!important;
  color: var(--white)!important;
}

.nf-breadcrumbs li {
  float: none!important;
}

.nf-breadcrumbs {
  list-style-type: none !important;
  margin: 20px 0 30px 0 !important;
  padding: 0 !important;
}

.nf-breadcrumbs li.active a {
  font-weight: bold!important;
  color: var(--yellow)!important;
}

.nf-progress-container {
  margin-top: 20px!important;
  width: 100%!important;
	  height: 30px!important;
  border: 2px solid var(--white)!important;
}

.nf-progress {
  height: 26px!important;
  background-color: var(--yellow)!important;
}

.nf-previous,
.nf-next {
	border: 3px solid var(--yellow);
	padding: 10px 30px;
	text-transform: uppercase;
	font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 10px 0;
	color:var(--blue);
	background: var(--yellow);
	font-weight: 700;
  transition: all 0.3s ease-in-out;   
  cursor: pointer;
}

.nf-previous:hover,
.nf-next:hover,
.form-button:hover {
	border: 3px solid var(--yellow);
	color:var(--yellow);
	background: none;
    transition: all 0.3s ease-in-out;   
}

.list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
  margin-top: 7px!important;
}


