:root {
  --white: white;
  --red1: #8d230f;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #030303;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.body {
  color: #000;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 1440px;
  overflow: auto;
}

.image-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-link {
  max-height: 75%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.nav-link.button {
  color: #fff;
  text-shadow: 1px 1px 1px #0003;
  background-color: #c71d1d;
  border-radius: 20px;
  margin-top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
}

.navbar {
  background-color: #fff;
}

.navigation {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  top: 0;
}

.navigation.navigation-new {
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 199%;
  margin-bottom: 0;
  padding: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #000;
  letter-spacing: .2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.hamburger {
  justify-content: center;
  align-items: center;
}

.button-primary {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #8d230f;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 39px;
  padding: 2px 0 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: all .5s ease-in-out;
  display: flex;
}

.button-primary:hover {
  color: #000;
  background-color: #fc0;
}

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  margin-right: 43px;
}

.list-item.mobile-close {
  display: none;
}

.text-box {
  z-index: 100;
  position: relative;
}

.text-box.max-w {
  z-index: auto;
  max-width: 500px;
}

.heading-11 {
  letter-spacing: .5px;
  text-transform: capitalize;
  text-shadow: 0 1px 4px #00000059;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  position: relative;
}

.banner-btn {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.work-btn {
  color: #000;
  letter-spacing: .18px;
  text-transform: uppercase;
  background-color: #fc0;
  border: 3.5px solid #fc0;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 48px;
  padding-top: 2px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: flex;
}

.work-btn:hover {
  color: #fff;
  background-color: #8d230f;
  border-color: #8d230f;
}

.work-btn.learn-btn {
  color: #fff;
  cursor: pointer;
  text-shadow: 0 4px 8px #00000080;
  background-color: #0000;
  border: 3.5px solid #fff;
}

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

.work-btn.read-btn {
  width: 224px;
}

.work-btn.work-btn-mobile {
  display: none;
}

.about-sec {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 2px;
  background-color: #fff;
  padding-top: 124px;
  padding-bottom: 115px;
  transform: perspective(2px);
}

.about-sec.pt-0 {
  padding-top: 0;
}

.about-inner {
  grid-column-gap: 31px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-holder {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.about-text {
  padding-left: 45px;
}

.about-text.p-0 {
  padding-left: 0;
}

.heading-12 {
  color: #000;
  text-align: left;
  letter-spacing: .28px;
  text-transform: uppercase;
  max-width: 530px;
  height: auto;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Proxima Nova, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.heading-12.services-about {
  letter-spacing: .32px;
  font-size: 32px;
}

.image-6 {
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 2px 4px #00000080;
}

.image-6.ebook-img {
  box-shadow: none;
  width: auto;
  max-width: none;
  height: 450px;
  margin-left: -114px;
  padding-left: 0;
}

.paragraph-5 {
  color: #000;
  letter-spacing: .2px;
  width: 100%;
  max-width: 500px;
  margin-bottom: 22px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-5.mb-0 {
  margin-bottom: 0;
}

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

.paragraph-6 {
  color: #000;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.list-item-3 {
  grid-column-gap: 17px;
  margin-bottom: 20px;
  display: flex;
}

.list-item-3.mb-0 {
  margin-bottom: 0;
}

.btn-default {
  text-align: left;
  letter-spacing: -.36px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #930;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 64px;
  margin-bottom: 0;
  padding: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: flex;
}

.btn-default:hover {
  color: #000;
  background-color: #fc0;
}

.btn-default.bt-yellow {
  color: #000;
  background-color: #fc3;
}

.btn-default.bt-yellow:hover {
  color: #fff;
  background-color: #930;
}

.result-sec {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 144px;
}

.result-sec.bg-green {
  background-color: #123740;
}

.heading-13 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.heading-13.text-center {
  color: #000;
}

.text-span {
  outline-offset: 0px;
  border: 1px #000;
  border-bottom: 6px solid #8d230f;
  border-radius: 0;
  outline: 3px #000;
  padding-bottom: 1px;
  display: inline-block;
}

.result-inner {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.result-inner.result-impect {
  grid-row-gap: 65px;
}

.result-box {
  grid-column-gap: 38px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.result-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 81px;
  margin-top: -12px;
  display: flex;
}

.heading-14 {
  color: #fff;
  letter-spacing: .24px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
}

.heading-14.black-text {
  color: #000;
}

.paragraph-7 {
  color: #fff;
  letter-spacing: .2px;
  width: 100%;
  max-width: 438px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-7.text-gray {
  color: #fff;
}

.paragraph-7.text-black {
  color: #000;
}

.testimonial-sec {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.testimonial-sec.grid-none {
  background-color: #123740;
  padding-bottom: 40px;
  display: block;
}

.mark-sec {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 88px;
}

.mark-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-15 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Proxima Nova, sans-serif;
  font-size: 48px;
  line-height: 52px;
}

.text-span-2 {
  color: #930;
  display: inline-block;
}

.paragraph-8 {
  color: #000;
  letter-spacing: .2px;
  width: 100%;
  max-width: 510px;
  margin-bottom: 42px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-8.mb-0 {
  color: #000;
  margin-bottom: 0;
}

.mark-special {
  grid-row-gap: 35px;
  flex-flow: column;
  margin-top: 41px;
  display: flex;
}

.media {
  grid-column-gap: 22px;
  color: #000;
  margin-bottom: 16px;
  display: flex;
}

.media.mb-27 {
  margin-bottom: 20px;
}

.mark-box {
  flex: 1;
  margin-top: 4px;
  display: block;
}

.heading-16 {
  color: #000;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
}

.paragraph-9 {
  color: #000;
  letter-spacing: .2px;
  width: 100%;
  max-width: 430px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.image-7 {
  border-radius: 15px;
  display: block;
}

.image-7.mobile-image {
  display: none;
}

.content-sec {
  background-color: #123740;
  padding-top: 40px;
  padding-bottom: 144px;
}

.title {
  text-align: center;
}

.paragraph-10 {
  color: #000;
  letter-spacing: .2px;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
}

.paragraph-10.white-color {
  color: #fff;
}

.heading-18 {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.heading-18.lowrcase {
  color: #000;
  text-transform: none;
}

.heading-18.black {
  color: #000;
  text-align: left;
}

.content-inner {
  grid-column-gap: 33px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 998px;
  margin-top: 73px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content-box {
  background-image: url('../images/interview-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 138px;
  text-decoration: none;
  display: flex;
}

.content-box.business {
  background-image: url('../images/small-business-bg.png');
  height: 138px;
}

.content-box.event {
  background-image: url('../images/event-coverage-bg.png');
  height: 138px;
}

.content-box.documentry {
  background-image: url('../images/documentary-bg.png');
  height: 138px;
}

.content-box.tourism {
  background-image: url('../images/tourism-bg.png');
}

.content-box.profit {
  background-image: url('../images/nonprofit-bg.png');
}

.heading-19 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  transition: all .5s ease-in-out;
}

.paragraph-11 {
  color: #ccc;
  text-align: center;
  letter-spacing: .2px;
  width: 100%;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.video-chat-sec {
  background-color: #123740;
  padding-top: 0;
  padding-bottom: 144px;
}

.video-text {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-20 {
  text-align: center;
  letter-spacing: .32px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph-12 {
  text-align: center;
  margin-bottom: 34px;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.chat-btn {
  color: #000;
  letter-spacing: .18px;
  background-color: #fc0;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 174px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: flex;
}

.chat-btn:hover {
  color: #fff;
  background-color: #930;
}

.chat-btn.red-bg {
  color: var(--white);
  background-color: #8d230f;
  max-width: 190px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
}

.chat-btn.red-bg:hover {
  color: #000;
  background-color: #fc0;
}

.chat-btn.red-bg.rvent-btn {
  text-transform: uppercase;
  border-radius: 130px;
  width: auto;
  max-width: 100%;
  height: 65px;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 17px;
  display: inline-flex;
}

.recent-project-sec {
  background-color: #123740;
  padding-top: 63px;
  padding-bottom: 145px;
}

.recent-project-inner {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.recent-project-inner.pro-project-inner {
  grid-column-gap: 32px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  margin-top: 84px;
}

.recent-project-inner.pro-project-inner.mt-60 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 60px;
}

.recent-project-inner.pro-project-inner.mt-60.mobile, .recent-project-inner.pro-project-inner.mobile {
  display: none;
}

.video-box {
  cursor: pointer;
  width: 100%;
  max-width: 584px;
  position: relative;
}

.video-box:hover {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #000;
}

.heading-21 {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
  font-family: Helvetica Font, sans-serif;
  font-size: 14.25px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.play-btn {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.play-btn.hide-box {
  display: block;
}

.image-9 {
  opacity: 1;
  height: 70px;
}

.companies-sec {
  cursor: pointer;
  background-color: #466870;
  padding-top: 68px;
  padding-bottom: 92px;
  display: block;
}

.heading-22 {
  color: #fff;
  text-align: center;
  letter-spacing: .24px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 2500px;
  margin-top: 76px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.link-block {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-10 {
  filter: grayscale(200%);
  transition: all .3s ease-in-out;
}

.image-10:hover {
  filter: none;
}

.image-11 {
  filter: invert();
  transition: all .3s ease-in-out;
}

.image-11:hover {
  filter: grayscale(0%);
}

.image-12 {
  filter: grayscale();
  transition: all .3s ease-in-out;
}

.image-12:hover {
  filter: grayscale(0%);
}

.image-12.state-img {
  display: block;
}

.process-sec {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 130px;
}

.process-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.process-box {
  background-color: #3f737540;
  border: 3px solid #000;
  border-radius: 15px;
  padding: 50px 11px 50px 20px;
}

.heading-23 {
  color: #000;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 35px;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-13 {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  max-width: 470px;
  margin-bottom: 102px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.link-2 {
  color: #000;
  letter-spacing: .21px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 21px;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.link-2:hover {
  color: #8d230f;
}

.process-icon {
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
}

.ebook-sec {
  background-color: #fff;
  padding-top: 82px;
  padding-bottom: 82px;
}

.ebook-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1038px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
}

.footer-dark {
  background-color: #123740;
  border-bottom: 1px solid #e4ebf3;
  padding: 74px 0 0;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.ml {
  margin-right: 60px;
}

.title-small {
  color: var(--white);
  letter-spacing: .24px;
  text-transform: none;
  margin-bottom: 18px;
  font-family: Helvetica Font, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.footer-link {
  color: #c7cdd0;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fc0;
  -webkit-text-stroke-color: #930;
}

.footer-link.mb-0 {
  margin-bottom: 0;
}

.footer-social-block {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
}

.heading-24 {
  color: var(--white);
  width: 100%;
  max-width: 419px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}

.paragraph-14 {
  color: var(--white);
  letter-spacing: .16px;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.footer-bottom {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 106px;
  display: grid;
  position: static;
  bottom: 0;
  left: 0;
}

.footer-bottom.mt-50 {
  margin-top: 40px;
}

.footer-bottom-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #08726b;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.footer-bottom-left.bg-dark {
  background-color: #053f3b;
}

.paragraph-15 {
  color: var(--white);
  letter-spacing: .24px;
  margin-bottom: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 23.38px;
  font-weight: 400;
  line-height: 23.38px;
}

.link-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-13 {
  height: 40px;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-15, .image-16 {
  width: 100%;
  height: 100%;
}

.image-17 {
  height: 50px;
}

.image-17.image-logo {
  height: 75px;
}

.image-25.imh-height, .image-26.imh-height, .image-27.imh-height, .image-28.imh-height {
  height: 100px;
}

.image-29, .image-30, .image-31, .image-32, .image-33 {
  height: 80px;
}

.icon-mic {
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-bottom: 0;
  display: flex;
}

.icon-mic.mb-25 {
  padding-bottom: 10px;
}

.icon-mic.icon-us {
  min-height: 130px;
}

.image-37 {
  filter: grayscale();
  transition: all .3s ease-in-out;
}

.image-37:hover {
  filter: grayscale(0%);
}

.image-37.mobile-img {
  filter: none;
  height: 60px;
  transition-property: none;
  display: none;
}

.image-38 {
  height: 80px;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  overflow: hidden;
}

.hover-img {
  flex: 0 auto;
  display: none;
}

.state-logo {
  height: 60px;
  display: block;
}

.about-hero {
  background-image: url('../images/about-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 97px;
  padding-top: 145px;
  padding-bottom: 185px;
}

.about-hero.services-hero {
  background-image: url('../images/services-banner.jpg');
}

.heading-26 {
  color: #fff;
  letter-spacing: .48px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #00000059;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph-16 {
  color: #fff;
  letter-spacing: .32px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #00000059;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.about-chat {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 143px;
}

.about-chat.pb-108 {
  padding-bottom: 108px;
}

.about-chat-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.about-chat-inner.mb-0 {
  margin-bottom: 0;
}

.about-chat-left {
  width: 52%;
}

.about-chat-left._w-50 {
  width: 51%;
}

.about-chat-right {
  justify-content: flex-end;
  align-items: center;
  width: 48%;
  padding-left: 50px;
  display: flex;
}

.about-chat-right.pl-0 {
  padding-left: 0;
  padding-right: 50px;
}

.about-chat-right.pl-0._w-50 {
  justify-content: flex-start;
  align-items: center;
  width: 49%;
}

.body-3 {
  color: #000;
}

.heading-27 {
  color: #000;
  text-align: left;
  letter-spacing: .32px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-17 {
  color: #000;
  margin-bottom: 24px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-17.mb-0 {
  margin-bottom: 0;
}

.about-vision {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 144px;
  display: flex;
}

.about-vision.mt-0 {
  margin-top: 0;
}

.heading-28b {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 46px;
  font-family: Proximanova, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
}

.heading-28b.whitetext {
  color: #fff;
}

.about-value {
  background-color: #eee;
  background-image: url('../images/radiant-gradient.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 95px;
  padding-bottom: 129px;
}

.value-row {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.value-box {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #577474;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 23px 30px 30px;
  display: flex;
}

.our-values {
  color: #000;
  text-align: right;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.our-values.center {
  text-align: center;
}

.paragraph-18 {
  color: var(--white);
  letter-spacing: .2px;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.value-inner {
  width: 100%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.about-review {
  background-color: #123740;
  padding-top: 131px;
  padding-bottom: 144px;
}

.review-inner {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.review-box {
  background-color: #08726b;
  border-radius: 25px;
  padding: 40px 28px 51px;
}

.review-box.bg-gray {
  background-color: #495c60;
}

.heading-29 {
  color: #fff;
  letter-spacing: .32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.review-detail {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
}

.review-list {
  grid-column-gap: 27px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.review-list.mb-0 {
  margin-bottom: 0;
}

.star-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20px;
  display: flex;
}

.heading-30 {
  color: #fff;
  letter-spacing: .16px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Proxima Nova, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-19 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.cta-buttonsolo {
  justify-content: center;
  align-items: center;
  margin-top: 144px;
  display: flex;
}

.portfolio-banner {
  background-color: #23464d;
  margin-top: 120px;
  padding-top: 89px;
  padding-bottom: 70px;
}

.portfolio-banner.dark-green-bg {
  background-color: #123740;
  margin-top: 90px;
  padding-top: 84px;
}

.portfolio-banner.dark-green-bg.align-top {
  margin-top: 0;
  padding-top: 75px;
  display: none;
}

.portfolio-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-31 {
  letter-spacing: .28px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Proxima Nova, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-20 {
  letter-spacing: .2px;
  margin-bottom: 26px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-20.mb-52 {
  margin-bottom: 52px;
}

.portfolio-img {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 483px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.video-portfolio {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 128px;
}

.video-portfolio.bg-green {
  background-color: #133841;
  padding-top: 40px;
  padding-bottom: 80px;
}

.video-portfolio.bg-gray {
  background-color: #eee;
  padding-top: 60px;
}

.heading-32 {
  color: #000;
  text-align: right;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.heading-32.text-white {
  color: #fff;
}

.heading-32.test-left {
  color: #fff;
  text-align: left;
}

.heading-32.text-left {
  text-align: left;
}

.portfolio-testimonial {
  background-color: #eee;
  background-image: url('../images/radiant-gradient.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 129px;
}

.portfolio-testimonial-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.swiper.myswiper {
  margin-top: 33px;
  padding-left: 33px;
  padding-right: 33px;
  display: block;
}

.swiper.myswiper.hide {
  display: none;
}

.swiper.myswiper.swiper1 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.swiper.myswiper2 {
  display: block;
}

.swiper.myswiper2.hide {
  display: none;
}

.swiper.largeswiper {
  width: 100%;
}

.swiper-slide {
  background-color: #0000;
  border-radius: 0;
}

.swiper-slide.h-auto {
  height: auto;
}

.swiper-button-next {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  left: 0;
}

.swiper-button-next.swiper-button-next1, .swiper-button-next.swiper-button-next2 {
  color: #000;
}

.swiper-button-prev {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: 50%;
  right: -62px;
}

.swiper-top {
  max-width: 1060px;
  margin-top: 60px;
  position: relative;
}

.testimonial-detail {
  flex-flow: row;
  display: flex;
}

.testimonial-detail-left {
  background-color: #08726b;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 277px;
  height: auto;
  margin-top: 0;
  padding: 20px 38px;
  display: flex;
}

.testimonial-detail-right {
  background-color: #495c60;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1;
  padding: 47px 73px 56px;
}

.heading-33 {
  letter-spacing: .32px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.paragraph-21 {
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-4 {
  grid-column-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.paragraph-22 {
  letter-spacing: .2px;
  width: 100%;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.portfolio-chat {
  background-color: var(--white);
  padding-top: 70px;
  padding-bottom: 84px;
}

.heading-34 {
  color: #000;
  width: 100%;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-video {
  grid-column-gap: 29px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 62px;
  display: grid;
}

.services-video-box {
  display: flex;
}

.services-text {
  background-color: #d0d0d0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  max-width: 209px;
  padding: 12px 15px 24px;
}

.services-img {
  background-color: #577474;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 18px 20px 16px;
  display: flex;
}

.heading-35 {
  color: #000;
  text-align: center;
  letter-spacing: .24px;
  border: 1px #000;
  border-bottom: 3px solid #8d230f;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-23 {
  color: #000;
  letter-spacing: .16px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-43 {
  height: 165px;
}

.image-44 {
  height: 156px;
}

.services-product-sec {
  background-color: #fff;
  padding-top: 78px;
  padding-bottom: 116px;
}

.heading-36 {
  color: #000;
  text-align: center;
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 74px;
}

.services-product-inner {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.pre-product {
  width: 100%;
  max-width: 380px;
}

.product-slider {
  flex: 0 auto;
  position: relative;
}

.swiper-pagination {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.swiper-pagination.pagination-port, .swiper-pagination.lage-pagination {
  display: none;
}

.product-step {
  background-color: #495c60;
  border-radius: 15px;
  padding: 68px 40px 136px;
}

.heading-38 {
  color: var(--white);
  letter-spacing: .32px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-24 {
  letter-spacing: .2px;
  margin-bottom: 25px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-24.mb-0 {
  margin-bottom: 0;
}

.heading-39 {
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-span-6 {
  font-weight: 400;
}

.image-45 {
  height: 32px;
}

.div-block-6 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 46px;
  display: flex;
}

.swiper-btn {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin-top: 18px;
  display: inline-flex;
}

.paragraph-25 {
  color: #000;
  letter-spacing: .18px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-25.no {
  pointer-events: none;
}

.paragraph-26 {
  color: #000;
  letter-spacing: .18px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-26.no {
  pointer-events: none;
}

.services-study-sec {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 72px;
}

.services-study-sec.dark-green-bg {
  background-color: #123740;
  display: none;
}

.services-study-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.services-study-image {
  width: 100%;
  max-width: 483px;
  margin-left: auto;
  position: relative;
}

.services-study-image._w-full {
  cursor: pointer;
  max-width: 100%;
}

.heading-40 {
  color: #000;
  letter-spacing: .28px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Proxima Nova, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.heading-40.white-color {
  color: #fff;
}

.paragraph-27 {
  color: #000;
  letter-spacing: .2px;
  margin-bottom: 24px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-27.mb-0 {
  margin-bottom: 50px;
}

.paragraph-27.white-color {
  color: #fff;
}

.image-46 {
  width: 100%;
  transition: all .5s ease-in-out;
}

.link-block-4 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.image-47 {
  height: 115px;
  display: none;
}

.contact-banner {
  background-color: #123740;
  margin-top: 98px;
  padding-top: 84px;
  padding-bottom: 127px;
}

.contact-inner {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-user {
  text-align: center;
  width: 100%;
  max-width: 270px;
  margin-top: 111px;
}

.contact-form {
  flex: 1;
}

.heading-41 {
  color: #fc0;
  letter-spacing: .2px;
  margin-top: 22px;
  margin-bottom: 8px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-28 {
  letter-spacing: .16px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.submit-btn {
  color: var(--white);
  letter-spacing: -.32px;
  background-color: #8d230f;
  border-radius: 100px;
  width: 100%;
  max-width: 240px;
  height: 65px;
  margin-left: auto;
  padding: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 17px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: block;
}

.submit-btn:hover, .submit-btn.btn-yellow {
  color: #000;
  background-color: #fc0;
}

.submit-btn.btn-yellow:hover {
  color: var(--white);
  background-color: #8d230f;
}

.text-field {
  color: #000;
  letter-spacing: .19px;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 24px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.textarea {
  color: #000;
  letter-spacing: .18px;
  border-radius: 10px;
  height: 152px;
  min-height: 152px;
  max-height: none;
  margin-bottom: 65px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-7 {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-42 {
  color: var(--white);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.form-block {
  margin-top: 60px;
  margin-bottom: 0;
}

.faq-sec {
  background-color: #fff;
  padding-top: 84px;
  padding-bottom: 130px;
}

.heading-43 {
  color: #000;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.faq-inner {
  width: 100%;
  max-width: 1000px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  width: 100%;
  margin-bottom: 33px;
}

.dropdown.mb-0 {
  margin-bottom: 0;
}

.dropdown-toggle {
  background-color: #08726b;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 17px 55px 17px 37px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  letter-spacing: .24px;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.dropdown-list {
  background-color: #0000;
  padding: 30px 40px 14px;
  display: none;
  position: static;
}

.paragraph-29 {
  color: #333;
  letter-spacing: .24px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.plus-icon {
  position: static;
}

.minus-icon {
  display: none;
}

.case-study-banner {
  background-color: #0000;
  background-image: url('../images/CaseStudyHeader.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  margin-top: 97px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-44 {
  color: var(--white);
  letter-spacing: .24px;
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Proxima Nova, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-30 {
  color: var(--white);
  letter-spacing: .32px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.case-study-sec {
  background-color: #fff;
  padding-top: 105px;
  padding-bottom: 144px;
}

.case-study-sec.bg-gray {
  background-color: #eee;
}

.case-study-inner {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.case-study-left {
  width: 100%;
  max-width: 688px;
}

.case-study-right {
  color: #000;
  background-color: #577474;
  width: 100%;
  max-width: 277px;
  margin-top: 150px;
  padding: 48px 44px 42px;
  position: sticky;
  top: 20px;
  transform: translate(-30vw);
}

.paragraph-31 {
  color: var(--white);
  letter-spacing: .3px;
  background-color: #577474;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.paragraph-31.promot-box {
  background-color: #8d230f;
  width: 26px;
  height: 26px;
}

.heading-45 {
  color: #000;
  letter-spacing: .48px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.heading-45.promot-text {
  letter-spacing: .28px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-8 {
  grid-column-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-8.situation {
  margin-bottom: 16px;
}

.div-block-8.final-de {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.div-block-8.promot-heading {
  margin-bottom: 23px;
}

.heading-46 {
  color: #000;
  letter-spacing: .32px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-32 {
  color: #000;
  letter-spacing: .2px;
  margin-bottom: 16px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-32.mb-0 {
  margin-bottom: 0;
}

.image-48 {
  width: 100%;
}

.heading-47 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.list-4 {
  margin-top: 26px;
  margin-bottom: 0;
  padding-left: 0;
}

.heading-48 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
}

.heading-49 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
}

.link-block-5 {
  grid-column-gap: 15px;
  color: #fff;
  letter-spacing: .24px;
  justify-content: flex-start;
  align-items: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.list-item-4 {
  margin-bottom: 15px;
}

.list-item-4.mb-0 {
  margin-bottom: 0;
}

.div-block-9 {
  margin-bottom: 55px;
}

.main-wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrapper-inner {
  width: 100%;
  min-width: 100vw;
}

.image-49, .image-50, .image-51 {
  width: 100%;
}

.image-52 {
  flex: 0 auto;
  width: 100%;
  transition: all .5s ease-in-out;
  display: none;
}

.play-btn1 {
  z-index: 100;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn1.hide-box {
  display: block;
}

.play-btn1.hide-box.hide-box1 {
  display: none;
}

.image-57, .image-58 {
  filter: brightness(0%);
}

.bold-text {
  vertical-align: baseline;
}

.div-block-11 {
  width: 61%;
}

.div-block-12 {
  width: 44%;
}

.image-61, .image-62 {
  width: 100%;
}

.why-choose-sec {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 144px;
}

.why-choose-sec.bg-green {
  background-color: #133841;
}

.why-choose-sec.why-choose-sec-smallbusiness {
  padding-top: 0;
}

.why-choose-sec.why-choose-sec-nonprofit {
  padding-top: 32px;
}

.why-choose-sec.why-choose-sec-eventlanding {
  padding-top: 48px;
}

.heading-51 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.heading-51.yellow-text {
  color: #fc0;
}

.heading-51.white {
  color: #fff;
}

.heading-51.yellow {
  color: #fc0;
}

.why-choose-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 98px;
  display: grid;
}

.choose-box {
  background-color: #3f737540;
  border-radius: 20px;
  min-height: 457px;
  padding: 16px 8px;
}

.choose-box.bg-dark {
  background-color: #3f737580;
}

.choose-box.bg-dark.business-box {
  min-height: 457px;
}

.choose-box.bg-dark.business-box.white {
  background-color: #fff;
}

.choose-box.bg-dark.business-box.white.h-auto {
  min-height: 0;
}

.choose-box.bg-white {
  background-color: #fff;
}

.choose-box-inner {
  border: 8px solid #fff;
  border-radius: 20px;
  height: 100%;
  padding: 20px 24px 46px;
}

.choose-box-inner.dark-border {
  border-color: #495c60;
  padding-top: 21px;
}

.choose-box-inner.border {
  border-color: #123740;
  padding-bottom: 30px;
}

.choose-box-inner.border.py-40 {
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-64 {
  height: 69px;
}

.image-64.img-h {
  height: 150px;
}

.image-64.image-all {
  height: 140px;
}

.image-64.image-us {
  height: 160px;
}

.heading-52 {
  color: #000;
  text-align: center;
  letter-spacing: .32px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 14px;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.heading-52.semibold {
  font-weight: 600;
}

.heading-52.bold {
  font-weight: 700;
}

.paragraph-34 {
  color: #000;
  letter-spacing: .18px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.event-banner {
  background-image: url('../images/event-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-top: 145px;
  padding-bottom: 185px;
  display: none;
}

.event-banner.interview-banner {
  background-image: url('../images/Hero_Interviews.jpg');
  display: none;
}

.event-banner.nonprofit-banner {
  background-image: url('../images/nonprofit-banner.jpg');
  display: none;
}

.event-banner.smallbusiness-banner {
  background-image: url('../images/smallBusiness-banner.jpg');
  display: none;
}

.event-banner.tourism-banner {
  background-image: url('../images/Hero_Tourism.jpg');
  display: none;
}

.heading-53 {
  color: #fff;
  letter-spacing: .45px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #00000059;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.paragraph-35 {
  color: #fff;
  letter-spacing: .28px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #00000059;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.event-video {
  background-color: #fff;
  padding-top: 133px;
  padding-bottom: 126px;
}

.event-video-row {
  grid-column-gap: 84px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-54 {
  color: #000;
  letter-spacing: .28px;
  text-transform: uppercase;
  width: 100%;
  max-width: 475px;
  margin-top: 0;
  margin-bottom: 27px;
  font-family: Proxima Nova, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.body-4 {
  color: #000;
}

.paragraph-36 {
  color: #000;
  letter-spacing: .2px;
  width: 100%;
  max-width: 530px;
  margin-bottom: 16px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-36.mb-0 {
  margin-bottom: 0;
}

.video-offer {
  background-color: #133841;
  padding-top: 100px;
  padding-bottom: 224px;
}

.video-offer.mb-0 {
  padding-bottom: 144px;
  display: block;
}

.video-offer.boxsize {
  padding-bottom: 148px;
}

.heading-55 {
  color: #fc0;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.heading-55.lower {
  text-transform: none;
}

.video-offer-inner {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 98px;
  display: grid;
}

.video-offer-box {
  background-color: #fff;
  border-radius: 20px;
  height: 280px;
  padding: 8px;
}

.offer-inner {
  text-align: center;
  border: 8px solid #495c60;
  border-radius: 20px;
  height: 100%;
  padding: 8px 20px 30px;
}

.offer-inner.offer-inner2 {
  padding-top: 20px;
}

.offer-inner.offer-inner3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.heading-56 {
  color: #000;
  letter-spacing: .32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.heading-56.smaller-text {
  font-size: 24px;
}

.image-65 {
  height: 127px;
  margin-bottom: 16px;
}

.image-65.mb-28 {
  max-width: 120px;
  height: auto;
  margin-bottom: 28px;
}

.image-65.mb-28.user-img {
  height: 100px;
  margin-bottom: 0;
}

.image-65.circle-icons {
  height: 158px;
}

.video-product {
  background-color: #133841;
  padding-top: 90px;
  padding-bottom: 128px;
  display: none;
}

.heading-18 {
  color: #fff;
}

.heading-18.lower {
  text-transform: none;
}

.paragraph-10.mt-10 {
  margin-top: 26px;
}

.paragraph-10.mt-10.whhite-color {
  color: #fff;
}

.video-product-inner {
  grid-column-gap: 71px;
  grid-row-gap: 31px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: start;
  margin-top: 66px;
  display: grid;
}

.dropdown-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle-2 {
  grid-column-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 21px 34px;
  font-family: Proxima Nova, sans-serif;
  font-weight: 600;
  display: flex;
}

.heading-58 {
  letter-spacing: .24px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-3 {
  letter-spacing: .24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.dropdown-list-2 {
  background-color: #0000;
  padding-bottom: 21px;
  padding-left: 73px;
  padding-right: 54px;
  display: none;
  position: static;
}

.paragraph-37 {
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.body-5 {
  color: #000;
}

.interview-benefit {
  background-color: #123740;
  padding-top: 100px;
  padding-bottom: 0;
  display: none;
}

.heading-59 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.heading-59.change-font {
  font-family: Bebas Neue, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.benefit-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.image-67 {
  width: 100%;
}

.heading-60 {
  color: #fc0;
  text-align: center;
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-38 {
  color: #fff;
  letter-spacing: .18px;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-15 {
  margin-top: 22px;
  padding-bottom: 56px;
  padding-left: 40px;
  padding-right: 40px;
}

.about-inter {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 64px;
  display: none;
}

.about-inter.darkgreen-bg {
  background-color: #133841;
  margin-top: -64px;
  padding-top: 0;
}

.image-pro {
  height: 94%;
}

.image-pro.image-pro2 {
  height: 90px;
}

.video-portfolio-sec {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.video-portfolio-sec.video-portfolio-sec-landing {
  padding-top: 104px;
}

.video-portfolio-sec.video-portfolio-sec-tourism {
  padding-top: 64px;
}

.video-portfolio-row {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.video-portfolio-left {
  width: 100%;
  max-width: 578px;
}

.video-portfolio-right {
  width: 100%;
  max-width: 482px;
}

.heading-61 {
  color: #000;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-39 {
  color: #000;
  letter-spacing: .2px;
  margin-bottom: 20px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-39.mb-0 {
  margin-bottom: 0;
}

.video-holder {
  position: relative;
}

.image-68 {
  width: 100%;
  transition: all .5s ease-in-out;
}

.image-68.hide-box {
  display: none;
}

.image-69 {
  height: 115px;
}

.heading-62 {
  color: #000;
  letter-spacing: .4px;
  text-transform: uppercase;
  border-bottom: 8px solid #942f1d;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: inline-flex;
}

.div-block-16 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-16.div-block-16---landing {
  justify-content: flex-start;
  align-items: center;
}

.video-portfolio-main {
  padding-top: 90px;
  padding-bottom: 70px;
}

.video-portfolio-main.bg-gray {
  background-color: #eee;
  padding-top: 56px;
  padding-bottom: 82px;
}

.video-portfolio-main.last-col {
  padding-top: 55px;
  padding-bottom: 90px;
}

.image-70 {
  display: block;
}

.image-70.hide-box {
  width: 100%;
  height: 100%;
  display: block;
}

.mobile-dropdown {
  display: none;
}

.link-3 {
  grid-column-gap: 16px;
  color: #000;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: none;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.text-span-7 {
  width: 40px;
}

.expend-icon {
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
  position: absolute;
  right: 0;
}

.minus-icn {
  display: none;
}

.icon-culturally-img {
  height: 200px;
}

.icon-culturally-img.img1 {
  height: 110px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  height: 127px;
  display: flex;
}

.div-block-18.user-offer {
  margin-bottom: 28px;
}

.image-71 {
  width: 100%;
}

.image-71.hide-box {
  display: block;
}

.image-72 {
  width: 100%;
}

.image-72.hide-box {
  display: block;
}

.image-73 {
  width: 100%;
}

.image-73.hide-box {
  display: block;
}

.imagesd, .imgeshu {
  width: 100%;
}

.hro-img {
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 2px 5px 2px #0003;
}

.image-76, .image-77, .image-78, .image-79 {
  filter: brightness(0%);
}

.popup-main {
  z-index: 1000;
  background-color: #000000bd;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.popup-inner {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 900px;
  height: auto;
  padding: 60px;
  position: relative;
}

.image-80 {
  filter: brightness(0%);
}

.popup-video {
  display: none;
}

.close-btn {
  z-index: 99;
  padding: 10px;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.hide-box {
  mix-blend-mode: normal;
  display: block;
}

.copy-whyvideo {
  background-color: #123740;
  padding-top: 100px;
  padding-bottom: 129px;
}

.code-embed-3, .code-embed-5, .code-embed-7 {
  display: none;
}

.success-message, .error-message {
  background-color: #08726b;
}

.image-81 {
  filter: brightness(0%);
}

.event-video-landing {
  background-color: #fff;
  padding-top: 84px;
  padding-bottom: 126px;
}

.header-call {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.paragraph-40 {
  grid-column-gap: 6px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.link-4.red-clr {
  color: #930;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.eventnew-hero {
  background-color: #123740;
  margin-top: 90px;
  padding-top: 109px;
  padding-bottom: 70px;
}

.eventnew-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.eventnew-row.eventnew-row-mobile {
  display: none;
}

.eventnew-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-68 {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  width: 100%;
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 47.91px;
}

.paragraph-41 {
  color: #fff;
  letter-spacing: .2px;
  width: 100%;
  max-width: 460px;
  margin-top: 12px;
  margin-bottom: 26px;
  font-family: Proxima Nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.call-btn {
  color: #000;
  letter-spacing: -.36px;
  text-transform: uppercase;
  background-color: #fc0;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 49px;
  padding: 18px 46px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
}

.image-83 {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.div-block-21 {
  width: 100%;
  max-width: 535px;
  margin-left: auto;
}

.ready-turn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.ready-turn.ready-turn-whitebg {
  margin-top: 144px;
}

.heading-69 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
}

.calendar-sec {
  background-color: #123740;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.calendar-inner {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.heading-70 {
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.code-embed-10 {
  margin-top: 0;
}

.footer-new {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-84 {
  height: 82px;
}

.link-block-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-42 {
  color: #000;
  letter-spacing: .24px;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-22 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-85 {
  order: 0;
  max-width: 100%;
  height: auto;
  min-height: 0;
  margin-top: -5px;
  padding-left: 0;
}

.chats-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  display: flex;
}

.heading-71 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-43 {
  color: #fff;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 40px;
  font-family: Proxima Nova, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.text-field-2 {
  color: #000;
  border: 2px solid #151515;
  height: 48px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-field-2::placeholder {
  color: #666;
}

.free-btn {
  text-align: center;
  letter-spacing: -.36px;
  text-transform: uppercase;
  text-shadow: 3px 0 7px #0000008a;
  background-color: #930;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  margin-top: 8px;
  padding: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
}

.btn-default-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -.36px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8d230f;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 64px;
  margin-bottom: 0;
  padding: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: flex;
}

.btn-default-2:hover {
  color: #000;
  background-color: #fac800;
}

.btn-default-2._w-auto {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 54px;
  margin-top: auto;
  padding-left: 44px;
  padding-right: 44px;
  display: inline-flex;
}

.btn-default-2._w-auto.btn-yellow {
  color: #000;
  background-color: #fc0;
}

.btn-default-2._w-auto.btn-yellow:hover {
  color: #fff;
  background-color: #8d230f;
}

.code-embed-11 {
  display: none;
}

.heading-28c {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 46px;
  font-family: Proximanova, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 36px;
}

.landingpages-hero-mobile {
  background-color: #123740;
  margin-top: 90px;
  padding-top: 109px;
  padding-bottom: 70px;
  display: none;
}

.landingpage-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landingpage-bottom {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.landingpages-hero-desktop {
  background-color: #123740;
  margin-top: 90px;
  padding-top: 109px;
  padding-bottom: 70px;
}

.landingpages-benefits {
  background-color: #fff;
  padding-top: 133px;
  padding-bottom: 126px;
}

.landingpages-benefits.pb-53 {
  padding-bottom: 126px;
}

.recent-project-sec-mobile {
  background-color: #123740;
  padding-top: 92px;
  padding-bottom: 145px;
  display: none;
}

.text-block-5 {
  color: #fff;
}

.button-5 {
  color: #000;
  background-color: #fc0;
  border-radius: 17px;
  margin-top: 15px;
}

.success-message-2, .success-message-4 {
  background-color: #08726b;
}

.video-services {
  background-color: #133841;
  padding-top: 100px;
  padding-bottom: 224px;
}

.video-services.boxsize {
  padding-bottom: 148px;
}

.productoffer-sec {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 56px;
}

.heading-13b {
  color: #000;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.transitionphotos-sec-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.video-portfolio--events {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 128px;
}

.why-choose-events-sec {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 144px;
}

.interview-benefit--tourism {
  background-color: #123740;
  padding-top: 100px;
  padding-bottom: 0;
  display: none;
}

.text-span-8 {
  border-bottom: 6px solid #930;
}

.emailusbutton {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #8d230f;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 39px;
  padding: 2px 0 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: all .5s ease-in-out;
  display: flex;
}

.emailusbutton:hover {
  color: #000;
  background-color: #fc0;
}

.emailusbutton:active {
  background-color: #43464d;
}

.image-95, .image-96, .image-97 {
  width: 100%;
}

.code-embed-12, .code-embed-14 {
  display: none;
}

.result-sec-landing {
  background-color: #133841;
  padding-top: 96px;
  padding-bottom: 144px;
}

.heading-impact-nonprofit {
  color: #000;
}

.dropdown-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 24px;
  font-size: 14px;
  transition: all .2s;
}

.dropdown-link:hover {
  color: silver;
}

.dropdown-link.w--current {
  color: #fc0;
}

.icon-3 {
  margin-right: -24px;
}

.dropdown-list-4 {
  background-color: #123740;
}

.dropdown-list-4.w--open {
  background-color: #577374;
  padding: 20px 10px;
}

.dropdown-3 {
  padding-right: 20px;
}

.hero-sec-1 {
  background-color: #fff;
  background-image: url('../images/hero-bg.png');
  background-position: 0 -20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 413px;
  margin-top: -8px;
  padding-top: 30px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.header {
  z-index: 9;
  background-color: #123740;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.email {
  color: #000;
  letter-spacing: .18px;
  text-transform: uppercase;
  background-color: #fc0;
  border: 3.5px solid #fc0;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 48px;
  padding-top: 2px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: flex;
}

.email:hover {
  color: #fff;
  background-color: #8d230f;
  border-color: #8d230f;
}

.email.btn-desktop {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
}

.text-50 {
  letter-spacing: .5px;
  text-transform: capitalize;
  text-shadow: 0 1px 4px #00000059;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.list-5 {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 0;
  padding-left: 0;
}

.list-item-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.paragraph-44 {
  margin-bottom: 0;
  font-size: 18px;
}

.hero-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.video-box-1 {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  max-width: 584px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px #0003;
}

.image-98 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.testimonials {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.professional-sec {
  background-color: #123740;
  padding-top: 96px;
  padding-bottom: 144px;
}

.image-99 {
  max-width: 300px;
}

.body-6 {
  background-color: #fff;
}

.hero-sec-a {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  min-height: auto;
  margin-top: 120px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.hero-sec--b {
  background-color: #fff;
  background-image: url('../images/hero-bg.png');
  background-position: 0 -20px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 413px;
  padding-top: 200px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.image-100 {
  max-width: 30px;
}

.image-101 {
  margin-left: -95px;
  padding-left: 0;
}

.div-block-24 {
  border: 1px solid #23464d;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-6 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
}

.list-item-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-103 {
  object-fit: contain;
  width: 20px;
  min-width: 20px;
}

.interview-section {
  background-color: #133841;
  padding-top: 100px;
  padding-bottom: 100px;
}

.interview-wrap {
  width: 100%;
}

.interview-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.interview-card {
  background-color: #fff;
  border: 1px solid #123740;
  border-radius: 20px;
  padding: 32px 14px;
}

.interview-card-inner {
  background-color: #577373;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 34px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000080;
}

.image-104 {
  object-fit: cover;
  width: 100%;
  height: 244px;
}

.div-block-25 {
  text-align: center;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-72 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00000029;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.list-7 {
  margin-top: 40px;
  margin-bottom: 100px;
  list-style-type: none;
}

.paragraph-45 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.image-105, .image-106, .image-107 {
  max-width: 15px;
}

.code-embed-16 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.image-108, .image-109, .image-110 {
  width: 15px;
}

.text-span-9 {
  color: #fc0;
}

.link-block-7 {
  text-decoration: none;
}

.text-span-10, .text-span-11 {
  color: #fc0;
}

.learn-more {
  color: #000;
  text-align: left;
  letter-spacing: -.36px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fc0;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding: 14px 32px;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: inline-flex;
}

.learn-more:hover {
  color: #fff;
  background-color: #930;
}

.result-sec-nonprofit {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 144px;
}

.nonprofit-video {
  background-color: #fff;
  padding-top: 133px;
  padding-bottom: 88px;
}

.container-videosample {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  padding-left: 16px;
  padding-right: 16px;
}

.nonprofit-portfolio {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 80px;
}

.video-offer-interviews {
  background-color: #133841;
  padding-top: 100px;
  padding-bottom: 224px;
  display: none;
}

.testimonials-wrap {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.video-portfolio-camop, .video-portfolio-videoeditor {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 88px;
}

.content-sec--home {
  background-color: #123740;
  padding-top: 85px;
  padding-bottom: 144px;
}

.text-span-12 {
  border-bottom: 5px solid #8d230f;
}

.text-span-13 {
  border-bottom: 5px solid #fac800;
}

.btn-default--yellow {
  text-align: left;
  letter-spacing: -.36px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #930;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 64px;
  margin-bottom: 0;
  padding: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: flex;
}

.btn-default--yellow:hover {
  color: #000;
  background-color: #fc0;
}

.heading-32-b {
  color: #fac800;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.icon-4 {
  margin-right: -20px;
}

.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;
}

@media screen and (min-width: 1440px) {
  .body {
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .result-sec {
    padding-top: 96px;
    padding-bottom: 125px;
  }

  .text-span {
    border: 1px #000;
    border-bottom: 6px solid #fc0;
    padding-bottom: 1px;
  }

  .result-inner {
    grid-column-gap: 20px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 80px;
    display: grid;
  }

  .result-box {
    grid-column-gap: 38px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .result-img {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 81px;
    margin-top: -12px;
    display: flex;
  }

  .heading-14 {
    letter-spacing: .24px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Proxima Nova, sans-serif;
    font-size: 24px;
  }

  .paragraph-7 {
    letter-spacing: .2px;
    width: 100%;
    max-width: 438px;
    margin-bottom: 0;
    font-family: Proxima Nova, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  .testimonial-sec {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .mark-sec {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .image-14 {
    width: 100%;
  }

  .image-17 {
    height: 50px;
  }

  .interview-benefit {
    display: none;
  }

  .benefit-row {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .video-portfolio-sec.video-portfolio-sec-landing {
    padding-top: 105px;
  }

  .productoffer-sec {
    padding-top: 96px;
    padding-bottom: 125px;
  }

  .transitionphotos-sec-desktop {
    padding-top: 0;
    display: block;
  }

  .video-portfolio--events {
    padding-bottom: 64px;
  }

  .why-choose-events-sec {
    padding-bottom: 160px;
  }

  .interview-benefit--tourism {
    display: none;
  }

  .result-sec-landing, .result-sec-nonprofit {
    padding-top: 96px;
    padding-bottom: 125px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 1000;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    position: fixed;
  }

  .navigation.navigation-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 100%;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
  }

  .nav-menu-wrapper {
    z-index: 1000;
    background-color: #0000;
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .nav-menu-two {
    z-index: 1000;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    background-color: #123740;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding: 20px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav-link-2 {
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
  }

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

  .menu-button {
    color: #000;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: block;
  }

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

  .list-item {
    text-align: left;
  }

  .list-item.mobile-close {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
    position: absolute;
    top: 40px;
    right: 24px;
  }

  .text-box {
    padding-left: 0;
  }

  .text-box.max-w {
    width: 100%;
    max-width: 100%;
  }

  .heading-11 {
    font-size: 38px;
    line-height: 60px;
  }

  .banner-btn {
    margin-top: 16px;
  }

  .about-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-sec.pt-0 {
    padding-top: 40px;
  }

  .about-inner {
    grid-column-gap: 24px;
  }

  .about-text {
    padding-left: 0;
  }

  .heading-12 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-12.services-about {
    font-size: 28px;
  }

  .image-6.ebook-img {
    height: 390px;
  }

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

  .list-2 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 14px;
  }

  .list-item-3 {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .btn-default {
    max-width: 310px;
    height: 50px;
    font-size: 16px;
  }

  .result-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 34px;
  }

  .result-inner {
    grid-row-gap: 50px;
    margin-top: 50px;
  }

  .result-box {
    grid-column-gap: 14px;
  }

  .heading-14 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .testimonial-sec.grid-none {
    padding-bottom: 60px;
  }

  .mark-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mark-inner {
    grid-template-rows: auto;
  }

  .heading-15 {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 42px;
  }

  .paragraph-8 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .mark-special {
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .media {
    grid-column-gap: 10px;
    margin-bottom: 20px;
  }

  .mark-box {
    margin-top: 0;
  }

  .heading-16 {
    font-size: 18px;
  }

  .paragraph-9 {
    font-size: 16px;
    line-height: 22px;
  }

  .content-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .heading-18 {
    font-size: 30px;
    line-height: 36px;
  }

  .content-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 50px;
  }

  .content-box, .content-box.business, .content-box.event, .content-box.documentry {
    height: 120px;
  }

  .heading-19 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph-11 {
    font-size: 18px;
  }

  .video-chat-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-20 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .paragraph-12 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .chat-btn.red-bg.rvent-btn {
    height: 54px;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .recent-project-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .recent-project-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .recent-project-inner.pro-project-inner {
    margin-top: 30px;
  }

  .heading-21 {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .companies-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-22 {
    font-size: 20px;
  }

  .list-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 30px;
  }

  .process-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .process-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .process-box {
    padding-right: 20px;
  }

  .paragraph-13 {
    margin-bottom: 50px;
  }

  .ebook-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-dark {
    padding-top: 50px;
  }

  .footer-brand {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: auto auto 1fr;
  }

  .footer-block.ml {
    margin-right: 20px;
  }

  .title-small {
    font-size: 18px;
  }

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

  .footer-social-block {
    grid-column-gap: 16px;
  }

  .heading-24 {
    max-width: 250px;
    font-size: 24px;
    line-height: 30px;
  }

  .footer-bottom {
    margin-top: 50px;
  }

  .paragraph-15 {
    font-size: 20px;
  }

  .link-block-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .image-17, .image-17.image-logo {
    height: 40px;
  }

  .icon-mic {
    color: #000;
    font-size: 36px;
    line-height: 30px;
  }

  .image-39 {
    height: 18px;
    line-height: 20px;
  }

  .image-40, .image-41 {
    height: 18px;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-42 {
    height: 30px;
  }

  .about-hero {
    margin-top: 70px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-26 {
    margin-bottom: 0;
    font-size: 42px;
  }

  .paragraph-16 {
    font-size: 28px;
  }

  .about-chat {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .about-chat-right {
    padding-left: 0;
  }

  .about-chat-right.pl-0._w-50 {
    padding-right: 0;
  }

  .heading-27 {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 30px;
  }

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

  .about-vision {
    margin-top: 100px;
  }

  .value-box {
    padding: 20px;
  }

  .paragraph-18 {
    font-size: 18px;
  }

  .about-review {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .review-inner {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .review-box {
    padding: 20px;
  }

  .heading-29 {
    font-size: 24px;
    line-height: 34px;
  }

  .review-list {
    grid-column-gap: 15px;
    margin-bottom: 20px;
  }

  .heading-30 {
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph-19 {
    font-size: 16px;
  }

  .cta-buttonsolo {
    margin-top: 30px;
  }

  .portfolio-banner {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .portfolio-inner {
    place-items: start;
  }

  .heading-31 {
    margin-bottom: 10px;
    font-size: 20px;
  }

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

  .paragraph-20.mb-52 {
    margin-bottom: 20px;
  }

  .video-portfolio, .portfolio-testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper.myswiper {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper.largeswiper {
    width: 100%;
  }

  .swiper-top {
    width: 100%;
    max-width: 650px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-detail-left {
    max-width: 200px;
    padding: 16px;
  }

  .testimonial-detail-right {
    padding: 16px;
  }

  .heading-33 {
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-21 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }

  .paragraph-22 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-34 {
    font-size: 34px;
    line-height: 36px;
  }

  .services-video {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-36 {
    font-size: 30px;
    line-height: 56px;
  }

  .services-product-inner {
    grid-column-gap: 16px;
  }

  .pre-product {
    max-width: 300px;
  }

  .product-step {
    padding: 20px;
  }

  .heading-38 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph-24 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-6 {
    margin-top: 30px;
  }

  .services-study-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-40 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-27 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-27.mb-0 {
    margin-bottom: 20px;
  }

  .image-47 {
    height: 80px;
  }

  .contact-banner {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-inner {
    grid-column-gap: 20px;
  }

  .contact-user {
    max-width: 250px;
    margin-top: 70px;
  }

  .textarea {
    margin-bottom: 30px;
  }

  .heading-42 {
    font-size: 26px;
  }

  .form-block {
    margin-top: 20px;
  }

  .faq-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-43 {
    font-size: 30px;
    line-height: 32px;
  }

  .faq-inner {
    margin-top: 30px;
  }

  .dropdown-list {
    padding: 20px 20px 10px;
    display: none;
  }

  .paragraph-29 {
    font-size: 18px;
    line-height: 28px;
  }

  .case-study-banner {
    height: 250px;
    margin-top: 70px;
    padding-bottom: 40px;
  }

  .heading-44 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

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

  .case-study-sec, .case-study-sec.bg-gray {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .case-study-left {
    max-width: 480px;
  }

  .case-study-right {
    margin-top: 100px;
    padding: 24px;
    top: 100px;
    transform: translate(-26vw);
  }

  .paragraph-31 {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .paragraph-31.promot-box {
    width: 20px;
    height: 20px;
  }

  .heading-45 {
    font-size: 34px;
    line-height: 34px;
  }

  .heading-45.promot-text {
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-8 {
    grid-column-gap: 12px;
  }

  .div-block-8.situation {
    margin-bottom: 16px;
  }

  .div-block-8.final-de {
    grid-column-gap: 14px;
    margin-bottom: 20px;
  }

  .div-block-8.promot-heading {
    grid-column-gap: 10px;
    margin-bottom: 20px;
  }

  .heading-46 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-32 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-47 {
    font-size: 20px;
    line-height: 20px;
  }

  .list-4 {
    margin-top: 20px;
  }

  .heading-48 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-49 {
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-5, .link-block-5.w--current {
    grid-column-gap: 10px;
  }

  .div-block-9 {
    margin-bottom: 30px;
  }

  .why-choose-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-51 {
    font-size: 36px;
  }

  .why-choose-inner {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .icon {
    font-size: 36px;
    line-height: 36px;
  }

  .event-banner {
    margin-top: 70px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .event-video {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .event-video-row {
    grid-column-gap: 24px;
  }

  .heading-54 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .video-offer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .video-offer.mb-0 {
    padding-bottom: 50px;
  }

  .heading-55 {
    font-size: 30px;
  }

  .video-offer-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
  }

  .video-offer-box {
    height: 260px;
  }

  .offer-inner {
    border-width: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-56 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-56.smaller-text {
    font-size: 20px;
  }

  .image-65 {
    height: 100px;
    margin-bottom: 10px;
  }

  .image-65.mb-28 {
    height: auto;
  }

  .image-65.mb-28.user-img {
    height: 65px;
  }

  .image-65.circle-icons {
    height: 158px;
  }

  .video-product {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .video-product-inner {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    margin-top: 50px;
  }

  .dropdown-toggle-2 {
    grid-column-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-58, .text-block-3 {
    font-size: 20px;
  }

  .dropdown-list-2 {
    padding-left: 50px;
    padding-right: 30px;
    display: none;
  }

  .interview-benefit {
    padding-top: 50px;
  }

  .heading-59 {
    font-size: 30px;
    line-height: 30px;
  }

  .benefit-row {
    margin-top: 0;
  }

  .heading-60 {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-38 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-15 {
    margin-top: 0;
    padding: 16px;
  }

  .heading-61 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
  }

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

  .video-portfolio-main, .video-portfolio-main.bg-gray, .video-portfolio-main.last-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 24px;
    line-height: 40px;
  }

  .div-block-17 {
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .expend-icon {
    margin-right: 16px;
  }

  .div-block-18.user-offer {
    height: 85px;
  }

  .copy-whyvideo, .event-video-landing {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .header-call {
    grid-column-gap: 8px;
  }

  .paragraph-40 {
    font-size: 20px;
  }

  .eventnew-hero {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-68 {
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
  }

  .paragraph-41 {
    font-size: 16px;
    line-height: 22px;
  }

  .calendar-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-70 {
    font-size: 28px;
    line-height: 30px;
  }

  .code-embed-10 {
    margin-top: 30px;
  }

  .footer-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-84 {
    height: 40px;
  }

  .paragraph-42 {
    font-size: 20px;
    line-height: 22px;
  }

  .image-85 {
    height: 26px;
  }

  .chats-box {
    margin-top: 50px;
  }

  .heading-71 {
    font-size: 28px;
  }

  .paragraph-43 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .btn-default-2 {
    max-width: 310px;
    height: 50px;
    font-size: 16px;
  }

  .landingpages-hero-mobile, .landingpages-hero-desktop {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .landingpages-benefits, .recent-project-sec-mobile, .video-services, .productoffer-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-13b {
    font-size: 30px;
    line-height: 34px;
  }

  .transitionphotos-sec-desktop {
    padding-top: 0;
  }

  .video-portfolio--events, .why-choose-events-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .interview-benefit--tourism {
    padding-top: 50px;
  }

  .result-sec-landing {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dropdown-link {
    padding-left: 0;
  }

  .dropdown-list-4.w--open {
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    position: relative;
  }

  .hero-sec-1 {
    background-position: 30% -20px;
    background-size: cover;
    min-height: 480px;
    padding-bottom: 40px;
  }

  .email.btn-desktop {
    font-size: 16px;
  }

  .text-50 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
  }

  .list-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    color: #fff;
    flex-flow: row;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 20px;
    list-style-type: disc;
    display: flex;
  }

  .list-item-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: #fff;
    width: auto;
    margin-bottom: 10px;
  }

  .paragraph-44 {
    white-space: nowrap;
    font-size: 14px;
  }

  .hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 0;
  }

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

  .professional-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-99 {
    max-width: 200px;
  }

  .hero-sec-a {
    min-height: 480px;
    margin-top: 70px;
    padding-bottom: 30px;
  }

  .hero-sec--b {
    min-height: 480px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .image-101 {
    max-width: 225px;
    margin-left: 0;
  }

  .interview-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-6 {
    color: #fff;
  }

  .learn-more {
    max-width: 310px;
    height: 50px;
    font-size: 16px;
  }

  .result-sec-nonprofit, .nonprofit-video, .nonprofit-portfolio, .video-offer-interviews, .video-portfolio-camop, .video-portfolio-videoeditor, .content-sec--home {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .btn-default--yellow {
    max-width: 310px;
    height: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    padding-top: 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-box.max-w {
    max-width: 100%;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-btn {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .work-btn {
    width: 180px;
    height: 45px;
    font-size: 16px;
  }

  .about-inner {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .image-holder, .image-holder.mt-30 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .heading-12 {
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph-5 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

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

  .btn-default {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-13 {
    font-size: 24px;
  }

  .heading-13.text-center {
    text-align: center;
  }

  .text-span {
    border-bottom-width: 3px;
    padding-bottom: 0;
    line-height: 30px;
  }

  .result-inner {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .result-inner.result-impect {
    margin-top: 60px;
  }

  .testimonial-sec {
    overflow: scroll;
  }

  .testimonial-sec.grid-none {
    overflow: visible;
  }

  .mark-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
  }

  .heading-15 {
    font-size: 32px;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 20px;
  }

  .mark-special {
    grid-row-gap: 16px;
  }

  .media {
    grid-column-gap: 8px;
  }

  .heading-16 {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .paragraph-9 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-18 {
    font-size: 26px;
    line-height: 27px;
  }

  .content-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 30px;
  }

  .content-box {
    border-radius: 10px;
    height: 76px;
  }

  .content-box.business, .content-box.event, .content-box.documentry {
    height: 76px;
  }

  .heading-19 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph-11 {
    height: auto;
    font-size: 14px;
  }

  .video-chat-sec {
    padding-top: 0;
  }

  .heading-20 {
    display: none;
  }

  .paragraph-12 {
    font-size: 16px;
    display: none;
  }

  .chat-btn.red-bg {
    max-width: 160px;
    height: 44px;
    font-size: 22px;
  }

  .chat-btn.red-bg.rvent-btn {
    margin-top: 20px;
  }

  .recent-project-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 30px;
  }

  .recent-project-inner.pro-project-inner {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
  }

  .recent-project-inner.pro-project-inner.mt-60 {
    margin-top: 30px;
  }

  .heading-21 {
    font-size: 11px;
  }

  .image-9 {
    height: 50px;
  }

  .heading-22 {
    font-size: 16px;
  }

  .list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .process-box {
    padding: 30px 16px;
  }

  .heading-23 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .paragraph-13 {
    font-size: 16px;
    line-height: 28px;
  }

  .process-icon {
    min-height: 95px;
  }

  .ebook-inner {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-dark {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-brand {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
    place-content: stretch;
    place-items: start;
    width: 100%;
    margin-top: 30px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block.ml {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    grid-column-gap: 20px;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .heading-24 {
    flex: 1;
    max-width: 300px;
    font-size: 28px;
    line-height: 36px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-bottom {
    width: 100%;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .link-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-13 {
    height: 32px;
  }

  .image-17 {
    height: 50px;
  }

  .image-18 {
    height: 70px;
  }

  .image-19, .image-20, .image-21 {
    height: 92px;
  }

  .image-30, .image-31 {
    height: 50px;
  }

  .icon-mic {
    min-height: auto;
    padding-bottom: 30px;
  }

  .icon-mic.mb-25, .icon-mic.mb-0 {
    padding-bottom: 30px;
  }

  .icon-mic.icon-us {
    min-height: auto;
  }

  .image-39, .image-40, .image-41 {
    height: 16px;
  }

  .about-hero {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-26 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .paragraph-16 {
    font-size: 22px;
  }

  .about-chat {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-chat-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .about-chat-inner.mb-0 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-chat-left, .about-chat-left._w-50, .about-chat-right, .about-chat-right.pl-0._w-50 {
    width: 100%;
  }

  .heading-27 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-17 {
    font-size: 16px;
    line-height: 20px;
  }

  .about-vision {
    margin-top: 30px;
  }

  .heading-28b {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .about-value {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .value-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 30px;
  }

  .value-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .our-values {
    text-align: center;
  }

  .paragraph-18 {
    font-size: 14px;
    line-height: 18px;
  }

  .review-inner {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .portfolio-banner {
    margin-top: 80px;
  }

  .portfolio-banner.dark-green-bg {
    margin-top: 70px;
    padding-top: 40px;
  }

  .portfolio-inner {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-31 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .portfolio-img {
    max-width: 100%;
  }

  .video-portfolio.bg-green {
    padding-bottom: 50px;
  }

  .heading-32 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-32.text-white {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-32.test-left {
    text-align: center;
    font-size: 30px;
  }

  .heading-32.text-left {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }

  .swiper-wrapper, .swiper-slide.h-auto {
    width: 100%;
  }

  .swiper-top {
    max-width: 550px;
  }

  .testimonial-detail {
    flex-flow: row;
  }

  .testimonial-detail-left {
    max-width: 160px;
    padding: 10px;
  }

  .heading-33 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-21 {
    font-size: 14px;
    line-height: 14px;
  }

  .paragraph-22 {
    font-size: 14px;
    line-height: 16px;
  }

  .portfolio-chat {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-34 {
    max-width: 310px;
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-5 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .services-video {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 30px;
  }

  .services-text {
    max-width: 180px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .services-img {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-35 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .paragraph-23 {
    font-size: 14px;
    line-height: 20px;
  }

  .services-product-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-36 {
    font-size: 24px;
    line-height: 36px;
  }

  .services-product-inner {
    flex-flow: column;
    margin-top: 30px;
  }

  .pre-product {
    grid-column-gap: 30px;
    max-width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .swiper-pagination {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .swiper-pagination.pagination-port {
    display: flex;
  }

  .swiper-pagination.lage-pagination {
    margin-top: 30px;
    display: block;
  }

  .heading-38 {
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph-24 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-39 {
    font-size: 18px;
  }

  .image-45 {
    height: 24px;
  }

  .div-block-6 {
    margin-top: 20px;
    font-size: 14px;
  }

  .swiper-btn {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .services-study-inner {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .services-study-image {
    max-width: 100%;
  }

  .contact-banner {
    margin-top: 80px;
  }

  .contact-inner {
    flex-flow: column;
  }

  .contact-user {
    max-width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .contact-form {
    width: 100%;
  }

  .heading-41 {
    margin-top: 20px;
    font-size: 18px;
  }

  .paragraph-28 {
    font-size: 14px;
    line-height: 16px;
  }

  .text-field {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .textarea {
    height: 140px;
    min-height: 140px;
    font-size: 16px;
  }

  .div-block-7 {
    grid-column-gap: 10px;
  }

  .heading-42 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-43 {
    font-size: 26px;
  }

  .dropdown {
    margin-bottom: 20px;
  }

  .dropdown-toggle {
    padding: 15px 20px;
  }

  .text-block-2 {
    padding-right: 10px;
  }

  .dropdown-list {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-29 {
    font-size: 16px;
    line-height: 22px;
  }

  .case-study-banner {
    height: 190px;
    margin-top: 80px;
    padding-bottom: 15px;
  }

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

  .case-study-left {
    max-width: 100%;
  }

  .case-study-right {
    order: -1;
    width: 94%;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: none;
    position: static;
    transform: translate(0);
  }

  .list-4.mt-0 {
    margin-top: 0;
  }

  .main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;
  }

  .image-53, .image-54, .image-55, .image-56 {
    height: 60px;
  }

  .swiper-bototm {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: none;
  }

  .image-60 {
    width: 100%;
    max-width: 180px;
  }

  .bold-text {
    white-space: normal;
    word-break: break-all;
    font-size: 18px;
  }

  .why-choose-inner {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .choose-box {
    min-height: auto;
    padding: 10px;
  }

  .choose-box.bg-dark.business-box {
    min-height: auto;
  }

  .choose-box-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-64.img-h, .image-64.image-all, .image-64.image-us {
    height: 90px;
  }

  .event-banner {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-53 {
    font-size: 32px;
    line-height: 32px;
  }

  .paragraph-35 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 22px;
  }

  .event-video-row {
    grid-template-columns: 1fr;
  }

  .heading-54 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 34px;
  }

  .video-offer.mb-0 {
    padding-bottom: 50px;
  }

  .heading-55 {
    font-size: 20px;
    line-height: 24px;
  }

  .video-offer-inner {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .heading-56 {
    font-size: 20px;
  }

  .image-65.mb-28 {
    height: auto;
  }

  .image-65.circle-icons {
    height: 158px;
  }

  .video-product-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dropdown-list-2 {
    padding-left: 45px;
  }

  .interview-benefit {
    padding-top: 50px;
  }

  .heading-59 {
    font-size: 24px;
  }

  .heading-59.change-font {
    font-size: 40px;
    line-height: 40px;
  }

  .benefit-row {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .about-inter {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-pro {
    height: 90px;
  }

  .video-portfolio-sec {
    padding-top: 50px;
  }

  .video-portfolio-row {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .video-portfolio-left {
    order: 1;
    max-width: 100%;
  }

  .video-portfolio-right {
    max-width: 100%;
  }

  .image-69 {
    height: 90px;
  }

  .heading-62 {
    padding-bottom: 4px;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
  }

  .video-portfolio-main {
    padding-top: 30px;
  }

  .mobile-dropdown {
    background-color: #123740;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dropdown-toggle-3 {
    width: 100%;
  }

  .text-block-4 {
    color: #fff;
    font-family: Proxima Nova, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .icon-2 {
    color: #fff;
    font-family: Proxima Nova, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    transition: all .5s ease-in-out;
  }

  .dropdown-list-3 {
    background-color: #08726b;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: none;
    position: static;
  }

  .link-3, .link-3.active {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-17 {
    grid-row-gap: 10px;
    flex: 1;
    margin-top: 0;
  }

  .text-span-7 {
    width: 20px;
  }

  .icon-culturally-img.img1 {
    height: 90px;
  }

  .popup-main {
    display: none;
  }

  .popup-inner {
    border-radius: 10px;
    padding: 30px;
    display: block;
  }

  .popup-video {
    display: none;
  }

  .close-btn {
    top: 2px;
    right: 2px;
  }

  .code-embed-3 {
    display: block;
  }

  .code-embed-4 {
    display: none;
  }

  .code-embed-5 {
    display: block;
  }

  .code-embed-6 {
    display: none;
  }

  .code-embed-7 {
    display: block;
  }

  .code-embed-8 {
    display: none;
  }

  .eventnew-row {
    grid-template-columns: 1fr;
  }

  .paragraph-41 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .ready-turn {
    margin-top: 40px;
  }

  .heading-69 {
    font-size: 24px;
    line-height: 30px;
  }

  .btn-default-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-28c {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
  }

  .landingpage-row {
    grid-template-columns: 1fr;
  }

  .heading-13b {
    font-size: 24px;
  }

  .transitionphotos-sec-desktop {
    padding-top: 0;
    overflow: hidden;
  }

  .interview-benefit--tourism {
    padding-top: 50px;
  }

  .hero-sec-1 {
    background-position: 35% -20px;
    background-size: cover;
    height: auto;
    min-height: auto;
  }

  .email {
    width: 180px;
    height: 45px;
    font-size: 16px;
  }

  .text-50 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .list-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 0;
  }

  .paragraph-44 {
    white-space: normal;
  }

  .hero-wrap {
    flex-flow: column;
  }

  .hero-sec-a {
    height: auto;
    min-height: auto;
    margin-top: 80px;
  }

  .hero-sec--b {
    background-position: 30% 0;
    height: auto;
    min-height: auto;
    padding-bottom: 60px;
  }

  .image-101 {
    margin-left: 0;
  }

  .learn-more, .btn-default--yellow {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-32-b {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link-2.hamburger:hover {
    color: #fc0;
  }

  .text-box.max-w {
    padding-right: 60px;
  }

  .heading-11 {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-btn {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .work-btn {
    border-width: 2px;
    width: 140px;
    height: 40px;
    font-size: 14px;
  }

  .work-btn.learn-btn {
    border-width: 2px;
  }

  .work-btn.work-btn-desktop {
    display: none;
  }

  .work-btn.work-btn-mobile {
    display: flex;
  }

  .about-sec.pt-0 {
    padding-top: 0;
  }

  .heading-12 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-12.services-about {
    font-size: 22px;
    line-height: 28px;
  }

  .image-6 {
    border-radius: 10px;
  }

  .image-6.ebook-img {
    margin-left: 0;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 18px;
  }

  .btn-default {
    height: 45px;
    font-size: 14px;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-13.text-center {
    text-align: center;
  }

  .text-span {
    line-height: 24px;
  }

  .result-inner {
    grid-row-gap: 24px;
  }

  .result-inner.result-impect {
    grid-row-gap: 30px;
    margin-top: 48px;
  }

  .result-box {
    grid-column-gap: 5px;
  }

  .result-img {
    max-width: 60px;
    margin-top: -5px;
  }

  .heading-14 {
    font-size: 16px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .testimonial-sec {
    width: 100%;
    display: block;
    overflow: scroll;
  }

  .testimonial-sec.grid-none {
    background-color: #123740;
    padding-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .testimonial-sec.grid-none.bg-white {
    background-color: #fff;
  }

  .mark-sec {
    padding-bottom: 8px;
  }

  .mark-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mark-right {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    display: flex;
    position: static;
  }

  .image-7 {
    vertical-align: baseline;
  }

  .image-7.mobile-image {
    width: 100%;
    display: block;
  }

  .image-7.desktop-image {
    display: none;
  }

  .content-sec {
    padding-top: 0;
  }

  .paragraph-10 {
    margin-top: 10px;
    font-size: 16px;
  }

  .heading-18 {
    font-size: 22px;
  }

  .heading-18.heading18-black {
    color: #000;
  }

  .content-inner {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .content-box, .content-box.business, .content-box.event, .content-box.documentry {
    height: 80px;
  }

  .heading-20 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 22px;
  }

  .chat-btn {
    max-width: 170px;
    height: 45px;
    font-size: 16px;
  }

  .chat-btn.red-bg.rvent-btn {
    text-align: left;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .recent-project-sec {
    padding-bottom: 32px;
    display: none;
  }

  .recent-project-inner {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .recent-project-inner.pro-project-inner {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
  }

  .recent-project-inner.pro-project-inner.mt-60 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .recent-project-inner.pro-project-inner.mt-60.mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .recent-project-inner.pro-project-inner.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .recent-project-inner.pro-project-inner.pro-project-mobile {
    display: none;
  }

  .video-box {
    cursor: none;
    width: 100%;
  }

  .heading-21 {
    font-size: 14px;
  }

  .image-9 {
    height: 60px;
  }

  .heading-22 {
    font-size: 18px;
    line-height: 24px;
  }

  .list-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 1200px;
    min-height: 50px;
    margin-top: 20px;
    display: flex;
  }

  .image-10, .image-11, .image-12, .image-12.state-img {
    height: 34px;
  }

  .process-sec {
    padding-top: 16px;
  }

  .process-inner {
    grid-template-columns: 1fr;
  }

  .paragraph-13 {
    margin-bottom: 20px;
  }

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

  .process-icon {
    min-height: auto;
  }

  .footer-dark {
    padding-bottom: 70px;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }

  .footer-link:hover {
    color: #fc0;
  }

  .heading-24 {
    max-width: 200px;
    font-size: 18px;
    line-height: 27px;
  }

  .footer-bottom {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .footer-bottom-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-15 {
    font-size: 12px;
  }

  .link-block-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 13px;
  }

  .image-13 {
    height: 20px;
  }

  .image-17 {
    height: 40px;
  }

  .image-17.image-logo {
    height: 30px;
  }

  .image-22, .image-23 {
    height: 20px;
  }

  .image-25 {
    height: 60px;
  }

  .image-25.imh-height {
    height: 50px;
  }

  .image-26 {
    height: 60px;
  }

  .image-26.imh-height {
    height: 50px;
  }

  .image-27 {
    max-width: 60px;
    height: 60px;
  }

  .image-27.imh-height {
    height: 50px;
  }

  .image-28 {
    height: 60px;
  }

  .image-28.imh-height {
    height: 50px;
  }

  .image-29, .image-30, .image-31, .image-32, .image-33 {
    height: 60px;
  }

  .image-37, .image-37.mobile-img {
    height: 34px;
  }

  .image-38 {
    height: 55px;
  }

  .hover-img, .state-logo {
    height: 34px;
  }

  .about-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: grid;
  }

  .heading-26 {
    font-size: 20px;
    line-height: 22px;
  }

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

  .about-chat.pb-108 {
    padding-bottom: 56px;
  }

  .about-chat.camop {
    padding-top: 0;
  }

  .about-chat-inner {
    margin-bottom: 30px;
  }

  .heading-27 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-17 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-28b {
    font-size: 16px;
  }

  .value-row {
    grid-template-columns: 1fr;
  }

  .value-box {
    border-radius: 10px;
  }

  .our-values {
    font-size: 28px;
  }

  .about-review {
    padding-top: 0;
  }

  .review-box {
    border-radius: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-29 {
    font-size: 20px;
    line-height: 24px;
  }

  .review-list {
    grid-column-gap: 11px;
  }

  .heading-30 {
    font-size: 18px;
  }

  .paragraph-19 {
    line-height: 22px;
  }

  .portfolio-banner {
    margin-top: 70px;
  }

  .video-portfolio.bg-gray {
    padding-bottom: 32px;
  }

  .heading-32 {
    font-size: 26px;
    line-height: 26px;
  }

  .heading-32.text-white {
    font-size: 22px;
  }

  .heading-32.test-left {
    font-size: 24px;
  }

  .swiper-button-prev.swiper-button-prev1, .swiper-button-prev.swiper-button-prev2 {
    font-size: 12px;
  }

  .testimonial-detail {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-detail-left {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    max-width: 100%;
    padding: 20px 16px;
  }

  .testimonial-detail-right {
    border-radius: 0 0 16px 16px;
  }

  .heading-34 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-5 {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .services-video {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .heading-36 {
    font-size: 18px;
    line-height: 24px;
  }

  .services-product-inner {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .pre-product {
    grid-column-gap: 10px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .swiper-pagination.pagination-port {
    color: #fff;
  }

  .swiper-pagination.lage-pagination {
    display: block;
  }

  .heading-38 {
    font-size: 18px;
  }

  .heading-39 {
    font-size: 16px;
  }

  .swiper-btn {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .heading-40 {
    font-size: 22px;
    line-height: 28px;
  }

  .image-47 {
    height: 50px;
  }

  .contact-banner {
    margin-top: 70px;
  }

  .contact-inner {
    display: block;
  }

  .contact-user {
    max-width: 100%;
    margin-top: 0;
  }

  .contact-form {
    margin-top: 30px;
  }

  .heading-41 {
    margin-bottom: 10px;
  }

  .paragraph-28 {
    font-size: 16px;
    line-height: 22px;
  }

  .submit-btn {
    margin-right: auto;
  }

  .text-field, .textarea {
    border-radius: 5px;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .heading-42 {
    font-size: 20px;
  }

  .heading-43 {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-inner {
    margin-top: 20px;
    display: block;
  }

  .dropdown {
    margin-bottom: 14px;
  }

  .dropdown-toggle {
    padding: 12px 10px 12px 14px;
  }

  .text-block-2 {
    white-space: normal;
    word-break: break-all;
    flex-flow: column-reverse;
    flex: 1;
    padding-right: 26px;
    line-height: 14px;
    display: block;
  }

  .dropdown-list {
    display: none;
  }

  .paragraph-29 {
    font-size: 14px;
    line-height: 18px;
  }

  .case-study-banner {
    height: 130px;
    margin-top: 70px;
    padding-bottom: 0;
  }

  .heading-44 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .paragraph-30 {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-45 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-45.promot-text {
    flex: 1;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-8 {
    grid-column-gap: 5px;
  }

  .div-block-8.situation, .div-block-8.final-de {
    grid-column-gap: 10px;
  }

  .heading-46, .paragraph-32 {
    font-size: 14px;
    line-height: 18px;
  }

  .swiper-bototm {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .image-57, .image-58 {
    height: 36px;
  }

  .image-60 {
    width: 100%;
    max-width: 100px;
    height: auto;
  }

  .bold-text {
    word-break: normal;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-10 {
    flex: 0 auto;
  }

  .why-choose-sec.why-choose-sec-nonprofit, .why-choose-sec.why-choose-us-tourism {
    padding-top: 0;
  }

  .why-choose-sec.why-choose-sec-eventlanding {
    padding-top: 24px;
  }

  .heading-51 {
    font-size: 26px;
    line-height: 34px;
  }

  .choose-box-inner {
    border-width: 6px;
    padding: 20px;
  }

  .image-64.img-h {
    height: 90px;
  }

  .heading-52 {
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-34 {
    font-size: 16px;
    line-height: 22px;
  }

  .event-banner {
    margin-top: 70px;
  }

  .event-banner.interview-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-53 {
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-35 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-54 {
    font-size: 22px;
    line-height: 28px;
  }

  .video-offer.boxsize {
    padding-bottom: 50px;
  }

  .video-offer-inner {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-56 {
    font-size: 24px;
    line-height: 24px;
  }

  .image-65.mb-28 {
    height: auto;
  }

  .image-65.circle-icons {
    max-width: 100%;
    height: 158px;
  }

  .paragraph-10.mt-10 {
    margin-top: 16px;
  }

  .video-product-inner {
    margin-top: 30px;
  }

  .dropdown-toggle-2 {
    grid-column-gap: 5px;
    padding: 13px 16px;
  }

  .heading-58, .text-block-3 {
    font-size: 18px;
  }

  .dropdown-list-2 {
    padding-left: 37px;
    padding-right: 20px;
  }

  .interview-benefit {
    padding-top: 24px;
    display: none;
  }

  .heading-59 {
    text-align: center;
    font-size: 18px;
  }

  .benefit-row {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .benefit-box.hide-photos {
    display: none;
  }

  .paragraph-38 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-15 {
    padding: 20px;
  }

  .about-inter.darkgreen-bg {
    margin-top: 0;
  }

  .image-pro {
    height: 90px;
  }

  .video-portfolio-sec {
    padding-top: 0;
  }

  .video-portfolio-sec.video-portfolio-sec-landing {
    padding-top: 24px;
  }

  .video-portfolio-sec.video-portfolio-sec-tourism {
    padding-top: 8px;
  }

  .heading-61 {
    font-size: 24px;
  }

  .paragraph-39 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-69 {
    height: 60px;
  }

  .heading-62 {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-16.div-block-16---landing {
    justify-content: center;
    align-items: center;
  }

  .image-70 {
    width: 100%;
  }

  .link-3, .link-3.active {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .icon-culturally-img {
    height: 160px;
  }

  .popup-main {
    display: none;
  }

  .popup-inner {
    border-radius: 5px;
    padding: 15px;
  }

  .close-btn {
    top: -7px;
    right: -2px;
  }

  .image-81 {
    height: 10px;
  }

  .heading-65, .heading-67 {
    color: #000;
    text-align: center;
  }

  .header-call {
    grid-column-gap: 4px;
  }

  .paragraph-40 {
    font-size: 16px;
  }

  .paragraph-40.email-para {
    grid-column-gap: 3px;
    font-size: 14px;
  }

  .link-4.red-clr {
    font-size: 12px;
  }

  .eventnew-hero {
    margin-top: 71px;
    display: block;
  }

  .eventnew-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
    display: none;
  }

  .eventnew-row.eventnew-row-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-68 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-41 {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .call-btn {
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    padding: 10px 24px;
    font-size: 16px;
  }

  .image-83 {
    max-width: 100%;
    padding-bottom: 0;
  }

  .div-block-21 {
    padding-bottom: 0;
  }

  .ready-turn.ready-turn-whitebg {
    margin-top: 54px;
  }

  .heading-69 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-70 {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-new {
    display: block;
  }

  .paragraph-42 {
    margin-top: 20px;
    font-size: 16px;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .image-85 {
    height: 20px;
    line-height: 16px;
  }

  .image-85.email-icon {
    height: 14px;
  }

  .heading-71 {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-43 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .btn-default-2 {
    height: 45px;
    font-size: 14px;
  }

  .code-embed-11 {
    display: none;
  }

  .heading-28c {
    font-size: 16px;
  }

  .landingpages-hero-mobile {
    margin-top: 71px;
    display: block;
  }

  .landingpage-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
    display: block;
  }

  .landingpage-bottom {
    padding-top: 24px;
  }

  .landingpages-hero-desktop {
    margin-top: 71px;
    display: none;
  }

  .landingpages-benefits.pb-53 {
    padding-bottom: 40px;
  }

  .recent-project-sec-mobile {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .video-services.boxsize {
    padding-bottom: 50px;
  }

  .productoffer-sec {
    padding-bottom: 32px;
  }

  .heading-13b {
    font-size: 20px;
    line-height: 24px;
  }

  .transitionphotos-sec-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #123740;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .video-portfolio--events {
    padding-bottom: 32px;
  }

  .why-choose-events-sec {
    padding-top: 24px;
  }

  .image-96.hide-photo, .image-97.hide-photo {
    display: none;
  }

  .code-embed-12 {
    display: block;
  }

  .code-embed-13 {
    display: none;
  }

  .code-embed-14 {
    display: block;
  }

  .code-embed-15 {
    display: none;
  }

  .hero-sec-1 {
    background-position: 26% -20px;
    min-height: 330px;
    padding-top: 16px;
  }

  .email {
    border-width: 2px;
    width: 140px;
    height: 40px;
    font-size: 14px;
  }

  .email.btn-desktop {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    display: flex;
  }

  .text-50 {
    font-size: 20px;
    line-height: 30px;
  }

  .video-box-1 {
    cursor: none;
    width: 100%;
  }

  .professional-sec {
    padding-bottom: 24px;
  }

  .image-99 {
    max-width: 56%;
  }

  .hero-sec-a {
    min-height: 330px;
    margin-top: 70px;
  }

  .hero-sec--b {
    background-position: 35% 0;
    min-height: 330px;
    padding-top: 108px;
    padding-bottom: 16px;
  }

  .image-101 {
    flex: 0 auto;
    margin-left: 0;
    display: none;
  }

  .interview-section {
    padding-top: 40px;
  }

  .interview-grid {
    margin-top: 50px;
  }

  .div-block-25 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .list-7 {
    margin-bottom: 60px;
  }

  .learn-more {
    height: 45px;
    font-size: 14px;
  }

  .result-sec-nonprofit {
    padding-top: 0;
  }

  .nonprofit-portfolio {
    padding-top: 8px;
  }

  .video-portfolio-camop {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .video-portfolio-videoeditor {
    padding-top: 24px;
  }

  .text-span-13 {
    border-bottom: 5px solid #fac800;
  }

  .btn-default--yellow {
    color: #000;
    background-color: #fac800;
    height: 45px;
    font-size: 14px;
  }

  .btn-default--yellow:hover {
    color: #fff;
    background-color: #8d230f;
  }

  .heading-32-b {
    color: #fac800;
    font-size: 26px;
    line-height: 26px;
  }
}

#w-node-f5f2a531-4850-758f-7c4a-fae9ffb131b5-ffb131aa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f5f2a531-4850-758f-7c4a-fae9ffb131c4-ffb131aa, #w-node-f5f2a531-4850-758f-7c4a-fae9ffb131d3-ffb131aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4961346-73a3-c22e-6574-d92a9a098b7f-4f249eb7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
}

#w-node-cf1ea2d5-43f4-9509-2d90-14b771c8eab4-2753de7c, #w-node-cf1ea2d5-43f4-9509-2d90-14b771c8eab9-2753de7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b37e7c2d-f581-3615-6e1c-715e1cd6f1cd-1cd6f1ca {
    order: -9999;
  }

  #w-node-c1573cc6-6f41-ff2c-270f-be0a5697da9f-f3b839ca {
    order: 9999;
  }

  #w-node-c1573cc6-6f41-ff2c-270f-be0a5697daa1-f3b839ca {
    order: -9999;
  }

  #w-node-c85b5c68-5dd2-4971-c36e-b04560da5150-25d58cf1 {
    order: 9999;
  }

  #w-node-c85b5c68-5dd2-4971-c36e-b04560da5152-25d58cf1, #w-node-_940f07f2-d54f-8289-aa94-eebca3feb53c-661f1897 {
    order: -9999;
  }

  #w-node-_73b4efd6-f06a-037e-636d-adc3bb222600-8037ab0f {
    order: 9999;
  }

  #w-node-_09fc495a-42b4-d83c-ade7-87f4770e29ae-8037ab0f {
    order: -9999;
  }

  #w-node-b893a320-fcca-eb70-90fb-871cebe2a03d-8037ab0f {
    order: 9999;
  }

  #w-node-_4f03dabd-7e93-a40e-8679-caaef5fc3eb4-4c5fda84, #w-node-_80d52b64-113c-2631-b271-19e658c21212-46374d80, #w-node-_1c1645f0-4eeb-cd7b-d975-51ef5cfa1450-4f249eb7, #w-node-_5f4960a8-1bef-3ccc-e418-2dbc5d6e8f33-4f249eb7, #w-node-e970d4b7-b6d2-fb44-0a50-02b973fb0642-6ec561b2, #w-node-ebaaed0a-a22f-b2ff-6b71-30f92d6f6ee3-11604f7d, #w-node-ebaaed0a-a22f-b2ff-6b71-30f92d6f6ee5-11604f7d, #w-node-db5d2cd7-b941-2148-2514-a99fe4554448-8187a6d2, #w-node-db5d2cd7-b941-2148-2514-a99fe455443f-8187a6d2, #w-node-_3bf37c73-7ff0-41b8-a89a-0c8560f70400-71d4e420, #w-node-_3bf37c73-7ff0-41b8-a89a-0c8560f70402-71d4e420, #w-node-_9460bc91-edb4-e08f-c70e-b454faccfeb1-8e8f2228, #w-node-_9460bc91-edb4-e08f-c70e-b454faccfeb3-8e8f2228 {
    order: -9999;
  }

  #w-node-c678b731-6441-e120-6652-3695f39b679f-8e8f2228 {
    order: 9999;
  }

  #w-node-c678b731-6441-e120-6652-3695f39b67a1-8e8f2228, #w-node-_0836c817-0bec-363e-9f8e-4a61dc26c971-3da415b7, #w-node-_0836c817-0bec-363e-9f8e-4a61dc26c973-3da415b7 {
    order: -9999;
  }

  #w-node-fe817a6e-c802-191e-d280-6cdb57c33a8a-3da415b7 {
    order: 9999;
  }

  #w-node-fe817a6e-c802-191e-d280-6cdb57c33a8c-3da415b7, #w-node-_82f2cfa2-79ca-1046-0cde-d622c54d46d1-89cd01a3, #w-node-_82f2cfa2-79ca-1046-0cde-d622c54d46d3-89cd01a3 {
    order: -9999;
  }

  #w-node-d7cfedf5-0e34-6bdb-8b20-917f7de89c4c-89cd01a3 {
    order: 9999;
  }

  #w-node-d7cfedf5-0e34-6bdb-8b20-917f7de89c4e-89cd01a3, #w-node-b1860771-e33a-42fa-38bc-838394fc53d5-7cfff258, #w-node-b1860771-e33a-42fa-38bc-838394fc53d7-7cfff258 {
    order: -9999;
  }

  #w-node-_697ad2c2-d569-7a48-391e-611f1a171f0c-7cfff258 {
    order: 9999;
  }

  #w-node-_697ad2c2-d569-7a48-391e-611f1a171f0e-7cfff258 {
    order: -9999;
  }

  #w-node-caab9da6-00f9-8e37-97d1-e3ca09f89820-09f89813 {
    order: 9999;
  }

  #w-node-caab9da6-00f9-8e37-97d1-e3ca09f89822-09f89813 {
    order: -9999;
  }

  #w-node-eb37921c-3181-7d30-ce4d-701555c93048-277faba4 {
    order: 9999;
  }

  #w-node-eb37921c-3181-7d30-ce4d-701555c9304a-277faba4 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bed27c97-965a-a61c-a33e-b838d6a362bc-203eaa7e {
    order: -9999;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Font';
  src: url('../fonts/Helvetica-Bold-Font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima-Nova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}