/*font-family: "Inter", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/*font-family: "Syne", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Semibold.eot");
  src: url("../fonts/SegoeUI-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SegoeUI-Semibold.woff2") format("woff2"),
    url("../fonts/SegoeUI-Semibold.woff") format("woff"),
    url("../fonts/SegoeUI-Semibold.ttf") format("truetype"),
    url("../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold") format("svg");
}

:root {
  --Gray: #818181;
  --Gray-2: #f7f7f7;
  --White: #fff;
  --Black: #1c1d18;
  --Red: #d92b23;
  --Red-Gradient-1: linear-gradient(180deg, #ee3124 0%, #d92632 100%);
  --Red-Gradient-2: linear-gradient(180deg,
      #ee3124 0%,
      #d92b23 49%,
      #ee3124 100%);
}

html {
  scroll-behavior: inherit !important;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-family: "Inter", sans-serif;
  color: var(--Black);
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.call-div {
  margin: 0 26px 0 22px;
  text-align: center;
}

.call-div p {
  margin: 0;
}

ol,
ul {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.03em;
  color: var(--Gray);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Syne", sans-serif;
  color: var(--Black);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}

h1,
.h1 {
  font-size: 62px;
  line-height: 60px;
  letter-spacing: -0.03em;
}

h2,
.h2 {
  font-size: 60px;
  line-height: 58px;
}

h3,
.h3 {
  font-size: 35px;
  line-height: 34px;
}

h4,
.h4 {
  font-size: 31px;
  line-height: 34px;
}

h5,
.h5 {
  font-size: 28px;
  line-height: 32px;
}

.red-btn,
.gform_button {
  padding: 5px 20px;
  min-width: 187px;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--Red-Gradient-2) !important;
  color: var(--White);
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: center;
  border-radius: 40px;
}

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

.red-btn::after {
  content: "";
  position: absolute;
  border-radius: 40px;
  background: var(--White);
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.66s ease;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.red-btn:hover::after {
  z-index: 1;
  opacity: 1;
}

.red-btn span {
  position: relative;
  z-index: 2;
}

::placeholder {
  color: var(--Gray);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--Gray);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--Gray);
  opacity: 1;
}

::placeholder {
  color: var(--Gray);
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
}

button:focus {
  outline: none;
}

textarea {
  resize: none;
}

a {
  transition: all 0.33s linear;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #131313;
}

body {
  overflow-x: hidden;
}

.lines-button {
  border-radius: 0.57143rem;
  cursor: pointer;
  padding: 16px 0px;
  position: absolute;
  right: 16px;
  top: 0;
  transition: all 0.3s ease;
  z-index: 99;
  display: none;
}

.lines-button:hover {
  opacity: 1;
}

.lines {
  background: #fff;
  border-radius: 0.28571rem;
  display: inline-block;
  height: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.lines:before,
.lines:after {
  background: #fff;
  border-radius: 0.28571rem;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: 0.28571rem center 0;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.lines:before {
  top: 8px;
}

.lines:after {
  top: -8px;
}

.lines-button:hover .lines:before {
  top: 8px;
}

.lines-button:hover .lines:after {
  top: -8px;
}

.lines-button.x2.meanclose .lines:before,
.lines-button.x2.meanclose .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
}

.lines-button.minus.close .lines:before,
.lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
}

.main_menu {
  float: left;
  position: relative;
  text-align: center;
  z-index: 500;
  transition: all 0.3s ease 0s;
}

.main_menu ul {
  padding: 0px;
  margin: 0px;
}

.main_menu>ul>li {
  float: left;
  list-style: outside none none;
  margin-left: 0px;
  position: relative;
}

.main_menu>ul>li>a {
  display: block;
  text-decoration: none;
  /*transition: none; */
  margin-bottom: 0px;
  position: relative;
  color: var(--Black) !important;
  font-size: 16px;
  font-style: normal;
  font-family: "Segoe UI";
  line-height: 32px;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 5px 15px;
}

.main_menu>ul>li.menu-item-has-children>a {
  padding-right: 20px !important;
  padding-right: 24px !important;
}

.main_menu>ul>li>ul li a {
  padding: 20px 30px;
  color: #1c1d18;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}

.main_menu>ul>li>a:hover {
  text-decoration: none;
}

.main_menu>ul>li>a.last {
  border: none;
}

.main_menu>ul>li:hover>a {
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  z-index: 99;
}

.main_menu>ul>li:hover>a .sub {
  color: #000;
}

.main_menu>ul>li.current_page_item>a {
  text-decoration: none;
  color: #fff;
  border-color: #fff;
}

.main_menu>ul>li.current-menu-parent>a,
.main_menu>ul>li.current-menu-ancestor>a,
.main_menu>ul>li.current-menu-item>a {
  color: #0093bb;
}

.main_menu>ul>li.current_page_item>li.current_page_item>a,
.main_menu>ul>li.current-menu-ancestor>ul>li.current-menu-parent>a,
.main_menu>ul>li>ul>li>ul>li.current-menu-item>a {
  background: #0093bb;
  color: #fff;
}

.main_menu>ul>li.current-product_cat-ancestor>li.current-product_cat-ancestor>a,
.main_menu>ul>li.current-product_cat-ancestor>ul>li.current-product_cat-ancestor>a,
.main_menu>ul>li>ul>li>ul>li.current-product_cat-ancestor>a {
  color: #fff;
}

.main_menu>ul>li.current-product_cat-ancestor>a {
  color: #fff;
  background: #0093bb;
}

.main_menu>ul>li>ul>li.current-menu-item>a {
  color: #fff;
  background: var(--Black);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main_menu ul>li:hover>a,
.main_menu>ul>li.current-menu-item>a {
  background: #0093bb;
  transition: all 0.3s linear;
  color: #fff;
}

/* submenus */
.main_menu ul ul {
  top: 100%;
  background: #fff;
  pointer-events: none;
  z-index: 1000;
  min-width: 282px;
  width: auto;
  border-radius: 2px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  visibility: hidden;
  display: block;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.03s ease;
  -moz-transition: all 0.03s ease;
  -ms-transition: all 0.03s ease;
  -o-transition: all 0.03s ease;
  transition: all 0.03s ease;
  border: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 2px 20px 0px #8b8b8b40;
}

.main_menu ul ul li {
  display: block;
  position: relative;
}

.main_menu ul ul li a {
  padding: 24px 34px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_menu ul ul a:hover {
  text-decoration: none;
}

.main_menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
}

.main_menu>ul>li>ul>li:first-child {
  border-top: 0px;
}

.main_menu>ul>li>ul>li:first-child li:first-child {
  border-top: 0px;
}

.main_menu ul ul ul {
  padding-top: 0px;
  left: 100%;
  top: 0px;
}

.main_menu ul ul li:first-child>ul {
  top: 0px;
  border-top: 0px;
}

.main_menu>select {
  display: none;
}

a.meanmenu-reveal {
  display: none;
}

.mean-bar {
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}

a.meanmenu-reveal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}

a.meanmenu-reveal span {
  display: block;
}

.mean-nav {
  background: #fff;
  float: left;
  position: absolute;
  top: 29px;
  width: 100%;
}

.mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

/* body .mean-nav ul.firstul > li:hover > a,*/
body .main_menu ul>li>a:hover,
body .main_menu ul>li:hover>a,
.main_menu>ul>li.current-menu-item>a {
  color: #fff;
  background: var(--Red);
}

.main_menu>ul>li.current-menu-item>a {
  color: #fff !important;
  background: var(--Red);
}

body .main_menu ul>li:hover>a {
  color: #fff !important;
  background: var(--Red);
}

header .main_menu ul.navbar-nav>li:hover>a,
header .main_menu ul.navbar-nav>li>a:hover {
  color: #131313 !important;
}

.main_menu>ul>li>ul>li:hover a {
  background: var(--Black) !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* .mean-nav > ul > li > ul > li.current-menu-item > a{ color: #fff; background: var(--Black);  } */

.mean-nav ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 155.556%;
  min-height: 80px;
  display: grid;
  align-items: center;
  text-transform: uppercase;
}

.mean-nav ul li li a {
  width: 100%;
  padding: 8px 25px;
  opacity: 1;
  text-shadow: none !important;
  visibility: visible;
  letter-spacing: 0.54px;
}

.mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-nav ul li li li a {
  padding: 7px 30px;
  width: 100%;
}

.mean-nav ul li li li li a {
  width: 60%;
  padding: 14px 20%;
}

.mean-nav ul li li li li li a {
  width: 50%;
  padding: 14px 25%;
}

.mean-nav ul li a.mean-expand {
  width: 76px;
  height: 39px;
  border: none !important;
  padding: 6px 5px 3px 5px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
  box-shadow: none;
  font-size: 0 !important;
  transition: all 0.5s ease;
  box-shadow: none;
}

.mean-nav>ul>li.current-menu-item>ul>li.current-menu-item>a {
  background: #ff0b2c;
  color: #1a1a1a;
  box-shadow: 0px 1px 24px 0px rgba(26, 26, 26, 0.14);
}

.main_menu>ul>li.menu-item-has-children>a {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
}

.main_menu>ul>li.menu-item-has-children>a::after {
  background-image: url("../images/down.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 9px;
  height: 100%;
  transition: all 0.5s ease;
  border: none;
  margin: 0;
  right: 4px;
  position: absolute;
  background-size: contain;
  top: 0px;
  right: 12px;
}

.main_menu>ul>li.current-menu-item>a:after {
  background-image: url("../images/down.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
}

.main_menu>ul>li.menu-item-has-children:hover>a:after {
  /*background-image: url("../images/down2.svg");*/
  background-repeat: no-repeat;
  background-position: center;
}

.main_menu>ul>li.menu-item-has-children:hover>a:after {
  transform: rotate(180deg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(250%);
}

.main_menu>ul>li.current-menu-item>a::after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(250%);
}

.mean-nav ul li a.mean-expand.mean-clicked {
  transform: rotate(180deg);
}

header .navigation>ul {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 0;
}

body.transparent header {
  background: transparent;
}

body.fixnav header {
  box-shadow: 0px 4px 28px 0px #c7c7c747;
}

header .logo img {
  max-width: 98.91px;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s linear;
}

header {
  position: fixed;
  transition: all 0.33s linear;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: var(--Gray-2);
  box-shadow: none;
}

header .top-banner {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 20px 0;
  background: var(--Black);
  transition: all 0.3s linear;
  display: none;
}

header .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  transition: all 0.3s linear;
}

header .middle-wrp .main_menu>ul {
  display: flex;
  gap: 20px;
}

footer {
  position: relative;
  padding: 36px 0 17px;
  background-color: var(--Gray-2);
  box-shadow: -3px -3px 9px 0px #8b8b8b26;
}

footer .container {
  max-width: 1214px;
}

footer .footer-row {
  column-gap: 15px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding: 0 37px;
}

.footer-row2 ul li a,
.footer-row2 p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: -0.05em;
  color: var(--Black);
  margin: 0;
  display: block;
}

footer .middle-wrp {
  max-width: 200px;
  display: flex;
  flex-direction: column;
}

footer ul.f-social-list {
  display: flex;
  justify-content: center;
  grid-column-gap: 11px;
  margin-top: auto;
}

footer .f-social-list a {
  position: relative;
  width: 14.91px;
  height: 14.91px;
  display: block;
  transition: 0.3s ease;
}

footer .f-social-list a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
}

footer .f-social-list a img.hover {
  display: block;
  opacity: 0;
  z-index: 2;
  visibility: visible;
  transition: 0.3s ease;
}

footer .f-social-list a:hover img.hover {
  opacity: 1;
  visibility: visible;
}

.f-logo {
  max-width: 109.09px;
  margin: 0 auto 21px;
}

.col-in {
  text-align: center;
  max-width: 160px;
}

.col-in h5 {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.02em;
  margin-top: 18px;
  background: var(--Red-Gradient-2);
  -webkit-background-clip: text;
  color: transparent;
}

.col-in ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: var(--Black);
}

