input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}
.fadeins img {
  opacity: 0;
  animation: fade 0.1s;
  animation-duration: 18s;
  animation-iteration-count: infinite;
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.fadeins img:nth-child(1) {
  animation-delay: 0s;
}
.fadeins img:nth-child(2) {
  animation-delay: 3s;
}
.fadeins img:nth-child(3) {
  animation-delay: 6s;
}
.fadeins img:nth-child(4) {
  animation-delay: 9s;
}
.fadeins img:nth-child(5) {
  animation-delay: 12s;
}
.fadeins img:nth-child(6) {
  animation-delay: 15s;
}
.fadeins.homepage img {
  left: 50%;
  top: 50%;
  animation-duration: 20s linear infinite !important;
  transform: translate(-50%, -50%);
}
.fadeins.homepage img:nth-child(1) {
  animation-delay: 0s;
}
.fadeins.homepage img:nth-child(2) {
  animation-delay: 6s;
}
.fadeins.homepage img:nth-child(3) {
  animation-delay: 9s;
}
.fadeins.homepage img:nth-child(4) {
  animation-delay: 11s;
}
.fadeins.homepage img:nth-child(5) {
  animation-delay: 13s;
}
.fadeins.homepage img:nth-child(6) {
  animation-delay: 15s;
}
.fadeins.homepage img:nth-child(7) {
  animation-delay: 17s;
}
@font-face {
  font-family: 'Avenir-light';
  font-style: normal;
  src: url("fonts/Avenir-Light.ttf");
}
@font-face {
  font-family: 'Avenit-medium';
  font-style: normal;
  src: url("fonts/Avenir-Medium.ttf");
}
@font-face {
  font-family: 'Avenit-roman';
  font-style: normal;
  src: url("fonts/Avenir-Roman.ttf");
}
::-webkit-input-placeholder {
  color: #f7941d;
}
:-moz-placeholder {
  color: #f7941d;
}
::-moz-placeholder {
  color: #f7941d;
}
:-ms-input-placeholder {
  color: #f7941d;
}
.owl-dots {
  margin: 0 auto;
  margin-top: 20px;
  position: absolute;
  left: 0px;
  right: 0px;
}
.owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #f1f2f2;
  margin: 0 10px;
  display: inline-block;
}
.owl-dot.active {
  background: #f7941d;
}
input {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: 0;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 'Avenit-medium';
  color: #f7941d;
}
textarea {
  text-align: center;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  border: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 'Avenit-medium';
  color: #f7941d;
  padding-top: 15px;
  resize: none;
}
.button {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  background: #f7941d;
  border-radius: 5px;
  color: #fff;
  padding: 15px 0;
  width: 40%;
  margin: 0 auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.button a {
  color: inherit;
  text-decoration: none;
}
.popup {
  background: rgba(0,0,0,0.7);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.popup.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.popup.active .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.delimiter {
  height: 100px;
}
.header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 99999;
}
.header.sticky {
  background: rgba(65,64,66,0.9);
  padding: 20px;
}
.header.sticky .header-container .logo img {
  width: 150px;
}
.header.sticky .header-container .burger-container {
  width: 42px;
  height: 40px;
  min-height: 40px;
}
.header.sticky .header-container .burger-container .burger {
  padding: 9px;
}
.header.sticky .header-container .burger-container.opened {
  width: 400px;
  height: 750px;
  max-height: 750px;
}
.header .header-container {
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
}
.header .logo {
  display: inline-block;
}
.header .logo img {
  width: 205px;
}
.header > .menu {
  position: relative;
  display: inline-block;
  float: right;
}
.header .burger-container-dismiss {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  width: 0;
  height: 0;
}
.header .burger-container-dismiss.opened {
  width: 100%;
  height: 100%;
}
.header .burger-container {
  z-index: 999999;
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  height: 60px;
  min-height: 60px;
  border-radius: 5px;
  background: #f7941d;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .burger-container .menu {
  min-height: 60px;
}
.header .burger-container .menu ul {
  visibility: hidden;
}
.header .burger-container.opened {
  width: 400px;
  height: 750px;
  max-height: 750px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .burger-container.opened .menu {
  display: block;
  opacity: 1;
  height: auto;
  visibility: visible;
  padding: 0 60px;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.header .burger-container.opened .menu .burger-footer {
  position: absolute;
  bottom: 40px;
  display: block;
}
.header .burger-container.opened .menu ul {
  opacity: 1;
  visibility: visible;
}
.header .burger-container.opened .burger .burger-icon {
  display: none;
}
.header .burger-container.opened .burger .close-icon {
  display: block;
}
.header .burger-container .burger {
  padding: 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 9;
  background: #f7941d;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .burger-container .burger .burger-icon {
  display: block;
}
.header .burger-container .burger .close-icon {
  display: none;
}
.header .burger-container .burger img {
  height: 20px;
}
.header .burger-container .menu {
  color: #fff;
  opacity: 0;
  height: 60px;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .burger-container .menu > ul {
  width: 100%;
  opacity: 0;
  margin-top: 50px;
}
.header .burger-container .menu > ul > li {
  text-align: center;
}
.header .burger-container .menu > ul > li > a {
  margin: 10px 0;
}
.header .burger-container .menu > ul > li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.header .burger-container .menu > ul a:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 0px;
  height: 3px;
  bottom: 0;
  left: 50%;
  right: 50%;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .burger-container .menu > ul a:hover:before,
.header .burger-container .menu > ul a.active:before {
  width: 60%;
  left: 20%;
  right: 20%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .burger-container .menu > ul .submenu {
  position: relative;
  top: auto;
  transform: translate(0, 0);
}
.header .burger-container .menu > ul .submenu li a {
  color: #fff;
  font-family: 'Avenit-roman';
  letter-spacing: 3px;
  font-size: 12px;
  text-transform: lowercase;
}
.header .burger-container .menu .burger-footer {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  display: none;
}
.header .burger-container .menu .burger-footer .socials {
  display: inline-block;
}
.header .burger-container .menu .burger-footer .socials .social {
  fill: #fff;
}
.header .burger-container .menu .burger-footer .text {
  display: block;
  line-height: 30px;
  color: #fff;
  font-family: 'Avenit-roman';
  letter-spacing: 3px;
  font-size: 12px;
  text-transform: lowercase;
}
.footer {
  text-align: center;
  background: #414042;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .logo-small {
  padding-bottom: 30px;
}
.footer .logo-small img {
  width: 35px;
}
.footer .text {
  font-size: 12px;
  font-family: 'Avenit-medium';
  letter-spacing: 3px;
  color: #fff;
}
.socials {
  padding-bottom: 10px;
  display: block !important;
}
.socials .social {
  display: inline-block;
  margin: 0px 8px;
}
.socials .facebook {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.socials .facebook:hover {
  fill: #f7941d;
}
.socials .twitter {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.socials .twitter:hover {
  fill: #f7941d;
}
.socials .instagram {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.socials .instagram:hover {
  fill: #f7941d;
}
.title {
  padding-top: 50px;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #414042;
  letter-spacing: 1px;
}
.subtitle {
  font-size: 12px;
  font-family: 'Avenit-medium';
  color: #f7941d;
  letter-spacing: 3px;
}
.description {
  padding-top: 40px;
  font-size: 16px;
  font-family: 'Avenir-light';
  color: #414042;
  margin-left: 20%;
  margin-right: 20%;
}
.line {
  margin: 0 auto;
  width: 2px;
  height: 160px;
  background: #f7941d;
  margin-top: -30px;
}
.overlay {
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#slideshow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#slideshow > div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#slideshow > div img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
#slideshow2 {
  position: relative;
  margin-bottom: 160px;
  margin-top: 30px;
}
#slideshow2 > div {
  position: absolute;
  width: 260px;
  height: 260px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#slideshow2 > div img {
  max-width: 260px;
}
.home {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.home .mobile-boxes {
  display: none;
  padding-bottom: 100px;
}
.home .mobile-boxes .boxes .box {
  margin: 30px;
  background: #f7941d;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 30px 0px;
  padding-bottom: 40px;
  opacity: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 14px;
  font-size: 9px;
  color: #fff;
}
.home .mobile-boxes .boxes .box a {
  color: #fff;
  display: block;
}
.home .mobile-boxes .boxes .box .descriptions {
  text-align: center;
  font-size: 12px;
  padding: 20px;
  line-height: 22px;
}
.home .mobile-boxes .boxes .box .go-to {
  position: absolute;
  left: 0;
  right: 0;
}
.home .mobile-boxes .boxes .box .go-to img {
  height: 20px;
}
.home .mobile-boxes .boxes .box .icon {
  display: inline-block;
  background: #f7941d;
}
.home .mobile-boxes .boxes .box a {
  display: block;
  text-decoration: none;
}
.home .mobile-boxes .boxes .box img {
  height: 40px;
}
.home .mobile-boxes .boxes .box .text {
  text-align: center;
  padding: 0 20px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home .tablet-boxes .boxes-tablet {
  position: relative;
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .tablet-boxes .boxes-tablet .box {
  background: #f7941d;
  border-radius: 10px;
  color: #fff;
  width: 170px;
  height: 170px;
  text-align: center;
  margin: 0px 15px;
  display: inline-block;
  transform: scale(0.1);
  position: relative;
  opacity: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 14px;
  font-size: 10px;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.home .tablet-boxes .boxes-tablet .box a {
  color: #fff;
  display: block;
  height: 170px;
  padding: 30px 0;
}
.home .tablet-boxes .boxes-tablet .box .descriptions {
  position: absolute;
  right: 0;
  display: none;
  width: 0px;
  margin-top: -10px;
  float: right;
  text-align: left;
  font-size: 12px;
  padding-right: 20px;
  padding-bottom: 20px;
  opacity: 0;
  transform: scale(0.1);
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .tablet-boxes .boxes-tablet .box .go-to {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .tablet-boxes .boxes-tablet .box .go-to img {
  height: 20px;
}
.home .tablet-boxes .boxes-tablet .box .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 170px;
  background: #f7941d;
  z-index: 999;
  margin-top: -15px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.home .tablet-boxes .boxes-tablet .box.show {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .tablet-boxes .boxes-tablet .box img {
  height: 40px;
}
.home .tablet-boxes .boxes-tablet .box .text {
  text-align: center;
  padding: 0 20px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home .tablet-boxes .boxes-tablet .box.opened {
  cursor: pointer;
  width: 400px;
  z-index: 9999;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
}
.home .tablet-boxes .boxes-tablet .box.opened .descriptions {
  display: inline-block;
  width: 230px;
  opacity: 1;
  font-size: 12px;
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .tablet-boxes .boxes-tablet .box.opened .go-to {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .tablet-boxes .boxes-tablet .box.opened .icon {
  display: inline-block;
  left: 0;
}
.home .main-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.home .main-text .main-title {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.home .main-text .main-title .text-animation {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.home .main-text .main-title .figure {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.home .main-text .main-title .figure svg {
  height: 830px;
}
.home .main-text .main-title .figure svg > * {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.85px;
}
.home .main-text .main-title .main-subtitle {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 15px;
  right: 15px;
  color: #fff;
  font-family: 'Avenit-medium';
  font-size: 24px;
  letter-spacing: 8px;
  opacity: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.home .main-text .main-title .boxes {
  position: relative;
  position: absolute;
  bottom: -300px;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .main-text .main-title .boxes .box {
  background: #f7941d;
  border-radius: 10px;
  color: #fff;
  width: 170px;
  height: 170px;
  text-align: center;
  margin: 0px 15px;
  display: inline-block;
  transform: scale(0.1);
  position: relative;
  opacity: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 14px;
  font-size: 10px;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
.home .main-text .main-title .boxes .box a {
  color: #fff;
  display: block;
  height: 170px;
  padding: 30px 0;
}
.home .main-text .main-title .boxes .box .descriptions {
  position: absolute;
  right: 0;
  display: none;
  width: 0px;
  margin-top: -10px;
  float: right;
  text-align: left;
  font-size: 12px;
  padding-right: 20px;
  padding-bottom: 20px;
  opacity: 0;
  transform: scale(0.1);
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .main-text .main-title .boxes .box .go-to {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .main-text .main-title .boxes .box .go-to img {
  height: 20px;
}
.home .main-text .main-title .boxes .box .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 170px;
  background: #f7941d;
  z-index: 999;
  margin-top: -15px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.home .main-text .main-title .boxes .box:hover {
  cursor: pointer;
  width: 400px;
  z-index: 9999;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
}
.home .main-text .main-title .boxes .box:hover .descriptions {
  display: inline-block;
  width: 230px;
  opacity: 1;
  font-size: 12px;
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .main-text .main-title .boxes .box:hover .go-to {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .main-text .main-title .boxes .box:hover .icon {
  display: inline-block;
  left: 0;
}
.home .main-text .main-title .boxes .box.show {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home .main-text .main-title .boxes .box a {
  display: block;
  text-decoration: none;
}
.home .main-text .main-title .boxes .box img {
  height: 40px;
}
.home .main-text .main-title .boxes .box .text {
  text-align: center;
  padding: 0 20px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-us {
  text-align: center;
}
.about-us .our-story {
  background: #f1f2f2;
  margin-top: 100px;
  padding-bottom: 100px;
}
.about-us .our-story .image img {
  width: 240px;
  height: 240px;
  margin-top: -100px;
}
.about-us .who-we-are {
  background: url("images/who-we-are.jpg") no-repeat bottom;
  background-size: cover;
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  border-top: 1px solid #f1f2f2;
  padding-bottom: 40px;
}
.about-us .who-we-are .title {
  color: #f7941d;
}
.about-us .who-we-are .description {
  color: #fff;
}
.about-us .who-we-are .play-container .play {
  display: inline-block;
  margin: 0 auto;
  padding: 40px 0;
  cursor: pointer;
}
.about-us .who-we-are .play-container .play img {
  height: 85px;
  width: 85px;
}
.about-us .who-we-are .play-container .play .play-text {
  font-size: 10px;
  color: #fff;
  margin-top: 15px;
  letter-spacing: 3px;
}
.about-us .our-team {
  border-top: 1px solid #f1f2f2;
  padding-bottom: 100px;
  position: relative;
}
.about-us .our-team .dismiss {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0);
  z-index: 2;
}
.about-us .our-team .show-more-less {
  display: none;
}
.about-us .our-team .grid {
  position: relative;
  z-index: 9999;
  padding-top: 15px;
}
.about-us .our-team .grid .persons {
  display: inline-block;
  vertical-align: middle;
}
.about-us .our-team .grid .persons.desktop {
  display: inline-block !important;
}
.about-us .our-team .grid .persons .person {
  height: 130px;
  position: relative;
  margin: 10px 0;
}
.about-us .our-team .grid .persons .person .box {
  background: #f7941d;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.about-us .our-team .grid .persons .person .box img {
  width: 100%;
}
.about-us .our-team .grid .persons .person .box .name-overlay {
  position: absolute;
  color: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0 20%;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.about-us .our-team .grid .persons .person .box .name-overlay .name {
  vertical-align: middle;
  font-size: 0px;
  position: absolute;
  display: inline-block;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 260px;
  width: 260px;
  margin-top: 0px;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  font-family: 'Avenit-roman';
  letter-spacing: 2px;
}
.about-us .our-team .grid .persons .person .box .name-overlay .name .line-text {
  opacity: 0;
  font-size: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  position: relative;
}
.about-us .our-team .grid .persons .person .box .name-overlay .name .line-text:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 2px;
  background: #f7941d;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.about-us .our-team .grid .persons .person .box.no-pic .name-overlay {
  opacity: 1;
  background: none;
}
.about-us .our-team .grid .persons .person .box.no-pic .name-overlay .name {
  bottom: 20px;
  font-size: 12px;
}
.about-us .our-team .grid .persons .person .box.no-pic .name-overlay .name .line-text {
  font-size: 0px;
}
.about-us .our-team .grid .persons .person .box.no-pic .name-overlay .name .line-text:before {
  background: #fff;
}
.about-us .our-team .grid .persons .person .biggest {
  height: 135px;
  width: 135px;
}
.about-us .our-team .grid .persons .person .big {
  height: 125px;
  width: 125px;
}
.about-us .our-team .grid .persons .person .medium {
  height: 115px;
  width: 115px;
}
.about-us .our-team .grid .persons .person .small {
  height: 105px;
  width: 105px;
}
.about-us .our-team .grid .persons .person .orange {
  background: #f7941d !important;
}
.about-us .our-team .grid .persons .person .left {
  left: 0;
}
.about-us .our-team .grid .persons .person .right {
  right: 0;
}
.about-us .our-team .grid .persons .person .bottom {
  bottom: 0;
}
.about-us .our-team .grid .persons .person .top {
  top: 0;
}
.about-us .our-team .grid .persons .person .opened {
  width: 260px;
  height: 260px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.about-us .our-team .grid .persons .person .opened.no-pic .name-overlay {
  opacity: 1;
}
.about-us .our-team .grid .persons .person .opened.no-pic .name-overlay .name {
  bottom: 70px;
}
.about-us .our-team .grid .persons .person .opened .name-overlay {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.about-us .our-team .grid .persons .person .opened .name-overlay .name {
  bottom: 10%;
  margin-top: 0px !important;
  font-size: 22px !important;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.about-us .our-team .grid .persons .person .opened .name-overlay .name .line-text {
  margin-top: 10px;
  opacity: 1;
  font-size: 14px !important;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.about-us .our-team .grid .persons .person .opened .name-overlay .name .line-text:before {
  display: inline-block;
  width: 200px;
  height: 2px;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.about-us .our-team .grid .column1 {
  padding-top: 0px;
  width: 10%;
}
.about-us .our-team .grid .column1 .person {
  margin: -5px 0;
}
.about-us .our-team .grid .column1 .person .box {
  right: 0 !important;
}
.about-us .our-team .grid .column2 {
  margin: 0 15px;
  padding-top: 20px;
  width: 11%;
}
.about-us .our-team .grid .column2 .person:nth-child(4) {
  margin-top: 0px;
  margin-bottom: -15px;
}
.about-us .our-team .grid .column3 {
  padding-top: 0px;
  width: 12%;
  margin-left: -10px;
}
.about-us .our-team .grid .column3 .person:nth-child(4) {
  margin: -10px 0;
}
.about-us .our-team .grid .column4 {
  margin: 0 20px;
  padding-top: 100px;
  width: 13%;
  margin: 0 -5px;
}
.about-us .our-team .grid .column4 .person:nth-child(4) {
  margin: -10px 0;
  margin-bottom: -20px;
}
.about-us .our-team .grid .column5 {
  padding-top: 40px;
  width: 12%;
  margin-right: -10px;
}
.about-us .our-team .grid .column5 .person:nth-child(3) {
  margin: -10px 0;
}
.about-us .our-team .grid .column6 {
  margin: 0 15px;
  padding-top: 0px;
  width: 11%;
  margin-right: 5px;
}
.about-us .our-team .grid .column6 .person {
  margin: 0;
}
.about-us .our-team .grid .column7 {
  padding-top: 50px;
  width: 11%;
}
.about-us .our-team .grid .column7 .person {
  margin: -3px 0;
}
.about-us .our-offices {
  position: relative;
}
.about-us .our-offices .owl-dots {
  bottom: 90px;
}
.about-us .our-offices .line {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 120px;
  margin-top: -60px;
}
.about-us .our-offices .title {
  color: #f7941d;
}
.about-us .our-offices .subtitle {
  color: #fff;
}
.about-us .our-offices .absolute {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 99;
}
.about-us .our-offices .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 78px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.about-us .clients {
  position: relative;
  z-index: 9999;
}
.about-us .clients .subtitle {
  padding-bottom: 40px;
}
.about-us .clients #mobile-companies {
  display: none;
}
.about-us .clients #mobile-companies .company {
  padding: 0 25px 0 25px;
}
.about-us .clients .companies-wrap div:last-of-type {
  border-bottom: 0px;
}
.about-us .clients .companies-wrap .companies {
  border-bottom: 1px solid #f1f2f2;
  padding: 30px 0;
}
.about-us .clients .companies-wrap .companies .company {
  display: inline-block;
  width: 19%;
  text-align: center;
  margin: 0;
}
.about-us .clients .companies-wrap .companies .company img {
  max-width: 60%;
  max-height: 50px;
}
.about-us .clients .testimonials {
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 40px;
}
.about-us .clients .testimonials #testimonials-carousel {
  padding-top: 40px;
  background: #f7941d;
  border-radius: 10px;
}
.about-us .clients .testimonials #testimonials-carousel .testimonial {
  padding: 20px 40px;
  color: #fff;
  font-size: 12px;
  font-family: 'Avenit-roman';
  line-height: 24px;
}
.about-us .clients .testimonials #testimonials-carousel .testimonial .person {
  margin-top: 15px;
}
.about-us .clients .testimonials #testimonials-carousel .testimonial .person .name {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 12px;
}
.about-us .clients .testimonials #testimonials-carousel .testimonial .person .company {
  font-family: 'Avenit-roman';
  font-size: 10px;
  line-height: 12px;
}
.about-us .clients .testimonials #testimonials-carousel .owl-dots {
  top: 5px;
}
.about-us .clients .testimonials #testimonials-carousel .owl-dots .owl-dot {
  background: #fff;
}
.about-us .clients .testimonials #testimonials-carousel .owl-dots .owl-dot.active {
  background: #f7941d;
  border: 2px solid #fff;
}
.services {
  background: url("images/services.jpg") no-repeat center;
  background-size: cover;
}
.services .container {
  color: #fff;
}
.services .container .content {
  width: 70%;
  margin: 0 auto;
}
.services .container .content .title {
  text-align: center;
  color: #fff;
}
.services .container .content .subtitle {
  text-align: center;
}
.services .container .content .description {
  color: #fff;
  margin: 0;
}
.services .container .content .box {
  width: 150px;
  text-align: center;
  display: inline-block;
  background: #f7941d;
  border-radius: 30px;
  padding: 30px 10px;
}
.services .container .content .box img {
  height: 70px;
  padding-bottom: 20px;
}
.services .container .content .box .text {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 300;
  text-transform: uppercase;
  text-align: center;
}
.services .container .content ul {
  padding-top: 150px;
}
.services .container .content ul li {
  padding-bottom: 100px;
}
.services .container .content ul li .title {
  font-size: 24px;
  color: #f7941d;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 30px;
}
.services .container .content ul li .description {
  padding-top: 0;
  padding-bottom: 40px;
}
.contact {
  background-size: cover;
}
.contact .contact-us {
  position: relative;
  text-align: center;
  background: url("images/get-in-touch.jpg") no-repeat center;
  background-size: cover;
  z-index: 9;
}
.contact .contact-us .header {
  text-align: left;
}
.contact .contact-us .form-container {
  margin-bottom: -140px;
}
.contact .contact-us .form-container .title {
  margin-top: 150px;
  color: #f7941d;
  padding-bottom: 30px;
}
.contact .contact-us .form-container .form {
  position: relative;
  width: 50%;
  overflow: hidden;
  margin: 0 auto;
  background: #f1f2f2;
  border-radius: 10px;
  padding: 50px 60px;
  padding-bottom: 30px;
}
.contact .contact-us .form-container .form .required {
  border: 1px solid #f00;
}
.contact .contact-us .form-container .name {
  margin-bottom: 10px;
}
.contact .contact-us .form-container .email {
  margin-bottom: 10px;
}
.contact .contact-us .form-container .message {
  margin-bottom: 30px;
}
.contact .contact-us .form-container .button {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  background: #f7941d;
  border-radius: 5px;
  border: 0px;
  color: #fff;
  padding: 15px 0;
  width: 40%;
  margin: 0 auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact .contact-us .form-container .button:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.contact .contact-us #form-messages {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact .contact-us #form-messages .message {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.contact .contact-us #form-messages .message .message-title {
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
}
.contact .contact-us #form-messages .message .message-title:before {
  margin-top: 20px;
  position: absolute;
  content: '';
  display: inline-block;
  width: 0px;
  height: 2px;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact .contact-us #form-messages.error {
  visibility: visible;
  opacity: 1;
  background-color: rgba(202,17,17,0.9);
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.contact .contact-us #form-messages.error .message {
  opacity: 1;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.contact .contact-us #form-messages.error .message .message-title:before {
  width: 100%;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact .contact-us #form-messages.success {
  opacity: 1;
  visibility: visible;
  background-color: rgba(35,167,35,0.9);
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.contact .contact-us #form-messages.success .message {
  opacity: 1;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.contact .contact-us #form-messages.success .message .message-title:before {
  width: 100%;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact .offices {
  padding-top: 200px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
.contact .offices .office {
  text-align: center;
  margin-bottom: 80px;
}
.contact .offices .office img {
  height: 85px;
  max-width: 100%;
}
.contact .offices .office .icon {
  display: none;
}
.contact .offices .office .location-icon {
  display: block;
}
.contact .offices .office .title {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #939598;
  padding-top: 20px;
  padding-bottom: 30px;
  letter-spacing: 0.5;
}
.contact .offices .office .address {
  color: #939598;
  font-family: 'Avenit-roman';
  font-size: 14px;
  padding-bottom: 20px;
}
.contact .offices .office .address a {
  color: #939598;
  text-decoration: none;
}
.contact .offices .office:hover .icon {
  display: block;
}
.contact .offices .office:hover .location-icon {
  display: none;
}
.contact .offices .col-sm-4:hover .button {
  background: #f7941d;
}
.contact .offices .button {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  background: #939598;
  padding: 15px;
  width: 50%;
  max-width: 220px;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  text-align: center;
}
.contact .offices .button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.contact .want-to-join {
  background: url("images/want-to-join.png") no-repeat;
  min-height: 320px;
  background-size: cover;
  background-position: center 100%;
  text-align: center;
}
.contact .want-to-join .line {
  height: 130px;
  margin-top: -70px;
}
.contact .want-to-join .title {
  color: #fff;
  padding-top: 130px;
}
.contact .want-to-join .subtitle {
  color: #fff;
}
.contact .want-to-join .title-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 36px;
  padding-top: 50px;
  padding-bottom: 170px;
}
.contact .want-to-join .title-link a {
  color: #f7941d;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .tablet-boxes {
    display: none;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .home .main-text svg {
    height: 650px !important;
  }
  .home .mobile-boxes {
    display: block;
    margin-top: 550px;
    padding-bottom: 0px;
  }
  .home .mobile-boxes .boxes {
    text-align: center;
    position: static;
    bottom: 0;
    margin: 0 auto;
    padding: 0 15px;
  }
  .home .mobile-boxes .boxes .box {
    width: 30%;
    margin: 0 1%;
    height: 370px;
    margin-bottom: 15px;
  }
  .home .mobile-boxes .boxes .box:hover {
    width: 100%;
  }
  .home .mobile-boxes .boxes .box:hover .descriptions {
    width: 100%;
    font-size: 14px;
  }
  .home .mobile-boxes .boxes .box .descriptions {
    display: block;
    opacity: 1;
    transform: scale(1);
    width: auto;
    font-size: 14px;
    right: 0;
    position: static;
    text-align: center;
    padding-bottom: 30px;
  }
  .home .mobile-boxes .boxes .box .go-to {
    display: block;
    opacity: 1;
    right: 0;
  }
  .home .mobile-boxes .boxes .box .icon {
    width: 100%;
    position: static;
    padding-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .our-offices .overlay .text {
    font-size: 120px;
  }
  .want-to-join {
    background-position: center 0px !important;
  }
}
@media (min-width: 1680px) {
  .want-to-join {
    background-position: center -95px !important;
  }
}
@media (min-width: 1200px) {
  .tablet-boxes {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .home .main-text .main-title .text-animation {
    bottom: 30px !important;
  }
  .home .main-text .main-title .text-animation .figure svg {
    height: 700px;
  }
  .home .main-text .main-title .main-subtitle {
    bottom: -80px !important;
    font-size: 18px;
  }
  .home .main-text .main-title .boxes {
    width: 100%;
    bottom: -250px !important;
    margin-bottom: -10px;
  }
  .home .main-text .main-title .boxes .box {
    transform: scale(0.8) !important;
    margin: 0px -10px;
  }
  .home .main-text .main-title .boxes .box:hover {
    margin: 0px -30px;
  }
  .about-us .our-team .grid .therest .persons,
  .about-us .our-team .grid .therest .column1 {
    padding-top: 0px;
    width: 10%;
  }
  .about-us .our-team .grid .therest .persons .person,
  .about-us .our-team .grid .therest .column1 .person {
    margin: 5px 0;
  }
  .about-us .our-team .grid .therest .persons .person .box,
  .about-us .our-team .grid .therest .column1 .person .box {
    right: 0 !important;
  }
  .about-us .our-team .grid .therest .persons .person:nth-child(1),
  .about-us .our-team .grid .therest .column1 .person:nth-child(1) {
    margin-bottom: 5px;
  }
  .about-us .our-team .grid .therest .persons .person:nth-child(2),
  .about-us .our-team .grid .therest .column1 .person:nth-child(2) {
    margin: 0;
  }
  .about-us .our-team .grid .therest .column2 {
    margin: 0 20px;
    padding-top: 20px;
    width: 11%;
  }
  .about-us .our-team .grid .therest .column2 .person:nth-child(4) {
    margin-top: 0px;
    margin-bottom: -15px;
  }
  .about-us .our-team .grid .therest .column3 {
    padding-top: 0px;
    width: 12%;
    margin-left: -10px;
  }
  .about-us .our-team .grid .therest .column3 .person:nth-child(4) {
    margin: -10px 0;
  }
  .about-us .our-team .grid .therest .column4 {
    margin: 0 20px;
    padding-top: 100px;
    width: 13%;
  }
  .about-us .our-team .grid .therest .column4 .person {
    margin: 0;
  }
  .about-us .our-team .grid .therest .column4 .person:nth-child(4) {
    margin: 0px;
    margin-bottom: -10px;
  }
  .about-us .our-team .grid .therest .column4 .person:nth-child(2) {
    margin-bottom: 10px;
  }
  .about-us .our-team .grid .therest .column5 {
    padding-top: 40px;
    width: 12%;
    margin-right: 10px;
  }
  .about-us .our-team .grid .therest .column5 .person:nth-child(2) {
    margin: 0;
  }
  .about-us .our-team .grid .therest .column5 .person:nth-child(3) {
    margin: 0;
  }
  .about-us .our-team .grid .therest .column6 {
    margin: 0 15px;
    padding-top: 0px;
    width: 11%;
    margin-right: 15px;
  }
  .about-us .our-team .grid .therest .column6 .person {
    margin: 0;
  }
  .about-us .our-team .grid .therest .column7 {
    padding-top: 50px;
    width: 11%;
  }
  .about-us .our-team .grid .therest .column7 .person {
    margin: -3px 0;
  }
}
@media (min-width: 1024px) and (orientation: portrait) {
  .home .main-text .main-title .text-animation {
    bottom: 30px !important;
  }
  .home .main-text .main-title .text-animation .figure svg {
    height: 700px;
  }
  .home .main-text .main-title .main-subtitle {
    top: -300px !important;
    font-size: 18px;
  }
  .home .mobile-boxes .box {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    position: relative;
    height: 380px;
  }
  .home .mobile-boxes .box .go-to {
    bottom: 30px;
  }
  .home .mobile-boxes .box:hover {
    cursor: pointer;
    width: 30% !important;
    z-index: 9999;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
  }
  .home .mobile-boxes .box:hover .descriptions {
    display: inline-block;
    width: auto;
    opacity: 1;
    font-size: 12px;
    transform: scale(1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .home .mobile-boxes .box:hover .go-to {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .home .mobile-boxes .box:hover .icon {
    display: inline-block;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact .contact-us .form-container .form {
    width: 70%;
  }
  .contact .contact-us .form-container #form-messages {
    bottom: -50px;
    top: 0;
  }
  .contact .contact-us .form-container .title {
    margin-top: 0;
  }
  .about-us .who-we-are {
    background-attachment: scroll;
  }
  .about-us .offices .office .location-icon {
    display: none;
  }
  .about-us .offices .office .icon {
    display: block;
  }
  .services .container ul li .description {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .clients .companies-wrap {
    display: block !important;
  }
  .clients #mobile-companies {
    display: none !important;
  }
}
@media (min-width: 568px) {
  .offices .col-sm-4 .button {
    top: 270px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .header.sticky {
    padding: 15px 30px !important;
  }
  .header.sticky .menu .burger-container.opened {
    top: -15px !important;
    right: -30px !important;
  }
  .header.sticky .menu .burger-container.opened .menu {
    overflow-y: scroll;
  }
  .header .logo {
    padding: 0;
  }
  .header .logo img {
    height: 45px;
    width: auto;
  }
  .header .menu .burger-container {
    width: 45px;
    height: 45px;
    min-height: 45px;
  }
  .header .menu .burger-container.opened {
    overflow-y: scroll;
    top: -30px !important;
    right: -30px !important;
    width: 100vw !important;
    height: 100vh !important;
    padding-right: 0px;
    padding-top: 0px;
    border-radius: 0;
  }
  .header .menu .burger-container.opened .menu > ul > li a {
    margin: 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .menu .burger-container.opened .submenu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header .menu .burger-container.opened .burger-footer {
    bottom: 20px;
    position: static;
    padding: 20px;
    padding-bottom: 40px;
  }
  .header .menu .burger-container.opened .socials .social {
    width: 30px;
    height: 30px;
  }
  .header .menu .burger-container.opened .text {
    display: none;
  }
  .header .menu .burger-container.opened .burger {
    padding: 20px;
  }
  .header .menu .burger-container .burger {
    padding: 13px 10px;
  }
  .services .container .content ul li .service-icons {
    float: left;
  }
  .services .container .content ul li .texts {
    display: inline-block;
    width: 65% !important;
  }
}
@media (orientation: portrait) {
  .home .main-text .main-title .boxes {
    display: none;
  }
  .home .main-text .main-title .figure {
    display: block;
    height: auto;
  }
  .home .main-text .main-title .figure svg {
    width: 100%;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .tablet-boxes .boxes-tablet {
    width: 200% !important;
    transform: scale(0.8);
    left: -50% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .mobile-boxes,
  .desktop-boxes {
    display: none !important;
  }
  .tablet-boxes {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .owl-carousel .company {
    width: 100%;
  }
  .owl-carousel .company img {
    max-height: 100px;
    margin: 0 auto;
    padding: 0px;
    width: auto;
    max-width: 100%;
  }
  .burger-footer {
    display: none !important;
  }
  .fadeins.homepage img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .about-us .who-we-are {
    background-attachment: scroll;
  }
  .home {
    position: static;
  }
  .home .mobile-boxes {
    display: block;
    margin-top: -30px;
    padding-bottom: 0px;
  }
  .home .mobile-boxes .boxes {
    position: static;
    bottom: 0;
    margin: 0 auto;
    padding: 0 15px;
  }
  .home .mobile-boxes .boxes .box {
    width: 100%;
    margin: 0;
    height: auto;
    margin-bottom: 15px;
  }
  .home .mobile-boxes .boxes .box:hover {
    width: 100%;
  }
  .home .mobile-boxes .boxes .box:hover .descriptions {
    width: 100%;
    font-size: 14px;
  }
  .home .mobile-boxes .boxes .box .descriptions {
    display: block;
    opacity: 1;
    transform: scale(1);
    width: auto;
    font-size: 14px;
    right: 0;
    position: static;
    text-align: center;
    padding-bottom: 30px;
  }
  .home .mobile-boxes .boxes .box .go-to {
    display: block;
    opacity: 1;
    right: 0;
  }
  .home .mobile-boxes .boxes .box .icon {
    width: 100%;
    position: static;
    padding-bottom: 20px;
  }
  .home .main-text {
    position: static;
    width: 100%;
    transform: translate(0, 0);
  }
  .home .main-text .main-title {
    position: static;
    transform: translate(0, 0);
  }
  .home .main-text .main-title .text-animation {
    position: static;
    margin-top: -50px;
  }
  .home .main-text .main-title .boxes {
    display: none;
  }
  .home .main-text .main-title .figure {
    display: block;
    height: auto;
  }
  .home .main-text .main-title .figure svg {
    width: 100%;
    height: auto;
    height: 100vh;
    margin-top: -20px;
  }
  .home .main-text .main-title .main-subtitle {
    top: 52% !important;
    bottom: auto;
    letter-spacing: 2px !important;
    font-size: 18px;
  }
  .companies-wrap {
    display: none !important;
  }
  #mobile-companies {
    display: block !important;
  }
}
@media (min-width: 469px) and (max-width: 767px) {
  .header {
    padding: 30px;
    padding-bottom: 0px;
  }
  .header .logo {
    padding: 0;
  }
  .about-us .our-offices .title {
    padding-top: 20px;
  }
  .about-us .our-offices .text {
    top: 55%;
    margin-top: 20px;
    font-size: 40px;
  }
  .about-us .our-offices .owl-dots {
    bottom: 50px;
  }
  .about-us .our-team .grid .column2 {
    margin: 0 15px !important;
  }
  .about-us .our-team .grid .column3 .person:nth-child(1) .box {
    width: 14vw !important;
    height: 14vw !important;
  }
  .about-us .our-team .grid .column4 {
    margin: 0 20px !important;
    margin-top: -40px !important;
  }
  .about-us .our-team .grid .column4 .person:nth-child(2) {
    margin-bottom: 20px !important;
  }
  .about-us .our-team .grid .column4 .person:nth-child(4) {
    margin-bottom: -10px !important;
    margin-top: 5px !important;
  }
  .about-us .our-team .grid .column4 .person:nth-child(4) .box {
    width: 12vw !important;
    height: 12vw !important;
  }
  .about-us .our-team .grid .column5 .person:nth-child(2) {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .about-us .our-team .grid .column5 .person:nth-child(1) .box {
    width: 14vw !important;
    height: 14vw !important;
  }
  .about-us .our-team .grid .persons .person {
    height: 12vw;
  }
  .about-us .our-team .grid .persons .person .box {
    border-radius: 15px;
  }
  .about-us .our-team .grid .persons .person .box.opened {
    height: 30vw !important;
    width: 30vw !important;
  }
  .about-us .our-team .grid .persons .person .biggest {
    height: 14vw !important;
    width: 14vw !important;
  }
  .about-us .our-team .grid .persons .person .big {
    height: 12vw !important;
    width: 12vw !important;
  }
  .about-us .our-team .grid .persons .person .medium {
    height: 10vw !important;
    width: 10vw !important;
  }
  .about-us .our-team .grid .persons .person .small {
    height: 9vw !important;
    width: 9vw !important;
  }
  .about-us .our-team .grid .persons .person .no-pic .name-overlay .name {
    bottom: 0px !important;
    font-size: 10px !important;
  }
  .about-us .our-team .grid .persons .person .no-pic.opened .name-overlay .name {
    bottom: 40px !important;
    font-size: 24px !important;
  }
  .services .container .content {
    width: 100%;
    padding: 0 15px;
  }
  .services .container .content ul {
    padding-top: 40px;
  }
  .services .container .content .box {
    margin-bottom: 30px;
  }
  .contact .contact-us .form-container .form {
    width: 90%;
  }
  .contact .contact-us .form-container .title {
    margin-top: 30px;
  }
  .contact .offices {
    padding-top: 250px;
  }
  .contact .offices .office .location-icon {
    display: none;
  }
  .contact .offices .office .icon {
    display: block;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .home {
    position: static;
  }
  .home .mobile-boxes {
    display: block;
  }
  .home .main-text {
    max-width: 100%;
  }
  .home .main-text .main-title .boxes {
    display: none;
  }
  .home .main-text .main-title .figure {
    display: block;
  }
  .home .main-text .main-title .figure svg {
    width: 100%;
    height: 100vh;
    margin-top: -20px;
  }
  .contact .offices {
    padding-top: 100px;
    margin-bottom: 80px;
  }
  .contact .offices .office {
    margin-bottom: 150px;
  }
  .contact .offices .office .location-icon {
    display: none;
  }
  .contact .offices .office .icon {
    display: block;
  }
  .contact .offices .col-sm-4:hover .button {
    background: #f7941d;
  }
  .contact .offices .col-sm-4 .button {
    background: #f7941d;
    width: 70%;
  }
  .contact #form-messages {
    bottom: -50px;
    top: auto;
  }
  .about-us .clients .testimonials {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-us .clients .companies-wrap {
    display: none;
  }
  .about-us .clients #mobile-companies {
    display: block;
  }
  .about-us .clients #mobile-companies .owl-item {
    padding: 0 10vw;
  }
  .services .container ul li .description {
    padding-top: 0px !important;
  }
}
@media (min-width: 768px) and (orientation: portrait) and (max-width: 1023px) {
  .about-us .our-team .grid .column2 {
    margin: 0 15px !important;
  }
  .about-us .our-team .grid .column3 .person:nth-child(1) .box {
    width: 14vw !important;
    height: 14vw !important;
  }
  .about-us .our-team .grid .column4 {
    margin: 0 20px !important;
    margin-top: -40px !important;
  }
  .about-us .our-team .grid .column4 .person:nth-child(2) {
    margin-bottom: 20px !important;
  }
  .about-us .our-team .grid .column4 .person:nth-child(4) .box {
    width: 12vw !important;
    height: 12vw !important;
  }
  .about-us .our-team .grid .column5 .person:nth-child(2) {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .about-us .our-team .grid .column5 .person:nth-child(1) .box {
    width: 14vw !important;
    height: 14vw !important;
  }
  .about-us .our-team .grid .column6 {
    margin: 0 20px !important;
  }
  .about-us .our-team .grid .persons .person {
    height: 13vw;
  }
  .about-us .our-team .grid .persons .person .box {
    border-radius: 15px;
  }
  .about-us .our-team .grid .persons .person .box.opened {
    height: 30vw !important;
    width: 30vw !important;
  }
  .about-us .our-team .grid .persons .person .biggest {
    height: 13vw !important;
    width: 13vw !important;
  }
  .about-us .our-team .grid .persons .person .big {
    height: 12vw !important;
    width: 12vw !important;
  }
  .about-us .our-team .grid .persons .person .medium {
    height: 11vw !important;
    width: 11vw !important;
  }
  .about-us .our-team .grid .persons .person .small {
    height: 9vw !important;
    width: 9vw !important;
  }
  .about-us .our-team .grid .persons .person .no-pic .name-overlay .name {
    bottom: 5px !important;
  }
  .about-us .our-team .grid .persons .person .no-pic.opened .name-overlay .name {
    bottom: 50px !important;
    font-size: 24px !important;
  }
}
@media (max-width: 468px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .description {
    margin-left: 20px;
    margin-right: 20px;
  }
  .header.sticky {
    padding: 20px 30px !important;
  }
  .header.sticky .menu .burger-container.opened {
    top: -20px !important;
    right: -30px !important;
  }
  .header.sticky .menu .burger-container.opened .burger {
    padding: 20px !important;
  }
  .header .logo {
    padding: 0;
  }
  .header .logo img {
    height: 45px;
    width: auto;
  }
  .header .menu .burger-container {
    width: 45px;
    height: 45px;
    min-height: 45px;
  }
  .header .menu .burger-container.opened {
    top: -30px !important;
    right: -30px !important;
    width: 100vw !important;
    height: 100vh !important;
    padding-right: 0px;
    padding-top: 0px;
    border-radius: 0;
  }
  .header .menu .burger-container.opened .menu > ul > li a {
    margin: 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .menu .burger-container.opened .submenu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header .menu .burger-container.opened .burger-footer {
    bottom: 20px;
  }
  .header .menu .burger-container.opened .socials .social {
    width: 30px;
    height: 30px;
  }
  .header .menu .burger-container.opened .text {
    display: none;
  }
  .header .menu .burger-container .burger {
    padding: 13px 10px;
  }
  .about-us .our-story {
    margin-top: 130px;
  }
  .about-us .who-we-are {
    background-attachment: scroll;
  }
  .about-us .who-we-are .container .line {
    margin-top: -50px;
  }
  .about-us .clients .testimonials {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-us .clients .testimonials #testimonials-carousel .testimonial {
    padding: 20px 20px;
  }
  .about-us .our-team .show-more-less {
    display: block;
    background: #f7941d;
    border-radius: 10px;
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    z-index: 9;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding: 15px 0;
  }
  .about-us .our-team .show-more-less:hover {
    cursor: pointer;
  }
  .about-us .our-team .show-more-less .more {
    color: #fff;
  }
  .about-us .our-team .show-more-less .less {
    display: none;
    color: #fff;
  }
  .about-us .our-team .show-more-less.opened {
    bottom: 125px;
  }
  .about-us .our-team .show-more-less.opened .more {
    display: none;
  }
  .about-us .our-team .show-more-less.opened .less {
    display: block;
  }
  .about-us .our-team .grid {
    padding-top: 50px;
  }
  .about-us .our-team .grid .therest {
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding-bottom: 0px;
    margin-bottom: -50px;
    visibility: hidden;
  }
  .about-us .our-team .grid .therest.show {
    visibility: visible;
    height: auto;
    padding-bottom: 200px;
    margin-bottom: -250px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .about-us .our-team .grid .column1,
  .about-us .our-team .grid .column2,
  .about-us .our-team .grid .column3,
  .about-us .our-team .grid .column4,
  .about-us .our-team .grid .column5,
  .about-us .our-team .grid .column6,
  .about-us .our-team .grid .column7 {
    margin: 0;
  }
  .about-us .our-team .grid .persons {
    width: 100% !important;
    display: inline-block;
    padding-top: 0 !important;
  }
  .about-us .our-team .grid .persons.desktop {
    display: none !important;
  }
  .about-us .our-team .grid .persons .person {
    margin-bottom: 10vw;
    width: 49%;
    height: 40vw;
    display: inline-block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 0 !important;
    margin-bottom: 10vw !important;
  }
  .about-us .our-team .grid .persons .person .box {
    width: 40vw !important;
    height: 40vw !important;
    top: auto !important;
    left: auto !important;
    right: 0 !important;
    transform: translate(0, 0) !important;
  }
  .about-us .our-team .grid .persons .person .box .name-overlay .name {
    bottom: 10vw;
  }
  .about-us .our-team .grid .persons .person .box.no-pic .name-overlay .name {
    bottom: 10vw;
  }
  .about-us .our-team .grid .persons .person .box.opened {
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    width: 92vw !important;
    height: 92vw !important;
  }
  .about-us .our-team .grid .persons .person .box.opened.no-pic .name-overlay .name {
    bottom: 30vw;
  }
  .about-us .our-team .grid .persons .person.left .box {
    left: 0px !important;
    right: auto !important;
  }
  .about-us .our-team .grid .persons .person.right .box {
    right: 0px !important;
    left: auto !important;
  }
  .about-us .our-team .grid .persons .person.right .box.opened {
    right: 0 !important;
    top: 0 !important;
    left: auto !important;
  }
  .about-us .our-team .grid .persons .desktop {
    display: none !important;
  }
  .about-us .our-offices .absolute {
    position: relative;
    top: 40px;
    margin-bottom: 70px;
  }
  .about-us .our-offices .absolute .title {
    color: #414042;
  }
  .about-us .our-offices .absolute .subtitle {
    color: #f7941d;
  }
  .about-us .our-offices .owl-carousel .text {
    font-size: 38px;
  }
  .about-us .our-offices .owl-carousel .owl-dots {
    top: 0;
    bottom: auto;
  }
  .services .container .content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }
  .services .container .content ul {
    padding-top: 40px;
  }
  .services .container .content ul li {
    padding-bottom: 50px;
  }
  .services .container .content ul li > div:first-child {
    text-align: center;
    padding-bottom: 40px;
  }
  .services .container .content ul li > div:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .services .container .content ul .description {
    text-align: left;
  }
  .contact .contact-us .form-container {
    margin: 0 -15px;
  }
  .contact .contact-us .form-container .title {
    margin-top: 5px;
  }
  .contact .contact-us .form-container .form {
    border-radius: 0;
    background: rgba(255,255,255,0.4);
    width: 100%;
    padding: 40px;
  }
  .contact .contact-us .form-container .form #form-messages {
    border-radius: 0px;
  }
  .contact .want-to-join .title-link {
    font-size: 24px;
  }
  .contact .offices {
    margin-bottom: 80px;
    padding-top: 40px;
  }
  .contact .offices .office {
    padding-top: 40px;
  }
  .contact .offices .office .location-icon {
    display: none;
  }
  .contact .offices .office .icon {
    display: block;
  }
}
@media (min-width: 1680px) {
  .fadeins img {
    height: 100%;
  }
  .about-us .who-we-are {
    background-size: 100% auto;
    background-position: center;
  }
  .want-to-join .container {
    height: 700px;
  }
  .want-to-join .container .title {
    font-size: 56px;
  }
  .want-to-join .container .subtitle {
    font-size: 22px;
  }
  .want-to-join .container .title-link {
    font-size: 64px;
    padding: 150px;
  }
  .about-us .our-offices .image {
    max-height: 750px;
    padding-bottom: 100px;
  }
  .about-us .our-offices .text {
    font-size: 140px;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  2.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  2.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  2.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  2.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
