/*
============================

============================
*/
/*

CSS LIST

=<::::::::::::::::::::::::::=>
  HEADER AREA CSS
=<::::::::::::::::::::::::::=>
  NAV MENU AREA CSS
=<::::::::::::::::::::::::::=>
  WELCOME AREA CSS
=<::::::::::::::::::::::::::=>
  ABOUT AREA CSS
=<::::::::::::::::::::::::::=>
  SERVICE AREA CSS
=<::::::::::::::::::::::::::=>
  ACCOUNT AREA CSS
=<::::::::::::::::::::::::::=>
  FEATURES AREA CSS
=<::::::::::::::::::::::::::=>
  BRAND AREA CSS
=<::::::::::::::::::::::::::=>
  CHOOSE AREA CSS
=<::::::::::::::::::::::::::=>
  PRRELOADER AREA CSS
=<::::::::::::::::::::::::::=>
  PRICING AREA CSS
=<::::::::::::::::::::::::::=>
  TEAM AREA CSS
=<::::::::::::::::::::::::::=>
  TESTIMONIAL AREA CSS
=<::::::::::::::::::::::::::=>
  WORK AREA CSS
=<::::::::::::::::::::::::::=>
  OTHERS AREA CSS
=<::::::::::::::::::::::::::=>
  CONMMON AREA CSS
=<::::::::::::::::::::::::::=>
  BLOG AREA CSS
=<::::::::::::::::::::::::::=>
  CTA AREA CSS
=<::::::::::::::::::::::::::=>
 ANIMATION AREA CSS
=<::::::::::::::::::::::::::=>
  BUTTONS AREA CSS
=<::::::::::::::::::::::::::=>
  TYPOGRAPHY AREA CSS
=<::::::::::::::::::::::::::=>
  FOOTER AREA CSS
=<::::::::::::::::::::::::::=>
*/
/*
::::::::::::::::::::::::::
 TYPOGRAPHY AREA CSS
::::::::::::::::::::::::::
*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap");
/*
 ::::::::::::::::::::::::::
  ANIMATION AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes round-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1000deg);
  }
}
@keyframes round-circle2 {
  0% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes animate1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes animate3 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes animate4 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-25px);
  }
}
@keyframes animate5 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate6 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.round-circle {
  position: relative;
  animation-name: round-circle;
  animation-duration: 92s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.animate1 {
  position: relative;
  animation-name: animate1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate2 {
  position: relative;
  animation-name: animate2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate3 {
  position: relative;
  animation-name: animate3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate4 {
  position: relative;
  animation-name: animate4;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate5 {
  position: relative;
  animation-name: animate5;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.animate6 {
  position: relative;
  animation-name: animate6;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.round-circle2 {
  position: relative;
  animation-name: round-circle2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/*
::::::::::::::::::::::::::
ANIMATION AREA CSS
::::::::::::::::::::::::::
*/
body.body, html {
  overflow-x: hidden !important;
}

@media screen and (max-width: 769px) {
  body.body, html {
    overflow-x: hidden !important;
  }
}
.img100 img {
  width: 100%;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: var(--f-fs-font-fs16);
  overflow-x: hidden !important;
}

@media screen and (min-width: 769px) {
  body.body.body5 {
    overflow-x: initial !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
textarea,
select,
option {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

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

p {
  padding: 0;
  margin: 0;
}

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

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

body.body {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  z-index: -33;
  position: relative;
}

.sp {
  padding: 30px 0px;
  /* background: #a4ffcd26; */
}

.sp2 {
  padding: 20px 0px;
}

.pt100 {
  padding-top: 100px;
}

.pt140 {
  padding-top: 140px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl60 {
  padding-left: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pr60 {
  padding-right: 60px;
}

@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pt140 {
    padding-top: 70px;
  }
  .pb120 {
    padding-bottom: 60px;
  }
  .sp2 {
    padding: 60px 0px;
  }
  .pl60 {
    padding-left: 0;
  }
  .pr60 {
    padding-right: 0;
  }
}
.space4 {
  height: 4px;
}

.space6 {
  height: 6px;
}

.space28 {
  height: 28px;
}

.space8 {
  height: 8px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space24 {
  height: 24px;
}

.space32 {
  height: 32px;
}

.space10 {
  height: 10px;
}

.space5 {
  height: 5px;
}

.space5 {
  height: 5px;
}

@media (max-width: 767px) {
  .space10 {
    height: 5px;
  }
  .sp5 {
    padding-bottom: 50px;
  }
}
.space20 {
  height: 20px;
}

@media (max-width: 767px) {
  .space20 {
    height: 10px;
  }
}
.space30 {
  height: 30px;
}

@media (max-width: 767px) {
  .space30 {
    height: 15px;
  }
}
.space40 {
  height: 40px;
}

@media (max-width: 767px) {
  .space40 {
    height: 20px;
  }
}
.space50 {
  height: 50px;
}

.space45 {
  height: 45px;
}

@media (max-width: 768px) {
  .space50 {
    height: 25px;
  }
  .space60 {
    height: 30px !important;
  }
}
.space60 {
  height: 60px;
}

.space55 {
  height: 55px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 50px;
}

.space120 {
  height: 120px;
}

.text-right {
  text-align: right;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
}
.section-padding2 {
  padding: 120px 0 90px;
}

@media (max-width: 991px) {
  .section-padding2 {
    padding: 60px 0 30px;
  }
}
.padding-bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .padding-bottom {
    padding-bottom: 60px;
  }
}
.padding-bottom2 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .padding-bottom2 {
    padding-bottom: 30px;
  }
}
.padding-top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .padding-top {
    padding-top: 60px;
  }
}
.padding-top2 {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .padding-top2 {
    padding-top: 30px;
  }
}
.padding-90 {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .padding-90 {
    padding: 50px 0;
  }
}
.w-full {
  width: 100%;
}

@media (min-width: 992px) {
  .w-lg-full {
    width: 100%;
  }
}
.text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}
.text-left {
  text-align: left !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.weight-900 {
  font-weight: 900 !important;
}

.font-f-1 {
  font-family: "Hind", sans-serif !important;
}

.font-f-2 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.font-f-3 {
  font-family: "Spline Sans", sans-serif !important;
}

.font-f-4 {
  font-family: "Catamaran", sans-serif !important;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

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

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-34 {
  font-size: 34px;
}

.font-36 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}

.font-42 {
  font-size: 42px;
}

.font-44 {
  font-size: 44px;
}

.font-46 {
  font-size: 48px;
}

.font-48 {
  font-size: 48px;
}

.font-50 {
  font-size: 60px;
}

.font-52 {
  font-size: 52px;
}

.font-54 {
  font-size: 54px;
}

.font-56 {
  font-size: 56px;
}

.font-58 {
  font-size: 58px;
}

.font-60 {
  font-size: 60px;
}

.font-62 {
  font-size: 62px;
}

.font-70 {
  font-size: 70px;
}

.font-72 {
  font-size: 72px;
}

.font-74 {
  font-size: 74px;
}

.font-76 {
  font-size: 76px;
}

.font-78 {
  font-size: 78px;
}

.font-80 {
  font-size: 80px;
}

.font-82 {
  font-size: 82px;
}

.font-84 {
  font-size: 84px;
}

.font-86 {
  font-size: 86px;
}

.font-88 {
  font-size: 88px;
}

.font-90 {
  font-size: 90px;
}

.font-92 {
  font-size: 92px;
}

.font-94 {
  font-size: 94px;
}

.font-96 {
  font-size: 96px;
}

.font-98 {
  font-size: 98px;
}

.font-100 {
  font-size: 100px;
}

@media screen and (min-width: 1024px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .font-lg-12 {
    font-size: 12px;
  }
  .font-lg-14 {
    font-size: 14px;
  }
  .font-lg-16 {
    font-size: 16px;
  }
  .font-lg-18 {
    font-size: 18px;
  }
  .font-lg-20 {
    font-size: 20px;
  }
  .font-lg-22 {
    font-size: 22px;
  }
  .font-lg-24 {
    font-size: 24px;
  }
  .font-lg-26 {
    font-size: 26px;
  }
  .font-lg-28 {
    font-size: 28px;
  }
  .font-lg-30 {
    font-size: 30px;
  }
  .font-lg-32 {
    font-size: 32px;
  }
  .font-lg-34 {
    font-size: 34px;
  }
  .font-lg-36 {
    font-size: 36px;
  }
  .font-lg-40 {
    font-size: 40px;
  }
  .font-lg-42 {
    font-size: 42px;
  }
  .font-lg-44 {
    font-size: 44px;
  }
  .font-lg-45 {
    font-size: 45px;
  }
  .font-lg-46 {
    font-size: 48px;
  }
  .font-lg-48 {
    font-size: 48px;
  }
  .font-lg-50 {
    font-size: 60px;
  }
  .font-lg-52 {
    font-size: 52px;
  }
  .font-lg-54 {
    font-size: 54px;
  }
  .font-lg-56 {
    font-size: 56px;
  }
  .font-lg-58 {
    font-size: 58px;
  }
  .font-lg-60 {
    font-size: 60px;
  }
  .font-lg-62 {
    font-size: 62px;
  }
  .font-lg-66 {
    font-size: 66px;
  }
  .font-lg-70 {
    font-size: 70px;
  }
  .font-lg-72 {
    font-size: 72px;
  }
  .font-lg-74 {
    font-size: 74px;
  }
  .font-lg-76 {
    font-size: 76px;
  }
  .font-lg-78 {
    font-size: 78px;
  }
  .font-lg-80 {
    font-size: 80px;
  }
  .font-lg-82 {
    font-size: 82px;
  }
  .font-lg-84 {
    font-size: 84px;
  }
  .font-lg-86 {
    font-size: 86px;
  }
  .font-lg-88 {
    font-size: 88px;
  }
  .font-lg-90 {
    font-size: 90px;
  }
  .font-lg-92 {
    font-size: 92px;
  }
  .font-lg-94 {
    font-size: 94px;
  }
  .font-lg-96 {
    font-size: 96px;
  }
  .font-lg-98 {
    font-size: 98px;
  }
  .font-lg-100 {
    font-size: 100px;
  }
  .line-height-lg-14 {
    line-height: 14px;
  }
  .line-height-lg-16 {
    line-height: 16px;
  }
  .line-height-lg-18 {
    line-height: 18px;
  }
  .line-height-lg-20 {
    line-height: 20px;
  }
  .line-height-lg-22 {
    line-height: 22px;
  }
  .line-height-lg-24 {
    line-height: 24px;
  }
  .line-height-lg-26 {
    line-height: 26px;
  }
  .line-height-lg-28 {
    line-height: 28px;
  }
  .line-height-lg-30 {
    line-height: 30px;
  }
  .line-height-lg-32 {
    line-height: 32px;
  }
  .line-height-lg-34 {
    line-height: 34px;
  }
  .line-height-lg-36 {
    line-height: 36px;
  }
  .line-height-lg-38 {
    line-height: 38px;
  }
  .line-height-lg-40 {
    line-height: 40px;
  }
  .line-height-lg-42 {
    line-height: 42px;
  }
  .line-height-lg-44 {
    line-height: 44px;
  }
  .line-height-lg-48 {
    line-height: 48px;
  }
  .line-height-lg-50 {
    line-height: 50px;
  }
  .line-height-lg-52 {
    line-height: 52px;
  }
  .line-height-lg-54 {
    line-height: 54px;
  }
  .line-height-lg-56 {
    line-height: 56px;
  }
  .line-height-lg-58 {
    line-height: 58px;
  }
  .line-height-lg-60 {
    line-height: 60px;
  }
  .line-height-lg-62 {
    line-height: 62px;
  }
  .line-height-lg-64 {
    line-height: 64px;
  }
  .line-height-lg-66 {
    line-height: 66px;
  }
  .line-height-lg-68 {
    line-height: 68px;
  }
  .line-height-lg-70 {
    line-height: 70px;
  }
  .line-height-lg-72 {
    line-height: 72px;
  }
  .line-height-lg-74 {
    line-height: 74px;
  }
  .line-height-lg-76 {
    line-height: 76px;
  }
  .line-height-lg-78 {
    line-height: 78px;
  }
  .line-height-lg-80 {
    line-height: 80px;
  }
  .line-height-lg-82 {
    line-height: 82px;
  }
  .line-height-lg-84 {
    line-height: 84px;
  }
  .line-height-lg-86 {
    line-height: 86px;
  }
  .line-height-lg-88 {
    line-height: 88px;
  }
  .line-height-lg-90 {
    line-height: 90px;
  }
  .line-height-lg-92 {
    line-height: 92px;
  }
  .line-height-lg-94 {
    line-height: 94px;
  }
  .line-height-lg-96 {
    line-height: 96px;
  }
  .line-height-lg-98 {
    line-height: 98px;
  }
  .line-height-lg-100 {
    line-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .font-md-12 {
    font-size: 12px;
  }
  .font-md-14 {
    font-size: 14px;
  }
  .font-md-16 {
    font-size: 16px;
  }
  .font-md-18 {
    font-size: 18px;
  }
  .font-md-20 {
    font-size: 20px;
  }
  .font-md-22 {
    font-size: 22px;
  }
  .font-md-24 {
    font-size: 24px;
  }
  .font-md-26 {
    font-size: 26px;
  }
  .font-md-28 {
    font-size: 28px;
  }
  .font-md-30 {
    font-size: 30px;
  }
  .font-md-32 {
    font-size: 32px;
  }
  .font-md-34 {
    font-size: 34px;
  }
  .font-md-36 {
    font-size: 36px;
  }
  .font-md-40 {
    font-size: 40px;
  }
  .font-md-42 {
    font-size: 42px;
  }
  .font-md-44 {
    font-size: 44px;
  }
  .font-md-46 {
    font-size: 48px;
  }
  .font-md-48 {
    font-size: 48px;
  }
  .font-md-50 {
    font-size: 60px;
  }
  .font-md-52 {
    font-size: 52px;
  }
  .font-md-54 {
    font-size: 54px;
  }
  .font-md-56 {
    font-size: 56px;
  }
  .font-md-58 {
    font-size: 58px;
  }
  .font-md-60 {
    font-size: 60px;
  }
  .font-md-62 {
    font-size: 62px;
  }
  .font-md-74 {
    font-size: 74px;
  }
  .font-md-76 {
    font-size: 76px;
  }
  .font-md-78 {
    font-size: 78px;
  }
  .font-md-80 {
    font-size: 80px;
  }
  .font-md-82 {
    font-size: 82px;
  }
  .font-md-84 {
    font-size: 84px;
  }
  .font-md-86 {
    font-size: 86px;
  }
  .font-md-88 {
    font-size: 88px;
  }
  .font-md-90 {
    font-size: 90px;
  }
  .font-md-92 {
    font-size: 92px;
  }
  .font-md-94 {
    font-size: 94px;
  }
  .font-md-96 {
    font-size: 96px;
  }
  .font-md-98 {
    font-size: 98px;
  }
  .font-md-100 {
    font-size: 100px;
  }
  .line-height-md-12 {
    line-height: 12px;
  }
  .line-height-md-14 {
    line-height: 14px;
  }
  .line-height-md-16 {
    line-height: 16px;
  }
  .line-height-md-18 {
    line-height: 18px;
  }
  .line-height-md-20 {
    line-height: 20px;
  }
  .line-height-md-22 {
    line-height: 22px;
  }
  .line-height-md-24 {
    line-height: 24px;
  }
  .line-height-md-26 {
    line-height: 26px;
  }
  .line-height-md-28 {
    line-height: 28px;
  }
  .line-height-md-30 {
    line-height: 30px;
  }
  .line-height-md-32 {
    line-height: 32px;
  }
  .line-height-md-34 {
    line-height: 34px;
  }
  .line-height-md-36 {
    line-height: 36px;
  }
  .line-height-md-38 {
    line-height: 38px;
  }
  .line-height-md-40 {
    line-height: 40px;
  }
  .line-height-md-42 {
    line-height: 42px;
  }
  .line-height-md-44 {
    line-height: 44px;
  }
  .line-height-md-48 {
    line-height: 48px;
  }
  .line-height-md-50 {
    line-height: 50px;
  }
  .line-height-md-52 {
    line-height: 52px;
  }
  .line-height-md-54 {
    line-height: 54px;
  }
  .line-height-md-56 {
    line-height: 56px;
  }
  .line-height-md-58 {
    line-height: 58px;
  }
  .line-height-md-60 {
    line-height: 60px;
  }
  .line-height-md-62 {
    line-height: 62px;
  }
  .line-height-md-64 {
    line-height: 64px;
  }
  .line-height-md-66 {
    line-height: 66px;
  }
  .line-height-md-68 {
    line-height: 68px;
  }
  .line-height-md-70 {
    line-height: 70px;
  }
  .line-height-md-72 {
    line-height: 72px;
  }
  .line-height-md-74 {
    line-height: 74px;
  }
  .line-height-md-76 {
    line-height: 76px;
  }
  .line-height-md-78 {
    line-height: 78px;
  }
  .line-height-md-80 {
    line-height: 80px;
  }
  .line-height-md-82 {
    line-height: 82px;
  }
  .line-height-md-84 {
    line-height: 84px;
  }
  .line-height-md-86 {
    line-height: 86px;
  }
  .line-height-md-88 {
    line-height: 88px;
  }
  .line-height-md-90 {
    line-height: 90px;
  }
  .line-height-md-92 {
    line-height: 92px;
  }
  .line-height-md-94 {
    line-height: 94px;
  }
  .line-height-md-96 {
    line-height: 96px;
  }
  .line-height-md-98 {
    line-height: 98px;
  }
  .line-height-md-100 {
    line-height: 100px;
  }
}
@media screen and (min-width: 576px) {
  .font-sm-12 {
    font-size: 12px;
  }
  .font-sm-14 {
    font-size: 14px;
  }
  .font-sm-16 {
    font-size: 16px;
  }
  .font-sm-18 {
    font-size: 18px;
  }
  .font-sm-20 {
    font-size: 20px;
  }
  .font-sm-22 {
    font-size: 22px;
  }
  .font-sm-24 {
    font-size: 24px;
  }
  .font-sm-26 {
    font-size: 26px;
  }
  .font-sm-28 {
    font-size: 28px;
  }
  .font-sm-30 {
    font-size: 30px;
  }
  .font-sm-32 {
    font-size: 32px;
  }
  .font-sm-34 {
    font-size: 34px;
  }
  .font-sm-36 {
    font-size: 36px;
  }
  .font-sm-40 {
    font-size: 40px;
  }
  .font-sm-42 {
    font-size: 42px;
  }
  .font-sm-44 {
    font-size: 44px;
  }
  .font-sm-46 {
    font-size: 48px;
  }
  .font-sm-48 {
    font-size: 48px;
  }
  .font-sm-50 {
    font-size: 60px;
  }
  .font-sm-52 {
    font-size: 52px;
  }
  .font-sm-54 {
    font-size: 54px;
  }
  .font-sm-56 {
    font-size: 56px;
  }
  .font-sm-58 {
    font-size: 58px;
  }
  .font-sm-60 {
    font-size: 60px;
  }
  .font-sm-62 {
    font-size: 62px;
  }
  .font-sm-74 {
    font-size: 74px;
  }
  .font-sm-76 {
    font-size: 76px;
  }
  .font-sm-78 {
    font-size: 78px;
  }
  .font-sm-80 {
    font-size: 80px;
  }
  .font-sm-82 {
    font-size: 82px;
  }
  .font-sm-84 {
    font-size: 84px;
  }
  .font-sm-86 {
    font-size: 86px;
  }
  .font-sm-88 {
    font-size: 88px;
  }
  .font-sm-90 {
    font-size: 90px;
  }
  .font-sm-92 {
    font-size: 92px;
  }
  .font-sm-94 {
    font-size: 94px;
  }
  .font-sm-96 {
    font-size: 96px;
  }
  .font-sm-98 {
    font-size: 98px;
  }
  .font-sm-100 {
    font-size: 100px;
  }
  .line-height-sm-12 {
    line-height: 12px;
  }
  .line-height-sm-14 {
    line-height: 14px;
  }
  .line-height-sm-16 {
    line-height: 16px;
  }
  .line-height-sm-18 {
    line-height: 18px;
  }
  .line-height-sm-20 {
    line-height: 20px;
  }
  .line-height-sm-22 {
    line-height: 22px;
  }
  .line-height-sm-24 {
    line-height: 24px;
  }
  .line-height-sm-26 {
    line-height: 26px;
  }
  .line-height-sm-28 {
    line-height: 28px;
  }
  .line-height-sm-30 {
    line-height: 30px;
  }
  .line-height-sm-32 {
    line-height: 32px;
  }
  .line-height-sm-34 {
    line-height: 34px;
  }
  .line-height-sm-36 {
    line-height: 36px;
  }
  .line-height-sm-38 {
    line-height: 38px;
  }
  .line-height-sm-40 {
    line-height: 40px;
  }
  .line-height-sm-42 {
    line-height: 42px;
  }
  .line-height-sm-44 {
    line-height: 44px;
  }
  .line-height-sm-48 {
    line-height: 48px;
  }
  .line-height-sm-50 {
    line-height: 50px;
  }
  .line-height-sm-52 {
    line-height: 52px;
  }
  .line-height-sm-54 {
    line-height: 54px;
  }
  .line-height-sm-56 {
    line-height: 56px;
  }
  .line-height-sm-58 {
    line-height: 58px;
  }
  .line-height-sm-60 {
    line-height: 60px;
  }
  .line-height-sm-62 {
    line-height: 62px;
  }
  .line-height-sm-64 {
    line-height: 64px;
  }
  .line-height-sm-66 {
    line-height: 66px;
  }
  .line-height-sm-68 {
    line-height: 68px;
  }
  .line-height-sm-70 {
    line-height: 70px;
  }
  .line-height-sm-72 {
    line-height: 72px;
  }
  .line-height-sm-74 {
    line-height: 74px;
  }
  .line-height-sm-76 {
    line-height: 76px;
  }
  .line-height-sm-78 {
    line-height: 78px;
  }
  .line-height-sm-80 {
    line-height: 80px;
  }
  .line-height-sm-82 {
    line-height: 82px;
  }
  .line-height-sm-84 {
    line-height: 84px;
  }
  .line-height-sm-86 {
    line-height: 86px;
  }
  .line-height-sm-88 {
    line-height: 88px;
  }
  .line-height-sm-90 {
    line-height: 90px;
  }
  .line-height-sm-92 {
    line-height: 92px;
  }
  .line-height-sm-94 {
    line-height: 94px;
  }
  .line-height-sm-96 {
    line-height: 96px;
  }
  .line-height-sm-98 {
    line-height: 98px;
  }
  .line-height-sm-100 {
    line-height: 100px;
  }
}
.mr-2 {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
.mb-30 {
  margin-bottom: 30px;
}

.mobile-sidebar .single-footer h3 {
  color: #ffffff;
}

.mobile-sidebar .single-contact a {
  color: #ffffff;
}

.lg-ml-15 {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .lg-ml-15 {
    margin-left: 0;
  }
}
.lg-mr-15 {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .lg-mr-15 {
    margin-right: 0;
  }
}
._relative {
  position: relative;
}

._absolute {
  position: absolute;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.bg-contain {
  background-size: contain;
  background-position: center center;
}

.img-cover img,
.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.width100 img {
  width: 100%;
}

/*
 ::::::::::::::::::::::::::
  fonts area css
 ::::::::::::::::::::::::::
 */
:root {
  --vtc-text-heading-1: #0B0314;
  --vtc-text-pera-1: #5D6369;
  --vtc-text-pera-2: #CCCCCE;
  --vtc-text-white-1: #ffffff;
  --vtc-bg-main1: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  --vtc-bg-main2: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  --vtc-bg-common-1: #E9F4F6;
  --vtc-bg-common-2: #D9ECF0;
  --vtc-bg-common-3: #001518;
  --vtc-bg-common-4: #F6F8FA;
  --vtc-bg-common-5: #EDF4FE;
  --vtc-bg-common-6: #F9F8FE;
  --vtc-bg-common-7: #F4F1FE;
  --vtc-bg-white: #ffffff;
  --vtc-border-color-1: #4b2c2c;
  --f-fw-regular: 400;
  --f-fw-medium: 500;
  --f-fw-semibold: 600;
  --f-fw-bold: 700;
  --f-fw-ex-bold: 800;
  --f-ff-font-1: 'Figtree', sans-serif;
  --f-fs-font-fs16: 16px;
  --f-fs-font-fs18: 18px;
  --f-fs-font-fs20: 20px;
  --f-fs-font-fs22: 22px;
  --f-fs-font-fs24: 24px;
  --f-fs-font-fs26: 26px;
  --f-fs-font-fs28: 28px;
  --f-fs-font-fs30: 30px;
  --f-fs-font-fs32: 32px;
  --f-fs-font-fs34: 34px;
  --f-fs-font-fs36: 36px;
  --f-fs-font-fs40: 40px;
  --f-fs-font-fs42: 42px;
  --f-fs-font-fs44: 44px;
  --f-fs-font-fs48: 48px;
  --f-fs-font-fs50: 50px;
  --f-fs-font-fs52: 52px;
  --f-fs-font-fs54: 54px;
  --f-fs-font-fs56: 56px;
  --f-fs-font-fs58: 58px;
  --f-fs-font-fs60: 60px;
  --f-fs-font-fs62: 62px;
  --f-fs-font-fs64: 64px;
  --f-fs-font-fs66: 66px;
  --f-fs-font-fs68: 68px;
  --f-fs-font-fs70: 70px;
  --f-fs-font-fs72: 72px;
  --f-fs-font-fs74: 74px;
  --f-fs-font-fs76: 76px;
  --f-fs-font-fs78: 78px;
  --f-fs-font-fs80: 80px;
  --f-fs-font-fs82: 82px;
  --f-fs-font-fs84: 84px;
  --f-fs-font-fs86: 86px;
  --f-fs-font-fs88: 88px;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.bg1 {
  background: #ffffff;
}

.heading1 .title {
  margin-bottom: 16px;
  background-color: #21af72;
  border-radius: 42px;
  padding: 1px 1px;
  display: inline-block;
}
.heading1 .title span.span {
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px; /* 100% */
  text-transform: uppercase;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #ffffff 0%, #ffffff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading1 .title span.span img {
  margin-top: -4px;
  margin-right: 3px;
}
.heading1 h2 {
  color: #e3871e;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 43px; /* 122.727% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading1 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.heading1 h4 a {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.heading1 p {
  color: #696e6f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 162.5% */
  transition: all 0.4s;
  padding: 0px 0px;
}
.heading1 h3 {
  color: #0b236d;
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
  text-align: center;
}
.heading1 h5 a {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 140% */
  transition: all 0.4s;
  display: inline-block;
}
.heading1 h5 a:hover {
  transition: all 0.4s;
  color: #1daf68;
}

.heading1-w .title {
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.1294117647);
  border-radius: 42px;
  padding: 5px 10px;
  display: inline-block;
}
.heading1-w .title span.span {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  color: #fff;
}
.heading1-w .title span.span img {
  margin-top: -4px;
  margin-right: 3px;
}
.heading1-w h2 {
  color: #171615;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 122.727% */
}
.heading1-w p {
  color: rgb(10 9 9 / 90%);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.heading3 .title {
  margin-bottom: 16px;
  border-radius: 42px;
  background: rgba(77, 50, 165, 0.1);
  padding: 5px 10px;
  display: inline-block;
}
.heading3 .title span.span {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  color: #4D32A5;
}
.heading3 .title span.span img {
  margin-top: -4px;
  margin-right: 3px;
}
.heading3 h2 {
  color: #f38222;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 43px; /* 122.727% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading3 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.heading3 h4 a {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  padding-top: 63px;
}
.heading3 p {
  color: var(--SEO-Marketing-Text-Color, #3C3543);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 162.5% */
  transition: all 0.4s;
}
.heading3 h5 a {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  transition: all 0.4s;
  display: inline-block;
}
.heading3 h5 a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
}

.heading5 .title {
  margin-bottom: 16px;
  background-color: #E8E0FD;
  border-radius: 42px;
  padding: 4px 10px;
  display: inline-block;
}
.heading5 .title span.span {
  display: inline-block;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading5 .title span.span img {
  margin-top: -3px;
  margin-right: 3px;
}
.heading5 h2 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading5 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.heading5 p {
  color: var(--SEO-Marketing-Text-Color, #3C3543);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 162.5% */
  transition: all 0.4s;
}

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/
.blok:nth-of-type(odd) {
  background-color: white;
}

.blok:nth-of-type(even) {
  background-color: black;
}
/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999;
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #03256c;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #03256c; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/
.progress-wrap.progress-wrap2 {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.267);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 99;
  color: rgb(255, 255, 255);
}

.progress-wrap.progress-wrap2::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #f7f7f7;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2:hover::after {
  opacity: 0;
}

.progress-wrap.progress-wrap2::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap.progress-wrap2:hover::before {
  opacity: 1;
}

.progress-wrap.progress-wrap2 svg path {
  fill: none;
}

.progress-wrap.progress-wrap2 svg.progress-circle path {
  stroke: #ffffff; /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* video button  */
.video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 30px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
  .video-play-button {
    margin: 0px 30px 0px 0px;
  }
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3764705882);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background: var(--vtc-bg-main-bg-2);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #da0528;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 14px;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-radius: 4px;
  border-left: 13px solid #000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.hero-button1 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hero-button1 {
    margin-top: 20px;
  }
}

.hero7-all-buttons {
  display: flex;
  align-items: center;
}

.video-play-area .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.4117647059);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-area .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-area .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 5px;
}
.video-play-area .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 14px;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-radius: 4px;
  border-left: 15px solid #8D65FF;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-play-area p {
  color: var(--White-Colors, #FFF);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-align: center;
  margin-top: 30px;
}

.video-play2 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--vtc-bg-main-1);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play2 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: var(--vtc-bg-main-1);
  border-radius: 50%;
  transition: all 200ms;
}
.video-play2 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 5px;
}
.video-play2 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 14px;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-radius: 4px;
  border-left: 15px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*Pagination*/
