:root {

  --accent: #7DF5AE;
  --text-color: #021827; 
  --dark-bg:  #EBEBEB;
  --light-bg:  #F5F5F5;
  --dark-accent: #779cabf7 ;
  --text-color-rgb: 2, 24, 39;
  --dark-bg-rgb: 235, 235, 235;

}

@font-face {
    font-family: textFont;
    src: url(/fonts/FSLucasPro-Regular.ttf);
}

@font-face {
    font-family: hFont;
    src: url(/fonts/FSLucasPro-SemiBd.ttf);
}

@font-face {
    font-family: xbdtextFont;
    src: url(/fonts/FSLucasPro-XtraBd.ttf);
}
  
    .clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear {
  zoom: 1;
}

.clear:after {
  clear: both;
}

.keyword a {
cursor: default !important; 	
	font-family: hFont;
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: textFont;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*{
	  font-family: textFont;

}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
#nav-dots,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

.active{
  transform: scale(1.1); 
  color: var(--dark-accent) !important;
}

.active-dot{
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: hFont;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


body {
  font: 16px/1.5;
}

.wrapper {
  width: 80%;
  margin: 0 10%;
}


/* Make the body 100% of the browser viewport height */

html,
body {
  height: 100%;
  margin: 0;
}

h1 {
  font-size: 2em;
  margin-top: 0;
  font-weight: 700;
}



/* =Header */

.header-container {
  text-align: right;
  color: #ffffff;
}

.header-container .wrapper {
  padding-top: 60%;
  position: relative;
}



.bcg {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}


.lang-web{
  position: fixed;
    right: 0;
    z-index: 100;
    display: none;
    padding: 1.5%;
    font-size: 14px;
}

/* =Navigation */
ul.horizontal-nav {
    position: fixed;
    left: 0;
    top: 3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    z-index: 100;
    display: none;
    width: 100%;
    padding: 1%;
    padding-bottom: 0;
    background: rgba(var(--dark-bg-rgb), 0.7);
}

.horizontal-nav a {
display: block;
    line-height: 25px;
    position: relative;
    padding-right: 20px;
    text-decoration: none;
	font-family: hfont; 
}

.horizontal-nav a:hover {

  opacity: 1;
  visibility: visible;

}

.horizontal-nav .nav-horizontal {
  display: block;
  width: auto;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;

}

.grow { 
  transition: transform .2s ease-in-out; 
  }
  
  .grow:hover { 
  transform: scale(1.1); 
  color: var(--dark-accent);
  }

.keyword {
	cursor: default; 
}

  .keyword:hover { 
  color: var(--accent);
  }

  .animate {
  animation-duration: 0.5s;
  animation-name: animate-fade;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}

@keyframes animate-fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



.horizontal-nav ul {
  margin: 0;
  padding: 0;
}

.horizontal-nav li {
    font-size: 1.2rem;
    list-style: none;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
}



/* =Navigation Dots */
#nav-dots {
  display: none;
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  z-index: 100;
}

#nav-dots a {
  display: block;
  line-height: 25px;
  position: relative;
  padding-right: 20px;
  color: var(--text-color);
  text-decoration: none;
}

#nav-dots a:hover .nav-label {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#nav-dots .nav-dot {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: var(--dark-accent);
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#nav-dots .nav-label {
  display: block;
  opacity: 0.5;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
  transition: all 0.2s cubic-bezier(.17, .67, .83, .67);
}

#nav-dots.is-dark a {
  color: #212121;
}

#nav-dots.is-dark .nav-dot {
  background-color: rgba(0, 0, 0, 0.5);
}

#nav-dots.is-light a {
  color: #ffffff;
}

#nav-dots.is-light .nav-dot {
  background-color: rgba(255, 255, 255, 0.5);
}

#nav-dots ul {
  margin: 0;
  padding: 0;
}

#nav-dots li {
  width: auto;
  list-style: none;
}

.scroll-hint {
  color: #212121;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 40px;
  border: 3px #ffffff solid;
  font-size: 13px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.services{
  color: var(--text-color);
}

.services i {
  color: var(--dark-accent);
}

input.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
}

textarea {
  outline: none;
  border: none;
}