.col-in ul li a:hover,
.footer-row2 ul li a:hover,
.footer-row2 a.power-by:hover {
  color: var(--Red);
}

.col-in ul li {
  margin-bottom: 6px;
}

.footer-row2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  border-top: 0.75px solid #b8b8b8;
  padding-top: 15px;
}

.footer-row2 ul {
  display: flex;
  gap: 51px;
  flex-wrap: wrap;
}

.footer-row2 ul li {
  position: relative;
}

.footer-row2>ul li:not(:last-child)::after {
  position: absolute;
  content: "|";
  color: var(--Black);
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}

/* fixnav */

.logged-in #main__header {
  top: 32px;
}

.hero-home {
  position: relative;
  padding: 92px 0 40px;
  overflow: hidden;
}

.hero-home .container {
  max-width: 936px;
}

.hero-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/Dot-bg.png) no-repeat top;
  background-size: 100%;
  z-index: -9;
  height: 400px;
  height: 31.25vw;
  background-position: bottom;
}

.hero-home .row {
  align-items: flex-start;
}

.hero-home .row>div:last-child {
  width: 27.3%;
}

.hero-home .row>div:first-child {
  width: 72.7%;
}

.hero-home .hero-home-wrp {
  max-width: 619px;
  margin-right: auto;
  margin-top: 36px;
  opacity: 0;
  animation: fadeSlideLeft 1s ease-out forwards;
  animation-delay: 0.3s;
}

.hero-home h1 {
  margin-bottom: 14px;
}

.red-text {
  background: var(--Red-Gradient-1);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-home h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 13px;
}

.hero-home .red-btn {
  margin-top: 17px;
}

.hero-home .img-wrp {
  opacity: 0;
  animation: fadeSlideRight 1s ease-out forwards;
  animation-delay: 0.3s;
  width: 100%;
  mask-image: url(../images/hero-mobilecover.png);
  mask-position: top;
  mask-repeat: no-repeat;
  mask-size: contain;
  height: 477px;
}

.hero-home .img-wrp img,
.hero-home .img-wrp video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Animation keyframes */
@keyframes fadeSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeSlideRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.logo-banner {
  padding: 20px 0 33px;
}

.logo-banner .logo-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.hero-home+.logo-banner .logo-list {
  max-width: 900px;
  margin: 0 auto;
}

.logo-banner .logo-list .logo {
  max-width: 154px;
}

.logo-banner .logo-list .logo img {
  width: 100%;
  object-fit: contain;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  opacity: 1;
  z-index: 9;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  background: url(../images/slider-prev.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  width: 33.53px;
  height: 33.53px;
  border: 1.73px solid #d92632;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  background-color: #fff;
}

.slick-slider .slick-prev {
  left: -20px;
}

.slick-slider .slick-next {
  transform: rotateY(-180deg) translate(0, -50%);
  right: -20px;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  display: none;
}

.gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address span {
  grid-column: span 6;
}

.gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address .gf_clear {
  display: none;
}

.gform_wrapper.gravity-theme .gform_fields,
.gform_wrapper.gravity-theme .gfield--input-type-address .ginput_container_address {
  grid-row-gap: 30px !important;
  grid-column-gap: 20px !important;
}

.form-with-content .form .gform_wrapper.gravity-theme .gfield--type-select {
  margin-top: -16px;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  background-color: #fff;
  color: var(--Black);
  border: 0.5px solid #818181;
  border-radius: 30px;
  padding: 11px 29px 12px !important;
  box-shadow: none;
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 23px !important;
  letter-spacing: -0.02em;
  transition: all 0.33s ease;
}

.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: none;
  border-color: #ee3124;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-left: 15px;
  text-align: left;
  color: var(--Red) !important;
}

.form-with-content .form .gform_wrapper.gravity-theme .gfield--input-type-address label {
  display: none;
}

.form-with-content .form .gform_wrapper.gravity-theme .gfield textarea {
  height: 115px !important;
  display: block;
}

.form-with-content .form .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0;
  color: var(--White);
  margin-top: -15px;
  margin-left: 17px;
  font-family: Segoe UI;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0;
}

.form-wrp .gform_wrapper.gravity-theme .gfield_label .gfield_required_text {
  display: none;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.form-wrp .gform_wrapper.gravity-theme .gform_fileupload_rules {
  display: none;
}

.form-with-content .form .gform_confirmation_message {
  color: #fff !important;
  font-size: 20px;
  text-align: center;
}

.form .ginput_recaptcha div {
  z-index: 999999 !important;
}

.form .gform_required_legend {
  display: none;
}

.form .gfield--type-captcha label,
.form .instruction,
.form .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../images/select-down.svg);
  background-repeat: no-repeat;
  background-position: center right 34.5px;
  background-size: 10px;
}

.gform_wrapper.gravity-theme .gfield select:has(option:first-child:checked) {
  color: var(--Gray);
}

.form-wrp .gform_wrapper.gravity-theme .gfield input#input_1_17,
.form-wrp .gform_wrapper.gravity-theme .gfield input#input_2_14 {
  background-image: url(../images/upload-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left 20px center !important;
  background-size: 12px !important;
  padding-left: 41px !important;
  text-transform: capitalize;
}

.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  margin: 26px auto 0 !important;
  padding: 0 !important;
  position: relative;
  align-items: center;
  overflow: hidden;
  max-width: 169px;
  height: 43px;
}

.gform_wrapper.gravity-theme .gform_footer::before {
  content: "";
  position: absolute;
  background: var(--Red-Gradient-2) !important;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 36px;
  top: 0;
  transition: all 0.66s ease;
}

