:root {
  --background-color: #e8e8e8;
  --background-brand: #3858e9;
  --text-color: #1a1a1a;
  --text-brand: #3858e9;
  --text-light: #e8e8e8;

  --font-text: 'inter-variable';
  --font-heading-light: 'LttRecoletaLight';
  --font-heading: 'LttRecoletaRegular';
  --font-heading-medium: 'LttRecoletaMedium';
  --font-heading-bold: 'LttRecoletaBold';
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-text);
  background-color: var(--background-color);
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  overflow-x: hidden !important;
}

#smooth-content {
  will-change: transform;
}

.split-parent {
  overflow: hidden;
}

.split-child {
  display: inline-block;
}

.container-fluid {
  padding-left: 45px;
  padding-right: 45px;
  max-width: 1600px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading-medium);
  margin: 0;
}

h2 {
  font-size: 64px;
  /* font-weight: bold; */
}

h2.small {
  font-size: 38px;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar-toggler:focus,
select:focus,
input:focus,
.btn:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

.btn span {
  border-radius: 5px;
  padding: 14px 30px;
  padding-top: 16px;
  border: 2px solid var(--text-color);
  z-index: 2;
  line-height: 1;
  position: relative;
  display: block;
  transition: all .3s;
  color: var(--text-color);
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 5px;
  transition: all .3s;
}

.btn:hover:before {
  opacity: 1;
  left: -3px;
  top: 3px;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  position: relative;
  background-color: transparent;
  display: inline-block;
  font-weight: 600;
  overflow: visible;
  padding: 0;
  border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-tertiary:hover,
.btn-tertiary:focus {
  border: none;
  background-color: transparent;
}

.btn-primary:hover span {
  border-left: solid 2px var(--text-light);
  border-bottom: solid 2px var(--text-light);
  border-top: solid 2px var(--background-brand);
  border-right: solid 2px var(--background-brand);
  color: var(--text-light);
}

.btn-primary::before {
  background-color: var(--background-brand);
}

.btn-secondary span {
  border: 2px solid var(--text-brand);
  background-color: var(--text-brand);
  color: var(--text-light);
}

.btn-secondary:hover span {
  border-left: solid 2px var(--text-light);
  border-bottom: solid 2px var(--text-light);
  border-top: solid 2px var(--background-brand);
  border-right: solid 2px var(--background-brand);
  color: var(--text-light);
}

.btn-secondary::before {
  background-color: var(--secondary-color);
}

.btn-tertiary span {
  border: 2px solid var(--text-color);
  color: var(--text-color);
}

.btn-tertiary:hover span {
  border: solid 2px var(--text-color);
  color: var(--text-color);
}

.btn-tertiary::before {
  background-color: var(--background-color);
}

.v-pd {
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner-hero {
  padding-top: 210px;
  padding-bottom: 70px;
  position: relative;
}

.inner-hero .tiles {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 25%;
  pointer-events: none;
}

.inner-hero .logo-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .2;
  pointer-events: none;
}

.img-frame {
  position: absolute;
  left: -4%;
  top: 3%;
  z-index: 0;
  height: 102%;
  filter: grayscale(1) brightness(100);
}

.img-with-frame .main-img {
  position: relative;
  z-index: 1;
  border-radius: 25px;
}

.bg-primary {
  background-color: var(--background-color) !important;
}

.bg-dots {
  background-image: url(../images/noise.svg);
  background-color: rgb(131 131 131 / 2%);
}

.bg-orange {
  background-color: var(--secondary-color);
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 5;
  max-width: unset;
  transition: all .3s;
}

.header.sticky {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  padding-top: 0;
  padding-bottom: 0;
}

.header .btn-secondary {
  transition: all .3s;
}

.header .btn-secondary span {
  font-size: 16px;
  padding: 8px 15px 8px 15px;
  padding-top: 10px;
}

.header .logo {
  height: 60px;
  transition: all .3s;
  width: 60px;
  object-fit: contain;
}

.header.sticky .logo {
  height: 45px;
}

.header .nav-item {
  position: relative;
}

.header .nav-link {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  margin: 0 25px;
  position: relative;
  text-transform: uppercase;
}

.header .nav-link:before {
  content: '';
  width: 0;
  background-color: var(--secondary-color);
  height: 3px;
  display: block;
  bottom: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  margin: auto;
  transition: all .3s;
}

#menu-header-menu {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-right: auto !important;
  margin-left: auto !important;
  flex-direction: row;
}

#menu-header-menu .menu-item {
  position: relative;
}

.menu-item-has-children {
  position: relative;
}

/* add chevron on the right */
.menu-item-has-children > a {
  padding-right: 20px;
}

.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid var(--text-color);
}

#menu-header-menu .menu-item a {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  margin: 0 25px;
  position: relative;
  /* text-transform: uppercase; */
  display: block;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  padding: 8px;
  padding-top: 10px;
  line-height: 1;
}

#menu-header-menu .menu-item a:hover,
.menu-item-has-children > a:hover:after {
  color: var(--text-brand);
  border-top-color: var(--text-brand);
}



.menu-header-menu-container {
  margin-right: auto !important;
  margin-left: auto !important;
}

.sub-menu {
  position: absolute;
  top: 100%;
  background-color: var(--background-color);
  padding: 15px 0;
  margin: 0;
  width: auto;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: all .3s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

#menu-header-menu .menu-item .sub-menu a {
  color: var(--text-color);
  font-weight: 600;
  padding: 15px 25px;
  margin: 0;
  position: relative;
  text-transform: none;
  white-space: nowrap;
}

.sub-menu a:before {
  display: none;
}

