* {
  box-sizing: border-box;
}
/****FOOTER***/

.footer {
  background: #141414;
}

footer img.footer_logo {
  width: 100%;
  max-width: 236px;
  display: inline-block;
}

footer .wrap {
  max-width: 1220px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer-social-title {
  color: #e5fafe;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

footer .social_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

footer .social_list li {
  width: auto;
}

footer .social_list li a:after {
  display: none;
}

footer .social_list li a {
  display: block;
  width: 29px;
  height: 29px;
  padding-left: 0;
}

footer .social_list li.linkedin_social a {
  background: url(../../../images/nivelmob/footer/linkedin.png) no-repeat
    center center / 100%;
}

footer .social_list li.fb_social a {
  background: url(../../../images/nivelmob/footer/facebook.png) no-repeat
    center center / 100%;
}

footer .social_list li.instagram_social a {
  background: url(../../../images/nivelmob/footer/inst-logo.png) no-repeat
    center center / 100%;
}

footer .social_list li.youtube_social a {
  background: url(../../../images/nivelmob/footer/youtube.png) no-repeat
    center center / 100%;
}

footer .social_list li.mail_social a {
  background: url(../../../images/nivelmob/footer/mail.png) no-repeat center
    center / 100%;
}

footer .social_list li.telegram_social a {
  background: url(../../../images/nivelmob/footer/telegram.png) no-repeat
    center center / 100%;
}

footer .social_list li:nth-child(2n) {
  padding-left: 0;
}

footer .copyright {
  color: #e5fafe;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-top: 10px;
}

.footer-right-section-nav {
  display: flex;
  justify-content: space-between;
}

footer .footer-left-section {
  width: 21%;
  flex-shrink: 0;
}

footer .footer-right-section {
  width: 70%;
}

.footer-nav-col {
  width: 25%;
}

.footer-nav-col a {
  display: block;
  color: #6170a4;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

.footer-nav-col a:hover,
.footer-right-section-nav-bottom a:hover {
  color: #fff;
}

.footer-nav-col a.bold-link {
  padding-bottom: 20px;
}

.footer-nav-col a.bold-link,
.footer-nav-col span.bold-link {
  color: #e5fafe;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.footer-nav-col a.bold-link:hover {
  color: #3d4ff0;
}

.footer-nav-col span.bold-link {
  display: block;
  padding-bottom: 10px;
}

.footer-right-section-nav-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 49px;
  width: 87%;
}

.footer-right-section-nav-bottom span.bold-link {
  padding-bottom: 0px;
  color: #e5fafe;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
}

.footer-right-section-nav-bottom a {
  color: #6170a4;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

footer .logo-holder {
  margin-bottom: 40px;
}

.social_mob,
.copyright-mob {
  display: none;
}

@media (max-width: 1880px) {
  footer .wrap {
    max-width: 1440px;
  }
  footer .footer-right-section {
    width: 75%;
  }
}

@media (max-width: 1500px) {
  footer .wrap {
    max-width: 1220px;
  }
  footer .footer-left-section {
    width: 254px;
    margin: 0;
  }
  footer .footer-right-section {
    width: 70%;
  }
  footer .copyright {
    max-width: 100%;
  }
}

@media (max-width: 1280px) {
  footer .wrap {
    max-width: 100%;
  }
  .footer-nav-col {
    width: 18%;
  }
  .footer-right-section-nav-bottom {
    width: 93%;
  }
}

@media (max-width: 1080px) {
  .footer-right-section-nav-bottom {
    flex-direction: column;
  }
  .footer-right-section-nav-bottom span.bold-link {
    padding-bottom: 15px;
  }
  .footer-right-section-nav-bottom a {
    line-height: 40px;
  }
  section.contact_us ~ footer {
    padding-top: 160px;
  }
  footer .logo-holder {
    margin-bottom: 165px;
  }
}

@media (max-width: 950px) {
  footer .footer-right-section {
    width: 67%;
  }
}

@media (max-width: 900px) {
  footer .wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  footer .footer-right-section {
    width: 100%;
  }

  .social_desc,
  .copyright-desc {
    display: none;
  }
  footer .logo-holder {
    margin-bottom: 40px;
  }
  .footer-right-section-nav {
    flex-wrap: wrap;
  }
  .footer-nav-col:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer-nav-col:first-child a {
    width: 30%;
  }
  .footer-nav-col {
    width: 30%;
  }

  .social_mob,
  .copyright-mob {
    display: block;
  }
  footer .copyright {
    text-align: left;
  }

  footer .social_list {
    justify-content: flex-start;
  }
  footer .social_list li {
    margin-right: 14px;
  }

  .footer-social-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 850px) {
  section.contact_us ~ footer {
    padding-top: 20px;
  }
}

/***BUTTONS***/

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #131313;
  text-decoration: none;
  cursor: pointer;
  border-radius: 76px;
  background: #fff;
}

/****HEADER***/

header {
  background: rgba(0, 0, 0, 0.08);
  padding-top: 10px;
  padding-bottom: 10px;
  height: 98px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.contact-us-header {
  background: #000629;
}

header.header-scroll {
  background: rgba(0, 0, 0, 1);
  z-index: 1000;
}

.main_nav .nav_list a {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.login_holder a.login_btn {
  height: 44px;
  padding: 0 36px 0 16px;
  border: none;
  color: #ffffff;
  position: relative;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100px;
  background: #141414;
  width: 89px;
}

.login_get .login_holder a.login_btn .arrow,
.login_get .get_account a.get_btn .arrow {
  right: 16px;
  top: 19px;
}

.login_get .get_account a.get_btn {
  border: 0;
  position: relative;
  width: 97px;
  height: 44px;
  text-transform: uppercase;
  color: #131313;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 56px;
  background: #fff;
}
.login_holder:hover a.login_btn {
  border-color: #1628cd;
  background: #1628cd;
}

.login_get .options li a:hover {
  color: #1628cd;
  background-color: transparent;
}

.nav-wraper {
  float: none;
  padding-top: 0px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_nav {
  flex-grow: 1;
  justify-content: center;
  display: flex;
}

.main_nav .nav_list {
  margin-bottom: 0;
}

.main_nav .nav_list a:hover {
  color: #3d4ff0;
}
.main_nav .nav_list a.dropdown:before {
  display: none;
}

nav ul.options,
.login_get ul.options,
.get_account ul.options {
  border-radius: 10px;
  background: #fff;
  width: 156px;
  padding: 10px 15px;
}

nav.main_nav .options li a {
  color: #1e1e1e;
  text-align: left;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  line-height: 36px;
}
.main_nav .nav_list .options a:hover {
  background-color: transparent;
}

.login_get .options li a {
  color: #1e1e1e;
  text-align: left;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  line-height: 36px;
}

.login_get .get_account a.get_btn:hover {
  background-color: #fff;
  color: #1628cd;
}

header .mob_nav_btn_hamburger {
  border-radius: 76px;
  border: 2px solid #02215e;
  width: 44px;
  height: 44px;
  display: none;
  justify-content: center;
  align-items: center;
}

header .mob_burger {
  position: static;
  margin-top: 28px;
  margin-left: 16px;
}

.mobile-nav {
  display: none;
  background: #141414;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  top: 70px;
  padding: 20px;
}

.mobile-nav-list a {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}

.mobile-nav-list-sub {
  display: none;
}

.mobile-nav-list-sub a {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}

.mobile-nav-list-sub h5 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 23px;
  margin-bottom: 30px;
}

.mobile-nav-list-sub .mobile-nav-link-back {
  color: #fff;
  text-align: left;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.mobile-nav-list-sub .mobile-nav-link-back svg {
  margin-right: 10px;
}

.login-btn-wrapper {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  top: 0;
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
}
.mobile-nav-list {
  position: relative;
  z-index: 9;
}
.login-btn-wrapper .btn-login {
  width: 95px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #141414;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.login-btn-wrapper .btn-login svg {
  margin-left: 10px;
}

.login-btn-wrapper .btn-login:hover {
  border-radius: 76px;
  background: #3d4ff0;
}

.login-btn-wrapper .btn-login:focus,
.login-btn-wrapper .btn-login:active {
  border-radius: 76px;
  background: #1628cd;
}

.login-btn-wrapper .mobile-nav-list-sub {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.login-btn-wrapper .btn-sign-up {
  border-radius: 56px;
  background: #fff;
  color: #131313;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 105px;
  height: 44px;
  text-decoration: none;
}
.login-btn-wrapper .btn-sign-up svg {
  margin-left: 10px;
}

.login-btn-wrapper .btn-sign-up:hover {
  color: #3d4ff0;
}

.login-btn-wrapper .btn-sign-up:hover svg {
  stroke: #3d4ff0;
}

.login-btn-wrapper .btn-sign-up:focus,
.login-btn-wrapper .btn-sign-up:active {
  color: #1628cd;
}

.login-btn-wrapper .btn-sign-up:focus svg,
.login-btn-wrapper .btn-sign-up:active svg {
  stroke: #1628cd;
}

@media (max-width: 1440px) {
  header {
    padding: 0 40px;
  }
  .login_get ul.options,
  .get_account ul.options {
    left: -40px;
  }
}

@media (max-width: 1400px) {
  header {
    padding: 0 15px;
  }
  header img.logo {
    width: 189px;
  }
}

@media (max-width: 1368px) {
}
@media (max-width: 1280px) {
  header img.logo {
    width: 160px;
  }
  .main_nav .nav_list a,
  .main_nav .nav_list a.dropdown {
    margin-right: 15px;
  }
  .login_holder {
    position: relative;
    float: left;
    margin-right: 5px;
  }
}
@media (max-width: 1100px) {
  .nav_list a,
  .main_nav .nav_list a.dropdown {
    margin-right: 7px;
  }
  .main_nav .nav_list a.dropdown {
    padding-right: 15px;
  }
}

@media (max-width: 1000px) {
  .main_nav .nav_list a,
  .main_nav .nav_list a.dropdown {
    margin-right: 5px;
  }
}

@media (max-width: 992px) {
  header {
    height: 70px;
  }
  .nav-wraper-desc {
    display: none;
  }
  header .mob_nav_btn_hamburger {
    display: flex;
    top: 13px;
    right: 15px;
  }

  body.fixed-overflow {
    overflow: hidden;
  }

  .mobile-nav.visible {
    display: block;
  }

  body.fixed-overflow header {
    background: rgba(20, 20, 20, 1);
  }
}

/***HERO SECTION***/

.video_wrap video {
  width: 100%;
}

@media (max-width: 2560px) {
  .video_wrap video {
    width: 2560px;
  }
}

.slide-global-marketing .slide-slogan {
  color: #fff;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slide-global-marketing .slide .main-title {
  color: #fff;
  margin-top: 0;
  font-family: Inter;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 7.28px;
  text-transform: uppercase;
  padding-top: 20px;
}

.slide-global-marketing .slide.wrap {
  width: 100%;
  max-width: 1210px;
  position: relative;
  z-index: 2;
  padding-top: 200px;
}

.slide-global-marketing .traffic-section .traffic-section-title {
  text-shadow: 5px 2px 24px rgba(0, 0, 0, 0.65);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  color: white;
  background: #0D1127;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 5rem;
  border: 5px solid #5978F3;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0.075em;
  transition: background 0.3s;
  background: linear-gradient(270deg, #3170f6 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide-global-marketing .traffic-item:before,
.slide-global-marketing .traffic-item:after {
  display: none;
}

.slide-global-marketing .traffic-item {
  border-radius: 16px;
  background: var(
    --violet,
    linear-gradient(
      133deg,
      rgba(61, 79, 240, 0.1) 5.94%,
      rgba(27, 0, 133, 0.1) 96.59%
    )
  );
  backdrop-filter: blur(12px);
  padding: 20px 10px;
  width: 220px;
  position: relative;
  z-index: 10;
  box-shadow: none;
}
.slide-global-marketing .traffic-item-line {
  border-radius: 16px;
  z-index: -1;
  background: transparent;
  width: 222px;
  height: 100%;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  display: block;
  background: url(../../../images/nivelmob/itemstroke.svg) no-repeat 0 0 /
    100%;
}

.slide-global-marketing .traffic-item .traffic-title {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 7px;
}

.slide-global-marketing .traffic-item .description {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  min-height: 110px;
}

.slide-global-marketing .traffic-item .head-holder {
  min-height: auto;
  width: 100%;
  display: block;
  text-align: left;
}

/* Center the button inside its parent */
.slide-global-marketing .traffic-holder {
  text-align: center;
}

/* Transparent background and centering for the button */
.slide-global-marketing .traffic-item .btn-traffic {
  border-radius: 6px;
  border: 1px solid #46f736;
  height: 39px;
  color: #3674f7;
  text-align: center;
  background: transparent;              /* Make background transparent */
  display: inline-block;                /* Inline-block for text-align center */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 auto;                       /* Optional, if you want to use display: block instead */
  box-shadow: none;                     /* Remove any box-shadow if present */
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.slide-global-marketing .traffic-item .btn-traffic:hover {
  color: #73a0ff;
  border: 1px solid #73a0ff;
  background: transparent;
}

.slide-global-marketing .traffic-item .btn-traffic:focus,
.slide-global-marketing .traffic-item .btn-traffic:active {
  color: #fff;
  background: #1628cd;
  border: 1px solid #1628cd;
}

@media (max-width: 1024px) {
  .slide-global-marketing .traffic-methodology {
    max-width: 100%;
    padding: 0 15px;
    display: flex;
    overflow: visible;
    height: 433px;
  }
  .slide-global-marketing .traffic-item {
    width: 167px;
  }
  .slide-global-marketing .traffic-item-line {
    width: 100%;
    background: url(../../../images/nivelmob/itemstroke.svg) no-repeat 1px
      1px / 98%;
  }
  .slide-global-marketing .traffic-section .traffic-section-title {
    font-size: 36px;
  }
  .slide-global-marketing .traffic-section {
    width: 37%;
  }
  .slide-global-marketing .traffic-item .description {
    min-height: 154px;
  }
  .main {
    min-height: 80%;
    height: auto !important;
  }
  .slide-global-marketing .slide-slogan {
    padding-top: 90px;
  }
}

@media (max-width: 992px) {
  .slide-global-marketing .slide .main-title {
    font-size: 46px;
  }
  .slide-global-marketing .traffic-section .traffic-section-title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .slide-global-marketing .traffic-section {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .slide-global-marketing .traffic-methodology {
    height: 710px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .slide-global-marketing .traffic-section {
    width: 100%;
  }
  .slide-global-marketing .slide .main-title,
  .slide-global-marketing .slide-slogan {
    text-align: left;
    margin-bottom: 0;
  }
  .slide-global-marketing .traffic-item {
    width: 220px;
  }
  .slide-global-marketing .traffic-section .traffic-section-title {
    display: block;
    text-align: left;
  }
}

@media (max-width: 730px) {
  .b-intro-slide.active {
    height: auto;
  }
  .slide-global-marketing .traffic-methodology {
    height: 727px;
  }
}

@media (max-width: 600px) {
  .slide-global-marketing .traffic-item {
    width: 167px;
  }
}

/***TOP VERTICALS***/

.top-verticals-home {
  background: #f3f4f5;
}

.top-verticals-wrapper {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

.top-verticals-wrapper h2 {
  color: #131313;
  margin: 0 0 30px 0;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 100% */
  text-transform: capitalize;
  text-align: center;
}

.top-verticals-home-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-verticals-home-row .top-verticals-home-item:first-child {
  background: #1a2128;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 324px;
  margin-right: 30px;
}
.top-verticals-home-row .top-verticals-home-item:first-child h6 {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 87.5% */
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
}
.top-verticals-home-row .top-verticals-home-item:first-child p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(2) {
  background: #fff;
  color: #131313;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 324px;
  margin-right: 30px;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(2) h6 {
  color: #131313;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 27px;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(2) p {
  color: #131313;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}

.top-verticals-home-row .top-verticals-home-item:nth-of-type(3) {
  flex-grow: 1;
  border-radius: 30px;
  background: url(../../../images/nivelmob/index/phone.png) no-repeat 100%
      100%,
    #0c172f;
  margin-right: 0;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(3) h5 {
  max-width: 257px;
  color: #fff;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
  letter-spacing: 1.8px;
  padding-bottom: 10px;
  margin: 0;
  padding-top: 20px;
}

.top-verticals-home-row .top-verticals-home-item:nth-of-type(3) p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.16px;
  max-width: 257px;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(3) .read_more {
  color: #367cf3;
  text-decoration: none;

  /* Explore More */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.18px;
  display: flex;
  align-items: center;
}

.top-verticals-home-row .top-verticals-home-item:nth-of-type(3) .read_more svg {
  flex-shrink: 0;
  margin-left: 4px;
  margin-top: 2px;
}

.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(3)
  .read_more:hover,
.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(3)
  .read_more:focus,
.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(3)
  .read_more:active {
  color: #1628cd;
}

.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(3)
  .read_more:hover
  svg
  path,
.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(3)
  .read_more:focus
  svg
  path,
.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(3)
  .read_more:active
  svg
  path {
  fill: #1628cd;
}

.top-verticals-home-row .top-verticals-home-item:nth-of-type(4) {
  max-width: 324px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  background: var(--blue2, linear-gradient(180deg, #83abf8 0%, #fff 100%));
  margin-right: 30px;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(4) h6 {
  color: #131313;
  /font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 112.5% */
  width: 100%;
  margin: 0;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(4) p {
  color: #131313;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.top-verticals-home-row .top-verticals-home-item:nth-of-type(5) {
  border-radius: 30px;
  background: url("../../../images/nivelmob/index/chart.png") no-repeat 100%
      100%,
    linear-gradient(108deg, #7347f5 1.41%, #162b80 47.43%, #02040e 88.03%);
  width: 41%;
  color: #fff;
  margin-right: 30px;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(5) h5 {
  color: #fff;
  max-width: 322px;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 111.111% */
  letter-spacing: 1.8px;
  padding-top: 20px;
  margin: 0;
  padding-bottom: 20px;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(5) p {
  color: #fff;
  max-width: 257px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.16px;
  padding-bottom: 10px;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(5) .read_more {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.18px;
  display: flex;
  align-items: center;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(5) .read_more svg {
  flex-shrink: 0;
  margin-left: 4px;
  margin-top: 2px;
}
.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(5)
  .read_more:hover,
.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(5)
  .read_more:focus,
.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(5)
  .read_more:active {
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff,
    0 0 30px #fff, 0 0 40px #fff, 0 0 55px #fff, 0 0 75px #fff;
}

.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(5)
  .read_more:hover
  svg,
.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(5)
  .read_more:focus
  svg,
.top-verticals-home-row
  .top-verticals-home-item:nth-of-type(5)
  .read_more:active
  svg {
  text-shadow: 0px 0px 5.9px 0px #fff;
}
.top-verticals-home-row .top-verticals-home-item:nth-of-type(6) {
  background: url("../../../images/nivelmob/index/gaming.png") no-repeat 98%
      99%,
    var(--darkblue, linear-gradient(180deg, #3d4ff0 0%, #1c2786 100%));
  color: #fff;
  max-width: 323px;
  margin-right: 0;
}

.top-verticals-home-row .top-verticals-home-item:nth-of-type(6) h6 {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 112.5% */
  padding-bottom: 10px;
  margin: 0;
}

.top-verticals-home-row .top-verticals-home-item:nth-of-type(6) p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.top-verticals-home-item {
  padding: 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}

@media (max-width: 1250px) {
  .top-verticals-home-row .top-verticals-home-item:first-child {
    margin-right: 0;
    max-width: 100%;
    width: 48.5%;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(2) {
    margin-right: 0;
    max-width: 100%;
    width: 48.5%;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(3) {
    flex-grow: 0;
    width: 57%;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(4) {
    margin-right: 0;
    width: 41%;
    max-width: 100%;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(5) {
    width: 52%;
  }

  .top-verticals-home-row .top-verticals-home-item:nth-of-type(6) {
    max-width: 100%;
    width: 45%;
  }
}

@media (max-width: 1000px) {
  .top-verticals-wrapper h2 {
    font-size: 52px;
    line-height: 60px; /* 115.385% */
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(3) h5,
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(5) h5 {
    font-size: 32px;
    line-height: 40px;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(5) {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .top-verticals-wrapper h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .top-verticals-home-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(3) h5,
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(5) h5 {
    font-size: 32px;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(3) {
    padding-bottom: 320px;
    background-position: center 100%;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(3) h5,
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(3) p {
    max-width: 100%;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(5) {
    padding-bottom: 260px;
    background-position: center 100%;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(5) h5,
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(5) p {
    max-width: 100%;
  }
  .top-verticals-home-row .top-verticals-home-item:nth-of-type(6) {
    padding-bottom: 200px;
  }
  .top-verticals-wrapper {
    padding-bottom: 40px;
  }
}

/****YOUR MARKETING BANNER****/

.your-marketing {
  background: #f3f4f5;
  padding: 60px 0;
}

.your-marketing-wrap {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.your-marketing-banner {
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}

.your-marketing-banner > div {
  width: 50%;
}

.your-marketing-banner-img img {
  width: 100%;
  display: block;
}

.your-marketing-banner-info {
  background: #032162;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 30px 30px 0;
}

.your-marketing-banner-info h2 {
  color: #fff;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px; /* 123.333% */
  margin: 0;
}

.your-marketing-banner-info p {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 42px */
  padding-top: 10px;
  padding-bottom: 20px;
}

.your-marketing-banner-info .btn-remove-limit {
  border-radius: 76px;
  background: #fff;
  width: 217px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #131313;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.your-marketing-banner-info .btn-remove-limit:hover,
.your-marketing-banner-info .btn-remove-limit:focus,
.your-marketing-banner-info .btn-remove-limit:active {
  color: #3d4ff0;
}

@media (max-width: 1100px) {
  .your-marketing-banner-info h2 {
    font-size: 52px;
    line-height: 74px; /* 142.308% */
  }

  .your-marketing-banner-info p {
    font-size: 27px;
  }
}

@media (max-width: 992px) {
  .your-marketing-banner-info h2 {
    font-size: 46px;
    line-height: 48px;
  }
  .your-marketing-banner-info p {
    font-size: 23px;
  }
}

@media (max-width: 900px) {
  .your-marketing-banner-info h2 {
    font-size: 36px;
    line-height: 38px;
  }
  .your-marketing-banner-info p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .your-marketing-banner {
    flex-direction: column;
    background: linear-gradient(
        0deg,
        rgba(3, 33, 98, 0.7) 10%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      url(../../../images/nivelmob/index/your-marketing-img-mob.jpg)
        no-repeat center center / 123%;
  }
  .your-marketing-banner > div {
    width: 100%;
  }
  .your-marketing-banner-info {
    padding: 35px 20px;
    border-radius: 0 0 30px 30px;
    background: transparent;
  }
  .your-marketing-banner-img {
    border-radius: 30px 30px 0 0;
    padding-top: 94%;
  }
  .your-marketing-banner-img img {
    display: none;
  }
}

/***OUR PARTNERS****/

.our-partners {
  background: #f3f4f5;
  padding: 60px 0;
}

.our-partners h2 {
  color: #131313;
  text-align: center;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 100% */
  text-transform: capitalize;
  margin: 0 0 5px;
}

.our-partners p {
  color: #6170a4;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 131.818% */
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.our-partners-logos-marquee {
  overflow: hidden;
}

.our-partners-marquee-group {
  display: flex;
  animation: scroll 22s linear infinite;
  justify-content: space-between;
  width: calc(260px * 18);
}
.our-partners-marquee-group-reverse {
  animation: scrollReverse 22s linear infinite;
  margin-top: 20px;
  flex-direction: row-reverse;
}

.our-partners-marquee-group .marquee-item {
  width: 260px;
  height: 80px;
  margin: 0 15px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-260px * 9));
  }
}
@keyframes scrollReverse {
  0% {
    transform: translateX(calc(-260px * 9));
  }
  100% {
    transform: translateX(0px);
  }
}

@media (max-width: 1000px) {
  .our-partners h2 {
    font-size: 52px;
  }
}

@media (max-width: 900px) {
  .our-partners h2 {
    font-size: 36px;
  }

  .our-partners p {
    font-size: 22px;
  }
}

/***Who is Clickealer***/

.who-is-clickealer {
  background: #fff;
}

.who-is-nivelmob-wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 60px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.who-is-nivelmob-photo {
  width: 50%;
  padding-right: 66px;
}

.who-is-nivelmob-photo img {
  width: 100%;
}

.who-is-nivelmob-info {
  width: 50%;
}

.who-is-nivelmob-info h2 {
  color: #131313;
  font-family: Inter;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 115.385% */
  text-transform: capitalize;
  margin: 0;
}

.who-is-nivelmob-info p {
  color: #131313;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding-bottom: 20px;
}

.who-is-nivelmob-info h6 {
  color: #6170a4;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 131.818% */
  padding-top: 39px;
  padding-bottom: 39px;
}

@media (max-width: 1000px) {
  .who-is-nivelmob-info {
    width: 51%;
  }
  .who-is-nivelmob-photo {
    width: 46%;
    padding: 0;
  }
  .who-is-nivelmob-info h6 {
    padding: 20px 0;
  }
}

@media (max-width: 900px) {
  .who-is-nivelmob-wrapper {
    flex-direction: column-reverse;
  }

  .who-is-nivelmob-photo,
  .who-is-nivelmob-info {
    width: 100%;
  }

  .who-is-nivelmob-info h2 {
    font-size: 36px;
    line-height: 60px;
  }
}

/***ABOUT US****/

.about_us_block {
  background: #f3f4f5;
}

.about_us_block_wrapper {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 15px;
}

.about_us_block_banner {
  border-radius: 28px;
  background: url(../../../images/nivelmob/index/banner_about.png) no-repeat
      center center / cover,
    #367cf3;
  backdrop-filter: blur(27px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 436px;
  margin-bottom: 35px;
}

.about_us_block_banner h2 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 71px;
  text-transform: capitalize;
  max-width: 846px;
  margin: 0;
  padding-bottom: 10px;
}

.about_us_block_banner p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.about_us_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about_us_list_item {
  width: 23%;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(194, 201, 223, 0.7);
  padding: 20px 23px 20px 22px;
  color: #0b0918;
  font-family: Inter;
  position: relative;
}

.about_us_item_icon {
  position: absolute;
  top: 20px;
  right: 23px;
}

.about_us_list_item .num {
  font-size: 43px;
  font-style: normal;
  font-weight: 800;
  line-height: 61px; /* 141.86% */
  text-transform: capitalize;
}

.about_us_list_item p {
  padding-top: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 110% */
}

@media (max-width: 1000px) {
  .about_us_block_banner {
    min-height: auto;
    padding: 118px 10px;
  }

  .about_us_block_banner h2 {
    font-size: 52px;
    line-height: 71px;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .about_us_list_item {
    width: 48%;
    margin-bottom: 20px;
  }

  .about_us_block_banner h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 20px;
  }

  .about_us_block_banner p {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .about_us_list_item {
    width: 100%;
  }

  .about_us_block_banner {
    padding-top: 75px;
    padding-bottom: 400px;
    background: url(../../../images/nivelmob/index/about-us-banneer-mobile.png)
        no-repeat center center / cover,
      #367cf3;
  }
}

/****GET IN TOUCH (Contact Us)****/

.get-in-touch {
  background: #f3f4f5;
}

.get-in-touch-wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 60px 15px;
  margin: 0 auto;
}

.get-in-touch h2 {
  margin: 0;
  color: #131313;
  text-align: center;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 10px;
}

.get-in-touch p {
  color: #6170a4;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 131.818% */
  padding-bottom: 30px;
}

.get-in-touch-block {
  display: flex;
  justify-content: space-between;
}

.get-in-touch-form {
  width: 48.5%;
  border-radius: 30px;
  background: #fff;
  padding: 60px 40px;
}

.get-in-touch-form h3 {
  margin: 0;
  color: #131313;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 100% */
  letter-spacing: 1.8px;
  padding-bottom: 20px;
}

.get-in-touch-form .name_address_box .name_field,
.get-in-touch-form .name_address_box .email_field {
  width: 100%;
  float: none;
}

.get-in-touch-form .input-field input[type="text"]:not(.browser-default),
.get-in-touch-form .input-field textarea {
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  background: #fff;
  order: 2;
  box-sizing: border-box;
}

.get-in-touch-form .input-field input[type="text"]:not(.browser-default) {
  height: 44px;
  padding-left: 10px;
}

.get-in-touch-form .input-field textarea {
  height: 89px;
  margin-top: 0 !important;
  padding: 10px;
}

.get-in-touch-form .select-wrapper {
  order: 2;
}

.get-in-touch-form .input-field label,
.input-field
  input[type="text"]:not(.browser-default):focus:not([readonly])
  + label,
.input-field textarea:focus:not([readonly]) + label,
.input-field label:not(.label-icon).active {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  position: static;
  order: 1;
  transform: none;
}

.get-in-touch-form .dropdown-content li > a,
.dropdown-content li > span {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  position: static;
  order: 1;
}

.get-in-touch .captcha_submit button[type="submit"] .fill-btn {
  border-radius: 76px;
  background: #141414;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.get-in-touch-form .contact_form .form-group .help-block-error {
  order: 3;
}

.get-in-touch-form .contact_form .form-group {
  display: flex;
  flex-direction: column;
}

.get-in-touch-form
  .contact_form
  .form-group.field-contactform-recipient.has-success
  .help-block-error {
  display: none;
}

.get-in-touch-form .contact_form .require_info {
  display: none;
}

.get-in-touch-form .contact_form .form-group .help-block-error {
  text-align: left;
  display: none;
}
.get-in-touch-form .contact_form .form-group.has-error .help-block-error,
.get-in-touch-form .contact_form .form-group.has-success .help-block-error {
  display: block;
  padding-bottom: 0;
}

.get-in-touch-form .contact_form .form-group.has-success .help-block-error {
  display: none;
}

.get-in-touch-form .contact_form .recipient_field {
  margin-top: 0px;
}
.get-in-touch-map {
  width: 48.5%;
  position: relative;
  border-radius: 30px;
  min-height: 716px;
  overflow: hidden;
  background: url(../../../images/nivelmob/index/map.png) no-repeat center
    center / cover;
}

.get-in-touch-map-wrapper {
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.get-in-touch-map iframe {
  width: 100%;
  height: 136%;
}

.recipient_field .form-group {
  margin-bottom: 0;
}

.get-in-touch-map .marker-new {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.get-in-touch-map .get-in-touch-tooltip {
  border-radius: 15px;
  border: 1px solid #6170a4;
  background: #fff;
  padding: 10px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 378px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-113%);
  width: 100%;
  z-index: 0;
}

.get-in-touch-map .get-in-touch-tooltip-img {
  width: 84px;
  margin-right: 20px;
  flex-shrink: 0;
}

.get-in-touch-tooltip address {
  color: #131313;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
  margin-bottom: 7px;
}

.get-in-touch-tooltip .country {
  display: flex;
  align-items: center;
  color: #131313;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
  margin-bottom: 7px;
}

.get-in-touch-tooltip .country svg {
  flex-shrink: 0;
  margin-right: 6px;
}

.get-in-touch-tooltip .phone-tel {
  color: #131313;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
}

.get-in-touch .captcha_submit button[type="submit"] {
  width: 104px;
  height: 46px;
  padding: 0;
  display: flex;
}

.contact_form .recipient_field input[type="text"].select-dropdown {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.get-in-touch .contact_form .captcha_submit {
  margin-top: 20px;
}
.get-in-touch .contact_form .form-group .caret {
  right: 14px;
  top: 20px;
}

.get-in-touch .captcha_submit button[type="submit"]:hover .fill-btn {
  background: #3d4ff0;
}

.get-in-touch
  .contact_form
  .recipient_field
  input[type="text"].select-dropdown {
  padding-top: 5px;
}

.get-in-touch-form .contact_form .recipient_field.message_box {
  margin-top: 15px;
}

@media (max-width: 1100px) {
  .get-in-touch-form {
    padding: 30px;
  }
}

@media (max-width: 1000px) {
  .get-in-touch h2 {
    font-size: 52px;
    line-height: 60px;
  }
}

@media (max-width: 900px) {
  .get-in-touch h2 {
    font-size: 36px;
  }
  .get-in-touch-form .input-field input[type="text"]:not(.browser-default) {
    height: 44px;
  }
}

@media (max-width: 768px) {
  .get-in-touch-block {
    flex-direction: column;
  }
  .get-in-touch-form {
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  .get-in-touch-map {
    width: 100%;
  }
  .get-in-touch-form h3 {
    font-size: 27px;
    line-height: 36px;
  }
  .get-in-touch-form .contact_form .recipient_field.message_box {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .get-in-touch-form .contact_form .recipient_field.message_box {
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .captcha_submit .form__submit-holder {
    width: 100%;
  }
  .get-in-touch .captcha_submit button[type="submit"] {
    width: 100%;
  }
}

/***TESTIMONIALS***/

.testimonials {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.testimonials-users-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
}
.testimonials-users-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
.testimonials-wrap {
  max-width: 600px;
  padding: 60px 15px;
  width: 100%;
  margin: 0 auto;
}

.testimonials h2 {
  margin: 0 0 10px;
  color: #131313;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 100% */
  text-transform: capitalize;
  text-align: center;
}

.testimonials h2 + p {
  color: #6170a4;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 131.818% */
}

.testimonials-feedback {
  padding-top: 53px;
  max-width: 398px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-feedback-item svg {
  width: 35px;
}

.testimonials-feedback-item p {
  color: #131313;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 43px 0px;
  margin: 0;
}

.testimonials-feedback-logo {
  text-align: center;
  margin-bottom: 43px;
}

.testimonials-feedback-logo img {
  margin: 0 auto;
}

.testimonials-feedback-link {
  text-align: center;
}

.testimonials-feedback-link a {
  color: #367cf3;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.18px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
}

.testimonials-feedback-link a svg {
  flex-shrink: 0;
  margin-left: 4px;
  margin-top: 2px;
}

.testimonials-feedback-link a:focus,
.testimonials-feedback-link a:active {
  color: #1628cd;
}

.testimonials-feedback-link a:focus svg path,
.testimonials-feedback-link a:active svg path {
  fill: #1628cd;
}

@media (max-width: 1300px) {
  .testimonials-users-right {
    right: -110px;
  }
  .testimonials-users-left {
    left: -110px;
  }
}

@media (max-width: 1000px) {
  .testimonials h2 {
    font-size: 54px;
    line-height: 60px;
  }
}

@media (max-width: 900px) {
  .testimonials h2 {
    font-size: 36px;
  }

  .testimonials-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonials-users-left {
    left: -193px;
    top: 18px;
  }
  .testimonials-users-right {
    right: -261px;
    top: 527px;
  }
  .testimonials-feedback {
    padding-top: 10px;
  }

  .testimonials-feedback p {
    padding: 10px 0 33px;
    margin: 0;
  }
}

@media (max-width: 420px) {
  .testimonials-users-right {
    right: -285px;
    top: 527px;
  }
}

/****HERO SECTION all pages***/
.hero-page-section {
  position: relative;
}

iframe canvas {
  width: 100% !important;
  height: 100% !important;
}

.hero-page-section-wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  min-height: 750px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  .hero-page-section-wrap {
    min-height: 700px;
  }
}
@media (max-width: 1000px) {
  .hero-page-section-wrap {
    min-height: 590px;
  }
}
.hero-page-section-info {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.hero-page-section-info h2 {
  color: #fff;
  margin: 0 0 10px 0;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 135px;
}
.hero-page-section-info p {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 20px 0;
}

.hero-page-section-aboutus .hero-page-section-info p {
  max-width: 410px;
}

@media (max-width: 992px) {
  .hero-page-section-info p {
    font-size: 18px;
  }
}

.hero-page-section-info .btn {
  border-radius: 76px;
  background: #fff;
  width: 206px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #131313;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0;
}

.hero-page-section-info .btn:hover {
  background: #fff;
  color: #3d4ff0;
}
.hero-page-section-info .btn:focus,
.hero-page-section-info .btn:active {
  color: #1628cd;
  background: #fff;
}

.hero-section-animation {
  width: 53%;
  min-height: 700px;
  position: relative;
}

.hero-section-animation iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.hero-section-img-mobile {
  display: none;
}

@media (max-width: 1180px) {
  .hero-section-animation {
    width: 62%;
    min-height: 562px;
    position: relative;
  }
}

@media (max-width: 1000px) {
  .hero-page-section-info h2 {
    font-size: 52px;
    padding-top: 100px;
  }
}

@media (max-width: 992px) {
  /*.hero-section-animation{*/
  /*    display: none;*/
  /*}*/
  /*.hero-page-section-info{*/
  /*     max-width:100% !important;*/
  /* }*/

  .hero-page-section-info h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .hero-page-section-wrap {
    /*align-items: flex-start;*/
    /*padding-top: 135px;*/
    /*flex-direction: column;*/
  }
  .hero-section-img-mobile {
    /*width: 100%;*/
    /*display: flex;*/
    /*justify-content: flex-end;*/
  }
  .hero-section-img-mobile img {
    /*width:100%;*/
  }
}

@media (max-width: 768px) {
  .hero-page-section-wrap {
    align-items: flex-start;
    padding-top: 135px;
    flex-direction: column;
  }

  .hero-section-animation {
    display: none;
  }
  .hero-section-img-mobile {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hero-page-section-info h2 {
    padding-top: 0;
  }
  .hero-section-img-mobile img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .hero-section-img-mobile img {
    width: 100%;
  }
}

/****NEWS****/

.newsroom {
  background: #f3f4f5;
}

.newsroom .btn {
  width: 154px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 76px;
  background: #141414;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 auto;
}

.newsroom .btn:hover {
  border-radius: 76px;
  background: #3d4ff0;
  color: #fff;
}

.newsroom .btn:focus,
.newsroom .btn:active {
  border-radius: 76px;
  background: #1628cd;
  color: #fff;
}

.newsroom-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 15px;
}

.newsroom h2 {
  color: #131313;
  margin: 0 0 10px;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 100% */
  text-transform: capitalize;
  text-align: center;
}

.newsroom p {
  color: #6170a4;
  text-align: center;

  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 131.818% */
}

.news_event .event_name {
  color: #131313;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 129.167% */
  padding: 10px 10px 0;
  margin: 0;
}

.news_upcoming .heading a,
.news_recent a,
.news_event .event_name a {
  text-decoration: none;
  color: #131313;
}

.news-list {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.news-list .news_event {
  max-width: 369px;
  background: white;
  border-radius: 30px;
}

.news-list .news_event img {
  width: 100%;
}

.new_event_img_wrapper {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.news_event .btn {
  display: none;
}

.news_event_category {
  color: #6170a4;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  padding: 10px 10px 0px;
}

@media (max-width: 1000px) {
  .news-list {
  }
  .news-list .news_event {
    width: 100%;
    margin-bottom: 20px;
    max-width: 266px;
  }
  .newsroom h2 {
    font-size: 52px;
    line-height: 60px;
  }
}

@media (max-width: 900px) {
  .newsroom h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .slide-global-marketing .slide.wrap {
    padding-top: 0;
  }
  .slide-global-marketing .traffic-methodology {
    padding: 0;
  }
  .news-list {
    flex-direction: column;
  }
  .news-list .news_event {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.news-list .news_event .date {
  color: #6170a4;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  padding: 0 10px 10px;
}

.main .slide .slide-content {
  display: block;
  margin: 0;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .slide-global-marketing .slide.wrap {
    display: block;
  }
}

.terms_page.terms_page_program,
.terms_page.terms_privacy_policy {
  padding-top: 192px;
}
.terms_page.terms_page_program .page_title h1,
.terms_page.terms_privacy_policy .page_title h1 {
  color: #131313;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  text-align: left;
}

.terms_page h3,
.consent_contacts h2 {
  margin: 50px 0 15px;
  text-align: center;
  color: #131313;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 0px;
  border: none;
}

.terms_page .list li p,
.terms_page p,
.terms_page.terms_privacy_policy h4 {
  margin-bottom: 20px;
  color: #131313;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.terms_page ul.list li {
  color: #131313;
  list-style: circle outside;
}

.consent_contacts h5,
.consent_contacts ul li h6,
.consent_contacts p {
  color: #131313;
  font-family: Inter;
}

@media (max-width: 1000px) {
  .terms_page.terms_page_program .page_title h1,
  .terms_page.terms_privacy_policy .page_title h1 {
    font-size: 52px;
  }
}

@media (max-width: 900px) {
  .terms_page.terms_page_program,
  .terms_page.terms_privacy_policy {
    padding: 101px 0 140px;
  }

  .terms_page.terms_page_program .page_title h1,
  .terms_page.terms_privacy_policy .page_title h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .terms_page h3,
  .consent_contacts h2 {
    font-size: 36px;
  }
  .terms_page .list li p,
  .terms_page p,
  .terms_page.terms_privacy_policy h4 {
    font-size: 18px;
  }
}

.up-btn {
  background: radial-gradient(
      92.76% 94.45% at 89.94% 14.41%,
      rgba(253, 255, 255, 0.8) 0%,
      rgba(138, 227, 255, 0) 100%
    ),
    #2857d0;
}
.up-btn:hover {
  background: radial-gradient(
      92.76% 94.45% at 89.94% 14.41%,
      rgba(138, 227, 255, 0) 0%,
      rgba(253, 255, 255, 0.8) 100%
    ),
    #2857d0;
}

@media (max-width: 480px) {
  .video_wrap video {
    display: none;
  }

  .video_wrap {
    background: url(../../../images/nivelmob/video-screen-mobile.png)
      no-repeat center center / cover;
  }
}

.our-parnters-payment-system-list .marquee-item {
  width: 354px;
  height: 120px;
  margin: 0 15px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 580px) {
  .terms_privacy_policy .wrap {
    margin: 0;
  }

  .terms_privacy_policy {
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden;
  }

  .terms_privacy_policy .wrap div {
    overflow-x: scroll;
  }

  .terms_privacy_policy .table {
    width: 900px;
  }

  .footer-nav-col a.bold-link,
  .footer-nav-col span.bold-link,
  .footer-right-section-nav-bottom span.bold-link {
    font-size: 14px;
  }
  .footer-nav-col a.bold-link {
    width: auto;
  }
}

.get-in-touch-form .dropdown-content {
  top: 43px !important;
}

.get-in-touch-form select {
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  background: #fff;
  order: 2;
  box-sizing: border-box;
  height: 44px;
  padding-left: 10px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

video::-webkit-media-controls {
  display: none;
}

/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {
}

video::-webkit-media-controls-volume-slider {
}

video::-webkit-media-controls-mute-button {
}

video::-webkit-media-controls-timeline {
}

video::-webkit-media-controls-current-time-display {
}