.gform_wrapper.gravity-theme .gform_footer::after {
  content: "";
  position: absolute;
  border-radius: 40px;
  background: var(--White);
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: all 0.66s ease;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.gform_wrapper.gravity-theme .gform_footer:hover::after {
  opacity: 1;
}

body .gform_wrapper.gravity-theme .gform_footer:hover input {
  color: #000 !important;
}

body .gform_wrapper.gravity-theme .gform_footer:hover input::placeholder {
  color: #000 !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button {
  border: none;
  margin-bottom: 0;
  background: transparent !important;
  z-index: 2;
  transition: all 0.66s ease;
  min-width: 100%;
  min-height: 43px !important;
}

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

/*inner pages*/

.modal-dialog {
  max-width: 900px;
  width: 100%;
  z-index: 999999;
}

.modal-dialog .modal-content {
  box-shadow: 0px 4px 14px 0px #0000002e;
  border-radius: 8px;
  border: none;
  overflow: hidden;
  background: transparent;
}

.modal-dialog .modal-body {
  padding: 0px 0px;
}

.modal-dialog .btn-close {
  position: absolute;
  top: 20px;
  right: 21px;
  border: none;
  background-color: transparent;
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 1;
}

.modal-dialog .btn-close:focus {
  box-shadow: none;
}

.modal-dialog .btn-close::before {
  content: "";
  background: url(../images/modal-close-icon.svg) no-repeat center;
  background-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-dialog .btn-close span {
  display: none;
}

body.modal-open header {
  z-index: 999 !important;
}

.pagination {
  justify-content: center;
  align-items: center;
  position: relative;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.pagination ul li a,
.pagination ul li span {
  font-family: "Oswald", serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
  padding: 5px 15px;
  display: block;
  color: var(--Blue);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul li.active span {
  background: var(--Blue);
  border-radius: 2px;
  color: #fff;
}

.pagination ul li.next-arrow a,
.pagination ul li.prev-arrow a {
  padding: 0;
  gap: 8px;
}

.pagination ul li.next-arrow a:hover,
.pagination ul li.prev-arrow a:hover {
  text-decoration: underline;
}

.meta_social_btns {
  display: flex;
  gap: 13px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.meta_social_btns a {
  position: relative;
  width: 31.36px;
  height: 31.36px;
  display: block;
  transition: 0.3s ease;
}

.meta_social_btns a img {
  filter: drop-shadow(0px 5.02px 42.65px #01072326);
}

.meta_social_btns a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
}

.meta_social_btns a img.hover {
  display: block;
  opacity: 0;
  z-index: 2;
  visibility: visible;
  transition: 0.3s ease;
}

.meta_social_btns a:hover img.hover {
  opacity: 1;
  visibility: visible;
}

.meta_social_btns a .copy-to-clipboard,
.meta_social_btns a .copy-to-clipboard2 {
  position: absolute;
  left: 30px;
  top: 6px;
  min-width: 110px;
  font-size: 14px;
  margin-left: 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
  text-align: left;
}

.meta_social_btns a .copy-to-clipboard2 {
  color: var(--Black);
}

.page-not-found {
  padding: 237px 0 198px;
  background: url(../images/404.png) no-repeat;
  background-position: top 172px center;
  background-size: contain;
}

.page-not-found h1 {
  margin-bottom: 21px;
  color: #1c1d18;
}

.page-not-found p {
  max-width: 780px;
  margin: 0 auto 15px;
  line-height: 23px;
  letter-spacing: -0.02em;
}

.page-not-found ul {
  display: grid;
  column-gap: 33px;
  max-width: 765px;
  margin: 0 auto;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-around;
  text-align: left;
}

.page-not-found ul li a {
  font-family: "Inter";
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.05em;
  /* background: linear-gradient(180deg, #EE3124 0%, #D92632 100%); */
  color: #e3292b;
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
  position: relative;
  text-decoration: underline;
}

/* .page-not-found ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, #EE3124 0%, #D92632 100%);
    border-radius: 2px;
} */

.form .gform_ajax_spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
}

.main_menu ul li ul {
  overflow-y: auto;
  max-height: 75vh;
}

.main_menu ul li ul::-webkit-scrollbar {
  width: 12px;
}

.main_menu ul li ul::-webkit-scrollbar-track {
  background: transparent;
}

.main_menu ul li ul::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 6px;
  border: 2px solid #f0f0f0;
}

#wpadminbar {
  z-index: 99999999;
}

.mean-nav .red-btn.mobile {
  display: none !important;
}

/*home page design */
.details-sec {
  padding: 61px 0 50px;
  position: relative;
}

.details-sec::before,
.about-us::before,
.about-campaigns::before,
.cta::before {
  content: "";
  position: absolute;
  width: 733px;
  height: 754px;
  background: #bcbcbc;
  filter: blur(280px);
  border-radius: 50%;
  z-index: -1;
}

.details-sec::before {
  top: 45px;
  right: -350px;
}

.details-sec .container {
  max-width: 1042px;
}

.details-sec .details-wrp .top-wrp {
  background-color: var(--Black);
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  max-width: 395px;
  margin: 0 auto;
  border-top-right-radius: 36px;
  border-top-left-radius: 36px;
  text-align: center;
  padding: 16px 20px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 13px;
}

.details-sec .details-wrp .top-wrp h4 {
  font-size: 31px;
  line-height: 58px;
  letter-spacing: -0.01em;
  color: var(--White);
  margin: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.details-sec .details-wrp .top-wrp h4 {
  font-size: 31px;
  line-height: 58px;
  letter-spacing: -0.01em;
  color: var(--White);
  margin: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.details-sec .details-wrp .top-wrp h4:not(.active) {
  font-size: 20px;
  line-height: 58px;
  letter-spacing: -0.01em;
  color: #ffffff80;
  margin: 0;
}

.details-sec .details-wrp .top-wrp h4:not(.active):hover {
  color: #fff;
}

.details-sec .details-wrp .top-wrp.no-tab h4 {
  cursor: default;
}

.details-sec .details-wrp .bottom-wrp {
  background-color: var(--Gray-2);
  border-radius: 36px;
  border: 1px solid #e9e9eb;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  display: flex;
  overflow: hidden;
  min-height: 347px;
}

.details-sec .details-wrp .bottom-wrp .left-wrp {
  max-width: 175px;
}

.details-sec .details-wrp .bottom-wrp .left-wrp img {
  width: 100%;
  height: 100%;
}

.details-sec .details-wrp .bottom-wrp .right-wrp {
  max-width: 127px;
  background-color: var(--Black);
  box-shadow: 0px 3px 9px 0px #8b8b8b0d;
  width: 100%;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-sec .details-wrp .bottom-wrp .right-wrp h4 {
  font-size: 25px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: var(--White);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  max-height: 318px;
  margin: auto;
  text-align: center;
}

.details-sec .details-wrp .bottom-wrp .right-wrp h4 span {
  position: relative;
}

.details-sec .details-wrp .bottom-wrp .right-wrp h4 span::before {
  position: absolute;
  content: " “ ";
  color: red;
  top: 0;
  height: 20px;
  width: 20px;
  transform: translateY(-20px);
}

.details-sec .details-wrp .bottom-wrp .right-wrp h4 span::after {
  position: absolute;
  content: " ” ";
  color: red;
  bottom: 0;
  height: 20px;
  width: 20px;
  transform: translateY(20px);
}

.details-sec .details-wrp .bottom-wrp .middle-wrp {
  max-width: calc(100% - (175px + 127px));
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 26px;
}

.details-sec .details-wrp .bottom-wrp .middle-wrp .tab-content {
  text-align: center;
  width: 100%;
}

.details-sec .details-wrp .feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 41px;
  column-gap: 20px;
}

.details-sec .details-wrp .feature-list .feature-item {
  display: flex;
  max-width: calc(50% - 10px);
  width: 100%;
  align-items: center;
  text-align: left;
}

.details-sec .details-wrp .feature-list .icon-wrp {
  max-width: 30px;
  max-height: 23.57px;
  margin-right: 10px;
  width: 100%;
}

.details-sec .details-wrp .feature-list .icon-wrp img {
  height: 100%;
  object-fit: contain;
}

.details-sec .details-wrp .feature-list p {
  margin: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 23px;
  letter-spacing: -0.05em;
  color: var(--Black);
}

.details-sec .details-wrp .red-btn {
  margin-top: 40px;
  min-width: 169px;
}

.details-sec .details-wrp .bottom-wrp .middle-wrp h2 {
  font-size: 39px;
  line-height: 32px;
  margin-bottom: 0;
}

.details-sec .details-wrp .middle-wrp p.sub-heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}

.details-sec .details-wrp .middle-wrp p.blue-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #007db4;
  margin-bottom: 22px;
  text-align: center;
}

.details-sec .logo-list-sec {
  background-color: var(--Gray-2);
  border-radius: 36px;
  border: 1px solid #e9e9eb;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  text-align: center;
  padding: 32px 150px 38px;
  margin-top: 32px;
}

.details-sec .logo-list-sec h5 {
  font-weight: 500;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: -0.01em;
}

.details-sec .logo-list-sec .logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}

.details-sec .logo-list-sec .logo {
  max-width: 21%;
  width: 100%;
}

.details-sec .logo-list-sec .logo img {
  object-fit: contain;
  max-width: 151.74px;
}

.details-sec .col-md-12>span {
  text-align: center;
  display: block;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.03em;
}

.details-sec.left::before {
  top: 190px;
  left: -424px;
}

.details-sec.left .details-wrp .top-wrp {
  column-gap: 44px;
  max-width: 447px;
}

.details-sec.left .details-wrp .bottom-wrp .middle-wrp {
  padding: 30px 83px;
}

.details-sec.left .details-wrp .feature-list .feature-item:nth-child(odd):last-child {
  max-width: 59%;
}

.details-sec.left .details-wrp .feature-list .feature-item:nth-child(odd):last-child .icon-wrp {
  max-width: 35px;
}

.details-sec.left .details-wrp .bottom-wrp .right-wrp h4 {
  font-size: 28px;
  line-height: 32px;
}

.post-list-sec {
  text-align: center;
  padding: 45px 0 58px;
}

.post-list-sec .container {
  max-width: 1158px;
}

.post-list-sec h2 {
  margin-bottom: 16px;
}

.post-list-sec .latest-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 42px;
  row-gap: 25px;
  margin-bottom: 24px;
}