.input1 {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
}
input {
  outline: none;
  border: none;
}
input {
  line-height: normal;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.contact1-form-btn {
  outline: none !important;
    border: none;
    min-width: 193px;
    height: 50px;
    border-radius: 25px;
    background: var(--dark-bg	);
    font-size: 15px;
    line-height: 1.5;
    color: var(--text-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 600;
}

.contact1-form-btn:hover {
  background: var(--accent);
}

.container-contact1-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.container-contact1 {
    width: 80%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 20px 100px 28px 108px;
}
.input1:focus + .shadow-input1 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}
input.input1 + .shadow-input1 {
    border-radius: 25px;
}
textarea.input1 + .shadow-input1 {
  border-radius: 25px;
}

.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 0;
  margin-bottom: 20px;
}
.shadow-input1 {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(119, 156, 171, 0.7);
}

.contact1-form-title {
  display: block;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 44px;
  font-weight: 600;
}

.contact1 {
  width: 100%;
  min-height: 100vh;
  padding: 15px;
  background: var(--light-bg	);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}



.contact1-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.contact1-form-btn i {
    margin-left: 7px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

.contact1-form {
  width: 390px;
}

textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 30px;
}

/* =Main */
#main{
  scroll-snap-type: y proximity;
  /* Reserve space for header plus some extra space for sneak peeking. */
}

#main .page{
  scroll-snap-align: start;
}

p {
  font-size: 16px;
}

.fs {
  min-height: 100vh;
  padding-bottom: 3%;
}

.slide {
  color: #ffffff;
  position: relative;
}

.slide .wrapper {
  padding-top: 30px;
  text-align: center;
  position: relative;
}

.slide#slide01 .wrapper {
  position: absolute;
  top: 10%;
}

.slide#slide02 .wrapper {
  position: absolute;
  bottom: 10%;
}

.slide#slide03 .button {
  border-color: #ffffff;
  color: #212121;
  background-color: rgba(255, 255, 255, 0.9);
}

.slide#slide03 .button:hover {
  border-color: #212121;
  background-color: #212121;
  color: #ffffff;
}

.slide#slide03 .wrapper {
  padding-top: 100px;
}

.slide#slide04 {
  background-color: #be4c2c;
}

.button {
  text-decoration: none;
  color: #ffffff;
  border: 1px rgba(255, 255, 255, 0.7) solid;
  padding: 8px 15px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}

.button:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}


/* =Content Block */

.content-block {
  background-color: white;
  color: var(--text-color);
}

.content-block .wrapper {
  padding: 30px 0;
  text-align: center;
}

.no-touch .content-block .wrapper {
  visibility: hidden;
  opacity: 0;
}

.no-touch .content-block.is-active .wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#about{
  background-color: var(--dark-bg);
  color: var(--text-color);
}

#services{
  background-color: white;
  color: var(--text-color);
  min-height: 130vh;

}



.animate.glow {
  animation-name: animate-glow;
  animation-timing-function: ease;
  display: inline-block;
  height: 250px;
  width: 250px;
  background: var(--bs-body-bg);
  border-radius: 16px;
  margin-right: 15px;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate.glow:hover{
  cursor: default;
  animation-name: bounce;
  -moz-animation-name: bounce;

}

.card-two {
  position: relative;
  width: 300px;
  background: #fff;
  box-shadow: 0 10px 7px -5px rgba(0, 0, 0, .4);
}
.card-two header {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: var(--dark-accent);
}
.card-two header::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
  -webkit-transform: skewY(8deg);
  -moz-transform: skewY(8deg);
  -ms-transform: skewY(8deg);
  -o-transform: skewY(8deg);
  transform: skewY(8deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.card-two header .avatar {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -50px;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  border: 3px solid #fff;
}
.card-two header .avatar i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  font-size: 3em;
  height: auto;
}
.card-two h3 {
  position: relative;
  margin: 80px 0 30px;
  text-align: center;
}
.card-two h3::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #000;
}
.card-two .desc {
  padding: 0 1rem 2rem;
  text-align: center;
  line-height: 1.5;
  color: #777;
  font-size: 2em;
}
.card-two .contacts {
  width: 200px;
  max-width: 100%;
  margin: 0 auto 3.5rem;
}
.card-two .contacts a {
  display: block;
  width: 33.333333%;
  float: left;
  text-align: center;
  color: #c8c;
}
.card-two .contacts a:hover {
  color: #333;
}
.card-two .contacts a:hover .fa::before {
  color: #fff;
}
.card-two .contacts a:hover .fa::after {
  top: 0;
}
.card-two .contacts a .fa {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 39px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #c8c;
  border-radius: 50%;
}
.card-two .contacts a .fa:before {
  position: relative;
  z-index: 1;
}
.card-two .contacts a .fa::after {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
  background: #c8c;
}
.card-two .contacts a:last-of-type .fa {
  line-height: 36px;
}
.card-two footer {
  position: relative;
  height: 45px;
  background-color: var(--light-bg);
  text-align: center;
}
.card-two footer p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.card-two footer p a {
  padding: 0 1rem;
  color: #e2e2e2;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.card-two footer p a:hover {
  color: #c8c;
}
.card-two footer::before {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
  -webkit-transform: skewY(8deg);
  -moz-transform: skewY(8deg);
  -ms-transform: skewY(8deg);
  -o-transform: skewY(8deg);
  transform: skewY(8deg);
  -webkit-transform-origin: 100%;
  -moz-transform-origin: 100%;
  -ms-transform-origin: 100%;
  -o-transform-origin: 100%;
  transform-origin: 100%;
}
/*** RESPONSIVE ***/
@media only screen and (max-width: 896px) {
  .card {
    float: none;
    margin-left: auto;
    margin-right: auto;
 }
}
@media only screen and (min-width: 700px) and (min-height:1000px) {

    #services{
min-height: 100vh;
	}
	
}

