<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
** - Default CSS
** - theme color #2a27ed / #d481ff  linear-gradient(44.44deg, #2a27ed 7.79%, #d481ff 94.18%)
*/
@import url(pages-css/navbar.css);
@import url(pages-css/home-one.css);
@import url(pages-css/home-two.css);
@import url(pages-css/home-three.css);
@import url(pages-css/home-four.css);
@import url(pages-css/home-five.css);
@import url(pages-css/home-six.css);
@import url(pages-css/team.css);
@import url(pages-css/privacy-policy.css);
@import url(pages-css/terms-conditions.css);
@import url(pages-css/gallery.css);
@import url(pages-css/how-it-works.css);
@import url(pages-css/profile-authentication.css);
@import url(pages-css/coming-soon.css);
@import url(pages-css/error.css);
@import url(pages-css/faq.css);
@import url(pages-css/products.css);
@import url(pages-css/products-details.css);
@import url(pages-css/cart.css);
@import url(pages-css/checkout.css);
@import url(pages-css/blog-details.css);
@import url(pages-css/contact.css);
@import url(pages-css/footer.css);
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;amp;display=swap");
:root {
  --fontSize: 15px;
  --transition: .5s;
  --mainColor: #4234ef;
  --whiteColor: #ffffff;
  --blackColor: #262A37;
  /*--gradientColor: linear-gradient(25.44deg, #2a27ed 50.79%, #d481ff 25.18%, #28CABC 23.18%);*/
  --gradientColor: linear-gradient(261.74deg, #F567BA 11.48%, #2E89F2 46.62%, #28CABC 87.29%);
  --gradientColorTwo: linear-gradient(214.83deg, #F567BA 9.03%, #0890FE 44.44%, #28CABC 79.86%);
  --paragraphColor: #716c80;
  --fontFamily: 'Inter', sans-serif;


}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
  font-display: swap;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--blackColor);
  font-weight: 700;
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

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

p {
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 10px;
  padding-bottom: 10 0px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.bg-F7F7FF {
  background-color: #F7F7FF;
}

.bg-F4F8FC {
  background-color: #F4F8FC;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.pad-head {
  padding: 13rem 0 5rem;
}

/*default-btn*/

.gradient-banner-area {
  padding: 13rem 0 5rem;
}

@media(max-width:991px) {
  .gradient-banner-area {
    padding: 6rem 0 5rem;
  }
}

.web_nav {
  max-width: 100% !important;
  padding-left: 2rem !important;
}

.default-btn {
  z-index: 1;
  border: none;
  position: relative;
  padding: 12px 35px;
  border-radius: 30px;
  display: inline-block;
  font-family: 'OCR A Extended', sans-serif;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 12px 35px rgb(#000000, #177eb7, #0d96a9);
  box-shadow: 0px 12px 35px rgb(#000000, #177eb7, #0d96a9);
  font-size: var(--fontSize);
  font-weight: 400;
}

.default-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(to left bottom, #6358A6, #ebd7c9);
}

.default-btn:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}


.default-btn:hover::before {
  opacity: 0;
  visibility: hidden;

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: rgb(0, 0, 0) !important;
}

.button {
  padding: 2px 10px;
  /*border: 3px solid black;*/
  transition: 0.2s ease;
  margin-top: 24px;
  margin-bottom: 34px;
  cursor: pointer;
  background: linear-gradient(to left bottom, #6358A6, #ebd7c9);
  color: white;
  padding: 4px 12px;
  border-radius: 3px;
}

.button_text {
  font-family: 'OCR A Extended', sans-serif;
  font-size: 18px;

  pointer-events: none;
}

.button:hover {
  background-color: grey;
  color: var(--whiteColor);
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

.section-title .sub-title {
  display: block;
  margin-bottom: 9px;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.section-title h2 {
  line-height: 1.4;
  /* font-family: "Comfortaa",Sans-serif; */
  /* margin-top: 20px; */
  font-size: 30px;
  text-transform: capitalize;
}

.section-title p {
  font-size: 16px;
  margin-top: 10px;
}

.section-title.color-white .sub-title {
  color: var(--whiteColor);
}

/* 
.section-title.color-white h2 {
  color: var(--whiteColor);
} */

/*form-control*/
.form-control {
  background-color: #f5f5f5 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--fontSize);
  color: var(--blackColor);
  border: none !important;
  padding-left: 15px;
  border-radius: 0;
  height: 50px;
}

.form-control::-webkit-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:-ms-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::-ms-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  padding-top: 15px;
  height: auto;
}

/*shape-css*/
.shape1 {
  bottom: 50px;
  z-index: -1;
  left: -50px;
  position: absolute;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.shape2 {
  bottom: 18%;
  z-index: -1;
  right: -70px;
  position: absolute;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.bg-shape1 {
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shape3 {
  right: 40px;
  bottom: 50px;
  z-index: -1;
  position: absolute;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.shape4 {
  top: 90px;
  left: 70px;
  z-index: -1;
  position: absolute;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.shape5 {
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

.shape6 {
  position: absolute;
  z-index: -1;
  right: 10%;
  bottom: 8%;
}

.shape6 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.shape7 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 4%;
}

.shape7 img {
  -webkit-animation: opacitychange 4s linear 1s infinite;
  animation: opacitychange 4s linear 1s infinite;
}

.shape8 {
  position: absolute;
  z-index: -1;
  bottom: 28%;
  left: 30%;
}

.shape8 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape9 {
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 5px;
}

.shape9 img {
  -webkit-animation: opacitychange 4s linear 1s infinite;
  animation: opacitychange 4s linear 1s infinite;
}

.shape10 {
  position: absolute;
  bottom: 40px;
  left: -40px;
  z-index: -1;
}

.shape11 {
  position: absolute;
  right: -30px;
  z-index: -1;
  top: 80px;
}

.shape12 {
  position: absolute;
  z-index: -1;
  bottom: 12%;
  left: 30%;
}

.shape12 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.shape13 {
  position: absolute;
  z-index: -1;
  right: 18%;
  top: 18%;
}

.shape13 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.lines {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  margin: auto;
  position: absolute;
}

.lines .line {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}

.lines .line::after {
  left: 0;
  top: -50%;
  width: 100%;
  content: "";
  height: 15vh;
  display: block;
  position: absolute;
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, var(--whiteColor)), to(var(--whiteColor)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--whiteColor) 75%, var(--whiteColor) 100%);
}

.lines .line:nth-child(1) {
  margin-left: -35%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: -17.5%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.lines .line:nth-child(4) {
  margin-left: 17.5%;
}

.lines .line:nth-child(4)::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.lines .line:nth-child(5) {
  margin-left: 35%;
}

.lines .line:nth-child(5)::after {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.shape14 {
  position: absolute;
  z-index: -1;
  right: 15%;
  top: 30%;
}

.shape14 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.shape15 {
  position: absolute;
  bottom: 10px;
  z-index: -2;
  right: 50%;
}

.shape15 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.divider {
  width: 100%;
  height: 100px;
  position: absolute;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  background: var(--whiteColor);
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  z-index: -1;
  bottom: -2px;
  left: 0;
}

/*page-title*/
.page-title-area {
  z-index: 1;
  position: relative;
  background: linear-gradient(50.48deg, #6358a6 -2.06%, #6358a6 93.55%);
  padding-bottom: 100px;
  padding-top: 180px;
}

.page-title-area::before {
  left: 0;
  right: 0;
  top: 82px;
  height: 1px;
  content: '';
  z-index: -1;
  opacity: .2;
  position: absolute;
  background-color: var(--whiteColor);
}

.page-title-area.page-title-style-two {
  background: #eef5fc;
}

.page-title-area.page-title-style-two::before {
  background-color: var(--blackColor);
  opacity: .04;
}

.page-title-area.page-title-style-two .page-title-content h2 {
  color: var(--blackColor);
}

.page-title-area.page-title-style-two .page-title-content ul li {
  color: var(--blackColor);
}

.page-title-area.page-title-style-two .page-title-content ul li a {
  color: var(--mainColor);
}

.page-title-area.page-title-style-two .page-title-content ul li a:hover {
  color: var(--blackColor);
}

.page-title-area.page-title-style-two .page-title-content ul li::before {
  background-color: var(--blackColor);
  opacity: .3;
}

.page-title-area.bg-color {
  padding-bottom: 90px;
  background: linear-gradient(76.8deg, #2BA6AC 0%, #36CE83 53.03%, #42E695 100%);
}

.page-title-area.bg-color::before {
  display: none;
}

.page-title-area.bg-color .divider {
  display: none;
}

.page-title-content {
  text-align: center;
}

.page-title-content h2 {
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 40px;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 15px;
}

.page-title-content ul li {
  color: var(--whiteColor);
  display: inline-block;
  position: relative;
  font-size: 16px;
  opacity: .9;
  margin-left: 15px;
  margin-right: 15px;
}

.page-title-content ul li:last-child {
  margin-right: 0;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-content ul li a {
  color: var(--whiteColor);
}

.page-title-content ul li::before {
  margin-top: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--whiteColor);
  border-radius: 50%;
}

/*pagination*/
.pagination-area {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
}

.pagination-area .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  border: none;
  display: block;
  line-height: 43px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeef3));
  background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
  -webkit-box-shadow: 0 5px 15px 0 rgba(107, 124, 147, 0.15), 0 2px 4px 0 rgba(107, 124, 147, 0.2), inset 0 -2px 0 0 #c2cfde;
  box-shadow: 0 5px 15px 0 rgba(107, 124, 147, 0.15), 0 2px 4px 0 rgba(107, 124, 147, 0.2), inset 0 -2px 0 0 #c2cfde;
  font-size: 15px;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
}

.pagination-area .page-numbers.next {
  margin-left: auto;
}

.pagination-area .page-numbers:hover {
  color: var(--mainColor);
}

.pagination-area .page-numbers.current {
  background: var(--whiteColor);
  color: var(--mainColor);
}

.pagination-area .page-numbers:first-child {
  margin-left: 0;
}

.pagination-area .page-numbers:last-child {
  margin-right: 0;
}

/*keyframes-css*/
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes opacitychange {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opacitychange {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/*
New Demo CSS
======================================================*/
.section-title.title-with-bg-text {
  position: relative;
}


.check-opo[type="checkbox"]:checked~label::before {
  content: "âˆš";
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color) !important;
}

.section-title.title-with-bg-text .big-title {
  font-size: 100px;
  font-weight: 800;
  opacity: 0.1;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
}

/* pakap-new-navbar-area-css */
.pakap-new-navbar-area.is-sticky {
  background-color: var(--whiteColor) !important;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item a {
  color: var(--blackColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item a:hover,
.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item:hover a,
.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--blackColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: var(--mainColor);
  padding-left: 25px;
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--mainColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
  color: var(--blackColor);
}

.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
.pakap-new-navbar-area .pakap-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
  color: var(--mainColor);
}

.navbar-with-white-content.is-sticky {
  background-color: var(--blackColor) !important;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item a {
  color: var(--whiteColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: var(--mainColor);
  padding-left: 25px;
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--mainColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
  color: var(--blackColor);
}

.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
.navbar-with-white-content .pakap-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
  color: var(--mainColor);
}

/* New App Main Banner Area CSS */
.new-app-main-banner-area {
  background-image: url(../img/more-home/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 250px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.new-app-main-banner-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 630px;
  margin-left: auto;
}

.new-app-main-banner-content .content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.new-app-main-banner-content .content .name-big-text {
  font-size: 185px;
  color: var(--whiteColor);
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  left: -8px;
  top: -88px;
}

.new-app-main-banner-content .content .sub-title {
  font-size: 14px;
  display: inline-block;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-weight: 500;
}

.new-app-main-banner-content .content h1 {
  color: var(--blackColor);
  font-size: 62px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.new-app-main-banner-content .content p {
  color: var(--blackColor);
  margin-bottom: 0;
}

.new-app-main-banner-content .content .app-btn-box {
  margin-top: 25px;
}

.new-app-main-banner-content .content .app-btn-box .applestore-btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  margin-right: 15px;
  display: inline-block;
  color: var(--paragraphColor);
  background-color: var(--whiteColor);
  font-size: 12px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 65px;
  padding-right: 25px;
  padding-bottom: 12px;
}

.new-app-main-banner-content .content .app-btn-box .applestore-btn span {
  display: block;
  margin-top: 5px;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15.5px;
  font-weight: 500;
}

.new-app-main-banner-content .content .app-btn-box .applestore-btn img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 20px;
  top: 50%;
}

.new-app-main-banner-content .content .app-btn-box .applestore-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  background: var(--gradientColor);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.new-app-main-banner-content .content .app-btn-box .applestore-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: var(--whiteColor);
}

.new-app-main-banner-content .content .app-btn-box .applestore-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.new-app-main-banner-content .content .app-btn-box .applestore-btn:hover span {
  color: var(--whiteColor);
}

.new-app-main-banner-content .content .app-btn-box .playstore-btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  display: inline-block;
  color: var(--paragraphColor);
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.15);
  box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.15);
  font-size: 12px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 70px;
  padding-right: 25px;
  padding-bottom: 12px;
}

.new-app-main-banner-content .content .app-btn-box .playstore-btn span {
  display: block;
  margin-top: 5px;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15.5px;
  font-weight: 500;
}

.new-app-main-banner-content .content .app-btn-box .playstore-btn img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 30px;
  top: 50%;
}

.new-app-main-banner-content .content .app-btn-box .playstore-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  background: var(--gradientColor);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.new-app-main-banner-content .content .app-btn-box .playstore-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: var(--whiteColor);
}

.new-app-main-banner-content .content .app-btn-box .playstore-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.new-app-main-banner-content .content .app-btn-box .playstore-btn:hover span {
  color: var(--whiteColor);
}

.new-app-main-banner-content .content .content-shape {
  position: absolute;
  left: -190px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -11;
}

.new-app-main-banner-content .new-app-trusted-by {
  position: relative;
  top: -15px;
}

.new-app-main-banner-content .new-app-trusted-by .title {
  display: block;
  font-weight: 500;
  color: var(--blackColor);
}

.new-app-main-banner-content .new-app-trusted-by .item {
  text-align: center;
}

.new-app-main-banner-content .new-app-trusted-by .item img {
  display: inline-block !important;
  width: auto !important;
  margin: auto;
}

.new-app-main-banner-image {
  position: relative;
  z-index: 1;
}

.new-app-main-banner-image .wrap-shape-1 {
  position: absolute;
  left: 112px;
  top: -40px;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.new-app-main-banner-image .wrap-shape-2 {
  position: absolute;
  right: 40px;
  top: -25px;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.new-app-banner-bg-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.new-app-banner-strock-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.new-app-main-banner-wrap-area {
  background-color: #F6F9FB;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 150px;
}

.new-app-main-banner-wrap-content {
  max-width: 635px;
  margin-left: auto;
  margin-top: -90px;
}

.new-app-main-banner-wrap-content .sub-title {
  font-size: 14px;
  display: inline-block;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-weight: 500;
}

.new-app-main-banner-wrap-content h1 {
  color: var(--blackColor);
  font-size: 62px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.new-app-main-banner-wrap-content p {
  color: var(--blackColor);
  margin-bottom: 0;
}

.new-app-main-banner-wrap-content .user-info {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.new-app-main-banner-wrap-content .user-info li {
  list-style-type: none;
  display: inline-block;
  margin-right: -20px;
}

.new-app-main-banner-wrap-content .user-info li img {
  max-width: 50px;
  border: 4px solid var(--whiteColor);
  border-radius: 50px;
}

.new-app-main-banner-wrap-content .user-info li.title {
  margin-left: 30px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  color: var(--blackColor);
}

.new-app-main-banner-wrap-content .app-btn-box {
  margin-top: 30px;
}

.new-app-main-banner-wrap-content .app-btn-box .applestore-btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  margin-right: 15px;
  display: inline-block;
  color: var(--whiteColor);
  background: var(--gradientColor);
  font-size: 12px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 65px;
  padding-right: 25px;
  padding-bottom: 12px;
}

.new-app-main-banner-wrap-content .app-btn-box .applestore-btn span {
  display: block;
  margin-top: 5px;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15.5px;
  font-weight: 500;
}

.new-app-main-banner-wrap-content .app-btn-box .applestore-btn img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 20px;
  top: 50%;
}

.new-app-main-banner-wrap-content .app-btn-box .applestore-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  background: var(--mainColor);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.new-app-main-banner-wrap-content .app-btn-box .applestore-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: var(--whiteColor);
}

.new-app-main-banner-wrap-content .app-btn-box .applestore-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.new-app-main-banner-wrap-content .app-btn-box .applestore-btn:hover span {
  color: var(--whiteColor);
}

.new-app-main-banner-wrap-content .app-btn-box .playstore-btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  display: inline-block;
  color: var(--whiteColor);
  background: var(--blackColor);
  -webkit-box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.15);
  box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.15);
  font-size: 12px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 70px;
  padding-right: 25px;
  padding-bottom: 12px;
}

.new-app-main-banner-wrap-content .app-btn-box .playstore-btn span {
  display: block;
  margin-top: 5px;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15.5px;
  font-weight: 500;
}

.new-app-main-banner-wrap-content .app-btn-box .playstore-btn img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 30px;
  top: 50%;
}

.new-app-main-banner-wrap-content .app-btn-box .playstore-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  background: var(--gradientColor);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.new-app-main-banner-wrap-content .app-btn-box .playstore-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: var(--whiteColor);
}

.new-app-main-banner-wrap-content .app-btn-box .playstore-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.new-app-main-banner-wrap-content .app-btn-box .playstore-btn:hover span {
  color: var(--whiteColor);
}

.new-app-main-banner-wrap-image {
  text-align: center;
  position: relative;
  z-index: 1;
}

.new-app-main-banner-wrap-image .wrap-image-shape-1 {
  position: absolute;
  left: 145px;
  top: 70px;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.new-app-main-banner-wrap-image .wrap-image-shape-2 {
  position: absolute;
  right: 115px;
  bottom: 160px;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.new-app-main-banner-wrap-image .banner-circle {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  left: 0;
  right: 80px;
  margin: auto;
  z-index: -1;
  max-width: 575px;
}

.new-app-main-banner-wrap-image .banner-circle img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.new-app-main-banner-wrap-shape {
  position: absolute;
  left: -170px;
  top: -185px;
  z-index: -1;
}

.new-app-main-banner-gradient-area {
  background-image: url(../img/more-home/banner/banner-bg-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 80px;
}

.new-app-main-banner-gradient-content {
  max-width: 635px;
  margin-left: auto;
}

.new-app-main-banner-gradient-content .sub-title {
  font-size: 12px;
  font-weight: 500;
  background: #A97DEE;
  color: var(--whiteColor);
  display: inline-block;
  padding: 10px 25px;
  margin-bottom: 20px;
  border-radius: 50px;
}

.new-app-main-banner-gradient-content h1 {
  color: var(--whiteColor);
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.new-app-main-banner-gradient-content p {
  color: var(--whiteColor);
  margin-bottom: 0;
}

.new-app-main-banner-gradient-content .banner-btn {
  margin-top: 30px;
}

/* Features Area CSS */
.features-card {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
  margin-bottom: 25px;
  text-align: center;
  padding: 30px 25px;
  position: relative;
  z-index: 1;
}

.features-card .icon {
  width: 100px;
  height: 100px;
  font-size: 55px;
  position: relative;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0px 100px 100px 100px;
  background: var(--whiteColor);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.features-card .icon i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-card .icon .number {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--gradientColor);
  color: var(--whiteColor);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--whiteColor);
}

.features-card p {
  color: var(--whiteColor);
  font-size: 14px;
}

.features-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: var(--gradientColor);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.features-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.features-card:hover .icon {
  border-radius: 100px 100px 0 100px;
}

.features-card:hover .icon .number {
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
}

.features-card:hover::before {
  opacity: 1;
  visibility: visible;
}

.features-card.style-two {
  border: 1px solid #f5f5f5;
  background: transparent;
  border-radius: 15px;
  overflow: hidden;
}

.features-card.style-two .icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#ED2775), to(#FF7448));
  background: linear-gradient(180deg, #ED2775 0%, #FF7448 100%);
  -webkit-box-shadow: 15px 20px 35px;
  box-shadow: 15px 20px 35px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.features-card.style-two .icon .number {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.features-card.style-two .icon i {
  background: var(--whiteColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-card.style-two h3 {
  color: var(--blackColor);
}

.features-card.style-two p {
  color: #4A4F60;
}

.features-card.style-two:hover::before {
  opacity: 1;
  visibility: visible;
  border-radius: 15px;
}

.features-card.style-two:hover h3 {
  color: var(--whiteColor);
}

.features-card.style-two:hover p {
  color: var(--whiteColor);
}

.features-inner-content {
  padding-right: 35px;
}

.features-inner-content .sub-title {
  font-size: 14px;
  display: inline-block;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  font-weight: 500;
}

.features-inner-content h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.features-inner-content .btn-box {
  margin-top: 35px;
}

.features-inner-content .btn-box .default-btn {
  margin-right: 15px;
}

.features-inner-content .btn-box .link-btn {
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.features-inner-content .btn-box .link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: var(--blackColor);
}

.features-inner-content .btn-box .link-btn:hover {
  color: var(--mainColor);
}

.features-inner-content .btn-box .link-btn:hover::before {
  width: 0;
}

.features-inner-card {
  margin-bottom: 25px;
  background: #E6F9FF;
  border-radius: 25px;
  padding: 30px;
}

.features-inner-card.with-box-shadow {
  background: var(--whiteColor);
  -webkit-box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.05);
}

.features-inner-card.with-box-shadow .icon i {
  background: linear-gradient(88.83deg, #ED2775 0%, #FF7448 100%);
}

.features-inner-card .icon {
  position: relative;
  margin: 18px 0 38px;
  padding-left: 70px;
}

.features-inner-card .icon i {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
  color: var(--whiteColor);
  border-radius: 100px 100px 0px 100px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features-inner-card h3 {
  font-size: 16.8px;
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 600;
}

.features-inner-list .row .col-lg-6:nth-child(2) {
  margin-top: 25px;
}

.features-inner-list .row .col-lg-6:nth-child(3) {
  margin-top: -25px;
}

.features-inner {
  margin-top: 70px;
}

.features-box-card {
  margin-bottom: 25px;
  text-align: center;
}

.features-box-card .icon {
  margin-bottom: 25px;
}

.features-box-card .icon i {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 55px;
  overflow: hidden;
  border-radius: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 15px 20px 35px rgba(38, 42, 55, 0.08);
  box-shadow: 15px 20px 35px rgba(38, 42, 55, 0.08);
  background: linear-gradient(88.83deg, #ED2775 0%, #FF7448 100%);
  color: var(--whiteColor);
  transition: var(--transition);
}

.features-box-card .icon.bg2 i {
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
}

.features-box-card h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.features-box-card:hover .icon i {
  border-radius: 0;
}

/* App About Area CSS */
.app-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.app-about-area .container-fluid {
  padding-left: 50px;
}

.app-about-image {
  text-align: center;
}

.app-about-content {
  max-width: 610px;
  padding-left: 25px;
  position: relative;
}

.app-about-content .big-text {
  font-size: 100px;
  font-weight: 800;
  opacity: 0.1;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -55px;
}

.app-about-content .sub-title {
  font-size: 14px;
  display: inline-block;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-weight: 500;
}

.app-about-content h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.app-about-content .list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 35px;
}

.app-about-content .list li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 75px;
}

.app-about-content .list li .icon {
  width: 55px;
  height: 55px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED2775), to(#FF7448));
  background: linear-gradient(180deg, #ED2775 0%, #FF7448 100%);
  position: absolute;
  text-align: center;
  color: var(--whiteColor);
  font-size: 25px;
  left: 0;
  top: 0;
  border-radius: 20px 20px 20px 0;
}

.app-about-content .list li .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.app-about-content .list li .icon.bg2 {
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
}

.app-about-content .list li .icon.bg-3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ED2775), to(#FF7448));
  background: linear-gradient(180deg, #ED2775 0%, #FF7448 100%);
  border-radius: 50px;
}

.app-about-content .list li h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

.app-about-content .list li:last-child {
  margin-bottom: 0;
}

.app-about-content .btn-box {
  margin-top: 35px;
}

.app-about-content .btn-box .default-btn {
  margin-right: 15px;
}

.app-about-content .btn-box .link-btn {
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.app-about-content .btn-box .link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: var(--blackColor);
}

.app-about-content .btn-box .link-btn:hover {
  color: var(--mainColor);
}

.app-about-content .btn-box .link-btn:hover::before {
  width: 0;
}

.app-about-shape-1 {
  position: absolute;
  left: 30px;
  top: 0;
  z-index: -1;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.app-about-shape-2 {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: -1;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.app-about-shape-3 {
  position: absolute;
  right: 55px;
  bottom: 65px;
  z-index: -1;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

/* Key Features Area CSS */
.key-features-area {
  background-image: url(../img/more-home/features/features-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.key-features-area.bg-transparent-with-color {
  background-color: #F6F9FB !important;
  background-image: unset;
}

.key-features-card {
  text-align: center;
  padding: 30px 40px;
  border: 1px solid var(--whiteColor);
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.key-features-card .icon {
  margin-bottom: 25px;
}

.key-features-card .icon i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
  color: var(--whiteColor);
  border-radius: 0px 100px 100px 100px;
  text-align: center;
  font-size: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.key-features-card .icon.bg2 i {
  background: -webkit-gradient(linear, left top, left bottom, from(#ED2775), to(#FF7448));
  background: linear-gradient(180deg, #ED2775 0%, #FF7448 100%);
}

.key-features-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.key-features-card p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.key-features-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: var(--gradientColor);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.key-features-card.bg-color-two::before {
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
}

.key-features-card.style-two {
  position: relative;
  text-align: start;
  border-radius: 25px;
  padding: 30px 30px 30px 125px;
}

.key-features-card.style-two::before {
  border-radius: 25px;
}

.key-features-card.style-two .icon {
  margin-bottom: 0;
  position: absolute;
  left: 30px;
  top: 30px;
}

.key-features-card.style-two .icon i {
  border-radius: 100px 100px 0px 100px;
  height: 65px;
  width: 65px;
  line-height: 65px;
}

.key-features-card.style-two:hover .icon i {
  border-radius: 0 100px 100px 100px;
}

.key-features-card.style-three {
  border-radius: 15px;
  border: 1px solid #f5f5f5;
}

.key-features-card.style-three::before {
  border-radius: 15px;
}

.key-features-card.style-three .icon.bg2 i {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.key-features-card.bg-color-three::before {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.key-features-card:hover::before {
  opacity: 1;
  visibility: visible;
}

.key-features-card:hover .icon i {
  border-radius: 100px 100px 0 100px;
}

.key-features-card:hover h3 {
  color: var(--whiteColor);
}

.key-features-card:hover p {
  color: var(--whiteColor);
}

.key-features-shape-1 {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: -1;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.key-features-shape-2 {
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: -1;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.key-features-btn {
  text-align: center;
  margin-top: 10px;
}

/* App Progress Area CSS */
.new-app-progress-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.new-app-progress-area .container-fluid {
  padding-right: 50px;
}

.new-app-progress-content {
  max-width: 620px;
  position: relative;
  margin-left: auto;
  padding-right: 20px;
}

.new-app-progress-content .big-text {
  font-size: 100px;
  font-weight: 800;
  opacity: 0.1;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -55px;
  left: -5px;
}

.new-app-progress-content .sub-title {
  font-size: 14px;
  display: inline-block;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-weight: 500;
}

.new-app-progress-content h2 {
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 15px;
}

.new-app-progress-content .default-btn {
  margin-top: 10px;
}

.new-app-progress-shape {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: -1;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.new-app-progress-wrap-area {
  background-image: url(../img/more-home/progress/progress-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-app-progress-wrap-area .container-fluid {
  padding-left: 50px;
}

.new-app-progress-wrap-area .new-app-progress-content {
  max-width: 620px;
  padding-right: 0;
  padding-left: 30px;
  margin-right: auto;
  margin-left: 0;
}

.new-app-progress-wrap-area .new-app-progress-content .sub-title {
  background: var(--whiteColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.new-app-progress-wrap-area .new-app-progress-content h2 {
  color: var(--whiteColor);
}

.new-app-progress-wrap-area .new-app-progress-content p {
  color: var(--whiteColor);
}

.new-app-progress-wrap-area .new-app-progress-content .default-btn::before {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

/* App Screenshots Area CSS */
.app-screenshots-area {
  position: relative;
  z-index: 1;
}

.app-screenshots-area.bg-color {
  position: relative;
  z-index: 1;
}

.app-screenshots-area.bg-color::before {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  height: 55%;
  position: absolute;
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
}

.single-screenshot-card {
  text-align: center;
}

.app-screenshots-slides.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.app-screenshots-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  border-radius: 50%;
  position: relative;
  background: transparent;
}

.app-screenshots-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.5;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.app-screenshots-slides.owl-theme .owl-dots .owl-dot span::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  position: absolute;
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(279.99deg, #9F5FF1 -1.19%, #FF54B0 50.99%, #FF9F5A 100%);
}

.app-screenshots-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.app-screenshots-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 0;
  visibility: hidden;
}

.app-screenshots-slides.owl-theme .owl-dots .owl-dot:hover span::after,
.app-screenshots-slides.owl-theme .owl-dots .owl-dot.active span::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.app-screenshots-shape-1 {
  position: absolute;
  top: 8%;
  left: 8%;
  -webkit-transform: translateY(-8%) translateX(-8%);
  transform: translateY(-8%) translateX(-8%);
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
  z-index: -1;
}

.app-screenshots-shape-2 {
  position: absolute;
  right: 50px;
  top: 0;
  z-index: -1;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.app-screenshots-wrap-area {
  background-image: url(../img/more-home/screenshots/screenshots-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.app-screenshots-wrap-area .section-title .sub-title {
  background: var(--whiteColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-screenshots-wrap-area .section-title h2 {
  color: var(--whiteColor);
}

.screenshots-swiper-wrap-slides {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: -80px;
  margin-bottom: -80px;
}

.screenshots-swiper-wrap-slides .swiper-slide {
  width: 750px;
  border-radius: 10px;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  -webkit-transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}

.screenshots-swiper-wrap-slides .swiper-slide img {
  border-radius: 10px;
}

.screenshots-swiper-wrap-slides .swiper-slide.swiper-slide-active {
  -webkit-box-shadow: 0px 35px 70px 5px rgba(25, 34, 64, 0.15);
  box-shadow: 0px 35px 70px 5px rgba(25, 34, 64, 0.15);
  border-radius: 10px;
  -webkit-transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(0deg) scale(1.2) !important;
  transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(0deg) scale(1.2) !important;
}

.screenshots-swiper-wrap-slides .swiper-slide-shadow-left {
  display: none;
}

.screenshots-swiper-wrap-slides .swiper-slide-shadow-right {
  display: none;
}

.screenshots-swiper-wrap-slides .swiper-button-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--whiteColor);
  -webkit-box-shadow: 0px 12px 35px rgba(237, 39, 117, 0.25);
  box-shadow: 0px 12px 35px rgba(237, 39, 117, 0.25);
}

.screenshots-swiper-wrap-slides .swiper-button-next::after {
  font-size: 20px;
}

.screenshots-swiper-wrap-slides .swiper-button-next::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  background: var(--gradientColor);
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}

.screenshots-swiper-wrap-slides .swiper-button-prev {
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--whiteColor);
  -webkit-box-shadow: 0px 12px 35px rgba(237, 39, 117, 0.25);
  box-shadow: 0px 12px 35px rgba(237, 39, 117, 0.25);
}

.screenshots-swiper-wrap-slides .swiper-button-prev::after {
  font-size: 20px;
}

.screenshots-swiper-wrap-slides .swiper-button-prev::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  background: var(--gradientColor);
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}

/* App Ever Area CSS */
.app-ever-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.app-ever-area .container-fluid {
  padding-left: 50px;
}

.app-ever-image {
  text-align: center;
}

.app-ever-content {
  max-width: 610px;
  padding-left: 25px;
}

.app-ever-content.with-left-zero {
  padding-left: 0;
}

.app-ever-content h2 {
  /* font-family: "Comfortaa",Sans-serif; */
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.app-ever-content .list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  /* margin-top: 35px; */
}

.app-ever-content .list li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 75px;
}

.app-ever-content .list li .icon {
  width: 45px;
  height: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ED2775), to(#FF7448));
  background: linear-gradient(180deg, #ED2775 0%, #FF7448 100%);
  position: absolute;
  text-align: center;
  color: var(--whiteColor);
  font-size: 25px;
  left: 0;
  top: -8px;
  border-radius: 100px 100px 0px 100px;
}

.app-ever-content .list li .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.app-ever-content .list li .icon.bg2 {
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
}

.app-ever-content .list li .icon.bg3 {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.app-ever-content .list li h3 {
  font-size: 17px;
  margin-bottom: 10px;
  /* font-family: "Comfortaa",Sans-serif; */
}

.app-ever-content .list li:last-child {
  margin-bottom: 0;
}

.app-ever-content .btn-box {
  margin-top: 35px;
}

.app-ever-content .btn-box .default-btn {
  margin-right: 15px;
}

.app-ever-content .btn-box .link-btn {
  display: inline-block;
  font-weight: 600;
  position: relative;
}

.app-ever-content .btn-box .link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: var(--blackColor);
}

.app-ever-content .btn-box .link-btn:hover {
  color: var(--mainColor);
}

.app-ever-content .btn-box .link-btn:hover::before {
  width: 0;
}

.app-ever-shape-1 {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: -1;
  -webkit-animation: movebounce 2s linear infinite;
  animation: movebounce 2s linear infinite;
}

.app-ever-wrap-image {
  position: relative;
  z-index: 1;
}

.app-ever-wrap-image .wrap-shape {
  position: absolute;
  right: 0;
  top: 130px;
  z-index: -1;
}

.pea_resize_img&gt;img {
  max-width: 160rem !important;
  width: 42rem;
}

.main_img_re&gt;img {
  max-width: 40rem;
}

/* App Video Area CSS */
.app-video-box {
  position: relative;
}

.app-video-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 36, 50, 0.52);
  opacity: 0.6;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.app-video-box .video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 60px;
  text-align: center;
  line-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
  border-radius: 50%;
  color: var(--whiteColor);
  -webkit-box-shadow: 15px 25px 35px rgba(38, 42, 55, 0.2);
  box-shadow: 15px 25px 35px rgba(38, 42, 55, 0.2);
}

.app-video-box .video-btn::after,
.app-video-box .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
}

.app-video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.app-video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.app-video-box:hover::before {
  opacity: 0;
  visibility: hidden;
}

.app-video-box .shape .shape-1 {
  position: absolute;
  left: -60px;
  top: -35px;
  z-index: 1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.app-video-box .shape .shape-2 {
  position: absolute;
  right: -60px;
  bottom: -35px;
  z-index: 1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.app-intro-video-box {
  position: relative;
  border-radius: 10px;
}

.app-intro-video-box::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: '';
  opacity: 0.4;
  position: absolute;
  border-radius: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: rgba(34, 36, 50, 0.52);
}

.app-intro-video-box img {
  border-radius: 30px;
}

.app-intro-video-box .video-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 60px;
  text-align: center;
  line-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
  border-radius: 50%;
  color: var(--whiteColor);
  -webkit-box-shadow: 15px 25px 35px rgba(38, 42, 55, 0.2);
  box-shadow: 15px 25px 35px rgba(38, 42, 55, 0.2);
}

.app-intro-video-box .video-btn::after,
.app-intro-video-box .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
}

.app-intro-video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.app-intro-video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.app-intro-video-box:hover::before {
  opacity: 0;
  visibility: hidden;
}

.app-intro-video-box .intro-video-shape {
  position: absolute;
  left: -55px;
  top: -20px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.app-intro-video-content {
  padding-left: 35px;
}

.app-intro-video-content .sub-title {
  font-size: 14px;
  display: inline-block;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  font-weight: 500;
}

.app-intro-video-content h2 {
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 15px;
}

.app-intro-video-content .default-btn {
  margin-top: 10px;
}

/* App Pricing Area CSS */
.single-app-pricing-box {
  padding: 35px;
  margin-bottom: 25px;
  position: relative;
  border: 1px solid #D1DBE4;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--whiteColor);
  position: relative;
  z-index: 1;
}

.single-app-pricing-box .title {
  margin-bottom: 25px;
}

.single-app-pricing-box .title h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-app-pricing-box .title p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-app-pricing-box .price {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 42px;
  font-weight: 700;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-app-pricing-box .price span {
  position: relative;
  left: -5px;
  top: -5px;
  display: inline-block;
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  font-weight: normal;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-app-pricing-box .pricing-btn .default-btn::before {
  background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
}

.single-app-pricing-box .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.single-app-pricing-box .features-list li {
  color: #4A4F60;
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 500;
}

.single-app-pricing-box .features-list li i {
  top: -1.5px;
  left: -2px;
  font-size: 18px;
  color: #36CC72;
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-app-pricing-box .features-list li i.ri-close-line {
  color: red;
}

.single-app-pricing-box .features-list li:last-child {
  margin-bottom: 0;
}

.single-app-pricing-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: var(--gradientColor);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-app-pricing-box:hover,
.single-app-pricing-box.active {
  border: 1px solid var(--mainColor);
}

.single-app-pricing-box:hover::before,
.single-app-pricing-box.active::before {
  opacity: 1;
  visibility: visible;
}

.single-app-pricing-box:hover .title h3,
.single-app-pricing-box.active .title h3 {
  color: var(--whiteColor);
}

.single-app-pricing-box:hover .title p,
.single-app-pricing-box.active .title p {
  color: var(--whiteColor);
}

.single-app-pricing-box:hover .price,
.single-app-pricing-box.active .price {
  color: var(--whiteColor);
}

.single-app-pricing-box:hover .price span,
.single-app-pricing-box.active .price span {
  color: var(--whiteColor);
}

.single-app-pricing-box:hover .pricing-btn .default-btn::before,
.single-app-pricing-box.active .pricing-btn .default-btn::before {
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
}

.single-app-pricing-box:hover .features-list li,
.single-app-pricing-box.active .features-list li {
  color: var(--whiteColor);
}

.single-app-pricing-box:hover .features-list li i,
.single-app-pricing-box.active .features-list li i {
  color: var(--whiteColor);
}

.single-app-pricing-box:hover .features-list li i.ri-close-line,
.single-app-pricing-box.active .features-list li i.ri-close-line {
  color: var(--whiteColor);
}

.single-app-pricing-box .popular {
  display: block;
  color: var(--whiteColor);
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 20px;
}

.single-app-pricing-box.with-border-radius {
  background: var(--whiteColor);
  -webkit-box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 25px 50px 5px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  border: 1px solid var(--whiteColor);
}

.single-app-pricing-box.with-border-radius::before {
  border-radius: 25px;
}

.single-app-pricing-box.with-border-radius .pricing-btn .default-btn {
  width: 100%;
  text-align: center;
  padding: 15px 30px;
}

.single-app-pricing-box.with-border-radius .popular {
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  font-weight: 600;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-app-pricing-box.with-border-radius:hover .popular {
  background: var(--whiteColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-pricing-bottom-text {
  text-align: center;
  margin-top: 10px;
}

.app-pricing-bottom-text a {
  color: var(--paragraphColor);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--paragraphColor);
  padding-bottom: 5px;
}

.app-pricing-bottom-text a:hover {
  color: var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
}

.app-pricing-section-title {
  top: -50px;
  position: relative;
  padding-right: 40px;
}

.app-pricing-section-title .sub-title {
  font-size: 14px;
  display: inline-block;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  font-weight: 500;
}

.app-pricing-section-title h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.app-pricing-section-title a {
  color: var(--paragraphColor);
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--paragraphColor);
  padding-bottom: 5px;
}

.app-pricing-section-title a:hover {
  color: var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
}

.app-pricing-gradient-area {
  background: linear-gradient(88.83deg, #ED2775 0%, #FF7448 100%);
}

.app-pricing-gradient-area .section-title .sub-title {
  background: var(--whiteColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-pricing-gradient-area .section-title h2 {
  color: var(--whiteColor);
}

.app-pricing-gradient-area .single-app-pricing-box .price {
  margin-bottom: 30px;
}

.app-pricing-gradient-area .single-app-pricing-box .features-list {
  margin-top: 0;
}

.app-pricing-gradient-area .single-app-pricing-box .pricing-btn {
  margin-top: 30px;
}

.app-pricing-gradient-area .single-app-pricing-box .pricing-btn .default-btn {
  width: 100%;
  text-align: center;
}

.app-pricing-gradient-area .single-app-pricing-box .pricing-btn .default-btn::before {
  background: linear-gradient(44.44deg, #ED2775 7.79%, #FF7448 94.18%);
}

.app-pricing-gradient-area .single-app-pricing-box::before {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.app-pricing-gradient-area .single-app-pricing-box:hover,
.app-pricing-gradient-area .single-app-pricing-box.active {
  border: 1px solid var(--mainColor);
}

.app-pricing-gradient-area .single-app-pricing-box:hover::before,
.app-pricing-gradient-area .single-app-pricing-box.active::before {
  opacity: 1;
  visibility: visible;
}

.app-pricing-gradient-area .app-pricing-bottom-text a {
  color: var(--whiteColor);
  border-bottom: 1px solid var(--whiteColor);
}

.app-pricing-gradient-area .app-pricing-bottom-text a:hover {
  color: var(--blackColor);
  border-bottom: 1px solid var(--blackColor);
}

/* New App Download Area CSS */
.new-app-download-area {
  background-image: url(../img/more-home/app-download/download-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-app-download-content {
  position: relative;
}

.new-app-download-content .big-text {
  font-size: 100px;
  font-weight: 800;
  opacity: 0.1;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -55px;
  left: -5px;
}

.new-app-download-content .sub-title {
  font-size: 14px;
  display: inline-block;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  font-weight: 500;
}

.new-app-download-content h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.new-app-download-content .btn-box {
  margin-top: 30px;
}

.new-app-download-content .btn-box .playstore-btn {
  position: relative;
  border-radius: 50px;
  margin-right: 15px;
  display: inline-block;
  color: var(--paragraphColor);
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.15);
  box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.15);
  font-size: 14px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 60px;
  padding-right: 25px;
  padding-bottom: 12px;
}

.new-app-download-content .btn-box .playstore-btn span {
  display: block;
  margin-top: 2px;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 17px;
  font-weight: 700;
}

.new-app-download-content .btn-box .playstore-btn img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 20px;
  top: 50%;
}

.new-app-download-content .btn-box .playstore-btn:hover {
  background-color: var(--blackColor);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: var(--whiteColor);
}

.new-app-download-content .btn-box .playstore-btn:hover span {
  color: var(--whiteColor);
}

.new-app-download-content .btn-box .applestore-btn {
  position: relative;
  border-radius: 50px;
  display: inline-block;
  color: var(--paragraphColor);
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.15);
  box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.15);
  font-size: 14px;
  font-weight: 500;
  padding-top: 12px;
  padding-left: 65px;
  padding-right: 25px;
  padding-bottom: 12px;
}

.new-app-download-content .btn-box .applestore-btn span {
  display: block;
  margin-top: 2px;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 17px;
  font-weight: 700;
}

.new-app-download-content .btn-box .applestore-btn img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 20px;
  top: 50%;
}

.new-app-download-content .btn-box .applestore-btn:hover {
  background-color: var(--blackColor);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: var(--whiteColor);
}

.new-app-download-content .btn-box .applestore-btn:hover span {
  color: var(--whiteColor);
}

.new-app-download-content .btn-box.color-wrap .playstore-btn {
  background: linear-gradient(88.83deg, #ED2775 0%, #FF7448 100%);
  color: var(--whiteColor);
}

.new-app-download-content .btn-box.color-wrap .playstore-btn span {
  color: var(--whiteColor);
}

.new-app-download-content .btn-box.color-wrap .applestore-btn {
  background: var(--blackColor);
  color: var(--whiteColor);
}

.new-app-download-content .btn-box.color-wrap .applestore-btn span {
  color: var(--whiteColor);
}

.new-app-download-content .btn-box.color-wrap .applestore-btn:hover {
  background: var(--mainColor);
}

.new-app-download-image {
  position: relative;
  z-index: 1;
}

.new-app-download-image .download-circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  max-width: 580px;
}

.new-app-download-wrap-area {
  position: relative;
  z-index: 1;
}

.app-download-shape-1 {
  position: absolute;
  left: 65px;
  top: 85px;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.app-download-shape-2 {
  position: absolute;
  bottom: 15%;
  left: 45%;
  -webkit-transform: translateY(-15%) translateX(-45%);
  transform: translateY(-15%) translateX(-45%);
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

/* New Software Area CSS */
.new-software-list {
  position: relative;
  text-align: center;
}

.new-software-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.new-software-list ul li {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
  -webkit-box-shadow: 5px 15px 35px rgba(38, 42, 55, 0.12);
  box-shadow: 5px 15px 35px rgba(38, 42, 55, 0.12);
}

.new-software-list ul li img {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.new-software-list ul li:nth-child(1) {
  top: 10px;
  left: 95px;
}

.new-software-list ul li:nth-child(2) {
  left: 10%;
  bottom: 15%;
  width: 105px;
  height: 105px;
}

.new-software-list ul li:nth-child(3) {
  right: 0;
  left: 10%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.new-software-list ul li:nth-child(4) {
  right: 40px;
  bottom: 25%;
  width: 120px;
  height: 120px;
}

.new-software-list ul li:nth-child(5) {
  top: 2%;
  right: 30%;
  width: 90px;
  height: 90px;
}

.new-software-list ul li:nth-child(6) {
  left: 0;
  right: 0;
  top: 50%;
  width: 140px;
  height: 140px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
  -webkit-box-shadow: 0px 10px 35px rgba(237, 39, 117, 0.08);
  box-shadow: 0px 10px 35px rgba(237, 39, 117, 0.08);
}

.new-software-list ul li.hover {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.new-software-list ul li.hover:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.new-software-content {
  position: relative;
}

.new-software-content .big-text {
  font-size: 100px;
  font-weight: 800;
  opacity: 0.1;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -55px;
  left: -5px;
}

.new-software-content .sub-title {
  font-size: 14px;
  display: inline-block;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-weight: 500;
}

.new-software-content h2 {
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 15px;
}

.new-software-content .default-btn {
  margin-top: 10px;
}

/* Feedback Area CSS */
.new-feedback-area {
  position: relative;
  z-index: 1;
}

.single-feedback-card {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #D1DBE4;
  margin-bottom: 25px;
  padding: 30px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.single-feedback-card .client-info {
  margin-bottom: 20px;
}

.single-feedback-card .client-info img {
  height: 60px;
  border-radius: 50%;
  width: 60px !important;
}

.single-feedback-card .client-info .title {
  margin-left: 15px;
}

.single-feedback-card .client-info .title h3 {
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-feedback-card .client-info .title span {
  display: block;
  font-size: 14px;
  color: #989EB0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-feedback-card p {
  font-size: 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-feedback-card .rating {
  margin-top: 25px;
}

.single-feedback-card .rating h5 {
  margin-bottom: 0;
  font-size: 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-feedback-card .rating div i {
  line-height: 1;
  color: #FFCA40;
}

.single-feedback-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: var(--gradientColor);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-feedback-card:hover {
  border: 1px solid var(--mainColor);
}

.single-feedback-card:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-feedback-card:hover .client-info .title h3 {
  color: var(--whiteColor);
}

.single-feedback-card:hover .client-info .title span {
  color: var(--whiteColor);
}

.single-feedback-card:hover p {
  color: var(--whiteColor);
}

.single-feedback-card:hover .rating h5 {
  color: var(--whiteColor);
}

.new-feedback-slides.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

.new-feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
}

.new-feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(88.83deg, #ED2775 0%, #FF7448 100%);
  opacity: 0.5;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.new-feedback-slides.owl-theme .owl-dots .owl-dot span::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  position: absolute;
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(88.83deg, #ED2775 0%, #FF7448 100%);
}

.new-feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.new-feedback-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 0;
  visibility: hidden;
}

.new-feedback-slides.owl-theme .owl-dots .owl-dot:hover span::after,
.new-feedback-slides.owl-theme .owl-dots .owl-dot.active span::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.new-feedback-shape {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.feedback-wrap-area {
  background: #F6F9FB;
}

.single-feedback-wrap-item {
  -webkit-box-shadow: 0px 0px 30px rgba(29, 23, 77, 0.07);
  box-shadow: 0px 0px 30px rgba(29, 23, 77, 0.07);
  background-color: var(--whiteColor);
  text-align: center;
  padding: 45px 155px;
  border-radius: 25px;
}

.single-feedback-wrap-item .rating {
  margin-bottom: 15px;
}

.single-feedback-wrap-item .rating h5 {
  margin-bottom: 12px;
  font-size: 16px;
}

.single-feedback-wrap-item .rating div i {
  line-height: 1;
  color: #FFCA40;
}

.single-feedback-wrap-item p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 0;
}

.single-feedback-wrap-item .client-info {
  margin-top: 25px;
}

.single-feedback-wrap-item .client-info img {
  height: 70px;
  border-radius: 50%;
  width: 70px !important;
}

.single-feedback-wrap-item .client-info .title {
  margin-top: 18px;
}

.single-feedback-wrap-item .client-info .title h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.single-feedback-wrap-item .client-info .title span {
  display: block;
  font-size: 14px;
  color: var(--paragraphColor);
}

.feedback-swiper-wrap-slides {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.feedback-swiper-wrap-slides .swiper-cube-shadow {
  display: none;
}

.feedback-swiper-wrap-slides .swiper-button-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  right: -70px;
  border-radius: 50%;
  color: var(--whiteColor);
  -webkit-box-shadow: 0px 12px 35px rgba(237, 39, 117, 0.25);
  box-shadow: 0px 12px 35px rgba(237, 39, 117, 0.25);
}

.feedback-swiper-wrap-slides .swiper-button-next::after {
  font-size: 20px;
}

.feedback-swiper-wrap-slides .swiper-button-next::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}

.feedback-swiper-wrap-slides .swiper-button-prev {
  z-index: 1;
  left: -70px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--whiteColor);
  -webkit-box-shadow: 0px 12px 35px rgba(237, 39, 117, 0.25);
  box-shadow: 0px 12px 35px rgba(237, 39, 117, 0.25);
}

.feedback-swiper-wrap-slides .swiper-button-prev::after {
  font-size: 20px;
}

.feedback-swiper-wrap-slides .swiper-button-prev::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}

.new-feedback-wrap-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.single-feedback-wrap-card {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid #D1DBE4;
  padding: 30px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  border-radius: 25px;
  text-align: center;
}

.single-feedback-wrap-card .rating {
  margin-bottom: 15px;
}

.single-feedback-wrap-card .rating i {
  line-height: 1;
  color: #FFCA40;
}

.single-feedback-wrap-card .client-info {
  margin-top: 20px;
}

.single-feedback-wrap-card .client-info img {
  height: 60px;
  border-radius: 50%;
  width: 60px !important;
  margin: auto;
}

.single-feedback-wrap-card .client-info .title {
  margin-top: 15px;
}

.single-feedback-wrap-card .client-info .title h3 {
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-feedback-wrap-card .client-info .title span {
  display: block;
  font-size: 14px;
  color: #989EB0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-feedback-wrap-card p {
  font-size: 16px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-feedback-wrap-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: var(--gradientColor);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 25px;
}

.single-feedback-wrap-card:hover {
  border: 1px solid var(--mainColor);
}

.single-feedback-wrap-card:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-feedback-wrap-card:hover .client-info .title h3 {
  color: var(--whiteColor);
}

.single-feedback-wrap-card:hover .client-info .title span {
  color: var(--whiteColor);
}

.single-feedback-wrap-card:hover p {
  color: var(--whiteColor);
}

.single-feedback-wrap-card:hover .rating h5 {
  color: var(--whiteColor);
}

.new-feedback-wrap-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%);
  left: 27.5%;
  -webkit-transform: translateX(-27.5%);
  transform: translateX(-27.5%);
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
  color: var(--whiteColor);
  margin: 0;
  line-height: 42px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 1;
}

.new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: var(--gradientColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}

.new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 25.5%;
  -webkit-transform: translateX(-25.5%);
  transform: translateX(-25.5%);
}

.new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #f9f9f9;
  color: var(--whiteColor);
  border-radius: 50%;
}

.new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
  opacity: 1;
  border-radius: 50%;
  visibility: visible;
}

/* New Free Trial Area CSS */
.new-free-trial-inner-box {
  background: linear-gradient(221.69deg, #50E1E4 0%, #9A60EA 101.01%);
  padding: 50px 70px;
  position: relative;
  z-index: 11;
  margin-bottom: -270px;
}

.new-free-trial-inner-box.wrap-with-gradient {
  margin-bottom: 0;
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.new-free-trial-inner-box.wrap-with-gradient .new-free-trial-content form .default-btn::before {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.new-free-trial-inner-box .new-free-trial-shape {
  position: absolute;
  left: -55px;
  top: -48px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.new-free-trial-content {
  max-width: 750px;
}

.new-free-trial-content .sub-title {
  font-size: 14px;
  display: inline-block;
  color: var(--whiteColor);
  margin-bottom: 15px;
  font-weight: 500;
}

.new-free-trial-content h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: var(--whiteColor);
}

.new-free-trial-content form {
  position: relative;
}

.new-free-trial-content form .input-newsletter {
  width: 100%;
  height: 70px;
  display: block;
  padding-left: 25px;
  background-color: var(--whiteColor);
  color: var(--blackColor);
  border-radius: 50px;
  border: none;
}

.new-free-trial-content form .input-newsletter::-webkit-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.new-free-trial-content form .input-newsletter:-ms-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.new-free-trial-content form .input-newsletter::-ms-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.new-free-trial-content form .input-newsletter::placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.new-free-trial-content form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.new-free-trial-content form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.new-free-trial-content form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.new-free-trial-content form .input-newsletter:focus::placeholder {
  color: transparent;
}

.new-free-trial-content form .default-btn {
  position: absolute;
  border-radius: 50px;
  height: 60px;
  right: 5px;
  top: 5px;
}

.new-free-trial-content form .default-btn::before {
  border-radius: 50px;
}

.new-free-trial-image {
  text-align: center;
}

/* Gradient Funfacts Area CSS */
.gradient-funfacts-area {
  background: linear-gradient(88.83deg, #ED2775 0%, #FF7448 100%);
}

.single-funfacts-card {
  text-align: center;
  margin-bottom: 25px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-funfacts-card .icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--whiteColor);
}

.single-funfacts-card .icon i {
  font-size: 35px;
  background: var(--gradientColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-funfacts-card p {
  font-size: 18px;
  font-weight: 500;
  color: var(--whiteColor);
  margin-top: 15px;
  margin-bottom: 12px;
}

.single-funfacts-card h3 {
  margin-bottom: 0;
  font-size: 36px;
  color: var(--whiteColor);
  line-height: 1;
}

.single-funfacts-card h3 .sign {
  font-size: 32px;
  position: relative;
  left: 2px;
}

.single-funfacts-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Blog Wrap Area CSS */
.single-blog-wrap-post {
  margin-bottom: 25px;
}

.single-blog-wrap-post .image {
  overflow: hidden;
  position: relative;
}

.single-blog-wrap-post .image img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-blog-wrap-post .image .tag {
  background: linear-gradient(88.83deg, #ED2775 0%, #FF7448 100%);
  color: var(--whiteColor);
  position: absolute;
  border-radius: 5px;
  padding: 5px 15px;
  left: 15px;
  top: 15px;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-wrap-post .content {
  margin-top: 20px;
}

.single-blog-wrap-post .content ul {
  list-style-type: none;
  margin-bottom: 12px;
  padding-left: 0;
}

.single-blog-wrap-post .content ul li {
  color: var(--paragraphColor);
  display: inline-block;
  padding-left: 19px;
  margin-right: 15px;
  position: relative;
}

.single-blog-wrap-post .content ul li i {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #0064FB;
}

.single-blog-wrap-post .content ul li a {
  color: var(--paragraphColor);
}

.single-blog-wrap-post .content ul li a:hover {
  color: var(--mainColor);
}

.single-blog-wrap-post .content h3 {
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 22px;
}

.single-blog-wrap-post .content h3 a {
  color: var(--blackColor);
}

.single-blog-wrap-post:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.single-blog-wrap-post:hover .content h3 a {
  color: #0064FB;
}

/* Footer Style With Black Color Area */
.footer-area-style-with-black-color {
  background-color: var(--blackColor);
  position: relative;
  z-index: 1;
  padding-top: 370px;
}

.footer-area-style-with-black-color .single-footer-widget {
  margin-bottom: 25px;
}

.footer-area-style-with-black-color .single-footer-widget p {
  color: var(--whiteColor);
}

.footer-area-style-with-black-color .single-footer-widget h3 {
  color: var(--whiteColor);
}

.footer-area-style-with-black-color .single-footer-widget .links-list li {
  margin-bottom: 15px;
}

.footer-area-style-with-black-color .single-footer-widget .links-list li:last-child {
  margin-bottom: 0;
}

.footer-area-style-with-black-color .single-footer-widget .links-list li a {
  color: var(--whiteColor);
}

.footer-area-style-with-black-color .single-footer-widget .links-list li a:hover {
  color: var(--mainColor);
}

.footer-area-style-with-black-color .single-footer-widget .newsletter-form .input-newsletter {
  border: 1px solid var(--mainColor);
}

.footer-area-style-with-black-color .single-footer-widget .newsletter-form div#validator-newsletter {
  color: var(--mainColor);
  margin-top: 5px;
}

.footer-area-style-with-black-color .copyright-area {
  border-top: 1px solid #e4e5ea14;
}

.footer-area-style-with-black-color .copyright-area p {
  color: var(--whiteColor);
}

.footer-area-style-with-black-color .copyright-area p strong {
  font-weight: 500;
}

.footer-area-style-with-black-color .copyright-area p a {
  color: var(--mainColor);
  font-weight: 600;
}

.footer-white-shape {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: -1;
}

.footer-wrap-area {
  background-color: var(--blackColor);
  position: relative;
  z-index: 1;
}

.footer-wrap-area .single-footer-widget {
  margin-bottom: 25px;
}

.footer-wrap-area .single-footer-widget p {
  color: var(--whiteColor);
}

.footer-wrap-area .single-footer-widget h3 {
  color: var(--whiteColor);
}

.footer-wrap-area .single-footer-widget .links-list li {
  margin-bottom: 15px;
}

.footer-wrap-area .single-footer-widget .links-list li:last-child {
  margin-bottom: 0;
}

.footer-wrap-area .single-footer-widget .links-list li a {
  color: var(--whiteColor);
}

.footer-wrap-area .single-footer-widget .links-list li a:hover {
  color: var(--mainColor);
}

.footer-wrap-area .single-footer-widget .newsletter-form .input-newsletter {
  border: 1px solid var(--mainColor);
}

.footer-wrap-area .single-footer-widget .newsletter-form div#validator-newsletter {
  color: var(--mainColor);
  margin-top: 5px;
}

.footer-wrap-area .copyright-area {
  border-top: 1px solid #e4e5ea14;
}

.footer-wrap-area .copyright-area p {
  color: var(--whiteColor);
}

.footer-wrap-area .copyright-area p strong {
  font-weight: 500;
}

.footer-wrap-area .copyright-area p a {
  color: var(--mainColor);
  font-weight: 600;
}

.footer-wrap-area.with-gradient-color .single-footer-widget .social-links li a::before {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.footer-wrap-area.with-gradient-color .single-footer-widget .links-list li a:hover {
  color: #8B4FEB;
}

.footer-wrap-area.with-gradient-color .single-footer-widget .newsletter-form .input-newsletter {
  border: 1px solid var(--whiteColor);
}

.footer-wrap-area.with-gradient-color .single-footer-widget .newsletter-form button {
  background: linear-gradient(247.32deg, #4400B2 0%, #8B4FEB 70.53%);
}

.footer-wrap-area.with-gradient-color .single-footer-widget .newsletter-form div#validator-newsletter {
  color: #8B4FEB;
}

.footer-wrap-area.with-gradient-color .copyright-area p a {
  color: #8B4FEB;
}

.footer-wrap-shape {
  position: absolute;
  right: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer-wrap-shape img {
  width: 100%;
  opacity: 50%;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  p {
    font-size: 13px;
  }

  .ptb-100 {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .pt-100 {
    padding-top: 60px;
  }

  .pb-100 {
    padding-bottom: 60px;
  }

  .ptb-75 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pt-75 {
    padding-top: 35px;
  }

  .pb-75 {
    padding-bottom: 35px;
  }

  .default-btn {
    padding: 11px 30px;
    font-size: 12.5px;
  }

  .shape1,
  .shape2,
  .bg-shape1,
  .shape6,
  .shape8,
  .shape12,
  .shape13,
  .shape10,
  .shape11 {
    display: none;
  }

  .shape7 {
    left: 0;
    width: 80px;
  }

  .section-title {
    margin-bottom: 40px;
    max-width: 100%;
  }

  .section-title .sub-title {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 20px;
  }

  .section-title p {
    font-size: 13px;
  }

  .page-title-area {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .page-title-area::before {
    display: none;
  }

  .page-title-area .banner-shape1 {
    width: 80px;
  }

  .page-title-content h2 {
    font-size: 22px;
  }

  .page-title-content ul li {
    font-size: 13px;
  }

  .divider {
    height: 50px;
  }

  .form-control {
    font-size: 13px;
    height: 45px;
  }

  .pagination-area {
    margin-top: 0;
    padding-top: 20px;
  }

  .pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  /*
    New Demo Responsive CSS
    ======================================================*/
  .section-title.title-with-bg-text .big-title {
    font-size: 35px;
    top: -8px;
  }

  .pakap-new-navbar-area .pakap-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--blackColor);
  }

  .pakap-new-navbar-area .pakap-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--blackColor);
  }

  .navbar-with-white-content .pakap-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--whiteColor);
  }

  .navbar-with-white-content .pakap-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--whiteColor);
  }

  .new-app-main-banner-area {
    padding-top: 170px;
  }

  .new-app-main-banner-content .content .name-big-text {
    display: none;
  }

  .new-app-main-banner-content .content h1 {
    font-size: 28px;
  }

  .new-app-main-banner-content .content .app-btn-box .applestore-btn {
    font-size: 10px;
  }

  .new-app-main-banner-content .content .app-btn-box .applestore-btn span {
    font-size: 12.5px;
  }

  .new-app-main-banner-content .content .app-btn-box .playstore-btn {
    font-size: 10px;
  }

  .new-app-main-banner-content .content .app-btn-box .playstore-btn span {
    font-size: 12.5px;
  }

  .new-app-main-banner-content .new-app-trusted-by {
    top: 0;
    padding: 15px;
    margin-top: 30px;
    border-radius: 5px;
    background-color: var(--whiteColor);
  }

  .new-app-main-banner-content .new-app-trusted-by .title {
    margin-bottom: 15px;
    text-align: center;
  }

  .new-app-main-banner-content .new-app-trusted-by .item img {
    max-width: 110px;
  }

  .new-app-main-banner-image {
    margin-top: 30px;
  }

  .new-app-main-banner-image .wrap-shape-1,
  .new-app-main-banner-image .wrap-shape-2 {
    display: none;
  }

  .features-card .icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
    margin-bottom: 20px;
  }

  .features-card h3 {
    font-size: 18px;
  }

  .app-about-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .app-about-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .app-about-content .big-text {
    font-size: 35px;
    top: -8px;
  }

  .app-about-content h2 {
    font-size: 20px;
  }

  .app-about-content .list li h3 {
    font-size: 16px;
  }

  .app-about-shape-1,
  .app-about-shape-2,
  .app-about-shape-3 {
    display: none;
  }

  .key-features-card {
    padding: 20px;
  }

  .key-features-card .icon {
    margin-bottom: 20px;
  }

  .key-features-card .icon i {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 20px;
  }

  .key-features-card h3 {
    font-size: 18px;
  }

  .key-features-card.style-two {
    padding: 20px 20px 20px 92px;
  }

  .key-features-card.style-two .icon {
    left: 20px;
    top: 20px;
  }

  .key-features-card.style-two .icon i {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .key-features-shape-1,
  .key-features-shape-2 {
    display: none;
  }

  .new-app-progress-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .new-app-progress-content .big-text {
    font-size: 35px;
    top: -8px;
  }

  .new-app-progress-content h2 {
    font-size: 20px;
  }

  .new-app-progress-shape {
    display: none;
  }

  .new-app-progress-image {
    margin-top: 30px;
  }

  .app-screenshots-shape-1,
  .app-screenshots-shape-2 {
    display: none;
  }

  .app-ever-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .app-ever-content {
    padding-left: 0;
  }

  .app-ever-content h2 {
    font-size: 20px;
  }

  .app-ever-content .list li h3 {
    font-size: 16px;
  }

  .app-ever-image {
    margin-bottom: 30px;
  }

  .app-ever-shape-1 {
    display: none;
  }

  .app-ever-wrap-image {
    margin-top: 30px;
    text-align: center;
  }

  .app-video-box .video-btn {
    width: 70px;
    height: 70px;
    font-size: 45px;
    line-height: 70px;
  }

  .app-video-box .shape .shape-1 {
    display: none;
  }

  .app-video-box .shape .shape-2 {
    display: none;
  }

  .single-app-pricing-box {
    padding: 20px;
  }

  .single-app-pricing-box .title {
    margin-bottom: 20px;
  }

  .single-app-pricing-box .price {
    font-size: 30px;
  }

  .single-app-pricing-box .features-list {
    margin-top: 25px;
  }

  .single-app-pricing-box .features-list li {
    font-size: 14px;
  }

  .app-pricing-section-title {
    padding-right: 0;
    top: 0;
    margin-bottom: 35px;
  }

  .app-pricing-section-title h2 {
    font-size: 20px;
  }

  .new-app-download-content .big-text {
    font-size: 35px;
    top: -8px;
  }

  .new-app-download-content h2 {
    font-size: 20px;
  }

  .new-app-download-content .btn-box .playstore-btn {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .new-app-download-content .btn-box .playstore-btn span {
    font-size: 12.5px;
  }

  .new-app-download-content .btn-box .applestore-btn {
    font-size: 10px;
  }

  .new-app-download-content .btn-box .applestore-btn span {
    font-size: 12.5px;
  }

  .new-app-download-image {
    margin-top: 30px;
    text-align: center !important;
  }

  .new-software-list {
    text-align: center;
    margin-left: 0;
  }

  .new-software-list img {
    display: none;
  }

  .new-software-list ul {
    position: relative;
    width: auto;
    height: auto;
  }

  .new-software-list ul li {
    position: relative;
    display: inline-block;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .new-software-list ul li img {
    display: inline-block;
    width: 40px;
  }

  .new-software-content {
    margin-top: 20px;
  }

  .new-software-content .big-text {
    font-size: 35px;
    top: -8px;
  }

  .new-software-content h2 {
    font-size: 20px;
  }

  .single-feedback-card {
    padding: 20px 15px;
    text-align: center;
  }

  .single-feedback-card .client-info {
    margin-bottom: 15px;
  }

  .single-feedback-card .client-info .d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-feedback-card .client-info .title {
    text-align: start;
    margin-left: 12px;
  }

  .single-feedback-card .client-info .title h3 {
    font-size: 15px;
  }

  .single-feedback-card .client-info .title span {
    font-size: 13px;
  }

  .single-feedback-card p {
    font-size: 14px;
  }

  .single-feedback-card .rating {
    margin-top: 18px;
    display: block !important;
  }

  .single-feedback-card .rating h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .new-feedback-shape {
    display: none;
  }

  .new-free-trial-inner-box {
    padding: 50px 15px;
  }

  .new-free-trial-inner-box .new-free-trial-shape {
    display: none;
  }

  .new-free-trial-content .sub-title {
    font-size: 12px;
  }

  .new-free-trial-content h2 {
    font-size: 20px;
  }

  .new-free-trial-content form .input-newsletter {
    height: 50px;
  }

  .new-free-trial-content form .default-btn {
    height: 50px;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 15px;
    width: 100%;
  }

  .new-free-trial-image {
    margin-top: 30px;
  }

  .footer-area-style-with-black-color {
    padding-top: 330px;
  }

  .new-app-main-banner-wrap-area {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .new-app-main-banner-wrap-content {
    margin-top: 0;
  }

  .new-app-main-banner-wrap-content h1 {
    font-size: 25px;
  }

  .new-app-main-banner-wrap-content .app-btn-box .applestore-btn {
    font-size: 10px;
  }

  .new-app-main-banner-wrap-content .app-btn-box .applestore-btn span {
    font-size: 12.5px;
  }

  .new-app-main-banner-wrap-content .app-btn-box .playstore-btn {
    font-size: 10px;
  }

  .new-app-main-banner-wrap-content .app-btn-box .playstore-btn span {
    font-size: 12.5px;
  }

  .new-app-main-banner-wrap-image {
    margin-top: 30px;
  }

  .new-app-main-banner-wrap-image .wrap-image-shape-1 {
    display: none;
  }

  .new-app-main-banner-wrap-image .wrap-image-shape-2 {
    display: none;
  }

  .features-inner-content {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .features-inner-content h2 {
    font-size: 20px;
  }

  .features-inner-content .btn-box {
    margin-top: 25px;
  }

  .features-inner-list .row .col-lg-6:nth-child(2) {
    margin-top: 0;
  }

  .features-inner-list .row .col-lg-6:nth-child(3) {
    margin-top: 0;
  }

  .features-inner-card {
    padding: 20px;
  }

  .features-inner-card .icon {
    margin: 14px 0 30px;
    padding-left: 60px;
  }

  .features-inner-card .icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }

  .features-box-card .icon {
    margin-bottom: 15px;
  }

  .features-box-card .icon i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
  }

  .features-box-card h3 {
    font-size: 14px;
  }

  .app-intro-video-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .app-intro-video-content h2 {
    font-size: 22px;
  }

  .app-intro-video-box .video-btn {
    width: 70px;
    height: 70px;
    font-size: 45px;
    line-height: 70px;
  }

  .app-intro-video-box .intro-video-shape {
    display: none;
  }

  .single-funfacts-card p {
    font-size: 15px;
  }

  .single-feedback-wrap-item {
    padding: 30px 20px;
  }

  .single-feedback-wrap-item p {
    font-size: 14px;
  }

  .single-feedback-wrap-item .client-info .title h3 {
    font-size: 16px;
  }

  .feedback-swiper-wrap-slides {
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 55px;
  }

  .feedback-swiper-wrap-slides .swiper-slide-shadow-right,
  .feedback-swiper-wrap-slides .swiper-slide-shadow-left {
    display: none;
  }

  .feedback-swiper-wrap-slides .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-right: -22px;
    -webkit-transform: translateY(0) translateX(50%) !important;
    transform: translateY(0) translateX(50%) !important;
  }

  .feedback-swiper-wrap-slides .swiper-button-next::after {
    font-size: 15px;
  }

  .feedback-swiper-wrap-slides .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: 25px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-left: -22px;
    -webkit-transform: translateY(0) translateX(-50%) !important;
    transform: translateY(0) translateX(-50%) !important;
  }

  .feedback-swiper-wrap-slides .swiper-button-prev::after {
    left: -2px;
    font-size: 15px;
    position: relative;
  }

  .single-blog-wrap-post .content h3 {
    font-size: 18px;
  }

  .new-app-main-banner-gradient-area {
    padding-top: 145px;
    padding-bottom: 50px;
  }

  .new-app-main-banner-gradient-content h1 {
    font-size: 25px;
  }

  .new-app-main-banner-gradient-image {
    text-align: center;
    margin-top: 30px;
  }

  .new-app-progress-wrap-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .new-app-progress-wrap-area .new-app-progress-image {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .new-app-progress-wrap-area .new-app-progress-content {
    padding-left: 0;
  }

  .screenshots-swiper-wrap-slides {
    padding-top: 0;
    padding-bottom: 75px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .screenshots-swiper-wrap-slides .swiper-slide {
    width: 296px;
  }

  .screenshots-swiper-wrap-slides .swiper-slide.swiper-slide-active {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 1px solid #eeeeee;
  }

  .screenshots-swiper-wrap-slides .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-right: -22px;
    -webkit-transform: translateY(0) translateX(50%) !important;
    transform: translateY(0) translateX(50%) !important;
  }

  .screenshots-swiper-wrap-slides .swiper-button-next::after {
    font-size: 15px;
  }

  .screenshots-swiper-wrap-slides .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: 25px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-left: -22px;
    -webkit-transform: translateY(0) translateX(-50%) !important;
    transform: translateY(0) translateX(-50%) !important;
  }

  .screenshots-swiper-wrap-slides .swiper-button-prev::after {
    left: -2px;
    font-size: 15px;
    position: relative;
  }

  .new-software-area.software-wrap-style .new-software-content {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .new-software-area.software-wrap-style .new-software-list ul li {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .new-feedback-wrap-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .single-feedback-wrap-card {
    padding: 20px;
  }

  .single-feedback-wrap-card p {
    font-size: 14px;
  }

  .single-feedback-wrap-card .client-info .title h3 {
    font-size: 16px;
  }

  .new-feedback-wrap-slides.owl-theme .owl-nav {
    margin-top: 30px;
  }

  .new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    top: unset;
    bottom: 0;
    -webkit-transform: unset;
    transform: unset;
    left: 0;
    transform: unset;
    margin: 0 10px;
  }

  .new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
    -webkit-transform: unset;
    transform: unset;
  }
}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-100 {
    padding-top: 80px;
  }

  .pb-100 {
    padding-bottom: 80px;
  }

  .ptb-75 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .pt-75 {
    padding-top: 55px;
  }

  .pb-75 {
    padding-bottom: 55px;
  }

  .shape1,
  .shape2,
  .shape6 {
    display: none;
  }

  .shape10 {
    left: -20px;
  }

  .shape11 {
    right: -20px;
  }

  .default-btn {
    font-size: 13px;
  }

  .section-title {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .section-title .sub-title {
    font-size: 13px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .section-title p {
    font-size: 14px;
  }

  .page-title-area {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .page-title-area::before {
    display: none;
  }

  .page-title-area .banner-shape1 {
    width: 100px;
  }

  .page-title-content h2 {
    font-size: 30px;
  }

  .page-title-content ul {
    margin-top: 10px;
  }

  .page-title-content ul li {
    font-size: 14px;
  }

  .divider {
    height: 50px;
  }

  .pagination-area {
    margin-top: 10px;
    padding-top: 20px;
  }

  /*
    New Demo Responsive CSS
    ======================================================*/
  .container-fluid {
    max-width: 720px;
  }

  .section-title.title-with-bg-text .big-title {
    font-size: 70px;
    top: -18px;
  }

  .pakap-new-navbar-area .pakap-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--blackColor);
  }

  .pakap-new-navbar-area .pakap-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--blackColor);
  }

  .navbar-with-white-content .pakap-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--whiteColor);
  }

  .navbar-with-white-content .pakap-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--whiteColor);
  }

  .new-app-main-banner-area {
    padding-top: 210px;
  }

  .new-app-main-banner-content {
    max-width: 695px;
  }

  .new-app-main-banner-content .content h1 {
    font-size: 35px;
  }

  .new-app-main-banner-content .new-app-trusted-by {
    top: 0;
    padding: 15px;
    margin-top: 30px;
    border-radius: 5px;
    background-color: var(--whiteColor);
  }

  .new-app-main-banner-content .new-app-trusted-by .title {
    margin-bottom: 15px;
    text-align: center;
  }

  .new-app-main-banner-image {
    margin-top: 30px;
  }

  .new-app-main-banner-image .wrap-shape-1,
  .new-app-main-banner-image .wrap-shape-2 {
    display: none;
  }

  .features-card .icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
    margin-bottom: 20px;
  }

  .features-card h3 {
    font-size: 18px;
  }

  .app-about-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .app-about-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .app-about-content .big-text {
    font-size: 70px;
    top: -18px;
  }

  .app-about-content h2 {
    font-size: 28px;
  }

  .app-about-content .list li h3 {
    font-size: 16px;
  }

  .app-about-shape-1,
  .app-about-shape-2,
  .app-about-shape-3 {
    display: none;
  }

  .key-features-card {
    padding: 20px;
  }

  .key-features-card .icon {
    margin-bottom: 20px;
  }

  .key-features-card .icon i {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 20px;
  }

  .key-features-card h3 {
    font-size: 18px;
  }

  .key-features-card.style-two {
    padding: 20px 20px 20px 92px;
  }

  .key-features-card.style-two .icon {
    left: 20px;
    top: 20px;
  }

  .key-features-card.style-two .icon i {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .key-features-shape-1,
  .key-features-shape-2 {
    display: none;
  }

  .new-app-progress-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .new-app-progress-content {
    max-width: 695px;
  }

  .new-app-progress-content .big-text {
    font-size: 70px;
    top: -18px;
  }

  .new-app-progress-content h2 {
    font-size: 28px;
  }

  .new-app-progress-shape {
    display: none;
  }

  .new-app-progress-image {
    margin-top: 30px;
  }

  .app-screenshots-shape-1,
  .app-screenshots-shape-2 {
    display: none;
  }

  .app-ever-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .app-ever-content {
    padding-left: 0;
  }

  .app-ever-content h2 {
    font-size: 28px;
  }

  .app-ever-content .list li h3 {
    font-size: 16px;
  }

  .app-ever-image {
    margin-bottom: 30px;
  }

  .app-ever-shape-1 {
    display: none;
  }

  .app-ever-wrap-image {
    text-align: center;
    margin-top: 30px;
  }

  .app-video-box .video-btn {
    width: 70px;
    height: 70px;
    font-size: 45px;
    line-height: 70px;
  }

  .app-video-box .shape .shape-1 {
    display: none;
  }

  .app-video-box .shape .shape-2 {
    display: none;
  }

  .single-app-pricing-box {
    padding: 20px;
  }

  .single-app-pricing-box .title {
    margin-bottom: 20px;
  }

  .single-app-pricing-box .price {
    font-size: 38px;
  }

  .single-app-pricing-box .features-list {
    margin-top: 25px;
  }

  .single-app-pricing-box .features-list li {
    font-size: 14px;
  }

  .app-pricing-section-title {
    top: 0;
    padding-right: 0;
    margin-bottom: 35px;
  }

  .app-pricing-section-title h2 {
    font-size: 28px;
  }

  .new-app-download-content .big-text {
    font-size: 70px;
    top: -18px;
  }

  .new-app-download-content h2 {
    font-size: 28px;
  }

  .new-app-download-image {
    margin-top: 30px;
    text-align: center !important;
  }

  .new-software-content {
    margin-top: 20px;
  }

  .new-software-content .big-text {
    font-size: 70px;
    top: -18px;
  }

  .new-software-content h2 {
    font-size: 28px;
  }

  .single-feedback-card p {
    font-size: 15px;
  }

  .single-feedback-card .rating h5 {
    font-size: 15px;
  }

  .new-feedback-shape {
    display: none;
  }

  .new-free-trial-inner-box {
    padding: 50px;
  }

  .new-free-trial-inner-box .new-free-trial-shape {
    display: none;
  }

  .new-free-trial-content .sub-title {
    font-size: 12px;
  }

  .new-free-trial-content h2 {
    font-size: 20px;
  }

  .new-free-trial-content form .input-newsletter {
    height: 50px;
  }

  .new-free-trial-content form .default-btn {
    height: 50px;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 15px;
    width: 100%;
  }

  .new-free-trial-image {
    margin-top: 30px;
  }

  .footer-area-style-with-black-color {
    padding-top: 330px;
  }

  .new-app-main-banner-wrap-area {
    padding-bottom: 50px;
  }

  .new-app-main-banner-wrap-content {
    margin-top: 0;
    max-width: 695px;
  }

  .new-app-main-banner-wrap-content h1 {
    font-size: 35px;
  }

  .new-app-main-banner-wrap-image {
    margin-top: 30px;
  }

  .features-inner-content {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .features-inner-content h2 {
    font-size: 28px;
  }

  .features-inner-content .btn-box {
    margin-top: 25px;
  }

  .features-inner-card {
    padding: 20px;
  }

  .features-inner-card .icon {
    margin: 14px 0 30px;
    padding-left: 60px;
  }

  .features-inner-card .icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }

  .features-box-card .icon {
    margin-bottom: 15px;
  }

  .features-box-card .icon i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
  }

  .features-box-card h3 {
    font-size: 14px;
  }

  .app-intro-video-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .app-intro-video-content h2 {
    font-size: 28px;
  }

  .app-intro-video-box .video-btn {
    width: 70px;
    height: 70px;
    font-size: 45px;
    line-height: 70px;
  }

  .app-intro-video-box .intro-video-shape {
    display: none;
  }

  .single-funfacts-card p {
    font-size: 15px;
  }

  .single-feedback-wrap-item {
    padding: 30px 20px;
  }

  .single-feedback-wrap-item p {
    font-size: 14px;
  }

  .single-feedback-wrap-item .client-info .title h3 {
    font-size: 16px;
  }

  .feedback-swiper-wrap-slides {
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 55px;
  }

  .feedback-swiper-wrap-slides .swiper-slide-shadow-right,
  .feedback-swiper-wrap-slides .swiper-slide-shadow-left {
    display: none;
  }

  .feedback-swiper-wrap-slides .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-right: -22px;
    -webkit-transform: translateY(0) translateX(50%) !important;
    transform: translateY(0) translateX(50%) !important;
  }

  .feedback-swiper-wrap-slides .swiper-button-next::after {
    font-size: 15px;
  }

  .feedback-swiper-wrap-slides .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: 25px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-left: -22px;
    -webkit-transform: translateY(0) translateX(-50%) !important;
    transform: translateY(0) translateX(-50%) !important;
  }

  .feedback-swiper-wrap-slides .swiper-button-prev::after {
    left: -2px;
    font-size: 15px;
    position: relative;
  }

  .new-app-main-banner-gradient-area {
    padding-top: 145px;
    padding-bottom: 50px;
  }

  .new-app-main-banner-gradient-content {
    max-width: 695px;
  }

  .new-app-main-banner-gradient-content h1 {
    font-size: 45px;
  }

  .new-app-main-banner-gradient-image {
    text-align: center;
    margin-top: 30px;
  }

  .new-app-progress-wrap-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .new-app-progress-wrap-area .new-app-progress-image {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .new-app-progress-wrap-area .new-app-progress-content {
    padding-left: 0;
  }

  .screenshots-swiper-wrap-slides {
    padding-top: 0;
    padding-bottom: 75px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .screenshots-swiper-wrap-slides .swiper-slide {
    width: 450px;
  }

  .screenshots-swiper-wrap-slides .swiper-slide.swiper-slide-active {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 1px solid #eeeeee;
  }

  .screenshots-swiper-wrap-slides .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-right: -22px;
    -webkit-transform: translateY(0) translateX(50%) !important;
    transform: translateY(0) translateX(50%) !important;
  }

  .screenshots-swiper-wrap-slides .swiper-button-next::after {
    font-size: 15px;
  }

  .screenshots-swiper-wrap-slides .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: 25px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-left: -22px;
    -webkit-transform: translateY(0) translateX(-50%) !important;
    transform: translateY(0) translateX(-50%) !important;
  }

  .screenshots-swiper-wrap-slides .swiper-button-prev::after {
    left: -2px;
    font-size: 15px;
    position: relative;
  }

  .new-software-area.software-wrap-style .new-software-content {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .new-software-area.software-wrap-style .new-software-list ul li {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .new-feedback-wrap-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .single-feedback-wrap-card {
    padding: 20px;
  }

  .single-feedback-wrap-card p {
    font-size: 14px;
  }

  .single-feedback-wrap-card .client-info .title h3 {
    font-size: 16px;
  }

  .new-feedback-wrap-slides.owl-theme .owl-nav {
    margin-top: 30px;
  }

  .new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    top: unset;
    bottom: 0;
    -webkit-transform: unset;
    transform: unset;
    left: 0;
    transform: unset;
    margin: 0 10px;
  }

  .new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
    -webkit-transform: unset;
    transform: unset;
  }


}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape6 {
    display: none;
  }

  .shape10 {
    left: -15px;
  }

  .shape11 {
    right: -15px;
  }

  .shape12 {
    bottom: 12%;
    left: 10%;
  }

  /*
    New Demo Responsive CSS
    ======================================================*/
  .container-fluid {
    max-width: 960px;
  }

  .section-title.title-with-bg-text .big-title {
    font-size: 70px;
    top: -15px;
  }

  .new-app-main-banner-content .content h1 {
    font-size: 36px;
  }

  .new-app-main-banner-content .content .name-big-text {
    font-size: 100px;
    left: -5px;
    top: -65px;
  }

  .new-app-main-banner-image .wrap-shape-1 {
    left: 55px;
    top: -100px;
  }

  .new-app-main-banner-image .wrap-shape-2 {
    right: 0;
    top: -100px;
  }

  .app-about-content .big-text {
    font-size: 70px;
    top: -15px;
  }

  .app-about-shape-2 {
    display: none;
  }

  .new-app-progress-content .big-text {
    font-size: 70px;
    top: -15px;
  }

  .new-app-progress-shape {
    display: none;
  }

  .app-ever-shape-1 {
    top: 0;
    right: 0;
  }

  .app-video-box .shape .shape-1 {
    left: 0;
  }

  .app-video-box .shape .shape-1 {
    right: 0;
  }

  .single-app-pricing-box {
    padding: 25px;
  }

  .single-app-pricing-box .features-list li {
    font-size: 14px;
  }

  .new-app-download-content .big-text {
    font-size: 70px;
    top: -15px;
  }

  .new-software-list ul li:nth-child(1) {
    top: 0;
    left: 0;
  }

  .new-software-list ul li:nth-child(5) {
    top: 2%;
  }

  .new-software-list ul li:nth-child(2) {
    left: 5%;
    bottom: 8%;
  }

  .new-software-list ul li:nth-child(4) {
    right: 0;
  }

  .new-software-content .big-text {
    font-size: 70px;
    top: -15px;
  }

  .single-feedback-card {
    padding: 25px;
  }

  .single-feedback-card p {
    font-size: 15px;
  }

  .single-feedback-card .rating h5 {
    font-size: 12.8px;
  }

  .new-free-trial-inner-box .new-free-trial-shape {
    display: none;
  }

  .new-app-main-banner-wrap-area {
    padding-bottom: 80px;
  }

  .new-app-main-banner-wrap-content {
    margin-top: 0;
  }

  .new-app-main-banner-wrap-content h1 {
    font-size: 45px;
  }

  .new-app-main-banner-wrap-image .wrap-image-shape-1 {
    left: 45px;
    top: 0;
  }

  .new-app-main-banner-wrap-image .wrap-image-shape-2 {
    right: 35px;
    bottom: 110px;
  }

  .features-inner-card {
    padding: 20px;
  }

  .features-inner-card .icon {
    margin: 18px 0 20px;
    padding-left: 50px;
  }

  .features-inner-card .icon i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }

  .feedback-swiper-wrap-slides .swiper-button-next {
    right: -30px;
  }

  .feedback-swiper-wrap-slides .swiper-button-prev {
    left: -30px;
  }

  .new-app-main-banner-gradient-area {
    padding-top: 145px;
    padding-bottom: 100px;
  }

  .new-feedback-wrap-slides.owl-theme .owl-nav {
    margin-top: 30px;
  }

  .new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    top: unset;
    bottom: 0;
    -webkit-transform: unset;
    transform: unset;
    left: 0;
    transform: unset;
    margin: 0 10px;
  }

  .new-feedback-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
    -webkit-transform: unset;
    transform: unset;
  }
}

/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  /*
    New Demo Responsive CSS
    ======================================================*/
  .section-title.title-with-bg-text .big-title {
    font-size: 70px;
    top: -15px;
  }

  .container-fluid {
    max-width: 1200px;
  }

  .new-app-main-banner-content .content h1 {
    font-size: 45px;
  }

  .new-app-main-banner-content .content .name-big-text {
    font-size: 100px;
    left: -5px;
    top: -65px;
  }

  .new-app-main-banner-content .new-app-trusted-by {
    top: -35px;
  }

  .new-app-main-banner-image .wrap-shape-1 {
    left: 55px;
    top: -100px;
  }

  .new-app-main-banner-image .wrap-shape-2 {
    right: 0;
    top: -100px;
  }

  .features-card {
    padding: 25px 18px;
  }

  .app-about-content .big-text {
    font-size: 70px;
    top: -15px;
  }

  .app-about-shape-2 {
    display: none;
  }

  .new-app-progress-content .big-text {
    font-size: 70px;
    top: -15px;
  }

  .new-app-progress-shape {
    display: none;
  }

  .app-ever-shape-1 {
    top: 0;
    right: 0;
  }

  .app-video-box .shape .shape-1 {
    left: 0;
  }

  .app-video-box .shape .shape-1 {
    right: 0;
  }

  .new-app-download-content .big-text {
    font-size: 70px;
    top: -15px;
  }

  .new-software-list ul li:nth-child(1) {
    top: 35px;
    left: 50px;
  }

  .new-software-list ul li:nth-child(5) {
    top: 2%;
  }

  .new-software-list ul li:nth-child(2) {
    left: 5%;
    bottom: 8%;
  }

  .new-software-list ul li:nth-child(4) {
    right: 18px;
  }

  .new-software-content .big-text {
    font-size: 70px;
    top: -15px;
  }

  .single-feedback-card {
    padding: 25px;
  }

  .single-feedback-card p {
    font-size: 15px;
  }

  .single-feedback-card .rating h5 {
    font-size: 14px;
  }

  .new-free-trial-inner-box .new-free-trial-shape {
    left: 0;
  }

  .new-app-main-banner-wrap-area {
    padding-bottom: 80px;
  }

  .new-app-main-banner-wrap-content {
    margin-top: 0;
  }

  .new-app-main-banner-wrap-content h1 {
    font-size: 45px;
  }

  .new-app-main-banner-wrap-image .wrap-image-shape-1 {
    left: 45px;
    top: 0;
  }

  .new-app-main-banner-wrap-image .wrap-image-shape-2 {
    right: 35px;
    bottom: 110px;
  }

  .features-inner-card {
    padding: 20px;
  }

  .features-inner-card .icon {
    margin: 18px 0 20px;
    padding-left: 50px;
  }

  .features-inner-card .icon i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }

  .feedback-swiper-wrap-slides .swiper-button-next {
    right: -30px;
  }

  .feedback-swiper-wrap-slides .swiper-button-prev {
    left: -30px;
  }

  .app-video-box .shape .shape-2 {
    right: 0;
  }
}

/* Min width 1550px */
@media only screen and (min-width: 1550px) {

  /*
    New Demo Responsive CSS
    ======================================================*/
  /* New App Main Banner Area CSS */
  .new-app-main-banner-area {
    padding-top: 200px;
  }

  .new-app-main-banner-content .content {
    margin-top: 0;
  }

  .new-app-main-banner-image .wrap-shape-1 {
    left: 50px;
    top: 30px;
  }

  .new-app-main-banner-image .wrap-shape-2 {
    right: 100px;
    top: 50px;
  }

  .new-app-banner-strock-shape {
    right: 155px;
    top: -15px;
  }

  .new-app-main-banner-wrap-image .wrap-image-shape-1 {
    left: 210px;
    top: 140px;
  }

  .new-app-main-banner-wrap-image .wrap-image-shape-2 {
    right: 190px;
    bottom: 210px;
  }

  .new-app-main-banner-wrap-image .banner-circle {
    max-width: 100%;
  }

  .new-app-main-banner-wrap-shape {
    left: -100px;
    top: -100px;
  }

  .single-feedback-wrap-card {
    padding: 30px 80px;
  }
}

/* -------------- strta new css -------------------- */
.navbar-brand img {
  width: 100px;
}

a.navbar-brand {
  transform: translateX(40%);
}

/* .logo img {
  width: 105px;
} */
/* .social-links {
  display: none;
} */
.new_padding_css {
  padding: 14px 60px !important;
}

.section-title-workflow {
  max-width: 710px;
}

/*.services_new_btn a {
  padding: 10px 10px 10px 10px !important;
  background: red !important;
}*/
.default_btn_new_css {
  z-index: 1;
  border: none;
  position: relative;
  padding: 19px 36px;
  border-radius: 34px;
  display: inline-block;
  font-family: 'OCR A Extended', sans-serif;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 12px 35px rgb(237 39 117 / 25%);
  box-shadow: 0px 12px 35px rgb(237 39 117 / 25%);
  font-size: var(--fontSize);
  font-weight: 500;
  background: linear-gradient(to left bottom, #6358A6, #ebd7c9);
}

.default_btn_new_css:hover {
  background: #fff;
  color: #000;
}

.services_new_btn {
  margin-top: 39px;
}

.sub-title-new-service {
  font-weight: 600;
  color: #000;
  font-size: 15px;
  margin-bottom: 9px;
  display: block;
}

.ti-stars .ri-star-fill {
  color: #f9b403;
  font-size: 20px;
}

.ti-stars .ri-star-half-line {
  color: #f9b403;
  font-size: 20px;
}

.ti-icon img {
  width: 60px;
  margin-right: 14px;
}

.ti-profile-details .ti-text {
  line-height: 1em;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.ti-stars .ti-rating {
  font-size: 16.8px;
  font-weight: 700;
  position: relative;
  top: -3px;
  margin-right: 4px;
  line-height: 1em;
}

.google_rating_back {
  background: #fff;
  border-radius: 15px;
}

/*.read_review_head {
  margin-right: 80px;
}*/
.custom_margin_right {
  transform: translateX(0);
}

@media(max-width:1200px) {
  .custom_margin_right {
    transform: translateX(0);
  }
}

.same_btn_header {
  padding: 14px 37px;
}

.single-footer-widget h3 {
  border-bottom: 1.5px solid #fff;
  display: inline-block;

}

.not_clickable {
  cursor: unset;
}

.new_alignment img {
  width: 78%;
}


@media screen and (max-width: 768px) {
  .custom_margin_right {
    transform: translateX(0px);
  }

  .ti-icon img {
    width: 40px;
    margin-right: 10px;
  }

  .ti-profile-details .ti-text {
    font-size: 13px;
    margin-bottom: 1px;
    text-align: left;
  }

  .ti-stars .ti-rating {
    font-size: 14.8px;
  }

  .ti-stars .ri-star-half-line {
    font-size: 18px;
  }
}

/* button change style */



.marquee-content {
  display: flex;
  justify-content: space-around;
  animation: scrolling 100s linear infinite;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;


}

.marquee-item {
  flex: 0 0 16vw;
  margin: 0 0.03vw;
}

.marquee-item img {
  display: block;
  width: 48%;
  margin: auto;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-144vw);
  }
}



.hover-btn-ch {
  display: block;
  height: 100%;
  /* animation: hue-rotate 10s linear infinite; */
}

/* .button-hover-btn {
-webkit-font-smoothing: antialiased;
background-color: #222;
border: none;
color: #fff;
display: inline-block;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 100;
text-decoration: none;
user-select: none;
letter-spacing: 1px;
color: white;
padding: 0 20px;
border-radius:10px;
text-transform: uppercase;
transition: all 0.1s ease-out;
} */

.button-hover-btn {
  -webkit-font-smoothing: antialiased;
  /* background-color:linear-gradient(44.44deg, #3F75FF 7.79%, #4ADEFF 94.18%); */
  font-weight: 700;
  background-color: #6358a6;
  border: none;
  color: #fff !important;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  user-select: none;
  letter-spacing: 1px;

  padding: 15px 25px !important;
  /* border-radius: 10px; */
  text-transform: uppercase;
  transition: all 0.1s ease-out;
}

.button-hover-btn:hover {
  background-color: #3648b3;
  color: #fff;
}

.button-hover-btn:active {
  transform: scale(0.95);
}

.button--bubble {
  position: relative;
  z-index: 2;
  color: white;
  background: none;
}

a.button-hover-btn.button--bubble {
  font-weight: 700;
}

.button--bubble:hover {
  background: none;
}

.button--bubble:hover+.button--bubble__effect-container .circle-btn {
  background: linear-gradient(176.63deg, #6358A6 3.11%, #6358A6 97.6%)
}

.button--bubble:hover+.button--bubble__effect-container .button-hover-btn {
  background: linear-gradient(176.63deg, #6358A6 3.11%, #6358A6 97.6%)
}

.button--bubble:active+.button--bubble__effect-container {
  transform: scale(0.95);
}

.button--bubble__container {
  position: relative;
  display: inline-block;
}

.button--bubble__container .effect-button {
  position: absolute;
  width: 50%;
  height: 25%;
  top: 50%;
  left: 25%;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 10px;
  background: linear-gradient(176.63deg, #6358A6 3.11%, #6358A6 97.6%);
  transition: background 0.1s ease-out;
}

/* .button--bubble__effect-container {
position: absolute;
display: block;
width: 200%;
height: 435%;
top: -150%;
left: -50%;
-webkit-filter: url("#goo");
filter: url("#goo");
transition: all 0.1s ease-out;
pointer-events: none;
} */

.button--bubble__effect-container {
  position: absolute;
  display: block;
  /* width: 200%; */
  /* height: 435%; */
  top: -150%;
  width: 200%;
  height: 392%;
  left: -50%;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  transition: all 0.1s ease-out;
  pointer-events: none;
}

.button--bubble__effect-container .circle-btn {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  /* background: #222; */
  background: #6358a6;
  transition: background 0.1s ease-out;
}

.button--bubble__effect-container .circle-btn.top-left {
  top: 40%;
  left: 27%;
}

.button--bubble__effect-container .circle-btn.bottom-right {
  bottom: 40%;
  right: 27%;
}

.goo {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.button--bubble__container {
  top: 50%;
  margin-top: -25px;
}

#nav-bubble {
  margin-top: 0;
  top: 25%;
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }

  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

/* blivk button */



/* Initiate Auto-Pulse animations */
.blink-hover.pulse-button {
  animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}




.screenshots-tabs .nav-tabs .nav-item .nav-link.active {
  animation: active-blink 1000ms infinite ease-out;
}

@keyframes active-blink {
  0% {
    box-shadow: inset 0px 0px 0px 7px rgba(255, 255, 255, .4), 0px 0px 0px 0px rgba(255, 255, 255, 1);
  }

  100% {
    box-shadow: inset 0px 0px 0px 5px rgba(117, 117, 255, .2), 0px 0px 0px 7px rgba(255, 255, 255, 0);
  }
}

.screenshots-tabs .nav-tabs .nav-item .nav-link {
  animation: borderPulse 1500ms infinite ease;
}

@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .2);
  }

  100% {
    box-shadow: inset 0px 0px 0px 1px rgba(117, 117, 255, .1);
  }
}

/* , 0px 0px 0px 0px rgba(255,255,255,1) */
/* , 0px 0px 0px 3px rgba(255,255,255,0) */

@media (max-width: 576px) {

  .min50 {
    width: 50%;
    width: 50;
  }

}

.service_list ul li:before {
  content: "\203A";
  color: #4535f0;
}

.service_list ul li:before {
  position: absolute;
  left: 5px;
  top: 4px;
  font-size: 19px;
}

.service_list ul li {
  position: relative;

}

.service_list ul li a {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #7d828c !important;
}

.service_list {
  margin-left: 15px;
}

.service_heading h6 {
  margin-left: 13px;
  color: #2a2d33;
  font-size: 13px;
  font-weight: 700;
}

.service_heading i {
  margin-left: -9px;
  font-size: 20px;
}

/* .color_ser_one {
  color: #b85ce1;
}
.color_ser_two {
  color: #46b9ff;
}
.color_ser_three {
  color: #ff5c3d;
}
.color_ser_four {
  color: #e8c92e;
}
.color_ser_five {
  color: #009688;
}
.color_ser_six {
  color: #8bc34a;
}
.color_ser_seven {
  color: #ff9800;
}
.color_ser_eight {
  color: #f948b3;
} */
/* .service_min_height {
  min-height: 168px;
} */
.set_custom_width {
  max-width: 18%;
}

.web_nav {
  display: block;
}

.mobile_nav {
  display: none;
}

.mobile_nav .service_list ul {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .web_nav {
    display: none;
  }

  .mobile_nav {
    display: block;
  }

  .service_heading {
    width: 100%;
  }

  .mean-container .mean-nav ul li li li a {
    padding: 5px 25px;
  }

  .service_list ul li:before {
    position: absolute;
    left: 5px;
    top: 1px;
    font-size: 17px;
  }
}

@import url('http://fonts.cdnfonts.com/css/ocr-a-extended');
/* .nav-link {
     font-family: 'OCR A Extended', sans-serif;
 } */


.left-icon-nav {
  display: inline;
  float: right;
}


.container .nav-left-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
}


.container .nav-left-sidebar.left {
  left: -320px;
  transition: 0.2s ease;
}

.container .nav-left-sidebar.left.active {
  left: 0;
}

.btn-left-btn {
  padding: 1.7rem 0 10px 25px;
  background-color: rgb(255, 255, 255);
  color: #000;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.btn-left-btn&gt;i {
  font-size: 2rem;
}

.logo-side-open {
  display: flex;
  justify-content: end;
}


.sidebar-navigation {
  width: 300px;
  height: 100vh !important;
  overflow-x: hidden;
  height: auto;
  background-color: #fff;
  overflow-y: scroll;
  webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.side-yop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.sidenavlogo {
  width: 60%;
  padding: 1rem 0 0 1.5rem;
}

p.icon-close&gt;i {
  font-size: 1.5rem;
}

.side-yop&gt;p {
  margin: 0;
}

p.icon-close {
  background: #fff;
  padding: 0.7rem;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  margin-right: 1rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-navigation .title {
  display: block;
  font-size: 1.2em;

  padding: 20px 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sidebar-navigation&gt;ul&gt;li&gt;a {
  text-transform: uppercase;
}

.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}

.sidebar-navigation ul li {
  display: block;
}

.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding: 20px 25px;
  text-decoration: none;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-navigation ul li a em {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}

.sidebar-navigation ul li:hover&gt;a,
.sidebar-navigation ul li.selected&gt;a {
  background-color: #ecf0f1;
  color: #495d62;
  border-color: rgba(255, 255, 255, .1);
}

.sidebar-navigation ul li ul {
  display: none;
}

.sidebar-navigation ul li ul.open {
  display: block;
}

.sidebar-navigation ul li ul li a {
  color: #495d62;
  border-color: rgba(255, 255, 255, .1);
}

.sidebar-navigation ul li ul li a:before {
  content: '';
  width: 10px;
  height: 1px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #495d62;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sidebar-navigation ul li ul li:hover&gt;a,
.sidebar-navigation ul li ul li.selected&gt;a {
  background-color: #e6ebed;
}

.sidebar-navigation ul li ul li:hover&gt;a:before,
.sidebar-navigation ul li ul li.selected&gt;a:before {
  margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last&gt;a {
  background-color: #94aab0;
  color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last&gt;a:before {
  background-color: #fff;
}

.subMenuColor1 {
  background-color: #fbfcfc;
}

.subMenuColor2 {
  background-color: #fff;
}

.subMenuColor2 {
  background-color: #fff;
}

.subMenuColor2 {
  background-color: #fff;
}

.subMenuColor2 {
  background-color: #fff;
}

.subMenuColor2 {
  background-color: #fff;
}

.subMenuColor2 {
  background-color: #fff;
}

.subMenuColor2 {
  background-color: #fff;
}

.subMenuColor2 {
  background-color: #fff;
}

.subMenuColor2 {
  background-color: #fff;
}

@media(max-width:576px) {
  .logo-side-open {
    margin-top: -4.5rem;
  }

  button.apply-time {
    margin-top: 0.3rem;
  }
}

@media(min-width:991px) and (max-width:1200px) {
  .pakap-nav .navbar .navbar-nav .nav-item a {
    font-size: .6rem !important;
  }
}

.tow-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
}

@media(max-width:576px) {
  .tow-btn {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
  }
}

.change-btn-fee {
  margin-top: 3rem;
}

p.legal-main-heading {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 37px #dde8fd;
  letter-spacing: 5px;
}

section.banner-section-legal {
  background: #008fce;
  padding: 5rem 0;
}

p.legal-heading {
  font-size: 1.7rem;
  color: #fff;
}


.legal-con {
  padding: 2rem 0;
  color: #6d6e70;
}

@media(max-width:991px) {
  .legal-con {
    padding: 2rem 0rem;
  }

  section.banner-section-legal {
    background: #008fce;
    padding: 1rem 0;
  }
}

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

p.p-legal {
  font-size: 1rem;
  font-weight: 300;
}

strong.p-red {
  font-size: 1rem;
  /* line-height: 1.7em; */
  color: #6d6e70;
  font-weight: 600;
}

a.legal-a {
  color: var(--mainColor);
  font-weight: 300;
  font-size: 1rem;
}

p.ul-tag-line {
  font-size: 1.25rem;
  margin-top: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}



.breadcurm-legal {
  padding: 1rem 0;
}

section.section-breadcurm {
  background: #88dbff;
}

.breadcurm-legal&gt;span {
  font-weight: 500;
  font-size: 1rem;
  font-size: 1rem;
}

.breadcurm-legal&gt;a {
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: underline;
}

p.p-heading-legal {
  font-size: 1.6rem;
}

p.subheading-legal {
  font-size: 1rem;
}

.subheading-legal-link {
  font-weight: 800;
  font-size: 1rem;
}

.links-head-links {
  margin-top: 3rem;
}

p.link-heading {
  font-weight: 600;
  margin: 0 1rem 0;
}

p.subheading-legal-link {
  margin: 0.5rem 0;
}

li.legal-li {
  margin: 0.4rem;
}

li.legal-li:hover {
  text-decoration: underline;
}

p.order-list-p {
  font-size: 1.5rem;
  margin: 0;
}

li.order-list-li {
  font-size: 1rem;
}

p.order-sub {
  margin-left: -1.9rem;
}

@media (max-width:576px) {
  p.order-list-p {
    font-size: 1.3rem;
  }
}

li.order-list-li {
  font-size: 1rem;
  margin-bottom: 2rem;
}

a.sub-a {
  text-decoration: underline;
  font-weight: 700;
}

a.under-links {
  color: var(--mainColor);
}

a.under-links:hover {
  text-decoration: underline;
}

.text-underline {
  text-decoration: underline;
  color: inherit;
}

ul.inner-ul {
  padding: 0;
  list-style: disc;
}

a.sub-a:hover {

  color: red;
}

.sub-a {
  text-decoration: underline;
}

ol.change-ul-type {
  list-style: upper-roman;
  font-size: 1rem;
  padding: 0;
}

.p-heading-legal-p {
  font-size: 1.3rem;
}

ul.list-none {
  list-style: none;
}

.mar-0 {
  margin: 0;
}

.footer-logo {
  width: 61%;
  margin-left: -1.5rem;
}

.image-nav&gt;img {
  width: 45%;
  margin: 0 1rem 1rem 0rem;
  border-radius: 0.7rem;

}

.image-nav {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.facebook-container {
  margin: 1rem 0 2rem 2.6rem;
}

.fac-aling&gt;h1 {
  text-align: center;
  font-size: 5rem;
}

ul.order-list-copy-or {
  list-style: auto !important;
}

p.order-list-p-smal {
  font-size: 1.2rem;
}

span.cur-pl {
  text-decoration: underline;
}

.nav-btn-center {
  margin: 1rem auto 0;
  text-align: center;
}

.bg-none {
  background: none !important;
}



/* window style slider start */
.title-section-h2&gt;h2 {
  font-size: 55px;
  font-weight: 900;
  color: #000;
}

p.geared {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

.title-section-h2 {
  text-align: center;
  margin: 8rem 0 0rem;
}


.industry-wrapper {
  width: 100%;
  /* height: calc(200vh - 120px); */
  left: 46px;
  /* bottom: 0; */
  position: relative;
}


.industry-list-wrap li {
  width: 700px;
  align-items: flex-end;
  position: relative;
}

.industry-list-wrap {
  /* position: fixed; */
  display: flex;
  height: 450px;
  left: 100px;

  margin-left: 300px;
  list-style: none;
}

.industry-list-wrap li a {
  display: block;
  width: 650px;
  height: 360px;
  margin: 0 auto;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(25%);
}

.industry-indivual-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  margin: 0px 0 0 217px;
}

.industry-indivual-heading h2 {
  width: 260px;
  text-align: left;
  font-family: var(--zf-primary-black);
  transition: 0.5s all;
  margin: 0 0 10px;
}

.industry-indivual-heading p {
  /* margin: 0 0 10px; */
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  margin: -2px 0 19px -2rem;
}

.industry-indivual-heading .industry-learn-more {
  opacity: 0;
  display: block;
  font-size: 16px;
  margin: 20px 0 0 70px;

  transform: translateX(-20px);
  transition: 0.5s all;
  color: #03a9f5;
}

/* .industry-indivual-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  margin: 80px 0 0 215px;
} */

.media-industry img:nth-child(1) {
  margin: 0 0 0 -130px;
  width: 350px;
  bottom: 90px;
}

.it-industry img,
.educational-industry img,
.medical-industry img,
.media-industry img,
.finance-industry img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  bottom: 0;
  transition: 0.5s all;
}

.industry-list-wrap li:nth-child(1) .list-style-box {
  background: #eadeff;
}

.media-wrap .list-style-box {
  background: #c8e6c9;
}

.list-style-box,
.list-style-box-1 {
  width: 300px;
  height: 360px;
  /* background: #eadeff; */
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, 0);
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}

.list-style-box-1,
.industry-list-wrap li:nth-child(even) .list-style-box-1 {
  background: url(/sites/default/files/people/pattern-dot.png) repeat 0 0;
  z-index: 0;
  margin: 20px 0 0 20px;
}

.list-style-box,
.list-style-box-1 {
  width: 300px;
  height: 290px;
  /* background: #eadeff; */
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, 0);
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}

.industry-list-wrap li a:hover .industry-learn-more {
  opacity: 1;
  transform: translateX(0);
}

.industry-indivual-heading .industry-learn-more {
  opacity: 0;
  display: block;
  font-size: 16px;
  margin: 20px 0 0 70px;
  font-family: var(--zf-primary-regular), Arial, Helvetica, sans-serif;
  transform: translateX(-20px);
  transition: 0.5s all;
  color: #03a9f5;
}

.wrapper {
  margin: 0 auto;
}

.industry-list-wrap li {
  width: 700px;
  align-items: flex-end;
  position: relative;
}

.trigger {
  position: absolute;
}

.trigger--one {
  left: 0;
}

.scene {
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
}

.scene--active {
  position: fixed;
}

.scene--ended {
  position: absolute;
  bottom: 0;
  top: auto;
}

.horizontal-scroll-section {
  position: relative;
  min-height: 100vh;
  opacity: 0;
  transition: 0.2s opacity;
}

.horizontal-scroll-section img {
  display: block;
  max-height: 80%;
  width: auto;
}

.horizontal-scroll-section--init {
  opacity: 1;
}

.horizontal-scroll-section__content {
  display: flex;
  align-items: center;
}

.horizontal-scroll-section__content-wrapper {
  display: flex;
  height: 70%;
  align-items: center;
  position: relative;
  left: 320px;
  top: -1rem;
}

.horizontal-scroll-section__content-section {
  position: relative;
  min-width: 830px;
  text-align: center;
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
}

.horizontal-scroll-section__image {
  display: flex;
  align-items: center;
}

.horizontal-scroll-section__image h2 {
  margin-left: 20px;
  width: 250px;
  text-align: left;
  flex-shrink: 0;
  font-size: 2rem;
  color: #000;
  font-weight: 900;
}

.horizontal-scroll-section__image--two img {
  max-width: 400px;
}

.horizontal-scroll-section__image--four img {
  max-width: 400px;
}

.horizontal-scroll-section--animation-one .horizontal-scroll-section__image--two {
  opacity: 1;
  /* transform: translateX(0); */
}

.horizontal-scroll-section__content-wrapper .horizontal-scroll-section__content-section a:hover .industry-learn-more {
  opacity: 1;
  transform: translateX(0);
}

.hori-a {
  display: block;
  width: 650px;
  height: 360px;
  margin: 0 auto;
  color: #000;
  position: absolute;

  left: 50%;
  transform: translateX(-50%);
}

@media(max-width:1280px) {
  .horizontal-scroll-section__content-wrapper {
    left: 130px;

  }

  .horizontal-scroll-section__content-section {
    min-width: 695px;
  }
}

@media(max-width:1024px) {
  .horizontal-scroll-section--init {
    display: none;
  }

  .hori-a {
    left: 0;
    transform: translateX(0%);
    position: relative;
  }

  .list-style-box,
  .list-style-box-1 {
    z-index: -1;
  }
}

.mobile-section {
  display: none;
}

@media(max-width:1024px) {
  .mobile-section {
    display: block;
  }
}

.mobile-con-win {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 6rem;
  flex-direction: column;
}

.img-win-sec {
  position: relative;
}

.toe-img {
  position: absolute;
  bottom: 0rem;
  left: 1rem;
  /* z-index: -1; */
  /* width: 260px; */
  /* height: 280px; */
  /* top: 0px; */
}

.win-img-1 {
  width: 240px;
}

.win-img-1 {
  width: 240px;
}

.tow-img-2 {
  z-index: -1;
  width: 260px;
  height: 280px;
  top: 0px;
}

img.win-img-2 {
  width: 260px;
  height: 280px;
}

.win-text {
  margin: 3% 0 0;
  text-align: center;
}

.win-text&gt;h2 {
  font-size: 2rem;
  font-size: 30px;
  color: #000000;
  font-weight: 900;
  word-break: break-word;
}

.win-text&gt;p {
  font-size: 1rem;
  color: #000;
  margin: 0;
  font-weight: 500;
}

.win-text&gt;p {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}

.search-input-win {
  width: 20rem;
  text-align: center;
  margin: auto;
  background: #dfdfdf9e;
  border-radius: 10px;
}

.win-search {
  background: none !important;
}


/* window style slider start */


.btn-win {
  padding: 10px 16px 10px 0;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  z-index: -1;
}

.po-fixed {
  position: fixed;
  /* height: 40px; */
  background: #f6f6f6;
  /* padding-top: 1rem; */
  max-width: 100vw;
}

@media(min-width:991px) {

  .gradient-main-banner-inner {
    margin: 8rem 0 0;
  }

}


.button-more-winn {
  position: absolute;
  bottom: 9rem;
  right: 10rem;
}

@media(max-width:1280px) {
  .button-more-winn {
    position: absolute;
    bottom: 9rem;
    right: 6rem;
  }
}

@media (max-width: 1224px) {
  .button-more-winn {
    position: relative;
    bottom: 0;
    right: 0;
    top: 1rem;
  }
}

.bg-career-img {
  background-color: #7a8aff;
  background-image: url(http://localhost/HATPL/assets/img/career-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

.career-con&gt;h1 {
  color: #000;

  font-size: 4rem;
  line-height: 65px;
}

.h2-cv {
  margin: 0 0 3rem;
}

.career-con&gt;p {
  color: #000;
}

.con-cv-top {
  top: 25px !important;
}

.mar-top-cv {
  margin-top: 3rem;
}

.height-cv {
  height: 18rem;
}

.job-des-con:hover {
  box-shadow: 0 1rem 3rem rgb(35 38 45 / 15%) !important;
}

.job-des-con {
  margin-top: 30px;
  padding: 15px 40px;
  /* padding-left: 120px; */
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}

.job-tittle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #eeee;
}

p.job-name {
  margin: 0;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}

button.apply-time {
  border: none;
  outline: none;
  padding: 0.6rem 1rem;
  border-radius: 5px;
  color: #fff;
  background: #6358a6;
}

button.apply {
  /* border: none; */
  /* outline: none; */
  padding: 0.6rem 1rem;
  border-radius: 5px;
  color: #000;
  background: none;
  border: 2px solid #eee;
  transition: .4s;
}

button.apply:hover {
  color: #fff;
  border: none;
  background: #6358a6;
}

.job-con&gt;p {
  color: #000;
  text-align: justify;
  padding: 0.5rem 0;
}

p.salay {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  /* margin-bottom: 5px; */
  /* margin-right: 3px; */
  margin: 10px 0;
  position: relative;
  background: #30086414;
  color: #000000;
  padding: 5px 10px;
  border-radius: 3px;
}



.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #6358a6;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 100px;
  margin: 0 auto 17px;
  /* border-radius: 50%; */
}

.testi-img img {
  border-radius: 50%;
} 

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;

  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

p.test-name {
  margin: 0 !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.set-img img {
  display: block;
  width: 95%;
  height: 85%;
  margin: auto;
  border-radius: 10px;
}

.main-detalis {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #eee;
  background-color: #f5f5f5b0;
  margin: 5rem 0;
}

.title-details {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

p.job-name-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}

p.ul-li-p {
  background: #d7d7d76e;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
}

.sla-price {



  background: none;
  font-size: 13px;
  font-weight: 700;


  border-radius: 5px;

  padding: 5px 10px;
  text-align: center;
}

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

p.job-text-details {
  font-size: 1.2rem;
  font-weight: 800;
  color: #000;
}

p.show-detais {
  color: #000;
}

.sidebar-widget {
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #eee;
  background-color: #f5f5f5b0;
  margin: 5rem 0;
}

.title-over {
  font-size: 20px;
  /* margin-bottom: 20px; */
  line-height: 1;
  position: relative;
  /* padding-left: 18px; */
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
}

.list-unstyled li {
  display: block;
  margin-bottom: 8px;
}

.list-unstyled li strong {
  color: #4075ff;
  font-weight: 600;
  display: inline-block;
  margin-right: 2px;
}


/* promises cards */

.cards-header {
  text-align: center;
  /* padding-top: 3rem;
  padding-bottom: 2rem; */
}

.promises&gt;p {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}

.cards-body {
  height: 290px;
  border-radius: 8px;
  padding: 2rem;

  border: 1px solid #eeeeee;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
}

.cards-body:hover {
  -webkit-box-shadow: 0px 25px 75px rgb(25 34 64 / 15%);
  box-shadow: 0px 25px 75px rgb(25 34 64 / 15%);
}

p.life {
  margin: 0;
  padding: 1rem 0;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  color: var(--blackColor);
  font-weight: 700;
  line-height: 20px;

}

p.cards-test-info {
  margin: 0;
  text-align: center;
}

.cards-container {
  margin: 1rem 0;
}

section.sections-cards {
  padding: 3rem 0;
}

.img-cards-info {
  margin: 1rem 0;
}



.rupeey {
  width: 4rem;
  margin: auto;
}

.promises {
  padding-bottom: 1rem;
}

@media(min-width:768px) and (max-width:1200px) {
  .cards-body {
    height: 25rem;
  }
}


.result-box {
  background-color: lightgrey;
}

.img-div-h&gt;img {
  margin: 1rem .5rem;
  width: 25%;
  height: 50%;
}

.img-div-h {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

@media(min-width:768px) and (max-width:1024px) {
  .img-div-h&gt;img {
    width: 40%;
  }
}


@media(max-width:768px) {
  .img-div-h&gt;img {
    width: 100%;
    margin: .5rem;
  }
}

/* google-reviews */
.google-review-header {
  text-align: center;
  padding: 4rem 0;
}

p.trusted-review-head {
  color: #073ca7;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;

  line-height: 60px;
}

p.trusted-review-subhead {
  font-size: 29px;
  color: #000;
  font-weight: 700;
}

section.facebook-section {
  padding: 0px 0;
}

/* .logo-rating-google {
  padding: 2rem 0 0 7rem;
} */

.logo-rating-google {
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media(max-width:576px) {
  .logo-rating-google {
    padding: 0;

  }

  p.trusted-review-head {
    color: #073ca7;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 40px;
  }
}

.rating-top {
  display: flex;
  align-items: center;
}

span.rating-text {
  font-size: 27px;
  font-weight: 500;
  color: #626262;
  padding-left: 11px;
}

.rating-top {
  display: flex;
  align-items: end;
}

.rating-star {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


span.count-rating {
  font-size: 1.3rem;
  font-weight: 900;
}

.star-rating {
  display: flex;
  padding: 0 1rem;
}

.star-rating&gt;i {
  font-size: 1.4rem;
  color: #ff8d00;
  padding: 0 1px;
}

.star-rating {
  display: flex;
  padding: 0 0.6rem;
}

.rating-top&gt;img {
  width: 8rem;
}

span.reviews-count {
  font-size: 1.1rem;
  color: #838383;
  font-weight: 500;
  padding-left: .7rem;
}

div#slider-reviews&gt;.owl-nav&gt;.owl-prev {
  display: none;
}

div#slider-reviews&gt;.owl-nav&gt;.owl-next {
  font-size: 3rem;
  background: aliceblue;
  padding: 1rem;
}

.google-review {
  padding: 0 2rem 0;
}

.img-client-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.img-client-img&gt;img {
  margin: 0 !important;
  width: 15% !important;
}

.img-client-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0;
}

span.client-reviews-name {
  /* padding: 64px 0; */
  font-size: 1.2rem;
  font-weight: 800;
  text-align: center;
  /* line-height: 2rem; */
  /* margin: 0rem; */
}

.rating-month {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
}

.rating-month&gt;.star-rating {
  padding: 0;
}

.rating-star-client {
  padding-left: 1rem;
}

a.client-more {
  font-size: 1.2rem;
  color: #0000007a;
  font-weight: 500;
}

.posted-google {

  padding: 2rem 0;
}

.main-reviews-text {
  height: 9rem;
}

.one-letter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
}

.g-text {
  padding-left: .8rem;
  padding-top: 14px;
}

p.google-po {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 500;
  line-height: 10px;
}

p.google-blue {
  font-size: rem;
  font-size: 1.7rem;
  color: #0088ff;
  font-weight: 400;
  line-height: 35px;
}

.google-content {
  position: relative;
}

.one-letter&gt;img {
  width: 15% !important;
  margin: 0 !important;
}

.custom-nav.owl-nav.google-reviews-nav&gt;.owl-prev {
  display: none;
}

.custom-nav.owl-nav.google-reviews-nav&gt;.owl-next {

  font-size: 2rem;
  font-weight: 700;
  background: #b5b5b5;


  top: 35%;
  right: 0%;
  border-radius: 50%;
  line-height: -8px;
  color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  border: none;
  width: 3rem;
  height: 3rem;
}

.custom-nav.owl-nav.google-reviews-nav {
  position: absolute;
  /* top: 3%; */
  right: -3%;
  bottom: 51%;
  z-index: 1;
}


@media(max-width:576px) {
  .logo-side {
    margin-bottom: 0rem;

  }

  .logo-side&gt;a&gt;img {
    width: 4rem;
  }
}

.iframe-auto {
  margin: auto;
  text-align: center;
}

.iframe-auto&gt;iframe {
  width: 31rem;
  height: 50rem;
}

@media(max-width:568px) {
  .iframe-auto&gt;iframe {
    width: 31rem;
    height: 50rem;
  }
}


@media(max-width:420px) {
  .iframe-auto&gt;iframe {
    width: 22rem;
    height: 50rem;
  }
}

/* 
section.indu-header {
  padding-top: 12rem;
  background: antiquewhite;
  background-color: transparent;
  background-image: linear-gradient(220deg,#9854FF 0%,#4529C7 100%);
} */

img.img-radius {
  min-width: 1170px;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
}

p.con-header-sub {
  color: #FFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  padding: 20px 0 50px 0;
}

.bg-radius-div {
  position: relative;
  margin-top: -33%;
  z-index: -1;
  width: 100%;
}

@media(max-width:1300px) {
  .give-pad {
    padding: 13rem 0 0;
  }

  .bg-radius-div {
    position: relative;
    margin-top: -39%;
    z-index: -1;
    width: 100%;
  }
}

@media(max-width:1280px) {

  /* .bg-radius-div {
    position: absolute;
    top: 57%;
    z-index: 1;
    width: 100%;
} */
  .app-span {
    position: absolute;
    right: 17% !important;
  }
}

@media(max-width:1024px) {

  /* .bg-radius-div {
    position: absolute;
    top: 85%;
    z-index: 1;
    width: 100%;
} */
  .two-img {
    display: block !important;
    left: 0 !important;
  }

  img.img-radius {
    display: none;
  }

  /* section.indu-header{
  padding: 6rem 0;
} */
}

@media(max-width:1024px) {
  .two-img {
    display: none !important;

  }
}

.bg-rigth-top {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 40%;
  width: 35%;
}

.bg-rigth-left {
  position: absolute;
  width: 7rem;
}

.bg-rigth-right-1 {
  position: absolute;
  right: 0;
  z-index: -999;
  width: 10%;
}

.bg-rigth-left-1 {
  position: absolute;
  /* top: 1%; */
  width: 17%;
}

.bg-overlay {
  background-color: transparent;
  background-image: linear-gradient(220deg, #9854FF 0%, #4529C7 100%);
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: -1;
  /* padding: 12rem; */
}

.give-pad {
  padding: 19rem 0 0;
}

p.con-header {
  font-family: "Comfortaa", Sans-serif;
  font-size: 45px;
  font-weight: 700;
  font-style: normal;
  line-height: 49px;
  letter-spacing: .1px;
  word-spacing: 0.1em;
}


.indus-header-center {
  padding: 7rem 0;
  background-color: transparent;
  background-image: linear-gradient(220deg, #9854FF 0%, #4529C7 100%);
}

.indus-header-center&gt;.container&gt;.row {
  align-items: center;
}

@media(max-width:480px) {
  .header-btn {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
  }

  .primary-indu-btn {
    margin-right: 10px;
  }
}

a.primary-indu-btn {
  cursor: pointer;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  font-style: normal;
  fill: #FFF;
  color: #FFF;
  background-color: #00CFDE;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #00CFDE;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%);
  padding: 10px 20px 10px 20px;
}

a.second-indu-btn {
  cursor: pointer;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  fill: #FFF;
  color: #FFF;
  background-color: #02010100;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 50%);
  padding: 10px 20px 10px 20px;
  margin-left: 10px;
}

@media(max-width:576px) {
  a.second-indu-btn {
    margin-left: none !important;
  }
}

@media (max-width: 576px) {
  a.second-indu-btn {

    margin-left: 0px;
  }
}




.two-img {
  display: flex;

}

/* .indus-header-center {
  padding: 6rem 0 0;
} */
img.tow-img.two-one {
  z-index: 1;
}

.two-img {
  display: flex;
  position: relative;
  top: -30%;
  align-items: center;
  Z-INDEX: 1;
}

section.indu-header {
  margin-bottom: 5rem;
}

img.tow-img.two-two {
  /* max-width: 3rem; */
  height: 100%;
  position: relative;
}

@media(max-width:1280px) {
  .two-img {
    display: flex;
    position: relative;
    top: -19%;
    left: -17%;
    align-items: center;
  }
}

img.tow-img.two-two {
  /* max-width: 3rem; */
  height: 100%;
  position: relative;
  left: -35%;
  margin-bottom: -16%;
  /* z-index: -1; */
}


.indus-body {
  background: #F0F4FF;
}

.ben-sap&gt;span {
  color: #9854FF;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  line-height: 32px;
}

.goodbye {
  color: #221F30;
  /* font-family: "Comfortaa",Sans-serif; */
  font-size: 33px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
}

.goodby-sub {
  text-align: left;
  color: #221F30;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  margin: 0;
}

.goodbyu-b {
  text-align: left;
  color: #221F30;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;

}

.slider-mainfit {
  padding: 3rem 0;
}

.custom-nav.owl-nav.benfit-slider.disabled {
  position: absolute;
  top: 20%;
}


.main-content {
  position: relative;
}

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
}



.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: calc(-40px/2);
  font-size: 25px;
  color: #9854FF;
  background: #FFF;
}

.main-content .owl-theme .custom-nav .owl-prev {

  left: -80px;
  right: auto;
}


.main-content .owl-theme .custom-nav .owl-next {
  right: -80px;
  left: auto;
}


.top-colo-div&gt;img {
  background: #EBDEFF;
  padding: 15px;
  border-radius: 15px 15px 15px 15px;
  max-width: 6rem !important;
  width: 100% !important;
  margin: 0 !important;

}

.process&gt;img {
  height: 6rem;
}

p.text-p {
  color: #221F30;
  font-family: "Comfortaa", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 22px;
}

.main-con-text {
  padding: 2rem;
  background: #ffff;
  border-radius: 15px;
  height: 12rem;
  margin-top: -2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-slider-item {
  padding: 1.3rem;
}

.top-colo-div:hover {
  transform: translateY(-8px);
}

.top-colo-div {
  transition: 0.4s;
}


a.btn-brochure {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 27px;
  fill: #FFF;
  color: #FFF;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 40px 8px 40px;
  background-color: #00CFDE;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%);
}

.brochure {
  text-align: center;
  padding: 4rem 0;
}

span.appli-span {
  color: #9854FF;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  line-height: 32px;
}

h3.appli-h3 {
  color: #221F30;
  /* font-family: "Comfortaa",Sans-serif; */
  font-size: 31px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
}

p.applicatin-p {
  text-align: left;
  color: #221F30;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
}


.appli-box {
  padding: 1rem 1.5rem 2rem 1.5rem;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  width: 27%;
  height: 19rem;
}


.appli-head&gt;h5 {
  color: #221F30;
  /* font-family: "Comfortaa",Sans-serif; */
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
}

.appli-head {
  margin: 1rem 0 2rem;
}

.appli-head&gt;p {
  color: #221F30;
  font-family: "Comfortaa", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
}

.appli-box-p&gt;p {
  text-align: left;
  color: #221F30;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
}

.application-div {
  padding: 2rem 0;
}

.application-img&gt;img {
  transform-style: preserve-3d;
  max-width: 100% !important;
  margin: auto !important;
}

.app-span {
  position: absolute;
  right: 12%;
}

.applicatio-cent {
  position: relative;
}

section.appication-section {
  padding: 4rem 0;
}


.appli-box {
  position: absolute;
  top: 30%;
}


.app-nav&gt;.owl-nav {
  position: absolute;
  bottom: 0%;
  left: 43%;
}

.app-nav&gt;.owl-dots {
  position: absolute;
  bottom: 0%;
  left: 63%;
}

.app-nav&gt;.owl-nav&gt;.owl-prev {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  margin-top: calc(-40px/2);
  font-size: 25px;
  color: #9854FF !important;
  background: #FFF !important;
}


.app-nav&gt;.owl-nav&gt;.owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  margin-top: calc(-40px/2);
  font-size: 25px;
  color: #9854FF !important;
  background: #FFF !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #9A8FE3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00CFDB;
}

.app-nav&gt;.owl-nav&gt;.owl-prev&gt;span {
  font-size: 2rem;
}

.app-nav&gt;.owl-nav&gt;.owl-next&gt;span {
  font-size: 2rem;
}


section.choose-us {
  padding: 0px 0px;
}

.why-ch {
  color: #221F30;
  /* font-family: "Comfortaa",Sans-serif; */
  font-size: 33px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  margin-top: 1rem;
}

span.cho-hed {
  color: #9854FF;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  line-height: 32px;
}

img.why-img {
  border-radius: 30px 30px 30px 30px;
}

.why-main {
  margin: 2rem 2rem;
  position: relative;
  border-radius: 30px;
  height: 35rem;
  background-color: transparent;
  background-image: linear-gradient(220deg, #9854FF 0%, #4529C7 100%);
}

.why-count {
  position: absolute;
  right: -6%;
  top: -6%;
  z-index: 1;
}

.why-count&gt;span {
  color: #9854FF;
  font-family: "Comfortaa", Sans-serif;
  font-size: 53px;
  font-weight: 700;

  font-style: normal;
  line-height: 56px;
}

.main-why-con {
  padding: 1rem 2rem;
}

p.main-head-why {
  color: #FFF;
  font-family: "Comfortaa", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  text-align: center;
}

p.main-subhead-why {
  text-align: center;
  color: #FFF;
  /* font-family: "Open Sans",Sans-serif; */
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
}

img.why-img:hover {
  transform: translateY(-8px);
}

img.why-img {
  border-radius: 30px 30px 30px 30px;
  transition: .4s;
  max-width: 100% !important;
}

/* .why-choose&gt;.owl-nav {
  position: absolute;
  bottom: 12%;
  left: 43%;
} */

.why-choose&gt;.owl-nav&gt;.owl-prev {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  margin-top: calc(-40px/2);
  font-size: 2rem !important;
  color: #9854FF !important;
  background: #FFF !important;
  position: absolute;
  left: 0;
  top: 51%;
}


.why-choose&gt;.owl-nav&gt;.owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  margin-top: calc(-40px/2);
  font-size: 2rem !important;
  color: #9854FF !important;
  background: #FFF !important;
  position: absolute;
  right: 0;
  top: 51%;
}

.head-sub-allies {
  text-align: center;
  padding: 2rem 0;
}

.sub-h {
  margin-top: 2rem;
}

span.alli {
  color: #9854FF;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  line-height: 32px;
}

.head-sub-allies {
  text-align: center;
  padding: 2rem 0;
}


p.sub-allies {
  color: #221F30;
  /* font-family: "Comfortaa",Sans-serif; */
  font-size: 33px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  margin-top: 1rem;
}

.item.allies-img-div&gt;img {
  max-width: 65% !important;
}

.allies-div&gt;.owl-nav&gt;.owl-prev {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  margin-top: calc(-40px/2);
  font-size: 2rem !important;
  color: #9854FF !important;
  background: #FFF !important;
  position: absolute;
  left: -5%;
  top: 35%;
}


.allies-div&gt;.owl-nav&gt;.owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  margin-top: calc(-40px/2);
  font-size: 2rem !important;
  color: #9854FF !important;
  background: #FFF !important;
  position: absolute;
  right: -5%;
  top: 35%;
}

.allies-div&gt;.owl-dots {
  display: none;
}

.main-flex-div {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-wrap: wrap; */
}

.main-flex-one {
  height: 420px;
  position: relative;
  top: 19px;
  padding: 2rem 2rem 2rem 3rem;
  width: 100%;
  border-radius: 15px 0 0 15px;
  display: flex;
  background-color: transparent;
  background-image: linear-gradient(180deg, #9854FF 0%, #4529C7 100%);
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

p.main-dlex-div {
  text-align: left;
  color: #FFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  line-height: 44px;
}

p.main-flex-div-sub {
  color: #FFF;
  font-family: "Comfortaa", Sans-serif;
  font-size: 33px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
}

.main-flex-img {
  margin: 0 1rem;
}

/* .main-flex-img-2 {
  width: 102%;
  height: auto;
} */

.main-flex-img {
  margin: 0 0.5rem;
  height: auto;
  width: 90%;
}

section.grid {
  padding: 6rem 0;
}

section.service-sec {
  padding: 4rem 0;
}

span.ser-span {
  color: #9854FF;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  line-height: 32px;
}

p.service-p {
  color: #221F30;
  /* font-family: "Comfortaa",Sans-serif; */
  font-size: 33px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  margin-top: 1rem;
}

.service-content {
  position: relative;
  margin-top: 10%;
}

p.ser-sub {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

ul.ser-ul {
  list-style: none;
  padding: 0 14px;
  text-align: center;
}

.service-cards {
  margin: 3rem 0;
  /* margin: 0 0 0 0; */
  padding: 50px 20px 50px 20px;
  background: #ffff;
  border-radius: 15px;
}

p.service-name {
  color: #221F30;
  /* font-family: "Comfortaa",Sans-serif; */
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

li.ser-li&gt;svg {
  background-size: cover;
  width: 16.41px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin-right: 15px !important;
}

li.ser-li&gt;span {
  font-size: 1.2rem;
  color: #585858;
}

li.ser-li {
  padding: 0.5rem 0;
}

li.sec&gt;svg {
  width: 1.7rem;
  height: 1.7rem;
  margin-left: -1%;
}

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

a.btn-q {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  fill: #FFF;
  color: #FFF;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 40px 10px 40px;
  background-color: #00CFDE;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%);
}

a.btn-q:hover {
  box-shadow: none;

}

@media(max-width:1024px) {
  .main-content .owl-theme .custom-nav {
    position: relative;

  }

  .main-content .owl-theme .custom-nav .owl-prev,
  .main-content .owl-theme .custom-nav .owl-next {
    position: relative;
  }

  .main-content .owl-theme .custom-nav .owl-prev {

    left: 0;
    right: auto;
  }

  .main-content .owl-theme .custom-nav .owl-next {
    right: 0;
    left: auto;
  }

  .app-nav&gt;.owl-nav {
    position: absolute;
    bottom: 4%;
    left: 43%;
  }

  .app-nav&gt;.owl-dots {
    position: absolute;
    bottom: 4%;
    left: 63%;
  }

  .app-span {
    position: absolute;
    right: 9% !important;

  }

  .appli-box {
    width: 100%;
  }

  .appli-box {
    position: relative;
    top: auto;
  }

  .main-flex-img-2 {
    margin-left: 1rem;
  }

  .main-flex-div {
    align-items: flex-start !important;
    margin: 0 0.6rem;
  }

  .main-flex-one {
    position: relative;
    top: -16px;
    border-radius: 15px 15px 0 0;

  }

}

@media(max-width:768px) {
  .app-nav&gt;.owl-nav {
    position: absolute;
    bottom: -4%;
    left: 43%;
  }

  .app-nav&gt;.owl-dots {
    position: absolute;
    bottom: -9%;
    left: 43%;
  }

  .main-flex-img-2 {
    margin-left: 0 !important;
  }

  .indus-header-center {
    padding: 0;
  }

  /* section.indu-header{
  padding: 2rem 0;
} */
  .two-img {
    display: none;
  }
}

/* enquiry form start */
.actual-width {
  /* width: 70%; */
  max-width: 1050px;
  /* height: 28%; */
}

.actual-width&gt;.modal-content {
  background: #F9F4F0 !important;
}

.form-div {
  padding: 1rem;
}

p.txt-scale {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: start;
  line-height: 120%;
  padding: 2rem;
  color: #000;
}

.pop-up-img {
  position: absolute;
  bottom: 15%;
  left: 6%;
}

p.from-span {
  color: #000;
  margin: 0;
  font-weight: 500;
}

span.lable-star {
  color: #ff0000b0;
}

.input-div {
  margin-bottom: 1rem;
}

.input-pop {
  background-color: none !important;
  background-color: none;
  background-color: none !important;
  background: none !important;
  padding: 0;
  border-bottom: 1.7px solid #cbcbcb !important;
  height: 37px !important;
}

textarea.text-area-im {
  min-height: 65px;
  border: none;
  padding: 0;
  border-bottom: 1.7px solid #cbcbcb !important;
  background: none;
  width: 100%;
}

.solid-ser {
  padding: 0rem 0 1rem;
}

.check-opo[type="checkbox"]~label:before {
  border: 1.7px solid #cbcbcb !important;
  background: none;
  border-radius: 5px;
}

.sub-opo {
  background: #6358a6;
  border: none;
  padding: 0.5rem 2rem;
}

@media(max-width:767px) {
  .img-sap {
    background-color: none;
  }

  .why-resonse {
    gap: 3rem !important;
  }
}

@media(max-width:578px) {
  .pop-up-img {
    display: none;
  }

  p.txt-scale {
    font-size: 25px;
    font-weight: 500;
    text-align: start;
    line-height: 120%;
    padding: 0;
  }
}

@media(max-width:1024px) {
  .pop-up-img {
    position: absolute;
    bottom: 15%;
    left: 2%;
    width: 20rem;
  }

  p.txt-scale {
    font-size: 2rem;
    font-weight: 500;
    text-align: start;
    line-height: 120%;
    padding-bottom: 1rem;

  }

  .actual-width {
    /* width: 70%; */
    max-width: 700px;
    /* height: 28%; */
  }
}

.mock-op {
  padding: -1rem 0 0;
  position: relative;
  top: 0px;
  left: 0.5rem;
}

.img-sap img:nth-child(2) {
  position: absolute;
  left: 23px;
  bottom: 0;
}

.change-img-moc {
  width: 50rem;
}

@media(max-width:576px) {
  .change-img-moc {
    width: 100%;
  }
}

/* a.soft-links {
    color: red;
    text-decoration: underline;
} */
.news-la {
  margin: 1.5rem 0 0 !important;
}




@media(max-width:991px) {

  .bg-overlay {
    height: 48%;
  }

  .give-pad {
    padding: 8rem 0 0;
  }

}



@media(max-width:1280px) {
  .give-pad {
    padding: 15.6rem 0 0;
  }

  .app-nav&gt;.owl-dots {
    position: absolute;
    bottom: -5%;
    left: 63%;
  }

  .app-nav&gt;.owl-dots {
    position: absolute;
    bottom: -5%;
    left: 63%;
  }

  .app-nav&gt;.owl-nav {
    position: absolute;
    bottom: -6%;
    left: 43%;
  }
}

@media(max-width:1024px) {


  .give-pad {
    padding: 8rem 0 0 !important;
  }

  .appli-box {
    height: 22rem;
  }
}

@media(max-width:576px) {
  .app-nav&gt;.owl-nav {
    position: absolute;
    bottom: -3%;
    left: 38%;
  }

  .app-nav&gt;.owl-dots {
    position: absolute;
    bottom: -7%;
    left: 34%;
  }
}



@media(max-width:576px) {
  .give-pad {
    padding: 10rem 1rem 3rem !important;
    background: linear-gradient(220deg, #9854FF 0%, #4529C7 100%);
  }


  .bg-overlay {
    background: none;
  }

  .brochure {
    text-align: center;
    padding: 3rem 0 4rem;
  }

  .app-span {
    position: absolute;
    right: 9% !important;
    top: -9%;
  }
}

a.move-view {
  text-decoration: underline;
  position: absolute;
  display: none;
  bottom: 5%;
}

.set-width-ecp {
  height: 22rem;
}

@media(max-width:576px) {
  .set-width-ecp {
    height: 18rem;
  }
}


.con-ten {
  margin-bottom: 2rem;
}

li.takema {
  margin: 1rem 2rem 1rem 0rem !important;
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: unset;
}


.heg-cms-fea {
  height: 25rem;

}

.crm-heg {
  height: 22rem;

}

@media(max-width:991px) {
  .crm-heg {
    height: 20rem;

  }
}

.erp-heg {
  height: 22rem;
}

@media(max-width:567px) {
  .heg-cms-fea {
    height: 18rem;
  }

  .crm-heg {
    height: auto;
  }

  .erp-heg {
    height: auto;
  }
}

#takema-eco {
  margin: 1rem 2rem 2.3rem 0rem !important;
}

.btn-ul-li {
  margin: 4rem 0 0;
}

.border-height {
  /* height: 27rem; */
}

.when-p {

  font-size: 1rem;
  color: #000;
  font-weight: 500;
}


.have-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
}

.input-have {
  height: 50px;
  padding: 0 30px 0 28px;
  /* padding-right: 45px; */
  border: none;
  border-radius: 30px;
  color: var(--body-color);
  background-color: var(--white-color);
  /* border-radius: 9999px; */
  /* border-radius: 0; */
  font-size: 14px;
  width: 75%;
}


@media(max-width:576px) {
  .input-have {
    width: 60% !important;
    padding: 0 6px 0 6px;
  }

}

.have-btn {
  z-index: 1;
  border: none;
  position: relative;
  padding: 9px 12px;
  border-radius: 30px;
  display: inline-block;
  font-family: 'OCR A Extended', sans-serif;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 12px 35px rgb(#000000, #177eb7, #0d96a9);
  box-shadow: 0px 12px 35px rgb(#000000, #177eb7, #0d96a9);
  font-size: var(--fontSize);
  font-weight: 400;
  /* /* height: 3.2rem; */
}

.have-btn::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(to left bottom, #6358A6, #ebd7c9);
}

.appli-box-img&gt;img {
  margin: 0 !important;
  height: 40px;
  width: 40px !important;
}

.about-img-sec::before {
  left: -30px;
  content: '';
  z-index: -1;
  bottom: 10px;
  width: 631px;
  height: 605px;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(76.8deg, #12bae9 0%, #12bae9 53.03%, #12bae9 100%);
}

.fea-btn {
  width: 3.2rem;
}

.features-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.set-width-ecp&gt;.icon&gt;img {
  width: 5rem;
}

.set-width-ecp&gt;.icon {
  background: none;
}

.man-he {
  height: 26rem;
}

@media(max-width:1023px) {
  .man-he {
    height: 23rem;
  }
}

@media(max-width:767px) {
  .man-he {
    height: 17rem;
  }
}

.pcb-feb-h {
  height: 29rem;
}

@media(max-width:767px) {
  .pcb-feb-h {
    height: 18rem;
  }
}


@media(max-width:1023px) {
  .pcb-feb-h {
    height: 23rem;
  }
}


.showroom_h {
  height: 26rem;
}

@media(max-width:1024px) {
  .showroom_h {
    height: 23rem;
  }
}

@media(max-width:567px) {
  .showroom_h {
    height: 17rem;
  }
}

.jew-h {
  height: 28rem;
}

@media(max-width:567px) {
  .jew-h {
    height: 19rem;
  }
}

.fas-h {
  height: 28rem;
}

@media(max-width:1024px) {
  .fas-h {
    height: 25rem;
  }
}

@media(max-width:576px) {
  .fas-h {
    height: auto;
  }
}

.dis-h {
  height: 28rem;
}

@media(max-width:1024px) {
  .dis-h {
    height: 25rem;
  }
}

@media(max-width:576px) {
  .dis-h {
    height: auto;
  }
}

.con-h {
  height: 29rem;
}

@media(max-width:576px) {
  .dis-h {
    height: auto;
  }
}



.about-crm::before {
  background: #3fd2fefa;
}

.about-crm&gt;img {
  position: relative;
  /* top: -32px; */
  max-width: 39rem;
  left: -10px;
  margin: 0;
}

.tele-h {
  height: 29rem;
}

@media(max-width:576px) {
  .tele-h {
    height: auto;
  }
}

.with-icon&gt;img {
  width: 55%;
}

.feb-six {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feb-six&gt;img {
  width: 60%;
}


.real-h {
  height: 24rem;
}

@media(max-width:1200px) {
  .real-h {
    height: 27rem;
  }
}

@media(max-width:1024px) {
  .real-h {
    height: 23rem;
  }
}

@media(max-width:576px) {
  .real-h {
    height: auto;
  }
}

.how-icon-ex&gt;img {
  width: 50%;
}

.how-icon&gt;img {
  width: 40%;
}



.erp-header-img {
  max-width: 44rem !important;
}

.erp-bottom::before {
  display: none !important;
}

.erp-bottom&gt;img {
  max-width: 40rem;
}

.mo-m-n {
  margin-top: 0 !important;
}

.indus-header-content {
  padding: 3rem 0;
}

li.solo {
  margin: 1rem;
}

.an-h {
  height: 26rem;
}

@media(max-width:1200px) {
  .an-h {
    height: 29rem;
  }
}

@media(max-width:991px) {
  .an-h {
    height: 26rem;

  }
}

@media (max-width:576px) {
  .an-h {
    height: auto;
  }
}

@media(min-width:1200px) {
  .cms-bottom-img {
    min-width: 55rem;
  }
}



.bg-curve {
  padding: 1rem;
  background: #6358a6;
  width: 100%;
  box-shadow: 2px 5px 10px 6px #dddbdbb8, -2px -8px 16px 12px #dddbdbb8;
}

@media(min-width:1280px) {
  .bg-curve {

    width: 150%;
  }
}

.new-width {
  width: 55% !important;
}

.margin-width {
  margin-top: 5px;
}

.flex-width-icon {
  width: 40% !important;
}

.org-main-div&gt;ul&gt;li&gt;a {
  display: flex !important;
  justify-content: flex-start;
  padding-left: 10px !important;

}

.org-main-div&gt;ul&gt;li::before {
  display: none;
}

.org-main-div&gt;ul&gt;li&gt;a&gt;img {
  width: 19%;
}

span.icon-img-c {
  padding-left: 12px;
}

.six-h4 {
  margin-top: 10px;
  font-size: 23px;
  text-align: center;
}

.con-header.head {
  /* font-family: "Comfortaa",Sans-serif; */
  color: white;
  letter-spacing: -2px;
  margin-right: 10px;
}

.text-p.head-6 {
  color: #221F30;
  /* font-family: "Comfortaa",Sans-serif; */
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 22px;
}

.main-head-why.heads-4 {
  color: #FFF;
  /* font-family: "Comfortaa",Sans-serif; */
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  text-align: center;
}

.top-heading {
  color: black !important;
  font-size: 30px !important;
  line-height: 35px;
  margin-bottom: 3rem !important;
}

.ad_top {
  max-width: 53rem !important;
}

.bott-img {
  position: relative;
}

.about-image-an {
  margin-top: 20px;
}

.about-image-an::before {
  left: 3px;
  content: '';
  z-index: -1;
  bottom: 10px;
  width: 590px;
  height: 590px;
  position: absolute;
  background-image: linear-gradient(120deg, hsl(195deg 92% 80%) 0%, hsl(197deg 99% 67%) 37%, hsl(196deg 100% 56%) 50%, hsl(199deg 97% 66%) 60%, hsl(196deg 76% 80%) 100%);
  border-radius: 50%;
}

.about-image::before {
  display: none;
}


.ios_bef {
  position: relative;
}

.ios_main_img {
  max-width: 40rem;
}

.about-image-ios::before {
  left: -30px;
  content: '';
  z-index: -1;
  bottom: 10px;
  width: 681px;
  height: 680px;
  position: absolute;
  border-radius: 50%;
  background: #a6bedb;
}

.about-image-ios&gt;img {
  max-width: 40rem;
}

.pwa_main_img {
  max-width: 50rem !important;
}

.ico_new_width {
  width: 41% !important;

}

.h3-style {
  font-size: 20px !important;
  /* text-transform: capitalize; */
}

.crm_about::before {
  background: linear-gradient(76.8deg, #a3dbff 0%, #0093f0 53.03%, #177fc1 100%) !important;
  left: -25px !important;
}

.crm_2 {
  max-width: 30rem !important;
}

.pwa_dash {
  max-width: 45rem !important;
}

.about_pwa::before {
  left: 56px !important;
  background: #ffe9c5 !important;
}

img.pwa_four_icon {
  width: 38%;
}

.fac_img {
  max-width: 42rem !important;
}

.none-before::before {
  display: none !important;
}

img.fac_six_icon {
  width: 40%;
}

img.mobile_bus {
  width: 70%;
}

img.dead_bus {
  width: 40%;
}

.bus_after::before {
  background: #f9f9f9;
}


.bus_after::before {
  left: -15px;
  content: '';
  z-index: -1;
  top: -85px;
  bottom: 10px;
  width: 570px;
  height: 570px;
  position: absolute;
  border-radius: 50%;
  background: #74aef5;
}


.execution {
  margin-left: 13px;
}

img.how_work_bus {
  width: 40%;
}

.ml-com {
  margin-left: 10px;
}

.com_last_icon {
  width: 40% !important;
}

img.com_how_icon {
  width: 50%;
}

.width_last_pcb {
  width: 65% !important;
}

.bgcolor {
  background-color: #46325d;
}

.auto {
  width: 130%;
  height: 165%;
}

img.icon-img-img1 {
  width: 58%;
}

img.metal {
  margin-left: 10px;
}

.showcolor {
  background: #b1794f;
}

.jewellery_image&gt;img {
  max-width: 125%;
}

.fashion {
  background-color: #5e79ab;
}

.distribute {
  background-color: #4b6cbf;
}

.procolor {
  background: #c777aa;
}

.pro-image&gt;img {
  max-width: 123%;
}

.cons-bgcolor {
  background-color: #eeb137;
}

.cons-image&gt;img {
  max-width: 126%;
}

.auto-img&gt;img {
  max-width: 134%;
}

.dis_ab_img::before {
  display: none;
}

.dis_ab_img&gt;img {
  max-width: 128%;
}

.metal_img&gt;img {
  max-width: 128% !important;
}

.manu-icon&gt;img {
  max-width: 50% !important;
}

.real-icon&gt;img {
  max-width: 50% !important;
}

/*  media query start */
@media(max-width:776px) {
  .gradient-banner-image&gt;img {
    width: 100% !important;
  }
}

@media(max-width:440px) {
  .about-image&gt;img {
    max-width: 100% !important;
  }
}

@media(max-width:760px) {
  .pad-head {
    width: 100% !important;
  }
}

@media(max-width:780px) {
  .pea_resize_img&gt;img {
    width: 100% !important;
  }
}

@media(max-width: 990px) {
  .app-ever-wrap-image {
    display: none;
  }
}

@media(max-width: 767px) {
  .about-image-an::before {
    background-image: none;
  }
}

@media(max-width: 767px) {
  .about-image-ios::before {
    background: none;
  }
}

@media(max-width: 767px) {
  .about-image-ios&gt;img {
    max-width: 23rem;
  }
}

@media(max-width: 767px) {
  .company-auto&gt;img {
    margin-top: 35px;
  }
}

@media(max-width: 767px) {
  .view-all {
    position: absolute;
    bottom: -300px;
    right: 0px;
    display: none;
  }
}

@media(max-width: 767px) {
  .logo-rating-google {
    position: relative;
  }
}

/* media query end */
.sea {
  width: 160% !important;
}

.art {
  margin-bottom: 25px;
}

.view-all {
  margin-top: 30px;
}


h1.comson {
  color: #fff;
  font-size: 5rem;
}


img.vimg {
  border-radius: 20px;
}

.vpop {
  width: 100%;
  height: 100%;
}

.product_head {
  padding: 5rem 0;
}

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

.bg-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  /* height: 100%; */
  width: 100%;
}

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}

h1.profehe {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  color: #000000;
  margin: 0;
}

p.subhesdpro {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #949494;
}

.icon-pro {
  background: #FFFFFF;
  border: 2px solid rgba(215, 215, 215, 0.5);
  /* border-radius: 30px; */
  width: 5rem;
  /* text-align: center; */
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: all .6s;
}

/* retail start */
.icon-pro1:hover {
  box-shadow: 0px 10px 30px rgb(234, 115, 232, 0.24);
}


.icon-pro2:hover {
  box-shadow: 0px 10px 30px rgb(238, 121, 51, 0.24);
}


.icon-pro3:hover {
  box-shadow: 0px 10px 30px rgb(255, 178, 29, 0.24);
}

.icon-pro4:hover {
  box-shadow: 0px 10px 30px rgb(56, 144, 221, 0.24);
}

.icon-pro5:hover {
  box-shadow: 0px 10px 30px rgb(120, 74, 255, 0.24);
}

.icon-pro6:hover {
  box-shadow: 0px 10px 30px rgb(77, 200, 89, 0.24);
}

.icon-pro7:hover {
  box-shadow: 0px 10px 30px rgb(234, 115, 232, 0.24);
}

.icon-pro8:hover {
  box-shadow: 0px 10px 30px rgb(238, 121, 51, 0.24);
}

/* retail end */

/* pos start */
.icon-pos1:hover {
  box-shadow: 0px 10px 30px rgb(255, 178, 29, 0.24);
}

.icon-pos2:hover {
  box-shadow: 0px 10px 30px rgb(234, 115, 232, 0.24);
}


.icon-pos3:hover {
  box-shadow: 0px 10px 30px rgb(255, 124, 50, 0.24);
}

.icon-pos4:hover {
  box-shadow: 0px 10px 30px rgb(255, 178, 29, 0.24);
}

.icon-pos5:hover {
  box-shadow: 0px 10px 30px rgb(77, 200, 89, 0.24);
}

.icon-pos6:hover {
  box-shadow: 0px 10px 30px rgb(238, 121, 51, 0.24);
}

.icon-pos7:hover {
  box-shadow: 0px 10px 30px rgb(120, 74, 255, 0.24);
}

.icon-pos8:hover {
  box-shadow: 0px 10px 30px rgb(56, 144, 221, 0.24);
}

/* pos end */

/* hr_auto start */
.hr-auto1:hover {
  box-shadow: 0px 10px 30px rgb(238, 121, 51, 0.24);
}

.hr-auto2:hover {
  box-shadow: 0px 10px 30px rgb(56, 144, 221, 0.24);
}

.hr-auto3:hover {
  box-shadow: 0px 10px 30px rgb(120, 74, 255, 0.24);
}

.hr-auto4:hover {
  box-shadow: 0px 10px 30px rgb(255, 119, 233, 0.24);
}

.hr-auto5:hover {
  box-shadow: 0px 10px 30px rgb(77, 200, 89, 0.24);
}

.hr-auto6:hover {
  box-shadow: 0px 10px 30px rgb(255, 178, 29, 0.24);
}

.hr-auto7:hover {
  box-shadow: 0px 10px 30px rgb(238, 121, 51, 0.24);
}

.hr-auto8:hover {
  box-shadow: 0px 10px 30px rgb(56, 144, 221, 0.24);
}

/* hr_auto end*/

/* D and M start */
.del-mis1:hover {
  box-shadow: 0px 10px 30px rgb(56, 144, 221, 0.24);
}

.del-mis2:hover {
  box-shadow: 0px 10px 30px rgb(120, 74, 255, 0.24);
}

.del-mis3:hover {
  box-shadow: 0px 10px 30px rgb(255, 119, 233, 0.24);
}

.del-mis4:hover {
  box-shadow: 0px 10px 30px rgb(77, 200, 89, 0.24);
}

.del-mis5:hover {
  box-shadow: 0px 10px 30px rgb(255, 178, 29, 0.24);
}

.del-mis6:hover {
  box-shadow: 0px 10px 30px rgb(238, 121, 51, 0.24);
}

.del-mis7:hover {
  box-shadow: 0px 10px 30px rgb(56, 144, 221, 0.24);
}

.del-mis8:hover {
  box-shadow: 0px 10px 30px rgb(120, 74, 255, 0.24);
}

/* D and M end*/


/* pro erp start */
.pro-erp1:hover {
  box-shadow: 0px 10px 30px rgb(238, 121, 51, 0.24);
}

.pro-erp2:hover {
  box-shadow: 0px 10px 30px rgb(255, 119, 233, 0.24);
}

.pro-erp3:hover {
  box-shadow: 0px 10px 30px rgb(120, 74, 255, 0.24);
}

.pro-erp4:hover {
  box-shadow: 0px 10px 30px rgb(56, 144, 221, 0.24);
}

.pro-erp5:hover {
  box-shadow: 0px 10px 30px rgb(77, 200, 89, 0.24);
}

.pro-erp6:hover {
  box-shadow: 0px 10px 30px rgb(255, 178, 29, 0.24);
}

.pro-erp7:hover {
  box-shadow: 0px 10px 30px rgb(255, 124, 50, 0.24);
}

.pro-erp8:hover {
  box-shadow: 0px 10px 30px rgb(255, 119, 233, 0.24);
}

/* pro erp end*/

/* in-ven start */
.in-ven1:hover {
  box-shadow: 0px 10px 30px rgb(77, 200, 89, 0.24);
}

.in-ven2:hover {
  box-shadow: 0px 10px 30px rgb(255, 119, 233, 0.24);
}

.in-ven3:hover {
  box-shadow: 0px 10px 30px rgb(56, 144, 221, 0.24);
}

.in-ven4:hover {
  box-shadow: 0px 10px 30px rgb(120, 74, 255, 0.24);
}

.in-ven5:hover {
  box-shadow: 0px 10px 30px rgb(255, 178, 29, 0.24);
}

.in-ven6:hover {
  box-shadow: 0px 10px 30px rgb(238, 121, 51, 0.24);
}

.in-ven7:hover {
  box-shadow: 0px 10px 30px rgb(77, 200, 89, 0.24);
}

.in-ven8:hover {
  box-shadow: 0px 10px 30px rgb(255, 119, 233, 0.24);
}

/* in-ven end*/

p.iconnamepro {
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  color: #000000;
  padding-top: 1rem;
  text-align: center;
}

.flexfivicon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 0rem;
}

.flex-div-cion {
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconfeadiv {
  padding: 2rem 2rem;
}

a.getaqoute {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #2B7AF0;
  text-align: center;
}

.getaq {
  text-align: center;
  padding-top: 2rem;
}

.beni-img {
  display: flex;
  justify-content: center;
  align-items: center;
}


.beni-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

p.namebeni {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #000000;
}

.benifcon-left {
  padding-left: 15%;
}

p.subbenicon {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #7C7C7C;
  /* width: 70%; */
}


section.benifits-content-section {
  padding: 10rem 0;
  background: #dddddd29;
}

.beni-row {
  padding-bottom: 10rem;
  padding-bottom: 10rem;
  WIDTH: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}


.benicongetq {
  padding-top: 2rem;
}

section.how-its-work-section {
  padding: 7rem 4rem;
  /* background: #784AFF; */
}

.retail-bg {
  background-color: #FF77E9;
}

.pos-bg {
  background-color: #784AFF;
}

.hr-bg {
  background-color: #FF7C32;
}

.mis-bg {
  background-color: #3890DD;
}

.erp-pro-bg {
  background-color: #FFB21D;
}

.im-bg {
  background-color: #4DC859;
}

.mainheadwork {
  display: flex;
  justify-content: center;
  padding: 3rem 0 4rem;
}

.mainheadwork&gt;p {
  font-weight: 600;
  font-size: 45px;
  line-height: 68px;
  color: #FFFFFF;
}

.howitdiv {
  text-align: center;
  padding: 2rem 2rem;
}

.stpesimhhow {
  background: #FFFFFF;
  border: 2px solid rgba(215, 215, 215, 0.5);
  border-radius: 30px;
  width: 6rem;
  height: 6rem;
  /* height: 110px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

p.stpeshoits {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding-top: 1rem;
}

.dechow&gt;p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

.imgcoumt {
  position: relative;
}

span.stpesab {
  position: absolute;
  bottom: -45%;
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 225px;
  text-align: center;
  /* color: #5E33DE; */
  left: -15%;
}

.retail-count {
  color: #EB4ED2;
}

.pos-count {
  color: #5E33DE;
}

.hr-count {
  color: #e25500;
}

.mis-count {
  color: #1e66a5a1;
}

.erp-pro-count {
  color: #ac7b1ff2;
}

.im-count {
  color: #349428;
}


.dechow {
  /* padding-top: 1.3rem; */
}

section.blog-div-pro {
  padding: 5rem 0;
}

img.img-layer-bg {
  width: 100%;
  height: 22rem;
}

.retail-anim {
  display: inline-block;
  position: relative;
  color: #FF77E9;
}

.retail-anim:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FF77E9;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2B7AF0;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}

.afterunderline-retail:after {
  background-color: #FF77E9 !important;
}

.afterunderline-pos:after {
  background-color: #784AFF;
}

.afterunderline-hrauto:after {
  background-color: #FF7C32;
}

.afterunderline-dele:after {
  background-color: #3890DD;
}

.afterunderline-proerp:after {
  background-color: #FFB21D;
}

.afterunderline-inven:after {
  background-color: #4DC859;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.colowh {
  color: #fff !important;
}

.colowh:after {
  background-color: #fff !important;
}

img.getarrow {
  transition: all 0.5s;
}

a.getaqoute:hover .getarrow {
  transform: translateX(10px);
}

img.getarrow {
  transition: all 0.5s;
}

.addpad-foo {
  /* padding-left: 4rem; */
}

.mapsdiv {
  DISPLAY: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 6rem 0 0;
}

.mpasdi {
  text-align: center;
  padding: 1rem 1.5rem;
}

p.mapname {
  font-weight: 400;
  font-size: 15px;
  line-height: 326.5%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 0.6rem;
}

.mapsectio {
  padding: 5rem 1rem 0;
}



@media(max-width:1024px) {
  .stpesab {
    left: -34% !important;
    font-size: 5.2rem !important;
  }
}

@media(min-width:991px) {
  .iconfeadiv {
    padding: 2rem 0rem;
  }

  .col3w {
    width: 23%;
  }

}

@media(max-width:991px) {
  .stpesab {
    left: 0% !important;
  }

  .vpop {
    top: 20%;
  }

  .main-div-video {
    height: 625.1px;
  }

}

@media(max-width:768px) {
  .benifcon-left {
    padding-left: 0;
    padding-top: 4rem;
  }

  .beni-olumn-reverse {
    flex-direction: column-reverse;
  }

  .beni-top-pad {
    padding-top: 4rem;
  }
}

@media(max-width:567px) {
  .w50 {
    width: 50%;
  }

  .mapsectio {
    padding: 3rem 0rem 0;
  }

  .addpad-foo {
    padding-left: 2rem;
  }

  .stpesab {
    left: -17% !important;
  }

  .mainheadwork&gt;p {
    font-size: 2rem;
  }

}

.feature-icon&gt;img {
  height: 70px;
}

.b-icon&gt;img {
  height: 50px;
}

.b-iconq&gt;img {
  height: 50px;
  margin-left: 12px;
}

.design&gt;img {
  height: 45px;
  position: relative;
  top: 12px;
}

.design1&gt;img {
  height: 42px;
  position: relative;
  top: 12px;
}

.design2&gt;img {
  height: 39px;
  position: relative;
  top: 17px;
}

.ecom-img&gt;img {
  position: relative;
  z-index: 1;
  left: -130px;
  top: 64px;
}

.faqs {
  margin-top: 25px;
}

.con {
  margin-top: 40px;
}

.career {
  font-size: 55px;
  color: black;
  line-height: 65px;
}

/* products page start */
.retail-info {
  color: #FF77E9 !important;
  position: relative;
  top: 2.5rem;
  left: 1.6rem;
  line-height: 110.5%;
  font-size: 3.9rem;
  font-weight: 700;
  font-family: 'Inter';
}

.colorretail {
  color: #FF77E9 !important;
}

.img-retail {
  width: 23rem;
}

.retail {
  position: relative;
  height: 24rem;
  background-color: rgb(235, 95, 233, 0.3);
}

.pos-info {
  color: #784AFF !important;
  position: relative;
  top: 2.5rem;
  left: 1.6rem;
  line-height: 110.5%;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Inter';
}

.pos1 {
  position: relative;
  height: 24rem;
  background-color: rgb(29, 58, 201, 0.3);
}

.colorpos {
  color: #784AFF !important;
}

.img-pos {
  width: 23rem;
}

.hr {
  position: relative;
  height: 24rem;
  background-color: rgb(238, 119, 12, 0.3);
}

.hr-info {
  color: #FF7C32 !important;
  position: relative;
  top: 2.5rem;
  left: 1.6rem;
  line-height: 110.5%;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Inter';
}

.colorhr {
  color: #FF7C32 !important;
}

.img-hr {
  width: 23rem;
}

.dele {
  position: relative;
  height: 24rem;
  background-color: rgb(56, 144, 221, 0.3);
}

.dele-info {
  color: #3890DD !important;
  position: relative;
  top: 2.5rem;
  left: 1.6rem;
  line-height: 110.5%;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Inter';
}

.colordele {
  color: #3890DD !important;
}

.img-dele {
  width: 23rem;
}

.pro {
  position: relative;
  height: 24rem;
  background-color: rgb(237, 190, 36, 0.3);
}

.pro-info {
  color: #FFB21D !important;
  position: relative;
  top: 2.5rem;
  left: 1.6rem;
  line-height: 110.5%;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Inter';
}

.colorpro {
  color: #FFB21D !important;
}

.img-pro {
  width: 23rem;
}

.inven {
  position: relative;
  height: 24rem;
  background-color: rgb(48, 204, 52, 0.3);
}

.inven-info {
  color: #4DC859 !important;
  position: relative;
  top: 2.5rem;
  left: 1.6rem;
  line-height: 110.5%;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Inter';
}

.colorinven {
  color: #4DC859 !important;
}

.img-inven {
  width: 23rem;
}

.quote {
  position: absolute;
  right: 4%;
  bottom: 15%;
}

.arroeiconright {
  padding-left: 0.3rem;
  font-size: 1rem;
}

/* products page end */

/* download section responsive start */

@media(min-width:1200px) {
  .img-retail {
    width: 28rem;
    margin-top: -2rem;
    margin-left: -4.5rem;
  }

  .img-pos {
    width: 28rem;
    margin-top: -2.4rem;
    margin-left: -3rem;
  }

  .img-hr {
    width: 25rem;
    margin-top: -2.4rem;
    margin-left: -5px;
  }

  .img-dele {
    width: 28rem;
    margin-top: -7px;
    margin-left: -2rem;
  }

  .img-pro {
    width: 26rem;
    margin-top: -2rem;
    margin-left: -2rem;
  }
}

.img-inven {
  width: 21.8rem;
  margin-top: -2rem;
}


@media(max-width:991px) {
  .img-retail {
    display: none;
  }

  .img-pos {
    display: none;
  }

  .img-hr {
    display: none;
  }

  .img-dele {
    display: none;
  }

  .img-pro {
    display: none;
  }

  .img-inven {
    display: none;
  }
}

@media(max-width:991px) {
  .quote {
    bottom: 10%;
  }

  .retail-info {
    left: 15px;
    top: 35px;
    font-size: 40px;
  }

  .pos-info {
    left: 15px;
    top: 35px;
    font-size: 40px;
  }

  .hr-info {
    left: 15px;
    top: 35px;
    font-size: 40px;
  }

  .dele-info {
    left: 15px;
    top: 35px;
    font-size: 40px;
  }

  .pro-info {
    left: 15px;
    top: 35px;
    font-size: 40px;
  }

  .inven-info {
    left: 15px;
    top: 35px;
    font-size: 40px;
  }

 

  .banner-sention {
    padding: 4rem 0 0rem !important;
    margin-top: 0 !important;

  }
}
@media (max-width:767px){
  .banner-sention{
    padding: 2rem 0 0rem !important;

  }
}

.banner-sention {
  margin-top: 5.9rem;
  background: #f6f6f6;
  padding: 7rem 0 5rem;
}

.banner-mail-inputs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border: 2px solid #ffffff;
  background: #fff;
  border-radius: 7px;
  width: 100%;
  padding: 0.3rem 0.3rem 0.3rem 1rem;
  max-width: 25rem;
}

.banner-mail-inputs input {
  background: none;
  border: none;
  width: 75%;
  padding: 0;
}

.banner-mail-inputs button {
  border: none;
  background: linear-gradient(176.63deg, #6358A6 3.11%, #6358A6 97.6%);
  color: #fff;
  width: 45%;
  height: 3rem;
  border-radius: 5px;
}

.banner-contant {
  padding: 5rem 0;
  position: relative;
}

.top-heading-bold h1 {
  line-height: 56px;
  font-family: 'Inter';
  font-weight: 600;
  margin-bottom: 10px;
}

.top-heading-bold p {
  font-size: 1rem;
  margin: 2rem 0 2rem;
}

.banner-contant {
  padding: 0 8rem 0 5rem;
}

.banner-img {
  margin-right: 6rem;
}

.marques-scroll {
  background: #f6f6f6;
  /* margin-bottom: 6rem; */
  padding-bottom: 2rem;
}

.marques-scroll p {
  font-weight: 800;
  font-size: 1.1rem;
  color: #000;
  padding-left: 5rem;
}



@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider-brand {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider-brand::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider-brand::before {
  left: 0;
  top: 0;
}
.slider-brand .slide {
  text-align: center;
}
.slider-brand .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(200px * 14);
}

/* .slider-brand .slide {
  height: 100px;
  width: 250px;
} */

.slider-brand .slide-track .slide img {
  aspect-ratio: 3/2;
  width: 70%;
  object-fit: contain;
}

@media(max-width:1400px) {
  .banner-contant {
    padding: 0 0rem 1.5rem 0;
  }

  .banner-img {
    margin-right: 0;
  }

  .marques-scroll p {
    padding-left: 0;
  }
}

.google-content2 {
  position: relative;
}


.top-heading p.whych-head {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 38px;
  color: #000000;
  margin-bottom: 2rem;
}

.top-heading p.whycho-subhead {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  opacity: 0.7;
}

.why-chooseus {
  margin: 0 0 7rem 0;
  padding-top: 5rem;
}

.icon-div-res img {
  width: 2rem;
}

.icon-div-res {
  background: #E5E5E5;
  border-radius: 10px;
  text-align: center;
  padding: 1.1rem;
  display: inline;
  width: 5rem;
  height: 5rem;
  display: block;
}

.why-resonse {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7rem;
  flex-wrap: wrap;
}

.icon-div-res svg {
  aspect-ratio: 3/2;
  width: 80%;
  object-fit: contain;
  display: block;
  margin: auto;
}

.resions-div p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  margin-top: 10px;
}

.resions-div {
  transition: all 300ms;
  position: relative;
  bottom: 0;
}

.icon-div-res svg {
  transition: all 100ms;
}

.resions-div:hover {
  transition: all 300ms;
  position: relative;
  bottom: 14px;
}

.resions-div:hover .icon-div-res {
  transition: all 300ms;
  background: #6358A6;
  box-shadow: 0px 6px 10px rgba(131, 117, 153, 0.4);
  border-radius: 10px;
}

.resions-div:hover .icon-div-res svg {
  fill: #fff;
  transition: all 100ms;
}

/* .services-card-control {
  margin-left: 21rem;
} */

a.inwahtaa {
  border-radius: 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  padding: 0.7rem 1.1rem;
  margin-right: 1rem;
  border: none;
  background: linear-gradient(176.63deg, #6358A6 3.11%, #6358A6 97.6%);
  color: #fff;
  border-radius: 5px;
}


a.whaticona svg {
  width: 3rem;
  display: inline-block;
}

.inwhats-app {
  margin-top: 3rem;
}

.our-serhead p {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  /* text-align: right; */
  color: #0A0A0A;
}

.serslider {
  /* position: relative; */
  margin-bottom: 2rem;
  /* height: 26rem; */
}

.slider-services {
  /* position: absolute; */
  margin-left: 11%;
  margin-right: -2rem;
}

.our-serhead {
  margin-bottom: 3rem;
}

.serices-owl-slider {
  position: relative;
}

.serices-owl-slider .owl-nav {
  left: 79rem;
  position: absolute;
  top: -90px;
}

.serices-owl-slider .owl-nav button i {
  font-size: 1.2rem;
}

.serices-owl-slider .owl-nav button i.left-arrow {
  margin-right: 30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}


.serices-owl-slider .owl-nav button.owl-next {
  position: relative;
}

.serices-owl-slider .owl-nav button.owl-next:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  top: 23%;
  left: -250%;
  border-radius: 50%;
}

.card-div-ser {
  background: #6358A6;
  border-radius: 10px;
  width: 100%;
  height: 25rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 300ms;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.card-div-ser:hover {
  transition: all 300ms;
  background: #EAD7C9;
  /* position: relative;
  bottom: 15px; */
}


.card-div-ser .cont-serdiv {
  width: 80%;
  margin: 0 auto 2.5rem;
  position: relative;
  top: 36%;
  transition: all 300ms;
}

.card-div-ser:hover .cont-serdiv {
  position: relative;
  transition: all 300ms;
  top: 0%;
}

.card-div-ser:hover .cont-serdiv .serdivided {
  background: #000;
}

.card-div-ser .cont-serdiv .card-ser-count {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.card-div-ser .cont-serdiv .card-head-ser {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  color: #fff;
}

.card-div-ser .cont-serdiv .serdivided {
  width: 100%;
  height: 2px;
  background: transparent;
  margin-bottom: 1rem;
}

.card-div-ser .cont-serdiv .subhead-ser {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin-bottom: 3rem;
  opacity: 0;
  transition: all 300ms;


}

.card-div-ser:hover .cont-serdiv .subhead-ser {
  opacity: 1;
  transition: all 300ms;
}

.card-div-ser .cont-serdiv a.serlink {

  border: 2.5px solid #000000;
  border-radius: 5px;

  border-radius: 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.6rem 1rem;
}

.card-div-ser:hover .cont-serdiv p {
  color: #000 !important;
}

.key-fea {
  margin-top: 10rem;
}

.border-bottm-nav {
  border-bottom: 2px solid #eeee;
  /* padding-bottom: 1rem !important; */
}


.haveapro {
  background-image: url(../img/emailbg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  padding: 5rem 0 10rem;
  margin-top: 5rem;
}

.havepro-head h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 131%;
  color: #FFFFFF;
}

p.attract-head {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
}

.havepro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.number-input-pro label {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.number-input-pro label span {
  width: 2px;
  display: inline-block;
  height: 20px;
  background: #fff;
}

.number-input-pro {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border-radius: 30px;
  background: rgba(56, 49, 100, 0.25);
  border: 3.5px solid #FFFFFF;
  padding: 12px 1rem;
  width: 100%;
  max-width: 15rem;
}

.number-input-pro input {
  background: none;
  border: none;
  height: auto;
  padding: 0;
}

.submit-btn-pro button {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 15px 1.5rem;
  border: none;
  color: #000;
}

.number-input-pro input:focus {
  background: none !important;
}

.number-input-pro input::placeholder {
  color: #fff;
}


.from-pro {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 7rem;
  flex-wrap: wrap;
}

.name-fl-pro {
  width: 100%;
  max-width: 20rem;
}

.counter-div {
  margin-top: 5rem;
}

.carousel-section {
  /* padding-top: 80px; */
  padding-bottom: 80px;
  /* overflow: hidden; */
}

.carousel-section .owl-nav {
  left: 63rem;
  position: absolute;
  top: -107px;
  display: flex;
}

.carousel-section .owl-carousel .owl-stage {
  padding-left: 0 !important;
}

.carousel-section .owl-carousel .owl-stage-outer {
  overflow: unset;
}

.carousel-section .owl-carousel .owl-nav .owl-next,
.carousel-section .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  /* border: 1px solid #c3c3c3;
  border-radius: 50%; */
  height: 50px;
  font-size: 30px;
  position: relative;
}

.carousel-section .owl-carousel .owl-nav .owl-next:focus,
.carousel-section .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}

.carousel-section h2 {
  font-size: 34px;
  text-align: left;
  font-weight: 700;
}

.carousel-section .carousel-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}

.carousel-section .items {
  margin: 20px 0;
}

.carousel-section .items__card {
  box-shadow: 0 13px 31px #dce1ed;
  height: 300px;
  border-radius: 12px;
  margin: 30px 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  border: 1px solid #dddddd;
}

.carousel-section .owl-nav button.owl-next:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  top: 39%;
  left: -19%;
  border-radius: 50%;
}


.main_ul_heading.visible-title {
  padding-left: 1rem;
}

.connect-with a i {
  font-size: 2rem;
  margin-left: 10px;
  color: #0d6efd;
}

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

.connect-with a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
}

.connect-with a span {
  margin-bottom: 0 !important;
}

/* .logo-side {
  z-index: 1040;
  position: relative;
  width: fit-content;
} */

.top-nav-side {
  /* position: relative;
  z-index: -1; */
}


.actual-width-five {
  max-width: 794px !important;
  width: 90%;
  margin: auto;
}

p.txt-scale.model-five-heading {
  font-size: 1.7rem;
  padding: 0;
}

.pop-up-img.model-five-img {
  width: 14rem;
}

.close-btn-five {
  position: absolute;
  top: -11px;
  left: -15px;
  background: #ffffff;
  padding: 10px;
  border-radius: 50%;
  line-height: 0;
}

.close-btn-five button {
  width: 0.2rem;
  height: 0.2rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.destop-intrigation-mobile {
  display: none;
}


.destop-intrigation-mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  align-items: center;
  justify-content: space-between;
  z-index: 1040;
}

.destop-intrigation-mobile a {
  padding: 1.1rem;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.destop-intrigation-mobile .whatsappbtn-mobile{
  width: 49%;
  background: #40bc27;
}
.destop-intrigation-mobile .phonebutton-mobile {
  width: 49%;
  background: #0d6efd;
}

@media(max-width:576px) {
  .side-yop {
    padding-bottom: 0;
  }

  .sidenavlogo {
    width: 25%;
    padding: 0rem 0 0 1rem;
  }

  .restopnav {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
}


@media(max-width:767px) {
  .destop-intrigation-mobile {
    display: flex;
  }

  .destop-intrigation {
    display: none;
  }

  .pop-up-img.model-five-img {
    display: none;
  }

  .slider-brand {
    height: auto;
  }

  .slider-brand .slide-track .slide img {
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: contain;
    margin: auto;
  }

  .slide {
    text-align: center;
  }

  .slider-brand .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(170px * 14);
    gap: 3rem;
  }
}

@media (min-width:576px) and (max-width:991px) {
  .restopnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

:root {
  --theme-color: #0e5af2;
  --title-color: #1a1a1a;
  --body-color: #878d97;
  --smoke-color: #eff1f5;
  --secondary-color: #eef2fb;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e0e0e0;
  --title-font: "Exo", sans-serif;
  --body-font: "Fira Sans", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 40px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}
html,
body {
  scroll-behavior: auto !important;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  
  }
}
iframe {
  border: none;
  width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}
th {
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
}
td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}
a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
button {
  transition: all ease 0.4s;
}
img {
  border: none;
  max-width: 100%;
}
ins {
  text-decoration: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
span.ajax-loader:empty,
p:empty {
  display: none;
}
p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.63;
}
@media (max-width: 767px) {
  p {
    line-height: 1.73;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.h1,
h1 {
  font-size: 48px;
}
.h2,
h2 {
  font-size: 40px;
}
.h3,
h3 {
  font-size: 36px;
}
.h4,
h4 {
  font-size: 30px;
}
.h5,
h5 {
  font-size: 24px;
}
.h6,
h6 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
p.has-drop-cap {
  margin-bottom: 20px;
}
.page--item p:last-child .alignright {
  clear: right;
}
.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}
.bypostauthor,
.gallery-caption {
  display: block;
}
.page-links,
.clearfix {
  clear: both;
}
.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}
.content-none-search {
  margin-top: 30px;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}
.wp-block-columns {
  margin-bottom: 1em;
}
figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}
figure.wp-block-gallery {
  margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}
.wp-block-cover {
  margin-bottom: 15px;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}
.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}
.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}
.wp-block-latest-comments a {
  color: inherit;
}
.wp-block-button {
  margin-bottom: 10px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--title-color);
  color: var(--title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
ol.wp-block-latest-comments li {
  margin: 15px 0;
}
ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
  color: inherit;
}
ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}
.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}
ul.wp-block-rss a {
  color: inherit;
}
.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}
.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .vs-btn {
    top: 0;
  }
}
.post-password-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}
.post-password-form .theme-input-group .submit-btn:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links &gt; .page-links-title {
  margin-right: 10px;
}
.page-links &gt; span:not(.page-links-title):not(.screen-reader-text),
.page-links &gt; a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links &gt; span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links &gt; a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: rgba(0, 0, 0, 0);
}
.page-links &gt; span:not(.page-links-title):not(.screen-reader-text).current,
.page-links &gt; a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: rgba(0, 0, 0, 0);
}
.page-links span.screen-reader-text {
  display: none;
}
.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote,
.blog-single.format-link,
.blog-single.tag-sticky-2,
.blog-single.sticky {
  border-color: rgba(0, 0, 0, 0);
  position: relative;
}
.blog-single.format-quote .blog-content,
.blog-single.format-link .blog-content,
.blog-single.tag-sticky-2 .blog-content,
.blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  padding: 40px;
  border: none;
}
.blog-single.format-quote .blog-content:before,
.blog-single.format-link .blog-content:before,
.blog-single.tag-sticky-2 .blog-content:before,
.blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before,
.blog-single.format-link:before,
.blog-single.tag-sticky-2:before,
.blog-single.sticky:before {
  content: "ïƒ";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}
.blog-single.tag-sticky-2::before,
.blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}
.blog-single.format-quote:before {
  content: "ï„Ž";
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}
.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content &gt; p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2,
.blog-details .blog-single.sticky,
.blog-details .blog-single.format-quote,
.blog-details .blog-single.format-link {
  box-shadow: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.blog-details .blog-single.tag-sticky-2:before,
.blog-details .blog-single.sticky:before,
.blog-details .blog-single.format-quote:before,
.blog-details .blog-single.format-link:before {
  display: none;
}
.vs-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.vs-search .search-grid-content {
  padding: 30px;
}
@media (max-width: 767px) {
  .vs-search .search-grid-content {
    padding: 20px;
  }
}
.vs-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}
.vs-search .search-grid-title a {
  color: inherit;
}
.vs-search .search-grid-title a:hover {
  color: var(--theme-color);
}
.vs-search .search-grid-meta &gt; * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.vs-search .search-grid-meta &gt; *:last-child {
  margin-right: 0;
}
.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
  color: var(--body-color);
}
@media (max-width: 1199px) {
  .blog-single.format-quote:before,
  .blog-single.format-link:before,
  .blog-single.tag-sticky-2:before,
  .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content,
  .blog-single.format-link .blog-content,
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .blog-single.format-quote:before,
  .blog-single.format-link:before,
  .blog-single.tag-sticky-2:before,
  .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content,
  .blog-single.format-link .blog-content,
  .blog-single.tag-sticky-2 .blog-content,
  .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .vs-comment-form {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1500px) and (max-width: 1921px) {
  .container-style1 {
    max-width: 1576px;
    overflow: hidden;
    margin-right: 0;
    padding-right: 0;
  }
}
.slick-track &gt; [class*="col"] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 767px) {
  .row:not([class*="gx-"]) {
    --bs-gutter-x: 30px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}
@media (min-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 30px 0 28px;
  padding-right: 45px;
  border: 1px solid #e0e0e0;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 9999px;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color) !important;
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  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-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}
input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type="checkbox"]:checked ~ label:before {
  content: "ï€Œ";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  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: "ï„‘";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0.5px;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
}
input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}
label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}
.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group &gt; i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 18px;
  font-size: 14px;
  color: #a0abb4;
}
.form-group.has-label &gt; i {
  top: 45px;
}
textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}
textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right
    calc(0.375em + 0.8875rem);
}
.row.no-gutters &gt; .form-group {
  margin-bottom: 0;
}
.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.slick-track &gt; [class*="col"] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.slick-track {
  min-width: 100%;
}
.slick-slide img {
  display: inline-block;
}
.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 38px 0 38px 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 25px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--dots-bg, #d8d8d8);
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}
.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  border: 1px solid var(--smoke-color);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 50px) / -2);
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: rgba(0, 0, 0, 0);
}
.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}
.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(28, 185, 200, 0.1);
}
.vs-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}
.vs-mobile-menu ul li a:before {
  content: "ï„…";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active &gt; a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active &gt; a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children &gt; a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children &gt; a .vs-mean-expand:before {
  content: "ï§";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active &gt; a .vs-mean-expand:before {
  content: "ï¨";
}
.vs-mobile-menu &gt; ul {
  padding: 0 40px;
}
.vs-mobile-menu &gt; ul &gt; li:last-child {
  border-bottom: none;
}
.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  display: inline-block;
  background-color: #f2f6ff;
  color: var(--theme-color);
  border-radius: 5px;
}
.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  color: var(--title-color);
  font-size: 20px;
}
.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}
@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu &gt; ul {
    padding: 0 20px;
  }
}
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}
.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}
.loader {
  -webkit-animation: loaderspin 1.5s infinite;
  animation: loaderspin 1.5s infinite;
  height: 50px;
  width: 50px;
  display: block;
}
.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.loader:before {
  -webkit-animation: ball1 1.5s infinite;
  animation: ball1 1.5s infinite;
  background-color: var(--title-color);
  box-shadow: 30px 0 0 var(--theme-color);
  margin-bottom: 10px;
}
.loader:after {
  -webkit-animation: ball2 1.5s infinite;
  animation: ball2 1.5s infinite;
  background-color: var(--theme-color);
  box-shadow: 30px 0 0 var(--title-color);
}
@-webkit-keyframes loaderspin {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(360deg) scale(1);
  }
  100% {
    transform: rotate(720deg) scale(0.8);
  }
}
@keyframes loaderspin {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(360deg) scale(1);
  }
  100% {
    transform: rotate(720deg) scale(0.8);
  }
}
@-webkit-keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 var(--theme-color);
  }
  50% {
    box-shadow: 0 0 0 var(--theme-color);
    margin-bottom: 0;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--theme-color);
    margin-bottom: 10px;
  }
}
@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 var(--theme-color);
  }
  50% {
    box-shadow: 0 0 0 var(--theme-color);
    margin-bottom: 0;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--theme-color);
    margin-bottom: 10px;
  }
}
@-webkit-keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 var(--title-color);
  }
  50% {
    box-shadow: 0 0 0 var(--title-color);
    margin-top: -20px;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--title-color);
    margin-top: 0;
  }
}
@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 var(--title-color);
  }
  50% {
    box-shadow: 0 0 0 var(--title-color);
    margin-top: -20px;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--title-color);
    margin-top: 0;
  }
}
.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 19px 30.5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}
.vs-btn::after,
.vs-btn::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: var(--title-color);
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:before {
  transform: rotateX(90deg);
}
.vs-btn:after {
  transform: rotateY(90deg);
}
.vs-btn &gt; i {
  margin-left: 8px;
}
.vs-btn.style2 {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.vs-btn.style4,
.vs-btn.style3 {
  background-color: var(--smoke-color);
  color: var(--theme-color);
}
.vs-btn.style3 {
  padding: 14px 23.5px;
}
.vs-btn.style5 {
  background-color: #0844bc;
  color: var(--white-color);
}
.vs-btn.style6 {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-btn.style6:after,
.vs-btn.style6::before {
  background-color: var(--theme-color);
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:before {
  transform: rotateX(0);
}
.vs-btn:hover:after {
  transform: rotateY(0);
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 67px);
  height: var(--btn-size, 67px);
  line-height: var(--btn-size, 67px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  text-align: center;
  border-radius: 50%;
}
.icon-btn.style2 {
  border: 2px solid var(--white-color);
  color: var(--white-color);
  background-color: rgba(0, 0, 0, 0);
}
.icon-btn.style4,
.icon-btn.style3 {
  --btn-size: 55px;
  background-color: #f2f6ff;
  color: var(--theme-color);
  border-radius: 5px;
}
.icon-btn.style4 {
  background-color: var(--white-color);
}
.icon-btn.style5 {
  background-color: var(--white-color);
  color: var(--title-color);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
}
.icon-btn.style5:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: none;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn &gt; i {
  display: inline-block;
  width: var(--icon-size, 124px);
  height: var(--icon-size, 124px);
  line-height: var(--icon-size, 124px);
  font-size: var(--icon-font-size, 1.5em);
  text-align: center;
  /* background-color: var(--theme-color); */
  color: var(--white-color);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #795079;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.bg-colo-1:after,
.bg-colo-1:before{
  background-color: #FF77E9 !important;
}

.bg-colo-2:after,
.bg-colo-2:before{
  background-color: #784AFF !important;
}

.bg-colo-3:after,
.bg-colo-3:before{
  background-color: #FF7C32 !important;
}


.bg-colo-4:after,
.bg-colo-4:before{
  background-color: #3890DD !important;
}

.bg-colo-5:after,
.bg-colo-5:before{
  background-color: #FFB21D !important;
}


.bg-colo-6:after,
.bg-colo-6:before{
  background-color: #4DC859 !important;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.play-btn.style3 i,
.play-btn.style2 i {
  --icon-size: 60px;
  border-radius: 5px;
  --icon-font-size: 18px;
}
.play-btn.style2:after,
.play-btn.style2:before {
  border-radius: 5px;
}
.play-btn.style3 i {
  background-color: rgba(14, 89, 242, 0.7);
}
.play-btn.style3:after,
.play-btn.style3::before {
  display: none;
}
.play-btn.style4 {
  --icon-size: 120px;
  --icon-font-size: 30px;
}
.play-btn.style4:after,
.play-btn.style4:before,
.play-btn.style4 i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}
.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: #fff;
  border-radius: inherit;
  z-index: 1;
}
.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}
.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .play-btn.style4 {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }
}
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
.sec-title3,
.sec-title {
  text-transform: capitalize;
  line-height: 1.35;
  margin: -0.25em 0 18px 0;
}
.sec-title2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: -0.3em 0 22px 0;
}
.sec-title3 {
  text-transform: capitalize;
}
.sec-subtitle {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  margin: -0.25em 0 23px 0;
  display: block;
}
.sec-subtitle &gt; i {
  margin-right: 15px;
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 17px);
}
.sec-btns {
  padding: 13px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sec-btns i.fa-arrow-left {
  margin-left: 0;
  margin-right: 10px;
}
.sec-btns2 {
  margin-bottom: calc(var(--section-title-space) - 5px);
}
.sec-line-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0 0 80px 0;
}
.sec-line-wrap .sec-title2 {
  margin: -0.3em 0 -0.4em 0;
}
.sec-line {
  background-color: var(--theme-color);
  flex: 1;
  height: 2px;
}
@media (max-width: 991px) {
  .sec-title3.h1,
  .sec-title.h1 {
    font-size: 36px;
  }
  .sec-line-wrap {
    margin: 0 0 60px 0;
  }
  .title-area {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sec-title3.h1,
  .sec-title.h1 {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 16px;
  }
  .sec-line-wrap {
    margin: 0 0 40px 0;
    gap: 10px;
  }
}
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}
.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}
.z-index-common {
  position: relative;
  z-index: 3;
}
.z-index-n1 {
  z-index: -1;
}
.media-body {
  flex: 1;
}
.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}
.hr-style1 {
  background-color: var(--white-color);
  margin: 20px 0 30px 0;
}
@media (min-width: 1921px) {
  .ls-wrapper &gt; .ls-layer.d-hd-none,
  .ls-wrapper &gt; a &gt; .ls-layer.d-hd-none,
  .d-hd-none {
    display: none !important;
  }
}
.font-icon {
  font-family: var(--icon-font);
}
.font-title {
  font-family: var(--title-font);
}
.font-body {
  font-family: var(--body-font);
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.fs-md {
  font-size: 18px;
}
.fs-xs {
  font-size: 14px;
}
.bg-theme {
  background-color: var(--theme-color) !important;
}
.bg-smoke {
  background-color: var(--smoke-color) !important;
}
.bg-white {
  background-color: var(--white-color) !important;
}
.bg-black {
  background-color: var(--black-color) !important;
}
.bg-title {
  background-color: var(--title-color) !important;
}
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.bg-auto {
  background-size: auto auto;
}
.text-theme {
  color: var(--theme-color) !important;
}
.text-title {
  color: var(--title-color) !important;
}
.text-body {
  color: var(--body-color) !important;
}
.text-white {
  color: var(--white-color) !important;
}
.text-yellow {
  color: var(--yellow-color) !important;
}
.text-success {
  color: var(--success-color) !important;
}
.text-error {
  color: var(--error-color) !important;
}
.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}
a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-overlay] {
  position: relative;
}
[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}
[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}
[data-overlay="title"]:before {
  background-color: var(--title-color);
}
[data-overlay="white"]:before {
  background-color: var(--white-color);
}
[data-overlay="black"]:before {
  background-color: var(--black-color);
}
[data-opacity="1"]:before {
  opacity: 0.1;
}
[data-opacity="2"]:before {
  opacity: 0.2;
}
[data-opacity="3"]:before {
  opacity: 0.3;
}
[data-opacity="4"]:before {
  opacity: 0.4;
}
[data-opacity="5"]:before {
  opacity: 0.5;
}
[data-opacity="6"]:before {
  opacity: 0.6;
}
[data-opacity="7"]:before {
  opacity: 0.7;
}
[data-opacity="8"]:before {
  opacity: 0.8;
}
[data-opacity="9"]:before {
  opacity: 0.9;
}
[data-opacity="10"]:before {
  opacity: 1;
}
.ripple-animation,
.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu &gt; ul,
.widget_meta &gt; ul,
.widget_pages &gt; ul,
.widget_archive &gt; ul,
.widget_categories &gt; ul {
  margin: 0 0 -38px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  color: var(--body-color);
  margin: 0 0 18px 0;
  padding: 0 0 17px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #dadfec;
}
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before{
  content: "ï…¸";
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--theme-color);
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--theme-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
  border-bottom: none;
}
.widget_nav_menu li &gt; span,
.widget_meta li &gt; span,
.widget_pages li &gt; span,
.widget_archive li &gt; span,
.widget_categories li &gt; span {
  text-align: center;
  position: absolute;
  right: 0;
  top: -4.5px;
  font-size: 16px;
  transition: all ease 0.4s;
}
.widget_nav_menu li:hover &gt; span,
.widget_meta li:hover &gt; span,
.widget_pages li:hover &gt; span,
.widget_archive li:hover &gt; span,
.widget_categories li:hover &gt; span {
  color: var(--theme-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}
.widget_nav_menu .sub-menu {
  margin-left: 10px;
}
.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}
.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}
@media (max-width: 767px) {
  .widget_nav_menu a,
  .widget_meta a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    font-size: 14px;
  }
}
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  position: relative;
  margin-bottom: 40px;
  border: 6px;
}
.widget select,
.widget input {
  height: 55px;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  font-weight: 400;
}
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin: -0.07em 0 35px 0;
  font-family: var(--title-font);
}
.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  flex: 1;
}
.widget .search-form button {
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 17px;
}
.widget .search-form button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 9.5px 16.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--title-color);
  background-color: var(--smoke-color);
  border-radius: 4px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}
