* {
  font-family: Montserrat;
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden;
}
.aws-search-wrap,
.mediakit-hide-header .header-right {
  display: none !important;
}

body.page-template-landing-page-template {
  padding-top: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}
.fw {
  max-width: 1195px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}

h3 {
  font-weight: 700 !important;
}
p {
  font-family: Lato, Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px !important;
}
p a {
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}
.text-center {
  text-align: center;
}
.main-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.page-template-landing-page-template
  .main-container.single-guide-container.wide {
  overflow-x: unset;
}
body.page-id-310965 .main-container {
  padding-bottom: 0px !important;
}
.un-footer-top {
  max-width: 1195px;
  margin: 0 auto;
}
.un-footer-bottom {
  max-width: 1195px;
  margin: 0 auto;
}
footer.un-footer {
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
}

/* hero banner*/

#video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
video {
  display: block;
  width: 100%;
  height: auto;
}

.fullsize-video-bg {
  height: 100%;
  overflow: hidden;
}

.fullsize-video-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fullsize-video-bg:after {
  content: "";
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fullsize-video-bg .inner {
  display: table;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}
.fullsize-video-bg .inner > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 2em;
}

/* hero */
.hero-main {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  z-index: 15;
  background-color: #ffffff;
  margin-top: 65px;
}

#video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
video {
  display: block;
  width: 100%;
  height: auto;
}

.fullsize-video-bg {
  height: 100%;
  overflow: hidden;
}

.fullsize-video-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fullsize-video-bg:after {
  content: "";
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fullsize-video-bg .inner {
  display: table;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}
.fullsize-video-bg .inner > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 2em;
}

.bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: -9;
  width: 100%;
  height: 100%;
}

.hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.align-hv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero-text h1 {
  color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 110px;
}
.single-guide-container .hero-main .hero-text h1 {
  color: #ffffff !important;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 110px;
  text-align: center !important;
}
.single-guide-container .hero-main .hero-text h1:hover {
  background-size: 0 !important;
}
.scrollto {
  margin: 20px auto;
  cursor: pointer;
  text-align: center;
}
.scrollto a.scroll {
  background-color: transparent;
}
.hero-text .btn-width {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px;
  text-align: center;
  background-image: linear-gradient(90deg, #f5286e 0%, #fc6d43 100%);
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  display: block;
}

.button-group {
  text-align: center;
  width: 250px;
  background-color: #fff;
  margin: 30px auto;
  box-shadow: 0px 5px 15px rgba(245, 40, 110, 0.35);
  border-radius: 8px;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
}
#video-viewport,
#video-viewport video {
  object-fit: cover;
  height: 100%;
}

.fullsize-image-overlay {
  height: 100vh;
  width: 100%;
}

.fullsize-video-bg .inner > div {
  text-align: left;
  display: table-cell;
  vertical-align: bottom;
  padding: 40px 2em;
}
.bg-gradient-sec {
  background: linear-gradient(90deg, #f5286e 0%, #fc6d43 88.61%);
  width: 100%;
  height: 15px;
  position: relative;
  z-index: 15;
}

/* text section */
.work-text {
  background: #f8f6f1;
  padding: 60px 0 70px;
}
.work-text h2 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  max-width: 1058px;
  margin: 0 auto;
}

/* ways to work with unation*/
.ways-to-work {
  padding: 100px 0 10px;
}
.ways-to-work .heading-text {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 40px;
  line-height: 70px !important;
  text-align: center;
  color: #1d1d1f;
  margin: 0;
}

.ways-to-work-card-section {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
}

.ways-to-work-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(11, 7, 110, 0.07);
  text-align: center;
  width: 47%;
  margin: 30px 15px 0px 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.ways-to-work-card a {
  -webkit-text-fill-color: #1e1f22 !important;
}
.ways-to-work-card .ways-to-text-wrap {
  padding: 40px 40px 0;
}

.ways-to-work-card .card-img {
  padding: 30px 0 0;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.ways-to-text-wrap .card-heading h3 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px !important;
  line-height: 28px !important;
  text-align: center;
  color: #1e1f22;
}
.ways-to-text-wrap .card-para p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: center;
  color: #1e1f22;
}