@media only screen and (max-height: 450px) {
	#intro .wrapper{
	padding-top:3% !important;	
	}
}



@keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    19.048% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    38.095% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    57.143% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    76.19% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    95.238% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
.card-content{
  margin: auto;
}

.buttons-content-numbers i {
  color: var(--accent);
  font-size: 2em;
}

/* =Footer */

.footer-container {
  text-align: center;
  font-size: 14px;
  color: var(--text-color);
  background-color: #06060d;
}

.footer-container h3 {
  margin: 0;
  padding: 20px 0;
  font-weight: normal;
}

.footer-container a {
  color: var(--dark-accent);
}


/* =Simple animation up */

.no-touch .slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
}

.no-touch .is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideInUp.slideInUp2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.slideInUp.slideInUp3 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#iht_logo {
  width: 100px;
  margin-bottom: 30px;
}

.logo{
  width: 100%;
}

hr.divider {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1.5rem auto;
  background-color: var(--accent);
  opacity: 1;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 897px) {
  body {
    font-weight: 100;
  }
  h1 {
    font-size: 3em;
  }

  .mobile-services{
    display: none;
  }

  .web-services{
    display: block;
  }
	
	#services .wrapper .row{
	padding-right: 10%;	
	padding-left: 10%;	
	}

  /* =Header */
  .header-container {
    overflow: hidden;
    position: relative;
  }

  .header-container:before {
    font-size: 70em;
  }
  
  .scroll-hint {
    font-size: 20px;
  }

  ul.horizontal-nav, .lang-web {
    display: block;
  }
  .header-container .wrapper{
    padding-top: 290px;
  }

  .outer-menu{
    display: none;
  }

  .logo{
    width: 65%;
  }
  
  .bcg {
    opacity: 1;
  }
  .slide {
    overflow: hidden;
    overflow-x: hidden;
  }
  .slide section {
    max-width: 400px;
  }
  .slide .wrapper {
    padding-top: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
    margin: 0;
  }

  .slide#slide01 .wrapper,
  .slide#slide02 .wrapper,
  .slide#slide03 .wrapper {
    top: 20%;
    text-align: center;
  }
  .slide#slide01 section,
  .slide#slide02 section,
  .slide#slide03 section {
    margin: 0 auto;
  }
  .slide#slide02 {
    color: #ffffff;
  }
  .slide#slide02 .wrapper {
    top: auto;
    bottom: 40%;
    left: 10%;
    text-align: left;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    padding: 0;
  }
  .slide#slide02 section {
    margin: 0;
  }
  .slide#slide03 .wrapper {
    padding: 0;
    top: 15%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .slide#slide03 section {
    margin: 0 auto;
    max-width: 570px;
  }
  .slide#slide03 .button {
    border-color: rgba(0, 0, 0, 0.7);
    background-color: transparent;
    color: #212121;
  }
  .slide#slide03 .bcg {
    opacity: 1;
  }
  #nav-dots {
    display: block;
  }
  .content-block .wrapper {
    padding: 120px 0;
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

#intro {
  background: linear-gradient(to bottom, rgba(235, 235, 235, 0.1) 0%, rgba(235, 235, 235, 0.4) 100%);
  background-size: cover;
}

