html * {
  box-sizing: border-box !important; }

body {
  padding-top: 115px; }

a:hover {
  text-decoration: none !important; }

.mainNav {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  background: #fff; }
  .mainNav .top {
    background: #1c1d1e;
    padding: 8px 0px; }
    .mainNav .top .container {
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 40px;
      display: flex;
      justify-content: space-between; }
      .mainNav .top .container .left {
        display: flex;
        align-items: center; }
        .mainNav .top .container .left svg {
          width: 12px;
          fill: white;
          margin: 0px 10px; }
        .mainNav .top .container .left p, .mainNav .top .container .left a {
          color: #fff;
          font-size: 12px;
          margin: 0px; }
        .mainNav .top .container .left a {
          transition: ease .3s;
          font-weight: bold; }
          .mainNav .top .container .left a:hover {
            color: #f5f8f9; }
      .mainNav .top .container .right {
        display: flex; }
        .mainNav .top .container .right svg {
          width: 18px;
          fill: white;
          margin-left: 15px; }
  .mainNav .bottom {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px 45px;
    position: relative; }
    .mainNav .bottom:after {
      position: absolute;
      top: 0px;
      left: -335px;
      content: '';
      background: white;
      width: 750px;
      height: 150px;
      clip-path: polygon(100% 0, 100% 45%, 50% 100%, 0 45%, 0 0);
      z-index: -1; }
    .mainNav .bottom .left {
      position: relative; }
      .mainNav .bottom .left .logo {
        position: absolute;
        top: -4px;
        left: 0px;
        z-index: 5;
        width: 280px; }
    .mainNav .bottom .right {
      background: #f5f8f9;
      width: calc(100% - 235px);
      display: flex;
      justify-content: flex-end;
      position: relative; }
      .mainNav .bottom .right * {
        padding: 0px;
        margin: 0px; }
      .mainNav .bottom .right ul {
        display: flex; }
        .mainNav .bottom .right ul li {
          margin-right: 30px;
          position: relative; }
          .mainNav .bottom .right ul li a {
            padding-top: 3px;
            color: #363896;
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 1px;
            text-transform: uppercase; }
          .mainNav .bottom .right ul li:after {
            position: absolute;
            top: 35px;
            left: calc(50% - 5px);
            content: '';
            opacity: 0;
            height: 20px;
            width: 20px;
            background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%0A%20%20%3Cpath%20fill%3D%22%23363896%22%20d%3D%22M10.93%2C21.39.54%2C11%2C10.93.61%2C21.32%2C11ZM3.36%2C11l7.57%2C7.57L18.5%2C11%2C10.93%2C3.43Z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
            background-repeat: no-repeat;
            transition: ease .3s; }
          .mainNav .bottom .right ul li:hover:after, .mainNav .bottom .right ul li.current-menu-item:after {
            opacity: 1; }
      .mainNav .bottom .right > a {
        background: #363896;
        padding: 2px 30px 0px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        transition: ease .3s; }
        .mainNav .bottom .right > a:before, .mainNav .bottom .right > a:after {
          position: absolute;
          top: -4px;
          left: 0px;
          content: '';
          background: #363896;
          width: 8px;
          height: 33px;
          transition: ease .3s; }
        .mainNav .bottom .right > a:after {
          left: unset;
          right: 0px; }
        .mainNav .bottom .right > a:hover {
          background: #1c1d1e;
          text-decoration: none; }
          .mainNav .bottom .right > a:hover:before, .mainNav .bottom .right > a:hover:after {
            background: #1c1d1e; }

.footnote {
  background: #1c1d1e;
  padding: 10px 0px; }
  .footnote .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between; }
    .footnote .container .left {
      display: flex;
      align-items: center; }
      .footnote .container .left svg {
        width: 12px;
        fill: white;
        margin: 0px 10px; }
      .footnote .container .left p, .footnote .container .left a {
        color: #fff;
        font-size: 12px;
        margin: 0px; }
      .footnote .container .left a {
        transition: ease .3s;
        font-weight: bold; }
        .footnote .container .left a:hover {
          color: #f5f8f9; }
    .footnote .container .right {
      display: flex; }
      .footnote .container .right svg {
        width: 18px;
        fill: white;
        margin-left: 15px; }

.team {
  border-top: 5px solid #363896;
  box-shadow: rgba(61, 61, 61, 0.1) 0px 25px 20px 0px;
  border-radius: 20px;
  overflow: hidden; }

.contactForm-main {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-gap: 40px;
  padding: 40px;
  box-shadow: rgba(61, 61, 61, 0.1) 0px 25px 20px 0px;
  border-radius: 20px;
  border-top: 5px solid #363896;
  align-items: center;
  background: #fff; }
  .contactForm-main > .left {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .contactForm-main > .left h3 {
      margin: 0px;
      margin-bottom: 10px; }
    .contactForm-main > .left h1 {
      margin: 0px;
      color: #363896;
      margin-bottom: 30px; }
      .contactForm-main > .left h1:last-of-type {
        font-size: 16px;
        letter-spacing: 1px; }
    .contactForm-main > .left p {
      margin: 0px; }
  .contactForm-main > .right .twoColumn {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px; }
  .contactForm-main > .right .twoColumn p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }
  .contactForm-main > .right h1 {
    text-align: center;
    color: #363896; }
  .contactForm-main > .right p {
    margin: 0px;
    text-align: center; }
  .contactForm-main > .right hr {
    width: 100%; }
  .contactForm-main > .right input {
    padding: 5px 20px;
    height: 50px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #d8d8d8;
    background: #f5f8f9; }
    .contactForm-main > .right input::placeholder {
      color: #aaa9a9;
      font-size: 12px; }
  .contactForm-main > .right textarea {
    padding: 15px 20px;
    width: 100%;
    height: 100px;
    border-radius: 4px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #d8d8d8;
    background: #f5f8f9; }
    .contactForm-main > .right textarea::placeholder {
      color: #aaa9a9;
      font-size: 12px; }
  .contactForm-main > .right .uk-button {
    width: 100%; }

.contactForm {
  padding: 40px;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  box-shadow: rgba(61, 61, 61, 0.1) 0px 25px 20px 0px;
  border-radius: 20px;
  border-top: 5px solid #363896;
  align-items: center;
  background: #fff; }
  .contactForm h1 {
    text-align: center;
    color: #363896; }
  .contactForm p {
    text-align: center;
    margin-bottom: 40px; }
  .contactForm hr {
    width: 100%; }
  .contactForm input {
    padding: 5px 20px;
    height: 50px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #d8d8d8;
    background: #f5f8f9; }
    .contactForm input::placeholder {
      color: #aaa9a9;
      font-size: 12px; }
  .contactForm textarea {
    padding: 15px 20px;
    width: 100%;
    height: 100px;
    border-radius: 4px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #d8d8d8;
    background: #f5f8f9; }
    .contactForm textarea::placeholder {
      color: #aaa9a9;
      font-size: 12px; }
  .contactForm .uk-button {
    width: 100%;
    margin-top: 25px; }

/*# sourceMappingURL=custom.css.map */