.post-list-sec .latest-posts-wrapper .single-post-box {
  max-width: calc((100% - (42px * 2)) / 3);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.post-list-sec .single-post-box .post-image {
  border: 1px solid #e9e9eb;
  border-radius: 31px;
  overflow: hidden;
  box-shadow: -3px 4px 4px 0px #8b8b8b7d;
  min-height: 236px;
}

.post-list-sec .single-post-box .post-image img {
  width: 100%;
  height: 100%;
  /* min-height: 236px; */
  object-fit: cover;
  object-position: center;
  display: block;
}

.post-list-sec .single-post-box .post-content {
  padding-top: 11px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-list-sec .single-post-box .post-content .post-tag span {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.05em;
  display: block;
  margin-bottom: 15px;
}

.post-list-sec .single-post-box .post-content h3 {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 6px;
}

.post-list-sec .single-post-box .post-content p {
  margin-bottom: 10px;
}

.post-list-sec .single-post-box .post-content a {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.05em;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--Black);
  display: inline-flex;
  align-items: center;
  margin-top: auto;
}

.post-list-sec .single-post-box .post-content a img {
  margin-left: 6px;
  transition: all 0.3s linear;
}

.post-list-sec .single-post-box .post-content a:hover {
  color: var(--Red);
}

.post-list-sec .single-post-box .post-content a:hover img {
  transform: translateX(5px);
  filter: invert(32%) sepia(54%) saturate(5208%) hue-rotate(346deg) brightness(86%) contrast(99%);
}

.about-campaigns {
  padding: 65px 0 100px;
  position: relative;
}

.about-campaigns::before {
  bottom: -224px;
  right: -345px;
}

.about-campaigns .campaigns.desktop {
  display: flex;
  flex-wrap: wrap;
}

.about-campaigns .campaigns.desktop>div:first-child {
  width: 39.93%;
  display: flex;
  align-items: center;
}

.about-campaigns .campaigns.desktop>div:last-child {
  width: 60.07%;
}

.about-campaigns .heading-wrp {
  text-align: center;
  margin: 0 30px 31px;
}

.about-campaigns .heading-wrp h2 {
  text-align: center;
  max-width: 770px;
  margin: 0 auto 14px;
}

.about-campaigns .steps-wrp {
  max-width: 452px;
  margin-right: auto;
  width: 100%;
}

.about-campaigns .steps-wrp .steps-in {
  padding: 20px 43px 10px;
  border-radius: 0 36px 36px 0;
  margin-bottom: 5px;
  min-height: 152px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-campaigns .steps-wrp .steps-in::after {
  position: absolute;
  content: "";
  background: var(--Red-Gradient-1);
  box-shadow: 0px 4px 44px 0px #8b8b8b59;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 0 36px 36px 0;
  transition: all 0.3s linear;
}

.about-campaigns .steps-wrp .steps-in.active::after {
  opacity: 1;
}

.about-campaigns .steps-wrp .steps-in:last-child {
  margin-bottom: 0;
}

.about-campaigns .steps-wrp .steps-in h4 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 4px;
}

.about-campaigns .steps-wrp .steps-in p {
  line-height: 23px;
  letter-spacing: -0.02em;
  max-width: 337px;
  margin-right: auto;
}

.about-campaigns .steps-wrp .steps-in.active * {
  color: var(--White);
}

.about-campaigns .right-wrp {
  box-shadow: 0px 4px 8px 0px #8b8b8b4d;
  border-radius: 36px 12px 12px 36px;
  overflow: hidden;
  position: relative;
  padding-top: 60%;
}

.about-campaigns .right-wrp img,
.about-campaigns .right-wrp video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s linear;
  object-fit: cover;
}

.about-campaigns .right-wrp img.active,
.about-campaigns .right-wrp video.active {
  opacity: 1;
}

.about-us .container {
  max-width: 1242px;
}

.about-us {
  padding: 53px 0 64px;
  text-align: center;
  position: relative;
}

.about-us::before {
  top: -60%;
  left: -424px;
}

.about-us .row {
  position: relative;
  z-index: 2;
}

.about-us .top-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.about-us .top-text img {
  margin-left: 19px;
  max-height: 69.78px;
  height: 100%;
  object-fit: contain;
}

.about-us .top-text h2 {
  font-size: 62px;
  line-height: 60px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.about-us .content-wrp {
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  border: 1px solid #e9e9eb;
  border-radius: 36px;
  background-color: var(--Gray-2);
  padding: 39px 34px 35px;
}

.about-us .content-wrp h3 {
  font-size: 36px;
  letter-spacing: -0.01em;
  margin-bottom: 7px;
}

.about-us .content-wrp h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.about-us .content-wrp p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}

.about-us .text-wrp {
  margin-top: 16px;
  border: 1px solid #e9e9eb;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  border-radius: 52px;
  padding: 18px 24px 16px;
  background-color: var(--Black);
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.33s linear, transform 0.33s linear;
}

.about-us .text-wrp.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.about-us .text-wrp h3 {
  font-size: 25px;
  line-height: 27px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--White);
  margin: 0;
}

.about-us .img-wrp {
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  border: 1px solid #e9e9eb;
  border-radius: 36px;
  overflow: hidden;
  height: 100%;
  margin-right: 9px;
  max-width: 561px;
  margin-left: auto;
}

.about-us .img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.customer-reviews {
  padding: 55px 0;
}

.customer-reviews h2 {
  text-align: center;
  max-width: 87%;
  margin: 0 auto 20px;
}

.customer-reviews .reviews-wrp .slick-list {
  padding: 0 20.7vw;
}

.customer-reviews .reviews-wrp .slick-track {
  display: flex;
}

.customer-reviews .reviews-wrp .slick-slide {
  margin: 0 10px;
  height: auto;
}

.customer-reviews .review-item {
  /*margin: 15px;*/
  padding: 54px 42px 48px;
  padding: 69px 57px 63px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

/*.customer-reviews .review-item::after {
    position: absolute;
    content: "";
    background: url(../images/tail.svg) no-repeat;
    background-position: bottom right;
    background-size: contain;
    right: -14px;
    bottom: -15px;
    width: 40px;
    height: 45px;
    z-index: 1;
}*/

.customer-reviews .bg-mid {
  position: absolute;
  content: "";
  background: url(../images/mid-part.svg) repeat-y center;
  background-size: 100%;
  left: 0;
  right: 0;
  top: 70px;
  width: 100%;
  height: calc(100% - (70px * 2));
  z-index: -1;
  top: 72px;
  height: calc(100% - (72px * 2));
}

.customer-reviews .review-item::before {
  position: absolute;
  content: "";
  background: url(../images/top-part.svg) no-repeat;
  background-position: top center;
  background-size: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 75px;
  z-index: -1;
}

.customer-reviews .review-item::after {
  position: absolute;
  content: "";
  background: url(../images/bottom-part.svg) no-repeat;
  background-position: bottom center;
  background-size: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  z-index: -1;
}

.customer-reviews .review-item .top-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 47px;
}

.customer-reviews .review-item .top-wrp span {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #158fef;
}

.customer-reviews .review-item p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 52px;
}

.customer-reviews .review-item .bottom-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.customer-reviews .review-item .bottom-wrp h4 {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.02em;
  margin: 0;
}

.customer-reviews .slick-next,
.testimonial-slider .slick-next {
  right: 25px;
  top: -45px;
  opacity: 0.22;
}

.customer-reviews .slick-prev,
.testimonial-slider .slick-prev {
  top: -45px;
  left: auto;
  right: 66px;
  opacity: 0.22;
}

.customer-reviews .slick-arrow:hover,
.testimonial-slider .slick-arrow:hover,
.our-partners .slick-arrow:hover,
.post-list-sec .slick-arrow:hover {
  opacity: 1;
  background-color: #d92632;
  background-image: url(../images/slider-white.svg);
}

.slick-dots li {
  width: 23px;
  height: 4px;
  margin: 0 3px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background: #e9e9eb;
  padding: 0;
  border-radius: 6px;
}