.theme-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-pagination li {
  display: inline-block;
  color: var(--ztc-bg-color-w);
}

.theme-pagination li a {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #F5F5FD;
  margin: 0 4px;
  transition: all 0.3s;
  display: block;
  color: var(--ztc-text-text-1);
  border-radius: 7px;
  font-weight: 700;
  position: relative;
}
.theme-pagination li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  border-radius: 8px;
  z-index: -1;
}

.recent-post-content {
  padding-right: 20px;
}

.theme-pagination li a:hover, .theme-pagination li a.active {
  background: var(--vtc-bg-main-1);
  transition: all 0.3s;
  color: #fff;
  border-radius: 8px;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.theme-btn1 {
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(92deg, #e5871e 0%, #e48921 100%);
  padding: 17px 20px 15px 20px;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 8px; /* 100% */
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
}
.theme-btn1::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 0px;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #e5871e 0%, #e7871e 100%));
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn1 span {
  display: inline-block;
  height: 20px;
  width: 21px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 11px;
  color: #FA7D3C;
  text-align: center;
  line-height: 23px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.theme-btn1:hover {
  color: #fff;
  transition: all 0.4s;
}
.theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.theme-btn1:hover span {
  color: #49A6FF;
  transition: all 0.4s;
}

.theme-btn2 {
  display: inline-block;
  border-radius: 3px;
  background: #e3871e;
  padding: 9px 6px 9px 8px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
  margin: 0px 9px;
}
.theme-btn2::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 0px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #3F51B5 0%, #8BC34A 100%));
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn2 span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #4D32A5;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.theme-btn2:hover {
  color: #fff;
  transition: all 0.4s;
}
.theme-btn2:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.theme-btn2:hover span {
  color: #FA7D3C;
  transition: all 0.4s;
}

.theme-btn3 {
  display: inline-block;
  border-radius: 6px;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #ffffff 2.31%, #ffffff 100%));
  padding: 6px 12px 6px 18px;
  color: #000000 !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
}
.theme-btn3::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 2px;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #ffffff 2.31%, #d9801c 100%));
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn3 span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #9553FD;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.theme-btn3:hover {
  color: #e45d1e;
  transition: all 0.4s;
}
.theme-btn3:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.theme-btn3:hover span {
  color: #9553FD;
  transition: all 0.4s;
}

.theme-btn4 {
  display: inline-block;
  border-radius: 80px;
  background: #fff;
  padding: 12px 12px 12px 18px;
  color: #0B0927;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
}
.theme-btn4::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 80px;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #9553FD 2.31%, #5700FC 100%));
  z-index: -1;
  transition: all 0.4s;
}
.theme-btn4 span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #9553FD 2.31%, #5700FC 100%));
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.theme-btn4:hover {
  color: #fff;
  transition: all 0.4s;
}
.theme-btn4:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.theme-btn4:hover span {
  color: #9553FD;
  transition: all 0.4s;
  background: #fff;
}

/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
.about1 .images-all {
  position: relative;
  height: 520px;
  margin: 10px 0px 60px 0px;
}
.about1 .images-all .shape-bg1 {
  position: absolute;
  left: -150px;
  top: -80px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .images-all .shape-bg1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .about1 .images-all .shape-bg1 {
    display: none;
  }
}
.about1 .images-all .image1 {
  position: absolute;
  left: 0;
  /* top: 50px; */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .images-all .image1 {
    left: 60px;
  }
}
.about1 .images-all .shape-bg2 {
  margin-left: -140px;
  position: relative;
  top: -90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .images-all .shape-bg2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about1 .images-all .shape-bg2 {
    margin-left: 0;
    top: 0;
  }
}
.about1 .images-all .image2 {
  position: absolute;
  bottom: 11px;
  left: 14px;
  width: 355px;
  top: 95px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .images-all .image2 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about1 .images-all .image2 {
    left: 0;
    width: 250px;
    bottom: 150px;
  }
}
.about1 .images-all .image3 {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 430px;
}
@media (max-width: 767px) {
  .about1 .images-all .image3 {
    width: 300px;
    bottom: 0;
  }
}
.about1 .images-all .stop-color1 {
  stop-color: #3B32F6;
}
.about1 .images-all .stop-color2 {
  stop-color: #49A6FF;
}
.about1 .heading1, .about1 .heading3 {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1 .heading1, .about1 .heading3 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about1 .heading1, .about1 .heading3 {
    padding-left: 0;
  }
}
.about1 .heading1 .about-list li, .about1 .heading3 .about-list li {
  display: inline-block;
  border-radius: 90px;
  background: #dcdcdc;
  padding: 16px 16px 14px 16px;
  margin-right: 16px;
  margin-top: 20px;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.about1 .heading1 .about-list li span, .about1 .heading3 .about-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #0B0314;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  transform: translateY(-2px);
  margin-right: 2px;
}
.about1 .porgress-line-all {
  border-radius: 8px;
  /* background: #f2eeee; */
  padding: 24px;
  margin-top: 24px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.about1 .porgress-line-all .progress-line {
  position: relative;
  margin-top: 28px;
}
.about1 .porgress-line-all .progress-line h6 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  margin-bottom: 20px;
}
.about1 .porgress-line-all .progress-line .percentCount {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  position: absolute;
  right: 0;
  top: 0px;
}
.about1 .porgress-line-all .progress-line:nth-child(1) {
  margin-top: 0;
}
.about1 .about3-boxs .about3-box {
  text-align: center;
  margin-bottom: 30px !important;
  border-radius: 8px;
  background: var(--SEO-Marketing-Gray-Color, #F5F5FD);
  padding: 32px;
  transition: all 0.4s;
}
.about1 .about3-boxs .about3-box .icon {
  background-color: #4D32A5;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  transition: all 0.4s;
}
.about1 .about3-boxs .about3-box .heading {
  padding: 16px;
}
.about1 .about3-boxs .about3-box .heading h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.about1 .about3-boxs .about3-box .heading p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 8px;
  transition: all 0.4s;
}
.about1 .about3-boxs .about3-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: #4D32A5;
}
.about1 .about3-boxs .about3-box:hover .icon {
  background-color: #5F46AE;
  transition: all 0.4s;
}
.about1 .about3-boxs .about3-box:hover .heading h3 {
  transition: all 0.4s;
  color: #fff;
}
.about1 .about3-boxs .about3-box:hover .heading p {
  color: white;
  transition: all 0.4s;
}
.about1 .about3-boxs .about3-box.right-side {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .about1 .about3-boxs .about3-box.right-side {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
}
.about1.about-page-sec2 .images-all {
  position: relative;
  height: 520px;
  margin: 10px 0px 60px 0px;
}
.about1.about-page-sec2 .images-all .shape-bg1 {
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1.about-page-sec2 .images-all .shape-bg1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .about1.about-page-sec2 .images-all .shape-bg1 {
    display: none;
  }
}
.about1.about-page-sec2 .images-all .image1 {
  position: absolute;
  left: auto;
  right: 0;
  top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1.about-page-sec2 .images-all .image1 {
    left: 60px;
  }
}
.about1.about-page-sec2 .images-all .shape-bg2 {
  margin-right: -140px;
  margin-left: 0;
  position: relative;
  top: -90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1.about-page-sec2 .images-all .shape-bg2 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .about1.about-page-sec2 .images-all .shape-bg2 {
    margin-right: 0;
    top: 0;
  }
}
.about1.about-page-sec2 .images-all .image2 {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1.about-page-sec2 .images-all .image2 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about1.about-page-sec2 .images-all .image2 {
    left: 0;
    width: 250px;
    bottom: 150px;
  }
}
.about1.about-page-sec2 .images-all .image3 {
  position: absolute;
  bottom: -50px;
  right: -70px;
  width: 430px;
}
@media (max-width: 767px) {
  .about1.about-page-sec2 .images-all .image3 {
    width: 300px;
    bottom: 0;
  }
}
.about1.about-page-sec2 .images-all .stop-color1 {
  stop-color: #3B32F6;
}
.about1.about-page-sec2 .images-all .stop-color2 {
  stop-color: #49A6FF;
}

.about5 .images-all {
  position: relative;
  height: 456px;
  margin: 10px 0px 0px 0px;
}
.about5 .images-all .shape-bg1 {
  position: absolute;
  left: -150px;
  top: -80px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 .images-all .shape-bg1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .about5 .images-all .shape-bg1 {
    display: none;
  }
}
.about5 .images-all .image1 {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 .images-all .image1 {
    left: 60px;
  }
}
.about5 .images-all .shape-bg2 {
  margin-left: -140px;
  position: relative;
  top: -90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 .images-all .shape-bg2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about5 .images-all .shape-bg2 {
    margin-left: 0;
    top: 0;
  }
}
.about5 .images-all .image2 {
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 .images-all .image2 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about5 .images-all .image2 {
    left: 0;
    bottom: 150px;
  }
}
.about5 .images-all .image3 {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 430px;
}
@media (max-width: 767px) {
  .about5 .images-all .image3 {
    width: 300px;
    bottom: 0;
  }
}
.about5 .images-all .stop-color1 {
  stop-color: #3B32F6;
}
.about5 .images-all .stop-color2 {
  stop-color: #49A6FF;
}
.about5 .heading1, .about5 .heading5 {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5 .heading1, .about5 .heading5 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about5 .heading1, .about5 .heading5 {
    padding-left: 0;
  }
}
.about5 .heading1 .about-list li, .about5 .heading5 .about-list li {
  display: inline-block;
  border-radius: 90px;
  background: var(--SEO-Marketing-Gray-Color, #F5F5FD);
  padding: 16px 16px 14px 16px;
  margin-right: 16px;
  margin-top: 20px;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.about5 .heading1 .about-list li span, .about5 .heading5 .about-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #0B0314;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  transform: translateY(-2px);
  margin-right: 2px;
}
.about5 .porgress-line-all {
  border-radius: 8px;
  background: var(--SEO-Marketing-Gray-Color, #F5F5FD);
  padding: 24px;
  margin-top: 24px;
}
.about5 .porgress-line-all .progress-line {
  position: relative;
  margin-top: 28px;
}
.about5 .porgress-line-all .progress-line h6 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  margin-bottom: 20px;
}
.about5 .porgress-line-all .progress-line .percentCount {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  position: absolute;
  right: 0;
  top: 0px;
}
.about5 .porgress-line-all .progress-line:nth-child(1) {
  margin-top: 0;
}
.about5 .about3-boxs .about3-box {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 8px;
  background: var(--SEO-Marketing-Gray-Color, #F5F5FD);
  padding: 32px;
  transition: all 0.4s;
}
.about5 .about3-boxs .about3-box .icon {
  background-color: #4D32A5;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  transition: all 0.4s;
}
.about5 .about3-boxs .about3-box .heading {
  padding: 16px;
}
.about5 .about3-boxs .about3-box .heading h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.about5 .about3-boxs .about3-box .heading p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 8px;
  transition: all 0.4s;
}
.about5 .about3-boxs .about3-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: #4D32A5;
}
.about5 .about3-boxs .about3-box:hover .icon {
  background-color: #5F46AE;
  transition: all 0.4s;
}
.about5 .about3-boxs .about3-box:hover .heading h3 {
  transition: all 0.4s;
  color: #fff;
}
.about5 .about3-boxs .about3-box:hover .heading p {
  color: white;
  transition: all 0.4s;
}
.about5 .about3-boxs .about3-box.right-side {
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.skills-section-area {
  position: relative;
  z-index: 1;
}
.skills-section-area .circle-progress-area {
  margin-top: 40px;
}
.skills-section-area .cta-bg1 {
  position: absolute;
  top: 0;
  right: 0;
}
.skills-section-area .cta-bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.skills-section-area .skills-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .skills-section-area .skills-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills-section-area .skills-header {
    margin-bottom: 30px;
  }
}
.skills-section-area .skills-header h5 {
  color: var(--ztc-bg-bg-15);
}
.skills-section-area .skills-header h5::after {
  background: var(--ztc-bg-bg-15);
}
.skills-section-area .skills-header h2 {
  color: var(--ztc-bg-bg-15);
}
.skills-section-area .progresbar {
  margin-bottom: 30px;
}
.skills-section-area .progresbar p {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
  text-align: center;
  margin-top: 30px;
}
.skills-section-area .progressbar {
  width: 180px;
  height: 180px;
  text-align: center;
  margin: 0 auto;
}
.skills-section-area .circle {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 1;
}
.skills-section-area .circle canvas {
  vertical-align: middle;
  border-radius: 50%;
}
.skills-section-area .circle div {
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  margin-top: 20px;
}
.skills-section-area .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.skills-section-area .circle span {
  display: block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.skills-section-area .circle:before {
  position: absolute;
  top: 65%;
  right: 17%;
  font-size: 15px;
  font-weight: bold;
  color: #3B32F6;
}

.about-team {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  /* background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOTAzJyBoZWlnaHQ9JzU2MCcgdmlld0JveD0nMCAwIDkwMyA1NjAnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgb3BhY2l0eT0nMC4yJz48bWFzayBpZD0nbWFzazBfOTQ5XzIwNzQnIHN0eWxlPSdtYXNrLXR5cGU6YWxwaGEnIG1hc2tVbml0cz0ndXNlclNwYWNlT25Vc2UnIHg9JzAnIHk9JzAnIHdpZHRoPSc5MDMnIGhlaWdodD0nNTYwJz48cmVjdCB4PScwLjI4MDAyOScgd2lkdGg9JzkwMi43MicgaGVpZ2h0PSc1NjAnIGZpbGw9JyNDNEM0QzQnLz48L21hc2s+PGcgbWFzaz0ndXJsKCNtYXNrMF85NDlfMjA3NCknPjxjaXJjbGUgY3g9JzgwMy4zMicgY3k9JzUwNS4xMicgcj0nMzczLjcnIHN0cm9rZT0nd2hpdGUnIHN0cm9rZS13aWR0aD0nMycvPjxjaXJjbGUgY3g9Jzg3OC4zNicgY3k9JzU4OS4xMicgcj0nNjQzLjYyJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzMnLz48Y2lyY2xlIGN4PSc2OTEuMzInIGN5PSc1NTQuNCcgcj0nNjc4LjM0JyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzMnLz48Y2lyY2xlIGN4PSc4MDQuNDQnIGN5PSc1MDYuMjQnIHI9JzE3Ny43JyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzMnLz48L2c+PC9nPjwvc3ZnPgo=) no-repeat bottom right, linear-gradient(88.38deg, #ee3232 0%, #ffe2d0 189.84%) !important; */
  color: #fff;
  background-size: cover;
}
.about-team .main-img {
  margin-top: 30px;
}

.about-team-brands {
  margin-top: -83px;
  /* padding: 0px 111px; */
}
.about-team-brands .brands-bg {
  background-color: #F5F5FD;
  padding: 56px 60px;
  border-radius: 8px;
}
.about-team-brands .brands-bg .heading p {
  color: var(--Text-Color, #120D22);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.about-team-brands .brands-bg .team-logo-slider {
  margin-top: 40px;
}
.about-team-brands .brands-bg .team-logo-slider .single-logo {
  width: 140px;
  line-height: 100px;
  height: 70px;
  line-height: 70px;
}
.about-team-brands.service-details {
  margin-top: 60px;
}

/*
 ::::::::::::::::::::::::::
  ABOUT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
.service1 {
  position: relative;
}
.service1 .right-btn {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1 .right-btn {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .service1 .right-btn {
    text-align: start;
    margin-top: 20px;
  }
}
.service1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/service1-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -6;
}
.service1 .service-box {
  position: relative;
  padding: 32px 24px 66px 24px;
  margin-top: 40px;
  transition: all 0.4s;
  text-align: center;
}
.service1 .service-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50px 8px;
  background-image: url(../img/bg/service1-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.service1 .service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 110%;
  border-radius: 264px;
  background-image: url(../img/bg/service1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.service1 .service-box .heading1 h4 a {
  padding: 24px 0 16px 0;
}
.service1 .service-box .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  margin: auto;
}
.service1 .service-box .icon img {
  position: relative;
  z-index: 4;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.service1 .service-box .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  z-index: 1;
}
.service1 .service-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.4s;
}
.service1 .service-box .learn {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  transform: rotate(-45deg);
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -22px;
  transition: all 0.4s;
  z-index: 2;
}
.service1 .service-box .learn i {
  position: relative;
  z-index: 22;
}
.service1 .service-box .learn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  z-index: 1;
}
.service1 .service-box .learn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.4s;
}
.service1 .service-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service1 .service-box:hover .heading1 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.service1 .service-box:hover .heading1 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8274509804);
}
.service1 .service-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px 50px;
  background-image: url(../img/bg/service1-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.service1 .service-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px 50px !important;
  background-image: url(../img/bg/service1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.service1 .service-box:hover .icon img {
  transition: all 0.4s;
  filter: none;
}
.service1 .service-box:hover .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.service1 .service-box:hover .learn {
  color: #3B32F6;
}
.service1 .service-box:hover .learn::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.service1 .service-box.active {
  transition: all 0.4s;
}
.service1 .service-box.active .heading1 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.service1 .service-box.active .heading1 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8274509804);
}
.service1 .service-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px 50px;
  background-image: url(../img/bg/service1-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.service1 .service-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px 50px !important;
  background-image: url(../img/bg/service1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.service1 .service-box.active .icon img {
  transition: all 0.4s;
  filter: none;
}
.service1 .service-box.active .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.service1 .service-box.active .learn {
  color: #3B32F6;
}
.service1 .service-box.active .learn::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}

.service2 {
  position: relative;
}
.service2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/service2-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -6;
}
.service2 .service2-all-tabs {
  margin-top: 30px;
}
.service2 .service2-all-tabs .tabs-buttons {
  text-align: center;
}
.service2 .service2-all-tabs .tabs-buttons .nav-item button {
  width: 232px;
  padding: 0;
  margin: 0px 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .service2-all-tabs .tabs-buttons .nav-item button {
    margin-top: 30px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .service2 .service2-all-tabs .tabs-buttons .nav-item button {
    margin-top: 30px;
    width: 300px;
  }
}
.service2 .service2-all-tabs .tabs-buttons .nav-item button.active {
  background: none;
}
.service2 .service2-all-tabs .tabs-buttons .nav-item button.active .text-box {
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  border-radius: 8px;
  padding: 55px 0px 24px 0px;
  position: relative;
  width: 100%;
  margin-top: -32px;
  z-index: 1;
  display: inline-block;
}
.service2 .service2-all-tabs .tabs-buttons .nav-item button.active .text-box span {
  color: var(--SEO-Marketing-Text-Color, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  display: inline-block;
}
.service2 .service2-all-tabs .tabs-buttons .nav-item button .icon {
  position: relative;
  z-index: 99;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  display: inline-block;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
}
.service2 .service2-all-tabs .tabs-buttons .nav-item button .text-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 55px 0px 24px 0px;
  position: relative;
  width: 100%;
  margin-top: -32px;
  z-index: 1;
  display: inline-block;
}
.service2 .service2-all-tabs .tabs-buttons .nav-item button .text-box span {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  display: inline-block;
}
.service2 .heading2 {
  text-align: start;
  padding-top: 60px;
  padding-left: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .heading2 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .service2 .heading2 {
    padding-top: 20px;
  }
}
.service2 .heading2 span.span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service2 .heading2 h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  margin-top: 16px;
}
.service2 .heading2 p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.service2 .heading2 ul.list {
  margin-top: 10px;
}
.service2 .heading2 ul.list li {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-top: 18px;
}
.service2 .heading2 ul.list li span.check {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
  background: #ED3240;
}
.service2 .tab-images-all {
  position: relative;
  height: 450px;
  margin-top: 10px;
}
.service2 .tab-images-all .image1 {
  top: -50px;
  position: relative;
}
.service2 .tab-images-all .image1 .stop-color1 {
  stop-color: #3B32F6;
}
.service2 .tab-images-all .image1 .stop-color2 {
  stop-color: #49A6FF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2 .tab-images-all .image1 {
    top: -150px;
  }
}
.service2 .tab-images-all .image2 {
  position: absolute;
  top: 50px;
  right: 100px;
}
.service2 .tab-images-all .image3 {
  position: absolute;
  bottom: 0;
  left: 80px;
}
.service2 .tab-images-all .image4 {
  position: absolute;
  bottom: 60px;
  right: -40px;
}
.service2 .tab-images-all .image5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.service3 {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service3 .service3-box {
  margin-top: 50px;
  border-radius: 8px;
  background: #FFF;
  padding: 1px;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}
.service3 .service3-box .heading3 {
  margin-top: -50px;
}
.service3 .service3-box .heading3 .learn {
  height: 48px;
  width: 48px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  background-color: #4D32A5;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transform: rotate(-45deg);
  margin-left: -24px;
  position: absolute;
  left: 50%;
  bottom: -24px;
}
.service3 .service3-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.service5 {
  position: relative;
}
.service5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F5F5FD;
  z-index: -6;
}
.service5 .service5-items {
  position: sticky;
  margin-top: 60px;
  top: 100px;
}
.service5 .service5-items:nth-child(2) {
  top: 150px;
}
.service5 .service5-items:nth-child(3) {
  top: 200px;
}
.service5 .service5-items:nth-child(4) {
  top: 250px;
}
.service5 .service5-items .images {
  height: 430px;
  position: relative;
}
.service5 .service5-items .images .image1 {
  margin: -90px 30px 30px 30px;
}
.service5 .service5-items .images .image1 .stop-color1 {
  stop-color: rgba(255, 255, 255, 0.0901960784);
}
.service5 .service5-items .images .image1 .stop-color2 {
  stop-color: rgba(255, 255, 255, 0.0745098039);
}
.service5 .service5-items .images .image2 {
  position: absolute;
  top: 80px;
  left: 150px;
}
@media (max-width: 767px) {
  .service5 .service5-items .images .image2 {
    left: 50px;
  }
}
.service5 .service5-items .images .image3 {
  position: absolute;
  bottom: 0;
  right: 50px;
}
.service5 .service5-items .service5-heading {
  padding: 100px 100px 100px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5 .service5-items .service5-heading {
    padding: 50px 50px 50px 30px;
  }
}
@media (max-width: 767px) {
  .service5 .service5-items .service5-heading {
    padding: 50px 50px 50px 30px;
  }
}
.service5 .service5-items .service5-heading h3 {
  color: var(--Social-Media-Marketing-White-Color, #FFF);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
}
.service5 .service5-items .service5-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.service5 .service5-items .service5-heading .service6-list {
  margin-top: 8px;
}
.service5 .service5-items .service5-heading .service6-list ul li {
  color: var(--Social-Media-Marketing-White-Color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 18px;
  display: flex;
  align-items: center;
}
.service5 .service5-items .service5-heading .service6-list ul li span.icon {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 7px;
}
.service5 .service5-items::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/service5-single-bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  z-index: -3;
}
.service5 .service5-items.service5-items2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/service5-single-bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  z-index: -3;
}
.service5 .service5-items.service5-items3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/service5-single-bg3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  z-index: -3;
}
.service5 .service5-items.service5-items4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/service5-single-bg4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  z-index: -3;
}

.what-we-do5 .single-boxs {
  padding: 16px 0px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.what-we-do5 .single-boxs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: #F5F5FD;
  z-index: 1;
}
.what-we-do5 .single-boxs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 111px;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%));
  z-index: 2;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.what-we-do5 .single-boxs h3 {
  color: var(--Social-Media-Marketing-Text-Color, #0B0927);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  z-index: 4;
  position: relative;
  transition: all 0.4s;
}
.what-we-do5 .single-boxs p {
  color: #5D6369;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  position: relative;
  z-index: 4;
  padding-top: 10px;
  transition: all 0.4s;
}
.what-we-do5 .single-boxs:hover h3 {
  color: #28095e;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  z-index: 4;
  position: relative;
  transition: all 0.4s;
}
.what-we-do5 .single-boxs:hover p {
  color: rgb(0 0 0);
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  position: relative;
  z-index: 4;
  padding-top: 10px;
  transition: all 0.4s;
}
.what-we-do5 .single-boxs:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #1daf6842 2.31%, #1daf68 100%));
  z-index: 2;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.what-we-do5 .what-we-do5-images .image {
  margin-top: 40px;
}
.what-we-do5 .what-we-do5-images .image img {
  width: 100%;
  border-radius: 8px;
}

.service1-page {
  position: relative;
}
.service1-page .right-btn {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-page .right-btn {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .service1-page .right-btn {
    text-align: start;
    margin-top: 20px;
  }
}
.service1-page .service-box {
  position: relative;
  padding: 32px 24px 66px 24px;
  margin-top: 40px;
  transition: all 0.4s;
  text-align: center;
}
.service1-page .service-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-image: url(../img/bg/service1-page-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.service1-page .service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 110%;
  border-radius: 264px;
  background-image: url(../img/bg/service1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.service1-page .service-box .heading1 h4 a {
  padding: 24px 0 16px 0;
}
.service1-page .service-box .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 4;
  margin: auto;
}
.service1-page .service-box .icon img {
  position: relative;
  z-index: 4;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.service1-page .service-box .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  z-index: 1;
}
.service1-page .service-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.4s;
}
.service1-page .service-box .learn {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  transform: rotate(-45deg);
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -22px;
  transition: all 0.4s;
  z-index: 2;
}
.service1-page .service-box .learn i {
  position: relative;
  z-index: 22;
}
.service1-page .service-box .learn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  z-index: 1;
}
.service1-page .service-box .learn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.4s;
}
.service1-page .service-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service1-page .service-box:hover .heading1 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.service1-page .service-box:hover .heading1 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8274509804);
}
.service1-page .service-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-image: url(../img/bg/service1-page-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.service1-page .service-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px !important;
  background-image: url(../img/bg/service1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.service1-page .service-box:hover .icon img {
  transition: all 0.4s;
  filter: none;
}
.service1-page .service-box:hover .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.service1-page .service-box:hover .learn {
  color: #3B32F6;
}
.service1-page .service-box:hover .learn::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.service1-page .service-box.active {
  transition: all 0.4s;
}
.service1-page .service-box.active .heading1 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.service1-page .service-box.active .heading1 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8274509804);
}
.service1-page .service-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-image: url(../img/bg/service1-page-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.service1-page .service-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px !important;
  background-image: url(../img/bg/service1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.service1-page .service-box.active .icon img {
  transition: all 0.4s;
  filter: none;
}
.service1-page .service-box.active .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.service1-page .service-box.active .learn {
  color: #3B32F6;
}
.service1-page .service-box.active .learn::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}

.service3 {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 50px;
  background: aliceblue!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
.service3 .service3-box {
  margin-top: 45px;
  /* border-radius: 8px; */
  background: #FFF;
  /* padding: 39px 36px 52px 36px; */
  text-align: center;
  position: relative;
  transition: all 0.4s;
  min-height: 434px;
}
.service3 .service3-box .heading3 {
  margin-top: -50px;
}
.service3 .service3-box .heading3 .learn {
  height: 48px;
  width: 48px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  background-color: #e4871e;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transform: rotate(-45deg);
  margin-left: -24px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  transition: all 0.4s;
}
.service3 .service3-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.service3 .service3-box:hover h4 a {
  color: #1daf68;
}
.service3 .service3-box:hover .learn {
  background-color: #1daf68;
  transition: all 0.4s;
}
.service3.service-page .service3-box {
  margin-top: 50px;
  border-radius: 8px;
  background: #F5F5FD;
  padding: 12px 36px 52px 36px;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}
.service3.service-page .service3-box .heading3 {
  margin-top: -50px;
}
.service3.service-page .service3-box .heading3 .learn {
  height: 48px;
  width: 48px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transform: rotate(-45deg);
  margin-left: -24px;
  position: absolute;
  left: 50%;
  bottom: -24px;
}

.service-details-sec1 {
  position: relative;
}
.service-details-sec1 .service2-all-tabs {
  margin-top: 30px;
}
.service-details-sec1 .heading2 {
  text-align: start;
  padding-top: 60px;
  padding-left: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-sec1 .heading2 {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .service-details-sec1 .heading2 {
    padding-top: 20px;
  }
}
.service-details-sec1 .heading2 span.span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-details-sec1 .heading2 h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 125% */
  margin-top: 16px;
}
.service-details-sec1 .heading2 p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.service-details-sec1 .heading2 ul.list {
  margin-top: 10px;
}
.service-details-sec1 .heading2 ul.list li {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-top: 18px;
}
.service-details-sec1 .heading2 ul.list li span.check {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
  background: #0B0314;
}
.service-details-sec1 .tab-images-all {
  position: relative;
  height: 450px;
  margin-top: 10px;
}
.service-details-sec1 .tab-images-all .image1 {
  top: -50px;
  position: relative;
  margin-left: 100px;
}
.service-details-sec1 .tab-images-all .image1 .stop-color1 {
  stop-color: #3B32F6;
}
.service-details-sec1 .tab-images-all .image1 .stop-color2 {
  stop-color: #49A6FF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-sec1 .tab-images-all .image1 {
    top: -150px;
  }
}
.service-details-sec1 .tab-images-all .image2 {
  position: absolute;
  top: 50px;
  right: 100px;
}
.service-details-sec1 .tab-images-all .image3 {
  position: absolute;
  bottom: 0;
  left: 170px;
}
.service-details-sec1 .tab-images-all .image4 {
  position: absolute;
  bottom: 60px;
  right: -40px;
}
.service-details-sec1 .tab-images-all .image5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.service-details-sec1 .what-we-do5-images .image {
  margin-top: 40px;
}
.service-details-sec1 .what-we-do5-images .image img {
  width: 100%;
}
.service-details-sec1 .tab-boxs-all .single-box {
  border-radius: 8px;
  background: var(--SEO-Marketing-Gray-Color, #F5F5FD);
  padding: 28px;
  margin-bottom: 30px;
}
.service-details-sec1 .tab-boxs-all .single-box .progressbar {
  width: 180px;
  height: 180px;
  text-align: center;
  margin: 0 auto;
}
.service-details-sec1 .tab-boxs-all .single-box p {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  margin-top: 32px;
}
.service-details-sec1 .tab-boxs-all .single-box .circle {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 1;
}
.service-details-sec1 .tab-boxs-all .single-box .circle canvas {
  vertical-align: middle;
  border-radius: 50%;
}
.service-details-sec1 .tab-boxs-all .single-box .circle div {
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  margin-top: 20px;
}
.service-details-sec1 .tab-boxs-all .single-box .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.service-details-sec1 .tab-boxs-all .single-box .circle span {
  display: block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.service-details-sec1 .tab-boxs-all .single-box .circle:before {
  position: absolute;
  top: 65%;
  right: 17%;
  font-size: 15px;
  font-weight: bold;
  color: #3B32F6;
}

.service-details-benifits {
  position: relative;
}
.service-details-benifits .service-benifits-area {
  margin-top: 40px;
}
.service-details-benifits .service-benifits-area .image-area {
  position: relative;
  margin-top: 30px;
  height: 450px;
}
.service-details-benifits .service-benifits-area .image-area .image1 {
  position: relative;
  top: -90px;
}
.service-details-benifits .service-benifits-area .image-area .image1 .stop-color1 {
  stop-color: #F5F5FD;
}
.service-details-benifits .service-benifits-area .image-area .image1 .stop-color2 {
  stop-color: #F5F5FD;
}
.service-details-benifits .service-benifits-area .image-area .image2 {
  position: absolute;
  top: 50px;
  left: 100px;
}
.service-details-benifits .service-benifits-area .image-area .image3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-details-benifits .service-benifits-area .image-area .image3.image3-shape2 {
  left: auto;
  right: 0;
}

.service-details-others {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}
.service-details-others .form-area {
  margin-top: 30px;
}
.service-details-others .form-area .single-input {
  position: relative;
}
.service-details-others .form-area .single-input input {
  padding: 16px 16px 16px 40px;
  border: none;
  width: 100%;
  border-radius: 111px;
}
.service-details-others .form-area .single-input input:focus {
  outline: none;
}
.service-details-others .form-area .single-input .icon {
  position: absolute;
  left: 12px;
  top: 19px;
}

.analysis-area .analysis-inner-section {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .analysis-area .analysis-inner-section {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .analysis-inner-section {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .services-seo-scroll {
    width: 200%;
    overflow-y: auto;
    position: relative;
  }
}
@media (max-width: 767px) {
  .analysis-area .services-seo-scroll {
    width: 400%;
    overflow-y: auto;
    position: relative;
  }
}
.analysis-area .services-seo {
  border-radius: 8px;
  position: relative;
  background: var(--ztc-text-text-1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .analysis-area .services-seo {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .analysis-area .services-seo {
    overflow-x: auto;
  }
}
.analysis-area .services-seo-head {
  border-radius: 7px 7px 0px 0px;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  padding: 16px 65px 16px 24px;
}
.analysis-area .services-seo-item {
  padding-right: 65px;
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8EAEC;
}
.analysis-area .services-seo-heading-title {
  margin: 0;
}
.analysis-area .services-seo-heading-title label {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
.analysis-area .services-seo-heading-title label::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  transition: all 0.2s ease-out 0s;
  border-radius: 4px;
}
.analysis-area .services-seo-heading-title label::before {
  position: absolute;
  content: url("../img/icons/form-check.svg");
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}
.analysis-area .services-seo-heading-title input {
  display: none;
}
.analysis-area .services-seo-heading-title input:checked ~ label::after {
  background-color: var(--ztc-text-text-4);
  border-color: var(--ztc-text-text-4);
}
.analysis-area .services-seo-heading-title input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.analysis-area .services-seo-heading-item span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  line-height: 16px;
  padding-left: 70px;
}
.analysis-area .services-seo-heading-item span a {
  color: #fff;
}
.analysis-area .services-seo-heading-item span i {
  font-weight: 600;
  transform: translateY(2px);
  margin-right: 5px;
}
.analysis-area .services-seo-link-check label {
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-regular);
  font-size: var(--ztc-font-size-font-s16);
  line-height: 1;
  color: var(--ztc-text-text-2);
  position: relative;
  cursor: pointer;
  padding-left: 22px;
}
.analysis-area .services-seo-link-check label::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  transition: all 0.2s ease-out 0s;
  border-radius: 4px;
}
.analysis-area .services-seo-link-check label::before {
  position: absolute;
  content: url("../img/icons/form-check.svg");
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}
.analysis-area .services-seo-link-check input {
  display: none;
}
.analysis-area .services-seo-link-check input:checked ~ label::after {
  background-color: #3B32F6;
  border-color: #3B32F6;
}
.analysis-area .services-seo-link-check input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.analysis-area .services-seo-link-check span {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 100% */
  line-height: 1;
  padding-left: 22px;
  display: block;
}
.analysis-area .services-seo-link-check span a {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
}
.analysis-area .services-seo-catagory-item {
  padding-left: 70px;
}
.analysis-area .services-seo-catagory-item a {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  line-height: 16px;
  display: inline-block;
}
.analysis-area .services-seo-catagory-item .incridable-rank i {
  margin-left: 4px;
  margin-top: -15px;
  font-size: 8px;
}

.offer-sec .single-offer-box {
  margin-top: 24px;
  padding: 24px;
  text-align: center;
  position: relative;
}
.offer-sec .single-offer-box p {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  transition: all 0.4s;
}
.offer-sec .single-offer-box::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #F5F5FD;
  border-radius: 4px;
  z-index: -2;
}
.offer-sec .single-offer-box::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  border-radius: 100px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  z-index: -1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.offer-sec .single-offer-box:hover {
  transition: all 0.4s;
}
.offer-sec .single-offer-box:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  border-radius: 4px;
  opacity: 1;
}
.offer-sec .single-offer-box:hover p {
  transition: all 0.4s;
  color: #fff;
}

/*
 ::::::::::::::::::::::::::
  SERVICE AREA CSS
 ::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta2 {
  padding: 22px 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #1daf68 !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
  background-size: cover;
  width: 100%;
  /* border-radius: 51px 51px 1px 1px; */
  /* background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOTAzJyBoZWlnaHQ9JzU2MCcgdmlld0JveD0nMCAwIDkwMyA1NjAnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgb3BhY2l0eT0nMC4yJz48bWFzayBpZD0nbWFzazBfOTQ5XzIwNzQnIHN0eWxlPSdtYXNrLXR5cGU6YWxwaGEnIG1hc2tVbml0cz0ndXNlclNwYWNlT25Vc2UnIHg9JzAnIHk9JzAnIHdpZHRoPSc5MDMnIGhlaWdodD0nNTYwJz48cmVjdCB4PScwLjI4MDAyOScgd2lkdGg9JzkwMi43MicgaGVpZ2h0PSc1NjAnIGZpbGw9JyNDNEM0QzQnLz48L21hc2s+PGcgbWFzaz0ndXJsKCNtYXNrMF85NDlfMjA3NCknPjxjaXJjbGUgY3g9JzgwMy4zMicgY3k9JzUwNS4xMicgcj0nMzczLjcnIHN0cm9rZT0nd2hpdGUnIHN0cm9rZS13aWR0aD0nMycvPjxjaXJjbGUgY3g9Jzg3OC4zNicgY3k9JzU4OS4xMicgcj0nNjQzLjYyJyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzMnLz48Y2lyY2xlIGN4PSc2OTEuMzInIGN5PSc1NTQuNCcgcj0nNjc4LjM0JyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzMnLz48Y2lyY2xlIGN4PSc4MDQuNDQnIGN5PSc1MDYuMjQnIHI9JzE3Ny43JyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzMnLz48L2c+PC9nPjwvc3ZnPgo=) no-repeat bottom right, linear-gradient(88.38deg, #15ad24 0%, #d54a0a 189.84%)!important; */
  color: #fff;
  /* background-size: contain; */
}
.cta2 h2 {
  color: #ffffff;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 114.286% */
  text-transform: capitalize;
  padding: 10px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .cta2 h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.cta2 .form-area {
  margin: 36px 60px 0px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .cta2 .form-area {
    margin: 20px 0px 0px 0px;
  }
}
.cta2 .form-area input {
  width: 100%;
  padding: 19px;
  border: none;
  border-radius: 68px;
}
.cta2 .form-area input:focus {
  outline: none;
}
.cta2 .form-area .form-btn {
  position: absolute;
  top: 4px;
  left: 26%;
}
.cta2 .image1 {
  position: absolute;
  left: -86px;
  top: 0;
  transform: scale(1.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .image1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta2 .image1 {
    display: none;
  }
}
.cta2 .image2 {
  position: absolute;
  right: -70px;
  top: 0;
  transform: scale(1.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2 .image2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta2 .image2 {
    display: none;
  }
}

/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
.faq3 {
  position: relative;
}
.faq3 .accordion .accordion-item {
  border: none;
  border-radius: 14px;
  background: none;
  margin-top: 30px;
  transition: all 0.4s;
  background-color: #F5F5FD;
}
.faq3 .accordion .accordion-item button {
  border: none;
  background: none;
  padding: 32px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq3 .accordion .accordion-item button {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .faq3 .accordion .accordion-item button {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
  }
}
.faq3 .accordion .accordion-item button:focus {
  outline: none;
  box-shadow: none;
}
.faq3 .accordion .accordion-item button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 20px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  z-index: 1;
  background: #4D32A5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq3 .accordion .accordion-item button::before {
    right: 5px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .faq3 .accordion .accordion-item button::before {
    display: none;
  }
}
.faq3 .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
  z-index: 3;
}
.faq3 .accordion .accordion-item .accordion-body {
  color: rgba(255, 255, 255, 0.9098039216);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  padding-left: 42px;
  margin-top: -20px;
  padding-bottom: 44px;
  padding-right: 80px;
  text-align: start;
}
@media (max-width: 767px) {
  .faq3 .accordion .accordion-item .accordion-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.faq3 .accordion .accordion-item.active {
  transition: all 0.4s;
  border-radius: 14px;
  background: #4D32A5;
}
.faq3 .accordion .accordion-item.active button {
  color: #fff;
}
.faq3 .accordion .accordion-item.active button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 20px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq3 .accordion .accordion-item.active button::before {
    right: 5px;
    top: 10px;
  }
}
.faq3 .accordion .accordion-item.active button::after {
  filter: brightness(0);
}
.faq3 .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}
.faq3 .sec-shape1 {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq3 .sec-shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq3 .sec-shape1 {
    display: none;
  }
}
.faq3 .sec-shape2 {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq3 .sec-shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq3 .sec-shape2 {
    display: none;
  }
}
.faq3 .sec-shape3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq3 .sec-shape3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq3 .sec-shape3 {
    display: none;
  }
}
.faq3 .sec-shape4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
}
.faq3 .sec-shape5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.faq3 .sec-shape6 {
  position: absolute;
  bottom: 200px;
  left: 0;
  z-index: -3;
  transform: rotateX(180deg) rotateY(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq3 .sec-shape6 {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq3 .sec-shape6 {
    display: none;
  }
}

.faq4 {
  position: relative;
}
.faq4 .accordion .accordion-item {
  border: none;
  border-radius: 14px;
  background: none;
  margin-top: 30px;
  transition: all 0.4s;
  background-color: #F5F5FD;
}
.faq4 .accordion .accordion-item button {
  border: none;
  background: none;
  padding: 6px 31px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: 35px; /* 100% */
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 767px) {
  .faq4 .accordion .accordion-item button {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
  }
}
.faq4 .accordion .accordion-item button:focus {
  outline: none;
  box-shadow: none;
}
.faq4 .accordion .accordion-item button::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 9px;
  height: 27px;
  width: 26px;
  border-radius: 50%;
  z-index: 1;
  background: linear-gradient(90deg, #1eaf66 0%, #0b236d 100%);
}
@media (max-width: 767px) {
  .faq4 .accordion .accordion-item button::before {
    display: none;
  }
}
.faq4 .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
  z-index: 3;
}
.faq4 .accordion .accordion-item .accordion-body {
  color: rgb(1 1 1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  padding-left: 42px;
  margin-top: -20px;
  padding-bottom: 44px;
  padding-right: 80px;
  text-align: start;
}
@media (max-width: 767px) {
  .faq4 .accordion .accordion-item .accordion-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.faq4 .accordion .accordion-item.active {
  transition: all 0.4s;
  border-radius: 6px;
  background: linear-gradient(90deg, #ffffff 0%, #8bc34a00 100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* border-left: 5px solid #20b152; */
}
.faq4 .accordion .accordion-item.active button {
  color: #06081f;
}
.faq4 .accordion .accordion-item.active button::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 12px;
  height: 30px;
  width: 28px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}
.faq4 .accordion .accordion-item.active button::after {
  filter: brightness(0);
}
.faq4 .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}
.faq4 .sec-shape1 {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq4 .sec-shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq4 .sec-shape1 {
    display: none;
  }
}
.faq4 .sec-shape2 {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq4 .sec-shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq4 .sec-shape2 {
    display: none;
  }
}
.faq4 .sec-shape3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq4 .sec-shape3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq4 .sec-shape3 {
    display: none;
  }
}
.faq4 .sec-shape4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
}
.faq4 .sec-shape5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.faq4 .sec-shape6 {
  position: absolute;
  bottom: 200px;
  left: 0;
  z-index: -3;
  transform: rotateX(180deg) rotateY(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq4 .sec-shape6 {
    display: none;
  }
}
@media (max-width: 767px) {
  .faq4 .sec-shape6 {
    display: none;
  }
}

.service-faq {
  position: relative;
}
.service-faq .accordion .accordion-item {
  border: none;
  border-radius: 14px;
  background: none;
  margin-top: 30px;
  transition: all 0.4s;
  background-color: #fff;
}
.service-faq .accordion .accordion-item button {
  border: none;
  background: none;
  padding: 32px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 767px) {
  .service-faq .accordion .accordion-item button {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
  }
}
.service-faq .accordion .accordion-item button:focus {
  outline: none;
  box-shadow: none;
}
.service-faq .accordion .accordion-item button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 19px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  z-index: 1;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
}
@media (max-width: 767px) {
  .service-faq .accordion .accordion-item button::before {
    display: none;
  }
}
.service-faq .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
  z-index: 3;
}
.service-faq .accordion .accordion-item .accordion-body {
  color: rgba(255, 255, 255, 0.9098039216);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  padding-left: 42px;
  margin-top: -20px;
  padding-bottom: 44px;
  padding-right: 80px;
  text-align: start;
}
@media (max-width: 767px) {
  .service-faq .accordion .accordion-item .accordion-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.service-faq .accordion .accordion-item.active {
  transition: all 0.4s;
  border-radius: 14px;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
}
.service-faq .accordion .accordion-item.active button {
  color: #fff;
}
.service-faq .accordion .accordion-item.active button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 19px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}
.service-faq .accordion .accordion-item.active button::after {
  filter: brightness(0);
}
.service-faq .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}
.service-faq .sec-shape1 {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-faq .sec-shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-faq .sec-shape1 {
    display: none;
  }
}
.service-faq .sec-shape2 {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-faq .sec-shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-faq .sec-shape2 {
    display: none;
  }
}
.service-faq .sec-shape3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-faq .sec-shape3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-faq .sec-shape3 {
    display: none;
  }
}
.service-faq .sec-shape4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
}
.service-faq .sec-shape5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.service-faq .sec-shape6 {
  position: absolute;
  bottom: 200px;
  left: 0;
  z-index: -3;
  transform: rotateX(180deg) rotateY(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-faq .sec-shape6 {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-faq .sec-shape6 {
    display: none;
  }
}

.details-accodion {
  position: relative;
}
.details-accodion .accordion .accordion-item {
  border: none;
  border-radius: 14px;
  background: none;
  margin-top: 30px;
  transition: all 0.4s;
  background-color: #F5F5FD;
}
.details-accodion .accordion .accordion-item button {
  border: none;
  background: none;
  padding: 24px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 767px) {
  .details-accodion .accordion .accordion-item button {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
  }
}
.details-accodion .accordion .accordion-item button:focus {
  outline: none;
  box-shadow: none;
}
.details-accodion .accordion .accordion-item button::before {
  content: "";
  position: absolute;
  right: 23px;
  top: 22px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  z-index: 1;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
}
@media (max-width: 767px) {
  .details-accodion .accordion .accordion-item button::before {
    display: none;
  }
}
.details-accodion .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
  z-index: 3;
}
.details-accodion .accordion .accordion-item .accordion-body {
  color: rgba(255, 255, 255, 0.9098039216);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  padding-left: 24px;
  margin-top: -20px;
  padding-bottom: 44px;
  padding-right: 80px;
  text-align: start;
}
@media (max-width: 767px) {
  .details-accodion .accordion .accordion-item .accordion-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.details-accodion .accordion .accordion-item.active {
  transition: all 0.4s;
  border-radius: 14px;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
}
.details-accodion .accordion .accordion-item.active button {
  color: #fff;
}
.details-accodion .accordion .accordion-item.active button::before {
  content: "";
  position: absolute;
  right: 23px;
  top: 22px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}
.details-accodion .accordion .accordion-item.active button::after {
  filter: brightness(0);
}
.details-accodion .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}
.details-accodion .sec-shape1 {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details-accodion .sec-shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .details-accodion .sec-shape1 {
    display: none;
  }
}
.details-accodion .sec-shape2 {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details-accodion .sec-shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .details-accodion .sec-shape2 {
    display: none;
  }
}
.details-accodion .sec-shape3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details-accodion .sec-shape3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .details-accodion .sec-shape3 {
    display: none;
  }
}
.details-accodion .sec-shape4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
}
.details-accodion .sec-shape5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.details-accodion .sec-shape6 {
  position: absolute;
  bottom: 200px;
  left: 0;
  z-index: -3;
  transform: rotateX(180deg) rotateY(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details-accodion .sec-shape6 {
    display: none;
  }
}
@media (max-width: 767px) {
  .details-accodion .sec-shape6 {
    display: none;
  }
}

.blog-details-area .side-all {
  position: sticky;
  top: 100px;
  /* background: aliceblue; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.faq-contact .heading1 {
  /* padding-right: 40px; */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-contact .heading1 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .faq-contact .heading1 {
    padding-right: 0;
  }
}
.faq-contact .faq-contact-boxs .single-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: var(--SEO-Marketing-Gray-Color, #fff);
  padding: 9px 27px;
  margin-top: 17px;
  transition: all 0.4s;
}
.faq-contact .faq-contact-boxs .single-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.faq-contact .faq-contact-boxs .single-box .icon {
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #1daf68 0%, #1daf68 100%));
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-right: 16px;
}
.faq-contact .faq-contact-boxs .single-box .heading h6 {
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 4px; /* 100% */
  text-transform: uppercase;
}
.faq-contact .faq-contact-boxs .single-box .heading a {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 100% */
  padding: 4px 19px;
}
.faq-contact .faq-contact-form {
  border-radius: 8px;
  /* background: #ffeeee; */
  padding: 32px 28px;
  /* box-shadow: 1px 1px 1px 2px #23b23b; */
}
.faq-contact .faq-contact-form h4 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
}
.faq-contact .faq-contact-form .single-input {
  margin-top: 20px;
}
.faq-contact .faq-contact-form .single-input input, .faq-contact .faq-contact-form .single-input textarea {
  border-radius: 4px;
  border: none;
  background-color: #F5F5FD;!i;!im;!imp;!import;!importa;!importan;!importa;!import;!impor;!im;!i;!;
  padding: 10px 9px;
  width: 100%;
}
.faq-contact .faq-contact-form .single-input input:focus, .faq-contact .faq-contact-form .single-input textarea:focus {
  outline: none;
}
.faq-contact .faq-contact-form .button button {
  width: 100%;
}
.faq-contact.contact-page {
  background: none;
  background: #f5faff;
}
.faq-contact.contact-page .faq-contact-boxs .single-box {
  /* background: #3F51B5; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.faq-contact.contact-page .faq-contact-form {
  /* background-color: #effff380; */
}
.faq-contact.contact-page .faq-contact-form .single-input input, .faq-contact.contact-page .faq-contact-form .single-input textarea {
  background: #ffffff;
  border: 1px solid #a8a4a4;
}

