@import url(https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap);
.form-group > i,
body,
input:focus {
  color: var(--text);
}
h2,
h3,
h6 {
  line-height: 145%;
}
body,
p,
span,
ul {
  margin: 0;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  transition: 0.4s ease-in-out;
}
.faq-content .accordion-item .accordion-collapse,
.form-contl input.style2,
.header-main .main-menu ul li .submenu li:last-child a,
.wp-content .accordion-item .accordion-collapse,
button {
  border: none;
}
.info-text-style,
label {
  line-height: 35.04px;
}
.info-text-style,
.link-btn.style1,
.link-btn.style3,
.section-title .subtitle,
.single-section-title,
.theme-btn,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Urbanist, sans-serif;
}
.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .info .link,
label {
  margin-top: -0.3em;
}
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #fae54b;
  --theme2: #f9f3ef;
  --theme3: #faf8ff;
  --title: #282c32;
  --header: #282c32;
  --orange: #e78c45;
  --text: #4f4f4f;
  --text2: #cbcbcb;
  --border: #e6e6e6;
  --border-2: #f1f1f1;
  --border-3: #d8d8d8;
  --border-4: #e0e0e0;
  --border-5: #565656;
  --bg-1: #161921;
  --bg-2: #f6f7ff;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background-color: var(--white);
  padding: 0;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
.theme-btn.style2,
a,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: var(--title);
}
ul {
  padding: 0;
  list-style: none;
}
button {
  background-color: transparent;
  padding: 0;
}
input::placeholder {
  color: #767771;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
h1 {
  font-size: 42px;
  line-height: 120%;
}
h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 34px;
  }
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
  line-height: 130%;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
  font-weight: 600;
}
.info-text-style,
.link-btn.style1,
.link-btn.style3,
label {
  font-weight: 400;
  font-style: normal;
}
a {
  text-decoration: none;
  outline: 0 !important;
  cursor: pointer;
}
.text-theme-color,
a:hover {
  color: var(--theme) !important;
}
.info-text-style {
  color: var(--white);
  font-size: 18px;
}
.form-contl {
  position: relative;
  margin-top: 30px;
}
.form-contl input {
  position: relative;
  padding: 17px 20px;
  height: 60px;
  background: var(--theme2);
  width: 100%;
  border: 1px solid #6e6e6e;
  opacity: 0.8;
}
.form-contl button,
.ripple-effect {
  width: 60px;
  height: 60px;
  text-align: center;
}
.form-contl input::placeholder {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.08px;
}
.form-contl button {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 60px;
  background: var(--theme);
  color: var(--white);
}
.form-contl button.style2 {
  background: 0 0;
  color: var(--theme);
}
input.form-control,
textarea.form-control {
  outline: 0;
  box-shadow: none;
  background-color: var(--white);
  border: 1px solid var(--border);
  padding: 17px 10px;
  font-size: 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
input.form-control:focus,
textarea.form-control:focus {
  background-color: var(--white);
  border: 1px solid var(--border);
  outline: 0;
  box-shadow: none;
}
input[type="checkbox"] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
input[type="checkbox"] ~ label {
  line-height: 30px;
}
input[type="checkbox"] ~ label:before {
  content: "";
  background: var(--white);
  border: 1px solid var(--border-2);
  z-index: 9;
}
input[type="checkbox"] ~ label:after {
  content: "";
  background: var(--theme);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  z-index: 9;
}
input[type="checkbox"].style2 ~ label:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
input[type="radio"] ~ label::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  border: 1px solid var(--theme);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: var(--white);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
}
.theme-btn {
  display: inline-block;
  position: relative;
  padding: 20px 36px;
  gap: 10px;
  color: #282c32;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background: var(--theme);
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  border: 1px transparent;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.theme-btn i,
.theme-btn svg,
.theme-btn.style2 i,
.theme-btn.style2 svg {
  margin-left: 6px;
}
.theme-btn:before {
  transition-duration: 0.8s;
  position: absolute;
  width: 210%;
  height: 290%;
  content: "";
  top: 162%;
  left: 50%;
  background: var(--title);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.image-anime,
.project-card.style1,
.reveal {
  position: relative;
  overflow: hidden;
}
.theme-btn.style2 {
  display: inline-block;
  background: 0 0;
  border: 1px solid var(--border-5);
}
.theme-btn.style2:before,
.theme-btn.style3:before,
.theme-btn.style5:before {
  transition-duration: 0.8s;
  background: var(--theme);
}
.theme-btn.style2 svg path,
.theme-btn.style2 svg rect,
.theme-btn.style4 svg path,
.theme-btn.style4 svg rect {
  fill: var(--title);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.theme-btn.style2:hover svg path,
.theme-btn.style2:hover svg rect {
  fill: white;
}
.theme-btn.style3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: 0 0 !important;
  border: 1px solid var(--white);
  color: var(--white);
}
.theme-btn.style3 i,
.theme-btn.style3 svg,
.theme-btn.style5 i,
.theme-btn.style5 svg {
  margin-left: 6px;
  color: var(--white);
}
.theme-btn.style3 svg path,
.theme-btn.style3 svg rect,
.theme-btn.style5 svg path,
.theme-btn.style5 svg rect {
  fill: var(--white);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.contact-info-box.style1:hover .contact-content .icon svg path,
.link-btn.style3 i path,
.link-btn.style3 svg path,
.theme-btn.style3:hover svg path,
.theme-btn.style3:hover svg rect,
.theme-btn.style4:hover svg path,
.theme-btn.style4:hover svg rect,
.theme-btn.style5:hover svg path,
.theme-btn.style5:hover svg rect {
  fill: var(--white);
}
.theme-btn.style4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--theme);
  color: var(--white);
  border: 1px solid var(--border-4);
}
.theme-btn.style4:before {
  transition-duration: 0.8s;
  background: var(--title);
  color: var(--white);
}
.contact-info-box.style1 .contact-content .title a:hover,
.contact-info-box.style1:hover .contact-content .text:hover,
.footer-widgets-wrapper.style1
  .single-footer-widget
  .footer-content
  .store-links
  .apple
  a:hover,
.header-1.sticky-bg-dark .header-main .main-menu ul li a,
.header-2 .header-main .main-menu ul li a:hover,
.header-2 .header-main .main-menu ul li:hover > a,
.header-2.sticky-bg-dark .header-main .main-menu ul li a,
.header-2.sticky-bg-dark
  .header-right
  .header-contact-info.style2
  .content
  h5
  a,
.header-2.sticky-bg-dark .header-right .header-contact-info.style2 .content h6,
.header-2.sticky-bg-dark .header-right .header__cart > a,
.header-2.sticky-bg-dark .header-right .search-icon,
.header-2.sticky-bg-dark .header-right .sidebar__toggle,
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a,
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn:hover,
.sticky.header-2 .header-main .main-menu ul li a,
.sticky.header-2 .header-main .main-menu ul li a.active,
.sticky.header-2 .header-main .main-menu ul li a:hover,
.sticky.sticky-bg-dark .header-main .main-menu ul li a,
.theme-btn.style4:hover {
  color: #282c32 !important;
}
.theme-btn.style5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--title) !important;
  border: 1px solid var(--white);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover,
