
/* CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }

/* For debug  - disable all animations*/
/* * {
	animation: none !important;
	transition: none !important;
  } */

/*----------------------------------------*/
/* Variables
/*----------------------------------------*/
:root {
	/* Fonts */
	--ff: "Poppins", sans-serif;
	--ff-h: "Bebas Neue", sans-serif;
	--ff-ho: "Oswald", sans-serif; 
	--ff-s: "Courgette", "Arial", serif;
	--ff-l: "Lora", serif;

	/* Colors */
	--lime : #E1E425;
	--gold : #FFBF00; 
	--gold-transparent: #FFBF00aa;
	--dark-gold : #ad8200; 
	--light-gold : #fce5a0; 
	--light-blue: #3C5F90;
	--dark:rgb(33, 37, 41);
	--darka:rgba(22, 37, 31, 0.6);
	--light:rgb(229,236,237);
	--black: #000000;  
	--grey:   rgb(158, 156, 151);  
	--light-grey: rbg(100,100,100);
	--dark-grey: rgb(24, 24, 24); 
	--silver: #747274ff;  
	--purple: #1F0029;
	--teal: #197278;
	--transparent: rgba(0,0,0,0);
	/* 070A0F */
	
	/* Abstract */
	/* Dark theme */
	--bg-from: #08080f;
	--bg-mid: #262a31;
	--bg-to: #2f3033;
	
	--accent: var(--gold);
	--accent-light: var(--light-gold);
	
	--foreground: white; 
	--foreground: black;
	--foreground: var(--dark);
	--foreground-main: var(--dark);
	/*BW theme */
	/* 	
	--bg-from: white;
	--bg-mid: white;
	--bg-to: white; 
	
	--accent: var(--dark-grey);
	--accent-light: var(--silver);
	
	--foreground-headers: #111111;
	--foreground-main: #474747;
	--foreground: black; */
	
	
	
	--hero-fg: rgba(0,0,0,0.9);
	/* Gradients */
	--hero-gradient: linear-gradient(45deg, 
	var(
	--bg-from)1%, var(--bg-to)12%, var(--bg-mid)18%, var(--bg-from)50%, var(--bg-mid)80%, var(--bg-to)90%, var(--bg-from)100% );
	
	--font-gradient: linear-gradient(-45deg,var(
	--accent), var(--accent-light), var(--accent));
}
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: var(--ff);
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	counter-reset: h4counter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: var(--foreground-headers);
	font-weight: 400;
	font-family: var(--ff-h);
}

h1 {
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: var(--ff);
	color: var(--foreground-main);
	font-weight: 300;
	line-height: 26px;
	margin: 0 0 15px 0;
}
p b {
	font-weight:600;
}
p em {
	font-weight: 300;
}
.intro {
	font-size:16px;
	font-weight:600;
}
.intro b {
	font-weight:800;
}
img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

/*a:link{
	text-decoration: underline;
}
*/
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #0004ff;
}
.inline__link {
	color: var(--dark);
	text-decoration: underline;
}
ul,
ol {
	padding: 0;
	margin: 0;
}

.left-align {
	text-align: left;
	margin-right: 40px;
}
  
.right-align {
	text-align: right;
	margin-left: 40px;
}
  
.center-align {
	text-align:center;
}
.special-font {
	font-family: var(--ff-ho);
	font-weight:500;
	font-size:0.7em;
}

/*---------------------
Helper CSS
-----------------------*/

.od__hero,
.ld__hero,
.about__hero,
.contact__hero {
	padding-top: 650px;
	padding-bottom: 120px;
	position: relative;
	max-width:3000px;
	margin: 0 auto;
}
.contact__hero,
.about__hero {
	background-size: cover;
	background-position: top center;
	padding-top:400px;
}
.impluses__hero {
	padding-top: 0px;
	padding-bottom: 120px;
	position: relative;
	max-width:3000px;
	margin: 0 auto;
}
.impulses__hero {
	background-size: cover;
	background-position: top center;
	padding-top:240px;
}
.hero__overlay {
    position: absolute;
    top: 80%; /* Center content at 80% */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -20%); /* Adjust position to the exact center */
    color: white; /* Adjust text color for better visibility */
    text-align: center;
	width:80%
}
.hero__overlay h1 {
	font-family:var(--ff-h);
	font-weight: 600;
	color:var(--dark);
	background-color: var(--accent);
	border-radius:6px;
	opacity: 0.9;
}
@media only screen and (min-width:1920px) {
	.about__hero {
		background-image: url('../img/about-bg-1.webp');
		padding-top: 550px;
	}
	.contact__hero {
		background-image: url('../img/contact-bg-1.webp');
		padding-top: 350px;
	}
	.impulses__hero {
		background-image: url('../img/impulses/banner-1.webp')
	}
	.od__hero {
		background-image: url('../img/od-bg-1.webp');
		background-image: url('../img/od2-bg-1.webp');

		padding-top:630px;
	}
	.ld__hero {
		background-image: url('../img/ld-bg-1.webp');
		background-image: url('../img/ld2-bg-1.webp');
		padding-top:550px;
	}
	.hero__overlay h1 {
		font-size:100px;
		line-height:90px;
		padding:10px 20px;

	}
}
@media only screen and (min-width:1000px) and (max-width:1919px)  {
	.about__hero {
		background-image: url('../img/about-bg-2.webp')
	}
	.contact__hero {
		background-image: url('../img/contact-bg-2.webp');
		padding-top: 224px;
	}
	.impulses__hero {
		background-image: url('../img/impulses/banner-1.webp')
	}
	.od__hero {
		background-image: url('../img/od-bg-2.webp');
		background-image: url('../img/od2-bg-2.webp');
		padding-top:360px;
	}
	.ld__hero {
		background-image: url('../img/ld-bg-2.webp');
		background-image: url('../img/ld2-bg-2.webp');
		padding-top:310px;
	}
	.hero__overlay h1 {
		font-size:90px;
		line-height:81px;
		padding:2px 40px;

	}
}
/* @media only screen and (min-width:800px) and (max-width:999px)  {
	.about__hero {
		background-image: url('../img/test-bg7b.webp')
	}
} */
@media only screen and (min-width:512px) and (max-width:999px) {
	.about__hero {
		background-image: url('../img/about-bg-3.webp')
	}
	.contact__hero {
		background-image: url('../img/contact-bg-3.webp');
		padding-top: 120px;
	}
	.impulses__hero {
		background-image: url('../img/impulses/banner-1.webp')
	}
	.od__hero {
		background-image: url('../img/od-bg-3.webp');
		background-image: url('../img/od2-bg-3.webp');
		padding-top:134px;
	}
	.ld__hero {
		background-image: url('../img/ld-bg-3.webp');
		background-image: url('../img/ld2-bg-3.webp');
		padding-top:110px;
	}
	.hero__overlay h1 {
		font-size:50px;
		line-height:45px;
		padding:2px 16px;

	}
}
@media only screen and (max-width:511px) {
	.about__hero {
		background-image: url('../img/about-bg-4.webp')
	}
	.contact__hero {
		background-image: url('../img/contact-bg-4.webp');
		padding-top: 60px;
	}
	.impulses__hero {
		background-image: url('../img/impulses/banner-1.webp')
	}
	.od__hero {
		background-image: url('../img/od-bg-4.webp');
		background-image: url('../img/od2-bg-4.webp');
		padding-top:10px;
	}
	.ld__hero {
		background-image: url('../img/ld-bg-4.webp');
		background-image: url('../img/ld2-bg-4.webp');
		padding-top:10px;
	}
	.hero__overlay h1 {
		font-size:30px;
		line-height:27px;
		padding:2px 18px;

	}
}
.section__preheader {
	font-size: 90px;
	font-family: var(--ff-h);
	font-weight: 600;
	line-height:60px;
	text-transform:uppercase;
	padding-top:60px;
}
.section__preheader-sub1,
.section__preheader-sub2 {
	color: var(--accent);
	font-family: var(--ff-h);
	font-weight: 900;
	line-height:45px;
	text-transform:uppercase;
	z-index: 2;
}
.section__preheader-sub1 {
	font-size: 31px;
}
.section__preheader-sub2 {
	font-size:40px;
}
.text-background {
	background-color: var(--dark);
	padding: 0px 10px
}

.section__header, 
.section__header-match,
.section__header__threeup{
	/* padding-top:52px; */
	margin-top: 52px;
	margin-bottom:20px;
	z-index: 2;
}
.section__header__threeup {
	padding-top:140px;
}
.section__subheader {
	margin-bottom:20px;
}
.section__threeup .counter-element span {
	font-family: var(--ff-h);
	font-size: 140px;
	color:var(--dark);

	-webkit-text-stroke-width: 1px; /* width of the outline */
    -webkit-text-stroke-color: var(--dark); /* color of the outline */
    color: transparent; /* making the text itself transparent */
}



.section__header h3 {
	font-size: 30px;
	font-family: var(--ff-h);
	font-weight: 400;
	line-height: 32px;
	z-index: 2;
}
.section__header .h3tagline {
	font-size: 20px;
	line-height: 22px;
	font-family: var(--ff-s);
	font-weight: 400;
	z-index: 2;
}
.section__header__standout h3 {
	color:white;
	font-family: var(--ff-h);
	font-size: 50px;
	line-height: 48px;
	font-weight: 500;
	padding: 20px 10px 10px 10px;
	background-color: var(--dark); 
	box-shadow:-10px 10px 5px rgba(22,22,22,0.2);
}
.section__top-header-bar {
	margin-bottom:120px;
}
.section__top-header {
	text-align: center;
	padding-top:120px;
	margin-bottom:90px;
	padding-top: calc(5vw);
	margin-bottom: calc(5vw);
	/* padding-top: calc (0.8vw + 0.8vh +0.4vmin); */
	z-index: 2;
}
.section__top-header h1 {
	font-size: 90px;
	font-size: calc(5.5vw); /* Start with a base size and adjust as needed */
	font-weight: 900;
	line-height: 64px;
	line-height: calc(5.5vw);
	z-index: 2;
	transition: 700ms ease;
	/* font-variation-settings: "wght" 311; */
}


.section__top-header h1:hover {
	/* font-variation-settings: "wght" 182;  */
  letter-spacing: 2px;
}
.section__top-header h2 {
	font-size: 30px;
	font-size: calc(2.2vw);
	font-family: var(--ff-s);
	font-weight: 400;
	line-height: 31px;
	margin-top:10px;
	z-index: 2;
	transition: 700ms ease;

}
.section__top-header h2:hover {
	letter-spacing: 2px;
}


@keyframes movePolygon {
	0% {
	  top: -30px;
	  left: -30px;
	}
	50% {
	  top: 0;
	  left: 0;
	}
	100% {
	  top: -30px;
	  left: -30px;
	}
  }
  
  @keyframes changePolygon {
	0% {
	  clip-path: polygon(0 0, 90% 0, 80% 50%, 15% 60%);
	}
	50% {
	  clip-path: polygon(0 0, 100% 5%, 80% 50%, 15% 60%);
	}
	100% {
	  clip-path: polygon(0 0, 90% 0, 80% 50%, 15% 60%);
	}
  }

.poly__block {
    position: relative; /* Ensure the container is positioned relatively to contain the absolute positioned element */
    overflow: visible; /* Allow the polygon to extend outside the section */
  }

/* .poly__block::before {
    content: '';
    position: absolute;
    top: -35px; 
    left: -35px; 
    width: 150%; 
    height: 150%; 
    background:var(--gold); 
    clip-path: var(--clip-path, polygon(0 0, 60% 5%, 80% 65%, 15% 75%)); 
    z-index: 1; 
	display: block; 
	opacity: 1; 
	/ * animation: movePolygon 5s infinite alternate, changePolygon 5s infinite alternate; * /
}

.poly__block h1 {
	font-family: var(--ff-ho);
    position: relative; 
    z-index: 2; 
	background: transparent;
}
.poly__block h2 {
	position:relative;
	z-index: 2;
}

.poly__block.shape-1 {
    --clip-path: polygon(0 0, 70% 5%, 60% 50%, 12% 60%);
}

.poly__block.shape-2 {
    --clip-path: polygon(5% 25%, 55% 15%, 45% 95%, 20% 90%);
}

.poly__block.shape-3 {
	height:20%;
    --clip-path: polygon(10% 5%, 65% 15%, 68% 40%, 8% 50%);
} */

.poly__block {
    position: relative; /* Ensure the container is positioned relatively to contain the absolute positioned element */
    overflow: visible; /* Allow the polygon to extend outside the section */
}

.poly__block h1,
.poly__block h2 {
    position: relative; /* Ensure the heading text is positioned above the polygon */
    z-index: 2; /* Ensure the text is above the polygon */
    background: transparent;
}

.poly__block h1::before,
.poly__block h2::before {
    content: '';
    position: absolute;
    top: -10%; /* Adjust as needed */
    left: -10%; /* Adjust as needed */
    width: 150%; /* Adjust as needed */
    height: 200%; /* Adjust as needed */
    background: var(--gold) !important; /* Change to your desired polygon color */
    clip-path: var(--clip-path); /* Use custom property for clip-path */
    z-index: -1; /* Ensure the polygon is behind the content */
    display: block; /* Ensure it's displayed */
    opacity: 1; /* Ensure it's fully visible */
}