.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}
.tagcloud a {
  background-color: var(--white-color);
  color: var(--title-color);
}
.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 80px;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 4px;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 5px 0;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
}
.recent-post .recent-post-meta a i {
  margin-right: 5px;
  color: var(--theme-color);
}
.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  z-index: 1;
}
.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--title-color);
  background-color: #f1dbbe;
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: #01133c;
  font-weight: 500;
}
.wp-block-calendar th a,
.calendar_wrap th a {
  color: inherit;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px;
  color: #01133c;
  border: 1px solid #ededed;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #f6f6f6;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}
.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
  border-radius: 4px;
}
.widget_shopping_cart {
  text-align: left;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 32px 110px;
  margin: 0 0 27px 0;
  min-height: 90px;
}
.widget_shopping_cart .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--title-color);
  line-height: 1;
  font-size: 18px;
}
.widget_shopping_cart .remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 1px solid var(--border-color);
}
.widget_shopping_cart .product-title {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.widget_shopping_cart .amount {
  display: block;
  font-weight: 600;
  color: var(--title-color);
  font-size: 16px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  margin-top: 12px;
}
.widget_shopping_cart .qut-btn {
  border: 1px solid var(--border-color);
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
.widget_shopping_cart .qut-btn:hover {
  background-color: var(--title-color);
  border-color: rgba(0, 0, 0, 0);
  color: var(--white-color);
}
.widget_shopping_cart .qty-input {
  border: 1px solid var(--border-color);
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 40px;
  font-size: 12px;
  padding: 0;
  height: 25px;
  margin: 0 -1px;
}
.widget_shopping_cart .subtotal {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-top: 19px;
}
.widget_shopping_cart .subtotal &gt; span:not(.amount) {
  color: var(--body-color);
  font-weight: 300;
}
.widget_shopping_cart .subtotal .amount {
  font-size: 12px;
  display: inline-block;
}
.widget_shopping_cart .total {
  color: var(--title-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 18px;
}
.widget_shopping_cart .total .amount {
  font-size: inherit;
  display: inline-block;
  color: var(--theme-color);
}
.widget_shopping_cart .vs-btn {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  margin-right: 10px;
  text-transform: capitalize;
  height: 50px;
  line-height: 47px;
  padding: 0 35px;
  background-color: var(--title-color);
  color: var(--white-color);
  font-weight: 400;
}
.widget_shopping_cart .vs-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  color: var(--title-color);
}
.widget_shopping_cart .buttons {
  margin: 0;
}
.sidebar-area {
  margin-bottom: -10px;
}
.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.sidebar-area .newsletter-form button {
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  margin-top: 10px;
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recent-product {
  display: flex;
}
.recent-product .product-title {
  font-size: 16px;
}
.widget-workhours ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-workhours li {
  background-color: var(--white-color);
  padding: 14.5px 20px;
  margin: 0 0 15px 0;
  font-family: var(--title-font);
  font-weight: 500;
}
.widget-workhours li:last-child {
  margin-bottom: 0;
}
.widget-workhours li i {
  margin-right: 10px;
}
.quote-box {
  position: relative;
  text-align: center;
  padding: 80px 30px;
  margin: 0 0 30px 0;
}
.quote-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 26, 62, 0.7);
}
.quote-box__title {
  color: var(--white-color);
  position: relative;
  z-index: 1;
  max-width: 200px;
  margin: -0.3em auto 25px auto;
}
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .recent-post .post-title {
    font-size: 14px;
    line-height: 22px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .widget-workhours li {
    padding: 14.5px 20px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --icon-font-size: 12px;
    top: 5px;
  }
  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
  .sidebar-gallery {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.footer-widget .widget_title {
  margin: 0 0 27px 0;
}
.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}
.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
}
.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: var(--theme-color);
}
.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
  display: none;
}
.footer-widget.widget_meta li &gt; span,
.footer-widget.widget_pages li &gt; span,
.footer-widget.widget_archive li &gt; span,
.footer-widget.widget_categories li &gt; span,
.footer-widget.widget_nav_menu li &gt; span {
  width: auto;
  height: auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .footer-links &gt; ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-widget .footer-links a {
  margin-bottom: 21px;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-text {
  margin: -0.3em 0 25px 0;
  max-width: 285px;
}
.footer-info {
  display: flex;
}
.footer-info_group {
  display: flex;
  justify-content: center;
  border-right: 1px solid #152b54;
  padding: 60px 0 60px 0;
}
.footer-info_group:last-child {
  border-right: none;
}
.footer-info_group.style2 {
  border: none;
}
.footer-info_group.style2 .footer-info_icon {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #35496f;
}
.footer-info_icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #152b54;
  color: var(--white-color);
  font-size: 30px;
  margin: 0 25px 0 0;
  display: inline-block;
  border-radius: 5px;
}
.footer-info_label {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
}
.footer-info_link {
  max-width: 190px;
  color: #8a99b4;
  margin: 0 0 -0.15em 0;
}
.footer-info_link a {
  color: inherit;
}
.footer-info_link a:hover {
  color: var(--theme-color);
}
.footer-number {
  border-top: 1px solid #14284f;
  padding: 43px 0 0 0;
  margin: 34px 0 0 0;
  position: relative;
}
.footer-number:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -60px;
  width: 9999px;
  height: 1px;
  border: inherit;
}
.footer-number .info {
  color: var(--body-color);
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.footer-number .info:hover {
  color: var(--theme-color);
}
.footer-number .title {
  margin: 0 0 7px 0;
}
.footer-map {
  max-width: 400px;
  width: 100%;
}
.footer-map frame {
  max-width: 100%;
}
.footer-social .social-title {
  font-family: var(--title-font);
  color: var(--title-color);
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}
.footer-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin: 0 5px 0 0;
  color: var(--white-color);
  background-color: #15284c;
  text-align: center;
  border-radius: 5px;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.footer-newsletter {
  display: flex;
}
.footer-newsletter input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px 0 0 5px;
  border: 1px solid #14284f;
  height: 55px;
  color: var(--white-color);
  flex: 1;
}
.footer-newsletter input::-moz-placeholder {
  color: var(--white-color);
}
.footer-newsletter input:-ms-input-placeholder {
  color: var(--white-color);
}
.footer-newsletter input::placeholder {
  color: var(--white-color);
}
.footer-newsletter .vs-btn {
  border-radius: 0 5px 5px 0;
}
.footer-newsletter .vs-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.footer-newsletter .vs-btn:after,
.footer-newsletter .vs-btn::before {
  display: none;
}
.footer-schedule table {
  border: none;
  margin: -0.3em 0 0 0;
}
.footer-schedule th,
.footer-schedule td {
  padding: 0 0 10px 0;
  color: var(--body-color);
  border: none;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .menu-all-pages-container.footer-links {
    width: 330px;
    max-width: 100%;
  }
  .footer-number:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
  }
  .footer-number {
    padding: 27px 0 0 0;
    margin: 17px 0 0 0;
  }
  .footer-info {
    display: block;
    text-align: center;
  }
  .footer-info_icon {
    margin: 0 0 20px 0;
  }
  .footer-info_group {
    padding: 0;
    border: none;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  .footer-newsletter {
    display: block;
  }
  .footer-newsletter input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .footer-newsletter .vs-btn {
    border-radius: 5px;
  }
}
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .footer-layout1 .footer-widget.widget_meta a,
  .footer-layout1 .footer-widget.widget_pages a,
  .footer-layout1 .footer-widget.widget_archive a,
  .footer-layout1 .footer-widget.widget_categories a,
  .footer-layout1 .footer-widget.widget_nav_menu a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
  .footer-newsletter {
    display: block;
  }
  .footer-newsletter input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .footer-newsletter .vs-btn {
    border-radius: 5px;
  }
}
.vs-header {
  position: relative;
  z-index: 41;
}
.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  color: var(--title-color);
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu &gt; ul &gt; li {
  margin: 0 18px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children &gt; a:after {
  content: "ï¸";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover &gt; ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09),
    0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s,
    opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children &gt; a:after {
  content: "ï„…";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "ï„‘";
  position: absolute;
  top: 2.5em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color);
  font-weight: 700;
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu .main-menu ul.mega-menu &gt; li &gt; ul &gt; li &gt; a {
  position: relative;
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu &gt; li &gt; a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu &gt; li &gt; a::after,
.main-menu ul.mega-menu &gt; li &gt; a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}
.main-menu ul.mega-menu &gt; li &gt; a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu &gt; li &gt; a:hover {
  padding-left: 0;
}
.main-menu ul.mega-menu &gt; li &gt; ul &gt; li &gt; a:before {
  content: "ï„…";
  font-family: var(--icon-font);
  font-weight: 400;
  margin: 0 10px 0 0;
}
.menu-style1 &gt; ul &gt; li &gt; a {
  padding: 16.5px 0;
}
.menu-style2 &gt; ul &gt; li &gt; a {
  padding: 41.5px 0;
}
.menu-style3 &gt; ul &gt; li &gt; a {
  padding: 45px 0;
}
.header-text {
  margin: 0;
}
.header-text i {
  margin-right: 10px;
}
.header-info {
  display: flex;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #e7ebf3;
}
.header-info:nth-child(2) {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header-info_icon {
  color: var(--theme-color);
  font-size: 24px;
  margin-right: 20px;
}
.header-info_label {
  font-size: 14px;
  color: var(--body-color);
  display: block;
  margin-bottom: 2px;
}
.header-info_link {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.header-info_link a {
  color: inherit;
}
.header-info_link a:hover {
  color: var(--theme-color);
}
.header-search {
  display: flex;
  width: 340px;
  max-width: 100%;
}
.header-search input {
  flex: 1;
  border: none;
  padding: 0 20px 0 20px;
  height: 35px;
  width: 100%;
  border-radius: 4px;
  transition: all ease 0.4s;
}
.header-search button {
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 13px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
}
.header-search button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.header-search input:focus {
  padding: 0 20px 0 20px;
  background-color: var(--smoke-color);
}
.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 0 30px 0 0;
  margin: 0 26px 0 0;
  border-right: 1px solid #cad4f1;
  line-height: 23px;
}
.header-links li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.header-links i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
}
.header-links a {
  color: inherit;
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links.style-white i,
.header-links.style-white li {
  color: var(--white-color);
  border-color: #558eff;
}
.header-social {
  font-size: 14px;
}
.header-social .social-title {
  color: var(--title-color);
  display: inline-block;
}
.header-social a {
  display: inline-block;
  color: var(--title-color);
  margin-left: 16px;
}
.header-social a:hover {
  color: var(--theme-color);
}
.header-social.style-white .social-title,
.header-social.style-white a {
  color: var(--white-color);
}
.header-social.style-white a:hover {
  color: var(--title-color);
}
.logo-style1 {
  height: 100%;
  background: linear-gradient(
    278.46deg,
    #00bcfa 0.91%,
    #0e59f2 71.89%,
    #0e59f2 100%
  );
  padding: 30px 35px 30px 35px;
  border-radius: 5px 0px 0px 5px;
}
.header-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.header-box {
  border: 10px solid var(--theme-color);
  background-color: var(--white-color);
  padding: 20px;
}
.header-box__icon {
  border-radius: 5px;
  margin: 0 15px 0 0;
  font-size: 18px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-box__title {
  display: inline-block;
  color: var(--title-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.header-box__number {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color);
  margin: 15px 0 0 0;
}
.header-layout3 .header-top,
.header-layout1 .header-top {
  background-color: var(--theme-color);
  padding: 9.5px 0;
}
.header-layout1 .menu-top {
  border-bottom: 1px solid #e7ebf3;
}
.header-layout1 .header-text {
  color: var(--white-color);
}
.header-layout2 {
  position: relative;
  margin-bottom: -55px;
}
.header-layout2 .header-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 55px);
  z-index: -1;
  background-color: #f6f7fa;
}
.header-layout2 .header-top {
  padding: 27px 0;
}
.header-layout2 .menu-area {
  background-color: var(--white-color);
  padding: 0 30px 0 0;
  border-radius: 5px;
  box-shadow: 0px 17px 29px rgba(32, 56, 105, 0.18);
}
.header-layout2 .vs-menu-toggle {
  border-radius: 5px;
}
.header-layout2 .will-sticky .sticky-active {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
.header-layout3 {
  position: relative;
}
@media (min-width: 1199px) {
  .header-layout3 .header-box-wrap,
  .header-layout3 .header-top,
  .header-layout3 .sticky-wrapper:not(.will-sticky) {
    --box-width: 290px;
    --main-container: 1680px;
  }
  .header-layout3 .header-box-wrap .container,
  .header-layout3 .header-top .container,
  .header-layout3 .sticky-wrapper:not(.will-sticky) .container {
    padding-right: var(--box-width);
  }
  .header-layout3 .header-box {
    width: calc(var(--box-width) - 40px);
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 1500px) and (min-width: 1199px) {
  .header-layout3 {
    --main-container: 1320px;
  }
  .header-layout3 .main-menu &gt; ul &gt; li {
    margin: 0 12px;
  }
}
@media (min-width: 1921px) {
  .logo-style1 {
    margin-bottom: -1px;
  }
}
@media (max-width: 1399px) {
  .header-layout3 .main-menu &gt; ul &gt; li {
    margin: 0 13px;
  }
}
@media (max-width: 1199px) {
  .header-search {
    width: 200px;
  }
  .main-menu &gt; ul &gt; li {
    margin: 0 14px;
  }
  .header-layout2 {
    margin: 0;
  }
  .header-layout2 .header-shape {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .header-links li {
    padding-right: 15px;
    margin-right: 10px;
  }
  .header-logo {
    padding: 15px 0;
  }
  .logo-style1 {
    padding: 20px 20px 20px 20px;
  }
  .header-layout1 .vs-menu-toggle {
    margin: 10px 0;
  }
  .header-layout2 .menu-area {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 575px) {
  .header-info:nth-child(2) {
    padding-left: 10px;
  }
  .header-info_label {
    font-size: 12px;
  }
  .header-info_link {
    font-size: 14px;
  }
  .header-info_icon {
    font-size: 20px;
    margin-right: 10px;
  }
  .header-links li {
    padding-right: 10px;
    margin-right: 0;
    border-right: none;
    font-size: 12px;
  }
  .header-links li i {
    margin-right: 5px;
  }
  .logo-style1 {
    padding: 15px 15px 15px 15px;
    max-width: 200px;
  }
  .header-layout2 .header-top {
    padding: 13px 0;
  }
}
.widget-area {
  padding-top: 48px;
  padding-bottom: 10px;
}
.copyright-wrap {
  text-align: center;
  padding: 29px 0;
  background-color: #0b2048;
}
.copyright-text {
  margin: 0;
  font-size: 14px;
}
.footer-layout3,
.footer-layout2,
.footer-layout1 {
  --body-color: #8a99b4;
  --title-color: #fff;
}
.footer-layout1 {
  background-color: #071a3e;
}
.footer-layout1 .footer-top {
  border-bottom: 1px solid #152b54;
}
.footer-layout2 {
  background-color: #051634;
  overflow: hidden;
}
.footer-layout2 .footer-top {
  border-bottom: 1px solid #14284f;
  padding: 50px 0;
}
.footer-layout2 .footer-text {
  max-width: 390px;
  margin-bottom: 33px;
}
.footer-layout2 .widget-area {
  padding: 50px 0 0px 0;
}
@media (min-width: 1399px) {
  .footer-layout2 .footer-widget {
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .footer-layout2 .widget-area {
    padding: 0;
  }
  .footer-layout2 .widget-area .row &gt; div {
    padding-top: 50px;
    padding-bottom: 44px;
  }
  .footer-layout2 .widget-area .row &gt; div:nth-child(2) {
    text-align: center;
    border-left: 1px solid #14284f;
    border-right: 1px solid #14284f;
    padding-left: 60px;
    padding-right: 60px;
  }
  .footer-layout2 .widget-area .row &gt; div:nth-child(3) {
    padding-left: 60px;
  }
}
.footer-layout3 {
  background-color: #071a3e;
}
.footer-layout3 .footer-top {
  background-color: #0b2048;
}
.footer-layout3 .copyright-wrap {
  background-color: #0b1f44;
}
@media (max-width: 1199px) {
  .footer-layout3 .footer-top,
  .footer-layout1 .footer-top {
    padding: 50px 0;
  }
  .footer-layout3 .footer-top .row,
  .footer-layout1 .footer-top .row {
    --bs-gutter-y: 40px;
  }
}
@media (max-width: 991px) {
  .footer-layout1 {
    text-align: center;
  }
  .footer-layout1 .footer-text {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-layout2 .footer-text {
    max-width: 100%;
  }
  .footer-layout2 .footer-top-logo {
    text-align: center;
  }
  .footer-layout2 .widget-area {
    padding: 50px 0 10px 0;
  }
  .footer-layout2 .footer-widget {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-layout2 .footer-social {
    text-align: center;
  }
  .footer-layout2 .footer-social .social-title {
    display: block;
    margin: 0 0 20px 0;
  }
}
.breadcumb-menu {
  max-width: 100%;
  margin: -0.35em 0 -0.35em 0;
  padding: 0;
  list-style-type: none;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin: 0 5px 0 10px;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--white-color);
}
.breadcumb-title {
  color: var(--white-color);
  margin: -0.3em 0 -0.35em 0;
  max-width: 40%;
  width: 100%;
}
.breadcumb-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
}
.breadcumb-wrapper {
  padding-top: 140px;
  padding-bottom: 135px;
  background-color: var(--title-color);
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .breadcumb-content {
    display: block;
  }
  .breadcumb-title {
    max-width: 100%;
  }
  .breadcumb-menu {
    margin-top: 15px;
  }
}
.vs-pagination {
  margin-bottom: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  font-family: var(--body-font);
  color: var(--title-color);
  text-align: center;
  position: relative;
  border: none;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 400;
  font-size: 20px;
  z-index: 1;
  background-color: #f5f9ff;
  border-radius: 5px;
}
.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: none;
}
.post-pagination {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0;
  margin: 30px 0;
}
.post-pagi-box {
  display: flex;
  align-items: center;
}
.post-pagi-box &gt; a {
  color: var(--title-color);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--title-font);
}
.post-pagi-box &gt; a:hover {
  color: var(--theme-color);
}
.post-pagi-box img {
  width: 80px;
  margin-right: 25px;
}
.post-pagi-box.next {
  flex-direction: row-reverse;
}
.post-pagi-box.next img {
  margin-right: 0;
  margin-left: 25px;
}
.pagi-icon {
  color: #f0f0f0;
  font-size: 40px;
}
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
  .post-pagi-box &gt; a {
    font-size: 12px;
  }
  .post-pagi-box img {
    width: 40px;
    margin-right: 15px;
  }
  .post-pagi-box.next img {
    margin-right: 0;
    margin-left: 15px;
  }
}
blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  background-color: var(--quote-bg, #eff1f5);
  border-left: 4px solid var(--theme-color);
  padding: 43px 50px 42px 35px;
  margin: 35px 0;
}
blockquote p {
  font-family: inherit;
  color: inherit;
  z-index: 3;
  width: 100%;
  margin-bottom: 0 !important;
  line-height: 1.5;
  position: relative;
}
blockquote:before {
  content: "";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  color: var(--theme-color);
  opacity: 0.3;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  margin-top: 20px;
  font-style: normal;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid var(--theme-color);
}
blockquote.vs-quote {
  text-align: center;
  padding: 40px 50px;
  border-left: 2px solid var(--theme-color);
}
blockquote.vs-quote:before {
  position: relative;
  bottom: 0;
  right: 0;
  font-weight: 300;
  opacity: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 34px;
  display: inline-block;
  margin: 0 0 28px 0;
  border-radius: 50%;
}
blockquote.vs-quote cite {
  padding: 0;
  margin-top: 23px;
}
blockquote.vs-quote cite::before {
  display: none;
}
blockquote.vs-quote .quote-author {
  display: block;
  font-size: 14px;
  color: #74787c;
  font-family: var(--title-font);
  display: block;
  font-weight: 400;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  color: #8b919c;
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--theme-color);
}
.blog-meta a:hover {
  color: var(--theme-color);
}
.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: var(--white-color);
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: var(--theme-color);
}
.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}
.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}
.vs-blog {
  margin-bottom: 30px;
}
.blog-inner-title {
  font-size: 30px;
  margin-top: -0.2em;
  margin-bottom: 8px;
}
.blog-single {
  position: relative;
  margin-bottom: 40px;
  background: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  padding: 0.1px 0 0.1px 0;
}
.blog-single .blog-meta {
  margin: -0.2em 0 10px 0;
}
.blog-single .blog-title {
  font-size: 30px;
  margin-bottom: 17px;
}
.blog-single .link-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 26px;
}
.blog-single .blog-date {
  color: var(--body-color);
}
.blog-single .blog-date i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
}
.blog-single .share-links-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 15px 0 0;
  display: inline-block;
}
.blog-single .share-links {
  margin: 16px 0 0 0;
}
.blog-single .share-links .row {
  align-items: center;
  --bs-gutter-y: 15px;
}
.blog-single .share-links .tagcloud {
  display: inline-block;
}
.blog-single .share-links .tagcloud a {
  padding: 0;
  border-radius: 0;
  color: var(--body-color);
}
.blog-single .share-links .tagcloud a:not(:last-child):after {
  content: ",";
}
.blog-single .social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: var(--body-color);
  text-align: center;
  display: block;
}
.blog-single .social-links a:hover {
  color: var(--theme-color);
}
.blog-single .blog-content {
  margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px)
    var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  padding: 0;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--smoke-color);
}
.blog-single .blog-audio img,
.blog-single .blog-audio &gt; *,
.blog-single .blog-img img,
.blog-single .blog-img &gt; * {
  border-radius: 5px 5px 0 0;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 80px;
  --icon-font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.blog-author {
  background-color: var(--smoke-color);
  padding: 30px;
  display: flex;
  align-items: center;
  margin: var(--blog-space-y, 60px) 0;
}
.blog-author .media-img {
  width: 189px;
  margin: 0 30px 0 0;
}
.blog-author .author-name {
  font-size: 24px;
  font-weight: 700;
  margin: -0.3em 0 0px 0;
}
.blog-author .author-degi {
  color: var(--theme-color);
}
.blog-author .author-text {
  margin: 0 0 -0.1em 0;
}
.blog-details .blog-single {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 0;
}
.blog-details .blog-img {
  margin: 0 0 40px 0;
}
.blog-details .blog-img img {
  border-radius: 0;
}
.blog-details .blog-content {
  margin: 0;
}
.blog-style1 {
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.07);
  border-radius: 5px;
}
.blog-style1 .blog-meta {
  margin: 0 0 10px 0;
}
.blog-style1 .blog-content {
  padding: 35px 40px 33px 40px;
}
.blog-style2 {
  background-color: var(--white-color);
  box-shadow: none;
}
.blog-style2 .blog-meta {
  margin: 0 0 15px;
}
.blog-style2 .blog-text {
  margin: 0 0 20px 0;
}
.blog-style2 .blog-content {
  border: 2px solid #ecf2fd;
  border-top: none;
  padding: 35px 40px 40px 40px;
}
@media (max-width: 1399px) {
  .blog-style2 .blog-content {
    padding: 30px 25px 35px 25px;
  }
  .blog-style1 .blog-content {
    padding: 35px 25px 33px 25px;
  }
  .blog-style1 .blog-title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  blockquote {
    font-size: 20px;
    padding: 23px 30px 26px 30px;
  }
  blockquote cite {
    font-size: 16px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  blockquote.vs-quote {
    padding: 40px 15px;
  }
  blockquote.vs-quote p {
    line-height: 1.8;
  }
  blockquote.vs-quote cite {
    padding: 0;
    margin-top: 10px;
  }
  .blog-inner-title {
    font-size: 26px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single .blog-title {
    font-size: 20px;
  }
  .blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }
  .blog-author {
    display: block;
    padding: 30px 15px;
  }
  .blog-author .media-img {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .blog-author .media-img img {
    width: 100%;
  }
  .blog-author .author-name {
    font-size: 18px;
  }
  .blog-author .author-degi {
    margin-bottom: 10px;
  }
}
.comment-respond {
  margin: var(--blog-space-y, 60px) 0 30px 0;
  position: relative;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-top: 10px;
  margin-bottom: 25px;
}
.comment-respond .row {
  --bs-gutter-x: 20px;
}
.comment-respond .form-control {
  background-color: var(--white-color);
  border: none;
  height: 55px;
}
.comment-respond .form-group &gt; i {
  top: 20.5px;
}
.comment-respond input[type="checkbox"] ~ label:before {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 3px;
}
.comment-respond input[type="checkbox"]:checked ~ label:before {
  background-color: var(--theme-color);
  border-color: rgba(0, 0, 0, 0);
}
.comment-respond .blog-inner-title {
  margin-bottom: 0px;
}
.comment-respond .form-text {
  margin-bottom: 25px;
}
.comment-respond .form-inner {
  background-color: var(--smoke-color);
  padding: 30px;
}
.comment-respond .vs-btn {
  width: 100%;
}
.question-form .comment-respond,
.review-form .comment-respond {
  margin: 0 0 20px 0;
}
.question-form .form-control,
.review-form .form-control {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e4e4;
}
.question-form .rating-select,
.review-form .rating-select {
  display: flex;
  align-items: center;
}
.question-form .rating-select label,
.review-form .rating-select label {
  font-weight: 500;
  color: var(--title-color);
}
.review-form {
  display: none;
}
.vs-comments-wrap {
  margin: var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  display: flex;
  position: relative;
  padding: 0 0 30px 0;
  margin: 30px 0 30px 0;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
  width: 110px;
  height: 110px;
  margin-right: 25px;
  overflow: hidden;
  background-color: var(--white-color);
}
.vs-comments-wrap .comment-avater img {
  width: 100%;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  position: relative;
}
.vs-comments-wrap .commented-on {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
  margin-top: -0.25em;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--title-font);
}
.vs-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}
.vs-comments-wrap .name {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: 0;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 1;
}
.vs-comments-wrap .replay-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  font-family: var(--title-font);
  color: var(--theme-color);
}
.vs-comments-wrap .replay-btn i {
  margin-right: 7px;
  font-size: 0.8em;
}
.vs-comments-wrap .replay-btn:hover {
  color: var(--title-color);
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}
.vs-comments-wrap.vs-comment-form {
  margin: 0;
}
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    top: 0;
    margin: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    font-size: 18px;
  }
  .comment-respond .form-inner {
    padding: 30px 15px;
  }
}
.ls-btn-group {
  display: none;
  gap: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.ls-play-btn .play-btn {
  --icon-size: 100%;
  width: 100%;
  height: 100%;
}
.ls-play-btn .play-btn i {
  line-height: 1;
}
.ls-play-btn .play-btn i:before {
  position: absolute;
  left: 52%;
  top: 49%;
  transform: translate(-50%, -50%);
}
.hero-style3 .ls-inner {
  background-size: cover !important;
}
.ls-custom-dot {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 52px);
  border: 2px solid var(--white-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  border-radius: 50%;
  margin: 20px 0;
}
.ls-custom-dot:first-child {
  margin-top: 0;
}
.ls-custom-dot:last-child {
  margin-bottom: 0;
}
.ls-custom-dot:focus {
  outline: none;
}
.ls-custom-dot:hover,
.ls-custom-dot.active {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: rgba(0, 0, 0, 0);
}
.ls-custom-dot.active {
  transform: scale(1.1);
}
@media (max-width: 1500px) {
  .ls-wrapper .icon-btn.style2 {
    --btn-size: 40px;
    --btn-font-size: 14px;
  }
  .ls-custom-dot {
    --icon-size: 40px;
    font-size: 14px;
    line-height: 36px;
    margin: 10px 0;
  }
}
@media (max-width: 1199px) {
  .ls-btn-group .vs-btn {
    padding: 15px 25px;
    font-size: 14px;
  }
  .ls-layer .icon-btn.style4,
  .ls-layer .icon-btn.style3 {
    --btn-size: 45px;
  }
}
@media (max-width: 767px) {
  .ls-btn-group {
    justify-content: center;
    gap: 10px;
  }
  .ls-btn-group .vs-btn {
    padding: 11.5px 14px;
    font-size: 12px;
  }
}
.error-number {
  font-size: 274px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
  margin-top: -0.1em;
}
.error-title {
  font-size: 36px;
  margin-bottom: 8px;
}
.error-text {
  max-width: 600px;
  margin: 0 auto 32px auto;
}
@media (max-width: 991px) {
  .error-number {
    font-size: 200px;
  }
  .error-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .error-number {
    font-size: 110px;
  }
}
.feature-style1 {
  background-color: var(--white-color);
  padding: 50px 40px;
  box-shadow: 0px 18px 13px rgba(234, 240, 250, 0.5);
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.feature-style1:before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  height: 3px;
  width: calc(100% - 80px);
  background-color: var(--theme-color);
}
.feature-style1 .feature-icon {
  margin: 0 0 15px 0;
}
.feature-style1 .feature-title {
  margin: 0 0 13px 0;
}
.feature-style1 .feature-text {
  margin: 0 0 20px 0;
}
.feature-style1:hover .vs-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.feature-style2 {
  background-color: var(--white-color);
  padding: 40px 40px 32px 40px;
  border-radius: 5px;
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  margin: 0 0 30px 0;
}
.feature-style2 .feature-icon {
  background-color: var(--smoke-color);
  width: 110px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 22px 0;
  transition: all ease 0.4s;
}
.feature-style2 .feature-icon img {
  transition: all ease 0.4s;
  filter: none;
}
.feature-style2 .feature-title {
  margin: 0 0 10px 0;
}
.feature-style2:hover .feature-icon {
  background-color: var(--theme-color);
}
.feature-style2:hover .feature-icon img {
  filter: brightness(0) invert(1);
}
.feature-slide2 {
  margin-top: -30px;
  margin-bottom: -30px;
}
.feature-slide2 .feature-style2 {
  box-shadow: 0px 10px 21px rgba(169, 177, 193, 0.15);
  margin: 30px 0 30px 0;
}
@media (min-width: 1199px) {
  .feature-wrap1.space-top {
    padding-top: 1px;
  }
  .feature-wrap1 &gt; .container {
    position: relative;
    z-index: 36;
    margin-top: -75px;
  }
}
@media (max-width: 1199px) {
  .feature-slide2 .feature-style2 {
    box-shadow: 0px 10px 21px rgba(169, 177, 193, 0.15);
  }
}
@media (max-width: 991px) {
  .feature-style1 {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .feature-style1 {
    padding: 40px 20px;
  }
  .feature-style2 {
    padding: 40px 25px 32px 25px;
  }
}
.img-box1 .img-1 img {
  filter: drop-shadow(0px 5px 32px rgba(21, 40, 76, 0.08));
}
.img-box1 .img-2 {
  z-index: 1;
  margin: -200px 0 0 auto;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.img-box1 img {
  border-radius: 5px;
}
.img-box2 {
  position: relative;
  margin: 0 0 30px 0;
}
.img-box2 .img-1 {
  position: relative;
  margin-left: -200px;
}
.img-box2 .img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  border-radius: 10px 0 0 0;
  padding: 10px 0 0 10px;
}
.img-box3 {
  position: relative;
}
.img-box3 img {
  border-radius: 5px;
}
.img-box3 .img-1 {
  text-align: right;
}
.img-box3 .img-2 {
  margin: -300px 0 0 0;
}
.img-box3 .award-box {
  position: absolute;
  left: 0;
  right: 80px;
  bottom: 30px;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.img-box4 {
  position: relative;
}
.img-box4 .img-1 {
  margin: -120px 0 0 0;
}
.img-box4 .img-2 {
  margin: -178px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.img-box5 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  position: relative;
  max-width: 100%;
  padding: 40px 40px 0 0;
}
.img-box5 img {
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.img-box5 .img-1 {
  text-align: right;
  margin-bottom: 20px;
}
.img-box5 .img-bottom {
  display: flex;
  align-items: flex-start;
}
.img-box5 .img-3 {
  margin: -47px 0 0 20px;
  box-shadow: 0px 4px 32px rgba(61, 79, 115, 0.19);
}
.img-box5 .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  max-width: 100%;
  height: 470px;
  max-height: 100%;
  border: 5px solid rgba(14, 89, 242, 0.1);
  border-radius: 50px 5px 5px 5px;
}
.img-box6 {
  margin-bottom: 30px;
}
.img-box6 img {
  border-radius: 15px;
}
.img-box7 img {
  border-radius: 7px;
}
.exp-media {
  display: flex;
  margin: 0 0 15px 0;
}
.exp-media__total {
  display: inline-block;
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 36px;
  width: 80px;
  height: 100px;
  line-height: 100px;
  border-radius: 5px;
  box-shadow: 0px 8px 15px rgba(91, 118, 175, 0.15);
  margin: 0 20px 0 0;
}
.exp-media__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--theme-color);
  margin: -0.1em 0 10px 0;
}
.list-style1 ul {
  margin: 20px 0 27px 0;
  padding: 42px 0 0 0;
  list-style-type: none;
  border-top: 1px solid #e9effb;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.list-style1 li {
  position: relative;
  color: var(--title-color);
  color: var(--black-color);
  margin: 0 0 10px 0;
  padding: 0 0 0 33px;
}
.list-style1 li &gt; i:first-child {
  position: absolute;
  left: 0;
  color: var(--theme-color);
  top: 3px;
}
.list-style2 ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.list-style2 li {
  position: relative;
  border: 1px solid #eaeef4;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 500;
  padding: 16px 25px;
}
.list-style2 li &gt; i:first-child {
  color: var(--theme-color);
  margin-right: 10px;
}
.list-style3 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-style3 li {
  margin: 0 0 7px 0;
}
.list-style3 i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
}
.award-box {
  background-color: #f4f7fc;
  position: relative;
  padding: 60px 60px 57px 60px;
  display: flex;
  border-radius: 5px;
}
.award-box &gt; * {
  position: relative;
  z-index: 2;
}
.award-box__shape {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background-color: var(--theme-color);
  box-shadow: 0px 4px 20px rgba(14, 89, 242, 0.33);
  border-radius: 5px;
  z-index: 1;
}
.award-box__icon {
  position: relative;
  color: var(--white-color);
  font-size: 42px;
  line-height: 1;
  margin: 0 20px 0 0;
}
.award-box__number {
  line-height: 1;
  margin: 0 0 8px 0;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--white-color);
}
.award-box__text {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin: 0;
  color: var(--white-color);
  line-height: 1;
}
.about-media {
  display: flex;
}
.about-media__icon {
  margin: 0 20px 0 0;
}
.call-media {
  display: flex;
  align-items: center;
  padding: 10px 40px 10px 10px;
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 40px 0;
  background-color: var(--white-color);
}
.call-media__icon {
  background-color: var(--smoke-color);
  box-shadow: 0px 7px 37px rgba(96, 125, 185, 0.11);
  border-radius: 5px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 5px;
  text-align: center;
  margin: 0 20px 0 0;
}
.call-media__label {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin: 0 0 12px 0;
}
.call-media__info {
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 1;
  display: block;
  margin: 0;
}
.call-media__info a {
  color: inherit;
}
.call-media__info a:hover {
  color: var(--theme-color);
}
.media-order {
  display: flex;
  margin: 0 0 5px 0;
}
.media-order__number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  display: inline-block;
  margin: 0 30px 0 0;
  border-radius: 5px;
}
.media-order__title {
  margin: -0.25em 0 10px 0;
}
.progress-box {
  margin: 0 0 25px 0;
}
.progress-box__number,
.progress-box__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--title-font);
  color: var(--title-color);
  display: inline-block;
  margin: 0 0 17px 0;
}
.progress-box__number {
  float: right;
  margin: 5px 0 0 0;
}
.progress-box__progress {
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border: 1px solid #d5e0f5;
  height: 16px;
  padding: 4px;
  border-radius: 5px;
  background-color: var(--white-color);
}
.progress-box__bar {
  height: 100%;
  background-color: var(--theme-color);
  border-radius: inherit;
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
}
.about-shape1 {
  font-size: 150px;
  font-weight: 400;
  font-family: var(--title-font);
  line-height: 1;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  text-transform: uppercase;
  transform: rotate(180deg);
  position: absolute;
  right: 95px;
  bottom: 120px;
  color: rgba(14, 89, 242, 0.07);
}
.contact-media {
  display: flex;
  align-items: center;
}
.contact-media__icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  text-align: center;
  font-size: 26px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
}
.contact-media__label {
  text-transform: uppercase;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin: 0 0 9px 0;
}
.contact-media__info {
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  display: block;
  margin: 0 0 -0.25em 0;
  font-size: 15px;
  line-height: 24px;
}
.contact-media__info a {
  color: inherit;
}
.contact-media .media-body {
  background-color: var(--white-color);
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 10px 10px 50px;
  margin-left: -30px;
  border-radius: 5px;
}
.about-call {
  display: flex;
  align-items: center;
  border-right: 2px solid var(--theme-color);
  padding: 0 40px 0 0;
  margin: 0 40px 0 0;
}
.about-call__icon {
  background-color: var(--white-color);
  color: var(--theme-color);
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
  font-size: 20px;
  border-radius: 50%;
}
.about-call__label {
  font-size: 14px;
  color: var(--black-color);
  display: block;
}
.about-call__number {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color);
}
.about-box1 .about-subtitle {
  font-weight: 500;
  line-height: 1;
  display: block;
  font-family: var(--title-font);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  max-width: 280px;
  margin: 0 0 33px 0;
}
.about-box1 .about-subtitle:after {
  content: "";
  position: relative;
  right: 0;
  height: 1px;
  width: 100%;
  flex: 1;
  background-color: var(--theme-color);
  display: inline-block;
  margin: 0 0 0 10px;
}
.about-box1 .about-text {
  margin: 0 0 33px 0;
}
.about-box1 .about-title {
  margin-top: -0.3em;
}
.about-box2 {
  padding: var(--section-space, 120px) 0;
  max-width: 560px;
}
.about-box2 .author-degi {
  font-family: var(--title-font);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}