.slick-dots li button::before {
  width: 100%;
  height: 100%;
  background: var(--Red-Gradient-1);
  padding: 0;
  border-radius: 6px;
  opacity: 0;
  font-size: 0;
  transition: all 0.3s linear;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
}

.full-width-text {
  text-align: center;
  position: relative;
  padding: 61px 0 64px;
}

.full-width-text .text {
  position: relative;
  z-index: 2;
}

.full-width-text h4 {
  font-weight: 400;
  font-size: 31px;
  line-height: 34px;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.full-width-text .img {
  animation: move 6s ease infinite;
  animation-delay: 1s;
  max-width: 255.78px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

.full-width-text .img img {
  width: 100%;
  object-fit: contain;
}

.full-width-text.left .img {
  animation-direction: reverse;
}

.full-width-text.left .img img {
  transform: rotateY(180deg);
}

/* Animation keyframes */
@keyframes move {
  0% {
    transform: translate(147px, -50%);
  }

  100% {
    transform: translate(-93vw, -50%);
  }
}

.our-partners {
  text-align: center;
  padding: 58px 0 84px;
}

.our-partners h3 {
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin-bottom: 37px;
}

.our-partners .op-logo-list-wrp .slick-track {
  display: flex;
}

.our-partners .slick-list {
  padding: 0 62px;
}

.our-partners .slick-slide {
  margin: 0 10px;
  height: auto;
}

.our-partners .op-list-itm {
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-partners .op-list-itm img {
  object-fit: contain;
}

.cta {
  text-align: center;
  padding: 38px 0 115px;
  position: relative;
}

.cta::before {
  bottom: -148px;
  right: -345px;
  opacity: 0.7;
}

.cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -76px;
  width: 100%;
  background: url(../images/Dot-bg.png) no-repeat top;
  background-size: 100%;
  z-index: -9;
  height: 520px;
  transform: rotate(180deg);
}

.cta .cta-wrp {
  max-width: 849px;
  margin: 0 auto;
}

.cta .cta-wrp h2 {
  margin-bottom: 6px;
  font-size: 73px;
  line-height: 76px;
}

.cta .cta-wrp p {
  margin-bottom: 25px;
}

.video-sec {
  padding: 33px 0 50px;
}

.video-sec .video-wrp {
  border: 1px solid #e9e9eb;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  border-radius: 36px;
  overflow: hidden;
}

.video-sec .video-wrp video {
  width: 100%;
  max-width: 100%;
  display: block;
}

.logo-slider {
  text-align: center;
  padding: 61px 0;
  position: relative;
  z-index: 1;
}

.logo-slider h3 {
  letter-spacing: -0.02em;
  margin-bottom: 23px;
}

.logo-slider .slick-list {
  padding-right: 80px;
}

.logo-slider .slick-track {
  display: flex;
}

.logo-slider .slick-slide {
  margin: 0 10px;
  height: auto;
}

.logo-slider .list-itm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.logo-slider .list-itm img {
  object-fit: contain;
}

.testimonial-slider {
  padding: 64px 0;
}

.testimonial-slider .row {
  position: relative;
  z-index: 2;
}

.testimonial-slider h2 {
  text-align: center;
  max-width: 87%;
  margin: 0 auto 20px;
}

.testimonial-slider .testi-slider-wrp {
  z-index: 2;
}

.testimonial-slider .testi-slider-wrp .slick-list {
  padding: 0 20.7vw;
}

.testimonial-slider .testi-slider-wrp .slick-track {
  display: flex;
}

.testimonial-slider .testi-slider-wrp .slick-slide {
  margin: 0 20px;
  height: auto;
}

.testimonial-slider .testimonial-item {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease;
}

.testimonial-slider .testimonial-item .testimonial-thumb {
  width: 100%;
  height: 100%;
  mask-image: url(../images/clip-mask-img.png);
  mask-position: bottom center;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

.testimonial-slider .testimonial-item:hover {
  transform: translateY(-5px);
}

.testimonial-slider .testimonial-item .testimonial-thumb img.img-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 449.07px;
  min-height: 35.15vw;
}

.testimonial-slider .testimonial-item .testimonial-thumb .video-play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 11px);
}

.testimonial-slider .testimonial-item .testimonial-thumb .video-play-button img {
  max-width: 89px;
  margin: 0 auto;
}

.testimonial-slider .testimonial-item .testimonial-cnt {
  position: absolute;
  max-width: 90%;
  margin: 0 auto;
  bottom: 47px;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}

.testimonial-slider .testimonial-item .testimonial-rating {
  margin-bottom: 10px;
}

.testimonial-slider .testimonial-item .testimonial-rating img {
  margin: 0 auto;
  max-width: 142px;
  object-fit: contain;
}

.testimonial-slider .testimonial-item h5.testimonial-name {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--White);
}

/* inner page css */
/* industries landing page */
.inner-hero-section {
  position: relative;
  padding-top: 73px;
}

.inner-hero-section .container {
  max-width: 1234px;
}

.inner-hero-section .row {
  align-items: center;
}

.inner-hero-section .bg-image img,
.page-intro-section .bg-image img,
.contact-intro .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.25;
}

.inner-hero-section .col-md-6:first-child {
  width: 51.38%;
}

.inner-hero-section .col-md-6:last-child {
  width: 48.62%;
}

.inner-hero-section .cnt-wrp h5 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  max-width: 590px;
}

.inner-hero-section .cnt-wrp p {
  margin-bottom: 22px;
}

.inner-hero-section .img-wrp {
  border-radius: 36px;
  height: 100%;
  max-width: 561px;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid #e9e9eb;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  position: relative;
}

.inner-hero-section .img-wrp.has-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  background: url(../images/play.svg) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.33s ease;
  filter: drop-shadow(0px 2px 6px #00000033);
}

.inner-hero-section .img-wrp.has-video:hover::before {
  background: url(../images/play-btnhover.svg) no-repeat center;
  background-size: contain;
}

.inner-hero-section .img-wrp.has-video.playing::before {
  opacity: 0;
  transition: all 0.33s ease;
}

.inner-hero-section .img-wrp img,
.inner-hero-section .img-wrp video {
  width: 100%;
  /* height: 100%; */
  height: 433px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.inner-hero-section .img-wrp video {
  cursor: pointer;
}

.data-list-section {
  padding: 43px 0 56px;
  position: relative;
}

.data-list-section .container {
  max-width: 1234px;
}

.data-list-section .data-title h2 {
  text-align: center;
  margin-bottom: 25px;
}

.data-list-section .service-data,
.logo-card-section .logo-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 26px;
  row-gap: 29px;
}

.data-list-section .dl-datas,
.logo-card-section .lc-data {
  text-align: center;
  width: calc((100% - 82px) / 4);
  border-radius: 36px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  position: relative;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  transition: border 0.3s ease, background 0.3s ease;
}

.data-list-section .dl-datas::before,
.logo-card-section .lc-data:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg,
      #aaaaaa 0%,
      #f3f3f3 24.52%,
      #c3c3c3 49.04%,
      #f3f3f3 74.52%,
      #c3c3c3 100%);
  border-radius: 36px;
  padding: 4px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.33s ease;
  z-index: 1;
}

.data-list-section .dl-datas:hover,
.logo-card-section .lc-data:hover {
  background-color: var(--Gray-2);
}

.data-list-section .dl-datas:hover::before,
.logo-card-section .lc-data:hover::before {
  opacity: 1;
}

.data-list-section .dl-datas .dl-data,
.logo-card-section .lc-data .lc-data-in {
  position: relative;
  z-index: 2;
}

.data-list-section .dl-datas .dl-data,
.logo-card-section .lc-data .lc-data-in {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 216px;
  width: 100%;
}

.data-list-section .dl-datas a,
.logo-card-section .lc-data a {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.data-list-section .dl-datas .dl-data h4 {
  margin-bottom: 0;
  line-height: 32px;
}

.data-list-section+.details-sec {
  z-index: 2;
  padding-bottom: 66px;
}

.data-list-section+.details-sec::before {
  top: 150px;
  right: -350px;
}

.data-list-section+.details-sec .row::after {
  content: "";
  position: absolute;
  width: 733px;
  height: 754px;
  background: #bcbcbc;
  filter: blur(280px);
  border-radius: 50%;
  z-index: -1;
  bottom: -390px;
  left: -424px;
}

.data-list-section+.details-sec::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 284px;
  background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
  /* transform: translateY(-50%); */
  z-index: -2;
}

.our-partners:has(+ .post-list-sec) {
  padding: 17px 0 33px;
}

/* industries landing page end */

/* why-RP1 page */
.logo-slider+.about-campaigns {
  padding-top: 36.3px;
}

.data-list-section .dl-datas.dl-three {
  width: calc((100% - 82px) / 3);
}

.data-list-section .service-data:has(.dl-datas.dl-three) {
  column-gap: 30px;
  row-gap: 22px;
}

.data-list-section .dl-datas.dl-three .dl-data {
  padding: 20px;
  gap: 12px;
  min-height: 259px;
}

.data-list-section .dl-datas.dl-three .dl-data p {
  line-height: 24px;
  margin-inline: 10px;
  margin-bottom: 0;
}