.ways-to-text-wrap .learn-more span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px !important;
  color: #1e1f22;
  letter-spacing: 0.09px;
  background: linear-gradient(90deg, #f5286e, #fc6d43);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}

/*Client Success Stories*/

.client-success-stories .stories-card-img img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.client-success-stories-img {
  align-items: center;
  margin-top: 16px;
}
.client-success-stories .stories-card {
  padding: 0 9px;
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
}
.client-success-stories .stories-card-in {
  background: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(11, 7, 110, 0.07);
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding: 25px 15px;
}
.client-success-stories .stories-card-content h4 {
  color: #78818b;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 0 0 10px;
  margin: 0;
}

.client-success-stories .stories-card-content .description {
  color: #1e1f22;
  text-align: justify;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  min-height: 192px;
  margin: 0;
}

.client-success-stories .name {
  color: #1e1f22;
  font-family: Montserrat !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  text-align: left;
  margin-bottom: 2px !important;
}
.client-success-stories .name + span {
  display: block;
  margin-bottom: 15px;
}
.client-success-stories .name + span svg {
  display: block;
}

.client-success-stories .stories-card-content img {
  margin: auto;
}

.stories-slider .slick-list {
  padding: 20px 5px;
}
@media screen and (max-width: 767px) {

  .client-success-stories-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .stories-slider .slick-list {
    padding-left: 7px;
    padding-right: 24px;
  }
}
/*faq*/

.faq-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #000000;
  -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  line-height: 69px;
}

.faq-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgba(60, 60, 67, 0.85);
  width: 95%;
  padding-left: 20px;
  margin-bottom: 30px;
}

.faq {
  width: 100%;
  margin: 20px auto 0;
  background: white;
  border-radius: 4px;
  position: relative;
}
.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top: 4px;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 9px;
  height: 9px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(0, 0, 0, 0.55);
  border-right: 2px solid rgba(0, 0, 0, 0.55);
  float: right;
  position: relative;
  top: -69px;
  right: 27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
}
.faq input[type="checkbox"]:checked + label {
  display: block;
  background: rgba(255, 255, 255, 255) !important;
  color: #4f7351;
  height: 190px;
  transition: all 0.3s ease-in-out;
  /* -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); */
}

.faq input[type="checkbox"]:not(:checked) + label {
  display: block;
  transition: all 0.3s ease-in-out;
  height: 75px;
  /* -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); */
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(11, 7, 110, 0.07);
  border-radius: 8px;
}