.header #menu-header-menu .menu-item-has-children:hover .sub-menu,
.sub-menu:hover {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.header .nav-item:hover .dropdown,
.dropdown:hover {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.header .nav-link:hover:before {
  width: calc(100% - 20px);
}

.header .nav-link:hover {
  color: var(--secondary-color);
}

.hero-sec {
  background-image: url(../images/noise.svg);
}

.home-hero .tiles {
  position: absolute;
  top: -11%;
  right: -20px;
}

.hero-sec .hero-img {
  position: relative;
  z-index: 1;
}

.hero-sec .hero-img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
  z-index: 1;
}

.hero-sec .homepage_hero_image{
  position: absolute;
  top: 54%;
  left: 47.5%;
  transform: translate(-50%, -50%);
}

.masthead_icon {
  width: 100%;
  max-width: 170px;
}

.about_spinner {
  animation: spin 15s linear infinite;
  position: absolute;
  left: 4px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.home_portfolio_button {
  display: block;
  text-align: center;
  width: 200px;
  position: relative;
  aspect-ratio: 1;
  margin-left: auto;
  line-height: 200px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  margin-right: 50px;
  border: solid 1px var(--text-brand);
}

.work_with_us_spinner {
  display: block;
  text-align: center;
  width: 200px;
  position: relative;
  aspect-ratio: 1;
  margin-left: auto;
  line-height: 186px;
  background-color: transparent;
  border: solid 1px var(--text-brand);
  border-radius: 50%;
  margin-right: 50px;
}

.portfolio_spinner {
  animation: spin 15s linear infinite;
  position: absolute;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(97%) saturate(1530%) hue-rotate(214deg) brightness(102%) contrast(88%);
}

.portfolio_arrow {
  width: 70px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(97%) saturate(1530%) hue-rotate(214deg) brightness(102%) contrast(88%);
}

.home-hero {
  padding-top: 100px;
  padding-bottom: 50px;
  min-height: 75dvh;
  overflow: hidden;
}

.hero-sec h1 {
  color: var(--text-color);
  font-size: 64px;
  margin-bottom: 25px;
  line-height: 1.2;
}

.hero-sec p {
  font-size: 18px;
  margin-bottom: 25px;
}

.clients-sec p {
  font-size: 22px;
  color: var(--text-color);
  line-height: 31px;
  margin-bottom: 25px;
}

.clients-sec h2 {
  margin-bottom: 30px;
}

.heading-line {
  position: relative;
}

.heading-line.small {
  font-size: 38px;
}

.heading-line.small:before {
  top: 20px;
}

.heading-line.white:before {
  border: 1px solid var(--text-color);
}

.heading-line:before {
  border: 1px solid var(--secondary-color);
  width: 115px;
  content: '';
  position: absolute;
  right: calc(100% + 15px);
  top: 35px;
}

.clients-sec ul {
  list-style: none;
  margin: auto;
  padding: 0;
}

.clients-sec ul li {
  color: var(--text-color);
  opacity: .2;
  font-size: 80px;
  display: inline-block;
}

.supercharge-sec h2 {
  font-size: 54px;
}

.supercharge-sec .img-big {
  transform: scale(1);
  opacity: 1;
}

.agency-sec .img-big {
  transform: scale(1);
}

.supercharge-sec .supercharge-border {
  position: absolute;
  right: 6%;
  top: 3%;
  z-index: 1;
}

.supercharge-sec .boxes {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  border: 2px solid var(--text-color);
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  align-items: center;
  margin-bottom: 24px;
  text-decoration: none;
  height: 100%;
  transition: all .3s;
}

.supercharge-sec .boxes::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--secondary-color);
  z-index: -1;
  opacity: 0;
  transition: all .3s;
}

.supercharge-sec .boxes:hover {
  border: 2px solid var(--text-color);
}

.supercharge-sec .boxes:hover::before {
  opacity: 1;
  left: -10px;
  top: 10px;
}

.supercharge-sec .boxes h3 {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 20px;
}

.supercharge-sec .boxes p {
  font-size: 18px;
  color: var(--text-color);
  line-height: 24px;
  transition: all 300ms;
  height: 80px;
}

.supercharge-sec .boxes:hover p {
  color: var(--text-color);
}

.supercharge-sec .boxes img {
  height: 100px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(97%) saturate(1530%) hue-rotate(214deg) brightness(102%) contrast(88%);
}

.supercharge-sec .boxes i {
  transition: all .3s;
  margin-left: 7px;
  vertical-align: text-bottom;
}

.supercharge-sec .boxes:hover i {
  color: var(--text-color);
}

.supercharge-sec .boxes .copy {
  text-align: center;
}

.agency-sec p {
  font-size: 30px;
  line-height: 39px;
}

.agency-sec .rect1 {
  position: absolute;
  left: -3%;
  top: -3%;
}

.agency-sec .img-box {
  max-width: 594px;
}

.agency-sec .main-img {
  position: relative;
  z-index: 2;
}

.agency-sec .rect2 {
  position: absolute;
  right: -3%;
  bottom: -3%;
}

.agency-sec .left-col p {
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 55px;
}

.agency-sec .btn-primary,
.agency-sec .btn-secondary {
  width: 48%;
}

.agency-sec p {
  color: var(--text-color);
  margin-bottom: 25px;
}

.agency-sec h2 {
  margin: 0;
}

.agency-sec .experience-box {
  border-radius: 10px;
  padding: 40px 40px 30px 40px;
  text-align: center;
  background-color: var(--secondary-color);
}

.agency-sec .experience-box h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--text-color);
}

.agency-sec .experience-box p {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
}

.agency-sec .experience-box [class*="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-style: solid;
  border-right: 3px solid;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-image:
    linear-gradient(to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, .3),
      rgba(255, 255, 255, 0)) 1 100%;
}

.agency-sec .experience-box [class*="col-"]:last-child {
  border: 0 !important;
}

.partners-sec .inner {
  align-items: center;
}

.partners-sec .vertical-slider img {
  width: 100%;
  max-width: 570px;
}

.partners-sec .inner h3 {
  color: var(--text-color);
  font-size: 40px;
  font-weight: bold;
}

.partners-sec .inner h3 {
  color: var(--text-color);
  font-size: 44px;
  font-weight: 600;
}

.partners-sec .inner p {
  color: var(--text-color);
  font-size: 24px;
  line-height: 30px;
}

.partners-sec .inner [class*="col-"]:nth-child(1) {
  padding: 0 4%;
}

.partners-sec .inner [class*="col-"]:nth-child(2) {
  padding: 0;
}

.partners-sec .shape {
  position: absolute;
  top: 30%;
  left: 5%;
}

.why-web-sec h3 {
  font-size: 36px;
  margin: 0;
  transition: all .3s;
}

.why_reason.active h3 {
  color: var(--text-brand);
}

.why-web-sec p {
  color: var(--text-color);
  font-size: 24px;
  margin-top: 30px;
  line-height: 1.6;
}

.why-web-sec h2 {
  margin-bottom: 60px;
}

.why-web-sec .why_reason {
  border-bottom: 1px solid color-mix(in srgb, var(--text-color) 30%, transparent);
  padding: 50px 0;
}

.why-web-sec .why_reason:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.schedule-sec p {
  font-size: 24px;
  color: var(--text-color);
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 15px;
  max-width: 80%;
}

.schedule-sec .btn:first-of-type {
  margin-right: 30px;
}

.review-sec h2 span {
  color: var(--secondary-color);
}

.review-sec p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 31px;
}

.review-sec .fa-star {
  color: var(--text-color);
  font-size: 23px;
  color: var(--secondary-color);
  margin-right: 3px;
}

.review-sec .fa-star:last-child {
  color: var(--text-color);
}

.review-sec .profile-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  margin: 0;
}

.review-sec .profile-box p {
  font-size: 16px;
  color: var(--text-color);
  margin: 0;
}

.review-sec .slick-dots {
  text-align: left;
  bottom: -50px;
}

