@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
	color: var(--secondary, #A0A7AD);
	font-family: Alexandria;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
b, strong {
	font-weight: bold;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.text-center { text-align: center; }
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p {
  margin: 0 0 25px;
}
.list-unstyled {
	list-style: none;
	padding: 0;
}
.list-unstyled li {
	display: block;
	margin: 0;
}
.list-inline {
	list-style: none;
	padding: 0;
}
.list-inline li {
	display: inline-block;
	margin: 0;
}
.list-inline li:not(:last-child) {margin-right: 20px;}
ul, ol {
  margin: 0 0 30px;
}
ul *, ol * {
  vertical-align: top;
}
li {
	margin: 0 0 25px;
}
td, th {
	margin: 0 0 25px;
}
a {
  color: #2c3e50;
  text-decoration: none;
}
a:hover, a:focus {
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}

h1, .h1-style {
	color: #FFF;
	font-family: Alexandria;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 15.12px;
	text-transform: uppercase;
	margin: 0 0 25px;
}
h2 {
	color: #2C3E50;
	font-family: Alexandria;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 25px;
}
h2 span {
	display: block;
	color: var(--secondary, #A0A7AD);
	font-family: Alexandria;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 8.82px;
	text-transform: uppercase;
}
h3 {
  color: var(--main, #2C3E50);
  font-family: Alexandria;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}
h4 {
  color: var(--main, #2C3E50);
  font-family: Alexandria;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0;
}
.menu.active {
  opacity: 1;
  animation: fadeInDown .6s both;
}
.menu > .container {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.menu.behaved > .container {
  position: static;
  justify-content: end;
}
.customize-support .menu {
   /* top: 32px; */
}
.menu.actived:before {
  top: -43px;
}
.menu.actived:behaved {
  top: -200px;
}
.menu .logo-nav {
  display: block;
  max-width: 113px;
  transition: all .3s ease;
}
.menu .logo-nav img.logo-home {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.menu .logo-nav:hover { opacity: .9!important }
.menu .logo-nav img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu.actived .logo-nav {}
.menu.behaved .logo-nav {
 opacity: 0;
 top: -150px;
 position: absolute;
 text-align: right;
}
.menu > div {
  position: relative;
  max-width: 100%;
  padding: 27px 54px 21px;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}

.menu > div .navigation {
  display: block;
  background: none;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  margin: 29px 0;
  float: right;
  width: 24px;
  margin-right: 38px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 22px 0;
  margin-right: 24px;
  top: 0;
  width: 24px;
}
.menu.behaved > div .navigation:hover {
	color: #fff;
}
/*
.menu > div a.navigation > .txt {
	position: absolute;
	right: 100%;
	top: -1px;
	margin-right: 6px;
}
.menu > div a.navigation > .txt:before {
  content: 'Menu';
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  text-transform: lowercase;
  top: -2px;
}
.menu.behaved > div a.navigation > .txt:before {color: #fff;}
*/
.menu > div a.navigation > .bar {
  position: absolute;
  left: 0;
  width: 24px;
  height: 3px;
  border-radius: 32px;
  background-color: #fff;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.menu.behaved > div a.navigation > .bar {
  background-color: #fff;
  width: 17px;
}
.menu > div a.navigation > span:first-child {
  top: 0px;
}
.menu > div a.navigation > span:nth-child(2) {
  top: 8px;
}

.menu > div a.navigation > span:nth-child(3) {
  top: 16px;
}
.menu > div a.navigation.behaved > span:first-child {
  top: 7px;
  transform: rotate(135deg);
}
.menu > div a.navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.navigation.behaved > span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}

.navigation-overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 100%;
  padding: 110px 35px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  transition: right .6s ease;
  background: rgba(44, 62, 80, 0.90);
}
.navigation-overlay.behaved {
  right: 0;
}
.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.navigation-overlay.behaved > ul {
  opacity: 1;
}
.navigation-overlay > ul > li {margin-bottom: 50px!important;}
.navigation-overlay > ul > li > a {
	background: none;
	color: #FFF;
	font-family: Alexandria;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 15.12px;
	text-transform: uppercase;
}
.navigation-overlay > ul > li > a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > a:hover {
	color: #c1c7e3;
}
.navigation-overlay > ul > li > a:focus {
  color: #c1c7e3;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:focus span {
  border-color: #a1a7c6;
}
.navigation-overlay > ul > li > a i {
	float: right;
}
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #c1c7e3;
}
.navigation-overlay > ul > li.current-menu-item > a > span,
.navigation-overlay > ul > li.current-menu-ancestor > a > span {
	border-color: transparent
}
.navigation-overlay > ul > li ul {
  display: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.navigation-overlay > ul > li > ul li {margin-bottom: 20px!important;}
.navigation-overlay > ul > li > ul li a {
  color: #FFF;
	font-family: Alexandria;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
  background: none;
}
.navigation-overlay > ul > li > ul li a span {
	border-bottom: solid 2px transparent;
}
.navigation-overlay > ul > li > ul li a:hover {
  text-decoration: none;
  color: #cce6ff;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #cce6ff;
}
.navigation-overlay > ul > li > ul li a:focus span {
	border-color: #cce6ff;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #a5c9eb;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a span {
	border-color: transparent;
}
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  position: relative;
  top: 5px;
  margin-right: 5px;
  font-size: .7em;
}
.navigation-overlay > ul > li > a .fal  {
	display: none
}


body.behaved {
  overflow: hidden;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1350px) {
	.menu div > ul.collapse-menu > li:not(:last-child) {}
	.menu div > ul.collapse-menu > li {}
}
@media (min-width: 911px) {
  /*============== TOP ================*/
  /*.menu .navigation,
  .navigation-overlay {
    display: none !important;
  }*/
}
@media (max-width: 910px) {
  h1 > span, .h1-style > span {}
  /*============== TOP ================*/
  body.actived {
    overflow: auto !important;
  }
  .menu .logo-nav {}
  .menu > div .navigation {
	  margin: 10px 0;
	  margin-right: 0;
	}
	.navigation-overlay > ul > li > a,
	.navigation-overlay > ul > li > ul li a {
		font-size: 20px;
		letter-spacing: 11px;
	}
	.navigation-overlay > ul > li > ul li a {
		letter-spacing: 2px;
	}
}
@media (max-width: 650px) {
  /*============== TOP NAV ================*/
  .menu.behaved > div .navigation {
  	width: 24px;
  	padding: 0;
  	margin-right: 0;
  }
  .navigation-overlay > ul > li > a {}  
  .navigation-overlay > ul > li > ul > li a {}
}
@media (max-width: 910px) {
  .customize-support .menu {
    top: 32px;
  }
  .customize-support .navigation-overlay {
    margin-top: 34px;
  }
}
@media (max-width: 782px) {
	.menu .logo-nav {
		max-width: 73px;
	}
	.navigation-overlay > ul > li > a,
	.navigation-overlay > ul > li > ul li a {
		font-size: 18px;
		letter-spacing: 8px;
	}
	.navigation-overlay > ul > li > ul li a {
		letter-spacing: 1px;
	}
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .navigation-overlay {
    margin-top: 46px;
  }
}
@media (max-width: 600px) {
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .navigation-overlay {
    margin-top: 46px;
  }
}

/*=============================================================================================================*/
/*=========================================== MAIN BNNER ======================================================*/
/*=============================================================================================================*/
.main-banner {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding: 92px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-banner span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner span.parallax:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  opacity: .8;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.65) 80%,rgba(0,0,0,0.95) 100%);
}
.main-banner .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main-banner .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.main-banner .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main-banner > .container,
.main-banner > .container-fluid {
  position: relative;
  opacity: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.main-banner.active > .container,
.main-banner.active > .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

.main-banner h1,
.main-banner h2,
.main-banner h3,
.main-banner p,
.main-banner li,
.main-banner a {color: #fff;}
.main-banner h1 {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0 0 20px;
}
.main-banner h1 > span {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0;
}


@media (max-width: 1400px) {
}
@media (max-width: 991px) {
	.main-banner {padding: 78px 0;height: 400px;}
}
@media (max-width: 900px) {
	.main-banner {padding: 41px 0;}
}
@media (max-width: 768px) {
  .main-banner .banner-video-iframe {
    display: none;
  }

}
@media (max-width: 650px) {
	.main-banner {}
}

/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 800px;
  color: #f9f9f9;
  border: 1px solid var(--main, #2C3E50);
  background: var(--main, #2C3E50);
  backdrop-filter: blur(2px);
  padding: 15px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  color: var(--main, #2C3E50);
  background-color: transparent;
  border-color: var(--main, #2C3E50);
  text-decoration: none;
}
.btn-layout.white {
  color: var(--main, #2C3E50);
  background-color: #f9f9f9;
  border: solid 1px #f9f9f9;
}
.btn-layout.white:hover,
.btn-layout.white:focus {
  color: #f9f9f9;
  background-color: var(--main, #2C3E50);
  border-color: var(--main, #2C3E50);
  text-decoration: none;
}
.btn-layout.hollow {
  color: var(--main, #2C3E50);
  background-color: transparent;
  border-color: var(--main, #2C3E50);
}
.btn-layout.hollow:hover,
.btn-layout.hollow:focus {
  color: #f9f9f9;
  background-color: var(--main, #2C3E50);
  border-color: var(--main, #2C3E50);
  text-decoration: none;
}
.btn-layout.white.hollow {
  color: #f9f9f9;
  background-color: transparent;
  border-color: #f9f9f9;
}
.btn-layout.white.hollow:hover,
.btn-layout.white.hollow:focus {
  color: var(--main, #2C3E50);
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  text-decoration: none;
}
.btn-layout.small {
  padding: 8px 15px;
  text-align: center;
}
.btn-layout .fa-light,
.btn-layout .fa-regular,
.btn-layout .fa-solid {
	font-size: .9em;
}

/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_wrapper.gravity-theme .gf_progressbar_blues {
	border-radius: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blues {
    background: linear-gradient(270deg, #77a046 0, #9CD25B 100%);
    color: #fff;
	border-radius: 0;
}
.section-white .gform_wrapper {
	max-width: 922px;
	margin: auto;
}
.section-white .gform_wrapper form {
}
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  color: var(--secondary, #A0A7AD)!important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 600!important;
  line-height: normal!important;
  margin: 0;
  margin-bottom: 3px;
  text-transform: unset;
}
input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
input[type='number'], 
input[type='date'], 
textarea, 
select {
  font-family: Alexandria;
  width: 100%;
  height: 55px;
  border-radius: 6px;
  border: 1px solid var(--secondary, #A0A7AD);
  background: #fff;
  padding: 0 17px;
  color: var(--secondary, #A0A7AD);
  font-size: 16px!important;
}
textarea {
  padding: 12px 17px;
  border-radius: 6px;
  min-height: 120px;
}
.gform_wrapper .gform_footer input.button:after, 
.gform_wrapper .gform_footer input[type=submit]:after,
.gform_wrapper .gform_page_footer input.button:after, 
.gform_wrapper .gform_page_footer input[type=submit]:after {
	content: '';
	background: url(../img/arrow-right.svg);
	width: 34px;
	height: 21px;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 600!important;
  line-height: normal;
  border-radius: 800px;
  color: #f9f9f9;
  border: 1px solid var(--main, #2C3E50);
  background: var(--main, #2C3E50);
  backdrop-filter: blur(2px);
  padding: 15px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: var(--main, #2C3E50);
  background-color: transparent;
  border-color: var(--main, #2C3E50);
  text-decoration: none;
}
.gform_wrapper .gform_footer input.button:active, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:active, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:active, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:active, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
	transform: scale(.9);
}

/*===========================================================================================================*/
/*=========================================== HOME ==========================================================*/
/*===========================================================================================================*/
.home-overlay {
  position: fixed;
  z-index: 99;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #2C3E50;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-overlay .container {
  opacity: 0;
}
.home-overlay.active .container {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.home-overlay h1 {
  color: #FFF;
  text-align: center;
  font-family: Alexandria;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 7.84px;
  text-transform: uppercase;
}
.home-overlay h1 img {
	margin: 35px 0;
}
.home-overlay h1 span {
  display: block;
}
.home {
    position: relative;
}
.home:before,
.home:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	opacity: .8;
}
.home:before {
	top: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.85+0,0.65+29,0+100 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.65) 29%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.home:after {
	bottom: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+71,0.85+100 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 71%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.home .container {
  opacity: 0;
  position: absolute;
  z-index: 3;
  left: 20px;
  right: 20px;
  bottom: 40px;
}
.home.active .container {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.home h2 {
  color: #FFF;
  text-align: center;
  font-family: Alexandria;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 12.6px;
  text-transform: uppercase;
}
@media (max-width: 760px) {
	.home h2 {
		font-size: 4vw;
		letter-spacing: 1.3vw;
	}
	.home .container {bottom: 40%;}

.home:after {
	/* bottom: 325px; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+71,0.85+100 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 71%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: 100%;
}

}

/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  padding: 50px 0;
}
.section-white.grey {
  background: #F9F9F9;
}
.section-white > .container,
.section-white > .container-fluid {
  opacity: 0;
}
.section-white > .container,
.section-white > .container-fluid {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

/* Container */
.container,
.container-lg {
	margin: auto;
	max-width: 100%;
	padding: 0 20px;
}
.container {
	max-width: 1140px;
}
@media (min-width: 1920px) {
	.container {
	    max-width: 1440px;
	}
}

/* Columns Even */
.columns-even.image-side img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.columns-even {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (min-width: 580px) {
  .columns-even {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .columns-even .col { 
    width: 100% 
  }
  .columns-even.x3 {
	flex-wrap: wrap;
  }
  .columns-even.image-side {
	  align-items: center;
  }
  .columns-even.image-side .col {
	  height: 100%;
  }
  .columns-even.x3 .col {
	width: calc(50% - 10px);
  }
}
@media (min-width: 769px) { 
  .columns-even.x3 .col {
	width: calc(33.3333% - 20px);
  }
}
@media (max-width: 768px) {
	.columns-even.reverse {
	    display: flex;
		flex-direction: column-reverse;
	}
	.columns-even img {
		margin: 0 0 30px;
	}
}

/* Image Row */
.image-row {
  margin: 50px 0;
}
.image-row .bnn {
	display: block;
	height: 100%;
}
.image-row .bnn img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.image-row .columns-even .col:first-child img { border-radius: 10px 10px 0 0; }
.image-row .columns-even .col:last-child img { border-radius: 0 0 10px 10px; }
@media (min-width: 769px) {
  .image-row .columns-even .col:first-child img { border-radius: 10px 0 0 10px; }
  .image-row .columns-even .col:last-child img { border-radius: 0 10px 10px 0; }
}
@media (max-width: 768px) {
	.image-row { margin: 0 0; }
	.image-row .columns-even { gap: 10px }
	.image-row .columns-even img { margin: 0 0; }
}

/* Slider fade */
.slider {
	position: relative;
	width: 100vw;
	height: 100vh;
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide.active {
	opacity: 1;
	z-index: 1;
}

/* Parallax Section */
.parallax-section {
	position: relative;
	overflow: hidden;
	padding: 150px 0;
	color: #fff;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
.parallax-section .parallax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background: #000;
}
.parallax-section .parallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .4;
}
.parallax-section h2,
.parallax-section h3,
.parallax-section h4,
.parallax-section h5 { color: #fff }
.parallax-section > .container,
.parallax-section > .container-lg {
  position: relative;
  opacity: 0;
}
.parallax-section.active > .container,
.parallax-section.active > .container-lg {
  opacity: 1;
  animation: fadeIn 1.2s both;
}

/* CTA's */
.cta {
	display: block;
	position: relative;
	padding-bottom: 68%;
	border-radius: 10px;
	overflow: hidden;
	min-height: 260px;
}
.cta .bnn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.cta .bnn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .4;
}
.cta .info {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cta .info h3 {
	color: #FFF;
	text-align: center;
	font-family: Alexandria;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin: 0 0 20px;
}
.cta .info h3 span {
	display: block;
	color: #FFF;
	text-align: center;
	font-family: Alexandria;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 7px;
}
.cta.overlay {
	border-radius: 0;
	padding-bottom: 150%;
}
.cta.overlay .bnn {
	background-color: rgb(82 104 126);
}
.cta.overlay .bnn img {
	opacity: 1;
	transition: opacity .3s ease;
}
.cta.overlay:hover .bnn img {
	opacity: .3;
}
.cta.overlay .overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity .3s ease;
}
.cta.overlay:hover .overlay {
	opacity: 1;
}
.cta.overlay .overlay h3 {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.cta .btn-layout:hover,
.cta .btn-layout:focus {
  color: var(--main, #f9f9f9);
  background-color: transparent;
  border-color: var(--main, #f9f9f9);
  text-decoration: none;
}
/*=========================================== Services Section ==============================================*/
.services-section {
  text-align: center;
  padding: 50px 0;
}
.services-section > .container {
  position: relative;
  opacity: 0;
  max-width: 1440px;
}
.services-section.active > .container {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.services-section .columns-even {
	gap: 20px;
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  padding: 50px 0;
  text-align: center;
}
.footer .container {
  opacity: 0;
}
.footer.active .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.footer .logo-footer {
	display: inline-block;
	margin: 0 0 50px;
}
.footer .navigations {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.footer .footer-nav {
	margin: 0 0 50px;
}
.footer .footer-nav li {
	letter-spacing: 7.84px;
	text-transform: uppercase;
}
.footer .footer-nav li a {
	display: block;
	position: relative;
	padding: 0 0 5px
}
.footer .footer-nav li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.footer .footer-nav li:hover a:after,
.footer .footer-nav li:hover a:after {
 left: 0;
 right: unset;
 width: 100%;
 background-color: #2c3e50;
}
.footer .social-nav {
	margin: 0 0 50px;
}
.footer .social-nav li:not(:last-child) {
	margin-right: 5px
}
.footer .social-nav li a {
	display: block;
	position: relative;
	padding: 0 0 5px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer .social-nav li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.footer .social-nav li:hover a:after,
.footer .social-nav li:hover a:after {
 left: 0;
 right: unset;
 width: 100%;
 background-color: #2c3e50;
}
.footer .columns-even {
	justify-content: center;
	max-width: 821px;
	margin: 0 auto;
}
.footer .columns-even .col {
	margin: 0 0 50px;
}
.footer .columns-even .col .icon {
	display: block;
	margin: 0 0 10px;
	color: var(--main, #2C3E50);
}
.footer .columns-even .col ul {
	margin: 0 0;
}
.footer .columns-even .col li {
	display: block;
	margin: 0 0 10px;
}
.footer a {
	color: var(--secondary, #A0A7AD);
}
.footer a:hover,
.footer a:focus {
	color: #2c3e50;
}
.copy {
	margin: 0;
}
.copy a {
	text-decoration: underline;
}
.copy a:hover,
.copy a:focus {
	text-decoration: none;
}

@media (max-width: 1400px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.footer .navigations {
		flex-direction: column;
		gap: 0;
		margin: 0 0 20px;
	}
	.footer .columns-even {
		margin: 0 0 30px;
	}
	.footer .columns-even .col {
		margin: 0 0 0;
	}
	.footer .navigations > ul {
		margin: 0 0 20px;
	}
	.footer .container-lg {
		flex-direction: column;
		gap: 20px;
	}
	.footer .logo-nav { max-width: 200px }
	h1, .h1-style {
		font-size: 24px;
	}
	h2 {}
	h3 {}
	h4 {}
	p, li, td, th, label {}
	.btn-layout {}
}
@media (max-width: 560px) {}



/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-webkit-transform: translateY(-20%);
		-o-webkit-transform: translateY(-20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-webkit-transform: translateY(20%);
		-o-webkit-transform: translateY(20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(20%);
		-webkit-transform: translateX(20%);
		-moz-transform: translateX(20%);
		-o-transform: translateX(20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
