@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
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;
}
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: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  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: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.slick-next:before,
.slick-prev:before {
  content: "";
}
.slick-prev {
  left: -80px;
  background: rgba(255, 255, 255, 0.1) url(../img/icon-prev.svg) center center
    no-repeat;
}
.slick-next {
  right: -80px;
  background: rgba(255, 255, 255, 0.1) url(../img/icon-next.svg) center center
    no-repeat;
}
.slick-prev:hover {
  background: rgba(255, 255, 255, 0.2) url(../img/icon-prev.svg) center center
    no-repeat;
}
.slick-next:hover {
  background: rgba(255, 255, 255, 0.2) url(../img/icon-next.svg) center center
    no-repeat;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #656464;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #656464;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 2px solid #555;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
html {
  height: 100%;
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 25px;
  background: #000;
  color: #8f8f8f;
  overflow-x: hidden;
  height: 100%;
}
img {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  pointer-events: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
p {
  margin-bottom: 15px;
}
.h100 {
  height: 100vh;
}
.img-full {
  width: 100%;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.pt-60 {
  padding-top: 60px;
}
.mt-1 {
  margin-top: 50px;
}
.mb-1 {
  margin-bottom: 50px;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0;
}
.p-0 {
  padding: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.wrapper-padding {
  padding: 95px 0;
}
.content-padding {
  padding: 100px;
}
.logo {
  width: 180px;
  display: block;
  padding: 10px 0;
}
.container-fluid {
  padding-right: 60px;
  padding-left: 60px;
}
.rounded-btn {
  background: #e61d54;
  box-shadow: 0 20px 50px -25px #000;
  display: inline-block;
  padding: 15px 40px;
  font-weight: 600;
  border-radius: 30px;
}
.rounded-btn:hover {
  color: #fff;
  box-shadow: 0 20px 70px -25px #000;
}
.ulList {
  margin-left: 20px;
}
.img-box .img-relative {
  position: relative;
  opacity: 0;
  width: 70%;
  display: none;
}
.img-box .img-absolute {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 75% !important;
  opacity: 0.5;
  vertical-align: middle;
}
.img-box:hover .img-absolute {
  opacity: 1;
}
#container {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.topPageTitle {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  width: 30%;
  bottom: 18%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.pageTitle {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
  text-transform: uppercase;
  text-shadow: 0 22px 16px rgba(0, 0, 0, 0.5);
}
.subTitle {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #ebc492;
}
.defaultSpacing {
  margin: 50px auto;
  padding: 50px 0;
}
.defaultSpacingHalf {
  padding: 50px 0;
}
.offsetContent {
  max-width: 380px;
  margin: 30px auto;
  margin-left: 100px;
  padding-left: 15px;
}
.offsetContent.bordered {
  border-left: solid 2px #ebc492;
}
.offsetSubContent {
  max-width: 380px;
  margin: 30px auto;
  margin-left: 150px;
  padding-left: 15px;
}
.bordered-left {
  border-left: solid 2px #ebc492;
  padding-left: 15px;
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.color-primary {
  color: #ebc492;
}
.color-white {
  color: #fff;
}
.inline-list li {
  display: inline-block;
}
a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
a:hover {
  color: #ebc492;
}
.loader-wrapper {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  min-height: 100%;
  min-width: 100%;
}
.loader {
  display: flex;
  flex-wrap: wrap;
  width: 90px;
  height: 90px;
  transform-style: preserve-3d;
  transform: rotateX(45deg) rotate(45deg);
}
.box {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #b68255;
  box-shadow: 112.5px 112.5px 20px #000;
  animation: move 2s ease-in-out infinite both;
  transform-style: preserve-3d;
}
.box:nth-child(1) {
  animation-delay: -1s;
}
.box:nth-child(2) {
  animation-delay: -2s;
}
.box:nth-child(3) {
  animation-delay: -3s;
}
.box:after,
.box:before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
}
.box:before {
  top: 100%;
  left: 0;
  background: #8e4a1f;
  transform-origin: center top;
  transform: rotateX(-90deg);
}
.box:after {
  top: 0;
  left: 100%;
  background: #e0bb8c;
  transform-origin: center left;
  transform: rotateY(90deg);
}
@keyframes move {
  0%,
  100% {
    transform: none;
  }
  12.5% {
    transform: translate(30px, 0);
  }
  25% {
    transform: translate(60px, 0);
  }
  37.5% {
    transform: translate(60px, 30px);
  }
  50% {
    transform: translate(60px, 60px);
  }
  62.5% {
    transform: translate(30px, 60px);
  }
  75% {
    transform: translate(0, 60px);
  }
  87.5% {
    transform: translate(0, 30px);
  }
}
.blob-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  background: #0e0e0e;
  align-items: center;
}
.blob-container .blobs {
  filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  transform-style: preserve-3d;
}
.blob-container .blobs .blob-center {
  transform-style: preserve-3d;
  position: absolute;
  background: #ebc492;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform-origin: left top;
  transform: scale(0.9) translate(-50%, -50%);
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #ebc492;
}
.blob-container .blob {
  position: absolute;
  background: #ebc492;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: blobs ease-out 3.4s infinite;
  transform: scale(0.9) translate(-50%, -50%);
  transform-origin: center top;
  opacity: 0;
}
.blob-container .blob:nth-child(1) {
  animation-delay: 0.2s;
}
.blob-container .blob:nth-child(2) {
  animation-delay: 0.4s;
}
.blob-container .blob:nth-child(3) {
  animation-delay: 0.6s;
}
.blob-container .blob:nth-child(4) {
  animation-delay: 0.8s;
}
.blob-container .blob:nth-child(5) {
  animation-delay: 1s;
}
@keyframes blobs {
  0% {
    opacity: 0;
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,
  65% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@keyframes blob-grow {
  0%,
  39% {
    transform: scale(0) translate(-50%, -50%);
  }
  40%,
  42% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%,
  44% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%,
  46% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%,
  48% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%,
  70% {
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%,
  81% {
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%,
  83% {
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%,
  85% {
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%,
  87% {
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%,
  91% {
    transform: scale(1, 0.9) translate(-50%, -50%);
  }
  100%,
  92% {
    transform: scale(0) translate(-50%, -50%);
  }
}
.blob-container svg {
  display: none;
}
.top-layer {
  position: relative;
  z-index: 2;
}
.page-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  padding: 10px 0;
  background: 0 0;
  transition: 0.2s background ease;
}
.page-header.active {
  background: rgba(0, 0, 0, 0.9);
}
.page-header .top-links {
  list-style: none;
  text-align: right;
}
.page-header .top-links li {
  display: inline-block;
  vertical-align: middle;
}
.page-header .top-links li a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  margin-right: 20px;
  padding-top: 4px;
  transition: 0.2s all ease;
}
.page-header .top-links li a img {
  height: 20px;
  transition: 0.2s all ease;
}
.page-header .top-links li a:hover img {
  transform: scale(1.1);
  transition: 0.2s all ease;
}
.nav-btn {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 80px;
  top: 20px;
  display: block;
  z-index: 400;
  cursor: pointer;
}
.nav-btn .nav-btn-icon {
  background: url(../img/menu-dot.svg) bottom left no-repeat;
  width: 15px;
  height: 15px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 22px;
  left: 40px;
}
.nav-btn .nav-btn-icon:before {
  content: "";
  background: url(../img/menu.svg) bottom left no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -32px;
  left: 6px;
}
.page-navigation {
  display: none;
  position: fixed;
  top: 0;
  right: -476px;
  width: 100%;
  height: 100vh;
  background: #0e0e0e;
  box-shadow: -10px 0 13px 0 rgba(0, 0, 0, 0.4);
  z-index: 7000000;
  transition: 0.4s all;
}
.page-navigation.active {
  right: 0;
}
.page-navigation .logo {
  margin-top: 20px;
}
.page-navigation ul {
  width: 100%;
}
.page-navigation ul li {
  list-style: none;
  margin: 25px;
}
.page-navigation ul li a {
  font-size: 26px;
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
}
.page-navigation ul li.level-1 .sub-menu {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.page-navigation ul li.level-1 .sub-menu li {
  margin: 0;
}
.page-navigation ul li.level-1:hover .sub-menu {
  height: 110px;
  opacity: 1;
}
.page-navigation ul li.level-1:hover .sub-menu li {
  margin: 25px;
}
.page-navigation .close-btn {
  position: absolute;
  top: 40px;
  right: 30px;
  color: #fff;
  font-size: 50px;
}
.nav-menu ul {
  list-style: none;
}
.nav-menu ul.main-menu {
  display: flex;
  justify-content: space-between;
}
.nav-menu ul.main-menu li {
  position: relative;
}
.nav-menu ul.main-menu li.level-1 .sub-menu {
  display: none;
  position: absolute;
  left: -23px;
  width: 100%;
  min-width: 200px;
  padding: 10px 0;
  background: #000;
  padding-left: 20px;
}
.nav-menu ul.main-menu li.level-1 .sub-menu li a {
  margin: 6px 0;
}
.nav-menu ul.main-menu li.level-1 .sub-menu li a:hover span:after {
  width: 25%;
}
.nav-menu ul.main-menu li.level-1:hover .sub-menu {
  display: block;
}
.nav-menu ul.main-menu li a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: none;
  font-weight: 400;
}
.nav-menu ul.main-menu li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  opacity: 0;
  background: #8e4a1f;
  background: linear-gradient(90deg, #8e4a1f 0, #8e4a1f 35%, #ebc492 100%);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.link-effect {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}
.link-effect span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}
.link-effect span::before {
  content: attr(data-content);
  display: inline-block;
  color: #ebc492;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}
.link-effect span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  opacity: 0;
  height: 3px;
  background: #8e4a1f;
  background: linear-gradient(90deg, #8e4a1f 0, #8e4a1f 35%, #ebc492 100%);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.link-effect:hover {
  color: #fff;
}
.link-effect:hover span {
  transform: translateX(0);
}
.link-effect:hover span::before {
  transform: translateX(0);
}
.link-effect:hover span:after {
  width: 100%;
  opacity: 1;
}
.link-effect.brandLink {
  left: 44%;
  bottom: 60px;
}
.button_container {
  display: none;
  background: 0 0;
  border: none;
  position: relative;
  cursor: pointer;
  z-index: 60000;
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container:focus {
  outline: 0;
}
.button_container span {
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  background: #fff;
}
.button_container span:first-child {
  width: 20px;
  right: 0;
  top: 0;
}
.button_container span:nth-of-type(2) {
  top: 10px;
  width: 30px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
  width: 20px;
}
.button_container:hover {
  opacity: 0.7;
}
.top-spacing {
  padding-top: 100px;
  z-index: 101;
  position: relative;
}
.top-spacing.extra-spacing {
  margin-top: 50px;
}
.home-top {
  position: relative;
  height: calc(100vh - 55px);
}
.home-top .three_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-top p {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  width: 25%;
  text-transform: uppercase;
  margin-bottom: 5%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 26%;
  color: #fff;
  letter-spacing: 3.2px;
}
.home-top .custom-height {
  height: calc(100vh - 55px);
}
.video_container {
  position: relative;
  padding-bottom: 40.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video_container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video_container embed,
.video_container iframe,
.video_container object {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding-left: 70px;
  padding-right: 70px;
}
.counter-box {
  text-align: center;
}
.counter-box .counter {
  font-size: 60px;
  margin-bottom: 0;
}
.counter-box .counter:after {
  content: attr(data-next);
  margin-left: 10px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 45px;
  line-height: 70px;
}
.counter-box span {
  font-weight: 700;
}
.top-spacing.extra-spacing {
  margin-top: 0;
}
.how-image {
  background: url(../img/how-background.svg) center center no-repeat;
  background-size: contain;
}
.how-image div {
  text-align: center;
}
.how-image svg {
  width: 500px;
}
.how-image #implementation svg {
  width: 600px;
}
.how-slider-indicator {
  text-align: center;
  margin-top: 30px;
}
.top-tabs {
  padding: 10px 0;
  text-align: left;
}
.top-tabs .custom-tab-buttons {
  display: block;
  white-space: nowrap;
  overflow: auto;
}
.top-tabs .custom-tab-buttons li {
  padding: 0;
  display: inline-block;
  width: auto;
}
#xmas-gallery,
.woc-into {
  overflow: hidden;
}
.woc-into .content-padding {
  padding: 30px 100px;
}
.processSection {
  position: relative;
}
.processSection p {
  max-width: 450px;
}
.threeTrigger {
  padding: 50px 0;
}
.wocSection p {
  max-width: 450px;
}
.wocSection .offset {
  margin-left: 100px;
}
.clients-section {
  overflow: hidden;
}
.clients-slider img {
  padding: 0 20px;
  width: 150px;
  opacity: 0.5;
}
.clients-slider {
  padding: 30px 0;
}
.clients-slider .slick-slide:hover .client-img {
  opacity: 1;
}
.testimonial-section {
  overflow: hidden;
}
.testimonial-section .single-testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-section .single-testimonial img {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  margin-right: 75px;
}
.testimonial-slider {
  padding: 30px 0;
}
.linkStyle {
  margin-top: 10px;
}
.linkStyle span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  cursor: pointer;
  font-weight: 500;
  color: #ebc492;
}
.linkStyle span img {
  display: block;
  max-width: 20px;
}
.linkStyle span.text {
  position: relative;
  color: #fff;
}
.linkStyle span.text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ebc492;
}
.projects-slider .slick-slide img {
  padding: 30px 10px;
  width: 100%;
  max-width: 600px;
}
.social-linkedin {
  width: 15px;
  height: 15px;
}
.how-text-slider {
  margin: 50px auto 0 !important;
}
.how-text-slider .pageTitle {
  text-shadow: none;
  margin-top: 35px;
}
.desktop-how-indicator .slick-list,
.desktop-how-indicator .slick-track {
  transform: none !important;
}
.desktop-how-indicator .slick-slide p {
  text-align: center;
  display: inline-block;
  color: #fff;
  position: relative;
}
.desktop-how-indicator .slick-slide p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 3px;
  opacity: 0;
  background: #8e4a1f;
  background: linear-gradient(90deg, #8e4a1f 0, #8e4a1f 35%, #ebc492 100%);
  margin: 2px auto;
  -webkit-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.desktop-how-indicator .slick-slide.slick-current.slick-active p:after {
  width: 100%;
  opacity: 1;
}
.desktop-hidden
  .how-slider-indicator
  .slick-current.slick-active
  .link-effect
  span:after {
  width: 100%;
  opacity: 1;
}
.card-list .card-block {
  display: flex;
  margin-bottom: 20px;
}
.card-list .card-block:last-child {
  margin-bottom: 0;
}
.card-list .card-block .image img {
  width: 150px;
  padding-right: 20px;
  display: block;
}
.top-tabs {
  padding: 20px;
  text-align: center;
}
.top-tabs ul li {
  display: inline-block;
}
.top-tabs ul li a,
.top-tabs ul li button {
  background: 0 0;
  border: none;
  outline: 0;
  padding: 5px 20px;
  font-weight: 500;
  position: relative;
  display: block;
}
.top-tabs ul li a:after,
.top-tabs ul li button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  opacity: 0;
  background: #8e4a1f;
  background: linear-gradient(90deg, #8e4a1f 0, #8e4a1f 35%, #ebc492 100%);
  margin: 0 auto;
  -webkit-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.top-tabs ul li a.active,
.top-tabs ul li a.mixitup-control-active,
.top-tabs ul li a:hover,
.top-tabs ul li button.active,
.top-tabs ul li button.mixitup-control-active,
.top-tabs ul li button:hover {
  color: #ebc492;
}
.top-tabs ul li a.active:after,
.top-tabs ul li a.mixitup-control-active:after,
.top-tabs ul li a:hover:after,
.top-tabs ul li button.active:after,
.top-tabs ul li button.mixitup-control-active:after,
.top-tabs ul li button:hover:after {
  width: 40px;
  opacity: 1;
}
.case-stydy-container .case-study-block {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.case-stydy-container .case-study-block a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.case-stydy-container .case-study-block a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.case-stydy-container .case-study-block .work-img {
  position: relative;
}
.case-stydy-container .case-study-block .work-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.case-stydy-container .case-study-block .work-details {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transform: translateY(100%);
  opacity: 0;
}
.case-stydy-container .case-study-block .work-details a span {
  border-bottom: 1px solid;
  display: inline-block;
}
.case-stydy-container .case-study-block .work-details h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.case-stydy-container .case-study-block p {
  color: #fff;
  padding: 0 20px;
}
.case-stydy-container .case-study-block:hover .work-details {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.case-stydy-container .case-study-block:hover .work-img:after {
  background: rgba(0, 0, 0, 0.9);
}
.case-stydy-container .case-study-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.privacy .subTitle {
  margin-top: 25px;
  margin-bottom: 0;
}
.materail-button {
  position: relative;
  z-index: 1;
  margin: auto;
  background-color: #ebc492;
  border: solid 1px #ebc492;
  border-radius: 40px;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  font-weight: 700;
  outline: 0;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.materail-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 10px;
  height: 10px;
  margin: 20px auto 0;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
}
.materail-button:hover {
  background: 0 0;
  color: #fff;
}
.materail-button:hover::before {
  transform: scale(30);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  animation: mymove 0.5s;
  -moz-animation: mymove 0.5s;
  -webkit-animation: mymove 0.5s;
}
@keyframes mymove {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.contact {
  position: relative;
}
.contact .pageTitle {
  margin-bottom: 10px;
}
.contact .row {
  height: 92vh;
}
.contact-details {
  list-style: none;
}
.contact-details li {
  position: relative;
  padding-left: 30px;
  margin: 30px auto;
  color: #fff;
}
.contact-details li:last-child {
  margin-bottom: 0;
}
.contact-details li span.icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}
.contact-details li span.icon.icon-contact {
  background: url(../img/icon-call.svg) center center no-repeat;
  background-size: 20px;
}
.contact-details li span.icon.icon-email {
  background: url(../img/icon-email.svg) center center no-repeat;
  background-size: 20px;
}
.contact-details li span.icon.icon-address {
  background: url(../img/icon-location.svg) center center no-repeat;
  background-size: 20px;
}
.contact-form-block form .materail-button {
  margin-top: 30px;
}
.contact-form-block form .material {
  margin: 0 0 25px;
}
.map-container iframe {
  width: 100%;
  height: 350px;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.material {
  border: none;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
}
.material.error-block {
  margin-bottom: 25px;
}
.material label {
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #fff;
  left: 0;
  top: 14px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.material div.error {
  position: absolute;
  bottom: -23px;
  right: 0;
  text-align: right;
  color: red;
  font-size: 12px;
}
.material.input label {
  left: 0;
  top: -14px;
  font-size: 12px;
}
.material.select {
  margin-top: 45px;
}
.material.select label {
  left: 0;
  top: -16px;
  font-size: 14px;
}
.material input,
.material textarea {
  background: 0 0;
  padding: 10px 0;
  display: block;
  resize: none;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dadada;
  appearance: none;
  -webkit-appearance: none;
}
.material input.error-msg,
.material textarea.error-msg {
  border-bottom: solid 1px red;
}
.material input:focus,
.material textarea:focus {
  outline: 0;
}
.material input::placeholder,
.material textarea::placeholder {
  color: transparent;
}
.material input:placeholder-shown ~ label,
.material textarea:placeholder-shown ~ label {
  left: 0;
  top: 10px;
  font-size: 14px;
}
.material input:focus ~ label,
.material textarea:focus ~ label {
  top: -14px;
  font-size: 12px;
  color: #ebc492;
}
.material input:focus ~ .bar:before,
.material textarea:focus ~ .bar:before {
  width: 100%;
  background: #ebc492;
}
.material input:active ~ label,
.material textarea:active ~ label {
  top: -14px;
  font-size: 12px;
  color: #ebc492;
}
.material input:active ~ .bar:before,
.material textarea:active ~ .bar:before {
  width: 100%;
  background: #ebc492;
}
.material input:focus-within ~ label,
.material textarea:focus-within ~ label {
  top: -14px;
  font-size: 12px;
  color: #ebc492;
}
.material input:focus-within ~ .bar:before,
.material textarea:focus-within ~ .bar:before {
  width: 100%;
  background: #ebc492;
}
.material select {
  font-size: 14px;
  background: 0 0;
  padding: 5px 0 5px 0;
  display: block;
  resize: none;
  width: 100%;
  color: #fff;
  background: #0e0e0e;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dadada;
}
.material select.error-msg {
  border-bottom: solid 1px red;
}
.material select:focus {
  outline: 0;
}
.material select:focus ~ label,
.material select:valid ~ label {
  top: -22px;
  font-size: 12px;
  color: #fff;
}
.material select:focus ~ .bar:before {
  width: 100%;
}
.material span.error-msg {
  font-size: 12px;
  color: red;
  position: absolute;
  bottom: -18px;
}
.material .bar {
  position: relative;
  display: block;
  width: 100%;
}
.material .bar:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #c1c1c1;
  -webkit-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  transition: 0.3s ease all;
  left: 0;
}
.material.error input,
.material.error select,
.material.error textarea {
  border-bottom: solid 1px red;
}
.material.error .bar:before {
  background: red;
}
.file-upload {
  display: inline-block;
  margin-bottom: 50px;
  border-radius: 5px;
  margin-top: 20px;
}
.file-upload .error {
  position: absolute;
  bottom: 40px;
  right: 18px;
  text-align: right;
  color: red;
  font-size: 12px;
  font-weight: 400;
}
.file-upload-input {
  position: absolute;
  left: -9999px;
}
.attachment {
  position: absolute;
  left: 15px;
  top: 30px;
  width: 12px;
  z-index: 2;
}
label[for="file_upload"] {
  padding: 0.5em;
  padding-left: 15px;
  display: inline-block;
  background: #0e0e0e;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  font-weight: 700;
}
label[for="file_upload"]:hover {
  background: #0e0e0e;
}
#filename {
  padding: 0.5em;
  float: left;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  background: #0e0e0e;
  position: relative;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
}
#filename:before {
  content: "";
  border-right: 1px solid #fff;
  height: 22px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}
.form-failure-box,
.form-success-box {
  display: none;
}
.form_hidden {
  display: none;
}
.apply-now-section {
  position: fixed;
  width: 100%;
  background: #0e0e0e;
  padding-top: 40px;
  height: 0;
  bottom: -100%;
  transform: translateY(1000%);
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: 0.4s transform ease, 0.4s height ease;
}
.apply-now-section .close {
  display: block;
  text-align: right;
  padding: 10px 0;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 2%;
  right: 10%;
  z-index: 3;
}
.apply-now-section .pageTitle {
  margin-top: 35px;
  margin-bottom: 20px;
}
.apply-now-section .default-form {
  padding-left: 30px;
}
.apply-now-section.active {
  height: 100vh;
  transform: translateY(0);
  z-index: 900000;
  opacity: 1;
  bottom: 0;
  transition: 0.4s bottom ease, 0.4s height ease;
}
.job-title {
  padding-top: 20px;
}
.job-description {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 600px;
  padding: 0 15px 20px 0;
}
.job-description ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.job-description ul li:before {
  content: "•";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.job-description .inner-content h3 {
  font-weight: 400;
}
main {
  opacity: 0;
  visibility: hidden;
}
.about-main #three_container {
  position: absolute;
  left: -450px;
  top: -100px;
}
.our-people-section p {
  padding-right: 80px;
}
.our-people-section img {
  width: 100%;
  padding: 0 20px;
}
.how-we-wrok {
  background: rgba(27, 27, 27, 0.5);
  padding: 40px 0;
}
.how-we-wrok .subTitle {
  margin-top: 30px;
}
.achivement-section {
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
}
.achivement-section .slick-list {
  overflow: visible !important;
}
.achivement-section .owl-theme .owl-nav {
  margin-top: 50px;
}
.clients-list {
  margin-bottom: -2px;
}
.clients-list:first-child {
  border-bottom: none;
}
.clients-list .col {
  padding: 0;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.clients-list .img-box img {
  width: 75%;
}
.achievements-section {
  min-height: calc(100vh - 156px);
}
.achievementSlider .item {
  padding: 10px;
}
.about-achievement-block {
  display: block;
  max-width: 500px;
  background: #000513;
}
.about-achievement-block .content-block {
  padding: 15px;
}
.about-achievement-block .acheivement-img {
  height: 100%;
  min-height: 400px;
}
.decor-block {
  background: rgba(27, 27, 27, 0.5);
  color: rgba(255, 255, 255, 0.5);
  padding: 50px 80px;
}
.decor-block h3 {
  margin-top: 25px;
  font-weight: 500;
}
.decor-block h3.wave-title {
  position: relative;
}
.decor-block h3.wave-title:before {
  content: "";
  background: url(../img/wave_yellow.svg) no-repeat;
  display: block;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
}
.decor-block h3.wave-title.title-spacing {
  margin-top: 80px;
}
.decor-block p {
  color: inherit;
  padding-right: 35px;
}
.about-text-rotate-anim {
  margin-top: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
}
.achievement-slider .owl-stage-outer {
  overflow: visible;
}
.achievement-slider .owl-nav button.owl-next:focus,
.achievement-slider .owl-nav button.owl-prev:focus {
  outline: 0;
}
.achievement-slider .owl-next {
  width: 30px;
}
.achievement-slider .owl-nav:focus,
.achievement-slider .owl-nav:hover {
  background: 0 0;
}
.achievement-slider .item {
  width: 650px;
  height: 450px;
  position: relative;
  overflow: hidden;
  transition: 0.2s all ease;
}
.achievement-slider .item .item-data {
  position: relative;
  display: block;
}
.achievement-slider .item .item-data:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(14, 14, 14, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.achievement-slider .item .item-data:hover {
  color: #fff;
}
.achievement-slider .item .item-data img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.achievement-slider .item .achievement-details {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transform: translateY(100%);
  opacity: 0;
}
.achievement-slider .item .achievement-details a {
  display: block;
  border-bottom: 1px solid;
}
.achievement-slider .item h3 {
  margin-bottom: 0;
}
.achievement-slider .item span {
  color: #fff;
  display: block;
  width: 650px;
  margin: 0 auto;
  padding: 25px 35px 0;
  text-align: center;
}
.achievement-slider .item p {
  color: #fff;
}
.achievement-slider .item:hover .achievement-details {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.achievement-slider .item:hover .item-data:after {
  background: rgba(14, 14, 14, 0.9);
}
.achievement-slider .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.woc_logo {
  max-width: 250px;
  margin: 50px auto;
  display: block;
}
.video-box {
  position: relative;
  margin-bottom: 60px;
}
.video-box .bells {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 2;
  transform: rotate(-45deg);
}
.video-box .bells img {
  width: 200px;
  display: block;
}
.video-box .starts {
  position: absolute;
  top: 200px;
  right: -50px;
  z-index: 2;
}
.video-box .starts img {
  width: 80px;
  display: block;
}
.video-box .hanging-balls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.video-box .hanging-balls img {
  width: 80px;
  display: block;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  height: 100%;
}
.masonry div {
  width: 25%;
  padding: 8px;
}
.masonry div .item {
  margin: 0;
  display: block;
}
.masonry div .item img {
  display: block;
  width: 100%;
}
ul.icon-list {
  list-style: none;
  display: block;
  padding: 0;
  margin-bottom: 20px;
}
ul.icon-list li {
  display: inline-block;
  width: 49%;
}
ul.icon-list li .media-block {
  display: block;
  margin: 20px auto;
  color: #fff;
}
ul.icon-list li .media-block img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
ul.icon-list li .media-block span {
  display: inline-block;
  vertical-align: middle;
}
.woc-imgs {
  background-size: cover;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.1);
}
.woc-imgs.big-img {
  width: 430px;
  height: 430px;
  top: 100px;
}
.woc-imgs.small-img {
  width: 260px;
  height: 260px;
  right: 65px;
  float: right;
  top: -100px;
  -webkit-box-shadow: 0 -1px 18px 0 #09001d;
  -moz-box-shadow: 0 -1px 18px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 -1px 18px 0 #09001d;
}
.item {
  margin-right: 10px;
}
#xmas-gallery {
  position: relative;
  z-index: 1;
}
.achievements-title {
  margin-top: 40px;
}
p.meta-info {
  margin-bottom: 4px;
  font-size: 12px;
  opacity: 0.4;
  padding-left: 50px;
  padding-top: 4px;
}
p.meta-info span.middot {
  margin: 0 4px;
}
.blog-item {
  position: relative;
  padding: 30px;
}
.blog-item a.image-link {
  display: block;
  max-height: 300px;
  overflow: hidden;
}
.blog-item a.image-link img {
  width: 100%;
}
.blog-item h2 {
  margin-top: 6px;
  text-transform: uppercase;
}
.date {
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  width: 64px;
  height: 64px;
  background-color: #ebc492;
  text-align: center;
  padding-top: 6px;
}
.date span {
  display: block;
}
.date span.date-value {
  font-weight: 600;
  font-size: 20px;
}
.sidebar {
  margin-top: 30px;
  padding-left: 30px;
}
.sidebar ul {
  list-style: none;
}
.sidebar .widget#tags-widget {
  margin-top: 40px;
}
.sidebar .widget h3 {
  font-weight: 600;
}
.sidebar .widget h3.widget-title {
  opacity: 0.6;
}
.sidebar .widget .archive-list .archive-block.active h3:after {
  transform: rotate(0);
}
.sidebar .widget .archive-list .archive-block h3 {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 6px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in;
}
.sidebar .widget .archive-list .archive-block h3:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-size: 12px;
  background: transparent url(../img/icon-caret.svg) center center no-repeat;
  top: 6px;
  right: 4px;
  transform: rotate(180deg);
}
.sidebar .widget .archive-list .archive-block ul {
  display: none;
  list-style: none;
  padding-bottom: 20px;
}
.sidebar .widget .archive-list .archive-block ul.active {
  display: block;
}
.sidebar .widget .archive-list .archive-block ul li {
  opacity: 0.6;
  position: relative;
  padding-left: 10px;
}
.sidebar .widget .archive-list .archive-block ul li:after {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.sidebar .widget .archive-list .archive-block ul li:hover {
  opacity: 1;
  text-decoration: underline;
}
.sidebar .widget .archive-list .archive-block ul li:hover a {
  color: #ebc492;
}
.sidebar .widget .archive-list .archive-block ul li:hover:after {
  background: #ebc492;
}
.meta-tags {
  margin-top: 20px;
}
.meta-tags li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  opacity: 0.6;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  margin-right: 10px;
}
.meta-tags li a {
  display: block;
  padding: 0 12px;
}
.meta-tags li:hover {
  border-color: #ebc492;
}
.blog-single-page .meta-tags {
  display: inline;
}
.blog-single-page span.widget-title {
  font-weight: 600;
  margin-right: 10px;
}
.meta-info.article-date {
  padding-left: 0;
  text-align: left;
}
.viewAllArticles {
  margin-bottom: 15px;
  display: inline-block;
}
.blogSingleTitle {
  font-size: 20px;
  text-transform: uppercase;
}
.content {
  margin-top: 20px;
}
.content p {
  margin: 20px;
  opacity: 0.8;
}
.blog-meta .container {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 20px;
  padding-bottom: 50px;
}
.social-links.share-icons {
  text-align: right;
}
.social-links.share-icons:before {
  content: "Share it";
}
.page-footer {
  background: #1b1b1b;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.page-footer a {
  color: #ebc492;
}
.page-footer .icon-text {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.page-footer .icon-text span {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}
.page-footer .icon-text span.icon-contact {
  background: url(../img/icon-call.svg) center center no-repeat;
  background-size: 20px;
}
.page-footer .icon-text span.icon-email {
  background: url(../img/icon-email.svg) center center no-repeat;
  background-size: 20px;
}
.page-footer .icon-text span.icon-address {
  background: url(../img/icon-location.svg) center center no-repeat;
  background-size: 20px;
}
.page-footer .footer-links li {
  margin-left: 10px;
}
.page-footer .bottom-level {
  position: relative;
  padding: 15px 0;
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
.page-footer .bottom-level p {
  margin-bottom: 0;
}
.page-footer .bottom-level:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: -15px;
  width: calc(100% + 40px);
  height: 100%;
  z-index: -1;
}
.page-footer .bottom-level a {
  color: #ebc492;
  cursor: pointer;
}
.page-footer .bottom-level a:hover {
  color: #fff;
}
.social-links:before {
  content: "Follow Us";
  color: #ebc492;
  display: inline-block;
  font-weight: 700;
  vertical-align: top;
  line-height: 22px;
}
.social-links li {
  margin-left: 10px;
}
.tab-container {
  position: relative;
  height: 90vh;
}
.tab-container .tab {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.tab-container .tab.active {
  opacity: 1;
  visibility: visible;
}
.what-we-offer-gallery .slick-dots {
  bottom: -40px;
}
.what-we-offer-gallery .slick-dots li button:before {
  background: #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.what-we-offer-gallery .slick-dots li.slick-active button:before {
  background: #ebc492;
}
.what-we-offer-gallery .gallery img {
  margin: auto;
  max-height: 500px;
  padding: 0 10px;
}
.career-gallery figure {
  margin: 0;
}
.career-gallery-slider .gallery-block a {
  margin-bottom: 15px;
}
.career-gallery-slider .gallery-block.odd img {
  max-height: 200px;
  max-width: 350px;
  width: 100%;
}
.career-gallery-slider .gallery-block.even img {
  max-height: 410px;
  height: 100%;
  width: 100%;
}
.project-single {
  position: relative;
  padding: 30px;
  background: #0e0e0e;
}
.project-single .achievement-title {
  text-transform: uppercase;
}
.project-single .single-slider {
  margin: 40px 0;
}
.project-single .single-slider .slick-slide img {
  margin: 0 auto;
  height: 100%;
  max-height: 600px;
}
.close-btn {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 35px;
  z-index: 1000;
}
.body-popup #morphing,
.body-popup .page-footer,
.body-popup .page-header {
  display: none !important;
}
.project-single {
  overflow: hidden;
}
.project-slider img,
.single-achivement-slider img {
  max-height: calc(100vh - 335px);
  max-width: unset;
  width: auto !important;
}
.single-achivement-slider .owl-nav {
  display: block;
}
.single-achivement-slider .owl-nav .owl-next {
  width: 25px;
}
.single-achivement-slider button:focus {
  outline: 0;
}
.project-img {
  position: relative;
  margin: 0 15px;
}
.slick-initialized .project-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.slick-current .project-img:after {
  background: rgba(0, 0, 0, 0);
}
.projects-section {
  padding-bottom: 0;
}
.project-details {
  overflow: hidden;
  position: relative;
}
.project-details .our-project-slider .owl-stage-outer {
  overflow: visible;
}
.project-details .our-project-slider img {
  max-height: calc(100vh - 220px);
  max-width: unset;
  width: auto;
  margin: 0 10px;
}
.project-arrow {
  display: flex;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.project-arrow .arrow {
  margin: 0 10px;
}
.project-arrow .arrow img {
  vertical-align: middle;
  width: 30px;
}
.project-arrow .inner-prev {
  position: relative;
}
.project-arrow .inner-next img {
  transform: rotate(180deg);
  position: relative;
  left: -22px;
  bottom: -1px;
}
.next-prev-arrow {
  color: #ebc492;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 30px 30px 0px 30px;
}
.next-prev-arrow a {
  color: inherit;
  display: block;
  cursor: pointer;
}
.next-prev-arrow a img {
  vertical-align: middle;
  width: 20px;
}
.next-prev-arrow a.prev-arrow img {
  margin-right: 10px;
}
.next-prev-arrow a.next-arrow img {
  margin-left: 10px;
}
.project-content {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100px;
  height: 100%;
  background: #1b1b1b;
  cursor: pointer;
  box-shadow: -12px 0 9px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.project-content .open-title {
  transform: rotate(-90deg);
  width: 100%;
  position: absolute;
  bottom: 185px;
  right: -118px;
  text-transform: uppercase;
  margin-bottom: 0;
  min-width: 330px;
  letter-spacing: 2px;
}
.project-content.active {
  width: 450px;
}
.project-content.active .row {
  height: 62vh;
}
.project-content.active .open-title {
  display: none;
}
.project-content.active .title-block {
  display: none;
}
.project-content.active .expand-block {
  display: block;
  opacity: 1;
}
.project-content .title-block {
  padding: 20px 0;
}
.project-content .title-block .go-arrow {
  cursor: pointer;
  text-align: center;
  width: 100px;
}
.project-content .title-block .go-arrow img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.project-content .expand-block {
  color: rgba(255, 255, 255, 0.5);
  display: none;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.project-content .expand-block .top-header {
  background: #333;
  position: sticky;
  padding: 20px;
}
.project-content .expand-block .top-header h3 {
  margin-bottom: 0;
}
.project-content .expand-block .top-header .location {
  color: #ebc492;
  margin-bottom: 0;
  font-size: 14px;
}
.project-content .expand-block .top-header .back-arrow {
  position: absolute;
  right: 40px;
  top: 20px;
  cursor: pointer;
}
.project-content .expand-block .top-header .back-arrow img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.project-content .expand-block .project-content-slider .slick-slide {
  height: 550px;
}
.project-content .expand-block .project-content-slider .slick-prev {
  left: 40%;
  top: auto;
  bottom: 130px;
  z-index: 1;
  background: url(../img/icon-prev-white.svg) center center no-repeat;
}
.project-content .expand-block .project-content-slider .slick-prev:after {
  content: "|";
  display: block;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  font-size: 12px;
  right: -10px;
  top: 19px;
}
.project-content .expand-block .project-content-slider .slick-next {
  right: 40%;
  top: auto;
  bottom: 130px;
  z-index: 1;
  background: url(../img/icon-next-white.svg) center center no-repeat;
}
.project-content .expand-block .middle-block {
  width: 100%;
  height: calc(72vh - 140px);
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
}
.project-content .expand-block .middle-block p {
  white-space: pre-line;
}
.default-slider .slick-prev {
  bottom: -75px;
  top: auto;
  left: 46%;
  background: url(../img/icon-prev-white.svg) center center no-repeat;
}
.default-slider .slick-prev:after {
  content: "|";
  display: block;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  font-size: 12px;
  right: -10%;
  top: 19px;
}
.default-slider .slick-next {
  bottom: -75px;
  top: auto;
  right: 46%;
  background: url(../img/icon-next-white.svg) center center no-repeat;
}
.team-section-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  transition: 0.2s height ease;
}
.team-section-wrapper .team-section {
  background: #1b1b1b;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.team-section-wrapper .team-section .tab-label {
  font-size: 40px;
}
.team-section-wrapper .team-section .team-slider {
  margin-top: 55px;
  margin-bottom: 55px;
}
.team-section-wrapper .team-section .team-slider .owl-nav {
  display: block;
}
.team-section-wrapper .team-section .team-slider .owl-nav .owl-next {
  width: 25px;
}
.team-section-wrapper .team-section .team-slider button:focus {
  outline: 0;
}
.team-section-wrapper .team-section .job-block {
  padding: 25px;
  border-radius: 12px;
  margin: 15px;
  background: #4a4a4a;
  box-shadow: -10px 0 13px 0 rgba(0, 0, 0, 0.4);
}
.team-section-wrapper .team-section .job-block p {
  color: #000;
  font-size: 14px;
}
.team-section-wrapper .team-section .job-block .title-block {
  display: flex;
  justify-content: space-between;
}
.team-section-wrapper .tabs {
  padding-left: 50px;
  padding-right: 45px;
  height: 90px;
}
.team-section-wrapper.active {
  height: 100vh;
  transition: 0.2s height ease;
}
.team-section-wrapper.active .tabs {
  height: 100%;
}
.tabs {
  overflow: hidden;
}
.tab {
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.tab label {
  font-weight: 700;
  font-size: 30px;
  cursor: pointer;
  position: relative;
  padding: 35px 0;
  display: block;
}
.tab label span {
  font-size: 16px;
  font-weight: 400;
}
.tab label::after {
  content: "";
  background: url(../img/close.svg) no-repeat center;
  background-size: 20px;
  width: 30px;
  height: 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 35px;
  transform: rotate(45deg);
  transition: all 0.6s ease;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab-content {
  max-height: 0;
  color: rgba(255, 255, 255, 0.5);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}
.tab input:checked + .tab-label::after {
  transform: rotate(0);
}
.tab input:checked ~ .tab-content {
  max-height: 100vh;
  visibility: visible;
  opacity: 1;
}
.star-bottom,
.star-top {
  position: relative;
  display: block;
}
.star-bottom::after,
.star-bottom::before,
.star-top::after,
.star-top::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #0e0e0e;
  border-radius: 25%;
  position: absolute;
}
.star-top::before {
  top: -12px;
  left: -12px;
}
.star-top::after {
  bottom: -12px;
  left: 12px;
}
.star-bottom::before {
  top: 12px;
  left: -12px;
}
.star-bottom::after {
  top: 12px;
  left: 12px;
}
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes glitter {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  75% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes glitter {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  75% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.logoMove {
  padding: 40px 80px;
}
.cardWrap {
  margin: 10px;
  -webkit-transform: perspective(800px);
  transform: perspective(800px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
.cardWrap:hover .cardInfo {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cardWrap:hover .cardInfo p {
  opacity: 1;
}
.cardWrap:hover .cardBg {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}
.cardWrap:hover .card {
  -webkit-transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.card {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 450px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.cardBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}
#container {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
#container figure {
  margin: 0;
}
.star {
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 6px #fff, inset 0 0 6px #fff;
  -webkit-animation: glitter 3.5s linear 0s infinite normal;
  -moz-animation: glitter 3.5s linear 0s infinite normal;
  -ms-animation: glitter 3.5s linear 0s infinite normal;
  -o-animation: glitter 3.5s linear 0s infinite normal;
  animation: glitter 3.5s linear 0s infinite normal;
}
.star-bottom,
.star-top {
  position: relative;
  display: block;
}
.star-bottom::after,
.star-bottom::before,
.star-top::after,
.star-top::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #0e0e0e;
  border-radius: 50%;
  position: absolute;
}
.star-top::before {
  top: -12px;
  left: -12px;
}
.star-top::after {
  bottom: -12px;
  left: 12px;
}
.star-bottom::before {
  top: 12px;
  left: -12px;
}
.star-bottom::after {
  top: 12px;
  left: 12px;
}
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes glitter {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  75% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes glitter {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  75% {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.home-animation .lottie {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}
.home-animation .lottie svg {
  width: 100%;
  height: 80% !important;
  -moz-animation: 10s ease-out 0s 1 scale;
  -webkit-animation: 10s ease-out 0s 1 scale;
  -o-animation: 10s ease-out 0s 1 scale;
  animation: 10s ease-out 0s 1 scale;
}
.s-logo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.s-logo img {
  width: 42.5%;
  position: absolute;
  top: 2%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@keyframes scale {
  0% {
    transform: scale(8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.homepage-illustration {
  width: 100%;
  height: calc(100vh - 55px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.homepage-illustration .layer-1 {
  position: absolute;
  bottom: 14%;
  left: 0;
  width: 31%;
  height: 68%;
}
.homepage-illustration .layer-1 svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
}
.homepage-illustration .layer-1-img {
  background: url(../img/homepage-illustration/courtyard_sketch_V02.png)
    no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
}
.homepage-illustration .layer-1-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/homepage-illustration/courtyard_sketch_1920_colour.png)
    no-repeat center;
  background-size: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.homepage-illustration .layer-1-img.active:before {
  opacity: 1;
}
.homepage-illustration .layer-2 {
  width: 55%;
  height: 60%;
  position: absolute;
  left: 22.5%;
  bottom: 14%;
}
.homepage-illustration .layer-2 svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
}
.homepage-illustration .layer-2-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/homepage-illustration/entrance_sketch_1920_bg.png)
    no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
.homepage-illustration .layer-2-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/homepage-illustration/entrance_new_colour_1920.png)
    no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.homepage-illustration .layer-2-img.active:before {
  opacity: 1;
}
.homepage-illustration .layer-3 {
  width: 34%;
  height: 65%;
  position: absolute;
  left: 61%;
  bottom: 15%;
}
.homepage-illustration .layer-3 svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
}
.homepage-illustration .layer-3-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/homepage-illustration/lotus_cut_v02.png) no-repeat
    center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}
.homepage-illustration .layer-3-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/homepage-illustration/lotus_cut_v02_colour.png)
    no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.homepage-illustration .layer-3-img.active:before {
  opacity: 1;
}
.homepage-illustration .layer-4 {
  width: 27%;
  height: 100%;
  position: absolute;
  right: -16%;
  bottom: -18%;
}
.homepage-illustration .layer-4 svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
}
.homepage-illustration .layer-4-img {
  background: url(../img/homepage-illustration/atrium_bg_black_v02.png)
    no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
}
.homepage-illustration .layer-4-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/homepage-illustration/atrium_colour.png) no-repeat
    center;
  background-size: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.homepage-illustration .layer-4-img.active:before {
  opacity: 1;
}
.homepage-illustration #path1.hovered,
.homepage-illustration #path2.hovered,
.homepage-illustration #path3.hovered,
.homepage-illustration #path4.hovered {
  fill: #00f;
}
.desktop-hidden {
  display: none;
}
.mobile-hidden {
  display: block;
}
.homepage-slider .home-img {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.homepage-slider .home-img.img1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/homepage-illustration/courtyard_sketch_1920_colour.png)
    no-repeat center !important;
  background-size: contain !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.homepage-slider .home-img.img2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/homepage-illustration/entrance_colour_1920.png)
    no-repeat center !important;
  background-size: contain !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.homepage-slider .home-img.img3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/homepage-illustration/lotus_final.png) no-repeat center !important;
  background-size: contain !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.homepage-slider .home-img.img4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/homepage-illustration/atrium_final-old.png) no-repeat
    center !important;
  background-size: contain !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.homepage-slider .home-img:hover.img1:before,
.homepage-slider .home-img:hover.img2:before,
.homepage-slider .home-img:hover.img3:before,
.homepage-slider .home-img:hover.img4:before {
  opacity: 1;
}
.owl-carousel {
  display: none;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel.owl-loaded {
  display: block;
}
.home-carousel {
  width: 100%;
  position: relative;
}
.sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  background: #000 !important;
  z-index: 999;
  transition: 0.3s top ease;
}
.project-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.emailerror {
  font-size: 12px;
  text-align: right;
  color: red;
}
.alert {
  font-size: 12px;
  text-align: right;
  color: red;
}
.mobile-project-slider > div img {
  width: 100%;
}
.loader-block {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1920px) {
  .apply-now-section .close {
    top: 8%;
  }
}
@media only screen and (min-width: 1660px) {
  .contact .row {
    height: 95vh;
  }
  .home-top p {
    bottom: 25%;
    margin-bottom: 0;
    font-size: 30px;
  }
  .topPageTitle {
    bottom: 18%;
    font-size: 52px;
  }
  .homepage-illustration .layer-1 {
    left: -0.1%;
    bottom: 11%;
    width: 32%;
  }
  .homepage-illustration .layer-2 {
    bottom: 11%;
  }
  .homepage-illustration .layer-3 {
    bottom: 12%;
    height: 67%;
  }
  .project-details .our-project-slider img {
    max-height: calc(100vh - 278px);
  }
  .project-content .title-block h3 {
    top: 600px;
  }
  .our-people-section p {
    padding-right: 140px;
  }
  .how-text-slider p {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1450px) {
  .apply-now-section {
    height: 0;
    bottom: -100%;
    padding-top: 0;
  }
  .apply-now-section .close {
    top: 6%;
  }
  .how-text-slider p {
    padding-right: 0;
  }
  .contact .row {
    height: 94vh;
  }
}
@media only screen and (max-width: 600px) {
  .logo {
    width: 100px;
    padding: 10px 0 0;
  }
  section {
    overflow-x: hidden;
  }
  .desktop-hidden {
    display: block;
  }
  .mobile-hidden {
    display: none !important;
  }
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-top {
    height: auto;
  }
  .home-top p {
    width: auto;
    font-size: 16px;
    position: relative;
    margin-bottom: 5px;
  }
  .home-top .custom-height {
    height: calc(100vh - 230px);
  }
  .home-carousel {
    margin-bottom: 20px;
  }
  .link-effect.brandLink {
    display: block;
    left: 0;
    text-align: center;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
  .button_container {
    display: block;
    position: absolute;
    top: -40px;
    right: 30px;
  }
  .page-navigation {
    display: flex;
    align-items: center;
  }
  .desktop-links,
  .desktop-menu {
    display: none;
  }
  .nav-btn {
    right: 30px;
    top: 30px;
  }
  .mobile-links {
    display: flex;
  }
  .mobile-links li img {
    width: 20px;
  }
  .mobile-links li .facebook {
    width: 10px;
  }
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .page-header {
    position: relative;
    width: auto;
  }
  .pageTitle {
    font-size: 26px;
    line-height: 1.4;
  }
  .top-spacing {
    padding-top: 0;
  }
  .offsetContent {
    margin-left: 0;
  }
  .defaultSpacing {
    padding: 0;
    margin: 25px 0;
  }
  .wrapper-padding {
    padding: 30px 0;
  }
  .how-text-slider {
    margin: 0 auto !important;
  }
  .how-image svg {
    width: 250px;
    height: 250px;
  }
  .how-we-wrok .subTitle {
    margin-top: 0;
  }
  .how-image #implementation svg {
    width: 250px;
    height: 250px;
  }
  .achievement-slider .item {
    width: auto !important;
    height: auto !important;
  }
  .achievement-slider .item:before {
    bottom: 33px;
  }
  .achievement-slider .item:before:hover:before {
    height: 90%;
  }
  .achievement-slider .item:after {
    height: 100%;
  }
  .achievement-slider .item a {
    bottom: 60px;
  }
  .achievement-slider .item .achievement-details {
    padding: 15px;
  }
  .achievement-slider .item span {
    width: 60%;
  }
  .achivement-section {
    margin-top: 40px !important;
  }
  .service-section {
    margin-top: 95px;
  }
  .decor-block p {
    padding-right: 0;
  }
  .career-item {
    max-width: 320px;
    margin-right: 30px;
  }
  .processSection .ourProcess {
    position: relative;
  }
  .offsetSubContent {
    margin-left: 60px;
  }
  .subTitle {
    margin-bottom: 25px;
  }
  .topPageTitle {
    font-size: 30px;
    line-height: 1.2;
    width: 100%;
    bottom: 22%;
    position: relative;
  }
  .homepage-slider {
    margin-top: 40%;
  }
  .homepage-slider .slick-slide {
    height: 350px;
  }
  .testimonial-section .single-testimonial img {
    margin-left: 0;
    margin-right: auto;
  }
  .top-tabs ul {
    display: flex;
    justify-content: center;
  }
  .woc-into .link-effect span {
    padding: 0;
  }
  .case-stydy-container .case-study-block a {
    height: auto;
  }
  .counterSection {
    padding: 50px 0;
  }
  .counter-box .counter {
    font-size: 40px;
  }
  .counter-box .counter:after {
    font-size: 32px;
    line-height: 47px;
  }
  .testimonial-section .single-testimonial {
    flex-direction: column;
  }
  .how-slider-indicator .item {
    margin-right: 0;
  }
  .how-slider-indicator .slick-slide p {
    text-align: center;
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 14px;
  }
  .how-slider-indicator .slick-slide p:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    opacity: 0;
    background: #8e4a1f;
    background: linear-gradient(90deg, #8e4a1f 0, #8e4a1f 35%, #ebc492 100%);
    margin: 2px auto;
    -webkit-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .how-slider-indicator .slick-slide.slick-current.slick-active p:after {
    width: 100%;
    opacity: 1;
  }
  .about-level2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-title {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .img-box .img-absolute {
    position: relative;
  }
  .career-cta {
    padding: 20px 10px;
  }
  .career-cta .pageTitle {
    font-size: 20px;
  }
  .career-cta .rounded-btn {
    margin-top: 0;
  }
  .our-people-section p {
    padding-right: 0;
  }
  .our-people-section .subTitle {
    margin-top: 25px;
  }
  .achievement-slider .item a {
    bottom: 90px;
  }
  .contact-form {
    margin: 50px auto;
  }
  .how-we-wrok {
    padding: 40px 15px;
  }
  .woc-into .h100 {
    height: auto;
  }
  .woc-into .content-padding {
    padding: 0 25px 50px;
  }
  .video_container {
    padding-bottom: 43.25%;
  }
  .video-box .bells {
    top: -20px;
    left: -26px;
  }
  .video-box .bells img {
    width: 90px;
  }
  .video-box .starts {
    top: 150px;
    right: -20px;
  }
  .woc-imgs.big-img {
    width: 320px;
    height: 320px;
    top: 30px;
  }
  .woc-imgs.small-img {
    width: 180px;
    height: 180px;
    top: -100px;
    right: 0;
  }
  #xmas-gallery .starts#cgstar1 {
    top: 22px;
    right: 0;
  }
  ul.icon-list li .media-block img {
    display: block;
    margin-bottom: 10px;
  }
  .decor-block {
    padding: 40px 25px;
  }
  .video_container embed,
  .video_container iframe,
  .video_container object {
    padding-left: 0;
    padding-right: 0;
  }
  .how-main-image-slider:before {
    content: none;
  }
  .contact .row.h100 {
    height: auto;
    margin-bottom: 120px;
  }
  .team-section-wrapper {
    height: 90px;
  }
  .team-section-wrapper.active {
    height: 100%;
  }
  .team-section-wrapper.active .team-section {
    z-index: 9999999;
    padding-top: 20px;
    height: 70%;
    overflow-y: auto;
    height: 90%;
    overflow-y: auto;
    position: fixed;
    bottom: 0;
  }
  .apply-now-section .default-form {
    padding-left: 0;
  }
  .apply-now-section .default-form button {
    margin-bottom: 50px;
  }
  .job-description {
    height: auto;
  }
  .team-section {
    position: relative;
    height: 100%;
  }
  .contact .h100 {
    height: auto;
  }
  .contact-form-block:after {
    content: none;
  }
  .map-container iframe {
    height: 250px;
  }
  .tab label span {
    display: block;
  }
  .tab input:checked ~ .tab-content {
    max-height: initial;
  }
  .team-section .job-block .title-block {
    flex-direction: column;
  }
  .team-section .job-block .title-block h4 {
    margin-bottom: 0;
  }
  .contact-form-block form .materail-button {
    margin-bottom: 60px;
  }
  .job-description ul li {
    margin-bottom: 10px;
  }
  .case-stydy-container .case-study-block p {
    bottom: -15px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .project-content {
    width: 80px;
  }
  .project-content .container {
    width: 100%;
  }
  .project-content .title-block h3 {
    left: -110px;
  }
  .project-content .title-block .go-arrow {
    width: 80px;
  }
  .project-content.active {
    width: 100%;
  }
  .next-prev-arrow {
    margin: 20px 15px 60px 15px;
  }
  .project-single {
    padding: 30px 0;
    overflow: auto;
  }
  .project-slider .project-img {
    margin: 20px auto;
  }
  .project-slider img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .page-footer .text-right {
    text-align: left !important;
  }
  .page-footer .footer-links li:first-child {
    margin-left: 0;
  }
  .page-footer .middle-level p {
    padding: 25px;
  }
  .logoMove {
    padding: 0;
  }
  .logoMove .card {
    flex: 0 0 100%;
    width: 350px;
    height: 350px;
  }
  .team-section-wrapper .team-section .tab-label {
    font-size: 28px;
    padding: 32px 0;
  }
  .team-section-wrapper .tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .apply-now-section.active .materail-button {
    margin-bottom: 50px;
  }
  .page-footer .bottom-level {
    padding: 8px 0;
  }
  .page-footer .bottom-level a,
  .page-footer .bottom-level p {
    font-size: 10px;
    line-height: 20px;
  }
  .link-effect:hover span:after {
    width: 40%;
    bottom: 0;
  }
  .link-effect span {
    padding: 10px 0;
  }
  .about-main {
    margin-top: 75px;
  }
  .about-main .text-center {
    text-align: unset;
    padding: 0 10px;
  }
  .about-main .subTitle {
    margin-top: 30px;
  }
  .our-people-section img {
    padding: 0 5px;
  }
  .our-people-section .row {
    padding: 0 10px;
  }
  .achivement-section .owl-theme .owl-nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .how-text-slider .row,
  .how-we-wrok .row {
    flex-direction: column-reverse;
  }
  .pr-15 {
    padding-right: 0 !important;
  }
  .service-section .text-center {
    text-align: left;
    padding: 0 25px 0 15px;
    margin-top: 20px;
  }
  .service-section .col-md-8.mb-1 {
    margin-bottom: 20px;
  }
  .clients-list {
    margin: 0;
  }
  #xmas-gallery {
    margin-top: 0;
  }
  .mobile-project-content {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 76px;
    -webkit-transition: 0.3s top ease;
    -ms-transition: 0.3s top ease;
    transition: 0.3s top ease;
  }
  .mobile-project-content.fixed-content {
    top: 0;
    background: #1b1b1b;
  }
  .mobile-project-content.fixed-content .middle-block {
    padding: 20px !important;
  }
  .mobile-project-content .title-block .go-arrow img {
    margin: 0 0 0 20px;
    transform: rotate(270deg);
  }
  .mobile-project-content .open-title {
    transform: none;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    min-width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
  }
  .mobile-project-content .title-block {
    padding: 0;
  }
  .mobile-project-content .title-block .go-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    right: 0;
    position: absolute;
  }
  .mobile-project-content .open-wrapper {
    height: 100%;
  }
  .mobile-project-content .expand-block {
    overflow: visible;
  }
  .mobile-project-content .expand-block .middle-block {
    height: auto;
    padding: 20px 20px 100px;
  }
  .mobile-project-content.active {
    height: 100%;
    z-index: 22;
  }
  .overflow {
    overflow: hidden;
  }
  .project-details .our-project-slider img {
    max-width: 100%;
    object-fit: contain;
    margin: 0 10px;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 999;
    transition: 0.5s all ease;
    margin-top: 0 !important;
  }
  .nav-up {
    top: -78px;
  }
  .woc-into img {
    padding: 0 35px;
  }
  .masonry div {
    width: 50%;
    padding: 8px;
  }
  .contact .row {
    height: auto;
  }
  .apply-now-section .close {
    top: 4%;
  }
  .how-slider-indicator .link-effect span {
    padding: 0;
  }
  ul.icon-list li .media-block img {
    padding: 0;
  }
  .abc {
    width: 100%;
    overflow-x: scroll;
    margin: 0 auto;
    position: absolute;
    left: 0;
  }
  #viewContainer {
    height: 90px;
    width: 1100px;
    display: table;
  }
  .page {
    width: 300px;
    height: 100%;
    display: table-cell;
  }
  .imgBanner {
    width: 75%;
    height: auto;
    margin: 0 auto;
    margin-left: 15.5%;
    margin-top: 7%;
  }
  .clients .subTitle {
    margin-bottom: 0;
  }
  .our-client-slider-2 {
    margin-top: -20px;
  }
  @keyframes animA {
    0%,
    25% {
      opacity: 0;
      z-index: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
      z-index: 1;
    }
  }
  @keyframes animB {
    0%,
    25% {
      opacity: 1;
      z-index: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      z-index: 0;
    }
  }
  .A {
    animation: animA 2s infinite alternate;
    position: absolute;
  }
  .B {
    animation: animB 2s infinite alternate;
  }
  .home-carousel-wrapper {
    position: relative;
    width: 100%;
    left: 0;
  }
  .slide-1 {
    position: relative;
    bottom: -150px;
  }
  .slide-2 {
    position: relative;
    bottom: -50px;
  }
  .slide-3 {
    position: relative;
    bottom: -160px;
  }
  .home-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }
  .achievement-slider .item .item-data img {
    height: auto !important;
    width: 100% !important;
  }
  .achievement-slider .item span {
    padding: 15px 0 15px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  .achievement-slider .item h3 {
    font-size: 18px;
    text-align: center;
  }
  .next-prev-arrow.desktop-hidden {
    display: flex;
  }
  .next-prev-arrow.desktop-arrow {
    display: none;
  }
  .brandLink.mobile-hidden {
    display: none !important;
  }
  .achievement-slider .item p {
    text-align: center;
  }
  .top-tabs {
    margin-top: 80px;
  }
  .contact .contact-space {
    margin-top: 130px;
  }
  .woc-into {
    margin-top: 80px;
  }
  .home-footer {
    position: absolute;
    bottom: 0;
  }
  .projects-section {
    padding-top: 0;
    overflow: hidden;
  }
  .project-content .expand-block .top-header .back-arrow {
    transform: rotate(270deg);
    right: 20px;
  }
  .apply-now-section .pageTitle {
    margin-top: 65px;
  }
  .mobile-project-slider {
    overflow: hidden;
    overflow-y: auto;
    margin-top: 140px;
    height: auto;
  }
  .mobile-project-slider::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
  }
  .mobile-project-slider::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
  }
  .mobile-project-slider::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: none;
  }
  .mobile-project-slider .projectImg {
    margin: 8px 0;
  }
  .mobile-project-slider .projectImg:last-child {
    margin-bottom: 0;
  }
  .team-section-wrapper .team-section .team-slider {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .project-content {
    overflow-y: auto;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  .link-effect.brandLink {
    margin-top: 10px;
  }
  .mobile-project-content.active {
    height: 100%;
  }
}
@media only screen and (max-width: 360px) and (max-width: 767px) {
  .home-carousel {
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .how-slider-indicator .slick-slide p {
    font-size: 12px;
  }
  .achievement-slider .item .achievement-details {
    padding: 10px;
  }
  .achievement-slider .item h3 {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .achievement-slider .item span {
    padding: 8px 0 8px;
  }
  .achievement-slider .item p {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
  }
  .tab label::after {
    right: 5px;
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
#myloginModal {
  z-index: 9999999;
}
#myloginModal input[type="submit"] {
  width: 100%;
}
.materail-button {
  padding: 8px 25px !important;
}
/*@media only screen and (max-width: 800px) and (min-width: 320px)  {*/
/*    .page-navigation ul li a {*/
/*        color:red;*/
        
/*    padding-top: 16px;*/
/*  }}*/
  
