:root {
  --red-color: #d90d2b;
}

.div-report {
  width: 100%;
  background-color: #efefef;
}

.div-grey-bg {
  background-color: #efefef;
}

.div-report-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-report-inin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-row-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ae3d3e;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 3px;
}

.text-report {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 700;
}

.div-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pad_div80 {
  padding: 80px 0;
}

.mar_div30 {
  margin: 30px 0;
}

.mar_div60 {
  margin: 60px 0;
}

.pady45_x20 {
  padding: 45px 20px;
}

.short_descript {
  font-style: italic;
  font-size: 18px;
}

.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author_name {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
}

.author_date {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.author_image_div {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author_image {
  border-radius: 50px;
}

.author_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socialimage {
  width: 30px;
  height: 30px;
  color: #ae3d3e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.socialimage:hover {
  color: #bdbdbd;
}

.sifb {
  background-image: url(../svg/facebook_r.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sifb:hover {
  background-image: url(../svg/facebook_g.svg);
  color: #bdbdbd;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sitw {
  background-image: url(../svg/twitter_r.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sitw:hover {
  background-image: url(../svg/twitter_g.svg);
  color: #bdbdbd;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sili {
  background-image: url(../svg/linkedin_r.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sili:hover {
  background-image: url(../svg/linkedin_g.svg);
  color: #bdbdbd;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.siem {
  background-image: url(../svg/email_r.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.siem:hover {
  background-image: url(../svg/email_g.svg);
  color: #bdbdbd;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

div.insights img.widget-posts-img {
  float: none;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .div-report-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-report-inin {
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .div-report-inin {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-frame {
    height: 240px;
  }
  .page-section,
  .small-section {
    padding: 30px 0;
  }
}

.page-section-article,
.small-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 150px 0;
}

@media only screen and (max-width: 1024px) {
  .page-section-article {
    padding: 120px 0;
  }
  .page-section-article,
  .home-section,
  .small-section {
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 768px) {
  .page-section-article {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 480px) {
  .page-section-article {
    padding: 60px 0;
  }
  .mobile .page-section-article,
  .mobile .home-section,
  .mobile .small-section {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 991px) {
  DIV.slide-item SECTION.page-section-article {
    height: 600px;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .page-section-article ::-webkit-scrollbar {
    width: 5px;
  }
  .page-section-article ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .page-section-article ::-webkit-scrollbar-thumb {
    background: #4a4a4a;
  }
  .page-section-article ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .success-story.page-section-article {
    padding: 0;
  }
}

.page-section-article,
.small-section {
  padding: 80px 0;
  border: none;
}

.nav-logo-wrap .logo {
  max-width: 180px !important;
}

@media screen and (min-width: 450px) {
  .nav-logo-wrap .logo {
    max-width: 270px !important;
  }
}

.margin-top-0 {
  margin-top: 0px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.image-right-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.image-right-box img {
  width: 20rem;
  height: 20rem;
}

@media screen and (min-width: 768px) {
  .image-right-box {
    justify-content: end;
    margin-top: 0;
  }

  .image-right-box img {
    width: 30rem;
    height: 30rem;
  }
}
/* FLEX */

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.align-center {
  align-items: center;
}

/* FOOTER */
.main-footer .footer-bottom {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .main-footer .footer-bottom {
    display: block;
  }
}

@media screen and (min-width: 1199px) {
  .main-footer .footer-bottom {
    flex-direction: row;
    align-items: center;
  }
}

.main-footer img.iso-footer-logo {
  -webkit-filter: none;
  filter: none;
  width: 160px;
  object-fit: contain;
  height: 70px;
}

/*============================================
START booking manager presentation landing page
==============================================*/
@import url("p27dc.css");

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff2"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff2"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

.row-stretch {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.right-image .row {
  flex-direction: row-reverse;
}

.ff-proxima {
  font-family: "proxima-nova";
}

.fw-bold {
  font-weight: 700;
}

.bg-grey {
  background-color: #f7f7f7;
}

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

.bg-black {
  background: #28292e;
  box-shadow: 40px 0px 50px 10px rgba(0, 0, 0, 0.25);
}

.bg-black h2,
.bg-black p {
  color: #f7f7f7;
}

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

.text-dark {
  color: #28292e;
}

.text-red {
  color: var(--red-color);
}

.text-light-grey {
  color: #f7f7f7;
}

section.p-tb-100 {
  padding: 60px 0;
}

.custom-slider .slick-prev,
.custom-slider .slick-next {
  background: var(--red-color);
  border-radius: 50%;
  height: 42px;
  width: 42px;
  transform: translateY(-50%);
}

.custom-slider .slick-prev:before,
.custom-slider .slick-next:before {
  font-size: 24px;
}

.slider-arrow-right .slick-arrow {
  background-color: var(--red-color);
  top: unset;
  bottom: -7rem;
}

.slider-arrow-right .slick-arrow {
  background-color: var(--red-color);
  top: unset;
  bottom: -7rem;
}

.slider-arrow-right .slick-prev {
  left: unset;
  right: 7rem;
}

.slider-arrow-right .slick-next {
  right: 3%;
}

@media screen and (max-width: 768px) {
  .order-m-2 {
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  section.p-tb-100 {
    padding: 100px 0;
  }

  .slider-arrow-right .slick-prev {
    right: 10rem;
  }
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.animate-btn {
  display: inline-block;
  width: max-content;
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #f7f7f7;
  text-transform: uppercase;
  padding: 12px 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

.animate-btn:hover {
  color: var(--red-color);
}

.animate-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: var(--red-color);
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.animate-btn:hover:before {
  width: 100%;
  z-index: -1;
}

.presentation-logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 250px;
}

.presentation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  background: #282a2e;
  box-shadow: 7px 4px 14px 6px rgba(0, 0, 0, 0.25);
}

.presentation-header a {
  display: inline-flex;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}

.presentation-header a:hover {
  opacity: 0.8;
}

.presentation-h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: normal;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .presentation-h1 {
    font-size: 72px;
  }
}

.presentation-h2 {
  font-weight: 700;
  font-size: 39px;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #28292e;
  margin-top: 0;
}

.presentation-desc {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: normal;
  color: #28292e;
}

.presentation-icon {
  width: 70px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .presentation-icon {
    width: 100px;
    margin-bottom: 50px;
  }
}

.section-hero-full {
  height: calc(100vh - 54px);
  display: flex;
  align-items: center;
}

.section-hero-full .container {
  margin-top: -20vh;
}

@media screen and (min-width: 768px) {
  .section-hero-full .container {
    margin-top: 0;
  }
}

.relative {
  position: relative;
}

.section-video-top img {
  margin-right: 5rem;
}

.section-video-bottom {
  margin-top: 60px;
  box-shadow: 15px 1px 50px 6px rgba(53, 55, 65, 0.2);
}

.presentation-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .presentation-desc-wrapper {
    padding-left: 10%;
    padding-right: 0;
  }

  .right-image .presentation-desc-wrapper {
    padding-left: 0;
    padding-right: 10%;
  }
}

.presentation-video video {
  width: 100%;
}

.presentation-slider-card {
  border-radius: 28px;
  background-color: #fff;
  padding: 32px;
  margin-top: 2rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(100px);
}

.presentation-slider-card:hover {
  transform: scale(1.02);
}

.presentation-icon-container img {
  width: 40px;
  height: 40px;
}

.presentation-slider-heading {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.09rem;
}

.presentation-slider-card p {
  font-size: 16px;
  color: #5f5f5f;
}

/* effect on scroll */
.text-effect-wrapper h1 {
  position: relative;
}

.heading-reveal-effect span {
  color: var(--red-color);
  position: absolute;
  display: inline-block;
  opacity: 0;
  transform: translateY(-50px);
}

.animation-icon,
.animation-video-image,
.animation-heading,
.animation-text,
.animation-btn {
  opacity: 0;
  transform: translateY(100px);
}

.arrow-left-anim .animation-image-top {
  width: 150px;
  transform: translate(-200px, 0) rotate(-10deg);
  opacity: 0;
}

.animation-image-top {
  opacity: 0;
  transform: translateY(0px);
}

progress {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border: none;
  background: transparent;
  z-index: 2;
}
progress::-webkit-progress-bar {
  background: transparent;
}
progress::-webkit-progress-value {
  background: linear-gradient(to right, #fc6666, #fb5a5a, #f9415f, #f8353e, #f82630, #ff1313);
  background-attachment: fixed;
}
progress::-moz-progress-bar {
  background: linear-gradient(to right, #fc6666, #fb5a5a, #f9415f, #f8353e, #f82630, #ff1313);
  background-attachment: fixed;
}

.animate-btn.translate-btn:hover {
  transform: translate(0px, 0px);
}

/* Fix header on mobile and tablet */
@media screen and (max-width: 575px) {
  .home-hero video {
    display: none;
  }
}
@media screen and (min-width: 575px) and (max-width: 991px) {
  .home-hero.top-margin {
    margin-top: 75px;
  }
}

/*============================================
  END booking manager presentation landing page
  ==============================================*/

/* ACCORDION */
.accordion .accordion-item {
  border: 0;
  background-color: transparent;
}
.accordion .accordion-item .accordion-header {
  border-bottom: 2px solid rgba(195, 210, 218, 0.8);
}
.accordion .accordion-item .accordion-button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 2rem 0;
  position: relative;
}
.accordion .accordion-item .accordion-button h3 {
  font-weight: 600;
}
.accordion .accordion-item .accordion-button:hover {
  color: #5f5f5f;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:after {
  content: "\f106";
  font-family: "FontAwesome";
  right: 10px;
  position: absolute;
  font-size: 16px;
}

.accordion .accordion-item .accordion-button.collapsed:after {
  content: "\f107";
  font-family: "FontAwesome";
  right: 10px;
  position: absolute;
  font-size: 16px;
}

.accordion .accordion-item .accordion-button.accordion-btn-small {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: none;
  box-shadow: none;
  padding: 0;
}
.accordion .accordion-item .accordion-button.accordion-btn-small:after {
  transform: rotate(0deg);
}
.accordion .accordion-item .accordion-body {
  font-size: 18px;
  padding: 20px;
}
.accordion .accordion-toggle.form-toggle {
  position: relative;
  border-bottom: none;
  box-shadow: none;
  color: #828282;
  border-bottom: 1px dotted #9888c3;
  font-weight: 500;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.accordion .accordion-toggle.form-toggle:after {
  content: "";
  position: absolute;
  right: 8px;
  background-image: url(../arrow-down-secondary.html);
  height: 10px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion .accordion-toggle.form-toggle.active:after {
  transform: rotate(-180deg);
}
.accordion .accordion-content {
  display: none;
}

section.landing-section {
  padding: 70px 0px 20px 0px !important;
}

section.landing-section {
  padding: 70px 0px 20px 0px !important;
}

/* REUSEABLE CLASSES */
.font-proxima {
  font-family: "proxima-nova", sans-serif;
  text-transform: unset;
  letter-spacing: unset;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.red-text {
  color: var(--red-color);
}

.dark-text {
  color: #28292e;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
  line-height: 1.6;
}

.fs-18 {
  font-size: 18px;
  line-height: 1.6;
}

.fs-20 {
  font-size: 20px;
  line-height: 1.45;
}

.fs-32 {
  font-size: 32px;
  line-height: 1.3;
}

.bg-white {
  background-color: #fff;
}
.bg-grey-gradient {
  background: linear-gradient(180deg, #efefef 0%, rgba(239, 239, 239, 0.15) 100%);
}

.bg-texture {
  background-image: url("../bg-textured.html");
  background-repeat: no-repeat;
  background-size: cover;
}

.reuse-heading {
  color: #28292e;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 46px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .reuse-heading {
    font-size: 61px;
  }
}

.reuse-subtitle {
  color: var(--red-color);
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}

.btn-rounded {
  display: block;
  color: var(--red-color);
  font-weight: 700;
  line-height: 24px;
  font-size: 20px;
  border: 2px solid var(--red-color);
  border-radius: 64px;
  padding: 1.5rem 3rem;
  width: max-content;
  box-shadow: 7px 7px 34.8px -7px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.btn-rounded:hover {
  background-color: var(--red-color);
  color: #fff;
}

.container-xxl {
  width: 100%;
  max-width: 1570px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

/* END REUSEABLE CLASSES */

/* REUSEABLE HERO SECTION */
.pin-image-wrapper,
.pin-count {
  position: relative;
}

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

.container-md {
  width: 720px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
}

.pin-count {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
}

@media screen and (min-width: 768px) {
  .pin-wrapper {
    flex-direction: row;
    width: 100%;
  }
  .pin-count:nth-child(1) {
    margin-top: 3rem;
    align-items: flex-start;
  }
  .pin-count:nth-child(1):after {
    left: 25%;
  }

  .pin-count:nth-child(2) {
    align-items: center;
  }
  .pin-count:nth-child(2):after {
    left: 50%;
  }

  .pin-count:nth-child(3) {
    margin-top: 3rem;
    align-items: flex-start;
  }
  .pin-count:nth-child(3):after {
    left: 60%;
  }

  .pin-count:after {
    content: "";
    position: absolute;
    height: 24rem;
    width: 1px;
    background: #a0a1a6;
    top: 100%;
  }
}

.pin-count-numb {
  font-family: "proxima-nova", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.pin-count-text {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* END REUSEABLE HERO SECTION */
.iframe-video {
  height: 690px;
  width: 100%;
  margin: 50px 0;
}

/* REUSEABLE CLIENT REVIEW SECTION */

.container-xxl .page-section {
  position: static;
  padding-bottom: 80px;
}
.client-review-slider {
  width: 100%;
  height: auto;
  position: static;
}

.client-review-slider .slick-prev {
  left: 0;
}
.client-review-slider .slick-next {
  right: 0;
}

.client-review-slider .slick-dots {
  left: 0;
  bottom: 30px;
}

.client-review-slider .slick-dots li {
  height: 12px;
  width: 12px;
}

.client-review-slider .slick-dots li button {
  height: 100%;
  width: 100%;
  background-color: #a0a1a6;
}

.client-review-slider .slick-dots li.slick-active button {
  background-color: var(--red-color);
}

.client-review-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-review-video {
  height: 600px;
  border-radius: 10px;
  display: block;
}

.client-review-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .client-review-desc {
    max-width: 340px;
  }
}

.client-review-desc p {
  text-align: left;
}

.client-video-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  right: 20%;
  bottom: 30px;
  cursor: pointer;
}

/* END CLIENT REVIEW SECTION */

/* FEATURE SLIDER SECTION */
.reuse-feature-slider {
  position: relative;
}
.reuse-feature-slide {
  width: 400px;
  height: 400px;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  margin: 20px;
  padding: 2rem;
}

/* END FEATURE SLIDER SECTION */

/* THANK YOU PAGE */
.thankyou-container {
  max-width: 720px;
  width: 100%;
  margin: auto;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-links-icon {
  background-color: rgba(217, 13, 43, 1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.social-links-icon:hover {
  transform: scale(1.05);
}

.play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

/* END THANK YOU PAGE */

/* RESUE NEWS BLOCK */
.reuse-news-box .post-prev-img img {
  transition: all 0.3s ease-in-out;
}

.reuse-news-box:hover .post-prev-img img {
  transform: scale(1.02);
}
/* END RESUE NEWS BLOCK */

/* RESUE CLIENT CAROUSEL */
.logo-carousel-wrapper {
  padding: 10rem 0;
  position: relative;
}

.logo-carousel {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}

.logo-move-right {
  animation: logoMove 80s linear infinite;
  animation-direction: reverse;
  will-change: transform;
}

.logo-move-left {
  animation: logoMove 80s linear infinite;
  animation-direction: normal;
  will-change: transform;
}

.logo-carousel-wrapper:after,
.logo-carousel-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(94deg, #f5f5f7 -17.8%, rgba(245, 245, 247, 0) 70.87%);
}

.logo-carousel-wrapper:after {
  right: 0;
  background: linear-gradient(-94deg, #f5f5f7 -17.8%, rgba(245, 245, 247, 0) 70.87%);
}

.logo-carousel-item {
  width: 300px;
  min-width: 300px;
  height: 140px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* END CLIENT CAROUSEL */

/* START API SLIDER SECTION */
.reuse-api-slider .slick-track {
  display: flex;
}

.reuse-api-slide {
  padding: 40px 40px 0 40px;
  margin: 0 20px;
  height: inherit;
}

.reuse-box-img-center {
  display: flex;
  align-items: center;
  height: 100%;
}

/* .reuse-api-slide:nth-child(odd){
  width: 60% !important;
}
.reuse-api-slide:nth-child(even){
  width: 40% !important;
} */

/* END API SLDIER SECTION */

@keyframes logoMove {
  to {
    transform: translateX(-66.6666%);
  }
}
