* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
/* @import url('https://fonts.cdnfonts.com/css/proxima-nova-condensed'); */
a {
  color: #0F161D;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 17.6px;
}
body {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-size: 1rem;
}
.row {
  max-width: 68.18182rem;
  margin-left: auto;
  margin-right: auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  opacity: 0;
  height: 100px;
  z-index: 4;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  background: transparent;
}
.navbar-brand {
  width: 150px;
  position: relative;
  z-index: 4;
}
.navbar-brand img {}
.navbar-collapse {
  justify-content: end;
  position: relative;
  z-index: 4;
}
.Banner_sec {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  top: 0;
}
.Banner_sec .item_bx .inner_bx {
  position: relative;
  height: 100vh;
}
.Banner_sec .item_bx .inner_bx img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
button.homepage-cta {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10%;
  border: 1px solid #fefefe;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1em 2em;
  cursor: pointer !important;
  z-index: 2;
  color: #fff;
}
.single-logo {
  width: 350px;
  top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.devs-list_block {
  left: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  width: 0;
  z-index: 9;
}
.devs-list_list {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.devs-list_closebtn {
  cursor: pointer;
  position: fixed;
  top: 2%;
  right: 2%;
  display: none;
}
.icon-cd-close {
  width: 26.938px;
  height: 26.938px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2226.938px%22%20height%3D%2226.938px%22%20viewBox%3D%220%200%2026.938%2026.938%22%20enable-background%3D%22new%200%200%2026.938%2026.938%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23101821%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%221.061%22%20y1%3D%221.061%22%20x2%3D%2225.877%22%20y2%3D%2225.877%22%2F%3E%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23101821%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2225.877%22%20y1%3D%221.061%22%20x2%3D%221.061%22%20y2%3D%2225.877%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
}
.devs-list_block {
  transition: width 0.5s ease-in-out;
  overflow: hidden;
}
.devs-list_closebtn {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.devs-list_list {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.devs-list_list li {
  padding: 0.4rem 1rem;
  margin: 0.5rem 0 0.5rem 2rem;
  line-height: 1.5;
  display: block;
  cursor: pointer;
}
.devs-list_list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  font-family: 'Trajan Pro 3';
}
.devs-list_list li:first-child {
  font-size: 0.9em;
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
}
.header .navbar-nav {}
.header .navbar-expand-lg {
  padding: 0;
}
.header .navbar-nav .nav-link {
  line-height: 70px;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: color 0.2s;
  padding: 1rem;
  transition: color 0.2s;
}
.header .navbar-nav .nav-link:after {
  content: '';
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header .navbar-nav .nav-link:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.Banner_sec:after {
  /* content: ''; */
  /* background: url(../images/SVG/bg.svg); */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.map-toggle-icon {
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  overflow: hidden;
}
.icon-cd-map-dark {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2221.021px%22%20height%3D%2221.021px%22%20viewBox%3D%220%200%2021.021%2021.021%22%20enable-background%3D%22new%200%200%2021.021%2021.021%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20points%3D%227.465%2C0.5%200.5%2C2.241%200.5%2C18.781%207.465%2C17.04%20%20%20%2013.558%2C20.521%2020.521%2C18.781%2020.521%2C2.241%2013.558%2C3.982%207.465%2C0.5%20%20%20%22%2F%3E%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13.558%2C3.982%22%2F%3E%20%3C%2Fg%3E%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2213.558%22%20y1%3D%2220.521%22%20x2%3D%2213.558%22%20y2%3D%223.982%22%2F%3E%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.465%22%20y1%3D%2217.04%22%20x2%3D%227.465%22%20y2%3D%220.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
}
.icon-cd-close-gold {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20viewBox%3D%220%200%2026.9%2026.9%22%20style%3D%22enable-background%3Anew%200%200%2026.9%2026.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23AC6F0E%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%221.1%22%20y1%3D%221.1%22%20x2%3D%2225.9%22%20y2%3D%2225.9%22%2F%3E%20%3Cline%20class%3D%22st0%22%20x1%3D%2225.9%22%20y1%3D%221.1%22%20x2%3D%221.1%22%20y2%3D%2225.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
}
.map-icon, .map-label {
  display: inline-block;
  vertical-align: middle;
}
.map-toggle-icon .map-toggle-icon-map, .map-toggle-icon .map-toggle-icon-cross {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.map-toggle-icon .map-toggle-icon-cross {
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}
.dev-map-is-visible #map-india .map-toggle-icon-cross, .dev-map-is-visible2 #map-londan .map-toggle-icon-cross {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.dev-map-is-visible #map-india .map-toggle-icon-map, .dev-map-is-visible2 #map-londan .map-toggle-icon-map {
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
}
div#overlay-map-wrapper2 {
  opacity: 0;
}
.dev-map-is-visible .maplondan .map-label, .dev-map-is-visible2 .mapindia .map-label {
  color: #ac6f0e;
}
.devs-list_list .menu-drop .menu-sub {
  margin: 0;
  padding-left: 8px;
  display: none;
  transition: 0.5s all;
}
.devs-list_list .menu-drop .menu-sub li {
  margin: 0;
}
/*
.devs-list_list .menu-drop .menu-sub li:last-child {
  margin-left: 16px;
  padding-left: 0;
} */
.devs-list_list .menu-drop .menu-sub.open {
  display: block;
}
.map-label {
  padding-left: 1em;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: normal;
}
.devs-list_list .menu-drop .menu-sub.open {
  display: block;
}
.devs-list_list li a:hover {
  color: #ac6f0e;
}
.devs-list_list li a.active {
  color: #ac6f0e;
}
.devs-list_list li a.active svg path {
  stroke: #ac6f0e;
}
.contact_closebtn {
  cursor: pointer;
  position: fixed;
  top: 2%;
  right: 2%;
}
.contactoverlay {
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  z-index: 5;
  /* display: none; */
  background: #fff;
}
.instagram_feed {
  width: 50%;
  height: 100vh;
  position: relative;
  background: black !important;
  z-index: 99;
}
.instagram-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-info {
  background-color: #fefefe;
  top: 0;
  position: fixed;
  height: 100vh;
  text-align: center;
  width: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-info-content {
  width: 100%;
  text-transform: uppercase;
  font-size: 0.7em;
}
.sales-contacts {
  text-transform: uppercase;
}
.contact-info-content h3 {
  font-size: 110%;
  color: #0a0a0a;
  margin-top: 1em;
}
.contact-info-content p {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.contact-info-content h4 {
  font-size: 110%;
  color: #0a0a0a;
}
.contact-email-address-wrapper {
  margin-top: 1em;
}
.sales-contacts select {
  height: 2.21591rem;
  padding: 0.45455rem;
  border: 1px solid #cacaca;
  margin: 0 0 0.90909rem;
  font-size: 0.90909rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/arrow.svg);
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  background-position: right -0.90909rem center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.36364rem;
  font-size: 0.8rem;
  height: auto;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
  width: 80%;
  text-transform: uppercase;
  -moz-text-align-last: center;
  text-align-last: center
}
.privacy-policy-link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1rem;
  font-size: 15px;
}
.instagram-logo svg {
  width: 60px;
  height: 60px;
}
.contact-logo {
  width: 200px;
  margin: 0 auto 30px;
}
.contact-logo img {
  width: 100%;
}
#contactoverlay {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease-in-out;
}
#contactoverlay.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#contact-info {
  width: 0%;
  transition: width 0.5s ease-in-out;
}
#contact-info.expand {
  width: 50%;
  transition: width 0.5s ease-in-out;
}
#contact_closebtn {
  opacity: 0;
  transform: rotate(90deg);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
#contact_closebtn.visible, #contact_closebtn:hover {
  opacity: 1;
  transform: rotate(0deg);
}
.loading-logo {
  width: 350px;
  text-align: center;
}
.js-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s;
}
.btn:hover, .btn:active {
  color: #000;
}
button.homepage-cta:focus, button.homepage-cta:hover {
  background-color: white;
  color: #0a0a0a;
}
.slider_banner {
  opacity: 0;
}
.about_user {
  width: 66%;
  margin-left: auto;
}
.about_user p {
  line-height: 1.8;
  margin-bottom: 2rem;
  text-rendering: optimizeLegibility;
  font-size: 20px;
}
.main-content .section-title {
  margin: 6em 0;
  position: relative;
}
/*-------------------------------About Us-----------------------------------------------*/
#content {
  overflow: hidden;
  background: #fff;
  margin-top: 100vh;
  z-index: 3;
  position: relative;
}
.header.top-fixed {
  background: rgba(0, 0, 0, 0.2);
}
.about_user p a {
  text-decoration: underline;
}
#page {
  overflow: hidden;
}
.copy-block {
  margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .copy-block {
    margin-top: 6em;
    margin-bottom: 6em;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
  }
}
.copy-block.intro-copy-block {
  margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .copy-block.intro-copy-block {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}
.small-12 {
  width: 100%;
}
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.56818rem;
  padding-right: 0.56818rem;
}
@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 40em) {
  .fancytitle {
    text-align: center;
  }
  .column, .columns {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}
.column.row.row, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.devtitle-block.copy-block {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .devtitle-block.copy-block {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}
.devtitle-block.copy-block h1, .devtitle-block.copy-block h2, .devtitle-block.copy-block h3, .devtitle-block.copy-block h4, .devtitle-block.copy-block h5, .devtitle-block.copy-block h6 {
  padding-bottom: 0;
}
@media screen and (min-width: 40em) {
  .fancytitle span {
    width: 100%;
    float: left;
    padding-left: 0.56818rem;
    padding-right: 0.56818rem;
    display: inline-block;
    position: relative;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .fancytitle span {
    padding-left: 0.85227rem;
    /* padding-right: 0.85227rem; */
  }
}
@media screen and (min-width: 40em) {
  .fancytitle span:last-child:not(:first-child) {
    float: right;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .fancytitle span:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 100vw;
  }
  .fancytitle span:before {
    right: 100%;
    margin-right: 15px;
  }
}
.section-title {
  margin-top: 2em;
  margin-bottom: 1em;
}
.key-fact-row {
  max-width: none;
  position: relative;
  margin: 2em 0;
}
.keyfact-image-and-copy {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .keyfact-image-and-copy {
    text-align: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .keyfact-image-and-copy .copy-wrapper {
    padding-top: 1em;
    width: 100%;
    float: left;
    padding-left: 0.56818rem;
    padding-right: 0.56818rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .keyfact-image-and-copy .copy-wrapper {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .keyfact-image-and-copy .copy-wrapper:last-child:not(:first-child) {
    float: right;
  }
}
.keyfact-image-and-copy .image {
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100vw;
  height: 0;
  padding-bottom: 56%;
}
@media screen and (min-width: 40em) {
  .keyfact-image-and-copy .image {
    height: 50vw;
    padding-bottom: 0;
    width: 50vw;
  }
}
.keyfact-image-and-copy h1, .keyfact-image-and-copy h2, .keyfact-image-and-copy h3, .keyfact-image-and-copy h4, .keyfact-image-and-copy h5 {
  font-size: 1rem;
  font-family: 'Trajan Pro 3';
}
@media screen and (min-width: 40em) {
  .keyfact-image-and-copy h1, .keyfact-image-and-copy h2, .keyfact-image-and-copy h3, .keyfact-image-and-copy h4, .keyfact-image-and-copy h5 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 40em) {
  .keyfact-image-and-copy-1 .copy-wrapper {
    width: 20vw;
    position: absolute;
    left: 5vw;
    top: 10%;
    text-align: right;
  }
  .keyfact-image-and-copy-1 .image {
    width: 70vw;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 0;
    height: 40vw;
    background-repeat: no-repeat;
  }
  .keyfact-image-and-copy-1 h5 {
    display: inline-block;
    position: relative;
  }
  .keyfact-image-and-copy-1 h5:after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 30vw;
  }
  .keyfact-image-and-copy-1 h5:after {
    margin-left: 15px;
  }
  .keyfact-image-and-copy-2 .copy-wrapper {
    width: 30vw;
    position: absolute;
    right: 5vw;
    top: 10%;
    text-align: left;
  }
  .keyfact-image-and-copy-2 .image {
    width: 60vw;
    height: 40vw;
    float: left;
    left: 0;
  }
  .keyfact-image-and-copy-2 h5 {
    display: inline-block;
    position: relative;
  }
  .keyfact-image-and-copy-2 h5:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 20vw;
  }
  .keyfact-image-and-copy-2 h5:before {
    right: 100%;
    margin-right: 30px;
  }
  .keyfact-image-and-copy-3 .copy-wrapper {
    width: 20vw;
    position: absolute;
    left: 5vw;
    top: 10%;
  }
  .keyfact-image-and-copy-3 .image {
    width: 70vw;
    height: 60vw;
    float: right;
  }
  .keyfact-image-and-copy-3 h5 {
    display: inline-block;
    position: relative;
  }
  .keyfact-image-and-copy-3 h5:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 20vw;
  }
  .keyfact-image-and-copy-3 h5:before {
    left: 100%;
    margin-left: 15px;
  }
  .keyfact-image-and-copy-4 .copy-wrapper {
    width: 30vw;
    position: absolute;
    right: 5vw;
    top: 10%;
    text-align: left;
  }
  .keyfact-image-and-copy-4 .image {
    width: 60vw;
    height: 60vw;
    float: left;
    left: 0;
  }
  .keyfact-image-and-copy-4 h5 {
    display: inline-block;
    position: relative;
  }
  .keyfact-image-and-copy-4 h5:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 20vw;
  }
  .keyfact-image-and-copy-4 h5:before {
    margin-right: 30px;
    right: 100%;
  }
  .keyfact-image-and-copy-5 .copy-wrapper {
    width: 20vw;
    position: absolute;
    left: 5vw;
    top: 10%;
  }
  .keyfact-image-and-copy-5 .image {
    width: 70vw;
    height: 60vw;
    float: right;
  }
  .keyfact-image-and-copy-5 h5 {
    display: inline-block;
    position: relative;
  }
  .keyfact-image-and-copy-5 h5:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 20vw;
  }
  .keyfact-image-and-copy-5 h5:before {
    left: 100%;
    margin-left: 15px;
  }
}
@media screen and (min-width: 64em) {
  .keyfact-image-reveal, .keyfact-image-reveal-vertical, .keyfact-image-reveal-horizontal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .keyfact-image-reveal-horizontal {
    overflow: hidden;
  }
  .keyfact-image-reveal-horizontal .reveal-element-left {
    width: 100px;
    height: 100%;
    background-color: #fefefe;
    position: absolute;
    left: 0;
  }
  .keyfact-image-reveal-horizontal .reveal-element-right {
    width: 100px;
    height: 100%;
    background-color: #fefefe;
    position: absolute;
    right: 0;
  }
  .keyfact-is-revealed .keyfact-image-reveal-horizontal {
    overflow: hidden;
  }
  .keyfact-is-revealed .keyfact-image-reveal-horizontal .reveal-element-left {
    -webkit-transform: translateX(-103%);
    -ms-transform: translateX(-103%);
    transform: translateX(-103%);
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
  }
  .keyfact-is-revealed .keyfact-image-reveal-horizontal .reveal-element-right {
    -webkit-transform: translateX(103%);
    -ms-transform: translateX(103%);
    transform: translateX(103%);
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
  }
}
.row.copy-block.intro-copy-block {
  max-width: 68.18182rem;
  margin-left: auto;
  margin-right: auto;
}
.row.section-title {
  max-width: 68.18182rem;
  margin-left: auto;
  margin-right: auto;
}
.row.copy-block.intro-copy-block .fancytitle h3 {
  padding-bottom: 3em;
}
.page-next-block {
  position: relative;
  background-color: #fefefe;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .page-next-block {
    height: 100vh;
  }
}
.page-next-block-bg {
  display: none;
}
@media screen and (min-width: 40em) {
  .page-next-block-bg {
    display: block;
    bottom: 0;
    left: 0;
    height: 50vh;
    background-color: #171717;
    position: absolute;
    width: 100%;
  }
}
.page-next-block-cta {
  background-color: #1a1a1a;
  color: #fefefe;
  height: 350px;
  width: 100vw;
  top: 0;
  left: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 64em) {
  .page-next-block-cta {
    position: absolute;
    height: 60vh;
    width: 40vw;
    top: 20vh;
    left: 10vh;
  }
}
.page-next-block-cta:hover .darken-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-next-block-cta .darken-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-next-block-cta .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15%;
  width: 70%;
  z-index: 2;
}
hr {
  max-width: 68.18182rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #ffffff;
  border-left: 0;
  margin: 1.13636rem auto;
  opacity: 1;
}
.page-next-block-cta .content hr {
  width: 10%;
}
.page-next-block-cta .content span, .page-next-block-cta .content hr, .page-next-block-cta .content h4, .next-up-cta .content h4 {
  float: left;
  clear: both;
}
.page-next-block-cta .content h4, .next-up-cta .content h4 {
  font-family: 'Trajan Pro 3';
  font-size: 1.02273rem;
}
.page-next-block-cta.page-next-block-cta-two {
  background-image: url("../images/upload/mpr5.webp");
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.desp_title {
  font-size: inherit;
  line-height: 1.8;
  font-family: 'Proxima Nova Condensed', sans-serif;
  margin-bottom: 2rem;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 39.9375em) {
  .page-next-block-cta.page-next-block-cta-two {
    background-color: #0F161D;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page-next-block-cta.page-next-block-cta-two {
    background-color: #0F161D;
  }
}
@media screen and (min-width: 64em) {
  .page-next-block-cta.page-next-block-cta-two {
    right: 10vh;
    left: auto;
  }
}
.collage_image_container {
  height: 100vh;
  position: relative;
}
.collage_image_container.layout1:first-child {
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .collage_image_container.layout1:first-child {
    margin-bottom: 0;
  }
}
.collage_image_container.layout2 {
  height: 75vh;
}
.collage_image_container.layout2:first-child {
  margin-bottom: 1em;
}
.collage_image_container.layout3-leftcol {
  padding-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .collage_image_container.layout3-leftcol {
    padding-bottom: 0;
    margin-top: 10vh;
  }
}
.collage_image_container.layout3-rightcol {
  height: 60vh;
}
.collage_image_container.layout3-rightcol:first-child {
  padding-bottom: 2em;
}
.collage_image_container.layout4-leftcol {
  height: 60vh;
  padding-bottom: 1em;
}
.collage_image_container.layout4-leftcol:first-child {
  padding-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .collage_image_container.layout4-leftcol {
    padding-bottom: 0;
  }
}
.collage_image_container.layout4-rightcol {
  padding-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .collage_image_container.layout4-rightcol {
    padding-bottom: 0;
    margin-top: 10vh;
  }
}
.collage_image_container.layout5-toprow {
  height: 80vh;
  margin-bottom: 2em;
}
.collage_image_container.layout5-bottomrow {
  height: 70vh;
}
.collage_image_container.layout6-toprow {
  height: 70vh;
  margin-bottom: 2em;
}
.collage_image_container.layout6-bottomrow {
  height: 80vh;
}
.collage_image_container.layout6-bottomrow:first-child {
  padding-bottom: 1em;
}
.college-image-is-revealed .college-image-reveal-horizontal {
  overflow: hidden;
}
.college-image-is-revealed .college-image-reveal-horizontal .reveal-element-left {
  -webkit-transform: translateX(-103%);
  -ms-transform: translateX(-103%);
  transform: translateX(-103%);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.college-image-is-revealed .college-image-reveal-horizontal .reveal-element-right {
  -webkit-transform: translateX(103%);
  -ms-transform: translateX(103%);
  transform: translateX(103%);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.college-image-is-revealed .college-image-reveal-vertical {
  overflow: hidden;
}
.college-image-is-revealed .college-image-reveal-vertical .reveal-element-top {
  -webkit-transform: translateY(-103%);
  -ms-transform: translateY(-103%);
  transform: translateY(-103%);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.college-image-is-revealed .college-image-reveal-vertical .reveal-element-bottom {
  -webkit-transform: translateY(103%);
  -ms-transform: translateY(103%);
  transform: translateY(103%);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.college-image-reveal, .college-image-reveal-vertical, .college-image-reveal-horizontal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 39.9375em) {
  .college-image-reveal, .college-image-reveal-vertical, .college-image-reveal-horizontal {
    display: none;
  }
}
.college-image-reveal-horizontal {
  overflow: hidden;
}
.college-image-reveal-horizontal .reveal-element-left {
  width: 100px;
  height: 100%;
  background-color: #fefefe;
  position: absolute;
  left: 0;
}
.college-image-reveal-horizontal .reveal-element-right {
  width: 100px;
  height: 100%;
  background-color: #fefefe;
  position: absolute;
  right: 0;
}
.collage_image_image {
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  border: 1px solid #fefefe;
}
.copy-block h1, .copy-block h2, .copy-block h3, .copy-block h4, .copy-block h5, .copy-block h6 {
  padding-bottom: 1em;
}
.full-bleed-image {
  width: 100vw;
}
.full-bleed-image {
  width: 100vw;
}
@media screen and (max-width: 39.9375em) {
  .full-bleed-image {
    padding-bottom: 1em;
  }
}
.full-bleed-slider {
  width: 100vw;
  height: auto;
}
@media screen and (min-width: 40em) {
  .full-bleed-slider {
    height: 100vh;
  }
}
.full-bleed-slider-image {
  width: 100vw;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 40em) {
  .full-bleed-slider-image {
    width: 100vw;
    height: 100vh;
  }
}
.full-bleed-slider .slick-dots {
  bottom: 25px;
}
.full-bleed-slider .slick-dots li button {
  background: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}
.full-bleed-slider .slick-dots li button:before {
  display: none;
}
.full-bleed-slider .slick-dots li.slick-active button {
  opacity: 0.9;
}
@media screen and (max-width: 39.9375em) {
  .full-bleed-slider .slick-dots li button:before, .full-bleed-slider .slick-dots li button:after {
    font-size: 25px;
  }
}
@media screen and (min-width: 40em) {
  .full-bleed-slider .slick-next {
    z-index: 1;
    width: 50vw;
    height: 100vh;
    background-color: transparent;
    position: absolute;
    right: 0;
    cursor: url(../images/next-cursor.png), default;
    -webkit-transition: 3s cubic-bezier(0.18, 1, 0.21, 1);
    transition: 3s cubic-bezier(0.18, 1, 0.21, 1);
  }
  .full-bleed-slider .slick-next:before {
    content: none;
  }
  .full-bleed-slider .slick-prev {
    z-index: 1;
    width: 50vw;
    height: 100vh;
    background-color: transparent;
    position: absolute;
    left: 0;
    cursor: url(../images/prev-cursor.png), default;
    -webkit-transition: 3s cubic-bezier(0.18, 1, 0.21, 1);
    transition: 3s cubic-bezier(0.18, 1, 0.21, 1);
  }
  .full-bleed-slider .slick-prev:before {
    content: none;
  }
}
@media screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
  .collage_image_container.layout6-bottomrow:first-child {
    padding-bottom: 0;
  }
}
/*---------------------------------------------------------------------------------------------*/
@media screen and (min-width: 40em) {
  .page-next-block-cta .content h4, .next-up-cta .content h4 {
    font-size: 1.42045rem;
  }
  .fancytitle h2 {
    font-size: 2rem;
    font-family: 'Trajan Pro 3';
  }
  .fancytitle h3 {
    font-size: 1.76136rem;
    font-family: 'Trajan Pro 3';
    text-align: left;
  }
  .fancytitle span {
    width: 100%;
    float: left;
    padding-left: 0.56818rem;
    padding-right: 0.56818rem;
    display: inline-block;
    position: relative;
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .fancytitle h2 {
    font-size: 2.44318rem;
  }
  .copy-block h1, .copy-block h2, .copy-block h3, .copy-block h4, .copy-block h5, .copy-block h6 {
    padding-bottom: 3em;
  }
  .page-next-block-cta .content h4, .next-up-cta .content h4 {
    font-size: 1.70455rem;
  }
  .fancytitle h3 {
    font-size: 2.04545rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .fancytitle span {
    padding-left: 0.85227rem;
    padding-right: 0.85227rem;
  }
}
@media screen and (min-width: 40em) {
  .fancytitle span:last-child:not(:first-child) {
    float: right;
  }
  .fancytitle span:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #0a0a0a;
    width: 100vw;
  }
  .fancytitle span:before {
    right: 100%;
    margin-right: 15px;
  }
}
@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes grow-left {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes grow-left {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media screen and (min-width: 40em) {
  .privacy-policy-link {
    bottom: 2rem;
  }
  .contact_closebtn {
    right: 52%;
  }
  .contact-email-address-wrapper, .contact-address-wrapper {
    margin: 0.5em 0 0;
  }
  .instagram_feed {
    right: 0;
    position: absolute;
    margin: 0;
  }
  .contact-info-content {
    font-size: 1em;
    margin-bottom: 2em;
  }
  .contact-logo-mobile {
    display: none;
  }
  .contact-info {
    left: 0;
    width: 0px;
  }
}
@media screen and (min-width: 90em) {
  .devs-list_list li {
    padding: 0.8rem 1rem;
  }
}
.custom_image {
  position: relative;
  height: 768px;
}
.custom_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.next-up-block {
  height: 100vh;
  position: relative;
  background-color: #fefefe;
  overflow: hidden;
}
.next-up-block-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background-color: #171717;
}
.next-up-block-image-crop {
  position: absolute;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
@media screen and (min-width: 40em) {
  .next-up-block-image-crop {
    height: 90vh;
    width: 94vw;
    top: 5vh;
    left: 3vw;
  }
}
.next-up-block-bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: absolute;
  position: absolute;
  background-color: #0a0a0a;
  background-image: url("../images/upload/man1.webp");
  left: 0;
  top: 0;
}
@media screen and (min-width: 40em) {
  .next-up-block-bg-image {
    left: -3vw;
    top: -5vh;
  }
}
.next-up-cta {
  background-color: #1a1a1a;
  color: #fefefe;
  height: 60vh;
  width: 90vw;
  position: absolute;
  top: 20vh;
  left: 5vw;
}
.next-up-cta .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
  width: 80%;
}
.next-up-cta .content hr {
  width: 10%;
}
.next-up-cta .content span, .next-up-cta .content hr, .next-up-cta .content h4 {
  float: left;
  clear: both;
}
@media screen and (min-width: 40em) {
  .next-up-cta {
    top: 20vh;
    left: 10vh;
    height: 60vh;
    width: 65vw;
  }
  .next-up-cta .content {
    left: 15%;
    width: 70%;
  }
  .next-up-cta .content span, .next-up-cta .content hr, .next-up-cta .content h4 {
    float: left;
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .next-up-cta {
    height: 80vh;
    top: 5vh;
    width: 35vw;
  }
}
.image_collage_wrapper {
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 64em) {
  .image_collage_wrapper {
    margin-top: 6em;
    overflow: hidden;
    margin-bottom: 6em;
  }
}
.collage_image_container {
  height: 100vh;
  position: relative;
}
.collage_image_container.layout1:first-child {
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .collage_image_container.layout1:first-child {
    margin-bottom: 0;
  }
}
.collage_image_container.layout2 {
  height: 75vh;
}
.collage_image_container.layout2:first-child {
  margin-bottom: 1em;
}
.collage_image_container.layout3-leftcol {
  padding-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .collage_image_container.layout3-leftcol {
    padding-bottom: 0;
    margin-top: 10vh;
  }
}
.collage_image_container.layout3-rightcol {
  height: 60vh;
}
.collage_image_container.layout3-rightcol:first-child {
  padding-bottom: 2em;
}
.collage_image_container.layout4-leftcol {
  height: 60vh;
  padding-bottom: 1em;
}
.collage_image_container.layout4-leftcol:first-child {
  padding-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .collage_image_container.layout4-leftcol {
    padding-bottom: 0;
  }
}
.collage_image_container.layout4-rightcol {
  padding-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .collage_image_container.layout4-rightcol {
    padding-bottom: 0;
    margin-top: 10vh;
  }
}
.collage_image_container.layout5-toprow {
  height: 80vh;
  margin-bottom: 2em;
}
.collage_image_container.layout5-bottomrow {
  height: 70vh;
}
.collage_image_container.layout6-toprow {
  height: 70vh;
  margin-bottom: 2em;
}
.collage_image_container.layout6-bottomrow {
  height: 80vh;
}
.collage_image_container.layout6-bottomrow:first-child {
  padding-bottom: 1em;
}
.row.layout5 {
  display: block;
}
.menu-toggle a {
  color: #fff;
  z-index: 10;
  font-size: 26px;
  padding: 10px;
  display: block;
}
.mobile-instagram-link a {
  margin: 1em 0;
  display: block;
  border-bottom: none;
}
.mobile-instagram-link svg {
  width: 20px;
  height: 20px;
}
.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
.medium-8.medium-offset-4 h2 {
  font-size: 2.44318rem;
  font-family: 'Trajan Pro 3';
}
.more-arrow-wrapper {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
}
.more-arrow {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 40px;
  height: 40px;
}
.icon-cd-down {
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.more-arrow .the-arrow {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.row.show-for-medium.single-image-block {
  display: flex;
}
.user_img {
  width: 640px;
}
.user_img img {
  width: 100%;
}
.user_img p {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
@media (min-width: 320px) and (max-width: 990px) {
  .layout1-mobile img, .layout2-mobile img, .layout3-mobile img, .layout4-mobile img, .layout5-mobile img, .layout6-mobile img {
    margin-top: 1em;
  }
  .user_img {
    width: 100%;
  }
  .copy-block figure img {
    width: auto;
  }
  .row.copy-block.intro-copy-block .fancytitle h3 {
    padding-bottom: 1em;
  }
  #content {
    margin-top: 0;
  }
  .Banner_sec {
    position: initial;
  }
  .development-stats-block .slick-dots li button:before, .development-stats-block .slick-dots li button:after {
    display: none;
  }
  .more-arrow-wrapper {
    opacity: 1;
  }
  .header {
    padding: 0;
  }
  .devs-list_list li:first-child {
    font-size: 1em;
    cursor: pointer;
    font-weight: 500;
  }
  .contactoverlay {
    left: 0;
    right: initial;
  }
  li.maplondan, li.mapindia {
    display: none;
  }
  div#devs-list_closebtn {}
  .navbar-brand {
    padding: 1rem;
    padding-left: 0.8rem;
    width: 180px;
  }
  .navbar > .container-fluid {
    padding: 0;
  }
  header .navbar .navbar-collapse {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
  }
  header .navbar .navbar-collapse.show {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  div#menu-toggle, .navbar-brand {
    position: relative;
    z-index: 999;
    cursor: pointer;
  }
  div#menu-toggle {
    position: relative;
    z-index: 999;
  }
  .header .navbar-nav {
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header .navbar-nav .nav-link {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    height: 70px;
  }
  .instagram_feed {
    display: none;
  }
  #contact-info.expand, .contactoverlay {
    width: 100%;
  }
  .devs-list_block {
    left: 0;
  }
  .devs-list_list li a {
    font-size: 16px;
  }
  .devs-list_list {
    padding-left: 10px;
  }
  .devs-list_list li {
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .loading-logo, .single-logo {
    width: 200px;
  }
  .privacy-policy-link {
    width: 100%;
  }
  .contact-logo img {
    width: 80%;
  }
  .contact-email-address-wrapper p a {
    font-size: 15px;
    line-height: 21.4px;
    word-break: break-all;
  }
  .option_list .contact-address-wrapper.active {
    padding: 0 10px;
  }
}
@media screen and (min-width: 40em) {
  .menu-toggle {
    display: none;
    padding: 1.2rem;
  }
  .collage_image_container.layout6-bottomrow:first-child {
    padding-bottom: 0;
  }
}
.row.show-for-medium {
  display: block;
}
.row.copy-block.custom_vist {}
.row.copy-block.custom_vist ul {
  padding: 0;
}
.row.copy-block.custom_vist ul li {
  display: block;
}
.row.copy-block.custom_vist ul li a {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 15px 30px;
}
.row.copy-block.custom_vist ul li a img {
  width: 30px;
}
.row.copy-block.custom_vist ul li + li {
  margin-top: 40px;
}
.development-stats-block {
  margin-bottom: 3em;
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #F0F1EC;
  background-repeat: no-repeat;
  background-position-x: right;
}
@media screen and (min-width: 64em) {
  .development-stats-block {
    margin-bottom: 6em;
    padding-top: 6em;
    padding-bottom: 6em;
    background-image: url("../images/map.png");
    -webkit-background-size: 40% 40%;
    background-size: 40%;
    background-position: right;
  }
  .development-stats-block-london {
    background-image: url("../images/upload/dev-stats-bg.svg");
    -webkit-background-size: 40% 40%;
    background-size: 40%;
    background-position: right;
  }
}
.development-stats-block h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.development-stats-block h5 {
  font-size: 1rem;
  padding-bottom: 0.5em;
}
.development-stats-block hr {
  width: 50%;
  margin-left: 0;
  border-bottom: 1px solid #cacaca;
}
.development-stats-block .dev-stat {
  margin-bottom: 3em;
}
.development-stats-block .dev-stat:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
  .single-logo {
    width: 300px;
  }
  .Banner_sec .item_bx .inner_bx {
    min-height: 500px;
  }
  button.navbar-toggler {
    border: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
  }
  button.navbar-toggler:after {
    display: none;
  }
  .navbar-toggler-icon {
    border: 0;
    background: transparent;
  }
  .development-stats-block {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .development-stats-block .dev-stat {
    margin-bottom: 0;
    margin-left: 1em;
  }
  .development-stats-block .dev-stat:last-child {
    margin-bottom: 0;
  }
  .development-stats-block .slick-dots {
    color: #fefefe;
  }
  .development-stats-block .slick-dots li button:before, .development-stats-block .slick-dots li button:after {
    color: #0F161D;
    font-size: 25px;
  }
}
.development-stats-block p {
  line-height: 1.8;
}
.development-stats-block .dev-stat ul {
  padding: 0;
  margin: 0;
}
.development-stats-block .dev-stat ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.development-stats-block .dev-stat ul li p {
  display: flex;
  align-items: center;
}
.development-stats-block .dev-stat ul li img {
  margin-right: 10px;
}
.college-image-is-revealed .college-image-reveal-vertical {
  overflow: hidden;
}
.college-image-is-revealed .college-image-reveal-vertical .reveal-element-top {
  -webkit-transform: translateY(-103%);
  -ms-transform: translateY(-103%);
  transform: translateY(-103%);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.college-image-is-revealed .college-image-reve .acf-map {
  width: 100%;
  height: 80vh;
}
.acf-map img {
  max-width: inherit !important;
}
al-vertical .reveal-element-bottom {
  -webkit-transform: translateY(103%);
  -ms-transform: translateY(103%);
  transform: translateY(103%);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.college-image-reveal-vertical {
  overflow: hidden;
}
.college-image-reveal-vertical .reveal-element-top {
  height: 100px;
  width: 100%;
  background-color: #fefefe;
  position: absolute;
  top: 0;
}
.college-image-reveal-vertical .reveal-element-bottom {
  height: 100px;
  width: 100%;
  background-color: #fefefe;
  position: absolute;
  bottom: 0;
}
.acf-map {
  width: 100%;
  height: 80vh;
}
.acf-map img {
  max-width: inherit !important;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgb(0, 0, 0, 0.3);
}
.slick-dots li.slick-active button {
  background: rgb(0, 0, 0);
}
.option_list .contact-address-wrapper {
  display: none;
}
.option_list .contact-address-wrapper.active {
  display: block;
}
.contact-address-wrapper a, .contact-email-address-wrapper a {
  border-bottom: 1px solid black;
  color: #0F161D;
}
#map-landan {
  width: 100%;
  height: 100vh;
  position: absolute !important;
  z-index: 999;
  left: 0;
  top: 0;
}
.map_menu, .map_menu-india {
  width: 50vw;
  height: 100%;
  background-color: #bada55;
  left: 0;
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: -2;
}
.map_menu .map-inner {}
.dev-map-is-visible2 .map_menu {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 5;
}
.dev-map-is-visible .map_menu-india {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 5;
}
.map_menu-india iframe {
  width: 100%;
  height: 100vh;
}
.single-logo {
  text-align: center;
}
.header.top-fixed .menu-toggle a {
  color: #000;
}
.header.top-fixed .menu-toggle.active a {
  color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .fancytitle {
    text-align: center;
  }
}
.sml{font-size:12px;}