/* why-RP1 page end */

/* reporting page */
.content-with-image-section {
  padding: 89px 0 60px;
}

.content-with-image-section .container {
  max-width: 1244px;
}

.content-with-image-section .col-md-12>h1 {
  text-align: center;
  margin-bottom: 88px;
}

.content-with-image-section .content-wrp {
  display: flex;
  flex-direction: column;
  row-gap: 88px;
}

.content-with-image-section .content-wrp .cwi-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.content-with-image-section .content-wrp .cwi-data:nth-child(even) {
  flex-direction: row-reverse;
}

.content-with-image-section .cwi-data .cwi-data-cnt {
  width: 50.82%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.content-with-image-section .cwi-data .cwi-data-cnt h2 {
  font-size: 62px;
  line-height: 60px;
  letter-spacing: -0.03em;
  margin-bottom: 27px;
}

.content-with-image-section .cwi-data .cwi-data-cnt p {
  margin-bottom: 37px;
}

.content-with-image-section .cwi-data .cwi-data-img {
  width: 49.18%;
  border-radius: 36px;
  height: 100%;
  margin-left: 39px;
  overflow: hidden;
  border: 1px solid #e9e9eb;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  position: relative;
}

.content-with-image-section .cwi-data:nth-child(even) .cwi-data-img {
  margin-left: 0px;
  margin-right: 39px;
}

.content-with-image-section .cwi-data .cwi-data-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* reporting page end */

/* customer stories page */
.page-intro-section {
  position: relative;
  padding: 37px 0 40px;
  background: linear-gradient(270deg,
      #aaaaaa 0%,
      #f3f3f3 24.52%,
      #c3c3c3 49.04%,
      #f3f3f3 74.52%,
      #c3c3c3 100%);
  background-size: 200% 200%;
  animation: gradientMove 15s ease infinite;
  z-index: 1;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.page-intro-section .row {
  position: relative;
  z-index: 2;
}

.page-intro-section .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 50px);
  margin-right: auto;
  margin-left: 0px;
}

.page-intro-section .wrapper h1 {
  margin-bottom: 0;
  letter-spacing: -0.03em;
}

.customer-stories-section {
  padding: 74px 0 79px;
  text-align: center;
}

.customer-stories-section .container {
  max-width: 1044px;
}

.customer-stories-section .col-md-12>p {
  max-width: 871px;
  margin: 0 auto 52px;
}

.customer-stories-section .stories-data {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}

.customer-stories-section .stories-data .cs-data {
  display: flex;
  column-gap: 37px;
  align-items: center;
}

.customer-stories-section .stories-data .cs-data:nth-child(even) {
  flex-direction: row-reverse;
  column-gap: 54px;
}

.customer-stories-section .cs-data>div.position-relative {
  max-width: 69.41%;
  width: 100%;
  height: 100%;
  mask-image: url(../images/clip-mask-img.png);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.customer-stories-section .cs-data>div .img-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 449px;
}

.customer-stories-section .stories-data .cd-info {
  width: 30.59%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  position: relative;
}

.customer-stories-section .cd-info .bg-image img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  width: 135.27px;
  height: 227.14px;
  object-fit: contain;
  object-position: center;
  transform: translateY(-50%);
  margin: 0 auto;
}

.customer-stories-section .cs-data>div.position-relative a img {
  max-width: 89px;
  margin: 0 auto;
}

.customer-stories-section .cs-data>div.position-relative a.video-play-button {
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 11px);
}