/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
.error-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.error-area .shape {
  position: absolute;
  top: 60px;
  right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .error-area .shape {
    display: none;
  }
}

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
.contact1 {
  position: relative;
}
.contact1 .form-area-all {
  position: relative;
  margin-top: 30px;
}
.contact1 .form-area-all .form-content {
  border-radius: 50px 8px;
  background: #FFF;
  box-shadow: 1px -9px 40px 0px rgba(0, 0, 0, 0.04);
  padding: 40px 32px;
}
.contact1 .form-area-all .form-content .single-input {
  margin-top: 30px;
  position: relative;
  text-align: start;
}
.contact1 .form-area-all .form-content .single-input input {
  background: #F5F5FD;
  padding: 16px 40px;
  border: none;
  border-radius: 8px;
  width: 100%;
}
.contact1 .form-area-all .form-content .single-input input:focus {
  outline: none;
}
.contact1 .form-area-all .form-content .single-input input::-moz-placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.contact1 .form-area-all .form-content .single-input input::placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.contact1 .form-area-all .form-content .single-input .icon {
  display: inline-block;
  position: absolute;
  left: 16px;
  bottom: 19px;
}
.contact1 .form-area-all .form-content .single-input label {
  text-align: start;
  color: var(--SEO-Marketing-Text-Color, rgba(11, 3, 20, 0.9098039216));
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  margin-bottom: 16px;
}
.contact1 .form-area-all .form-content .form-btn {
  margin-top: 32px;
}
.contact1 .form-area-all .form-content .form-btn button {
  width: 100%;
}
.contact1 .form-area-all .shape1 {
  position: absolute;
  bottom: 100px;
  left: -100px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1 .form-area-all .shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact1 .form-area-all .shape1 {
    display: none;
  }
}
.contact1 .form-area-all .shape2 {
  position: absolute;
  top: 50px;
  right: -100px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1 .form-area-all .shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact1 .form-area-all .shape2 {
    display: none;
  }
}
.contact1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  z-index: -3;
  background-image: url(../img/bg/contact1-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact1 .contact1-box {
  margin-top: 60px;
  text-align: center;
  padding: 36px 54px;
  border-radius: 50px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1 .contact1-box {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact1 .contact1-box {
    margin-top: 40px;
  }
}
.contact1 .contact1-box .icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}
.contact1 .contact1-box .heading h4 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  margin-top: 20px;
}
.contact1 .contact1-box .heading a {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  margin-top: 14px;
}
.contact1 .contact1-box:hover {
  transition: all 0.4s;
  border-radius: 8px 50px;
}
.contact1.contact4 .form-content {
  border-radius: 8px !important;
}
.contact1.contact4 .contact1-box {
  border-radius: 8px !important;
}
.contact1.contact4 .contact1-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.contact-map-page iframe {
  width: 100%;
  border-radius: 8px;
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero1 {
  display: flex;
  align-items: center;
  min-height: 685px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 94px;
}
.hero1 .main-heading {
  padding-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .main-heading {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero1 .main-heading {
    padding-top: 150px;
  }
}
.hero1 .main-heading span.span {
  color: #ffffff;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 9px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
  border-radius: 10px;
  background: #4CAF50;
  padding: 10px 19px 10px 19px;
  margin-bottom: 16px;
}
.hero1 .main-heading span.span img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.hero1 .main-heading h1 {
  /* color: #1e3478; */
  font-size: 45px;
  font-style: normal;
  font-weight: bold;
  line-height: 60px; /* 109.375% */
  background: -webkit-linear-gradient(#029e44, #e45d1e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 8px 0px;
  font-family: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero1 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero1 .main-heading p {
  color: #050101;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 140% */
  padding-top: 10px;
}
.hero1 .main-heading .has-teg {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-top: 24px;
}
.hero1 .form-area {
  position: relative;
  margin-top: 28px;
}
.hero1 .form-area input {
  padding: 20px 22px 19px 22px;
  border-radius: 68px;
  border: none;
  width: 100%;
  border: 1px solid #e5d6d6;
}
.hero1 .form-area input:focus {
  outline: none;
}
.hero1 .form-area input::-moz-placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.hero1 .form-area input::placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.hero1 .form-area .form-btn {
  position: absolute;
  top: 4px;
  right: 4px;
}
.hero1 .main-images {
  position: relative;
  height: 650px;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .main-images {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hero1 .main-images {
    margin-bottom: 100px;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .hero1 .main-images .image1 {
    transform: translateY(70px);
  }
}
.hero1 .main-images .image2 {
  position: absolute;
  bottom: 64px;
  right: 15px;
}
.hero1 .main-images .shape1 {
  position: absolute;
  left: 1px;
  top: 94px;
}
@media (max-width: 767px) {
  .hero1 .main-images .shape1 {
    top: 60px;
  }
}
.hero1 .main-images .shape2 {
  position: absolute;
  right: -100px;
  top: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1 .main-images .shape2 {
    right: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .main-images .shape2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero1 .main-images .shape2 {
    right: auto;
    left: 0;
  }
}
.hero1 .main-images .bottom-shape {
  position: absolute;
  bottom: 28px;
  right: 385px;
}
@media (max-width: 767px) {
  .hero1 .main-images .bottom-shape {
    right: 0;
  }
}
.hero1 .main-images .shape3 {
  position: absolute;
  bottom: 146px;
  box-shadow: 4px 4px 1px 1px #1daf65;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1 .main-images .shape3 {
    right: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .main-images .shape3 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero1 .main-images .shape3 {
    right: 0;
  }
}
.hero1 .main-images .shapes {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #f7fdfe;
  padding: 0px 14px 0px 1px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.hero1 .main-images .shapes .icon {
  width: 18px;
  height: 54px;
  flex-shrink: 0;
  /* background: var(--SEO-Marketing-New, linear-gradient(90deg, #0b236d 0%, #0d3f12 100%)); */
  border-radius: 50%;
  line-height: 54px;
  text-align: center;
}
.hero1 .main-images .shapes .pera {
  color: #0f1210;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 100% */
  padding-left: 0px;
}

.hero2 {
  position: relative;
  min-height: 748px;
  display: flex;
  align-items: center;
}
.hero2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F5F5FD;
  z-index: -2;
}
.hero2 .main-heading {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .main-heading {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero2 .main-heading {
    padding-top: 150px;
  }
}
.hero2 .main-heading .title {
  margin-bottom: 16px;
  background-color: #FFF0EC;
  border-radius: 42px;
  padding: 5px 10px;
  display: inline-block;
}
.hero2 .main-heading .title span.span {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero2 .main-heading .title span.span img {
  margin-top: -4px;
}
.hero2 .main-heading h1 {
  color: #111;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero2 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero2 .main-heading p {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.hero2 .main-heading .has-teg {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-top: 24px;
}
.hero2 .form-area {
  position: relative;
  margin-top: 32px;
  margin-right: 160px;
}
@media (max-width: 767px) {
  .hero2 .form-area {
    margin-right: 0px;
  }
}
.hero2 .form-area input {
  padding: 20px 22px 19px 22px;
  border-radius: 68px;
  border: none;
  width: 100%;
}
.hero2 .form-area input:focus {
  outline: none;
}
.hero2 .form-area input::-moz-placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.hero2 .form-area input::placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.hero2 .form-area .form-btn {
  position: absolute;
  top: 4px;
  right: 4px;
}
.hero2 .image1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.hero2 .image1 img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .image1 {
    height: 400px;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero2 .image1 {
    height: 400px;
    top: auto;
    bottom: 0;
  }
}
.hero2 .image2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero2 .main-images {
  height: 600px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .main-images {
    height: 420px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero2 .main-images {
    height: 420px;
    margin-bottom: 60px;
  }
}
.hero2 .main-images .shape1 {
  width: 300px;
  position: absolute;
  top: 120px;
  right: -100px;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero2 .main-images .shape1 {
    right: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .main-images .shape1 {
    right: 0;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .hero2 .main-images .shape1 {
    right: 0;
    width: 150px;
  }
}
.hero2 .main-images .shape2 {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 480px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .main-images .shape2 {
    width: 300px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero2 .main-images .shape2 {
    width: 200px;
    bottom: 0;
  }
}
.hero2 .main-images .shape3 {
  position: absolute;
  top: 100px;
  left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2 .main-images .shape3 {
    top: 0;
  }
}
@media (max-width: 767px) {
  .hero2 .main-images .shape3 {
    top: 0;
  }
}

.hero3 {
  position: relative;
  min-height: 748px;
  display: flex;
  align-items: center;
}
.hero3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F5F5FD;
  z-index: -2;
}
.hero3 .main-heading {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .main-heading {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero3 .main-heading {
    padding-top: 150px;
  }
}
.hero3 .main-heading .title {
  margin-bottom: 16px;
  border-radius: 42px;
  background: rgba(77, 50, 165, 0.1);
  padding: 5px 10px;
  display: inline-block;
}
.hero3 .main-heading .title span.span {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  color: #4D32A5;
}
.hero3 .main-heading .title span.span img {
  margin-top: -4px;
  margin-right: 3px;
}
.hero3 .main-heading h1 {
  color: #111;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero3 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero3 .main-heading p {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.hero3 .main-heading .has-teg {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-top: 24px;
}
.hero3 .form-area {
  position: relative;
  margin-top: 32px;
  margin-right: 160px;
}
@media (max-width: 767px) {
  .hero3 .form-area {
    margin-right: 0px;
  }
}
.hero3 .form-area input {
  padding: 20px 22px 19px 22px;
  border-radius: 68px;
  border: none;
  width: 100%;
}
.hero3 .form-area input:focus {
  outline: none;
}
.hero3 .form-area input::-moz-placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.hero3 .form-area input::placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.hero3 .form-area .form-btn {
  position: absolute;
  top: 4px;
  right: 4px;
}
.hero3 .image1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .image1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero3 .image1 {
    display: none;
  }
}
.hero3 .image1 img {
  width: 100%;
}
.hero3 .main-images {
  height: 600px;
  position: relative;
}
@media (max-width: 767px) {
  .hero3 .main-images {
    height: 400px;
  }
}
.hero3 .main-images .main-img {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .main-images .main-img {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero3 .main-images .main-img {
    display: block;
  }
}
.hero3 .main-images .shape1 {
  width: 300px;
  position: absolute;
  top: 120px;
  right: 110px;
  z-index: 2;
}
.hero3 .main-images .shape2 {
  position: absolute;
  bottom: 0px;
  left: 100px;
  width: 480px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3 .main-images .shape2 {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero3 .main-images .shape2 {
    bottom: 60px;
  }
}

.hero4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1000px;
  position: relative;
}
@media (max-width: 767px) {
  .hero4 {
    min-height: 950px;
  }
}
.hero4 .main-heading-area {
  position: relative;
  padding-top: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-heading-area {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero4 .main-heading-area {
    padding-top: 150px;
  }
}
.hero4 .main-heading-area span.span {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 10px 4px 10px;
  margin-bottom: 16px;
}
.hero4 .main-heading-area span.span img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.hero4 .main-heading-area h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-heading-area h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero4 .main-heading-area h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero4 .main-heading-area .form-area {
  margin: 30px 40px 0px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .hero4 .main-heading-area .form-area {
    margin: 30px 0px 0px 0px;
  }
}
.hero4 .main-heading-area .form-area input {
  width: 100%;
  padding: 19px;
  border-radius: 111px;
  border: none;
}
.hero4 .main-heading-area .form-area input:focus {
  outline: none;
}
.hero4 .main-heading-area .form-area .form-btn {
  position: absolute;
  top: 4px;
  right: 4px;
}
.hero4 .shape1 {
  position: absolute;
  left: -150px;
  top: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero4 .shape1 {
    left: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero4 .shape1 {
    display: none;
  }
}
.hero4 .shape2 {
  position: absolute;
  right: -150px;
  top: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero4 .shape2 {
    right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero4 .shape2 {
    display: none;
  }
}
.hero4 .shape3 {
  position: absolute;
  bottom: -450px;
  left: -100px;
}
.hero4 .shape4 {
  position: absolute;
  bottom: -450px;
  right: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .shape4 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero4 .shape4 {
    right: 0;
  }
}
.hero4 .shape5 {
  position: absolute;
  left: 280px;
  top: 450px;
  transform: rotate(300deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .shape5 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero4 .shape5 {
    display: none;
  }
}
.hero4 .main-image {
  position: absolute;
  bottom: -140px;
  left: 50%;
  margin-left: -270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4 .main-image {
    bottom: 50px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .hero4 .main-image {
    bottom: 50px;
    height: 400px;
    margin-left: -200px;
  }
}

.hero5 {
  position: relative;
  min-height: 868px;
  display: flex;
  align-items: center;
}
.hero5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero5-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
.hero5 .main-heading {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .main-heading {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero5 .main-heading {
    padding-top: 150px;
  }
}
.hero5 .main-heading .title {
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 42px;
  padding: 4px 10px;
  display: inline-block;
}
.hero5 .main-heading .title span.span {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero5 .main-heading .title span.span img {
  margin-top: -3px;
  margin-right: 2px;
}
.hero5 .main-heading h1 {
  color: #111;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero5 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero5 .main-heading p {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.hero5 .main-heading .has-teg {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-top: 24px;
}
.hero5 .form-area {
  position: relative;
  margin-top: 32px;
  margin-right: 160px;
}
@media (max-width: 767px) {
  .hero5 .form-area {
    margin-right: 0;
  }
}
.hero5 .form-area input {
  padding: 20px 22px 19px 22px;
  border-radius: 68px;
  border: none;
  width: 100%;
}
.hero5 .form-area input:focus {
  outline: none;
}
.hero5 .form-area input::-moz-placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.hero5 .form-area input::placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.hero5 .form-area .form-btn {
  position: absolute;
  top: 4px;
  right: 4px;
}
.hero5 .main-images {
  height: 600px;
  position: relative;
  text-align: center;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .main-images {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .hero5 .main-images {
    height: 480px;
  }
}
.hero5 .main-images .image1 {
  position: absolute;
  top: 70px;
  right: 70px;
}
@media (max-width: 767px) {
  .hero5 .main-images .image1 {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}
.hero5 .main-images .image2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.hero5 .main-images .shape1 {
  position: absolute;
  top: -10px;
  left: -10px;
}
@media (max-width: 767px) {
  .hero5 .main-images .shape1 {
    top: -40px;
  }
}
.hero5 .main-images .shape2 {
  position: absolute;
  bottom: -30px;
  right: -30px;
}
@media (max-width: 767px) {
  .hero5 .main-images .shape2 {
    bottom: 20px;
    right: 0;
  }
}
.hero5 .main-images .shape3 {
  position: absolute;
  left: 50%;
  top: 50%;
}
@media (max-width: 767px) {
  .hero5 .main-images .shape3 {
    top: 40%;
  }
}

.common-hero {
  min-height: 179px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 87px 0px;
  position: relative;
  background: aliceblue;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-hero .heading {
  padding-top: 52px;
}
.common-hero h1 {
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 114.286% */
  text-transform: capitalize;
  padding-top: 1px;
  letter-spacing: 3px;
  color: var(--blackColor);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .common-hero h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.common-hero span.title {
  display: inline-block;
  border-radius: 42px;
  /* background: rgba(255, 255, 255, 0.1); */
  padding: 9px 12px 6px 12px;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
}
.common-hero span.title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.common-hero span.title .arrow {
  padding: 0px 4px;
}
.common-hero span.title a {
  display: inline-block;
  color: #0b236d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  PRICING AREA CSS
 ::::::::::::::::::::::::::
 */
.pricing1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.pricing1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/pricing1-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -6;
  transition: all 0.4s;
}
.pricing1 .pricing-box {
  position: relative;
  padding: 32px;
  margin-top: 30px;
  transition: all 0.4s;
  overflow: hidden;
}
.pricing1 .pricing-box .best-tag {
  position: absolute;
  top: -39px;
  right: -39px;
}
.pricing1 .pricing-box .button {
  margin-top: 24px;
}
.pricing1 .pricing-box .button .theme-btn1 {
  display: inline-block;
  border-radius: 80px;
  background: linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%);
  padding: 12px 12px 12px 18px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
}
.pricing1 .pricing-box .button .theme-btn1::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 80px;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.pricing1 .pricing-box .button .theme-btn1 span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #FA7D3C;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.pricing1 .pricing-box .button .theme-btn1:hover {
  color: #FB3F52;
  transition: all 0.4s;
}
.pricing1 .pricing-box .button .theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing1 .pricing-box .button .theme-btn1:hover span {
  background-color: #FA7D3C;
  color: #fff;
  transition: all 0.4s;
}
.pricing1 .pricing-box .head-text {
  margin-top: 10px;
}
.pricing1 .pricing-box .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.pricing1 .pricing-box .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.pricing1 .pricing-box h6 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing1 .pricing-box p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing1 .pricing-box .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}
.pricing1 .pricing-box .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
}
.pricing1 .pricing-box .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing1 .pricing-box .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
}
.pricing1 .pricing-box .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(0.4);
  opacity: 0;
}
.pricing1 .pricing-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50px 8px;
  background-image: url(../img/bg/pricing1-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing1 .pricing-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 110%;
  border-radius: 264px;
  background-image: url(../img/bg/pricing1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.pricing1 .pricing-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px 50px;
  background-image: url(../img/bg/pricing1-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing1 .pricing-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px 50px !important;
  background-image: url(../img/bg/pricing1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.pricing1 .pricing-box:hover {
  transition: all 0.4s;
}
.pricing1 .pricing-box:hover .head-text {
  margin-top: 10px;
}
.pricing1 .pricing-box:hover .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.pricing1 .pricing-box:hover .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.pricing1 .pricing-box:hover h6 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing1 .pricing-box:hover p {
  color: var(--SEO-Marketing-Paragraph-Color, rgba(255, 255, 255, 0.8352941176));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing1 .pricing-box:hover .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  transition: all 0.4s;
}
.pricing1 .pricing-box:hover .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #FB3F52;
  margin-right: 8px;
  transition: all 0.4s;
}
.pricing1 .pricing-box:hover .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing1 .pricing-box:hover .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
}
.pricing1 .pricing-box:hover .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(1);
  opacity: 1;
}
.pricing1 .pricing-box:hover .button {
  margin-top: 24px;
}
.pricing1 .pricing-box:hover .button .theme-btn1 {
  color: #FB3F52;
  transition: all 0.4s;
}
.pricing1 .pricing-box:hover .button .theme-btn1::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing1 .pricing-box:hover .button .theme-btn1 span {
  background-color: #FA7D3C;
  color: #fff;
  transition: all 0.4s;
}
.pricing1 .pricing-box.active {
  transition: all 0.4s;
}
.pricing1 .pricing-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px 50px;
  background-image: url(../img/bg/pricing1-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing1 .pricing-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px 50px !important;
  background-image: url(../img/bg/pricing1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.pricing1 .pricing-box.active .head-text {
  margin-top: 10px;
}
.pricing1 .pricing-box.active .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.pricing1 .pricing-box.active .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.pricing1 .pricing-box.active h6 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing1 .pricing-box.active p {
  color: var(--SEO-Marketing-Paragraph-Color, rgba(255, 255, 255, 0.8352941176));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing1 .pricing-box.active .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  transition: all 0.4s;
}
.pricing1 .pricing-box.active .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #FB3F52;
  margin-right: 8px;
  transition: all 0.4s;
}
.pricing1 .pricing-box.active .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing1 .pricing-box.active .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
}
.pricing1 .pricing-box.active .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(1);
  opacity: 1;
}
.pricing1 .pricing-box.active .button {
  margin-top: 24px;
}
.pricing1 .pricing-box.active .button .theme-btn1 {
  color: #FB3F52;
  transition: all 0.4s;
}
.pricing1 .pricing-box.active .button .theme-btn1::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing1 .pricing-box.active .button .theme-btn1 span {
  background-color: #FA7D3C;
  color: #fff;
  transition: all 0.4s;
}

.pricing2 {
  position: relative;
}
.pricing2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/pricing2-bg.png);
  background-size: cover;
  background-position: center unset;
  background-repeat: no-repeat;
  z-index: -2;
}
.pricing2 .pricing2-box {
  margin-top: 30px;
  border-radius: 8px;
  background: var(--SEO-Marketing-Gray-Color, #F5F5FD);
  padding: 32px;
  transition: all 0.4s;
}
.pricing2 .pricing2-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.pricing2 .pricing2-box h6 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}
.pricing2 .pricing2-box h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  padding: 12px 0px;
}
.pricing2 .pricing2-box h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.pricing2 .pricing2-box p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.pricing2 .pricing2-box .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-top: 18px;
}
.pricing2 .pricing2-box .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
  background: #ED3240;
}

.pricing3 .pricing-box {
  position: relative;
  padding: 32px;
  margin-top: 30px;
  transition: all 0.4s;
  overflow: hidden;
}
.pricing3 .pricing-box .best-tag {
  position: absolute;
  top: -39px;
  right: -39px;
}
.pricing3 .pricing-box .button {
  margin-top: 24px;
}
.pricing3 .pricing-box .button .theme-btn1 {
  display: inline-block;
  border-radius: 80px;
  background: #4D32A5;
  padding: 12px 12px 12px 18px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
}
.pricing3 .pricing-box .button .theme-btn1::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 80px;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.pricing3 .pricing-box .button .theme-btn1 span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #4D32A5;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.pricing3 .pricing-box .button .theme-btn1:hover {
  color: #4D32A5;
  transition: all 0.4s;
}
.pricing3 .pricing-box .button .theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing3 .pricing-box .button .theme-btn1:hover span {
  background-color: #4D32A5;
  color: #fff;
  transition: all 0.4s;
}
.pricing3 .pricing-box .head-text {
  margin-top: 10px;
}
.pricing3 .pricing-box .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.pricing3 .pricing-box .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.pricing3 .pricing-box h6 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing3 .pricing-box p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing3 .pricing-box .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}
.pricing3 .pricing-box .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
}
.pricing3 .pricing-box .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing3 .pricing-box .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #4D32A5;
}
.pricing3 .pricing-box .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(0.4);
  opacity: 0;
}
.pricing3 .pricing-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px 5px;
  background-image: url(../img/bg/pricing3-box1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing3 .pricing-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 110%;
  border-radius: 264px;
  background-image: url(../img/bg/pricing3-box2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.pricing3 .pricing-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px 5px;
  background-image: url(../img/bg/pricing3-box1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing3 .pricing-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px 5px !important;
  background-image: url(../img/bg/pricing3-box2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.pricing3 .pricing-box:hover {
  transition: all 0.4s;
}
.pricing3 .pricing-box:hover .head-text {
  margin-top: 10px;
}
.pricing3 .pricing-box:hover .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.pricing3 .pricing-box:hover .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.pricing3 .pricing-box:hover h6 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing3 .pricing-box:hover p {
  color: var(--SEO-Marketing-Paragraph-Color, rgba(255, 255, 255, 0.8352941176));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing3 .pricing-box:hover .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  transition: all 0.4s;
}
.pricing3 .pricing-box:hover .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #4D32A5;
  margin-right: 8px;
  transition: all 0.4s;
}
.pricing3 .pricing-box:hover .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing3 .pricing-box:hover .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #4D32A5;
}
.pricing3 .pricing-box:hover .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(1);
  opacity: 1;
}
.pricing3 .pricing-box:hover .button {
  margin-top: 24px;
}
.pricing3 .pricing-box:hover .button .theme-btn1 {
  color: #4D32A5;
  transition: all 0.4s;
}
.pricing3 .pricing-box:hover .button .theme-btn1::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing3 .pricing-box:hover .button .theme-btn1 span {
  background-color: #4D32A5;
  color: #fff;
  transition: all 0.4s;
}
.pricing3 .pricing-box.active {
  transition: all 0.4s;
}
.pricing3 .pricing-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px 50px;
  background-image: url(../img/bg/pricing3-box1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing3 .pricing-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px 5px !important;
  background-image: url(../img/bg/pricing3-box2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.pricing3 .pricing-box.active .head-text {
  margin-top: 10px;
}
.pricing3 .pricing-box.active .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  transition: all 0.4s;
}
.pricing3 .pricing-box.active .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  transition: all 0.4s;
}
.pricing3 .pricing-box.active h6 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing3 .pricing-box.active p {
  color: var(--SEO-Marketing-Paragraph-Color, rgba(255, 255, 255, 0.8352941176));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing3 .pricing-box.active .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  transition: all 0.4s;
}
.pricing3 .pricing-box.active .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #4D32A5;
  margin-right: 8px;
  transition: all 0.4s;
}
.pricing3 .pricing-box.active .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing3 .pricing-box.active .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #4D32A5;
}
.pricing3 .pricing-box.active .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(1);
  opacity: 1;
}
.pricing3 .pricing-box.active .button {
  margin-top: 24px;
}
.pricing3 .pricing-box.active .button .theme-btn1 {
  color: #4D32A5;
  transition: all 0.4s;
}
.pricing3 .pricing-box.active .button .theme-btn1::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing3 .pricing-box.active .button .theme-btn1 span {
  background-color: #4D32A5;
  color: #fff;
  transition: all 0.4s;
}

.pricing5 {
  position: relative;
}
.pricing5::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/pricing5-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -6;
  transition: all 0.4s;
}
.pricing5 .pricing-box {
  position: relative;
  padding: 32px;
  margin-top: 30px;
  transition: all 0.4s;
  overflow: hidden;
}
.pricing5 .pricing-box .best-tag {
  position: absolute;
  top: -39px;
  right: -39px;
}
.pricing5 .pricing-box .button {
  margin-top: 24px;
}
.pricing5 .pricing-box .button .theme-btn3 {
  display: inline-block;
  border-radius: 80px;
  padding: 12px 12px 12px 18px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
}
.pricing5 .pricing-box .button .theme-btn3::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 80px;
  background: #fff !important;
  z-index: -1;
  transition: all 0.4s;
}
.pricing5 .pricing-box .button .theme-btn3 span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #5700FC;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.pricing5 .pricing-box .button .theme-btn3:hover {
  color: #5700FC;
  transition: all 0.4s;
}
.pricing5 .pricing-box .button .theme-btn3:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing5 .pricing-box .button .theme-btn3:hover span {
  background-color: #5700FC;
  color: #fff;
  transition: all 0.4s;
}
.pricing5 .pricing-box .head-text {
  margin-top: 10px;
}
.pricing5 .pricing-box .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.pricing5 .pricing-box .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.pricing5 .pricing-box h6 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing5 .pricing-box p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing5 .pricing-box .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}
.pricing5 .pricing-box .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
}
.pricing5 .pricing-box .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing5 .pricing-box .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%));
}
.pricing5 .pricing-box .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(0.4);
  opacity: 0;
}
.pricing5 .pricing-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px 5px;
  background-image: url(../img/bg/pricing5-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing5 .pricing-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 110%;
  border-radius: 264px;
  background-image: url(../img/bg/pricing5-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.pricing5 .pricing-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px 5px;
  background-image: url(../img/bg/pricing5-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing5 .pricing-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px 5px !important;
  background-image: url(../img/bg/pricing5-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.pricing5 .pricing-box:hover {
  transition: all 0.4s;
}
.pricing5 .pricing-box:hover .head-text {
  margin-top: 10px;
}
.pricing5 .pricing-box:hover .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.pricing5 .pricing-box:hover .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.pricing5 .pricing-box:hover h6 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing5 .pricing-box:hover p {
  color: var(--SEO-Marketing-Paragraph-Color, rgba(255, 255, 255, 0.8352941176));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing5 .pricing-box:hover .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  transition: all 0.4s;
}
.pricing5 .pricing-box:hover .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #4D32A5;
  margin-right: 8px;
  transition: all 0.4s;
}
.pricing5 .pricing-box:hover .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing5 .pricing-box:hover .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%));
}
.pricing5 .pricing-box:hover .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(1);
  opacity: 1;
}
.pricing5 .pricing-box:hover .button {
  margin-top: 24px;
}
.pricing5 .pricing-box:hover .button .theme-btn3 {
  color: #5700FC;
  transition: all 0.4s;
}
.pricing5 .pricing-box:hover .button .theme-btn3::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing5 .pricing-box:hover .button .theme-btn3 span {
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%));
  color: #fff;
  transition: all 0.4s;
}
.pricing5 .pricing-box.active {
  transition: all 0.4s;
}
.pricing5 .pricing-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px 50px;
  background-image: url(../img/bg/pricing3-box1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing5 .pricing-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px 5px !important;
  background-image: url(../img/bg/pricing5-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.pricing5 .pricing-box.active .head-text {
  margin-top: 10px;
}
.pricing5 .pricing-box.active .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  transition: all 0.4s;
}
.pricing5 .pricing-box.active .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  transition: all 0.4s;
}
.pricing5 .pricing-box.active h6 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing5 .pricing-box.active p {
  color: var(--SEO-Marketing-Paragraph-Color, rgba(255, 255, 255, 0.8352941176));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing5 .pricing-box.active .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  transition: all 0.4s;
}
.pricing5 .pricing-box.active .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #4D32A5;
  margin-right: 8px;
  transition: all 0.4s;
}
.pricing5 .pricing-box.active .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing5 .pricing-box.active .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%));
}
.pricing5 .pricing-box.active .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(1);
  opacity: 1;
}
.pricing5 .pricing-box.active .button {
  margin-top: 24px;
}
.pricing5 .pricing-box.active .button .theme-btn3 {
  color: #5700FC;
  transition: all 0.4s;
}
.pricing5 .pricing-box.active .button .theme-btn3::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing5 .pricing-box.active .button .theme-btn3 span {
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%));
  color: #fff;
  transition: all 0.4s;
}