.slider-arrow.style1,
.slider-arrow.style1.style2:hover {
  background: var(--theme);
  color: var(--white);
}
.theme-btn:hover {
  color: #fff !important;
  border: 1px transparent;
}
.theme-btn:hover:before {
  top: -96%;
}
.slider-arrow-btn {
  display: flex;
  gap: 15px;
}
.slider-arrow.style1 {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-top: -0.4em;
  box-shadow: 0 10px 30px 0 rgba(52, 55, 170, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.slider-arrow.style1:hover {
  background: var(--white);
  color: var(--theme);
  box-shadow: 0 10px 30px 0 rgba(52, 55, 170, 0.15);
}
.slider-arrow.style1.style2 {
  background: var(--theme2);
  color: var(--title);
}
.link-btn.style1 {
  color: var(--title);
  font-size: 16px;
  line-height: 28px;
}
.link-btn.style1 i,
.link-btn.style1 svg {
  margin-left: 0;
}
.link-btn.style3 {
  display: inline-block;
  background: var(--theme);
  color: var(--title);
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 1600px) {
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-95 {
    --bs-gutter-x: 95px;
  }
  .gx-100 {
    --bs-gutter-x: 100px;
  }
  .gx-114 {
    --bs-gutter-x: 114px;
  }
  .gx-85 {
    --bs-gutter-x: 85px;
  }
  .gx-134 {
    --bs-gutter-x: 134px;
  }
  .gx-165 {
    --bs-gutter-x: 165px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}
.gx-0 {
  --bs-gutter-x: 0px;
}
@media (min-width: 550px) {
  .header-2 .container,
  .header-3 .container {
    max-width: 1620px;
  }
  .about-container-wrapper.style2 .container,
  .advantage-container-wrapper.style1 .container,
  .counter-container-wrapper.style1 .container,
  .cta-container-wrapper.style1 > .container,
  .intro-container-wrapper.style1 .container,
  .testimonial-container-wrapper.style1 > .container,
  .testimonial-container-wrapper.style2 > .container,
  .wcu-container-wrapper.style2 > .container {
    max-width: 1820px;
  }
  .about-wrapper.style2 .container,
  .brand-slider-container-wrapper.style1 .container,
  .brand-slider-container-wrapper.style2 .container,
  .counter-wrapper.style1 .container,
  .intro-wrapper.style1 .container {
    max-width: 1450px;
  }
  .project-details-container-wrapper .container,
  .service-details-container-wrapper .container,
  .work-process-container-wrapper.style1 .container {
    max-width: 1440px;
  }
  .advantage-wrapper.style1 .container {
    max-width: 1200px;
  }
  .project-container-wrapper.style2 .container {
    max-width: 1790px;
  }
  .team-page-container-wrapper .container {
    max-width: 1330px;
  }
  .footer-bottom.style1 .container,
  .footer-widgets-wrapper.style1 .container {
    max-width: 1580px;
  }
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.ripple-effect {
  display: inline-block;
  line-height: 60px;
  background-color: #f3e7e0;
  border: 1px solid var(--white);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #ffeed3;
  box-shadow: 0 0 0 0 #ffd9c4;
  animation: 2s infinite rippleOne;
}
.ripple-effect .playerImg {
  width: 19px;
  height: 24px;
}
.img-custom-anim-right {
  animation: 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards
    img-anim-right;
  opacity: 0;
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards
    img-anim-left;
  opacity: 0;
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: 1.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards img-anim-top;
  opacity: 0;
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
.cir36 {
  animation: 20s linear infinite cir36;
  -webkit-animation: 20s linear infinite cir36;
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y {
  0%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes float-bob-y {
  0%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0%,
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes bounce-x {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
.bounce-x {
  -webkit-animation: 7s linear infinite bounce-x;
  animation: 7s linear infinite bounce-x;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
    background-position: top left;
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
    background-position: top left -2000px;
  }
}
.reveal {
  display: -ms-inline-flexbox;
  visibility: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover:after {
  height: 250%;
  transition: 0.6s linear;
  background-color: transparent;
}
.play-btn:after,
.play-btn:before,
.ripple-animation {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}
.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  animation: 70s linear infinite wave;
}
.fancy-animation {
  animation: 8s ease-in-out infinite morph;
}
@keyframes morph {
  0%,
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30%;
  }
}
.movingX {
  animation: 8s linear infinite movingX;
}
@keyframes movingX {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
}
.movingCar {
  animation: 25s linear infinite movingCar;
}
@keyframes movingCar {
  0% {
    transform: translateX(0) rotateY(0);
  }
  50% {
    transform: translateX(calc(-100vw + 108%));
  }
  51% {
    transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
  }
  100% {
    transform: translateX(0) rotateY(180deg);
  }
}
.moving {
  animation: 8s linear infinite moving;
}
@keyframes moving {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
}
.moving2 {
  animation: 8s linear infinite moving2;
}
@keyframes moving2 {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
  }
}
.moving3 {
  animation: 8s linear infinite moving3;
}
@keyframes moving3 {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}
.jump {
  animation: 7s linear infinite jumpAni;
}
@keyframes jumpAni {
  0%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
}
.jump-reverse {
  animation: 7s linear infinite jumpReverseAni;
}
@keyframes jumpReverseAni {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}
.spin {
  animation: 10s linear infinite spin;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-color-ani,
.color-animate {
  animation: 6s linear infinite bgColor;
}
@keyframes bgColor {
  0%,
  100% {
    background-color: #f2ba4c;
  }
  25% {
    background-color: #81f24c;
  }
  50% {
    background-color: #41f27d;
  }
  75% {
    background-color: #0500ff;
  }
}
@keyframes animate-positive {
  100% {
    width: var(--progress-width);
  }
  0% {
    width: 0;
  }
}
.fadein,
.rollinleft,
.rollinright,
.scalein,
.slidebottomright,
.slideindown,
.slideinleft,
.slideinright,
.slideinup,
.slidetopleft {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}
.swiper-slide-active .fadein {
  --animation-name: fadein;
}
.swiper-slide-active .scalein {
  --animation-name: scalein;
}
.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}
.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}
.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}
.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}
.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}
.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}
.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}
.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.spin2 {
  animation: 10s linear infinite spin2;
}
@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.animation-bubble {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.about-section-3,
.advantage-wrapper.style1 .advantage-thumb,
.bg-cover,
.bg-cover-2,
.blog-card.style1 .body,
.blog-card.style1 .body .blog-meta .item,
.blog-wrap.style1,
.blog-wrap.style2,
.contact-meta .video-box .video-wrap,
.counter-box.style1,
.error-wrapper,
.fancy-box.style4 .content,
.footer-top-logo,
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu,
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb,
.img-shine,
.intro-container-wrapper.style2 .intro-wrapper,
.intro-container-wrapper.style2 .thumb-box,
.marque-section-2,
.mean-container .mean-nav > ul .homemenu-items .homemenu,
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb,
.mega-hover,
.news-card-items .news-image,
.news-card-items.style-2 .news-image,
.news-standard-wrapper .news-standard-items .news-thumb,
.ralt,
.ripple,
.wcu-wrapper.style1 .wcu-thumb,
.wcu-wrapper.style2 .wcu-thumb .main-thumb,
.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box img {
  position: relative;
}
.animation-bubble div[class^="bubble-"] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../img/shape/star.html) center center/cover no-repeat;
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .animation-bubble > :nth-child(2n) {
    display: none;
  }
}
.bubble-1 {
  bottom: -5px;
  left: 68%;
  animation: 4.5s ease-in -6.57s infinite bubble-animation;
}
.bubble-2 {
  bottom: -71px;
  left: 97%;
  animation: 4.5s ease-in -5.07s infinite bubble-animation;
}
.bubble-3 {
  bottom: -71px;
  left: 43%;
  animation: 4.5s ease-in -6.73s infinite bubble-animation;
}
.bubble-4 {
  bottom: -3.8px;
  left: 82%;
  animation: 4.5s ease-in -4.04s infinite bubble-animation;
}
.bubble-5 {
  bottom: -73.4px;
  left: 29%;
  animation: 4.5s ease-in -3.11s infinite bubble-animation;
}
.bubble-6 {
  bottom: -71px;
  left: 41%;
  animation: 4.5s ease-in -5.95s infinite bubble-animation;
}
.bubble-7 {
  bottom: -79.4px;
  left: 14%;
  animation: 4.5s ease-in -3.68s infinite bubble-animation;
}
.bubble-8 {
  bottom: -115.4px;
  left: 90%;
  animation: 4.5s ease-in -3.89s infinite bubble-animation;
}
.bubble-9 {
  bottom: -44.6px;
  left: 33%;
  animation: 4.5s ease-in -1.09s infinite bubble-animation;
}
.bubble-10 {
  bottom: -6.2px;
  left: 59%;
  animation: 4.5s ease-in -0.96s infinite bubble-animation;
}
@keyframes bubble-animation {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 30px;
    width: 30px;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes icon-anim {
  0%,
  100% {
    top: 26px;
    right: 90px;
  }
  25% {
    top: 86px;
    right: 110px;
  }
}
.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-20deg);
}
.img-shine:hover:after {
  animation: 1s imgShine;
}
@keyframes imgShine {
  100% {
    left: 125%;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--orange);
}
::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.bg-cover,
.bg-cover-2,
.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fix {
  overflow: hidden;
}
.ripple::after,
.ripple::before {
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.5);
  -webkit-animation: 3s infinite rippleOne;
  animation: 3s infinite rippleOne;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.mega-hover {
  overflow: hidden;
  z-index: 2;
}
.mega-hover:after,
.mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
}
.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(245, 255, 255, 0.3);
}
.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.9s linear;
  transition: 0.9s linear;
}
.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.9s linear;
  transition: 0.9s linear;
}
.bg-cover-2 {
  width: 100%;
  height: 100%;
}
.page-nav-wrap ul li {
  display: inline-block;
  text-align: center;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: 0 0;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid #e3e3e3;
  color: var(--title);
}
.page-nav-wrap ul li .page-numbers.current,
.testimonial-section-3 .section-title-area .array-button .array-prev:hover,
.used-technology-section .nav .nav-item .nav-link.active,
option:checked,
option:focus,
option:hover {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers.icon,
.page-nav-wrap ul li .page-numbers.icon:hover {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white) !important;
  border: 1px solid transparent;
}
.box-shadow {
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.06);
}
.pt-100 {
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea,
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.margin-top-10,
.margin-top-8,
.mt-n10 {
  margin-top: -10px;
}
.margin-top-5,
.mt-n5 {
  margin-top: -5px;
}
.margin-top-60 {
  margin-top: -65px;
}
@media (max-width: 1399px) {
  .margin-top-60 {
    margin-top: -25px;
  }
  .marquee-wrapper.style-1 {
    margin: 30px 0;
  }
}
@media (max-width: 1199px) {
  .margin-top-60 {
    margin-top: -27px;
  }
}
@media (max-width: 991px) {
  .pt-100,
  .pt-110 {
    padding-top: 80px;
  }
  .pb-100,
  .pb-110 {
    padding-bottom: 80px;
  }
  .margin-top-60 {
    margin-top: -75px;
  }
}
.mt-n30 {
  margin-top: -30px !important;
}
.mt-n50 {
  margin-top: -50px !important;
}
.mr-7 {
  margin-right: 7px;
}
.mr-44 {
  margin-right: 44px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
  br {
    display: none;
  }
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .margin-top-60 {
    margin-top: -65px;
  }
  .mb-40 {
    margin-bottom: 35px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
  .mb-40 {
    margin-bottom: 25px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
}
.ml-50 {
  margin-left: 50px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.blog-card.style2 .blog-card-body .tag-cloud.style2,
.mt-25 {
  margin-top: 25px;
}
.about-wrapper.style2 .counter-box-wrapper,
.mt-40,
.news-details-area .blog-post-details .comments-area,
.wcu-wrapper.style2 .counter-box-wrapper,
.wcu-wrapper.style3 .counter-box-wrapper,
.wp-wrapper.style2 .feature-box-wrapper.style2 {
  margin-top: 40px;
}
.mt-60,
.project-details-wapper .single-desc {
  margin-top: 60px;
}
.mt-90 {
  margin-top: 90px;
}
.contact-info-box.style1 .contact-content .icon,
.mb-40 {
  margin-bottom: 40px;
}
.blog-wrapper.style1 .section-title,
.mb-50,
.pricing-card.style1 .pricing-card-body,
.wp-wrapper.style2 .section-title {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .mb-md-100 {
    margin-bottom: 100px;
  }
}
.pb-262 {
  padding-bottom: 262px !important;
}
.mxw-345 {
  max-width: 345px;
}
.mxw-410 {
  max-width: 410px;
}
.mxw-440 {
  max-width: 440px;
}
.mxw-530 {
  max-width: 530px;
}
.mxw-565 {
  max-width: 565px;
}
.mxw-570 {
  max-width: 570px;
}
.mxw-586 {
  max-width: 586px;
}
.mxw-630 {
  max-width: 630px;
}
.mxw-640 {
  max-width: 640px;
}
.mxw-651 {
  max-width: 651px;
}
.mxw-685 {
  max-width: 685px;
}
.mxw-850 {
  max-width: 850px;
}
.mxw-848 {
  max-width: 848px;
}
.mxw-705 {
  max-width: 705px;
}
.mxw-770 {
  max-width: 770px;
}
.mxw-300 {
  max-width: 300px;
}
.mxw-1450 {
  max-width: 1450px;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.bg-theme {
  background-color: var(--theme) !important;
}
.bg-theme2 {
  background: var(--theme2) !important;
}
.bg-theme3 {
  background: var(--theme3) !important;
}
.bg-orange {
  background-color: var(--orange) !important;
}
.bg-color1 {
  background-color: #0b0b0c;
}
.bg-color2 {
  background-color: #343434;
}
.back-to-top:hover,
.bg-title {
  background-color: var(--title);
}
.header-main .main-menu ul li:hover > a,
.main-header-wrapper
  .main-header-items
  .header-contact-info-area
  .contact-info-items
  .content
  h3
  a,
.sticky.header-1 .header-main .main-menu ul li .submenu li a,
.sticky.header-1 .header-main .main-menu ul li a,
.sticky.header-3 .header-main .main-menu ul li .submenu li a,
.sticky.header-3 .header-main .main-menu ul li a,
.text-title {
  color: var(--title);
}
.text-dark2 {
  color: #838387 !important;
}
.text-bg-color2,
.text-theme-color2 {
  color: var(--theme2) !important;
}
.text-orange-color {
  color: var(--orange) !important;
}
.bg-transparent {
  background: 0 0;
}
.border-theme {
  border: 1px solid var(--theme);
}
.border-dark {
  border-bottom: 1px solid #54595f;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mean-container .mean-nav {
  background: 0 0;
  margin-top: 0;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: 0 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb::before,
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(20, 19, 19, 0)),
    to(#5e5ef6)
  );
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: "";
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover::before,
.header-main .main-menu ul li .submenu li:hover > .submenu,
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover
  .demo-button,
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover
  .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover
  .homemenu-btn,
.mean-container
  .mean-nav
  > ul
  .homemenu-items
  .homemenu
  .homemenu-thumb:hover
  .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.before-after-section .thumb,
.before-after-section .thumb img,
.blog-card.style1 .thumb img,
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  img,
.main-header-wrapper .main-header-items,
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img,
.project-card.style1 .project-thumb img {
  width: 100%;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-title,
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--black) !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
  color: var(--theme2);
}
.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}
.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: 1s linear infinite spinner;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em;
  width: 9em;
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em Urbanist, sans-serif, Urbanist, sans-serif;
  text-align: center;
  user-select: none;
}
.back-to-top,
.social-media li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: 4s infinite letters-loading;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: Urbanist, sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
}
.back-to-top {
  border-radius: 12px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.single-section-title {
  color: var(--title);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
}
.section-title .subtitle {
  display: inline-flex;
  padding: 4px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f8f0d2;
  color: #282c32;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}
.fancy-box.style1 h4,
.section-title .title {
  font-style: normal;
  line-height: normal;
  font-family: Urbanist, sans-serif;
}
.section-title .subtitle.bg2 {
  background: rgba(255, 255, 255, 0.15);
}
.section-title .subtitle img {
  margin-left: 3px;
}
.section-title .title {
  color: var(--title);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.96px;
  margin-bottom: 25px;
}
.section-title .section-desc {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  margin-bottom: 30px;
}
.social-profile .plus-btn,
.social-profile ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--theme);
  opacity: 0.25;
  border-radius: 50%;
  margin: 0 6px;
  transition: 0.3s;
}
.swiper-pagination-bullet-active {
  width: 28px;
  background-color: var(--theme);
  opacity: 1;
  border-radius: 8px;
}
.social-profile {
  position: absolute;
  left: 40px;
  bottom: 100px;
  text-align: center;
  content: "";
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block;
  overflow: hidden;
  z-index: 9;
}
.social-profile ul {
  padding-left: 0;
  margin-bottom: 5px;
  transform: translateY(100px);
  transition: 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.footer-widgets-wrapper.style1
  .single-footer-widget
  .list-area
  li:not(:last-child),
.social-profile ul li,
.team-simple-history .skills .progress-wrap .progress-meta {
  margin-bottom: 5px;
}
.social-profile ul li a {
  display: block;
  background: var(--white);
  color: var(--theme);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin: 0 auto;
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .social-icon.style2
  a:hover,
.social-profile ul li a:hover,
.used-technology-section .nav .nav-item .nav-link.active {
  background-color: var(--theme);
  color: var(--white) !important;
}
.social-profile .plus-btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  background: var(--theme);
  color: var(--white);
  transition: 0.4s ease-in-out;
}
.social-profile .plus-btn:hover {
  background: var(--theme) !important;
}
.social-profile:hover .plus-btn {
  background-color: var(--theme3);
  color: var(--white);
}
.fancy-box.style1 .icon,
.social-media li a {
  text-align: center;
  background: var(--theme2);
}
.social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.social-media {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
}
.social-media li a {
  display: inline-block;
  color: var(--theme);
  transition: 0.4s;
  border-radius: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.social-media li a:hover {
  background: var(--theme);
  color: var(--white) !important;
  border: 1px solid var(--border);
}
.social-media.style2 li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: var(--white);
  color: var(--title);
  transition: 0.4s;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -ms-border-radius: 0px;
  -o-border-radius: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.social-media.style2 li a:hover {
  background: var(--theme);
  color: var(--white) !important;
  border: 1px solid var(--theme);
}
.social-media.style3 li a {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: 0 0;
  color: var(--title);
  transition: 0.4s;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -ms-border-radius: 0px;
  -o-border-radius: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.social-media.style3 li a:hover {
  color: var(--theme) !important;
  border: none;
}
.fancy-box-wrapper.style1 {
  display: flex;
  align-items: center;
  gap: 45px;
}
.fancy-box-wrapper.style3 {
  display: flex;
  padding: 20px;
  gap: 40px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 40px;
}
.fancy-box-wrapper.style3 .box-text {
  max-width: 245px;
}
.fancy-box.style1,
.fancy-box.style3,
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items,
.profile-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fancy-box.style1 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.marquee-item.style-2 .text-style,
.marquee-item.style1 .text-style {
  transition: 0.4s ease-in-out;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0 2px;
}
.fancy-box.style1 h4 {
  color: var(--title);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
}
.fancy-box.style2 {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 30px;
}
.fancy-box.style2 .content {
  max-width: 205px;
}
.fancy-box.style2 .content h4 {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.48px;
  margin-bottom: 1px;
}
.fancy-box.style3 .content h4,
.fancy-box.style4 .content h5 {
  color: var(--title);
  font-size: 20px;
  font-weight: 600;
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.fancy-box.style2 .content .text,
.fancy-box.style3 .content .text,
.service-box.style1 .content .text,
.service-box.style3 .content .text {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
}
.fancy-box.style3 .content {
  max-width: 330px;
}
.fancy-box.style3 .content h4 {
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 3px;
}
.fancy-box.style4 {
  padding: 20px 20px 20px 30px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fancy-box.style4 .content h5 {
  line-height: 140%;
  text-transform: capitalize;
}
.fancy-box.style4 .content .text {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
}
.fancy-box.style4 .content:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ee332b;
  top: 10px;
  left: -10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.icon-box.style1,
.icon-box.style2 {
  border-radius: 8px;
  text-align: center;
}
.fancy-box.style5 {
  padding-left: 24px;
  position: relative;
}
.icon-box.style1 {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(90deg, #ac60e5 0, #0c87f0 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.icon-box.style2 {
  width: 105px;
  height: 105px;
  line-height: 105px;
  background: var(--theme);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.icon-box.style3 {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(172, 96, 229, 0.2509803922) 25%,
    rgba(12, 135, 240, 0.2509803922) 100%
  );
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.counter-box-wrapper.style3 {
  display: flex;
  align-items: center;
  gap: 60px;
}
.counter-box.style1 .counter {
  color: var(--theme);
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.9px;
}
.counter-box.style1 p,
.counter-box.style3 .counter {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.counter-box.style1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.counter-box.style3 .counter {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.48px;
  margin-bottom: 2px;
  text-align: center;
}
.checklist.style1 li,
.counter-box.style3 .text {
  color: var(--text);
  letter-spacing: -0.36px;
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.counter-box.style3 .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.checklist-wrapper.style1 {
  display: flex;
  align-items: center;
  gap: 40px;
}
.checklist.style1 li {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
}
.blog-card.style1 .body .tag-meta img,
.checklist.style1 li img,
.news-details-area
  .blog-post-details
  .tag-share-wrap
  .social-share
  a:not(:last-child),
.pricing-card.style1 .pricing-card-body .checklist li svg,
.recent-post .recent-post-meta .price del {
  margin-right: 10px;
}
.contact-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.contact-meta .video-box,
.testimonial-section-3 .section-title-area .array-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-meta .video-box .video-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  animation: 6s linear infinite rippleOne;
}
.contact-meta .video-box h4 {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.04px;
}
.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 107px;
  padding-top: 24px;
  background: var(--theme);
  z-index: 9;
}
.marquee-wrapper.style-1 {
  background-color: transparent;
  line-height: 55px;
}
.marquee-wrapper.style-1.text-slider {
  height: auto;
}
.marquee-wrapper.style-2 {
  line-height: 55px;
}
.marquee-item.style-2 .text-slider,
.text-slider {
  font-family: var(--title);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  color: var(--white);
}
.text-slider img {
  margin-bottom: 10px;
  margin-right: 8px;
  margin-left: 10px;
}
.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}
.marquee-list {
  float: left;
  width: 50%;
}
.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}
.marquee-item.style1 .text-style {
  background-image: linear-gradient(var(--theme), var(--theme));
  color: transparent;
  -webkit-text-stroke: 1px #bcb8b1;
  font-family: Urbanist, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.comment-list .comment-item .post-comment .comment-content .name,
.modal-details .title-box .price,
.modal-details .title-box .title h3,
.progress-wrap .progress-meta .title {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.marquee-item.style1 .text-style:hover {
  color: var(--theme);
  background-size: 100% 3px;
  opacity: 1;
}
.marquee-item.style-2 .text-style {
  background-image: linear-gradient(var(--theme2), var(--theme2));
}
.marquee-item.style-2 .text-style:hover {
  color: var(--theme2);
  background-size: 100% 3px;
  opacity: 0.7;
}
.marquee-inner.to-left {
  animation: 25s linear infinite marqueeLeft;
}
@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee-inner.to-right {
  animation: 25s linear infinite marqueeRight;
}
@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.modal-details .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-details .title-box .title h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
}
.modal-details .title-box .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}
.modal-details .desc p {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.comment-list .comment-item .post-comment .comment-content .commented-on,
.progress-wrap {
  margin-bottom: 15px;
}
.progress-wrap .progress-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.comment-list .comment-item,
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__inner {
  border-bottom: 1px solid var(--border-2);
  margin-bottom: 30px;
}
.progress-wrap .progress-meta .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.progress-wrap .progress-meta .percentage {
  color: var(--theme);
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 500px) {
  .progress-wrap .progress-meta {
    gap: 210px;
  }
  .footer-bottom .footer-wrapper p {
    font-size: 13px;
  }
}
.progress-wrap .progress-container {
  position: relative;
  max-width: 504px;
  height: 7px;
  background-color: #d9ddff !important;
  border-radius: 10px;
  overflow: visible;
}
.cursor-inner,
.cursor-inner.cursor-hover,
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn:hover::before,
.progress-wrap .progress-container.style2:after,
.progress-wrap .progress-container.style2:before {
  background-color: var(--theme2);
}
.progress-wrap .progress-container .progress-bar {
  height: 7px;
  background-color: var(--theme);
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
}
.slider-arrow-button.style2 {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.slider-arrow-button.style2 .arrowPrev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 4px 20px 0 rgba(52, 55, 170, 0.15);
}
.slider-arrow-button.style2 .arrowNext {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 8px;
  background: var(--theme);
  color: var(--white);
}
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  opacity: 0.3;
}
.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: 80ms ease-out;
  -o-transition: 80ms ease-out;
  transition: 80ms ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}
.comment-list .comment-item {
  position: relative;
  padding-bottom: 30px;
}
.comment-list .comment-item .post-comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.comment-list .comment-item .post-comment .comment-content .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.comment-list .comment-item .post-comment .comment-content .star {
  position: absolute;
  top: 15px;
  right: 15px;
}
.star-wrapper.style1 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.star-wrapper.style1 li {
  color: var(--theme);
}
.comment-form .inner-title,
.profile-meta .content h6 {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.profile-meta .content h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.contact-form.style1 .desc,
.profile-meta .content p {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.gt-social a,
.gt-social.style2 a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  transition: 0.4s ease-in-out;
  text-align: center;
}
.comment-form {
  margin-top: var(--blog-space-y, 50px);
  padding: 60px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: var(--theme2);
  border: 0;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.comment-form .inner-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.comment-form .rating {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 15px;
  margin-bottom: 35px;
}
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: 0.3s slideInUp;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: 0 0;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}
.contact-info-box.style1:hover,
.contact-info-box.style1:hover .contact-content,
.feature-provide-box-items:hover,
.search-wrap input.form-control,
.search-wrap input.form-control:focus,
.service-details-wrapper
  .details-box2
  .progress-wrap
  .progress-container
  .progress-bar {
  background-color: var(--theme);
}
.gt-social a,
.gt-social.style2 a:hover {
  background: linear-gradient(90deg, #384bff 0, #b42af3 123.82%);
}
input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}
.inner-section-padding,
.section-padding {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
  .section-title .title,
  .single-section-title {
    font-size: 35px;
  }
  .slider-arrow-button.style2 {
    margin-bottom: 30px;
  }
  .inner-section-padding {
    padding: 100px 0;
  }
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .inner-section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 70px 0;
  }
}
.section-padding1 {
  padding: 200px 0 110px;
}
.section-padding2 {
  padding: 110px 0 270px;
}
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.mask-content {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center center;
  -webkit-mask-position: center center;
  width: 100%;
}
.gt-social a {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.gt-social a:hover {
  background: var(--white);
  color: var(--theme);
}
.gt-social.style2 a {
  background: 0 0;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.gt-social.style2 a:hover {
  color: var(--white);
  border: 1px solid var(--title);
}
.header-section-1 {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 150;
}
.header-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}
.header-section-3 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 150;
}
.main-header-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1899px) {
  .fancy-box-wrapper.style3 {
    padding: 10px;
  }
  .main-header-wrapper {
    gap: 70px;
  }
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
    left: -50px;
  }
}
.main-header-wrapper .main-header-items .header-contact-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  border: 1px solid #d4dced;
}
.main-header-wrapper
  .main-header-items
  .header-contact-info-area
  .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  padding: 30px 50px 30px 0;
  border-right: 1px solid #d4dced;
}
.main-header-wrapper
  .main-header-items
  .header-contact-info-area
  .contact-info-items
  .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--white);
  border-radius: 50%;
  color: var(--theme);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  position: relative;
}
.main-header-wrapper
  .main-header-items
  .header-contact-info-area
  .contact-info-items
  .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid rgba(30, 32, 35, 0.1);
  transform: translate(-50%, -50%);
}
.main-header-wrapper
  .main-header-items
  .header-contact-info-area
  .contact-info-items
  .content
  p {
  color: var(--text);
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
}
.main-header-wrapper
  .main-header-items
  .header-contact-info-area
  .contact-info-items
  .content
  h3 {
  font-size: 20px;
  color: var(--title);
  text-transform: initial;
}
.main-header-wrapper
  .main-header-items
  .header-contact-info-area
  .contact-info-items.style-2 {
  border: none;
  padding-right: 0;
}
.header-1,
.header-2 {
  background-color: transparent;
}
.advantage-wrapper.style1 .advantage-thumb .thumb1,
.header-1 .mega-menu-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 470px) {
  .progress-wrap .progress-meta {
    gap: 150px;
  }
  .header-1 .mega-menu-wrapper,
  .header-2 .mega-menu-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 1399px) {
  .main-header-wrapper
    .main-header-items
    .header-contact-info-area
    .contact-info-items {
    border-right: none;
    padding-right: 0;
  }
  .main-header-wrapper
    .main-header-items
    .header-contact-info-area
    .contact-info-items
    .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .main-header-wrapper
    .main-header-items
    .header-contact-info-area
    .contact-info-items
    .icon::before {
    width: 54px;
    height: 54px;
  }
  .header-1 .mega-menu-wrapper .header-main {
    gap: 30px;
  }
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 15px;
  }
  .header-1 .mega-menu-wrapper .header-main .main-menu ul li a {
    font-size: 14px;
  }
}
.header-1 .header-right .header-button,
.header-2 .header-right .header-button {
  margin-left: 25px;
}
.header-1 .header-right .sidebar__toggle,
.header-2 .header-right .sidebar__toggle {
  color: var(--white);
  margin-left: 30px;
}
.header-1.header-3,
.sticky {
  background-color: var(--white);
}
.header-1.header-3 .container-fluid,
.hero-3 .container-fluid {
  padding: 0 225px;
}
@media (max-width: 1899px) {
  .header-1.header-3 .container-fluid {
    padding: 0 60px;
  }
  .header-2 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
    left: -50px;
  }
}
@media (max-width: 1600px) {
  .main-header-wrapper {
    gap: 40px;
  }
  .main-header-wrapper .main-header-items .header-contact-info-area {
    padding: 0 30px;
  }
  .main-header-wrapper
    .main-header-items
    .header-contact-info-area
    .contact-info-items
    .content
    h3 {
    font-size: 18px;
  }
  .main-header-wrapper
    .main-header-items
    .header-contact-info-area
    .header-button
    .theme-btn {
    font-size: 14px;
    padding: 24px 27px;
  }
  .header-1.header-3 .container-fluid {
    padding: 0 50px;
  }
}
.header-2 .header-main .main-menu ul li a {
  color: var(--white);
}
.header-2.sticky-bg-dark .header-right .sidebar__toggle svg line {
  stroke: var(--white) !important;
}
.header-2 .mega-menu-wrapper {
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .header-1 .header-right .sidebar__toggle {
    color: #d8b74a;
    background: #fcf7d0;
    padding: 5px 10px;
    border-radius: 7px;
  }
  .header-1.header-3 .container-fluid {
    padding: 0 40px;
  }
  .header-2 .mega-menu-wrapper .header-main {
    gap: 30px;
  }
  .header-2 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 10px;
  }
  .header-2 .mega-menu-wrapper .header-main .main-menu ul li a {
    font-size: 14px;
  }
}
.header-2 .header-right {
  gap: 30px !important;
}
.header-2 .header-right .cart,
.header-2 .header-right .search-icon {
  color: var(--white) !important;
  font-size: 15px;
}
@media (max-width: 1399px) {
  .header-2 .header-right {
    gap: 10px !important;
  }
}
.cta-wrapper.style2 .cta-meta,
.footer-top .fancy-box,
.header-2 .header-right .header-contact-info.style2 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-2 .header-right .header-contact-info.style2 .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: var(--theme);
}
.header-2 .header-right .header-contact-info.style2 .content h6 {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
}
.blog-card.style2 .blog-card-body .blog-title a:hover,
.footer-widgets-wrapper .single-footer-widget .list-area li a:hover a,
.header-main .main-menu ul li .submenu li:hover > a::after,
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__close
  a
  :hover,
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__inner
  .single__header__right__dropdown
  .header__right__dropdown__content
  a:hover,
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  h6
  a:hover,