#intro .wrapper img{
  height: 300px;
  width: auto;
}


h2, h3 {
  font-weight: 600;
  
}

 

.myVideo {
  position: relative;
  
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.myVideo::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;

  display: block;

}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.card-wrp{
  height: inherit;
  display: flex;
}

.buttons-content-numbers {
  display: flex;
  justify-content: space-between;
}

.nav-logo {
margin-left:unset !important;
}
.li-item .logo{
    height: 60px;
    width: auto;
}

@import url('https://fonts.googleapis.com/css?family=Pacifico|Open+Sans:300');
 .flex-center {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}

 a, a:visited, a:hover, a:active {
	 color: inherit;
	 text-decoration: none;
}
 h1 {
	 font-weight: 400;
	 font-size: 3em;
}
 .outer-menu {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 1;
}
 .outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}
 .outer-menu .checkbox-toggle:checked + .hamburger > div {
	 transform: rotate(135deg);
}
 .outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
	 top: 0;
	 transform: rotate(90deg);
}
 .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
	 opacity: 0;
}
 .outer-menu .checkbox-toggle:checked ~ .menu {
	 pointer-events: auto;
	 visibility: visible;
}
 .outer-menu .checkbox-toggle:checked ~ .menu > div {
	 transform: scale(1);
	 transition-duration: .75s;
}
 .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
	 opacity: 1;
	 transition: opacity .4s ease .4s;
}
 .outer-menu .checkbox-toggle:hover + .hamburger {
	 box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
 .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
	 transform: rotate(225deg);
}
 .outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 0.5em 1em;
  background: rgba(119,156,171,0.9);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow .4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .outer-menu .hamburger > div {
  background: white;
  position: relative;
  z-index: 2;
  flex: none;
  width: 100%;
  height: 3px;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
	 content: '';
	 position: absolute;
	 z-index: 1;
	 top: -7px;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 background: inherit;
	 transition: all .4s ease;
}
 .outer-menu .hamburger > div:after {
	 top: 7px;
}
 .outer-menu .menu {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 pointer-events: none;
	 visibility: hidden;
	 overflow: hidden;
	 backface-visibility: hidden;
	 outline: 1px solid transparent;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}

 .outer-menu .menu > div {
	 width: 200vw;
	 height: 200vw;
	 color: #FEFEFE;
	 background: rgba(var(--dark-bg-rgb), 0.9);
	 border-radius: 50%;
	 transition: all .4s ease;
	 flex: none;
	 transform: scale(0);
	 backface-visibility: hidden;
	 overflow: hidden;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .outer-menu .menu > div > div {
	 text-align: center;
	 max-width: 90vw;
	 max-height: 100vh;
	 opacity: 0;
	 transition: opacity .4s ease;
	 overflow-y: auto;
	 flex: none;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .outer-menu .menu > div > div > ul {
	 list-style: none;
	 padding: 0 1em;
	 margin: 0;
	 display: block;
	 max-height: 100vh;
}
 .outer-menu .menu > div > div > ul > li {
	 padding: 0;
	 margin: 1em;
	 font-size: 24px;
	 display: block;
}
 .outer-menu .menu > div > div > ul > li > a {
	 position: relative;
	 display: inline;
	 cursor: pointer;
	 transition: color .4s ease;
   color: var(--text-color);
	 font-family: hfont;
}
 .outer-menu .menu > div > div > ul > li > a:hover {
	 color: #e5e5e5;
}
 .outer-menu .menu > div > div > ul > li > a:hover:after {
	 width: 100%;
}
 .outer-menu .menu > div > div > ul > li > a:after {
	 content: '';
	 position: absolute;
	 z-index: 1;
	 bottom: -0.15em;
	 left: 0;
	 width: 0;
	 height: 2px;
	 background: #e5e5e5;
	 transition: width .4s ease;
}
 
.footer-distributed{
	background: var(--dark-bg);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  var(--text-color);
}

/* Footer links */

.footer-distributed .footer-links{
	color:  var(--text-color);
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 15px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: rgba(var(--text-color-rgb), 0.7);
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
  color: var(--dark-accent);
  text-decoration: underline;

}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: var(--dark-accent);
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color: rgba(var(--text-color-rgb), 0.7);
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color: rgba(var(--text-color-rgb), 0.7);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

.active-lang{
  text-decoration: underline;
  pointer-events: none;
  color: var(--dark-accent) !important;
}

footer img{
  width: 150px;
}
.lang-mobile{
  font-size: 16px !important;
}



.video_part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

  display: flex;
  align-items: center;
  width: 130vw;
  height: auto;
  
  transform: translateX( 130vw );  
  animation: opaqTransition 20s cubic-bezier(0, 0, 0, 0.97) infinite;
}


.video_part.video_part-two {
  z-index: -2;
  animation-delay: 5s;
}

.video_part.video_part-three {
  z-index: -3;
  animation-delay: 10s;
}

.video_part.video_part-four {
  z-index: -4;
  animation-delay: 15s;
}

.right-gap{
  margin-right:2% !important;
}




@keyframes opaqTransition {
  3% { transform: translateX( 0 ); }
  25% { transform: translateX( 0 ); }
  28% { transform: translateX( -130vw ); }
  100% { transform: translateX( -130vw ); }
}


@media (max-width: 1340px){
  .container-contact1 {
    width: 100%;
    padding: 20px 40px 28px 40px;
}

  .contact1-pic{
display: none;
  }
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 896px) {
	#main{
	overflow-x: hidden;
	}
  #intro .wrapper{
    padding-top: 50%;
  }

  #intro .wrapper img{
    height: auto;
    width: 100%;
    padding: 3%;
  }
	.keyword a {
font-size: 2rem; 	
	
}