.pricing-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.pricing-page .pricing-box {
  position: relative;
  padding: 32px;
  margin-top: 30px;
  transition: all 0.4s;
  overflow: hidden;
}
.pricing-page .pricing-box .best-tag {
  position: absolute;
  top: -39px;
  right: -39px;
}
.pricing-page .pricing-box .button {
  margin-top: 24px;
}
.pricing-page .pricing-box .button .theme-btn1 {
  display: inline-block;
  border-radius: 80px;
  background: linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%);
  padding: 12px 12px 12px 18px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
}
.pricing-page .pricing-box .button .theme-btn1::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 80px;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
}
.pricing-page .pricing-box .button .theme-btn1 span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #FA7D3C;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.pricing-page .pricing-box .button .theme-btn1:hover {
  color: #FB3F52;
  transition: all 0.4s;
}
.pricing-page .pricing-box .button .theme-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing-page .pricing-box .button .theme-btn1:hover span {
  background-color: #FA7D3C;
  color: #fff;
  transition: all 0.4s;
}
.pricing-page .pricing-box .head-text {
  margin-top: 10px;
}
.pricing-page .pricing-box .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.pricing-page .pricing-box .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.pricing-page .pricing-box h6 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing-page .pricing-box p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing-page .pricing-box .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}
.pricing-page .pricing-box .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
}
.pricing-page .pricing-box .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing-page .pricing-box .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
}
.pricing-page .pricing-box .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(0.4);
  opacity: 0;
}
.pricing-page .pricing-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-image: url(../img/bg/pricing-page-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing-page .pricing-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 110%;
  border-radius: 264px;
  background-image: url(../img/bg/pricing1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.pricing-page .pricing-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-image: url(../img/bg/pricing-page-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing-page .pricing-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px !important;
  background-image: url(../img/bg/pricing1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.pricing-page .pricing-box:hover {
  transition: all 0.4s;
}
.pricing-page .pricing-box:hover .head-text {
  margin-top: 10px;
}
.pricing-page .pricing-box:hover .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.pricing-page .pricing-box:hover .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.pricing-page .pricing-box:hover h6 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing-page .pricing-box:hover p {
  color: var(--SEO-Marketing-Paragraph-Color, rgba(255, 255, 255, 0.8352941176));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing-page .pricing-box:hover .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  transition: all 0.4s;
}
.pricing-page .pricing-box:hover .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #FB3F52;
  margin-right: 8px;
  transition: all 0.4s;
}
.pricing-page .pricing-box:hover .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing-page .pricing-box:hover .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
}
.pricing-page .pricing-box:hover .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(1);
  opacity: 1;
}
.pricing-page .pricing-box:hover .button {
  margin-top: 24px;
}
.pricing-page .pricing-box:hover .button .theme-btn1 {
  color: #FB3F52;
  transition: all 0.4s;
}
.pricing-page .pricing-box:hover .button .theme-btn1::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing-page .pricing-box:hover .button .theme-btn1 span {
  background-color: #FA7D3C;
  color: #fff;
  transition: all 0.4s;
}
.pricing-page .pricing-box.active {
  transition: all 0.4s;
}
.pricing-page .pricing-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-image: url(../img/bg/pricing-page-box-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  transition: all 0.4s;
}
.pricing-page .pricing-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px !important;
  background-image: url(../img/bg/pricing1-box-bg2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.pricing-page .pricing-box.active .head-text {
  margin-top: 10px;
}
.pricing-page .pricing-box.active .head-text h3 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
}
.pricing-page .pricing-box.active .head-text h3 span {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.pricing-page .pricing-box.active h6 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: uppercase;
  transition: all 0.4s;
}
.pricing-page .pricing-box.active p {
  color: var(--SEO-Marketing-Paragraph-Color, rgba(255, 255, 255, 0.8352941176));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  transition: all 0.4s;
  padding: 16px 0px 28px 0px;
}
.pricing-page .pricing-box.active .pricing-list li {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  transition: all 0.4s;
}
.pricing-page .pricing-box.active .pricing-list li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  font-size: 12px;
  color: #FB3F52;
  margin-right: 8px;
  transition: all 0.4s;
}
.pricing-page .pricing-box.active .pricing-list li span i {
  position: relative;
  z-index: 3;
}
.pricing-page .pricing-box.active .pricing-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
}
.pricing-page .pricing-box.active .pricing-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  background: #fff;
  transform: scale(1);
  opacity: 1;
}
.pricing-page .pricing-box.active .button {
  margin-top: 24px;
}
.pricing-page .pricing-box.active .button .theme-btn1 {
  color: #FB3F52;
  transition: all 0.4s;
}
.pricing-page .pricing-box.active .button .theme-btn1::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.pricing-page .pricing-box.active .button .theme-btn1 span {
  background-color: #FA7D3C;
  color: #fff;
  transition: all 0.4s;
}

.compareplan-section-area {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compareplan-section-area .tab-content {
    max-width: 1300px;
    overflow-x: scroll !important;
  }
}
@media (max-width: 767px) {
  .compareplan-section-area .tab-content {
    max-width: 1300px;
    overflow-x: scroll !important;
  }
}
.compareplan-section-area .single-pricing-area {
  position: relative;
  margin-bottom: 0;
  border: 1px solid #E7E6E7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compareplan-section-area .single-pricing-area {
    width: 1300px;
    overflow-x: scroll !important;
  }
}
@media (max-width: 767px) {
  .compareplan-section-area .single-pricing-area {
    width: 1300px;
    overflow-x: scroll !important;
  }
}
.compareplan-section-area .comparison table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  overflow-x: scroll !important;
}
.compareplan-section-area .comparison table thead {
  position: relative;
}
.compareplan-section-area .comparison table thead .theme-btn1 {
  margin-bottom: 20px;
}
.compareplan-section-area .comparison table thead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 325px;
  z-index: -1;
  border-radius: 8px 0px 0px 0px;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
}
@media (max-width: 767px) {
  .compareplan-section-area .comparison table thead::after {
    display: none;
  }
}
.compareplan-section-area .comparison table thead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  border-radius: 8px 0px 0px 0px;
  background: #F5F5FD;
}
.compareplan-section-area .comparison table thead .ofer-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  position: relative;
  top: 40px;
}
.compareplan-section-area .comparison table thead .ofer-title span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  display: inline-block;
  margin-top: 20px;
}
.compareplan-section-area .comparison td, .compareplan-section-area .comparison th {
  text-align: center;
}
.compareplan-section-area .comparison tbody tr:nth-child(odd) {
  display: none;
}
.compareplan-section-area .comparison .compare-row td {
  padding: 25px 0;
  border: 1px solid #E7E6E7;
}
.compareplan-section-area .comparison tr td:first-child {
  text-align: left;
  padding: 25px 0px 25px 30px;
  border: 1px solid #E7E6E7;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
}
.compareplan-section-area .comparison .tl2 {
  font-family: var(--ztc-family-font1);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  font-size: var(--ztc-font-size-font-s24);
}
.compareplan-section-area .comparison .tl2 span {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  margin-top: 32px;
  position: absolute;
  left: 6%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compareplan-section-area .comparison .tl2 span {
    display: none;
  }
}
.compareplan-section-area .comparison .qbo {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  padding: 0 !important;
}
.compareplan-section-area .comparison .price-now span {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  transition: all 0.4s;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .compareplan-section-area .comparison {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-text-text-3);
    transition: all 0.4s;
    background: var(--ztc-text-text-1);
  }
  .compareplan-section-area th.price-info.hide-mobile {
    padding-bottom: 20px;
  }
  .compareplan-section-area .comparison .qbo {
    background: none;
    padding: 10px !important;
  }
  .compareplan-section-area .comparison td:first-child, .compareplan-section-area .comparison th:first-child {
    display: none;
  }
  .compareplan-section-area .comparison tbody tr:nth-child(odd) {
    display: table-row;
  }
  .compareplan-section-area .comparison .row {
    background: #fff;
  }
  .compareplan-section-area .comparison td, .compareplan-section-area .comparison th {
    border: 1px solid #FAE7E8;
    padding: 20px 0;
  }
}

.pricing-area {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

.toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.custom-toggle {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #fff;
  top: 5px;
  left: 35px;
  border-radius: 50%;
  transition: 300ms all;
}

.toggle-inner .t-month,
.toggle-inner .t-year {
  position: absolute;
  left: -75px;
  top: 2px;
  transition: 300ms all;
}

.toggle-inner .t-year {
  left: unset;
  left: 73px;
  opacity: 0.5;
}

.active > .toggle-inner .t-month {
  opacity: 0.5;
}

.active > .toggle-inner .t-year {
  opacity: 1;
}

.toggle-inner input:checked + span {
  left: 5px;
}

.toggle-inner {
  width: 60px;
  margin: 0 auto;
  height: 30px;
  border-radius: 25px;
  position: relative;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  left: -20px;
}

.t-year h4 {
  min-width: 200px;
}

.t-year {
  text-align: left;
}

.plan-toggle-wrap {
  margin-top: 50px;
  margin-bottom: 32px;
}

.plan-toggle-wrap h4 {
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
}

.plan-toggle-wrap h4 span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
}

.plan-toggle-wrap1 {
  position: absolute;
  z-index: 1;
  left: 23%;
  top: 130px;
  right: 71%;
}
@media (max-width: 767px) {
  .plan-toggle-wrap1 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-toggle-wrap1 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .plan-toggle-wrap1 {
    right: 56% !important;
  }
}

.plan-toggle-wrap1 h4 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-toggle-wrap1 h4 {
    color: #0B0314;
  }
}
@media (max-width: 767px) {
  .plan-toggle-wrap1 h4 {
    color: #0B0314;
  }
}

.plan-toggle-wrap1 h4 span {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
}

.single-pricing-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  border: 1px solid #E7E6E7;
  transition: all 0.4s;
}
.single-pricing-area .pricing-box h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-3);
  line-height: var(--ztc-font-size-font-s18);
  margin-bottom: 20px;
}
.single-pricing-area .pricing-box p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-text-text-4);
  line-height: var(--ztc-font-size-font-s26);
  font: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-4);
  font-weight: var(--ztc-weight-medium);
}
.single-pricing-area .pricing-box h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s44);
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-bold);
  margin-bottom: 4px;
  margin-top: 24px;
}
.single-pricing-area .pricing-box .header-btn1 {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}
.single-pricing-area .pricing-box h4 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-3);
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: var(--ztc-weight-bold);
}
.single-pricing-area .pricing-box ul li {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-4);
  font-weight: var(--ztc-weight-medium);
  margin-top: 16px;
}
.single-pricing-area .pricing-box ul li img {
  margin: 0 8px 0 0;
}