.review-sec .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .5;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 5px solid rgba(220, 97, 28, 0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-sec .slick-dots li.slick-active button:before {
  border: 5px solid var(--text-brand);
  opacity: 1;
  color: var(--background-color);
  transform: scale(.8);
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer h3 {
  font-size: 18px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 30px;
}

.footer .links li {
  margin-bottom: 12px;
}

.footer .links a {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  margin-bottom: 10px;
}

.footer .address p {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  line-height: 27px;
  margin-bottom: 10px;
}

.footer .address a {
  display: table;
  margin-bottom: 10px;
}

.footer p {
  font-size: 16px;
  color: var(--text-color);
  margin-top: 15px;
  margin-bottom: 0;
}

.footer .copyright {
  margin-top: 80px;
  color: var(--text-color);
  border: 0;
  padding: 30px 0;
  /* border-top: 1px solid rgba(255, 255, 255, .1); */
  border-top: 1px solid color-mix(in srgb, var(--text-color) 30%, transparent);
}

.footer .copyright p {
  font-size: 14px;
  text-align: center;
  color: var(--text-color);
  margin: 0;
}

.footer .social-icons a {
  color: rgba(255, 255, 255, .6);
  font-size: 22px;
  border: 2px solid rgba(6, 6, 60, 1);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  width: 78px;
  line-height: 52px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-block;
  transition: all .3s;
}

.footer .social-icons a:hover {
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, .7);
  background-color: rgba(255, 255, 255, .2);
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(.6);
    ;
    -ms-transform: scale(.6);
    transform: scale(.6);
  }

  60% {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
  }
}

.footer .social-icons .fa-brands {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.footer .social-icons a:hover .fa-brands {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.inner-hero .line {
  position: absolute;
  right: 0;
  top: 70%;
  width: 28%;
}

.experts-sec {
  background-image: url(../images/noise.svg);
  background-color: rgb(131 131 131 / 2%);
}

.experts-sec h2 {
  font-size: 54px;
}

.smooth-slider img,
.webstruction-slider img {
  width: 150px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  filter: none !important;
  padding: 15px 15px;
  border-radius: 3px;
}

.smooth-slider .slick-slide,
.webstruction-slider .slick-slide {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 35px;
}

.img-frame-sec p {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 500;
  line-height: 32px;
  padding: 0 5px;
}

.img-frame-sec .row [class*="col-"]:nth-child(2) {
  padding-left: 6% !important;
}

.services-sec h2 {
  font-size: 38px;
}

.services-sec h3 {
  font-size: 28px;
  color: var(--text-color);
}

.services-sec p {
  font-size: 17px;
  color: var(--text-color);
  line-height: 24px;
}

.services-sec .right-col img {
  min-width: 55px;
  padding: 5px;
  margin-right: 15px;
  margin-top: 0;
}

.services-sec .tiles {
  position: absolute;
  right: 0;
  top: 0;
}

.experts-sec h2 {
  font-size: 44px;
  margin-bottom: 25px;
}

.experts-sec p {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
  line-height: 30px;
}

.approach-sec p {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
  line-height: 30px;
}

.approach-sec .line {
  position: absolute;
  top: 70px;
  left: 0;
}

.customers-trust-sec {
  padding-top: 130px;
}

.customers-trust-sec .box {
  width: 50%;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.customers-trust-sec .box:nth-child(odd):after {
  position: absolute;
  right: 0;
  content: '';
  height: 100px;
  border-style: solid;
  border-right: 2px solid;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-image:
    linear-gradient(to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0),
      color-mix(in srgb, var(--text-color) 30%, transparent),
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)) 1 5%;
}

.customers-trust-sec .box:first-child::before,
.customers-trust-sec .box:nth-child(2)::after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0),
      color-mix(in srgb, var(--text-color) 30%, transparent),
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)) 1 5%;
}

.customers-trust-sec .box:nth-child(4),
.customers-trust-sec .box:nth-child(2) {
  border: 0;
}

.customers-trust-sec h2 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 25px;
}

.customers-trust-sec h3 {
  font-weight: 600;
  font-size: 64px;
  color: var(--text-color);
  display: block;
}

.customers-trust-sec .tiles {
  position: absolute;
  right: 0;
  top: 0;
}

.customers-trust-sec p {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  max-width: 200px;
  text-align: center;
}

.customers-trust-sec .box p {
  font-size: 22px;
}

.achievements-sec {
  background-image: url(../images/noise.svg);
  background-color: rgb(131 131 131 / 2%);
}

.achievements-sec h2 {
  font-size: 44px;
}

.achievements-sec img {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 30px;
}

.why-us-sec h2 {
  font-size: 44px;
  margin-bottom: 30px;
}

.why-us-sec p {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}

.whu_us_card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  margin-bottom: 24px;
  text-decoration: none;
  transition: all .3s;
  align-items: start;
}

.what-sets-sec .circle1 {
  width: 0;
}

.what-sets-sec .circle2 {
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.what-sets-sec .inner {
  margin: 100px auto 50px auto;
}

.what-sets-sec .main-img {
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.what-sets-sec h2 {
  font-size: 60px;
  color: var(--text-color);
  font-weight: 600;
}

.what-sets-sec h3 {
  font-size: 27px;
  margin-bottom: 18px;
  color: var(--text-color);
  font-weight: 600;
  width: max-content;
}

.what-sets-sec p {
  font-size: 17px;
  color: var(--text-color);
  line-height: 30px;
  margin: 0;
}

.what-sets-sec .right-col img {
  padding: 25px;
  border: 1px solid #3d3e6a;
  border-radius: 10px;
  margin-bottom: 20px;
}

.what-sets-sec .img-col img {
  border-radius: 20px;
}

.what-sets-sec .img-col img:nth-child(1) {
  width: 83%;
}

.what-sets-sec .img-col img:nth-child(2) {
  position: absolute;
  right: 5%;
  top: 41%;
  border: 10px solid #080943;
  width: 71%;
}

.what-sets-sec .right-col [class*="col-"] {
  margin-top: 40px;
}

.as-partners-sec h2 {
  color: var(--secondary-color);
}

.as-partners-sec p {
  font-size: 24px;
  color: var(--text-color);
  /* font-weight: 600; */
  line-height: 30px;
  margin: 40px 0 0 0;
}

.as-partners-sec {
  background-image: url(../images/noise.svg);
  background-color: rgb(131 131 131 / 2%);
}

.as-partners-sec .contact_btn {
  position: relative;
  width: 185px;
  height: 146px;
  margin: 50px auto auto auto;
  display: flex;
  align-items: center;
}

.reveal {
  /* visibility: hidden; */
  /* position: relative; */
  /* border-radius: 10px 0 10px 0; */
  /* overflow: hidden; */
}

.as-partners-sec .contact_btn .btn_contact {
  background-color: var(--secondary-color);
  color: var(--text-color);
  border-radius: 50%;
  line-height: 90px;
  position: absolute;
  left: 20px;
  right: 0;
  margin: auto;
  width: 105px;
  font-size: 16px;
  font-weight: 600;
  top: 4px;
  border: 0;
  transform: scale(1);
  transition: linear .3s;
}

.as-partners-sec .contact_btn:hover .btn_contact {
  transform: scale(.8) !important;
}

.as-partners-sec .contact_btn:hover .contact-shape {
  transform: rotate(10deg) !important;
}

.as-partners-sec .contact_btn .contact-shape {
  transition: linear .3s;
}

.thinkers-sec .copy {
  max-width: 273px;
  margin: auto;
  overflow: hidden;
}

.thinkers-sec .inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 315px;
  border-radius: 100px 0 117px 0;
  width: 80%;
  margin: 0 auto;
}

.thinkers-sec .inner:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 80%;
  width: 100%;
  left: 0;
  border-radius: 100px 0 117px 0;
  background-color: var(--secondary-color);
}