.mobile-services{
  display: block;
}

.web-services{
  display: none;
}


  .video-wrapper {
    position: absolute;
    width: 100vw !important;
    height: 100vh;
    overflow: hidden;
  }

  @keyframes opaqTransition {
    3% { transform: translateX( 0 ); }
    25% { transform: translateX( 0 ); }
    28% { transform: translateX( -400% ); }
    100% { transform: translateX( -400% ); }
  }
  

  .myVideo{
    top: 0;
    bottom: unset;
    width: 400%;
    left: -60%;
    transform: unset;
  }

  .logo-web img {
    display: none;
  }

  .logo-mobile img {
    height: 100px;
    width: auto;
  }

	.container-contact1 {
    width: 100%;
    padding: 20px 40px 28px 40px;
}

  .contact1-pic{
display: none;
  }

	.footer-distributed{
		font: bold 14px sans-serif;
	}

  .footer-address{
    width: 105px;
  }

  .wrapper{
    width: 100%;
    margin: 0;
  }
  .about-us-cards{
    margin-left:1%;
  }

  #contact .wrapper{
    padding-top: unset;
  }

  #contact {
    padding: inherit;
  }

  .buttons-content-numbers {
    display: block;
  }

  .card footer {
    display: none;
  }

  .card .contacts{
    margin: unset;
  }

  .card{ 
    margin-bottom: 4%;
  }


	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	
.footer-center div {
    text-align: initial;
    width: 70%;
    margin: auto;
}
	


}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    background: rgb(185 11 11 / 70%);
    text-align: center;
    padding: 2%;
    border-radius: 2%;
    margin-bottom: 2%;
}

#form-message-success {
    background: rgba(84,163, 67,0.7);
    text-align: center;
    padding: 2%;
    border-radius: 2%;
    margin-bottom: 2%;
}

.g-recaptcha{
	    margin: 3%;
    display: flex;
    justify-content: center;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 0px 15px;
}

.notfound .notfound-404 {
  position: relative;
  height: 150px;
  line-height: 150px;
  margin-bottom: 25px;
}

.notfound .notfound-404 h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 186px;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
  background: url('../assets/text.png');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

.notfound h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.notfound a {
  font-family: 'Titillium Web', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: none;
  background: var(--accent);
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 1px;
  margin-top: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 895px) {
  .notfound .notfound-404 {
    height: 110px;
    line-height: 110px;
  }
  .notfound .notfound-404 h1 {
    font-size: 120px;
  }
}

.service-icon, .service-text {
display: inline-block;
}

.service-icon{
  width: 35%;
  margin: auto;

}

.service-text{
text-align: justify !important;
}

.row {
padding-left: 3%;
padding-right: 3%;
	
}

#contact{
background: var(--light-bg);
}