.single-pricing-area.active {
  border: 1px solid var(--ztc-text-text-2);
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 PRICING AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  sidebar area css
 ::::::::::::::::::::::::::
 */
.sidebar-area1 {
  /* Basic styles for the close icon */
  /* Keyframe animation for continuous gradient shift */
  /* New hover animation: bounce effect */
}
.sidebar-area1 .sidebar {
  height: 100%;
  width: 400px;
  position: fixed;
  z-index: 2; /* Ensure it is above the overlay */
  top: 0;
  right: -460px;
  background-image: url(../img/hero/hero1-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 4444;
}
.sidebar-area1 .sidebar .logo {
  width: 170px;
  display: inline-block;
  margin-left: 30px;
}
.sidebar-area1 .sidebar .sidebar-menu {
  margin-left: 30px;
}
.sidebar-area1 .sidebar .sidebar-menu a {
  display: block;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-bottom: 20px;
  transition: all 0.4s;
}
.sidebar-area1 .sidebar .sidebar-menu a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
}
.sidebar-area1 .sidebar .menu-list {
  margin-left: 30px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-area1 .sidebar .menu-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-area1 .sidebar .menu-list {
    padding-left: 0;
  }
}
.sidebar-area1 .sidebar .menu-list h3 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-area1 .sidebar .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .sidebar-area1 .sidebar .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.sidebar-area1 .sidebar .menu-list ul li a {
  color: var(--SEO-Marketing-Text-Color, rgba(255, 255, 255, 0.7882352941));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  display: inline-block;
  margin-top: 16px;
  transition: all 0.4s;
}
.sidebar-area1 .sidebar .menu-list ul li a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
  transform: translateX(5px);
}
.sidebar-area1 .sidebar .menu-list.contact-list {
  padding-left: 0;
}
.sidebar-area1 .sidebar .menu-list.contact-list .contact-box {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.sidebar-area1 .sidebar .menu-list.contact-list .contact-box .icon {
  margin-right: 10px;
}
.sidebar-area1 .sidebar .menu-list.contact-list .contact-box .icon img {
  filter: brightness(0) invert(1);
}
.sidebar-area1 .sidebar .menu-list.contact-list .contact-box .pera a {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, rgba(255, 255, 255, 0.7960784314));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.sidebar-area1 .sidebar .menu-list.contact-list .contact-box .pera a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
}
.sidebar-area1 .button {
  margin: 30px;
}
.sidebar-area1 .sidebar .closebtn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 36px;
  color: #f1f1f1;
  cursor: pointer;
}
.sidebar-area1 .tagline {
  padding: 24px 0px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  margin-left: 30px;
  margin-right: 30px;
}
.sidebar-area1 .contact-info {
  color: #f1f1f1;
  margin-top: 30px;
  text-align: center;
}
.sidebar-area1 .contact-btn {
  background-color: #f44336;
  border: none;
  color: white;
  padding: 10px 24px;
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
  cursor: pointer;
  border-radius: 25px;
  width: 80%;
}
.sidebar-area1 .social-links {
  margin-left: 30px;
}
.sidebar-area1 .social-links a {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #f1f1f1;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1176470588);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
}
.sidebar-area1 .social-links a:hover {
  color: #f44336;
}
.sidebar-area1 .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1; /* Ensure it is below the sidebar */
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Dark transparent background */
  overflow-x: hidden;
  transition: 0.5s;
}
.sidebar-area1 div#overlay {
  position: fixed;
  z-index: 999;
}
.sidebar-area1 .closebtn {
  font-size: 200px;
  color: #fff;
  position: absolute;
  right: 400px;
  top: 20px;
}
.sidebar-area1 .close-icon {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.sidebar-area1 .close-icon span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  background-size: 200% 200%; /* To animate the gradient smoothly */
  border-radius: 2px;
  transition: transform 0.3s ease;
  animation: gradientShift 4s ease infinite; /* Continuous gradient animation */
}
.sidebar-area1 .close-icon span:first-child {
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  transform-origin: center;
}
.sidebar-area1 .close-icon span:last-child {
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
  transform-origin: center;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.sidebar-area1 .close-icon:hover {
  animation: bounce 0.6s ease infinite;
}

.sidebar-area2 {
  /* Basic styles for the close icon */
  /* Keyframe animation for continuous gradient shift */
  /* New hover animation: bounce effect */
}
.sidebar-area2 .sidebar {
  height: 100%;
  width: 400px;
  position: fixed;
  z-index: 2; /* Ensure it is above the overlay */
  top: 0;
  right: -460px;
  background-color: #583AA7;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 4444;
}
.sidebar-area2 .sidebar .logo {
  width: 170px;
  display: inline-block;
  margin-left: 30px;
}
.sidebar-area2 .sidebar .sidebar-menu {
  margin-left: 30px;
}
.sidebar-area2 .sidebar .sidebar-menu a {
  display: block;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  padding-bottom: 20px;
  transition: all 0.4s;
}
.sidebar-area2 .sidebar .sidebar-menu a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
}
.sidebar-area2 .sidebar .menu-list {
  margin-left: 30px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-area2 .sidebar .menu-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-area2 .sidebar .menu-list {
    padding-left: 0;
  }
}
.sidebar-area2 .sidebar .menu-list h3 {
  color: var(--SEO-Marketing-Text-Color, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-area2 .sidebar .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .sidebar-area2 .sidebar .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.sidebar-area2 .sidebar .menu-list ul li a {
  color: var(--SEO-Marketing-Text-Color, rgba(255, 255, 255, 0.7882352941));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  display: inline-block;
  margin-top: 16px;
  transition: all 0.4s;
}
.sidebar-area2 .sidebar .menu-list ul li a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
  transform: translateX(5px);
}
.sidebar-area2 .sidebar .menu-list.contact-list {
  padding-left: 0;
}
.sidebar-area2 .sidebar .menu-list.contact-list .contact-box {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.sidebar-area2 .sidebar .menu-list.contact-list .contact-box .icon {
  margin-right: 10px;
}
.sidebar-area2 .sidebar .menu-list.contact-list .contact-box .icon img {
  filter: brightness(0) invert(1);
}
.sidebar-area2 .sidebar .menu-list.contact-list .contact-box .pera a {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, rgba(255, 255, 255, 0.7960784314));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.sidebar-area2 .sidebar .menu-list.contact-list .contact-box .pera a:hover {
  transition: all 0.4s;
  color: #FA7D3C;
}
.sidebar-area2 .button {
  margin: 30px;
}
.sidebar-area2 .sidebar .closebtn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 36px;
  color: #f1f1f1;
  cursor: pointer;
}
.sidebar-area2 .tagline {
  padding: 24px 0px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  margin-left: 30px;
  margin-right: 30px;
}
.sidebar-area2 .contact-info {
  color: #f1f1f1;
  margin-top: 30px;
  text-align: center;
}
.sidebar-area2 .contact-btn {
  background-color: #f44336;
  border: none;
  color: white;
  padding: 10px 24px;
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
  cursor: pointer;
  border-radius: 25px;
  width: 80%;
}
.sidebar-area2 .social-links {
  margin-left: 30px;
}
.sidebar-area2 .social-links a {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #f1f1f1;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1176470588);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
}
.sidebar-area2 .social-links a:hover {
  color: #fff;
}
.sidebar-area2 .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1; /* Ensure it is below the sidebar */
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Dark transparent background */
  overflow-x: hidden;
  transition: 0.5s;
}
.sidebar-area2 div#overlay {
  position: fixed;
  z-index: 999;
}
.sidebar-area2 .closebtn {
  font-size: 200px;
  color: #fff;
  position: absolute;
  right: 400px;
  top: 20px;
}
.sidebar-area2 .close-icon {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.sidebar-area2 .close-icon span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  background-size: 200% 200%; /* To animate the gradient smoothly */
  border-radius: 2px;
  transition: transform 0.3s ease;
  animation: gradientShift 4s ease infinite; /* Continuous gradient animation */
}
.sidebar-area2 .close-icon span:first-child {
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  transform-origin: center;
}
.sidebar-area2 .close-icon span:last-child {
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
  transform-origin: center;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.sidebar-area2 .close-icon:hover {
  animation: bounce 0.6s ease infinite;
}
.sidebar-area2 .theme-btn2 {
  display: inline-block;
  border-radius: 80px;
  background: #fff;
  padding: 12px 12px 12px 18px;
  color: #4D32A5;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
}
.sidebar-area2 .theme-btn2::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 80px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  z-index: -1;
  transition: all 0.4s;
}
.sidebar-area2 .theme-btn2 span {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #4D32A5;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.sidebar-area2 .theme-btn2:hover {
  color: #fff;
  transition: all 0.4s;
}
.sidebar-area2 .theme-btn2:hover::after {
  width: 100%;
  transition: all 0.4s;
  left: 0;
  right: auto;
}
.sidebar-area2 .theme-btn2:hover span {
  background-color: #fff;
  color: #FA7D3C;
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 sidebar area css
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader.preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 140px;
  position: relative;
  width: 140px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent #FB3F52 transparent #FB3F52;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading.loading2 {
  border: 1px solid transparent;
  border-color: transparent #4D32A5 transparent #4D32A5 !important;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading.loading5 {
  border: 1px solid transparent;
  border-color: transparent #9553FD transparent #9553FD;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CASE AREA CSS
::::::::::::::::::::::::::
*/
.case1 {
  position: relative;
}
.case1 .case1-slider .single-slider {
  position: relative;
  margin: 0px 10px;
}
.case1 .case1-slider .single-slider .image {
  overflow: hidden;
  border-radius: 8px;
}
.case1 .case1-slider .single-slider .image img {
  width: 100%;
  transition: all 0.4s;
}
.case1 .case1-slider .single-slider:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.case1 .case1-slider .single-slider:hover .heading-area h4 a {
  transition: all 0.4s;
  color: #1daf68;
}
.case1 .case1-slider .single-slider .heading-area {
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
  margin: 0px 24px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  width: 87%;
}
.case1 .case1-slider .single-slider .heading-area p {
  color: #0b0d10;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 10px;
}
.case1 .case1-slider .single-slider .heading-area h4 a {
  display: inline-block;
  color: #0b236d;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 100% */
  transition: all 0.4s;
}
.case1 .case1-slider .single-slider .heading-area .arrow-right {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  transform: rotate(-45deg);
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #4CAF50 0%, #e3871e 100%));
}
.case1 .case1-buttons {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1 .case1-buttons {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .case1 .case1-buttons {
    text-align: start;
    margin-top: 20px;
  }
}
.case1 .case1-buttons button {
  color: #29292f;
  font-size: 20px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  border: none;
  margin-left: 5px;
}
.case1 .case1-buttons button i {
  position: relative;
  z-index: 4;
}
.case1 .case1-buttons button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
}
.case1 .case1-buttons button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.case1 .case1-buttons button:hover {
  color: #fff;
  transition: all 0.4s;
}
.case1 .case1-buttons button:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #1daf68 0%, #1daf68 100%);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}

.case3 {
  position: relative;
}
.case3 .blog-box {
  margin-top: 30px;
  transition: all 0.4s;
  padding: 14px;
  /* background: #3f51b530; */
  border-radius: 10px;
}
.case3 .blog-box .image img {
  width: 100%;
  transition: all 0.4s;
  border-radius: 5px 5px 0px 0px;
  background: url(_path-to-image.html>) lightgray 50%/cover no-repeat;
  height: 238px;
  object-fit: cover;
}
.case3 .blog-box .heading1 {
  border-radius: 0px 0px 5px 5px;
  background: #FFF;
  padding: 28px;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.case3 .blog-box .heading1 .date {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
}
.case3 .blog-box .heading1 .date img {
  margin-top: -5px;
  margin-right: 5px;
}
.case3 .blog-box .heading1 h5 a {
  padding-top: 16px;
}
.case3 .blog-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.case3 .blog-box:hover .image img {
  width: 100%;
  transition: all 0.4s;
  border-radius: 5px 5px 0px 0px;
  background: url(_path-to-image.html>) lightgray 50%/cover no-repeat;
}
.case3 .blog-box:hover .heading1 {
  border-radius: 0px 0px 5px 5px;
  transition: all 0.4s;
}
.case3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/blog1-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
}
.case3 .shape1 {
  position: absolute;
  bottom: 40%;
  right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case3 .shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .case3 .shape1 {
    display: none;
  }
}

.case-page .single-slider {
  position: relative;
  margin: 0px 10px;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.case-page .single-slider .image {
  border-radius: 8px;
  overflow: hidden;
}
.case-page .single-slider .image img {
  width: 100%;
  transition: all 0.4s;
}
.case-page .single-slider .heading-area {
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
  margin: 0px 24px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  width: 87%;
}
.case-page .single-slider .heading-area p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  padding-bottom: 10px;
}
.case-page .single-slider .heading-area h4 a {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.case-page .single-slider .heading-area .arrow-right {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  transform: rotate(-45deg);
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
}
.case-page .single-slider:hover {
  transform: translateY(-10px);
}
.case-page .single-slider:hover .image img {
  transform: rotate(2deg) scale(1.1);
  transition: all 0.4s;
}

/*
 ::::::::::::::::::::::::::
  CASE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
.team1 .team-box {
  margin-top: 30px;
  position: relative;
}
.team1 .team-box .image {
  overflow: hidden;
  border-radius: 6px;
}
.team1 .team-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.team1 .team-box .heading-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 2;
  margin: -53px 24px 0px 24px;
}
.team1 .team-box .heading-area .heading1 h4 a {
  padding-bottom: 10px;
}
.team1 .team-box .heading-area .icon-area {
  position: relative;
}
.team1 .team-box .heading-area .icon-area .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
}
.team1 .team-box .heading-area .icon-area .icon-list {
  position: absolute;
  bottom: 100px;
  right: 0;
  transform: rotateX(60deg) translateY(160px);
  opacity: 0;
  transition: all 0.4s;
}
.team1 .team-box .heading-area .icon-area .icon-list li a {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  color: #0B0314;
  position: relative;
  margin: 5px 0px;
  font-size: 18px;
  transition: all 0.4s;
}
.team1 .team-box .heading-area .icon-area .icon-list li a i {
  position: relative;
  z-index: 9;
}
.team1 .team-box .heading-area .icon-area .icon-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  opacity: 0;
  transform: scale(0.4);
}
.team1 .team-box .heading-area .icon-area .icon-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s;
}
.team1 .team-box .heading-area .icon-area .icon-list li a:hover {
  transition: all 0.4s;
  color: #fff;
}
.team1 .team-box .heading-area .icon-area .icon-list li a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  opacity: 1;
  transform: scale(1);
}
.team1 .team-box:hover {
  transition: all 0.4s;
}
.team1 .team-box:hover .heading-area .icon-area .icon-list {
  transform: rotateX(0deg) translateY(0px);
  opacity: 1;
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.tes1 .left {
  position: relative;
}

.tes1 .left .swiper-button-next,
.tes1 .left .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes1 .left .swiper-button-next,
  .tes1 .left .swiper-button-prev {
    top: 110%;
  }
}
@media (max-width: 767px) {
  .tes1 .left .swiper-button-next,
  .tes1 .left .swiper-button-prev {
    top: 110%;
  }
}

.tes1 .left .swiper-button-next::after,
.tes1 .left .swiper-button-prev::after {
  display: none;
}

.tes1 .left .swiper-pagination span {
  font-size: 16px;
  font-weight: 400;
}

.tes1 .left .swiper-pagination .swiper-pagination-current {
  margin-right: -4px;
}

.tes1 .left .swiper-pagination .swiper-pagination-total {
  margin-left: -4px;
}

.tes1 .block-text .heading {
  text-transform: capitalize;
  margin-bottom: 15px;
}

.tes1 .block-text .desc {
  font-size: 20px;
  padding: 0 100px;
}

@media only screen and (max-width: 1200px) {
  .tes1 .block-text .desc {
    padding: 0;
  }
}
.tes1 .swiper-testimonial-2 {
  margin-top: 47px;
  border-radius: 4px;
  background-color: var(--vtc-bg-common-bg1);
}

.tes1 .testimonials-box-2 {
  border-radius: 12px;
  background: var(--bg1);
  padding: 32px 50px 32px 32px;
}
@media (max-width: 767px) {
  .tes1 .testimonials-box-2 {
    padding: 20px;
  }
}

.tes1 .testimonials-box-2 h6 {
  margin-bottom: 10px;
}

.tes1 .testimonials-box-2 .text {
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 163.636% */
}
@media (max-width: 767px) {
  .tes1 .testimonials-box-2 .text {
    font-size: 18px;
    line-height: 28px;
  }
}

.tes1 .testimonials-box-2 .icon {
  margin-bottom: 10px;
}

.tes1 .testimonials-box-2 .bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tes1 .testimonials-box-2 .bottom .content h6 a {
  display: inline-block;
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
}
.tes1 .testimonials-box-2 .bottom .content p {
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
}

.tes1 .testimonials-box-2 .bottom .info {
  display: flex;
}

.tes1 .testimonials-box-2 .bottom .info img {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.tes1 .testimonials-box-2 .bottom .info .content {
  padding-top: 6px;
}

.tes1 .testimonials-box-2 .bottom img {
  width: 35.28px;
  height: 40.1px;
}

.tes1 .map-testimonial-area {
  transform: translateY(-380px) translateX(30px);
}

.tes1 .map-testimonial {
  position: relative;
  height: 433.01px;
}

@media only screen and (max-width: 1200px) {
  .tes1 .map-testimonial {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .tes1 .map-testimonial {
    width: 100%;
  }
  .tes1 .map-testimonial img {
    width: 100%;
  }
}
.tes1 .map-testimonial img.map {
  position: absolute;
  top: 69px;
  left: 24px;
}

.tes1 .map-testimonial .swiper-thumb2 {
  width: 100%;
  height: 100%;
}

.tes1 .map-testimonial .swiper-slide {
  position: absolute;
  z-index: 9;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.tes1 .map-testimonial .swiper-slide div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 10px 25px rgba(71, 92, 133, 0.1);
}

.tes1 .map-testimonial .swiper-slide div::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #5A65F5;
  opacity: 0;
}

.tes1 .map-testimonial .swiper-slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tes1 .map-testimonial .swiper-slide.swiper-slide-thumb-active div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: auto;
  border-color: #5A65F5 transparent transparent transparent;
  border-style: solid;
  border-width: 12px 6px 0px 6px;
  height: 0px;
  width: 0px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
}

.tes1 .map-testimonial .swiper-slide.swiper-slide-thumb-active div::before {
  opacity: 1;
}

.tes1 .map-testimonial .swiper-slide:nth-child(1) {
  bottom: 0%;
  left: 26px;
}

.tes1 .map-testimonial .swiper-slide:nth-child(2) {
  bottom: 0;
  right: -60px;
}

.tes1 .map-testimonial .swiper-slide:nth-child(3) {
  bottom: 26%;
  right: -105px;
}

.tes1 .map-testimonial .swiper-slide:nth-child(4) {
  top: 35%;
  right: -60px;
}

.tes1 .map-testimonial .swiper-slide:nth-child(5) {
  top: 35%;
  left: 3%;
}

.tes1 .map-testimonial .swiper-slide:nth-child(6) {
  top: 61%;
  left: 0;
}

.pagination-buttons button {
  border-radius: 50%;
  border: none;
  background-color: #5A65F5;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: all 0.4s;
}
.pagination-buttons button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-heading-1);
}

.tes1 .pagination-buttons .swiper-button-prev {
  position: absolute;
  right: -15px;
  left: auto;
  transform: translateY(-35px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes1 .pagination-buttons .swiper-button-prev {
    right: 50%;
    transform: translateX(-35px);
  }
}
@media (max-width: 767px) {
  .tes1 .pagination-buttons .swiper-button-prev {
    right: 50%;
    transform: translateX(-35px);
  }
}
.tes1 .pagination-buttons .swiper-button-next {
  position: absolute;
  right: -15px;
  left: auto;
  transform: translateY(35px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes1 .pagination-buttons .swiper-button-next {
    right: 50%;
    transform: translateX(35px);
  }
}
@media (max-width: 767px) {
  .tes1 .pagination-buttons .swiper-button-next {
    right: 50%;
    transform: translateX(35px);
  }
}

.tes3 {
  background-color: #F5F6FF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tes3 {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes3 .main-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tes3 .main-image {
    margin-bottom: 40px;
  }
}
.tes3 .testimonial7-all {
  margin-right: 100px;
  background-color: #fff;
  border-radius: 8px;
  padding: 0px 10px;
  position: relative;
}
@media (max-width: 767px) {
  .tes3 .testimonial7-all {
    margin-right: 0;
  }
}
.tes3 .testimonial7-all p.text {
  color: var(--Home-Page-7-Main-Color, #0B101F);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  padding: 16px 0;
}
.tes3 .testimonial7-all .star ul li {
  display: inline-block;
  color: #FFA800;
  margin: 0px 3px;
}
.tes3 .testimonial7-all .bottom {
  padding-top: 5px;
}
.tes3 .testimonial7-all .bottom .info {
  display: flex;
  align-items: center;
}
.tes3 .testimonial7-all .bottom .info .content {
  padding-left: 16px;
}
.tes3 .testimonial7-all .bottom h6 a {
  display: inline-block;
  color: var(--Home-Page-7-Main-Color, #0B101F);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.tes3 .testimonial7-all .bottom .position {
  color: var(--Home-Page-7-Paragraph-Color, #4D4B5F);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  padding-top: 10px;
}
.tes3 .testimonial7-all .pagination-buttons {
  position: absolute;
  right: -90px;
  top: 50%;
  margin-top: -61px;
}
@media (max-width: 767px) {
  .tes3 .testimonial7-all .pagination-buttons {
    margin-top: 30px;
    top: 100%;
    display: flex;
    align-items: center;
    left: 0;
  }
}
.tes3 .testimonial7-all .pagination-buttons button {
  font-size: 20px;
  height: 44px;
  width: 43px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  margin: 5px 0px;
  border: none;
  background: #e3871e;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .tes3 .testimonial7-all .pagination-buttons button {
    margin-right: 20px;
  }
}
.tes3 .testimonial7-all .pagination-buttons button:nth-child(1) {
  transform: rotate(-90deg);
}
.tes3 .testimonial7-all .pagination-buttons button i {
  background: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s;
}
.tes3 .testimonial7-all .pagination-buttons button:hover {
  transition: all 0.4s;
  background: #14284d;
}
.tes3 .testimonial7-all .pagination-buttons button:hover i {
  background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #ffffff 0%, #ffffff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tes3.testimonial-page .testimonial7-all {
  background: #F5F5FD;
}
.tes3.testimonial-page .pagination-buttons button {
  background: #F5F5FD;
}
.tes3.testimonial-page .pagination-buttons button i {
  color: #FB3F52;
  background-color: #FB3F52;
}
.tes3.testimonial-page .pagination-buttons button:hover {
  background: #FB3F52;
}

.tes4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .tes4 {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .tes4 .iamge-slider {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes4 .main-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tes4 .main-image {
    margin-bottom: 40px;
  }
}
.tes4 .testimonial7-all {
  margin-left: 100px;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .tes4 .testimonial7-all {
    margin-left: 0;
  }
}
.tes4 .testimonial7-all p.text {
  color: var(--Home-Page-7-Main-Color, #0B101F);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  padding: 16px 0;
}
.tes4 .testimonial7-all .star ul li {
  display: inline-block;
  color: #FFA800;
  margin: 0px 3px;
}
.tes4 .testimonial7-all .bottom {
  padding-top: 5px;
}
.tes4 .testimonial7-all .bottom .info {
  display: flex;
  align-items: center;
}
.tes4 .testimonial7-all .bottom .info .content {
  padding-left: 16px;
}
.tes4 .testimonial7-all .bottom h6 a {
  display: inline-block;
  color: var(--Home-Page-7-Main-Color, #0B101F);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.tes4 .testimonial7-all .bottom .position {
  color: var(--Home-Page-7-Paragraph-Color, #4D4B5F);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  padding-top: 10px;
}
.tes4 .testimonial7-all .pagination-buttons {
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -61px;
}
@media (max-width: 767px) {
  .tes4 .testimonial7-all .pagination-buttons {
    margin-top: 30px;
    top: 100%;
    display: flex;
    align-items: center;
    left: 0;
  }
}
.tes4 .testimonial7-all .pagination-buttons button {
  font-size: 20px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  margin: 5px 0px;
  border: none;
  background: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .tes4 .testimonial7-all .pagination-buttons button {
    margin-right: 20px;
  }
}
.tes4 .testimonial7-all .pagination-buttons button:nth-child(1) {
  transform: rotate(0deg);
}
.tes4 .testimonial7-all .pagination-buttons button i {
  background: #49A6FF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s;
}
.tes4 .testimonial7-all .pagination-buttons button:hover {
  transition: all 0.4s;
  background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
}
.tes4 .testimonial7-all .pagination-buttons button:hover i {
  background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #ffffff 0%, #ffffff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tes5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .tes5 {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .tes5 .iamge-slider {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes5 .main-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tes5 .main-image {
    margin-bottom: 40px;
  }
}
.tes5 .testimonial7-all {
  margin-left: 100px;
  background-color: #F5F5FD;
  border-radius: 8px;
  padding: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .tes5 .testimonial7-all {
    margin-left: 0;
  }
}
.tes5 .testimonial7-all p.text {
  color: var(--Home-Page-7-Main-Color, #0B101F);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  padding: 16px 0;
}
.tes5 .testimonial7-all .star ul li {
  display: inline-block;
  color: #FFA800;
  margin: 0px 3px;
}
.tes5 .testimonial7-all .bottom {
  padding-top: 5px;
}
.tes5 .testimonial7-all .bottom .info {
  display: flex;
  align-items: center;
}
.tes5 .testimonial7-all .bottom .info .content {
  padding-left: 16px;
}
.tes5 .testimonial7-all .bottom h6 a {
  display: inline-block;
  color: var(--Home-Page-7-Main-Color, #0B101F);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.tes5 .testimonial7-all .bottom .position {
  color: var(--Home-Page-7-Paragraph-Color, #4D4B5F);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  padding-top: 10px;
}
.tes5 .testimonial7-all .pagination-buttons {
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -61px;
}
@media (max-width: 767px) {
  .tes5 .testimonial7-all .pagination-buttons {
    margin-top: 30px;
    top: 100%;
    display: flex;
    align-items: center;
    left: 0;
  }
}
.tes5 .testimonial7-all .pagination-buttons button {
  font-size: 20px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  margin: 5px 0px;
  border: none;
  background: #F5F5FD;
}
@media (max-width: 767px) {
  .tes5 .testimonial7-all .pagination-buttons button {
    margin-right: 20px;
  }
}
.tes5 .testimonial7-all .pagination-buttons button:nth-child(1) {
  transform: rotate(0deg);
}
.tes5 .testimonial7-all .pagination-buttons button i {
  background: #5700FC;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s;
}
.tes5 .testimonial7-all .pagination-buttons button:hover {
  transition: all 0.4s;
  background: linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%);
}
.tes5 .testimonial7-all .pagination-buttons button:hover i {
  background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #ffffff 0%, #ffffff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-page-sec .tes-box {
  margin-top: 30px;
  background-color: #F5F5FD;
  border-radius: 8px;
  padding: 28px 30px;
  transition: all 0.4s;
}
.testimonial-page-sec .tes-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.testimonial-page-sec .tes-box .stars ul li {
  display: inline-block;
  color: #FFA800;
}
.testimonial-page-sec .tes-box p {
  color: var(--Home-Page-7-Main-Color, #3A3E4B);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  padding: 18px 0px 24px 0px;
}
.testimonial-page-sec .tes-box .bottom {
  display: flex;
  align-items: center;
}
.testimonial-page-sec .tes-box .bottom .content {
  padding-left: 20px;
}
.testimonial-page-sec .tes-box .bottom .content h5 a {
  display: inline-block;
  color: var(--Home-Page-7-Main-Color, #0B101F);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
}
.testimonial-page-sec .tes-box .bottom .content p {
  padding: 4px 0px 0px 0px;
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
/* ------------------------
    Testimonials
------------------------*/
.testimonial {
  position: relative;
}

.testimonial .testimonial-caption {
  z-index: 9;
  position: relative;
}

.testimonial .testimonial-caption label {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--themeht-text-color);
  display: block;
}

.testimonial .testimonial-caption h5 {
  color: var(--themeht-primary-color);
  display: inline-block;
  margin-bottom: 10px;
}

.testimonial .testimonial-quote i {
  position: relative;
  display: inline-block;
  z-index: 9;
  color: var(--themeht-primary-color);
  font-size: 70px;
  line-height: 1;
  opacity: 0.4;
}

.testimonial-img img {
  border-radius: 20px;
  position: relative;
  z-index: 9;
  width: 100%;
}

.testimonial-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial.style-1 {
  border-radius: 20px;
  opacity: 0.3;
  padding: 70px 70px 65px 70px;
  box-shadow: none;
  margin: 0 20px;
  display: flex;
  align-items: center;
}

.testimonial.style-1 .testimonial-img {
  border-radius: 100%;
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 30px;
}

.testimonial.style-1 .testimonial-media {
  justify-content: inherit;
}

.testimonial.style-1 img {
  border-radius: 100%;
  position: relative;
  z-index: 9;
  width: 100%;
}

.swiper-slide.swiper-slide-active .testimonial.style-1 {
  background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
  opacity: 1;
}

.swiper-slide.swiper-slide-active .testimonial.style-1 p, .swiper-slide.swiper-slide-active .testimonial-quote i, .swiper-slide.swiper-slide-active .testimonial.style-1 .testimonial-caption h5, .swiper-slide.swiper-slide-active .testimonial.style-1 .testimonial-caption label {
  color: var(--themeht-white-color);
}

.testimonial-box {
  background: var(--themeht-white-color);
  border-radius: 20px;
}

.testimonial.style-2 {
  margin: 0;
  padding: 0;
}

.testimonial.style-2 .testimonial-img {
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  width: 150px;
  height: 150px;
}

.testimonial-carousel .carousel-inner {
  z-index: 9;
}

.testimonial-box.testimonial-dark {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.testimonial-box.testimonial-dark {
  background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.testimonial-box.testimonial-dark .testimonial.style-2 p,
.testimonial-box.testimonial-dark .testimonial.style-2 .testimonial-caption h5,
.testimonial-box.testimonial-dark .testimonial.style-2 .testimonial-caption label {
  color: var(--themeht-white-color);
}

.testimonial-carousel .controls li {
  transform: scale(0.8);
  position: absolute;
  animation: leftRight 1.2s infinite;
  animation-duration: 5s;
  width: 100px;
  border-radius: 100%;
  cursor: pointer;
}

.testimonial-carousel .controls li img {
  transform: scale(0.8);
  border-radius: 20px;
}

.testimonial-carousel .controls li.active img {
  transform: scale(1);
  border-radius: 100%;
}

.testimonial-carousel .controls li:nth-child(1) {
  left: 0;
  top: 0;
}

.testimonial-carousel .controls li:nth-child(2) {
  left: 10%;
  top: 30%;
}

.testimonial-carousel .controls li:nth-child(3) {
  left: 0;
  bottom: 30%;
  animation: topBottom 1.2s infinite;
  animation-duration: 5s;
}

.testimonial-carousel .controls li:nth-child(4) {
  left: 10%;
  bottom: 0;
}

.testimonial-carousel .controls li:nth-child(5) {
  right: 0;
  top: 0;
}

.testimonial-carousel .controls li:nth-child(6) {
  right: 10%;
  top: 30%;
}

.testimonial-carousel .controls li:nth-child(7) {
  right: 0;
  bottom: 30%;
  animation: topBottom 1.2s infinite;
  animation-duration: 5s;
}

.testimonial-carousel .controls li:nth-child(8) {
  right: 10%;
  bottom: 0;
}

.tes1 .tes1-box-all {
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tes1 .tes1-box-all {
    margin: 0px 140px;
  }
}
.tes1 .tes1-box-all .tes1-box-area {
  border-radius: 50px 8px;
  background: #F4F3FF;
  margin-left: 160px;
  padding: 48px 48px 48px 160px;
  text-align: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes1 .tes1-box-all .tes1-box-area {
    padding: 160px 48px 48px 48px;
    margin-left: 10px;
    margin-top: 100px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .tes1 .tes1-box-all .tes1-box-area {
    padding: 32px 32px 32px 32px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.tes1 .tes1-box-all .tes1-box-area .stars li {
  color: #FFA800;
  font-size: 16px;
  height: 36px;
  width: 36px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  margin: 0px 3px;
}
.tes1 .tes1-box-all .tes1-box-area p {
  color: var(--Home-Page-8-Text-Color, rgba(39, 26, 60, 0.8078431373));
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  padding: 24px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes1 .tes1-box-all .tes1-box-area p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .tes1 .tes1-box-all .tes1-box-area p {
    font-size: 18px;
    line-height: 28px;
    padding: 16px 0px;
  }
}
.tes1 .tes1-box-all .tes1-box-area .bottom-heading {
  display: flex;
  align-items: center;
}
.tes1 .tes1-box-all .tes1-box-area .bottom-heading .image {
  width: 70px;
}
.tes1 .tes1-box-all .tes1-box-area .bottom-heading .heading1 {
  padding-left: 16px;
}
.tes1 .tes1-box-all .tes1-box-area .bottom-heading .heading1 p {
  color: var(--Home-Page-8-Paragraph-Color, #554F5F);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  padding: 8px 0px 0px 0px;
}
.tes1 .main-img {
  position: absolute;
  left: 0;
  bottom: 70px;
  padding-right: 30px;
  width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes1 .main-img {
    bottom: auto;
    top: -100px;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .tes1 .main-img {
    bottom: auto;
    top: -100px;
    width: 250px;
    display: none;
  }
}
.tes1.tes2 .tes1-box-all .tes1-box-area {
  background: #fff;
  border-radius: 8px;
}
.tes1.tes2 .tes1-box-all .tes1-box-area .stars li {
  background-color: #F5F5FD;
}

.tes1-all-slider-area {
  width: 1200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .controls {
    display: none;
  }
}
@media (max-width: 767px) {
  .controls {
    display: none;
  }
}

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
.work1 .work-box {
  margin-top: 30px;
  padding: 32px;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .work1 .work-box {
    display: block;
  }
}
.work1 .work-box .heading1 {
  position: relative;
  z-index: 3;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .work1 .work-box .heading1 {
    padding-left: 0;
    padding-top: 20px;
  }
}
.work1 .work-box .icon-area {
  position: relative;
  z-index: 2;
  width: 100px;
}
.work1 .work-box .icon-area .icon {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
}
.work1 .work-box .icon-area .icon img {
  position: relative;
  z-index: 3;
}
.work1 .work-box .icon-area .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #646BF9;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0.4);
}
.work1 .work-box .icon-area .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  z-index: 2;
  border-radius: 50%;
}
.work1 .work-box .icon-area .icon-span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: -3px;
  right: -3px;
}
.work1 .work-box .icon-area .icon-span p {
  position: relative;
  z-index: 4;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.4s;
}
.work1 .work-box .icon-area .icon-span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
}
.work1 .work-box .icon-area .icon-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0.4);
}
.work1 .work-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  z-index: 1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.work1 .work-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px 8px;
  background: #F6F7FF;
  z-index: 1;
  transition: all 0.4s;
}
.work1 .work-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.work1 .work-box:hover .icon-area .icon::after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.work1 .work-box:hover .icon-area .icon-span p {
  color: #3B32F6;
  transition: all 0.4s;
}
.work1 .work-box:hover .icon-area .icon-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 1;
  transform: scale(1);
}
.work1 .work-box:hover .heading1 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.work1 .work-box:hover .heading1 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8705882353);
}
.work1 .work-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 50px;
  background: #F6F7FF;
  z-index: 1;
  transition: all 0.4s;
}
.work1 .work-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 50px;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  z-index: 1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.work1 .work-box.active {
  transition: all 0.4s;
}
.work1 .work-box.active .icon-area .icon::after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.work1 .work-box.active .icon-area .icon-span p {
  color: #3B32F6;
  transition: all 0.4s;
}
.work1 .work-box.active .icon-area .icon-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 1;
  transform: scale(1);
}
.work1 .work-box.active .heading1 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.work1 .work-box.active .heading1 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8705882353);
}
.work1 .work-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 50px;
  background: #F6F7FF;
  z-index: 1;
  transition: all 0.4s;
}
.work1 .work-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 50px;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  z-index: 1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.work1 .work-images {
  position: relative;
  height: 600px;
}
.work1 .work-images .image1 {
  margin-right: -80px;
  position: relative;
  top: -50px;
}
.work1 .work-images .image1 .stop-color1 {
  stop-color: #3B32F6;
}
.work1 .work-images .image1 .stop-color2 {
  stop-color: #49A6FF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1 .work-images .image1 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .work1 .work-images .image1 {
    margin-right: 0;
    top: 0;
  }
}
.work1 .work-images .image2 {
  position: absolute;
  top: 70px;
  right: 0;
}
.work1 .work-images .image3 {
  position: absolute;
  bottom: -60px;
  left: 100px;
  width: 300px;
}
.work1.service-page .work-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 50px;
  background: #fff;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 8px !important;
}
.work1.service-page .work-box::after {
  border-radius: 8px !important;
}

