section.why_header {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 20vw;
}

.why_heading {
  font-size: 9rem;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 500;
  color: #091b24;
  font-family: cicular-web, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .why_heading {
    font-size: 3rem;
  }
}

.why_header-inner {
  position: relative;
  height: 100vh;
  width: 100%;
  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;
}

.why_header-inner .inner-left-side {
  position: relative;
  z-index: 2;
}

.why_header-inner .inner-left {
  padding-left: 20%;
  padding-right: 0%;
  width: 100%;
  display: block;
  margin-top: -60px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .why_header-inner .inner-left {
    background: #f8f9fa78;
    padding: 20px;
  }
}

.why_header-inner .inner-right-side {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 60%;
  margin-top: 11.83333vw;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .why_header-inner .inner-right-side {
    width: 100% !important;
    margin-top: 0px;
  }
}

.why_our_mission {
  position: relative;
  width: 100%;
}

.why_our_mission .our-mission {
  position: absolute;
  left: 160px;
  top: -50px;
  background: #091b24;
  width: 40%;
  padding: 40px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .why_our_mission .our-mission {
    left: 5%;
    top: -160px;
    width: 90%;
    padding: 20px;
  }
}

.why_our_mission .our-mission h5 {
  color: #E9C46A;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: cicular-web, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.why_our_mission .our-mission p {
  color: #fff;
  line-height: 1.5;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.per-vision {
  padding: 0px 0px 80px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-vision {
    padding: 0 0 0;
  }
}

.mask-img {
  height: 400px;
  background-image: url("../img/why/why-infi.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .mask-img {
    height: 300px;
  }
}

.vision-inner-left {
  width: 45%;
  padding-left: 10%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .vision-inner-left {
    width: 100%;
    padding-left: 6%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .vision-inner-left {
    width: 60%;
    padding-left: 6%;
  }
}

.per-vision-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-vision-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
  }
}

.vision-inner-right {
  width: 60%;
  /* margin-right: -14%; */
  /* display: block; */
  position: absolute;
  right: -188px;
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .vision-inner-right {
    position: relative;
    right: -80px;
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .fade-in {
    opacity: 1 !important;
  }
}

.main-subheading {
  color: #E9C46A;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .main-subheading {
    font-size: 12px;
  }
}

.main-para {
  color: #aaa;
  font-size: 13px;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 80%;
  line-height: 1.8;
}

.caption-dis {
  color: #aaa;
  font-size: 13px;
  line-height: 1.8;
  font-weight: normal;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .slider {
    display: none;
  }
}

.slider .slide-items {
  height: 100%;
}

.slider .slide-items .item {
  height: 100%;
  display: none;
}