/* Define different shapes */
.poly__block.shape-1 h1::before,
.poly__block.shape-1 h2::before {
    --clip-path: polygon(0 0, 73% 4%, 60% 43%, 12% 50%);
}

.poly__block.shape-2 h1::before,
.poly__block.shape-2 h2::before {
    --clip-path: polygon(0% 5%, 55% 8%, 45% 75%, 10% 70%);
}

.poly__block.shape-3 h1::before,
.poly__block.shape-3 h2::before {
    --clip-path: polygon(0% 5%, 58% 20%, 60% 90%, 6% 100%);
}

/* Media query to cap the font sizes for h1 and h2, and the paddings etc. */
@media (min-width: 1500px) {
	.section__top-header {
		padding-top:80px;
		margin-bottom:80px;
	}
	.section__top-header h1 {
        font-size: 90px; 
		line-height: 108px;
    }
	.section__top-header h2 {
		font-size:30px;
	}
}

.subsection__header {
	padding-top:70px;
	margin-bottom:20px;
	z-index: 2;
}

.subsection__header h4 {
	position: relative;
	font-size: 27px;
	font-family: var(--ff-h);
	font-weight: 400;
	line-height: 30px;
	z-index: 3;
	counter-increment: h4counter;
}
.subsection__header h4::before {
	position:absolute;
	content:counter(h4counter)'. ';
	font-style: italic;
	font-size:100px;
	margin-top:0px;
	color: rgba(255,255,255,0.5);
	top:-20px;
	left:-30px;
	z-index: -1;
	-webkit-text-stroke-width: 1px; /* width of the outline */
	-webkit-text-stroke-color: rgba(0,0,0,0.2); /* color of the outline */
	color: rgba(0,0,0,0.1);/*transparent; /* making the text itself transparent */
}
.subsection__header .h4tagline {
	font-size: 18px;
	line-height: 22px;
	font-family: var(--ff-s);
	font-weight: 400;
	z-index: 2;
}

.section__text,
.subsection__text {
	/* padding-bottom: 50px; */
	margin-bottom:50px;
}
.attention {
	font-family:var(--ff-ho);
	font-weight:100;
	font-size:1.5em;
	line-height:1.2em;
	position:relative;
	padding-left:30px; 
	margin-top:10px;
	margin-bottom:30px;
}

.attention::before {
    content: ''; /* The triangle is added using CSS content */
    position: absolute;
    left: 0px; /* Position at the left */
    width: 0;
    height: 0;
    border-top: 10px solid transparent; /* Adjust the size */
    border-bottom: 10px solid transparent; /* Adjust the size */
    border-left: 10px solid black; /* The color and size of the triangle */
}

.in-front-of p {
	z-index: 2;
}
.subsection__text p{
	font-size:14px;
	line-height:19px;
	font-weight: 400;
	/* z-index: 2; */
}
.subsection__text .quote {
	border-left: 2px solid rgb(114, 111, 78);
	padding: 8px 0px 8px 10px;
	margin: 24px 14px;
	font-size:0.96rem;
	line-height: 1.3rem;
}



.section-title {
	margin-bottom: 40px;
}

.section-title span {
	color: var(--transparent);
	font-family: var(--ff-h);
	font-size:30px;
	font-weight:900;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 12px;
	background: var(--font-gradient); 
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}


.section-title h2 {
	font-size: 42px;
	color: var(--foreground-headers);
	line-height: 50px;
	text-transform: uppercase;
}

.text__bar {
	padding-top:20px;
	z-index: 2;
}
.text__bar img {
	/* display: block; */
	opacity:0.8;
	height:120px; 
}
.text__bar-text {
	margin: 40px 0 50px 20px;
}
.text__bar-text p {
	font-family: var(--ff-h);
	font-family: var(--ff-l);
	color: white;
	font-size: 32px;
	font-style: italic;
	line-height: 46px;
	font-weight: 100;
	opacity:0.9;
}
/* Container enhancements with parallax effect */
/* .parallax-container {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    background: transparent; 
} */

/* .parallax-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/Footer-bg-1.webp'); 
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -1;
} */
.parallax-container {
    position: relative;
    overflow: hidden;
	padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    background: transparent; 
}

.parallax-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%; /* Slightly larger than the container */
    background-size: cover;
    background-position: center;
    z-index: -1; /* Ensure it stays behind the content */
}

.container2 {
    position: relative;
    z-index: 1;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8); /* Slightly transparent background to highlight the text */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spacer {
	padding-top:50px;
	padding-bottom: 50px;
}

.spacer2 {
	padding-top:25px;
	padding-bottom: 25px;
}

.harmonica__section {
	margin-top:50px;
	margin-bottom:60px;
    padding-bottom:10px;
	border-bottom: solid 1.5px #333;
}
details > summary {
    cursor: pointer;
    font-weight: bold;
	font-family: var(-ff-ho);
	line-height: 32px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:22px;
	border-top: solid 1.5px #333;
	color:#333;
	list-style:none;
}
details > main {
	padding-top:10px;
	padding-bottom: 15px;
}
details > main > h3 {
    margin-bottom:10px;
}
details > main > h4 {
    font-size: 22px;
    font-weight:600;
}
details > summary::after {
    content: " +";
    font-size: 2.5em;
	vertical-align: middle;
	font-weight:300;
	color: var(--dark);
}
details[open] > summary::after {
    content: " -";
    font-size: 2.5em;
	vertical-align: middle;
	font-weight:300;
	color: var (--dark);
}

.container-topbanner {
	position: relative;
	margin-top: 20px;
}
  
.topbanner {
	position: absolute;
	top: 300px;
	left: 0;
	width: 100%;
	background-color:var(--gold-transparent);
	color: var(--dark);
	text-align: center;
	transform: scale(1.1) rotate(-5deg);
	padding: 10px;
}
.topbanner h1 {
	margin-top:15px;
}
.topbanner p {
	font-family: var(--ff-h);
	font-size:2rem;
	line-height:2rem;
}  

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}
.inblock {
	display: inline-block;
}
.accent {
	color: var(--accent);
}

.bg-full, .bg-full-grey {
	position: relative;
	/* margin-bottom:40px; */
  }
  
.bg-full:before,
.bg-full-grey:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX( -50%);
	height: 100%;
	width: 100vw;
	background: radial-gradient(var(--accent), var(--accent));  ;
	opacity:100%;
	
	
/*	background-image: url('https://static.pexels.com/photos/414171/pexels-photo-414171.jpeg');
 	background-size:cover;
		  -webkit-animation: slidein 100s;
		  animation: slidein 100s;
  
		  -webkit-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
  
		  -webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
  
		  -webkit-animation-direction: alternate;
		  animation-direction: alternate;    */           
}
.bg-full-grey { 	
	margin-bottom: 40px;
}
.bg-full-grey:before {
	background: var(--darka);
}

@-webkit-keyframes slidein {
  from {background-position: top; background-size:3000px; }
  to {background-position: -100px 0px;background-size:2750px;}
}
  
@keyframes slidein {
  from {background-position: top;background-size:3000px; }
  to {background-position: -100px 0px;background-size:2750px;}
  
}
  

  
/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 50px;
	color: #ffffff;
	position: relative;
}

.primary-btn.normal-btn {
	color: #111111;
}

.button, .button2 {
	display: inline-block;
	padding: .48rem 1.15rem 0.42rem 1.25rem;
	border-radius: 6px;
	color:var(--dark);
	text-transform: uppercase;
	font-family: var(--ff-h);
	font-size: 1.3rem;
	letter-spacing: .05rem;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	cursor:pointer;
	z-index: 1;
}
.button2 {
    padding: .3rem 1rem 0.1rem 1rem;
    border: 0; /* Reset borders */
    border-left: 3px solid var(--accent); /* Yellow left border */
    border-radius: 0px; /* Rectangular corners */
	font-size:1.1rem;
}
.button2 .inverse {
	color: #eee;
}
.button::after,
.button2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--accent);
	border-radius: 3px;
	z-index: -2;
}
.button2::after {
    background-color: white; 
	opacity:.25;
    border-radius: 0; 
}
.button::before,
.button2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: var(--dark);
	transition: all .3s;
	border-radius: 3px;
	z-index: -1;
}
.button2 a {
	color: var(--dark);
}
.button2::before {
    background-color: var(--accent); /* Starting background color for .button2 hover effect */
    border-radius: 0; /* Rectangular corners for .button2 */
}
.button:hover {
	color: #fff;
}
.button2:hover {
	color: var(--dark);
}
.button:hover::before,
.button2:hover::before {
	width: 100%;
}
  

.animate-character
{
	/* text-transform: uppercase; */
	background-image: linear-gradient(-225deg,
		var(--dark-gold) 0%,
		/* #44107a 29%, */
		var(--accent) 25%,
		var(--accent-light) 30%,
		var(--accent) 35%,
		var(--dark-gold) 100%
	);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-color: #111;
	color: #ff0;
	background-clip: text;
	/*text-fill-color: transparent;*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
	display: inline-block;
	font-size: 5vw;
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}




/* ---------------------
Try out animations
-----------------------*/

.ml10 {
	position: relative;
	font-weight: 900;
	font-size: 4em;
}
  
.ml10 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 0.05em;
	padding-bottom: 0.1em;
	overflow: hidden;
}
  
.ml10 .letter {
	display: inline-block;
	line-height: 1em;
	transform-origin: 0 0;
}

.words-anim{
	color: #f4d03f;
	font-size: 0;
	line-height: 1.5;
}

.words-anim span {
	font-size: 2rem;
	display: inline-block;
	animation: move 3s ease-in-out infinite;
}

@keyframes move {
	0% {
		transform: translate(-30%, 0);
	}
	50% {
		text-shadow: 0 25px 50px rgba(0, 0, 0, 0.75);
	}
	100% {
		transform: translate(30%, 0);
	}
}

.words-anim span:nth-child(2) {
	animation-delay: 0.5s;
}

.words-anim span:nth-child(3) {
	animation-delay: 1s;
}

.words-anim span:nth-child(4) {
	animation-delay: 1.5s;
}

.words-anim span:nth-child(5) {
	animation-delay: 2s;
}

.words-anim span:nth-child(6) {
	animation-delay: 2.5s;
}

.words-anim span:nth-child(7) {
	animation-delay: 3s;
}



.anim-context {
	width: 100%;
	position: absolute;
	top:10vh;
	padding: 30px 40px 10px 10px;
}	

.anim-context h2{
	text-align: center;
	color: #fff;
	opacity:80%;
	font-size: 32px;
}

.anim-context p {
	/*FONT-VARIANT: JIS04;*/
	margin-top:20px;
	font-family: var(--ff);
	text-align: center;
	color: #fff;
	color:#000;
	opacity:80%;
	font-size: 16px;
	font-weight:100;
	line-height:20px;
	bottom:0;
}
.anim-context p a {
	font-weight: 900;
}
.anim-area1 {
	/* background: radial-gradient(#e9e9e9, #ebebeb);   */
	/* background: radial-gradient(var(--light-gold),var(--dark-gold)); */
	/* border: 1px solid #000; */
	background-color: #fff;
	width: 100%;
	height:100vh;  
	-webkit-overflow-Y: hidden;
    -o-overflow-Y: hidden;
	overflow-y: hidden;
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;
}