.faq-section .faq-card .question {
  display: block;
  margin-top: 20px;
  background: #ffffff;
  border-radius: 8px;
  width: 100%;
  padding: 0 0 0 15px;
  min-height: 50px;
  line-height: 50px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.faq-section .answers {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgba(60, 60, 67, 0.85);
  padding: 0px 15px;
  margin: 0 0 5px;
  max-height: 0;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.faq-section .answers ul li a {
  background: linear-gradient(90deg, #f5286e 0%, #fc6d43 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-section .answers ul {
  list-style: disc;
}
.faq-section .questions:checked ~ .answers {
  max-height: 2000px;
  opacity: 1;
  padding: 15px;
  z-index: 1 !important;
}

.faq-section .content .faq-arrow {
  width: 9px;
  height: 9px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(0, 0, 0, 0.55);
  border-right: 2px solid rgba(0, 0, 0, 0.55);
  float: right;
  position: relative;
  top: 20px;
  right: 27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-section .content input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
}
.questions {
  display: none;
}

/* Ready to get started*/

.ready-to-get-started {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
  background-position: center center;
  z-index: 15;
}
.ready-to-get-text-wrap {
  width: 427px;
  position: relative;
}
.ready-to-get-text-wrap h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
}
.ready-to-get-text-wrap p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 15px !important;
}

.ready-to-get-text-wrap .talk-to-team a {
  background: linear-gradient(90deg, #f5286e 0%, #fc6d43 100%);
  box-shadow: 0px 5px 15px rgba(245, 40, 110, 0.35);
  border-radius: 8px;
  min-height: 56px;
  width: 250px;
  text-align: center;
  /* margin-top: 20px; */
  line-height: 56px;
}
.ready-to-get-text-wrap .talk-to-team a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  display: block;
}
.ready-to-get-text-wrap .talk-to-team a:hover {
  color: #ffffff !important;
}
.talk-to-team-sticky-btn {
  position: fixed;
  bottom: 80px;
  right: 37px;
  z-index: 12;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.talk-to-team-sticky-btn.show {
  opacity: 1;
}

.talk-to-team-sticky-btn a {
  background: linear-gradient(90deg, #f5286e 0%, #fc6d43 100%);
  box-shadow: 0px 5px 15px rgba(245, 40, 110, 0.35);
  border-radius: 8px;
  min-height: 56px;
  width: 250px;
  text-align: center;
  margin-top: 20px;
  line-height: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.talk-to-team-sticky-btn a:hover {
  background: linear-gradient(90deg, #fc6d43 0%, #f5286e 100%);
  color: #fff;
}
.talk-to-team-sticky-btn a span.img-text-wrap {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  align-content: center;
  align-items: center;
}
.talk-to-team-sticky-btn a span img {
  padding-right: 15px;
  display: block;
}
.talk-to-team-sticky-btn a span.txt-lbl {
  display: block;
}

.talk-to-team-sticky-btn a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
}

.mobile-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0.59%,
    rgba(255, 255, 255, 0.5) 64.4%
  );
}
.work-with-us-form {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  position: relative;
  z-index: 15;
  background-color: #fff;
}
footer.un-footer {
  z-index: 15;
}

@media only screen and (max-width: 329px) {
  .faq-section .faq-card .question {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  .post-edit-link {
    display: none !important;
  }
  .hero-main {
margin-top: 0 !important;
  }
     body.page-template-landing-page-template {
        padding-top: 65px !important;
    }
  .button-group {
    max-width: 180px !important;
    width: 100% !important;
    overflow: hidden;
    height: 40px !important;
    line-height: 40px !important;
  }
  .hero-text .btn-width {
    font-size: 14px !important;
  }
  .ready-to-get-text-wrap .talk-to-team a {
    max-width: 180px !important;
    width: 100% !important;
    min-height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
  }
  .talk-to-team {
    max-width: 180px !important;
    min-width: 145px !important;
    height: 40px !important;
  }
  .single-guide-container.wide #simple-text-content .work-text h2 {
    font-family: Montserrat;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 42px;
  }
  .single-guide-container.wide #two-col-cards-with-content-image .ways-to-work {
    padding: 40px 0 10px !important;
  }
  .single-guide-container.wide
    #content-accordion-button-with-image-on-side
    .logo-heading {
    padding: 40px 0 40px !important;
  }
  /* .logoBar .client ul li{
    width: 100%;
    } */
  .logoBar .client ul li img {
    padding: 5px !important;
  }

  .logo-heading .heading-text {
    font-size: 25px !important;
    line-height: 33px !important;
    padding: 0 15px;
    margin: 0;
  }
  .scrollto {
    display: none !important;
  }

  .bg-gradient-sec {
    z-index: 1;
  }
  .talk-to-team-sticky-btn {
    right: 21px;
    bottom: 27px;
  }
  .talk-to-team-sticky-btn a {
    width: 56px;
  }
  .talk-to-team-sticky-btn a span img {
    padding-right: 0 !important;
  }
  .talk-to-team-sticky-btn a span.txt-lbl {
    display: none !important;
  }
  .work-with-us-form #FeaturedOnUnation .u-block-in.fw {
    padding: 0;
    width: 100% !important;
  }
  .select2-container {
    width: 100% !important;
  }
  #FeaturedOnUnationFrom label {
    font-size: 12px;
  }
  .ways-to-work {
    padding: 40px 0 10px;
  }

  /* .faq-section .content {
    margin-left: 20px;
  } */
  .client-success-stories .stories-card-content .description {
    height: 150px;
  }
  .client-success-stories .stories-card-content h4 {
    font-size: 18px !important;
  }
  .mt-30 {
    margin-top: 0 !important;
  }
  .faq input[type="checkbox"]:not(:checked) + label {
    box-shadow: 0 1px 5px rgb(127 127 127 / 12%),
      0 1px 5px rgb(129 129 129 / 24%);
  }
  .client-success-stories .stories-card {
    margin-bottom: 20px;
  }
  .hero-main {
    overflow: hidden;
    height: 240px !important;
    width: 100%;
  }
  .ready-to-get-started {
    margin-bottom: 0px !important;
    background-size: cover;
    width: 100%;
    min-height: 350px;
    margin-top: 70px;
    background-position: right center;
    align-items: flex-start;
    position: relative;
  }
  .client-success-stories .stories-card-content .description {
    margin-bottom: 0px !important;
  }
  .client-success-stories .stories-card-content .name {
    margin-bottom: 10px !important;
  }
  .hero-text h1 {
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 40px;
  }
  .single-guide-container .hero-main .hero-text h1 {
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 40px;
  }
  .hero-text p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
  }

  #video-viewport,
  #video-viewport video {
    z-index: 0;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
  .ways-to-work-card-section {
    display: block !important;
  }
  .ways-to-work-card {
    width: 100% !important;
    margin: 20px 0 !important;
  }
  .ways-to-work .heading-text {
    font-size: 27px !important;
    line-height: 33px !important;
    padding: 0 15px;
    margin: 0;
  }
  .mobile-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.71),
      rgba(255, 255, 255, 0.71)
    );
  }
  .ready-to-get-text-wrap {
    width: auto !important;
    padding-top: 30px;
    position: relative;
  }
  .ready-to-get-text-wrap h4 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .ready-to-get-text-wrap p {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .work-text {
    padding: 40px 0 !important;
  }
  .work-text h2 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .faq-section .faq-card .question {
    line-height: 37px;
    box-shadow: 0 1px 5px rgb(127 127 127 / 12%),
      0 1px 5px rgb(129 129 129 / 24%);
    padding: 10px 0 10px 15px;
    font-size: 15px;
  }
  .faq-section .faq-card .question span {
    max-width: 310px;
    padding-right: 8px;
  }
  .faq-section .content .faq-arrow {
    top: 15px;
    right: 14px;
  }
  .faq-section .answers {
    font-size: 16px !important;
  }
  .ways-to-work-card .ways-to-text-wrap {
    padding: 40px 20px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* .logoBar .client ul li{
  width: 20% !important;
  } */
  .logoBar .client ul li img {
    padding: 20px !important;
  }
  .logo-heading .heading-text {
    font-size: 28px !important;
  }

  .faq-section .content {
    margin-left: 35px;
  }
  .ready-to-get-started .container {
    padding: 0 15px;
  }
  .work-text h2 {
    font-size: 25px !important;
  }
  .ready-to-get-started {
    background-size: 100% 100%;
    min-height: 400px;
    margin-top: 60px;
  }
  .ready-to-get-text-wrap h4 {
    font-size: 34px !important;
    line-height: 49px !important;
  }
  .ready-to-get-text-wrap p {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .hero-main {
    height: 100vh;
    min-height: 430px;
  }
  .hero-text .hero-main h1 {
    font-size: 55px !important;
    line-height: 83px !important;
  }
  .single-guide-container .hero-text h1 {
    font-size: 55px !important;
    line-height: 83px !important;
  }
  .ways-to-work-card {
    width: 45%;
  }
  #video-viewport,
  #video-viewport video {
    z-index: 0;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
}

.logoBar .client ul li {
  list-style: none;
  display: flex;
  /* width: 12%; */
  height: auto;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.logoBar .client ul li img {
  width: auto;
  height: auto;
  padding: 20px 15px 0;
}
.logoBar .client ul li:nth-child(2) {
  /* position: relative;
bottom: -20px; */
  display: none;
}
/* .logoBar .client ul li:nth-child(3) {
  position: relative;
  top: -32px;
  left: 10px;
  }

  .logoBar .client ul li:nth-child(4) {
    position: relative;
    top: -28px;
    left: 102px;
    }
.logoBar .client ul li:nth-child(5) {
      position: relative;
      left: 142px;
      top: -40px;
      }
 .logoBar .client ul li:nth-child(6) {
        position: relative;
        left: 175px;
        top: -40px;
        }
.logoBar .client ul li:nth-child(7) {
          position: relative;
          left: 210px;
          top: 22px;
          }
 .logoBar .client ul li:nth-child(8) {
  width: 25%;
  position: relative;
    left: 142px;
 }
  .logoBar .client ul li:nth-child(9) {
    width: 25%;
    position: relative;
    left: 50px;
    top: -30px;
   } 
  .logoBar .client ul li:nth-child(10) {
  width: 25%;
  position: relative;
    left: -24px;
    top: -30px;
   }
 .logoBar .client ul li:nth-child(11) {
   width: 25%;
   position: relative;
    left: -99px;
    top: -30px;
  }
  .logoBar .client ul li:nth-child(12) {
    position: relative;
     left: 49px;
     top: -30px;
     width: 14%;
   }

   .logoBar .client ul li:nth-child(13) {
    position: relative;
    left: 28px;
    top: 5px;
    width: 14%;
   }
   .logoBar .client ul li:nth-child(14) {
    position: relative;
    left: 35px;
    top: -38px;
    width: 14%;
   }
   .logoBar .client ul li:nth-child(15) {
    position: relative;
    left: 45px;
    top: -35px;
    width: 14%;
   }
   .logoBar .client ul li:nth-child(16) {
    position: relative;
    left: 58px;
    top: -42px;
    width: 14%;
   }
   .logoBar .client ul li:nth-child(17) {
    position: relative;
    left: 59px;
    top: -20px;
    width: 14%;
   }
   .logoBar .client ul li:nth-child(18) {
    position: relative;
    left: 40px;
    top: -46px;
    width: 14%;
   }
   .logoBar .client ul li:nth-child(19) {
    position: relative;
    top: -40px;
    width: 16%;
   }
   .logoBar .client ul li:nth-child(20) {
    position: relative;
    top: 7px;
    left: 30px;
    width: 16%;
   }
   .logoBar .client ul li:nth-child(21) {
    position: relative;
    top: -40px;
    left: 27px;
    width: 16%;
   }
   .logoBar .client ul li:nth-child(22) {
    position: relative;
    top: -5px;
    left: 35px;
    width: 16%;
   }
   .logoBar .client ul li:nth-child(23) {
    position: relative;
    top: 0px;
    left: 43px;
    width: 16%;
   }
   .logoBar .client ul li:nth-child(24) {
    position: relative;
    top: -47px;
    left: 40px;
    width: 16%;
   }
   .logoBar .client ul li:nth-child(25) {
    position: relative;
    top: -27px;
    left: 100px;
   }
   .logoBar .client ul li:nth-child(26) {
    position: relative;
    top: 20px;
    left: 120px;
   }
   .logoBar .client ul li:nth-child(27) {
    width: 15%;
    position: relative;
    top: -43px;
    left: 66px;
   }
   .logoBar .client ul li:nth-child(28) {
    position: relative;
    left: 42px;
    top: 4px;
   }
   .logoBar .client ul li:nth-child(29) {
    position: relative;
    left: 72px;
   }
   .logoBar .client ul li:nth-child(30) {
    position: relative;
    left: 118px;
    top: -30px;
   } */

.logoBar .client ul li:nth-child(8) img {
  width: 150px;
}
.logoBar .client .client-logo {
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.logo-heading .heading-text {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #1d1d1f;
  margin: 0;
}
.logo-heading {
  padding: 50px 0 50px;
}
.logoBar {
  padding-bottom: 30px;
}
.logoBar .client ul li:nth-child(31) {
  display: none;
}
@media only screen and (max-width: 768px) {
  .logoBar .client ul li:nth-child(1) {
    width: 13%;
    display: none;
  }

  .logoBar .client ul li:nth-child(2) {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block !important;
  }
  .single-guide-container.wide #accordion-with-content .ways-to-work {
    padding: 0px 0 10px !important;
  }
  .ways-to-work-card:first-child .card-img img,
  .ways-to-work-card:nth-child(2) .card-img img,
  .ways-to-work-card:nth-child(4) .card-img img {
    max-width: 261px !important;
  }
  .main-container.single-guide-container.wide {
    padding-bottom: 0 !important;
  }

  /* .logoBar .client ul li:nth-child(2) {
  width: 12%;
  position: relative;
  bottom: 0;
  display: none;
  }
  .logoBar .client ul li:nth-child(3) {
    width: 13%;
    position: relative;
    top: 0;
    left: 0;
    display: none;
    }
  
    .logoBar .client ul li:nth-child(4) {
      width: 13%;
      position: relative;
      top: 0;
      left: 0;
      display: none;
      }
  .logoBar .client ul li:nth-child(5) {
    width: 13%;
        position: relative;
        left: 0;
        top: 0;
        display: none;
        }
   .logoBar .client ul li:nth-child(6) {
    width: 13%;
          position: relative;
          left: 0;
          top: 0;
          display: none;
          }
  .logoBar .client ul li:nth-child(7) {
    width: 18%;
            position: relative;
            left: 0;
            top: 0;
            display: none;
            }
   .logoBar .client ul li:nth-child(8) {
    width:50%;
    position: relative;
      left: 0;
      display: none;
   }
    .logoBar .client ul li:nth-child(9) {
      width: 50%;
      position: relative;
      left: 0;
      top: 0;
      display: none;
     } 
    .logoBar .client ul li:nth-child(10) {
    width: 50%;
    position: relative;
      left: 0;
      top: 0;
      display: none;
     }
   .logoBar .client ul li:nth-child(11) {
     width: 50%;
     position: relative;
      left: 0px;
      top: 0;
      display: none;
    }
    .logoBar .client ul li:nth-child(12) {
      width: 50%;
      position: relative;
       left: 0;
       top: 0;
       display: none;
     }
  
     .logoBar .client ul li:nth-child(13) {
      width: 50%;
      position: relative;
      left: 0;
      top: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(14) {
      width: 50%;
      position: relative;
      left: 0;
      top: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(15) {
      width: 50%;
      position: relative;
      left: 0;
      top: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(16) {
      width: 50%;
      position: relative;
      left: 0;
      top: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(17) {
      width: 50%;
      position: relative;
      left: 0;
      top: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(18) {
      width: 50%;
      position: relative;
      left: 0;
      top: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(19) {
      width: 50%;
      position: relative;
      top: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(20) {
      width: 50%;
      position: relative;
      top: 0;
      left: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(21) {
      width: 50%;
      position: relative;
      top: 0;
      left: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(22) {
      width: 50%;
      position: relative;
      top: 0;
      left: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(23) {
      width: 50%;
      position: relative;
      top: 0px;
      left: 0px;
      display: none;
     }
     .logoBar .client ul li:nth-child(24) {
      width: 50%;
      position: relative;
      top: 0;
      left: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(25) {
      width: 50%;
      position: relative;
      top: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(26) {
      width: 50%;
      position: relative;
      top: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(27) {
      width: 50%;
      position: relative;
      top: 0;
      left: 0px;
      display: none;
     }
     .logoBar .client ul li:nth-child(28) {
      width: 50%;
      position: relative;
      left: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(29) {
      width: 50%;
      position: relative;
      left: 0;
      display: none;
     }
     .logoBar .client ul li:nth-child(30) {
      width: 50%;
      position: relative;
      left: 0;
      top: 0;
      display: none;
     } */
  .single-guide-container.wide #follow-us .social-list li a img {
    max-width: 56px !important;
  }

  .single-guide-container.wide #follow-us .follow-dark-bg {
    padding: 50px 0 0 !important;
  }
  .work-with-us-form #FeaturedOnUnation .u-block-in.fw {
    padding: 20px !important;
  }
  section#FeaturedOnUnation {
    padding: 0 !important;
  }
  .single-guide-container.wide #FeaturedOnUnationFrom #featured_form_submit {
    margin-left: 150px !important;
  }
}