.slider .slide-items .item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .slide-items .item .img {
  height: 85vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  -webkit-animation: zoom 1s linear forwards;
          animation: zoom 1s linear forwards;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.slider .slide-items .item .caption {
  position: absolute;
  width: 40%;
  z-index: 10;
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 50px 30px;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  background-color: #f3f3f3;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .slider .slide-items .item .caption {
    width: 90%;
    left: 0px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .slider .slide-items .item .caption {
    width: 60%;
  }
}

.slider .slide-items .item .caption .text h3 {
  margin: 0;
  -webkit-animation: text 1s ease forwards;
          animation: text 1s ease forwards;
}

.slider .slide-items .item .caption .text p {
  margin: 10px 0 0;
  -webkit-animation: text 1s ease forwards;
          animation: text 1s ease forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: 0;
}

@-webkit-keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.controls .prev,
.controls .next {
  color: #091b24;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.controls .prev {
  left: 30px;
}

.controls .next {
  right: 30px;
}

.slide-info {
  position: relative;
  width: 450px;
  padding: 15px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .slide-info {
    width: 250px;
  }
}

.slide-info .meter {
  height: 1px;
  background-color: #d5d5d5;
  width: 100%;
}

.slide-info .meter .inner {
  width: 0px;
  background-color: #091b24;
  height: 1px;
  -webkit-transition: all .8s linear;
  transition: all .8s linear;
}

.slide-info .number {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #000000;
  height: 100%;
  width: 35px;
  text-align: center;
  line-height: 35px;
}

@-webkit-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*responsive*/
@media (max-width: 767px) {
  .slider .controls .prev {
    left: 10px;
  }
  .slider .controls .next {
    right: 10px;
  }
  .slider .slide-items .item .caption {
    padding: 40px 15px;
  }
  .slider .slide-items .item .caption .text h1 {
    font-size: 30px;
  }
  .slider .slide-items .item .caption .text p {
    font-size: 12px;
  }
}

.per-slider {
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-slider .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .slider-btn {
    margin-bottom: 20px;
  }
}

.sub-heading {
  color: #091b24;
  font-family: cicular-web, Helvetica, Arial, sans-serif;
  font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .sub-heading {
    font-size: 14px;
  }
}

.slider-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 80px;
  right: 0px;
  background: #f3f3f3;
  padding: 4px 20px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .slider-bot {
    margin: 140px 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .slider-bot {
    bottom: 0px;
  }
}

.per-join {
  position: relative;
  padding: 50px 0px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-join {
    padding: 0px 0px 50px;
  }
}

.per-join-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-join-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.join-inner-left {
  width: 80%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .join-inner-left {
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .join-img {
    margin-top: 30px;
  }
}

.join-img img {
  width: 100%;
  height: 100vh;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .join-img img {
    height: auto;
  }
}

.join-inner-right {
  width: 65%;
  padding-left: 5%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .join-inner-right {
    width: 100%;
    padding-top: 10%;
  }
}

.per-footer .footer-section {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.per-footer .footer-nav {
  margin: 50px 0px;
}

.per-footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.per-footer .footer-nav ul li {
  display: inline-block;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-footer .footer-nav ul li {
    display: block;
  }
}

.per-footer .footer-nav ul li:not(:first-child) {
  padding-left: 30px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-footer .footer-nav ul li:not(:first-child) {
    padding-left: 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-footer .footer-nav ul li:not(:last-child) {
    border-bottom: 1px solid #091b24;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.per-footer .footer-nav ul li a {
  color: #091b24;
  text-transform: uppercase;
  font-size: 14px;
}

.per-footer .footer-nav ul li a:hover {
  color: #E9C46A;
}

.per-social-icon {
  margin: 20px 0px;
  text-align: center;
}

.per-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.per-social-icon ul li {
  display: inline-block;
}

.per-social-icon ul li:not(:first-child) {
  padding-left: 15px;
}

.per-social-icon ul li a svg:hover > path {
  fill: #091B24 !important;
  opacity: 1;
}

.footer-bot {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.foot-circle {
  width: 70px;
  height: 70px;
  border: 1px solid #091b24;
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transition: all .8s linear;
  transition: all .8s linear;
}

.arrow-img img {
  -webkit-transition: all .8s linear;
  transition: all .8s linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.arrow-img.primera.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.foot-circle:hover .arrow-img {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.why_heading span {
  display: block;
}

.fade-in {
  opacity: 0;
  -webkit-animation: fadeInUp 5s ease-in-out 0s forwards;
          animation: fadeInUp 5s ease-in-out 0s forwards;
}

.fade-in.is-inview {
  opacity: 1;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.text-why {
  color: #091b24;
  font-size: 15px;
  width: 30%;
  margin: 26px 0px;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.slider-panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .slider-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 70px;
  }
}

.inner-pannel {
  position: relative;
  height: 70vh;
}

.pannel-top-img img {
  height: 40vh;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.panel-bot-con {
  position: absolute;
  top: 90%;
  right: 0px;
  background: #ffffff;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
}

.panel-heading {
  font-size: 21px;
  margin-bottom: 10px;
}

.panel-dis {
  font-size: 14px;
  margin-bottom: 0px;
  color: #aaa;
}

.panel-bot-con-top {
  position: absolute;
  top: 90%;
  right: 0px;
  background: #ffffff;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
}

.panel-bot-c {
  position: absolute;
  top: 90%;
  right: 0px;
  background: #ffffff;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
}

.slide-con {
  color: #091b24;
}

.slide-con:hover {
  color: #091b24;
}

.pannel-top-img {
  position: relative;
}

.panel-1 {
  height: 70vh;
}

.panel-2 {
  height: 80vh;
}

.panel-3 {
  height: 70vh;
}

.panel-4 {
  height: 65vh;
}

.panel-5 {
  height: 60vh;
}

/*------------------- Responsive --------------------------*/
.per-about-inner {
  padding: 80px 0;
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-about-inner {
    padding: 120px 0px 0px;
  }
}

.abot-heading {
  width: 80%;
  font-size: 3.5rem;
  color: #091b24;
  font-family: cicular-web, Helvetica, Arial, sans-serif;
  font-weight: bolder;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .abot-heading {
    width: 100%;
    font-size: 2.8rem;
  }
}

.abot-headings {
  width: 83%;
  font-size: 3.5rem;
  color: #091b24;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .abot-headings {
    width: 100%;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .abot-headings {
    width: 95%;
    font-size: 2.8rem;
  }
}

.ab-sub {
  margin-bottom: 20px;
  font-size: 20px;
  color: #969696;
  display: block;
}

.about-con {
  color: #aaa;
  font-size: 18px;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* align-items: flex-end; */
  margin: 50px 0px 0 auto;
  line-height: 1.8;
  font-weight: 200;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .about-con {
    width: 100%;
    margin: 50px 0px 0px 0px;
    font-size: 14px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .about-con {
    width: 80%;
    margin: 50px 0px 0px 0px;
    font-size: 14px;
  }
}

.per-about-img {
  margin: 60px 0;
  background-image: url("../img/design/2nd floor bacony.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-about-img {
    height: 35vh;
  }
}

.team-con {
  margin: 30px 0;
  width: 45%;
  font-size: 14px;
  margin-left: 10%;
  color: #aaa;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.8;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .team-con {
    width: 100%;
    margin-left: 2%;
  }
}

.completed-cases {
  overflow: hidden;
  background: transparent;
  position: relative;
  z-index: 0;
}

.completed-cases .single-cases-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.single-cases-img:hover .single-cases-cap {
  left: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.single-cases-img.size img {
  width: 100%;
}

.completed-cases .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.completed-cases .no-js .owl-carousel, .completed-cases .owl-carousel.owl-loaded {
  overflow: hidden;
  position: relative;
  right: 0%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .completed-cases .no-js .owl-carousel, .completed-cases .owl-carousel.owl-loaded {
    right: 0%;
  }
}

@media (max-width: 767px) {
  .completed-cases .no-js .owl-carousel, .completed-cases .owl-carousel.owl-loaded {
    right: 0%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .completed-cases .no-js .owl-carousel, .completed-cases .owl-carousel.owl-loaded {
    right: 0%;
  }
}

.completed-cases .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 350px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-cases-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.single-cases-cap h6 {
  color: #091b24;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
  font-weight: normal;
}

.single-cases-cap span {
  color: #E9C46A;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
  font-weight: normal;
}

.per-team {
  padding-bottom: 80px;
}

.team-slider {
  margin-top: 50px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .team-slider {
    display: none;
  }
}

.per-value {
  padding: 60px 0px;
}

.per-value-heading h1 {
  position: relative;
  font-size: 3.5rem;
  color: #091b24;
  font-family: cicular-web, Helvetica, Arial, sans-serif;
  font-weight: bolder;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-value-heading h1 {
    font-size: 2.5rem;
  }
}

.per-value-heading h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 10%;
  height: 4px;
  background-color: #091b24;
}

.value-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .value-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0px;
  }
}

.box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .box-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}

.box-circle {
  width: 70px;
  height: 70px;
  border: 1px dashed #091b24;
  border-radius: 86%;
  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;
  padding: 40px;
  font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .box-circle {
    width: 40px;
    height: 40px;
    padding: 24px;
    margin-bottom: 20px;
  }
}

.box-con {
  padding-left: 4%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .box-con {
    padding-left: 0px;
  }
}

.box-con p {
  margin-bottom: 0px;
  color: #aaa;
  width: 90%;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.8;
  font-weight: 200;
}

.value-feature {
  padding-left: 10%;
  margin-top: 70px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .value-feature {
    padding-left: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .value-feature {
    padding-left: 0px;
  }
}

.about-con, .team-con {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.about-con.is-inview,
.team-con.is-inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.fade-in.is-inview {
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.m-slider-con {
  position: absolute;
  bottom: 0px;
  background: #05364987;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-slider-con h6 {
  color: #ffff;
  margin-bottom: 0px;
}

.m-slider-con span {
  color: #E9C46A;
}

.m-inner-slider {
  position: relative;
  margin-bottom: 12px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  height: 200px;
  width: 350px;
}

.mobile-team-slider {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .mobile-team-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.flipcard {
  margin: 25px auto;
  height: 400px;
  width: 90%;
  position: relative;
  -webkit-perspective: 700px;
          perspective: 700px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
}

.flipcard_front, .flipcard_back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.flipcard_front {
  -webkit-transform: translate(-50%, -50%) rotateY(0deg);
  transform: translate(-50%, -50%) rotateY(0deg);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.flipcard:hover .flipcard_front {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}

.flipcard_back {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
  color: white;
  background: linear-gradient(120deg, #64646e, #141e1e 20%, #141e1e 80%, #64646e);
}

.flipcard:hover .flipcard_back {
  -webkit-transform: translate(-50%, -50%) rotateY(360deg);
  transform: translate(-50%, -50%) rotateY(360deg);
}

.flipcard_description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10% 10% 0%;
  overflow: auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.flipcard_description button {
  background: transparent;
  border: solid 1px white;
  border-radius: 50%;
  color: white;
  padding: 0;
  margin: 0% 2%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-size: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}

.flipcard_description button:hover {
  color: black;
  background: white;
  cursor: pointer;
}

.flipcard_description h3 {
  color: #c6a869;
}

.flipcard_description p {
  opacity: 0.7;
  line-height: 1.4;
}

.flipcard_description img {
  height: 2rem;
  margin: 2% 1%;
}

#f1_container {
  position: relative;
  width: 280px;
  height: 350px;
  z-index: 1;
}

#f1_container {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#f1_card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 1.0s linear;
  transition: all 1.0s linear;
}

#f1_container:hover #f1_card {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-box-shadow: -5px 5px 5px #aaa;
          box-shadow: -5px 5px 5px #aaa;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.face.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: white;
  background-color: #091b24;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px;
}

.face.back span {
  color: #E9C46A;
}

.face.back p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
}

#f1_container img {
  width: 280px;
  height: 190px;
}

.card-info {
  margin-top: 12px;
  padding: 20px;
  list-style-type: decimal;
}

.card-info li {
  font-size: 12px;
  margin-bottom: 10px;
}

.per-wrok {
  padding: 60px 0;
}

.work-gallery .galler-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .work-gallery .galler-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.work-gallery .galler-inner .left-side {
  width: 40%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .work-gallery .galler-inner .left-side {
    width: 100%;
  }
}

.work-gallery .galler-inner .left-side img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .work-gallery .galler-inner .left-side img {
    height: 300px;
  }
}

.work-gallery .galler-inner .galler-mb {
  padding-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .work-gallery .galler-inner .galler-mb {
    padding-right: 0px;
  }
}

.work-gallery .galler-inner .galler-ml {
  padding-left: 10px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .work-gallery .galler-inner .galler-ml {
    padding-left: 0px;
  }
}

.work-gallery .galler-inner .right-side {
  width: 57%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .work-gallery .galler-inner .right-side {
    width: 100%;
    margin-top: 20px;
  }
}

.work-gallery .galler-inner .right-side img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .work-gallery .galler-inner .right-side img {
    height: 300px;
  }
}

.c-hero--fade-in--img.is-inview {
  -webkit-animation-name: heroFadeInImg;
          animation-name: heroFadeInImg;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.88, -0.23, 0.29, 1);
          animation-timing-function: cubic-bezier(0.88, -0.23, 0.29, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes heroFadeInImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes heroFadeInImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.work-heading {
  width: 80%;
  font-size: 3.5rem;
  color: #091b24;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .work-heading {
    width: 100%;
    font-size: 2.5rem;
  }
}

.work-bot-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 10px;
}

.work-bot-text .left-text {
  font-size: 18px;
  color: #091b24;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 100;
}

.work-bot-text .right-text {
  font-size: 18px;
  color: #E9C46A;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 100;
}

.work-p {
  font-size: 14px;
  color: #aaa;
  line-height: 1.8;
  width: 60%;
  margin-top: 20px;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .work-p {
    width: 80%;
  }
}

.steer-inner {
  padding: 60px 0;
}

.steer-cards {
  padding: 30px 30px;
  height: auto;
  min-height: 325px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .steer-cards {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .steer-cards {
    min-height: 280px;
    margin-bottom: 20px;
  }
}

.steer-bg {
  background-color: #091b24;
}

.steer-bg .steer-heading {
  color: #fff;
  margin-bottom: 15px;
  font-family: cicular-web, Helvetica, Arial, sans-serif;
}

.steer-bg .steer-dis {
  color: #aaa;
  font-size: 12px;
  line-height: 1.5;
  height: auto;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .steer-bg .steer-dis {
    font-size: 13px;
  }
}

.steer-b {
  background-color: #E9C46A;
}

.steer-b .steer-heading {
  color: #091b24;
  margin-bottom: 15px;
}

.steer-b .steer-dis {
  color: #091b24;
  font-size: 12px;
  line-height: 1.5;
  height: auto;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .steer-b .steer-dis {
    font-size: 13px;
  }
}

.steer-sub {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}

.per-steer {
  padding-top: 50px;
}

.per-steer-about {
  height: auto;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-steer-about {
    height: 75vh;
  }
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.fade-in.two {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.fade-in.three {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.abot-heading span {
  display: block;
}

.steers-sec {
  font-weight: normal;
  font-family: 'Archivo', sans-serif;
}

.steer-headings {
  width: 70%;
  font-size: 3.5rem;
  color: #091b24;
  font-family: cicular-web, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .steer-headings {
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

.steer-con {
  color: #aaa;
  font-size: 18px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* align-items: flex-end; */
  margin: 50px 0px 0 auto;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .steer-con {
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .stree-con-m {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
  }
}

.stree-para {
  margin-top: -10%;
}

.stree-img-section {
  position: relative;
  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;
  padding-bottom: 100px;
}

.stree-img-section .stree-img img {
  width: 300px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.stree-img-section .stree-img-1 {
  margin-left: 30px;
}

.stree-img-section .stree-img-1 img {
  width: 300px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.stree-img-section .stree-img-2 {
  margin-left: 30px;
}

.stree-img-section .stree-img-2 img {
  width: 300px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.why_header-inner .inner-right-side {
  width: 50%;
}

.per-sft .why_header {
  margin-bottom: 0vw;
}

.affi-back {
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.inner-right-side img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.affi-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  scroll-snap-align: center;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .affi-inner {
    display: none;
  }
}

.affi-mobile-sec {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  scroll-snap-align: center;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .affi-mobile-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 92vh;
  }
}

.affi-left-side {
  width: 50%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .affi-left-side {
    width: 100%;
  }
}

.affi-right-on {
  width: 50%;
  padding: 120px 80px 0px;
  height: 100%;
  background-color: #091b24;
  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;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .affi-right-on {
    width: 100%;
    padding: 100px 30px;
    background-color: #091b246e;
    position: absolute;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .affi-right-on {
    padding: 100px 20px 0px;
  }
}

.affi-right-on .affi-heading {
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .affi-right-on .affi-heading {
    font-size: 1.5rem;
  }
}

.affi-right-on .affi-dis {
  color: #aaa;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  width: 80%;
  line-height: 1.9;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .affi-right-on .affi-dis {
    color: #fff;
    width: 100%;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .affi-right-on .affi-dis {
    width: 90%;
    font-size: 13px;
    margin-bottom: 0px;
  }
}

.affi-inner .foot-circles {
  width: 70px;
  height: 70px;
  border: 1px solid #F3F3F3;
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transition: all .8s linear;
  transition: all .8s linear;
  z-index: 0;
  overflow: hidden;
}

.affi-inner .arrow-imgs {
  z-index: 1;
}

.affi-inner .arrow-imgs img {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@-webkit-keyframes bounceAlphas {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  26% {
    opacity: 1;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes bounceAlphas {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  26% {
    opacity: 1;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.affi-inner .bounceAlphas {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.affi-inner .arrow-imgs.primeras.bounceAlphas {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.affi-inner .foot-circles:hover .arrow-imgs {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.affi-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.read-m {
  margin-left: 6%;
}

.read-m span {
  color: #fff;
}

.per-affiliate-sec {
  margin-bottom: 40px;
  height: 100%;
  min-height: 100vh;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.jm-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
}

.affi-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding-top: 70px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .affi-top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
  }
}

.affi-left {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: absolute;
  z-index: 9;
  left: 24%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .affi-left {
    left: 48%;
    top: 30%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .affi-left {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.affi-right {
  width: 50%;
  margin-top: 0px;
  position: absolute;
  right: 0px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .affi-right {
    width: 80%;
    margin-top: 0px;
    position: absolute;
    right: 10%;
    bottom: 15%;
  }
}

.affi-right img {
  height: auto;
}

.affi_heading {
  color: #091b24;
  font-size: 6rem;
  line-height: 1.2;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .affi_heading {
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .affi_heading {
    font-size: 3.5rem;
  }
}

.affi-text {
  color: #aaa;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  width: 80%;
  margin-top: 30px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .affi-text {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .affi-text {
    width: 70%;
  }
}

.affiliated-nav .process_nav {
  display: none;
}

.affi-mobile-sec .affi-des {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 60vh;
}

.affi-mobile-sec .affi-heading {
  color: #091b24;
  margin-bottom: 20px;
  font-size: 30px;
}

.affi-mobile-sec .affi-dis {
  color: #aaa;
  line-height: 1.8;
  font-size: 17px;
  font-weight: normal;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.affi-mobile-sec .affi-icon {
  font-size: 20px;
  color: #E9C46A;
  margin-bottom: 20px;
}

.affi-icon svg {
  width: 60px;
  fill: #E9C46A;
}

.affi-des {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.foot-group {
  padding-top: 50px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .foot-group {
    padding-top: 0px;
  }
}

.b-box-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  width: 100%;
  height: 80vh;
  margin-bottom: 50px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .b-box-inner {
    background-size: cover;
    margin-bottom: 30px;
    height: 60vh;
  }
}

.box-con-b {
  background: #091b24;
  padding: 60px;
  width: 40%;
  margin: 0 auto 0 0;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .box-con-b {
    width: 90%;
    padding: 30px;
  }
}

.box-con-b p {
  color: #fff;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.box-con-b-s {
  background: #E7F4F4;
  padding: 60px;
  width: 50%;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .box-con-b-s {
    width: 90%;
    padding: 30px;
  }
}

.box-con-b-s p {
  color: #091b24;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.box-con-s {
  background: #091b24;
  padding: 60px;
  width: 50%;
  margin: 0 auto 0 0;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .box-con-s {
    width: 90%;
    padding: 30px;
  }
}

.box-con-s p {
  color: #fff;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.box-con-b, .box-con-b-s {
  -webkit-transform: translateY(4em);
          transform: translateY(4em);
  transition: transform 2s cubic-bezier(0, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0, 1, 0.3, 1);
  will-change: transform;
}

.box-con-b.is-inview,
.box-con-b-s.is-inview {
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
}

.become-banner {
  margin: 40px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 27, 36, 0.7)), to(rgba(9, 27, 36, 0.7))), url("../img/become/become-banner.png");
  background: linear-gradient(rgba(9, 27, 36, 0.7), rgba(9, 27, 36, 0.7)), url("../img/become/become-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 280px;
  height: 100%;
  padding: 20px;
  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;
  color: #fff;
}

.banner-inner {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.contact-inner {
  width: 60%;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .contact-inner {
    width: 90%;
  }
}

.contacts-heading {
  font-size: 7vw;
  margin-bottom: 20px;
  margin-left: -10px;
}

.contacts-sub {
  font-size: 14px;
  color: #969696;
}

.contact-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .contact-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-input {
  margin-bottom: 70px;
}

.form-input .per-con {
  font-size: 3vw;
  color: #091b24;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: transparent;
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #091b24;
  margin-top: 8px;
  border-radius: 0px;
}

.form-input .persft-text {
  font-size: 3vw;
  color: #091b24;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: transparent;
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #091b24;
  margin-top: 8px;
  border-radius: 0px !important;
}

.per-con::-webkit-input-placeholder {
  color: #cccfd0;
}

.per-con:-ms-input-placeholder {
  color: #cccfd0;
}

.per-con::-ms-input-placeholder {
  color: #cccfd0;
}

.per-con::placeholder {
  color: #cccfd0;
}

.persft-text::-webkit-input-placeholder {
  color: #cccfd0;
}

.persft-text:-ms-input-placeholder {
  color: #cccfd0;
}

.persft-text::-ms-input-placeholder {
  color: #cccfd0;
}

.persft-text::placeholder {
  color: #cccfd0;
}

.cotact-form {
  margin-top: 50px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-send {
  background-color: #091b24;
  color: #fff;
  padding: 15px;
}

.btn-send:hover {
  color: #fff;
}

.per-contact-info .contact-small {
  margin-bottom: 20px;
}

.per-contact-info .contact-small span {
  color: #e9c46a;
  font-size: 20px;
  font-weight: 500;
}

.per-contact-info .contact-mail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.per-contact-info .contact-mail ul li {
  margin-bottom: 20px;
}

.per-contact-info .contact-mail ul li a {
  color: #091b24;
  font-size: 20px;
  text-decoration: underline;
}

.per-contact-info .contact-mail .per-social-icon {
  text-align: left;
}

.per-contact-info .contact-mail span {
  color: #091b24;
  font-size: 20px;
}

.per-tpop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.75s cubic-bezier(0.475, 0.425, 0, 0.995) 0.55s;
  transition: opacity 0.75s cubic-bezier(0.475, 0.425, 0, 0.995) 0.55s;
  background-color: rgba(0, 0, 0, 0.5);
}

.per-tpop.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.75s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: opacity 0.75s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.popup {
  background-color: white;
  padding: 70px 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 780px;
  text-align: center;
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: -webkit-transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995), -webkit-transform 1.25s cubic-bezier(0.475, 0.425, 0, 0.995);
  -webkit-transform: translate3d(0, 100vh, 0);
  transform: translate3d(0, 100vh, 0);
}

.popup.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.per-tpop .button-close {
  position: absolute;
  top: 50px;
  right: 40px;
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.per-tpop .button-close:before, .per-tpop .button-close:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #bbb;
}

.per-tpop .button-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.per-tpop .button-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.type-h2 {
  font-size: 48px;
  line-height: 58px;
  color: #333;
}

.popup .message {
  margin: 30px 0 50px;
  font-size: 22px;
  line-height: 38px;
  color: #827f7e;
  -webkit-font-smoothing: antialiased;
  opacity: .5;
}

form .error {
  color: #ff0000;
}

textarea:focus {
  outline: unset !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

option {
  background-color: #091B24;
  color: white;
  font-size: 18px;
  height: 30px;
}

.jobprofile-badge {
  background-color: #F6F9FC;
  padding: 12px;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-profile {
  color: #091B24;
  margin-bottom: 0px;
}

.btn-check {
  background-color: #091B24;
  color: #fff;
  font-size: 14px;
}

.btn-check:hover {
  background-color: #091B24;
  color: #fff;
}

.persft-navbar {
  padding: 10px 0;
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .persft-navbar {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .persft-navbar {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .persft-navbar {
    display: none;
  }
}

.menu {
  height: 70px;
  width: 70px;
  right: 0px;
  top: -9px;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  border-bottom: 1px solid transparent;
}

.menu.active {
  width: calc(100% - 0%);
  border-bottom: 1px solid #091b24;
  background: #f3f3f3;
}

.menu.active .menuContent * {
  opacity: 1;
}

.menu.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  top: 50%;
}

.menu.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}

.menu.active span i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  top: 50%;
}

.menu span {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.menu span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  height: 2px;
  right: 0;
  margin: auto;
  background-color: #091b24;
  -webkit-transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.1s ease 0.1s;
  transition: transform 0.3s ease, opacity 0.1s ease 0.1s, -webkit-transform 0.3s ease;
}

.menu span i:nth-child(1) {
  top: 40%;
  width: 20%;
}

.menu span i:nth-child(2) {
  top: 50%;
  width: 35%;
}

.menu span i:nth-child(3) {
  top: 60%;
  width: 20%;
}

.menu .menuContent {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 70px;
  right: 0%;
  text-align: left;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .menuContent * {
  opacity: 0;
}

.menu .menuContent ul {
  margin: 0;
  padding: 0;
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .menuContent ul li {
  display: inline-block;
  padding: 0 20px 0 0;
  color: #091b24;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
  cursor: pointer;
  position: relative;
}

.menu .menuContent ul li a {
  font-size: 12px;
  color: #091b24;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu .menuContent ul li a p {
  margin-bottom: 0px;
  height: 20px;
}

.menuContent li.active a {
  color: #E9C46A !important;
}

.mobile-menu {
  display: block;
  max-width: 500px;
  width: 100%;
  left: -100%;
  height: 100vh;
  background: #f3f3f3;
  position: absolute;
  z-index: 99;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  top: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll;
}

.mobile-menu ul {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
}

.mobile-menu ul li {
  list-style: none;
  margin-bottom: 20px;
}

.mobile-menu ul li a {
  margin: 0 auto;
  display: block;
  text-align: left;
  padding-left: 10%;
  text-decoration: none;
  color: #121212;
  font-size: 1.5rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.mobile-menu ul li a:after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.mobile-menu ul li a:hover {
  color: #fff;
}

.mobile-menu ul li a:hover:after {
  right: 0;
}

.mobile-menu--open {
  left: 0;
  opacity: 1;
}

.mobile-menu ul li.active a {
  color: #091b24;
}

.mobile-logo img {
  width: 100px;
  height: auto;
}

.mobile-logo-menu {
  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;
  /* margin-top: 12px; */
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.mobile-logo-menu img {
  width: 100px;
}

.vernon-navba {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .vernon-navba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 15px;
    background-color: transparent;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .vernon-navba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 15px;
    background-color: transparent;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .vernon-navba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1px 15px;
    background-color: #f3f3f3;
  }
}

.mobile-nav-button {
  width: 30px;
  position: relative;
  margin: 0rem;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
}

.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 3px;
  background: #091b24;
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
  margin: 0.5rem 0;
}

.mobile-nav-button .mobile-nav-button__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 {
  display: none;
}

.mobile-nav-button .mobile-nav-button__line--3 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 13px;
  position: absolute;
}

.p-logo img {
  opacity: 0.5;
  width: 100px;
}

.navbar-links {
  padding-left: 5%;
}

.nav-btn {
  padding: 15px;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 0;
  background: #091b24;
}

.nav-btn:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 1px solid #091b24;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.nav-btn:hover {
  color: white;
}

.nav-btn:hover:before {
  top: 0;
  left: -100%;
}

.persft-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

@keyframes zoom {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.full-menu {
  position: absolute;
  background-color: #F3F3F3;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  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;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  z-index: 11;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .full-menu {
    pointer-events: none;
  }
}

.full-menu li {
  font-size: 2em;
  color: #091b24;
  opacity: 0;
  -webkit-transform: translateY(2%);
          transform: translateY(2%);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: 15px;
  cursor: pointer;
}

.full-menu li:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #091b24;
  -webkit-transition: width 200ms ease-in;
  transition: width 200ms ease-in;
}

.full-menu li:hover:after {
  width: 100%;
}

.full-menu li a {
  color: #091b24;
  position: relative;
}

.full-menu ul {
  list-style: none;
}

.full-menu.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.full-menu.active .home {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.full-menu.active .about {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.full-menu.active .works {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.full-menu.active .contact {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.full-menu.active li {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.full-menu.active li a.active {
  color: #E9C46A;
  border-bottom: 5px solid #E9C46A;
}

.full-menu.active li:hover {
  -webkit-animation: zoom 200ms ease-in;
          animation: zoom 200ms ease-in;
}

.hamburguer {
  position: absolute;
  right: 0px;
  width: 2em;
  z-index: 999;
  cursor: pointer;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hamburguer .line-top {
  width: 50%;
}

.hamburguer .line-mid {
  width: 80%;
}

.hamburguer .line-bottom {
  width: 50%;
}

.hamburguer:hover {
  -webkit-animation: zoom 300ms ease-in;
          animation: zoom 300ms ease-in;
}

.lines {
  background-color: #091b24 !important;
  width: 100%;
  height: 5px;
  margin: 4px 0 !important;
  -webkit-transition: all 450ms ease-in;
  transition: all 450ms ease-in;
}

.close-hamburguer .lines {
  cursor: pointer;
}

.close-hamburguer .line-top {
  -webkit-transform: translateY(200%) rotate(130deg);
          transform: translateY(200%) rotate(130deg);
  background-color: #091b24 !important;
}

.close-hamburguer .line-mid {
  opacity: 0;
}

.close-hamburguer .line-bottom {
  -webkit-transform: translateY(-200%) rotate(130deg);
          transform: translateY(-200%) rotate(130deg);
  background-color: #091b24 !important;
}

.hiring-badge {
  background-color: #fff;
  color: #091b24;
  font-size: 12px;
  padding: 4px;
  border-radius: 4px;
  margin-top: 5px;
}

.forward_wrapper {
  width: 100%;
  background-color: #ffffff;
  color: #ffffff;
  margin: 0 auto;
  position: relative;
}

.forward_wrapper .forward_nav {
  position: absolute;
  top: 0;
  right: 50px;
  display: inline-block;
  z-index: 50;
  margin: 0;
  padding: 0;
}

.forward_wrapper .forward_nav .forward_nav_item:last-child {
  margin: 0 auto;
}

.forward_wrapper .forward_nav .forward_nav_item {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #4b5669;
  border-radius: 50%;
  margin: 0 auto 15px;
  cursor: pointer;
  position: relative;
}

.forward_wrapper .forward_nav .forward_nav_item:before {
  display: inline-block;
  position: absolute;
  content: " ";
  font: 0/0 sans-serif;
  width: 0%;
  height: 0%;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.forward_wrapper .forward_nav .forward_nav_item:hover:before {
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
}

.forward_wrapper .forward_nav .forward_nav_item.scrolled_to:before {
  display: inline-block;
  position: absolute;
  content: " ";
  font: 0/0 sans-serif;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.forward_wrapper .forward_content_container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #f3f3f3;
}

.forward_wrapper .forward_content_container .title {
  color: red;
}

.forward_wrapper .forward_content_wrapper {
  width: 100%;
}

.forward_wrapper .forward_content_wrapper .forward_content {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
  margin: 0;
  pointer-events: all;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .forward_wrapper .forward_content_wrapper .forward_content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.forward_wrapper .forward_content_wrapper.alternative_bg {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}

.forward_wrapper .forward_content_wrapper.alternative_bg:before {
  content: " ";
  font: 0/0 sans-serif;
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  display: block;
  zoom: 1;
  visibility: visible;
  z-index: 0;
  background-position: top right;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .forward_wrapper .forward_content_wrapper.alternative_bg:before {
    width: auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .forward_wrapper .forward_content_wrapper.alternative_bg:before {
    width: auto;
  }
}

.forward_wrapper .forward_content_wrapper.alternative_bg:after {
  content: " ";
  font: 0/0 sans-serif;
  position: absolute;
  top: 0;
  right: -200%;
  width: 200%;
  height: 100%;
  display: block;
  zoom: 1;
  visibility: visible;
  z-index: 0;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .forward_wrapper .forward_content_wrapper.alternative_bg:after {
    width: auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .forward_wrapper .forward_content_wrapper.alternative_bg:after {
    width: auto;
  }
}

.forward_wrapper .forward_content_wrapper .forward_scroll_arrow {
  text-align: center;
  margin-top: 20%;
}

.forward_wrapper .forward_content_wrapper .forward_scroll_arrow .arrow {
  cursor: pointer;
  width: 100%;
  height: 100%;
  max-width: 111px;
  max-height: 111px;
}

@media screen and (max-width: 767px) {
  .forward_wrapper .forward_content_wrapper .forward_scroll_arrow .arrow {
    width: 25%;
  }
}

.forward_wrapper .forward_content_wrapper.forward_header {
  max-width: 1920px;
  line-height: 0;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .forward_wrapper .forward_content_wrapper.forward_header {
    max-width: 100%;
  }
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content {
  width: 100%;
  text-align: center;
  padding: 0;
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .header_title {
  font: 400 33px/1.4 "Open Sans", sans-serif;
  padding: 0 75px;
  color: #ffffff;
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .header_container {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 960px;
  height: 100%;
  left: 50%;
  margin-left: -480px;
}

@media screen and (max-width: 959px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .header_container {
    margin-left: -50%;
  }
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .header_image {
  position: relative;
  width: 100%;
  height: 740px;
  max-height: 740px;
  padding-bottom: 0;
  background: url("https://i.imgur.com/9685CtV.jpg") no-repeat top center scroll;
  background-size: cover;
}

@media screen and (max-width: 1365px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .header_image {
    height: 100%;
    padding-bottom: 60%;
  }
}

@media screen and (max-width: 479px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .header_image {
    padding-bottom: 80%;
  }
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .forward_headline {
  width: 60%;
  max-width: 559px;
  text-align: left;
  background-color: #4b5669;
  background-color: rgba(75, 86, 105, 0.5);
  padding: 20px;
  margin: 10% 0 0;
}

@media screen and (max-width: 767px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .forward_headline {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .forward_headline {
    width: 90%;
    padding: 10px 20px;
  }
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .forward_headline h2 {
  font: 400 45px/1 "Open Sans", sans-serif;
  margin: 0 0 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .forward_headline h2 {
    font-size: 33px;
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .forward_headline h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 479px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .forward_headline h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .forward_headline p {
  font: 400 25px/1 "Open Sans", sans-serif;
}

@media screen and (max-width: 1023px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .forward_headline p {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .forward_headline p {
    font-size: 14px;
  }
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .header_store_buttons {
  position: absolute;
  top: 60%;
  left: 0;
  margin-left: 20px;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1365px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .header_store_buttons {
    top: 62%;
  }
}

@media screen and (max-width: 1024px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .header_store_buttons {
    top: 70%;
  }
}

@media screen and (max-width: 479px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .header_store_buttons {
    top: 75%;
  }
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .header_store_buttons .header_store_button {
  padding: 0;
  display: inline-block;
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .header_store_buttons .header_store_button.appstore {
  width: 21.6666%;
  max-width: 208px;
  min-width: 110px;
  margin: 0 30px 30px 0;
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .header_store_buttons .header_store_button.googleplay {
  width: 18.6458%;
  max-width: 179px;
  min-width: 95px;
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .header_store_buttons .header_store_button img {
  width: 100%;
  height: auto;
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .header_social {
  position: absolute;
  bottom: 24%;
  left: 0;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .header_social {
    bottom: 8%;
  }
}

@media screen and (max-width: 479px) {
  .forward_wrapper .forward_content_wrapper.forward_header .header_content .header_social {
    bottom: 2%;
  }
}

.forward_wrapper .forward_content_wrapper.forward_header .header_content .header_social .fb_container {
  display: inline-block;
  width: 46px;
  overflow: hidden;
}

.forward_wrapper .forward_phone {
  display: inline-block;
  width: 25%;
  max-width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .forward_wrapper .forward_phone {
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}

.forward_wrapper .forward_phone .forward_mockup_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.forward_wrapper .forward_phone .forward_mockup_container .forward_mockup {
  width: 100%;
  height: auto;
}

.forward_wrapper .forward_phone .forward_mockup_container .forward_phone_shadow {
  position: absolute;
  bottom: -10%;
  left: 50%;
  margin-left: -55%;
  width: 110%;
  max-width: 427px;
  height: auto;
  z-index: 10;
}

.forward_wrapper .forward_phone .forward_slides_container {
  margin-top: 21.9827%;
  overflow: hidden;
}

.forward_wrapper .forward_phone .forward_slides_container .forward_phoneslide {
  display: block;
  padding: 0 6.25% 0 5.0646%;
}

.forward_wrapper .forward_phone .forward_slides_container .forward_phoneslide .slide {
  display: block;
  width: 100%;
  height: 100%;
}

.forward_wrapper .title {
  font: 400 46px/1.15 "Open Sans", sans-serif;
  color: #e10074;
  margin: 0 0 20px;
}

@media screen and (max-width: 479px) {
  .forward_wrapper .title {
    font-size: 33px;
  }
}

.forward_wrapper .description {
  font: 400 18px/1.3 "Open Sans", sans-serif;
  margin: 0;
}

@media screen and (max-width: 479px) {
  .forward_wrapper .description {
    font-size: 16px;
  }
}

.box-content {
  width: 50%;
  background-color: white;
  color: #000;
  /* height: 200px; */
  position: absolute;
  left: 15%;
  top: 30%;
  padding: 5%;
  opacity: 1;
  -webkit-transform: translateY(4em);
          transform: translateY(4em);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 1, 0.3, 1);
  transition: -webkit-transform 2s cubic-bezier(0, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0, 1, 0.3, 1);
  will-change: transform;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .box-content {
    width: 90%;
    left: 5%;
    height: auto;
  }
}

.box-content h1 {
  font-family: cicular-web, Helvetica, Arial, sans-serif;
  line-height: 1.15;
  margin-bottom: 20px;
}

.box-content p {
  opacity: 0.5;
  font-weight: 300;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.box-content.is-visible {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.bottomMenu {
  position: fixed;
  z-index: 3;
  height: 100%;
  right: -10%;
  bottom: 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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 7%;
  padding-bottom: 6.26667vw;
  padding-left: 0%;
  -webkit-transition: opacity 0.3s ease cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.3s ease cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .bottomMenu {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .bottomMenu {
    display: none;
  }
}

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

.bottomMenu ul li {
  font-weight: 700;
  text-align: right;
  cursor: pointer;
  margin-bottom: 25px;
}

span {
  display: inline-block;
  position: relative;
}

nav a {
  display: inline-block;
  color: #091b24;
  text-decoration: none;
  font-size: 1em;
}

nav li u {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 1px;
  background: #091b24;
  margin-bottom: 1.18056vw;
  height: 2.29167vw;
  opacity: 0.8;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: opacity 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition: opacity 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  display: none;
}

nav li .active-section u {
  opacity: 1;
  background-color: red !important;
}

nav li i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 6px;
  height: 6px;
  border: 1px solid #091b24;
  border-radius: 50%;
  margin-left: 2.43056vw;
  opacity: 0.2;
  font-style: normal;
}

nav li i::after {
  content: "";
  position: absolute;
  border: 1.3px solid #091b24;
  border-radius: 50%;
  display: block;
  top: 2px;
  left: 2px;
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%) scale(0.8) translateZ(0);
          transform: translate(-50%, -50%) scale(0.8) translateZ(0);
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98), -webkit-transform 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  -webkit-transition: opacity 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98), -webkit-transform 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition: transform 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98), opacity 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  transition: transform 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98), opacity 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98), -webkit-transform 1.4s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}

nav li .active-section i::after {
  -webkit-transform: translate(-50%, -50%) scale(1) translateZ(0);
          transform: translate(-50%, -50%) scale(1) translateZ(0);
  opacity: 1;
}

nav li .active-section i {
  opacity: 1;
}

nav li:first-child u {
  display: none;
}

nav li .active-section + li u,
nav li .active-section u {
  opacity: 1;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
  right: 0%;
}

.first-page {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  background-color: #f3f3f3;
}

.forward_scroll {
  position: relative;
}

.fullpage-first {
  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;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .fullpage-first {
    display: none;
  }
}

.process-top {
  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;
  height: 100vh;
  position: relative;
  width: 100%;
  position: relative;
}

.process-top .process-left-side {
  width: 50%;
  margin-top: 50px;
  padding-left: 3%;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .process-top .process-left-side {
    width: 100%;
    margin-top: 0px;
    padding: 7%;
    position: absolute;
    background: #f8f9fa5e;
    top: 25%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .process-top .process-left-side {
    width: 100%;
    margin-top: 0px;
    padding: 7%;
    position: absolute;
    background: #f8f9fa5e;
    top: 15%;
  }
}

.process-top .process-left-side::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0%;
  height: 50vh;
  width: 6px;
  background: #091b24;
}

.process-top .process-left-side .pro-text {
  font-size: 14px;
  color: #aaa;
  line-height: 1.8;
  width: 80%;
  margin-top: 20px;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .process-top .process-left-side .pro-text {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .process-top .process-left-side .pro-text {
    width: 100%;
    color: #000;
  }
}

.process-top .process-right-side {
  width: 100%;
  position: relative;
  height: 100vh;
}

.process-top .process-right-side img {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .process-top .process-right-side img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.pro-anime {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 120);
          transform: matrix(1, 0, 0, 1, 0, 120);
  opacity: 0;
  -webkit-transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pro-anime.is-visible {
  opacity: 1;
  -webkit-transform: unset;
          transform: unset;
}

.pro-anim-0 {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 120);
          transform: matrix(1, 0, 0, 1, 0, 120);
  opacity: 0;
  -webkit-transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pro-anim-0.is-visible {
  opacity: 1;
  -webkit-transform: unset;
          transform: unset;
}

.pro-anim-0:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.ft-heading .ft-o {
  display: inline;
}

.lines {
  width: 30px;
  height: 2px;
  margin: 10px 0;
  background-color: #fff;
}

.menu-toggle:hover {
  cursor: pointer;
}

.mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* MOBILE ONE */
.mobile-one .mobile-nav {
  background-color: #3c3842;
  max-width: 200px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mobile-nav h2 {
  padding: 25px 20px;
}

.mobile-one .mobile-nav li a {
  color: #989aa4;
  display: block;
  padding: 15px 20px;
}

.mobile-one .mobile-nav li a:hover {
  background-color: #23252b;
  color: #fff;
  border-left: 3px solid #44bfc6;
}

.fullpage-mobile-layout {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .fullpage-mobile-layout {
    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;
    height: 100vh;
  }
}

.fullpage-mobile-layout .ft-m-number {
  font-size: 4.5rem;
  color: #E9C46A;
  font-weight: 500;
  letter-spacing: 2px;
}

.process-heading {
  font-size: 50px;
  color: #091b24;
  font-family: cicular-web, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .process-heading {
    font-size: 22px;
  }
}

.text-process {
  color: #121212;
  font-size: 15px;
  width: 80%;
  margin: 26px 0px;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.text-process {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.text-process.is-inview {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.process_header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .process_header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.process_header-inner .inner-left {
  width: 50%;
  padding-left: 9%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .process_header-inner .inner-left {
    position: absolute;
    z-index: 1;
    background: #f8f9fa78;
    padding: 20px;
    top: 25%;
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .process_header-inner .inner-left .process-heading {
    font-size: 40px;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .process_header-inner .inner-left .text-process {
    color: #000;
    width: 90%;
  }
}

.process_header-inner .inner-right {
  width: 50%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .process_header-inner .inner-right {
    width: 100%;
  }
}

.ft-rightside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .ft-rightside {
    margin-bottom: 20px;
  }
}

.row.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.ft-sub {
  color: #E9C46A;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: block;
}

.ft-heading {
  color: #091b24;
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .ft-heading {
    font-size: 32px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .ft-heading {
    font-size: 20px;
  }
}

.ft-con {
  margin-top: 20px;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.04167vw;
  line-height: 1.8;
  color: #000;
  opacity: .5 !important;
  width: 70%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .ft-con {
    width: 100%;
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .ft-con {
    width: 100%;
    font-size: 1.5vw;
  }
}

.count-round {
  width: 50px;
  height: 50px;
  border: 1px solid #091b24;
  color: #091b24;
  border-radius: 50%;
  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;
}

.ft-rt-count {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.line {
  width: 1px;
  margin-top: 20px;
  height: 34vh;
  color: #091b24;
  display: block;
  border: 1px solid #ddd;
}

.process-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a1e27b5), to(#0a1e27b5)), url("../img/process/process-banner.png");
  background: linear-gradient(#0a1e27b5, #0a1e27b5), url("../img/process/process-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  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;
  color: #fff;
  margin-bottom: 40px;
}

.banner-text {
  /* text-align: center; */
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-text p {
  width: 70%;
  text-align: center;
  color: #fff;
  margin: 30px 0;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .fullpage-mobile .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.ft-leftside {
  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;
  width: 100%;
}

.ft-leftside .per-zero {
  height: auto;
  width: 50%;
}

.ft-leftside .per-one {
  height: auto;
  width: 50%;
}

.ft-leftside .per-f {
  width: 45%;
  height: 300px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .ft-leftside .per-f {
    width: 50%;
    height: auto;
  }
}

.per-sft-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-sft-new {
    height: 90vh;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .per-sft-new {
    margin-bottom: 80px;
  }
}

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}

.slideshow .slider-split {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}

.slideshow .slider-split * {
  outline: none;
}

.slideshow .slider-split .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .slideshow .slider-split .item {
    height: 90vh;
  }
}

.slideshow .slider-split .item .text {
  display: none;
}

.slideshow .slider-split .item img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slideshow .slick-dots {
  position: absolute;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 20%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .slideshow .slick-dots {
    display: none !important;
  }
}

.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}

.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}

.slideshow .slick-dots li button:before {
  content: '';
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0.6;
}

.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}

.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}

.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute;
  top: 50%;
  z-index: 100;
  font-size: 60px;
  display: inline-block;
  height: 200px !important;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 50;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .slideshow-text {
    font-size: 28px;
    letter-spacing: 10px !important;
    line-height: unset;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .slideshow-text {
    font-size: 32px;
    letter-spacing: 10px !important;
    line-height: unset;
  }
}

.scroll-indicator {
  position: absolute;
  left: 1%;
  bottom: 0px;
  z-index: 999;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .scroll-indicator {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .scroll-indicator {
    display: none;
  }
}

.scroll-indicator .scroll {
  width: 2px;
  height: 150px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}

.scroll-indicator .scroll .scroll-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #040f30), color-stop(50%, rgba(4, 15, 48, 0)));
  background: linear-gradient(to bottom, #040f30 50%, rgba(4, 15, 48, 0) 50%);
  background-position: 0 -150px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

.scroll-indicator span {
  position: absolute;
  right: -55px;
  top: 20px;
  letter-spacing: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
  font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .scroll-indicator span {
    color: #fff;
    top: 30px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .scroll-indicator span {
    right: 10%;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -150px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 150px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -150px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 150px;
  }
}

.scroll-down {
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: 999;
}

.scroll-down .scroll-img {
  -webkit-animation: arrow-down 3s 2s infinite;
          animation: arrow-down 3s 2s infinite;
}

@-webkit-keyframes arrow-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  40%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes arrow-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  40%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.fixed-content {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 999;
  text-align: center;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .fixed-content {
    top: 45%;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .fixed-content {
    top: 45%;
  }
}

.fixed-content h1 {
  font-size: 60px;
  text-align: center;
  color: #091b24;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}

@media (max-width: 767px) {
  .fixed-content h1 {
    font-size: 25px;
    letter-spacing: 15px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .fixed-content h1 {
    font-size: 32px;
    letter-spacing: 10px !important;
    line-height: unset;
  }
}

.split-slideshow {
  position: relative;
  width: 100%;
}

.scroll-indicator-mobile {
  display: none;
  position: absolute;
  bottom: 10%;
  z-index: 99;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 40%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .scroll-indicator-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.down {
  text-decoration: none;
  font-family: Helvetica;
  font-weight: bold;
  color: #222;
  border: 1px solid #ccc9c9;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px #e8e7e7;
          box-shadow: 0px 1px 0px #e8e7e7;
  font-size: 15px;
  cursor: default;
}

.down:active {
  -webkit-box-shadow: inset -0px 4px 2px -3px #ccc9c9;
          box-shadow: inset -0px 4px 2px -3px #ccc9c9;
}

@font-face {
  font-family: ' cicular-web';
  src: url(../fonts/CircularStd-Book.woff2) format("woff2"), url(../fonts/CircularStd-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'graphik-web';
  src: url(../fonts/Graphik-Medium.woff2) format("woff2"), url(../fonts/Graphik-Medium.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'graphik-web';
  src: url(../fonts/Graphik-Regular.woff2) format("woff2"), url(../fonts/Graphik-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'graphik-web';
  src: url(../fonts/Graphik-Light.woff2) format("woff2"), url(../fonts/Graphik-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #091b24;
}

::selection {
  color: #fff;
  background: #091b24;
}

body {
  background-color: #f3f3f3;
  color: #000;
  font-size: 100%;
  line-height: 1.3;
  font-family: cicular-web, Helvetica, Arial, sans-serif;
  z-index: 0;
  overflow: hidden;
  overflow-y: scroll;
}

a:hover {
  text-decoration: none;
}

.right_side_menu .wrapper {
  width: 100%;
}

.right_side_menu .wrapper ul {
  width: 860px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.right_side_menu .wrapper ul li {
  width: 100px;
  height: 60px;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  cursor: pointer;
  padding-left: 15px;
  color: #343436;
  opacity: 0;
}

.right_side_menu .wrapper ul li:first-child {
  padding-left: 0;
  z-index: 10;
  opacity: 1;
  width: 60px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#menu-button .bar {
  width: 20px;
  height: 2px;
  background: #343436;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

#menu-button .bar:nth-child(2) {
  margin: 5px 0;
}

#menu-button.active .bar:first-child {
  -webkit-animation: barOne 0.4s ease-in-out forwards;
          animation: barOne 0.4s ease-in-out forwards;
}

@-webkit-keyframes barOne {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  25% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
}

@keyframes barOne {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  25% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
}

#menu-button.active .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}

#menu-button.active .bar:last-child {
  -webkit-animation: barTwo 0.4s ease-in-out forwards;
          animation: barTwo 0.4s ease-in-out forwards;
}

@-webkit-keyframes barTwo {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  25% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes barTwo {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  25% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}

@media screen and (max-width: 467px) {
  .right_side_menu ul {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.persft_navbar_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}

.left_side_logo img {
  width: 100px;
}

.persft_main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 80px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .persft_main {
    padding-top: 80px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .persft_main {
    padding-top: 120px;
  }
}

.persft-home-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .persft-home-section {
    height: auto;
    padding-top: 50px;
  }
}

.persft-home-section .home-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .persft-home-section .home-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.persft-home-section .home-inner .left-side {
  width: 65%;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .persft-home-section .home-inner .left-side {
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .persft-home-section .home-inner .left-side img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.persft-home-section .home-inner .right-side {
  width: 30%;
  position: relative;
  z-index: 1;
  left: 10%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .persft-home-section .home-inner .right-side {
    width: 100%;
    padding-top: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #f8f9fa5e;
    padding: 20px;
  }
}

.home-side-img {
  display: block;
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  opacity: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .home-side-img {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.home-side-img.is-inview {
  opacity: 1;
  -webkit-transform: unset;
          transform: unset;
}

.choos-side-img {
  display: block;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  opacity: 0;
  width: 100%;
  overflow: hidden;
}

.choos-side-img.is-inview {
  opacity: 1;
  -webkit-transform: unset;
          transform: unset;
}

.main-heading {
  color: #091b24;
  font-size: 4em;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 500;
  font-family: cicular-web, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .main-heading {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .main-heading {
    font-size: 2.5rem;
  }
}

.arrow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  overflow: hidden;
}

.arrow-icon img {
  height: 50px;
  -webkit-animation: arrow-down 3s 2s infinite;
          animation: arrow-down 3s 2s infinite;
}

.arrow-circle a.arrow-inner {
  position: absolute;
  right: 120px;
  width: 140px;
  height: 140px;
  border: 1px solid #091b247a;
  border-radius: 50%;
  text-align: center;
  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;
  bottom: 0px;
}

.arrow-circle a.arrow-inner:hover {
  text-decoration: none;
}

.arrow-circle a.arrow-inner span {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  font-size: 14px;
  color: #091b24;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-section {
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .about-section {
    padding: 0px 0px 100px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .about-section {
    padding: 0px 0px 0px;
  }
}

.ab-mb {
  margin-bottom: 100px;
}

.about-inner {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 20px;
  }
}

.about-inner .about-left-side {
  width: 55%;
  padding-top: 0px;
  padding-left: 9%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .about-inner .about-left-side {
    width: 100%;
    padding-top: 0px;
  }
}

.about-inner .about-left-side small {
  display: block;
  width: 70%;
  color: #091b2494;
}

.about-inner .about-right-side {
  width: 50%;
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .about-inner .about-right-side {
    width: 100%;
    margin-top: -15%;
  }
}

.choose-inner {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .choose-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .choose-inner {
    display: none;
  }
}

.choose-inner .about-left-side {
  width: 50%;
  padding-top: 70px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .choose-inner .about-left-side {
    width: 100%;
    padding-left: 9%;
    padding-top: 0px;
  }
}

.choose-inner .about-left-side small {
  margin-bottom: 15px;
  display: block;
}

.choose-inner .about-right-side {
  width: 55%;
  margin-left: -140px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .choose-inner .about-right-side {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .choose-inner .about-right-side {
    margin-left: -80px;
  }
}

.choose-inner-mobile {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .choose-inner-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .choose-inner-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumb {
  background-color: transparent;
}

.text-para {
  width: 70%;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.04167vw;
  line-height: 1.8;
  color: #000;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .text-para {
    width: 90%;
    font-size: 3.5vw;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .text-para {
    font-size: 1.5vw;
  }
}

.about-video-popup {
  position: absolute;
  left: 0px;
  top: 347px;
  right: 0;
  width: 64%;
  height: 100%;
  margin: 0 auto;
  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;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .about-video-popup {
    width: 90%;
    height: unset;
    top: unset;
  }
}

.about-video-popup .video-inner {
  height: 460px;
  width: 100%;
  background-image: url("../img/video.png");
  background-position: center;
  background-size: cover;
  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;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .about-video-popup .video-inner {
    height: 200px;
  }
}

.about-video-popup .video-inner img {
  width: 150px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .about-video-popup .video-inner img {
    width: 80px;
  }
}

#btn {
  border: 1px solid #091b24;
  padding: 15px;
  color: #091b24;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 0;
}

#btn:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  background: #091b24;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

#btn:hover {
  color: white;
}

#btn:hover:before {
  top: 0;
  left: 0;
}

#btn-home {
  background-color: #091b24;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 0;
}

#btn-home:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  background: #091b24;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

#btn-home:hover {
  color: #091b24;
  border: 1px solid #091b24;
  background-color: transparent;
}

#btn-home:hover:before {
  top: 0;
  left: -100%;
}

.btn-white {
  border: 1px solid #fff;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 0;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .btn-white {
    max-width: 150px;
  }
}

.btn-white:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.btn-white:hover {
  color: #000;
}

.btn-white:hover:before {
  top: 0;
  left: 0;
}

.per-btn {
  margin-top: 30px;
}

.how-it-wroks {
  background-color: #171717;
  padding: 120px 0px 120px;
  height: auto;
  width: 100%;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .how-it-wroks {
    padding: 50px 0px 120px;
  }
}

.how-heading {
  position: relative;
}

.how-heading h1 {
  position: relative;
  font-size: 3.5em;
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .how-heading h1 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .how-heading h1 {
    font-size: 3rem;
  }
}

.how-heading h1:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 15%;
  height: 4px;
  background-color: #fff;
}

.how-step {
  margin: 150px 0px 40px 50px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .how-step {
    margin: 90px 0px 40px 50px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .how-step {
    margin: 90px 0px 0px 0px;
  }
}

.how-step .step-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.how-step .step-top span {
  font-size: 1.5em;
  position: absolute;
  left: 10%;
  top: 33%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .how-step .step-top span {
    left: 10%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .how-step .step-top span {
    left: 14%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .how-step .step-bot-heading h2 {
    font-size: 1.5rem;
  }
}

.how-step .step-bot-heading p {
  color: #969696;
  font-size: 14px;
  margin-top: 20px;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.how-btn {
  margin: 90px 0px 90px 40px;
}

.how-input {
  width: 70%;
  margin: 20px auto 180px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .how-input {
    width: 90%;
    margin: 20px auto 100px;
  }
}

.how-input input[type="text"] {
  font-size: 5.59722vw;
  color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
  background-color: transparent;
}

.how-input ::-webkit-input-placeholder {
  color: #fff;
}

.how-input :-ms-input-placeholder {
  color: #fff;
}

.how-input ::-ms-input-placeholder {
  color: #fff;
}

.how-input ::placeholder {
  color: #fff;
}

.how-input .effect-2 {
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #fff;
}

.how-input :focus {
  outline: none;
}

.how-input .input-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.how-contact {
  width: 100%;
  height: 470px;
  padding: 50px 130px;
  background-image: url("../img/image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 60px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .how-contact {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 15px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .how-contact {
    padding: 60px 0px;
  }
}

.how-contact:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 50%;
  width: 1px;
  background-color: #f3f3f3;
  opacity: 0.5;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .how-contact:after {
    left: 50%;
    top: 47%;
    height: 2px;
    width: 88%;
    background-color: #f3f3f3;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.how-contact .contact-left-side {
  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;
  text-align: center;
  width: 50%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .how-contact .contact-left-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}

.how-contact .contact-left-side .contact-heading {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.how-contact .contact-left-side .contact-heading p {
  width: 80%;
  margin: 30px 0px;
  color: #969696;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.footer-section {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.foot-circle {
  width: 70px;
  height: 70px;
  border: 1px solid #aaa;
  border-radius: 50%;
  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;
}

.footer-nav {
  margin: 50px 0px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-nav ul li {
  display: inline-block;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .footer-nav ul li {
    display: block;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .footer-nav ul li {
    margin-bottom: 10px;
  }
}

.footer-nav ul li:not(:first-child) {
  padding-left: 30px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .footer-nav ul li:not(:first-child) {
    padding-left: 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .footer-nav ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.footer-nav ul li a {
  color: #f3f3f3;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-nav ul li a:hover {
  color: #E9C46A;
}

.footer-bot {
  margin-top: 20px;
}

.per-social-icon ul li a svg:hover > path {
  fill: #E9C46A !important;
  opacity: 1;
}

.foot-circl {
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.arrow-img img {
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.arrow-img.primer.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.foot-circl:hover .arrow-img {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.line-mak {
  overflow: hidden;
}

.line-mak span {
  -webkit-transform: translate3d(0, 120%, 0);
          transform: translate3d(0, 120%, 0);
}

.line-mak.is-inview span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.line-mak h6 {
  opacity: 0;
  -webkit-transform: translate3d(0, 120%, 0);
          transform: translate3d(0, 120%, 0);
}

.line-mak.is-inview h6 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.line-mak.is-inview:nth-child(1) span {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.line-mak.is-inview:nth-child(2) span {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.main-heading span {
  display: block;
}

.img-detect {
  overflow: hidden;
}

.o-row {
  overflow: hidden;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  width: -webkit-max-content;
  width: -ms-max-content;
  line-height: 80%;
  display: block;
}

.o-row > span {
  display: block;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  line-height: 1.2;
}

.detect .o-row:first-child span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.detect .o-row:nth-child(2) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.detect.is-inview .o-row > span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.text-para,
.per-btn {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.text-para.is-inview {
  opacity: 0.5;
  -webkit-transform: none;
          transform: none;
}

.per-btn.is-inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.img-reveal {
  overflow: hidden;
}

.img-reveal-img {
  display: block;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-reveal-img.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.rotate-circle {
  border: 2px dashed #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.rotate-circle.is-inview {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.how-anime {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 140);
          transform: matrix(1, 0, 0, 1, 0, 140);
  opacity: 0;
  -webkit-transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.how-anime.is-inview {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

@keyframes arrow-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  40%,
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: #091b24;
  width: 100%;
  height: 0%;
}

.load-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}

.cursor {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: 1px solid #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: moveCursor1 0.5s infinite alternate;
          animation: moveCursor1 0.5s infinite alternate;
}

.expand {
  background: transparent;
  -webkit-animation: moveCursor2 0.5s forwards;
          animation: moveCursor2 0.5s forwards;
  border: 1px solid #000;
}

@-webkit-keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

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

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

.about-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 50px;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.panel-item {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  width: 33.33%;
  overflow: hidden;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  height: 400px;
}

.panel-item::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.panel-item:hover {
  width: 50% !important;
}

.panel-item:hover::before {
  background-color: transparent !important;
}

.panel-content {
  width: 75%;
  position: absolute;
  z-index: 99;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.panel-content span {
  color: #fff;
  border: 2px solid #fff;
  padding: 15px;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.about-sections {
  position: relative;
  margin-top: 100px;
}

.inner-exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .inner-exp {
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .inner-exp {
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.inner-exp .inner-exp-width {
  width: 33.33%;
  -webkit-transition: -webkit-transform all 1.3s ease;
  transition: -webkit-transform all 1.3s ease;
  transition: transform all 1.3s ease;
  transition: transform all 1.3s ease, -webkit-transform all 1.3s ease;
}

.inner-exp .inner-exps {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10%;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .inner-exp .inner-exps {
    width: 100%;
    padding-left: 3%;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .inner-exp .inner-exps {
    width: 60%;
  }
}

.inner-exp .exp-first-img {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.inner-exp .exp-first-img img {
  width: 400px;
  height: auto;
}

.inner-exp .exp-second-img {
  padding-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .inner-exp .exp-second-img {
    padding-top: 200px;
  }
}

.inner-exp .exp-second-img img {
  height: 90vh;
  width: auto;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .inner-exp .exp-second-img img {
    height: auto;
  }
}

.exp-side-right {
  width: 50%;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .exp-side-right {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .exp-side-right {
    display: none;
  }
}

.overlay-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

.overlay-inner .overlay-inner-box {
  padding: 60px 0px 0px;
}

.overlay-inner .overlay-inner-box .left-img {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay-inner .overlay-inner-box .left-img img {
  width: auto;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .overlay-inner .overlay-inner-box .left-img img {
    height: 50px;
  }
}

.overlay-inner .overlay-inner-box .left-img span {
  color: #091b24;
}

.arrow {
  margin-top: 80px;
  cursor: pointer;
  display: block;
}

.arrow span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #091b24;
  border-right: 3px solid #091b24;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -10px;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px);
  }
}

.c-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  color: #fff;
  overflow: hidden;
}

.c-loader_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #f3f3f3;
  pointer-events: all;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.c-loader.is-loaded .c-loader_bg {
  height: 0 !important;
}

.c-loader.is-loaded .c-loader_text {
  opacity: 0;
}

.c-loader.is-loaded .c-loader_circle {
  opacity: 0;
}

.c-l-up,
.c-m-up {
  overflow: hidden;
  display: block;
}

.c-l-up span,
.c-m-up span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #fff;
  font-size: inherit;
  font-family: inherit;
}

.c-loader.is-loaded .c-l-up span {
  -webkit-transform: translate(0, -100%) !important;
          transform: translate(0, -100%) !important;
}

.c-loader_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.c-loader_text h2 > div span {
  -webkit-animation: bring-up 0.8s linear;
          animation: bring-up 0.8s linear;
}

.c-loader_text svg {
  width: 150px;
}

.logo-line {
  stroke-width: 3px;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  -webkit-animation: line-ani 3s forwards;
          animation: line-ani 3s forwards;
}

.line {
  fill: none;
  stroke: #053649;
  stroke-width: 1px;
  -webkit-animation: line-ani 5.5s forwards;
          animation: line-ani 5.5s forwards;
}

@-webkit-keyframes line-ani {
  from {
    stroke-dasharray: 700;
    stroke-dashoffset: 439;
  }
  to {
    fill: #053649;
    stroke-dashoffset: 0;
  }
}

@keyframes line-ani {
  from {
    stroke-dasharray: 700;
    stroke-dashoffset: 439;
  }
  to {
    fill: #053649;
    stroke-dashoffset: 0;
  }
}

svg .cls-1 {
  -webkit-animation: brush 1s 0.8s ease-in forwards;
          animation: brush 1s 0.8s ease-in forwards;
}

@-webkit-keyframes brush {
  0% {
    stroke-dashoffset: 440;
    fill-opacity: 0;
  }
  75% {
    stroke-width: 1px;
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
}

@keyframes brush {
  0% {
    stroke-dashoffset: 440;
    fill-opacity: 0;
  }
  75% {
    stroke-width: 1px;
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
}

.per-small {
  color: #091b24;
  text-transform: lowercase;
  font-family: "Archivo", sans-serif;
}

.persft-banner-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .persft-banner-sec {
    padding-top: 50px;
  }
}

.persft-banner-sec::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  background-color: #091b24;
  width: 700px;
  z-index: 1;
  height: 300px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.persft-typing-sec {
  margin-bottom: 50px;
  z-index: 9;
}

.persft-typing-sec h1 {
  font-size: 4rem;
  color: #091b24;
  color: transparent;
  -webkit-text-stroke: 2px #e9c46a;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.persft-typing-sec h2 {
  font-size: 3.5rem;
  color: #E9C46A;
  color: transparent;
  -webkit-text-stroke: 2px #e9c46a;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.persft-banner-img {
  width: 100%;
}

.persft-banner-img img {
  height: 70vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .persft-banner-img img {
    height: 50vh;
  }
}

.per-exp {
  padding-top: 100px;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-exp {
    padding-top: 0px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .per-exp {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.per-new-banner {
  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;
  height: 100vh;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-new-banner {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .per-new-banner {
    display: none;
  }
}

.per-new-banner-mobile {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .per-new-banner-mobile {
    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;
    height: 100vh;
    padding-top: 8%;
  }
}

@media screen and (min-width: 320px) and (max-width: 599px) {
  .per-new-banner-mobile {
    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;
    height: auto;
  }
}

.h1-intro {
  font-size: 64px;
  line-height: 110%;
  font-weight: 200;
  color: #091b24;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .h1-intro {
    font-size: 42px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .h1-intro {
    font-size: 35px;
  }
}

.small-text {
  width: 80%;
  font-size: 20px;
  color: #aaa;
  font-weight: 200;
  line-height: 1.8;
  font-family: graphik-web, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 200;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .small-text {
    width: 100%;
    font-size: 17px;
  }
}

.h1-intro .detect span {
  display: block;
}

.intro-bg {
  position: relative;
}

.intro-bg::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 6px;
  width: 100%;
  height: 20px;
  background-image: url("../img/brush-fin.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (min-width: 320px) and (max-width: 599px) and (orientation: portrait) {
  .intro-bg::after {
    bottom: 0px;
  }
}

.index-3-m {
  padding-top: 200px;
}
/*# sourceMappingURL=main.css.map */