.work2 .work-box {
  margin-top: 30px;
  padding: 15px 13px;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .work2 .work-box {
    display: block;
  }
}
.work2 .work-box .heading1 {
  position: relative;
  z-index: 3;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .work2 .work-box .heading1 {
    padding-left: 0;
    padding-top: 20px;
  }
}
.work2 .work-box .icon-area {
  position: relative;
  z-index: 2;
  width: 100px;
}
.work2 .work-box .icon-area .icon {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
}
.work2 .work-box .icon-area .icon img {
  position: relative;
  z-index: 3;
}
.work2 .work-box .icon-area .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0.4);
}
.work2 .work-box .icon-area .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fffafa;
  z-index: 2;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.work2 .work-box .icon-area .icon-span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: -3px;
  right: -3px;
}
.work2 .work-box .icon-area .icon-span p {
  position: relative;
  z-index: 4;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.4s;
}
.work2 .work-box .icon-area .icon-span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #1dad67 0%, #1dae67 100%));
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
}
.work2 .work-box .icon-area .icon-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0.4);
}
.work2 .work-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%));
  z-index: 1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.work2 .work-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #F6F7FF;
  z-index: 1;
  transition: all 0.4s;
}
.work2 .work-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.work2 .work-box:hover .icon-area .icon::after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.work2 .work-box:hover .icon-area .icon-span p {
  color: #673AB7;
  transition: all 0.4s;
}
.work2 .work-box:hover .icon-area .icon-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 1;
  transform: scale(1);
}
.work2 .work-box:hover .heading1 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.work2 .work-box:hover .heading1 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8705882353);
}
.work2 .work-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #F6F7FF;
  z-index: 1;
  transition: all 0.4s;
}
.work2 .work-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #0b236d 0%, #172e74 100%));
  z-index: 1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.work2 .work-box.active {
  transition: all 0.4s;
}
.work2 .work-box.active .icon-area .icon::after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.work2 .work-box.active .icon-area .icon-span p {
  color: #3B32F6;
  transition: all 0.4s;
}
.work2 .work-box.active .icon-area .icon-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 1;
  transform: scale(1);
}
.work2 .work-box.active .heading1 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.work2 .work-box.active .heading1 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8705882353);
}
.work2 .work-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #F6F7FF;
  z-index: 1;
  transition: all 0.4s;
}
.work2 .work-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: var(--SEO-Marketing-New, linear-gradient(90deg, #f6f7ff 0%, #0b236d 100%));
  z-index: 1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.work2 .work-images {
  position: relative;
  height: 600px;
}
.work2 .work-images .image1 {
  margin-right: -80px;
  position: relative;
  top: -50px;
}
.work2 .work-images .image1 .stop-color1 {
  stop-color: #3B32F6;
}
.work2 .work-images .image1 .stop-color2 {
  stop-color: #49A6FF;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2 .work-images .image1 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .work2 .work-images .image1 {
    margin-right: 0;
    top: 0;
  }
}
.work2 .work-images .image2 {
  position: absolute;
  top: 70px;
  right: 0;
}
.work2 .work-images .image3 {
  position: absolute;
  bottom: -60px;
  left: 100px;
  width: 300px;
}
.work2.service-page .work-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #fff;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 8px !important;
}
.work2.service-page .work-box::after {
  border-radius: 8px !important;
}

.work3 .work-box {
  margin-top: 30px;
  padding: 32px;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .work3 .work-box {
    display: block;
  }
}
.work3 .work-box .heading1 {
  position: relative;
  z-index: 3;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .work3 .work-box .heading1 {
    padding-left: 0;
    padding-top: 20px;
  }
}
.work3 .work-box .icon-area {
  position: relative;
  z-index: 2;
  width: 100px;
}
.work3 .work-box .icon-area .icon {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
}
.work3 .work-box .icon-area .icon img {
  position: relative;
  z-index: 3;
}
.work3 .work-box .icon-area .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #715BB7;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0.4);
}
.work3 .work-box .icon-area .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #4D32A5;
  z-index: 2;
  border-radius: 50%;
}
.work3 .work-box .icon-area .icon-span {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: -3px;
  right: -3px;
}
.work3 .work-box .icon-area .icon-span p {
  position: relative;
  z-index: 4;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.4s;
}
.work3 .work-box .icon-area .icon-span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #4D32A5;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
}
.work3 .work-box .icon-area .icon-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0.4);
}
.work3 .work-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #4D32A5;
  z-index: 1;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.work3 .work-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #F6F7FF;
  z-index: 1;
  transition: all 0.4s;
}
.work3 .work-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.work3 .work-box:hover .icon-area .icon::after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.work3 .work-box:hover .icon-area .icon-span p {
  color: #3B32F6;
  transition: all 0.4s;
}
.work3 .work-box:hover .icon-area .icon-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 1;
  transform: scale(1);
}
.work3 .work-box:hover .heading1 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.work3 .work-box:hover .heading1 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8705882353);
}
.work3 .work-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #F6F7FF;
  z-index: 1;
  transition: all 0.4s;
}
.work3 .work-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #4D32A5;
  z-index: 1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.work3 .work-box.active {
  transition: all 0.4s;
}
.work3 .work-box.active .icon-area .icon::after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
.work3 .work-box.active .icon-area .icon-span p {
  color: #3B32F6;
  transition: all 0.4s;
}
.work3 .work-box.active .icon-area .icon-span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 1;
  transform: scale(1);
}
.work3 .work-box.active .heading1 h4 a {
  transition: all 0.4s;
  color: #fff;
}
.work3 .work-box.active .heading1 p {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.8705882353);
}
.work3 .work-box.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #F6F7FF;
  z-index: 1;
  transition: all 0.4s;
}
.work3 .work-box.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #4D32A5;
  z-index: 1;
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}
.work3 .work-images {
  position: relative;
  height: 600px;
}
@media (max-width: 767px) {
  .work3 .work-images {
    height: 320px;
  }
}
.work3 .work-images .image1 {
  margin-right: -80px;
  position: relative;
  top: -50px;
}
.work3 .work-images .image1 .stop-color1 {
  stop-color: #F5F5FD;
}
.work3 .work-images .image1 .stop-color2 {
  stop-color: #F5F5FD;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work3 .work-images .image1 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .work3 .work-images .image1 {
    margin-right: 0;
    top: 0;
  }
}
.work3 .work-images .image2 {
  position: absolute;
  top: 70px;
  right: 0;
}
.work3 .work-images .image3 {
  position: absolute;
  bottom: -60px;
  left: 100px;
  width: 300px;
}

/*
 ::::::::::::::::::::::::::
  WORK AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
.blog1 {
  position: relative;
}
.blog1 .blog-box {
  margin-top: 33px;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  min-height: 561px;
}
.blog1 .blog-box .image img {
  width: 100%;
  transition: all 0.4s;
  /* border-radius: 50px 5px 0px 0px; */
  background: url(_path-to-image.html>) lightgray 50%/cover no-repeat;
}
.blog1 .blog-box .heading1 {
  border-radius: 0px 0px 50px 8px;
  background: #FFF;
  padding: 7px 15px;
  transition: all 0.4s;
}
.blog1 .blog-box .heading1 .author-area a {
  padding-right: 30px;
  position: relative;
}
.blog1 .blog-box .heading1 .author-area a:nth-last-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 16px;
  width: 2px;
  background-color: rgba(93, 99, 105, 0.4862745098);
}
.blog1 .blog-box .heading1 .date {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
}
.blog1 .blog-box .heading1 .date img {
  margin-top: -5px;
  margin-right: 5px;
}
.text-fea p {
    color: black;
    line-height: 31px;
}
.blog1 .blog-box .heading1 h5 a {
  padding-top: 2px;
}
.blog1 .blog-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.blog1 .blog-box:hover .image img {
  width: 100%;
  transition: all 0.4s;
  background: url(_path-to-image.html>) lightgray 50%/cover no-repeat;
}
.blog1 .blog-box:hover .heading1 {
  border-radius: 0px 0px 8px 50px;
  transition: all 0.4s;
}
.blog1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/blog1-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
}
.blog1 .shape1 {
  position: absolute;
  bottom: 40%;
  right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog1 .shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog1 .shape1 {
    display: none;
  }
}
.blog1.blog5 .blog-box .heading1 h5 a:hover {
  color: #5700FC;
}
.blog1.blog2 .blog-box {
  margin-top: 30px;
  transition: all 0.4s;
}
.blog1.blog2 .blog-box .image img {
  width: 100%;
  transition: all 0.4s;
  border-radius: 5px 5px 0px 0px;
  background: url(_path-to-image.html>) lightgray 50%/cover no-repeat;
}
.blog1.blog2 .blog-box .heading1 {
  border-radius: 0px 0px 5px 5px;
  background: #FFF;
  padding: 12px 10px;
  transition: all 0.4s;
}
.blog1.blog2 .blog-box .heading1 .date {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
}
.blog1.blog2 .blog-box .heading1 .date img {
  margin-top: -5px;
  margin-right: 5px;
}
.blog1.blog2 .blog-box .heading1 h5 a {
  /* padding-top: 16px; */
}
.blog1.blog2 .blog-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.blog1.blog2 .blog-box:hover .image img {
  width: 100%;
  transition: all 0.4s;
  border-radius: 5px 5px 0px 0px;
  background: url(_path-to-image.html>) lightgray 50%/cover no-repeat;
}
.blog1.blog2 .blog-box:hover .heading1 {
  border-radius: 0px 0px 8px 5px;
  transition: all 0.4s;
}
.blog1.blog2.blog-page::after {
  display: none;
}
.blog1.blog2.blog-page .blog-box {
  margin-top: 0;
  margin-bottom: 30px;
}
.blog1.blog2.blog-page .blog-box .heading1 {
  background-color: #F5F5FD;
}

.blog3 {
  background-color: #F5F5FD;
}
.blog3 .blog-box {
  margin-top: 20px;
  background-color: #FFF;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog3 .blog-box .author-area a {
  padding-right: 30px;
  position: relative;
}
.blog3 .blog-box .author-area a:nth-last-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 16px;
  width: 2px;
  background-color: rgba(93, 99, 105, 0.4862745098);
}
.blog3 .blog-box .image {
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.blog3 .blog-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.blog3 .blog-box .heading3 {
  padding: 32px;
}
.blog3 .blog-box .heading3 h4 a {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  padding: 12px 0px 16px 0px;
  transition: all 0.4s;
}
.blog3 .blog-box .heading3 h4 a:hover {
  color: #FA7D3C;
  transition: all 0.4s;
}
.blog3 .blog-box .heading3 .date {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
}
.blog3 .blog-box .heading3 .date img {
  transform: translateY(-4px);
  margin-right: 3px;
}
.blog3 .blog-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog3 .blog-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(4deg);
}
.blog3 .blog-box.smoll {
  margin-top: 20px;
}
.blog3 .blog-box.smoll .heading3 h4 a {
  font-size: 20px;
  line-height: 28px;
  padding: 12px 0px 24px 0px;
}

.details-sidebox {
  border-radius: 4px;
  /* background: #24b333; */
  padding: 24px;
  /* background: linear-gradient(90deg, #1daf68 0%, #24b333 100%); */
  margin-bottom: 40px;
  margin-top: 39px;
}
.details-sidebox h3 {
  color: var(--Home-Page-3-Color-Text-Color, #ffffff);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  text-transform: inherit;
  padding-bottom: 11px;
}
.details-sidebox .search-area {
  position: relative;
}
.details-sidebox .search-area input {
  background-color: #fff;
  border-radius: 4px;
  padding: 18px 20px;
  border: none;
  width: 100%;
}
.details-sidebox .search-area input::-moz-placeholder {
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.details-sidebox .search-area input::placeholder {
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}
.details-sidebox .search-area input:focus {
  outline: none;
}
.details-sidebox .search-area .button button {
  background: none;
  border: none;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 20px;
}
.details-sidebox .recent-post ul li a {
  display: inline-block;
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  padding: 24px 22px 24px 26px;
  border-radius: 4px;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  transition: all 0.4s;
}
.details-sidebox .recent-post ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2%;
  height: 100%;
  background-color: var(--vtc-bg-main-bg-1);
  border-radius: 4px;
  z-index: -1;
  transition: all 0.4s;
}
.details-sidebox .recent-post ul li a:hover {
  transition: all 0.4s;
  color: #fff;
}
.details-sidebox .recent-post ul li a:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.details-sidebox .recent-post ul li a.active {
  color: #fff;
}
.details-sidebox .recent-post ul li a.active::after {
  width: 100%;
}
.details-sidebox .blog-writers {
  margin-top: 8px;
}
.details-sidebox .blog-writers ul li {
  display: inline-block;
  margin-right: 12px;
}
.details-sidebox .categorys ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 23px;
  margin-top: 13px;
  padding: 9px 3px;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 100% */
  z-index: 1;
  transition: all 0.4s;
}
.details-sidebox .categorys ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 120px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #3F51B5 0%, #1daf68 100%));
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.4s;
  z-index: -1;
}
.details-sidebox .categorys ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  z-index: -1;
}
.details-sidebox .categorys ul li a:hover {
  transition: all 0.4s;
  color: #fff;
}
.details-sidebox .categorys ul li a:hover::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  border-radius: 1px;
}
.details-sidebox .categorys ul li:nth-child(1) a {
  margin-top: 6px;
}
.details-sidebox .phone-btn {
  margin-top: 10px;
}
.details-sidebox .phone-btn a {
  display: inline-block;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  border-radius: 4px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #3F51B5 0%, #100e0c 100%));
  padding: 21px 18px 16px 18px;
  transition: all 0.4s;
}
.details-sidebox .phone-btn a:hover {
  transform: translateY(-5px);
}
.details-sidebox .phone-btn a img {
  margin-right: 2px;
  transform: translateY(-3px);
}
.details-sidebox .tags ul li {
  display: inline-block;
}
.details-sidebox .tags ul li a {
  display: inline-block;
  color: var(--Home-Page-3-Color-Text-Color, #070811);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
  border-radius: 4px;
  padding: 10px 16px;
  margin: 0px 12px 12px 0px;
  position: relative;
  z-index: 1;
}
.details-sidebox .tags ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #3F51B5 0%, #3F51B5 100%));
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.4s;
  z-index: 0;
  border-radius: 4px;
  z-index: -1;
}
.details-sidebox .tags ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background: #fff;
  transition: all 0.4s;
  z-index: -1;
}
.details-sidebox .tags ul li a:hover {
  color: #fff;
  transition: all 0.4s;
}
.details-sidebox .tags ul li a:hover::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.details-sidebox .tags ul li a.active {
  color: #fff;
  transition: all 0.4s;
}

.details-posts.left {
  padding-left: 4px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-top: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details-posts.left {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .details-posts.left {
    padding-left: 0;
  }
}
.details-posts.right {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .details-posts.right {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .details-posts.right {
    padding-right: 0;
  }
}

.details-posts .details-post-single .image img {
  width: 100%;
}
.details-posts .details-post-single .details-list {
  margin-top: 16px;
}
.details-posts .details-post-single .details-list li {
  display: flex;
  align-items: center;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  padding-top: 16px;
}
.details-posts .details-post-single .details-list li span.check {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #1daf68 0%, #283d7e 100%));
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
.details-posts .details-tagsdates {
  margin-top: 24px;
}
.details-posts .details-tagsdates li {
  display: inline-block;
  margin-right: 38px;
}
.details-posts .details-tagsdates li.tag a {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  padding: 10px 12px;
  position: relative;
}
.details-posts .details-tagsdates li.date a {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  position: relative;
}
.details-posts .details-tagsdates li.date a::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 2px;
  height: 20px;
  background-color: #D4D3D6;
}
.details-posts .details-tagsdates li.date a img {
  transform: translateY(-3px);
  margin-right: 4px;
}
.details-posts .details-border {
  background-color: #E7E6E7;
  height: 1px;
  width: 100%;
  margin: 40px 0px;
}
.details-posts .details-social-area .tags-area ul li {
  display: inline-block;
}
.details-posts .details-social-area .tags-area ul li.text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  margin-right: 10px;
}
.details-posts .details-social-area .tags-area ul li.tag a {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  padding: 10px 12px;
  position: relative;
  margin-left: 12px;
}
.details-posts .details-social-area .social-area {
  text-align: end;
}
.details-posts .details-social-area .social-area ul li {
  display: inline-block;
}
.details-posts .details-social-area .social-area ul li.text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  margin-right: 10px;
}
.details-posts .details-social-area .social-area ul li.icon a {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #0B0314;
  font-size: 18px;
  margin: 0px 1px;
  transition: all 0.4s;
}
.details-posts .details-social-area .social-area ul li.icon a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F5F5FD;
  border-radius: 50%;
  z-index: -2;
}
.details-posts .details-social-area .social-area ul li.icon a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.details-posts .details-social-area .social-area ul li.icon a:hover {
  transition: all 0.4s;
  color: #fff;
}
.details-posts .details-social-area .social-area ul li.icon a:hover::before {
  transition: all 0.4s;
  opacity: 1;
}