.thinkers-sec .inner img {
  position: relative;
  border-radius: 100px 0 117px 0;
  width: 110%;
  max-width: unset;
}

.thinkers-sec .designs {
  width: 330px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}

.thinkers-sec .designs .design1 {
  position: absolute;
  right: 0;
  top: 70px;
}

.thinkers-sec .designs .design2 {
  position: absolute;
  top: 60px;
  right: 16%;
}

.thinkers-sec h2 {
  margin-bottom: 20px;
}

.thinkers-sec h3 {
  font-size: 28px;
  color: var(--text-color);
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0px;
}

.thinkers-sec p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 70px;
  font-size: 21px;
  color: var(--text-color);
}

.thinkers-sec .name p {
  text-align: left;
  font-size: 18px;
  max-width: unset;
  margin: 0;
}

.thinkers-sec h3 {
  font-size: 28px;
  color: var(--text-color);
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0px;
}

.work-sec h2 {
  margin-bottom: 70px;
}

.work-sec [class*="row"] {
  margin-bottom: 200px;
}

.work-sec h4 {
  font-weight: 600;
  color: var(--secondary-color);
  text-align: left;
  font-size: 24px;
}

.work-sec p {
  font-size: 18px;
  color: var(--text-color);
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: left;
}

.work-sec h3 {
  font-size: 44px;
  font-weight: bold;
  color: var(--text-color);
  text-align: left;
}

.work-sec .arrow-btn {
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: table;
}

.work-sec .arrow-btn:before {
  width: 100px;
  height: 100px;
  top: 0px;
  left: -200px;
  border-radius: 50%;
  content: '';
  background-color: var(--secondary-color);
  position: absolute;
  z-index: -1;
  transform: scale(.95);
  transition: all .4s;
}

.work-sec .arrow-btn:hover:before {
  left: -2px;
}

.work-sec .btn-arrow {
  position: relative;
  margin: 0 !important;
  transform: translate(0, -4px);
  transition: all .3s;
  transition-delay: .1s;
}

.work-sec .arrow-btn:hover .btn-arrow {
  transform: translate(100px, -80px);
  transition-delay: .1s;
}

.work-sec .arrow-btn:after {
  content: url(../images/btn-arrow.png);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transform: translate(-100px, 80px);
  transition: all .3s;
  transition-delay: .1s;
}

.work-sec .arrow-btn:hover:after {
  transform: translate(0, 14px);
  transition-delay: 0s;
}

.work-sec .work-img:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid var(--secondary-color);
  display: table;
  position: absolute;
  top: 6%;
}

.work-sec [class*="row"]:nth-child(odd) {
  flex-flow: row-reverse;
  flex-wrap: wrap;
}

.work-sec [class*="row"]:nth-child(even) .work-img {
  /* transform: translateX(40px); */
}

.work-sec [class*="row"]:nth-child(odd) .work-img {
  /* transform: translateX(-40px); */
}

.work-sec [class*="row"]:nth-child(even) .work-img:before {
  left: -3%;
}

.work-sec [class*="row"]:nth-child(odd) .work-img:before {
  right: -4%;
}

.work-sec [class*="row"]:nth-child(even) .work-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
}

.work-sec [class*="row"]:nth-child(odd) .work-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  right: 0;
  top: 0;
}

.work-sec [class*="row"]:last-child {
  margin-bottom: 50px;
}

.vertical-slider .slide-box {
  display: flex !important;
  align-items: center;
  padding: 0 8%;
  min-height: 80vh;
}

.vertical-slider .slick-slide {
  opacity: 0;
  transition: all 1s;
}

.vertical-slider .slick-current.slick-slide {
  opacity: 1;
}

.vertical-slider {
  margin-bottom: 0 !important;
}

.vertical-slider .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 2px;
  left: -3px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-between !important;
  flex-direction: column !important;
  flex-direction: row-reverse;
  transition: all 1s;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.vertical-slider .slick-dots li button:before {
  width: 0;
  display: block;
  border: 2px solid var(--text-color);
  content: '';
  text-align: center;
  opacity: 0;
  transition: all 1s;
  height: 100%;
  left: -2px;
}

.vertical-slider .slick-dots li.slick-active button:before {
  opacity: .4;
  height: 100%;
}

.vertical-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0px;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.partner-form-sec .tabs-row {
  border-bottom: 1px solid var(--text-color);
  align-items: center;
}

.partner-form-sec .tabs-row a {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 25px;
  border-bottom: 4px solid transparent;
  transition: all .3s;
  margin-bottom: -1px;
}

.partner-form-sec .tabs-row a:hover {
  border-bottom: 4px solid var(--secondary-color);
}

.partner-form-sec .tabs-row a.active {
  border-bottom: 4px solid var(--secondary-color);
}

.tab2-details,
.tab3-details {
  display: none;
}

.benefit-sec h2 {
  font-size: 38px;
}

.benefit-sec h3 {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}

.benefit-sec p {
  font-size: 20px;
  color: var(--text-color);
  line-height: 34px;
  margin: 10px 0;
  margin-bottom: 25px;
}

.benefit-sec .tiles {
  position: absolute;
  right: 0;
  top: 0;
}

.benefit-sec .right-col {
  display: flex;
  flex-wrap: wrap;
  background-image: url(../images/ellipse1.png);
  background-size: 100%;
}

.benefit-sec .right-col .box {
  margin: 10px 8px;
  border: 1px solid #3a3b69;
  border-radius: 15px;
  min-height: 230px;
  text-align: center;
  padding: 2% 3%;
  width: 30%;
  vertical-align: top;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}

.benefit-sec .right-col .box p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.woo-care-plans {}

.woo-care-plans h2 {
  font-size: 38px;
}

.woo-care-plans .heading-line:before {
  top: 20px;
}

.woo-care-plans .inner {
  padding: 0% 8% 5% 8%;
  border: 1px solid var(--text-color);
  border-radius: 15px;
  text-align: center;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woo-care-plans .inner h4 {
  font-size: 20px;
  font-weight: 600;
  background-color: var(--background-color);
  width: max-content;
  border: 1px solid #51466a;
  border-radius: 5px;
  margin: -23px auto auto auto;
  padding: 10px 18px;
  color: var(--text-color);
}

.woo-care-plans .inner h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 30px auto;
  color: var(--text-color);
}