.anim-area {
	/* background: var(--dark-gold);   */
	background: radial-gradient(var(--light-gold), var(--dark-gold));  
	width: 100%;
	height:100%;  
}
.anim-adjecent-area {
	background-color:#eee;
}
.anim-circles{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.anim-circles li{
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 25s linear infinite;
	bottom: -150px;  
}

.anim-circles li:nth-child(1){
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.anim-circles li:nth-child(2){
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.anim-circles li:nth-child(3){
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.anim-circles li:nth-child(4){
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.anim-circles li:nth-child(5){
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.anim-circles li:nth-child(6){
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.anim-circles li:nth-child(7){
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.anim-circles li:nth-child(8){
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.anim-circles li:nth-child(9){
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.anim-circles li:nth-child(10){
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}



@keyframes animate {
	
	0%{
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}
	
	100%{
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
	
}



.light {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: black;
    /* box-shadow: #e9f1f1 0px 0px 20px 2px; */
	box-shadow: #161E1E 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.x1{
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
   -webkit-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);
}

.x2{
  -webkit-animation: floatUp 14s infinite linear;
  -moz-animation: floatUp 14s infinite linear;
  -o-animation: floatUp 14s infinite linear;
  animation: floatUp 14s infinite linear;
  -webkit-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3{
  -webkit-animation: floatUp 5s infinite linear;
  -moz-animation: floatUp 5s infinite linear;
  -o-animation: floatUp 5s infinite linear;
  animation: floatUp 5s infinite linear;
  -webkit-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4{
  -webkit-animation: floatUp 9s infinite linear;
  -moz-animation: floatUp 9s infinite linear;
  -o-animation: floatUp 9s infinite linear;
  animation: floatUp 9s infinite linear;
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5{
  -webkit-animation: floatUp 16s infinite linear;
  -moz-animation: floatUp 16s infinite linear;
  -o-animation: floatUp 16s infinite linear;
  animation: floatUp 16s infinite linear;
  -webkit-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6{
  -webkit-animation: floatUp 6s infinite linear;
  -moz-animation: floatUp 6s infinite linear;
  -o-animation: floatUp 6s infinite linear;
  animation: floatUp 6s infinite linear;
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7{
  -webkit-animation: floatUp 10.6s infinite linear;
  -moz-animation: floatUp 10.6s infinite linear;
  -o-animation: floatUp 10.6s infinite linear;
  animation: floatUp 10.6s infinite linear;
  -webkit-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8{
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9{
  -webkit-animation: floatUp 8.2s infinite linear;
  -moz-animation: floatUp 8.2s infinite linear;
  -o-animation: floatUp 8.2s infinite linear;
  animation: floatUp 8.2s infinite linear;
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}
@-webkit-keyframes floatUp{
	0%{top: 100vh; opacity: 0;}
	25%{opacity: 1;}
	50%{top: 0vh; opacity: .8;}
	75%{opacity: 1;}
	100%{top: -100vh; opacity: 0;}
  }
  @-moz-keyframes floatUp{
	0%{top: 100vh; opacity: 0;}
	25%{opacity: 1;}
	50%{top: 0vh; opacity: .8;}
	75%{opacity: 1;}
	100%{top: -100vh; opacity: 0;}
  }
  @-o-keyframes floatUp{
	0%{top: 100vh; opacity: 0;}
	25%{opacity: 1;}
	50%{top: 0vh; opacity: .8;}
	75%{opacity: 1;}
	100%{top: -100vh; opacity: 0;}
  }
  @keyframes floatUp{
	0%{top: 100vh; opacity: 0;}
	25%{opacity: 1;}
	50%{top: 0vh; opacity: .8;}
	75%{opacity: 1;}
	100%{top: -100vh; opacity: 0;}
  }

  anim-button{
	position: absolute;
	border: 2px solid white;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	color: white;
	width: 250px;
	height: 50px;
	font-size: 2em;
	border-radius: 5px;
	opacity: .5;
	top: 60vh;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	transition: .3s;
  }
  
  anim-button:hover{
	border: 2px solid #104F55;
	background-color: rgba(365,365,365,0.5);
	cursor: pointer;
	color: #104F55;
	opacity: .8;
	transition: .3s;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	padding:20px, 20px, 20px, 20px;
  }
  
  .anim-header{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	color: black;
  }
  
  #head1, #head2,#head3, #head4, #head5{
	opacity: 0;
	color: black;
	font-size: 2em;
  }
  
  #head1{
	-webkit-animation: fadeOut 1 5s ease-in;
	-moz-animation: fadeOut 1 5s ease-in;
	-o-animation: fadeOut 1 5s ease-in;
	animation: fadeOut 1 5s ease-in;
  }
  
  #head2{
	-webkit-animation: fadeOut 1 5s ease-in;
	-moz-animation: fadeOut 1 5s ease-in;
	-o-animation: fadeOut 1 5s ease-in;
	animation: fadeOut 1 5s ease-in;
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	animation-delay: 6s;
  }
  
  #head3{
	-webkit-animation: fadeOut 1 5s ease-in;
	-moz-animation: fadeOut 1 5s ease-in;
	-o-animation: fadeOut 1 5s ease-in;
	animation: fadeOut 1 5s ease-in;
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	animation-delay: 12s;
  }
  
  #head4{
	-webkit-animation: fadeOut 1 5s ease-in;
	-moz-animation: fadeOut 1 5s ease-in;
	-o-animation: fadeOut 1 5s ease-in;
	animation: fadeOut 1 5s ease-in;
	-webkit-animation-delay: 17s;
	-moz-animation-delay: 17s;
	-o-animation-delay: 17s;
	animation-delay: 17s;
  }
  
  #head5{
	-webkit-animation: finalFade 1 5s ease-in;
	-moz-animation: finalFade 1 5s ease-in;
	-o-animation: finalFade 1 5s ease-in;
	animation: finalFade 1 5s ease-in;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 22s;
	-moz-animation-delay: 22s;
	-o-animation-delay: 22s;
	animation-delay: 22s;
  }
  
  @-webkit-keyframes fadeIn{
	from{opacity: 0;}
	to{opacity: 1;}
  }
  
  @-moz-keyframes fadeIn{
	from{opacity: 0;}
	to{opacity: 1;}
  }
  
  @-o-keyframes fadeIn{
	from{opacity: 0;}
	to{opacity: 1;}
  }
  
  @keyframes fadeIn{
	from{opacity: 0;}
	to{opacity: 1;}
  }
  
  @-webkit-keyframes fadeOut{
	0%{opacity: 0;}
	30%{opacity: 1;}
	80%{opacity: .9;}
	100%{opacity: 0;}
  }
  
  @-moz-keyframes fadeOut{
	0%{opacity: 0;}
	30%{opacity: 1;}
	80%{opacity: .9;}
	100%{opacity: 0;}
  }
  
  @-o-keyframes fadeOut{
	0%{opacity: 0;}
	30%{opacity: 1;}
	80%{opacity: .9;}
	100%{opacity: 0;}
  }
  
  @keyframes fadeOut{
	0%{opacity: 0;}
	30%{opacity: 1;}
	80%{opacity: .9;}
	100%{opacity: 0;}
  }
  
  @-webkit-keyframes finalFade{
	0%{opacity: 0;}
	30%{opacity: 1;}
	80%{opacity: .9;}
	100%{opacity: 1;}
  }
  
  @-moz-keyframes finalFade{
	0%{opacity: 0;}
	30%{opacity: 1;}
	80%{opacity: .9;}
	100%{opacity: 1;}
  }
  
  @-o-keyframes finalFade{
	0%{opacity: 0;}
	30%{opacity: 1;}
	80%{opacity: .9;}
	100%{opacity: 1;}
  }
  
  @keyframes finalFade{
	0%{opacity: 0;}
	30%{opacity: 1;}
	80%{opacity: .9;}
	100%{opacity: 1;}
  }
  
/* -----------------------
End try out animations
--------------------------*/




.site-btn {
	font-size: 16px;
	color: var(--dark);
	background: var(--accent);
	font-weight: 600;
	border: none;
	display: inline-block;
	padding: 14px 36px;
}

/* Preloader */

#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	-webkit-animation: loader 0.8s linear infinite;
	animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
Header
-----------------------*/

.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 30px 0 0;
	/* box-shadow: 0 10px 10px -5px var(--bg-to); */
}

.header.header-normal {
	position: relative;
	padding: 30px 0 30px;
}

.header__logo a {
	display: inline-block;
}
.header__logo img {
	max-height: 60px;
	width:auto;
	height:auto;
}
.header__logo-text {
	font-family: var(--ff-h);
	font-weight: 800;
	font-size: 52px;
	line-height:50px;
	text-shadow: 0px 0px 5px var(--darka);
	/* text-transform: uppercase; */
	color: var(--accent);
	padding-top:0px;
	/* text-align: right; */
	-webkit-animation: fadein 0.75s ease 0.25s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein .75s ease 0.25s; /* Firefox < 16 */
	-ms-animation: fadein .75s ease 0.25s; /* Internet Explorer */
	-o-animation: fadein .75s ease 0.25s; /* Opera < 12.1 */
	animation: fadein 0.75s ease 0.25s;
}
.header__logo-text span {
	color: var(--accent);
	font-weight: 100;
	font-style: italic;
	letter-spacing: 0.5px;
}

@media only screen and (max-width:888px) {
	.header__logo img {
		/* width:55%; */
		max-height:30px;
	}
	.header__logo-text {
		font-size:22px;
		line-height:20px;
	}
}
@media only screen and (max-width:512px) {
	.header__logo img {
		/* width:40%; */
		max-height: 26px;
	}
	/* .header__logo-text {
		font-size:14px;
		line-height:16px;
	} */
}
.header__menu {
	text-align: center;
	font-family: var(--ff-h);
}

.header__menu ul li {
	font-size:20px;
	font-weight: 200;
	line-height: 24px;
	letter-spacing: 0.5px;
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 40px;
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 32px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 62px;
	width: 240px;
	background: var(--bg-from);
	/* background: linear-gradient(180deg, rgba(38,34,39,0.5) 0%, #0c0b11 5%, #0c0b11 95%, rgba(38,34,39,0.5) 100%); */
	color: white;
	color: var(--dark);
	text-align: left;
	padding: 5px 0;
	border-radius: 10px 10px 10px 10px;
	z-index: 9;
	opacity: 0.5;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
	/* font-size: 14px; */
	font-weight: 200;
	padding: 5px 20px;
	text-transform: capitalize;
}
.header__menu ul li .dropdown li:hover {
	background: white;

}
.header__menu ul li .dropdown li.active {
	color: #999;
}

.header__menu ul li .dropdown li a {
	color: white;
}

.header__menu ul li .dropdown li a:hover {
	color: black;
	/* background: white; */
	font-weight: 200;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	/* font-size: 15px; */
	color: #ffffff;
	color: var(--dark);
	display: block;
	font-weight: 200;
	letter-spacing: 0.5px;;
	padding: 5px 0;
	position: relative;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: var(--accent);
	content: "";
	-webkit-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	transition: all, 0.4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__widget {
	text-align: left;
}

.header__widget span {
	font-family: var(--ff-h);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: var(--dark);
	display: block;
	margin-top:5px;
	margin-bottom: 10px;
}

.header__widget h4,
.header__widget h4 a {
	font-size: 20px;
	color: var(--dark);
	opacity:0;
	
}
.header__widget:hover h4,
.header__widget:hover h4 a {
	/* opacity: 1;
	*/
	animation: tel-animation 1s ease forwards;
}
@keyframes tel-animation {
	from {opacity:0;}
	to {opacity: 1;}
}
.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}

/*---------------------
Hero
-----------------------*/

.hero {
	position: relative;
	padding-top:200px;
	height:100vh;
	/* background: url('../img/R+M_2a_banner_bw.webp'); */
	background-repeat: no-repeat;
	background-position-x: center;
	display:flex;
	/* justify-content: center; */
}

.hero__wrap {
	display: flex;
	align-items: end;
}

@keyframes bg-animation {
	0% {
		background-position: left bottom;
	}
	100% {
		background-position: right top;
	}
}

.hero__items {
	height: 960px;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero__img {
	border-radius: 50%;
}
.hero__text {
	/* max-width: 620px; */
	/* text-align: center; */
	float: center;
	/* height:100vh; */
	/* display: flex; */
	display:grid;
}

.hero__text h2 {
	color: #ffffff;
	font-family:var(--ff-h);
	font-size: 72px;
	line-height: 80px;
	font-weight: 200;
	text-shadow: 0px 0px 5px var(--darka);
	text-transform: uppercase;
	/* margin-top:80%; */
	margin-bottom: 100px;
	/* align-self: center; */
	/* position: relative; */
	/* bottom: 0; */
	opacity: 0;
	-webkit-animation: fadein 0.75s ease .75s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein .75s ease .75s; /* Firefox < 16 */
	-ms-animation: fadein .75s ease .75s; /* Internet Explorer */
	-o-animation: fadein .75s ease .75s; /* Opera < 12.1 */
	animation: fadein 0.75s ease .75s;
	animation-fill-mode: forwards;
}
/* .hero__text h6 {
	color: #fff;
	font-family: var(--ff-h);
	font-size: 3rem;
	font-weight: 100;
	line-height: 1.5;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	width: 550px;
  }
  
.hero__text h6 span {
	font-size: 40px;
	margin-left: 40px;
} */

.hero__text .primary-btn {
	margin-bottom: 50px;
	background: var(--accent);
	color: #000;
	border-radius: 19px;
	opacity: 0;
	-webkit-animation: fadein 0.75s ease 1.25s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein .75s ease 1.25s; /* Firefox < 16 */
	-ms-animation: fadein .75s ease 1.25s; /* Internet Explorer */
	-o-animation: fadein .75s ease 1.25s; /* Opera < 12.1 */
	animation: fadein 0.75s ease 1.25s;
	animation-fill-mode: forwards;
}
/* .hero_text .primary-btn::before{}
.hero_text .primary-btn::after{} */



.hero__title--tagline {
	color: white;
	font-family: var(--ff-h);
	font-size: 32px;
	line-height: 40px;
	font-weight: 100;
	height: 100vh;
	/* text-transform: uppercase; */
	position: relative;
	bottom: 10%;
	text-align:center;
	opacity:0;
	-webkit-animation: fadein 0.75s ease .75s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein .75s ease .75s; /* Firefox < 16 */
	-ms-animation: fadein .75s ease .75s; /* Internet Explorer */
	-o-animation: fadein .75s ease .75s; /* Opera < 12.1 */
	animation: fadein 0.75s ease .75s;
	animation-fill-mode: forwards;
	/* opacity:1; */
}
/* .hero__title {
	color: #ffffff;
	color: var(--hero-fg);
	font-family: var(--ff-h);
	font-weight: 900;
	line-height:60px;
	position: relative;
	margin-bottom: 45px;
	display:table-cell;
	vertical-align: bottom;	
	/* margin-top: 400px; *
	/* float: right; *
	-webkit-animation: fadein 0.75s ease 0.25s; /* Safari, Chrome and Opera > 12.1 *
	-moz-animation: fadein .75s ease 0.25s; /* Firefox < 16 *
	-ms-animation: fadein .75s ease 0.25s; /* Internet Explorer *
	-o-animation: fadein .75s ease 0.25s; /* Opera < 12.1 *
	animation: fadein 0.75s ease 0.25s;
} */

.hero__title {
	color: #ffffff;
	color: var(--hero-fg);
	font-family: var(--ff-h);
	font-weight: 900;
	line-height:60px;
	align-self: flex-end;
	/* margin-top: 400px; */
	/* float: right; */
	-webkit-animation: fadein 0.75s ease 0.25s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein .75s ease 0.25s; /* Firefox < 16 */
	-ms-animation: fadein .75s ease 0.25s; /* Internet Explorer */
	-o-animation: fadein .75s ease 0.25s; /* Opera < 12.1 */
	animation: fadein 0.75s ease 0.25s;
}

.hero__title--gradient {
	background: linear-gradient(-45deg,var(--dark-gold), var(--gold), var(--dark-gold));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


@keyframes fadein {
	from { 
		opacity: 0; 
		-webkit-transform: translateX(150px);
		transform: translateX(150px);
	}
	to   { 
		opacity: 1; 
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
	from { 
		opacity: 0; 
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}
	to   { 
		opacity: 1; 
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { 
		opacity: 0; 
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}
	to   { opacity: 1; 
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { 
		opacity: 0; 
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}
	to   { 
		opacity: 1; 
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { 
		opacity: 0; 
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}
	to   { 
		opacity: 1; 
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.hero__text .more_btn {
	font-size: 14px;
	text-transform: lowercase;
	color: #b7b7b7;
	/* position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 55px; */
	position:relative;
	align-self: center;
	bottom:30px;
}

.hero__text .more_btn::after {
	content: '';
	position: absolute;
	display: block;
	border:10px solid transparent;
	border-top-color: #b7b7b7;
	left: 50%;
	transform: translateX(-50%);
	margin-top:10px;
}

.hero__text .hero__social {
	color: #aaa;
	background: rgba(0, 0, 20, 0.5);
	/* position: absolute;
	right: 145px;
	bottom: 55px; */
	align-self: flex-end;
	margin-bottom:20px;
}

.hero__text .hero__social a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	margin-right: 36px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.hero__text .hero__social a:hover {
	color: var(--accent);
}

.hero__text .hero__social a:last-child {
	margin-right: 0;
}



/*---------------------
Project Slider
-----------------------*/
/* 
.project {
	padding: 0 15px;
}

.project__slider__item {
	height: 600px;
	position: relative;
	overflow: hidden;
}

.project__slider__item:hover .project__slider__item__hover {
	bottom: 30px;
}

.project__slider__item:hover .project__slider__item__hover span {
	left: 0;
}

.project__slider__item:hover .project__slider__item__hover h5 {
	right: 0;
}

.project__slider.owl-carousel .col-lg-3 {
	max-width: 100%;
}

.project__slider.owl-carousel .owl-nav button {
	height: 50px;
	width: 50px;
	background: #ffffff;
	font-size: 28px;
	color: #111111;
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -25px;
	line-height: 54px;
	text-align: center;
}

.project__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 35px;
}

.project__slider__item__hover {
	text-align: center;
	background: #ffffff;
	position: absolute;
	left: 25px;
	bottom: -500px;
	width: calc(100% - 50px);
	padding: 25px 15px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	overflow: hidden;
}

.project__slider__item__hover span {
	color: var(--accent);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	position: relative;
	left: 30px;
	-webkit-transition: all, 1s;
	-o-transition: all, 1s;
	transition: all, 1s;
}

.project__slider__item__hover h5 {
	color: #111111;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	right: 30px;
	-webkit-transition: all, 1s;
	-o-transition: all, 1s;
	transition: all, 1s;
}
 */

/*---------------------
principles
-----------------------*/

.principles {
	padding-top: 30px;
	padding-bottom: 90px;
}
.principles__preheader {
	padding-bottom:60px;
}


.principles__btn {
	text-align: right;
}

.principles__item {
	height: 480px;
	padding: 10px;
	margin-left:20px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.principles__item::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(17, 17, 17, 0.9);
	content: "";
	z-index: -1;
	opacity: 0;
	-webkit-transition: all, 0.5s, ease-out, 0.5s;
	-o-transition: all, 0.5s, ease-out, 0.5s;
	transition: all, 0.5s, ease-out, 0.5s;
}

.principles__item:hover:after {
	opacity: 1;
}

.principles__item:hover .principles__text .principles__title {
	border-bottom: 1px solid rgba(183, 183, 183, 0.2);
	padding: 0 0 20px;
	margin-bottom: 20px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	bottom: initial;
	opacity: 1;
	visibility: visible;
}

.principles__item:hover .principles__text p {
	opacity: 1;
	visibility: visible;
}

.principles__item:hover .principles__text .principles__social {
	opacity: 1;
	visibility: visible;
	bottom: 54px;
}

.principles__text {
	height: 100%;
	position: relative;
	padding: 35px 30px 40px;
}

.principles__text .principles__title {
	position: absolute;
	left: 0;
	bottom: 42px;
	width: 100%;
	padding: 0 30px;
	-webkit-transition: all, 0.7s, ease-out, 0.7s;
	-o-transition: all, 0.7s, ease-out, 0.7s;
	transition: all, 0.7s, ease-out, 0.7s;
}

.principles__text .principles__title h5 {
	font-size:22px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 6px;
	-webkit-transition: all, 0.7s, ease-out, 0.7s;
	-o-transition: all, 0.7s, ease-out, 0.7s;
	transition: all, 0.7s, ease-out, 0.7s;
}

.principles__text .principles__title span {
	font-size: 14px;
	color: var(--accent);
}

.principles__text p {
	font-size: 14px;
	line-height: 20px;
	color: #b7b7b7;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.7s, ease-out, 0.7s;
	-o-transition: all, 0.7s, ease-out, 0.7s;
	transition: all, 0.7s, ease-out, 0.7s;
}
.principles__slider {
	position:relative;
	/* padding-left:20px;
	padding-right:40px; */
}
.principles__slider .owl-nav {
	display: flex;
    justify-content: space-between;
    width: 100%;
}
.principles__slider .owl-nav .owl-prev,
.principles__slider .owl-nav .owl-next {
	position: absolute;
    top: 50%; /* Centers vertically */
    transform: translateY(-50%);
	background-color: #fff; /* Example: white background */
    border-radius: 50%; /* Circle shape */
    width: 60px; /* Width of the arrow button */
    height: 60px; /* Height of the arrow button */
}
.arrow_carrot-left,
.arrow_carrot-right {
	font-size:50px;
}
.principles__slider .owl-nav .owl-prev {
    left: -30px; /* Adjust as needed for left arrow */
}

.principles__slider .owl-nav .owl-next {
    right: -50px; /* Adjust as needed for right arrow */
}
.principles__slider__item {
	height: 480px;
	position: relative;
	overflow: hidden;
}

/* .principles__slider__item:hover .principles__slider__item__hover {
	bottom: 30px;
}

.principles__slider__item:hover .principles__slider__item__hover span {
	left: 0;
}

.principles__slider__item:hover .principles__slider__item__hover h5 {
	right: 0;
}

.principles__slider.owl-carousel .col-lg-3 {
	max-width: 100%;
}

.principles__slider.owl-carousel .owl-nav button {
	height: 50px;
	width: 50px;
	background: #ffffff;
	font-size: 28px;
	color: #111111;
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -25px;
	line-height: 54px;
	text-align: center;
}

.principles__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 35px;
}

.principles__slider__item__hover {
	text-align: center;
	background: #ffffff;
	position: absolute;
	left: 25px;
	bottom: -500px;
	width: calc(100% - 50px);
	padding: 25px 15px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	overflow: hidden;
}

.principles__slider__item__hover span {
	color: var(--accent);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	position: relative;
	left: 30px;
	-webkit-transition: all, 1s;
	-o-transition: all, 1s;
	transition: all, 1s;
}

.principles__slider__item__hover h5 {
	color: #111111;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	right: 30px;
	-webkit-transition: all, 1s;
	-o-transition: all, 1s;
	transition: all, 1s;
} */



/*---------------------
Call To Action
-----------------------*/

.callto {
	padding-top: 130px;
	padding-bottom: 135px;
}
.callto__text {
	padding:20px 20px 20px 20px;
	background-color: rgba(0, 0, 0, 0.5);
}
.callto__text span {
	font-size: 16px;
	letter-spacing: 0.05rem;
	color: var(--accent);
	/* text-shadow: 1px 1px 3px black; */
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 35px;
}

.callto__text h2 {
	font-family: var(--ff-h);
	font-size: 32px;
	color: #ffffff;
	color: var(--accent);
	font-weight: 500;
	/* text-shadow: 1px 1px 3px black; */
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.callto__text p {
	color: #eee;
	color: var(--accent);
	font-family: var(--ff-s);
	font-size:1.5rem;
	padding-bottom: 20px;
}
.callto__text .primary-btn {
	background: var(--accent);
	color: #000;
	border-radius: 4px;
}

.callto__text .primary-btn:before {
	display: none;
}

.callto__text .primary-btn:after {
	display: none;
}


/*---------------------
Photobanner
-----------------------*/

.photobanner {
	padding-top: 50px;
	margin-top:100px;
	padding-bottom: 55px;
}

.photobanner__text span {
	font-size: 16px;
	color: var(--accent);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 35px;
}

.photobanner .preheader {
	font-family: var(--ff-h);
	font-size:30px;
	font-weight:900;
	text-transform: uppercase;
	background: var(--font-gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.photobanner__text h2 {
	font-size: 32px;
	color: white;
	background-color: #333;
	padding: 10px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 66px;
}


.photobanner__text .more_btn {
	font-size: 14px;
	text-transform: lowercase;
	color: #b7b7b7;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0px;
}

.photobanner__text .more_btn::after {
	content: '';
	position: absolute;
	display: block;
	border:10px solid transparent;
	border-top-color: #b7b7b7;
	left: 50%;
	transform: translateX(-50%);
	margin-top:10px;
}

/*---------------------
Latest
-----------------------*/

.latest {
	padding-top: 120px;
	padding-bottom: 90px;
}

.latest__btn {
	text-align: right;
}

.latest__item {
	-webkit-box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.1);
	box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.1);
	margin-bottom: 30px;
}

.latest__item img {
	min-width: 100%;
}

.latest__item:hover a {
	padding-left: 0;
}

.latest__item:hover a:after {
	left: auto;
	right: -50px;
}

.latest__item__text {
	padding-top: 25px;
	background: #ffffff;
	padding: 25px 35px 20px;
}

.latest__item__text span {
	color: #b7b7b7;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.latest__item__text h4 {
	color: #111111;
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 12px;
}

.latest__item__text a {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	position: relative;
	padding-left: 40px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.latest__item__text a:after {
	position: absolute;
	left: 0;
	top: 8px;
	height: 1px;
	width: 30px;
	background: var(--accent);
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

/*---------------------
Benefits
-----------------------*/

.benefits {
	/* padding: 0 0px 50px; */
	position: relative;
}
.benefits .row {
	display: flex;
	flex-direction: row;
}
.benefits__darkside,
.benefits__brightside {
	flex: 1;
	position: relative;
	z-index: 1;
}
.benefits__darkside{
	background-color: #050505;
	display:table;
}
.benefits__darkside--title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.benefits__darkside h2 {
	color: white;
	font-weight:900;
	font-size:82px;
}
.benefits__darkside--preheader{
	font-family: var(--ff-h);
	font-size:30px;
	font-weight:900;
	color: var(--gold);
	text-transform: uppercase;
}
.benefits__brightside{
	/* padding-top:50px; */
	display:flex;
	flex-wrap:wrap;
	background-color: #ddd;
}
.benefits__line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: red;
	z-index: 2;
}
/* Position the SVG element */
.svg-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.svg-line path {
	height: 100%;
}



.benefits__item {
	margin-bottom: 50px;
	text-align: center;
	min-height:25em;
}

.benefits__item img {
	min-width: 20%;
	min-height: 90px;
	margin-bottom: 26px;
}

.benefits__item h3 {
	color: #111;
	text-transform: uppercase;
	font-size: 24px;
	/* margin-top: 35px; */
	margin-bottom: 22px;
	/*mix-blend-mode: difference;*/
	
}

.benefits__item h3 a {
	color: #111111;
	text-transform: uppercase;
} */


.benefits__item h3::before {
	content:'';
	position:absolute;
	width: 40px;
	height: 40px;
	left:-12px;
	top:-9px;
	border-radius: 50%;
	background-color: var(--accent);
	opacity:0.9;
	z-index: -5;
}
.benefits__item p {
	text-align: left;
}

.benefits .to-bottom {
	margin-top: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:0;
}

.benefits__item .tagline {
	margin-top:10px;
	margin-bottom: 10px;
	font-style: italic;
	text-align: center;
}

/*---------------------
Project
-----------------------*/

.project__item {
	margin-bottom: 50px;
	text-align: center;
}

.project__item img {
	min-width: 100%;
	margin-bottom: 26px;
}

.project__item h4 a {
	color: #111111;
	text-transform: uppercase;
}

/*---------------------
Project Details
-----------------------*/

.project-details {
	padding-top: 120px;
	padding-bottom: 90px;
}

.project-details img {
	margin-bottom: 30px;
	min-width: 100%;
}

.project__sidebar__about {
	margin-bottom: 35px;
}

.project__sidebar__about h2 {
	color: #111111;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.project__sidebar__about p {
	margin-bottom: 26px;
}

.project__sidebar__about p:last-child {
	margin-bottom: 0;
}

.product__details__widget__item {
	margin-bottom: 30px;
}

.product__details__widget__item span {
	color: #707070;
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}

.product__details__widget__item h4 {
	color: #111111;
	text-transform: uppercase;
}

.product__details__widget__item p {
	color: #111111;
	font-size: 24px;
	line-height: 36px;
}

/*---------------------
Footer
-----------------------*/

.footer {
	padding-top: 90px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about .footer__logo {
	margin-bottom: 24px;
	margin-right:50px;
}

.footer__about .footer__logo a {
	display: inline-block;
}

.footer__about p {
	margin-bottom: 30px;
}

.footer__about ul {
	margin-bottom: 38px;
}

.footer__about ul li {
	font-size: 15px;
	list-style: none;
	line-height: 26px;
	color: #707070;
}

.footer__about .footer__social a {
	font-size: 18px;
	color: #ffffff;
	margin-right: 30px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;}

.footer__about .footer__social a:hover {
	color: var(--accent);
}

.footer__about .footer__social a:last-child {
	margin-right: 0;
}

.footer__widget {
	margin-bottom: 30px;
	line-height: 1.1em;
}

.footer__widget h6 {
	color: #ffffff;
	font-weight: 100;
	font-family: "Poppins", sans-serif;
	font-family: var(--ff-h);
	font-size:26px;
	margin-bottom: 30px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	font-size: 15px;
	color: white;;
	line-height: 46px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.footer__widget ul li p a {
	font-size: 15px;
	font-weight:400;
	color: white;
	line-height: 15px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}
.footer__widget ul li a:hover, 
.footer__widget ul li p a:hover {
	color:var(--accent);
}
.footer__address {
	margin-bottom: 30px;
}

.footer__address h6 {
	color: #ffffff;
	font-weight: 100;
	font-family: "Poppins", sans-serif;
	font-family: var(--ff-h);
	font-size:26px;
	margin-bottom: 30px;
}

.footer__address p {
	margin-bottom: 30px;
}

.footer__address ul li,
.footer__address ul li a {
	font-size: 15px;
	list-style: none;
	line-height: 26px;
	color: white;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}
.footer__address ul li a:hover {
	color:var(--accent);
}

.copyright {
	border-top: 1px solid rgba(183, 183, 183, 0.2);
	padding: 25px 0;
	margin-top: 60px;
}

.copyright__text p {
	font-size:15px;
	margin-bottom: 0;
	color:white;
}

.copyright__text p i {
	color: var(--accent);
}

.copyright__text p a {
	color: #ffffff;
}

.copyright__widget {
	text-align: right;
}

.copyright__widget a {
	font-size: 14px;
	color: white;
	margin-right: 36px;
	position: relative;
}

.copyright__widget a:after {
	position: absolute;
	right: -22px;
	top: -3px;
	content: "|";
}

.copyright__widget a:last-child {
	margin-right: 0;
}

.copyright__widget a:last-child:after {
	display: none;
}

/*---------------------
Breadcrumb
-----------------------*/

.breadcrumb-option {
	padding-top: 550px;
	padding-bottom: 120px;
	position: relative;
	max-width:3000px;
	margin: 0 auto;
}

.breadcrumb__waves {
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 35vh;
	margin-bottom: -7px;
	min-height: 100px;
	max-height: 100px;
	mix-blend-mode: divide;
}

.breadcrumb__text h2 {
	font-size: 42px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.breadcrumb__links a {
	font-size: 15px;
	color: #ffffff;
	display: inline-block;
	position: relative;
	margin-right: 12px;
}

.breadcrumb__links a:after {
	position: absolute;
	right: -13px;
	top: 1px;
	content: "~";
}

.breadcrumb__links span {
	font-size: 15px;
	color: var(--accent);
	display: inline-block;
}

/* ------------------
 * Animations
 * ------------------*/
 .reveal {
	position: relative;
	opacity: 0;
}
  
.reveal.active {
	opacity: 1;
}

.animation__speed1 {
	animation-duration: 0.5s;

}
.animation__speed2 {
    animation-duration: 0.65s;

}
.animation__speed3 {
	animation-duration: 0.8s;

}
.animation__speed4 {
	animation-duration: 0.95s;

}
.animation__speed5 {
	animation-duration: 1.1s;

}
 .sline, 
 .sline2 {
    height: 3px;
    width: 60px;

	background-color: var(--accent);
    position: absolute;
    top: 0
}
.sline2 {
	background:linear-gradient(90deg,rgba(24,24,24,0), var(--accent));
	/* background-color:var(--accent); */
	text-align: right;
	width:500px;
}

.active.animate__sline {
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: sline;
    animation-name: sline
}
.animate__sline__noreveal {
	animation-duration: .8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: sline;
    animation-name: sline
}
@keyframes sline {
    0% {
        -webkit-transform: translateX(-800px);
        transform: translateX(-800px);
        width: 0
    }

    50% {
        -webkit-transform: translateX(-140px);
        transform: translateX(-140px);
        width: 200px
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 60px
    }
}
.active.animate__sline2 {
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: sline2;
    animation-name: sline2
}
.animate__sline2__noreveal {
	animation-duration: .8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: sline2;
    animation-name: sline2
}
@keyframes sline2 {
    0% {
        -webkit-transform: translateX(-800px);
        transform: translateX(-800px);
        width: 0
    }

    50% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-400px);
        width: 800px
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 500px
    }
}

.active.animate__slideInRight{
	animation-duration: 0.8s;
	/* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
	-webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
.animate__slideInRight__noreveal {
	animation-duration: 0.8s;
	/* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
	-webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

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

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

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
		/* -webkit-transform: translateZ(100%);
        transform: translateZ(100%); */
		/* width:0%; */
    }
	50% {
		opacity: 1;

		/* width:100%; */
	}
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
		/* width:100%; */
    }
}

.active.animate__slideInLeft {
	animation-duration: 0.8s;
	/* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
	-webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
.animate__slideInLeft__noreveal {
	animation-duration: 0.8s;
	/* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
	-webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

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

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

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
		/* -webkit-transform: translateZ(100%);
        transform: translateZ(100%); */
		/* width:0%; */
    }
	50% {
		opacity: 1;

		/* width:100%; */
	}
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
		/* width:100%; */
    }
}

.active.animate__fadeInLeft{ /* The reveal version */
	animation-duration: 0.8s;
	/* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
	-webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.animate__fadeInLeft__noreveal{
	animation-duration: 0.8s;
	/* animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
	-webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%,0,0);
        transform: translate3d(-20%,0,0)
    }
	50% {
		opacity: 0.9;
	}
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%,0,0);
        transform: translate3d(-10%,0,0);
		/* -webkit-transform: translateZ(100%);
        transform: translateZ(100%); */
		/* width:0%; */
    }
	50% {
		opacity: 0.9;

		/* width:100%; */
	}
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
		/* width:100%; */
    }
}

.active.animate__matrixUp {
    -webkit-animation-name: matrix;
    animation-name: matrix;
    /* animation-duration: 0.5s; */
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animate__matrixUp__noreveal {
    -webkit-animation-name: matrix;
    animation-name: matrix;
    /* animation-duration: 0.5s; */
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes matrix {
    0% {
        opacity: 0;
        transform: matrix(1,0,0,1,0,120)
    }

    100% {
        opacity: 1;
        transform: matrix(1,0,0,1,0,0)
    }
}

.message {
	background-color: var(--accent);
	color: #333;
	display: block;
	font-weight: 900;
	overflow: hidden;
	position: absolute;
	padding-left: 0.5rem;
	top: 0.2rem;
	left: 270px;
	animation: openclose 10s ease-in-out infinite;
  }
  
  .word1, .word2, .word3 {
	font-family: var(--ff-h);
  }
  
  @keyframes openclose {
	0% {
	  top: 0.2rem;
	  width: 0;
	}
	5% {
	  width: 0;
	}
	15% {
	  width: 230px;
	}
	30% {
	  top: 0.2rem;
	  width: 230px;
	}
	33% {
	  top: 0.2rem;
	  width: 0;
	}
	35% {
	  top: 0.2rem;
	  width: 0;
	}
	38% {
	  top: -4.5rem;
	  
	}
	48% {
	  top: -4.5rem;
	  width: 190px;
	}
	62% {
	  top: -4.5rem;
	  width: 190px;
	}
	66% {
	  top: -4.5rem;
	  width: 0;
	  text-indent: 0;
	}
	71% {
	  top: -9rem;
	  width: 0;
	  text-indent: 5px;
	}
	86% {
	  top: -9rem;
	  width: 285px;
	}
	95% {
	  top: -9rem;
	  width: 285px;
	}
	98% {
	  top: -9rem;
	  width: 0;
	  text-indent: 5px;
	}
	100% {
	  top: 0;
	  width: 0;
	  text-indent: 0;
	}
  }


/* ------------------
 * home
 *-------------------*/
 .home {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color:#fff;
	overflow: hidden;
	z-index: 2;
}
.home h1{
	font-family: var(--ff-ho);
	font-size:35px;
	line-height:40px;
	font-weight: 500;
	text-transform: none;
	padding-bottom:150px;
}
.home h1 span {
	display:block;
	padding-left:-30px;
}
.home-slider h2 {
	font-size: 30px;
	font-family: var(--ff-h);
	font-weight: 400;
	line-height: 31px;
}
.home-slider .slider-container {
	width: 100%;
	padding-top:30px;
	margin: 0 auto;
	text-align: center;
}
.home-slider .slider {
	-webkit-appearance: none;
	width: 100%;
	height: 20px; /* Adjust the height */
	background: #ddd; /* Light background for the track */
	outline: none;
	opacity: 0.7;
	transition: opacity .2s;
}
.home-slider .slider:hover {
	opacity: 1;
}
.home-slider .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px; /* Adjust the thumb size */
	height: 25px; /* Adjust the thumb size */
	background: var(--accent); /* Thumb color */
	cursor: pointer;
}
.home-slider .slider::-moz-range-thumb {
	width: 25px; /* Adjust the thumb size */
	height: 25px; /* Adjust the thumb size */
	background: var(--accent); /* Thumb color */
	cursor: pointer;
}
.home-slider .slider-value {
	font-size: 60px;
	/* font-style:italic; */
	margin-left: 10px;
	vertical-align: middle;
	font-family: var(--ff-ho);
	font-weight: 100;
  }
  .home-slider .slider-value::before {
	content:'#';
  }

.home-slider .text-window {
	border: 1px solid #dadada;
	border-radius:10px;
	padding: 20px;
	margin-top: 5px;
	height: 270px;
}
.home-slider .text-window p {
	font-family: var(--ff-ho);
	font-size:28px;
	line-height:36px;
}
.home h2 {
	font-size: 30px;
	font-family: var(--ff-h);
	font-weight: 400;
	line-height: 31px;
	z-index: 2;
}
.home h2::before {
	content:'';
	top:-20px;
	left:-20px;
	background-color: #222;
}
.home .h2tagline {
	font-size: 20px;
	font-family: var(--ff-s);
	font-weight: 400;
	z-index: 2;
}


.home__logo {
	text-align:right;
	padding-top:80px;
	z-index: 2;
}

.home__yellow-background {
	position: absolute; 
	top: 25px; 
	left: 10%; 
	width: 90%; 
	height: 100%; 
	background-color: var(--accent); 
	z-index: 0;
}
.home__yellow-background2 {
	position: absolute; 
	top: 25px; 
	left: 10%; 
	width: 90%; 
	height: 100%; 
	background-color: var(--light-blue); 
	z-index: 0;
}
.home .header__img {
	width: 100%;
	object-fit: contain;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* --------------------------------------
 *   od (organisational development)
 * --------------------------------------*/

 .od {
	/* padding-top: 120px;
	padding-bottom: 120px; */
	background-color:#fff;
	overflow: hidden;
	z-index: 2;
}


.od .dark-background {
	margin-top:30px;
	background-color: var(--dark);
	padding: 10px 16px;
}
.od .dark-background h3 {
	color: var(--light);
	font-size:24px;
	font-family: var(--ff-h);
	padding:20px 0px;
}
.od .dark-background p {
	color: var(--light);
	font-size:16px;
	line-height: 25px;;
}

.od__header, 
.od__header-match {
	padding-top:40px;
	margin-bottom:20px;
	z-index: 2;
}



.od .h2tagline {
	font-size: 20px;
	font-family: var(--ff-s);
	font-weight: 400;
	z-index: 2;
}

.od__text {
	margin-bottom:50px;
}
.od .top-cta {
	padding-top:100px;
}
/* 
.od__text p, .od__text-tight p {
	font-size:15px;
	font-family: var(--ff);
	line-height: 26px;
	z-index: 2;
}
.od__text-tight p{
	font-size:15px;
	line-height:19px;
}
.od__text p b, .od__preheader-text p b {
	font-weight:600;
} */
.standout {
	text-align: center;
	margin-top:100px;
	background-color:  var(--accent);
	/* border-left:10px solid #111; */
	padding:10px 10px 20px 20px;
	z-index: 2;
}
.standout p {
	top:-100px;
	font-size:20px;
	font-family: var(--ff-s);
	margin-left: 20px;
}
.standout img {
	display: block;
	opacity:0.75;
	margin-bottom:5px;
	width: 25px;
	height:25px; 
}
.od__logo {
	text-align:right;
	padding-top:80px;
	z-index: 2;
}

.od__yellow-background {
	position: absolute; 
	top: -20%px; 
	left: -10%; 
	width: 120%; 
	height: 80%; 
	background-color: var(--accent); 
	z-index: 0;
}

/*---------------------------
 * LD Leadership development
 * -------------------------- */

 .ld {
	background-color:#fff;
	overflow: hidden;
	z-index: 2;
}
/* .ld .img-fluid.h-100 {
	margin-top:30px;
	object-fit: cover;
	height: 100%;
} */

/* 
.ld__text {
	margin-bottom:50px;
}
.ld__indent-text {
	margin-left:15px;
}
.ld__text p, 
.ld__text-tight p {
	font-size:15px;
	font-family: var(-ff);
	line-height: 24px;
	z-index: 2;
}
.ld__text-tight p{
	font-size:15px;
	line-height:19px;
}
.ld__text p b, 
.ld__preheader-text p b {
	font-weight:600;
}
.ld__text em {
	font-weight: 300;
}

.ld__preheader-text p{
	margin-top:10px;
	font-size:15px;
	font-family: var(-ff);
	line-height: 18px;
	z-index: 2;
}
.ld__logo {
	text-align:right;
	padding-top:80px;
	z-index: 2;
} */
.ld__about-link {
	margin-top:40px;
}
.ld__yellow-background {
	position: absolute; 
	top: -20%px; 
	left: -5%; 
	width: 110%; 
	height: 98%; 
	background-color: var(--accent); 
	/* box-shadow:-10px 10px 5px rgba(22,22,22,0.2); */
	z-index: 0;
}

/*---------------------------
 * ST StartThrough Program specicialisations
 * -------------------------- */

.st h1 {
	font-family: var(--ff-ho); /*Because it needs upper and lower case*/
	text-transform: none;
	/* font-stretch: extra-expanded; */
}
.st h2 {
	font-size: 26px;
	margin-bottom: 2px;
}

.st .header__img {
	width: min(60%, 600pt);
	object-fit: contain;
	margin-top: 30px;
	margin-bottom: 30px;
}
.st ul {
	margin-left:25px;
}
.st ul li {
	font-family: var(--ff);
	font-size: 16px;
	font-weight:300;
}
.st ul li b {
	font-weight:600;
}
/* ---------------
 *  MODALS
 * --------------- */

.modal-header {
	background-color: var(--accent);
}
.modal-header .modal-title {
	text-align: center;
}
.modal-header h4 {
	font-family: var(--ff-h);
	font-size:18px;
	letter-spacing: 0.3px;
	line-height: 40px;
	font-weight:200;
	text-transform: uppercase;
}
/* .modal-header .h4tagline {
	margin-left:10px;
	margin-top:0.25em;
	font-size: 20px;
	font-family: var(--ff-s);
	font-weight: 400;
	z-index: 2;
} */

.modal-body {
	/* padding: 40px 80px 60px 80px; */
	padding:50px 4% 20px 5%;
	width:90%;
}
.modal-body p {
	font-size:16px;
	line-height:22px;
}
.modal-body h4 {
	font-family: var(--ff-h);
	font-size:30px;
	line-height: 32px;
}
.modal-body .h4tagline {
	margin-top:0.15em;
	margin-bottom:0.8em;
	font-size: 20px;
	font-family: var(--ff-s);
	font-weight: 400;
	z-index: 2;
}

.modal-body h5 {
	font-family: var(--ff-h);
	font-size:25px;
	line-height: 30px;
	font-weight:100;
	margin-top:20px;
}
.modal-body p b {
	font-weight:600;
}

.modal-body .intro {
	font-size:16px;
	font-weight:600;
	margin-bottom:20px;
}

.modal-body ul {
	background-color: white;
	margin-left:30px;
	li {

		margin-bottom: 3px;
	}
}

.modal-content img {
	display: block;
	opacity:0.45;
	margin-right:22px;
	width: 100%;
	/* height:40px; */
}
/* #modal_logo {
	width:40px;
	height:40px;
} */
.od .btn {
	font-family: var(--ff-h);
	color:#000;
	padding: 0.1rem .4rem;
	border-top-width: 0px;
	border-bottom:0px;
	border-left-width: 3px;
	border-right:0px;
	border-color: var(--accent);
	border-radius: 0px;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.od .btn-primary, 
.od .btn-danger {
	background-color: #fff;
}
.od .btn:hover {
	background-color: var(--accent);
}



.ld .btn {
	font-family: var(--ff-h);
	color:#000;
	padding: 0.1rem .4rem;
	border-top-width: 0px;
	border-bottom:0px;
	border-left-width: 3px;
	border-right:0px;
	border-color: var(--accent);
	border-radius: 0px;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ld .btn-secondary, 
.ld .btn-danger {
	background-color: #fff;
}
.ld .btn-primary {
	font-size:large;
	border-radius: 40px;
	padding: 0.4rem 2rem;
	border-color: var(--accent);
	background-color: var(--accent);
}
.ld .btn:hover {
	background-color: var(--accent);
}
/*---------------------
About
-----------------------*/

.about {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color:rgba(185, 175, 134, 0.2);
	overflow: hidden;
}

.about-page {
	padding-top: 120px;
	padding-bottom: 90px;
}

.about__para__text {
	margin-bottom: 70px;
}

.about__para__text p {
	margin-bottom: 26px;
}

.quote {
	font-style: italic;
	font-family: 'Libre Baskerville';
	font-family: var(--ff-l);

	font-weight: 300;
	font-size: 1.05rem;
	line-height: 1.6rem;
	/* letter-spacing: 0.2px; */
	/* text-transform: uppercase; */
	color: var(--dark);
	border-left: 3px solid var(--accent);
	padding: 10px 0px 10px 10px;
	margin: 28px 21px;
	/* text-shadow: 2px 2px 4px #aaa; */
}
/* .quote::before {
	content: '"';
	font-size:1.9rem;
	font-weight: 100;
} */

.about__para__text p:last-child {
	margin-bottom: 0;
}

.about__pic {
	padding-top: 80px;
	padding-left: 34px;
}

.about__pic__inner {
	position: relative;
	display: inline-block;
}

.about__pic__inner:after {
	position: absolute;
	left: 50px;
	top: 50px;
	height: 600px;
	width: 470px;
	width:510px;
	border: 15px solid rgba(185, 175, 134, 0.2);
	content: "";
	z-index: -1;
}

.about__page__services__text {
	margin-bottom: 30px;
}
.about__page__services__text .intro{
	/* font-size:18px; */
	font-weight:600;
}

.team {
	padding-top: 120px;
	padding-bottom: 30px;
	/* background-color:rgba(185, 175, 134, 0.2); */
	overflow: hidden;
}

.team__profile {
	margin-top:50px;
}
.team__profile-header {
	padding-top:60px;
	margin-bottom:20px;
}
.team__profile h3{
	font-size: 24px;
	font-family: var(--ff-h);
	font-weight: 700;
	line-height: 26px;
	margin-top: 20px;
}
/* .team__profile img {
} */
.team__header .h3tagline {
	font-size: 20px;
	font-family: var(--ff-s);
	font-weight: 400;
	z-index: 2;
}
.team__text {
	margin-top: 20px;
	padding-bottom: 50px;
}
.team__text p{
	font-size:15px;
	font-family: var(-ff);
	line-height: 24px;
	z-index: 2;
}
.team__text p b,
.team__text .intro {
	font-weight:600;
}
.team__text em {
	font-weight: 300;
}
.team__social {
	text-align: right;
	margin-bottom:30px;
}
/*---------------------
Services
-----------------------*/

.services {
	padding-top: 120px;
	padding-bottom: 90px;
	position:relative;
}
.services a {
	color:#aa9900;
}


.services.services-page {
	padding-bottom: 80px;
}
/*
.services.services-page .services__item p {
	margin-bottom: 12px;
}*/
/*
.services .quote {
	font-size: 1.2rem;
	margin-top: 20pt;
	margin-bottom: 20pt;
}
*/
.services.services-page .services__item .intro {
	font-size:18px;
	font-weight:400;
	margin-bottom: 16px;
}

.services.services-page .services__item ul li {
	color: #111111;
	font-size: 15px;
	line-height: 36px;
	list-style: none;
}

.services__item {
	margin-bottom: 40px;
}

.services__header h4 {
	margin-bottom: 0px;
}
.services__header h2 {
	font-size: 30px;
	font-weight: 400;
	text-transform: none;
}
.services__header h3 {
	font-size: 24px;
	font-weight: 100;
	text-transform: none;
	margin-bottom: 0px;
}

.services__item h4 {
	color: #111111;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 0px;
	position: relative;
}

.services__item h4::before {
	content:'';
	position:absolute;
	width: 60px;
	height: 60px;
	left:-30px;
	top:-25px;
	border-radius: 50%;
	background-color: var(--accent);
	z-index: -5;
	opacity: 1.0;
	-webkit-transition: opacity, 1.5s; 
	-o-transition: opacity, 1.5s;
	transition: opacity, 1.5s; 
}

.services__item h5 {
	color: #111111;
	/*text-transform: uppercase;*/
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 6px;
	position: relative;
}
.services__item .services__header h5 {
	font-style: oblique;
	font-weight: 100;
	margin-top:8px;
	margin-bottom: 20px;
}

/*.services__item p {
	margin-bottom: 0;
}
*/
.services__item p b {
	font-weight: 600;
}

.services .tagline {
	margin-top:10px;
	margin-bottom: 40px;
	font-style: italic;
	text-align:center;
}

.services__side {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top:50px;
}


.services__side p {
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	text-transform: uppercase;
	line-height: 35px;
	font-weight: 200;
	color: black;
	/*background-color: var(--light-gold); */
}

.services .to-bottom {
	margin-top: 20px;
	
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:0;
}

.services .services__sidebar {
	font-family: 'Arial', sans-serif;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	background-color: #F9F9F9;
	color: #333;
	line-height: 1.6;
  }
  
  .services .services__sidebar h4, h5 {
	font-size: 1.5em;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;

  }
  .services .services__sidebar strong {
	font-weight:500;
  }
  .services .services__sidebar ul {
	list-style: none;
	padding-left: 0;
  }
  
  .services .services__sidebar .left-align,
  .services .services__sidebar .right-align {
	margin-bottom: 20px;
	font-family: var(--ff-h);
  }
  
  .services .services__sidebar .left-align {
	text-align: left;
	margin-right: 40%;
  }
  
  .services .services__sidebar .right-align {
	text-align: right;
	margin-left: 40%;;
  }
  
  /* Optional border or divider */
  .services .services__sidebar li::after {
	content: "";
	display: block;
	height: 1px;
	width: 80%;
	background-color: #ddd;
	margin: 10px auto;
  }

  .services__offer p {
	font-size:0.9rem;
	line-height:1.3rem;
	/*text-align: justify;*/
  }
  .services__offer p b {
	font-weight:500;
  }
  .services__offer .intro {
	font-size:15px;
	font-weight:500;
	margin-bottom: 8px;
  }
  .services__offer__header h3 {
	font-family: var(--ff-h);
	font-size: 24px;
	font-weight: 100;
	margin-top:30px;
	margin-bottom: 0px;
  }
  .services__offer__header h4 {
	font-family: var(--ff);
	font-size: 22px;
	font-weight: 700;
	margin-top:0px;
	margin-bottom: 10px;
  }
 
  .signup h2 {
	font-size: 40px;
	line-height: 50px;
  }
  .signup .tagline {
	font-family: var(--ff-ho);
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	margin-top:10px;
	margin-bottom:20px;
}

 .signup row {
	padding-top:30px;
 }
  .signup ul,
  .signup ol {
	background-color: white;
	margin-left:30px;
	font-weight:300;
	li {

		margin-bottom: 3px;
	}
}
 .signup li {
	margin: 0.5em 0;  
  }
  
 .signup li b {
	font-weight:600;
}

.signup form h4:first-of-type {
	padding-top:0px;
	padding-bottom: 15px;
}
.signup form h4:not(:first-of-type) {
	padding-top:20px;
	padding-bottom: 15px;
}

.signup .input[type="radio"], 
.signup .form-check-label {
    margin-right: 10px; 
	margin-bottom:10px;
}

.signup .form-control {
    margin-bottom: 20px; /* Space below each input field */
}


  /* Singup collapsibles
  .signup .details,
  .signup .show,
  .signup .hide:target {
  		display: none;
  }
  .signup .hide:target + .show,
  .signup .hide:target ~ .details {
    	display: block;
  }
  .signup .section__text a.hide,
  .signup .section__text a.show {
	color: var(--dark);
	font-weight: 500;
	border-top: 3px solid var(--accent);
	padding-left:6px;
	padding-right:6px;
	margin-bottom:20px;
  }
  .signup .hide {
	background-color: var(--accent);
  } */
/*---------------------
Counter
-----------------------*/

.counter {
	padding-bottom: 70px;
}

.counter .counter__content {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.counter .counter__item .counter__item__text h5 {
	color: #ffffff;
}

.counter__content {
	border-top: 1px solid rgba(183, 183, 183, 0.2);
	padding-top: 70px;
	margin-top: 40px;
}

.counter__item {
	margin-bottom: 30px;
}

.counter__item__number {
	float: left;
	margin-right: 28px;
}

.counter__item__number h2 {
	color: var(--accent);
	font-size: 60px;
	line-height: 52px;
}

.counter__item__text {
	overflow: hidden;
}

.counter__item__text h5 {
	color: #111111;
	line-height: 24px;
	text-transform: uppercase;
}

/*---------------------
Clients
-----------------------*/

/* .clients {
	padding-top: 120px;
	padding-bottom: 60px;
}

.clients img {
	margin-bottom: 60px;
} */


/*---------------------
Impulses
-----------------------*/
.impulses {
	padding-top: 120px;
	padding-bottom: 120px;
}

.impulses__header {
	padding-top: 120px;
	padding-bottom: 120px;
}
.impulses__tags {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.impulses .tag {
    padding: 3px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    background-color: var(--dark);
    color: white;
    border-radius: 5px;
}

.impulses .tag:hover {
    background-color: var(--gold);
	color: var(--dark);
}

.impulses__articles__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.impulses .article {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.impulses .article img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.impulses .article h3 {
    margin: 10px 0;
}

.impulses .article p {
    margin: 5px 0;
}

.impulses .article a {
	color: var(--dark);
	text-decoration: none;
	transition: text-shadow 0.3s ease;
}
.impulses .article a:hover {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
.impulses .pagination {
    margin-top: 20px;
    text-align: center;
}

.impulses .pagination button {
    padding: 10px 15px;
    margin: 0 5px;
    border: none;
    cursor: pointer;
    background-color: var(--light-grey);
    color: var(--dark);
    border-radius: 5px;
}

.impulses .pagination button:hover {
    background-color: var(--light-grey);
}

/* Small screen adjustments */
.show__impulses__tags {
    display: none;
    padding: 5px 10px;
    margin-bottom: 30px;
    border: none;
    cursor: pointer;
    background-color: var(--dark);
    color: white;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .impulses__tags {
        display: none;
        flex-direction: column;
    }

    .show__impulses__tags {
        display: block;
    }
}



/*---------------------
Contact
-----------------------*/

.contact {
	padding-top: 120px;
	padding-bottom: 120px;
}

.contact__widget__item {
	position: relative;
	margin-bottom: 30px;
}

.contact__widget__item.last__item:after {
	display: none;
}

.contact__widget__item:after {
	position: absolute;
	right: 50px;
	top: 0px;
	width: 1px;
	height: 50px;
	background: #e1e1e1;
	content: "";
}

.contact__widget__item__icon {
	float: left;
	margin-right: 20px;
	font-size: 2em !important;
	color: var(--accent);
}

.contact__widget__item__text {
	overflow: hidden;
}

.contact__widget__item__text h3 {
	font-family: var(--ff-h);
	font-weight: 200;
	color: var(--dark);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.contact__widget__item__text span {
	color: var(--dark);
	display: block;
}

.contact__form__text {
	margin-bottom: 35px;
}

.contact__form__header {
	font-family: var(--ff-h);
	font-size:30px;
}
.contact__form__header h2 {
	font-size:60px;
	font-weight: 900;
}

.contact__form__text .section-title {
	margin-bottom: 12px;
}

.contact__form__text p {
	margin-bottom: 0;
}

.contact__form form input {
	height: 50px;
	width: 100%;
	font-size: 15px;
	color: #b7b7b7;
	padding-left: 20px;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}

.contact__form form input::-webkit-input-placeholder {
	color: #b7b7b7;
}

.contact__form form input::-moz-placeholder {
	color: #b7b7b7;
}

.contact__form form input:-ms-input-placeholder {
	color: #b7b7b7;
}

.contact__form form input::-ms-input-placeholder {
	color: #b7b7b7;
}

.contact__form form input::placeholder {
	color: #b7b7b7;
}

.contact__form form textarea {
	height: 170px;
	width: 100%;
	font-size: 15px;
	color: #b7b7b7;
	color: var(--dark);
	padding-left: 20px;
	padding-top: 12px;
	border: 1px solid #e1e1e1;
	resize: none;
	margin-bottom: 24px;
}
input[type="text"], textarea {
    color: #000; /* Or any color that contrasts well with your background */
}

.contact__form form textarea::-webkit-input-placeholder {
	color: #b7b7b7;
}

.contact__form form textarea::-moz-placeholder {
	color: #b7b7b7;
}

.contact__form form textarea:-ms-input-placeholder {
	color: #b7b7b7;
}

.contact__form form textarea::-ms-input-placeholder {
	color: #b7b7b7;
}

.contact__form form textarea::placeholder {
	color: #b7b7b7;
}
/*---------------------
THANK YOU
-----------------------*/
.thankyou h2 {
	font-size:38px;
}
.thankyou  p {
	font-size:22px;
}
/*---------------------
SVG
-----------------------*/
.logodots {
	position: absolute;
	top: 20vh;
	right:10vw;
	width: 200px;
	height: 200px;
}
.logosvg {
	fill: var(--accent);
	/* fill: none; */
	stroke: var(--accent);
	stroke-width: 0px;
	opacity: 1;
	/* filter: grayscale(100%); */
	/* fill: url(#MyRadialGradient);
	mix-blend-mode: normal;
	animation: logo-anim 0.75s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
	animation-delay: 9s; */
	/* 
	background: linear-gradient(-45deg,var(--gold), #00dbde, var(--gold));
	background-clip:border-box;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: transparent; */
}
.logosvg_frame {
	fill: rgb(0,0,0,0);
	stroke: var(--black);
	stroke-width:5px;
	opacity: 0.5;
}
@keyframes logo-anim {
	0% {
		opacity:0;
		transform: scale(0.9);
		/* transform: translateX(100%) */
	}
	50% {
		opacity: 0.9;
		transform: scale(1.0);
		/* transform: translateX(100%) */
	}
	100% {
		opacity:1.0;
		transform: scale(0.9);
		/* transform: translateX(0%) */
	}
}
.bg-decoration {
	position: absolute;
	top:0px;
	left:0;
	width: 100%;
	height: 100%;
}
svg.green stop:nth-child(1) {
	stop-color: var(--light-blue);
}
svg.green stop:nth-child(2) {
	stop-color: var(--transparent);
}

.bg_rect1, 
.bg_rect2 {
	opacity: 0.8;
	/* fill: var(--lime); */
}
.bg_rect1 {
	transform: rotate(-45deg 1410 43);
}
.bg_rect2 {
	transform: rotate3d(-45deg 18deg);
}

@keyframes bg_path_anim {
	0% {
		d: path(d="M 1410 42 l 200 0 l 0 600 l -200 0 l 0 -600")
	}
	100% {
		d: path(d="M 1410 42 l 400 0 l 0 600 l -200 0 l 0 -600")
	}
}

.hero__waves {
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 15vh;
	margin-bottom: 0px;
	min-height: 75px;
	max-height: 200px;
	mix-blend-mode: divide;
}

.waves__parallax > use {
	-webkit-animation: moveForever 100s cubic-bezier(.55, .5, .45, .5) infinite;
	animation: moveForever 100s cubic-bezier(.55, .5, .45, .5) infinite;
}

.waves__parallax > use:nth-child(1) {
	fill: var(--bg-to);
	/* fill:var(--light-gold); */
	opacity: 0.9;
	opacity: 0.45;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 14s;
	animation-duration: 14s;
}

.waves__parallax > use:nth-child(2) {
	fill: var(--bg-mid);
	/* fill: var(--light-gold); */
	opacity: 0.6;
	opacity: 0.3;
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
}

.waves__parallax > use:nth-child(3) {
	fill: var(--bg-from);
	/* fill: var(--gold); */
	opacity: 0.3;
	opacity: 0.15;
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
	-webkit-animation-duration: 26s;
	animation-duration: 26s;
}

.waves__parallax > use:nth-child(4) {
	fill: var(--black);
	/* fill: var(--dark-gold); */
	opacity: 0.15;
	opacity: 0.07;
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
}

@-webkit-keyframes moveForever {
	0% {
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(85px, 0, 0);
		transform: translate3d(85px, 0, 0);
	}
}

@keyframes moveForever {
	0% {
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(85px, 0, 0);
		transform: translate3d(85px, 0, 0);
	}
}

/******************************************************************************************/
/*                                                                                        */
/*--------------------------------- Responsive Media Queries -----------------------------*/
/*                                                                                        */
/******************************************************************************************/
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 950px;
	}
}

@media only screen and (min-width: 1450px) {
	.container {
		max-width: 950px;
	}
	.header {
		padding: 30px 130px 0;
	}
}

/* Banner image sizes
   w    x h    | maxw  | maxh
a: 6000 x 1572 | 2000  | 1200
b: 4000 x 1048 | 1333  |  800
c: 2666 x  699 |  889  |  530
d: 1778 x  466 |  593  |  360
e: 1185 x  311 |  395

w  x   h  | maxw
a: 6000 x 1680 |
b: 4000 x 1120 |
c: 2667 x  747 |
d: 1778 x  498 |
e: 1185 x  331 |

*/


/* LANDSCAPE Modes*/
@media only screen and (orientation: landscape) and (min-height:1555px) {
	.hero {
		/* background-image: url('../img/R+M_7a_banner_bw.webp'); */
		background-image: url('../img/R+M_banner-size1_bw.webp');

		max-height: 1680px;
	}
    /* .hero {
		background-image: url('../img/R+M_banner-size1_bw.webp');
		width:100%;
		height: auto;
	} */
}
@media only screen and (orientation: landscape) and (min-height:1038px) and (max-height:1554px) {
	.hero {
		/* background-image: url('../img/R+M_7b_banner_bw.webp'); */
		background-image: url('../img/R+M_banner-size2_bw.webp');
		max-height: 1120px;
	}
	.hero__text h2 {
		font-size: 48px;
		line-height: 53px;;
		margin-bottom: 66px;
	}
	.hero__text .primary-btn {
		margin-bottom: 33px;
		font-size: 14px;
		padding: 12px 30px;
	}
}
@media only screen and (orientation: landscape) and (min-height:692px) and (max-height:1037px) {
	.hero {
		/* background-image: url('../img/R+M_7c_banner_bw.webp'); */
		background-image: url('../img/R+M_banner-size3_bw.webp');
		max-height: 747px;
	}
	.hero__text h2 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 44px;
	}
	.hero__text .primary-btn {
		margin-bottom: 22px;
		font-size: 14px;
		padding: 12px 30px;
	}
}
@media only screen and (orientation: landscape) and (min-height:461px) and (max-height:691px) {
	.hero {
		/* background-image: url('../img/R+M_7d_banner_bw.webp'); */
		background-image: url('../img/R+M_banner-size4_bw.webp');
		max-height: 498px;
	}
	.hero__text h2 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 32px;
	}
	.hero__text .primary-btn {
		margin-bottom: 22px;
		font-size: 11px;
		padding: 9px 12px;
	}
	.header__logo-text {
		font-family: var(ff-h);
		font-weight:500;
		font-size: 14px;
		padding-top:5px;
	}
	.hero__text .hero__social {
		font-size:0.8rem;
	}
}
@media only screen and (orientation: landscape) and (max-height:460px) {
	.hero {
		/* background-image: url('../img/R+M_7e_banner_bw.webp'); */
		background-image: url('../img/R+M_banner-size5_bw.webp');
		max-height: 331px;
	}
	.hero__text h2 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.hero__text .more_btn {
		font-size: 10px;
		bottom:20px;
	}
	.hero__text .more_btn::after {
		border:6px solid transparent;
		border-top-color: #b7b7b7;
		margin-top:6px;
	}
	.hero__text .hero__social {
		font-size:0.8rem;
	}
	.header__logo-text {
		font-weight:300;
		font-size: 12px;
		padding-top:5px;
	}
}


/* PORTRAIT Modes */
@media only screen and (orientation: portrait) and (min-width:2000px) {
	.hero {
		/* background-image: url('../img/R+M_7a_banner_bw.webp'); */
		background-image: url('../img/R+M_banner-size1_bw.webp');

		height: 1680px;
	}
	.hero__waves {
		height:75px;
	}
}
@media only screen and (orientation: portrait) and (min-width:1333px) and (max-width: 1999px){
	.hero {
		/* background-image: url('../img/R+M_7b_banner_bw.webp'); */
		background-image: url('../img/R+M_banner-size2_bw.webp');
		height: 1120px;
	}
	.hero__text h2 {
		font-size: 52px;
		line-height: 60px;
		margin-bottom: 66px;
	}
	.hero__text .primary-btn {
		margin-bottom: 33px;
		font-size: 14px;
		padding: 12px 30px;
	}
}
@media only screen and (orientation: portrait) and (min-width:888px) and (max-width: 1332px){
	.hero {
		/* background-image: url('../img/R+M_7c_banner_bw.webp'); */
		background-image: url('../img/R+M_banner-size3_bw.webp');
		height: 747px;
	}
	.hero__text h2 {
		font-size: 38px;
		line-height: 46px;
		margin-bottom: 44px;
	}
	.hero__text .primary-btn {
		margin-bottom: 22px;
		font-size: 14px;
		padding: 12px 30px;
	}
	.hero__waves {
		height:165px;
	}
	.header__logo-text {
		font-weight:500;
		font-size: 32px;
		line-height: 30px;
		padding-top:5px;
	}
}
@media only screen and (orientation: portrait) and (min-width:592px) and (max-width:887px){
	.hero {
		/* background-image: url('../img/R+M_7d_banner_bw.webp'); */
		background-image: url('../img/R+M_banner-size4_bw.webp');
		height: 498px;
	}
	.hero__text h2 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 40px;
	}
	.hero__text .more_btn {
		font-size: 12px;
		bottom:20px;
	}
	.hero__text .more_btn::after {
		border:8px solid transparent;
		border-top-color: #b7b7b7;
		margin-top:8px;
	}
	.header__logo-text {
		font-weight:500;
		font-size: 18px;
		line-height: 16px;
		padding-top:5px;
	}
	.hero__waves {
		height:110px;
	}
	.hero__text .hero__social,
	.hero__text .hero__social a {
		font-size:0.8rem;
		margin-bottom:10px;
	}
}
@media only screen and (orientation: portrait) and (max-width:591px){
	.hero {
		/* background-image: url('../img/R+M_7e_banner_bw.webp'); */
		background-image: url('../img/R+M_banner-size5_bw.webp');
		height: 331px;
	}
	.hero__text h2 {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 40px;
	}
	.hero__text .more_btn {
		font-size: 10px;
		bottom:20px;
	}
	.hero__text .more_btn::after {
		border:6px solid transparent;
		border-top-color: #b7b7b7;
		margin-top:6px;
	}
	.header__logo-text {
		font-weight:300;
		font-size: 18px;
		line-height: 16px;
		padding-top:5px;
	}
	.hero__waves {
		height:75px;
	}
	.hero__text .hero__social,
	.hero__text .hero__social a {
		font-size:0.6rem;
		margin-bottom:10px;
	}
}





/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about__pic {
		padding-left: 0;
	}
	.about__pic__inner:after {
		left: 8px;
		top: 8px;
	}
	.header__menu ul li {
		margin-right: 25px;
	}
	/* .hero {
		background-image: url('../img/R+M_6c_banner_bw.webp');
	} */
	.hero__slider.owl-carousel .owl-nav button {
		left: 15px;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 15px;
	}
	.hero__title {
		font-size: 50px;
		line-height: 50px;
	}
	.hero__title--tagline {
		font-weight:500;
		font-size:32px;
		line-height: 32px;
	}
	.topbanner h1 {
		margin-top:15px;
		font-size:40px;
	}

}

/* Tablet Device = 768px */

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

	.section__header-match {
		padding-top:0px;
	}
	.section__text {
		padding-bottom:25px;
	}

	.hero__slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hero__title {
		font-weight:800;
		font-size: 35px;
		line-height: 35px;
	}
	.hero__title--tagline {
		font-weight:500;
		font-size:26px;
		line-height: 26px;
	}
	
	.about__text {
		padding-top: 0;
		margin-bottom: 40px;
	}
	.about__pic {
		padding-left: 0;
		padding-bottom: 20px;
	}
	
	.about__pic__inner:after {
		left: 20px;
		top: 20px;
		height: 462px;
		width:768px;
		border: 0;
	}
	.impulses__sidebar {
		padding-top: 50px;
	}
	.hero__text .hero__social {
		right: 80px;
	}
	.slide-num {
		left: 70px;
	}
	.slider__progress {
		left: 106px;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: black;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid black;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 34px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #111111;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__logo a {
		display: inline-block;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav ul ul{
		margin-left: 20px;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #ffffff;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_arrow {
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__widget span {
		font-size: 14px;
		font-family: var(--ff-h);
		color: #b7b7b7;
		display: block;
		margin-bottom: 10px;
	}
	.offcanvas__widget h4,
	.offcanvas__widget h4 a {
		font-size: 22px;
		color: var(--accent);
	}
	.header__menu {
		display: none;
	}
	.header__widget {
		display: none;
	}
	.st .section__preheader {
		font-size:55px;
		padding-top:55px
	}
	.signup form h4:first-of-type {
		padding-top:40px;
		padding-bottom: 15px;
	}
	.topbanner {
		top:200px;
	}
	.topbanner h1 {
		margin-top:15px;
		font-size:30px;
	}
	.topbanner p {
		font-family: var(--ff-h);
		font-size:1.5rem;
		line-height:1.5rem;
	}  
	/* .poly__block::before {
        top: -30px; 
        left: -80px; 
        width: 200%; 
        height: 300%; 
    } */
	.poly__block.shape-2 h1::before,
	.poly__block.shape-2 h2::before {
    --clip-path: polygon(0% 8%, 62% 2%, 58% 100%, 2% 80%);
	}
	.poly__block.shape-3 h1::before,
	.poly__block.shape-3 h2::before {
		--clip-path: polygon(0% 5%, 28% 20%, 30% 90%, 2% 100%);
	}

}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	p,
	li {
		font-size: 19px;
		line-height: 30px;
	}
	.intro {
		font-size:19px;
	}
	.subsection__text {
		padding-bottom:0px;
	}
	.subsection__text p {
		font-size: 19px;
		line-height: 30px;
	}

	.subsection__text .quote {
		font-size: 19px;
		line-height: 27px;
		letter-spacing: 0.5px;
	}
	.hero__items {
		height: 710px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px;
	}
	.about__text {
		padding-top: 0;
		margin-bottom: 40px;
	}
	.about__pic {
		padding-left: 0;
	}
	.impulses__sidebar {
		padding-top: 50px;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: black;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid black;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 34px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #111111;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__logo a {
		display: inline-block;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav ul ul{
		margin-left: 20px;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #ffffff;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_arrow {
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__widget span {
		font-size: 14px;
		font-family: "Aldrich", sans-serif;
		color: #b7b7b7;
		display: block;
		margin-bottom: 10px;
	}
	.offcanvas__widget h4 {
		font-size: 22px;
		color: var(--accent);
	}
	.header__menu {
		display: none;
	}
	.header__widget {
		display: none;
	}
	.about__pic__inner {
		display: block;
	}
	.about__pic__inner img {
		min-width: 100%;
	}
	.about__pic__inner:after {
		left: 0;
		width: 100%;
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hero__text .hero__social {
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: 100px;
	}
	.slide-num {
		bottom: 25px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.slider__progress {
		left: 0;
		bottom: 35px;
		right: 0;
		margin: 0 auto;
	}
	.footer__top__text {
		margin-bottom: 35px;
	}
	.copyright__text {
		text-align: center;
		margin-bottom: 20px;
	}
	.copyright__widget {
		text-align: center;
	}
	.project__sidebar {
		padding-top: 20px;
	}
	.impulses__article__tags {
		text-align: center;
	}
	.impulses__article__social {
		text-align: center;
	}
	.impulses__article__author__pic {
		float: none;
		margin-right: 0;
	}
	.impulses__article__author__text {
		padding-top: 40px;
	}
	.benefits {
		padding: 0;
	}
	.project {
		padding: 0;
	}
	.about__para__text {
		margin-bottom: 35px;
	}
	.clients {
		padding-bottom: 90px;
	}
	.clients a {
		margin-bottom: 30px;
	}
	.partners__carousel.owl-carousel .owl-nav button {
		left: 0;
	}
	.partners__carousel.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.section__preheader {
		font-size:65px;
	}
	.signup h1 {
		font-size: 35px;
		line-height: 32px;
		font-weight: 400;
	}
	.signup h2 {
		font-size:32px;
		line-height: 32px;
	}
	.signup h4 {
		font-size:20px;
	}
	.signup .tagline {
		font-size: 22px;
		line-height: 22px;
		margin-top:6px;
		margin-bottom:12px;
	}
	.signup form h4:first-of-type {
		padding-top:40px;
		padding-bottom: 15px;
	}
	.st  h1 {
		font-size: 45px;
		line-height: 50px;
		padding-top: 40px;
	}
	.st h2 {
		font-size: 19px;
		line-height: 22px;
	}
	.st .section__header h2 {
		font-size:28px;
	}
	.st .header__img {
		width: min(90%, 600pt);
		object-fit: contain;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.topbanner {
		top:520px;
		background-color: var(--gold);
	}
	.topbanner h1 {
		margin-top:8px;
		font-size:30px;
	}
	.topbanner p {
		font-family: var(--ff-h);
		font-size:1.5rem;
		line-height:1.5rem;
	}
	.topbanner__spacer {
		padding-top:180px;
	}
	.poly__block.shape-2 h1::before,
	.poly__block.shape-2 h2::before {
   		 --clip-path: polygon(0% 8%, 62% 2%, 58% 100%, 2% 80%);
	}
	.poly__block.shape-3 h1::before,
	.poly__block.shape-3 h2::before {
		--clip-path: polygon(0% 5%, 28% 20%, 30% 90%, 2% 100%);
	}
}

@media only screen and (max-width: 575px) {
	.principles__btn {
		margin-bottom: 40px;
		text-align: left;
	}
	.latest__btn {
		margin-bottom: 40px;
		text-align: left;
	}
	.topbanner {
		top: 380px;
		background-color: var(--gold);
	}
	.topbanner h1 {
		margin-top:0px;
		font-size:20px;
		line-height: 20px;
	}
	.topbanner p {
		font-family: var(--ff-h);
		font-size:1rem;
		line-height:1rem;
	}  
	.topbanner__spacer {
		padding-top:140px;
	}
}

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

	.g-recaptcha {
		color: var(--accent);

	}
	.g-recaptcha > div {
		margin: auto;
	}

	#recaptcha
	{
		margin:auto;
    	transform: scale(0.77); 
    	-webkit-transform: scale(0.77); 
    	transform-origin: 0 0; 
    	-webkit-transform-origin: 0 0;
	}
	.g-recaptcha-bubble-arrow
	{
	    display: none;
	}
	.g-recaptcha-bubble-arrow + div
	{
	    position: fixed !important;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.section-title h2 {
		font-size: 28px;
		line-height: 1;
	}
	.hero__text .tagline {
		font-size:28px;
		line-height:42px;
	}
	.hero__text h1 {
		font-size: 20px;
		line-height: 32px;
	}
	.hero__items {
		height: 610px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px;
	}
	
	.partners__item p {
		font-size: 16px;
		line-height: normal;
	}
	.about__pic__inner:after {
		display: none;
	}
	.benefits {
		padding: 0;
	}
	.callto__text h2 {
		font-size: 30px;
		line-height: 46px;
	}

	.principles__slider.owl-carousel .owl-nav button {
		left: 15px;
	}
	.principles__slider.owl-carousel .owl-nav button.owl-next {
		right: 15px;
	}
	.project {
		padding: 0;
	}
	.breadcrumb__text h2 {
		font-size: 32px;
	}
	.partners__carousel {
		padding: 60px 45px 65px;
	}
	.slick-active.slick-center .partners__client__pic img,
	.slick-active.slick-center .partners__client__pic {
		width: 110px;
		height: 110px;
		opacity: 1;
	}
	.partners__client__item .partners__client__pic {
		width: 110px;
		height: 110px;
		opacity: 0;
	}
	.partners__carousel:after {
		left: calc(50% - 70px);
		bottom: -80px;
		width: 140px;
		height: 140px;
	}
	.partners__carousel button.slick-arrow {
		left: 10px;
		height: 40px;
		width: 40px;
	}
	.partners__carousel button.slick-arrow.slick-next {
		left: auto;
		right: 10px;
	}
	.partners__client .slick-slide {
		padding-top: 30px;
	}
	.about .section-title h2 {
		font-size: 28px;
		line-height: 45px;
	}
	.footer__top__text h2 {
		font-size: 32px;
	}

	.st  h1 {
		font-size: 40px;
		line-height: 45px;
		padding-top: 35px;
	}
	.st h2 {
		font-size: 19px;
		line-height: 22px;
	}
}