.news-details-area
  .blog-post-details
  .comments-area
  .blog-single-comment
  .content
  .head
  .con
  h5
  a:hover,
.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
  color: var(--theme2);
}
.header-2 .header-right .header-contact-info.style2 .content h5 a {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-3 .header-right .search-icon {
  margin-left: 30px;
}
.header-main .header-right,
.header-right,
.team-details-wrap .team-details-content .info-wrapper {
  gap: 30px;
}
.header-right .search-icon {
  color: var(--text);
  font-size: 18px;
}
.header-main .sidebar__toggle,
.sidebar__toggle {
  font-size: 20px;
  cursor: pointer;
}
.header-right .header__cart {
  padding: 0 8px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.header-right .header__cart:hover > a {
  color: var(--theme);
}
.header-right .header__cart:hover .header__right__dropdown__wrapper {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: 0.3s;
}
.header-right .header__cart > a {
  font-size: 18px;
  color: var(--text);
  padding: 15px 0;
  position: relative;
}
.header-right .header__cart > a::before {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: -10px;
  width: 15px;
  height: 15px;
  padding: 0 4px;
  content: "3";
  text-align: center;
  border-radius: 100%;
  background: var(--theme);
  color: var(--white);
}
.header-right .header__cart .header__right__dropdown__wrapper {
  position: absolute;
  width: 300px;
  max-height: 700px;
  padding: 20px;
  border-bottom: 3px solid var(--border);
  background-color: var(--white);
  box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.15);
  top: 100%;
  left: -235px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__close {
  position: absolute;
  right: 0;
  top: -10px;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__inner
  .single__header__right__dropdown {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__inner
  .single__header__right__dropdown
  .header__right__dropdown__img {
  width: 30%;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__inner
  .single__header__right__dropdown
  .header__right__dropdown__img
  a {
  display: inline-block;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__inner
  .single__header__right__dropdown
  .header__right__dropdown__img
  img {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__inner
  .single__header__right__dropdown
  .header__right__dropdown__content {
  text-align: left;
  width: 70%;
  margin-left: 15px;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__inner
  .single__header__right__dropdown
  .header__right__dropdown__content
  a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--title);
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__inner
  .single__header__right__dropdown
  .header__right__dropdown__content
  p {
  color: var(--title);
  font-size: 14px;
}
.blog-card.style2 .blog-card-body .btn-wrapper a:hover,
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover,
.form-group .input-icon:hover,
.header-main .main-menu ul li:hover > a::after,
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__inner
  .single__header__right__dropdown
  .header__right__dropdown__content
  p
  span,
.hero-3 .hero-content h1 span,
.news-card-items .news-content h3 a:hover,
.news-details-area
  .blog-post-details
  .single-blog-post
  .post-content
  h3
  a:hover,
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover,
.recent-post .recent-post-meta a:hover,
.recent-post .recent-post-meta a:hover i,
.single-news-items .news-content .theme-btn-2,
.single-news-items .news-content h3 a:hover,
.team-simple-history .skills .progress-wrap .progress-meta .percentage,
.widget_shopping_cart .cart_list a.remove:hover,
.widget_shopping_cart .cart_list a:not(.remove):hover,
input[type="checkbox"].style2:checked ~ label:before {
  color: var(--theme);
}
.header-main .header-right .search-icon,
.header-main .main-menu ul li .submenu,
.header-main .main-menu ul li .submenu li a,
.header-main .main-menu ul li a,
.header-main .sidebar__toggle,
.sticky.header-2 .theme-btn {
  color: var(--title);
  color: var(--title);
}
.header-right .header__cart .header__right__dropdown__wrapper .dropdown__price {
  text-align: left;
  font-size: 17px;
  margin-bottom: 20px;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .dropdown__price
  span {
  float: right;
  color: var(--theme);
  font-weight: 700;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__button
  a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__button
  a.white__color {
  border: 1px solid var(--theme2);
  margin-bottom: 20px;
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__button
  a.white__color:hover {
  background: var(--theme2);
  color: var(--white);
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__button
  a.blue__color {
  background: var(--title);
  color: var(--white);
}
.header-right
  .header__cart
  .header__right__dropdown__wrapper
  .header__right__dropdown__button
  a.blue__color:hover {
  background: var(--theme2);
}
.sidebar__toggle {
  color: var(--text);
}
@media (max-width: 1199px) {
  .section-padding1 {
    padding: 180px 0 90px;
  }
  .section-padding2 {
    padding: 90px 0 240px;
  }
  .main-header-wrapper {
    padding: 15px 0;
  }
  .main-header-wrapper .main-header-items .header-contact-info-area {
    display: none;
  }
  .header-1.header-3 .container-fluid {
    padding: 0 30px;
  }
  .menu-thumb {
    display: none !important;
  }
}
.header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  z-index: 99;
}
.form-messages.mb-0 *,
.header-main .main-menu ul,
.news-details-area
  .blog-post-details
  .comments-area
  .blog-single-comment
  .content
  .head
  .con
  h5,
.news-details-area .blog-post-details .comments-area .comments-heading,
.row.no-gutters > .form-group {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 55px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  padding: 20px 0;
  text-align: left;
  position: relative;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 7px;
}
.footer-widgets-wrapper.style1
  .single-footer-widget
  .footer-content
  .store-links
  .play
  a:hover,
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn:hover,
.header-main .main-menu ul li a.active,
.header-main .main-menu ul li a:hover,
.sticky.header-1 .header-main .main-menu ul li a.active,
.sticky.header-1 .header-main .main-menu ul li a:hover,
.sticky.header-2 .header-main .main-menu ul li .submenu li a,
.sticky.header-3 .header-main .main-menu ul li a.active,
.sticky.header-3 .header-main .main-menu ul li a:hover {
  color: var(--title) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 113%;
  inset-inline-start: 0;
  width: max-content;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  border-top: 6px solid var(--theme);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s ease-in-out;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 999;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 11px 25px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .social-icon
  a:hover,
.header-main .main-menu ul li .submenu li a.active,
.header-main .main-menu ul li .submenu li a:hover {
  background-color: var(--theme2);
  color: var(--title) !important;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme2);
  color: #282c32 !important;
  padding: 11px 35px;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px;
  opacity: 0;
  left: -100px;
  visibility: hidden;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  position: relative;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main
  .main-menu
  ul
  li
  .has-homemenu
  .homemenu-items
  .homemenu
  .homemenu-thumb
  .demo-button
  .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0 !important;
  background-color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
@media (max-width: 1399px) {
  .header-2 .header-right .header-contact-info.style2 {
    display: none;
  }
  .header-2 .header-right .sidebar__toggle {
    color: var(--white);
  }
  .header-3 .header-right .search-icon {
    margin-left: 10px;
  }
  .header-main .header-right,
  .header-right {
    gap: 20px;
  }
  .header-main .main-menu ul li a {
    letter-spacing: 1px;
  }
}
.header-main .header-right .search-icon {
  font-size: 18px;
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.9s;
  box-shadow: var(--box-shadow);
  -webkit-animation: 0.5s ease-in-out fadeInDown;
  animation: 0.5s ease-in-out fadeInDown;
}
.sticky.sticky-bg-dark {
  background-color: #161921;
}
.sticky.header-1,
.sticky.header-3 {
  padding: 0 10px;
}
.sticky.header-1 .logo,
.sticky.header-2 .logo,
.sticky.header-3 .logo {
  display: block;
}
.sticky.header-2 {
  padding: 0 10px;
  background-color: #2b00a5;
}
.sticky.header-2 .theme-btn {
  background: var(--white);
}
.offcanvas__info {
  background: var(--title) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas__logo a img {
  width: 80px;
}
.offcanvas__wrapper {
  position: relative;
  height: 133vh;
  padding: 30px;
  background-color: #fcfbf3;
}
.contact-info-area .contact-info-items .content h3 a,
.feature-provide-box-items:hover .content h3,
.feature-provide-box-items:hover .content p,
.footer-bottom .footer-wrapper p,
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a,
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span,
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span,
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4,
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li
  .offcanvas__contact-icon
  i,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--black);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.about-wrapper-3 .about-content ul li:not(:last-child),
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li:not(:last-child),
.pricing-card.style1 .pricing-card-body .checklist li {
  margin-bottom: 15px;
}
.cta-wrapper.style1 .cta-content .playstore,
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li
  .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  .header-button
  .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  display: block;
  background: var(--theme);
  color: var(--white);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  .social-icon
  a:hover {
  background-color: #fcfbf3;
  color: var(--title) !important;
}
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}
@media (max-width: 450px) {
  .header-1 .mega-menu-wrapper,
  .header-2 .mega-menu-wrapper,
  .sticky.header-1,
  .sticky.header-2,
  .sticky.header-3 {
    padding: 0;
  }
  .header-1 .mega-menu-wrapper .header-main,
  .header-2 .mega-menu-wrapper .header-main {
    gap: 0;
  }
  .header-1 .mega-menu-wrapper .header-main .header-logo img {
    max-width: 100%;
  }
  .header-2 .header-right {
    gap: 5px !important;
  }
  .offcanvas__info {
    width: 300px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding-top: 150px;
  padding-bottom: 50px;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: var(--theme);
}
.breadcrumb-wrapper .shape-image {
  position: absolute;
  right: 0;
  bottom: 10%;
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.breadcrumb-wrapper .page-heading .shape {
  position: absolute;
  top: 0;
  right: 180px;
  animation: 5s linear infinite float-bob-x;
  -webkit-animation: 5s linear infinite float-bob-x;
}
.breadcrumb-wrapper .page-heading .title .title-heading {
  display: inline-block;
  padding: 8px 24px;
  background-color: var(--theme2);
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  border-radius: 60px;
  transform: rotate(-20deg);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  color: var(--theme2);
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  max-width: 528px;
}
@media (max-width: 991px) {
  .section-padding1 {
    padding: 170px 0 80px;
  }
  .section-padding2 {
    padding: 80px 0 230px;
  }
  .header-right .header__cart {
    padding: 0 10px;
  }
  .header-right .header__cart > a::before {
    top: 7px;
    right: 11px;
  }
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
  .breadcrumb-wrapper .shape-image {
    display: none;
  }
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 60px;
    max-width: 100%;
  }
  .breadcrumb-wrapper .page-heading {
    display: block;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--theme2);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}
.breadcumb-container-wrapper .breadcumb-wrapper .page-heading h1,
.error-wrapper .error-items h1 {
  color: var(--title);
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  font-family: Urbanist, sans-serif;
  text-align: center;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white);
  opacity: 0.8;
}
.breadcrumb-wrapper .breadcrumb-wrapper-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image {
  position: relative;
  height: 380px;
  margin-bottom: -50px;
}
.breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image .bar-shape {
  position: absolute;
  top: -60px;
  bottom: 0;
  left: -27%;
  z-index: -1;
}
.breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-wrapper .shape1 {
  position: absolute;
  top: 60%;
  left: 10%;
  z-index: 1;
}
.error-wrapper .shape2 {
  position: absolute;
  top: 10%;
  right: 8%;
  z-index: 1;
}
.error-wrapper .error-items h1 {
  line-height: 120%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.error-wrapper .error-items p {
  color: var(--text);
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 30px;
}
.error-wrapper .error-items .btn-wrapper {
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
}
.breadcumb-container-wrapper {
  padding: 180px 0 120px;
  background-color: #fcfbf3;
  position: relative;
  overflow: hidden;
}
.breadcumb-container-wrapper .shape1,
.intro-wrapper.style1 .shape1,
.pricing-container-wrapper.style3 .shape1,
.testimonial-wrapper.style1 .shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.breadcumb-container-wrapper .shape2,
.intro-wrapper.style1 .shape2,
.pricing-container-wrapper.style3 .shape2,
.testimonial-wrapper.style1 .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.breadcumb-container-wrapper .breadcumb-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandSliderOne .brand-logo,
.brandSliderTwo .brand-logo,
.breadcumb-container-wrapper .breadcumb-wrapper .page-heading {
  text-align: center;
}
.breadcumb-container-wrapper .breadcumb-wrapper .page-heading h1 {
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 10px;
}
.breadcumb-container-wrapper .breadcumb-wrapper .page-heading .links {
  color: var(--theme);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.32px;
}
.breadcumb-container-wrapper .breadcumb-wrapper .page-heading .links .slash {
  margin: 0 5px;
}
.footer-top {
  padding: 50px;
  background: var(--theme);
  margin-bottom: 40px;
}
.footer-top .fancy-box .item1 i {
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: var(--white);
  color: var(--theme);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.footer-top .fancy-box .item2 h6 {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.footer-top .fancy-box .item2 p,
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  line-height: normal;
  color: var(--white);
  font-style: normal;
}
.footer-top .fancy-box .item2 p {
  font-weight: 500;
}
.footer-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
.footer-thumb3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
.footer-widgets-wrapper {
  padding: 220px 0 60px;
  position: relative;
  z-index: 9;
}
.contact-form.style1 .contact-form-items,
.feature-provide-box-items.style-2,
.footer-widgets-wrapper .single-footer-widget,
.news-card-items,
.news-details-area .blog-post-details .single-blog-post .post-content,
.service-details-wrapper .details-box1,
.what-we-wrapper .what-we-content .list-items-area {
  margin-top: 30px;
}
.about-wrapper.style1 .about-content .checklist,
.about-wrapper.style2 .about-content .section-title .text1,
.advantage-wrapper.style1 .advantage-content .checklist-wrapper,
.footer-widgets-wrapper .single-footer-widget .widget-head,
.service-details-wrapper .details-box2 .progress-wrap,
.service-wrapper.style3 .text,
.wcu-wrapper.style2 .wcu-content .section-title .text1,
.wcu-wrapper.style3 .wcu-content .section-title .text2 {
  margin-bottom: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #282c32;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::after {
  position: absolute;
  bottom: 0;
  left: 40px;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #c2c2c2;
}
@media (max-width: 767px) {
  .pb-262 {
    padding-bottom: 80px !important;
  }
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em;
  }
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
  .fancy-box-wrapper.style1 {
    flex-direction: column;
    gap: 20px;
  }
  .fancy-box-wrapper.style3 {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }
  .counter-box-wrapper.style3 {
    flex-direction: column;
  }
  .counter-box.style1 {
    text-align: center;
  }
  .checklist-wrapper.style1 {
    flex-direction: column;
    gap: 5px;
  }
  .contact-meta {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .marquee-wrapper.style-1 {
    margin: 0;
  }
  .marquee-item.style-2 .text-slider,
  .text-slider {
    font-size: 36px;
  }
  .section-padding2 {
    padding: 80px 0 190px;
  }
  .header-1 .header-right .header-button,
  .header-2 .header-right .header-button,
  .header-2 .header-right .header__cart,
  .header-2 .header-right .search-icon,
  .header-main .header-right .cart,
  .header-main .header-right .search-icon,
  .header-right .theme-btn {
    display: none;
  }
  .header-right {
    gap: 5px;
  }
  .header-right .header__cart .header__right__dropdown__wrapper {
    left: -220px;
  }
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 23px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
  font-weight: 700;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input {
  background: 0 0;
  border: none;
  outline: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.69);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 20px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .widget-head
  .footer-input
  input::placeholder {
  color: rgba(255, 255, 255, 0.69);
}
.footer-widgets-wrapper
  .single-footer-widget
  .widget-head
  .footer-input
  .newsletter-btn {
  position: absolute;
  top: 10px;
  right: 0;
  color: var(--white);
}
.footer-widgets-wrapper
  .single-footer-widget
  .widget-head
  .footer-input
  .newsletter-btn
  i {
  font-size: 22px;
  transform: rotate(-40deg);
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: rgba(255, 255, 255, 0.85);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: var(--white);
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .social-icon.style2
  a {
  border: none;
  background-color: transparent;
  color: var(--white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .footer-input
  input {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  outline: 0;
  padding: 18px 20px;
  width: 100%;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .footer-input
  input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .footer-input
  .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 55px;
  line-height: 60px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  bottom: 5px;
}
.brand-slider-wrapper.style1 .single-section-title,
.brand-slider-wrapper.style2 .single-section-title,
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .footer-input
  .newsletter-btn
  i {
  font-size: 24px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: 0.4s ease-in-out;
  font-weight: 500;
}
.blog-card.style2 .blog-card-body .blog-title,
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child),
.news-standard-wrapper .news-standard-items:not(:last-child),
.project-details-wapper
  .testimonial-wrap
  .testimonial-card
  .tesimonial-content
  .icon {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i,
.footer-widgets-wrapper.style1
  .single-footer-widget
  .footer-content
  .store-links
  .apple
  a
  svg,
.footer-widgets-wrapper.style1
  .single-footer-widget
  .footer-content
  .store-links
  .play
  a
  svg {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a:hover,
.news-standard-wrapper .news-standard-items .news-content a i {
  margin-left: 5px;
}
.footer-widgets-wrapper.style1 {
  padding: 90px 0;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.footer-top-logo:after,
.footer-top-logo:before {
  top: 35px;
  width: 515px;
  height: 1px;
  background: var(--border-2);
  content: "";
}
.footer-widgets-wrapper.style1 .shape1 {
  position: absolute;
  top: 40px;
  left: -40px;
  z-index: 1;
}
.footer-widgets-wrapper.style1 .shape2 {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1;
}
.footer-widgets-wrapper.style1 .shape3 {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
}
.footer-widgets-wrapper.style1 .single-footer-widget,
.pricing-wrapper.style1,
.service-wrapper.style3 {
  position: relative;
  z-index: 5;
}
.footer-widgets-wrapper.style1 .single-footer-widget .widget-head h3 {
  font-family: Nunito, sans-serif;
  color: #242331;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.182%;
  text-transform: capitalize;
}
.about-wrapper.style2 .about-thumb .absolute-thumb img,
.advantage-wrapper.style1 .advantage-thumb .shape1 img,
.advantage-wrapper.style1 .advantage-thumb .thumb2 img,
.blog-card.style1 .thumb,
.faq-wrapper.style2 .faq-thumb img,
.footer-widgets-wrapper.style1 .single-footer-widget .footer-content,
.news-standard-wrapper .news-standard-items .news-thumb img,
.project-card.style1 .project-thumb,
.project-details-wapper .main-thumb img,
.project-details-wapper
  .projectSliderThree
  .swiper
  .swiper-slide
  .project-thumb
  img,
.service-details-wrapper .details-box2 .thumb-wrapper .thumb img,
.service-details-wrapper .main-thumb img,
.service-section-3 .service-thumb img,
.team-details-wrap .team-details-thumb img,
.wcu-wrapper.style1 .wcu-thumb .main-thumb img,
.wcu-wrapper.style1 .wcu-thumb .shape img,
.wcu-wrapper.style2 .wcu-thumb .thumb2 img,
.wcu-wrapper.style3 .wcu-thumb .main-thumb img,
.wcu-wrapper.style3 .wcu-thumb .thumb2 img,
.work-process-wrapper.style1 .shape img {
  max-width: 100%;
}
.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .info .link a,
.footer-widgets-wrapper.style1 .single-footer-widget .footer-content p {
  color: #565656;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.4%;
}
.advantage-container-wrapper .style1 .advantage-content .store-links,
.footer-widgets-wrapper.style1
  .single-footer-widget
  .footer-content
  .store-links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.advantage-container-wrapper .style1 .advantage-content .store-links .apple a,
.footer-widgets-wrapper.style1
  .single-footer-widget
  .footer-content
  .store-links
  .apple
  a {
  display: inline-block;
  padding: 18px 25px;
  border-radius: 39px;
  background: var(--title);
  color: var(--white);
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.advantage-container-wrapper .style1 .advantage-content .store-links .play a,
.footer-widgets-wrapper.style1
  .single-footer-widget
  .footer-content
  .store-links
  .play
  a {
  display: inline-block;
  padding: 18px 25px;
  border-radius: 39px;
  border: 1px solid #d3d3d3;
  font-family: Nunito, sans-serif;
  color: #242331;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-widgets-wrapper.style1 .single-footer-widget .list-area li a {
  color: #565656;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 267.5%;
  text-transform: capitalize;
}
.footer-widgets-wrapper.style1
  .single-footer-widget
  .contact-box
  .info
  .link
  a:hover,
.footer-widgets-wrapper.style1 .single-footer-widget .list-area li a:hover,
.footer-wrapper a:hover {
  color: #000 !important;
}
.footer-widgets-wrapper.style1 .single-footer-widget .contact-box {
  border-radius: 20px;
  background: #fad6d638;
  padding: 52px 58px 52px 45px;
}
.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .subtitle {
  color: #282c32;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .widget-head {
  font-family: Nunito, sans-serif;
  color: #242331;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.182%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.footer-bottom.style1 .footer-wrapper p,
.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .text {
  color: #565656;
  font-family: Nunito, sans-serif;
  line-height: 157.4%;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}
.footer-widgets-wrapper.style1 .single-footer-widget .contact-box .info {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-top: 30px;
}
.footer-top-logo:before {
  position: absolute;
  left: -555px;
}
.footer-top-logo:after {
  position: absolute;
  right: -555px;
}
.footer-bottom {
  position: relative;
  z-index: 9;
  background: #0b0b0c;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom .footer-wrapper {
  padding: 18px 0;
}
.footer-bottom .footer-wrapper p a,
.footer-bottom.style1 .footer-wrapper p a {
  color: var(--white);
  font-weight: 600;
}
.footer-bottom.style1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: 0 0 !important;
}
.footer-bottom.style1 .footer-wrapper {
  padding: 10px 0;
  border-top: 1px solid #e3e3e3;
}
.footer-bottom.style1 .footer-wrapper p {
  text-transform: capitalize;
}
@media (max-width: 500px) {
  .footer-bottom.style1 .footer-wrapper p {
    font-size: 16px;
  }
}
.footer-bottom.style1 .footer-wrapper .social-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-info-area {
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .contact-info-area {
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 80px;
    justify-content: initial;
  }
}
.contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
.contact-info-area .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
  border: 2px dotted var(--white);
  border-radius: 50%;
  font-size: 30px;
  color: var(--white);
}
.contact-info-area .contact-info-items .content p {
  color: var(--white);
  margin-bottom: 5px;
}
.contact-info-area .contact-info-items .content h3 {
  font-size: 24px;
  color: var(--white);
  text-transform: initial;
}
.intro-wrapper.style1 {
  position: relative;
  border-radius: 50px;
  background: rgb(211 210 216 / 6%);
  margin-top: 20px;
  height: 750px;
}
.intro-wrapper.style1 .shape3 {
  position: absolute;
  top: 110px;
  left: 34px;
  z-index: 1;
}
.intro-wrapper.style1 .shape4 {
  position: absolute;
  bottom: 111px;
  right: 22px;
  z-index: 1;
}
.intro-wrapper.style1 .shape5 {
  position: absolute;
  bottom: 162px;
  right: 874px;
  z-index: 1;
}
.intro-wrapper.style1 .intro-content {
  position: relative;
  padding: 223px 0 180px;
  z-index: 5;
  max-width: 720px;
}
.intro-wrapper.style1 .intro-content .intro-section-title .intro-subtitle {
  display: inline-flex;
  padding: 5px 7px;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #f8f0d2;
  backdrop-filter: blur(2px);
  color: #282c32;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
  margin-bottom: 20px;
}
.intro-wrapper.style1 .intro-content .intro-section-title .intro-subtitle span {
  display: inline-block;
  padding: 5px 15px;
  gap: 10px;
  border-radius: 30px;
  background: var(--white);
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.32px;
}
.intro-wrapper.style1 .intro-content .intro-section-title .intro-title {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -1.28px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper.style1
    .single-footer-widget
    .footer-content
    .store-links {
    flex-direction: column;
    align-items: start;
  }
  .contact-info-area .contact-info-items {
    flex-wrap: wrap;
  }
  .intro-wrapper.style1 .intro-content {
    padding: 120px 0;
  }
  .intro-wrapper.style1 .intro-content .intro-section-title .intro-title {
    font-size: 50px;
    line-height: 62px;
  }
  .intro-container-wrapper.style2 .thumb-box .main-thumb > img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-widgets-wrapper.style1
    .single-footer-widget
    .footer-content
    .store-links {
    flex-direction: column;
  }
  .footer-widgets-wrapper.style1 .single-footer-widget .contact-box {
    padding: 25px;
  }
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center !important;
  }
  .footer-bottom.style1 .footer-wrapper {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center !important;
  }
  .footer-bottom.style1 .footer-wrapper .social-links {
    gap: 5px;
  }
  .intro-wrapper.style1 {
    margin-top: 10px;
  }
  .intro-wrapper.style1 .intro-content {
    padding: 80px 0;
  }
  .intro-wrapper.style1 .intro-content .intro-section-title .intro-title {
    font-size: 42px;
    line-height: 140%;
  }
}
.intro-wrapper.style1 .intro-content .intro-section-title .intro-desc {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  margin-bottom: 30px;
}
.intro-wrapper.style1 .intro-content .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 45px;
}
.intro-wrapper.style1 .intro-thumb {
  position: relative;
  padding: 223px 0 0;
  z-index: 3;
}
.cta-wrapper.style1 .cta-content,
.cta-wrapper.style1 .cta-thumb,
.intro-wrapper.style1 .intro-thumb .main-thumb,
.wcu-wrapper.style1 .wcu-thumb .main-thumb {
  position: relative;
  z-index: 3;
}
.intro-wrapper.style1 .intro-thumb .thumbShape1 {
  position: absolute;
  top: 260px;
  right: 0;
  z-index: 1;
}
.intro-wrapper.style1 .intro-thumb .thumbShape2 {
  position: absolute;
  top: 328px;
  right: 40px;
  z-index: 2;
}
.intro-wrapper.style2,
.pricing-container-wrapper.style3 {
  position: relative;
  background: rgba(116, 68, 253, 0.06);
}
.intro-wrapper.style2 .intro-content {
  position: relative;
  padding: 120px 0 350px;
  z-index: 5;
  text-align: center;
}
.intro-wrapper.style2 .intro-content .intro-section-title .intro-subtitle {
  margin-top: 60px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 5px 7px;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
}
.intro-wrapper.style2 .intro-content .intro-section-title .intro-subtitle span {
  display: inline-block;
  padding: 5px 15px;
  gap: 10px;
  border-radius: 30px;
  background: var(--white);
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.32px;
  margin-right: 10px;
}
.intro-wrapper.style2 .intro-content .intro-section-title .intro-subtitle img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.intro-wrapper.style2 .intro-content .intro-section-title .intro-title {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -1.28px;
  margin-bottom: 20px;
}
.intro-wrapper.style2 .intro-content .intro-section-title .intro-desc,
.work-process-box.style1 .step {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.32px;
  font-family: Urbanist, sans-serif;
  font-style: normal;
  text-align: center;
}
.intro-wrapper.style2 .intro-content .intro-section-title .intro-desc {
  color: var(--white);
  font-weight: 500;
  max-width: 627px;
  margin: 0 auto;
}
.intro-wrapper.style2 .intro-content .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 155px;
  gap: 30px;
}
.intro-container-wrapper.style2 .intro-wrapper.style2 {
  max-width: 1920px;
  position: relative;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1000"><path fill-rule="evenodd" clip-rule="evenodd" d="M-276 0H2195V653.846L-276 1000V0Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
}
.about-wrapper-3 .about-image img,
.contact-form-wrapper.style1 .contact-map,
.contact-form-wrapper.style1 .contact-map iframe,
.how-work-wrapper .gap-image img,
.intro-container-wrapper.style2 .intro-wrapper.style2 img,
.testimonial-wrapper-3 .thumb img,
.what-we-wrapper .thumb img,
.wp-wrapper.style2 .wp-thumb,
.wp-wrapper.style2 .wp-thumb img {
  width: 100%;
  height: 100%;
}
.intro-container-wrapper.style2 .thumb-box .main-thumb {
  position: relative;
  z-index: 9;
  max-width: 1000px;
  margin: -410px auto auto;
  box-shadow: none;
  border-radius: 36.955px;
  box-shadow: 0 83.148px 110.864px 0 rgba(2, 46, 86, 0.24);
  -webkit-border-radius: 36.955px;
  -moz-border-radius: 36.955px;
  -ms-border-radius: 36.955px;
  -o-border-radius: 36.955px;
}
.intro-container-wrapper.style2 .thumb-box .main-thumb > img {
  position: relative;
  border-radius: 36.955px;
  -webkit-border-radius: 36.955px;
  -moz-border-radius: 36.955px;
  -ms-border-radius: 36.955px;
  -o-border-radius: 36.955px;
}
.intro-container-wrapper.style2 .thumb-box .main-thumb .thumb1 {
  position: absolute;
  left: -76px;
  top: 176px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.intro-container-wrapper.style2 .thumb-box .main-thumb .thumb2 {
  position: absolute;
  right: -89px;
  top: 76px;
  border-radius: 36.955px;
}
.hero-3 {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1899px) {
  .header-main {
    padding: 20px 10px;
  }
  .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
  .hero-3 .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 1600px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .intro-wrapper.style2 .intro-content .intro-section-title .intro-title {
    font-size: 50px;
    line-height: 60px;
  }
  .intro-container-wrapper.style2 .thumb-box .main-thumb .thumb1 {
    left: 0;
  }
  .intro-container-wrapper.style2 .thumb-box .main-thumb .thumb2 {
    right: 0;
  }
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}
.hero-3 .hero-content h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: #1ad079;
}
.feature-box-items .content p,
.hero-3 .hero-content p {
  color: #565656;
  font-weight: 500;
}
.hero-3 .hero-content h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -1.6px;
  line-height: 125%;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .breadcrumb-wrapper-items {
    flex-wrap: wrap;
  }
  .breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image {
    margin-bottom: 0;
  }
  .breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image img {
    width: 100%;
    height: 100%;
  }
  .breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image .bar-shape,
  .breadcumb-container-wrapper .shape1,
  .breadcumb-container-wrapper .shape2 {
    display: none;
  }
  .breadcumb-container-wrapper .breadcumb-wrapper {
    justify-content: center;
  }
  .breadcumb-container-wrapper .breadcumb-wrapper .page-heading h1 {
    font-size: 40px;
  }
  .intro-wrapper.style2 .intro-content .btn-wrapper {
    flex-direction: column;
    display: inline-block;
  }
  .hero-3 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .intro-wrapper.style1 .intro-content .btn-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .intro-wrapper.style1 .intro-thumb {
    padding: 160px 0 0;
  }
  .intro-wrapper.style1 .intro-thumb .main-thumb {
    max-width: 100%;
  }
  .intro-wrapper.style1 .intro-thumb .thumbShape1,
  .intro-wrapper.style1 .intro-thumb .thumbShape2 {
    display: none;
  }
  .intro-container-wrapper.style2 .thumb-box .main-thumb .thumb2 {
    right: 50px;
  }
  .hero-3 .hero-content h1 {
    font-size: 46px;
  }
}
.hero-3 .hero-content p {
  max-width: 760px;
  line-height: 175%;
}
.hero-3 .hero-content .btn-wrapper {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 25px;
}
.hero-3 .hero-image {
  margin-right: -60%;
  position: relative;
}
.hero-3 .hero-image .mobile-image {
  position: absolute;
  bottom: 0;
  left: -60px;
  max-width: 180px;
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 26px 0 0 26px;
}
.brandSliderOne {
  padding: 30px 0 110px;
  border-bottom: 1px solid var(--border);
}
.brandSliderTwo {
  padding: 30px 0 0;
  border-bottom: 0;
}
.about-wrapper.style1 .about-thumb {
  position: relative;
  padding-bottom: 70px;
}
.about-wrapper.style1 .about-thumb .bg {
  position: absolute;
  bottom: -50px;
  right: 85px;
  z-index: 1;
  width: 465px;
  height: 350px;
  border-radius: 0 0 50px 50px;
  background: #fae44514;
}
.about-wrapper.style2 .about-thumb,
.about-wrapper.style2 .about-thumb > img,
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.about-wrapper.style1 .about-thumb .thumbShape1 {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 1;
}
.about-wrapper.style1 .about-thumb .thumbShape2 {
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 1;
}
.about-wrapper.style1 .about-thumb .thumbShape3 {
  position: absolute;
  top: 80px;
  left: -5px;
  z-index: 1;
}
.about-wrapper.style1 .about-thumb .thumbShape4 {
  position: absolute;
  top: 200px;
  left: 130px;
  z-index: 1;
}
.about-wrapper.style1 .about-thumb .main-thumb {
  position: relative;
  right: 50px;
  top: 30px;
  z-index: 3;
  display: flex;
  justify-content: end;
}
.about-wrapper.style1 .about-thumb .absolute-thumb {
  padding: 15px;
  background: var(--white);
  position: absolute;
  bottom: -160px;
  left: -40px;
  z-index: 3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-wrapper.style2,
.wcu-wrapper.style2 {
  border-radius: 50px;
  background-color: var(--theme3);
}
.about-wrapper.style2 .about-thumb .absolute-thumb {
  position: absolute;
  top: 12px;
  right: -31px;
}
.about-wrapper-3 .about-image {
  margin-left: -70%;
}
.about-wrapper-3 .about-content {
  margin-left: 40px;
}
.about-wrapper-3 .about-content ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
.about-wrapper-3 .about-content ul li {
  font-weight: 500;
}
.about-wrapper-3 .about-content ul li b {
  font-weight: 700;
  color: var(--header);
  margin-left: 10px;
}
.feature-box-items,
.what-we-wrapper .what-we-content .list-items-area .list-items {
  display: flex;
  gap: 20px;
}
.feature-box-items .content h3 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
}
.about-section-3 .about-shape,
.blog-wrap.style1 .shape1_1,
.work-process-wrapper.style1 .shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .hero-3 .hero-image .mobile-image {
    max-width: 140px;
    left: 0;
  }
  .about-section-3 .about-shape {
    display: none;
  }
}
.work-process-box.style1 {
  text-align: center;
  max-width: 212px;
  margin: auto;
}
.work-process-box.style1.child2 {
  margin-top: 55px;
}
.work-process-box.style1 .step {
  color: #282c32;
  font-weight: 700;
  display: inline-flex;
  height: 24px;
  padding: 7px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f8f0d2;
  margin-bottom: 10px;
}
.work-process-box.style1 .title {
  color: var(--title);
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.48px;
  margin-bottom: 8px;
}
.work-process-box.style1 .text,
.wp-wrapper.style2
  .feature-box-wrapper.style2
  .feature-box.style2
  .content
  .text {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.work-process-box.style1 .text {
  text-align: center;
}
.work-process-wrapper.style1 {
  position: relative;
  margin-top: 85px;
}
.wp-wrapper.style2 {
  position: relative;
  margin-right: -370px;
}
.wp-wrapper.style2 .shape {
  position: absolute;
  top: 0;
  left: -375px;
}
.wp-wrapper.style2 .feature-box-wrapper.style2 .feature-box.style2 {
  display: flex;
  align-items: start;
  gap: 20px;
}
.wp-wrapper.style2 .feature-box-wrapper.style2 .feature-box.style2 .content h5 {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
}
.wp-wrapper.style2
  .feature-box-wrapper.style2
  .feature-box.style2
  .content
  .text {
  max-width: 310px;
}
.wp-content .accordion-item {
  border: 0;
  background-color: var(--white);
  margin-bottom: 30px !important;
}
.wp-content .accordion-item .accordion-header .accordion-button {
  color: var(--white);
  letter-spacing: -0.2px;
  border: 1px solid transparent;
  box-shadow: none;
  background-color: var(--theme);
  padding: 15px 20px 0;
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.48px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0 0;
}
.wp-content .accordion-item .accordion-header .accordion-button:after {
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s ease-in-out !important;
  background-image: url(../images/icon/chevron-right.svg);
  color: var(--theme2);
}
.wp-content
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed):after {
  font-size: 12px;
  background-image: url(../images/icon/chevron-down.svg);
  font-weight: 500;
  color: var(--theme2);
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.wp-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 18px 20px;
  color: var(--title);
}
.counter-box.style1 .text,
.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box .shape-content h3,
.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box .shape-content h6,
.wcu-wrapper.style3 .wcu-thumb .thumb-box .text,
.wcu-wrapper.style3 .wcu-thumb .thumb-box h5,
.wp-content .accordion-item .accordion-collapse .accordion-body {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.wp-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 55px;
  padding-left: 20px;
  padding-top: 15px;
  background-color: var(--theme);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}
@media (max-width: 1899px) {
  .wp-wrapper.style2 {
    margin-right: 0;
  }
  .wp-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
.advantage-wrapper.style1 {
  border-radius: 50px;
  background: #f8f3e9;
}
.advantage-wrapper.style1 .advantage-thumb .shape1 {
  position: absolute;
  bottom: 0;
  right: -30px;
}
@media (max-width: 1199px) {
  .intro-container-wrapper.style2 .thumb-box .main-thumb .thumb1 {
    left: 0;
    top: 0;
  }
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
  .hero-3 .hero-content .btn-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .hero-3 .hero-image .mobile-image {
    max-width: 180px;
  }
  .hero-3 .hero-image {
    margin-right: 0;
  }
  .about-wrapper.style1 .about-thumb .absolute-thumb {
    bottom: 59px;
    left: 236px;
  }
  .about-wrapper-3 .about-content,
  .about-wrapper-3 .about-image {
    margin-left: 0;
  }
  .work-process-box.style1,
  .work-process-box.style1.child2,
  .work-process-wrapper.style1 {
    margin-top: 30px;
  }
  .work-process-wrapper.style1 .shape {
    display: none;
  }
  .wp-wrapper.style2 {
    margin-top: -2em;
    margin-bottom: -2em;
  }
  .wp-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
  .advantage-wrapper.style1 .advantage-thumb {
    display: flex;
    justify-content: center;
  }
  .advantage-wrapper.style1 .advantage-thumb .thumb2 {
    right: 80px;
  }
}
.advantage-wrapper.style1 .advantage-thumb .thumb2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  max-width: 100%;
  right: 0;
}
.wcu-wrapper.style1 {
  margin-top: 100px;
}
.wcu-wrapper.style1 .wcu-thumb .shape {
  position: absolute;
  bottom: -20px;
  max-width: 100%;
  z-index: 1;
}
.wcu-wrapper.style2 .wcu-thumb {
  position: relative;
  margin-right: 58px;
}
.wcu-wrapper.style2 .wcu-thumb .main-thumb img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.wcu-wrapper.style2 .wcu-thumb .thumb2 {
  position: absolute;
  bottom: -65px;
  left: -78px;
}
.wcu-wrapper.style2 .wcu-thumb .thumb3 {
  position: absolute;
  top: 57px;
  right: -58px;
}
.news-details-area
  .blog-post-details
  .single-blog-post
  .post-content
  .details-image
  img,
.wcu-wrapper.style2 .wcu-thumb .thumb3 img {
  max-width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-standard-wrapper .news-standard-items .news-content h3,
.service-details-wrapper .details-box2 .progress-wrap .progress-meta,
.single-news-items .news-content h3,
.wcu-wrapper.style3 .wcu-content .section-title .text1 {
  margin-bottom: 10px;
}
.wcu-wrapper.style3 .wcu-thumb {
  position: relative;
  margin-left: 80px;
}
.wcu-wrapper.style3 .wcu-thumb .main-thumb {
  position: relative;
  z-index: 3;
  margin-left: 30px;
  width: 100%;
}
.wcu-wrapper.style3 .wcu-thumb .thumb-box {
  position: absolute;
  top: 0;
  left: -80px;
  z-index: 3;
  padding: 12px 35px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ac60e5 0, #0c87f0 100%);
}
.wcu-wrapper.style3 .wcu-thumb .thumb-box h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
}
.wcu-wrapper.style3 .wcu-thumb .thumb-box .text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box {
  position: relative;
  margin-top: 10px;
}
.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box .shape-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box .shape-content h6 {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.wcu-wrapper.style3 .wcu-thumb .thumb-box .shape-box .shape-content h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
}
.wcu-wrapper.style3 .wcu-thumb .thumb2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin-left: -80px;
}
.counter-wrapper.style1 {
  border-radius: 30px;
  background-color: var(--theme);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.counter-box.style1 .shape,
.service-container-wrapper.style3 .shape1,
.testimonial-wrapper.style2 .shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.counter-box.style1 .counter .counter-number,
.counter-box.style1 .counter .plus {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -1.6px;
}
.counter-box.style1 .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.faq-wrapper.style1 .faq-thumb {
  position: relative;
  margin-right: -200px;
}
.faq-wrapper.style1 .faq-thumb .main-thumb {
  position: relative;
  z-index: 1;
  margin-left: 150px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.faq-wrapper.style1 .faq-thumb .absolute-thumb {
  position: absolute;
  z-index: 3;
  top: 17%;
  left: 0;
  transform: translateY(-17%);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.faq-wrapper.style1 .faq-thumb .absolute-thumb img {
  max-width: 100%;
  width: 236px !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.faq-content .accordion-item {
  border: 0;
  background-color: var(--white);
}
.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--theme);
  letter-spacing: -0.2px;
  border: 1px solid transparent;
  box-shadow: none;
  background-color: var(--theme3);
  padding: 15px 20px 0;
  text-transform: capitalize;
  font-size: 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
}
.faq-content .accordion-item .accordion-header .accordion-button:after {
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s ease-in-out !important;
  background-image: url(../images/icon/chevron-right.png);
  color: var(--theme2);
}
.faq-content
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed):after {
  font-size: 12px;
  background-image: url(../images/icon/chevron-down.png);
  font-weight: 500;
  color: var(--theme2);
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 15px 20px;
  color: var(--title);
}
.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 55px;
  padding-left: 20px;
  padding-top: 15px;
  background-color: var(--theme);
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.32px;
}
@media (max-width: 1899px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
.faq-content.style1 {
  margin-top: 35px;
}
.faq-content.style1 .accordion-item {
  border: 0;
  background-color: var(--theme3);
  border-radius: 10px;
}
.faq-content.style1 .accordion-item .accordion-header .accordion-button {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.32px;
  background-color: #f8f3e9;
  border: none;
}
.faq-content.style1 .accordion-item .accordion-collapse .accordion-body {
  background-color: #f8f3e9;
  padding-bottom: 30px;
}
.testimonial-container-wrapper.style2 {
  position: relative;
  margin-top: -414px;
}
.testimonial-wrapper.style1 {
  position: relative;
  border-radius: 50px;
  background: rgb(214 207 103 / 6%);
}
.testimonial-wrapper.style1 .section-title {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}
.testimonial-wrapper.style1 .slider-pagination {
  max-width: 300px;
  text-align: center;
  margin: 55px auto 0;
}
.testimonial-wrapper.style2 {
  position: relative;
  padding: 506px 0 120px;
  border-radius: 50px;
  background: rgba(116, 68, 253, 0.06);
}
.service-container-wrapper.style3 .shape2,
.testimonial-wrapper.style2 .shape2 {
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-wrapper.style2 .section-title-wrapper.style1 {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
.testimonial-card.style1 {
  position: relative;
  z-index: 3;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
}
.testimonial-card.style1 .testimonial-header,
.testimonial-card.style2 .testimonial-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.testimonial-card.style1 .testimonial-header .profile-thumb,
.testimonial-card.style2 .testimonial-header .profile-thumb {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.testimonial-card.style1 .testimonial-header .content h5,
.testimonial-card.style2 .testimonial-header .content h5 {
  color: "Urbanist", sans-serif;
  font-family: var(--title);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.48px;
}
.testimonial-card.style1 .testimonial-header .content p,
.testimonial-card.style2 .testimonial-header .content p {
  color: "Urbanist", sans-serif;
  font-family: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
}
.testimonial-card.style1 .testimonial-body,
.testimonial-card.style2 .testimonial-body {
  position: relative;
  margin-top: 15px;
}
.testimonial-card.style1 .testimonial-body .desc,
.testimonial-card.style2 .testimonial-body .desc {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
  margin-top: 10px;
}
.testimonial-card.style1 .quote-icon,
.testimonial-card.style2 .quote-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.testimonial-card.style2 {
  position: relative;
  z-index: 3;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--white);
}
.testimonialSliderTwo .swiper-slide {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.testimonialSliderTwo .swiper-slide.swiper-slide-next .testimonial-card.style2 {
  border-radius: 30px;
  border: 3px solid var(--theme);
  background: var(--theme3);
}
.testimonial-section-3 .section-title-area {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: space-between;
}
.testimonial-section-3 .section-title-area .array-button .array-next,
.testimonial-section-3 .section-title-area .array-button .array-prev {
  width: 61px;
  height: 42px;
  line-height: 42px;
  transition: 0.4s ease-in-out;
}
.testimonial-section-3 .section-title-area .array-button .array-prev {
  background-color: var(--white);
  border-radius: 100px 0 0 100px;
}
.testimonial-section-3 .section-title-area .array-button .array-next {
  background-color: var(--theme);
  border-radius: 0 100px 100px 0;
  color: var(--white);
}
.testimonial-section-3 .section-title-area .array-button .array-next:hover {
  background-color: var(--header);
}
.testimonial-wrapper-3 {
  padding: 50px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.testimonial-wrapper-3 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: absolute;
  top: -45px;
  left: 0;
}
.testimonial-wrapper-3 .tesimonial-content {
  max-width: 670px;
}
.testimonial-wrapper-3 .tesimonial-content p {
  font-size: 23px;
  line-height: 142%;
  color: #515151;
}
.testimonial-wrapper-3 .tesimonial-content .client-info-area {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-wrapper-3
  .tesimonial-content
  .client-info-area
  .client-content
  h3 {
  font-size: 24px;
  font-weight: 600;
}
.testimonial-wrapper-3
  .tesimonial-content
  .client-info-area
  .client-content
  span {
  color: #1ad079;
}
.testimonial-wrapper-3 .thumb {
  max-width: 352px;
}
.feature-box.style1 {
  position: relative;
  z-index: 1;
  padding: 15px 20px;
  border-radius: 15px;
  border: 2px solid var(--border-3);
  background: var(--white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  width: 353px;
}
.feature-box.style1 .feature-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-2);
}
.feature-box.style1 .feature-box-header .content h5 {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.32px;
}
.feature-box.style1 .feature-box-footer .content .time,
.feature-box.style1 .feature-box-header .content .text {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.28px;
}
.feature-box.style1 .feature-box-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-box.style1 .feature-box-footer .content .day {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.28px;
}
.feature-box.style1.child1 {
  position: relative;
  box-shadow: none;
  margin-left: 166px;
  margin-bottom: -20px;
  z-index: 3;
}
.feature-box.style1.child2 {
  position: relative;
  z-index: 2;
  box-shadow: none;
  margin-left: 86px;
  margin-bottom: -20px;
}
.feature-provide-box-items {
  border-radius: 16px;
  background: #e4e6ff;
  padding: 40px;
  position: relative;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
.feature-provide-box-items .icon {
  transition: 0.4s ease-in-out;
}
.feature-provide-box-items .item-shape {
  position: absolute;
  bottom: -150px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.feature-provide-box-items .item-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.4s ease-in-out;
}
.feature-provide-box-items .content {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.feature-provide-box-items .content h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.feature-provide-box-items .content p {
  color: #3f444b;
}
.feature-provide-box-items:hover .icon {
  filter: grayscale(100%) brightness(300%);
}
.feature-provide-box-items:hover .item-shape {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.feature-provide-box-items:hover .item-shape-2 {
  bottom: -150px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.how-work-wrapper {
  border-top: 1px solid var(--border);
  padding-top: 60px;
}
.how-work-wrapper .how-work-content .text {
  max-width: 520px;
  color: #565656;
  font-weight: 500;
  margin-bottom: 40px;
}
.pricing-card.style1 .pricing-card-header,
.what-we-wrapper
  .what-we-content
  .list-items-area
  .list-items:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border);
}
.how-work-wrapper .how-work-content .how-work-number-items {
  display: flex;
  gap: 24px;
}
.how-work-wrapper .how-work-content .how-work-number-items .number {
  font-size: 20px;
  font-weight: 600;
  color: var(--header);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.how-work-wrapper .how-work-content .how-work-number-items .content {
  flex-basis: 75%;
}
.how-work-wrapper .how-work-content .how-work-number-items .content h3 {
  font-size: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.how-work-wrapper .how-work-content .how-work-number-items .content p,
.what-we-wrapper .what-we-content .list-items-area .list-items .content p,
.what-we-wrapper .what-we-content .section-title p {
  font-weight: 500;
  color: #565656;
}
.what-we-wrapper .what-we-content {
  max-width: 530px;
  margin-left: 40px;
}
.what-we-wrapper .what-we-content .list-items-area .list-items .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.used-technology-section .nav .nav-item .nav-link {
  color: var(--header);
}
.pricing-card.style1 {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  background: #faf8ff;
  z-index: 5;
}
.pricing-card.style1 .pricing-card-header h6 {
  color: var(--theme);
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-bottom: 14px;
}
.pricing-card.style1 .pricing-card-header .price-wrapper {
  margin-bottom: 14px;
}
.pricing-card.style1 .theme-btn.style4,
.pricing-card.style1 .theme-btn.style5 {
  display: block;
  margin: auto;
  right: 0;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.pricing-card.style1 .pricing-card-header .price-wrapper .price {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
}
.pricing-card.style1 .pricing-card-header .price-wrapper .text {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
}
.pricing-card.style1 .theme-btn.style5 {
  background-color: var(--title);
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0px 0px 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0px 0px 30px 30px;
  -o-border-radius: 0 0 30px 30px;
}
.pricing-card.style1 .theme-btn.style4 {
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0px 0px 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0px 0px 30px 30px;
  -o-border-radius: 0 0 30px 30px;
}
.pricing-wrapper.style1 .tab-section {
  padding: 30px 0 10px;
  margin-bottom: 40px;
}
.pricing-wrapper.style1 .tab-section .nav-pills {
  padding: 7px;
  border: 1px solid var(--border);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.pricing-wrapper.style1 .tab-section .nav-pills .nav-link {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border: 0;
  border-radius: 50px;
  margin-left: 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.pricing-wrapper.style1 .tab-section .nav-pills .nav-link.active {
  color: var(--white);
  background-color: var(--theme);
  margin-right: 4px;
}
.pricing-section-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.pricing-section-3 .section-title .text {
  font-weight: 500;
  color: #565656;
  max-width: 520px;
  margin: 0 auto;
}
.cta-container-wrapper.style2 {
  position: relative;
  z-index: 5;
  margin-bottom: -120px;
}
.cta-wrapper.style1 {
  position: relative;
  border-radius: 50px;
  background: #b6b8bb;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.cta-wrapper.style1 .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cta-wrapper.style1 .shape2 {
  position: absolute;
  bottom: 60px;
  left: -130px;
  z-index: 1;
}
.cta-wrapper.style1 .shape3 {
  position: absolute;
  bottom: 57px;
  right: 400px;
  z-index: 1;
}
.cta-wrapper.style1 .shape4 {
  position: absolute;
  top: 53px;
  right: 0;
  z-index: 1;
}
.cta-wrapper.style1 .cta-content .section-title {
  margin-bottom: 45px;
}
.cta-wrapper.style2 {
  padding: 50px 60px;
  background-color: var(--theme);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.cta-wrapper.style2 .cta-content h2 {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 20px;
}
.cta-wrapper.style2 .cta-content p {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.blog-card.style1 {
  padding: 24px;
  border-radius: 15px;
  border: 1px solid var(--border);
  background: var(--white);
}
.blog-card.style1 .body .tag-meta {
  position: absolute;
  top: -50px;
  left: 0;
  display: inline-block;
  color: var(--theme);
  font-family: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.32px;
  padding: 6px 12px;
  gap: 12px;
  border-radius: 100px;
  background: var(--theme3);
}
.blog-card.style2 .calendar .date,
.blog-card.style2 .calendar .month,
.service-wrapper.style3 h2 {
  line-height: normal;
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.blog-card.style1 .body h3 {
  margin-top: 30px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.blog-card.style1 .body h3 a {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.48px;
}
.blog-card.style1 .body .blog-meta {
  display: flex;
  align-items: center;
}
.blog-card.style1 .body .blog-meta .item .icon,
.widget_shopping_cart .as-btn {
  margin-right: 15px;
}
.blog-card.style1 .body .blog-meta .item .text {
  color: var(--text);
  font-family: var(--title);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.32px;
}
.blog-card.style1 .body .blog-meta .item.child1 {
  position: relative;
  margin-right: 60px;
}
.blog-card.style1 .body .blog-meta .item.child1:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: var(--theme);
  right: -30px;
  top: 8px;
}
.blog-card.style2 {
  overflow: hidden;
  position: relative;
  padding: 24px;
  max-width: 370px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background-color: var(--white);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.blog-card.style2 .blog-card-thumb {
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.blog-card.style2 .blog-card-thumb img {
  width: 322px;
  height: 216px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--border);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.blog-card.style2 .blog-card-body .blog-title a {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.blog-card.style2 .blog-card-body .btn-wrapper a,
.blog-card.style2 .blog-card-body .btn-wrapper i,
.blog-card.style2 .blog-card-body .btn-wrapper img {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.blog-card.style2 .blog-card-body .tag-cloud {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 45px;
  margin-bottom: 5px;
}
.blog-card.style2 .calendar {
  position: absolute;
  top: 205px;
  left: 44px;
  border-radius: 10px;
  background-color: var(--white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}
.blog-card.style2 .calendar .date {
  padding: 10px 18px;
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
  border-radius: 10px;
  background-color: var(--theme);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.blog-card.style2 .calendar .month {
  color: var(--text);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-card.style2:hover .blog-card-thumb img {
  transform: scale(1.23);
  -webkit-transform: scale(1.23);
  -moz-transform: scale(1.23);
  -ms-transform: scale(1.23);
  -o-transform: scale(1.23);
}
.blog-wrap.style2 .shape2_1 {
  position: absolute;
  top: 142px;
  left: 0;
}
.blog-wrap.style2 .shape2_2 {
  position: absolute;
  bottom: 50px;
  right: 0;
}
.blog-card-wrap.style1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 30px;
}
.blog-card-wrap.style2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  gap: 30px;
}
.blog-card-wrap.style3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.news-wrapper {
  padding: 0 75px;
}
.single-news-items {
  margin-top: 30px;
  padding: 40px 20px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .blog-card-wrap.style1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-wrapper {
    padding: 0;
  }
  .single-news-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .about-wrapper.style1 .about-thumb .absolute-thumb {
    bottom: 0;
    left: 0;
    display: none;
  }
  .about-wrapper.style1 .about-thumb .main-thumb {
    top: 0;
    right: 0;
  }
  .about-wrapper.style1 .about-thumb {
    padding: 0;
  }
  .faq-wrapper.style1 .faq-thumb .main-thumb,
  .feature-box.style1 {
    max-width: 100%;
    margin-left: 0;
  }
  .faq-wrapper.style1 .faq-thumb .absolute-thumb {
    max-width: 100%;
    top: 0;
    right: 0;
  }
  .faq-wrapper.style1 .faq-thumb .absolute-thumb img {
    max-width: 100%;
  }
  .what-we-wrapper .what-we-content {
    margin-left: 0;
  }
  .blog-card-wrap.style1 {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
  }
  .blog-card-wrap.style2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-news-items {
    flex-wrap: initial;
  }
  .news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .progress-wrap .progress-container {
    width: 85%;
  }
  .comment-list .comment-item .post-comment .comment-content .commented-on {
    margin-bottom: -10px;
  }
  .comment-list .comment-item .post-comment .comment-content .star {
    position: relative;
    margin: 0 0 25px 12px;
  }
  .comment-list .comment-item .post-comment {
    display: flex;
    flex-direction: column;
  }
  .comment-form {
    padding: 30px;
  }
  .search-wrap .search-field-holder {
    width: 80%;
  }
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 18px;
  }
  input.main-search-input::placeholder {
    font-size: 18px;
  }
  .inner-section-padding {
    padding: 80px 0;
  }
  .section-padding {
    padding: 50px 0;
  }
  .contact-info-area,
  .main-header-wrapper .main-header-items .header-contact-info-area {
    gap: 30px;
  }
  .offcanvas__wrapper {
    padding: 20px;
  }
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 42px;
  }
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
  .intro-wrapper.style1 .intro-content .intro-section-title .intro-title {
    font-size: 36px;
  }
  .hero-3 .hero-content h1 {
    font-size: 34px;
  }
  .how-work-wrapper {
    padding-top: 30px;
  }
  .how-work-wrapper .how-work-content .text {
    margin-bottom: 30px;
  }
  .single-news-items {
    flex-wrap: wrap;
  }
}
.single-news-items .news-image {
  height: 220px;
  width: 220px;
  flex-basis: 100%;
  position: relative;
}
.single-news-items .news-image .post-date {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: var(--white);
  padding: 7px 10px;
}
.single-news-items .news-image .post-date span {
  color: var(--title);
  font-weight: 600;
}
.news-section-3 {
  margin-bottom: -50px;
}
.news-card-items .news-image .post-date {
  padding: 12px 24px;
  background-color: var(--theme);
  position: absolute;
  bottom: 40px;
  left: 0;
}
.news-card-items .news-image .post-date h3 {
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
}
.news-card-items .news-image .post-date h3 span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}
.news-card-items .news-content {
  padding: 30px;
  background-color: var(--white);
  position: relative;
  z-index: 9;
  margin-right: 40px;
  margin-top: -40px;
}
.news-card-items .news-content ul {
  display: flex;
  gap: 50px;
  margin-bottom: 15px;
}
.news-card-items .news-content ul li,
.news-details-area
  .blog-post-details
  .single-blog-post
  .post-content
  .post-list
  li {
  font-size: 14px;
  font-weight: 500;
}
.news-card-items .news-content ul li i,
.news-details-area
  .blog-post-details
  .single-blog-post
  .post-content
  .post-list
  li
  i,
.news-details-area
  .blog-post-details
  .single-blog-post
  .post-content
  .post-list
  li
  img,
.news-standard-wrapper .news-standard-items .news-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-card-items .news-content h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
.news-card-items.style-2 {
  padding-bottom: 50px;
}
.news-card-items.style-2 .news-image .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: initial;
}
.news-card-items.style-2 .news-content {
  margin: 0;
}
.form-text,
.news-card-items.style-2 .news-content ul li {
  font-size: 16px;
}
.news-card-items.style-3 {
  padding-bottom: 0;
  background-color: var(--white);
  box-shadow: none;
}
.news-card-items.style-3 .news-image {
  padding: 15px 15px 0;
}
.news-card-items.style-3 .news-image .post-date {
  left: 30px;
  top: 30px;
}
.news-card-items.style-3 .content {
  box-shadow: none;
}
.news-standard-wrapper .news-standard-items {
  border: 1px solid var(--border);
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  width: 59px;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  background: var(--theme);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.news-standard-wrapper .news-standard-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 1399px) {
  .news-card-items .news-content ul,
  .news-standard-wrapper .news-standard-items .news-content ul {
    gap: 20px;
  }
}
.news-standard-wrapper .news-standard-items .news-content ul li {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.news-standard-wrapper .news-standard-items .news-content h3 a {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
  height: 400px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-details-area
  .blog-post-details
  .single-blog-post
  .post-content
  .post-list {
  gap: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
.news-details-area
  .blog-post-details
  .single-blog-post
  .post-content
  .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 40px;
  background-color: #f5f5f5;
}
.news-details-area
  .blog-post-details
  .single-blog-post
  .post-content
  .hilight-text
  p {
  max-width: 650px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
}
.news-details-area
  .blog-post-details
  .single-blog-post
  .post-content
  .hilight-text
  svg {
  float: right;
  margin-top: -10px;
}
.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-flex;
  padding: 10px 16px;
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  background: var(--white);
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #e6e5e5;
  border-radius: 4px;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover,
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover,
.team-details-wrap .team-details-content .details-info .gt-social a:hover {
  background: var(--theme);
  color: var(--white) !important;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 18px;
  color: var(--title);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  color: var(--text);
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 0;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid var(--border);
}
.news-details-area
  .blog-post-details
  .comments-area
  .blog-single-comment
  .content
  .head
  .con
  h5
  a {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  transition: 0.4s ease-in-out;
}
.news-details-area
  .blog-post-details
  .comments-area
  .blog-single-comment
  .content
  .head
  .btn {
  border: none !important;
}
.news-details-area
  .blog-post-details
  .comments-area
  .blog-single-comment
  .content
  .head
  .btn
  a {
  display: inline-flex;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: var(--theme);
  color: var(--white);
}
.news-details-area
  .blog-post-details
  .comments-area
  .blog-single-comment
  .content
  .head
  .btn
  a:hover {
  background: var(--title);
  color: var(--white) !important;
}
.news-details-area
  .blog-post-details
  .comments-area
  .blog-single-comment
  .content
  .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400;
  background-color: var(--white);
  color: var(--theme);
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: 0;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 500;
}
.news-details-area
  .blog-post-details
  .comment-form-wrap
  .form-clt
  input::placeholder,
.news-details-area
  .blog-post-details
  .comment-form-wrap
  .form-clt
  textarea::placeholder {
  color: var(--text);
}
.service-box.style1 {
  padding: 30px;
  border-radius: 30px;
  border: 3px solid transparent;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.service-box.style1 .icon-box,
.service-box.style3 .icon-box {
  margin-bottom: 25px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.service-box.style1 .content h3,
.service-box.style3 .content h3 {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.service-box.style1.active,
.service-box.style1:hover {
  border: 3px solid var(--theme);
  background: var(--theme3);
}
.service-box.style1.active .icon-box,
.service-box.style1:hover .icon-box,
.service-box.style3:hover .icon-box {
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
}
.service-box.style3 {
  border-radius: 30px;
  border: 3px solid transparent;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.service-section-3 .service-thumb {
  margin-bottom: -302px;
}
.service-container-wrapper.style3 {
  position: relative;
  background: rgba(116, 68, 253, 0.06);
  padding-top: 300px;
}
.service-wrapper.style3 .service-thumb,
.service-wrapper.style3 .service-thumb img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.service-wrapper.style3 h2 {
  color: var(--title);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  max-width: 580px;
  margin: 30px 0;
}
.service-details-wrapper .title {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  margin-top: 40px;
}
.service-details-wrapper .tagcloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(30, 41, 46, 0.15);
}
.service-details-wrapper .tagcloud a {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 100px;
  border: 1px solid rgba(30, 41, 46, 0.15);
  color: var(--Primary-Font-Color, #282c32);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}
.service-details-wrapper .details-box1 .subtitle,
.service-details-wrapper .details-box2 .subtitle {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.service-details-wrapper .details-box1 .text,
.service-details-wrapper .details-box2 .text {
  color: var(--border-5);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: lowercase;
}
.service-details-wrapper .details-box2 {
  margin-top: 30px;
  margin-bottom: -0.3em;
}
.service-details-wrapper .details-box2 .feature-wrapper ul li,
.service-details-wrapper .details-box2 .text1,
.service-details-wrapper .details-box2 .text2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.service-details-wrapper .details-box2 .feature-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.service-details-wrapper .details-box2 .feature-wrapper ul {
  margin-left: 20px;
}
.service-details-wrapper .details-box2 .feature-wrapper ul li {
  list-style-type: disc;
  color: var(--title);
  text-transform: lowercase;
  margin-bottom: 15px;
}
.service-details-wrapper .details-box2 .progress-wrap .progress-container {
  max-width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.service-details-wrapper .details-box2 .progress-wrap .progress-meta .title {
  margin-top: 0;
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.service-details-wrapper .details-box2 .thumb-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}
.service-details-wrapper .details-box2 .text1 {
  color: var(--border-5);
}
.service-details-wrapper .details-box2 .text2 {
  color: var(--border-5);
  margin-top: 15px;
}
@media (min-width: 768px) {
  .project-card.style1 .project-thumb img {
    max-width: 100%;
  }
}
.project-card.style1 .project-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -40px;
  left: 40px;
  right: 40px;
  padding: 25px;
  background-color: var(--white);
  max-width: 323px;
  border-radius: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.project-card.style1 .project-content h3 {
  line-height: normal;
  margin-bottom: 5px;
}
.project-card.style1 .project-content h3 a {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.project-card.style1 .text {
  color: var(--theme);
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.project-card.style1:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.project-details-wapper .main-thumb,
.technology-box-items-wrapper.style-4 > :nth-child(odd) {
  margin-bottom: 60px;
}
.project-details-wapper .single-desc .single-desc-title {
  color: #282c32;
  font-family: Urbanist, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.project-details-wapper .single-desc .text1,
.project-details-wapper .single-desc .text2,
.project-details-wapper .single-desc2 .text1 {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Urbanist, sans-serif;
  font-style: normal;
  text-transform: capitalize;
}
.project-details-wapper .single-desc .text1,
.project-details-wapper .single-desc2 .text1 {
  margin-bottom: 30px;
}
.project-details-wapper .single-desc .text2 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.project-details-wapper .testimonial-wrap .testimonial-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.project-details-wapper
  .testimonial-wrap
  .testimonial-card
  .tesimonial-content
  .text3 {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
  max-width: 650px;
}
.project-details-wapper
  .testimonial-wrap
  .testimonial-card
  .tesimonial-content
  .testimonial-author {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
}
.project-details-wapper .single-desc2 .single-desc-title {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.project-details-wapper .single-desc2 .text2 {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 60px;
}
.team-card.style1 .designation,
.team-card.style1 .team-card-content h3 a {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-style: normal;
  line-height: normal;
  text-align: center;
}
.project-details-wapper .projectSliderThree .swiper {
  overflow: visible !important;
}
.team-card.style1 {
  margin-top: 150px;
  text-align: center;
  padding: 24px;
  border-radius: 20px;
  background: #f8f8ff;
}
.team-card.style1 .team-thumb {
  margin-top: -150px;
}
.team-card.style1 .team-thumb img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.team-card.style1 .team-card-content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.team-card.style1 .team-card-content h3 a {
  font-size: 24px;
  font-weight: 700;
}
.team-card.style1 .designation {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}
.team-details-wrap .team-details-content .details-info .profile h3,
.team-simple-history .skills > .title,
.team-simple-history .title {
  line-height: 24px;
  color: var(--title);
  text-transform: capitalize;
  font-family: Urbanist, sans-serif;
  font-style: normal;
}
.team-card.style1 .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.team-card.style1 .social-links li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e7f1ff;
  color: var(--theme);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.team-card.style1 .social-links li a:hover {
  background-color: #ffebee;
  color: #e60023 !important;
}
.team-section-3 {
  margin-top: -1.4em;
}
.team-details-wrap {
  padding: 30px;
  margin-bottom: 60px;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.team-details-wrap .team-details-content .details-info .profile h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}
.team-details-wrap .team-details-content .details-info .profile span {
  color: var(--text);
  font-family: Urbanist, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}
.team-details-wrap .team-details-content .details-info .gt-social a {
  border-radius: 100px;
  color: var(--theme);
  background: #fcf9e0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.team-details-wrap .team-details-content .info-wrapper .checklist {
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 0;
  border-top: 1px solid var(--border);
}
.team-details-wrap .team-details-content .info-wrapper .checklist ul {
  padding-left: 0;
  margin-bottom: 0;
}
.team-details-wrap .team-details-content .info-wrapper .checklist ul li i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 24px;
  color: var(--theme);
  background-color: #fcf9e0;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.team-simple-history {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #faf8ff;
}
.team-simple-history .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
}
.team-simple-history .skills {
  padding: 28px 40px 70px;
  border-radius: 16px;
  background-color: var(--white);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.team-simple-history .skills > .title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}
.main-sidebar .single-sidebar-widget .wid-title,
.recent-post {
  margin-bottom: 25px;
}
.team-simple-history .skills .progress-wrap .progress-meta .title {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}
.team-simple-history .skills .progress-wrap .progress-container,
.team-simple-history .skills .progress-wrap .progress-container .progress-bar {
  height: 15px;
}
.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg-2);
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 83px;
  content: "";
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background: var(--theme);
  border: none;
  color: var(--white);
  text-align: center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active,
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul {
  padding-left: 0;
  list-style-type: none;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  background-color: var(--white);
  font-weight: 500;
  transition: 0.4s ease-in-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  color: var(--title);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a span {
  transition: 0.4s ease-in-out;
  color: var(--title);
}
.main-sidebar
  .single-sidebar-widget
  .news-widget-categories
  ul
  li:not(:last-child) {
  margin-bottom: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e5e5;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-thumb
  img {
  width: 78px;
  height: 79px;
  object-fit: cover;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  ul
  li {
  color: var(--theme);
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  ul
  li
  i {
  color: var(--theme2);
  margin-right: 5px;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.main-sidebar
  .single-sidebar-widget
  .recent-post-area
  .recent-items
  .recent-content
  h6
  a {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-flex;
  padding: 10px 16px;
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  background: var(--white);
  margin-right: 5px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child,
.widget_shopping_cart .as-btn:last-child {
  margin-right: 0;
}
.recent-post {
  display: flex;
  align-items: center;
}
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.contact-info-box.style1,
.contact-info-box.style1 .contact-content {
  height: 100%;
  border-radius: 10px;
  background-color: #fcfbf3;
  transition: 0.4s;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 95px;
  overflow: hidden;
  flex: none;
}
.recent-post .media-img img {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  margin: 10px 0 0;
  font-family: Urbanist, sans-serif;
  text-transform: capitalize;
}
.recent-post .recent-post-meta {
  margin-bottom: -2px;
}
.recent-post .recent-post-meta .price {
  font-size: 18px;
  font-weight: 700;
  color: #c5c5c5;
}
.recent-post .recent-post-meta .price strong {
  color: var(--theme);
  font-weight: 700;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
}
.recent-post .recent-post-meta a i {
  margin-right: 9px;
  color: var(--theme2);
  transition: 0.4s;
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}
.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--text);
  font-size: 16px;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
  color: var(--title);
  margin-bottom: 6px;
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  color: var(--text);
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title);
  font-family: Urbanist, sans-serif;
}
.widget_shopping_cart .total strong {
  font-family: Urbanist, sans-serif;
}
.widget_shopping_cart .amount {
  padding-left: 5px;
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
.contact-info-box.style1 {
  padding: 12px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.contact-info-box.style1 .contact-content {
  padding: 50px 30px 30px;
  text-align: center;
  border: 1px solid #e6e6e5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.contact-info-box.style1 .contact-content .icon svg path {
  fill: var(--theme);
}
.contact-info-box.style1 .contact-content .title {
  margin-bottom: 10px;
  color: var(--title);
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.contact-info-box.style1 .contact-content .text {
  color: var(--text);
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.contact-form.style1 .contact-title {
  color: var(--title);
  font-family: Urbanist, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}
.contact-form.style1 .contact-form-items .form-clt span {
  color: var(--title);
  font-weight: 600;
  text-transform: capitalize;
}
.contact-form.style1 .contact-form-items .form-clt input,
.contact-form.style1 .contact-form-items .form-clt textarea {
  border: 1px solid var(--border);
  color: var(--text);
  padding: 18px 20px;
  border-radius: 5px;
}
.contact-form.style1 .contact-form-items .form-clt input::placeholder,
.contact-form.style1 .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}
.contact-form.style1 .contact-form-items .form-clt textarea {
  height: 200px;
  padding: 18px 20px;
}
.form-control,
.form-select,
.single-select,
input,
select,
textarea {
  height: 56px;
  padding: 0 20px;
  border: 1px solid var(--border);
  color: var(--text);
  background-color: transparent;
  font-size: 16px;
  width: 100%;
  font-family: Urbanist, sans-serif;
  transition: 0.4s ease-in-out;
  border-radius: 0;
}
.form-control:focus,
.form-select:focus,
.single-select:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme);
  background-color: var(--white);
}
.form-control::placeholder,
.form-select::placeholder,
.single-select::placeholder,
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--text);
}
.form-text a,
label {
  color: var(--title);
}
.form-text a {
  font-weight: 500;
}
.form-select,
.single-select,
select {
  display: block;
  width: 100%;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  background-image: none;
}
.form-select:after,
.single-select:after,
select:after {
  border-bottom: 1px solid var(--title);
  border-right: 1px solid var(--title);
  right: 20px;
  height: 7px;
  width: 7px;
}
.form-select .list,
.single-select .list,
select .list {
  width: 100%;
  display: block;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.form-group .input-icon,
.form-group > i {
  display: inline-block;
  color: var(--text);
}
.form-select.style2,
.single-select.style2,
select.style2 {
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 24px 12px;
}
.form-select.style2:after,
.single-select.style2:after,
select.style2:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 6px;
  border-top: solid 6px var(--body-color);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(0);
  border-bottom: 0;
  margin-top: -2px;
  z-index: 9;
}
.form-select.style2.open:after,
.single-select.style2.open:after,
select.style2.open:after {
  border-top: 0;
  border-bottom: solid 6px var(--body-color);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: none;
}
.form-select.style3,
.single-select.style3,
select.style3 {
  background: var(--border);
  padding: 0 20px;
  font-size: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 50px 10px;
  background-repeat: no-repeat;
  background-position: right;
}
.form-select.style-white2,
.single-select.style-white2,
select.style-white2 {
  background: var(--white);
  border-color: var(--white);
  padding: 0 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 70px 12px;
  background-repeat: no-repeat;
  background-position: right;
}
.form-select.style-white2:after,
.single-select.style-white2:after,
select.style-white2:after {
  right: 30px;
}
.single-select {
  background-image: none !important;
}
textarea,
textarea.form-control {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 105px;
}
.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--text);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group .input-icon {
  position: absolute;
  right: 42px;
  top: 19px;
  font-size: 16px;
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-white .form-control {
  background: var(--white);
}
.form-group.style-white2 .form-control {
  background: var(--white);
  border-color: var(--white);
  padding: 0 45px 0 30px;
}
.form-group.style-white2 textarea.form-control {
  padding: 16px 45px 30px 30px;
}
[class*="col-"].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*="col-"].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="checkbox"] {
  display: none;
  border-radius: 10px;
}
input[type="checkbox"]:checked ~ label:after {
  opacity: 1;
}
input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type="checkbox"] ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3.5px;
  background: var(--white);
  border: 1px solid var(--border);
  height: 20px;
  width: 20px;
  text-align: center;
}
input[type="checkbox"] ~ label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  background: var(--theme);
  height: 8px;
  width: 8px;
  opacity: 0;
  transition: 0.4s;
}
input[type="checkbox"].style2 ~ label {
  color: #8b929c;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type="checkbox"].style2 ~ label:before {
  background-color: #fff;
  border: 1px solid #f7ccd7;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white);
  color: transparent;
  transition: 0.2s;
}
input[type="radio"]:checked ~ label::before {
  border-color: var(--theme);
  background-color: var(--theme);
  color: var(--white);
}
label {
  margin-bottom: 0.5em;
  display: block;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
}
.was-validated input:invalid,
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border: 1px solid red !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
.was-validated input:invalid:focus,
input.is-invalid:focus,
select.is-invalid:focus,
textarea.is-invalid:focus {
  outline: 0;
  box-shadow: none;
}
textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right
    calc(0.375em + 0.8875rem);
}
.form-messages {
  display: none;
}
.form-messages.success {
  color: green;
  display: block;
}
.form-messages.error {
  color: red;
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.used-technology-section .nav {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
  margin-bottom: 20px;
}
.used-technology-section .nav .nav-item .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: var(--title);
  background-color: #faf8ff;
  padding: 17px 35px;
  line-height: 1;
  border-radius: 10px;
}
.technology-box-items-wrapper.style-4 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 65px 53px 35px;
  gap: 38px;
  background: #f8f8f8;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (max-width: 1199px) {
  .wcu-wrapper.style2 .wcu-thumb .thumb2 {
    left: 0;
    bottom: 0;
  }
  .wcu-wrapper.style2 .wcu-thumb .thumb3 {
    top: 0;
    right: 0;
    margin-bottom: 30px;
  }
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
  .testimonial-section-3 .section-title-area .array-button {
    margin-right: 0;
    justify-content: center !important;
  }
  .testimonial-wrapper-3 {
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
  }
  .testimonial-wrapper-3 .tesimonial-content .client-info-area {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .feature-provide-box-items {
    margin-top: 30px;
  }
  .pricing-card.style1 {
    background-color: #ebe4fb;
  }
  .cta-container-wrapper.style2 {
    margin-bottom: 80px;
  }
  .cta-wrapper.style1 .cta-thumb img {
    max-width: 100%;
  }
  .blog-card-wrap.style2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px;
  }
  .technology-box-items-wrapper.style-4 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .project-card.style1 .project-content {
    left: 10px;
    right: 10px;
  }
  .project-card.style1:hover .project-content {
    bottom: 10px;
  }
  .team-details-wrap .team-details-content .info-wrapper {
    flex-direction: column;
  }
  .team-details-wrap .team-details-content .info-wrapper .checklist {
    margin-top: 0;
  }
  .team-details-wrap
    .team-details-content
    .info-wrapper
    .checklist:first-child {
    margin-top: 30px;
  }
  .team-simple-history {
    padding-bottom: 80px;
  }
  .technology-box-items-wrapper.style-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-image .mobile-image {
    max-width: 100px;
  }
  .about-wrapper.style1 .about-thumb .bg,
  .about-wrapper.style1 .about-thumb .main-thumb img,
  .advantage-wrapper.style1 .advantage-thumb .thumb1 img {
    max-width: 100%;
  }
  .wcu-wrapper.style2 .wcu-content {
    margin-top: 30px;
  }
  .testimonial-wrapper-3 .tesimonial-content p {
    font-size: 20px;
  }
  .feature-box.style1.child1,
  .feature-box.style1.child2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .cta-wrapper.style2 .cta-meta,
  .pricing-wrapper.style1 .tab-section,
  .project-details-wapper .testimonial-wrap .testimonial-card,
  .team-details-wrap .team-details-content .details-info {
    flex-direction: column;
  }
  .cta-wrapper.style1 .cta-content .playstore {
    display: block;
    margin-bottom: 20px;
  }
  .cta-wrapper.style2 {
    padding: 50px 15px;
  }
  .blog-card.style2 {
    padding: 15px;
    max-width: 300px;
  }
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 24px;
  }
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 28px;
  }
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .service-section-3 .service-thumb {
    margin-bottom: 60px;
  }
  .service-container-wrapper.style3 {
    margin-top: 0;
    padding-top: 60px;
  }
  .service-details-wrapper .title {
    font-size: 35px;
    line-height: 45px;
  }
  .service-details-wrapper .details-box1 .subtitle,
  .service-details-wrapper .details-box2 .subtitle {
    font-size: 30px;
    line-height: 45px;
  }
  .service-details-wrapper .details-box2 .feature-wrapper {
    gap: 5px;
  }
  .team-details-wrap .team-details-content .details-info .profile {
    margin-bottom: 10px;
  }
  .technology-box-items-wrapper.style-4 {
    grid-template-columns: repeat(3, 1fr);
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 470px) {
  .technology-box-items-wrapper.style-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.technology-box-items-wrapper.style-4 > :nth-child(2n) {
  margin-top: 140px;
}
.technology-box-items.style-4 {
  display: inline-block;
  max-width: 119px;
  max-height: 119px;
  text-align: center;
  padding: 15px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 4px 8px -2px rgba(45, 54, 67, 0.08),
    0 2px 4px -2px rgba(45, 54, 67, 0.06);
}
.technology-box-items.style-4 .logo {
  max-width: 50px;
  margin: 0 auto 5px;
}
.technology-box-items.style-4 .logo img {
  max-width: 50px;
}
.technology-box-items.style-4 .title {
  color: var(--body-text2, rgba(38, 37, 46, 0.7));
  text-align: center;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
a.header-logo img {
  max-height: 60px;
}
.footer-widgets-wrapper .single-footer-widget img {
  max-height: 75px;
}
.advantage-container-wrapper
  .style1
  .advantage-content
  .store-links
  .apple
  a:hover {
  color: #fff !important;
}
.advantage-container-wrapper
  .style1
  .advantage-content
  .store-links
  .play
  a:hover {
  color: #282c32 !important;
}
.disc-btn svg path {
  fill: #000;
}
.disc-btn:hover svg path {
  fill: #fff;
  transition: 0.3s ease-in-out;
}
.wcu-thumb img {
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .contact-form.style1 .contact-title {
    font-size: 30px;
  }
}
.pt-60 {
  padding-top: 60px !important;
}

@media (max-width: 426px) {
  .section-title .subtitle {
    margin-top: 15px !important;
  }
  .service_section .service_blocks {
    padding: 30px 0 !important;
  }
  .service_section .service_text {
    text-align: center;
  }
  .faq-wrapper.style1 .faq-thumb .absolute-thumb {
    max-width: 100%;
    top: 75px;
    right: 0;
    width: 30%;
  }
  .checklist-wrapper.style1 {
    display: flex;
    align-items: start !important;
    gap: auto !important;
  }
  .alignment {
    height: 300px;
  }

  /* .about-wrapper.style1 .about-thumb .bg,
  .about-wrapper.style1 .about-thumb .main-thumb img,
  .advantage-wrapper.style1 .advantage-thumb .thumb1 img {
    max-width: 50% !important;
  } */
  /* .about-wrapper.style2 .about-thumb .absolute-thumb img,
  .advantage-wrapper.style1 .advantage-thumb .shape1 img,
  .advantage-wrapper.style1 .advantage-thumb .thumb2 img,
  .blog-card.style1 .thumb,
  .faq-wrapper.style2 .faq-thumb img,
  .footer-widgets-wrapper.style1 .single-footer-widget .footer-content,
  .news-standard-wrapper .news-standard-items .news-thumb img,
  .project-card.style1 .project-thumb,
  .project-details-wapper .main-thumb img,
  .project-details-wapper
    .projectSliderThree
    .swiper
    .swiper-slide
    .project-thumb
    img,
  .service-details-wrapper .details-box2 .thumb-wrapper .thumb img,
  .service-details-wrapper .main-thumb img,
  .service-section-3 .service-thumb img,
  .team-details-wrap .team-details-thumb img,
  .wcu-wrapper.style1 .wcu-thumb .main-thumb img,
  .wcu-wrapper.style1 .wcu-thumb .shape img,
  .wcu-wrapper.style2 .wcu-thumb .thumb2 img,
  .wcu-wrapper.style3 .wcu-thumb .main-thumb img,
  .wcu-wrapper.style3 .wcu-thumb .thumb2 img,
  .work-process-wrapper.style1 .shape img {
    max-width: 50% !important;
  } */

  /* .thumb2 {
    display: flex !important;
    justify-content: end !important;
  } */
  .advantage-wrapper.style1 .advantage-thumb .shape1 {
    position: absolute;
    bottom: 0;
    right: -30px;
    left: 70px !important;
    max-width: 50% !important;
  }
  .faq-thumb {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .advantage-thumb .thumb1 {
    max-width: 50% !important;
  }

  .advantage-thumb .thumb2 {
    max-width: 50% !important;
  }
  .advantage-wrapper.style1 .advantage-thumb {
    display: flex;
    justify-content: start;
  }
  .spacing {
    padding-top: 30px !important;
  }
  .image-height {
    height: auto !important;
  }
}

@media (min-width: 375px) and (max-width: 426px) {
  .footer-widgets-wrapper.style1
    .single-footer-widget
    .footer-content
    .store-links {
    flex-direction: row;
  }
  html,
  body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  * {
    box-sizing: border-box;
  }
  .container,
  .content,
  .section {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

.mt {
  margin-top: 30px;
}
.list {
  list-style-type: circle;
  padding-left: 35px;
}
.section-pd {
  padding: 100px 0 40px;
}

.image-width {
  width: 63% !important;
}


@media screen and (max-width: 767px) {
  .footer-bottom.style1 .footer-wrapper .social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-bottom.style1 {
  position: relative;
  
}
}