@font-face {
  font-family: Bodonistd;
  src: url('../fonts/BodoniStd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

:root {
  --midnight-blue: #151034;
  --white: white;
  --black: black;
  --dark-sea-green: #96be9d;
  --white-smoke: #f6f6f6;
}

.header {
  color: var(--midnight-blue);
  background-image: linear-gradient(0deg, #000000cf 25%, #00000080), url('../images/office-people.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.navbar {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

.menu-line {
  float: right;
  clear: right;
  text-align: right;
  background-color: #333;
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  right: 0;
}

.menu-line.short {
  float: right;
  text-align: right;
  width: 25px;
  height: 3px;
}

.container {
  width: 100%;
}

.menu-button {
  z-index: 0;
  margin-right: 23px;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-button.w--open {
  background-color: #0000;
  display: none;
}

.header-text {
  max-width: 1060px;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.header-brand {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.logo {
  clear: left;
  color: var(--midnight-blue);
  letter-spacing: 14px;
  text-transform: uppercase;
  font-family: Bodonistd, sans-serif;
  font-size: 28px;
  display: inline-block;
}

.image {
  clear: left;
}

.line {
  background-image: url('../images/line.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 431px;
  height: 19px;
  margin-top: -6px;
  display: block;
}

.logo-subheader {
  color: var(--midnight-blue);
  letter-spacing: 6px;
  text-transform: uppercase;
  height: 19px;
  margin-top: 19px;
  font-family: Gotham book, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.heading {
  color: var(--midnight-blue);
  width: 60%;
  margin-bottom: 26px;
  font-family: Gotham, sans-serif;
  font-size: 45px;
  line-height: 60px;
  display: inline-block;
}

.paragraph {
  color: var(--midnight-blue);
  width: 44%;
  margin-top: 8px;
  font-family: Gotham book, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.btn {
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 45px;
  padding: 10px 41px;
  font-family: Gotham book, sans-serif;
}

.btn.green {
  background-color: #96be9d;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 12px;
  transition: all .2s;
  box-shadow: 6px 7px 28px -6px #15103482;
}

.btn.green:hover {
  background-color: #7fa385;
}

.btn.blue {
  background-color: var(--midnight-blue);
  margin-top: 31px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 12px;
  transition: all .2s;
  box-shadow: 6px 6px 28px -6px #151034c9;
}

.btn.blue:hover {
  background-color: #231d4e;
}

.quote {
  opacity: 1;
  background-color: #96be9d;
  background-image: linear-gradient(#96be9dba, #96be9dba), url('../images/hands-team.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 700px;
}

.quote-container {
  flex-direction: row;
  align-items: center;
  max-width: 1060px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
  top: 0;
}

.quote-text {
  color: var(--midnight-blue);
  text-align: left;
  align-items: center;
  margin-top: 1px;
  padding-left: 12%;
  padding-right: 10%;
  font-family: Gotham, sans-serif;
  line-height: 45px;
  display: block;
}

.bold-text {
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 54px;
}

.specialties-container {
  max-width: 1060px;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.green-container {
  background-color: #96be9d;
  padding: 30px;
}

.blue-container {
  background-color: var(--midnight-blue);
  padding: 65px;
}

.column {
  padding-top: 53px;
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.small-h3 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Bodonistd, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.large-h2 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 25px;
  font-family: Gotham, sans-serif;
  font-size: 35px;
  line-height: 43px;
}

.who-am-i-container {
  justify-content: center;
  max-width: 1060px;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section-header {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  max-width: 1060px;
  margin: 109px auto 75px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  display: block;
}

.section-header.clients {
  margin-top: 110px;
  margin-bottom: 16px;
  font-size: 16px;
}

.section-header.testimonial {
  color: #fff;
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 61px;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  position: relative;
}

.column-image {
  padding-left: 0;
  padding-right: 0;
}

.column-text {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 530px;
  padding-left: 25px;
  padding-right: 0;
  display: flex;
}

.column-text.achievments, .column-text.who-am-i {
  padding-left: 0;
}

.body {
  color: var(--midnight-blue);
  font-family: Gotham book, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.who-am-i-p {
  margin-bottom: 23px;
}

.p-container {
  padding-right: 0;
  display: block;
}

.p-container.achievments {
  padding-right: 35px;
}

.p-container.who-am-i {
  padding-left: 35px;
}

.header-subtext {
  color: var(--midnight-blue);
  text-align: center;
  align-items: center;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.header-subtext.contact {
  text-align: left;
  margin-bottom: 41px;
  padding-left: 0%;
  padding-right: 0%;
}

.client-logo-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1060px;
  height: 100px;
  margin: 50px auto 88px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.logos {
  flex: 0 auto;
  max-width: 100%;
}

.slider {
  background-color: #96be9d;
  background-image: url('../images/trina-signature.png');
  background-position: 0 109%;
  background-repeat: no-repeat;
  background-size: 1370px;
  height: 100%;
  padding-top: 34px;
  padding-bottom: 99px;
}

.slider-container {
  background-color: #0000;
  max-width: 1060px;
  min-height: 75%;
  margin-top: -104px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon, .icon-2 {
  font-size: 25px;
}

.slide-nav {
  font-size: 10px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  line-height: 33px;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.section {
  background-color: #f0f0f0;
}

.contact-container {
  z-index: 20;
  background-color: #fff;
  max-width: 960px;
  min-height: 500px;
  margin-bottom: -285px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
  position: relative;
  box-shadow: 0 0 50px -8px #0000004f;
}

.section-contact {
  padding-top: 134px;
  padding-bottom: 134px;
}

.footer {
  background-color: var(--midnight-blue);
  min-height: 390px;
  padding-top: 249px;
  position: relative;
}

.div-block-2 {
  background-image: url('../images/trina-harrison-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1060px;
  min-height: 59px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.contact-box {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 34px 36px;
}

.contact-column {
  padding-right: 46px;
}

.contact-btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #96be9d;
  border-radius: 5px;
  width: 100%;
  margin-top: 19px;
  font-size: 13px;
  transition: all .2s;
}

.contact-btn:hover {
  background-color: #81a888;
}

.text-block {
  letter-spacing: 1px;
  font-family: Gotham book, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  display: inline-block;
}

.image-2 {
  margin-right: 19px;
}

.link {
  color: var(--midnight-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #797496;
  text-decoration: none;
}

.div-block-3 {
  line-height: 16px;
}

.contact-block-text {
  margin-bottom: 9px;
}

.row {
  display: block;
}

.div-block-4 {
  background-color: #5995be;
  height: 20px;
}

.input {
  color: var(--midnight-blue);
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 97%;
  margin-bottom: 15px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.input.right {
  float: right;
}

.text-field-2 {
  float: right;
  width: 97%;
}

.textarea {
  border-radius: 5px;
  min-height: 150px;
}

.success-message {
  color: #fff;
  background-color: #96be9d;
  border-radius: 5px;
}

.text-block-2 {
  text-align: center;
  font-size: 15px;
}

.error-message {
  border-radius: 5px;
}

.text-block-3 {
  font-size: 15px;
}

.nav-menu {
  background-color: var(--midnight-blue);
  flex-wrap: nowrap;
  place-content: flex-start center;
  align-items: center;
  width: 30%;
  max-height: 100vh;
  display: block;
  position: fixed;
  overflow: auto;
}

.div-block-5 {
  color: #96be9d;
  flex-flow: column;
  flex: none;
  place-content: flex-start center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  width: 100%;
  font-size: 16px;
}

.nav-link:hover, .nav-link:focus, .nav-link.w--current {
  color: #96be9d;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  width: 100%;
}

.nav-link-2:hover {
  color: #96be9d;
}

.nav-link-3 {
  color: #fff;
  text-align: center;
  width: 100%;
}

.nav-link-3:hover {
  color: #96be9d;
}

.copyright {
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 45px;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-6 {
  position: absolute;
  top: 0;
  right: 0;
}

.link-block {
  width: 75px;
  height: 79px;
  margin-top: 27px;
  margin-right: 34px;
  padding-top: 8px;
  padding-left: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-7 {
  background-color: #fff;
  width: 35px;
  height: 3px;
  margin-top: 29px;
  position: absolute;
  transform: rotate(45deg);
}

.div-block-8 {
  background-color: #fff;
  width: 35px;
  height: 3px;
  margin-top: 29px;
  overflow: scroll;
  transform: rotate(-45deg);
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.div-block-9 {
  display: none;
}

.image-block {
  flex: 1;
}

.paragraph-block {
  flex: 1;
  align-items: center;
  display: flex;
}

.key-achievments {
  justify-content: center;
  max-width: 1060px;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.dropdown {
  color: #fff;
  width: 100%;
}

.dropdown.hr-mgmt-mobile, .dropdown.wi-mobile {
  display: none;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham book, sans-serif;
}

.icon-3 {
  float: right;
  color: #fff;
  transform: rotate(-90deg);
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-list {
  background-color: #0000;
  height: 0;
  padding-left: 34px;
  padding-right: 54px;
  font-size: 13px;
  line-height: 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.paragraph-3 {
  height: 200px;
}

.burger-wrapper {
  z-index: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: flex;
  position: relative;
}

.line-1 {
  background-color: #000;
  width: 27px;
  height: 2px;
}

.line-2 {
  background-color: #20193a;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.line-3 {
  background-color: #20193a;
  width: 27px;
  height: 2px;
}

.trina-image {
  box-shadow: 1px 1px 49px 1px #00000040;
}

.div-block-10 {
  flex-grow: 0;
  flex-basis: 860px;
}

.small-h3-quote {
  color: var(--midnight-blue);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17px;
  padding-left: 12%;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.top-arrow {
  border: 1.5px solid #151034;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 34px;
  margin-right: 49px;
  padding: 6px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.image-5 {
  margin-top: -5px;
}

.top-arrow-bottom {
  color: #fff;
  border: 1.5px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 34px;
  margin-right: 49px;
  padding: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-11 {
  flex-basis: auto;
}

.form-block {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  color: var(--white);
}

.div-block-12 {
  border: 4px solid #fff;
  border-radius: 15px;
  padding: 18px 63px;
}

@media screen and (max-width: 991px) {
  .header {
    background-position: 74% 29%;
    background-size: auto 1017px;
    height: 100%;
    padding-bottom: 122px;
  }

  .header-text {
    margin-top: 56px;
  }

  .header-brand {
    margin-top: -25px;
  }

  .logo {
    padding-right: 250px;
  }

  .line {
    margin-left: -156px;
  }

  .logo-subheader {
    height: 19px;
    margin-top: 9px;
    padding-right: 320px;
    line-height: 25px;
  }

  .heading {
    width: 61%;
    margin-top: 0;
    line-height: 51px;
  }

  .paragraph {
    width: 50%;
    line-height: 28px;
  }

  .btn.green {
    margin-top: 34px;
  }

  .btn.blue {
    padding-left: 37px;
    padding-right: 37px;
  }

  .quote {
    height: 500px;
  }

  .quote-text {
    font-size: 28px;
    line-height: 40px;
  }

  .blue-container {
    padding: 41px 22px;
  }

  .large-h2 {
    margin-top: 0;
    font-size: 25px;
    line-height: 37px;
  }

  .section-header {
    margin-top: 52px;
    margin-bottom: 58px;
  }

  .section-header.clients {
    margin-top: 68px;
  }

  .column-text.achievments {
    min-height: 390px;
  }

  .column-text.who-am-i {
    align-items: center;
    min-height: 390px;
  }

  .who-am-i-p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
  }

  .client-logo-container {
    flex-wrap: wrap;
    place-content: space-around center;
    width: 538px;
    margin-top: 88px;
    margin-bottom: 102px;
  }

  .logos {
    flex: none;
    width: 33%;
    padding-left: 13px;
    padding-right: 13px;
  }

  .slider {
    background-position: 0 105%;
    background-size: 920px;
  }

  .section-contact {
    padding-top: 0;
  }

  .contact-box {
    padding: 15px;
  }

  .image-2 {
    margin-right: 8px;
  }

  .nav-menu {
    width: 51%;
  }

  .dropdown.hr-mgmt-mobile, .dropdown.wi-mobile {
    display: none;
  }

  .div-block-10 {
    flex-basis: 870px;
  }

  .top-arrow {
    z-index: 100;
    margin-right: 20px;
  }

  .top-arrow.w--current {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 34px;
    margin-right: 20px;
    padding: 6px;
  }

  .top-arrow-bottom {
    z-index: 120;
    margin-right: 20px;
  }

  .top-arrow-bottom.w--current {
    width: 30px;
    height: 30px;
    margin-top: 1px;
    margin-bottom: 44px;
    margin-right: 12px;
    padding: 1px 4px 4px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-position: 0 0, 75%;
    background-size: auto, cover;
    margin-top: -20px;
    padding-top: 13px;
    padding-bottom: 68px;
  }

  .navbar {
    position: absolute;
    top: 0;
    right: 0;
  }

  .header-text {
    margin-top: 141px;
    padding-right: 51px;
  }

  .header-brand {
    margin-top: 0;
    padding-top: 30px;
  }

  .logo {
    margin-top: 0;
  }

  .line {
    margin-left: -167px;
  }

  .logo-subheader {
    height: 89px;
    padding-right: 269px;
    line-height: 21px;
  }

  .heading {
    width: 81%;
  }

  .paragraph {
    width: 80%;
  }

  .quote {
    height: 400px;
  }

  .quote-text {
    font-size: 19px;
    line-height: 25px;
  }

  .specialties-container {
    margin-top: 54px;
    padding-left: 0;
    padding-right: 0;
  }

  .blue-container {
    padding-top: 118px;
  }

  .column {
    margin-top: -164px;
    padding-top: 94px;
  }

  .column-2 {
    z-index: 10;
    padding-left: 50px;
    padding-right: 50px;
  }

  .large-h2 {
    font-size: 31px;
    line-height: 41px;
  }

  .who-am-i-container {
    flex-direction: column;
  }

  .section-header.testimonial {
    margin-bottom: 116px;
    padding-top: 28px;
  }

  .who-am-i-p {
    font-size: 18px;
    line-height: 27px;
  }

  .p-container.achievments {
    padding-right: 0;
  }

  .p-container.who-am-i {
    margin-top: 31px;
    padding-left: 0;
    font-size: 25px;
  }

  .slider {
    padding-bottom: 73px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .input {
    width: 100%;
  }

  .input.right {
    float: none;
  }

  .div-block-9 {
    z-index: 10;
    display: none;
    position: relative;
  }

  .key-achievments {
    flex-direction: column-reverse;
  }

  .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown.hr-mgmt-mobile, .dropdown.wi-mobile {
    display: none;
  }

  .image-4 {
    margin-bottom: 30px;
  }

  .top-arrow, .top-arrow-bottom {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding: 1px 3px 3px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-position: 68% 29%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 48px;
    position: relative;
  }

  .navbar {
    padding-top: 0;
  }

  .menu-line {
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
  }

  .menu-line.short {
    width: 15px;
    height: 2px;
  }

  .menu-button {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header-text {
    z-index: 10;
    margin-top: 21px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
  }

  .header-brand {
    z-index: 10;
    margin-top: 0;
    padding-top: 51px;
    padding-left: 25px;
    padding-right: 75px;
    font-size: 14px;
    line-height: 21px;
    position: relative;
  }

  .logo {
    margin-top: -32px;
    margin-bottom: 0;
    padding-right: 62px;
    font-size: 17px;
    line-height: 23px;
    display: block;
  }

  .line {
    margin-top: 3px;
    margin-left: -234px;
  }

  .logo-subheader {
    height: 53px;
    margin-top: 2px;
    padding-right: 71px;
    font-size: 11px;
    line-height: 22px;
    display: block;
  }

  .heading {
    width: 90%;
    margin-top: 45px;
    padding-right: 6%;
    font-size: 26px;
    line-height: 33px;
  }

  .paragraph {
    width: 90%;
    font-size: 15px;
    line-height: 22px;
  }

  .btn.green {
    text-align: center;
    width: 80%;
    margin-top: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    display: block;
  }

  .btn.blue {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
  }

  .quote {
    background-image: linear-gradient(#96be9dbf, #96be9dbf), url('../images/hands-team.jpg');
    background-position: 0 0, -105px 0;
    height: 700px;
  }

  .quote-container {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .quote-text {
    padding-left: 0%;
    padding-right: 0%;
    font-family: Gotham, sans-serif;
    font-size: 26px;
    line-height: 39px;
  }

  .bold-text {
    font-size: 32px;
    line-height: 44px;
  }

  .specialties-container {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .green-container {
    z-index: 10;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
  }

  .blue-container {
    margin-top: -92px;
    padding-top: 194px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .large-h2 {
    font-size: 28px;
    line-height: 39px;
  }

  .who-am-i-container {
    flex-direction: column;
    margin-top: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-header {
    margin-top: 33px;
    margin-bottom: 30px;
    line-height: 25px;
  }

  .section-header.clients {
    margin-top: 27px;
  }

  .section-header.testimonial {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .p-container.achievments {
    text-align: center;
    padding-right: 0;
  }

  .p-container.who-am-i {
    text-align: center;
    padding-left: 0;
  }

  .header-subtext.contact {
    margin-bottom: 25px;
  }

  .client-logo-container {
    width: 100%;
    height: 350px;
    margin-top: 28px;
    margin-bottom: 39px;
  }

  .logos {
    width: 48%;
  }

  .slider {
    background-position: 0 101%;
    background-size: 510px;
    height: 100%;
    padding-top: 68px;
    padding-bottom: 90px;
  }

  .slider-container {
    margin-top: -34px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 24px;
  }

  .contact-container {
    padding: 36px 25px;
  }

  .footer {
    min-height: 340px;
    padding-top: 224px;
  }

  .div-block-2 {
    width: 225px;
    font-size: 17px;
  }

  .contact-btn {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .input, .nav-menu {
    width: 100%;
  }

  .copyright {
    bottom: 65px;
  }

  .link-block {
    width: 62px;
    height: 52px;
    margin-top: 18px;
    margin-right: 13px;
    padding-top: 0;
    padding-left: 21px;
    padding-right: 0;
  }

  .div-block-7, .div-block-8 {
    width: 20px;
    height: 2px;
  }

  .div-block-9 {
    z-index: 0;
    background-image: linear-gradient(256deg, #e0e0e000 23%, #fff 80%);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .paragraph-block {
    margin-top: 31px;
  }

  .key-achievments {
    flex-direction: column-reverse;
    margin-top: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow, .left-arrow {
    width: 50px;
  }

  .dropdown {
    width: 100%;
    display: inline-block;
    overflow: visible;
  }

  .dropdown.hr-mgmt {
    display: none;
  }

  .dropdown.hr-mgmt-mobile {
    display: block;
  }

  .dropdown.wi {
    display: none;
  }

  .dropdown.wi-mobile {
    display: block;
  }

  .text-block-4 {
    display: inline-block;
  }

  .dropdown-list {
    height: 0;
    display: none;
  }

  .div-block-10 {
    flex-basis: 129px;
    margin-bottom: 31px;
  }

  .small-h3-quote {
    padding-left: 0%;
  }

  .top-arrow, .top-arrow-bottom {
    z-index: 100;
    width: 30px;
    height: 30px;
    margin-right: 13px;
    padding: 1px 4px 4px;
    display: none;
  }
}


@font-face {
  font-family: 'Bodonistd';
  src: url('../fonts/BodoniStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}