.single-guide-container.wide #two-col-cards-with-content-image .ways-to-work {
  padding: 100px 0 10px;
}
.single-guide-container.wide #accordion-with-content .ways-to-work {
  padding: 20px 0 10px;
}
.single-guide-container.wide
  #content-accordion-button-with-image-on-side
  .logo-heading {
  padding: 100px 0 40px;
}
.single-guide-container.wide .work-text h2 {
  font-size: 32px;
  color: #1e1f22;
  font-family: Montserrat;
}
.ways-to-work-card:first-child .card-img img,
.ways-to-work-card:nth-child(2) .card-img img,
.ways-to-work-card:nth-child(4) .card-img img {
  max-width: 410px;
  margin: 0 auto;
}
.single-guide-container.wide #follow-us .follow-dark-bg {
  padding: 50px 0 0;
  background-color: #fff;
}
.single-guide-container.wide #FeaturedOnUnation .u-block-in {
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(11, 7, 110, 0.07);
  padding: 20px;
}
#FeaturedOnUnation #FeaturedOnUnationFrom .field-wrap input[type="text"] {
  padding-top: 18px;
}
#FeaturedOnUnation #FeaturedOnUnationFrom .field-wrap input[type="text"],
#FeaturedOnUnation #FeaturedOnUnationFrom .field-wrap select {
  border-radius: 4px;
  border: 1.005px solid #dcdee0;
  background: #fff;
  height: 50px;
  position: relative;
  color: #1e1f22 !important;
  text-align: justify;
  font-family: Lato;
  font-size: 14.076px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#FeaturedOnUnation
  #FeaturedOnUnationFrom
  .field-item.metro
  .select2-selection--multiple {
  background-color: #fff;
  height: 50px;
  border-radius: 4px;
  border: 1.005px solid #dcdee0;
}
#FeaturedOnUnationFrom textarea {
  border-radius: 4px !important;
  border: 1.005px solid #dcdee0 !important;
  background: #fff !important;
  position: relative;
  height: 93px;
}
#FeaturedOnUnation #FeaturedOnUnationFrom .field-item {
  position: relative;
}
#FeaturedOnUnation #FeaturedOnUnationFrom .field-item.firstname label,
#FeaturedOnUnation #FeaturedOnUnationFrom .field-item.lastname label,
#FeaturedOnUnation #FeaturedOnUnationFrom .field-item.email label,
#FeaturedOnUnation #FeaturedOnUnationFrom .field-item.phone label,
#FeaturedOnUnation #FeaturedOnUnationFrom .field-item.linktoyourwebsite label,
#FeaturedOnUnation #FeaturedOnUnationFrom .field-item.nameofbusinessevent label,
#FeaturedOnUnation #FeaturedOnUnationFrom .field-item.metro label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #79808a;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  position: absolute;
  left: -3px;
  top: 6px;
  margin: 0;
  z-index: 999;
}
#FeaturedOnUnation
  #FeaturedOnUnationFrom
  .field-item.anythingelseyoudlikeustoknowaboutyourbusinessandoreventletusknowbelow
  label,
#FeaturedOnUnation
  #FeaturedOnUnationFrom
  .field-item.iwantto
  label#featured_form_iwantto_label {
  color: #1e1f22;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#FeaturedOnUnation h2 {
  color: #1e1f22;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-guide-container.wide #FeaturedOnUnationFrom #featured_form_submit {
  margin-left: 330px;
}
.ways-to-work-card a.learn-more span + span {
  padding-left: 10px;
  padding-top: 3px;
}
.ways-to-work-card a.learn-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-btn-offer {
  margin-top: 40px;
}
