* {
  margin: 0px;
  padding: 0px;
}

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

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


body {
    font-family: 'DomaineDisp-Regular', serif;
  font-size: 18px;
  line-height: 29px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  color: #000;
  font-weight: normal;
  background-color: #fff;
  width: 100%;
}

body.font2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 29px;
}

body.font3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 28px;
}

body.font4 {
  /*font-family: 'Playfair Display', serif;*/
  font-family: 'PT Serif', serif;

  font-size: 17px;
  line-height: 28px;
}

a { 
  color: #000;
  text-decoration: underline;
}

a:hover {
  color:#fff;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

h1 {
  font-size: 36px;
  line-height: 46px;
  margin:0px;
  font-family: 'DomaineDispSemibold', serif;
  font-weight: normal;
  margin-bottom: 10px;
}

h2 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 26px;
  position: relative;
      font-family: 'DomaineDisp-Regular', serif;
  margin:0;
}

.line {
  position: relative;
}

.line h2 {
  display: inline-block;
  padding-right: 20px;
  background: #fff;
  z-index: 2;
}

.line:before {
  content: ' ';
  width: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 13px;
  height: 1px;
  background: #e5e5e5;
}

p {
  margin-bottom: 0px;
}

.header h1, .header p {
  color: #fff;
}

.animated {
    -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.menu {
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background: transparent;
  z-index: 100;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.menu.active {
  position: fixed;
  background: rgba(255,255,255,.3);
  background: rgba(0,0,0,.6);
  height: 80px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.header {
  height: 95vh;
  width: 100%;
  background: url(../img/header.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.nav-items {
  text-align: center;
  margin-top:40px;
}

.menu.active .nav-items {
  margin-top:5px;
}

.nav-items.nav-right {
  margin-right: 5%;
}

.nav-items.nav-left {
  margin-left: 5%;
}

.nav-items a, .mobile-menu a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-family: 'DomaineDispSemibold';
  padding: 16px 40px;
  -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
}

.menu.active .nav-items a, {
  color: #fff;
}

.logo {
  position: absolute;
  max-width: 260px;
  left: 50%;
  top:20px;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  display: block;
  -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
}

.logo-black {
  position: absolute;
  top: 0px;
  opacity: 0;
  left: 0px;
}

.menu.active .logo {
  top: 7px;
}

.menu.active .logo-white {
  opacity: 1;
}

.menu.active .logo-black {
  opacity: 0;
}

.header-content {
  width: 500px;
  max-width: 80%;
  position: absolute;
  bottom: 5%;
  left: 5%;
  padding: 40px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(0,0,0,.4);
  border-radius: 5px;
  -webkit-border-radius:5px;
}

.section {
  margin:100px 0px;
  position: relative;
  text-align: right;
}

.section h1 {
  margin-bottom: 20px;
}

.section .text-block {
  max-width: 600px;
  width: 90%;
  display: inline-block;
  position: relative;
  z-index: 1;
  background:#fff;
  margin: 40px 0px;
  text-align: left;
}

.section.right-box {
  text-align: left;
}

.section.right-box img {
  left: auto;
  right: 0px;
}

.section img {
  width: 70%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  object-position: left center;
  object-fit: cover;
}

#about.section img {
	width: 50%;
	object-position: right center;
	object-fit: cover;
}

#about.section .text-block {
	margin:100px 0px;
}

.contact img {
  height: 510px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  position: relative;
  z-index: 1;
}

.contact .text-block {
  max-width: 90%;
  margin:0 auto;
  display: block;
  width: 500px;
  background: #fff;
  margin-top:-70px;
  position: relative;
  z-index: 2;
}

.contact h2 {
  padding:0px 20px;
}

footer {
  background: #121212;
  width: 100%;
  background: url(../img/main-image3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
}

footer h1 {
  color: #fff;
  font-size: 26px;
  line-height: 38px;
}

footer div {
  max-width: 90%;
  width: 800px;
  margin:0 auto;
  padding: 30px;
  background: rgba(0,0,0,.6);
  border-radius: 6px;
  -webkit-border-radius:6px;
}

footer p {
  text-align:center;
  font-weight: bold;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12px;
  margin-top: 30px;
}

footer span {
  text-align:center;
  font-weight: bold;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
  margin-top: 50px;
  display: block;
}


.mb-only {
  display: none;
}

.mobile-menu {
  position: fixed;
  height: 110vh;
  width: 80%;
  width: calc(100% - 80px);
  z-index: 999;top: 0px;
  left: -80%;
  bottom: 0px;
    -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(0,0,0,.6);
  padding-top: 70px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mobile-menu.open {
  left: 0px;
}

.mobile-menu a {
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 16px 20px 16px 30px;
}

.nav-icon {
  cursor: pointer;
  width: 24px;
  height: 30px;
  z-index: 1250;
  position: absolute;
  right: 30px;
  top: 44px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-icon.active {
  position: fixed;
}

.nav-icon span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0px;
  right: 0px;
}


.nav-icon.open span {
  background: #fff;
}

.nav-icon span.second {
  top: 7px;
}

.nav-icon span.third {
  top: 14px;
}

.nav-icon.open span.second {
  filter:alpha(opacity=0);
  opacity: 0;
}

.nav-icon.open span.first {
  -moz-transform: scale(1) rotate(-135deg);
  -webkit-transform: scale(1) rotate(-135deg);
  -o-transform: scale(1) rotate(-135deg);
  -ms-transform: scale(1) rotate(-135deg);
  transform: scale(1) rotate(-135deg);
  top: 17px;
  background: #fff;
  right: -5px;
}

.nav-icon.open span.third {
  -moz-transform: scale(1) rotate(135deg);
  -webkit-transform: scale(1) rotate(135deg);
  -o-transform: scale(1) rotate(135deg);
  -ms-transform: scale(1) rotate(135deg);
  transform: scale(1) rotate(135deg);
  top: 17px;
  background: #fff;
  right: -5px;
}

.nav-icon.open {
  -moz-transform: scale(1) rotate(-90deg);
  -webkit-transform: scale(1) rotate(-90deg);
  -o-transform: scale(1) rotate(-90deg);
  -ms-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
}

.scroll-down {
  position: absolute;
      z-index: 20;
      left: 50%;
      margin-left: -40px;
      bottom: 0px;
      width: 80px;
      padding-bottom: 60px;
}

.scroll-down:before {
  width: 1px;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  left: 50%;
  bottom: -42px;
  content: ' ';
  display: block;
  position: absolute;
  height: 90%;
}

.scroll-down img {
    width: 28px;
    margin: 0 auto;
}

.partner-holder {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: relative;
  background: url(../img/header.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}

.partner-header {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: relative;
  background: url(../img/header.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}

.partner-header {
  height: 500px;
}

.btn {
  display: block;
  background: #000;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  padding: 10px 40px;
  margin:20px auto 0 auto;
  font-size: 15px;
  border:2px solid #000;
  /*letter-spacing: 1px;*/
  /*font-family: 'DomaineDispSemibold', serif;*/
}

.btn:hover {
  background: #fff;
  color: #000;
}

body.login {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.form-control {
  border:1px solid #ccc;
  border-radius:0px;
  -webkit-border-radius:0px;
}

.form-control:focus {
      color: #000;
      background-color: #fff;
      border-color: #000;
      outline: 0;
      box-shadow:none;
}

.login-holder {
  background: #fff;
  width: 500px;
  max-width: 90%;
  margin:0 5%;
  border-radius: 5px;
  -webkit-border-radius:5px;
}

.login-holder.partner-block {
  margin:0 auto;
  width: 850px;
  z-index: 10;
  margin-top: -130px;
  position: relative;
  margin-bottom: 200px;
}

.partner-header h1.partner-page {
  width: 100%;
  bottom: 130px;
  color: #fff;
}

.update-block {
  text-align: center;
}

.update-block h2 {
  padding: 0px 20px;
  text-align: center;
}

.update-block .btn {
  width: 200px;
  text-decoration: none;
  margin: 20px 0px 0px 0px;
}


@media only screen and (min-width : 820px) and (max-width : 1100px) {
  .nav-items.nav-right {
    margin-right: 0%;
  }

  .nav-items.nav-left {
    margin-left: 0%;
  }

}


@media only screen and (max-width : 819px) { 

  .header-content {
    text-align: center;
    padding: 30px;
    bottom: 20%;
    left: 10%;
  }

  body {
    font-size: 16px;
  }

  .logo {
    width: 230px;
    max-width: 100%;
  }

  .mb-only {
    display: block;
  }

  .dk-only {
    display: none;
  }

  .menu.active {
    height: 65px;
  }

  .menu.active .logo {
    width: 181px;
  }

  .nav-icon.active {
    top: 24px;
  }

  .section {
    padding-top:150px;
  }

  .contact {
    max-width: 100% !important;
    padding:0px;
  }

  footer h1 {
    max-width: 100%;
  }

  #whatwedo {
    padding:0px;
  }

  h1 {
    font-size: 33px;
        line-height: 40px;
  }

  .section .text-block, #about.section .text-block {
    width: 85%;
    display: block;
    padding: 40px !important;
    margin:40px auto;
  }

  .header {
    background-attachment: scroll;
  }

  .section img, #about.section img {
    height: 350px;
    width: 100%;
  }

}
