@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* Slider */
@import url("https://use.typekit.net/euz1eqv.css");
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

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

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

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

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

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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;
}

.item {
  height: 100vh;
  position: relative;
}

.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-carousel {
  z-index: 10;
}

.item::after {
  content: '';
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 0;
  background-size: 40px;
}

.item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
}

.item .cover .header-content {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0 0 25px 0;
  overflow: hidden;
}

.item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-bottom: 5px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

@media only screen and (max-width: 1024px) {
  .item .cover .header-content .line {
    border-bottom: 3px solid #fff;
  }
}

.item .cover .header-content h2 {
  font-weight: 300;
  font-size: calc(100% + 2vw + 2vh);
  color: #f9951b;
  font-family: 'Objectivity Extra Bold';
}

@media only screen and (max-width: 1024px) {
  .item .cover .header-content h2 {
    font-size: 2rem;
  }
}

.item .cover .header-content h1 {
  font-size: calc(100% + 0.4vw + 0.4vh);
  font-weight: 300;
  margin: 30px 0 0;
  word-spacing: 3px;
  color: #88888a;
  text-transform: uppercase;
  font-family: SofiaPro, sans-serif;
}

@media only screen and (max-width: 1024px) {
  .item .cover .header-content h1 {
    margin: 10px 0 0;
    font-size: 1rem;
  }
}

.item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.owl-nav {
  position: absolute;
  bottom: 20px;
  left: 110px;
  width: 100px;
}

@media only screen and (max-width: 1024px) {
  .owl-nav {
    display: none;
  }
}

.owl-nav .owl-prev {
  position: absolute;
  right: inherit;
  left: 0px;
  top: inherit;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.owl-nav .owl-prev:focus {
  outline: 0;
}

.owl-nav .owl-next {
  position: absolute;
  left: 60px;
  top: inherit;
  bottom: 0;
  right: inherit;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.owl-nav .owl-next:focus {
  outline: 0;
}

@font-face {
  font-family: 'Objectivity Extra Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Extra Bold"), url("../fonts/Objectivity-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: 'Objectivity Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Objectivity Medium"), url("../fonts/Objectivity-Medium.woff") format("woff");
}

.logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo a {
  width: 150px;
}

@media only screen and (max-width: 1024px) {
  .logo a {
    width: 80px;
  }
}

.logo .navbar-brand {
  margin: 10px -120px 0 0;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 1024px) {
  .logo {
    margin-left: 0;
  }
}

.home-bg {
  position: absolute;
  left: 0;
  width: 0%;
  height: 100%;
  background: #000;
  top: 0;
  -webkit-transform: scale(1.1) translateZ(0);
          transform: scale(1.1) translateZ(0);
  -webkit-transition: 1s cubic-bezier(0.4, -0.01, 0, 0.99);
  transition: 1s cubic-bezier(0.4, -0.01, 0, 0.99);
  z-index: 999;
}

@media only screen and (max-width: 1024px) {
  .home-bg {
    display: none;
  }
}

.about-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9951b;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 999;
}

.home-bg.active {
  -webkit-transform: translate3d(0, -4rem, 0);
          transform: translate3d(0, -4rem, 0);
  opacity: 1;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.container-fluid {
  width: 90%;
}

@media only screen and (max-width: 1024px) {
  .container-fluid {
    width: 100%;
  }
}

main {
  overflow: hidden;
  width: 100%;
}

h1 {
  font-size: 3.2rem;
}

.navbar-nav .nav-item .nav-link {
  color: #004b88;
  text-transform: capitalize;
}

.logo img {
  width: 100%;
}

.navbar {
  padding: 0;
}

/* banner slider */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: SofiaPro, sans-serif;
  overflow-x: hidden;
}

html {
  font-size: 100%;
  font-size: 100%;
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: 95%;
    line-height: 95%;
  }
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 90%;
    line-height: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 80%;
    line-height: 80%;
  }
}

@media only screen and (max-width: 639px) {
  html {
    font-size: 75%;
    line-height: 60%;
  }
}

.new-kuwait {
  width: 150px;
  height: 125px;
  position: fixed;
  right: -10px;
  top: 30%;
  z-index: 9;
}

.instant {
  -webkit-transition: 0 0 !important;
  transition: 0 0 !important;
}

.banner-part {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #000;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .banner-part {
    height: auto;
    min-height: 40vh;
  }
}

.banner-left {
  width: 10%;
  height: 100vh;
}

@media only screen and (max-width: 1024px) {
  .banner-left {
    width: 0;
    height: auto;
  }
}

