:root {
  --white: white;
  --black: black;
  --maroon: #741515;
  --black-2: #0f0f17;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.full-screen {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 100%;
  height: 100vh;
  position: relative;
}

.full-screen.home-section {
  background-image: url('../images/Julia-OMFA-2025-FINAL.jpg'), url('../images/AIONAKiwanis201704_006-WEB.jpg');
  background-position: 50% 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
}

.full-screen.home-text-slider {
  background-image: url('../images/9017c0ea3dfe3eeead4a95f7d106f14c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-screen.hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-title-2 {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 90px;
  font-weight: 900;
  line-height: 1.3;
}

.hero-title-2.font-second {
  font-family: Lato, sans-serif;
}

.hero-title-2.font-second.text-white {
  max-height: auto;
  color: #fff;
  letter-spacing: .35em;
  text-transform: capitalize;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 2.1vw;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.hero-text-6 {
  text-align: center;
  letter-spacing: .35em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-text-6.text-white {
  float: none;
  clear: none;
  color: #fff;
  letter-spacing: .1em;
  justify-content: space-around;
  align-items: flex-start;
  font-size: 65px;
  font-weight: 300;
  display: flex;
  position: static;
  left: 0;
  right: 0;
}

.body {
  color: #0c0c17;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 21px;
}

.navbar-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-fixed.navbar-transparent {
  background-color: #0f0f1733;
  height: 60px;
  margin-top: -10px;
}

.ss {
  height: 300vh;
}

.text-white {
  color: #fff;
}

.navbar-ghost {
  position: fixed;
  transform: translate(0, -61px);
}

.navbar-ghost.navbar {
  transform: translate(0, -61px);
}

.navbar-transparent {
  background-color: #0000;
  line-height: 40px;
}

.nav-link {
  opacity: .7;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 10px;
  font-weight: 600;
  line-height: 21px;
  transition: all .2s ease-out;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: #0c0c17;
  font-weight: 600;
}

.nav-link.text-white {
  color: #fff;
  font-weight: 600;
}

.nav-link.text-white.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navbar-brand {
  width: 60px;
  padding-top: 15px;
}

.navbar-brand-text {
  color: #0c0c17;
  text-align: center;
  letter-spacing: .4em;
  text-transform: uppercase;
  height: 61px;
  padding-left: 14px;
  font-size: 14px;
  line-height: 61px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.navbar-brand-text.w--current {
  color: #0c0c17;
}

.navbar-brand-text.text-white {
  color: #fff;
  padding-left: 14px;
  font-size: 10px;
  font-weight: 600;
}

.navbar-brand-text.text-white.w--current {
  color: #fff;
}

.section {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #eeeef7;
  height: 18%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .7s ease-out, opacity .3s ease-out;
  transform: translate(0);
}

.section.services-section {
  background-color: #fff;
}

.section.section-gray {
  width: 100%;
  padding-top: 0;
}

.section.testimonial-section {
  background-image: url('../images/Testimonials-Background-idea3.jpg');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 10px;
}

.menu-btn-icon.text-white {
  transform-style: preserve-3d;
}

.nav-menu {
  height: 70px;
}

.section-title {
  float: none;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-title.section-title-half {
  width: 50%;
}

.section-title.text-white {
  background-color: #0f0f1780;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 30px;
}

.section-title-more {
  text-align: center;
  letter-spacing: .65em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.section-title-heading {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
}

.section-title-heading.bold {
  font-size: 34px;
  font-weight: 700;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.block-quote {
  margin-bottom: 20px;
  padding-top: 10px;
}

.block-quote-footer {
  color: #777;
  text-transform: capitalize;
}

.block-quote-footer-dash {
  background-color: #777;
  width: 15px;
  height: 1px;
  margin-right: 12px;
  display: inline-block;
  transform: translate(0, -3px);
}

.cite {
  display: inline-block;
}

.section-text {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10.5px;
  font-size: 16px;
  line-height: 1.7;
}

.section-text.full-width {
  margin-bottom: 30px;
  padding-left: 5px;
  font-size: 18px;
  font-weight: 700;
}

.block-quote-text {
  border-style: none;
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.skillbar-container {
  margin-bottom: 24px;
}

.skillbar-texts {
  margin-bottom: 6px;
  font-size: 15px;
}

.skillbar {
  background-color: #f5f5fa66;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 3px;
  overflow: hidden;
}

.skillbar-title {
  float: left;
  text-transform: capitalize;
  display: inline-block;
}

.skillbar-percent {
  float: right;
  display: inline-block;
}

.skillbar-bar {
  backface-visibility: hidden;
  transform-origin: 0%;
  background-color: #00c8aa;
  width: 63%;
  height: 100%;
  transform: translate(-100%);
  box-shadow: 1px 0 6px 1px #00c8aa4d;
}

.skillbar-bar.skillbar-1 {
  width: 54%;
}

.skillbar-bar.skillbar-2, .skillbar-bar.skillbar-about.skillbar-2 {
  width: 74%;
}

.skillbar-bar.skillbar-about.skillbar-1 {
  width: 54%;
}

.skillbar-bar.skillbar-3 {
  width: 63%;
}

.skillbar-bar.skillbar-team-member-1-1, .skillbar-bar.skillbar-team-member.skillbar-team-member-1-1 {
  width: 85%;
}

.skillbar-bar.skillbar-team-member.skillbar-team-member-1-2, .skillbar-bar.skillbar-team-member-1-2 {
  width: 93%;
}

.skillbar-bar.skillbar-team-member-2-1 {
  width: 68%;
}

.skillbar-bar.skillbar-team-member-2-2 {
  width: 93%;
}

.skillbar-bar.skillbar-team-member-4-1 {
  width: 99%;
}

.skillbar-bar.skillbar-team-member-4-2 {
  width: 91%;
}

.skillbar-bar.skillbar-team-member-3-1 {
  width: 76%;
}

.skillbar-bar.skillbar-team-member-3-2 {
  width: 89%;
}

.skillbars {
  margin-top: 22px;
}

.small-section {
  border-bottom: 1px solid #eeeef7;
  padding-top: 70px;
  padding-bottom: 70px;
}

.small-section.section-gray {
  background-color: #f5f5fa;
}

.fact-item {
  text-align: center;
}

.fact-number {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}

.fact-text {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.font-second {
  font-family: Lato, sans-serif;
}

.font-second.hero-title-4.inline-block {
  font-size: 4.5vw;
}

.font-second.hero-title-4.inline-block.bold {
  font-family: Open Sans, sans-serif;
  font-size: 4.5vw;
  font-weight: 300;
}

.font-second.demo-text {
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #f8f8f8;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  box-shadow: inset 0 34px 14px -12px #ffffff80;
}

.services-section-item {
  perspective: 300px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  position: static;
}

.services-section-icon {
  height: 44px;
}

.icon {
  width: 40px;
  margin-left: 8px;
  margin-right: 8px;
}

.services-section-item-title {
  text-transform: capitalize;
  font-weight: 300;
  transition: transform .7s ease-out;
  transform: translate(0);
}

.services-section-item-text {
  opacity: 0;
  transform-style: preserve-3d;
  transition: transform .7s ease-out, opacity .2s ease-out;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 20px, -10px);
}

.boo {
  width: 100%;
  height: 100%;
}

.services-section {
  padding-bottom: 60px;
}

.section-gray {
  background-color: #f5f5fa;
}

.portfolio-item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.video-work-placeholder {
  width: 100%;
  height: auto;
}

.video-bg {
  z-index: -1;
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  transform: scale(1.1);
}

.video-work {
  position: relative;
  overflow: hidden;
}

.portfolio-tabs-menu {
  text-align: center;
  background-color: #f5f5fa;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 60px;
  display: inline-block;
  left: 50%;
  transform: translate(-50%);
}

.portfolio-tabs-menu.background-white {
  background-color: #fff;
  width: 100%;
}

.portfolio-tab-link {
  perspective: 100px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 11px;
  font-weight: 400;
}

.portfolio-tab-link.w--current {
  background-color: #0000;
  font-weight: 700;
}

.portfolio-tab-text-hover {
  width: 135%;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  transform: translate(0)rotate(0);
}

.portfolio-tab-text {
  transform-style: preserve-3d;
  width: 200%;
  font-weight: 700;
  transform: translate(0, 21px)rotateX(-80deg)rotateY(0)rotateZ(0);
}

.portfolio-tab-text-container {
  width: 200%;
  height: 60%;
  position: relative;
  top: 1px;
  left: 0;
  overflow: hidden;
}

.image {
  color: #0000;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.image.portfolio-item-page-media {
  margin-bottom: 20px;
}

.button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  min-width: 162px;
  max-width: 275px;
  padding: 8px 20px;
  font-size: 11px;
  font-weight: 400;
  transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}

.button.hero-button {
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 40px;
}

.button.hero-button:hover {
  color: #000;
  background-color: #fff;
}

.button.hero-button-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  margin-top: 30px;
  margin-left: 12px;
  margin-right: 12px;
}

.button.hero-button-2:hover {
  color: #fff;
  background-color: #0000;
}

.button.button-black-to-gray {
  color: #fff;
  background-color: #0c0c17;
}

.button.button-black-to-gray:hover {
  color: #0c0c17;
  background-color: #f5f5fa;
}

.portfolio-item-mask {
  opacity: 0;
  color: #0c0c17;
  text-align: center;
  background-color: #00c8aae6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio-item-info {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.portfolio-item-title {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 300;
  transform: translate(0, 15px);
}

.portfolio-item-describtion {
  transform: translate(0, 10px)scale(1.1);
}

.portfolio-lightbox-button {
  text-align: right;
  width: 50%;
  height: 200%;
}

.portfolio-item-links {
  padding-top: 12px;
  transform: translate(0, 10px)scale(1.1);
}

.portfolio-page-link {
  text-align: center;
  width: 50%;
  padding-top: 9px;
  padding-bottom: 9px;
}

.portfolio-item-image {
  width: 100%;
  transform: scale(1.1);
}

.button-black-to-white {
  color: #fff;
  background-color: #0c0c17;
  transition: background-color .2s ease-out, color .2s ease-out;
}

.button-black-to-white:hover {
  color: #0c0c17;
  background-color: #fff;
}

.porject-order-section {
  text-align: center;
  padding-top: 30px;
}

.testimonial-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-bg-11.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.form-field {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b9b9c8;
}

.form-field:focus {
  border-color: #00c8aa;
}

.form-field.name-field {
  padding-left: 67px;
}

.form-field.mail-field {
  padding-left: 124px;
}

.form-field.phone-field {
  padding-left: 70px;
}

.form-field.message-field {
  border-style: solid;
  border-color: #b9b9c8;
  height: 100px;
}

.form-field.message-field:focus {
  border-color: #00c8aa;
}

.submit-button-container {
  text-align: center;
  padding-top: 50px;
}

.form-label {
  padding: 8px 12px 5px;
  font-weight: 400;
  display: inline-block;
}

.form-label.inside-column {
  padding-left: 22px;
}

.form-label.label-absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.form-field-container {
  padding-bottom: 30px;
  position: relative;
}

.map-section {
  height: 100px;
  position: relative;
  overflow: hidden;
}

.map-mask {
  opacity: .98;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(#f5f5faf2, #f5f5faf2);
  width: 100%;
  height: 100px;
  transition: background-color .5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}

.map-mask:hover {
  background-image: linear-gradient(#f5f5faa6, #f5f5faa6);
}

.map {
  height: 500px;
}

.team-member {
  position: relative;
}

.team-member-photo {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-members-slider {
  background-color: #0000;
  height: auto;
}

.team-member-container {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.team-member-mask {
  opacity: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.team-member-info {
  opacity: 0;
  background-color: #ffffffb3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.team-member-info-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.team-member-name {
  text-transform: capitalize;
  background-color: #fff;
  margin-top: -20px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}

.team-slider-nav {
  position: static;
}

.team-member-name-name {
  margin-bottom: 0;
  font-weight: 300;
}

.team-member-name-title {
  color: #000;
  margin-top: 0;
  font-size: 20px;
}

.team-member-info-title {
  text-transform: capitalize;
  padding-right: 5px;
  font-weight: 300;
  display: inline-block;
}

.team-member-info-title.bold {
  font-weight: 700;
}

.team-member-social {
  padding-top: 30px;
  padding-bottom: 30px;
}

.social-icon {
  opacity: .86;
  background-color: #fff3;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.footer-social-icon {
  opacity: 1;
  color: #0c0c1733;
  background-color: #0c0c1733;
  width: 40px;
  height: 40px;
  padding: 8px 10px 10px;
}

.social-icon.footer-social-icon.footer-light {
  background-color: #0c0c171a;
}

.social-link {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.team-member-info-title-container, .team-member-info-text {
  padding-bottom: 20px;
}

.team-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.team-slider-mask {
  background-color: #0000;
}

.team-slider-arrow-left {
  width: 100px;
  left: -100px;
}

.team-slider-arrow-left-icon {
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.team-slider-arrow-left-icon.team-slider-arrow-icon {
  margin-left: 0;
}

.team-slider-arrow-icon {
  width: 40px;
  height: 40px;
  font-size: 0;
}

.team-slider-arrow-right-icon {
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-slider-arrow-right-icon.slider-arrow-icon {
  width: 40px;
  height: 40px;
  margin-right: 0;
  font-size: 0;
}

.process-flow-tab-link {
  opacity: .6;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  width: 25%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  transition: border .2s;
}

.process-flow-tab-link:hover {
  opacity: 1;
}

.process-flow-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom: 1px solid #00c8aa;
}

.process-flow-icon {
  width: 60px;
  padding-bottom: 8px;
}

.process-flow-tabs-content {
  margin-top: 45px;
}

.white-slider-arrow-right-icon {
  background-image: url('../images/arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
}

.white-slider-arrow-right-icon.slider-arrow-icon.hero-slider-arrow {
  margin-left: auto;
  margin-right: auto;
}

.slider-arrow-icon {
  width: 40px;
  height: 40px;
  font-size: 0;
}

.white-slider-arrow-left-icon {
  background-image: url('../images/arrow-left-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
}

.white-slider-arrow-left-icon.slider-arrow-icon.hero-slider-arrow {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
}

.testimonial-slider.text-white {
  background-color: #0f0f1780;
  height: auto;
  padding-bottom: 100px;
}

.testimonial-quote {
  text-align: center;
  border-left-style: none;
  margin-top: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.testimonial-quote-cite {
  text-align: center;
  text-transform: capitalize;
  padding-top: 0;
  padding-left: 38px;
  padding-right: 38px;
}

.testimonial-cite-name {
  color: #00c8aa;
  padding-right: 5px;
  display: inline-block;
}

.testimonial-cite-source {
  font-style: italic;
  display: inline-block;
}

.testimonial-cite-dash {
  border-bottom: 1px solid #00c8aa;
  width: 10px;
  height: 6px;
  margin-right: 3px;
  font-size: 0;
  display: inline-block;
}

.client-logos-slider-arrow, .clients-logo-slider-nav {
  display: none;
}

.clients-logos-slider {
  background-color: #0000;
  height: auto;
}

.client-logo {
  padding: 40px;
}

.clients-logos-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.clients-logos-section.section-gray {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-table {
  border: 1px solid #f5f5fa;
}

.pricing-table.popular {
  box-shadow: 0 0 7px 2px #f5f5fa;
}

.pricing-table-info {
  text-transform: capitalize;
}

.pricing-table-info-header {
  color: #757a86;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-table-info-header.popular {
  color: #00c8aa;
}

.pricing-table-info-details {
  text-align: center;
  padding-bottom: 32px;
}

.pricing-table-title {
  padding-bottom: 10px;
  font-weight: 400;
}

.currency {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  transform: translate(0, -99%);
}

.price {
  font-size: 4em;
  display: inline-block;
}

.duration {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.pricing-table-cell {
  border-top: 1px solid #f5f5fa;
  padding: 8px 15px;
}

.pricing-table-cell-text {
  display: inline-block;
}

.pricing-table-cell-text.bold {
  padding-right: 5px;
}

.bold {
  font-weight: 700;
}

.pricing-table-button {
  color: #f5f5fa;
  background-color: #757a86;
  width: 100%;
}

.pricing-table-button:hover {
  color: #0c0c17;
  background-color: #f5f5fa;
}

.pricing-table-button.button {
  width: 100%;
  max-width: 100%;
}

.pricing-table-button.button.popular {
  background-color: #00c8aa;
}

.pricing-table-button.button.popular:hover {
  color: #00c8aa;
  background-color: #f5f5fa;
}

.blog-post-preview {
  position: relative;
}

.blog-post-preview-image {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.center-vertical {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.blog-post-preview-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-post-preview-detail {
  margin-bottom: 15px;
}

.blog-post-preview-detail-date {
  opacity: .5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
}

.blog-post-preview-detail-date.widget-blog-post-date {
  display: block;
}

.blog-post-preview-text {
  margin-top: 15px;
}

.blog-post-preview-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-weight: 300;
  display: inline-block;
}

.blog-post-preview-heading.bold {
  font-weight: 700;
}

.read-more {
  color: #0c0c17;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #f5f5fa;
  background-image: url('../images/arrow-right.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  padding: 10px 30px 10px 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-decoration: none;
  transition: padding .15s ease-out, background-color .15s ease-out, color .15s ease-out;
  display: inline-block;
}

.read-more:hover {
  color: #fff;
  background-color: #0c0c17;
  background-image: url('../images/arrow-right-white.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  padding-right: 35px;
}

.read-more.blog-post-preview-more {
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

.read-more.read-more-blog-page {
  float: right;
}

.button-white-to-gray {
  color: #0c0c17;
  background-color: #fff;
  border: 1px solid #0c0c17;
}

.button-white-to-gray:hover {
  background-color: #f5f5fa;
  border-color: #f5f5fa;
}

.section-button-container {
  text-align: center;
  padding-top: 80px;
}

.contact-item {
  text-align: center;
  margin-bottom: 80px;
}

.contact-item-icon {
  height: 40px;
  margin-bottom: 25px;
}

.contact-item-icon-icon {
  width: auto;
  height: 100%;
}

.map-mask-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-mask-open-text {
  background-image: url('../images/arrow-down-simple.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.map-mask-close-text {
  opacity: 0;
  background-image: url('../images/arrow-up-simple.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

.map-mask-close-text-container {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
}

.footer-upper {
  background-color: #171724;
  padding-top: 20px;
  padding-bottom: 60px;
}

.footer-upper.footer-light {
  background-color: #f5f5fa;
}

.footer-lower {
  background-color: #0c0c17;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.footer-lower.footer-light {
  background-color: #d2d2e2;
}

.footer-logo {
  text-align: center;
}

.footer-logo-image {
  height: 70px;
}

.footer-logo-text {
  color: #706f83;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-size: 17px;
}

.footer-logo-text.font-second {
  color: #6c6b7c;
  padding-left: 9px;
  font-weight: 300;
  display: block;
}

.footer-social {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-lower-copyright {
  text-align: center;
}

.footer-lower-copyright.font-second {
  color: #706f83;
  text-align: center;
}

.footer-copyright-text.font-second {
  color: #706f83;
  letter-spacing: .23em;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.go-top-button-container {
  z-index: 2;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.go-top-btn-cover {
  z-index: 2;
  background-color: #0c0c17;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2px;
  left: 0;
}

.go-top-btn-cover.footer-light {
  background-color: #d2d2e2;
}

.got-top {
  z-index: 1;
  background-color: #0c0c17;
  border-top-left-radius: 20px;
  width: 50px;
  height: 50px;
  padding: 13px 25px 25px 13px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%)rotate(45deg);
}

.got-top.footer-light {
  background-color: #d2d2e2;
}

.go-top-arrow {
  border-top: 1px solid #757a86;
  border-left: 1px solid #757a86;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}

.footer-lower-container {
  position: relative;
}

.go-top-link {
  color: #0000;
  background-color: #0000;
  font-size: 0;
  position: absolute;
  inset: 0;
}

.transp-nav-padding {
  height: auto;
}

.navbar-brand-image {
  width: 100%;
}

.navbar-brand-image.nav-brand-after0scroll {
  opacity: 0;
  position: absolute;
  top: 22px;
  left: 0;
}

.navbar-transparent-background-after-scroll {
  opacity: 0;
  background-color: #0c0c17f2;
  width: 100%;
  height: 70px;
  margin-top: -10px;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-transparent-background-after-scroll.navbar-white {
  background-color: #0f0f17;
}

.nav-transp-trigger {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hidden-team-html-structure, .hidden {
  display: none;
}

.blog-post-hero {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 500px;
  position: relative;
}

.blog-post-hero-text {
  padding-top: 200px;
}

.blog-hero-title {
  text-transform: capitalize;
  padding-right: 5px;
  font-size: 5vw;
  font-weight: 200;
  display: inline-block;
}

.blog-hero-title.font-second {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  display: inline-block;
}

.blog-hero-title.font-second.bold {
  color: #fff;
  font-weight: 700;
}

.hero-sub-title-1 {
  color: #fff;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding-top: 10px;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 400;
}

.blog-post-hero-title-wrapper {
  display: inline-block;
}

.blog-post-hero-title-wrapper.text-white {
  margin-top: 120px;
}

.blog-post-breadcrumb {
  float: right;
  padding-top: 40px;
  display: inline-block;
}

.blog-post-breadcrumb-current {
  display: inline-block;
}

.blog-bredcrumb-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-bredcrumb-link:hover {
  opacity: .7;
}

.blog-bredcrumb-link.blog-breadcrumb-current {
  opacity: .7;
  display: inline-block;
}

.blog-hero-container {
  z-index: 3;
  position: relative;
}

.hero-overlay {
  opacity: 1;
  margin-bottom: 0;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.hero-overlay.white {
  background-image: linear-gradient(#fff6, #fff6);
}

.blog-main {
  margin-bottom: 100px;
}

.blog-post-title {
  margin-bottom: 0;
  padding-right: 10px;
  font-weight: 200;
  display: inline-block;
}

.blog-post-title.font-second {
  font-weight: 300;
}

.blog-post-title.font-second.blod, .blog-post-title.bold {
  font-weight: 700;
}

.blog-post-details {
  padding: 10px 0;
  box-shadow: 0 8px 3px -9px #706f83;
}

.blog-post-detail {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/user-icon.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 70%;
  margin-top: 4px;
  margin-right: 19px;
  padding-left: 19px;
  font-size: 11px;
  display: inline-block;
}

.blog-post-detail.detail-categories {
  background-image: url('../images/folder-icon.png');
  background-size: auto 70%;
}

.blog-post-detail.detail-time {
  background-image: url('../images/calendar-icon.png');
  background-size: auto 70%;
}

.blog-post-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}

.widget {
  margin-bottom: 60px;
}

.widget-title {
  letter-spacing: .05em;
  text-transform: capitalize;
  background-color: #f5f5fa;
  margin-bottom: 15px;
  padding: 8px 10px 10px;
  font-weight: 300;
}

.widget-body {
  margin-top: 0;
  padding: 10px;
  font-size: 13px;
}

.blog-side-bar {
  margin-top: 98px;
}

.widget-blog-post-title {
  color: #0c0c17;
  padding-right: 5px;
  text-decoration: none;
  display: inline-block;
}

.widget-item {
  color: #0c0c17;
  padding-bottom: 16px;
  text-decoration: none;
  display: block;
}

.blog-tag {
  color: #0c0c17;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #b8b7cb;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 7px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.blog-post-detail-inner {
  float: none;
  display: inline;
  position: static;
}

.detail-category-inner {
  text-transform: capitalize;
}

.blog-post-detail-link {
  color: #0c0c17;
  text-transform: capitalize;
  text-decoration: none;
}

.blog-post-detail-link.override {
  text-transform: none;
  font-size: 12px;
}

.blog-post-details-seperator {
  opacity: .4;
  padding-left: 4px;
  padding-right: 4px;
  display: inline;
}

.percent-mark {
  float: right;
  display: inline;
}

.blog-hero {
  background-image: url('../images/home-bg-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}

.blog-items {
  margin-top: 98px;
}

.blog-item {
  border: 1px solid #f5f5fa;
  border-bottom-style: none;
  margin-bottom: 60px;
}

.blog-po {
  height: 200px;
  overflow: hidden;
}

.blog-post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.blog-post-detail-blog-page {
  padding: 10px;
}

.blog-post-preview-body {
  padding-left: 10px;
  padding-right: 10px;
}

.hero-slider {
  height: 100%;
}

.hero-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide.hero-slide-1 {
  background-image: linear-gradient(#06060a4d, #06060a4d), url('../images/letasca-ss16-fashion-iridescent-style-cool-functional-trend-streetstyle-bomber-denim-copy-jpg.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide.hero-slide-2 {
  background-image: linear-gradient(#0b0a1633, #0b0a1633);
}

.hero-slide.hero-slide-3 {
  background-image: linear-gradient(#0000, #000), url('../images/7a39f0dd259a88af192017385ee23f39.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide.hero-slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/194.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide.hero-slide-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-bg-38.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-content-wrapper {
  z-index: 20;
  opacity: 1;
  text-align: center;
  background-color: #0f0f1780;
  width: 100%;
  position: absolute;
  top: 80%;
  transform: translate(0, -50%);
}

.hero-content-wrapper.text-white {
  position: absolute;
}

.hero-title-1 {
  text-transform: capitalize;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.hero-title-1.inline-block {
  padding-right: 16px;
  font-size: 5vw;
}

.hero-title-1.inline-block.bold {
  font-size: 5vw;
  font-weight: 300;
}

.hero-title-3 {
  text-transform: uppercase;
  font-size: 10vw;
  line-height: 1;
}

.hero-title-4 {
  letter-spacing: .1em;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 7vw;
  font-weight: 100;
  line-height: 1;
}

.hero-title-4.font-second {
  font-family: Open Sans, sans-serif;
  font-size: 2.2vw;
  font-weight: 300;
}

.loading-screen {
  z-index: 1000;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.loading-screen.developing {
  display: none;
}

.loading-text.font-second {
  letter-spacing: .5em;
  text-transform: uppercase;
  padding-top: 15px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 400;
}

.loading-page-info {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.loader-1 {
  border: 1px solid #000;
  border-top-color: #0000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.loader {
  width: 65px;
}

.hero-background-video {
  background-image: linear-gradient(#00000059, #00000059);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-slider {
  text-align: center;
  background-color: #0000;
  height: auto;
}

.slider-nav-hidden {
  display: none;
}

.hero-background-img-1 {
  background-image: linear-gradient(#0202055c, #0202055c), url('../images/home-bg-05.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-background-img-2 {
  background-image: linear-gradient(#0202055c, #0202055c), url('../images/home-bg-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-background-img-3 {
  background-image: linear-gradient(#0202055c, #0202055c), url('../images/home-bg-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-sub-title-2 {
  text-transform: uppercase;
  font-size: 21px;
}

.animated-text-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.half-screen {
  height: 75vh;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.hero-title-5 {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 7.2vw;
  font-weight: 200;
  line-height: 1;
}

.fss-solid.full-screen {
  background-color: #34d2a8;
  background-image: url('../images/AIONAKiwanis201704_006-WEB.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, 125px;
  background-attachment: scroll, scroll;
}

.fullscreen {
  background-image: url('../images/AIONAKiwanis201704_006-WEB.jpg');
  background-position: 0 0;
  background-size: 526px;
}

.navbar {
  background-color: #0c0c17f2;
  width: 100%;
}

.navbar-sticky-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-sticky {
  width: 100%;
  position: absolute;
}

.navbar-sticky-trigger {
  position: absolute;
  bottom: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero.full-screen {
  background-image: url('../images/home-bg-36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.full-screen.hero-background-img-4 {
  background-image: url('../images/Fog-in-the-mountains.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.full-screen.wave-hero {
  background-image: none;
}

.hero.half-screen {
  background-image: url('../images/12349876.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.half-screen.team-hero {
  background-image: url('../images/AIONAKiwanis201704_006-WEB-Sharpened.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.hero.half-screen.portfolio-hearo {
  background-image: url('../images/8765.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.particles-js {
  opacity: .8;
  width: 45%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.fss {
  opacity: .15;
  width: 100vw;
  height: 100vh;
}

.fss.full-screen {
  width: 100vh;
}

.hero-title-6 {
  letter-spacing: .1em;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 7vw;
  line-height: 1;
}

.portfolio-item-page-title-wrapper {
  padding-bottom: 50px;
}

.portfolio-item-page-title {
  text-transform: capitalize;
  padding-right: 8px;
  font-weight: 300;
  display: inline-block;
}

.portfolio-item-page-title.bold {
  font-weight: 700;
}

.portfolio-item-page-text-wrapper, .portfolio-item-services {
  padding-bottom: 30px;
}

.portfolio-item-page-title-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
}

.portfolio-item-service {
  text-transform: capitalize;
  border-top: 1px solid #e4e4f2;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}

.portfolio-item-page-media {
  margin-bottom: 20px;
}

.related-works {
  padding-top: 30px;
}

.empty-state {
  text-align: center;
  background-color: #f5f5fa;
  border-radius: 1px;
  padding-top: 19px;
  box-shadow: inset 0 0 8px #e9e9e9;
}

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

.team-members {
  margin-bottom: 40px;
}

.tab-pane-masonry {
  display: block;
}

.demo-item {
  margin-bottom: 60px;
  transition: opacity .2s;
  position: relative;
}

.demo-item:hover {
  opacity: .85;
}

.demo-link-overlay {
  text-align: center;
  font-size: 0;
  display: block;
  position: absolute;
  inset: 0;
}

.demo-link.font-second {
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
}

.container-2 {
  max-height: auto;
  position: static;
  left: -150px;
  right: 100px;
}

.paragraph {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
}

.row {
  display: none;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

.link {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.container-3 {
  margin-top: 0;
  margin-bottom: -50px;
}

.left-arrow {
  position: absolute;
  left: 0;
}

.right-arrow {
  right: 0;
}

.link-2 {
  color: #000;
  font-size: 16px;
}

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

.column-2 {
  margin-top: 0;
  padding-top: 15px;
}

.rich-text-block {
  text-transform: none;
}

.rich-text-block-2, .div-block {
  margin-top: 100px;
}

.image-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-3 {
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.image-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  text-align: center;
  text-transform: capitalize;
  margin-top: 23px;
  font-size: 18px;
  font-weight: 400;
}

.heading-2 {
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
}

.link-3 {
  float: none;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.heading-3 {
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}

.heading-4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
}

.heading-5 {
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}

.heading-6 {
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
}

.link-4, .link-5 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.text-block, .text-block-2, .text-block-3 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
}

.div-block-2 {
  text-align: center;
}

.link-6 {
  color: #fff;
  background-color: #741515;
}

.link-7 {
  background-color: #741515;
}

.link-8 {
  background-color: #00000080;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-3 {
  text-align: left;
}

.heading-7 {
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.div-block-4 {
  text-align: center;
}

.image-5 {
  float: none;
  clear: none;
  text-align: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.image-6, .image-7 {
  margin-top: 10px;
  position: relative;
  left: 440px;
}

.image-8 {
  color: #fff;
  margin-top: 10px;
  position: relative;
  left: 440px;
}

.paragraph-2 {
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
}

.paragraph-3 {
  color: #fff;
  margin: 0;
  padding: 10px 45px;
  font-size: 16px;
}

.paragraph-4 {
  color: #fff;
  margin: 0 0 10px;
  padding: 10px 45px 0;
  font-size: 16px;
}

.paragraph-5 {
  color: #fff;
  margin: 0 0 10px;
  padding: 10px 45px;
  font-size: 16px;
}

.text-block-4, .text-block-5, .text-block-6 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-6 {
  color: #fff;
  margin: 0 0 10px;
  padding: 10px 45px;
  font-size: 16px;
}

.mask {
  background-color: #0f0f17b3;
  margin-bottom: 50px;
}

.slide-nav {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.slider {
  clear: none;
  height: 85%;
  margin-bottom: 10px;
  margin-left: 0;
}

.left-arrow-2 {
  text-align: center;
  display: block;
  top: 0;
  left: 0;
}

.right-arrow-2 {
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  bottom: 0;
  right: 0;
}

.icon-2 {
  background-color: #0000;
  position: relative;
  top: 0;
  right: 0;
}

.icon-3 {
  background-color: #0000;
}

.div-block-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: inline-block;
}

.div-block-6 {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: inline-block;
}

.image-9 {
  width: 60px;
  margin-top: 10px;
}

.div-block-7 {
  text-align: center;
  display: inline-block;
}

.image-10 {
  width: 60px;
  margin-top: 10px;
}

.div-block-8 {
  text-align: center;
  display: inline-block;
}

.image-11 {
  width: 60px;
  margin-top: 10px;
}

.column-3, .column-4, .column-5 {
  text-align: center;
  padding-bottom: 20px;
  display: inline-block;
}

.image-12 {
  color: #fff;
  margin-top: 10px;
}

.image-13 {
  background-color: #0000;
  margin: 147.5px -35px 147.5px 0;
}

.image-14 {
  margin: 147.5px 0 147.5px -35px;
}

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

.rich-text-block-3, .rich-text-block-4, .rich-text-block-5, .rich-text-block-6, .rich-text-block-7, .rich-text-block-8, .rich-text-block-9, .rich-text-block-10, .rich-text-block-11, .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  font-size: 16px;
}

.row-2 {
  margin-bottom: 50px;
}

.paragraph-7 {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
}

.row-3 {
  margin-bottom: 50px;
}

.rich-text-block-12 {
  padding-bottom: 10px;
  font-size: 16px;
}

.paragraph-8 {
  padding-top: 10px;
}

.heading-8 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
}

.div-block-10 {
  text-align: center;
}

.link-9 {
  font-size: 20px;
}

.rich-text-block-13 {
  font-size: 16px;
}

.image-15, .image-16, .image-17 {
  padding-top: 20px;
}

.div-block-11 {
  text-align: center;
}

.image-18 {
  margin-top: 20px;
}

.rich-text-block-16 {
  font-size: 16px;
}

.div-block-12 {
  margin-bottom: 50px;
}

.rich-text-block-17 {
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 300;
}

.rich-text-block-18 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-13 {
  text-align: center;
}

.link-10 {
  background-color: #00000026;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 100;
}

.link-10.w--current {
  background-color: #0c0c1780;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.heading-9 {
  color: #fff;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.form {
  padding-bottom: 35px;
}

.submit-button {
  background-color: #00000080;
}

.html-embed {
  margin-bottom: 50px;
  padding-bottom: 0;
}

.column-6, .column-7, .column-8 {
  margin-bottom: -70px;
}

.link-11 {
  background-color: #00000080;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-4 {
  padding-top: 20px;
}

.html-embed-2 {
  margin-bottom: 30px;
}

.heading-10 {
  text-transform: capitalize;
  margin-right: 250px;
}

.heading-11 {
  margin-right: 150px;
}

.column-9 {
  display: inline-block;
}

.div-block-14 {
  text-align: center;
}

.container-5 {
  background-color: #0f0f17;
  display: block;
}

.div-block-15 {
  background-color: #0f0f17;
}

.body-2 {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-12 {
  background-color: #0f0f17;
  font-size: 10px;
  line-height: 5px;
}

.div-block-16 {
  width: 100%;
}

.ova-blog-mainimage.half-screen {
  background-image: url('../images/image.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.image-19 {
  display: block;
  position: static;
}

.div-block-17 {
  text-align: left;
  display: block;
}

.div-block-18 {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-19 {
  z-index: 20;
  background-color: #741515;
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
}

.div-block-20 {
  position: absolute;
}

.div-block-21 {
  z-index: 20;
  background-color: #0f0f17;
  width: 100%;
  position: absolute;
  top: 80px;
}

.heading-12 {
  color: #fff;
  margin-top: 400px;
}

.heading-13 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 80px;
  font-weight: 300;
}

.container-6 {
  background-color: #0f0f1733;
}

.image-20 {
  text-align: left;
}

.image-21 {
  position: static;
}

.image-22 {
  height: 200px;
}

.div-block-22 {
  text-align: center;
  margin-bottom: -10px;
}

.container-7 {
  margin-top: 120px;
}

.div-block-23 {
  height: 200px;
}

.div-block-24 {
  margin-top: 140px;
}

.heading-14, .heading-15 {
  font-family: Lato, sans-serif;
}

.heading-16, .heading-17 {
  text-align: left;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-block-13 {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}

.list-item {
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
}

.unordered-list, .text-block-14 {
  padding-left: 10px;
}

.list-item-2 {
  padding-bottom: 10px;
  font-size: 14px;
}

.slide-nav-2 {
  margin-top: 0;
}

.mask-2 {
  margin-bottom: -40px;
}

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

.container-8 {
  padding-top: 20px;
}

.link-12 {
  font-size: 16px;
}

.image-23 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.container-9 {
  height: 70px;
  margin-top: -10px;
  padding-bottom: 0;
}

.slide {
  margin-bottom: 30px;
}

.div-block-25 {
  margin-top: 0;
}

.link-13 {
  color: #f8d856;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.link-14 {
  color: #f8d856;
}

.hyperlink {
  color: #f8d856;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: underline;
}

.hyperlink:hover, .hyperlink:active, .hyperlink:focus, .hyperlink:focus-visible, .hyperlink[data-wf-focus-visible], .hyperlink:visited, .hyperlink:lang(en) {
  color: #f8d856;
  text-decoration: underline;
}

html.w-mod-js [data-ix="go-top-pop-out"] {
  transform: translate(-25px)rotate(45deg);
}

html.w-mod-js [data-ix="load-animation-right-fade"] {
  opacity: 0;
  transform: translate(200px);
}

html.w-mod-js [data-ix="load-animation-left-fade"] {
  opacity: 0;
  transform: translate(-200px);
}

html.w-mod-js [data-ix="load-animation-up-fade"] {
  opacity: 0;
  transform: translate(0, -101px);
}

html.w-mod-js [data-ix="load-animation-down-fade"] {
  opacity: 0;
  transform: translate(0, 101px);
}

html.w-mod-js [data-ix="loading-animation"] {
  display: block;
}

html.w-mod-js [data-ix="animate-slider-fade-down"] {
  opacity: 0;
  transform: translate(0, -200%);
}

html.w-mod-js [data-ix="animate-slide-fade-up"] {
  opacity: 0;
  transform: translate(0, 200%);
}

html.w-mod-js [data-ix="animate-slider-fade-up-2"] {
  opacity: 0;
  transform: translate(0, 300%);
}

@media screen and (max-width: 991px) {
  .full-screen.home-section {
    background-image: url('../images/Julia-OMFA-2025-FINAL.jpg');
    background-position: 54% 0;
    background-size: auto;
  }

  .hero-title-2.font-second.text-white {
    font-size: 2.8vw;
  }

  .hero-text-6.text-white {
    font-size: 72px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 90px;
  }

  .section.section-gray {
    padding-top: 90px;
  }

  .section.testimonial-section {
    background-image: url('../images/Testimonials-Background-idea3.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .menu-btn-icon.text-white {
    transform: scale3d(1.5, 1, 1);
  }

  .menu-btn.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #0c0c17f2;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-title-more {
    padding-top: 0;
  }

  .small-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-member-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .testimonial-quote, .testimonial-quote-cite {
    padding-left: 38px;
    padding-right: 38px;
  }

  .blog-hero-title, .hero-title-1 {
    font-size: 6vw;
  }

  .hero-title-1.inline-block {
    font-size: 5vw;
  }

  .paragraph {
    font-size: 18px;
  }

  .column {
    padding-top: 25px;
  }

  .column-2 {
    padding-top: 15px;
  }

  .heading {
    margin-top: 36px;
  }

  .image-5, .image-6, .image-7, .image-8 {
    left: 340px;
    right: -340px;
  }

  .paragraph-7 {
    text-align: center;
    margin-bottom: 50px;
  }

  .rich-text-block-12, .rich-text-block-13, .rich-text-block-14, .rich-text-block-15 {
    font-size: 16px;
  }

  .heading-9 {
    margin-bottom: 0;
  }

  .columns {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-title-2.font-second.text-white {
    font-size: 2.1vw;
  }

  .hero-text-6 {
    letter-spacing: .15em;
    font-size: 13px;
  }

  .hero-text-6.text-white {
    font-size: 36px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.testimonial-section {
    background-image: url('../images/Testimonials-Background-idea3.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .section-title.section-title-half {
    width: 100%;
  }

  .section-text {
    margin-bottom: 40px;
  }

  .small-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fact-item, .team-member-container {
    margin-bottom: 40px;
  }

  .team-slider-arrow-left-icon.team-slider-arrow-icon {
    margin-left: 10px;
  }

  .team-slider-arrow-right-icon.slider-arrow-icon {
    margin-right: 10px;
  }

  .white-slider-arrow-right-icon.slider-arrow-icon {
    margin-right: 0;
  }

  .white-slider-arrow-left-icon.slider-arrow-icon {
    margin-left: 0;
    margin-right: 40px;
  }

  .pricing-table {
    margin-bottom: 40px;
  }

  .pricing-table-info-header {
    color: #fff;
    text-align: left;
    background-color: #757a86;
    background-image: url('../images/arrow-right-white.svg');
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-top: 3px;
    padding-bottom: 8px;
    padding-right: 0;
    overflow: auto;
  }

  .pricing-table-info-header.popular {
    color: #fff;
    background-color: #00c8aa;
  }

  .pricing-table-info-details {
    text-align: left;
    width: 700px;
    padding-bottom: 0;
  }

  .pricing-table-title {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .currency {
    font-size: 2.5em;
    font-weight: 300;
    transform: translate(0);
  }

  .price {
    font-size: 2.5em;
  }

  .duration {
    opacity: .71;
  }

  .pricing-table-cell {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
  }

  .pricing-table-cell-text {
    display: block;
  }

  .pricing-table-button.button {
    background-color: #0000;
    height: 80px;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .pricing-table-button.button.popular, .pricing-table-button.button.popular:hover {
    background-color: #0000;
  }

  .pricing-info-detail-container {
    overflow: auto;
  }

  .blog-hero-title {
    font-size: 8vw;
  }

  .hero-overlay {
    background-image: url('../images/Julia-OMFA-2025-FINAL-700px-wide.jpg'), url('../images/Aly-Aiona-cropped-WEB.jpg');
    background-position: 80% 0, 0 0;
    background-size: auto, cover;
  }

  .hero-title-1 {
    font-size: 8vw;
  }

  .hero-title-4, .hero-title-5 {
    font-size: 10vw;
  }

  .paragraph {
    font-size: 16px;
  }

  .column-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .image-5, .image-6, .image-7, .image-8 {
    left: 250px;
    right: -250px;
  }

  .image-16 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .hero-title-2.font-second.text-white {
    font-size: 3vw;
  }

  .hero-text-6.text-white {
    font-size: 35px;
  }

  .navbar-brand-text.text-white {
    font-size: 6px;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.testimonial-section {
    background-image: url('../images/Testimonials-Background-idea3.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .menu-btn-icon.text-white {
    font-size: 18px;
  }

  .section-title-more {
    font-size: 14px;
  }

  .skillbar-container.team-skillbar {
    margin-bottom: 10px;
  }

  .small-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-member-photo {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .team-member-info {
    opacity: 0;
  }

  .team-member-social {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .social-icon {
    margin-left: 6px;
    margin-right: 6px;
  }

  .team-member-info-title-container {
    padding-bottom: 10px;
  }

  .team-member-info-text {
    padding-bottom: 0;
  }

  .team-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow {
    width: 50px;
  }

  .testimonial-quote-cite {
    padding-left: 38px;
    padding-right: 38px;
  }

  .blog-hero-title {
    font-size: 10vw;
  }

  .hero-overlay {
    background-image: url('../images/Julia-OMFA-2025-FINAL-700px-wide.jpg'), url('../images/Aly-Aiona-cropped-tight-WEB.jpg');
    background-position: 70% 0, 0 0;
    background-size: 480px, cover;
  }

  .hero-title-1.inline-block, .hero-title-1.inline-block.bold {
    font-size: 8.3vw;
  }

  .paragraph {
    padding-left: 2px;
    padding-right: 2px;
  }

  .column {
    padding-top: 0;
  }

  .column-2 {
    padding-right: 40px;
  }

  .image-5, .image-6, .image-7, .image-8 {
    left: 145px;
    right: -145px;
  }

  .paragraph-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 45px;
  }

  .container-8 {
    margin-top: -40px;
    padding-top: 0;
  }

  .link-13 {
    position: static;
  }

  .container-10 {
    margin-top: -40px;
  }
}