.woo-care-plans .inner h2 span {
  font-size: 16px;
  color: var(--text-color);
}

.woo-care-plans .inner p {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-color);
}

.woo-care-plans .inner h2 {
  margin-bottom: 25px;
}

.woo-care-plans .inner .plan-details p {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, rgb(12, 13, 69), rgb(81, 81, 122), rgb(12, 13, 69)) 1;
  padding: 13px 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  color: var(--text-color);
}

.woo-care-plans .all-plans [class*="col-"]:nth-child(2) h4 {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.woo-care-plans .all-plans [class*="col-"]:nth-child(2) .inner {
  border: 1px solid var(--secondary-color);
}

.woo-care-plans .switch {
  display: block;
  margin: 12px auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 30px;
  /* background-color: white; */
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  cursor: pointer;
}

.woo-care-plans .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.woo-care-plans .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--text-color) 50%, transparent);
  -moz-border-radius: inherit;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background border;
  -moz-transition-property: opacity background border;
  -o-transition-property: opacity background border;
  transition-property: opacity background border;
}

.woo-care-plans .switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  font-size: 14px;
}

.woo-care-plans .switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #000;
}

.woo-care-plans .switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  opacity: 0;
}

.woo-care-plans .switch-input:checked~.switch-label {
  background-color: var(--text-color);
}

.woo-care-plans .switch-input:checked~.switch-label:before {
  opacity: 0;
}

.woo-care-plans .switch-input:checked~.switch-label:after {
  opacity: 1;
}

.woo-care-plans .switch-handle {
  position: absolute;
  top: 6px;
  left: 10px;
  width: 18px;
  height: 18px;
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.woo-care-plans .switch-handle:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -2px;
  margin: -6px 0 0 -6px;
  width: 28px;
  height: 28px;
  background: #f9f9f9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 50%;
  -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}

.woo-care-plans .switch-input:checked~.switch-handle {
  background: var(--secondary-color);
  left: 49px;
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.woo-care-plans .switch-input:checked~.switch-handle:before {
  background: var(--secondary-color);
}

.woo-care-plans .switch-green>.switch-input:checked~.switch-label {
  background: var(--secondary-color);
}

.woo-care-plans .light {
  opacity: .3;
}

.switch-col h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.switch-col .yearly span {
  color: var(--secondary-color);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid var(--secondary-color);
}

.btn-primary.orange {
  background-color: var(--secondary-color);
}

.btn-primary.orange span {
  border: 1px solid var(--secondary-color) !important;
}

.btn-primary.orange:hover {
  background: transparent;
}

.woo-care-plans .btn span {
  border: 1px solid var(--text-color);
}

.woo-care-plans .btn:hover span {
  border: 1px solid var(--secondary-color);
}

.woo-care-plans .all-plans {
  --bs-gutter-x: 2rem;
}

.woo-care-plans .btn span.compare {
  padding: 10px 114px;
}

.faq-sec {
  position: relative;
}

.faq-sec .question {
  align-items: center;
  /* border-bottom: 1px solid rgba(57, 64, 70, 1); */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  transition: all .3s
}

.faq-sec .question h3 {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .25px;
  margin: 0
}

.faq-sec .column-item.jquery-accordion-active .question h3,
.faq-sec .question:hover {
  color: var(--secondary-color);
}

.faq-sec .question .minus {
  display: none
}

.faq-sec .column-item.jquery-accordion-active .minus {
  display: block;
  background-color: var(--secondary-color);
}

.faq-sec .column-item.jquery-accordion-active .plus {
  display: none
}

.faq-sec .column-item .content {
  display: none;
  padding: 10px 0;
  width: 95%;
}

.faq-sec .column-item {
  border-bottom: 1px solid color-mix(in srgb, var(--text-color) 50%, transparent);
  padding: 25px 0;
}

.faq-sec .column-item .content p {
  color: var(--text-color);
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.faq-sec .minus,
.faq-sec .plus {
  background-color: var(--text-color);
  border-radius: 5px;
  color: var(--background-color);
  font-size: 12px;
  text-align: center;
  padding: 3px;
}

.faq-sec .btn-primary img {
  display: inline-block;
  vertical-align: text-bottom;
}

.faq-sec .more-questions {
  border: 1px solid var(--text-color);
  border-radius: 15px;
  text-align: center;
  color: var(--text-color);
  padding: 8% 4%;
}

.faq-sec .more-questions p {
  font-size: 15px;
  line-height: 18px;
}

.faq-sec .more-questions h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
}

.faq-sec .more-questions .btn-link {
  color: var(--text-color);
  font-size: 16px;
}

.plugin-sec p {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
}

.plugin-sec .right-col .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  padding: 3%;
  border: none;
  justify-content: center;
}

.plugin-sec .right-col .box {
  margin: 10px 8px;
  border: 1px solid color-mix(in srgb, var(--text-color) 50%, transparent);
  border-radius: 15px;
  min-height: 170px;
  text-align: center;
  padding: 2% 3%;
  width: 30%;
  vertical-align: top;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}

.plugin-sec .right-col .inner p {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0;
}

.plugin-sec .right-col .inner .img-wrapper {
  min-height: 100px;
  display: flex;
  align-items: center;
}

.choose-plan-sec {
  border: 1px solid var(--secondary-color);
  border-radius: 15px;
  padding: 50px;
}

.choose-plan-sec h3 {
  color: var(--text-color);
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 600;
}

.choose-plan-sec h4 {
  color: var(--text-color);
  margin-bottom: 22px;
  margin-bottom: 15px;
}

.choose-plan-sec p {
  color: var(--text-color);
  margin: 0;
  font-size: 20px;
}