.banner {
  width: 90%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .banner {
    width: 140%;
    min-height: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .banner .item {
    height: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .banner .item::after {
    width: 0;
  }
}

.banner .owl-carousel {
  height: 100%;
}

.banner .owl-carousel .owl-stage-outer {
  width: 100%;
  display: block;
  height: 100%;
}

.banner .owl-carousel .owl-stage {
  width: 100%;
  display: block;
  height: 100%;
}

.banner .owl-carousel .owl-stage .owl-item {
  width: 100%;
  display: block;
  height: 100%;
}

/*
.owl-carousel:after {
    width: 10%;
    content: '';
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
*/
.banner-top {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  zoom: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

.owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  bottom: 0%;
  right: 2%;
  height: 200px;
  width: 200px;
  margin-top: 15px;
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 5px;
}

.owl-dot span {
  display: none !important;
}

.owl-dot.active:before {
  content: "0" counter(slides-num);
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #F00;
  font-size: calc(100% + 5vw + 5vh);
  font-weight: 600;
  opacity: 0.6;
  -webkit-text-fill-color: #333;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
}

.about-part {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background: url(../images/about-bg.jpg) repeat-x top left;
  background-size: cover;
  position: relative;
}

.about-part .about-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 1024px) {
  .about-part .about-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.about-part .about-left {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15rem 0;
}

@media only screen and (max-width: 1024px) {
  .about-part .about-left {
    width: 100%;
    height: auto;
    padding: 2rem 0 6rem 0;
  }
}

.about-part .about-left .locker {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.about-part .about-left .locker img {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .about-part .about-left .locker {
    left: 30px;
  }
}

.about-part .about-left .locak-round {
  width: 86%;
  padding-bottom: 86%;
  border-radius: 800px;
  background: rgba(15, 28, 63, 0.125);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 7.3%;
  overflow: hidden;
}

.about-part .about-left .open {
  width: 80%;
  height: 100%;
  position: absolute;
  left: -60%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.about-part .about-left .open img {
  width: 100%;
}

.about-part .about-left .half-close {
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  z-index: 9;
}

.about-part .about-left .half-close img {
  width: 100%;
  position: relative;
  z-index: 5;
}

.about-part .about-left .close-lock {
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}

.about-part .about-left .close-lock img {
  width: 100%;
}

.about-part .lock-logo {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: -10px 0 0 -52px;
  opacity: 0;
}

.about-right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
}

@media only screen and (max-width: 1024px) {
  .about-right {
    width: 100%;
    padding-top: 3rem;
  }
}

.about-right h1 {
  font-size: calc(100% + 2.6vw + 2.6vh);
  font-family: 'Objectivity Extra Bold';
  font-weight: 600;
  left: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media only screen and (max-width: 1024px) {
  .about-right h1 {
    font-size: 2rem;
  }
}

.about-right p {
  font-size: calc(100% + 0.6vw + 0.6vh);
  margin-top: 1rem;
  left: 100%;
  position: relative;
  opacity: 0;
  font-family: SofiaPro, sans-serif;
  -webkit-transition: 1s;
  transition: 1s;
  text-align: justify;
}

.services-part {
  line-height: 1.8rem;
  position: relative;
  cursor: url("../images/logo.svg") 25 25, auto;
  background: #131212;
  padding-top: 5rem;
}

.massiveImage {
  height: 100vh;
  width: 200vw;
}

.oranage {
  width: 100%;
  height: 100vh;
  background: orange;
}

.purple {
  width: 100%;
  height: 100vh;
  background: purple;
}

.services-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  position: relative;
  padding: 5rem 0;
  cursor: url(../images/project-img.png), auto;
}

.services-area .services-cont {
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .services-area {
    height: auto;
  }
}

.service-slider {
  width: 100%;
  height: auto;
  float: left;
}

.service-slider li {
  width: 100%;
  position: relative;
  padding: 0 1rem;
  float: left;
}

.service-slider li a {
  width: 100%;
  height: auto;
  float: left;
}

.service-slider li h2 {
  font-family: 'Objectivity Medium';
  color: #676767;
  font-size: calc(100% + 0.6vw + 0.6vh);
  text-transform: capitalize;
  font-weight: 600;
  margin-left: 5%;
}

.service-slider li h2 span {
  color: #f1981f;
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .service-slider li h2 span {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .service-slider li h2 {
    font-size: 1.5rem;
    margin-left: 0%;
  }
}

@media only screen and (max-width: 1400px) {
  .service-slider li h2 {
    font-size: 1.5rem;
    margin-left: 0%;
  }
}

.service-slider li .project-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-slider li .project-image img {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.service-slider li .project-image .content {
  width: 100%;
  position: absolute;
  background: #FFF;
  left: 0;
  bottom: 0;
  padding: 0 2rem;
  max-height: 0;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}

.service-slider li .project-image .content p {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0 5rem 0;
  font-size: 1.3rem;
  color: #f9951b;
}

@media only screen and (max-width: 1024px) {
  .service-slider li .project-image .content p {
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .service-slider li .project-image .content {
    padding: 0 0.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .service-slider li .project-image {
    margin-left: 0%;
  }
}

@media only screen and (max-width: 1400px) {
  .service-slider li .project-image {
    margin-left: 5%;
  }
}

.service-slider li .client-logo {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 150px;
  margin-top: -100px;
  position: relative;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  left: 0;
}

.service-slider li .client-logo img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .service-slider li .client-logo {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 1400px) {
  .service-slider li .client-logo {
    width: 90px;
    height: 90px;
    margin-top: -60px;
  }
}

.service-slider li:hover .content {
  max-height: 300px;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}

.service-slider li:hover .client-logo {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  left: 20%;
  opacity: 0;
}

.service-slider .slick-slide:nth-child(even) {
  margin-top: 0;
}

.cursor {
  width: 30px;
  height: 30px;
  background: #f9951b;
  border-radius: 50%;
  position: absolute;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation: cursorAnim .5s infinite alternate;
          animation: cursorAnim .5s infinite alternate;
  pointer-events: none;
  z-index: 999;
}

@-webkit-keyframes cursorAnim {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes cursorAnim {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@-webkit-keyframes cursorAnim2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@keyframes cursorAnim2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@-webkit-keyframes cursorAnim3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes cursorAnim3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.about-top {
  width: 70%;
}

.about-top h1 {
  font-size: calc(100% + 1.6vw + 1.6vh);
  font-weight: 700;
  color: #474747;
}

.home-abt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.expand {
  -webkit-animation: cursorAnim3 .5s forwards;
          animation: cursorAnim3 .5s forwards;
  border: 1px solid red;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 500;
          perspective: 500;
}

.section {
  height: 100%;
  width: calc( 100% / 1);
  float: left;
  position: relative;
  padding: 5rem 0;
}

.section:nth-child(1) {
  background: transparent;
}

.section:nth-child(2) {
  background: transparent;
}

.sections {
  width: 200%;
  height: 100%;
}

.section__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}

.parallax {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img3 {
  background-image: url("https://images.pexels.com/photos/772520/pexels-photo-772520.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
  height: 70%;
}

.contact-part {
  color: #fff;
  overflow: hidden;
  background-color: #f1981f;
  padding: 0 0;
  min-height: 80vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* &:after {
        content: '';
        display: block;
        width: 300px;
        height: 300px;
        position: absolute;
        top: 50%;
        left: 5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url("../images/dot-circle.svg") no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: cover;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
  
    &:before {
        content: '';
        display: block;
        width: 890px;
        height: 890px;
        position: absolute;
        top: 50%;
        right: -40px;
        border: 2px solid #f85851;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }*/
}

.contact-part h1 {
  font-size: calc(100% + 2.6vw + 2.6vh);
  font-family: 'Objectivity Extra Bold';
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .contact-part h1 {
    text-align: center;
  }
}

.contact-part h2 {
  text-transform: uppercase;
  margin-top: 1rem;
}

.contact-part .contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-part .contact-address p {
  width: 100%;
  font-size: 1.5rem;
  color: #FFF;
  line-height: 3rem;
}

.contact-part .contact-address p a {
  color: #FFF;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .contact-part .contact-address p {
    text-align: center;
  }
}

.service-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  -webkit-transform: scale(1.1) translateZ(0);
          transform: scale(1.1) translateZ(0);
  -webkit-transition: 1s cubic-bezier(0.4, -0.01, 0, 0.99);
  transition: 1s cubic-bezier(0.4, -0.01, 0, 0.99);
  z-index: -10;
}

.marquee {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border-radius: 100%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marq-box {
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  border-radius: 300px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .marq-box {
    width: 200px;
    height: 200px;
  }
}

.marquee__content {
  width: 1400%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-animation: marquee 30s linear infinite forwards;
          animation: marquee 30s linear infinite forwards;
}

.marquee__content:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 4000px;
  /* reset list */
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-inline li {
  width: 250px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .list-inline li {
    width: 110px;
    height: 110px;
  }
}

.list-inline li img {
  width: 100%;
  border-radius: 100%;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
            transform: translateX(-66.6%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
            transform: translateX(-66.6%);
  }
}

.partner__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.circle {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  border: #F00 solid 2px;
  opacity: 0;
  -webkit-animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
          animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  z-index: 0;
}

.get-in {
  z-index: 100;
  padding: 5px;
  width: auto;
  background: #000;
  border-radius: 50px;
  color: #FFF;
  position: relative;
  z-index: 9;
  color: #FFF;
  padding: 10px 20px;
  float: left;
}

.get-in button {
  background: none;
  border-radius: 0;
  border: none;
  color: #FFF;
}

.contact-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    opacity: .5;
  }
  to {
    -webkit-transform: scale(2.5, 2.5);
            transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    opacity: .5;
  }
  to {
    -webkit-transform: scale(2.5, 2.5);
            transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

.main {
  width: 800px;
  height: 800px;
  border: 2px solid #CCC;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 9;
}

/*
.line {
    width: 30px;
    height: 30px;
    background: cyan;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle 6s linear infinite;
    z-index: 99;
}



@keyframes line {
    0% {
        transform: rotate(0deg) translate(-300px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(-300px) rotate(-360deg);
    }
}*/
.copy-part {
  width: 100%;
  background: #000;
}

.copy-part p {
  font-size: 0.8rem;
  padding: 1.5rem 0;
  color: #FFF;
}

.vision-part {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  .vision-part {
    height: auto;
  }
}

.vision-part h1 {
  font-size: calc(100% + 2.6vw + 2.6vh);
  font-family: 'Objectivity Extra Bold';
  color: #f9951b;
  position: relative;
  left: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.vision-part p {
  font-size: calc(100% + 0.4vw + 0.4vh);
  margin-top: 1rem;
  position: relative;
  font-family: SofiaPro, sans-serif;
  color: #FFF;
  left: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  text-align: justify;
}

.vision-content {
  width: 60%;
  max-width: 800px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 1024px) {
  .vision-content {
    width: 100%;
    max-width: 100%;
    padding: 5rem 1rem;
  }
}

.vission-image {
  width: 100%;
  height: 100%;
  background: url(../images/architecture-banner.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.vission-image:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(19, 42, 78, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}

.about-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 12rem 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .about-bottom {
    padding: 5rem 0;
  }
}

.about-bottom h2 {
  font-family: 'Objectivity Extra Bold';
  font-size: calc(100% + 1.6vw + 1.6vh);
  color: #f9951b;
  position: relative;
  left: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.about-bottom p {
  font-size: calc(100% + 0.3vw + 0.3vh);
  margin-top: 1rem;
  position: relative;
  font-family: SofiaPro, sans-serif;
  color: #000;
  padding-left: 10rem;
  font-weight: 300;
  line-height: calc(100% + 0.6vw + 0.6vh);
  padding-top: 3rem;
  left: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  text-align: justify;
}

@media only screen and (max-width: 1024px) {
  .about-bottom p {
    padding-left: 0;
    padding-top: 1rem;
  }
}

.about-bottom .bottom-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f9951b;
  left: 0;
  top: 0;
  -webkit-transition: 1s cubic-bezier(0.4, -0.01, 0, 0.99);
  transition: 1s cubic-bezier(0.4, -0.01, 0, 0.99);
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 10;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 60%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 50px 60px;
}

@media only screen and (max-width: 1024px) {
  .modal-content {
    width: 90%;
    padding: 10px 10px;
  }
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.contact-part .modal-header {
  padding: 2px 16px;
  color: white;
  border: none;
  position: relative;
}

.contact-part .modal-header h2 {
  font-size: 3rem;
  font-family: 'Objectivity Extra Bold';
  color: #333;
  text-transform: capitalize;
}

@media only screen and (max-width: 1024px) {
  .contact-part .modal-header h2 {
    font-size: 1.5rem;
  }
}

.contact-part .modal-header .close {
  color: #FFF;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 15px;
  background: #000;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  opacity: 1;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

@media only screen and (max-width: 1024px) {
  .contact-part .modal-header .close {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.contact-part .modal-header .close:hover,
.contact-part .modal-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.contact-part .modal-body {
  padding: 2px 16px;
}

.contact-part .modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.contact-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form li {
  width: 47%;
  margin: 1.5rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact-form li .form-field {
  width: 100%;
  border: #333 solid 1px;
  padding: 1rem 0 1rem 1rem;
}

.contact-form li .form-text {
  font-size: 1.2rem;
  color: #333;
}

.contact-form li .btn {
  width: 100%;
  background: #000;
  color: #FFF;
  font-size: 1.5rem;
  padding: 1.2rem 1rem;
}

.slick-next {
  width: 100px;
  height: 100px;
  background: url(../images/arrow.svg) no-repeat center center;
  background-size: 50px;
  right: -100px;
}

.slick-next:hover {
  background: url(../images/arrow.svg) no-repeat center center !important;
  background-size: 55px !important;
}

.slick-next:before {
  content: '';
}

.slick-prev {
  width: 100px;
  height: 100px;
  background: url(../images/arrow1.svg) no-repeat center center;
  background-size: 50px;
  left: -100px;
}

.slick-prev:hover {
  background: url(../images/arrow1.svg) no-repeat center center;
  background-size: 55px;
}

.slick-prev:before {
  content: '';
}
/*# sourceMappingURL=style.css.map */