.customer-stories-section .cd-info h5 {
  line-height: 35px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

/* customer stories page end */

/* single-page */
a.back-to-parent,
a.back-to-blog {
  position: relative;
  color: var(--Gray);
  letter-spacing: -0.05em;
  padding-left: 22px;
  margin: 0 0 16px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 32px;
}

a.back-to-parent:before,
a.back-to-blog:before {
  position: absolute;
  content: "";
  background: url(../images/back-arrow-icon.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 17px;
  width: 17px;
}

a.back-to-parent:hover:before,
a.back-to-blog:hover:before {
  background-image: url(../images/back-arrow-iconhover.svg);
}

a.back-to-parent:hover,
a.back-to-blog:hover {
  color: var(--Red);
}

.single-page-content {
  padding: 6px 0 95px;
}

.single-blog {
  padding: 10px 0 56px;
}

.single-page-content .container,
.single-blog .container {
  max-width: 1234px;
}

.single-page-content .content-wrp,
.single-blog .col-md-8 {
  width: 72.26%;
}

.single-page-content .sidebar-wrp,
.single-blog .col-md-4 {
  width: 27.74%;
  max-width: 312px;
  margin-left: auto;
}

.single-page-content .content-wrp h2:first-child,
.single-blog .post-cnt h2:first-child {
  max-width: 837px;
}

.single-page-content .content-wrp h2,
.single-blog .post-cnt h2 {
  margin-bottom: 15px;
}

.single-page-content .content-wrp h2:nth-child(3),
.single-blog .post-cnt h2:nth-child(3) {
  margin-top: 30px;
}

.single-page-content .content-wrp h4,
.single-blog .post-cnt h4 {
  font-size: 35px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #818181;
  max-width: 849px;
  margin-bottom: 12px;
}

.single-page-content .page-content p,
.single-blog .post-cnt p {
  line-height: 23px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.single-page-content .content-wrp .page-content p strong,
.single-blog .post-cnt p strong {
  color: #1c1d18;
}

.single-page-content .content-wrp .page-content p a,
.single-blog .post-cnt p a {
  color: #e3292b;
  text-decoration: underline;
  font-weight: 800;
}

.single-page-content ul li,
.single-blog ul li {
  list-style: disc;
}

.single-page-content ol li,
.single-blog ol li {
  list-style: decimal;
}

.single-page-content ol,
.single-page-content ul,
.single-blog ol,
.single-blog ul {
  padding: 0 0 0 71px;
  list-style: auto;
  margin-bottom: 46px;
}

.single-page-content li,
.single-blog li {
  color: #818181;
  padding-left: 7px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.single-page-content li a,
.single-blog li a {
  color: inherit;
  text-decoration: underline;
}

.single-page-content li::marker,
.single-blog li::marker {
  color: #ee3124;
}

.single-page-content ol li::marker,
.single-blog ol li::marker {
  font-family: Syne;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

figure {
  margin-bottom: 0;
}

.single-page-content .page-content img,
.single-blog .post-cnt img {
  max-width: 733px;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  margin-bottom: 59px;
}

.single-page-content .single-video,
.single-blog figure.wp-block-video {
  max-width: 733px;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 46px;
}

.single-page-content .single-video video,
.single-blog figure.wp-block-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 36px;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  cursor: pointer;
}

.single-page-content .single-video:before,
.single-blog figure.wp-block-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  background: url(../images/play.svg) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.33s ease;
  filter: drop-shadow(0px 2px 6px #00000033);
}

.single-page-content .single-video:hover:before,
.single-blog figure.wp-block-video:hover:before {
  background: url(../images/play-btnhover.svg) no-repeat center;
  background-size: contain;
}

.single-page-content .single-video.playing::before,
.single-blog figure.wp-block-video.playing::before {
  opacity: 0;
}

.single-page-content blockquote,
.single-blog blockquote {
  max-width: 752px;
  padding: 76px 35px 35px;
  border-radius: 36px;
  background: var(--Gray-2);
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  margin-bottom: 46px;
  position: relative;
}

.single-page-content blockquote h3,
.single-blog blockquote h3 {
  margin: 0;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.single-page-content blockquote::before,
.single-blog blockquote::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 37px;
  background: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-size: 44px;
  width: 44px;
  height: 35px;
}

.single-page-content .contact-wrp,
.single-blog .contact-wrp {
  max-width: 752px;
  border: 4px solid transparent;
  background-image: linear-gradient(#1c1d18, #1c1d18),
    linear-gradient(270deg,
      #aaaaaa 0%,
      #f3f3f3 24.52%,
      #c3c3c3 49.04%,
      #f3f3f3 74.52%,
      #c3c3c3 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 36px;
  padding: 25px 57px 25px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36.59px;
  background-size: 200% 200%;
  animation: shine 10s linear infinite;
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.single-page-content .contact-wrp h3,
.single-blog .contact-wrp h3 {
  color: #fff;
  font-size: 35px;
  line-height: 34px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* side-wrp */
.single-page-content .sidebar-wrp .services-sidebar,
.single-page-content .sidebar-wrp .resources-sidebar,
.single-blog .sidebar-wrp .services-sidebar,
.single-blog .sidebar-wrp .resources-sidebar {
  padding: 48px 19px 40px;
  background: #f7f7f7;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
  border-radius: 36px;
}

.single-page-content .sidebar-wrp .services-sidebar,
.single-blog .sidebar-wrp .services-sidebar {
  margin-bottom: 51px;
}

.single-page-content .sidebar-wrp .services-sidebar h3,
.single-page-content .sidebar-wrp .resources-sidebar h3,
.single-blog .sidebar-wrp .services-sidebar h3,
.single-blog .sidebar-wrp .resources-sidebar h3 {
  font-size: 34px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.single-page-content .sidebar-wrp .service,
.single-page-content .sidebar-wrp .resource,
.single-blog .sidebar-wrp .service,
.single-blog .sidebar-wrp .resource {
  border-bottom: 1px solid #818181;
}

.single-page-content .sidebar-wrp .service a,
.single-page-content .sidebar-wrp .resource a,
.single-blog .sidebar-wrp .service a,
.single-blog .sidebar-wrp .resource a {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.05em;
  color: #b1b1b1;
  padding: 16px 31px 15px 8px;
  display: block;
}

.single-page-content .sidebar-wrp .service a:hover,
.single-page-content .sidebar-wrp .resource a:hover,
.single-blog .sidebar-wrp .service a:hover,
.single-blog .sidebar-wrp .resource a:hover {
  color: #dc4233;
}

.single-page-content .sidebar-wrp .service:last-child,
.single-page-content .sidebar-wrp .resource:last-child,
.single-blog .sidebar-wrp .service:last-child,
.single-blog .sidebar-wrp .resource:last-child {
  border-bottom: none;
}

/* side-wrp end */
/* single-page end */

/* intrigratio-single page */
.single-hero {
  padding: 42px 0 25px;
  position: relative;
}

.single-hero .container {
  max-width: 1234px;
}

.single-hero .row {
  align-items: center;
}

.single-hero .col-md-6:first-child {
  width: 51.38%;
}

.single-hero .col-md-6:last-child {
  width: 48.62%;
}

.single-hero .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-hero .icon {
  max-width: 300px;
  margin-bottom: 22px;
}

.single-hero h1 {
  margin-bottom: 19px;
}

.single-hero p {
  margin-bottom: 0;
}

.single-hero .demo-wrp {
  border: 4px solid transparent;
  background-image: linear-gradient(#1c1d18, #1c1d18),
    linear-gradient(270deg,
      #aaaaaa 0%,
      #f3f3f3 24.52%,
      #c3c3c3 49.04%,
      #f3f3f3 74.52%,
      #c3c3c3 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 36px;
  overflow: hidden;
  padding: 17px 16px 47px;
  max-width: 561px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
}

.single-hero .demo-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.single-hero .demo-wrp.mobile {
  display: none;
}

.single-hero .demo-wrp .demo-cnt-wrp {
  text-align: center;
}

.single-hero .demo-wrp .demo-cnt-wrp h3 {
  color: #ffffff;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.data-list-section .data-title {
  max-width: 683px;
  margin: 0 auto;
  text-align: center;
}

.data-list-section .data-title p {
  margin-bottom: 38px;
}

.single-page-content+.data-list-section {
  z-index: 1;
}

.single-page-content+.data-list-section:before,
.data-list-section+.full-width-text:before,
.single-hero:before,
.form-with-content:before {
  content: "";
  position: absolute;
  width: 733px;
  height: 754px;
  background: #bcbcbc;
  filter: blur(280px);
  border-radius: 50%;
  z-index: -1;
}

.single-page-content+.data-list-section:before {
  top: -22px;
  right: -345px;
}

.single-hero:before {
  top: 139px;
  right: -345px;
}

.data-list-section+.full-width-text:before {
  bottom: -456px;
  left: -345px;
}

/* intrigratio-single page end */

/* sinle-blog page */
.single-blog-banner {
  padding: 178px 0 140px;
  position: relative;
  text-align: center;
}

.single-blog-banner .bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg,
      #aaaaaa 0%,
      #f3f3f3 24.52%,
      #c3c3c3 49.04%,
      #f3f3f3 74.52%,
      #c3c3c3 100%);
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.93;
  z-index: 1;
}

.single-blog-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/doted-before.svg) no-repeat center;
  background-size: cover;
  opacity: 0.25;
  mix-blend-mode: Lighten;
  z-index: 1;
}

.single-blog-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/doted-before.svg) no-repeat center;
  background-size: cover;
  opacity: 0.25;
  mix-blend-mode: Lighten;
  z-index: 1;
  transform: rotate(180deg);
}

.single-blog-banner .bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.single-blog-banner .row {
  position: relative;
  z-index: 2;
}

.single-blog-banner .blog-banner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1052px;
  margin: 0 auto;
}

.single-blog-banner .blog-banner .category-name a {
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: var(--Black);
  margin-bottom: 10px;
}

.single-blog-banner .blog-banner h1 {
  margin-bottom: 43px;
}

.single-blog-banner .blog-banner h5 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.single-blog-banner .blog-banner .red-btn {
  margin-top: 32px;
}

.meta_social_btns {
  display: flex;
  gap: 28.85px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.meta_social_btns a {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  transition: 0.3s ease;
}

.meta_social_btns a img {
  filter: drop-shadow(0px 5.02px 42.65px #01072326);
}

.meta_social_btns a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
}

.meta_social_btns a img.hover {
  display: block;
  opacity: 0;
  z-index: 2;
  visibility: visible;
  transition: 0.3s ease;
}

.meta_social_btns a:hover img.hover {
  opacity: 1;
  visibility: visible;
}

.meta_social_btns a .copy-to-clipboard {
  position: absolute;
  left: 30px;
  top: 0;
  min-width: 110px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  line-height: 20px;
  height: 20px;
  color: var(--Black);
  text-align: left;
}

/* single-blog page end */

/* integration page */
.logo-card-section {
  position: relative;
  padding: 89px 0 55px;
}

.logo-card-section .row {
  position: relative;
  z-index: 2;
}

.logo-card-section .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.25;
}

.logo-card-section h1 {
  max-width: 608px;
  margin: 0 auto 47px;
  text-align: center;
  letter-spacing: -0.03em;
}

.logo-card-section .logo-data {
  row-gap: 27px;
}

.logo-card-section .lc-data .lc-data-in {
  min-height: 254px;
}

.logo-slider+.data-list-section:before {
  content: "";
  position: absolute;
  top: -139px;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
  z-index: -1;
  transform: rotate(180deg);
}

.logo-slider+.data-list-section:after {
  content: "";
  position: absolute;
  top: -61px;
  left: 0;
  width: 100%;
  height: calc(100% + 10%);
  background: #f7f7f7;
  z-index: -2;
}

.logo-card-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1125px;
  background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
  z-index: -2;
}

.data-list-section+.about-us:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
  z-index: -2;
  /* transform: translateY(-50%); */
}

/* integration page end */

/* pricing page */
.pricing_options {
  padding: 67px 0 45px;
}

.pricing_options .pricing_wrp {
  max-width: 1018px;
  margin: 0 auto;
  background: var(--Gray-2);
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid #e9e9eb;
  box-shadow: 0px 3px 9px 0px #8b8b8b4d;
}

.pricing_options .pricing_wrp table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background: var(--Gray-2);
}

.pricing_options .pricing_wrp .table-header {
  background: linear-gradient(180deg, #ee3124 0%, #d92632 100%);
}

.pricing_options .pricing_wrp .table-header th:first-child {
  font-family: "Syne";
  font-weight: 700;
  font-size: 44px;
  line-height: 58px;
  letter-spacing: -0.05em;
}

.pricing_options .pricing_wrp .table-header th {
  padding: 37px 86px 30px 47px;
  color: #fff;
  border: none;
  font-family: "Inter";
  font-weight: 600;
  font-size: 25px;
  line-height: 27px;
  letter-spacing: -0.05em;
  box-shadow: 0px 1px 24px 0px #1a1a1a0f;
}

.pricing_options .pricing_wrp .table-header th:nth-child(2),
.pricing_options .pricing_wrp .table-header th:nth-child(3) {
  text-align: center;
  width: 213px;
  padding: 54px 33px 44px;
}

.pricing_options .pricing_wrp .table-rows {
  border-bottom: 2px dashed #e3292b;
}

.pricing_options .pricing_wrp .table-rows:last-child {
  border-bottom: none;
}

.pricing_options .pricing_wrp .table-rows td {
  padding: 28px 42px 30px 40px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.05em;
  color: var(--Black);
}

.pricing_options .pricing_wrp .table-rows td img {
  width: 25.93px;
  height: 25.98px;
}

.pricing_options .pricing_wrp .table-rows td:nth-child(2) {
  background: #e9e9eb80;
  text-align: center;
}

.pricing_options .pricing_wrp .table-rows td:nth-child(3) {
  background: #e9e9eb;
  text-align: center;
}

.pricing_options .pricing_wrp .bottom-wrp {
  background: var(--Black);
  padding: 31px 51px 36px 42px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pricing_options .pricing_wrp .bottom-wrp p {
  color: var(--White);
  flex: 1;
  font-family: "Syne", sans-serif;
  font-size: 31px;
  line-height: 34px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: 0;
}

.faq-sec {
  padding: 48px 0;
  position: relative;
}

.faq-sec:after {
  content: "";
  position: absolute;
  width: 733px;
  height: 754px;
  background: #bcbcbc;
  filter: blur(280px);
  border-radius: 50%;
  z-index: -1;
  bottom: -496px;
  left: -439px;
}

.faq-sec .faq_wrp {
  max-width: 1018px;
  margin: 0 auto;
}

.faq-sec .faq_wrp h2 {
  text-align: center;
  margin-bottom: 10px;
}

.faq-sec .faq_wrp .faq,
.form-with-content .left-wrp .faq {
  border-bottom: 1px solid #818181;
}

.faq-sec .faq_wrp .faq h5,
.form-with-content .left-wrp .faq h5 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 25px;
  color: #818181;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  padding: 15px 9px 14px 21px;
}

.faq-sec .faq_wrp .faq h5::after,
.form-with-content .left-wrp .faq h5:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  background-image: url(../images/faq-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 25px;
  left: 0;
  transition: all 0.33s linear;
}

.faq-sec .faq_wrp .faq.active h5::after,
.form-with-content .left-wrp .faq.active h5:after {
  width: 11px;
  height: 12px;
  transform: rotate(90deg);
}

.faq-sec .faq_wrp .faq p,
.form-with-content .left-wrp .faq p {
  margin: 0 21px 25px;
}

/* pricing page end */

/* blog page */
.blog-list-sec {
  padding: 66px 0;
  position: relative;
}

.blog-list-sec .container {
  max-width: 1234px;
}

.blog-list-sec .ftr-post h2 {
  margin-bottom: 30px;
}

.blog-list-sec .ftr-post .post-wrp {
  display: flex;
  align-items: center;
  max-width: 1190px;
  width: 100%;
  padding-bottom: 50px;
}

.blog-list-sec .ftr-post .post-wrp .img-wrp {
  max-width: 729px;
  height: 100%;
  width: 61.26%;
  margin-right: auto;
  border-radius: 36px;
  box-shadow: 0px 4px 5px 0px #0e0e0e1a;
  overflow: hidden;
}

.blog-list-sec .ftr-post .post-wrp .img-wrp img {
  width: 100%;
  height: 407px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.blog-list-sec .ftr-post .post-wrp .cnt-wrp {
  padding-left: 32px;
  width: 38.74%;
}

.blog-list-sec .post-wrp .cnt-wrp span.date {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.02em;
  margin-left: 3px;
  color: var(--Gray);
}

.blog-list-sec .post-wrp .cnt-wrp h3 {
  margin: 16px 0px 11px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--Black);
}

.blog-list-sec .post-wrp .cnt-wrp h3 a {
  color: var(--Black);
}

.blog-list-sec .post-wrp .cnt-wrp p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.02em;
  margin: 0 0 25px;
}

/* category-wrp */
.filter-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 50px 0 34px;
  position: relative;
  z-index: 2;
}

.filter-wrp h2 {
  margin-bottom: 0;
}

.filter-wrp .filter-wrp-in {
  max-width: 628px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  gap: 40px;
}

.filter-wrp .category-dropdown,
.filter-wrp .sort-dropdown {
  display: flex;
  align-items: center;
  gap: 22px;
}

.filter-wrp .filter-wrp-in h4 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  margin: 0;
}