.choose-plan-sec h2 {
  font-size: 44px;
  color: var(--text-color);
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.choose-plan-sec .btn span {
  padding: 8px 10px;
}

.choose-plan-sec .border-start {
  border-left: 1px solid #03056f !important
}

.orange-tranparent span {
  padding: 12px 30px;
  border: 2px solid var(--secondary-color);
}

.orange-tranparent {
  color: var(--secondary-color);
}

.plans-table h3 {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 600;
}

.plans-table p {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.plans-table td {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  border-color: #9999af;
  text-align: center;
  vertical-align: middle;
}

.plans-table td:nth-child(1) {
  text-align: left;
}

.plans-table tr {
  border: 1px dotted #9999af;
}

.plans-table .fa-check {
  color: var(--secondary-color);
}

.plans-table .fa-circle-info {
  margin-left: 10px;
}

.plans-table .table>:not(caption)>*>* {
  padding: 1.5rem 3rem;
}

.plans-table .btn-link {
  color: var(--text-color);
  text-decoration: none;
}

.plans-table .question h3 {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .28px;
  margin: 0;
  line-height: normal;
}

.plans-table .question .minus {
  display: none
}

.plans-table .question {
  align-items: center;
  /* border-bottom: 1px solid rgba(57, 64, 70, 1); */
  cursor: pointer;
  display: flex;
  transition: all .3s;
}

.plans-table .column-item.jquery-accordion-active .minus {
  display: block;
}

.plans-table .column-item.jquery-accordion-active .plus {
  display: none
}

.plans-table .column-item .content {
  display: none;
  padding: 10px 0 0 0;
  width: 95%;
}

.plans-table .column-item .content p {
  color: var(--text-color);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

.plans-table .column-item {
  padding: 5px 0;
}

.plans-table .minus,
.plans-table .plus {
  background-color: var(--text-color);
  border-radius: 50%;
  min-width: 20px;
  line-height: 20px;
  color: var(--background-color);
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
  align-items: center;
}

.gform_wrapper .gform_fields {
  grid-gap: 25px 20px !important;
}

.gform_wrapper .gform-grid-row {
  grid-gap: 25px 10px !important;
}

.gform_wrapper .gfield_required {
  display: none !important;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  font-size: 16px !important;
  font-style: normal !important;
  line-height: normal !important;
  background: rgba(102, 102, 102, 0.10) !important;
  font-family: 'Proxima Nova Rg' !important;
  padding: 12px 16px !important;
  border: solid 1px rgba(102, 102, 102, 0.10) !important;
  height: 46px !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

::placeholder {
  opacity: 1;
  color: var(--text-color) !important;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: var(--text-color) !important;
}

:-moz-placeholder {
  opacity: 1;
  color: var(--text-color) !important;
}

::-moz-placeholder {
  opacity: 1;
  color: var(--text-color) !important;
}

:-ms-input-placeholder {
  opacity: 1;
  color: var(--text-color) !important;
}

.gform_wrapper .gfield_html:first-child {
  margin-top: 0;
}

.gform_wrapper .gfield_html {
  margin-top: 12px;
}

.gform_wrapper .gfield_html h3 {
  margin-bottom: 0;
  font-size: 28px;
}

.gform_wrapper .gfield_label.gform-field-label {
  font-size: 28px;
  margin-bottom: 24px;
  color: var(--text-color);
}

.gform_wrapper .gfield_radio input {
  display: none !important;
}

.gform_wrapper .gfield_radio .gform-field-label {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  background: rgba(102, 102, 102, 0.10);
  font-family: 'Proxima Nova Rg';
  padding: 12px 16px;
  border: solid 1px rgba(102, 102, 102, 0.10);
  color: var(--text-color);
  height: 46px;
}

.gform_wrapper .gfield_radio input:checked~.gform-field-label {
  border: 1px solid #f77d00;
  color: #f77d00;
}

.gform_wrapper .gfield_radio {
  flex-direction: row !important;
  flex-wrap: wrap;
}

.gform_wrapper .gfield_radio .gchoice .gform-field-label {
  margin-left: 5px;
}

.gform_wrapper .gfield_radio .gchoice:first-child .gform-field-label {
  margin-left: 0;
}

.gform_fileupload_multifile .gform_drop_area {
  font-size: 16px !important;
  font-style: normal !important;
  line-height: normal !important;
  background: rgba(102, 102, 102, 0.10) !important;
  font-family: 'Proxima Nova Rg' !important;
  padding: 50px 16px !important;
  border: solid 1px rgba(102, 102, 102, 0.10) !important;
  color: var(--text-color) !important;
}

.gfield--type-fileupload #gfield_upload_rules_2_17 {
  display: none;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  content: '' !important;
  background: url(/wp-content/uploads/2023/10/fileupload-img.png) no-repeat top center / cover;
  width: 152px;
  height: 139px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.gform_wrapper .gform_footer .gform_button {
  border-radius: 7px !important;
  padding: 12px 36px !important;
  z-index: 2;
  position: relative !important;
  display: block !important;
  transition: all .3s !important;
  background: #FF661F !important;
}

.big-text {
  font-size: 3.25vw;
  color: var(--text-color);
  margin: 100px auto;
  max-width: 80%;
  line-height: 1.3;
}

@media (max-width: 1360px) {
  .choose-plan-sec .btn span {
    font-size: 12px;
    padding: 8px 7px;
  }
}

@media (min-width: 1400px) {
  .container.big {
    max-width: 1480px;
  }
}

@media (min-width:1279px) {
  .inner-hero .left-col {
    /* padding-left: 8%; */
  }
}

@media (max-width:1550px) {
  .what-sets-sec h3 {
    width: auto;
  }
}

@media (max-width:1500px) {
  .customers-trust-sec .box p {
    font-size: 20px;
    line-height: 27px;
  }

  .plugin-sec .right-col .box {
    width: 28%;
  }
}

@media (max-width:1439px) {
  .supercharge-sec .supercharge-border {
    right: 0;
  }

  .what-sets-sec h2 {
    font-size: 50px;
  }

  .work-sec .arrow-btn {
    transform-origin: left top;
  }

  .customers-trust-sec h3 {
    font-size: 48px;
  }

  .customers-trust-sec .box p {
    font-size: 19px;
    line-height: 25px;
  }

  .customers-trust-sec p {
    font-size: 20px;
  }

  .as-partners-sec p {
    font-size: 20px;
  }

  .approach-sec p {
    font-size: 20px;
    line-height: 26px;
  }

  .experts-sec p {
    font-size: 20px;
    line-height: 28px;
  }

  .img-frame-sec .row [class*="col-"]:nth-child(2) {
    padding-left: 13% !important;
  }

  .work-sec h2 {
    margin-bottom: 70px;
  }

  .work-sec h3 {
    font-size: 35px;
  }

  .work-sec p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
  }

  .supercharge-sec .boxes .copy {}

  .supercharge-sec h2 {
    font-size: 47px;
  }

  .supercharge-sec .boxes .copy p {
    margin-bottom: 0;
  }

  .supercharge-sec .boxes {}

  .supercharge-sec .boxes h3 {
    margin-top: 0;
  }

  .footer .social-icons a {
    width: 55px;
    line-height: 40px;
  }

  .review-sec p {
    font-size: 20px;
  }

  .schedule-sec p {
    font-size: 22px;
  }

  .partners-sec .inner p {
    line-height: 26px;
    font-size: 20px;
  }

  .hero-sec h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 48px;
  }

  .heading-line:before {
    top: 24px;
  }

  .supercharge-sec .boxes h3 {
    font-size: 24px;
  }

  .agency-sec .experience-box p {
    font-size: 16px;
  }

  .agency-sec p {
    font-size: 22px;
    line-height: 31px;
  }

  .agency-sec .btn-primary,
  .agency-sec .btn-secondary {
    width: 48%;
  }

  .why-web-sec h3 {
    /* font-size: 35px; */
  }

  .clients-sec p {
    font-size: 20px;
  }
}

@media (max-width:1399px) {
  #menu-header-menu .menu-item a {
    margin: 0 14px;
  }

  .what-sets-sec .right-col img {
    padding: 15px;
  }

  .what-sets-sec h3 {
    font-size: 25px;
  }
}

@media (max-width:1279px) {
  .inner-hero {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
}

@media (max-width: 1199px) {
  .header .nav-link {
    font-size: 17px;
  }

  .choose-plan-sec h2 {
    font-size: 34px;
  }

  .agency-sec .btn-primary span,
  .agency-sec .btn-secondary span {
    font-size: 14px;
  }

  .what-sets-sec .img-col img:nth-child(2) {
    top: 27%;
  }

  .customers-trust-sec .box {
    width: 50%;
    display: block;
    text-align: center;
  }

  .customers-trust-sec h3 {
    margin-right: 0;
  }

  .customers-trust-sec h3 {
    font-size: 41px;
  }

  .customers-trust-sec .box:nth-child(odd):after {
    right: 8px;
    top: 0;
  }

  .thinkers-sec h2 {
    margin-bottom: 30px;
  }

  .thinkers-sec .designs {
    width: 280px;
    top: 20px;
  }

  .thinkers-sec .inner {
    height: 236px;
  }

  .vertical-slider .slide-box {
    min-height: 60vh;
  }

  .inner-hero .line {
    top: 80%;
  }

  .services-sec .btn-primary {
    padding: 8px 25px 8px 25px;
  }

  .header .container {
    max-width: 97%;
  }

  .footer .container {
    max-width: 97%;
  }

  .agency-sec .experience-box p {
    font-size: 16px;
    line-height: 16px;
  }

  .agency-sec .btn-primary,
  .agency-sec .btn-secondary {
    line-height: 16px;
  }
}

@media (max-width:1100px) {
  .heading-line:before {
    width: 70px;
    left: -77px;
  }
}

@media (max-width:777px) {
  .choose-plan-sec .btn span {
    padding: 8px 5px;
  }
}

@media (max-width:991px) {
  .navbar-collapse {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    background-color: var(--background-color) !important;
    z-index: 999;
    width: 400px;
    border-right: 2px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.3s linear;
  }

  .navbar-collapse.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .navbar-collapse #menu-header-menu {
    overflow-y: scroll;
    display: block;
    padding: 30px 0;
  }

  .navbar-collapse .menu-item {
    display: block;
  }

  .navbar-collapse .menu-item a {
    margin: 0 14px;
    display: inline-block;
  }

  .navbar-collapse .sub-menu {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    width: 100%;
    transition: none;
    transform: none;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    padding-left: 20px;
  }

  .navbar-collapse .menu-item-has-children::before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--text-color);
    line-height: 28px;
    border: 1px solid var(--text-color);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
  }

  .right-btn {
    margin-right: 60px;
  }

  .navbar-toggler {
    position: absolute !important;
    right: 0;
    display: inline-block;
    z-index: 12;
    background: none;
    border: 1px solid var(--text-color);
    position: relative;
    border-radius: 0px;
    padding: .5rem .5rem;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-image: none;
    background-size: auto;
    background-size: 100% 100%;
  }

  .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 60%;
    height: 10px;
    border-top: 2px solid var(--text-color);
    border-bottom: 2px solid var(--text-color);
    transform: rotate(0deg);
    transition: all 300ms ease-in-out;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    border-bottom: none;
    top: 20px;
    left: -5px;
    transition: all 300ms ease-in-out;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 60%;
    height: 10px;
    border-top: 2px solid var(--text-color);
    transform: rotate(0deg);
    transition: all 300ms ease-in-out;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 20px;
    left: 6px;
    transition: all 300ms ease-in-out;
  }

  .choose-plan-sec .border-start {
    border-left: 0px solid #03056f !important;
  }

  .agency-sec .btn-primary span,
  .agency-sec .btn-secondary span {
    font-size: 19px;
  }

  .what-sets-sec .img-col img:nth-child(2) {
    position: relative;
    right: 0;
    float: right;
    margin-top: -100px;
    top: 0;
  }

  .thinkers-sec .thinkers {
    height: auto;
  }

  .thinkers-sec .designs {
    width: 230px;
    top: 20px;
    transform: scale(.8);
  }

  .thinkers-sec .inner {
    height: 176px;
  }

  .thinkers-sec h3 {
    font-size: 22px;
  }

  .thinkers-sec p {
    font-size: 14px;
  }

  .vertical-slider .slick-slide {
    transition: all 1s;
  }

  .partners-sec .shape {
    top: 50px;
    left: 0;
    width: 200px;
    right: 0;
    margin: auto;
  }

  .vertical-slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: auto;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center !important;
    flex-direction: row !important;
    flex-direction: row-reverse;
    transition: all 1s;
    border-right: 0px solid rgba(255, 255, 255, .2);
  }

  .vertical-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }

  .vertical-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .5;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 5px solid rgba(220, 97, 28, 0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vertical-slider .slick-dots li.slick-active button:before {
    border: 5px solid rgba(220, 97, 28, 1);
    opacity: 1;
    color: var(--background-color);
    transform: scale(.8);
  }

  .vertical-slider .slide-box {
    padding: 50px 20px;
    min-height: auto;
  }

  .partners-sec {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .img-frame {
    right: 0;
    margin: auto;
  }

  .work-sec [class*="row"]:nth-child(even) .work-img {
    transform: translateX(0);
  }

  .work-sec [class*="row"]:nth-child(odd) .work-img {
    transform: translateX(0);
  }

  .work-sec h4 {
    padding-top: 50px;
  }

  .inner-hero {
    /* padding-top: 130px; */
    /* padding-bottom: 40px; */
  }

  .work-sec h3 {
    font-size: 27px;
  }

  .footer .links {
    margin-bottom: 35px;
  }

  .footer h3 {
    margin-bottom: 10px;
  }

  .why-web-sec [class*="col-"] [class*="col-"]:nth-child(even) {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 30px;
    padding-bottom: 35px;
  }

  .why-web-sec [class*="col-"] [class*="col-"] {
    border: 0;
    padding: 10px 20px;
  }

  .agency-sec .btn-primary,
  .agency-sec .btn-secondary {
    padding: 17px 10px;
    font-size: 20px;
  }

  .header .btn-secondary {
    position: absolute;
    right: 50px;
    top: 20px;
  }

  .header.sticky .btn-secondary {
    transform-origin: right;
    top: 14px;
  }

  .header .container {
    max-width: none;
  }

  .header .nav-link {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .header .navbar-nav {
    padding-top: 30px;
  }
}

@media (max-width:767px) {
  .plans-table .question {
    align-items: start;
  }

  .work-sec .arrow-btn {
    scale: 0.7;
  }

  .plans-table .question h3 {
    line-height: 24px;
  }

  .plugin-sec .right-col .box {
    min-width: 225px;
  }

  .switch-col .yearly span {
    display: block;
    margin-top: 10px;
  }

  .benefit-sec .right-col .box {
    min-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .plans-table .table>:not(caption)>*>* {
    padding: 1.5rem;
  }

  .customers-trust-sec p {
    font-size: 18px;
  }

  .choose-plan-sec {
    padding: 50px 20px;
  }

  .choose-plan-sec h2 {
    font-size: 44px;
  }

  .choose-plan-sec {
    text-align: center;
  }

  .webstruction-slider .slick-slide {
    margin: 0 5px 0 5px;
  }

  .approach-sec {
    padding-bottom: 10px !important;
  }

  .thinkers-sec .inner {
    height: auto;
  }

  .thinkers-sec .thinkers {
    height: auto;
    width: 300px;
    margin: auto;
  }

  .thinkers-sec .designs {
    width: 380px;
    top: 30px;
  }

  .thinkers-sec h2 {
    margin-bottom: 10px;
  }

  .partners-sec .inner h3 {
    font-size: 40px;
    text-align: center;
  }

  .vertical-slider .slide-box {
    text-align: center;
  }

  .inner-hero .line {
    width: 48%;
    top: 90%;
  }

  .work-sec [class*="row"]:last-child {
    margin-bottom: 0;
  }

  .inner-hero {
    /* padding-top: 160px; */
  }

  .work-sec [class*="row"] {
    margin-bottom: 70px;
  }

  .v-pd {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-hero .tiles {
    top: 10%;
    right: 0;
    transform: translate(30%, 50%);
    width: 45%;
    left: 0;
    margin: auto;
  }

  .agency-sec .btn-primary,
  .agency-sec .btn-secondary {
    padding: 18px 10px;
    margin-bottom: 10px;
    width: 100%;
  }

  .agency-sec .experience-box [class*="col-"] {
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    border-image-slice: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .agency-sec .experience-box h2 {
    font-size: 60px;
  }

  .agency-sec .left-col p {
    margin-bottom: 25px;
  }

  .agency-sec .experience-box p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width:580px) {
  .services-sec h3 {
    font-size: 21px;
  }

  .services-sec .right-col img {
    margin-right: 0;
  }

  .work-sec p {
    font-size: 20px;
  }

  .footer .social-icons a {
    width: 50px;
  }

  .footer {
    text-align: center;
  }

  .footer .address a {
    display: table;
    margin: auto;
  }
}

@media (max-width:600px) {
  .customers-trust-sec h2 {
    font-size: 30px;
  }

  .benefit-sec p {
    font-size: 20px;
  }

  .benefit-sec h2 {
    font-size: 30px;
  }

  .services-sec h2 {
    font-size: 30px;
  }

  .home_portfolio_button {
    margin-right: auto;
  }

  .why-web-sec p {
    font-size: 21px;
    line-height: 1.5;
  }

  .work_with_us_spinner {
    margin-right: auto;
  }

  .header .btn-secondary {
    top: 25px;
  }

  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header.sticky .btn-secondary {
    top: 20px;
  }

  .partner-form-sec .tabs-row a {
    font-size: 14px;
    padding: 10px 5%;
    text-align: center;
    line-height: 18px;
    min-height: 60px;
    display: flex;
    align-items: center;
  }

  .what-sets-sec h2 {
    font-size: 38px;
  }

  .achievements-sec img {
    margin: 20px 10px;
  }

  .customers-trust-sec .box {
    width: 100%;
    display: flex;
    text-align: left;
  }

  .customers-trust-sec .box:nth-child(odd):after {
    content: none;
  }

  .customers-trust-sec h3 {
    margin-right: 20px !important;
  }

  .achievements-sec h2 {
    font-size: 38px;
  }

  .customers-trust-sec .box p br {
    display: none;
  }

  .customers-trust-sec .box p {
    font-size: 17px;
    line-height: 23px;
  }

  .customers-trust-sec h3 {
    font-size: 36px;
    margin: 0;
    min-width: 100px;
    text-align: right;
  }

  .as-partners-sec p {
    line-height: 28px;
    font-size: 20px;
  }

  .as-partners-sec p {
    margin: 20px 0 0 0;
  }

  .partners-sec h2 {
    text-align: center;
  }

  .partners-sec .inner p {
    font-size: 18px;
    line-height: 25px;
  }

  .experts-sec h2 {
    font-size: 35px;
  }

  .partners-sec .inner h3 {
    font-size: 35px;
  }

  .home-hero .tiles {
    top: -6%;
    width: 70%;
  }

  .img-with-frame .main-img {
    width: 80%;
  }

  .img-frame-sec p {
    font-size: 20px;
  }

  .img-frame {
    left: -7%;
  }

  .inner-hero .logo-white {
    width: 110px;
  }

  .work-sec h4 {
    padding-top: 30px;
  }

  .inner-hero .tiles {
    top: 85px;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
  }

  .btn-primary span,
  .btn-secondary span {
    font-size: 16px !important;
    padding: 3px 10px 3px 10px !important;
  }

  .schedule-sec p {
    font-size: 20px;
    line-height: 27px;
  }

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

  .review-sec p {
    font-size: 20px;
  }

  .why-web-sec h3 {
    font-size: 28px;
  }

  .agency-sec p {
    font-size: 18px;
  }

  .supercharge-sec .boxes {
    display: block;
    text-align: center;
  }

  .supercharge-sec .boxes a {
    margin: 20px auto auto auto;
    /* transform: rotate(-20deg); */
    /* display: table; */
  }

  .supercharge-sec .boxes img {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .hero-sec h1 {
    font-size: 34px;
  }

  .hero-sec h1 {
    padding-right: 0;
  }

  .hero-sec p {
    font-size: 20px;
  }

  h2 {
    font-size: 35px;
  }

  .clients-sec p {
    font-size: 18px;
    line-height: 24px;
  }

  .supercharge-sec h2 {
    font-size: 40px;
  }
}

@media (max-width:480px) {
  #menu-header-menu .menu-item a {
    margin: 0px 4px;
  }

  .navbar-collapse {
    width: 290px;
  }

  .navbar-collapse .sub-menu {
    padding-left: 10px;
  }

  .partner-form-sec .tabs-row a {
    padding: 10px 2%;
  }

  .gform_wrapper .gfield_html h3 {
    font-size: 24px;
  }

  .gform_wrapper .gfield_label.gform-field-label {
    font-size: 24px;
  }
}

@media (max-width:355px) {
  .thinkers-sec .designs {
    width: auto;
    right: -40px;
  }

  .footer .social-icons a {
    width: 25%;
  }

  .header .btn-secondary {
    transform: scale(.8);
    transform-origin: right;
  }
}

.sticky_element {
  height: 100%;
}

@media (min-width:1300px) {
  .hero-text-pad {
    padding-right: 23%;
  }
}
