@charset "UTF-8";
/* __              _                           __
  / /  __ ____ _  (_)__  ___ ___ _______ ___  / /_
 / /__/ // /  ' \/ / _ \/ -_|_-</ __/ -_) _ \/ __/
/____/\_,_/_/_/_/_/_//_/\__/___/\__/\__/_//_/\__/  D I G I T A L


Theme URI:	http://www.projecturl.com/
Author: 	Luminescent Digital
Version:	1.0
Date:		05-01-2021

*/
/* ==========================================================================
   Reset
   ========================================================================== */
::-moz-selection {
  background: #404041;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #404041;
  text-shadow: none;
  color: #ffffff;
}

html, body {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
}

body, p {
  line-height: 24px;
}

ul {
  list-style: none;
  margin: 0;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

*:focus,
a:focus,
a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

figure {
  line-height: 0;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

img {
  display: inline-block;
  max-width: 100%;
}

address {
  margin-bottom: 0;
}

/* -----------------------------------------
   TYPOGRAPHY
----------------------------------------- */
@font-face {
  font-family: 'Gotham-Bold';
  src: url("fonts/Gotham-Bold.eot");
  src: local("☺"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot");
  src: local("☺"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.eot");
  src: local("☺"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GESSTwo';
  src: url("../fonts/GESSTwoMedium-Medium.eot");
  src: url("../fonts/GESSTwoMedium-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GESSTwoMedium-Medium.woff2") format("woff2"), url("../fonts/GESSTwoMedium-Medium.woff") format("woff"), url("../fonts/GESSTwoMedium-Medium.ttf") format("truetype"), url("../fonts/GESSTwoMedium-Medium.svg#GESSTwoMedium-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html, body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body, p {
  font-family: "Gotham-Book", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.3;
}

h1 {
  font-weight: 800;
  margin: 0;
  font-size: 36px;
  padding: 0 0 15px;
}

h2 {
  font-weight: 800;
  margin: 0;
  font-size: 24px;
  padding: 0 0 15px;
}

h3 {
  font-weight: 800;
  margin: 0;
  font-size: 16px;
  padding: 0 0 15px;
}

h4 {
  font-weight: 800;
  margin: 0;
  font-size: 16px;
  padding: 0 0 15px;
}

h5 {
  font-weight: 800;
  margin: 0;
  font-size: 14px;
  padding: 0 0 15px;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 800;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  font-style: italic;
}

/*  ==========================================================================
	Form Controls
	========================================================================== */
input,
select,
textarea {
  font-size: 14px;
  color: #4c4c4c;
  padding: 8px 12px;
  border: solid 1px #cdcdcd;
}

textarea {
  height: auto;
  padding: 12px;
  resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  display: block;
  width: 100%;
  min-height: 40px;
}

input[type="checkbox"] {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: solid 1px #d7d7d7;
  margin: 0 5px 0;
  background: #fff;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

input[type="checkbox"]:hover:before,
input[type="checkbox"]:checked:before {
  content: "";
  font-size: 14px;
  line-height: 18px;
  left: 1px;
  text-align: center;
  width: 20px;
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #86c6b1;
}

input[type="checkbox"]:checked:before {
  color: #00a79d;
}

input[type="radio"] {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: solid 1px #d7d7d7;
  margin: 0 5px 0;
  background: #fff;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"]:hover:before,
input[type="radio"]:checked:before {
  content: "\2022";
  font-size: 17px;
  line-height: 18px;
  left: 1px;
  text-align: center;
  width: 20px;
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type="radio"]:checked:before {
  color: #00a79d;
}

input[type="file"] {
  height: auto;
  padding: 12px;
}

/*input.button[type="submit"],
input.button[type="button"]{
	width:auto;
}
*/
label {
  display: block;
  padding-top: 8px;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

:-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.nopadding {
  padding: 0;
}

.formRow {
  margin-bottom: 18px;
  position: relative;
}
.formRow label {
  margin: 0;
  padding: 5px 0 0 15px;
  font-size: 10px;
  line-height: 1;
}
.formRow.formSubmit {
  margin-bottom: 0;
}
.formRow.error:before, .formRow .error:before, .formRow.success:before, .formRow .success:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 3px;
  top: 3px;
  z-index: 10;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  font-family: 'fontname' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.formRow.error label, .formRow .error label {
  color: #dd5044;
}
.formRow.error:before, .formRow .error:before {
  content: "\e905";
  color: #dd5044;
}
.formRow.success label, .formRow .success label {
  color: #fff36e;
}
.formRow.success:before, .formRow .success:before {
  content: "\e904";
}

.form-control {
  color: #444;
  border: 1px solid #cbc6c9;
  background: transparent;
  box-shadow: none;
  padding: 12px;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-control:focus {
  border: 1px solid #cbc6c9;
  background-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/*  Custom Upload  */
.upload {
  position: relative;
}
.upload input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 50;
  opacity: 0;
}

.general-label {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
  margin: 0;
}

.input-wrapper {
  position: relative;
}
.input-wrapper input[type=text], .input-wrapper input[type=email], .input-wrapper input[type=password] {
  display: block;
  height: 45px;
  border: 0;
  padding: 10px;
  font-size: 12px;
  width: 100%;
  letter-spacing: 1px;
  color: #4e4c4c;
  font-family: "Gotham-Book", sans-serif;
}
.input-wrapper .error-text {
  font-size: 12px;
  color: #ea344a;
  font-weight: 300;
}
.input-wrapper.input-error .error-text {
  display: block;
}
.input-wrapper.input-error input {
  border: 1px solid #ea344a;
}
.input-wrapper input[type=text]:disabled, .input-wrapper input[type=password]:disabled, .input-wrapper input[type=email]:disabled {
  background-color: #e3e4e5;
  color: #9b9b9b;
  cursor: not-allowed;
}

/* -- Common Layout elements -- */
/* -----------------------------------------
   Bootstrap Overrides
----------------------------------------- */
/* -----------------------------------------
   Header Styles
----------------------------------------- */
header .logo {
  display: block;
  position: fixed;
  left: 100px;
  top: 50px;
  width: 70px;
  cursor: pointer;
  z-index: 110;
}
header .logo a {
  width: 60px;
  display: block;
}
header .logo a img {
  width: 100%;
  height: 100%;
}
header .logo .logo-menu {
  display: none;
}
header .lang {
  display: block;
  position: fixed;
  z-index: 10;
  right: 170px;
  top: 75px;
  cursor: pointer;
}
header .lang a {
  font-size: 26px;
  color: #999;
  font-family: GESSTwo;
}
header.navOpen .lang {
  z-index: 110;
}
header.navOpen .lang a {
  color: #ffffff;
}
header.navOpen .logo {
  z-index: 110;
}
header.navOpen .logo .logo-main {
  display: none;
}
header.navOpen .logo .logo-menu {
  display: block;
}

/* -----------------------------------------
Footer page Styles
----------------------------------------- */
/* -----------------------------------------
   Navigation
----------------------------------------- */
body.home header {
  display: none;
}
body.home header.showHeader {
  display: block;
}

header.showHeader {
  display: block;
}
header nav {
  background-color: #00ce7c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  /*transition:all 0.3s ease-in-out;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: -231px;
  position: absolute;
  left: 50%;
  top: 50%;
  /*transition:all 0.3s ease-in-out;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}
header nav ul li {
  transform: translateY(50px);
  opacity: 0;
}
header nav ul li a {
  display: block;
  font-size: 2.5625em;
  line-height: 38px;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  /*transition:all 0.2s ease-in-out;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.toggle-btn {
  display: block;
  position: fixed;
  z-index: 10;
  right: 100px;
  top: 60px;
  cursor: pointer;
}
.toggle-btn .bar {
  width: 40px;
  height: 4px;
  margin: 0 0 6px;
  background-color: #00ce7c;
  /*transition:all 0.3s ease-in-out;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle-btn .bar:nth-child(3) {
  width: 30px;
}

#toggle:checked ~ nav {
  opacity: 1;
  visibility: visible;
}
#toggle:checked ~ nav ul {
  /*top:70px;*/
}
#toggle:checked ~ nav ul li {
  transform: translateY(0px);
  opacity: 1;
}
#toggle:checked ~ nav ul li:nth-child(1) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
#toggle:checked ~ nav ul li:nth-child(2) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
#toggle:checked ~ nav ul li:nth-child(3) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
#toggle:checked ~ nav ul li:nth-child(4) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}
#toggle:checked ~ nav ul li:nth-child(5) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
}
#toggle:checked ~ nav ul li:nth-child(6) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
}
#toggle:checked ~ nav ul li:nth-child(7) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.7s;
}
#toggle:checked ~ nav ul li:nth-child(8) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.8s;
}
#toggle:checked + label.toggle-btn {
  z-index: 110;
}
#toggle:checked + label.toggle-btn .bar {
  margin: 7px auto;
  width: 40px;
  background-color: #ffffff;
}
#toggle:checked + label.toggle-btn .bar:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
}
#toggle:checked + label.toggle-btn .bar:nth-child(1) {
  transform: translateY(14px) rotate(45deg);
}
#toggle:checked + label.toggle-btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* -----------------------------------------
  Elements appears in general
----------------------------------------- */
.clearfix:before,
.clearfix:after,
.home-navigation:before {
  content: " ";
  display: table;
  clear: both;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

.clr, .clear {
  clear: both;
}

button:focus {
  outline: none !important;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

hr {
  border-top: 1px solid #bbb;
  margin: 15px 0;
}

p:empty {
  padding: 0 !important;
  margin: 0 !important;
}

.wd-50 {
  width: 50% !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

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

.my-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.py-30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.py-35 {
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.py-40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.my-40 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.py-45 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.my-45 {
  margin-bottom: 45px !important;
  margin-top: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.py-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.my-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

.py-6, .pb-6 {
  padding-bottom: 4.5em !important;
}

.py-6, .pt-6 {
  padding-top: 4.5em !important;
}

.p-6 {
  padding: 4.5em !important;
}

.px-6, .pl-6 {
  padding-left: 4.5em !important;
}

.px-6, .pr-6 {
  padding-right: 4.5em !important;
}

.no-text-decoration {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.bold {
  font-weight: bold !important;
}

.custom-select {
  padding: 0 25px;
  min-width: 150px;
  height: 50px;
  text-align: center;
  border: 3px solid #86c6b1;
  position: relative;
  border-radius: 0;
}
.custom-select:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #86c6b1 transparent transparent transparent;
  pointer-events: none;
  background-color: #fff;
}
.custom-select select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding: 0;
  cursor: pointer;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #20419a;
  height: 100%;
  background-color: #fff;
  font-weight: bold;
  width: 100%;
}
.custom-select select option {
  text-align: center;
}

.common-btn {
  display: inline-block;
  padding: 8px 20px;
  border: 3px solid #86c6b1;
  color: #666;
  box-shadow: none;
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  min-width: 140px;
  width: auto;
}
.common-btn:hover {
  color: #666;
}

.theme-btn {
  color: #fff;
  border: 3px solid #fff;
  padding: 10px 20px;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  -webkit-text-size-adjust: none;
}
.theme-btn:hover {
  color: #fff;
}

/* -- Common Components -- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 20;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'slick';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}

[dir='rtl'] .slick-prev {
  left: 25px;
}

.slick-prev:before {
  content: '\2190';
  font-size: 32px;
}

[dir='rtl'] .slick-prev:before {
  content: '\2192';
}

.slick-next {
  right: 25px;
}

[dir='rtl'] .slick-next {
  right: 25px;
}

.slick-next:before {
  content: '\2192';
  font-family: 'slick';
  font-size: 32px;
}

[dir='rtl'] .slick-next:before {
  content: '\2190';
  font-family: 'slick';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.fancybox-skin {
  background: #ffffff;
  border: solid 2px #00cb82;
}

.fancybox-type-iframe .fancybox-inner {
  height: 545px !important;
}

.fancybox-close {
  top: 0;
  right: 0;
}

/* -- Pages -- */
/* -----------------------------------------
   home Page
----------------------------------------- */
section, footer {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.intro, .project-banner {
  height: 100vh;
}

.intro .logo {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 700px;
  padding: 20px;
}
.intro .bg-intro {
  height: 100%;
  width: 100%;
  background: #00afb6;
  background: -moz-linear-gradient(40deg, #00afb6 0%, #00cb82 100%);
  background: -webkit-linear-gradient(40deg, #00afb6 0%, #00cb82 100%);
  background: linear-gradient(40deg, #00afb6 0%, #00cb82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00afb6",endColorstr="#00cb82",GradientType=1);
}
.intro .dwn-arrow {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 50px;
  position: absolute;
  display: none;
}
.intro .anim {
  animation: MoveUpDown 1s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 50px;
  }
  50% {
    bottom: 60px;
  }
}
.banner {
  background: #f4f4ef;
}
.banner h2, .banner h3, .banner h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  background: #00afb6;
  background: -moz-linear-gradient(45deg, #00afb6 0%, #00cb82 100%);
  background: -webkit-linear-gradient(45deg, #00afb6 0%, #00cb82 100%);
  background: linear-gradient(45deg, #00afb6 0%, #00cb82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00afb6",endColorstr="#00cb82",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner h2 {
  font-size: 50px;
  font-weight: normal;
}
.banner h3 {
  font-weight: 700;
  font-size: 68px;
}
.banner h4 {
  font-size: 35px;
  font-weight: normal;
}
.banner .banner-slider {
  width: 100%;
  min-height: 100vh;
}
.banner .banner-slider div.slick-slide {
  width: 100%;
  min-height: 100vh;
  background: #f4f4ef;
}
.banner .banner-slider div.slick-slide .slider-content {
  width: 100%;
  min-height: 100vh;
}
.banner .banner-slider div.slick-slide .slider-content img {
  max-width: 600px;
}

.service .row {
  min-height: 100vh;
}
.service .bg-service {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url("../images/bg-service.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.service h2 {
  font-size: 44pt;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.3;
}
.service p {
  font-size: 14pt;
  color: #ffffff;
  margin: 0 0 20px;
  padding-right: 15%;
  line-height: 1.3;
}
.service p.highlight {
  font-size: 16pt;
  min-height: 125px;
  font-family: "Gotham-Medium", sans-serif;
}

.projects {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  height: auto;
  position: relative;
}
.projects .grid-item {
  margin-bottom: 14px;
  padding-right: 7px;
  padding-left: 7px;
}
.projects .grid-item img {
  width: 100%;
}
.projects .pro-details {
  height: 100%;
  position: relative;
}
.projects .pro-details .overlay-url {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.projects .pro-details .pro-content:hover {
  opacity: 1;
}
.projects .pro-content {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00ce7c;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.projects .pro-content h2 {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  line-height: 1;
  font-size: 32pt;
  color: #ffffff;
  font-weight: normal;
}
.projects .pro-content h3 {
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
  line-height: 1;
  font-size: 19pt;
  color: #ffffff;
  font-weight: normal;
}
.projects .pro-content a.cta {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 30px;
  border: solid 1px #ffffff;
  border-radius: 30px;
}

.download .col-sm-12 {
  /*min-height: 100vh;*/
}
.download .download-content h1 {
  font-size: 40pt;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin: 0 0 140px;
}
.download .download-content h2 {
  font-size: 28pt;
  line-height: 1;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}
.download .download-content h3 {
  font-size: 44pt;
  line-height: 60px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  font-family: "Gotham-Medium", sans-serif;
}
.download .download-content h3 a {
  font-weight: normal;
  color: #ffffff;
}
.download .bg-download {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #00afb6;
  background: -moz-linear-gradient(90deg, #00afb6 0%, #00cb82 100%);
  background: -webkit-linear-gradient(90deg, #00afb6 0%, #00cb82 100%);
  background: linear-gradient(90deg, #00afb6 0%, #00cb82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00afb6",endColorstr="#00cb82",GradientType=1);
}

.team h2 {
  font-size: 40pt;
  font-weight: normal;
  margin: 0 0 50px 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  color: #00ce7c;
}
.team .team-slider img {
  padding-right: 8px;
  padding-left: 8px;
}
.team .team-slider .slick-current img {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.team .team-slider .slick-current + .slick-active + .slick-active + .slick-active img {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.team .team-slider .slick-prev, .team .team-slider .slick-next {
  top: 37%;
  height: 35px;
}
.team .team-slider .slick-prev:before, .team .team-slider .slick-next:before {
  content: "";
  width: 17px;
  height: 35px;
  background: url("../images/arrow.png") no-repeat center center;
  background-size: contain;
  display: block;
}
.team .team-slider .slick-prev {
  left: -50px;
}
.team .team-slider .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.team .team-slider .slick-next {
  right: -50px;
}
.team .team-slider h4 {
  color: #00ce7c;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 15pt;
  font-weight: normal;
}
.team .team-slider p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12pt;
}
.team .team-slider .mail {
  width: 25px;
  height: 27px;
  background: url(../images/mail-icon.png);
  display: inline-block;
  border: none;
  text-indent: -9999px;
  margin: 10px 0 0;
  background-size: contain;
}
.team .team-slider .mail:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

footer {
  background: #003e4d;
  background: -moz-linear-gradient(90deg, #003e4d 0%, #007c84 100%);
  background: -webkit-linear-gradient(90deg, #003e4d 0%, #007c84 100%);
  background: linear-gradient(90deg, #003e4d 0%, #007c84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e4d",endColorstr="#007c84",GradientType=1);
}
footer h3 {
  margin: 0;
  line-height: 1;
  font-size: 40pt;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 130px;
}
footer h2 {
  margin: 0 0 40px 0;
  font-size: 44pt;
  text-align: center;
  color: #00ce7c;
  font-family: "Gotham-Medium", sans-serif;
  text-align: center;
  font-weight: normal;
}
footer .contact {
  text-align: center;
}
footer .contact h4 {
  font-size: 12pt;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 5px;
  padding: 0;
}
footer .contact h4 span {
  font-weight: bold;
}
footer .contact h3 {
  margin: 0;
  padding: 0;
  font-size: 22pt;
  color: #00ce7c;
  /*text-align: left;*/
  font-weight: 700;
  font-family: "Gotham-Medium", sans-serif;
}
footer .contact p, footer .contact a, footer .contact address {
  font-size: 11pt;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
footer .contact h5 {
  font-size: 14pt;
  color: #00ce7c;
  margin: 20px 0 0 0;
  padding: 0;
}
footer .contact .location {
  display: block;
  margin: 50px 0 0 0;
}
footer .contact .mail {
  width: 35px;
  height: 37px;
  background: url(../images/mail-icon.png);
  display: inline-block;
  border: none;
  text-indent: -9999px;
  margin: 30px 0 0;
}
footer .contact .mail:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/* -----------------------------------------
   Project details Page
----------------------------------------- */
.project-banner .bg-pro-banner {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main {
  height: 100%;
  padding: 50px 0 30px;
}
.main .title h1 {
  text-align: center;
  color: #00ce7c;
  position: relative;
  line-height: 1;
  padding: 0 0 20px;
  margin: 0 0 30px;
  font-size: 28pt;
}
.main .title h1:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #00ce7c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.main .title h3 {
  text-align: center;
  color: #111c4e;
  font-size: 18pt;
}
.main .content p {
  text-align: center;
  padding: 0 10% 20px 10%;
  color: #111c4e;
  font-size: 18pt;
}
.main .pro-gallery {
  margin-top: 50px;
  justify-content: center;
}
.main .pro-gallery figure {
  margin: 0 0 30px 0;
  padding: 0;
}
.main .pro-gallery figure img {
  width: auto;
}
.main .pagination {
  position: relative;
  margin: 50px 0;
}
.main .pagination a {
  background: rgba(0, 0, 0, 0.3);
}
.main .pagination .next {
  right: 0px;
}
.main .pagination .prev {
  left: 0px;
}

.pagination {
  position: absolute;
  width: 100%;
  height: 32px;
  z-index: 99;
}
.pagination a {
  width: 32px;
  height: 32px;
  position: absolute;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  display: block;
}
.pagination a:before {
  content: "";
  width: 10px;
  height: 20px;
  margin: 0 auto;
  display: block;
  margin-top: 6px;
  background: url("../images/arrow-w.png") no-repeat center center;
  background-size: contain;
}
.pagination a:hover {
  background: #00ce7c;
}
.pagination a.next {
  right: 60px;
}
.pagination a.next:before {
  transform: rotate(180deg);
}
.pagination a.prev {
  left: 60px;
}
.pagination.top {
  left: 0;
  top: 50%;
}
.pagination.bottom {
  left: 0;
}
.pagination.bottom span {
  margin: 0 auto;
}
.pagination.bottom span a {
  margin-left: -100px;
  font-size: 11pt;
  background: none;
  width: auto;
}
.pagination.bottom span a img {
  width: 32px;
}
.pagination.bottom span a:hover {
  color: #00ce7c;
  background: none;
}
.pagination.bottom span a:before {
  display: none;
}