.filter-wrp select {
  border: 1px solid #1c1d18;
  border-radius: 8px;
  padding: 10px 16px 8px;
  color: var(--Black);
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.02em;
  appearance: none;
  background: url("../images/dropdown-arrow.svg") no-repeat right 16px center;
  background-size: 10px;
  min-width: 172px;
}

.filter-wrp .sort-dropdown select {
  min-width: 167px;
}

/* posts-row */
.posts-row .blog-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  column-gap: 25px;
  row-gap: 59px;
}

.posts-row .blog-lists .post-wrp {
  width: 100%;
  height: 100%;
}

.posts-row .blog-lists .post-wrp .img-wrp {
  border-radius: 36px;
  box-shadow: 0px 4px 5px 0px #0e0e0e1a;
  overflow: hidden;
}

.posts-row .blog-lists .post-wrp .img-wrp img {
  width: 100%;
  height: 407px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.posts-row .blog-lists .btn-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.posts-row .blog-lists .cnt-wrp h3 {
  margin: 19px 0 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.posts-row .blog-lists .cnt-wrp .cnt-text {
  border-bottom: 0.75px solid #818181;
  margin-bottom: 25px;
}

/* navigation */
.blog-list-sec .pagination {
  position: relative;
  z-index: 2;
}

.blog-list-sec .pagination ul {
  display: flex;
  column-gap: 14px;
  list-style: none;
  justify-content: center;
  margin-top: 49px;
  padding-left: 0;
}

.blog-list-sec .pagination ul li a,
.blog-list-sec .pagination ul li span {
  padding: 3px 14px;
  border-radius: 9px;
  color: #818181;
  display: block;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.05em;
}

.blog-list-sec .pagination ul li a img {
  max-height: 16px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.blog-list-sec .pagination ul li.active span,
.blog-list-sec .pagination ul li a:hover,
.blog-list-sec .pagination ul li span:hover {
  background: linear-gradient(180deg, #ee3124 0%, #d92632 100%);
  box-shadow: 0px 3.53px 15.88px 0px #02020212;
  color: white;
}

.blog-list-sec .pagination ul li span:hover img {
  filter: invert(100%) sepia(4%) saturate(0%) hue-rotate(200deg) brightness(106%) contrast(101%);
}

.blog-list-sec .pagination ul li span img {
  width: 9px;
  height: 15px;
}

/* blog page end */

/* tearms and policy page */
.cms-section {
  padding: 65px 0 56px;
}

.cms-section .container {
  max-width: 1147px;
}

.cms-section h1 {
  text-align: center;
  margin-bottom: 39px;
}

.cms-section .cnt-wrp p,
.cms-section .cnt-wrp ul li {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--Gray);
}

.cms-section .cnt-wrp p {
  margin-bottom: 30px;
}

.cms-section .cnt-wrp p:last-child {
  margin-bottom: 0;
}

.cms-section .cnt-wrp ul {
  padding-left: 30px;
  margin-bottom: 30px;
}

.cms-section .cnt-wrp p+ul:not(:nth-of-type(3)) {
  margin-top: -30px;
}

.cms-section .cnt-wrp ul li {
  list-style: disc;
}

.cms-section .cnt-wrp p a,
.cms-section .cnt-wrp ul li a {
  color: var(--Gray);
  text-decoration: underline;
}

.cms-section .cnt-wrp p a:hover,
.cms-section .cnt-wrp ul li a:hover {
  color: var(--Black);
}

/* tearms and policy page end */

/* contact-page */
.contact-intro {
  padding: 90px 0 44px;
  position: relative;
}

.contact-intro .contact-cnt {
  max-width: 906px;
  margin: 0 auto;
  text-align: center;
}

.contact-intro .contact-cnt h1 {
  margin-bottom: 22px;
}

.contact-intro .bottom-wrp {
  border: 4px solid transparent;
  background-image: linear-gradient(#f2f2f2, #f2f2f2),
    linear-gradient(270deg,
      #aaaaaa 0%,
      #f3f3f3 24.52%,
      #c3c3c3 49.04%,
      #f3f3f3 74.52%,
      #c3c3c3 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 36px;
  padding: 42px 37px 39px;
  background-size: 200% 200%;
  animation: shine 10s linear infinite;
}

.contact-intro .bottom-wrp h4 {
  font-size: 27px;
  line-height: 32px;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}

.form-with-content {
  padding: 44px 0 41px;
  position: relative;
}

.form-with-content:before {
  right: 0;
  bottom: -225px;
}

.form-with-content .container {
  max-width: 1234px;
}

.form-with-content .row {
  align-items: center;
}

.form-with-content .col-md-6:first-child {
  width: 51.38%;
}

.form-with-content .col-md-6:last-child {
  width: 48.62%;
}

.form-with-content .right-wrp {
  max-width: 561px;
  margin-left: auto;
  border: 4px solid transparent;
  background-image: linear-gradient(#1c1d18, #1c1d18),
    linear-gradient(270deg,
      #aaaaaa 0%,
      #f3f3f3 24.52%,
      #c3c3c3 49.04%,
      #f3f3f3 74.52%,
      #c3c3c3 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 36px;
  padding: 52px 29px 49px;
}

.form-with-content .left-wrp h2 {
  margin-bottom: 15px;
}

.form-with-content .left-wrp>p {
  margin-bottom: 25px;
}

.form-with-content .left-wrp .faq h5:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  background-image: url(../images/faq-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 25px;
  left: 0;
  transition: all 0.33s linear;
}

.form-with-content .left-wrp .faq.active h5:after {
  width: 11px;
  height: 12px;
  transform: rotate(90deg);
}

.logo-slider+.testimonial-slider {
  padding: 30px 0 79px;
}

.gform_wrapper.gravity-theme .gform-loader {
  position: absolute !important;
  top: 0 !important;
  right: 15px !important;
  bottom: 0 !important;
  margin: auto !important;
}

/* contact-page end */

/* .post-list-sec .latest-posts-wrapper.mobile {
  display: none;
} */

li#menu-item-595 {
  display: none;
}