.about-box2 .author-name {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .about-shape1 {
    font-size: 80px;
    right: 50px;
    bottom: 70px;
  }
  .img-box2 .img-1 {
    margin-left: 0;
  }
  .img-box2 .img-2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -100px 30px 0 auto;
    padding: 10px;
    border-radius: 10px;
  }
  .about-box2 {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .img-box3 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .img-box4 .img-1 {
    margin: 0;
  }
  .img-box4 .img-2 {
    margin: -100px 0 0 auto;
    max-width: 70%;
  }
  .list-style2 li {
    padding: 14px 20px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .about-box2 {
    padding: 40px 0 var(--section-space-mobile, 80px) 0;
  }
  .img-box1 .img-1 img {
    width: 100%;
  }
  .img-box5 {
    width: 100%;
  }
  .img-box5 .img-1 img {
    width: 100%;
  }
  .img-box5 .img-bottom {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .img-box2 .img-2,
  .img-box1 .img-2 {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .img-box2 .img-2 img,
  .img-box1 .img-2 img {
    width: 100%;
  }
  .img-box5 {
    padding: 0;
  }
  .img-box5 .shape1 {
    display: none;
  }
  .list-style2 ul {
    display: block;
  }
  .list-style2 ul li:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .media-order {
    display: block;
  }
  .media-order__number {
    margin: 0 0 20px 0;
  }
  .img-box3 img {
    width: 100%;
  }
  .img-box3 .img-2 {
    margin: 30px 0 0 0;
  }
  .call-media__icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 10px 0 0;
  }
  .call-media__icon img {
    max-width: 25px;
  }
  .call-media__label {
    font-size: 12px;
  }
  .award-box {
    padding: 30px;
  }
  .award-box__shape {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .img-box3 .award-box {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 30px 0 0 0;
    width: 100%;
    box-shadow: none;
  }
  .exp-media {
    margin-top: 30px;
  }
  .list-style1 ul {
    display: block;
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
  }
}
@media (max-width: 575px) {
  .about-call {
    padding: 0;
    border-right: none;
    margin-top: 20px;
  }
}
.service-style1
{
  padding: 40px;
  background-color: var(--white-color);
  box-shadow: 0px 16px 47px rgba(78, 111, 178, 0.07);
  border-radius: 5px;
  position: relative;
  transition: all ease 0.4s;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.service-style1 .service-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: var(--smoke-color);
  border-radius: 50%;
  margin: 0 0 28px 0;
}
.service-style1 .service-text {
  margin: 0 0 20px 0;
}
.service-style1 .service-title a {
  color: var(--title-color);
  transition: all ease 0.3s;
  position: relative;
  z-index: 3;
}
.service-style1 .service-number,
.service-style1 .link-btn,
.service-style1 .service-icon,
.service-style1 .service-text {
  position: relative;
  z-index: 3;
  transition: all ease 0.4s;
}
.service-style1 .service-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: scale(1.15);
}
.service-style1 .service-number {
  line-height: 1;
  color: rgba(14, 89, 242, 0.1);
  font-size: 60px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-top: 4px;
  opacity: 1;
  visibility: visible;
}
.service-style1 .service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 27px 0;
}
.service-style1 .service-top .service-icon {
  margin: 0;
}
.service-style1:hover {
  box-shadow: 0px 16px 47px rgba(14, 89, 242, 0.2);
  background-color: var(--theme-color);
}
.service-style1:hover .service-number {
  opacity: 0;
  visibility: hidden;
}
.service-style1:hover .service-icon {
  background-color: var(--white-color);
}
.service-style1:hover .link-btn,
.service-style1:hover .service-title a,
.service-style1:hover .service-text {
  color: var(--white-color);
}
.service-style1:hover .vs-btn {
  background-color: var(--white-color);
}
.service-style1:hover .service-bg {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.service-style1.layout2  {
  box-shadow: none;
  border: 1px solid #eaf2fe;
}
.service-style1.layout2:hover {
  box-shadow: 0px 16px 47px rgba(14, 89, 242, 0.2);
}
.service-style1.layout3 {
  box-shadow: none;
  border: 1px solid #ecf0f6;
  padding: 50px;
  border-radius: 0;
}
.service-style1.layout3 .service-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.service-style2 {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}
.service-style2 .service-img {
  width: 160px;
  position: relative;
  background-color: var(--smoke-color);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.service-style2 .service-img img {
  border-radius: 5px;
}
.service-style2 .service-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--theme-color);
  background-color: var(--white-color);
  text-align: center;
  border-radius: 5px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.service-style2 .service-title {
  margin: 0 0 10px 0;
}
.service-style2 .service-title a {
  color: var(--title-color);
  transition: all ease 0.4s;
}
.service-style2 .service-text {
  margin: 0 0 12px 0;
}
.service-style2 .service-content {
  flex: 1;
  position: relative;
  border-radius: 5px;
  padding: 31px 40px 30px 130px;
  margin: 0 0 0 -105px;
  transition: all ease 0.4s;
  overflow: hidden;
  background-color: var(--white-color);
}
.service-style2 .service-content &gt; * {
  position: relative;
  z-index: 1;
  transition: all ease 0.4s;
}
.service-style2 .service-shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  transition: all ease 0.4s;
  transform: scale(1.1);
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.service-style2:hover .service-text,
.service-style2:hover .service-title a,
.service-style2:hover .link-btn {
  color: var(--white-color);
}
.service-style2:hover .service-content {
  border-color: rgba(0, 0, 0, 0);
}
.service-style2:hover .service-shape {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.service-style3 {
  text-align: center;
  margin: 0 0 30px 0;
  position: relative;
}
.service-style3 .service-img img {
  width: 100%;
}
.service-style3 .service-icon {
  display: block;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: calc(var(--icon-size, 120px) - var(--icon-shape, 10px) * 2);
  text-align: center;
  background-color: var(--smoke-color);
  border: 10px solid var(--white-color);
  margin: 0 auto 15px auto;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}
.service-style3 .service-title {
  margin: 0;
}
.service-style3 .service-title a {
  color: inherit;
}
.service-style3 .service-text {
  margin: 0 0 15px 0;
  color: #bed4ff;
}
.service-style3 .service-content {
  padding: 0 30px 37px 30px;
}
.service-style3 .service-front {
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 900;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
}
.service-style3 .service-front .service-icon {
  margin-top: calc(var(--icon-size, 120px) / -2);
}
.service-style3 .service-back {
  z-index: 1000;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme-color);
  border-radius: 5px;
  overflow: hidden;
}
.service-style3 .service-back .service-content {
  padding: 40px 30px 37px 30px;
}
.service-style3 .service-back .service-icon {
  background-color: var(--theme-color);
}
.service-style3 .service-back .service-icon img {
  filter: brightness(0) invert(1);
}
.service-style3 .service-back .service-title {
  color: var(--white-color);
  margin: 0 0 10px 0;
}
.service-style3 .service-back .link-btn {
  color: var(--white-color);
}
.service-style3:hover .service-front {
  z-index: 900;
  transform: rotateY(180deg);
  box-shadow: none;
}
.service-style3:hover .service-back {
  z-index: 1000;
  transform: rotateX(0deg) rotateY(0deg);
}
.service-list-box {
  background-color: var(--smoke-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 40px;
}
.service-list-box .title {
  margin: 0 0 27px 0;
}
.service-list-box .list-style3 li:last-child {
  margin-bottom: 2.5px;
}
.service-tab-menu {
  display: flex;
  margin: 0 0 60px 0;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.service-tab-menu .btn-img {
  display: block;
  width: 120px;
  height: 120px;
  line-height: 100px;
  background-color: var(--smoke-color);
  border: 10px solid var(--white-color);
  border-radius: 50%;
  margin: -60px auto 30px auto;
  transition: all ease 0.4s;
}
.service-tab-menu .btn-img img {
  filter: none;
  transition: all ease 0.3s;
}
.service-tab-menu .btn-title {
  display: block;
  margin: 0 0 6px 0;
  color: var(--title-color);
  transition: all ease 0.4s;
}
.service-tab-menu .btn-text {
  color: var(--body-color);
  transition: all ease 0.4s;
  display: block;
}
.service-tab-menu .nav-link {
  border: none;
  flex: 1;
  max-width: 300px;
  display: inline-block;
  text-align: center;
  margin: 60px 0 0 0;
  padding: 0 0 38px 0;
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  min-width: 210px;
  transition: all ease 0.4s;
}
.service-tab-menu .nav-link.active,
.service-tab-menu .nav-link:hover {
  background-color: var(--theme-color);
  box-shadow: 0px 6px 15px rgba(14, 90, 242, 0.18);
}
.service-tab-menu .nav-link.active .btn-title,
.service-tab-menu .nav-link:hover .btn-title {
  color: var(--white-color);
}
.service-tab-menu .nav-link.active .btn-text,
.service-tab-menu .nav-link:hover .btn-text {
  color: #bed4ff;
}
.service-tab-menu .nav-link.active .btn-img,
.service-tab-menu .nav-link:hover .btn-img {
  border-color: #f6f7fa;
  background-color: var(--theme-color);
}
.service-tab-menu .nav-link.active .btn-img img,
.service-tab-menu .nav-link:hover .btn-img img {
  filter: brightness(0) invert(1);
}
.service-shape1 {
  position: absolute;
  left: 120px;
  right: 120px;
  top: 0;
  height: 100%;
  max-height: 454px;
  background-color: #f6f7fa;
  z-index: -1;
}
.service-sidebar .widget_nav_menu a::before,
.service-sidebar .widget_meta a::before,
.service-sidebar .widget_pages a::before,
.service-sidebar .widget_archive a::before,
.service-sidebar .widget_categories a::before {
  content: "ï¡";
  color: var(--body-color);
}
.service-sidebar .widget_nav_menu a:hover:before,
.service-sidebar .widget_meta a:hover:before,
.service-sidebar .widget_pages a:hover:before,
.service-sidebar .widget_archive a:hover:before,
.service-sidebar .widget_categories a:hover:before {
  color: var(--theme-color);
}
@media (max-width: 1500px) {
  .service-shape1 {
    left: 0;
    right: 0;
  }
}
@media (max-width: 1399px) {
  .service-style3 .service-back .service-content {
    padding: 40px 20px 37px 20px;
  }
}
@media (max-width: 1199px) {
  .service-style1 {
    padding: 40px 20px;
  }
  .service-style1 .service-icon {
    margin: 0 0 18px 0;
  }
  .service-style1.layout3 {
    padding: 40px 30px;
  }
  .service-list-box .title {
    margin: 0 0 17px 0;
  }
}
@media (max-width: 991px) {
  .service-sidebar {
    margin-top: 30px;
  }
  .service-list-box {
    padding: 35px 20px;
  }
  .service-style3 .service-img {
    max-height: 205px;
    overflow: hidden;
  }
  .service-shape1 {
    max-height: 800px;
  }
  .service-tab-menu .nav-link {
    min-width: 45%;
  }
}
@media (max-width: 767px) {
  .service-style2 {
    display: block;
    text-align: center;
  }
  .service-style2 .service-img {
    margin: 0 auto;
  }
  .service-style2 .service-content {
    padding: 99px 30px 30px 30px;
    margin: -69px 0 0 0;
  }
}
.counter-media {
  display: flex;
  align-items: center;
}
.counter-media__icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: 0 25px 0 0;
  background-color: var(--theme-color);
  border-radius: 5px;
}
.counter-media__number {
  line-height: 1;
  margin: -0.04em 0 7px 0;
  display: block;
}
.counter-media__title {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.counter-shape1 {
  background-color: rgba(17, 33, 62, 0.07);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  top: -60px;
  -webkit-clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
  clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
}
.counter-wrap1 {
  background-color: var(--white-color);
  box-shadow: 0px 13px 29px rgba(131, 150, 188, 0.1);
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .counter-media {
    display: block;
    text-align: center;
  }
  .counter-media__icon {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .counter-media__icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .counter-media__icon img {
    max-width: 40px;
  }
  .counter-media__title {
    font-size: 12px;
  }
  .counter-media__number {
    font-size: 30px;
  }
}
.team-style2 .team-social,
.team-style1 .team-social {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  background-color: var(--theme-color);
  text-align: center;
  padding: 16.5px 10px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.6s;
}
.team-style2 .team-social a,
.team-style1 .team-social a {
  display: inline-block;
  color: #bbd1ff;
  margin: 0 18px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateY(-15px);
}
.team-style2 .team-social a:last-child,
.team-style1 .team-social a:last-child {
  margin-right: 0;
}
.team-style2 .team-social a:hover,
.team-style1 .team-social a:hover {
  color: var(--white-color);
}
.team-style2:hover .team-social,
.team-style1:hover .team-social {
  opacity: 1;
  visibility: visible;
}
.team-style2:hover .team-social a,
.team-style1:hover .team-social a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.team-style2:hover .team-social a:nth-of-type(1),
.team-style1:hover .team-social a:nth-of-type(1) {
  transition-delay: 0s;
}
.team-style2:hover .team-social a:nth-of-type(2),
.team-style1:hover .team-social a:nth-of-type(2) {
  transition-delay: 0.1s;
}
.team-style2:hover .team-social a:nth-of-type(3),
.team-style1:hover .team-social a:nth-of-type(3) {
  transition-delay: 0.2s;
}
.team-style2:hover .team-social a:nth-of-type(4),
.team-style1:hover .team-social a:nth-of-type(4) {
  transition-delay: 0.3s;
}
.team-style2:hover .team-social a:nth-of-type(5),
.team-style1:hover .team-social a:nth-of-type(5) {
  transition-delay: 0.4s;
}
.team-style1 {
  overflow: hidden;
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  margin: 0 0 30px 0;
  transition: all ease 0.4s;
}
.team-style1 .team-img {
  overflow: hidden;
  position: relative;
}
.team-style1 .team-img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1);
}
.team-style1 .team-content {
  padding: 30px 0 23px 0;
  text-align: center;
}
.team-style1 .team-title {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.team-style1 .team-degi {
  color: var(--theme-color);
  margin: 0;
  font-size: 14px;
}
.team-style1:hover {
  background-color: #f6f7fa;
  box-shadow: none;
}
.team-style1:hover .team-img img {
  transform: scale(1.1);
}
.team-style1.layout2 {
  padding: 30px;
  background-color: var(--white-color);
  margin: 0 0 30px 0;
}
.team-style1.layout2 .team-content {
  padding: 38px 0 4px 0;
  box-shadow: none;
}
.team-style1.layout2 .team-img {
  overflow: hidden;
  border-radius: 5px;
}
.team-style1.layout2 .team-title {
  text-transform: uppercase;
  font-size: 24px;
}
.team-style1.layout2 .team-degi {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
}
.team-style2 {
  margin: 0 0 30px 0;
}
.team-style2 .team-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 30px -60px 30px;
  border-radius: 5px;
}
.team-style2 .team-img img {
  width: 100%;
  border-radius: 5px;
  transition: all ease 0.4s;
  filter: none;
}
.team-style2 .team-shape2,
.team-style2 .team-shape1 {
  position: absolute;
  left: 15%;
  top: -55%;
  width: 373.37px;
  height: 549.99px;
  background: rgba(21, 30, 50, 0.41);
  transform: rotate(-34.46deg) translateX(110%);
  transition: all ease 0.4s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.team-style2 .team-shape2 {
  width: 206.12px;
  height: 391px;
  background: rgba(14, 89, 242, 0.41);
  left: 74%;
  top: -29%;
}
.team-style2 .team-social {
  left: 50px;
  right: 50px;
  bottom: 50px;
  border-radius: 5px;
  z-index: 4;
}
.team-style2 .team-social a {
  color: #abc7fd;
}
.team-style2 .team-social a:hover {
  color: var(--white-color);
}
.team-style2 .team-title {
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.team-style2 .team-degi {
  color: var(--theme-color);
  margin: 0;
  line-height: 1;
}
.team-style2 .team-content {
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  padding: 97px 0 42px 0;
  text-align: center;
  transition: all ease 0.4s;
}
.team-style2:hover .team-content {
  background-color: #f6f7fa;
  box-shadow: none;
}
.team-style2:hover .team-shape1,
.team-style2:hover .team-shape2 {
  transform: rotate(-34.46deg) translateX(0);
  opacity: 1;
  visibility: visible;
}
.team-style2:hover .team-img img {
  filter: grayscale(100%);
}
.slick-slide .team-style2 .team-content,
.slick-slide .team-style1 {
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.07);
}
.team-about .team-name {
  margin: -0.3em 0 0 0;
}
.team-about .team-degi {
  color: var(--theme-color);
  display: block;
  margin: 0 0 27px 0;
}
.team-about .team-text {
  margin: 0 0 35px 0;
}
.team-about .vs-btn {
  margin: 23px 0 0 0;
}
.team-inner {
  padding: 110px 0 93px 0;
  margin: 90px auto 120px auto;
  max-width: 1680px;
  width: 100%;
}
.team-media {
  display: flex;
  align-items: center;
  margin: 0 0 18px 0;
}
.team-media__icon {
  display: inline-block;
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  border: 1px solid #e8eefc;
  text-align: center;
  color: var(--theme-color);
  margin: 0 20px 0 0;
  font-size: 18px;
  border-radius: 50%;
}
.team-media__label {
  font-size: 14px;
}
.team-media__info {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font);
  margin: 0;
}
.team-media__info a {
  color: inherit;
}
.team-media__info a:hover {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .team-style2 .team-social {
    left: 10px;
    right: 10px;
    bottom: 0;
  }
  .team-style1.layout2 {
    padding: 15px 15px 25px 15px;
  }
  .team-style1.layout2 .team-title {
    font-size: 20px;
  }
  .team-style1.layout2 .team-degi {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .team-about .team-degi {
    margin: 0 0 17px 0;
  }
  .team-about .team-text {
    margin: 0 0 25px 0;
  }
  .team-about .vs-btn {
    margin: 13px 0 0 0;
  }
  .team-inner {
    padding: 70px 0 53px 0;
    margin: 50px auto 80px auto;
  }
}
.process-style1 {
  text-align: center;
  margin: 0 0 5px 0;
  position: relative;
}
.process-style1 .process-arrow {
  position: absolute;
  right: -53px;
  top: 0;
}
.process-style1:nth-child(even) {
  margin-top: 60px;
}
.process-style1:nth-child(even) .process-arrow {
  transform: rotateX(190deg);
}
.process-style1:last-child .process-arrow {
  display: none;
}
.process-style1 .process-icon {
  position: relative;
  text-align: center;
  width: var(--icon-size, 130px);
  height: var(--icon-size, 130px);
  line-height: var(--icon-size, 130px);
  box-shadow: 0px 0px 25px 10px rgba(170, 170, 170, 0.13);
  background-color: var(--white-color);
  border-radius: 50%;
  margin: 0 auto 30px auto;
}
.process-style1 .process-number {
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 26px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  position: relative;
  border: 5px solid var(--white-color);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--title-font);
}
.process-style1 .process-title {
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
.process-style2 {
  text-align: center;
  max-width: 290px;
  position: relative;
  margin: 0 0 5px 0;
}
.process-style2 .process-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: var(--white-color);
  margin: 22.5px 0 25px 0;
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
}
.process-style2 .process-number {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  margin: -22.5px -22.5px 0 0;
  border-radius: 50%;
}
.process-style2 .process-arrow {
  position: absolute;
  right: -55%;
  top: 10%;
}
.process-style2:last-child .process-arrow {
  display: none;
}
@media (min-width: 1500px) {
  .process-wrap1 {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media (max-width: 1199px) {
  .process-style1,
  .process-style1:nth-child(even) {
    margin-top: 0;
  }
  .process-style1 .process-arrow {
    right: -45px;
    top: 25px;
    max-width: 80px;
  }
  .process-style2 .process-arrow {
    right: -23%;
    top: 15%;
    max-width: 90px;
  }
}
@media (max-width: 991px) {
  .process-style1 .process-arrow {
    display: none;
  }
  .process-style1 .process-icon {
    --icon-size: 100px;
    margin: 0 auto 20px auto;
  }
  .process-style1 .process-icon img {
    max-width: 40px;
  }
  .process-style2 {
    max-width: 100%;
  }
  .process-style2 .process-arrow {
    display: none;
  }
}
.accordion-style1 {
  margin: 0 0 30px 0;
}
.accordion-style1 .accordion-item {
  margin: 0 0 20px 0;
  padding: 0 25px 0 25px;
  background-color: var(--white-color);
  box-shadow: 0px 13px 17px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}
.accordion-style1 .accordion-button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 14.5px 0;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  text-align: left;
}
/* .accordion-style1 .accordion-button:after {
  content: "\f13a";
  font-family: var(--icon-font);
  font-weight: 700;
  color: var(--title-color);
  border: none;
  width: auto;
  height: auto;
  background-image: none;
  transform: rotate(90);
} */
.accordion-style1 .accordion-button:focus {
  box-shadow: none;
}
.accordion-style1 .accordion-button:not(.collapsed):after {
  transform: rotate(0);
}
.accordion-style1 .accordion-body {
  border-top: 1px solid #ebebeb;
  padding: 17px 0 20px 0;
}
.accordion-style1 .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-style1 .accordion-collapse {
  border: none;
}
.accordion-style1.layout2 .accordion-item {
  padding: 0;
  box-shadow: none;
}
.accordion-style1.layout2 .accordion-button {
  padding: 14.5px 25px;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 0;
}
.accordion-style1.layout2 .accordion-button:after {
  color: var(--white-color);
}
.accordion-style1.layout2 .accordion-button.collapsed {
  background-color: var(--smoke-color);
  color: var(--title-color);
}
.accordion-style1.layout2 .accordion-button.collapsed:after {
  color: var(--theme-color);
}
.accordion-style1.layout2 .accordion-body {
  border: none;
  background-color: var(--smoke-color);
  padding: 25px 25px 23px 25px;
}
.faq-wrap1 {
  padding-top: 240px;
  padding-bottom: 90px;
  position: relative;
}
.faq-shape1 {
  position: absolute;
  right: 0;
  top: 120px;
  bottom: 0;
  width: 100%;
  max-width: 1120px;
  border-radius: 5px 0 0 5px;
  z-index: -1;
}
.faq-shape2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 945px;
  max-height: 570px;
  z-index: -2;
  border-radius: 0 5px 5px 0;
}
@media (min-width: 1921px) {
  .faq-shape1 {
    max-width: 60%;
  }
  .faq-shape2 {
    max-width: 49%;
  }
}
@media (max-width: 1500px) {
  .faq-wrap1 {
    padding-top: var(--section-space, 120px);
    padding-bottom: calc(var(--section-space, 120px) - 30px);
  }
  .faq-shape2 {
    max-height: initial;
    bottom: 0;
    display: none;
  }
  .faq-shape1 {
    max-width: 70%;
    top: 0;
  }
}
@media (max-width: 1399px) {
  .faq-wrap1 {
    padding-top: var(--section-space, 120px);
  }
  .faq-shape2 {
    max-height: initial;
    bottom: 0;
    display: none;
  }
  .faq-shape1 {
    max-width: 70%;
    top: 0;
  }
  .accordion-style1 .accordion-button {
    font-size: 16px;
  }
  .accordion-style1 .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .faq-wrap1 {
    padding-top: var(--section-space-mobile, 80px);
    padding-bottom: calc(var(--section-space-mobile, 80px) - 30px);
  }
  .faq-shape1 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .accordion-style1 .accordion-item {
    padding: 0 20px 0px 20px;
  }
  .accordion-style1.layout2 .accordion-button {
    padding: 14.5px 20px;
    font-size: 16px;
  }
  .accordion-style1.layout2 .accordion-body {
    padding: 25px 20px 23px 20px;
  }
}
@media (min-width: 1500px) {
  .cta-wrap1 {
    margin-left: 110px;
    margin-right: 110px;
  }
}
.cta-title1 {
  margin-bottom: -1rem;
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .cta-title1 {
    margin-bottom: -0.7rem;
  }
}
@media (max-width: 991px) {
  .cta-title1 {
    margin: -0.5em 0 30px 0;
  }
}
.testi-style1 {
  background-color: #f8f8f9;
  padding: 1px 40px 35px 40px;
  margin: 15px 0 30px 0;
  border-radius: 5px;
  transition: all ease 0.4s;
}
.testi-style1:hover {
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
}
.testi-style1 .testi-icon {
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--white-color);
  border-radius: 5px;
  margin: -25px 0 20px 0;
}
.testi-style1 .testi-icon i {
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  color: var(--white-color);
  font-size: 24px;
  border-radius: inherit;
  background-color: var(--theme-color);
  text-align: center;
  display: inline-block;
}
.testi-style1 .testi-text {
  margin: 0 0 22px 0;
}
.testi-style1 .testi-name {
  margin: 0;
}
.testi-style1 .testi-degi {
  font-size: 14px;
  display: block;
  color: var(--theme-color);
}
.testi-style2 {
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  padding: 50px 50px 40px 50px;
  margin: 0 0 30px 0;
}
.testi-style2 .testi-body {
  display: flex;
  margin: 0 0 12px 0;
}
.testi-style2 .author-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 30px 0 0;
  border-radius: 5px;
}
.testi-style2 .testi-text {
  font-family: var(--title-font);
  line-height: 30px;
  font-size: 16px;
  font-style: italic;
}
.testi-style2 .testi-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 2px 0;
}
.testi-style2 .testi-degi {
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--theme-color);
}
.testi-style2-slide {
  margin-top: -30px;
}
.testi-style2-slide .testi-style2 {
  box-shadow: 0px 10px 21px rgba(169, 177, 193, 0.15);
  margin-top: 30px;
}
.author-style1 {
  display: flex;
  border-radius: 15px;
  position: relative;
  padding: 30px;
  margin: 0 0 30px 0;
  transition: all ease 0.4s;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.author-style1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 20px;
  background-color: var(--theme-color);
  border-radius: 9999px;
  margin: -10px 0 0 0;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.author-style1 .author-name {
  margin: 0;
}
.author-style1 .author-degi {
  color: var(--theme-color);
  font-size: 14px;
}
.author-style1 .author-img {
  margin: 0 15px 0 0;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-current .author-style1,
.author-style1:hover {
  background-color: var(--white-color);
  box-shadow: 0px 17px 20px #eeeff1;
}
.slick-current .author-style1::before {
  opacity: 1;
  visibility: visible;
}
.testi-text-slide .testi-text {
  font-size: 18px;
  margin: 10px 0 30px 0;
}
.testimonial-arrow {
  position: absolute;
  right: -126px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-arrow .icon-btn {
  display: block;
  margin: 0 0 20px 0;
}
.testimonial-arrow .icon-btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .author-style1 {
    padding: 20px;
  }
  .author-style1 .author-name {
    margin: 0;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .testi-style1 {
    padding: 1px 25px 35px 25px;
  }
  .testi-style2 {
    padding: 40px 40px 30px 40px;
    text-align: center;
  }
  .testi-style2 .author-img {
    margin: 0 auto 15px auto;
  }
  .testi-style2 .testi-body {
    display: flex;
    margin: 0 0 0 0;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .testi-style2 {
    padding: 30px;
  }
}
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: none;
  color: var(--white-color);
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 40px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  margin: 0 0 40px 0;
  background-color: rgba(0, 0, 0, 0);
}
.sidemenu-wrapper .widget_title {
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.price-style1 {
  position: relative;
  background-color: #f6f7fa;
  padding: 50px 60px 60px 60px;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 30px 0;
}
.price-style1 .price-shape {
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transform: scale(1.1);
}
.price-style1 .price-package {
  margin: 0 0 3px 0;
}
.price-style1 .price-amount {
  color: var(--theme-color);
}
.price-style1 .price-duration {
  font-size: 16px;
  color: var(--title-color);
  font-weight: 500;
}
.price-style1 .price-features {
  background-color: var(--white-color);
  padding: 28px 30px 22px 30px;
  margin: 0 0 30px 0;
  border-radius: 5px;
}
.price-style1 .price-features ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.price-style1 .price-features li {
  margin: 0 0 5px 0;
}
.price-style1 .price-features i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
}
.price-style1 .vs-btn {
  width: 100%;
}
.price-style1 .vs-btn,
.price-style1 .price-features,
.price-style1 .price-duration,
.price-style1 .price-amount,
.price-style1 .price-package {
  transition: all ease 0.4s;
  position: relative;
  z-index: 2;
}
.slick-center .price-style1 .price-shape,
.price-style1:hover .price-shape {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.slick-center .price-style1 .price-duration,
.slick-center .price-style1 .price-amount,
.slick-center .price-style1 .price-package,
.price-style1:hover .price-duration,
.price-style1:hover .price-amount,
.price-style1:hover .price-package {
  color: var(--white-color);
}
.slick-center .price-style1 .vs-btn,
.price-style1:hover .vs-btn {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.slick-center .price-style1 .vs-btn:hover,
.price-style1:hover .vs-btn:hover {
  color: var(--white-color);
}
@media (max-width: 1399px) {
  .price-style1 {
    padding: 30px 20px 40px 20px;
  }
  .price-style1 .price-features {
    padding: 28px 20px 22px 20px;
  }
  .price-style1 .price-features li {
    font-size: 14px;
  }
  .price-style1 .price-amount.h1 {
    font-size: 30px;
  }
}
.form-style1 {
  background-color: var(--theme-color);
  --bs-gutter-x: 20px;
  padding: 70px 80px 80px 80px;
}
.form-style1 .form-title {
  color: var(--white-color);
  text-align: center;
  margin: 0 0 27px 0;
  padding: 0 0 17px 0;
  position: relative;
}
.form-style1 .form-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background-color: #0844bc;
  background-color: var(--white-color);
  opacity: 0.3;
}
.form-style1 .vs-btn {
  width: 100%;
}
.form-style1 textarea,
.form-style1 input {
  height: 55px;
  background-color: var(--white-color);
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  border-radius: 5px;
}
.form-style1 textarea {
  min-height: 180px;
  resize: none;
}
.form-style2 {
  margin-bottom: 30px;
}
.form-style2 textarea,
.form-style2 select,
.form-style2 input {
  background-color: var(--smoke-color);
  border: none;
  font-size: 16px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .form-style1 {
    padding: 40px 20px 40px 20px;
  }
  .form-style1 select,
  .form-style1 .form-control,
  .form-style1 .form-select,
  .form-style1 textarea,
  .form-style1 input {
    padding-left: 20px;
    font-size: 14px;
  }
}
.project-style1 {
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  margin: 0 0 30px 0;
}
.project-style1 .project-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.project-style1 .project-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 1;
}
.project-style1 .project-img img {
  transition: all ease 0.4s;
  transform: scale(1);
}
.project-style1 .project-content {
  padding: 25px 30px 30px 30px;
}
.project-style1:hover .vs-btn.style3 {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.project-style1:hover .project-img:before {
  transform: scale(1);
  opacity: 0.5;
  visibility: visible;
}
.project-style1:hover .project-img img {
  transform: scale(1.1);
}
.slick-slide .project-style1 {
  box-shadow: 0px 10px 21px rgba(169, 177, 193, 0.15);
}
.project-style2 {
  position: relative;
  margin: 0 0 30px 0;
}
.project-style2 .project-img {
  overflow: hidden;
  position: relative;
}
.project-style2 .project-img img {
  transition: all ease 0.4s;
  transform: scale(1);
  width: 100%;
}
.project-style2 .project-shape {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background-color: var(--theme-color);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.project-style2 .icon-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-color: var(--white-color);
  color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
}
.project-style2 .icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.project-style2 .project-title {
  color: var(--white-color);
  margin: 0;
}
.project-style2 .project-label {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  display: block;
  margin: 0 0 5px 0;
}
.project-style2 .project-label,
.project-style2 .project-title {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: all ease 0.4s;
}
.project-style2 .project-content {
  position: absolute;
  left: 70px;
  bottom: 60px;
  z-index: 3;
}
.project-style2:hover .project-shape {
  opacity: 0.8;
  visibility: visible;
}
.project-style2:hover .project-img img {
  transform: scale(1.1);
}
.project-style2:hover .icon-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.project-style2:hover .project-title,
.project-style2:hover .project-label {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.project-style2:hover .icon-btn,
.project-style2:hover .project-label {
  transition-delay: 0.2s;
}
.project-box {
  background-color: var(--smoke-color);
  padding: 45px 40px;
  margin: 0 0 30px 0;
}
.project-box__title {
  margin: -0.3em 0 25px 0;
}
.project-box__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--white-color);
  text-align: center;
  color: var(--theme-color);
  margin: 0 20px 0 0;
  font-size: 18px;
  border-radius: 50%;
}
.project-box__label {
  font-size: 14px;
  display: block;
  margin: 0 0 10px 0;
  line-height: 1;
}
.project-box__info {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  margin: 0;
}
.project-box__item {
  display: flex;
  align-items: center;
}
.project-box__item:not(:last-child) {
  border-bottom: 1px solid #dadfec;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.project-contact {
  background-color: var(--theme-color);
  padding: 32px 40px 20px 40px;
}
.project-contact__title {
  color: var(--white-color);
  margin: 0 0 10px 0;
}
.project-contact__text {
  color: var(--white-color);
  margin: 0 0 22px 0;
}
.project-contact__info {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 33px;
}
.project-contact__info a {
  color: inherit;
}
.project-contact__info i {
  margin: 0 15px 0 0;
  position: absolute;
  left: 0;
  top: 3.5px;
}
@media (max-width: 1500px) {
  .project-style2 .icon-btn {
    top: 60px;
    right: 60px;
    left: auto;
    transform: none;
    --btn-size: 40px;
    --btn-font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .project-box {
    padding: 35px 25px;
  }
  .project-contact {
    padding: 32px 25px 20px 25px;
  }
  .project-style1 .project-img img {
    width: 100%;
  }
  .project-style1 .project-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .project-style2 .project-shape {
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .project-style2 .project-content {
    left: 20px;
    bottom: 20px;
  }
  .project-style2 .icon-btn {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .project-style1 .project-content {
    padding: 25px 20px 30px 20px;
  }
}
.contact-tab-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 60px 0;
}
.contact-tab-menu .btn-img {
  width: 120px;
  float: left;
  margin: 0 20px 0 0;
}
.contact-tab-menu .btn-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  margin: 4px 0 0 0;
  transition: all ease 0.4s;
}
.contact-tab-menu .btn-text {
  display: inline-block;
  color: var(--body-color);
  font-size: 14px;
  font-family: var(--title-font);
  margin: 2px 0 0 0;
  transition: all ease 0.4s;
}
.contact-tab-menu button {
  padding: 20px;
  position: relative;
  width: 100%;
  flex: 1;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f0f0f0;
}
.contact-tab-menu button.active,
.contact-tab-menu button:hover {
  background-color: var(--theme-color);
  border-color: rgba(0, 0, 0, 0);
}
.contact-tab-menu button.active .btn-text,
.contact-tab-menu button.active .btn-title,
.contact-tab-menu button:hover .btn-text,
.contact-tab-menu button:hover .btn-title {
  color: var(--white-color);
}
.contact-box {
  background-color: var(--smoke-color);
  padding: 60px;
  height: 100%;
}
.contact-box__title {
  margin: -0.4em 0 10px 0;
}
.contact-box__text {
  margin: 0 0 37px 0;
}
.contact-box__item {
  display: flex;
}
.contact-box__item:not(:last-child) {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #dadfec;
}
.contact-box__icon {
  font-size: 30px;
  line-height: 1;
  color: var(--theme-color);
  align-self: flex-start;
  margin: 0 15px 0 0;
}
.contact-box__label {
  font-size: 18px;
  margin: -0.3em 0 8px 0;
}
.contact-box__info {
  max-width: 235px;
  margin: 0 0 -0.5em 0;
}
.contact-box__info a {
  display: inline-block;
  color: inherit;
}
.contact-box__form .form-group {
  line-height: 1;
}
.contact-box__form textarea,
.contact-box__form select,
.contact-box__form input {
  height: 55px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  background-position: right 21px center;
}
.contact-box__form i {
  top: 19px;
  right: calc(var(--bs-gutter-x) / 2 + 24px);
  font-size: 16px;
}
@media (max-width: 1399px) {
  .contact-box {
    padding: 40px;
  }
  .contact-box__title {
    margin: -0.3em 0 10px 0;
  }
  .contact-box__form textarea,
  .contact-box__form select,
  .contact-box__form input {
    font-size: 14px;
  }
  .contact-tab-menu button {
    text-align: center;
  }
  .contact-tab-menu .btn-title {
    display: block;
  }
  .contact-tab-menu .btn-img {
    float: none;
    margin: 0 auto 10px auto;
    display: block;
  }
}
@media (max-width: 991px) {
  .contact-tab-menu .btn-title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .contact-box {
    padding: 40px 20px;
  }
  .contact-box__label {
    font-size: 16px;
  }
  .contact-box__icon {
    font-size: 20px;
  }
}
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mt-n1 {
  margin-top: -0.25rem;
}
.mt-n2 {
  margin-top: -0.5rem;
}
.mt-n3 {
  margin-top: -1rem;
}
.mt-n4 {
  margin-top: -1.5rem;
}
.mt-n5 {
  margin-top: -3rem;
}
.mb-n1 {
  margin-bottom: -0.25rem;
}
.mb-n2 {
  margin-bottom: -0.5rem;
}
.mb-n3 {
  margin-bottom: -1rem;
}
.mb-n4 {
  margin-bottom: -1.5rem;
}
.mb-n5 {
  margin-bottom: -3rem;
}
.mb-50 {
  margin-bottom: 50px;
}
.space,
.space-top {
  padding-top: var(--section-space);
}
.space,
.space-bottom {
  padding-bottom: var(--section-space);
}
.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}
.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}


.icon-check{
  background: #0e5af2;
  padding: 6px;
  border-radius: 40%;
  font-size: 1rem;
  color: #fff;
  text-align:self-center;
}

.myli li{
color: white;
}

img.icon-img-img {
  width: 50%;
}

.six-cms{
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-img-lan{
  width: 55%;
}
.process-icon{
  width: 50%;
}

img.cho-pro {
  width: 50%;
}


.mitchi_money_image{
  width: 100%;
}
.single_blog_post_image{
  width: 100%;
}
.banner-img img{
  width: 100%;
}
.feature-icon&gt;img {
  height: 70px;
}


</pre></body></html>