.comment-boxs .comment-box {
  margin-top: 30px;
  border-radius: 8px;
  background: var(--SEO-Marketing-Gray-Color, #F5F5FD);
  padding: 32px;
}
@media (max-width: 767px) {
  .comment-boxs .comment-box {
    padding: 16px;
  }
}
.comment-boxs .comment-box .outhor-area-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-boxs .comment-box .outhor-area-all .author-area {
  display: flex;
  align-items: center;
}
.comment-boxs .comment-box .outhor-area-all .author-area .heading {
  padding-left: 22px;
}
.comment-boxs .comment-box .outhor-area-all .author-area .heading a.date {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
}
.comment-boxs .comment-box .outhor-area-all .author-area .heading a.date img {
  transform: translateY(-3px);
  margin-right: 3px;
}
.comment-boxs .comment-box .outhor-area-all .author-area .heading h4 a {
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  padding-top: 12px;
}
.comment-boxs .comment-box .outhor-area-all .reply-btn a {
  display: inline-block;
  color: var(--Main-Text-Color, #1D2940);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.comment-boxs .comment-box .outhor-area-all .reply-btn a:hover {
  transition: all 0.4s;
  color: #FB3F52;
}
.comment-boxs .comment-box p {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  padding-top: 30px;
}
.comment-boxs .comment-box:nth-child(3) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .comment-boxs .comment-box:nth-child(3) {
    margin-left: 0;
  }
}

.details-contact-area .faq-contact-form {
  border-radius: 8px;
  background-color: #F5F5FD;
  padding: 32px 28px;
}
.details-contact-area .faq-contact-form .single-input {
  margin-top: 20px;
}
.details-contact-area .faq-contact-form .single-input input, .details-contact-area .faq-contact-form .single-input textarea {
  border-radius: 4px;
  border: none;
  background-color: #fff;
  padding: 16px;
  width: 100%;
}
.details-contact-area .faq-contact-form .single-input input:focus, .details-contact-area .faq-contact-form .single-input textarea:focus {
  outline: none;
}
.details-contact-area .faq-contact-form .button button {
  width: 100%;
}

.left-space30 {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-space30 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .left-space30 {
    padding-left: 0px;
  }
}

.right-space30 {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-space30 {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .right-space30 {
    padding-right: 0px;
  }
}

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
.footer1 {
  padding-top: 59px;
  /* background-image: url(../../assets/img/bg/hero5-bg.jpg); */
  /* background: linear-gradient(0deg, rgb(13 171 29) 0%, rgb(45 172 98) 100%); */
  /* border-radius: 44px 44px 1px 1px; */
  background: #ebf1ff;
}
.footer1 .logo {
  width: 160px;
  display: inline-block;
  margin-bottom: 20px;
}
.footer1 .form-area {
  position: relative;
  margin-top: 28px;
  margin-right: 20px;
}
.footer1 .form-area input {
  padding: 16px 22px;
  border: none;
  border-radius: 64px;
  background-color: #f7fdfe;
  width: 100%;
}
.footer1 .form-area input:focus {
  outline: none;
}
.footer1 .form-area input::-moz-placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
}
.footer1 .form-area input::placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
}
.footer1 .form-area .form-btn {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: none;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #1daf68 0%, #1daf68 100%));
  position: absolute;
  right: 7px;
  top: 7px;
}
.footer1 .menu-list {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 .menu-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer1 .menu-list {
    padding-left: 0;
  }
}
.footer1 .menu-list h3 {
  color: #3d3d3d;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer1 .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.footer1 .menu-list ul li a {
  color: #696e6f;
  font-size: 16px;
  font-style: normal;
  line-height: 16px; /* 100% */
  display: inline-block;
  margin-top: 16px;
  transition: all 0.4s;
}
.footer1 .menu-list ul li a:hover {
  transition: all 0.4s;
  color: #1daf68;
  transform: translateX(5px);
}
.footer1 .menu-list.contact-list {
  padding-left: 0;
}
.footer1 .menu-list.contact-list .contact-box {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.footer1 .menu-list.contact-list .contact-box .icon {
  margin-right: 10px;
}
.footer1 .menu-list.contact-list .contact-box .pera a {
  display: inline-block;
  color: #696e6f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 100% */
  transition: all 0.4s;
}
.footer1 .menu-list.contact-list .contact-box .pera a:hover {
  transition: all 0.4s;
  color: #1daf68;
}
.footer1 .footer-border {
  height: 1px;
  width: 100%;
  background-color: #E7E6E7;
  margin: 20px 0px;
}
.footer1 .coppyright {
  color: rgb(255 255 255 / 70%);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer1 .footer-social {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer1 .footer-social {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer1 .footer-social {
    text-align: start;
    margin-top: 20px;
  }
}
.footer1 .footer-social li {
  display: inline-block;
}
.footer1 .footer-social li a {
  display: inline-block;
  height: 44px;
  width: 57px;
  line-height: 44px;
  text-align: start;
  border-radius: 50%;
  position: relative;
  color: #0B0314;
  font-size: 18px;
  margin: 0px 1px;
  transition: all 0.4s;
}
.footer1 .footer-social li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F5F5FD;
  border-radius: 50%;
  z-index: -2;
}
.footer1 .footer-social li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.footer1 .footer-social li a:hover {
  transition: all 0.4s;
  color: #e5871e;
}
.footer1 .footer-social li a:hover::before {
  transition: all 0.4s;
  opacity: 1;
}

.footer3 {
  padding-top: 100px;
}
.footer3 .logo {
  width: 160px;
  display: inline-block;
  margin-bottom: 20px;
}
.footer3 .form-area {
  position: relative;
  margin-top: 28px;
  margin-right: 20px;
}
.footer3 .form-area input {
  padding: 16px 22px;
  border: none;
  border-radius: 64px;
  background-color: #F5F5FD;
  width: 100%;
}
.footer3 .form-area input:focus {
  outline: none;
}
.footer3 .form-area input::-moz-placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
}
.footer3 .form-area input::placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
}
.footer3 .form-area .form-btn {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: none;
  background: #4D32A5;
  position: absolute;
  right: 7px;
  top: 7px;
}
.footer3 .menu-list {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3 .menu-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer3 .menu-list {
    padding-left: 0;
  }
}
.footer3 .menu-list h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3 .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer3 .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.footer3 .menu-list ul li a {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  display: inline-block;
  margin-top: 16px;
  transition: all 0.4s;
}
.footer3 .menu-list ul li a:hover {
  transition: all 0.4s;
  color: #4D32A5;
  transform: translateX(5px);
}
.footer3 .menu-list.contact-list {
  padding-left: 0;
}
.footer3 .menu-list.contact-list .contact-box {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.footer3 .menu-list.contact-list .contact-box .icon {
  margin-right: 10px;
}
.footer3 .menu-list.contact-list .contact-box .pera a {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.footer3 .menu-list.contact-list .contact-box .pera a:hover {
  transition: all 0.4s;
  color: #4D32A5;
}
.footer3 .footer-border {
  height: 1px;
  width: 100%;
  background-color: #E7E6E7;
  margin: 20px 0px;
}
.footer3 .coppyright {
  color: rgba(17, 17, 17, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer3 .footer-social {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer3 .footer-social {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer3 .footer-social {
    text-align: start;
    margin-top: 20px;
  }
}
.footer3 .footer-social li {
  display: inline-block;
}
.footer3 .footer-social li a {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #0B0314;
  font-size: 18px;
  margin: 0px 1px;
  transition: all 0.4s;
}
.footer3 .footer-social li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F5F5FD;
  border-radius: 50%;
  z-index: -2;
}
.footer3 .footer-social li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #4D32A5;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.footer3 .footer-social li a:hover {
  transition: all 0.4s;
  color: #fff;
}
.footer3 .footer-social li a:hover::before {
  transition: all 0.4s;
  opacity: 1;
}

.footer5 {
  padding-top: 100px;
}
.footer5 .logo {
  width: 160px;
  display: inline-block;
  margin-bottom: 20px;
}
.footer5 .form-area {
  position: relative;
  margin-top: 28px;
  margin-right: 20px;
}
.footer5 .form-area input {
  padding: 16px 22px;
  border: none;
  border-radius: 64px;
  background-color: #F5F5FD;
  width: 100%;
}
.footer5 .form-area input:focus {
  outline: none;
}
.footer5 .form-area input::-moz-placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
}
.footer5 .form-area input::placeholder {
  color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  text-transform: capitalize;
}
.footer5 .form-area .form-btn {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: none;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%));
  position: absolute;
  right: 7px;
  top: 7px;
}
.footer5 .menu-list {
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5 .menu-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer5 .menu-list {
    padding-left: 0;
  }
}
.footer5 .menu-list h3 {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5 .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer5 .menu-list h3 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.footer5 .menu-list ul li a {
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  display: inline-block;
  margin-top: 16px;
  transition: all 0.4s;
}
.footer5 .menu-list ul li a:hover {
  transition: all 0.4s;
  color: #4D32A5;
  transform: translateX(5px);
}
.footer5 .menu-list.contact-list {
  padding-left: 0;
}
.footer5 .menu-list.contact-list .contact-box {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.footer5 .menu-list.contact-list .contact-box .icon {
  margin-right: 10px;
}
.footer5 .menu-list.contact-list .contact-box .pera a {
  display: inline-block;
  color: var(--SEO-Marketing-Text-Color, #0B0314);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  transition: all 0.4s;
}
.footer5 .menu-list.contact-list .contact-box .pera a:hover {
  transition: all 0.4s;
  color: #4D32A5;
}
.footer5 .footer-border {
  height: 1px;
  width: 100%;
  background-color: #E7E6E7;
  margin: 20px 0px;
}
.footer5 .coppyright {
  color: rgba(17, 17, 17, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.footer5 .footer-social {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer5 .footer-social {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer5 .footer-social {
    text-align: start;
    margin-top: 20px;
  }
}
.footer5 .footer-social li {
  display: inline-block;
}
.footer5 .footer-social li a {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #0B0314;
  font-size: 18px;
  margin: 0px 1px;
  transition: all 0.4s;
}
.footer5 .footer-social li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F5F5FD;
  border-radius: 50%;
  z-index: -2;
}
.footer5 .footer-social li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--Social-Media-Marketing-Linner-Color-Main, linear-gradient(90deg, #5700FC 2.31%, #9553FD 100%));
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.footer5 .footer-social li a:hover {
  transition: all 0.4s;
  color: #fff;
}
.footer5 .footer-social li a:hover::before {
  transition: all 0.4s;
  opacity: 1;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
.header-area.header-area1 .header-elements .main-menu-ex ul li a.active {
  color: #FB3F52;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li a.active {
  color: #4D32A5;
}

/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  NAV MENU AREA CSS
 ::::::::::::::::::::::::::
 */
.header-area {
  padding: 0px 0;
  position: absolute;
  background: #ffffff;
  width: 100%;
  z-index: 999;
}

.site-logo {
  max-width: 158px;
  height: auto;
  display: flex;
  align-items: center;
  object-fit: contain;
}

.site-logo a {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.header-area .header-elements {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
}

.header-area1.sticky .header-elements .main-menu-ex {
  padding: 7px 24px;
  position: relative;
}

.main-menu-ex li {
  display: inline-block;
}

.main-menu-ex li {
  position: relative;
  z-index: 9;
}

.main-menu-ex li li {
  display: block;
}

.main-menu-ex li > ul {
  opacity: 0;
  visibility: hidden;
  top: 60px;
  right: 0;
  transition: all 0.3s;
  transform: translateY(20px) rotateX(45deg);
}

.main-menu-ex li li > ul {
  left: 100%;
  right: auto;
}

.main-menu-ex li li:hover > ul {
  top: 0;
}

.main-menu-ex li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transition: all 0.3s;
  z-index: 99;
  transform: translateY(0);
}

li.has-dropdown1 {
  position: relative;
}

li.has-dropdown1 span {
  position: absolute;
  right: 10px;
}

.header-area.header-area1 .header-elements {
  border-radius: 4px;
  /* background: #ffffff08; */
  /* border-radius: 84px; */
  padding: 2px 24px;
  margin-top: 0px;
}
.header-area.header-area1 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 218.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 0;
  left: -376px;
  width: 967px;
  min-height: 564px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 3px 0px 10px 1px;
  white-space: pre;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
  width:100%;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
  z-index: 99;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -328px;
  width: 1295px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 84px;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: #FA7D3C;
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 18px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background-color: #5A65F5;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #5A65F5;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 17px;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
  z-index: 99;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: red;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul:hover > a::after {
  background: blue;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
  z-index: 99;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0px;
  height: 100%;
  color: #FA7D3C;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover {
  color: #FA7D3C;
  transition: all 0.4s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: #FA7D3C;
  border-radius: 4px;
  width: 5px;
  left: -10px;
  opacity: 1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a {
  color: var(--vtc-text-heading-text-1);
  font-size: 18px;
  display: block;
  font-weight: 500;
  padding: 8px 12px;
  transition: all 0.3s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a:hover {
  color: #FA7D3C;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area1 .header-elements .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area1 .header-elements .header1-buttons span {
  display: inline-block;
}
.header-area.header-area1 .header-elements .header1-buttons span img {
  margin-left: 10px;
  margin-top: -5px;
}

.header-area.header-area5 .header-elements {
  border-radius: 4px;
  background: #FFF;
  border-radius: 84px;
  padding: 14px 24px;
  margin-top: 16px;
}
.header-area.header-area5 .header-elements .main-menu-ex {
  padding: 2px 24px;
  position: relative;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 205.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 36px 0;
  left: -625px;
  width: 1300px;
  min-height: 440px;
  overflow-x: hidden;
  overflow-y: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all ul {
  box-shadow: none !important;
  padding: 0px 10px !important;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
  display: inline-block;
  padding: 8px 0px 8px 30px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
  position: relative;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #081120;
  padding-left: 44px;
  position: relative;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single h3::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 43px;
  height: 2px;
  width: 25%;
  background-color: rgba(145, 145, 145, 0.2117647059);
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 2px;
  background-color: rgba(145, 145, 145, 0.2117647059);
  z-index: 99;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
  display: none;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(-30px);
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: white;
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -332px;
  width: 1295px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  text-align: center;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 0.18px;
  display: inline-block;
  padding-top: 20px;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 84px;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .bottom-text {
  color: #FA7D3C;
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: #000026;
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 18%;
  right: 20%;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  display: inline-block;
  padding: 18px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  width: 150px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
  z-index: 1;
  background-color: #9553FD;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 i {
  transform: rotate(-45deg);
  margin-left: 4px;
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
  background: #9553FD;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul {
  position: absolute;
  left: 0;
  top: 50px;
  border-radius: 4px;
  background: #fff;
  width: 210px;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  padding: 10px;
  z-index: 99;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: red;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul:hover > a::after {
  background: blue;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li ul {
  left: 190px;
  top: 10px;
  z-index: 99;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a {
  color: var(--qt-text-h-text3);
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0px;
  height: 100%;
  color: #9553FD;
  border-radius: 4px;
  transition: all 0.4s;
  z-index: -1;
  opacity: 1;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a:hover {
  color: #9553FD;
  transition: all 0.4s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a:hover::after {
  background-color: #9553FD;
  border-radius: 4px;
  width: 5px;
  left: -10px;
  opacity: 1;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li a {
  color: var(--vtc-text-heading-text-1);
  font-size: 18px;
  display: block;
  font-weight: 500;
  padding: 8px 12px;
  transition: all 0.3s;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li a:hover {
  color: #9553FD;
}
.header-area.header-area5 .header-elements .main-menu-ex ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 150.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.header-area.header-area5 .header-elements .header1-buttons {
  display: flex;
  align-items: center;
}
.header-area.header-area5 .header-elements .header1-buttons span {
  display: inline-block;
}
.header-area.header-area5 .header-elements .header1-buttons span img {
  margin-left: 10px;
  margin-top: -5px;
}

.header-area1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.header-area1.sticky .header-elements {
  padding: 0 0 !important;
  margin-top: 0px !important;
  background: none !important;
}

.header-area5.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.header-area5.sticky .header-elements {
  padding: 0 0 !important;
  margin-top: 0px !important;
  background: none !important;
}

.header-area.header-area1 .main-menu-ex.main-menu-ex1 li.has-dropdown:hover a.main1 {
  color: #FA7D3C;
}

.header-area.header-area1 .main-menu-ex.main-menu-ex1 li.dropdown-menu-parrent:hover a.main1 {
  color: #FA7D3C;
}

.header-area.header-area1 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main {
  color: #FA7D3C;
}
.header-area.header-area1 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: #FA7D3C;
  border-radius: 4px;
  width: 5px;
  left: -10px;
  opacity: 1;
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 li.has-dropdown:hover a.main1 {
  color: #9553FD;
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 li.dropdown-menu-parrent:hover a.main1 {
  color: #9553FD;
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main {
  color: #9553FD;
}
.header-area.header-area5 .main-menu-ex.main-menu-ex1 li.has-dropdown.has-dropdown1:hover a.main::after {
  background-color: #9553FD;
  border-radius: 4px;
  width: 5px;
  left: -10px;
  opacity: 1;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fade-in-down {
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU AREA CSS
::::::::::::::::::::::::::
*//*# sourceMappingURL=main.css.map */

.main-menu-ex.main-menu-ex1 ul li a {
    color: #000000 !important;
}
.image1 img {/* border-radius: 320px 320px 0 0; *//* background: #4caf5040; */border-radius: 21px;width: 100%;}


img.hlogo {
    width: 3rem;
    box-shadow: rgb(29 172 102) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 10px;
    border-radius: 45px;
}

.mega-advance-menu {
    display: flex;
}
.heading1 {
    /* margin-top: 35px; */
}
.progress-line img {
    background: #8bc34a3d;
    padding: 2px 6px;
}

.service3-box:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 0px 0px 4px 4px;
    background: #00a03a;
    transition: all .4s ease-in-out;
    z-index: -1;
}

.service3-box {
    padding: 54px 20px 40px 20px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
    background: aliceblue;
}
.icon-location img {
    width: 5rem;
}
.proggress {
    background: #1daf68 !important;
}

.service-auhtor9-boxarea {
    border-radius: 4px;
    background: #ffffff;
    padding: 1px 10px;
    transition: all .4s ease-in-out;
}
.service-auhtor9-boxarea {
    margin-top: 32px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.service-auhtor9-boxarea:hover {
    border-radius: 4px;
    background: #1DAF68;
    transition: all .4s ease-in-out;
}
.service-auhtor9-boxarea.ts.width1 a {
    color: #1d1e21;
}
.service-auhtor9-boxarea.ts.width1 a:hover {
    color: #ffffff;
}
.service-auhtor9-boxarea:hover a span {
    background: #fff;
    color: #1DAF68;
    transition: all .4s ease-in-out;
}
.service-auhtor9-boxarea a {
    display: flex;
    align-items: center;
}
.service-auhtor9-boxarea a span {
    background: #EFF7FF;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin: 0 8px 0 0;
}

.service-auhtor9-boxarea.ts.width1 a {
    font-size: 16px!important;
    min-height: 53px;
}

.info-img img {
    border-radius: 30px 30px 30px 30px;
    border-top: 7px solid #1daf68;
}


p.text-sm-muted.m-0 {
    font-size: 11px;
}

.mega-last h6 {
    text-transform: inherit;
    font-weight: 600;
    font-size: 14px !important;
    font-family: system-ui;
    white-space: nowrap;
}

.mega-last p {
    font-size: 13px;
    font-weight: 400;
    color: #616764;
    line-height: 25px;
}
.lone-sys {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background: #ffffff;
    padding: 26px;
    margin: 17px;
    min-height: 185px;
    border-radius: 19px;
}


















/*--------counter----------*/
/* Float three columns side by side */
.column {
  float: left;
  width: 30%;
  padding: 1.5%;
}

.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 30%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #444;
  color: white;
}


.cta5-section-area.section-padding4 {
    background: #1fb055;
}

h1.font-lora.font-48.lineh-52.color.weight-600.margin-b.text-capitalize {
    font-size: 33px;
    color: aliceblue;
}

p.font-ks.font-16.lineh-26.weight-500.color-21 {
    line-height: 42px;
    color: cornsilk;
}

.cta5-btn5-sexction a {
    background: aliceblue;
    padding: 10px 25px;
    box-shadow: 1px 1px 1px 1px #9effa2;
}

ul.list li {
    line-height: 34px;
    list-style-type: decimal;
    color: #f7fcff;
}

ul.list {
    margin-left: 32px;
}
.head-img img {
    width: 3rem;
    object-fit: cover;
    background: aliceblue;
    border-radius: 56%;
    box-shadow: rgb(243 237 237) 0px 5px 15px;
}

.blog-details-area.sp._relative {
    /* margin-top: 86px; */
}


.ditails-box {
    box-shadow: #e5e5e5 0px 5px 15px;
    text-align: center;
    margin-top: 35px;
    border-radius: 10px;
    min-height: 191px;
}

.ditails-box img {
    width: 6rem;
    padding: 10px 0px;
}

.ditails-box h4 {
    font-size: 18px;
    padding: 14px;
    color: #673AB7;
    font-weight: 700;
}

.box-mang-box {
    /* background: #ffffff; */
    text-align: center;
    padding: 9px 11px;
    margin: 3px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* border-left: 3px solid #0fab1f; */
    /* min-height: 159px; */
    border-radius: 5px;
    display: flex;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.icon-img img {
    width: 5rem;
}

.box-text h2 {
    font-size: 17px;
    padding-top: 34px;
    color: #191b20;
    font-weight: 600;
    padding-left: 17px;
}

.text-tile {
    text-align: center;
    margin-top: 9px;
    margin-bottom: 70px;
}

.text-tile h2 {
    color: #111111;
    font-size: 25px;
    position: relative;
    font-weight: 700;
}

.text-tile h2:after {
    content: '';
    position: absolute;
    background: #0fab1f;
    width: 12%;
    height: 4px;
    top: 161%;
    left: 45%;
}
.box-mang-box:hover {
    /* background: #0fab1f; */
    /* transition: all 2s; */
}
.box-mang-box h2:hover {
    color: #3F51B5;
}
.icon-img img {
    /* background: #4CAF50; */
    /* border-radius: 55%; */
    /* border: 3px solid #1daf68; */
    /* padding: 10px; */
}
section.managemnt-sys {
    margin-top: 49px;
    margin-bottom: 30px;
}

.collaboration {
    margin-top: 5%;
}

.main-ser01.d-flex {
    background: #ffffff;
    padding: 0px 10px;
    box-shadow: 1px 3px 7px 1px #d7e5de;
}
section.managemnt-sys {
    padding-top: 100px;
    padding-bottom: 50px;
}
.main-ser01.d-flex {
    margin: 13px 0px;
    border-radius: 10px;
    transition: all 2s;
}
.icon-box12 img {
    width: 6rem;
    object-fit: cover;
}
.collaboration p {
    white-space: nowrap;
}

.collaboration h4 {
    font-size: 20px;
    color: #f2842c;
}
.main-ser01.d-flex:hover {
    transition: all 2s;
    transform: scale(0.9);
}

.heading1 p b {
    color: #28b335;
    font-size: 19px;
    line-height: 35px;
}
ul.list-item li {
    list-style-type: disclosure-closed;
    color: #59636b;
    line-height: 40px;
    font-weight: 700;
    font-size: 18px;
}
section.main {
    /* padding-top: 50px; */
    padding-bottom: 40px;
    background: #fefefe;
}
section.mana-soft {
    /* background-image: url(../../assets/img/shapes/back.jpg); */
    background-repeat: no-repeat;
    width: 100%;
    background-position-x: left;
    object-fit: cover;
    /* padding:50px 0px; */
    height: 100%;
}
.imageservice {
    width: 100%;
    object-fit: cover;
    /* padding: 125px; */
}

ul.list li b {
    font-weight: 900;
}
.gsmart-corporate {
    text-align: center;
    background: #fafafa;
    padding: 13px 11px;
    border-radius: 7px 24px 18px 1px;
}
.corporate h3 {
    color: #3F51B5;
    line-height: 58px;
}
.corporate a {
    background: #ffffff;
    padding: 3px 6px;
    border-radius: 10px;
}
.box-texttitle {
    text-align: justify;
    box-shadow: rgb(99 99 99) 0px 2px 8px 0px;
    padding: 10px 26px;
    border-radius: 8px;
    min-height: 246px;
    background: #ffffff;
    min-height: 173px;
}

.box-texttitle h2 {
    font-size: 20px;
}
.text-tile-head {
    text-align: center;
    margin-bottom: 55px;
}
.icon-img-onbond img {
    width: 4rem;
    padding: 0px 4px;
}

section.partner {
    padding: 40px 0px;
    background: #f1d0ba4a;
}
.partnershipmain {
    padding: 10px 0px;
    /* background-image: url(../../assets/img/bg/hero5-bg.jpg); */
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.Partnership-tile {
    text-align: center;
    margin-top: 43px;
    line-height: 26px;
    padding: 3px 87px;
}

section.smart-box {
    padding-top: 40px;
    padding-bottom: 0px;
    background: azure;
}

.smar-box-img img {
    width: 4rem;
}

.smar-box-content.d-flex {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    margin-top: 38px;
    /* margin-bottom: 3px; */
    padding: 0px 63px!important;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.smar-box-img {
    /* background: #1eaf65; */
    /* border-radius: 62%; */
}

.smar-box-title h2 {
    font-size: 26px;
    color: #0b236d;
}

.smar-box-title {
    margin-left: 20px;
}

.smar-box-title p {
    font-size: 15px;
}
.stag h2 {
    font-size: 32px;
    color: #4CAF50;
    padding-top: 31px;
    padding-bottom: 16px;
}

.stag p {
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
}
section.smart-tag {
    padding-top: 15px;
    padding-bottom: 34px;
}

.stag {
    margin-top: 20px;
    margin-bottom: 30px;
}

.smart-boxim {
    margin-top: 48px;
}
.Gsmart h2 {
    font-size: 18px;
    color: #0b236d;
    padding: 12px 0px;
}

.Gsmart-box {
    background: #f5f9f9;
    padding: 14px 14px;
    min-height: 463px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.Gsmart p {
    font-size: 15px;
}
ul.slist li {
    list-style-type: disclosure-closed;
}

ul.slist {
    margin-left: 26px;
}

section.privacy {
    padding-top: 101px;
}


section.demo {
    padding-top: 50px;
    padding-bottom: 50px;
}


.main {
  width: 100%;
  min-height: 265px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 32px 10px;
}

.service {
  background: #e7ffcbb0;
  padding: 15px 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logoa {
  /* width: 130px; */
  /* height: 130px; */
  /* border-radius: 50%; */
  /* margin: -90px auto 0; */
  /* background: #fff; */
  /* border: 18px solid #09a919; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Membuat border title */
.service h4 {
  height: 35px;
  width: 80%;
  margin: 50px auto;
  background: #8BC34A;
  position: relative;
}

.service h4::after,
.service h4::before {
  content: '';
  width: 40px;
  height: 30px;
 position: absolute;
 z-index: -1;
}

.service h4::after {
  background: linear-gradient(to right, #fff, #4CAF50);
  right: -5px;
  top: -5px;
}

.service h4::before {
  background: linear-gradient(to right, #0b236d, #fff);
  left: -5px;
  bottom: -5px;
}


/* membuat shadow untuk service */
.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}
.main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-50px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo img {
  transition: transform 1s;
  width: 2rem;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}
.Demo-tile {
    margin-top: 43px;
    margin-bottom: 32px;
    text-align: center;
}
a.btn1 {
    background: #1fa43f;
    padding: 7px 5px;
    color: aliceblue;
    border-radius: 5px;
}
a.btn2 {
    background: #8bc34a;
    padding: 7px 5px;
    color: aliceblue;
    border-radius: 5px;
}
.accordion-body p {
    font-size: 17px;
    line-height: 31px;
    padding: 13px 3px;
    color: #4a4545;
    text-align: justify;
}

.faq-title h3 {
    font-size: 20px;
    color: #0fab1f;
}

ul.faq-title-text li {list-style-type: disclosure-closed;line-height: 38px;margin-left: 16px;color: #5e5e5e;}


table tr td {
    border: 1px solid;
    padding: 5px 31px;
}
.block-img {
    width: 12rem;
}
.api-title h4 {
    font-size: 18px;
    color: #245075;
}

.api-details.d-flex {
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 6px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
}
.api-img img {
    width: 1rem;
}
.service-details-benifits.sp {
    background: linear-gradient(90deg, #fdbb8d 0%, #24b333 100%);
}
ul.cloud-markit li {
    list-style-type: auto;
    line-height: 35px;
}
.flexible-card {
    box-shadow: #3F51B5 0px 0px 7px;
    padding: 16px 12px;
    background: #ffffff;
    border-radius: 10px;
    min-height: 283px;
}
.card-title h2 {
    font-size: 23px;
    padding: 13px 10px;
    color: #0b236d;
}
.smart-boxim img {
    width: 10rem;
}

ul.Client li {
    list-style-type: decimal;
    line-height: 37px;
}

.b-fea {
    background: #f8f9fa;
    padding: 16px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #8BC34A;
}

.Partnership-tile h2 {
    margin-bottom: 28px;
    /* margin-top: 58px; */
    font-size: 32px;
    font-weight: 700;
}

.Partnership-tile p {
    margin-bottom: 55px;
    color: #079a40;
}
.box-texttitle h2 {
    font-size: 18px;
    line-height: 28px;
    color: #4CAF50;
    text-align: left;
    font-weight: 700;
    padding: 10px 0px;
}


section.cont {
    margin-bottom: 44px;
    margin-top: 0px;
    background: linear-gradient(316deg, rgb(228 93 30) 0%, rgb(228 93 30) 100%);
}




.counter-box {
    display: block;
    /* background: #f6f6f6; */
    padding: 20px 16px 20px 0px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 33px;
    font-weight: 700;
    color: #e3871e;
    line-height: 28px
}

.counter-box.colored {
    /* background: #3acf87; */
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #ffffff;
}
.counter-box:hover {
    /* background: #1fb055; */
}



.box-mang-box:hover {
    /* background: #1eaf5f3d; */
}
ul.Client-sec h4 {
    color: #0b236d;
    font-weight: 500;
    padding: 10px 0px;
    font-size: 22px;
}

ul.Client-sec li {
    list-style-type: decimal;
    margin-left: 8%;
}



.fin-tect-text {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px 40px;
    margin-top: 49px;
    border-radius: 10px;
    border-left: 15px solid #1eaf60;
}

.fin-tect-text h2 {
    color: #0b236d;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: 600;
}

.l-box img {
    width: 4rem;
}

.l-box {
    text-align: center;
    background: #faebd752;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}
.l-box h3 {
    font-size: 15px;
    padding: 8px 0px;
}


ul.listgroup li {
    list-style-type: decimal;
    line-height: 45px;
    margin-left: 4%;
}

h3.heading {
    font-size: 22px;
    color: #3f51b5;
}
ul.alafa li {
    list-style-type: circle;
    line-height: 44px;
    margin-left: 7%;
}

ul.list-framework {
    list-style-type: unset;
    line-height: 38px;
    padding: 20px 0px;
}

h3.mutual-fund {
    font-size: 22px;
    color: #673AB7;
    font-weight: 500;
}

ul.list-api-fin {
    list-style-type: circle;
    margin-left: 64px;
}

ul.list-api-fin li {
    text-align: left;
}

.product-box {
    text-align: left;
    background: antiquewhite;
    margin: 11px;
    padding: 15px 11px;
}
.block-img1 img {
    width: 2rem;
}
.product-boxtitle h2 {
    font-size: 2px;
}
.product-boxtitle h2 {
    font-size: 21px;
    color: #3F51B5;
    padding: 20px 0px;
}


section.nbfc-bank h2 {
    font-size: 25px;
    padding: 9px 0px;
    color: #3F51B5;
}

ul.nbfc-between li {
    list-style-type: disc;
    margin-left: 2%;
    padding: 3px 9px;
    /* margin-top: 16px; */
    line-height: 22px;
    font-weight: 300;
}
.nbfc-bank {
    background: aliceblue;
}

.nbfc-bank {
    background: aliceblue;
    padding-top: 23px;
    padding-bottom: 21px;
}
ul.nbfc-reg li {
    list-style-type: auto;
}
.case3.demo {
    padding-top: 147px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 69px;
}

.heading1 h3 a {
    color: #162e74;
    font-weight: 700;
    font-size: 21px;
    line-height: 2px;
}




.adv_sec {
  width: 100%;
  padding-top: 20px;
}
.adv_in {
  width: 100%;
  padding-top: 60px;
}
.adv_box {
  width: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  -webkit-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
  box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
  padding: 15px 5px 15px 0;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adv_box img {
  max-width: 100%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.adv_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bx.png) no-repeat center center;
  background-size: contain;
  opacity: 0.1;
}
.adv_in .row .col-12:nth-child(1) .adv_box {
  background: #8bc34a82;
  color: #000;
}
.adv_in .row .col-12:nth-child(2) .adv_box {
  background: #e9f4dd;
  color: #000;
}
.adv_in .row .col-12:nth-child(3) .adv_box {
  background: #e9f4dd;
  color: #000;
}
.adv_in .row .col-12:nth-child(4) .adv_box {
  background: #e9f4dd;
  color: #000;
}
.adv_in .row .col-12:nth-child(5) .adv_box {
  background: #e9f4dd;
  color: #000;
}
.adv_in .row .col-12:nth-child(6) .adv_box {
  background: #e9f4dd;
  color: #000;
}
.adv_in .row .col-12:nth-child(7) .adv_box {
  background: #e9f4dd;
  color: #000;
}
.adv_in .row .col-12:nth-child(8) .adv_box {
  background: #e9f4dd;
  color: #000;
}
.adv_in .row .col-12:nth-child(9) .adv_box {
  background: #e9f4dd;
}
.adv_box .media-body h5 {
  font-size: 19px;
  color: #795548;
  font-weight: bold;
  text-align: left;
}
.adv_box .media-body p {
  font-size: 15px;
  color: #000;
  text-align: justify;
  text-align: left;
}
.adv_box .media {
  align-items: center !important;
}
.adv_box:hover {
  background: #fff !important;
}
.media {
    display: contents;
}


.adv_box a {
    background: aliceblue;
    padding: 8px 20px;
}




.container .box
{
  position:relative;
  padding: 21px 24px;
  /* background: linear-gradient(to bottom, #eff7ff, #ffffff); */
  /* background: conic-gradient(from 22deg at 28% 100%, #e1ffe2, rgb(255 255 255)); */
  box-shadow: 0 15px 25px rgb(184 192 184);
  border-radius: 7px;
  margin:20px;
  box-sizing:border-box;
  overflow:hidden;
  text-align: center;
  border-bottom: 6px solid #1ba55d;
}

.container .box:before
{
  content:'';
  width: 50%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background: rgb(230 255 231 / 19%);
  z-index:2;
  pointer-events:none;
  text-align: center;
}

.container .box .icon {
  position:relative;
  width: 100px;
  height: 100px;
  object-fit: cover;
  color:#fff;
  background: #eff4ef;
  display:flex;
  justify-content: center;
  aling-items: center;
  margin: 33px auto;
  border-radius: 66%;
  /* font-size: 50px; */
  font-weight:normal;
  transition:2s;
  /* padding:10px; */
  /* box-shadow: 10px 1px 1px -2px #1dab5f; */
  /* border-left: 3px solid #00c207; */
  /* border-right: 3px solid #12447c; */
}
.container .box .icon i{
  padding:12px;
}

.container .box .icon
{
  /* box-shadow: 0 0 0 0 #4CAF50; */
  backgraund:#76D7C4;
}
.container .box:hover .icon
{
  box-shadow:0 0 0 400px #76D7C4;
}



.container .box .content
{
  position:relative;
  z-index:1;
  transition:1.5s;
}
.container .box:hover .content{
  color:#fff;
}
.container .box .content h3
{
  font-size: 26px;
  margin:10px 0;
  padding:0;
  text-align: center;
  text-transform: uppercase;
  color: #1fb055;
}
.container .box .content p{
   margin:0;
  padding:0;
  text-align: center;
}
.service-box{margin-top: 7px;}

.icon img {
    width: 189px;
    height: 196px;
    object-fit: cover;
}

.content h1 {
    background: -webkit-linear-gradient(#11457b, #1dab5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 21px;
}

.icon-demo img {
    width: 7rem;
    object-fit: cover;
    border-left: 2px solid #4CAF50;
    border-right: 2px solid #184183;
    border-radius: 61%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 14px;
    margin-bottom: 15px;
}

.demoheading h2 {
    color: #24397c;
    font-size: 37px;
    margin-bottom: 18px;
}

section.service-box {
    background-image: url(../../assets/img/about/demo.jpg);
}

ul.list-nfc li {
    list-style-type: decimal;
    padding: 8px 0px;
}

ul.list-nfc {
    margin-left: 27px;
}

.ab-title.d-flex h3 {
    font-size: 16px;
    line-height: 51px;
    margin-left: 14px;
}
span.span {
    background: #1eaf5f40;
    padding: 6px 30px;
    border-radius: 24px;
    font-size: 15px;
}
h2.heading-business {
    font-size: 42px;
    font-weight: 600;
    background: -webkit-linear-gradient(#0fab1f, #e3871e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fintech-Journey1 {
    display: flex;
	padding: 20px 0px;
	margin-left: 11%;
}
.fintech-Journey2 {
    display: flex;
	padding: 20px 0px;
}
.fintech-Journey3 {
    display: flex;
	padding: 20px 0px;
	margin-left: 11%;
}
.fintech-Journey4 {
    display: flex;
	padding: 20px 0px;
}
.fintech-Journey5 {
    display: flex;
	padding: 20px 0px;
	margin-left: 11%;
}
.fintech-Journey6 {
    display: flex;
	padding: 20px 0px;
}
.fintech-Journey7 {
    display: flex;
	padding: 20px 0px;
	margin-left: 11%;
}
.fintech-Journey8 {
    display: flex;
	padding: 20px 0px;
}
.f-icon-content h2 {
    font-size: 18px;
    padding: 15px 0px;
    margin-left: 17px;
    font-weight: 600;
    color: #070808;
}
.contect4 {
    display: flex;
    padding: 32px 0px;
}
.heading3 {
    text-align: center;
    padding-bottom: 45px;
}
.c-icon-content p {
    font-size: 19px;
    padding: 1px 20px;
}

.abimage1 img {
    position: relative;
}

.fintect {
    display: flex;
    padding: 17px 10px;
}

.icon-mask img {
    /* width: 3rem; */
    background: #009688;
    border-radius: 70%;
    background: linear-gradient(0deg, #ee8414 0%, #ee8413 100%);
    object-fit: cover;
}

.icon-mask-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: currentColor;
}

.icon-mask-content {
    margin-left: 5%;
}
.fintect-img.mt-5.mb-5 img {
    width: 16rem;
    object-fit: cover;
}
h2.max {
    font-size: 18px;
    padding: 10px 0px;
}

.ab-title.d-flex i {
    background: #07a816;
    width: 22px;
    height: 23px;
    color: aliceblue;
    border-radius: 67%;
    line-height: 17px;
    padding: 5px;
    margin-top: 15px;
    font-size: 14px;
}
.coppyright.text-center p {
    padding-bottom: 11px;
    color: #464848;
    font-size: 16px;
}

.icon-mask-content span {
    font-size: 12px;
}
.reduces-icon img {
    width: 3rem;
}

.reduces-img {
    background: #ffffff;
    padding: 10px 30px;
    min-height: 145px;
    border-radius: 10px;
    /* border-bottom: 4px solid #00a349; */
    position: relative;
    width: 100%;
    height: 3%;
    border: 2px solid #4CAF50;
}
ul.featureslistma li {
    color: #181919;
    text-align: left;
    line-height: 31px;
    list-style-type: square;
}

ul.featureslistma {
    padding: 18px 0px;
}

.reduces-content.text-center h2 {
    font-size: 22px;
    color: #000000;
}
.heading1-w {
    padding: 0px 122px;
    margin-top: 29px;
    margin-bottom: 20px;
}
.hmanagement span {
    background: #a4ffcd;
    padding: 1px 20px;
    border-radius: 10px;
    /* padding: ; */
}

.hmanagement h3 {
    font-size: 37px;
    color: #e68b36;
    padding: 20px 0px;
    font-weight: 700;
}

.hmanagement h6 {
    font-size: 20px;
    padding-bottom: 20px;
}

p.usertext {
    font-size: 18px;
    line-height: 35px;
    /* background: #f4f2ee; */
    /* padding: 10px 10px; */
    border-radius: 10px;
}
.loneMana span {
    background: #eeeeee59;
    padding: 1px 20px;
    border-radius: 10px;
}

.loneMana h3 {
    font-size: 25px;
    color: #111111;
    /* padding: 20px 0px; */
    font-weight: 700;
}

ul.about-list li {
    line-height: 22px;
    /* white-space: nowrap; */
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: var(--blackColor);
    margin-bottom: 16px;
    color: #242424;
}

ul.about-list i {
    background: #00bf62;
    padding: 4px 5px;
    border-radius: 75%;
    margin: 1px 10px;
    color: antiquewhite;
    font-size: 10px;
}

.box-mang-boxsoft {
    display: flex;
    padding: 12px 13px;
    background: #fff3f3;
    margin: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    /* border-left: 4px solid #f0871b; */
    border-radius: 10px;
}

.box-mang-boxsoft img {
    width: 3rem;
}

.box-text h2 {
    padding: 10px 9px;
}


.ListCrad ul li {
    list-style: none;
    display: flex;
    padding: .625rem 0;
    align-items: center;
    position: relative;
}

.ListCrad ul li .num span {
    display: block;
    width: 100%;
    width: 30px;
    height: 30px;
}
.ListCrad ul li .num {
    background-color: #edffe8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #47ee40;
    text-align: center;
    margin-right: .7rem;
    font-size: .75rem;
    font-weight: 600;
    color: #000;
    line-height: 1.875rem;
    font-family: Filson Pro;
    line-height: 30px !important;
}
.prerequisite {
    padding: 17px 20px;
    text-align: center;
}

section.faq-contian {
    padding-top: 38px;
    padding-bottom: 21px;
}

.abimage1 img {
    position: absolute;
    top: 11%;
    width: 34rem;
    left: 52%;
    border-radius: 80px 0px 80px 1px;
}

div#ab-about {
    padding-top: 46px!important;
}
section.lonemanagemnet {
    /* background: #e5871e; */
    padding: 50px 0px;
    /* background-image: url(../../assets/img/service/ban.jpg); */
    border-radius: 0px 117px 10px 0px;
}

.iconbusi img {
    width: 2rem;
    filter: inherit;
}

.blog-boxfeb {
    display: flex;
    background: #c0b4af24;
    padding: 21px 23px;
    margin: 19px;
    /* border-radius: 51px 1px 51px 1px; */
    /* box-shadow: 1px 3px 1px 2px #e45d1e; */
}
.author-area {
    padding: 0px 24px;
}

.hmanagement.aos-init.aos-animate h2 {
    font-size: 26px;
    font-weight: 500;
    padding: 14px 0px;
}

.c-icon img {
    width: 2rem;
}


.financeimage2 img {
    box-shadow: 5px 5px 4px 4px #4CAF50;
}

.loan-management img {
    /* box-shadow: 4px 6px 2px 4px #1a966f; */
    width: 34rem;
}

section.lonemanagemnetsoft {
    padding-top: 79px;
    padding-bottom: 34px;
}




.up-down{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}


.animationbox.up-down img {
    position: relative;
    left: 23%;
}

.u-line {
    position: relative;
    white-space: nowrap;
}
.u-line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 47px;
    width: 100%;
    background-color: #f2bb11;
    z-index: -1;
	height: 33px;
}

.form-btn.text-center {
    margin-top: 63px;
}
section.banking-plate {
    background: #e5ecff;
    padding: 50px 0px;
}
.content-box {
    background: #f5f5f5;
    padding: 17px;
    text-align: center;
    margin: 10px;
    border-radius: 10px;
}

.content-box p {
    font-weight: 200;
}
.hmanagement.aos-init.aos-animate h4 {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
}

.works9-boxarea {
    border-radius: 4px;
    background: #EFF7FF;
    padding: 32px 20px 42px 20px;
    position: relative;
    z-index: 1;
    margin: 11px;
    /* border-bottom: 5px solid #4CAF50; */
    min-height: 286px;
}

a.font-lora.font-24.lineh-26.ts.weight-600.color-h9.d-inline-block.margin-b {
    color: #f68724;
    font-size: 20px;
    font-weight: 700;
}

.works9-boxarea::after {
    position: absolute;
    content: "";
    background: #1DAF68;
    height: 6px;
    width: 100%;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    left: 0;
    bottom: 0;
    z-index: -1;
}
ul.about-list p {
    color: black;
    line-height: 29px;
    font-size: 16px;
    font-weight: 300;
}
.works9-boxarea:hover::after {
    height: 100%;
    transition: all .4s ease-in-out;
}

.works9-boxarea:hover a {
    color: #fff;
    transition: all .4s ease-in-out;
}

.works9-boxarea:hover p {
    color: rgba(255, 255, 255, 0.80);
    transition: all .4s ease-in-out;
}

.item img {
    width: 29rem!important;!importan;!importa;!import;!impo;!imp;!im;!i;!;
    object-fit: cover;
}
.owl-nav {
    display: none;
}

    .counter-item {
      font-size: 27px;
      font-weight: 700;
      margin: 20px 0;
      color: #2d9e4d;
      line-height: 34px;
    }
    .counters {
      max-width: 600px;
      margin: auto;
      /* padding-top: 100px; */
      display: flex;
      text-align: center;
    }
    .bg{
  background-color: #1e1f26;
  height: 100vh;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.level{
  background-color: #1daf68;
  padding: 10px 0px;
  color: #ffffff;
  margin: 0!important;
}

.about1.sp {
    position: relative;
    list-style: none;
    padding: 40px 0 40px 20px;
}




.about1.sp:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e1e8ff;
    z-index: -1;
}
.solutions-provider h3 {
    font-size: 23px;
    color: #e68b36;
    padding-bottom: 10px;
    font-weight: 700;
    padding-top: 11px;
}

.solutions-provider p {
    padding: 10px 0px;
}
.title{
  color: inherit;
  width: 200px;
  height: 36px;
}
.featureslistma img {
    width: 31px;
    height: 31px;
    object-fit: cover;
}
.featureslistma p {
    color: black;
    text-align: left;
    font-size: 17px;
    /* background: antiquewhite; */
    /* padding: 10px; */
    position: relative;
    display: flex;
    padding: 12px 0px;
}
h2.elevating {
    color: #f47b34;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

ul.operationlist li {
    /* list-style-type: disc; */
    font-size: 20px;
    font-weight: 700;
    color: #f08b27;
    padding: 8px 0px;
}
.content-box h3 {
    color: #de8520;
    font-size: 24px;
    font-weight: 500;
}
.micro img {
    width: 33rem;
    object-fit: cover;
}
.blogimg {
    margin-top: 68px;
}

.blog-content {
    margin-top: 64px;
}

.blog-content a {
    color: #4CAF50;
    font-weight: 500;
}

.blog-content h5 a {
    color: #000000;
    line-height: 28px;
}
section.lonemanagemnetsoft h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.aggregator {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 18px;
    margin: 12px;
    text-align: center;
}
.text-fea h2 {
    color: black;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.aggregator h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0px;
    color: #e5881f;
}
section.additionalservices {
    background: aliceblue;
    padding: 35px 20px;
}
.Digital.Wallet {
    list-style-type: decimal;
}
.loan-management {
    text-align: center;
}
div#blog1 {
    background: aliceblue;
}
.author-area a {
    color: #4CAF50;
}
.top-header-heading span {
    color: #f48226;
}
section.counters-social {
    padding-top: 31px;
    padding-bottom: 10px;
    /* background: #ffbd8d; */
}
.about1.sp:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #cfe2ff;
    z-index: -1;
}
section.lonemanagemnet h4 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.top-header-heading p {
    color: #202224;
    padding-top: 21px;
}
ul.operationlist p {
    font-size: 16px;
}
.partner-content h2 {
    font-size: 29px;
}
h4.par-title {
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #e3871e;
}
.partner.about5.sp {
    background: #ffffff;
}
.demotext-top h2 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.solutions-provider h4 {
    font-size: 19px;
    font-weight: 700;
}

.fixed-btn1 {
    position: fixed;
    bottom: 139px;
    left: 8px;
    z-index: 9999;
}

.fixed-btn {
    position: fixed;
    bottom: 33px;
    left: 8px;
    z-index: 9999;
}
.fixed-btn_2 {
    position: fixed;
    bottom: 86px;
    z-index: 9999;
    left: 6px;
}
.btnn a i {
    display: block;
    font-size: 28px;
    padding: 11px;
    border-radius: 12px;
    margin-top: 2px;
    color: white;
    width: 46px;
    box-shadow: rgb(0, 0, 0) -3px 0px 0px 1px;
}

.btnn a:hover i {
}

.btnn a {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.btnn a p {
    font-size: 15px;
    color: white;
    margin: 2px 0px -2px;
    border-radius: 0px 12px 12px 3px;
    padding: 7px 14px 7px 5px;
    width: 131px;
    display: block;
}

.btnn a:hover p {
}

.btnn a p {
    transition: all 1s ease 0s;
}

.social-1 {
    background: rgb(222, 0, 0);
}

.social-2 {
    background: rgb(85, 125, 197);
}

.social-3 {
    background: rgb(165, 142, 194);
}

.social-4 {
    background: #e5881f;
}

.social-5 {
    background: rgb(229 136 31);
}

img.wtsp {
    width: 51px;
}

div#contact {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 10px;
}


/*-------supar app css------------*/

 .how-it-works {
      max-width: 1200px;
      margin: auto;
      padding: 60px 20px;
      text-align: center;
    }

    .how-it-works h2 {
      font-size: 32px;
      margin-bottom: 10px;
      color: #222;
    }

    .how-it-works p.subtitle {
      font-size: 18px;
      color: #666;
      margin-bottom: 50px;
    }

    .steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
    }

    .step {
      flex: 1 1 300px;
      background: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      transition: transform 0.3s;
    }

    .step:hover {
      transform: translateY(-5px);
    }

    .step h3 {
      font-size: 22px;
      color: #ca8c01;
      margin-bottom: 10px;
    }

    .step p {
      font-size: 16px;
      color: #444;
    }

    @media (max-width: 768px) {
      .steps {
        flex-direction: column;
      }
    }


 .ideal-for {
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px 20px;
      text-align: center;
    }

    .ideal-for h2 {
      font-size: 32px;
      color: #222;
      margin-bottom: 40px;
    }

    .sectors {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
    }

    .sector-card {
      background-color: #f9f9f9;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
      padding: 30px 20px;
      width: 250px;
      transition: transform 0.3s ease;
    }

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

    .sector-card span {
      font-size: 36px;
      display: block;
      margin-bottom: 10px;
    }

    .sector-card p {
      font-size: 17px;
      color: #333;
      margin: 0;
    }

    @media (max-width: 768px) {
      .sector-card {
        width: 100%;
        max-width: 90%;
      }
    }
	
	
	
	
	.platform-capabilities {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
}

.platform-capabilities .container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.platform-capabilities h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #222;
}

.platform-capabilities .subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 40px;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.capability {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.capability:hover {
  transform: translateY(-5px);
}

.capability .icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 15px;
}

.capability h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}

.capability p {
  font-size: 0.95rem;
  color: #555;
}

.modules {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.modules h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #222;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.module-card {
  background: #fafafa;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.module-card i {
  font-size: 28px;
  color: #e5871e;
  margin-bottom: 10px;
}
.mockup img {
    width: 13rem;
}
.module-card p {
  font-size: 16px;
  font-weight: 500;
}

.module-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


/*-------supar app css end------------*/
/*-------Mutual funds------------*/

.problem-statement {
  background: #f9f9f9;
  padding: 40px 20px;
  border-radius: 12px;
  max-width: 700px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.problem-statement h2 {
  color: #d9534f;
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}

.problem-list {
  list-style: none;
  padding: 0;
}

.problem-list li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-size: 18px;
  border-bottom: 1px solid #e0e0e0;
}

.problem-list li:last-child {
  border-bottom: none;
}

.problem-list .icon {
  font-size: 24px;
  margin-right: 15px;
  color: #ff6b6b;
}


.problem-heading {
            font-size: 28px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .issues-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .issue-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 15px;
            border-radius: 8px;
            background-color: #f8f9fa;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .issue-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .issue-icon {
            font-size: 24px;
            color: #e74c3c;
            min-width: 30px;
            padding-top: 3px;
        }
        
        .issue-content h3 {
            margin: 0 0 5px 0;
            color: #2c3e50;
            font-size: 18px;
        }
        
        .issue-content p {
            margin: 0;
            color: #7f8c8d;
            font-size: 16px;
        }


       .problem-card {
            background: white;
            border-radius: 16px;
            /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); */
            width: 100%;
            max-width: 75%;
            padding: 40px;
            position: relative;
            overflow: hidden;
            margin: auto;
        }
        
        .problem-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 8px;
            height: 100%;
            background: linear-gradient(to bottom, #4f6bff, #3a56e8);
        }
        
        .card-heading {
            color: #2d3748;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 30px;
            padding-left: 15px;
            position: relative;
        }
        
        .card-heading::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 15px;
            width: 50px;
            height: 4px;
            background: #4f6bff;
            border-radius: 2px;
        }
        
        .points-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
        }
        
        .point-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .point-icon {
            background: #f0f4ff;
            width: 50px;
            height: 50px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #4f6bff;
            font-size: 20px;
            flex-shrink: 0;
        }
        
        .point-content h3 {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 5px;
        }
        
        .point-content p {
            color: #718096;
            font-size: 14px;
            line-height: 1.5;
        }
        
        @media (max-width: 768px) {
            .points-container {
                grid-template-columns: 1fr;
            }
            
            .problem-card {
                padding: 30px 20px;
            }
            
            .card-heading {
                font-size: 24px;
            }
        }
/*-------traval css ------------*/

    .services {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      max-width: 1000px;
      margin: auto;
    }

    .service-box {
      background: #fff;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .service-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

    .service-box i {
      font-size: 40px;
      color: #007BFF;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }

    .service-box:hover i {
      transform: scale(1.2);
    }

    .service-box h4 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      color: #333;
    }





    .features-section {
      max-width: 1100px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      padding: 71px 0px;
    }

    .feature-box {
      background: #fff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .feature-box:hover {
      transform: translateY(-5px);
    }

    .feature-icon {
      font-size: 40px;
      color: #007bff;
      margin-bottom: 15px;
    }

    .feature-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #333;
    }

    .feature-desc {
      font-size: 15px;
      color: #666;
    }
	
	.main-ban {
    padding: 40px 0px;
}

.main-ban img {
    border-radius: 18px;
    box-shadow: 1px 1px 4px 1px #4CAF50;
}
/*-------traval css end------------*/

/*-------grocery css start ------------*/

      .services-section {
            padding: 80px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-header h2 {
            font-size: 2.5rem;
            color: var(--dark-color);
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-header h2::after {
            content: '';
            position: absolute;
            width: 70px;
            height: 4px;
            background-color: var(--primary-color);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }
        
        .section-header p {
            color: #7f8c8d;
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .services-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 7px;
        }
        
        .service-card {
            background: white;
            border-radius: 10px;
            padding: 5px 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .service-icon {
            width: 70px;
            height: 70px;
            background-color: rgba(46, 204, 113, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: var(--primary-color);
            font-size: 30px;
        }
        
        .service-card h3 {
            font-size: 1.4rem;
            color: var(--dark-color);
            margin-bottom: 15px;
        }
        
        .service-card p {
            color: #7f8c8d;
            font-size: 1rem;
        }

.who-for {
  padding: 40px 100px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: Arial, sans-serif;
}

.who-for h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.who-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 25px 55px;
  transition: transform 0.3s ease;
}

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

.who-card img {
  width: 50px;
  margin-bottom: 15px;
}

.who-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.who-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}


.features {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}

.features h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.feature-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box i {
  font-size: 32px;
  color: #007bff;
  margin-bottom: 15px;
}

.feature-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.feature-box p {
  font-size: 14px;
  color: #666;
}
.mockup {
    text-align: center;
}
/*-------grocery css end ------------*/

/*-------gold loan css ------------*/



        .subtitle {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto 1.5rem;
            color: rgba(255, 255, 255, 0.9);
        }
        
        .highlight {
            color: var(--primary);
            font-weight: bold;
        }
        
        .features-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }
        
        .feature-card {
            background: white;
            border-radius: 8px;
            padding: 2rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 4px solid var(--primary);
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .feature-icon {
            font-size: 2.5rem;
            color: var(--secondary);
            margin-bottom: 1.5rem;
        }
        
        .feature-title {
            font-size: 15px;
            margin-bottom: 1rem;
            color: var(--secondary);
            font-weight: 600;
        }
        
        .feature-desc {
            color: #555;
            font-size: 1rem;
        }
        
        .cta-section {
            text-align: center;
            margin-top: 4rem;
            padding: 3rem 2rem;
            background-color: var(--secondary);
            color: white;
            border-radius: 10px;
        }
        
        .cta-title {
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
        }
        
        .cta-button {
            display: inline-block;
            background-color: var(--primary);
            color: var(--secondary);
            padding: 0.8rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }
        
        .cta-button:hover {
            background-color: #e6c200;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            
            .subtitle {
                font-size: 1rem;
            }
            
            .features-container {
                grid-template-columns: 1fr;
            }
        }



.gold-loan {
    text-align: center;
}

.gold-loan h1 {
    font-size: 28px;
    color: #000000;
}
.feature-icon i {
    color: #4CAF50;
    font-size: 26px;
}


.fd-platform {
  background: #f9fbfc;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
}

.fd-platform .container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.fd-platform h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0a3d62;
  font-weight: 700;
}

.fd-platform h3 {
  font-size: 1.3rem;
  color: #2c3e50;
  margin-bottom: 20px;
}

.fd-platform .intro {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.feature-box {
  background: #ffffff;
  border: 1px solid #e1e8ed;
  border-radius: 12px;
  padding: 20px;
  flex: 1 1 280px;
  max-width: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
  color: #0077b6;
}



.bharat-grow {
  background: #f9f9ff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.bharat-grow .container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.bharat-grow h2 {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.bharat-grow .subheading {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 20px;
  font-weight: 600;
}

.bharat-grow .description {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 30px;
}

.bharat-grow .features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bharat-grow .features li {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 12px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


.why-choose {
  background: #f9f9ff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.why-choose h2 {
  font-size: 2.2em;
  margin-bottom: 10px;
  color: #1b1f3b;
}

.why-choose h2 span {
  color: #0e73f6;
}

.why-choose .subtitle {
  font-size: 1.2em;
  font-weight: 600;
  color: #333;
}

.why-choose .desc {
  font-size: 1em;
  color: #555;
  margin-bottom: 40px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature-box {
  background: white;
  border: 1px solid #e1e5f2;
  border-radius: 12px;
  width: 250px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box .icon {
  font-size: 2em;
  display: block;
  margin-bottom: 12px;
}

.feature-box p {
  font-size: 1em;
  color: #333;
  margin: 0;
}
.use-cases {
  background: #ffffff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.use-cases h2 {
  font-size: 2.2em;
  color: #1b1f3b;
  margin-bottom: 10px;
}

.use-cases .subtitle {
  font-size: 1.2em;
  color: #444;
  margin-bottom: 40px;
}

.use-case-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.use-case-item {
  background: #f4f7fb;
  border: 1px solid #e0e7f1;
  border-radius: 10px;
  padding: 20px;
  font-size: 1em;
  color: #333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  transition: background 0.3s ease;
}

.use-case-item:hover {
  background: #eaf1ff;
}


.how-it-works {
  background: #f9fbff;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.how-it-works h2 {
  font-size: 2.2em;
  color: #1b1f3b;
  margin-bottom: 40px;
}

.how-it-works h2 span {
  color: #0e73f6;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.step-box {
  background: white;
  border: 1px solid #e1e5ef;
  border-radius: 12px;
  padding: 30px 20px;
  width: 280px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  transition: transform 0.3s ease;
}

.step-box:hover {
  transform: translateY(-5px);
}

.step-icon {
  font-size: 2.5em;
  margin-bottom: 15px;
}

.step-box h3 {
  font-size: 1.2em;
  color: #0e1f41;
  margin-bottom: 10px;
}

.step-box p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.5;
}

.compliance-section {
  background-color: #f8f9fa;
  padding: 60px 20px;
  text-align: center;
  border-top: 4px solid #0d6efd;
}

.compliance-section h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #212529;
}

.compliance-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}

.compliance-list li {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-left: 5px solid #0d6efd;
  padding: 15px 20px;
  font-size: 18px;
  margin-bottom: 15px;
  border-radius: 6px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

/*-------gold loan css end ------------*/

.why-bharatgrow {
  padding: 50px 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.why-bharatgrow h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #1a202c;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.feature-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.feature-box img {
  height: 50px;
  margin-bottom: 15px;
}

.feature-box p {
  font-size: 1rem;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

.feature-box p span {
  font-size: 0.9rem;
  color: #666;
}

/*-------Loan Aggregator Platform css------------*/

.offer-section {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
}

.offer-section h2 {
  font-size: 2.2rem;
  color: #222;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 40px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.offer-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.offer-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


.advisory-offerings {
  background: #f8f9fb;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  color: #1c1f26;
  margin-bottom: 40px;
  font-weight: 700;
}

.offerings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.offering-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  padding: 16px 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 2px solid #e4871e;
}

.offering-card h3 {
  font-size: 17px;
  color: #233044;
  margin-bottom: 12px;
}

.offering-card p {
  font-size: 0.95rem;
  color: #555e6c;
  line-height: 1.5;
}

.offering-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}



.why-bharatgrow {
  background-color: #f9f9fc;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.why-bharatgrow h2 {
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.features {
  /* display: grid; */
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.feature {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
}

.feature:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 2rem;
  color: #4f46e5;
  display: block;
  margin-bottom: 15px;
}

/*-------Loan Aggregator Platform css------------*/
.suparapp.d-flex img {
    width: 13rem;
}

.grocery {
    background: #9d9d9d7a;
    padding: 30px;
    border-radius: 10px;
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@media only screen and (max-width: 480px) {
 .heading1-w {
    padding: 0px !important;
    margin-top: 29px;
    margin-bottom: 20px;
}
.reduces-img {
   padding: 11px 6px;
   min-height: 173px;
   margin: 10px;
   /* width: 181%; */
}
ul.featureslistma {
    padding: 18px 17px;
}
.reduces-content.text-center h2 {
    font-size: 27px;
    color: #f6882c;
}
.counter-item {
    font-size: 27px;
    font-weight: 700;
    margin: 20px 0;
    color: #2d9e4d;
    line-height: 34px;
    width: 100%;
}
}
.cont b {
    color: #fa7d3c;
}
.bharatgrow h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 13px;
}
.adv_sec {
  width: 100%;
  padding-top: 20px;
}
.hmanagement.aos-init.aos-animate p {
    text-align: left;
}
.adv_in {
  width: 100%;
  padding-top: 60px;
}
.adv_box {
  width: 100%;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: left;
  margin-bottom: 25px;
  position: relative;
  -webkit-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
  /* box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68); */
  /* padding: 15px 5px 15px 0; */
  min-height: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgb(237 237 237 / 25%) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
  border-left: 2px solid #4caf50;
  border-right: 2px solid #131110;
}
.adv_box img {
  max-width: 100%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.smart-boxim1.aos-init.aos-animate img {
    width: 24rem;
}
.adv_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bx.png) no-repeat center center;
  background-size: contain;
  opacity: 0.1;
}
.adv_in .row .col-12:nth-child(1) .adv_box {
  background: #f4bfbf;
  color: #000;
}
.adv_in .row .col-12:nth-child(2) .adv_box {
  background: #ffd9c0;
  color: #000;
}
.adv_in .row .col-12:nth-child(3) .adv_box {
  background: #faf0d7;
  color: #000;
}
.adv_in .row .col-12:nth-child(4) .adv_box {
  background: #8cc0de;
  color: #000;
}
.adv_in .row .col-12:nth-child(5) .adv_box {
  background: #effffd;
  color: #000;
}
.adv_in .row .col-12:nth-child(6) .adv_box {
  background: #b8fff9;
  color: #000;
}
.adv_in .row .col-12:nth-child(7) .adv_box {
  background: #85f4ff;
  color: #000;
}
.adv_in .row .col-12:nth-child(8) .adv_box {
  background: #42c2ff;
  color: #000;
}
.adv_in .row .col-12:nth-child(9) .adv_box {
  background: #f0ffc2;
}
.adv_box .media-body h5 {
  font-size: 24px;
  color: #e5871e;
  font-weight: bold;
  text-align: left;
}
.adv_box .media-body p {
  font-size: 15px;
  color: #000;
  text-align: justify;
  text-align: left;
}
.adv_box .media {
  align-items: center !important;
}
.adv_box:hover {
  background: #fff !important;
}
.text-center img {
    width: 47rem;
}
.media-body {
    padding: 0px 22px;
}
.image-area.aos-init.aos-animate {
}
.hmanagement.aos-init.aos-animate {
    text-align: center;
}
.imageservice img {
  
    border-top: 6px solid #09a256;
}
.top-header-heading {
    padding"30px:";
    padding"30px: 0";
    padding"30px: 0p";
    padding"30px: 0px";
    padding"30px: 0p";
    padding"30px: 0";
    padding"FONT-WEIGHT: 300";
    padding"FONT-VARIANT: JIS83";
    padding"FONT-VARIANT: JIS83";
    padding: 83px 0px;
    /* text-align: center; */
}

}



