/*
============================
Name:  SEOX - SEO and Digital Marketing Agency Template
Version: 1.0.0
Description: SEOX - SEO and Digital Marketing Agency Template
Author:  VikingLab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*

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&display=swap");
body {
  font-size: var(--f-fs-font-16);
  font-family: var(--f-ff-font-1);
  font-weight: var(--f-fw-normal);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.body1 {
  background-color: var(--vtc-bg-white);
  overflow-x: hidden;
}

.body7 {
  background-image: url(../img/bg/home7-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow-x: hidden;
}

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

@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;
}

.sp {
  padding: 100px 0px;
}

.sp4 {
  padding: 100px 0px 70px;
}

.sp5 {
  padding: 100px 0px 0;
}

.sp2 {
  padding: 120px 0px;
}

.sp3 {
  padding: 80px 0px;
}

@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }
  .sp2 {
    padding: 60px 0px;
  }
  .sp3 {
    padding: 40px 0px;
  }
  .sp4 {
    padding: 50px 0px 30px;
  }
  .sp5 {
    padding: 50px 0px 0;
  }
}
@media (max-width: 768px) {
  .sp {
    padding: 50px 0px;
  }
  .sp2 {
    padding: 60px 0px;
  }
  .sp3 {
    padding: 40px 0px;
  }
  .sp5 {
    padding: 50px 0px 0;
  }
}
.space4 {
  height: 4px;
}

.space6 {
  height: 6px;
}

.space28 {
  height: 28px;
}

.space8 {
  height: 8px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.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: 100px;
}

.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;
  background-repeat: no-repeat;
}

.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-title1: #090B0E;
  --vtc-text-title2: #0B0314;
  --vtc-text-pera1: #3D4C5E;
  --vtc-text-white: #fff;
  --vtc-text-white80per: rgba(255, 255, 255, 0.8274509804);
  --vtc-text-white70per: rgba(255, 255, 255, 0.6901960784);
  --vtc-text-title3: #05051C;
  --vtc-text-title4: #120734;
  --vtc-text-title5: #081120;
  --vtc-text-title6: #055346;
  --vtc-text-title7: #040306;
  --vtc-text-title8: #090B0E;
  --vtc-text-title9: #111111;
  --vtc-text-title10: #02040C;
  --vtc-text-title11: #0A0222;
  --vtc-text-title12: #050410;
  --vtc-text-pera2: #47485E;
  --vtc-text-pera3: #4E4B59;
  --vtc-text-pera4: #464D58;
  --vtc-text-pera5: #5D6261;
  --vtc-text-pera6: #565659;
  --vtc-text-pera7: #6B7280;
  --vtc-text-pera8: #50514D;
  --vtc-text-pera9: #565861;
  --vtc-text-pera10: #333336;
  --vtc-text-pera11: #353841;
  --vtc-text-text1: #9500FF;
  --vtc-text-text2: #0445F3;
  --vtc-text-text3: #FD6543;
  --vtc-text-text4: #6F00FF;
  --vtc-text-text5: #6046B1;
  --vtc-text-text6: #F1C832;
  --vtc-text-text7: #3838A5;
  --vtc-text-text8: #1499FC;
  --vtc-text-text9: #0A18A1;
  --vtc-text-text10: #DDFA63;
  --vtc-text-text11: #4D44C5;
  --vtc-text-text12: #1A56DB;
  --vtc-text-text13: #4E5A2A;
  --vtc-text-text14: #0B3CDC;
  --vtc-text-text15: #FD6543;
  --vtc-text-text16: #AAD406;
  --vtc-bg-main1: #ADFF1C;
  --vtc-bg-main2: #c6ff63;
  --vtc-bg-main3: #BD3F3D;
  --vtc-bg-main4: #155FFF;
  --vtc-bg-main5: #11819B;
  --vtc-bg-main6: #FD6543;
  --vtc-bg-main7: #093037;
  --vtc-bg-main8: #F8CE69;
  --vtc-bg-main9: #0D2B5E;
  --vtc-bg-main10: #2CBCA5;
  --vtc-bg-main11: #0587FF;
  --vtc-bg-main12: #6729F9;
  --vtc-bg-main13: #3546A3;
  --vtc-bg-main14: linear-gradient(90deg, #9500FF 0%, #7144FF 100%);
  --vtc-bg-main15: linear-gradient(90deg, #0445F3 17.19%, #1FDCEA 100%);
  --vtc-bg-main17: #6F00FF;
  --vtc-bg-main16: #FD6543;
  --vtc-bg-main18: #6046B1;
  --vtc-bg-main19: #F1C832;
  --vtc-bg-main20: #3838A5;
  --vtc-bg-main21: #1499FC;
  --vtc-bg-main22: linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%);
  --vtc-bg-main23: #DDFA63;
  --vtc-bg-main24: #4D44C5;
  --vtc-bg-main25: #1A56DB;
  --vtc-bg-main26: #F0C73C;
  --vtc-bg-main27: #0B3CDC;
  --vtc-bg-main28: linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%);
  --vtc-bg-main29: #AAD406;
  --vtc-bg-common-1: #F4F4F4;
  --vtc-bg-common-2: #232323;
  --vtc-bg-common-3: #F6F8FA;
  --vtc-bg-common-4: #DFE9FB;
  --vtc-bg-common-5: #F4F4F4;
  --vtc-bg-common-6: #D0DFFF;
  --vtc-bg-common-7: #E8EFFF;
  --vtc-bg-common-8: #F1F8FF;
  --vtc-bg-common-9: #E7F2F5;
  --vtc-bg-common-10: #C8E0E7;
  --vtc-bg-common-11: #FFF0EC;
  --vtc-bg-common-12: #F6F7EE;
  --vtc-bg-common-13: #F2F2F2;
  --vtc-bg-common-14: rgba(9, 11, 14, 0.0941176471);
  --vtc-bg-common-15: #EAF8F6;
  --vtc-bg-common-16: #BDC3C9;
  --vtc-bg-common-17: #F3FAFA;
  --vtc-bg-common-18: #EDF2FB;
  --vtc-bg-common-19: #F1F1F1;
  --vtc-bg-common-20: rgba(103, 41, 249, 0.0352941176);
  --vtc-bg-common-21: #F2F4FF;
  --vtc-bg-common-22: rgba(53, 69, 163, 0.0823529412);
  --vtc-bg-white: #ffffff;
  --vtc-bg-white10per: rgba(255, 255, 255, 0.1);
  --vtc-bg-white20per: rgba(255, 255, 255, 0.199);
  --vtc-bg-white30per: rgba(255, 255, 255, 0.308);
  --vtc-border-1: #DDE1E9;
  --vtc-border-2: #DDE0E5;
  --vtc-border-3: #CFCFD0;
  --vtc-border-4: #D0D1D1;
  --vtc-border-5: #C5C9CF;
  --vtc-border-6: rgba(61, 76, 94, 0.2);
  --vtc-border-7: #D0D7D7;
  --vtc-border-8: #E6E8E8;
  --f-fw-normal: 400;
  --f-fw-medium: 500;
  --f-fw-semibold: 600;
  --f-fw-bold: 700;
  --f-fw-ex-bold: 800;
  --f-ff-font-1: 'Outfit', sans-serif;
  --f-fs-font-16: 16px;
  --f-fs-font-18: 18px;
  --f-fs-font-20: 20px;
  --f-fs-font-22: 22px;
  --f-fs-font-24: 24px;
  --f-fs-font-26: 26px;
  --f-fs-font-28: 28px;
  --f-fs-font-30: 30px;
  --f-fs-font-32: 32px;
  --f-fs-font-34: 34px;
  --f-fs-font-36: 36px;
  --f-fs-font-38: 38px;
  --f-fs-font-40: 40px;
  --f-fs-font-42: 42px;
  --f-fs-font-44: 44px;
  --f-fs-font-48: 48px;
  --f-fs-font-50: 50px;
  --f-fs-font-52: 52px;
  --f-fs-font-54: 54px;
  --f-fs-font-56: 56px;
  --f-fs-font-58: 58px;
  --f-fs-font-60: 60px;
  --f-fs-font-62: 62px;
  --f-fs-font-64: 64px;
  --f-fs-font-66: 66px;
  --f-fs-font-68: 68px;
  --f-fs-font-70: 70px;
  --f-fs-font-72: 72px;
  --f-fs-font-74: 74px;
  --f-fs-font-76: 76px;
  --f-fs-font-78: 78px;
  --f-fs-font-80: 80px;
  --f-fs-font-82: 82px;
  --f-fs-font-84: 84px;
  --f-fs-font-86: 86px;
  --f-fs-font-88: 88px;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.white-heading .sub-title {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: inline-block;
  margin-bottom: 16px;
}
.white-heading .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
  filter: brightness(0) invert(1);
}
.white-heading h2 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-44); /* 100% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .white-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .white-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.white-heading p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}
.white-heading h5 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.white-heading h3 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-52);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-52); /* 118.75% */
}

.heading1 .sub-title {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: inline-block;
  margin-bottom: 16px;
}
.heading1 .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading1 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading1 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading1 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading1 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main3);
}
.heading1 h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-26); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading1 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main3);
}
.heading1 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}

.heading2 .sub-title {
  color: var(--vtc-bg-main4);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: inline-block;
  margin-bottom: 16px;
}
.heading2 .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading2 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading2 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading2 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading2 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading2 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.heading2 h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-26); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading2 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.heading2 h5 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-32); /* 130% */
  text-transform: capitalize;
}
.heading2 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-32); /* 130% */
  text-transform: capitalize;
}
.heading2 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.heading2 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}

.heading3 .sub-title {
  color: var(--vtc-bg-main5);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: inline-block;
  margin-bottom: 16px;
}
.heading3 .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading3 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading3 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading3 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading3 h3 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-24); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading3 h3 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
}
.heading3 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading3 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main3);
}
.heading3 h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-26); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading3 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
}
.heading3 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}

.white-heading h2 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-44); /* 100% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .white-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .white-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.white-heading p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}
.white-heading h5 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.white-heading h3 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-52);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-52); /* 118.75% */
}

.heading4 .sub-title {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: inline-block;
  margin-bottom: 16px;
}
.heading4 .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading4 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading4 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading4 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading4 h3 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
  display: inline-block;
  transition: all 0.4s;
}
.heading4 h3 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main6);
}
.heading4 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-32); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading4 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main6);
}
.heading4 h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-26); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading4 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main6);
}
.heading4 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
  transition: all 0.4s;
}

.heading5 .sub-title {
  color: var(--vtc-bg-main7);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: inline-block;
  margin-bottom: 16px;
}
.heading5 .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading5 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading5 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading5 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading5 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading5 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main7);
}
.heading5 h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-26); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading5 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main7);
}
.heading5 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}

.heading6 {
  position: relative;
  z-index: 2;
}
.heading6._mt-50 {
  margin-top: -50px;
}
.heading6 .sub-title {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: rgba(187, 187, 187, 0.432);
  font-family: Outfit;
  font-size: 96px;
  color: transparent;
  font-style: normal;
  font-weight: 500;
  line-height: 96px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  bottom: -48px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading6 .sub-title {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-32);
  }
}
.heading6 .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading6 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading6 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading6 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading6 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading6 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main8);
}
.heading6 h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-32); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading6 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main8);
}
.heading6 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}

.heading6-w {
  position: relative;
  z-index: 2;
}
.heading6-w._mt-50 {
  margin-top: -50px;
}
.heading6-w .sub-title {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: rgba(187, 187, 187, 0.432);
  font-family: Outfit;
  font-size: 96px;
  color: transparent;
  font-style: normal;
  font-weight: 500;
  line-height: 96px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  bottom: -48px;
  z-index: -1;
}
.heading6-w .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading6-w h2 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading6-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading6-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading6-w h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading6-w h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading6-w h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main7);
}
.heading6-w h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-26); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading6-w h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main7);
}
.heading6-w p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}

.heading7 .sub-title {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: inline-block;
  margin-bottom: 16px;
}
.heading7 .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading7 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading7 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading7 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading7 h3 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-38); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heading7 h3 a {
    font-size: var(--f-fs-font-24);
    line-height: var(--f-fs-font-32);
  }
}
.heading7 h3 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10);
}
.heading7 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-32); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading7 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10);
}
.heading7 h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-26); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading7 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
}
.heading7 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}

.heading7-w {
  position: relative;
  z-index: 2;
}
.heading7-w._mt-50 {
  margin-top: -50px;
}
.heading7-w .sub-title {
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: rgba(187, 187, 187, 0.432);
  font-family: Outfit;
  font-size: 96px;
  color: transparent;
  font-style: normal;
  font-weight: 500;
  line-height: 96px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  bottom: -48px;
  z-index: -1;
}
.heading7-w .sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading7-w h2 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading7-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading7-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading7-w h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading7-w h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading7-w h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main7);
}
.heading7-w h4 a {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-26); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading7-w h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10);
}
.heading7-w p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}

.heading8 .sub-title1 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: inline-block;
  margin-bottom: 16px;
  background-color: var(--vtc-bg-common-19);
  padding: 8px 12px 4px 12px;
  border-radius: 8px;
}
.heading8 .sub-title1 img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading8 .sub-title2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  display: inline-block;
  margin-bottom: 16px;
  background-color: var(--vtc-bg-white);
  padding: 8px 12px 4px 12px;
  border-radius: 8px;
}
.heading8 .sub-title2 img {
  transform: translateY(-2px);
  margin-right: 3px;
}
.heading8 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading8 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading8 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading8 h3 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-38); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading8 h3 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10);
}
.heading8 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-32); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading8 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10);
}
.heading8 h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-30); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading8 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main11);
}
.heading8 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  transition: all 0.4s;
}

.heading9 span.sub-title {
  display: inline-block;
  color: var(--vtc-bg-main12);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
  background-color: var(--vtc-bg-common-20);
  padding: 8px 12px 5px 12px;
  border-radius: 8px;
  text-transform: uppercase;
}
.heading9 span.sub-title img {
  transform: translateY(-2px);
  margin-right: 4px;
}
.heading9 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading9 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading9 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading9 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading9 h3 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-38); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading9 h3 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}
.heading9 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-26); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading9 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}
.heading9 h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-32); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading9 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}
.heading9 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}

.heading10 span.sub-title {
  display: inline-block;
  color: var(--vtc-bg-main13);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
  background-color: var(--vtc-bg-common-22);
  padding: 8px 12px 5px 12px;
  border-radius: 8px;
  text-transform: uppercase;
}
.heading10 span.sub-title img {
  transform: translateY(-2px);
  margin-right: 4px;
}
.heading10 h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading10 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
@media (max-width: 767px) {
  .heading10 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading10 h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-38); /* 118.75% */
}
.heading10 h3 a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-38); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading10 h3 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main13);
}
.heading10 h5 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-26); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading10 h5 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main13);
}
.heading10 h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-32); /* 130% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.heading10 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main13);
}
.heading10 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}

.heading11 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  color: var(--vtc-text-text1);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(149, 0, 255, 0.1) 0%, rgba(113, 68, 255, 0.1) 100%);
  padding: 8px;
  display: inline-flex;
  align-items: center;
}
.heading11 h5 img {
  margin: -2px 5px 0px 0px;
}
.heading11 h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading11 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading11 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading12 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-title3);
  border-radius: 8px;
  border-radius: 4px;
  background: var(--Home-Page-4-Color-Gray-Color, #F5F5F5);
  padding: 8px;
  display: inline-flex;
  align-items: center;
}
.heading12 h5 img {
  margin: -2px 5px 0 0;
}
.heading12 h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading12 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading12 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading12-w h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-white);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 8px;
  display: inline-block;
}
.heading12-w h5 svg {
  margin: -3px 4px 0 0;
}
.heading12-w h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading12-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading12-w p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading13 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-text3);
  border-radius: 8px;
  background: rgba(253, 101, 67, 0.1);
  padding: 8px;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
}
.heading13 h5 img {
  margin: -1px 5px 0 0;
}
.heading13 h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading13 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading13 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading14 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-title3);
  border-radius: 4px;
  background: var(--Home-Page-6-Color-Gray-Color, #F0F0FA);
  padding: 8px;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
}
.heading14 h5 img {
  margin: -2px 5px 0 0;
}
.heading14 h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading14 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading14 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading15 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-title3);
  border-radius: 4px;
  background: var(--vtc-bg-white);
  padding: 8px;
  display: inline-block;
  text-transform: uppercase;
}
.heading15 h5 svg {
  margin: -3px 4px 0 0;
}
.heading15 h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading15 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading15 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading14-w h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-white);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  display: inline-block;
  text-transform: uppercase;
}
.heading14-w h5 svg {
  margin: -3px 4px 0 0;
}
.heading14-w h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading14-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading14-w p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading16 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-title4);
  border-radius: 55px;
  background: var(--Home-Page-7-Color-Gray, #F8F6FC);
  padding: 8px;
  display: inline-block;
  text-transform: capitalize;
}
.heading16 h5 svg {
  margin: -3px 4px 0 0;
}
.heading16 h2 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading16 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading16 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading16-w h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-white);
  border-radius: 55px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  display: inline-block;
  text-transform: capitalize;
}
.heading16-w h5 svg {
  margin: -3px 4px 0 0;
}
.heading16-w h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading16-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading16-w p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading17 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-title4);
  border-radius: 8px;
  background: var(--Home-Page-8-Colors-Gray-Color, #F3F7FF);
  padding: 8px;
  display: inline-flex;
  text-transform: capitalize;
}
.heading17 h5 img {
  margin: -2px 5px 0 0;
}
.heading17 h2 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading17 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading17 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading18 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-title3);
  border-radius: 4px;
  background: var(--Home-Page-09-Color-Gray-Color, #F3F7FF);
  padding: 8px;
  display: inline-block;
  text-transform: capitalize;
}
.heading18 h5 svg {
  margin: -3px 4px 0 0;
}
.heading18 h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading18 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading18 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading19 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-title4);
  border-radius: 4px;
  background: var(--Shohag-Color-Gray-Color, #F3F7FF);
  padding: 8px;
  display: inline-block;
  text-transform: capitalize;
}
.heading19 h5 img {
  margin: -2px 5px 0 0;
}
.heading19 h2 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading19 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading19 p {
  color: var(--vtc-text-pera3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading19-w h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  color: var(--vtc-text-white);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  display: inline-block;
  text-transform: capitalize;
}
.heading19-w h5 svg {
  margin: -3px 4px 0 0;
}
.heading19-w h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading19-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading19-w p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading20 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: 16px;
  font-weight: var(--f-fw-medium);
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-flex;
  padding: 8px 12px;
  text-transform: uppercase;
  align-items: center;
}

.heading20 h5 img {
  margin-right: 5px;
}
.heading20 h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(64, 139, 255, 0.1);
}
.heading20 h5 svg {
  margin: -3px 4px 0 0;
}
.heading20 h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: 52px;
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title5);
}
@media (max-width: 767px) {
  .heading20 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading20 p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: 26px;
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera4);
}

.heading20-w h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: 16px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-white);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  text-transform: uppercase;
}
.heading20-w h5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(64, 139, 255, 0.1);
}
.heading20-w h5 svg {
  margin: -3px 4px 0 0;
  filter: brightness(0) invert(1);
}
.heading20-w h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: 52px;
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-white);
}
@media (max-width: 767px) {
  .heading20-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading20-w p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: 26px;
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-white);
}

.heading21 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title6);
  border-radius: 8px;
  border-radius: 5px;
  background: rgba(5, 83, 70, 0.1);
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading21 h5 img {
  margin: 0 4px 0 0;
}
.heading21 h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-64);
  line-height: 70px;
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title6);
}
@media (max-width: 767px) {
  .heading21 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading21 p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: 28px;
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera5);
}

.heading22 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title6);
  border-radius: 8px;
  border-radius: 5px;
  background: rgba(5, 83, 70, 0.1);
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading22 h5 img {
  margin: 0 4px 0 0;
}
.heading22 h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: 52px;
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title6);
}
@media (max-width: 767px) {
  .heading22 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading22 p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: 28px;
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera5);
}

.heading22-w h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--vtc-text-white);
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading22-w h5 img {
  margin: 0 4px 0 0;
}
.heading22-w h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: 52px;
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-white);
}
@media (max-width: 767px) {
  .heading22-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading22-w p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: 28px;
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-white);
}

.heading23 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-white);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
}
.heading23 h5 img {
  margin: 0 6px 0 0;
}
.heading23 h5::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--vtc-bg-white);
}
.heading23 h1 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-56);
  line-height: var(--f-fs-font-66);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-white);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading23 h1 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading23 h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: var(--f-fs-font-52);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-bg-white);
}
@media (max-width: 767px) {
  .heading23 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading23 p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-white);
  opacity: 80%;
}

.heading24 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-text11);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.heading24 h5 img {
  margin: 0 6px 0 0;
}
.heading24 h5::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--vtc-text-text11);
}
.heading24 h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: var(--f-fs-font-52);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title7);
}
@media (max-width: 767px) {
  .heading24 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading24 p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera6);
}

.heading24-w h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-text11);
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.heading24-w h5 img {
  margin: 0 6px 0 0;
}
.heading24-w h5::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  transition: all 0.4s;
  background: var(--vtc-text-text11);
}
.heading24-w h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: var(--f-fs-font-52);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-white);
}
@media (max-width: 767px) {
  .heading24-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading24-w p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-white);
}

.heading25 h5 {
  color: var(--gray-700, #374151);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 30px;
  background: var(--primary-100, #E1EFFE);
  padding: var(--1, 4px) var(--2, 8px);
}
.heading25 h5 i {
  margin-left: 8px;
}
.heading25 h2 {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-36);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .heading25 h2 {
    font-size: var(--f-fs-font-32);
    line-height: var(--f-fs-font-40);
  }
}
.heading25 p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}

.heading26 h5 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  display: inline-block;
}
.heading26 h5 img {
  margin: -3px 4px 0 0;
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.heading26 h1 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-56);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 66px;
  letter-spacing: -1.12px;
}
@media (max-width: 767px) {
  .heading26 h1 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading26 p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 28px; /* 155.556% */
}

.heading27 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-text13);
  border-radius: 8px;
  border-radius: 4px;
  background: rgba(78, 90, 42, 0.08);
  transition: all 0.4s;
  position: relative;
  display: inline-flex;
  padding: 8px 12px;
  align-items: center;
}
.heading27 h5 img {
  margin: 0 4px 0 0;
}
.heading27 h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: 52px;
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title9);
}
@media (max-width: 767px) {
  .heading27 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading27 p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: 28px;
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera8);
}

.heading28 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-text14);
  border-radius: 4px;
  background: rgba(11, 60, 220, 0.05);
  transition: all 0.4s;
  position: relative;
  display: inline-flex;
  padding: 8px 12px;
  align-items: center;
}
.heading28 h5 img {
  margin: 0 5px 0 0;
}
.heading28 h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: 52px;
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title10);
}
@media (max-width: 767px) {
  .heading28 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading28 p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: 28px;
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera9);
}

.heading28-w h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-white);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
}
.heading28-w h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}
.heading28-w h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: 52px;
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-white);
}
@media (max-width: 767px) {
  .heading28-w h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading28-w p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: 28px;
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-white);
}

.heading29 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-text15);
  border-radius: 8px;
  background: rgba(253, 101, 67, 0.1);
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 12px;
}
.heading29 h5 img {
  margin: -4px 4px 0 0;
}
.heading29 h2 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  line-height: 52px;
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title11);
}
@media (max-width: 767px) {
  .heading29 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading29 p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: 28px;
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera10);
}

.heading30 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  color: var(--vtc-text-title12);
  border-radius: 8px;
  background: rgba(5, 4, 16, 0.1);
  padding: 8px;
  display: inline-block;
}
.heading30 h5 img {
  margin: -3px 4px 0 0;
  filter: brightness(0);
}
.heading30 h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading30 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading30 p {
  color: #47485E;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.heading31 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  color: var(--vtc-text-white);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  display: inline-block;
}
.heading31 h5 img {
  margin: -3px 4px 0 0;
  filter: brightness(0) invert(1);
}
.heading31 h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 54px;
}
@media (max-width: 767px) {
  .heading31 h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.heading31 p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/
/* video button  */
.video-buttton4 {
  padding-left: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .video-buttton4 {
    padding-left: 0;
    padding-top: 20px;
  }
}
.video-buttton4 p {
  color: var(--vtc-text-white) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  margin-right: 0 !important;
  margin-top: 0px;
  text-decoration: underline;
}
.video-buttton4 .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 10px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
  .video-buttton4 .video-play-button {
    margin: 0px 30px 0px 0px;
  }
}
.video-buttton4 .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: var(--vtc-bg-main1);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0.4;
}
.video-buttton4 .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-main1);
  border-radius: 50%;
  transition: all 200ms;
}
.video-buttton4 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-buttton4 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-left: 13px solid var(--vtc-text-title1);
  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;
  }
}

.video-buttton6 {
  padding-left: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .video-buttton6 {
    padding-left: 0;
    padding-top: 20px;
  }
}
.video-buttton6 p {
  color: var(--vtc-text-white) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  margin-right: 0 !important;
  margin-top: 0px;
  text-decoration: underline;
}
.video-buttton6 .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 10px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
  .video-buttton6 .video-play-button {
    margin: 0px 30px 0px 0px;
  }
}
.video-buttton6 .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: var(--vtc-bg-main8);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0.4;
}
.video-buttton6 .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-main8);
  border-radius: 50%;
  transition: all 200ms;
}
.video-buttton6 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-buttton6 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-left: 13px solid var(--vtc-text-title1);
  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;
  }
}

.video-buttton7 {
  padding-left: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .video-buttton7 {
    padding-left: 0;
    padding-top: 20px;
  }
}
.video-buttton7 p {
  color: var(--vtc-text-title1) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  margin-right: 0 !important;
  margin-top: 0px;
  text-decoration: underline;
}
.video-buttton7 .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 10px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
  .video-buttton7 .video-play-button {
    margin: 0px 30px 0px 0px;
  }
}
.video-buttton7 .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: var(--vtc-bg-main10);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0.4;
}
.video-buttton7 .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-main10);
  border-radius: 50%;
  transition: all 200ms;
}
.video-buttton7 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-buttton7 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-left: 13px solid var(--vtc-text-white);
  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;
  }
}

.video-area1 .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  margin-top: -45px;
  margin-left: -60px;
}
.video-area1 .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-area1 .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-area1 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 5px;
}
.video-area1 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 13px;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-radius: 4px;
  border-left: 15px solid #4A43DD;
  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-buttton23 {
  padding-left: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 100px;
}
@media (max-width: 767px) {
  .video-buttton23 {
    padding-left: 0;
    padding-top: 20px;
  }
}
.video-buttton23 p {
  color: var(--vtc-text-title10);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  margin-right: 0 !important;
  margin-top: 0px;
  text-decoration: underline;
}
.video-buttton23 .video-play-button {
  position: relative;
  z-index: 10;
  margin: 0px 10px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
  .video-buttton23 .video-play-button {
    margin: 0px 30px 0px 0px;
  }
}
.video-buttton23 .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: var(--vtc-text-text14);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0.4;
}
.video-buttton23 .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-text-text14);
  border-radius: 50%;
  transition: all 200ms;
}
.video-buttton23 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-buttton23 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-left: 13px solid var(--vtc-text-white);
  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;
  }
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.theme-btn1 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding: 17px 24px;
  border-radius: 111px;
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.theme-btn1::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 104%;
  background-color: var(--vtc-bg-main2);
  z-index: -1;
  transform: rotateY(90deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn1:hover::after {
  transform: rotateY(0deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}

.theme-btn2 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding: 17px 24px;
  border-radius: 111px;
  background-color: var(--vtc-text-white);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.theme-btn2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 104%;
  background-color: var(--vtc-bg-main2);
  z-index: -1;
  transform: rotateY(90deg);
  transition: all 0.4s;
  animation-timing-function: linear;
  border-radius: 111px;
}
.theme-btn2:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn2:hover::after {
  transform: rotateY(0deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}

.theme-btn3 {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding: 17px 10px 17px 22px;
  border-radius: 52px;
  background-color: var(--vtc-bg-main4);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.theme-btn3 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
}
.theme-btn3 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn3 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn3:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn3:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #4983ff;
  border-radius: 25px;
  z-index: -1;
  transform: rotateY(90deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn3:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn3:hover::after {
  transform: rotateY(0deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}

.theme-btn4 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding: 16px 10px 16px 22px;
  border-radius: 52px;
  background: transparent;
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-left: 16px;
  border: 1px solid var(--vtc-text-title1);
}
@media (max-width: 767px) {
  .theme-btn4 {
    margin-left: 5px;
    margin-top: 16px;
  }
}
.theme-btn4 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
}
.theme-btn4 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn4 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn4:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn4:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-bg-main4);
  border-radius: 25px;
  z-index: -1;
  transform: rotateY(90deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn4:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--vtc-bg-main4);
}
.theme-btn4:hover::after {
  transform: rotateY(0deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}

.theme-btn5 {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding: 17px 22px 17px 22px;
  border-radius: 52px;
  background-color: var(--vtc-bg-main5);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.theme-btn5::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: var(--vtc-text-title1);
  border-radius: 25px;
  z-index: -1;
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn5:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn5:hover::after {
  transition: all 0.4s;
  width: 100%;
  left: 0;
  right: auto;
  animation-timing-function: linear;
}

.theme-btn6 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding: 17px 22px 17px 22px;
  border-radius: 52px;
  background-color: var(--vtc-text-white);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.theme-btn6::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: var(--vtc-text-title1);
  border-radius: 25px;
  z-index: -1;
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn6:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn6:hover::after {
  transition: all 0.4s;
  width: 100%;
  left: 0;
  right: auto;
  animation-timing-function: linear;
}

.theme-btn7 {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding: 17px 22px 17px 22px;
  border-radius: 52px;
  background-color: var(--vtc-bg-main6);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.theme-btn7::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: var(--vtc-text-title1);
  border-radius: 25px;
  z-index: -1;
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn7:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn7:hover::after {
  transition: all 0.4s;
  width: 100%;
  left: 0;
  right: auto;
  animation-timing-function: linear;
}

.hero3-call-btn {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.4s;
  margin-left: 30px;
}
.hero3-call-btn img {
  margin-right: 5px;
}
.hero3-call-btn:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
}

.theme-btn8 {
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--vtc-bg-main6);
  color: var(--vtc-text-white);
  letter-spacing: 0px;
  transition: 500ms;
  overflow: hidden;
  border-radius: 111px;
  padding: 18px 24px;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
}
.theme-btn8:hover {
  color: var(--vtc-text-white);
}

.theme-btn8__text {
  position: relative;
  z-index: 2;
}

.theme-btn8__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--vtc-text-title1);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
  color: var(--vtc-text-white);
}

.theme-btn8__shape:nth-child(1) {
  --b: 1;
}

.theme-btn8__shape:nth-child(2) {
  --b: 2;
}

.theme-btn8__shape:nth-child(3) {
  --b: 3;
}

.theme-btn8__shape:nth-child(4) {
  --b: 4;
}

.theme-btn8:hover .theme-btn8__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  color: var(--vtc-text-white);
}

.theme-btn9 {
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--vtc-text-white);
  color: var(--vtc-text-title1);
  letter-spacing: 0px;
  transition: 500ms;
  overflow: hidden;
  border-radius: 111px;
  padding: 18px 24px;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
}
.theme-btn9:hover {
  color: var(--vtc-text-white);
}

.theme-btn9__text {
  position: relative;
  z-index: 2;
}

.theme-btn9__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--vtc-text-title1);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
  color: var(--vtc-text-white);
}

.theme-btn9__shape:nth-child(1) {
  --b: 1;
}

.theme-btn9__shape:nth-child(2) {
  --b: 2;
}

.theme-btn9__shape:nth-child(3) {
  --b: 3;
}

.theme-btn9__shape:nth-child(4) {
  --b: 4;
}

.theme-btn9:hover .theme-btn9__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  color: var(--vtc-text-white);
}

.theme-btn10 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding: 17px 10px 17px 22px;
  border-radius: 52px;
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.theme-btn10 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
}
.theme-btn10 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn10 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn10:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn10:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn10::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-text-title1);
  border-radius: 25px;
  z-index: -1;
  transform: rotateY(90deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn10:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn10:hover::after {
  transform: rotateY(0deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}

.theme-btn11 {
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--vtc-bg-main8);
  color: var(--vtc-text-title1);
  letter-spacing: 0px;
  transition: 500ms;
  overflow: hidden;
  border-radius: 111px;
  padding: 18px 8px 18px 24px;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
}
.theme-btn11 .arrow1, .theme-btn11 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn11 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn11 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn11:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn11:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn11:hover {
  color: var(--vtc-text-white);
}

.theme-btn11__text {
  position: relative;
  z-index: 2;
}

.theme-btn11__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--vtc-text-title1);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
  color: var(--vtc-text-white);
}

.theme-btn11__shape:nth-child(1) {
  --b: 1;
}

.theme-btn11__shape:nth-child(2) {
  --b: 2;
}

.theme-btn11__shape:nth-child(3) {
  --b: 3;
}

.theme-btn11__shape:nth-child(4) {
  --b: 4;
}

.theme-btn11:hover .theme-btn11__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  color: var(--vtc-text-white);
}

.theme-btn12 {
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--vtc-text-white);
  color: var(--vtc-text-title1);
  letter-spacing: 1.6px;
  transition: 500ms;
  overflow: hidden;
  border-radius: 111px;
  padding: 18px 8px 18px 24px;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
}
.theme-btn12 .arrow1, .theme-btn12 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn12 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn12 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn12:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn12:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn12:hover {
  color: var(--vtc-text-white);
}

.theme-btn12__text {
  position: relative;
  z-index: 2;
}

.theme-btn12__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--vtc-text-title1);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
  color: var(--vtc-text-white);
}

.theme-btn12__shape:nth-child(1) {
  --b: 1;
}

.theme-btn12__shape:nth-child(2) {
  --b: 2;
}

.theme-btn12__shape:nth-child(3) {
  --b: 3;
}

.theme-btn12__shape:nth-child(4) {
  --b: 4;
}

.theme-btn12:hover .theme-btn12__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  color: var(--vtc-text-white);
}

.theme-btn13 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 18px 12px 18px 24px;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  z-index: 1;
  background: var(--vtc-bg-main10);
  border-radius: 111px;
  overflow: hidden;
  border: none;
}
.theme-btn13 .arrow1, .theme-btn13 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn13 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn13 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn13::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--vtc-text-title1);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 111px;
}
.theme-btn13:hover {
  color: var(--vtc-text-white);
}
.theme-btn13:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn13:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn13:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
}

.theme-btn14 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 18px 12px 18px 24px;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  z-index: 1;
  background: var(--vtc-bg-main11);
  border-radius: 9px;
  overflow: hidden;
  border: none;
  transition: all 0.4s;
}
.theme-btn14 .arrow1, .theme-btn14 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn14 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn14 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn14:hover {
  color: var(--vtc-text-white);
  background-color: var(--vtc-text-title1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn14:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn14:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn14:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
}

.theme-btn15 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 18px 12px 18px 24px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  z-index: 1;
  background: var(--vtc-text-white);
  border-radius: 9px;
  overflow: hidden;
  border: none;
  transition: all 0.4s;
}
.theme-btn15 .arrow1, .theme-btn15 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn15 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn15 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn15:hover {
  color: var(--vtc-text-white);
  background-color: var(--vtc-text-title1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn15:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn15:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn15:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
}

.theme-btn16 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 18px 12px 18px 24px;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  z-index: 1;
  background: var(--vtc-text-title1);
  border-radius: 9px;
  overflow: hidden;
  border: none;
  transition: all 0.4s;
}
.theme-btn16 .arrow1, .theme-btn16 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn16 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn16 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn16:hover {
  color: var(--vtc-text-title1);
  background-color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn16:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn16:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn16:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
}

.theme-btn17 {
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--vtc-bg-main12);
  color: var(--vtc-text-white);
  transition: 500ms;
  overflow: hidden;
  border-radius: 8px;
  padding: 19px 8px 19px 24px;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
}
.theme-btn17 .arrow1, .theme-btn17 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn17 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn17 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn17:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn17:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn17:hover {
  color: var(--vtc-text-white);
}

.theme-btn17__text {
  position: relative;
  z-index: 2;
}

.theme-btn17__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--vtc-text-title1);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
  color: var(--vtc-text-white);
}

.theme-btn17__shape:nth-child(1) {
  --b: 1;
}

.theme-btn17__shape:nth-child(2) {
  --b: 2;
}

.theme-btn17__shape:nth-child(3) {
  --b: 3;
}

.theme-btn17__shape:nth-child(4) {
  --b: 4;
}

.theme-btn17:hover .theme-btn17__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  color: var(--vtc-text-white);
}

.theme-btn19 {
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--vtc-text-title1);
  color: var(--vtc-text-white);
  transition: 500ms;
  overflow: hidden;
  border-radius: 8px;
  padding: 19px 8px 19px 24px;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
}
.theme-btn19 .arrow1, .theme-btn19 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn19 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn19 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn19:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn19:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn19:hover {
  color: var(--vtc-text-white);
}

.theme-btn19__text {
  position: relative;
  z-index: 2;
}

.theme-btn19__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--vtc-bg-main12);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
  color: var(--vtc-text-white);
}

.theme-btn19__shape:nth-child(1) {
  --b: 1;
}

.theme-btn19__shape:nth-child(2) {
  --b: 2;
}

.theme-btn19__shape:nth-child(3) {
  --b: 3;
}

.theme-btn19__shape:nth-child(4) {
  --b: 4;
}

.theme-btn19:hover .theme-btn19__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  color: var(--vtc-text-white);
}

.theme-btn18 {
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--vtc-bg-main12);
  color: var(--vtc-text-white);
  transition: 500ms;
  overflow: hidden;
  border-radius: 8px;
  padding: 16px 8px 16px 24px;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  transition: all ease 0.3s;
  text-align: center;
  text-decoration: none;
}
.theme-btn18 .arrow1, .theme-btn18 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn18 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn18 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn18:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn18:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn18:hover {
  color: var(--vtc-text-white);
}

.theme-btn18__text {
  position: relative;
  z-index: 2;
}

.theme-btn18__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--vtc-text-title1);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
  color: var(--vtc-text-white);
}

.theme-btn18__shape:nth-child(1) {
  --b: 1;
}

.theme-btn18__shape:nth-child(2) {
  --b: 2;
}

.theme-btn18__shape:nth-child(3) {
  --b: 3;
}

.theme-btn18__shape:nth-child(4) {
  --b: 4;
}

.theme-btn18:hover .theme-btn18__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  color: var(--vtc-text-white);
}

.theme-btn19 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 19px 12px 19px 24px;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  z-index: 1;
  background: var(--vtc-bg-main13);
  border-radius: 8px;
  overflow: hidden;
  border: none;
}
.theme-btn19 .arrow1, .theme-btn19 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn19 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn19 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn19::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--vtc-text-title1);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 8px;
}
.theme-btn19:hover {
  color: var(--vtc-text-white);
}
.theme-btn19:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn19:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn19:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
}

.theme-btn20 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 19px 12px 19px 24px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  z-index: 1;
  background: var(--vtc-bg-white);
  border-radius: 8px;
  overflow: hidden;
  border: none;
  transition: all 0.4s;
}
.theme-btn20 .arrow1, .theme-btn20 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn20 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn20 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn20::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--vtc-text-title1);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 8px;
}
.theme-btn20:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.theme-btn20:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn20:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn20:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
}

.theme-btn21 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 19px 12px 19px 24px;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  z-index: 1;
  background: var(--vtc-text-title1);
  border-radius: 8px;
  overflow: hidden;
  border: none;
  transition: all 0.4s;
}
.theme-btn21 .arrow1, .theme-btn21 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.theme-btn21 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn21 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn21::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--vtc-bg-white);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 8px;
}
.theme-btn21:hover {
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.theme-btn21:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn21:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn21:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
}

.theme-btn22 {
  display: inline-block;
  color: var(--vtc-bg-main4);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding: 16px 10px 16px 22px;
  border-radius: 52px;
  background-color: transparent;
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid var(--vtc-bg-main4);
}
.theme-btn22 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
}
.theme-btn22 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.theme-btn22 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn22:hover .arrow2 {
  transform: translateY(-15px) rotate(-45deg) translateX(-21px);
  transition: all 0.4s;
  opacity: 1;
}
.theme-btn22:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.theme-btn22::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-bg-main4);
  border-radius: 25px;
  z-index: -1;
  transform: rotateY(90deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}
.theme-btn22:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn22:hover::after {
  transform: rotateY(0deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}

.learn2 {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
}
.learn2 span.arrow-all {
  display: inline-block;
  background-color: var(--vtc-bg-main13);
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: uppercase;
  border-radius: 111px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  overflow: hidden;
  transition: all 0.4s;
}
.learn2 span.arrow-all span {
  display: inline-block;
  transform: rotate(-45deg) translateX(6px) translateY(6px);
  font-size: var(--f-fs-font-18);
  transition: all 0.4s;
  background: none;
}
.learn2 span.arrow-all .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.learn2 span.arrow-all .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.learn2:hover span {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.learn2:hover .arrow-all {
  transition: all 0.4s;
}
.learn2:hover .arrow-all .arrow2 {
  transform: translateY(-7px) rotate(-45deg) translateX(-10px);
  transition: all 0.4s;
  opacity: 1;
}
.learn2:hover .arrow-all .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}

.theme-btn24 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main15);
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
}
.theme-btn24:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #1FDCEA 17.19%, #0445F3 100%);
}
.theme-btn24:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.theme-btn24 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block;
  transition: all 0.4s;
  color: var(--vtc-text-text2);
  transform: rotate(-45deg);
  margin-left: 6px;
}

.theme-btn25 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 10px 10px 10px 20px;
}
.theme-btn25:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #1FDCEA 17.19%, #0445F3 100%);
}
.theme-btn25:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.theme-btn25 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-text-title3);
  display: inline-block;
  transition: all 0.4s;
  color: var(--vtc-bg-white);
  transform: rotate(-45deg);
  margin-left: 6px;
}

.theme-btn26 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main16);
  border-radius: 100px;
  padding: 16px 24px;
  text-transform: uppercase;
}
.theme-btn26:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: var(--vtc-text-title3);
}

.theme-btn27 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main17);
  border-radius: 8px;
  padding: 16px 20px;
}
.theme-btn27:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: var(--vtc-text-title3);
}

.theme-btn28 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 16px 20px;
}
.theme-btn28:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: var(--vtc-text-title3);
}

.theme-btn29 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main18);
  border-radius: 100px;
  padding: 18px 24px;
  text-transform: capitalize;
}
.theme-btn29:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: var(--vtc-text-title3);
}

.theme-btn30 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main19);
  border-radius: 8px;
  padding: 18px 24px;
  text-transform: capitalize;
}
.theme-btn30:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: var(--vtc-text-title3);
}
.theme-btn30:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.theme-btn30 i {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.theme-btn31 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 18px 24px;
  text-transform: capitalize;
}
.theme-btn31:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: var(--vtc-text-title3);
}
.theme-btn31:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.theme-btn31 i {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(-45deg);
}

.theme-btn32 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main21);
  border-radius: 8px;
  padding: 16px 20px;
}
.theme-btn32:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: var(--vtc-text-title3);
}

.theme-btn33 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: transparent;
  border-radius: 8px;
  padding: 14px 20px;
  border: 1px solid var(--vtc-text-title4);
}
.theme-btn33:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: var(--vtc-text-title3);
}

.theme-btn34 {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-white);
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  z-index: 1;
}
.theme-btn34::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: var(--Linner-Color, linear-gradient(268deg, #0A18A1 0.24%, #408BFF 98.24%));
  transition: all 0.4s;
  z-index: -1;
  border-radius: 8px;
}
.theme-btn34:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.theme-btn34:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.theme-btn34:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.theme-btn34 i {
  margin-left: 4px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.theme-btn35 {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-title6);
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  background: var(--vtc-bg-main23);
  z-index: 1;
}
.theme-btn35::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--vtc-text-title6);
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.theme-btn35:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.theme-btn35:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.theme-btn35 i {
  margin-left: 4px;
}

.theme-btn36 {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-bg-main24);
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: var(--vtc-bg-white);
  z-index: 1;
}
.theme-btn36::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--vtc-text-title7);
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.theme-btn36:hover {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn36:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.theme-btn36 i {
  margin-left: 4px;
}

.theme-btn36-w {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-white);
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--vtc-text-white);
  z-index: 1;
}
.theme-btn36-w::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--vtc-text-title7);
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.theme-btn36-w:hover {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn36-w:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.theme-btn36-w i {
  margin-left: 4px;
}

.theme-btn37 {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-title8);
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: var(--rounded-full, 9999px);
  position: relative;
  background: var(--vtc-bg-white);
  z-index: 1;
}
.theme-btn37::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--vtc-text-title8);
  border-radius: var(--rounded-full, 9999px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.theme-btn37:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn37:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.theme-btn37 i {
  margin-left: 4px;
}

.login {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-right: 16px;
}
.login:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

.theme-btn38 {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-title8);
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: var(--rounded-full, 9999px);
  position: relative;
  z-index: 1;
  margin-left: 16px;
  border-radius: var(--rounded-full, 9999px);
  border: 1px solid var(--gray-300, #D1D5DB);
}
.theme-btn38::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--vtc-text-title8);
  border-radius: var(--rounded-full, 9999px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.theme-btn38:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn38:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.theme-btn38 i {
  margin-left: 4px;
}

.theme-btn39 {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-bg-white);
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: var(--rounded-full, 9999px);
  position: relative;
  background: var(--vtc-bg-main25);
  z-index: 1;
}
.theme-btn39::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--vtc-text-title8);
  border-radius: var(--rounded-full, 9999px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.theme-btn39:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn39:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.theme-btn39 i {
  margin-left: 4px;
}

.theme-btn40 {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  background: var(--vtc-bg-main26);
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s;
  padding: 20px 16px 20px 28px;
  position: relative;
}
.theme-btn40::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: var(--vtc-text-title9);
  opacity: 10%;
  transition: all 0.4s;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.theme-btn40:hover {
  background: var(--vtc-text-title9);
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
  transition: all 0.4s;
}
.theme-btn40:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.theme-btn40:hover::after {
  background: var(--vtc-bg-white);
  opacity: 10%;
  transition: all 0.4s;
}
.theme-btn40 i {
  margin-left: 6px;
  transition: all 0.4s;
}

.theme-btn41 {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-white);
  padding: 18px 20px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: var(--vtc-bg-main27);
  z-index: 1;
}
.theme-btn41::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--vtc-text-title10);
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.theme-btn41:hover {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn41:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.theme-btn41-w {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-text14);
  padding: 16px 24px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--vtc-text-text14);
  z-index: 1;
}
.theme-btn41-w::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--vtc-text-title7);
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.theme-btn41-w:hover {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
  transform: translateY(-5px);
  border: 1px solid var(--vtc-text-title10);
  border-radius: 4px;
}
.theme-btn41-w:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}
.theme-btn41-w i {
  margin-left: 4px;
}

.theme-btn41-w2 {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-text14);
  padding: 18px 20px;
  transition: all 0.4s;
  border-radius: 4px;
  position: relative;
  border-radius: 5px;
  background: var(--vtc-bg-white);
  z-index: 1;
}
.theme-btn41-w2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  background: var(--vtc-text-title10);
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.theme-btn41-w2:hover {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.theme-btn41-w2:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  left: 0;
  width: 100%;
}

.theme-btn42 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main28);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.theme-btn42:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #FA7D3C 0%, #FB3F52 100%);
}
.theme-btn42:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.theme-btn42 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block;
  transition: all 0.4s;
  color: var(--vtc-text-text15);
  transform: rotate(-45deg);
  margin-left: 6px;
}

.theme-btn43 {
  display: inline-block;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-title12);
  padding: 18px 24px;
  transition: all 0.4s;
  border-radius: 8px;
  position: relative;
  background: var(--vtc-bg-main29);
  text-transform: uppercase;
  z-index: 1;
}
.theme-btn43::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: var(--vtc-text-title12);
  transition: all 0.4s;
  z-index: -1;
  border-radius: 8px;
}
.theme-btn43:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.theme-btn43:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.theme-btn43:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.theme-btn43 i {
  margin-left: 4px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

/*
 ::::::::::::::::::::::::::
     BUTTONS AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta1 .cta1-form {
  margin: 0px 130px;
  padding-top: 40px;
  padding-right: 150px;
  position: relative;
}
@media (max-width: 767px) {
  .cta1 .cta1-form {
    margin: 0px 20px;
  }
}
.cta1 .cta1-form input {
  width: 100%;
  border: 1px solid var(--vtc-bg-white10per);
  border-radius: 111px;
  background-color: var(--vtc-bg-white10per);
  padding: 16px;
  color: var(--vtc-text-white);
  margin-right: 100px;
}
.cta1 .cta1-form input::-moz-placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.cta1 .cta1-form input::placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.cta1 .cta1-form input:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.cta1 .cta1-form input:focus::-moz-placeholder {
  opacity: 0;
}
.cta1 .cta1-form input:focus::placeholder {
  opacity: 0;
}
.cta1 .cta1-form .button {
  position: absolute;
  top: 40px;
  right: 0;
}

.cta2-form {
  margin: 0px 130px;
  padding-top: 40px;
  padding-right: 150px;
  position: relative;
}
@media (max-width: 769px) {
  .cta2-form {
    margin: 0px 20px;
  }
}
.cta2-form input {
  width: 100%;
  border: 1px solid var(--vtc-bg-white10per);
  border-radius: 111px;
  background-color: var(--vtc-bg-white10per);
  padding: 16px;
  color: var(--vtc-text-white);
  margin-right: 140px;
}
.cta2-form input::-moz-placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.cta2-form input::placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.cta2-form input:focus {
  outline-color: var(--vtc-bg-main4);
  outline-width: 1px;
  outline-style: solid;
}
.cta2-form input:focus::-moz-placeholder {
  opacity: 0;
}
.cta2-form input:focus::placeholder {
  opacity: 0;
}
.cta2-form .button {
  position: absolute;
  top: 40px;
  right: -20px;
}

.cta3 {
  background-color: var(--vtc-bg-main5);
}

.cta3-form {
  padding-top: 40px;
  padding-right: 120px;
  position: relative;
  margin-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-form {
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 767px) {
  .cta3-form {
    margin: 0px 20px 0px 0px;
  }
}
.cta3-form input {
  width: 100%;
  border: 1px solid var(--vtc-bg-white10per);
  border-radius: 111px;
  background-color: var(--vtc-bg-white10per);
  padding: 16px;
  color: var(--vtc-text-white);
  margin-right: 140px;
}
.cta3-form input::-moz-placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.cta3-form input::placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.cta3-form input:focus {
  outline-color: var(--vtc-bg-main4);
  outline-width: 1px;
  outline-style: solid;
}
.cta3-form input:focus::-moz-placeholder {
  opacity: 0;
}
.cta3-form input:focus::placeholder {
  opacity: 0;
}
.cta3-form .button {
  position: absolute;
  top: 40px;
  right: -20px;
}

.cta3-images {
  height: 380px;
  position: relative;
  text-align: end;
  margin: 20px 0px;
}
.cta3-images .shape {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.cta3-images .image {
  position: relative;
  z-index: 2;
}

.cta4 {
  position: relative;
  margin-bottom: -140px;
  z-index: 2;
}

.cta4-form-area {
  border-radius: 8px;
  padding-right: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-form-area {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cta4-form-area {
    padding-right: 0;
  }
}
.cta4-form-area .form-area {
  position: relative;
}
.cta4-form-area .form-area input {
  padding: 16px;
  border: none;
  border-radius: 111px;
  margin-right: 130px;
  width: 390px;
  position: relative;
  background: #fff;
}
.cta4-form-area .form-area input:focus {
  outline: none;
}
.cta4-form-area .form-area .button {
  position: absolute;
  top: 0;
  right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-form-area .form-area .button {
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta4-form-area .form-area .button {
    right: 0;
  }
}

.cta5-form {
  margin: 0px 130px;
  padding-top: 40px;
  padding-right: 150px;
  position: relative;
}
@media (max-width: 767px) {
  .cta5-form {
    margin: 0px 20px;
  }
}
.cta5-form input {
  width: 100%;
  border: 1px solid var(--vtc-bg-white10per);
  border-radius: 111px;
  background-color: var(--vtc-bg-white10per);
  padding: 16px;
  color: var(--vtc-text-white);
  margin-right: 140px;
}
.cta5-form input::-moz-placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.cta5-form input::placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.cta5-form input:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.cta5-form input:focus::-moz-placeholder {
  opacity: 0;
}
.cta5-form input:focus::placeholder {
  opacity: 0;
}
.cta5-form .button {
  position: absolute;
  top: 40px;
  right: -20px;
}

.cta6 {
  position: relative;
  margin-bottom: -140px;
  z-index: 2;
}

.cta6-form-area {
  background-color: var(--vtc-bg-main8);
  border-radius: 8px;
  padding: 32px;
  padding-right: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-form-area {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cta6-form-area {
    padding-right: 0;
  }
}
.cta6-form-area .form-area {
  position: relative;
  margin-top: 40px;
}
.cta6-form-area .form-area input {
  padding: 16px;
  border: none;
  border-radius: 111px;
  margin-right: 130px;
  width: 370px;
  position: relative;
}
.cta6-form-area .form-area input:focus {
  outline: none;
}
.cta6-form-area .form-area .button {
  position: absolute;
  top: 0;
  right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-form-area .form-area .button {
    right: 0;
  }
}
@media (max-width: 767px) {
  .cta6-form-area .form-area .button {
    right: 0;
  }
}

.cta7-form {
  margin: 0px 130px;
  padding-top: 40px;
  padding-right: 150px;
  position: relative;
}
@media (max-width: 767px) {
  .cta7-form {
    margin: 0px 20px;
  }
}
.cta7-form input {
  width: 100%;
  border: 1px solid var(--vtc-bg-common-1);
  border-radius: 111px;
  background-color: var(--vtc-text-white);
  padding: 16px;
  color: var(--vtc-text-title1);
  margin-right: 140px;
}
.cta7-form input::-moz-placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.cta7-form input::placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.cta7-form input:focus {
  outline-color: var(--vtc-bg-main10);
  outline-width: 1px;
  outline-style: solid;
}
.cta7-form input:focus::-moz-placeholder {
  opacity: 0;
}
.cta7-form input:focus::placeholder {
  opacity: 0;
}
.cta7-form .button {
  position: absolute;
  top: 40px;
  right: -20px;
}

.cta8-main {
  padding: 80px 0px;
}

.cta8-image.left-image {
  margin-left: -60px;
}
@media (max-width: 767px) {
  .cta8-image.left-image {
    margin-left: 0;
    margin-bottom: 30px;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8-image.left-image {
    margin-left: 0;
    margin-bottom: 30px;
    display: none;
  }
}
.cta8-image.right-image {
  margin-right: -60px;
}
@media (max-width: 767px) {
  .cta8-image.right-image {
    margin-right: 0;
    margin-top: 30px;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta8-image.right-image {
    margin-right: 0;
    margin-top: 30px;
    display: none;
  }
}

.cta9 {
  background-position: center bottom;
  padding: 70px 0px 85px 0px;
}

.cta10 .cta10-bg {
  background-color: var(--vtc-bg-main13);
  padding: 60px 0px;
  border-radius: 20px;
}

.cta9-form {
  position: relative;
  margin-top: 30px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cta9-form {
    margin-right: 0;
  }
}
.cta9-form input {
  width: 100%;
  padding: 34px;
  border-radius: 8px;
  background-color: var(--vtc-text-white);
  border: none;
}
.cta9-form input:focus {
  outline-color: var(--vtc-bg-main12);
  outline-width: 1px;
  outline-style: solid;
}
.cta9-form input:focus::-moz-placeholder {
  opacity: 0;
}
.cta9-form input:focus::placeholder {
  opacity: 0;
}
.cta9-form .button {
  position: absolute;
  right: 5px;
  top: 4px;
}

.cta-section-area.others-cta {
  background-color: var(--vtc-bg-main4);
}
.cta-section-area.others-cta .form-area form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--vtc-text-white);
  padding: 20px;
  border-radius: 90px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-section-area.others-cta .form-area form {
    width: 100%;
    left: 0;
    display: inline-block;
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    margin-bottom: 50px;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section-area.others-cta .form-area form {
    left: 0;
    width: 100%;
    top: 0;
    margin-bottom: 50px;
    position: relative;
  }
}
.cta-section-area.others-cta .form-area form .input-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cta-section-area.others-cta .form-area form .input-area {
    margin-bottom: 20px;
  }
}
.cta-section-area.others-cta .form-area form .input-area input {
  width: 100%;
  margin-left: 6px;
  border: none;
  padding: 16px;
}
.cta-section-area.others-cta .form-area form .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}
.cta-section-area.others-cta .form-area form .input-area input::placeholder {
  color: var(--ztc-text-text-3);
  font-weight: var(--ztc-weight-regular);
}
.cta-section-area.others-cta .form-area form .input-area input:focus {
  outline: none;
}
.cta-section-area.others-cta .form-area .btn-area {
  margin-top: 0;
}
.cta-section-area.others-cta .form-area .btn-area a {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
}
.cta-section-area.others-cta .form-area .btn-area a span {
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
}
.cta-section-area.others-cta ul {
  text-align: start !important;
  margin-top: 24px;
}
.cta-section-area.others-cta ul li {
  display: inline-block;
}
.cta-section-area.others-cta ul li:nth-child(1) {
  color: var(--vtc-text-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  line-height: 18px;
}
.cta-section-area.others-cta ul li a {
  color: var(--vtc-text-title1);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 18px; /* 100% */
  transition: all 0.4s;
  padding: 8px 12px;
  border-radius: 40px;
  background: var(--vtc-text-white);
  display: inline-block;
  margin: 0 0 0 12px;
}
.cta-section-area.others-cta ul li a:hover {
  background: var(--vtc-text-title1);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

.cta-13-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -150px;
}
.cta-13-section .cta-13-bg-area {
  position: relative;
  z-index: 1;
  border-radius: 40px;
  padding: 80px 80px 80px;
}
@media (max-width: 767px) {
  .cta-13-section .cta-13-bg-area {
    border-radius: 10px;
    padding: 40px 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-13-section .cta-13-bg-area {
    border-radius: 10px;
    padding: 40px 20px 40px;
  }
}
.cta-13-section .cta-13-bg-area .cta-13-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta-13-section .cta-13-bg-area .cta-13-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.form-area13 {
  position: relative;
  z-index: 1;
}
.form-area13 form {
  position: relative;
  z-index: 1;
}
.form-area13 input {
  width: 100%;
  background: var(--vtc-text-white);
  border-radius: 68px;
  color: var(--Home-Page-3-Color-Paragraph-Color, #47485E);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  border: none;
  outline: none;
  padding: 32px 17px 31px 24px;
}
.form-area13 button {
  outline: none;
  border: none;
  position: absolute;
  right: 8px;
  top: 7px;
}
.cta-13-section .cta-13-bg-area .cta13-img1 {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .cta-13-section .cta-13-bg-area .cta13-img1 {
    margin-top: 30px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-13-section .cta-13-bg-area .cta13-img1 {
    margin-top: 30px;
    position: relative;
  }
}

.cta12-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--vtc-bg-main15);
}

.cta12-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta12-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta12-heading p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.cta12-form-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta12-form-area input {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
  border: none;
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  padding: 18px;
  width: 340px;
}
.cta12-form-area input::-moz-placeholder {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.cta12-form-area input::placeholder {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.cta12-form-area button {
  border: none;
  outline: none;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .cta12-form-area button {
    margin-left: 0;
    margin-top: 20px;
  }
}

.cta12-images-area .img1 {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cta12-images-area .img1 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta12-images-area .img1 {
    position: relative;
    margin-top: 30px;
  }
}
.cta12-images-area .cta12-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cta-11-section {
  position: relative;
  z-index: 2;
}
.cta-11-section .hero11-shape1 {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cta-11-section .hero11-shape1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-11-section .hero11-shape1 {
    display: none;
  }
}
.cta-11-section .cta-11-bg-area {
  padding: 80px;
  border-radius: 40px;
  position: relative;
  margin-bottom: -150px;
}
@media (max-width: 767px) {
  .cta-11-section .cta-11-bg-area {
    padding: 24px;
  }
}

.cta-11-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta-11-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta-11-heading p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.cta-11-heading .cta11-form-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-11-heading .cta11-form-area input {
  border-radius: 68px;
  background: var(--vtc-text-white);
  outline: none;
  border: none;
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  padding: 39px 24px;
  width: 100%;
}
.cta-11-heading .cta11-form-area input::-moz-placeholder {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.cta-11-heading .cta11-form-area input::placeholder {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.cta-11-heading .cta11-form-area button {
  border: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media (max-width: 767px) {
  .cta-11-heading .cta11-form-area button {
    position: relative;
    top: 0;
    right: inherit;
    left: 0;
    margin-top: 16px;
  }
}

.cta14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--vtc-bg-main17);
}

.cta14-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta14-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta14-heading p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.cta14-img img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .cta14-img img {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta14-img img {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
}

.cta15-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta15-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta15-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta15-heading p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.cta15-form-area {
  position: relative;
  z-index: 1;
}
.cta15-form-area {
  position: relative;
  z-index: 1;
}
.cta15-form-area input {
  width: 100%;
  background: var(--vtc-text-white);
  border-radius: 68px;
  color: var(--Home-Page-3-Color-Paragraph-Color, #47485E);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  border: none;
  outline: none;
  padding: 34px 17px 34px 24px;
}
.cta15-form-area button {
  outline: none;
  border: none;
  position: absolute;
  right: 9px;
  top: 8px;
}

.cta-16-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -150px;
}
.cta-16-section .cta-16-bg-area {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  padding: 80px 80px 80px;
  background: var(--vtc-bg-main20);
}
@media (max-width: 767px) {
  .cta-16-section .cta-16-bg-area {
    border-radius: 10px;
    padding: 40px 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-16-section .cta-16-bg-area {
    border-radius: 10px;
    padding: 40px 20px 40px;
  }
}
.cta-16-section .cta-16-bg-area .cta-16-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta-16-section .cta-16-bg-area .cta-16-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta-16-section .cta-16-bg-area .cta-16-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.cta-16-section .cta-16-bg-area .cta-16-heading .btn-area1 .theme-btn31 {
  margin-left: 16px;
}
.cta-16-section .cta-16-bg-area .cta16-img1 {
  position: absolute;
  bottom: 0;
  right: 100px;
}
@media (max-width: 767px) {
  .cta-16-section .cta-16-bg-area .cta16-img1 {
    margin-top: 30px;
    position: relative;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-16-section .cta-16-bg-area .cta16-img1 {
    margin-top: 30px;
    position: relative;
    right: 0;
  }
}

.cta-17-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -150px;
}
.cta-17-section .cta-17-bg-area {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  padding: 70px;
}
@media (max-width: 767px) {
  .cta-17-section .cta-17-bg-area {
    border-radius: 10px;
    padding: 40px 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-17-section .cta-17-bg-area {
    border-radius: 10px;
    padding: 40px 20px 40px;
  }
}
.cta-17-section .cta-17-bg-area .cta-17-heading h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta-17-section .cta-17-bg-area .cta-17-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta-17-section .cta-17-bg-area .cta-17-heading .btn-area1 .theme-btn31 {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .cta-17-section .cta-17-bg-area .cta17-img1 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-17-section .cta-17-bg-area .cta17-img1 {
    margin-top: 30px;
  }
}
.cta17-form-area {
  position: relative;
  z-index: 1;
}
.cta17-form-area {
  position: relative;
  z-index: 1;
}
.cta17-form-area input {
  width: 100%;
  background: var(--vtc-text-white);
  border-radius: 8px;
  color: var(--Home-Page-3-Color-Paragraph-Color, #47485E);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  border: none;
  outline: none;
  padding: 33px 18px;
}
 .cta17-form-area button {
  outline: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 8px;
}

.cta20-section-area {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta20-section-area .elements27 {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.cta20-section-area .cta20-header .theme-btn36-w {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .cta20-section-area .cta20-header .theme-btn36-w {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cta20-section-area .rating-box {
  background: var(--vtc-text-white);
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta20-section-area .rating-box {
    left: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cta20-section-area .rating-box {
    left: 150px;
    margin-top: 30px;
  }
}
.cta20-section-area .rating-box p {
  color: var(--vtc-text-title7);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
}
.cta20-section-area .rating-box ul li {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  border-radius: var(--rounded-sm, 2px);
  background: var(--Color, linear-gradient(90deg, #202CD3 1.1%, #0778F9 100%));
  display: inline-block;
}
.cta20-section-area .cta20-images {
  position: relative;
}
@media (max-width: 767px) {
  .cta20-section-area .cta20-images {
    margin-top: 30px;
    left: -59px;
    top: -88px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta20-section-area .cta20-images {
    margin-top: 30px;
  }
}
.cta20-section-area .cta20-images .img1 {
  position: absolute;
  top: -72px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta20-section-area .cta20-images .img1 {
    top: -150px;
  }
}
.cta20-section-area .cta20-images .img1 .cta-img1-h14 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta20-section-area .cta20-images .elements29 {
  left: -60px;
  top: 150px;
  position: relative;
}

.cta21-section-area {
  position: relative;
  z-index: 1;
  background: var(--vtc-text-title8);
}
.cta21-section-area .cta-header-area21 h2 {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-36);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  letter-spacing: -0.36px;
  transition: all 0.4s;
}
.cta21-section-area .cta-header-area21 p {
  color: var(--vtc-text-pera7);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}
.cta21-section-area .cta-header-area21 {
  position: relative;
  z-index: 1;
  border-radius: 111111px;
  border-top: 1px solid var(--gray-600, #4B5563);
  border-bottom: 1px solid var(--gray-600, #4B5563);
  border-left: 1px solid var(--gray-600, #4B5563);
  background: var(--gray-700, #374151);
}
.cta21-section-area .cta-header-area21 input {
  width: 100%;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  padding-left: 45px;
  color: var(--vtc-text-white);
  outline: none;
  background: none;
  border: none;
}
.cta21-section-area .cta-header-area21 input::-moz-placeholder {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}
.cta21-section-area .cta-header-area21 input::placeholder {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}
.cta21-section-area .cta-header-area21 button {
  position: absolute;
  right: 4px;
  outline: none;
  border: none;
  transition: all 0.4s;
  top: 2px;
}
.cta21-section-area .cta-header-area21 i {
  position: absolute;
  left: 0;
  color: #9CA3AF;
  padding-left: 16px;
  top: 9px;
}
.cta21-section-area .cta-header-area21 span {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 14px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cta21-section-area .cta-header-area21 span {
    line-height: 20px;
  }
}
.cta21-section-area .cta-header-area21 span a {
  color: var(--vtc-text-white) !important;
  transition: all 0.4s;
  display: inline-block;
  font-weight: 700;
}

.cta-22-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -150px;
}
.cta-22-section .cta-22-bg-area {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  padding: 70px;
}
.cta-22-section .cta-22-bg-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 16px;
  background: linear-gradient(270deg, #10343B 8.95%, rgba(16, 52, 59, 0.5) 72.85%);
  z-index: -1;
}
@media (max-width: 767px) {
  .cta-22-section .cta-22-bg-area {
    border-radius: 10px;
    padding: 40px 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-22-section .cta-22-bg-area {
    border-radius: 10px;
    padding: 40px 20px 40px;
  }
}
.cta-22-section .cta-22-bg-area .cta-22-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta-22-section .cta-22-bg-area .cta-22-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta-22-section .cta-22-bg-area .cta-22-heading p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 80%;
}
.cta-22-section .cta-22-bg-area .cta-22-heading .btn-area1 .theme-btn31 {
  margin-left: 16px;
}
.cta-22-section .cta-22-bg-area .cta17-form-area {
  position: relative;
  z-index: 1;
}
.cta-22-section .cta-22-bg-area .cta17-form-area form {
  position: relative;
  z-index: 1;
}
.cta-22-section .cta-22-bg-area .cta17-form-area form input {
  width: 100%;
  background: var(--vtc-text-white);
  border-radius: 8px;
  color: var(--Home-Page-3-Color-Paragraph-Color, #47485E);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  border: none;
  outline: none;
  padding: 22px 18px;
}
.cta-22-section .cta-22-bg-area .cta17-form-area form button {
  outline: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 8px;
}

.cta23-section-area {
  position: relative;
  z-index: 1;
  background: var(--vtc-text-text14);
}
.cta23-section-area .cta23-bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta23-section-area .cta23-bg2 {
  position: absolute;
  top: 0;
  right: 0;
}
.cta23-section-area .cta-header-area23 h2 {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 52px;
  letter-spacing: -0.36px;
  transition: all 0.4s;
}
.cta23-section-area .cta-header-area23 p {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}
.cta23-section-area .cta-header-area23 form {
  position: relative;
  z-index: 1;
  border-radius: 111111px;
  border-top: 1px solid var(--gray-600, #4B5563);
  border-bottom: 1px solid var(--gray-600, #4B5563);
  border-left: 1px solid var(--gray-600, #4B5563);
  background: var(--gray-700, #374151);
  padding: 14px 16px;
}
.cta23-section-area .cta-header-area23 form input {
  width: 100%;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  padding-left: 22px;
  color: var(--vtc-text-white);
  outline: none;
  background: none;
  border: none;
}
.cta23-section-area .cta-header-area23 form input::-moz-placeholder {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}
.cta23-section-area .cta-header-area23 form input::placeholder {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}
.cta23-section-area .cta-header-area23 form button {
  position: absolute;
  right: 0;
  outline: none;
  border: none;
  transition: all 0.4s;
  top: 0;
}
.cta23-section-area .cta-header-area23 form i {
  position: absolute;
  left: 0;
  color: #9CA3AF;
  padding-left: 16px;
  top: 9px;
}
.cta23-section-area .cta-header-area23 span {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 14px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cta23-section-area .cta-header-area23 span {
    line-height: 20px;
  }
}
.cta23-section-area .cta-header-area23 span a {
  color: var(--vtc-text-white) !important;
  transition: all 0.4s;
  display: inline-block;
  font-weight: 700;
}

.cta-24-section {
  position: relative;
  z-index: 2;
  padding: 70px 0 228px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cta-24-section {
    padding: 70px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-24-section {
    padding: 70px 0 100px;
  }
}
.cta-24-section .hero11-shape1 {
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-24-section .hero11-shape1 {
    position: relative;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-24-section .hero11-shape1 {
    position: relative;
    margin-top: 30px;
  }
}
.cta-24-section .cta24-bottom-slider .marketing {
  font-family: var(--f-ff-font-1);
  font-size: 230px;
  font-style: normal;
  font-weight: 700;
  line-height: 230px; /* 100% */
  letter-spacing: -18.4px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 12%, #FFF 92.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-24-section .cta24-bottom-slider .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .cta-24-section .cta24-bottom-slider .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .cta-24-section .cta24-bottom-slider .theme-title p {
    font-size: 16px;
  }
  .cta-24-section .cta24-bottom-slider .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .cta-24-section .cta24-bottom-slider .header-top, .cta-24-section .cta24-bottom-slider .right-nav {
    display: none !important;
  }
  .cta-24-section .cta24-bottom-slider .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .cta-24-section .cta24-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .cta-24-section .cta24-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .cta-24-section .cta24-bottom-slider .counter span {
    font-size: 40px;
  }
  .cta-24-section .cta24-bottom-slider blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .cta-24-section .cta24-bottom-slider blockquote:after {
    width: 100%;
    height: 100px;
  }
  .cta-24-section .cta24-bottom-slider #header-wrap .navbar-brand.logo, .cta-24-section .cta24-bottom-slider .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .cta-24-section .cta24-bottom-slider .comment-navigation .nav-links, .cta-24-section .cta24-bottom-slider .posts-navigation .nav-links, .cta-24-section .cta24-bottom-slider .post-navigation .nav-links {
    display: block;
  }
  .cta-24-section .cta24-bottom-slider .comment-navigation .nav-previous, .cta-24-section .cta24-bottom-slider .posts-navigation .nav-previous, .cta-24-section .cta24-bottom-slider .post-navigation .nav-previous {
    padding-right: 0;
  }
  .cta-24-section .cta24-bottom-slider .comment-navigation .nav-next, .cta-24-section .cta24-bottom-slider .posts-navigation .nav-next, .cta-24-section .cta24-bottom-slider .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .cta-24-section .cta24-bottom-slider .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .cta-24-section .cta24-bottom-slider .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .cta-24-section .cta24-bottom-slider .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .cta-24-section .cta24-bottom-slider .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .cta-24-section .cta24-bottom-slider .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .cta-24-section .cta24-bottom-slider .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .cta-24-section .cta24-bottom-slider .service-list {
    padding-left: 0;
  }
  .cta-24-section .cta24-bottom-slider .service-item.style-1 {
    position: relative;
  }
  .cta-24-section .cta24-bottom-slider .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .cta-24-section .cta24-bottom-slider .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .cta-24-section .cta24-bottom-slider .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .cta-24-section .cta24-bottom-slider .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .cta-24-section .cta24-bottom-slider .round-text {
    width: 130px;
    height: 130px;
  }
  .cta-24-section .cta24-bottom-slider .text-btn-icon {
    font-size: 40px;
  }
  .cta-24-section .cta24-bottom-slider .price-table {
    display: block;
  }
  .cta-24-section .cta24-bottom-slider .price-value h2 {
    font-size: 60px;
  }
  .cta-24-section .cta24-bottom-slider .price-list {
    margin-top: 30px;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-list {
    padding-left: 0;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-item.style-2 {
    position: relative;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .cta-24-section .cta24-bottom-slider .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .cta-24-section .cta24-bottom-slider .award-items {
    display: block;
  }
  .cta-24-section .cta24-bottom-slider .award-title {
    width: 100%;
  }
  .cta-24-section .cta24-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.cta-24-section .cta24-bottom-slider .marquee-wrap {
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 8px;
  transform: rotate(0deg);
}
.cta-24-section .cta24-bottom-slider .marquee-wrap, .cta-24-section .cta24-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: auto;
  position: absolute;
  bottom: -50px;
}
.cta-24-section .cta24-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.cta-24-section .cta24-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.cta-24-section .cta24-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.cta-24-section .cta24-bottom-slider .brand-single-box {
  margin-bottom: 40px;
  position: relative;
  bottom: 13px;
}

.cta-24-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta-24-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta-24-heading p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.cta-24-heading .cta24-form-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-24-heading .cta24-form-area input {
  border-radius: 68px;
  background: var(--vtc-text-white);
  outline: none;
  border: none;
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  padding: 39px 24px;
  width: 100%;
}
.cta-24-heading .cta24-form-area input::-moz-placeholder {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.cta-24-heading .cta24-form-area input::placeholder {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.cta-24-heading .cta24-form-area button {
  border: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media (max-width: 767px) {
  .cta-24-heading .cta24-form-area button {
    position: relative;
    top: 0;
    right: inherit;
    left: 0;
    margin-top: 16px;
  }
}

/*
 ::::::::::::::::::::::::::
  CTA AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero1 {
  min-height: 900px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero1 .hero1-images {
  height: 900px;
  position: relative;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .hero1-images {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .hero1 .hero1-images {
    height: 600px;
  }
}
.hero1 .hero1-images .main-images {
  height: 650px;
  position: relative;
  top: 125px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .hero1-images .main-images {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .hero1 .hero1-images .main-images {
    top: 30px;
  }
}
.hero1 .hero1-images .main-images .image-shape1 {
  position: absolute;
  top: 110px;
  right: -63px;
}
@media (max-width: 767px) {
  .hero1 .hero1-images .main-images .image-shape1 {
    position: absolute;
    top: 110px;
    right: 30px;
    width: 90px;
  }
}
.hero1 .hero1-images .main-images .image-shape2 {
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media (max-width: 767px) {
  .hero1 .hero1-images .main-images .image-shape2 {
    position: absolute;
    bottom: 200px;
    left: 50px;
    width: 90px;
  }
}
.hero1 .hero1-images .sec-element1 {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1 .hero1-images .sec-element1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero1 .hero1-images .sec-element1 {
    display: none;
  }
}
.hero1 .hero1-images .sec-element2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.main-heading1 {
  padding-right: 40px;
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading1 {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .main-heading1 {
    padding-top: 180px;
  }
}
.main-heading1 span.sub-title {
  display: inline-block;
  color: var(--vtc-bg-main1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
}
.main-heading1 span.sub-title img {
  transform: translateY(-2px);
  margin-right: 2px;
}
.main-heading1 h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-64);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 74px; /* 115.625% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading1 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading1 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading1 p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}
.main-heading1 .hero1-counters {
  margin-top: 30px;
}
.main-heading1 .hero1-counters .shape-bg1 {
  height: 75px;
  width: 88px;
  position: absolute;
  top: -24px;
  left: -24px;
}
.main-heading1 .hero1-counters .shape-bg1 .stop-color2 {
  stop-color: rgba(255, 255, 255, 0.1450980392);
}
.main-heading1 .hero1-counters .shape-bg1 .stop-color1 {
  stop-color: rgba(255, 255, 255, 0.2549019608);
}
.main-heading1 .hero1-counters .single-counter {
  position: relative;
  margin-top: 30px;
  margin-left: 20px;
}
.main-heading1 .hero1-counters .single-counter h3 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-60);
}
.main-heading1 .hero1-counters .single-counter p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  padding-top: 6px;
}
.main-heading1 .form-area {
  margin-top: 30px;
  position: relative;
}
.main-heading1 .form-area .single-input {
  margin-right: 120px;
}
.main-heading1 .form-area input {
  padding: 16px;
  width: 100%;
  border-radius: 111px;
  background-color: var(--vtc-bg-common-2);
  border: 1px solid var(--vtc-bg-white10per);
  color: var(--vtc-text-white);
}
.main-heading1 .form-area input::-moz-placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.main-heading1 .form-area input::placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.main-heading1 .form-area input:focus {
  outline-color: var(--vtc-bg-main1);
  outline-width: 1px;
  outline-style: solid;
}
.main-heading1 .form-area input:focus::-moz-placeholder {
  opacity: 0;
}
.main-heading1 .form-area input:focus::placeholder {
  opacity: 0;
}
.main-heading1 .form-area .button {
  position: absolute;
  top: 0;
  right: 10px;
}

.hero2 {
  min-height: 1100px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.hero2 .images-all {
  height: 590px;
}
.hero2 .images-all .image1 {
  position: absolute;
  bottom: 0;
  left: -50%;
  right: -50%;
}
.hero2 .images-all .apps-image {
  position: relative;
  top: 100px;
}

.main-heading2 {
  padding-top: 200px;
}
.main-heading2 h1 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-64);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-74); /* 115.625% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading2 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading2 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading2 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}
.main-heading2 .buttons {
  margin-top: 36px;
}

.hero2-shapes {
  position: absolute;
  bottom: 0;
  height: 600px;
  width: 100%;
}
.hero2-shapes .sec-shape1 {
  position: absolute;
  left: -50px;
  top: 30px;
}
@media (max-width: 767px) {
  .hero2-shapes .sec-shape1 {
    width: 140px;
    left: 0;
    top: 150px;
  }
}
.hero2-shapes .sec-shape2 {
  position: absolute;
  bottom: 40px;
  left: -84px;
}
@media (max-width: 767px) {
  .hero2-shapes .sec-shape2 {
    width: 140px;
    left: 0;
  }
}
.hero2-shapes .sec-shape3 {
  position: absolute;
  right: -70px;
  top: 0px;
}
@media (max-width: 767px) {
  .hero2-shapes .sec-shape3 {
    width: 140px;
    right: 0;
    top: 60px;
  }
}
.hero2-shapes .sec-shape4 {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media (max-width: 767px) {
  .hero2-shapes .sec-shape4 {
    width: 140px;
    right: 0;
    bottom: 50px;
    transform: rotate();
    transform: translateY();
  }
}

.hero3 {
  min-height: 900px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: var(--vtc-bg-common-8);
}
.hero3 .review-area-all {
  padding-top: 40px;
}
.hero3 .review-area-all .award-area {
  display: flex;
  align-items: center;
}
.hero3 .review-area-all .award-area .award-content {
  padding-left: 20px;
}
.hero3 .review-area-all .award-area .award-content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-32); /* 160% */
}
.hero3 .review-area-all .award-area .award-content h6 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-32); /* 160% */
}
.hero3 .review-area-all .award-area .award-content h6 span {
  color: var(--vtc-bg-main5);
  font-weight: var(--f-fw-semibold);
}
.hero3 .review-area-all .review-stars-area ul li {
  display: inline-block;
  color: #FFAD0F;
}
.hero3 .review-area-all .review-stars-area p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-20); /* 100% */
  padding-top: 10px;
}

.main-heading3 {
  padding-top: 90px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading3 {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .main-heading3 {
    padding-top: 150px;
  }
}
.main-heading3 span.sub-title {
  display: inline-block;
  color: var(--vtc-bg-main5);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
}
.main-heading3 span.sub-title img {
  transform: translateY(-3px);
  margin-right: 2px;
}
.main-heading3 h1 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-56);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-64); /* 115.625% */
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading3 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading3 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading3 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
  position: relative;
}
.main-heading3 p img {
  position: absolute;
  top: -160px;
  right: 25px;
  z-index: 0;
}
.main-heading3 .buttons {
  display: flex;
  align-items: center;
}

.hero3-images {
  height: 650px;
  position: relative;
  text-align: end;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .hero3-images {
    height: 500px;
    margin-top: 40px;
  }
}
.hero3-images .main-image {
  position: relative;
  z-index: 4;
}
.hero3-images .shape1 {
  position: absolute;
  top: 100px;
  right: 0;
}
@media (max-width: 767px) {
  .hero3-images .shape1 {
    bottom: 60px;
  }
}
.hero3-images .shape2 {
  position: absolute;
  top: 90px;
  right: 40px;
  z-index: 2;
}

.hero4 {
  min-height: 900px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.main-heading4 {
  padding-right: 40px;
  padding-top: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading4 {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .main-heading4 {
    padding-top: 180px;
  }
}
.main-heading4 span.sub-title {
  display: inline-block;
  color: var(--vtc-bg-main1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
}
.main-heading4 span.sub-title img {
  transform: translateY(-2px);
  margin-right: 2px;
}
.main-heading4 h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-56);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-64); /* 115.625% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading4 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading4 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading4 p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}
.main-heading4 .form-area {
  margin-top: 30px;
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
}
.main-heading4 .form-area .single-input {
  margin-right: 180px;
}
.main-heading4 .form-area input {
  padding: 16px;
  width: 100%;
  border-radius: 111px;
  background-color: var(--vtc-bg-common-2);
  border: 1px solid var(--vtc-bg-white10per);
  color: var(--vtc-text-white);
}
.main-heading4 .form-area input::-moz-placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.main-heading4 .form-area input::placeholder {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.main-heading4 .form-area input:focus {
  outline-color: var(--vtc-bg-main6);
  outline-width: 1px;
  outline-style: solid;
}
.main-heading4 .form-area input:focus::-moz-placeholder {
  opacity: 0;
}
.main-heading4 .form-area input:focus::placeholder {
  opacity: 0;
}
.main-heading4 .form-area .button {
  position: absolute;
  top: 0;
  right: 0;
}

.hero4-images {
  margin-top: 80px;
}
.hero4-images .image1 {
  margin-top: 82px;
}
.hero4-images .image3 {
  margin-top: 60px;
}
.hero4-images .image4 {
  transform: scale(1.1) translateX(-5px);
}
@media (max-width: 767px) {
  .hero4-images .image4 {
    margin-top: 70px;
  }
}
.hero4-images .image5 {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .hero4-images .image5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.hero5 {
  min-height: 900px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.hero5-bg::after {
  content: "";
  position: absolute;
  top: 93px;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/hero/hero5-image.png);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-bg::after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    width: 100%;
    height: 40%;
    background-image: url(../img/hero/hero5-image.png);
    z-index: 1;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero5-bg::after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    width: 100%;
    height: 40%;
    background-image: url(../img/hero/hero5-image.png);
    z-index: 1;
    bottom: 0;
  }
}
.hero5-bg .hero5-images {
  height: 900px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-bg .hero5-images {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero5-bg .hero5-images {
    height: 500px;
  }
}
.hero5-bg .hero5-images .shape1 {
  position: absolute;
  bottom: 50px;
  left: -60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-bg .hero5-images .shape1 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero5-bg .hero5-images .shape1 {
    left: 0;
  }
}
.hero5-bg .hero5-images .shape2 {
  position: absolute;
  bottom: 240px;
  left: 0px;
  z-index: 2;
}

.about5-images .image img {
  width: 100%;
}

.main-heading5 {
  padding-right: 40px;
  padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading5 {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .main-heading5 {
    padding-top: 180px;
  }
}
.main-heading5 span.sub-title {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
}
.main-heading5 span.sub-title img {
  transform: translateY(-2px);
  margin-right: 2px;
  filter: brightness(0) invert(1);
}
.main-heading5 h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-64);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-78); /* 115.625% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading5 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading5 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading5 h1 .unic-text1 {
  position: relative;
  z-index: 1;
}
.main-heading5 h1 .unic-text1 img {
  position: absolute;
  top: -5px;
  right: -40px;
  z-index: -1;
}
.main-heading5 h1 .unic-text2 {
  position: relative;
  color: var(--vtc-bg-main1);
}
.main-heading5 h1 .unic-text2::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--vtc-bg-main1);
}
.main-heading5 p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}
.main-heading5 .buttons {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .main-heading5 .buttons {
    display: block;
  }
}
.main-heading5 .reviews-area {
  display: flex;
  align-items: center;
  padding-top: 60px;
  position: relative;
}
.main-heading5 .reviews-area .review-text {
  padding-left: 50px;
  position: relative;
}
.main-heading5 .reviews-area .review-text ul li {
  display: inline-block;
}
.main-heading5 .reviews-area .review-text ul li.star {
  color: #FACA15;
}
.main-heading5 .reviews-area .review-text ul li.text {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 150%; /* 24px */
}
.main-heading5 .reviews-area .review-text p {
  color: var(--vtc-text-white);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  padding-top: 6px;
}
.main-heading5 .reviews-area .review-text::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 13px;
  height: 30px;
  width: 1px;
  background-color: var(--vtc-bg-white10per);
}

.hero6 {
  min-height: 800px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.hero6 .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .hero6 .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .hero6 .theme-title p {
    font-size: 16px;
  }
  .hero6 .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero6 .header-top, .hero6 .right-nav {
    display: none !important;
  }
  .hero6 .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .hero6 .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .hero6 .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .hero6 .counter span {
    font-size: 40px;
  }
  .hero6 blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .hero6 blockquote:after {
    width: 100%;
    height: 100px;
  }
  .hero6 #header-wrap .navbar-brand.logo, .hero6 .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .hero6 .comment-navigation .nav-links, .hero6 .posts-navigation .nav-links, .hero6 .post-navigation .nav-links {
    display: block;
  }
  .hero6 .comment-navigation .nav-previous, .hero6 .posts-navigation .nav-previous, .hero6 .post-navigation .nav-previous {
    padding-right: 0;
  }
  .hero6 .comment-navigation .nav-next, .hero6 .posts-navigation .nav-next, .hero6 .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .hero6 .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .hero6 .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .hero6 .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .hero6 .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .hero6 .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .hero6 .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .hero6 .service-list {
    padding-left: 0;
  }
  .hero6 .service-item.style-1 {
    position: relative;
  }
  .hero6 .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .hero6 .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .hero6 .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .hero6 .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .hero6 .round-text {
    width: 130px;
    height: 130px;
  }
  .hero6 .text-btn-icon {
    font-size: 40px;
  }
  .hero6 .price-table {
    display: block;
  }
  .hero6 .price-value h2 {
    font-size: 60px;
  }
  .hero6 .price-list {
    margin-top: 30px;
  }
  .hero6 .portfolio-list {
    padding-left: 0;
  }
  .hero6 .portfolio-item.style-2 {
    position: relative;
  }
  .hero6 .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .hero6 .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .hero6 .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .hero6 .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .hero6 .award-items {
    display: block;
  }
  .hero6 .award-title {
    width: 100%;
  }
  .hero6 .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.hero6 .marquee-wrap {
  background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color));
  width: 100%;
  position: relative;
  margin-top: 0px;
  background: linear-gradient(0deg, #091E42 12.66%, rgba(23, 76, 168, 0) 92.61%);
  padding-bottom: 12px;
  transform: rotate(0deg);
}
.hero6 .marquee-wrap, .hero6 .marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}
.hero6 .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero6 .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero6 .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.hero6 .hero6-bottom-slider {
  bottom: 0;
  position: absolute;
  left: 0;
}
.hero6 .brand-single-box {
  margin-bottom: 40px;
  position: relative;
  bottom: 13px;
}

.main-heading6 {
  padding-right: 40px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading6 {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .main-heading6 {
    padding-top: 180px;
  }
}
.main-heading6 span.sub-title {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
}
.main-heading6 span.sub-title img {
  transform: translateY(-2px);
  margin-right: 2px;
  filter: brightness(0) invert(1);
}
.main-heading6 h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-64);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-78); /* 115.625% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading6 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading6 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading6 p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}
.main-heading6 .buttons {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.main-heading6 .reviews-area {
  display: flex;
  align-items: center;
  padding-top: 60px;
  position: relative;
}
.main-heading6 .reviews-area .review-text {
  padding-left: 50px;
  position: relative;
}
.main-heading6 .reviews-area .review-text ul li {
  display: inline-block;
}
.main-heading6 .reviews-area .review-text ul li.star {
  color: #FACA15;
}
.main-heading6 .reviews-area .review-text ul li.text {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 150%; /* 24px */
}
.main-heading6 .reviews-area .review-text p {
  color: var(--vtc-text-white);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  padding-top: 6px;
}
.main-heading6 .reviews-area .review-text::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 13px;
  height: 30px;
  width: 1px;
  background-color: var(--vtc-bg-white10per);
}

.main-heading7 {
  padding-top: 90px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading7 {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .main-heading7 {
    padding-top: 150px;
  }
}
.main-heading7 span.sub-title {
  display: inline-block;
  color: var(--vtc-bg-main5);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
}
.main-heading7 span.sub-title img {
  transform: translateY(-3px);
  margin-right: 2px;
}
.main-heading7 h1 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-64);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-74); /* 115.625% */
  position: relative;
  z-index: 2;
}
.main-heading7 h1 span.unic {
  display: inline-block;
  color: var(--vtc-bg-main10);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading7 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading7 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading7 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
  position: relative;
}
.main-heading7 .buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .main-heading7 .buttons {
    display: block;
  }
}

.review-area-all7 {
  padding-top: 40px;
}
.review-area-all7 .award-area {
  display: flex;
  align-items: center;
}
.review-area-all7 .award-area .award-content {
  padding-left: 20px;
}
.review-area-all7 .award-area .award-content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-24); /* 160% */
}
.review-area-all7 .award-area .award-content h6 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-32); /* 160% */
  padding-top: 8px;
}
.review-area-all7 .award-area .award-content h6 span {
  color: var(--vtc-bg-main10);
  font-weight: var(--f-fw-semibold);
}
.review-area-all7 .review-stars-area ul li {
  display: inline-block;
  color: #FFAD0F;
}
.review-area-all7 .review-stars-area p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-20); /* 100% */
  padding-top: 10px;
}

.hero7 {
  min-height: 800px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero7-images {
  margin-right: -60px;
  margin-top: 80px;
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-images {
    margin-right: 0;
    text-align: start;
  }
}
@media (max-width: 767px) {
  .hero7-images {
    margin-right: 0;
    text-align: start;
  }
}

.hero7-slider-heading p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: uppercase;
  padding-bottom: 40px;
}

.hero7-slider .single {
  width: 150px;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.hero7-slider .single img {
  filter: brightness(0);
  opacity: 0.3;
  transition: all 0.4s;
}
.hero7-slider .single:hover img {
  transition: all 0.4s;
  filter: none;
  opacity: 1;
}

.hero8 {
  min-height: 800px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.main-heading8 {
  padding-right: 40px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading8 {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .main-heading8 {
    padding-top: 180px;
  }
}
.main-heading8 span.sub-title {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
  background-color: var(--vtc-bg-white10per);
  padding: 8px 12px 5px 12px;
  border-radius: 8px;
}
.main-heading8 span.sub-title img {
  transform: translateY(-2px);
  margin-right: 4px;
  filter: brightness(0) invert(1);
}
.main-heading8 h1 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-68); /* 115.625% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading8 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading8 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading8 p {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}

.hero8-form {
  position: relative;
  margin-top: 30px;
}
.hero8-form input {
  width: 100%;
  padding: 32px 20px;
  border-radius: 8px;
  background-color: var(--vtc-text-white);
  border: none;
}
.hero8-form input:focus {
  outline: none;
}
.hero8-form input:focus::-moz-placeholder {
  opacity: 0;
}
.hero8-form input:focus::placeholder {
  opacity: 0;
}
.hero8-form button {
  position: absolute;
  right: 5px;
  top: 4px;
}

.hero8-images {
  position: relative;
  text-align: end;
  height: 570px;
  margin-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-images {
    height: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero8-images {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.hero8-images .shape {
  position: absolute;
  bottom: -20px;
  right: -60px;
}
@media (max-width: 767px) {
  .hero8-images .shape {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-images .shape {
    right: 0;
  }
}

.hero8 .sec-shape {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 0;
}

.hero9 {
  min-height: 1000px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero9-images {
  position: relative;
  height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero9-images {
    height: 450px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .hero9-images {
    height: 450px;
    margin-bottom: 220px;
  }
}
.hero9-images .image1 {
  position: absolute;
  right: -100px;
  bottom: 0;
}
@media (max-width: 767px) {
  .hero9-images .image1 {
    bottom: 0;
    width: 260px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero9-images .image1 {
    bottom: 100px;
    width: 260px;
    right: 0;
  }
}
.hero9-images .image2 {
  position: absolute;
  top: -60px;
}
@media (max-width: 767px) {
  .hero9-images .image2 {
    top: 20px;
    width: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero9-images .image2 {
    top: 20px;
    width: 260px;
  }
}

.hero9-form {
  position: relative;
  margin-top: 30px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .hero9-form {
    margin-right: 0;
  }
}
.hero9-form input {
  width: 100%;
  padding: 34px 21px;
  border-radius: 8px;
  background-color: var(--vtc-text-white);
  border: none;
}
.hero9-form input:focus {
  outline-color: var(--vtc-bg-main12);
  outline-width: 1px;
  outline-style: solid;
}
.hero9-form input:focus::-moz-placeholder {
  opacity: 0;
}
.hero9-form input:focus::placeholder {
  opacity: 0;
}
.hero9-form button {
  position: absolute;
  right: 5px;
  top: 4px;
}

.main-heading9 {
  padding-right: 70px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .main-heading9 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading9 {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .main-heading9 {
    padding-top: 180px;
  }
}
.main-heading9 span.sub-title {
  display: inline-block;
  color: var(--vtc-bg-main12);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
  background-color: var(--vtc-bg-white);
  padding: 8px 12px 5px 12px;
  border-radius: 8px;
}
.main-heading9 span.sub-title img {
  transform: translateY(-2px);
  margin-right: 4px;
}
.main-heading9 h1 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-64);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-74); /* 115.625% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading9 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading9 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading9 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}

.hero10 {
  min-height: 760px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero10-images {
  position: relative;
  height: 760px;
}
.hero10-images .image1 {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 2;
}
.hero10-images .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.main-heading10 {
  padding-right: 70px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .main-heading10 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading10 {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .main-heading10 {
    padding-top: 180px;
  }
}
.main-heading10 span.sub-title {
  display: inline-block;
  color: var(--vtc-bg-main13);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-bottom: 16px;
  background-color: var(--vtc-bg-white);
  padding: 8px 12px 5px 12px;
  border-radius: 8px;
}
.main-heading10 span.sub-title img {
  transform: translateY(-2px);
  margin-right: 4px;
}
.main-heading10 h1 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-56);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-64); /* 115.625% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-heading10 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
@media (max-width: 767px) {
  .main-heading10 h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-48);
  }
}
.main-heading10 p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  text-transform: capitalize;
}

.hero11-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 170px 0 110px;
}
.hero11-section .home11-shape1 {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 70%;
}
.hero11-section .hero11-heading h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  color: var(--vtc-text-text1);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(149, 0, 255, 0.1) 0%, rgba(113, 68, 255, 0.1) 100%);
  padding: 8px;
  display: inline-flex;
  align-items: center;
}
.hero11-section .hero11-heading h5 img {
  margin-top: -1px;
  margin-right: 3px;
}
.hero11-section .hero11-heading h1 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 72px;
}
.hero11-section .hero11-heading h1 span {
  background: var(--Home-Page-3-Color-Gradient-Color, linear-gradient(90deg, #9500FF 0%, #7144FF 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 72px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 767px) {
  .hero11-section .hero11-heading h1 span {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .hero11-section .hero11-heading h1 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero11-section .form-area {
  position: relative;
  z-index: 1;
}
.hero11-section .form-area form {
  position: relative;
  z-index: 1;
}
.hero11-section .form-area form input {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  background: var(--vtc-bg-white);
  border-radius: 90px;
  box-shadow: 0 4px 190px 0 rgba(0, 0, 0, 0.12);
  padding: 28px 10px 28px 22px;
  width: 100%;
  border: none;
  outline: none;
}
.hero11-section .form-area form button {
  outline: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.hero11-section .hero11-images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero11-section .hero11-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero11-section .hero11-images {
    margin-top: 30px;
  }
}
.hero11-section .hero11-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.hero11-section .hero11-images .hero11-shape1 {
  position: absolute;
  bottom: -180px;
  left: 0;
}
.hero11-section .hero11-images .hero11-shape2 {
  position: absolute;
  top: 0;
  left: 0;
}

.hero11-bottom-slider .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .hero11-bottom-slider .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .hero11-bottom-slider .theme-title p {
    font-size: 16px;
  }
  .hero11-bottom-slider .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero11-bottom-slider .header-top, .hero11-bottom-slider .right-nav {
    display: none !important;
  }
  .hero11-bottom-slider .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .hero11-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .hero11-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .hero11-bottom-slider .counter span {
    font-size: 40px;
  }
  .hero11-bottom-slider blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .hero11-bottom-slider blockquote:after {
    width: 100%;
    height: 100px;
  }
  .hero11-bottom-slider #header-wrap .navbar-brand.logo, .hero11-bottom-slider .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .hero11-bottom-slider .comment-navigation .nav-links, .hero11-bottom-slider .posts-navigation .nav-links, .hero11-bottom-slider .post-navigation .nav-links {
    display: block;
  }
  .hero11-bottom-slider .comment-navigation .nav-previous, .hero11-bottom-slider .posts-navigation .nav-previous, .hero11-bottom-slider .post-navigation .nav-previous {
    padding-right: 0;
  }
  .hero11-bottom-slider .comment-navigation .nav-next, .hero11-bottom-slider .posts-navigation .nav-next, .hero11-bottom-slider .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .hero11-bottom-slider .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .hero11-bottom-slider .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .hero11-bottom-slider .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .hero11-bottom-slider .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .hero11-bottom-slider .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .hero11-bottom-slider .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .hero11-bottom-slider .service-list {
    padding-left: 0;
  }
  .hero11-bottom-slider .service-item.style-1 {
    position: relative;
  }
  .hero11-bottom-slider .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .hero11-bottom-slider .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .hero11-bottom-slider .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .hero11-bottom-slider .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .hero11-bottom-slider .round-text {
    width: 130px;
    height: 130px;
  }
  .hero11-bottom-slider .text-btn-icon {
    font-size: 40px;
  }
  .hero11-bottom-slider .price-table {
    display: block;
  }
  .hero11-bottom-slider .price-value h2 {
    font-size: 60px;
  }
  .hero11-bottom-slider .price-list {
    margin-top: 30px;
  }
  .hero11-bottom-slider .portfolio-list {
    padding-left: 0;
  }
  .hero11-bottom-slider .portfolio-item.style-2 {
    position: relative;
  }
  .hero11-bottom-slider .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .hero11-bottom-slider .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .hero11-bottom-slider .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .hero11-bottom-slider .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .hero11-bottom-slider .award-items {
    display: block;
  }
  .hero11-bottom-slider .award-title {
    width: 100%;
  }
  .hero11-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.hero11-bottom-slider .marquee-wrap {
  background: var(--Home-Page-3-Color-Gradient-Color, linear-gradient(90deg, #9500FF 0%, #7144FF 100%));
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 8px;
  transform: rotate(0deg);
}
.hero11-bottom-slider .marquee-wrap, .hero11-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}
.hero11-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero11-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero11-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.hero11-bottom-slider .brand-single-box {
  margin-bottom: 40px;
  position: relative;
  bottom: 13px;
}

.hero13-bottom-slider .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .hero13-bottom-slider .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .hero13-bottom-slider .theme-title p {
    font-size: 16px;
  }
  .hero13-bottom-slider .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero13-bottom-slider .header-top, .hero13-bottom-slider .right-nav {
    display: none !important;
  }
  .hero13-bottom-slider .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .hero13-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .hero13-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .hero13-bottom-slider .counter span {
    font-size: 40px;
  }
  .hero13-bottom-slider blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .hero13-bottom-slider blockquote:after {
    width: 100%;
    height: 100px;
  }
  .hero13-bottom-slider #header-wrap .navbar-brand.logo, .hero13-bottom-slider .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .hero13-bottom-slider .comment-navigation .nav-links, .hero13-bottom-slider .posts-navigation .nav-links, .hero13-bottom-slider .post-navigation .nav-links {
    display: block;
  }
  .hero13-bottom-slider .comment-navigation .nav-previous, .hero13-bottom-slider .posts-navigation .nav-previous, .hero13-bottom-slider .post-navigation .nav-previous {
    padding-right: 0;
  }
  .hero13-bottom-slider .comment-navigation .nav-next, .hero13-bottom-slider .posts-navigation .nav-next, .hero13-bottom-slider .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .hero13-bottom-slider .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .hero13-bottom-slider .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .hero13-bottom-slider .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .hero13-bottom-slider .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .hero13-bottom-slider .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .hero13-bottom-slider .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .hero13-bottom-slider .service-list {
    padding-left: 0;
  }
  .hero13-bottom-slider .service-item.style-1 {
    position: relative;
  }
  .hero13-bottom-slider .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .hero13-bottom-slider .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .hero13-bottom-slider .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .hero13-bottom-slider .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .hero13-bottom-slider .round-text {
    width: 130px;
    height: 130px;
  }
  .hero13-bottom-slider .text-btn-icon {
    font-size: 40px;
  }
  .hero13-bottom-slider .price-table {
    display: block;
  }
  .hero13-bottom-slider .price-value h2 {
    font-size: 60px;
  }
  .hero13-bottom-slider .price-list {
    margin-top: 30px;
  }
  .hero13-bottom-slider .portfolio-list {
    padding-left: 0;
  }
  .hero13-bottom-slider .portfolio-item.style-2 {
    position: relative;
  }
  .hero13-bottom-slider .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .hero13-bottom-slider .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .hero13-bottom-slider .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .hero13-bottom-slider .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .hero13-bottom-slider .award-items {
    display: block;
  }
  .hero13-bottom-slider .award-title {
    width: 100%;
  }
  .hero13-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.hero13-bottom-slider .marquee-wrap {
  background: var(--vtc-text-text3);
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 8px;
  transform: rotate(0deg);
}
.hero13-bottom-slider .marquee-wrap, .hero13-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}
.hero13-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero13-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero13-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.hero13-bottom-slider .brand-single-box {
  margin-bottom: 40px;
  position: relative;
  bottom: 13px;
}

.hero14-bottom-slider .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .hero14-bottom-slider .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .hero14-bottom-slider .theme-title p {
    font-size: 16px;
  }
  .hero14-bottom-slider .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero14-bottom-slider .header-top, .hero14-bottom-slider .right-nav {
    display: none !important;
  }
  .hero14-bottom-slider .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .hero14-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .hero14-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .hero14-bottom-slider .counter span {
    font-size: 40px;
  }
  .hero14-bottom-slider blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .hero14-bottom-slider blockquote:after {
    width: 100%;
    height: 100px;
  }
  .hero14-bottom-slider #header-wrap .navbar-brand.logo, .hero14-bottom-slider .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .hero14-bottom-slider .comment-navigation .nav-links, .hero14-bottom-slider .posts-navigation .nav-links, .hero14-bottom-slider .post-navigation .nav-links {
    display: block;
  }
  .hero14-bottom-slider .comment-navigation .nav-previous, .hero14-bottom-slider .posts-navigation .nav-previous, .hero14-bottom-slider .post-navigation .nav-previous {
    padding-right: 0;
  }
  .hero14-bottom-slider .comment-navigation .nav-next, .hero14-bottom-slider .posts-navigation .nav-next, .hero14-bottom-slider .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .hero14-bottom-slider .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .hero14-bottom-slider .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .hero14-bottom-slider .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .hero14-bottom-slider .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .hero14-bottom-slider .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .hero14-bottom-slider .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .hero14-bottom-slider .service-list {
    padding-left: 0;
  }
  .hero14-bottom-slider .service-item.style-1 {
    position: relative;
  }
  .hero14-bottom-slider .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .hero14-bottom-slider .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .hero14-bottom-slider .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .hero14-bottom-slider .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .hero14-bottom-slider .round-text {
    width: 130px;
    height: 130px;
  }
  .hero14-bottom-slider .text-btn-icon {
    font-size: 40px;
  }
  .hero14-bottom-slider .price-table {
    display: block;
  }
  .hero14-bottom-slider .price-value h2 {
    font-size: 60px;
  }
  .hero14-bottom-slider .price-list {
    margin-top: 30px;
  }
  .hero14-bottom-slider .portfolio-list {
    padding-left: 0;
  }
  .hero14-bottom-slider .portfolio-item.style-2 {
    position: relative;
  }
  .hero14-bottom-slider .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .hero14-bottom-slider .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .hero14-bottom-slider .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .hero14-bottom-slider .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .hero14-bottom-slider .award-items {
    display: block;
  }
  .hero14-bottom-slider .award-title {
    width: 100%;
  }
  .hero14-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.hero14-bottom-slider .marquee-wrap {
  background: var(--vtc-bg-main17);
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 8px;
  transform: rotate(0deg);
}
.hero14-bottom-slider .marquee-wrap, .hero14-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}
.hero14-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero14-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero14-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.hero14-bottom-slider .brand-single-box {
  margin-bottom: 40px;
  position: relative;
  bottom: 13px;
}

.hero16-bottom-slider .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .hero16-bottom-slider .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .hero16-bottom-slider .theme-title p {
    font-size: 16px;
  }
  .hero16-bottom-slider .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero16-bottom-slider .header-top, .hero16-bottom-slider .right-nav {
    display: none !important;
  }
  .hero16-bottom-slider .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .hero16-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .hero16-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .hero16-bottom-slider .counter span {
    font-size: 40px;
  }
  .hero16-bottom-slider blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .hero16-bottom-slider blockquote:after {
    width: 100%;
    height: 100px;
  }
  .hero16-bottom-slider #header-wrap .navbar-brand.logo, .hero16-bottom-slider .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .hero16-bottom-slider .comment-navigation .nav-links, .hero16-bottom-slider .posts-navigation .nav-links, .hero16-bottom-slider .post-navigation .nav-links {
    display: block;
  }
  .hero16-bottom-slider .comment-navigation .nav-previous, .hero16-bottom-slider .posts-navigation .nav-previous, .hero16-bottom-slider .post-navigation .nav-previous {
    padding-right: 0;
  }
  .hero16-bottom-slider .comment-navigation .nav-next, .hero16-bottom-slider .posts-navigation .nav-next, .hero16-bottom-slider .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .hero16-bottom-slider .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .hero16-bottom-slider .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .hero16-bottom-slider .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .hero16-bottom-slider .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .hero16-bottom-slider .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .hero16-bottom-slider .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .hero16-bottom-slider .service-list {
    padding-left: 0;
  }
  .hero16-bottom-slider .service-item.style-1 {
    position: relative;
  }
  .hero16-bottom-slider .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .hero16-bottom-slider .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .hero16-bottom-slider .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .hero16-bottom-slider .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .hero16-bottom-slider .round-text {
    width: 130px;
    height: 130px;
  }
  .hero16-bottom-slider .text-btn-icon {
    font-size: 40px;
  }
  .hero16-bottom-slider .price-table {
    display: block;
  }
  .hero16-bottom-slider .price-value h2 {
    font-size: 60px;
  }
  .hero16-bottom-slider .price-list {
    margin-top: 30px;
  }
  .hero16-bottom-slider .portfolio-list {
    padding-left: 0;
  }
  .hero16-bottom-slider .portfolio-item.style-2 {
    position: relative;
  }
  .hero16-bottom-slider .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .hero16-bottom-slider .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .hero16-bottom-slider .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .hero16-bottom-slider .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .hero16-bottom-slider .award-items {
    display: block;
  }
  .hero16-bottom-slider .award-title {
    width: 100%;
  }
  .hero16-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.hero16-bottom-slider .marquee-wrap {
  background: var(--vtc-text-text7);
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 8px;
  transform: rotate(0deg);
}
.hero16-bottom-slider .marquee-wrap, .hero16-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: 70px;
}
.hero16-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero16-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero16-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.hero16-bottom-slider .brand-single-box {
  margin-bottom: 40px;
  position: relative;
  bottom: 13px;
}

.inner-hero {
  min-height: 410px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.inner-hero .inner-main-heading {
  padding-top: 80px;
}
.inner-hero .inner-main-heading h1 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-56);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-56); /* 100% */
}
@media (max-width: 767px) {
  .inner-hero .inner-main-heading h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-40);
  }
}
.inner-hero .inner-main-heading .breadcrumbs-pages {
  padding-top: 12px;
}
.inner-hero .inner-main-heading .breadcrumbs-pages ul li {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
}
.inner-hero .inner-main-heading .breadcrumbs-pages ul li.angle {
  padding: 0px 3px;
}
.inner-hero .inner-main-heading .breadcrumbs-pages ul li a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.inner-hero .inner-main-heading .breadcrumbs-pages ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main11);
}

.her012-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 200px 0 60px;
}

.hero12-shape1 {
  position: absolute;
  top: 100px;
}
@media (max-width: 767px) {
  .hero12-shape1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-shape1 {
    display: none;
  }
}

.hero12-shape2 {
  position: absolute;
  top: 100px;
  right: 0;
}
@media (max-width: 767px) {
  .hero12-shape2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero12-shape2 {
    display: none;
  }
}

.hero12-heading h5 {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px; /* 100% */
  display: inline-flex;
  padding: 8px;
  align-items: center;
}
.hero12-heading h5 img {
  margin: -1px 5px 0 0;
}
.hero12-heading h2 {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 72px;
}
@media (max-width: 767px) {
  .hero12-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero12-heading p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.4px;
}
.hero12-heading .btn-area1 .theme-btn25 {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero12-heading .btn-area1 .theme-btn25 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.hero12-images-slider {
  position: relative;
  z-index: 1;
}
.hero12-images-slider .slick-list {
  overflow: inherit;
}

.hero12-img {
  margin: 0 10px;
}
.hero12-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.hero12-brand-slider {
  position: relative;
  z-index: 1;
}
.hero12-brand-slider .slick-list {
  overflow: inherit;
}

.hero13-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 180px 0 130px;
}
@media (max-width: 767px) {
  .hero13-section {
    padding: 170px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero13-section {
    padding: 170px 0 60px;
  }
}

.hero13-heading h5 {
  color: var(--vtc-text-text3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.hero13-heading h5 img {
  margin: -2px 4px 0 0;
}
.hero13-heading h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 72px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero13-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}

.form13-area {
  position: relative;
  z-index: 1;
}
.form13-area form {
  position: relative;
  z-index: 1;
}
.form13-area input {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  background: var(--vtc-bg-white);
  border-radius: 90px;
  box-shadow: 0 4px 190px 0 rgba(0, 0, 0, 0.12);
  padding: 32px 10px 32px 22px;
  width: 100%;
  border: none;
  outline: none;
}
.form13-area button {
  outline: none;
  border: none;
  position: absolute;
  right: 7px;
  top: 7px;
}

@media (max-width: 767px) {
  .hero13-img1 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero13-img1 {
    margin-top: 30px;
  }
}
.hero13-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.hero13-slider-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bottom13-headsing h3 {
  color: var(--vtc-text-title3);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 32px;
}

.hero13-brand-slider-area {
  position: relative;
  z-index: 1;
}
.hero13-brand-slider-area .hero13-brand {
  border-radius: 350px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #F4F4F4;
  padding: 25px 40px;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 10px;
}
.hero13-brand-slider-area .hero13-brand:hover {
  border-radius: 300px;
  border: 1.2px solid var(--Home-Page-5-Color-Main-Color, #FD6543);
  background: rgba(253, 101, 67, 0.1);
  transition: all 0.4s;
}
.hero13-brand-slider-area .hero13-brand img {
  filter: brightness(0);
}

.hero14-section {
  padding: 170px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero14-section {
    padding: 170px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero14-section {
    padding: 170px 0 60px;
  }
}

.hero14-heading h5 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-flex;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  align-items: center;
}
.hero14-heading h5 img {
  margin: -2px 5px 0 0;
}
.hero14-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero14-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero14-heading h3 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero14-heading h3 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero14-heading p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.hero14-img1 {
  position: relative;
  z-index: 1;
}
.hero14-img1 .hero14-shape1 {
  position: absolute;
  left: -100px;
  bottom: 0;
}
.hero14-img1 .hero14-shape2 {
  position: absolute;
  top: 0;
  left: -100px;
}
.hero14-img1 .hero14-shape3 {
  position: absolute;
  top: 0;
  right: 0px;
}

.hero15-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 180px 0 100px 0;
}

.hero15-heading h5 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 12px;
}
.hero15-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 72px;
}
@media (max-width: 767px) {
  .hero15-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero15-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}

@media (max-width: 767px) {
  .hero15-img {
    margin-top: 30px;
  }
}
.hero15-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.hero16-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 190px 0 0;
}
.hero16-section .heading16-area h5 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 12px;
}

.hero16-section .heading16-area h5 img {
  margin-right: 3px;
}

.hero16-section .heading16-area h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 72px;
}
@media (max-width: 767px) {
  .hero16-section .heading16-area h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero16-section .heading16-area p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
}
.hero16-section .heading16-area .btn-area1 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero16-section .heading16-area .btn-area1 {
    display: inline-block;
  }
}
.hero16-section .heading16-area .btn-area1 .phn-call-area {
  margin-left: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero16-section .heading16-area .btn-area1 .phn-call-area {
    margin-left: 0;
    margin-top: 16px;
  }
}
.hero16-section .heading16-area .btn-area1 .phn-call-area .icons {
  height: 48px;
  width: 48px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  transition: all 0.4s;
  text-align: center;
  line-height: 48px;
}
.hero16-section .heading16-area .btn-area1 .phn-call-area .text {
  margin-left: 10px;
}
.hero16-section .heading16-area .btn-area1 .phn-call-area .text span {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.hero16-section .heading16-area .btn-area1 .phn-call-area .text a {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero16-section .hero16-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero16-section .hero16-img {
    margin-top: 30px;
  }
}
.hero16-section .hero16-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.hero17-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 170px 0 130px;
}

.hero17-heading h2 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 72px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero17-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero17-heading p {
  color: var(--vtc-text-pera3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.hero17-heading .btn-area1 .theme-btn33 {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero17-heading .btn-area1 .theme-btn33 {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .hero17-img1 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero17-img1 {
    margin-top: 30px;
  }
}
.hero17-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.hero17-brand-area .hero17-bg-area {
  position: relative;
  z-index: 2;
}

.hero17-slider-heading p {
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-30); /* 100% */
  padding-bottom: 40px;
}

.hero17-slider .single {
  width: 150px;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 40px;
}
.hero17-slider .single img {
  filter: brightness(0);
  transition: all 0.4s;
}

.hero18-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/hero18-bg1.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 200px;
  overflow: hidden;
}

.hero18-section-area .hero-header h5 img {
    margin-right: 3px;
    margin-top: -2px;
}

.hero18-section-area .hero-header h5 {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding: 8px 14px;
}
@media (max-width: 767px) {
  .hero18-section-area .hero-header h5 {
    line-height: 14px;
    font-size: var(--f-fs-font-14);
  }
}
.hero18-section-area .hero-header h5 svg {
  margin: -3px 4px 0 0;
}
.hero18-section-area .hero-header h1 {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}
@media (max-width: 767px) {
  .hero18-section-area .hero-header h1 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero18-section-area .hero-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--f-ff-font-1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.hero18-section-area .images {
  position: relative;
}
@media (max-width: 767px) {
  .hero18-section-area .images {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero18-section-area .images {
    margin-top: 50px;
  }
}
.hero18-section-area .images .phone-all-area {
  background: var(--vtc-bg-white);
  border-radius: 110px;
  padding: 16px 36px 16px 16px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 50%;
  margin-top: -47px;
  z-index: 2;
}
.hero18-section-area .images .phone-all-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main22);
}
.hero18-section-area .images .phone-all-area .hero18-text {
  padding-left: 10px;
}
.hero18-section-area .images .phone-all-area .hero18-text span {
  color: var(--vtc-text-title5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}
.hero18-section-area .images .phone-all-area .hero18-text a {
  color: var(--vtc-text-title5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.hero18-section-area .images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.hero19-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 150px 0 0;
}
.hero19-section-area .bg1 img {
  position: absolute;
  top: 130px;
  right: 0;
  width: 52%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero19-section-area .bg1 img {
    top: inherit;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero19-section-area .bg1 img {
    bottom: 0;
    top: inherit;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero19-section-area .bg1 img {
    bottom: 0;
    top: inherit;
    width: 100%;
  }
}
.hero19-section-area .hero-bg2 {
  position: absolute;
  left: 0;
  top: 0;
}
.hero19-section-area .elements26 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero19-section-area .hero19-images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero19-section-area .hero19-images-area {
    margin-top: 50px;
  }
}
.hero19-section-area .hero19-images-area .icons .icons1 {
  position: absolute;
  left: -100px;
  top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero19-section-area .hero19-images-area .icons .icons1 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero19-section-area .hero19-images-area .icons .icons1 {
    left: 0;
  }
}
.hero19-section-area .hero19-images-area .icons .icons2 {
  position: absolute;
  right: -200px;
  top: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero19-section-area .hero19-images-area .icons .icons2 {
    right: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero19-section-area .hero19-images-area .icons .icons2 {
    right: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero19-section-area .hero19-images-area .icons .icons2 {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .hero19-section-area .hero19-images-area .icons .icons2 {
    right: -40px;
    top: -50px;
  }
}
.hero19-section-area .hero19-images-area .icons .elements25 {
  position: absolute;
  bottom: 200px;
  left: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero19-section-area .hero19-images-area .icons .elements25 {
    left: -50px;
  }
}
.hero19-section-area .hero19-images-area .img1 {
  position: relative;
  left: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero19-section-area .hero19-images-area .img1 {
    left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero19-section-area .hero19-images-area .img1 {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero19-section-area .hero19-images-area .img1 {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .hero19-section-area .hero19-images-area .img1 {
    left: 0;
  }
}
.hero19-section-area .hero19-images-area .author-img {
  position: absolute;
  right: -200px;
  z-index: 1;
  bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero19-section-area .hero19-images-area .author-img {
    right: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero19-section-area .hero19-images-area .author-img {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .hero19-section-area .hero19-images-area .author-img {
    right: inherit;
    left: 0;
  }
}

.hero20-section-area {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 0;
}
.hero20-section-area .elements27 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .hero20-section-area .elements27 {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero20-section-area .elements27 {
    height: 100%;
  }
}
.hero20-section-area .hero-header20 .theme-btn36-w {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero20-section-area .hero-header20 .theme-btn36-w {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero20-section-area .header20-images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero20-section-area .header20-images-area {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero20-section-area .header20-images-area {
    margin-top: 50px;
  }
}
.hero20-section-area .header20-images-area .img1 {
  position: relative;
}
.hero20-section-area .header20-images-area .img1 img.header-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero20-section-area .header20-images-area .img1 .elements28 {
  position: absolute;
  left: -100px;
  top: 100px;
}
@media (max-width: 767px) {
  .hero20-section-area .header20-images-area .img1 .elements28 {
    display: none;
  }
}
.hero20-section-area .header20-images-area .img1 .elements29 {
  position: absolute;
  left: -70px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero20-section-area .header20-images-area .img1 .elements29 {
    display: none;
  }
}
.hero20-section-area .header20-images-area .img1 .others-box {
  background: #fff;
  display: flex;
  border-radius: 4px;
  padding: 14px 16px;
  align-items: center;
  width: 320px;
  position: absolute;
  bottom: 50px;
}
.hero20-section-area .header20-images-area .img1 .others-box p {
  color: #272937;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-left: 8px;
}

.hero15-section-area {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .hero15-section-area {
    padding: 150px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero15-section-area {
    padding: 150px 0 0;
  }
}
.hero15-section-area .hero15-header {
  position: relative;
  z-index: 1;
}
.hero15-section-area .hero15-header h5 {
  color: var(--gray-700, #374151);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 30px;
  background: var(--gray-50, #F9FAFB);
  padding: 8px 12px;
}
.hero15-section-area .hero15-header h5 span {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-12);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 10px;
  background: var(--vtc-bg-main25);
  padding: var(--05, 2px) var(--3, 12px);
  margin: 0 10px 0 0;
}
.hero15-section-area .hero15-header h5 i {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
}
.hero15-section-area .hero15-header h1 {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 66px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.hero15-section-area .hero15-header h1 img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero15-section-area .hero15-header h1 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero15-section-area .hero15-header p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero15-section-area .hero15-header .btn-area1 .theme-btn38 {
    margin-top: 20px;
    margin-left: 0;
  }
}
.hero15-section-area .hero15-header .btn-area1 .theme-btn38 i {
  margin: 0 4px 0 0;
}
.hero15-section-area .hero15-header .btn-area1 .theme-btn38:hover {
  color: var(--vtc-text-white);
}
.hero15-section-area .hero15-header .author-area {
  display: flex;
  align-items: center;
}
.hero15-section-area .hero15-header .author-area img {
  margin: 0 16px 0 0;
}
.hero15-section-area .hero15-header .author-area .list-area {
  padding-left: 16px;
  border-left: 1px solid #d1d1d1;
}
.hero15-section-area .hero15-header .author-area .list-area ul li {
  display: inline-block;
  color: #FACA15;
}
.hero15-section-area .hero15-header .author-area .list-area ul li:nth-last-child(1) {
  color: var(--vtc-text-pera7);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 150%;
}
.hero15-section-area .hero15-header .author-area .list-area p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}
.hero15-section-area .hero15-header .author-area .list-area p span {
  font-weight: 700 !important;
  display: inline-block;
}
.hero15-section-area .images15-area {
  position: relative;
  z-index: 1;
  left: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero15-section-area .images15-area {
    left: 0;
  }
}
@media (max-width: 767px) {
  .hero15-section-area .images15-area {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero15-section-area .images15-area {
    left: 0;
  }
}
.hero15-section-area .images15-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero15-section-area .images15-area .elements32 {
  position: absolute;
  bottom: 30%;
  left: -80px;
}
.hero15-section-area .images15-area .elements34 {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.hero15-section-area .images15-area .elements35 {
  position: absolute;
  top: 18%;
  left: 0;
}
@media (max-width: 767px) {
  .hero15-section-area .images15-area .elements35 {
    display: none;
  }
}
.hero15-section-area .images15-area .elements36 {
  position: absolute;
  top: 40%;
  right: -65px;
}
.hero15-section-area .hero-bg3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
}

.hero22-slider-area .slick-slide.slick-current.slick-active h5 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero22-slider-area .slick-slide.slick-current.slick-active h1 {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero22-slider-area .slick-slide.slick-current.slick-active p {
  transition: transform 1700ms ease, opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}
.hero22-slider-area .slick-slide.slick-current.slick-active .hero22-btnarea1 {
  transition: transform 1800ms ease, opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}
.hero22-slider-area .hero22-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 245px 0 150px;
}
@media (max-width: 767px) {
  .hero22-slider-area .hero22-section {
    padding: 180px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero22-slider-area .hero22-section {
    padding: 180px 0 100px;
  }
}
.hero22-slider-area .hero22-section::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #10343B 8.95%, rgba(16, 52, 59, 0.5) 72.85%);
  z-index: -1;
}
.hero22-slider-area .hero22-section .hero22-shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero22-slider-area .hero22-section .heading26 {
  overflow: hidden;
}
.hero22-slider-area .hero22-section .heading26 h5 {
  text-transform: uppercase;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.hero22-slider-area .hero22-section .heading26 h1 {
  overflow: hidden;
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}
.hero22-slider-area .hero22-section .heading26 p {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}
.hero22-slider-area .hero22-section .heading26 .hero22-btnarea1 {
  transition: transform 1400ms ease, opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}
.hero22-slider-area .hero22-section .heading26 .play-btn {
  margin-left: 28px;
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero22-slider-area .hero22-section .heading26 .play-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero22-slider-area .hero22-section .heading26 .play-btn span {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--vtc-text-text13);
  background: var(--vtc-bg-white);
  font-size: var(--f-fs-font-20);
  margin: 0 10px 0 0;
}
.hero22-slider-area .hero22-section .counter-boxarea .counter22-boxarea {
  padding-top: 24px;
}
.hero22-slider-area .hero22-section .counter-boxarea .counter22-boxarea h3 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-36);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 36px;
}
.hero22-slider-area .hero22-section .counter-boxarea .counter22-boxarea p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px; /* 100% */
}

.hero22-arrows {
  position: relative;
  z-index: 1;
}
.hero22-arrows .testimonial-arrows {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  right: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero22-arrows .testimonial-arrows {
    bottom: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero22-arrows .testimonial-arrows {
    top: 60%;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .hero22-arrows .testimonial-arrows {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero22-arrows .testimonial-arrows {
    bottom: 50px;
  }
}
.hero22-arrows .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--vtc-bg-white);
  font-size: var(--ztc-font-size-font-s20);
}
.hero22-arrows .testimonial-arrows button:hover {
  background: var(--vtc-bg-main26);
  transition: all 0.4s;
  color: var(--vtc-text-title9);
}
.hero22-arrows .testimonial-arrows .testimonial-next22-arrow {
  margin-top: 12px;
}

.hero23-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 0;
}
.hero23-section .hero23-bg1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero23-section .heading23-area h5 {
  color: var(--vtc-text-text14);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  background: rgba(11, 60, 220, 0.05);
  padding: 8px 12px;
}
.hero23-section .heading23-area h5 img {
  margin: -3px 4px 0 0;
}
.hero23-section .heading23-area h2 {
  color: var(--vtc-text-title10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 70px;
}
@media (max-width: 767px) {
  .hero23-section .heading23-area h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.hero23-section .heading23-area p {
  color: var(--vtc-text-pera9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
}
.hero23-section .heading23-area .btn-area1 .theme-btn41-w {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .hero23-section .heading23-area .btn-area1 .theme-btn41-w {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero23-section .heading23-area h4 {
  color: var(--vtc-text-title10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
}
.hero23-section .hero23-bottom-content {
  display: flex;
  align-items: center;
}
.hero23-section .hero23-bottom-content .bottom-text {
  padding-top: 24px;
}
.hero23-section .hero23-bottom-content .bottom-text p {
  color: var(--vtc-text-pera9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
}
.hero23-section .hero23-bottom-content .bottom2-text {
  padding-left: 24px;
  padding-top: 24px;
}
.hero23-section .hero23-bottom-content .bottom2-text span {
  color: var(--vtc-text-pera9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 22px;
  display: inline-block;
}
.hero23-section .hero23-bottom-content .bottom2-text span svg {
  margin: -4px 4px 0 0;
}
.hero23-section .hero23-bottom-content .bottom2-text ul li {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  background: var(--vtc-bg-main27);
  color: var(--vtc-text-white);
}
.hero23-section .hero23-img1 {
  position: relative;
}
@media (max-width: 767px) {
  .hero23-section .hero23-img1 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero23-section .hero23-img1 {
    margin-top: 30px;
  }
}
.hero23-section .hero23-img1 .others23-arrow1 {
  position: absolute;
  top: 100px;
  left: -50px;
}
.hero23-section .hero23-img1 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.hero24-section {
  position: relative;
  z-index: 1;
  padding: 225px 0 550px;
}
@media (max-width: 767px) {
  .hero24-section {
    padding: 180px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero24-section {
    padding: 180px 0 0;
  }
}
.hero24-section img.hero24-shape1 {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -190px;
  top: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero24-section img.hero24-shape1 {
    position: relative;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .hero24-section img.hero24-shape1 {
    position: relative;
    top: 30px;
  }
}
.hero24-section .hero23-bottom-slider .marketing {
  font-family: var(--f-ff-font-1);
  font-size: 230px;
  font-style: normal;
  font-weight: 700;
  line-height: 230px; /* 100% */
  letter-spacing: -18.4px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 12%, #FFF 92.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero24-section .hero23-bottom-slider .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .hero24-section .hero23-bottom-slider .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .hero24-section .hero23-bottom-slider .theme-title p {
    font-size: 16px;
  }
  .hero24-section .hero23-bottom-slider .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero24-section .hero23-bottom-slider .header-top, .hero24-section .hero23-bottom-slider .right-nav {
    display: none !important;
  }
  .hero24-section .hero23-bottom-slider .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .hero24-section .hero23-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .hero24-section .hero23-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .hero24-section .hero23-bottom-slider .counter span {
    font-size: 40px;
  }
  .hero24-section .hero23-bottom-slider blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .hero24-section .hero23-bottom-slider blockquote:after {
    width: 100%;
    height: 100px;
  }
  .hero24-section .hero23-bottom-slider #header-wrap .navbar-brand.logo, .hero24-section .hero23-bottom-slider .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .hero24-section .hero23-bottom-slider .comment-navigation .nav-links, .hero24-section .hero23-bottom-slider .posts-navigation .nav-links, .hero24-section .hero23-bottom-slider .post-navigation .nav-links {
    display: block;
  }
  .hero24-section .hero23-bottom-slider .comment-navigation .nav-previous, .hero24-section .hero23-bottom-slider .posts-navigation .nav-previous, .hero24-section .hero23-bottom-slider .post-navigation .nav-previous {
    padding-right: 0;
  }
  .hero24-section .hero23-bottom-slider .comment-navigation .nav-next, .hero24-section .hero23-bottom-slider .posts-navigation .nav-next, .hero24-section .hero23-bottom-slider .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .hero24-section .hero23-bottom-slider .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .hero24-section .hero23-bottom-slider .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .hero24-section .hero23-bottom-slider .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .hero24-section .hero23-bottom-slider .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .hero24-section .hero23-bottom-slider .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .hero24-section .hero23-bottom-slider .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .hero24-section .hero23-bottom-slider .service-list {
    padding-left: 0;
  }
  .hero24-section .hero23-bottom-slider .service-item.style-1 {
    position: relative;
  }
  .hero24-section .hero23-bottom-slider .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .hero24-section .hero23-bottom-slider .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .hero24-section .hero23-bottom-slider .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .hero24-section .hero23-bottom-slider .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .hero24-section .hero23-bottom-slider .round-text {
    width: 130px;
    height: 130px;
  }
  .hero24-section .hero23-bottom-slider .text-btn-icon {
    font-size: 40px;
  }
  .hero24-section .hero23-bottom-slider .price-table {
    display: block;
  }
  .hero24-section .hero23-bottom-slider .price-value h2 {
    font-size: 60px;
  }
  .hero24-section .hero23-bottom-slider .price-list {
    margin-top: 30px;
  }
  .hero24-section .hero23-bottom-slider .portfolio-list {
    padding-left: 0;
  }
  .hero24-section .hero23-bottom-slider .portfolio-item.style-2 {
    position: relative;
  }
  .hero24-section .hero23-bottom-slider .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .hero24-section .hero23-bottom-slider .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .hero24-section .hero23-bottom-slider .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .hero24-section .hero23-bottom-slider .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .hero24-section .hero23-bottom-slider .award-items {
    display: block;
  }
  .hero24-section .hero23-bottom-slider .award-title {
    width: 100%;
  }
  .hero24-section .hero23-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.hero24-section .hero23-bottom-slider .marquee-wrap {
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 8px;
  transform: rotate(0deg);
}
.hero24-section .hero23-bottom-slider .marquee-wrap, .hero24-section .hero23-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: auto;
  position: absolute;
  bottom: 100px;
}
.hero24-section .hero23-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.hero24-section .hero23-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.hero24-section .hero23-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.hero24-section .hero23-bottom-slider .brand-single-box {
  margin-bottom: 40px;
  position: relative;
  bottom: 13px;
}
.hero24-section .hero24-cloud {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.hero24-section .hero24-main-heading h5 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  display: inline-block;
}
.hero24-section .hero24-main-heading h5 img {
  filter: brightness(0) invert(1);
  margin: -4px 4px 0 0;
}
@media (max-width: 767px) {
  .hero24-section .hero24-main-heading h5 {
    font-size: var(--f-fs-font-14);
    line-height: 14px;
  }
}
.hero24-section .hero24-main-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 72px; /* 120% */
}
@media (max-width: 767px) {
  .hero24-section .hero24-main-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .hero24-section .hero24-heading-form {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero24-section .hero24-heading-form {
    padding-top: 20px;
  }
}
.hero24-section .hero24-heading-form p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 24px;
}
.hero24-form-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero24-form-area input {
  border-radius: 68px;
  background: var(--vtc-text-white);
  outline: none;
  border: none;
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  padding: 35px 24px;
  width: 100%;
}
.hero24-form-area input::-moz-placeholder {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.hero24-form-area input::placeholder {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.hero24-form-area button {
  border: none;
  outline: none;
  position: absolute;
  right: 7px;
  top: 8px;
}
@media (max-width: 767px) {
  .hero24-form-area button {
    position: relative;
    top: 0;
    right: inherit;
    left: 0;
    margin-top: 16px;
  }
}

.hero25-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 170px 0 110px;
}
.hero25-section .hero25-shape4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .hero25-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero25-heading {
    margin-bottom: 30px;
  }
}
.hero25-heading h5 {
  border-radius: 8px;
  background: rgba(170, 204, 37, 0.1);
  padding: 6px 8px;
  color: var(--vtc-text-text16);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero25-heading h5 {
    font-size: var(--f-fs-font-14);
    line-height: 14px;
  }
}
.hero25-heading h5 img {
  margin: -4px 4px 0 0;
}
.hero25-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
}
@media (max-width: 767px) {
  .hero25-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}

.hero25-images-area {
  position: relative;
  z-index: 1;
  top: 50px;
}
.hero25-images-area .hero25-shape1 {
  position: absolute;
  top: 60px;
}
.hero25-images-area .hero25-shape2 {
  position: absolute;
  bottom: 50px;
  right: 0;
}
.hero25-images-area .hero25-shape3 {
  position: relative;
  z-index: -1;
}
.hero25-images-area .img1 img {
  position: absolute;
  top: -77px;
  left: 50px;
  z-index: -1;
}

.hero25-author-area {
  background: var(--vtc-bg-white);
  border-radius: 20px;
  padding: 24px;
}
@media (max-width: 767px) {
  .hero25-author-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero25-author-area {
    margin-top: 30px;
  }
}
.hero25-author-area .hero25-author-text h2 {
  color: var(--vtc-text-title12);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 60px;
}
.hero25-author-area .hero25-author-text p {
  color: var(--vtc-text-pera11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
}

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
.preloader1 {
  /* Preloader Styling */
  /* Progress Bar at Top */
  /* Title Logo in Center with Rotation */
  /* Typing Text Animation */
  /* Preloader Exit Animation */
}
.preloader1 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* Black background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: transform 0.5s ease-in-out;
}
.preloader1 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--vtc-bg-main1); /* Blue progress bar */
  animation: progress 2.5s ease-in-out forwards;
  border-radius: 8px;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.preloader1 .title-logo img {
  width: 120px; /* Adjust logo size */
  height: auto;
  animation: rotate 12s linear infinite;
}
.preloader1 .preloader-exit .title-logo {
  transform: scale(0);
  transition: all 0.9s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader1 .loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.preloader1 .loading-text span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fff; /* Cursor effect */
  animation: typing 2s steps(10, end) infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.preloader1 .preloader-exit {
  transform: translateY(-100%);
}

.preloader2 {
  /* Preloader Styling */
  /* Progress Bar at Top */
  /* Title Logo in Center with Rotation */
  /* Typing Text Animation */
  /* Preloader Exit Animation */
}
.preloader2 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* Black background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: transform 0.5s ease-in-out;
}
.preloader2 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--vtc-bg-main10); /* Blue progress bar */
  animation: progress 2.5s ease-in-out forwards;
  border-radius: 8px;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.preloader2 .title-logo img {
  width: 120px; /* Adjust logo size */
  height: auto;
  animation: rotate 12s linear infinite;
}
.preloader2 .preloader-exit .title-logo {
  transform: scale(0);
  transition: all 0.9s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader2 .loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.preloader2 .loading-text span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fff; /* Cursor effect */
  animation: typing 2s steps(10, end) infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.preloader2 .preloader-exit {
  transform: translateY(-100%);
}

.preloader4 {
  /* Preloader Styling */
  /* Progress Bar at Top */
  /* Title Logo in Center with Rotation */
  /* Typing Text Animation */
  /* Preloader Exit Animation */
}
.preloader4 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* Black background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: transform 0.5s ease-in-out;
}
.preloader4 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--vtc-bg-main11); /* Blue progress bar */
  animation: progress 2.5s ease-in-out forwards;
  border-radius: 8px;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.preloader4 .title-logo img {
  width: 120px; /* Adjust logo size */
  height: auto;
  animation: rotate 12s linear infinite;
}
.preloader4 .preloader-exit .title-logo {
  transform: scale(0);
  transition: all 0.9s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader4 .loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.preloader4 .loading-text span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fff; /* Cursor effect */
  animation: typing 2s steps(10, end) infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.preloader4 .preloader-exit {
  transform: translateY(-100%);
}

.preloader5 {
  /* Preloader Styling */
  /* Progress Bar at Top */
  /* Title Logo in Center with Rotation */
  /* Typing Text Animation */
  /* Preloader Exit Animation */
}
.preloader5 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* Black background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: transform 0.5s ease-in-out;
}
.preloader5 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--vtc-bg-main6); /* Blue progress bar */
  animation: progress 2.5s ease-in-out forwards;
  border-radius: 8px;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.preloader5 .title-logo img {
  width: 120px; /* Adjust logo size */
  height: auto;
  animation: rotate 12s linear infinite;
}
.preloader5 .preloader-exit .title-logo {
  transform: scale(0);
  transition: all 0.9s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader5 .loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.preloader5 .loading-text span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fff; /* Cursor effect */
  animation: typing 2s steps(10, end) infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.preloader5 .preloader-exit {
  transform: translateY(-100%);
}

.preloader6 {
  /* Preloader Styling */
  /* Progress Bar at Top */
  /* Title Logo in Center with Rotation */
  /* Typing Text Animation */
  /* Preloader Exit Animation */
}
.preloader6 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* Black background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: transform 0.5s ease-in-out;
}
.preloader6 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--vtc-bg-main12); /* Blue progress bar */
  animation: progress 2.5s ease-in-out forwards;
  border-radius: 8px;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.preloader6 .title-logo img {
  width: 120px; /* Adjust logo size */
  height: auto;
  animation: rotate 12s linear infinite;
}
.preloader6 .preloader-exit .title-logo {
  transform: scale(0);
  transition: all 0.9s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader6 .loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.preloader6 .loading-text span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fff; /* Cursor effect */
  animation: typing 2s steps(10, end) infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.preloader6 .preloader-exit {
  transform: translateY(-100%);
}

.preloader7 {
  /* Preloader Styling */
  /* Progress Bar at Top */
  /* Title Logo in Center with Rotation */
  /* Typing Text Animation */
  /* Preloader Exit Animation */
}
.preloader7 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* Black background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: transform 0.5s ease-in-out;
}
.preloader7 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--vtc-bg-main4); /* Blue progress bar */
  animation: progress 2.5s ease-in-out forwards;
  border-radius: 8px;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.preloader7 .title-logo img {
  width: 120px; /* Adjust logo size */
  height: auto;
  animation: rotate 12s linear infinite;
}
.preloader7 .preloader-exit .title-logo {
  transform: scale(0);
  transition: all 0.9s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader7 .loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.preloader7 .loading-text span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fff; /* Cursor effect */
  animation: typing 2s steps(10, end) infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.preloader7 .preloader-exit {
  transform: translateY(-100%);
}

.preloader8 {
  /* Preloader Styling */
  /* Progress Bar at Top */
  /* Title Logo in Center with Rotation */
  /* Typing Text Animation */
  /* Preloader Exit Animation */
}
.preloader8 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* Black background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: transform 0.5s ease-in-out;
}
.preloader8 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--vtc-bg-main12); /* Blue progress bar */
  animation: progress 2.5s ease-in-out forwards;
  border-radius: 8px;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.preloader8 .title-logo img {
  width: 120px; /* Adjust logo size */
  height: auto;
  animation: rotate 12s linear infinite;
}
.preloader8 .preloader-exit .title-logo {
  transform: scale(0);
  transition: all 0.9s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader8 .loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.preloader8 .loading-text span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fff; /* Cursor effect */
  animation: typing 2s steps(10, end) infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.preloader8 .preloader-exit {
  transform: translateY(-100%);
}

.preloader9 {
  /* Preloader Styling */
  /* Progress Bar at Top */
  /* Title Logo in Center with Rotation */
  /* Typing Text Animation */
  /* Preloader Exit Animation */
}
.preloader9 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* Black background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: transform 0.5s ease-in-out;
}
.preloader9 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--vtc-bg-main5); /* Blue progress bar */
  animation: progress 2.5s ease-in-out forwards;
  border-radius: 8px;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.preloader9 .title-logo img {
  width: 120px; /* Adjust logo size */
  height: auto;
  animation: rotate 12s linear infinite;
}
.preloader9 .preloader-exit .title-logo {
  transform: scale(0);
  transition: all 0.9s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader9 .loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.preloader9 .loading-text span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fff; /* Cursor effect */
  animation: typing 2s steps(10, end) infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.preloader9 .preloader-exit {
  transform: translateY(-100%);
}

.preloader10 {
  /* Preloader Styling */
  /* Progress Bar at Top */
  /* Title Logo in Center with Rotation */
  /* Typing Text Animation */
  /* Preloader Exit Animation */
}
.preloader10 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000; /* Black background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  transition: transform 0.5s ease-in-out;
}
.preloader10 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--vtc-bg-main8); /* Blue progress bar */
  animation: progress 2.5s ease-in-out forwards;
  border-radius: 8px;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.preloader10 .title-logo img {
  width: 120px; /* Adjust logo size */
  height: auto;
  animation: rotate 12s linear infinite;
}
.preloader10 .preloader-exit .title-logo {
  transform: scale(0);
  transition: all 0.9s;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader10 .loading-text {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  font-family: Arial, sans-serif;
}
.preloader10 .loading-text span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fff; /* Cursor effect */
  animation: typing 2s steps(10, end) infinite;
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.preloader10 .preloader-exit {
  transform: translateY(-100%);
}

/*
 ::::::::::::::::::::::::::
  PRELOADER AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  BACKGROUNDS AREA CSS
 ::::::::::::::::::::::::::
 */
.sec-bg1 {
  background-color: var(--vtc-bg-common-1);
}

.sec-bg2 {
  background-color: var(--vtc-bg-common-3);
}

.sec-bg3 {
  background-color: var(--vtc-bg-common-5);
}

.sec-bg4 {
  background-color: var(--vtc-bg-common-12);
}

.sec-bg5 {
  background-color: var(--vtc-bg-common-13);
}

.sec-bg6 {
  background-color: var(--vtc-text-title1);
}

/*
::::::::::::::::::::::::::
 BACKGROUNDS AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  ANIMATIONS 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);
  }
}
@keyframes animate7 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-70px);
  }
}
@keyframes animate8 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(70px);
  }
}
.round-circle {
  position: relative;
  animation-name: round-circle;
  animation-duration: 72s;
  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;
}

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

.animate8 {
  position: relative;
  animation-name: animate8;
  animation-duration: 3s;
  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 {
  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
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  PAGINATION AREA CSS
 ::::::::::::::::::::::::::
 */
.theme-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-pagination li {
  display: inline-block;
  background: none;
}

.theme-pagination li a {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: var(--vtc-bg-common-3);
  margin: 0 4px;
  transition: all 0.3s;
  display: block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-weight: var(--f-fw-semibold);
  border-radius: 8px;
  position: relative;
}

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

.theme-pagination li a:hover, .theme-pagination li a.active {
  background: var(--vtc-bg-main4);
  transition: all 0.3s;
  color: var(--vtc-text-white);
}

/*
::::::::::::::::::::::::::
 PAGINATION AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  SEARCH AREA CSS
 ::::::::::::::::::::::::::
 */
.search__popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 360px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  transform: translateY(calc(-100% - 80px));
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
}

.search__popup.search-opened {
  transform: translateY(0%);
  transition-delay: 0s;
}

.search__popup.search-opened .search__input {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}

.search__popup-2 {
  background-color: var(--tp-common-black-13);
}

.search__popup-2 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-8);
}

.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-10);
}

.search__top {
  margin-bottom: 80px;
}

.search__input {
  position: relative;
  height: 80px;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.3s;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tp-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
  color: var(--vtc-text-white);
}

.search__input input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::placeholder { /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--vtc-bg-white);
  background: none;
  border: none;
}

.search__input .search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-orange);
  transition: 0.5s 0.3s 0s ease-out;
}

.search__input .search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: 0.5s 0.3s 0s ease-out;
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  background: none;
}

.search__close-btn:hover {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 SEARCH AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  THEME SETTINGS
 ::::::::::::::::::::::::::
 */
.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: var(--vtc-text-title1);
  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: var(--vtc-text-title1); /* --- Lijn progres kleur --- */
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*
 ::::::::::::::::::::::::::
   THEME SETTINGS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
.sidebar-area {
  position: sticky;
  top: 140px;
  left: 0;
}

.blog-details-content .image img {
  width: 100%;
}
.blog-details-content .details-content-text-box {
  background-color: var(--vtc-bg-common-1);
  padding: 16px;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog-details-content .details-content-text-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.blog-details-content .details-list-item ul li {
  color: #090B0E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  padding-top: 16px;
  display: flex;
  align-items: center;
}
.blog-details-content .details-list-item ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--vtc-bg-main4);
  font-size: 12px;
  color: var(--vtc-text-white);
  margin-right: 5px;
  border-radius: 50%;
}
.blog-details-content .vl-blog12-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.blog-details-content .vl-blog12-meta a img {
  transform: translateY(-2px);
}
.blog-details-content .heading2 h3 {
  font-weight: var(--f-fw-medium);
}
.blog-details-content .content-details-area {
  padding-top: 24px;
}
.blog-details-content .content-details-area ul li {
  display: inline-block;
}
.blog-details-content .content-details-area ul .tag a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  background-color: var(--vtc-bg-main2);
  border-radius: 9px;
  display: inline-block;
  padding: 10px 14px;
}
.blog-details-content .content-details-area ul .date {
  margin-left: 30px;
}
.blog-details-content .content-details-area ul .date a {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  position: relative;
}
.blog-details-content .content-details-area ul .date a img {
  transform: translateY(-3px);
}
.blog-details-content .content-details-area ul .date a::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  height: 18px;
  width: 1px;
  background-color: var(--vtc-text-pera1);
  opacity: 0.6;
}
.blog-details-content .details-check-list li {
  margin-top: 16px;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  align-items: center;
}
.blog-details-content .details-check-list li .check {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main2);
  color: var(--vtc-bg-white);
  font-size: 14px;
  margin-right: 6px;
}

.details-border {
  height: 1px;
  width: 100%;
  background-color: var(--vtc-bg-common-3);
  margin: 40px 0px;
}

.details-social-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .details-social-tags {
    display: block;
  }
}
.details-social-tags .tags ul li {
  display: inline-block;
}
.details-social-tags .tags ul li.text {
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
}
.details-social-tags .tags ul li a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  background-color: var(--vtc-bg-common-1);
  border-radius: 9px;
  display: inline-block;
  padding: 10px 14px;
  margin-left: 20px;
  transition: all 0.4s;
}
.details-social-tags .tags ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-white);
  background-color: var(--vtc-bg-main4);
}
.details-social-tags .social-icons {
  text-align: end;
}
@media (max-width: 767px) {
  .details-social-tags .social-icons {
    text-align: start;
    padding-top: 20px;
  }
}
.details-social-tags .social-icons ul li {
  display: inline-block;
}
.details-social-tags .social-icons ul li.text {
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
  margin-right: 10px;
}
.details-social-tags .social-icons ul li a {
  display: inline-block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-1);
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  margin-right: 4px;
  transition: all 0.4s;
}
.details-social-tags .social-icons ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main4);
  transform: translateY(-5px);
  color: var(--vtc-text-white);
}

.details-single-comment {
  border-radius: 8px;
  background: var(--vtc-bg-common-1);
  padding: 28px;
  margin-top: 32px;
}
.details-single-comment p {
  color: var(--Text-Color, rgba(11, 26, 51, 0.8235294118));
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  padding-top: 20px;
}
.details-single-comment .top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.details-single-comment .top-area .reply a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.details-single-comment .top-area .reply a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.details-single-comment .top-area .author-area {
  display: flex;
  align-items: center;
}
.details-single-comment .top-area .author-area .text {
  padding-left: 16px;
}
.details-single-comment .top-area .author-area .text .date {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  padding-bottom: 8px;
}
.details-single-comment .top-area .author-area .text .date img {
  transform: translateY(-3px);
  margin-right: 2px;
}

.details-contact-form .form-area {
  background-color: var(--vtc-bg-common-2);
  padding: 32px;
  border-radius: 8px;
  margin-top: 20px;
}
.details-contact-form .form-area .button {
  margin-top: 24px;
}
.details-contact-form .form-area .button button {
  width: 100%;
}
.details-contact-form .form-area .single-input {
  margin-top: 20px;
}
.details-contact-form .form-area .single-input input, .details-contact-form .form-area .single-input textarea {
  border: none;
  padding: 16px;
  width: 100%;
  border-radius: 8px;
}
.details-contact-form .form-area .single-input input:focus, .details-contact-form .form-area .single-input textarea:focus {
  outline: none;
}

.details-author-area {
  background-color: var(--vtc-bg-common-1);
  text-align: center;
  border-radius: 8px;
  padding: 32px;
}
.details-author-area p {
  color: var(--vtc-text-pera1);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.details-author-area .author-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.details-author-area .author-info .text {
  padding-left: 12px;
}
.details-author-area .author-info .text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.details-author-area .author-info .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}

.details-counter-box {
  margin-top: 30px;
  position: relative;
  padding-left: 24px;
}
.details-counter-box h3 {
  color: var(--vtc-text-title1);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 100% */
}
.details-counter-box p {
  color: var(--vtc-text-title1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.details-counter-box .shape {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG SIDEBAR AREA CSS
::::::::::::::::::::::::::
*/
.sidebar-area ._sidebar-contact_widget {
  background-color: var(--vtc-bg-common-3);
  padding: 28px 24px;
  border-radius: 8px;
}
.sidebar-area ._sidebar-contact_widget h3 {
  color: var(--vtc-bg-white1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-24); /* 100% */
  margin-bottom: 24px;
}
.sidebar-area ._sidebar-contact_widget .buttons {
  text-align: end;
}
.sidebar-area ._sidebar-contact_widget ._project-list ul li {
  color: var(--vtc-bg-white1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  border-bottom: 1px solid rgba(255, 255, 255, 0.0941176471);
  padding: 20px 0px;
}
.sidebar-area ._sidebar-contact_widget ._project-list ul li span {
  font-weight: var(--f-fw-medium) !important;
  opacity: 0.7;
  display: inline-block;
  padding-right: 10px;
}
.sidebar-area ._sidebar-contact_widget ._social {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.sidebar-area ._sidebar-contact_widget ._social .text p {
  color: var(--vtc-bg-white1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-18); /* 100% */
  opacity: 0.7;
}
.sidebar-area ._sidebar-contact_widget ._social .icons {
  margin-left: 20px;
}
.sidebar-area ._sidebar-contact_widget ._social .icons ul li {
  display: inline-block;
}
.sidebar-area ._sidebar-contact_widget ._social .icons ul li a {
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  color: var(--vtc-bg-main1);
  background-color: rgba(255, 255, 255, 0.1098039216);
  font-size: 14px;
  margin-left: 2px;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-contact_widget ._social .icons ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-title-1);
  background-color: var(--vtc-bg-main1);
}
.sidebar-area ._sidebar-contact_widget ._contact-form input, .sidebar-area ._sidebar-contact_widget ._contact-form textarea {
  background-color: var(--vtc-bg-white);
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  color: var(--vtc-bg-white1);
  margin-bottom: 16px;
}
.sidebar-area ._sidebar-contact_widget ._contact-form input::-moz-placeholder, .sidebar-area ._sidebar-contact_widget ._contact-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
}
.sidebar-area ._sidebar-contact_widget ._contact-form input::placeholder, .sidebar-area ._sidebar-contact_widget ._contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
}
.sidebar-area ._sidebar-contact_widget ._contact-form input:focus, .sidebar-area ._sidebar-contact_widget ._contact-form textarea:focus {
  outline: none;
}
.sidebar-area ._sidebar-widget {
  background-color: var(--vtc-bg-common-1);
  padding: 28px 24px;
  border-radius: 8px;
}
.sidebar-area ._sidebar-widget h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-24); /* 100% */
  margin-bottom: 24px;
}
.sidebar-area ._sidebar-widget._list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  font-weight: var(--f-fw-medium);
  transition: all 0.4s;
  background-color: var(--vtc-bg-white);
  padding: 20px 24px;
  margin-bottom: 20px;
  border-radius: 111px;
}
.sidebar-area ._sidebar-widget._list ul li a:hover {
  background-color: var(--vtc-bg-main4);
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}
.sidebar-area ._sidebar-widget._list ul li a.active {
  background-color: var(--vtc-bg-main4);
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}
.sidebar-area ._sidebar-widget._portfolio .portfolio-list ul li {
  color: #090B0E;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
  padding: 24px 0px;
  border-bottom: 1px solid rgba(61, 76, 94, 0.2);
}
.sidebar-area ._sidebar-widget._portfolio .portfolio-list ul li span {
  display: inline-block;
  color: #3D4C5E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
  padding-left: 16px;
}
.sidebar-area ._sidebar-widget._portfolio .portfolio-list ul li:nth-last-child(1) {
  border-bottom: none;
}
.sidebar-area ._sidebar-widget._portfolio .protfolio-icon-list {
  margin-top: 4px;
}
.sidebar-area ._sidebar-widget._portfolio .protfolio-icon-list a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: var(--vtc-text-title1);
  background-color: rgba(21, 95, 255, 0.1);
  margin-right: 5px;
  border-radius: 50%;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-widget._portfolio .protfolio-icon-list a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-white);
  background-color: var(--vtc-bg-main4);
}
.sidebar-area ._sidebar-widget._buttons a {
  width: 100%;
  padding: 16px;
  border-radius: 111px;
  display: inline-block;
  text-align: center;
  margin-top: 16px;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-widget._buttons a img {
  transform: translateY(-2px);
}
.sidebar-area ._sidebar-widget._buttons a:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.sidebar-area ._sidebar-widget._buttons .sidebar-btn1 {
  background-color: var(--vtc-bg-main4);
  color: var(--vtc-text-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.sidebar-area ._sidebar-widget._buttons .sidebar-btn2 {
  border-radius: 100px;
  border: 1px solid rgba(52, 52, 52, 0.1);
  background: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.sidebar-area ._sidebar-widget._tags .tags-list ul li {
  display: inline-block;
}
.sidebar-area ._sidebar-widget._tags .tags-list ul li a {
  display: inline-block;
  background-color: var(--vtc-bg-white);
  padding: 10px 14px;
  border-radius: 111px;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
  margin-right: 10px;
  margin-top: 14px;
}
.sidebar-area ._sidebar-widget._tags .tags-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
  background-color: var(--vtc-bg-main4);
}
.sidebar-area ._sidebar-widget._contact ._contact-form input, .sidebar-area ._sidebar-widget._contact ._contact-form textarea {
  width: 100%;
  margin-top: 20px;
  border: 1px solid rgba(52, 52, 52, 0.1);
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 16px;
}
.sidebar-area ._sidebar-widget._contact ._contact-form input:focus, .sidebar-area ._sidebar-widget._contact ._contact-form textarea:focus {
  outline-color: var(--vtc-bg-main4);
  outline-width: 1px;
  outline-style: solid;
}
.sidebar-area ._sidebar-widget._contact ._contact-form input:focus::-moz-placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea:focus::-moz-placeholder {
  opacity: 0;
}
.sidebar-area ._sidebar-widget._contact ._contact-form input:focus::placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea:focus::placeholder {
  opacity: 0;
}
.sidebar-area ._sidebar-widget._contact ._contact-form input::-moz-placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea::-moz-placeholder {
  color: var(--vtc-text-title-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  opacity: 0.7;
}
.sidebar-area ._sidebar-widget._contact ._contact-form input::placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea::placeholder {
  color: var(--vtc-text-title-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  opacity: 0.7;
}
.sidebar-area ._sidebar-widget._search form input {
  padding: 18px;
  width: 100%;
  border: none;
  background-color: var(--vtc-bg-white);
  border-radius: 111px;
  color: var(--vtc-text-title-1);
}
.sidebar-area ._sidebar-widget._search form input:focus {
  outline-color: var(--vtc-bg-main4);
  outline-width: 1px;
  outline-style: solid;
}
.sidebar-area ._sidebar-widget._search form input:focus::-moz-placeholder {
  opacity: 0;
}
.sidebar-area ._sidebar-widget._search form input:focus::placeholder {
  opacity: 0;
}
.sidebar-area ._sidebar-widget._search form input::-moz-placeholder {
  color: var(--vtc-text-title-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  opacity: 0.7;
}
.sidebar-area ._sidebar-widget._search form input::placeholder {
  color: var(--vtc-text-title-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  opacity: 0.7;
}
.sidebar-area ._sidebar-widget._search form button {
  border: none;
  background: none;
  color: var(--vtc-text-title-1);
  position: absolute;
  top: 0;
  right: 0;
  font-size: var(--f-fs-font-18);
  top: 17px;
  right: 15px;
}
.sidebar-area ._sidebar-widget._author .author-images ul li {
  display: inline-block;
  margin: 9px 5px;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .image {
  width: 86px;
  border-radius: 8px;
  overflow: hidden;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .image img {
  width: 86px;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content {
  padding-left: 20px;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content a.date {
  display: inline-block;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: uppercase;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content a.date img {
  transform: translateY(-3px);
  margin-right: 3px;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content h4 a {
  display: inline-block;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-24); /* 133.333% */
  text-transform: capitalize;
  padding-top: 12px;
  transition: all 0.4s;
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

/*
::::::::::::::::::::::::::
 BLOG SIDEBAR AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG POST BOX AREA CSS
::::::::::::::::::::::::::
*/
.vl-blog-1-item .vl-blog-3-thumb {
  height: 316px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 9px 9px 0px 0px;
}
@media (max-width: 767px) {
  .vl-blog-1-item .vl-blog-3-thumb {
    height: 220px;
  }
}
.vl-blog-1-item .vl-blog-3-thumb img {
  transition: all 0.4s;
  height: 380px;
  transform: scale(1.1);
  width: 100%;
  object-fit: cover;
}
.vl-blog-1-item .vl-blog-1-content {
  background-color: var(--vtc-bg-white);
  border-radius: 0px 0px 9px 9px;
  padding: 32px 90px 32px 24px;
}
.vl-blog-1-item .vl-blog-1-content .vl-blog1-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-1-item .vl-blog-1-content .vl-blog1-meta a img {
  transform: translateY(-2px);
}
.vl-blog-1-item .vl-blog-1-content .learn1 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  margin-top: 22px;
  transition: all 0.4s;
}
.vl-blog-1-item .vl-blog-1-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg);
}
.vl-blog-1-item .vl-blog-1-content .learn1:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main3);
}
.vl-blog-1-item:hover {
  transition: all 0.4s;
}
.vl-blog-1-item:hover .vl-blog-3-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.vl-blog-2-item .vl-blog-3-thumb {
  overflow: hidden;
  overflow: hidden;
  border-radius: 9px;
}
.vl-blog-2-item .vl-blog-3-thumb img {
  transition: all 0.4s;
  width: 100%;
}
.vl-blog-2-item .vl-blog-1-content {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px;
  margin: -100px 30px 0px 30px;
  position: relative;
  z-index: 3;
}
.vl-blog-2-item .vl-blog-1-content .vl-blog1-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-2-item .vl-blog-1-content .vl-blog1-meta a img {
  transform: translateY(-2px);
}
.vl-blog-2-item .vl-blog-1-content .learn1 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  margin-top: 22px;
  transition: all 0.4s;
}
.vl-blog-2-item .vl-blog-1-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg);
}
.vl-blog-2-item .vl-blog-1-content .learn1:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main3);
}
.vl-blog-2-item .vl-blog-1-content .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.vl-blog-2-item .vl-blog-1-content .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-2-item .vl-blog-1-content .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-2-item .vl-blog-1-content .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-2-item .vl-blog-1-content .learn:hover {
  color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.vl-blog-2-item .vl-blog-1-content .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-2-item .vl-blog-1-content .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-2-item:hover {
  transition: all 0.4s;
}
.vl-blog-2-item:hover .vl-blog-3-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-2-item:hover .vl-blog-1-content .learn {
  color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.vl-blog-2-item:hover .vl-blog-1-content .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-2-item:hover .vl-blog-1-content .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.vl-blog-5-item .vl-blog-3-thumb {
  overflow: hidden;
  border-radius: 9px;
  height: 350px;
}
.vl-blog-5-item .vl-blog-3-thumb img {
  transition: all 0.4s;
  width: 100%;
  object-fit: cover;
}
.vl-blog-5-item .vl-blog-1-content {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px 0px;
  position: relative;
  z-index: 3;
}
.vl-blog-5-item .vl-blog-1-content .vl-blog1-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-5-item .vl-blog-1-content .vl-blog1-meta a img {
  transform: translateY(-2px);
}
.vl-blog-5-item .vl-blog-1-content .learn1 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  margin-top: 22px;
  transition: all 0.4s;
}
.vl-blog-5-item .vl-blog-1-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg);
}
.vl-blog-5-item .vl-blog-1-content .learn1:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main7);
}
.vl-blog-5-item .vl-blog-1-content .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.vl-blog-5-item .vl-blog-1-content .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-5-item .vl-blog-1-content .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-5-item .vl-blog-1-content .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-5-item .vl-blog-1-content .learn:hover {
  color: var(--vtc-bg-main7);
  transition: all 0.4s;
}
.vl-blog-5-item .vl-blog-1-content .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-5-item .vl-blog-1-content .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-5-item:hover {
  transition: all 0.4s;
}
.vl-blog-5-item:hover .vl-blog-3-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-5-item:hover .vl-blog-1-content .learn {
  color: var(--vtc-bg-main7);
  transition: all 0.4s;
}
.vl-blog-5-item:hover .vl-blog-1-content .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-5-item:hover .vl-blog-1-content .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.vl-blog-6-item .vl-blog-6-thumb {
  overflow: hidden;
  overflow: hidden;
  border-radius: 0px 0px 8px 8px;
}
.vl-blog-6-item .vl-blog-6-thumb img {
  transition: all 0.4s;
  width: 100%;
}
.vl-blog-6-item .vl-blog-6-content {
  background-color: var(--vtc-bg-white);
  padding: 24px;
  position: relative;
  z-index: 3;
  border-radius: 8px 8px 0px 0px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
}
.vl-blog-6-item .vl-blog-6-content .vl-blog6-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-6-item .vl-blog-6-content .vl-blog6-meta a img {
  transform: translateY(-2px);
}
.vl-blog-6-item .thumb-area {
  overflow: hidden;
  border-radius: 0px 0px 8px 8px;
  position: relative;
}
.vl-blog-6-item .vl-blog6-btn .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
  background-color: var(--vtc-bg-main8);
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 20px 0px;
  text-align: center;
  z-index: 34;
  border-radius: 0px 0px 8px 8px;
  transform: translateY(80px);
}
.vl-blog-6-item .vl-blog6-btn .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-6-item .vl-blog6-btn .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-6-item .vl-blog6-btn .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-6-item .vl-blog6-btn .learn:hover {
  color: var(--vtc-bg-main7);
  transition: all 0.4s;
}
.vl-blog-6-item .vl-blog6-btn .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-6-item .vl-blog6-btn .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-6-item:hover {
  transition: all 0.4s;
}
.vl-blog-6-item:hover .vl-blog-6-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-6-item:hover .vl-blog6-btn .learn {
  transform: translateY(0);
}

.vl-blog-7-item .vl-blog-7-thumb {
  height: 350px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 9px 9px 0px 0px;
}
@media (max-width: 767px) {
  .vl-blog-7-item .vl-blog-7-thumb {
    height: 250px;
  }
}
.vl-blog-7-item .vl-blog-7-thumb img {
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
     width: 100%;
}
.vl-blog-7-item .vl-blog-7-content {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 32px 90px 32px 24px;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  position: relative;
}
.vl-blog-7-item .vl-blog-7-content .vl-blog7-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-7-item .vl-blog-7-content .vl-blog7-meta a img {
  transform: translateY(-2px);
}
.vl-blog-7-item .vl-blog-7-content .learn1 {
  display: inline-block;
  overflow: hidden;
  padding-top: 22px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
  position: relative;
  text-align: center;
  z-index: 34;
  border-radius: 0px 0px 8px 8px;
}
.vl-blog-7-item .vl-blog-7-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-7-item .vl-blog-7-content .learn1 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-7-item .vl-blog-7-content .learn1 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-7-item .vl-blog-7-content .learn1:hover {
  color: var(--vtc-bg-main10);
  transition: all 0.4s;
}
.vl-blog-7-item .vl-blog-7-content .learn1:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-7-item .vl-blog-7-content .learn1:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-7-item:hover {
  transition: all 0.4s;
}
.vl-blog-7-item:hover .vl-blog-7-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.vl-blog-4-item {
  transition: all 0.4s;
}
.vl-blog-4-item .vl-blog-4-thumb-big {
  height: 350px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 9px;
}
.vl-blog-4-item .vl-blog-4-thumb-big img {
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-4-item.add-bg {
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  background-color: var(--vtc-bg-white);
  padding: 24px 24px 24px 24px;
  border-radius: 8px;
}
.vl-blog-4-item.add-bg .vl-blog-4-content {
  padding: 0;
}
.vl-blog-4-item.add-bg:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.vl-blog-4-item .vl-blog-4-content {
  border-radius: 8px;
  padding: 32px 90px 32px 24px;
  position: relative;
}
.vl-blog-4-item .vl-blog-4-content .vl-blog4-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-4-item .vl-blog-4-content .vl-blog4-meta a img {
  transform: translateY(-2px);
}
.vl-blog-4-item .vl-blog-4-content .learn1 {
  display: inline-block;
  overflow: hidden;
  padding-top: 22px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
  position: relative;
  text-align: center;
  z-index: 34;
  border-radius: 0px 0px 8px 8px;
}
.vl-blog-4-item .vl-blog-4-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-4-item .vl-blog-4-content .learn1 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-4-item .vl-blog-4-content .learn1 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-4-item .vl-blog-4-content .learn1:hover {
  color: var(--vtc-bg-main6);
  transition: all 0.4s;
}
.vl-blog-4-item .vl-blog-4-content .learn1:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-4-item .vl-blog-4-content .learn1:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-4-item:hover {
  transition: all 0.4s;
}
.vl-blog-4-item:hover .vl-blog-4-thumb img {
  transition: all 0.4s;
}

.vl-blog-8-item {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-8-item .vl-blog8-meta a {
  color: #0C0723;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  display: inline-block;
}
.vl-blog-8-item .vl-blog8-meta a img {
  transform: translateY(-2px);
  margin-right: 2px;
}
.vl-blog-8-item .vl-blog-8-thumb {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  position: relative;
}
.vl-blog-8-item .vl-blog-8-thumb img {
  transition: all 0.4s;
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.vl-blog-8-item .vl-blog-8-thumb .user {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 20px;
  background-color: var(--vtc-bg-white);
  padding: 8px 12px 5px 12px;
  border-radius: 8px;
}
.vl-blog-8-item .vl-blog-8-content {
  padding: 24px;
}
.vl-blog-8-item .vl-blog-8-content .learn8 {
  display: inline-block;
  overflow: hidden;
  padding-top: 18px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 34;
  border-radius: 0px 0px 8px 8px;
}
.vl-blog-8-item .vl-blog-8-content .learn8 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-8-item .vl-blog-8-content .learn8 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-8-item .vl-blog-8-content .learn8 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-8-item .vl-blog-8-content .learn8:hover {
  color: var(--vtc-bg-main11);
  transition: all 0.4s;
}
.vl-blog-8-item .vl-blog-8-content .learn8:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-8-item .vl-blog-8-content .learn8:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-8-item:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.vl-blog-8-item:hover .vl-blog-8-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.vl-blog-9-item .vl-blog-9-thumb {
  height: 300px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.vl-blog-9-item .vl-blog-9-thumb img {
  transition: all 0.4s;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.vl-blog-9-item .vl-blog-9-content {
  background-color: var(--vtc-bg-white);
  border-radius: 0px 0px 20px 20px;
  padding: 32px 32px 32px 24px;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  position: relative;
}
.vl-blog-9-item .vl-blog-9-content .vl-blog9-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-9-item .vl-blog-9-content .vl-blog9-meta a img {
  transform: translateY(-2px);
}
.vl-blog-9-item .vl-blog-9-content .learn1 {
  display: inline-block;
  overflow: hidden;
  padding-top: 22px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
  position: relative;
  text-align: center;
  z-index: 34;
  border-radius: 0px 0px 8px 8px;
}
.vl-blog-9-item .vl-blog-9-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-9-item .vl-blog-9-content .learn1 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-9-item .vl-blog-9-content .learn1 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-9-item .vl-blog-9-content .learn1:hover {
  color: var(--vtc-bg-main12);
  transition: all 0.4s;
}
.vl-blog-9-item .vl-blog-9-content .learn1:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-9-item .vl-blog-9-content .learn1:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-9-item:hover {
  transition: all 0.4s;
}
.vl-blog-9-item:hover .vl-blog-9-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-9-item.hover-effect {
  transition: all 0.4s;
}
.vl-blog-9-item.hover-effect:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.vl-blog-10-item {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-blog-10-item .vl-blog10-meta a {
  color: #0C0723;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  display: inline-block;
}
.vl-blog-10-item .vl-blog10-meta a img {
  transform: translateY(-2px);
  margin-right: 2px;
}
.vl-blog-10-item .vl-blog-10-thumb {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  position: relative;
}
.vl-blog-10-item .vl-blog-10-thumb img {
  transition: all 0.4s;
  width: 100%;
}
.vl-blog-10-item .vl-blog-10-thumb .date {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--vtc-bg-main13);
  padding: 8px 12px 5px 12px;
  border-radius: 8px;
  color: var(--vtc-bg-white);
  z-index: 2;
}
.vl-blog-10-item .vl-blog-10-thumb .date img {
  transform: translateY(-2px);
}
.vl-blog-10-item .vl-blog-10-content {
  padding: 24px;
}
.vl-blog-10-item .vl-blog-10-content .learn10 {
  display: inline-block;
  overflow: hidden;
  padding-top: 10px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 34;
  border-radius: 0px 0px 8px 8px;
}
.vl-blog-10-item .vl-blog-10-content .learn10 span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-10-item .vl-blog-10-content .learn10 .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-10-item .vl-blog-10-content .learn10 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-10-item .vl-blog-10-content .learn10:hover {
  color: var(--vtc-bg-main13);
  transition: all 0.4s;
}
.vl-blog-10-item .vl-blog-10-content .learn10:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-10-item .vl-blog-10-content .learn10:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-10-item:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.vl-blog-10-item:hover .vl-blog-10-thumb .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.vl-blog-11-item .vl-blog-11-thumb {
  overflow: hidden;
  overflow: hidden;
  border-radius: 9px;
}
.vl-blog-11-item .vl-blog-11-thumb img {
  transition: all 0.4s;
}
.vl-blog-11-item .vl-blog-11-content {
  border-radius: 8px;
  padding: 24px 0px;
  position: relative;
  z-index: 3;
}
.vl-blog-11-item .vl-blog-11-content .vl-blog11-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-11-item .vl-blog-11-content .vl-blog11-meta a img {
  transform: translateY(-2px);
}
.vl-blog-11-item .vl-blog-11-content .learn1 {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  margin-top: 22px;
  transition: all 0.4s;
}
.vl-blog-11-item .vl-blog-11-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg);
}
.vl-blog-11-item .vl-blog-11-content .learn1:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main7);
}
.vl-blog-11-item .vl-blog-11-content .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 22px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.vl-blog-11-item .vl-blog-11-content .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-11-item .vl-blog-11-content .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-11-item .vl-blog-11-content .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-11-item .vl-blog-11-content .learn:hover {
  color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.vl-blog-11-item .vl-blog-11-content .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-11-item .vl-blog-11-content .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-11-item:hover {
  transition: all 0.4s;
}
.vl-blog-11-item:hover .vl-blog-11-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-11-item:hover .vl-blog-11-content .learn {
  color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.vl-blog-11-item:hover .vl-blog-11-content .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-11-item:hover .vl-blog-11-content .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.vl-blog-12-item .vl-blog-12-thumb {
  height: 316px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 9px;
}
.vl-blog-12-item .vl-blog-12-thumb img {
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-12-item .vl-blog-12-content {
  background-color: var(--vtc-bg-common-3);
  border-radius: 8px;
  padding: 32px 90px 32px 24px;
}
.vl-blog-12-item .vl-blog-12-content .vl-blog12-meta a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-12-item .vl-blog-12-content .vl-blog12-meta a img {
  transform: translateY(-2px);
}
.vl-blog-12-item .vl-blog-12-content .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 22px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.vl-blog-12-item .vl-blog-12-content .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-12-item .vl-blog-12-content .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-12-item .vl-blog-12-content .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-12-item .vl-blog-12-content .learn:hover {
  color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.vl-blog-12-item .vl-blog-12-content .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-12-item .vl-blog-12-content .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-12-item:hover {
  transition: all 0.4s;
}
.vl-blog-12-item:hover .vl-blog-12-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.blog11-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog11-section .blog11-single-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.blog11-section .blog11-single-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog11-section .blog11-single-item .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog11-section .blog11-single-item .content11-area {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.055);
  padding: 24px;
  margin: -100px 20px 0 20px;
}
.blog11-section .blog11-single-item .content11-area .user a {
  color: var(--Home-Page-3-Color-Solid-Color, #7143FF);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 16px; /* 100% */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  background: rgba(113, 67, 255, 0.1);
  padding: 8px;
}
.blog11-section .blog11-single-item .content11-area .user a svg {
  margin: -3px 4px 0 0;
}
.blog11-section .blog11-single-item .content11-area .title {
  color: #05051C;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 30px; /* 150% */
  letter-spacing: -0.4px;
  display: inline-block;
  transition: all 0.4s;
}

.blog12-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog12-post-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--vtc-bg-white);
  padding: 24px;
  transition: all 0.4s;
  margin-top: 30px;
}
.blog12-post-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}

.blog12-post-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  
}
.blog12-post-img img {
width: 200px;
  height: 212px !important;
  border-radius: 8px !important;
}

@media (max-width: 767px) {
  .blog12-postbox-content {
    margin-top: 24px;
  }
}
.blog12-postbox-content .blog12-meta li {
  display: inline-block;
}
.blog12-postbox-content .blog12-meta li span {
  margin: 0 8px;
  display: inline-block;
}
.blog12-postbox-content .blog12-meta li a {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog12-postbox-content .blog12-meta li a svg {
  margin: -3px 4px 0 0;
}
.blog12-postbox-content .title {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 30px;
  letter-spacing: -0.4px;
  display: inline-block;
  transition: all 0.4s;
}
.blog12-postbox-content p {
  color: var(--Home-Page-4-Color-Paragraph-Color, #4E4B59);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.blog12-postbox-content .readmore {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
}
.blog12-postbox-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.blog13-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog13-section .blog13-single-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.blog13-section .blog13-single-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog13-section .blog13-single-item .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog13-section .blog13-single-item .content13-area {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.12);
  padding: 24px;
  margin: -100px 20px 0 20px;
}
.blog13-section .blog13-single-item .content13-area .user a {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 16px; /* 100% */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 8px;
  background: rgba(253, 101, 67, 0.1);
  padding: 8px;
}
.blog13-section .blog13-single-item .content13-area .user a svg {
  margin: -3px 4px 0 0;
  filter: brightness(0);
}
.blog13-section .blog13-single-item .content13-area .title {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-28);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 38px; /* 150% */
  letter-spacing: -0.4px;
  display: inline-block;
  transition: all 0.4s;
}

.blog14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-14-item .vl-blog-14-thumb {
  overflow: hidden;
  border-radius: 9px;
}
.vl-blog-14-item .vl-blog-14-thumb img {
  transition: all 0.4s;
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.vl-blog-14-item .vl-blog-1-content {
  border-radius: 8px;
  padding: 24px 0 0 0;
  position: relative;
  z-index: 3;
}
.vl-blog-14-item .vl-blog-1-content .vl-blog1-meta a {
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-14-item .vl-blog-1-content .vl-blog1-meta a img {
  transform: translateY(-2px);
}
.vl-blog-14-item .vl-blog-1-content .learn1 {
  display: inline-block;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  margin-top: 22px;
  transition: all 0.4s;
}
.vl-blog-14-item .vl-blog-1-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg);
}
.vl-blog-14-item .vl-blog-1-content .learn1:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main17);
}
.vl-blog-14-item .vl-blog-1-content .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.vl-blog-14-item .vl-blog-1-content .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-14-item .vl-blog-1-content .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-14-item .vl-blog-1-content .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-14-item .vl-blog-1-content .learn:hover {
  color: var(--vtc-bg-main17);
  transition: all 0.4s;
}
.vl-blog-14-item .vl-blog-1-content .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-14-item .vl-blog-1-content .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-14-item:hover {
  transition: all 0.4s;
}
.vl-blog-14-item:hover .vl-blog-3-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-14-item:hover .vl-blog-1-content .learn {
  color: var(--vtc-bg-main17);
  transition: all 0.4s;
}
.vl-blog-14-item:hover .vl-blog-1-content .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-14-item:hover .vl-blog-1-content .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.blog15-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-15-item {
  border: 1px solid rgba(18, 7, 52, 0.19);
  background: var(--vtc-bg-white);
  transition: all 0.4s;
  border-radius: 8px;
}
.vl-blog-15-item:hover {
  background: var(--vtc-bg-white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
  border: 1px solid var(--vtc-bg-white);
}
.vl-blog-15-item .vl-blog-15-thumb {
  overflow: hidden;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.vl-blog-15-item .vl-blog-15-thumb img {
  transition: all 0.4s;
  width: 100%;
}
.vl-blog-15-item .vl-blog-1-content {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  z-index: 3;
}
.vl-blog-15-item .vl-blog-1-content .vl-blog1-meta a {
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-15-item .vl-blog-1-content .vl-blog1-meta a img {
  transform: translateY(-2px);
}
.vl-blog-15-item .vl-blog-1-content .learn1 {
  display: inline-block;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  margin-top: 22px;
  transition: all 0.4s;
}
.vl-blog-15-item .vl-blog-1-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg);
}
.vl-blog-15-item .vl-blog-1-content .learn1:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main17);
}
.vl-blog-15-item .vl-blog-1-content .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.vl-blog-15-item .vl-blog-1-content .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-15-item .vl-blog-1-content .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-15-item .vl-blog-1-content .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-15-item .vl-blog-1-content .learn:hover {
  color: var(--vtc-bg-main17);
  transition: all 0.4s;
}
.vl-blog-15-item .vl-blog-1-content .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-15-item .vl-blog-1-content .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-15-item:hover {
  transition: all 0.4s;
}
.vl-blog-15-item:hover .vl-blog-3-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-15-item:hover .vl-blog-1-content .learn {
  color: var(--vtc-bg-main17);
  transition: all 0.4s;
}
.vl-blog-15-item:hover .vl-blog-1-content .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-15-item:hover .vl-blog-1-content .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.blog16-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-16-item {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  background: var(--vtc-bg-white);
  transition: all 0.4s;
  border-radius: 8px;
}
.vl-blog-16-item:hover {
  background: var(--vtc-bg-white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.09);
  transition: all 0.4s;
}
.vl-blog-16-item .vl-blog-16-thumb {
  overflow: hidden;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.vl-blog-16-item .vl-blog-16-thumb img {
  transition: all 0.4s;
}
.vl-blog-16-item .vl-blog-16-content {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  z-index: 3;
}
.vl-blog-16-item .vl-blog-16-content .vl-blog1-meta a {
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-16-item .vl-blog-16-content .vl-blog1-meta a img {
  transform: translateY(-2px);
}
.vl-blog-16-item .vl-blog-16-content .learn1 {
  display: inline-block;
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  margin-top: 22px;
  transition: all 0.4s;
}
.vl-blog-16-item .vl-blog-16-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg);
}
.vl-blog-16-item .vl-blog-16-content .learn1:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main19);
}
.vl-blog-16-item .vl-blog-16-content .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.vl-blog-16-item .vl-blog-16-content .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-16-item .vl-blog-16-content .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-16-item .vl-blog-16-content .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-16-item .vl-blog-16-content .learn:hover {
  color: var(--vtc-bg-main19);
  transition: all 0.4s;
}
.vl-blog-16-item .vl-blog-16-content .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-16-item .vl-blog-16-content .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-16-item:hover {
  transition: all 0.4s;
}
.vl-blog-16-item:hover .vl-blog-3-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-16-item:hover .vl-blog-16-content .learn {
  color: var(--vtc-bg-main19);
  transition: all 0.4s;
}
.vl-blog-16-item:hover .vl-blog-16-content .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-16-item:hover .vl-blog-16-content .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.blog17-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-17-item .vl-blog-17-thumb {
  overflow: hidden;
  overflow: hidden;
  border-radius: 9px;
}
.vl-blog-17-item .vl-blog-17-thumb img {
  transition: all 0.4s;
}
.vl-blog-17-item .vl-blog-17-content {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px 0 0 0;
  position: relative;
  z-index: 3;
}
.vl-blog-17-item .vl-blog-17-content .vl-blog17-meta a {
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-block;
  margin-right: 20px;
}
.vl-blog-17-item .vl-blog-17-content .vl-blog17-meta a img {
  transform: translateY(-2px);
}
.vl-blog-17-item .vl-blog-17-content .learn1 {
  display: inline-block;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  margin-top: 22px;
  transition: all 0.4s;
}
.vl-blog-17-item .vl-blog-17-content .learn1 span {
  display: inline-block;
  transform: rotate(-45deg);
}
.vl-blog-17-item .vl-blog-17-content .learn1:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main21);
}
.vl-blog-17-item .vl-blog-17-content .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.vl-blog-17-item .vl-blog-17-content .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.vl-blog-17-item .vl-blog-17-content .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.vl-blog-17-item .vl-blog-17-content .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-17-item .vl-blog-17-content .learn:hover {
  color: var(--vtc-bg-main21);
  transition: all 0.4s;
}
.vl-blog-17-item .vl-blog-17-content .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-17-item .vl-blog-17-content .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.vl-blog-17-item:hover {
  transition: all 0.4s;
}
.vl-blog-17-item:hover .vl-blog-17-thumb img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.vl-blog-17-item:hover .vl-blog-17-content .learn {
  color: var(--vtc-bg-main21);
  transition: all 0.4s;
}
.vl-blog-17-item:hover .vl-blog-17-content .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.vl-blog-17-item:hover .vl-blog-17-content .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.blog18-section-area {
  position: relative;
  z-index: 1;
  background: #F8F9FB;
}
.blog18-section-area .blog18-boxarea {
  position: relative;
  z-index: 1;
  background: var(--vtc-bg-white);
  border-radius: 4px;
  margin-top: 30px;
}
.blog18-section-area .blog18-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.blog18-section-area .blog18-boxarea .img1 {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}
.blog18-section-area .blog18-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
  transition: all 0.6s;
}
.blog18-section-area .blog18-boxarea .content-area {
  padding: 28px;
}
.blog18-section-area .blog18-boxarea .content-area ul li a {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}
.blog18-section-area .blog18-boxarea .content-area ul li a i {
  margin: 0 8px 0 0;
}
.blog18-section-area .blog18-boxarea .content-area .head {
  color: var(--vtc-text-title5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.blog18-section-area .blog18-boxarea .content-area .head:hover {
  color: #1223A5;
  transition: all 0.4s;
}
.blog18-section-area .blog18-boxarea .content-area .readmore {
  color: var(--vtc-text-title5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}
.blog18-section-area .blog18-boxarea .content-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.blog18-section-area .blog18-boxarea .content-area .readmore:hover {
  color: #1223A5;
  transition: all 0.4s;
}

.blog19-section-area {
  position: relative;
  z-index: 1;
}
.blog19-section-area .blog19-boxarea {
  position: relative;
  z-index: 1;
  background: var(--vtc-bg-white);
  border-radius: 4px;
  margin-top: 30px;
  overflow: hidden;
}
.blog19-section-area .blog19-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.blog19-section-area .blog19-boxarea:hover .content-area::after {
  height: 100%;
  transition: all 0.4s;
}
.blog19-section-area .blog19-boxarea:hover .content-area ul li a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.blog19-section-area .blog19-boxarea:hover .content-area .head {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.blog19-section-area .blog19-boxarea:hover .content-area p {
  color: var(--vtc-text-white);
  opacity: 80%;
  transition: all 0.4s;
}
.blog19-section-area .blog19-boxarea:hover .content-area .readmore {
  color: var(--vtc-bg-main23);
  transition: all 0.4s;
}
.blog19-section-area .blog19-boxarea .img1 {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
}
.blog19-section-area .blog19-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.6s;
  height: 550px;
}
.blog19-section-area .blog19-boxarea .content-area {
  padding: 24px 20px;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  background: var(--vtc-text-white);
  left: 20px;
  right: 20px;
  border-radius: 4px;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog19-section-area .blog19-boxarea .content-area {
    padding: 14px 10px;
  }
}
@media (max-width: 767px) {
  .blog19-section-area .blog19-boxarea .content-area {
    padding: 14px 10px;
  }
}
.blog19-section-area .blog19-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  background: #055346;
  z-index: -1;
  border-radius: 4px;
}
.blog19-section-area .blog19-boxarea .content-area ul li {
  display: inline-block;
  color: var(--vtc-text-title6);
}
.blog19-section-area .blog19-boxarea .content-area ul li a {
  color: var(--vtc-text-title6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog19-section-area .blog19-boxarea .content-area ul li a i {
  margin: 0 4px 0 0;
}
.blog19-section-area .blog19-boxarea .content-area .head {
  color: var(--vtc-text-title6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.blog19-section-area .blog19-boxarea .content-area p {
  color: var(--vtc-text-pera5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.blog19-section-area .blog19-boxarea .content-area .readmore {
  color: var(--vtc-text-title6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.blog19-section-area .blog19-boxarea .content-area .readmore i {
  margin-left: 4px;
}

.blog20-section-area {
  position: relative;
  z-index: 1;
}
.blog20-section-area .blog20-widget-area {
  position: relative;
  z-index: 1;
  background: #F8F8FD;
  padding: 32px 24px;
  border-radius: 4px;
  transition: all 0.4s;
  margin-top: 30px;
}
.blog20-section-area .blog20-widget-area .content20-area ul li {
  margin: 0 16px 0 0;
  display: inline-block;
}
.blog20-section-area .blog20-widget-area .content20-area ul li a {
  color: var(--vtc-text-pera6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.blog20-section-area .blog20-widget-area .content20-area ul li a i {
  margin: 0 6px 0 0;
}
.blog20-section-area .blog20-widget-area .content20-area a {
  color: var(--vtc-text-title7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 32px;
  display: inline-block;
  transition: all 0.4s;
}
.blog20-section-area .blog20-widget-area .content20-area a:hover {
  color: var(--vtc-text-text11);
  transition: all 0.4s;
}
.blog20-section-area .blog20-widget-area .content20-area a.readmore {
  color: var(--vtc-text-title7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.blog20-section-area .blog20-widget-area .content20-area a.readmore i {
  margin-left: 4px;
}
.blog20-section-area .blog20-widget-area .content20-area a.readmore:hover {
  color: var(--vtc-text-text11);
  transition: all 0.4s;
}
.blog20-section-area .blog20-widget-area .img1 {
  overflow: hidden;
  position: relative;
}
.blog20-section-area .blog20-widget-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.blog20-section-area .blog20-widget-area .img2 {
  overflow: hidden;
  position: relative;
}
.blog20-section-area .blog20-widget-area .img2 img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .blog20-section-area .blog20-widget-area .img2 {
    margin-bottom: 20px;
  }
}

.blog21-section-area {
  position: relative;
  z-index: 1;
}
.blog21-section-area .blog21-boxarea {
  position: relative;
  z-index: 1;
}
.blog21-section-area .blog21-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.blog21-section-area .blog21-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog21-section-area .blog21-boxarea ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog21-section-area .blog21-boxarea ul li a {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
}
.blog21-section-area .blog21-boxarea ul li a i {
  margin: 0 4px 0 0;
}
.blog21-section-area .blog21-boxarea .head {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.blog21-section-area .blog21-boxarea .head:hover {
  color: var(--vtc-text-text12);
  transition: all 0.4s;
}
.blog21-section-area .blog21-boxarea p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  transition: all 0.4s;
}
.blog21-section-area .blog21-boxarea .readmore {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  transition: all 0.4s;
}
.blog21-section-area .blog21-boxarea .readmore i {
  margin-left: 4px;
}
.blog21-section-area .blog21-boxarea .readmore:hover {
  color: var(--vtc-text-text12);
  transition: all 0.4s;
}
.blog21-section-area .blog-author21-boxarea {
  padding: 0 0 0 30px;
  border-left: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .blog21-section-area .blog-author21-boxarea {
    padding: 0;
    border: none;
  }
}
.blog21-section-area .blog-author21-boxarea .blog-box .head {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.blog21-section-area .blog-author21-boxarea .blog-box .head:hover {
  color: var(--vtc-text-text12);
  transition: all 0.4s;
}
.blog21-section-area .blog-author21-boxarea .blog-box p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  transition: all 0.4s;
}
.blog21-section-area .blog-author21-boxarea .blog-box .readmore {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  transition: all 0.4s;
}
.blog21-section-area .blog-author21-boxarea .blog-box .readmore i {
  margin-left: 4px;
}
.blog21-section-area .blog-author21-boxarea .blog-box .readmore:hover {
  color: var(--vtc-text-text12);
  transition: all 0.4s;
}

.blog22-section {
  position: relative;
  z-index: 1;
}

.blog22-boxarea {
  position: relative;
  z-index: 1;
  background: #F3F5F5;
  padding: 24px;
  transition: all 0.4s;
  border-radius: 8px;
  margin-top: 30px;
}
.blog22-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog22-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.blog22-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog22-boxarea ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog22-boxarea ul li a {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
}
.blog22-boxarea ul li a i {
  margin: 0 4px 0 0;
}
.blog22-boxarea .head {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.blog22-boxarea .head:hover {
  color: var(--vtc-text-text13);
  transition: all 0.4s;
}
.blog22-boxarea p {
  color: var(--vtc-text-pera8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  transition: all 0.4s;
}
.blog22-boxarea .readmore {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  transition: all 0.4s;
}
.blog22-boxarea .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog22-boxarea .readmore:hover {
  color: var(--vtc-text-text13);
  transition: all 0.4s;
}
.blog22-boxarea .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog23-section {
  position: relative;
  z-index: 1;
}

.blog23-boxarea {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
  padding: 24px;
  transition: all 0.4s;
  border-radius: 8px;
  margin-top: 30px;
}
.blog23-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.blog23-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  position: relative;
}
.blog23-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.blog23-boxarea ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog23-boxarea ul li a {
  color: var(--vtc-text-title10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
}
.blog23-boxarea ul li a i {
  margin: 0 4px 0 0;
}
.blog23-boxarea .head {
  color: var(--vtc-text-title10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.blog23-boxarea .head:hover {
  color: var(--vtc-text-text14);
  transition: all 0.4s;
}
.blog23-boxarea p {
  color: var(--vtc-text-pera9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  transition: all 0.4s;
}
.blog23-boxarea .readmore {
  color: var(--vtc-text-title10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  transition: all 0.4s;
}
.blog23-boxarea .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.blog23-boxarea .readmore:hover {
  color: var(--vtc-text-text14);
  transition: all 0.4s;
}
.blog23-boxarea .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.blog24-section {
  position: relative;
  z-index: 1;
}
.blog24-section .blog24-single-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.blog24-section .blog24-single-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog24-section .blog24-single-item .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog24-section .blog24-single-item .content24-area {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0 4px 190px 0 rgba(0, 0, 0, 0.12);
  padding: 24px;
  margin: -100px 20px 0 20px;
}
.blog24-section .blog24-single-item .content24-area ul li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.blog24-section .blog24-single-item .content24-area ul li a {
  color: var(--vtc-text-title10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 150%;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.4s;
}
.blog24-section .blog24-single-item .content24-area ul li a i {
  margin: 0 4px 0 0;
}
.blog24-section .blog24-single-item .content24-area .title {
  color: var(--vtc-text-title11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-28);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 38px; /* 150% */
  letter-spacing: -0.4px;
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .blog24-section .blog24-single-item .content24-area .title {
    font-size: var(--f-fs-font-20);
    line-height: 30px;
  }
}
.blog24-section .blog24-single-item .content24-area .title:hover {
  color: var(--vtc-text-text15);
  transition: all 0.4s;
}

.blog25-section {
  position: relative;
  z-index: 1;
}
.blog25-section .blog25-single-item {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  transition: all 0.4s;
}
.blog25-section .blog25-single-item:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.blog25-section .blog25-single-item .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.blog25-section .blog25-single-item .content25-area {
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 16px 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0 4px 190px 0 rgba(0, 0, 0, 0.12);
  padding: 24px;
}
.blog25-section .blog25-single-item .content25-area .user a {
  color: var(--tit);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 16px; /* 100% */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 8px;
  background: rgba(5, 4, 16, 0.1);
  padding: 8px;
}
.blog25-section .blog25-single-item .content25-area .user a svg {
  margin: -3px 4px 0 0;
}
.blog25-section .blog25-single-item .content25-area .title {
  color: var(--vtc-text-title12);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 30px;
  letter-spacing: -0.4px;
  display: inline-block;
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 BLOG POST BOX AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG RECENT POST AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG RECENT POST AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 1 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area1 {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.vl-footer-area1 .cta1 {
  padding-top: 100px;
}
.vl-footer-area1 .footer-bottom-content {
  padding-top: 80px;
}

.vl-footer-social1 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-social1 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  transform: translateY(-5px);
}

.vl-footer-widget-white h4 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-white .vl-footer-list ul li a {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-white .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
  transform: translateX(5px);
}

.vl-footer-contact1 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact1 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact1 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}

.vl-copyright1 {
  padding: 22px 0px;
}
.vl-copyright1._dv-top {
  border-top: 1px solid var(--vtc-bg-white30per);
}
.vl-copyright1 .copyright-text p, .vl-copyright1 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-white70per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright1 .copyright-text p.add-before, .vl-copyright1 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright1 .copyright-text p.add-before::after, .vl-copyright1 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-bg-white30per);
}
.vl-copyright1 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright1 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright1 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright1 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 1 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 2 CSS
::::::::::::::::::::::::::
*/
.vl-footer-social2 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white10per);
  border: 1px solid var(--vtc-bg-white10per);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.vl-footer-social2 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main4);
  transform: translateY(-5px);
  color: var(--vtc-bg-white);
}

.vl-footer-widget-white2 h4 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-white2 .vl-footer-list ul li a {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-white2 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
  transform: translateX(5px);
}

.vl-footer-contact2 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact2 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact2 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}

.vl-copyright2 {
  padding: 22px 0px;
}
.vl-copyright2._dv-top {
  border-top: 1px solid var(--vtc-bg-white30per);
}
.vl-copyright2 .copyright-text p, .vl-copyright2 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-white70per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright2 .copyright-text p.add-before, .vl-copyright2 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright2 .copyright-text p.add-before::after, .vl-copyright2 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-bg-white30per);
}
.vl-copyright2 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright2 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright2 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright2 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 2 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 3 CSS
::::::::::::::::::::::::::
*/
.vl-footer-social3 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-common-9);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-social3 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main4);
  transform: translateY(-5px);
  color: var(--vtc-bg-white);
}

.vl-footer-widget-black1 h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-black1 .vl-footer-list ul li a {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-black1 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
  transform: translateX(5px);
}

.vl-footer-contact3 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact3 .single-contact-item img {
  filter: brightness(0);
}
.vl-footer-contact3 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact3 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
}

.vl-copyright3 {
  padding: 22px 0px;
}
.vl-copyright3._dv-top {
  border-top: 1px solid var(--vtc-bg-common-8);
}
.vl-copyright3 .copyright-text p, .vl-copyright3 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright3 .copyright-text p.add-before, .vl-copyright3 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright3 .copyright-text p.add-before::after, .vl-copyright3 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-bg-white30per);
}
.vl-copyright3 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright3 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright3 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright3 .copyright-text.right-side {
    padding-top: 20px;
  }
}

.footer3-bottom-content {
  padding-bottom: 200px;
}

.footer3-bg-image {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 3 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 2 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area4 {
  padding-top: 220px;
}

.vl-footer-social4 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-social4 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main6);
  transform: translateY(-5px);
  color: var(--vtc-bg-white);
}

.vl-footer-widget-white4 h4 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-white4 .vl-footer-list ul li a {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-white4 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main6);
  transform: translateX(5px);
}

.vl-footer-contact4 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact4 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact4 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main6);
}

.vl-copyright4 {
  padding: 22px 0px;
}
.vl-copyright4._dv-top {
  border-top: 1px solid var(--vtc-bg-white30per);
}
.vl-copyright4 .copyright-text p, .vl-copyright4 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-white70per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright4 .copyright-text p.add-before, .vl-copyright4 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright4 .copyright-text p.add-before::after, .vl-copyright4 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-bg-white30per);
}
.vl-copyright4 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright4 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main6);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright4 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright4 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 2 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 5 CSS
::::::::::::::::::::::::::
*/
.vl-footer-social5 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-social5 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
  transform: translateY(-5px);
  color: var(--vtc-text-title1);
}

.vl-footer-widget-white5 h4 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-white5 .vl-footer-list ul li a {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-white5 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
  transform: translateX(5px);
}

.vl-footer-contact5 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact5 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact5 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}

.vl-copyright5 {
  padding: 22px 0px;
}
.vl-copyright5._dv-top {
  border-top: 1px solid var(--vtc-bg-white30per);
}
.vl-copyright5 .copyright-text p, .vl-copyright5 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-white70per);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright5 .copyright-text p.add-before, .vl-copyright5 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright5 .copyright-text p.add-before::after, .vl-copyright5 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-bg-white30per);
}
.vl-copyright5 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright5 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright5 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright5 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 5 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 6 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area6 {
  padding-top: 220px;
  background-color: var(--vtc-bg-common-13);
}

.vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-common-14);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main8);
  transform: translateY(-5px);
  color: var(--vtc-text-title1);
}

.vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main8);
  transform: translateX(5px);
}

.vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main8);
}

.vl-copyright6 {
  padding: 22px 0px;
}
.vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-copyright6 .copyright-text p, .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright6 .copyright-text p.add-before, .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright6 .copyright-text p.add-before::after, .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera1);
  opacity: 0.5;
}
.vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main8);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 6 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 7 CSS
::::::::::::::::::::::::::
*/
.vl-footer-social7 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-common-1);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-social7 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main10);
  transform: translateY(-5px);
  color: var(--vtc-text-white);
}

.vl-footer-widget-white5 h4 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-white5 .vl-footer-list ul li a {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-white5 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
  transform: translateX(5px);
}

.vl-footer-contact7 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact7 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-contact7 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact7 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10);
}

.vl-copyright7 {
  padding: 22px 0px;
}
.vl-copyright7._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-copyright7 .copyright-text p, .vl-copyright7 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright7 .copyright-text p.add-before, .vl-copyright7 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright7 .copyright-text p.add-before::after, .vl-copyright7 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera1);
  opacity: 0.5;
}
.vl-copyright7 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright7 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright7 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright7 .copyright-text.right-side {
    padding-top: 20px;
  }
}

.vl-footer-widget-black7 h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-black7 .vl-footer-list ul li a {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-black7 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10);
  transform: translateX(5px);
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 7 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 7 CSS
::::::::::::::::::::::::::
*/
.vl-footer-social8 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-common-1);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-social8 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main11);
  transform: translateY(-5px);
  color: var(--vtc-text-white);
}

.vl-footer-subscribe8 {
  position: relative;
  margin-top: 12px;
}
.vl-footer-subscribe8 input {
  padding: 20px;
  border: none;
  border-radius: 8px;
  background: var(--vtc-bg-common-18);
  width: 100%;
}
.vl-footer-subscribe8 input::-moz-placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.vl-footer-subscribe8 input::placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.vl-footer-subscribe8 input:focus {
  outline-color: var(--vtc-bg-main11);
  outline-width: 1px;
  outline-style: solid;
}
.vl-footer-subscribe8 input:focus::-moz-placeholder {
  opacity: 0;
}
.vl-footer-subscribe8 input:focus::placeholder {
  opacity: 0;
}
.vl-footer-subscribe8 .button {
  position: absolute;
  right: 4px;
  top: 4px;
}

.vl-footer-widget-white8 h4 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-white8 .vl-footer-list ul li a {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-white8 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
  transform: translateX(5px);
}

.vl-footer-contact8 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact8 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-contact8 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact8 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10);
}

.vl-copyright8 {
  padding: 22px 0px;
}
.vl-copyright8._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-copyright8 .copyright-text p, .vl-copyright8 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright8 .copyright-text p.add-before, .vl-copyright8 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright8 .copyright-text p.add-before::after, .vl-copyright8 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera1);
  opacity: 0.5;
}
.vl-copyright8 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright8 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main11);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright8 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright8 .copyright-text.right-side {
    padding-top: 20px;
  }
}

.vl-footer-widget-black8 h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-black8 .vl-footer-list ul li a {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-black8 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main11);
  transform: translateX(5px);
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 8 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 9 CSS
::::::::::::::::::::::::::
*/
.vl-footer-social9 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-common-1);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-social9 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main12);
  transform: translateY(-5px);
  color: var(--vtc-text-white);
}

.vl-footer-contact9 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact9 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-contact9 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact9 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}

.vl-copyright9 {
  padding: 22px 0px;
}
.vl-copyright9._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-copyright9 .copyright-text p, .vl-copyright9 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright9 .copyright-text p.add-before, .vl-copyright9 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright9 .copyright-text p.add-before::after, .vl-copyright9 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera1);
  opacity: 0.5;
}
.vl-copyright9 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright9 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright9 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright9 .copyright-text.right-side {
    padding-top: 20px;
  }
}

.vl-footer-widget-black9 h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-black9 .vl-footer-list ul li a {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-black9 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
  transform: translateX(5px);
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 9 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 7 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area10 {
  padding-top: 80px;
}

.vl-footer-social10 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-common-1);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-social10 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main13);
  transform: translateY(-5px);
  color: var(--vtc-text-white);
}

.vl-footer-subscribe8 {
  position: relative;
  margin-top: 12px;
}
.vl-footer-subscribe8 input {
  padding: 20px;
  border: none;
  border-radius: 8px;
  background: var(--vtc-bg-common-18);
  width: 100%;
}
.vl-footer-subscribe8 input::-moz-placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.vl-footer-subscribe8 input::placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  text-transform: capitalize;
}
.vl-footer-subscribe8 input:focus {
  outline-color: var(--vtc-bg-main11);
  outline-width: 1px;
  outline-style: solid;
}
.vl-footer-subscribe8 input:focus::-moz-placeholder {
  opacity: 0;
}
.vl-footer-subscribe8 input:focus::placeholder {
  opacity: 0;
}
.vl-footer-subscribe8 .button {
  position: absolute;
  right: 4px;
  top: 4px;
}

.vl-footer-contact10 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-contact10 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-contact10 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-contact10 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main13);
}

.vl-copyright10 {
  padding: 22px 0px;
}
.vl-copyright10._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-copyright10 .copyright-text p, .vl-copyright10 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-copyright10 .copyright-text p.add-before, .vl-copyright10 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-copyright10 .copyright-text p.add-before::after, .vl-copyright10 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera1);
  opacity: 0.5;
}
.vl-copyright10 .copyright-text a {
  transition: all 0.4s;
}
.vl-copyright10 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main13);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-copyright10 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-copyright10 .copyright-text.right-side {
    padding-top: 20px;
  }
}

.vl-footer-widget-black10 h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-widget-black10 .vl-footer-list ul li a {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-widget-black10 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main13);
  transform: translateX(5px);
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 8 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 11 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area11 {
  padding-top: 220px;
}
.vl-footer-area11 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-area11 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main14);
  transform: translateY(-5px);
  color: var(--vtc-text-title1);
}
.vl-footer-area11 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area11 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area11 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
  transform: translateX(5px);
}
.vl-footer-area11 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area11 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area11 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area11 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
}
.vl-footer-area11 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area11 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area11 .vl-copyright6 .copyright-text p, .vl-footer-area11 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area11 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area11 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area11 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area11 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera2);
  opacity: 0.5;
}
.vl-footer-area11 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area11 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area11 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area11 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 11 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 11 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area12 {
  padding-top: 80px;
}
.vl-footer-area12 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-area12 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main14);
  transform: translateY(-5px);
  color: var(--vtc-text-title1);
}
.vl-footer-area12 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area12 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area12 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
  transform: translateX(5px);
}
.vl-footer-area12 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area12 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area12 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area12 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
}
.vl-footer-area12 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area12 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area12 .vl-copyright6 .copyright-text p, .vl-footer-area12 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area12 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area12 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area12 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area12 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera2);
  opacity: 0.5;
}
.vl-footer-area12 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area12 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area12 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area12 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 11 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 13 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area13 {
  padding-top: 220px;
}
.vl-footer-area13 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-area13 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main14);
  transform: translateY(-5px);
  color: var(--vtc-text-title1);
}
.vl-footer-area13 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area13 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area13 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
  transform: translateX(5px);
}
.vl-footer-area13 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area13 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area13 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area13 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
}
.vl-footer-area13 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area13 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area13 .vl-copyright6 .copyright-text p, .vl-footer-area13 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area13 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area13 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area13 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area13 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera2);
  opacity: 0.5;
}
.vl-footer-area13 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area13 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area13 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area13 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 11 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 11 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area14 {
  padding-top: 80px;
}
.vl-footer-area14 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-area14 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main14);
  transform: translateY(-5px);
  color: var(--vtc-text-title1);
}
.vl-footer-area14 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area14 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area14 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
  transform: translateX(5px);
}
.vl-footer-area14 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area14 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area14 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area14 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
}
.vl-footer-area14 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area14 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area14 .vl-copyright6 .copyright-text p, .vl-footer-area14 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area14 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area14 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area14 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area14 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera2);
  opacity: 0.5;
}
.vl-footer-area14 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area14 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area14 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area14 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 11 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 11 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area15 {
  padding-top: 80px;
}
.vl-footer-area15 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-area15 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main14);
  transform: translateY(-5px);
  color: var(--vtc-text-title1);
}
.vl-footer-area15 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area15 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area15 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
  transform: translateX(5px);
}
.vl-footer-area15 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area15 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area15 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area15 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
}
.vl-footer-area15 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area15 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area15 .vl-copyright6 .copyright-text p, .vl-footer-area15 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area15 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area15 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area15 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area15 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera2);
  opacity: 0.5;
}
.vl-footer-area15 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area15 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main14);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area15 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area15 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 11 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 13 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area16 {
  padding-top: 220px;
}
.vl-footer-area16 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-area16 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main19);
  transform: translateY(-5px);
  color: var(--vtc-text-title1);
}
.vl-footer-area16 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area16 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area16 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main19);
  transform: translateX(5px);
}
.vl-footer-area16 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area16 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area16 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area16 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main19);
}
.vl-footer-area16 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area16 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area16 .vl-copyright6 .copyright-text p, .vl-footer-area16 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area16 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area16 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area16 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area16 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera2);
  opacity: 0.5;
}
.vl-footer-area16 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area16 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main19);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area16 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area16 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 11 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 17 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area17 {
  padding-top: 220px;
}
.vl-footer-area17 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-area17 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main21);
  transform: translateY(-5px);
  color: var(--vtc-text-title1);
}
.vl-footer-area17 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area17 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area17 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main21);
  transform: translateX(5px);
}
.vl-footer-area17 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area17 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area17 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title4);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area17 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main21);
}
.vl-footer-area17 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area17 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area17 .vl-copyright6 .copyright-text p, .vl-footer-area17 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area17 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area17 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area17 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area17 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera2);
  opacity: 0.5;
}
.vl-footer-area17 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area17 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main21);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area17 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area17 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 17 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 18 CSS
::::::::::::::::::::::::::
*/
.cta18-section-area {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .cta18-section-area .cta18-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta18-section-area .cta18-header {
    margin-bottom: 30px;
  }
}
.cta18-section-area .cta18-header h2 {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}
@media (max-width: 767px) {
  .cta18-section-area .cta18-header h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta18-section-area .cta18-header {
  position: relative;
  z-index: 1;
}
.cta18-section-area .cta18-header input {
  border-radius: 8px;
  background: var(--vtc-bg-white);
  position: relative;
  width: 100%;
  color: var(--vtc-text-pera4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 27px;
  height: 72px;
  border: none;
  outline: none;
}
.cta18-section-area .cta18-header button {
  outline: none;
  border: none;
  position: absolute;
  right: 8px;
  top: 8px;
}
.cta18-section-area .cta-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #4272E1;
  padding: 24px;
}
.cta18-section-area .cta-box .icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-white);
}
.cta18-section-area .cta-box .text {
  padding-left: 16px;
}
.cta18-section-area .cta-box .text p {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.8;
}
.cta18-section-area .cta-box .text a {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.vl-footer-area18 {
  padding-top: 100px;
}
.vl-footer-area18 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title5);
  transition: all 0.4s;
}
.vl-footer-area18 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main22);
  transform: translateY(-5px);
  color: var(--vtc-text-title5);
}
.vl-footer-area18 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title5);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area18 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera4);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area18 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main22);
  transform: translateX(5px);
}
.vl-footer-area18 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area18 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area18 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title5);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area18 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main22);
}
.vl-footer-area18 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area18 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area18 .vl-copyright6 .copyright-text p, .vl-footer-area18 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera2);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area18 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area18 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area18 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area18 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera2);
  opacity: 0.5;
}
.vl-footer-area18 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area18 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main22);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area18 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area18 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 18 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 19 CSS
::::::::::::::::::::::::::
*/
.cta19-section-area {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .cta19-section-area .cta-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta19-section-area .cta-header {
    margin-bottom: 30px;
  }
}
.cta19-section-area .cta-header {
  position: relative;
  z-index: 1;
}
.cta19-section-area .cta-header input {
  border-radius: 8px;
  background: var(--vtc-bg-white);
  position: relative;
  width: 100%;
  color: var(--vtc-text-pera5);
  font-family: var(--ztc-family-font1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 27px;
  height: 72px;
  border: none;
  outline: none;
}
.cta19-section-area .cta-header button {
  outline: none;
  border: none;
  position: absolute;
  right: 8px;
  top: 8px;
}
.cta19-section-area .cta19-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #C7E960;
  padding: 24px;
}
.cta19-section-area .cta19-box .icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-white);
}
.cta19-section-area .cta19-box .text {
  padding-left: 16px;
}
.cta19-section-area .cta19-box .text p {
  color: var(--vtc-text-title6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 16px;
  opacity: 0.8;
}
.cta19-section-area .cta19-box .text a {
  color: var(--vtc-text-title6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  display: inline-block;
}

.vl-footer-area19 {
  padding-top: 100px;
  background: #F9FAFB;
}
.vl-footer-area19 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title6);
  transition: all 0.4s;
}
.vl-footer-area19 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main23);
  transform: translateY(-5px);
  color: var(--vtc-text-title6);
}
.vl-footer-area19 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title6);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area19 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera5);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area19 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main23);
  transform: translateX(5px);
}
.vl-footer-area19 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area19 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area19 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-pera5);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area19 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main23);
}
.vl-footer-area19 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area19 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area19 .vl-copyright6 .copyright-text p, .vl-footer-area19 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera5);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area19 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area19 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area19 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area19 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera5);
  opacity: 0.5;
}
.vl-footer-area19 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area19 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main23);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area19 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area19 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 19 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 20 CSS
::::::::::::::::::::::::::
*/
.footer20-section-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer20-section-area {
    padding: 40px 0 0 0;
  }
}
.footer20-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer20-section-area .footer-logo-area img {
  margin-bottom: 16px;
  width: 147px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer20-section-area .footer-logo-area p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-pera6);
}
.footer20-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer20-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer20-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 165px;
  background: rgba(77, 68, 197, 0.1);
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--vtc-text-text11);
}
.footer20-section-area .footer-logo-area ul li a:hover {
  background: var(--vtc-text-text11);
  transition: all 0.4s;
  transform: translateY(-5px);
  color: var(--vtc-text-white);
}
.footer20-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer20-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer20-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer20-section-area .footer-logo-area1 h3 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title7);
  line-height: var(--f-fs-font-24);
}
.footer20-section-area .footer-logo-area1 ul li a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera6);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer20-section-area .footer-logo-area1 ul li a:hover {
  color: var(--vtc-text-text11);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer20-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #FFF4F9;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer20-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-title7);
  font-weight: var(--f-fw-medium);
}
.footer20-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer20-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer20-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer20-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer20-section-area .footer-logo-area2 h3 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title7);
  line-height: var(--f-fs-font-24);
}
.footer20-section-area .footer-logo-area2 ul li a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera6);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer20-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--vtc-text-text11);
  transition: all 0.4s;
}
.footer20-section-area .footer-logo-area2 ul li a svg {
  margin: 0 8px 0 0;
}
.footer20-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer20-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer20-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer20-section-area .footer-logo-area3 h3 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title7);
  line-height: var(--f-fs-font-24);
}
.footer20-section-area .footer-logo-area3 ul li a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera6);
  display: inline-block;
  margin-top: 20px;
}
.footer20-section-area .footer-logo-area3 {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.footer20-section-area .footer-logo-area3 input {
  width: 100%;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-title7);
  font-weight: var(--f-fw-medium);
  background: #EFEFFA;
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 56px;
  line-height: 16px;
  outline: none;
  border: none;
}
.footer20-section-area .footer-logo-area3 input::-moz-placeholder {
  font-weight: var(--f-fw-normal);
  font-family: var(--f-ff-font-1);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-pera6);
  opacity: 80%;
}
.footer20-section-area .footer-logo-area3 input::placeholder {
  font-weight: var(--f-fw-normal);
  font-family: var(--f-ff-font-1);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-pera6);
  opacity: 80%;
}
.footer20-section-area .footer-logo-area3 button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer20-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}
@media (max-width: 767px) {
  .footer20-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer20-section-area .copyright-area p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera6);
}
@media (max-width: 767px) {
  .footer20-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer20-section-area .copyright-area ul li {
  display: inline-block;
}
.footer20-section-area .copyright-area ul li a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  display: inline-block;
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-pera6);
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 20 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 21 CSS
::::::::::::::::::::::::::
*/
.footer21-section-area {
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .footer21-section-area {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer21-section-area {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .footer21-section-area .footer-link-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer21-section-area .footer-link-area {
    margin-top: 30px;
  }
}
.footer21-section-area .footer-link-area h2 {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 150%;
  text-transform: uppercase;
}
.footer21-section-area .footer-link-area ul li a {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  transition: all 0.4s;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}
.footer21-section-area .footer-link-area ul li a:hover {
  color: var(--vtc-text-text12);
  transition: all 0.4s;
}
.footer21-section-area .footer-logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 32px;
  border-top: 1px solid #E5E7EB;
}
@media (max-width: 767px) {
  .footer21-section-area .footer-logo-area {
    display: block;
    text-align: center;
  }
}
.footer21-section-area .footer-logo-area img {
  width: 110px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer21-section-area .footer-logo-area p {
  color: var(--vtc-text-pera7);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}
@media (max-width: 767px) {
  .footer21-section-area .footer-logo-area p {
    padding: 20px 0 20px;
  }
}
.footer21-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer21-section-area .footer-logo-area ul li a {
  color: var(--vtc-text-pera7);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  display: inline-block;
  transition: all 0.4s;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
}
.footer21-section-area .footer-logo-area ul li a:hover {
  color: var(--vtc-text-text12);
  transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 21 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 22 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area22 {
  padding-top: 220px;
  background: #F3F5F5;
}
.vl-footer-area22 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-area22 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-text13);
  transform: translateY(-5px);
  color: var(--vtc-bg-white);
}
.vl-footer-area22 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title9);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area22 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera7);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area22 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text13);
  transform: translateX(5px);
}
.vl-footer-area22 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area22 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area22 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-pera7);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area22 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text13);
}
.vl-footer-area22 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area22 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area22 .vl-copyright6 .copyright-text p, .vl-footer-area22 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera7);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area22 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area22 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area22 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area22 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera7);
  opacity: 0.5;
}
.vl-footer-area22 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area22 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text13);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area22 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area22 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 22 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 23 CSS
::::::::::::::::::::::::::
*/
.footer23-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 0 0;
  background: #F9FAFB;
}
@media (max-width: 767px) {
  .footer23-section-area {
    padding: 40px 0 0 0;
  }
}
.footer23-section-area .footer-logo-area {
  padding: 0 30px 0 0;
}
.footer23-section-area .footer-logo-area img {
  margin-bottom: 16px;
  width: 147px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer23-section-area .footer-logo-area p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-pera9);
}
.footer23-section-area .footer-logo-area ul {
  margin-top: 24px;
}
.footer23-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer23-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 165px;
  background: #E1E7F8;
  text-align: center;
  line-height: 40px;
  margin: 0 6px 0 0;
  transition: all 0.4s;
  color: var(--vtc-text-text14);
}
.footer23-section-area .footer-logo-area ul li a:hover {
  background: var(--vtc-text-text14);
  transition: all 0.4s;
  transform: translateY(-5px);
  color: var(--vtc-text-white);
}
.footer23-section-area .footer-logo-area1 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer23-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer23-section-area .footer-logo-area1 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer23-section-area .footer-logo-area1 h3 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title9);
  line-height: var(--f-fs-font-24);
}
.footer23-section-area .footer-logo-area1 ul li a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera9);
  display: inline-block;
  margin-top: 20px;
  transition: all 0.4s;
}
.footer23-section-area .footer-logo-area1 ul li a:hover {
  color: var(--vtc-text-text14);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer23-section-area .footer-logo-area1 form {
  margin-top: 32px;
  background: #E1E7F8;
  display: inline-block;
  padding: 16px;
  border-radius: 50px;
  position: relative;
  width: 340px;
  height: 48px;
  line-height: 16px;
}
.footer23-section-area .footer-logo-area1 form input {
  width: 100%;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-title7);
  font-weight: var(--f-fw-medium);
}
.footer23-section-area .footer-logo-area1 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer23-section-area .footer-logo-area2 {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .footer23-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer23-section-area .footer-logo-area2 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer23-section-area .footer-logo-area2 h3 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title10);
  line-height: var(--f-fs-font-24);
}
.footer23-section-area .footer-logo-area2 ul li a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera9);
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.footer23-section-area .footer-logo-area2 ul li a:hover span {
  color: var(--vtc-text-text14);
  transition: all 0.4s;
}
.footer23-section-area .footer-logo-area2 ul li a svg {
  margin: 0 8px 0 0;
}
.footer23-section-area .footer-logo-area2 ul li a span {
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer23-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer23-section-area .footer-logo-area3 {
    padding: 0;
    margin-top: 30px;
  }
}
.footer23-section-area .footer-logo-area3 h3 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title10);
  line-height: var(--f-fs-font-24);
}
.footer23-section-area .footer-logo-area3 ul li a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera9);
  display: inline-block;
  margin-top: 20px;
}
.footer23-section-area .footer-logo-area3 form {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.footer23-section-area .footer-logo-area3 form input {
  width: 100%;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-title10);
  font-weight: var(--f-fw-medium);
  background: #E1E7F8;
  display: inline-block;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 56px;
  line-height: 16px;
  outline: none;
  border: none;
}
.footer23-section-area .footer-logo-area3 form input::-moz-placeholder {
  font-weight: var(--f-fw-normal);
  font-family: var(--f-ff-font-1);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-pera9);
  opacity: 80%;
}
.footer23-section-area .footer-logo-area3 form input::placeholder {
  font-weight: var(--f-fw-normal);
  font-family: var(--f-ff-font-1);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-pera9);
  opacity: 80%;
}
.footer23-section-area .footer-logo-area3 form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.footer23-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 24px 0;
  border-top: 1px solid #E5E7EB;
  width: 100%;
}
@media (max-width: 767px) {
  .footer23-section-area .copyright-area {
    display: inline-block;
    text-align: center;
  }
}
.footer23-section-area .copyright-area p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera9);
}
@media (max-width: 767px) {
  .footer23-section-area .copyright-area ul {
    margin-top: 20px;
  }
}
.footer23-section-area .copyright-area ul li {
  display: inline-block;
}
.footer23-section-area .copyright-area ul li a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  display: inline-block;
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-pera9);
  transition: all 0.4s;
  margin: 0 32px 0 0;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 23 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 24 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area24 {
  padding-top: 100px;
  background: #F7F6FE;
}
.vl-footer-area24 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-footer-area24 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background: var(--vtc-text-text15);
  transform: translateY(-5px);
  color: var(--vtc-text-white);
}
.vl-footer-area24 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title11);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area24 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera9);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area24 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text15);
  transform: translateX(5px);
}
.vl-footer-area24 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area24 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area24 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title11);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area24 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text15);
}
.vl-footer-area24 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area24 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area24 .vl-copyright6 .copyright-text p, .vl-footer-area24 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera10);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area24 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area24 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area24 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area24 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera10);
  opacity: 0.5;
}
.vl-footer-area24 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area24 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text15);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area24 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area24 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 24 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 25 CSS
::::::::::::::::::::::::::
*/
.cta-25-section {
  position: relative;
  z-index: 2;
}
.cta-25-section .hero11-shape1 {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cta-25-section .hero11-shape1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-25-section .hero11-shape1 {
    display: none;
  }
}
.cta-25-section .cta-25-bg-area {
  padding: 60px;
  border-radius: 40px;
  position: relative;
  margin-bottom: -150px;
}
@media (max-width: 767px) {
  .cta-25-section .cta-25-bg-area {
    padding: 24px;
  }
}

.cta-25-heading h2 {
  color: var(--vtc-text-title12);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.88px;
}
@media (max-width: 767px) {
  .cta-25-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}
.cta-25-heading p {
  color: var(--vtc-text-pera11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.cta-25-heading .cta25-form-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta-25-heading .cta25-form-area input {
  border-radius: 8px;
  background: var(--vtc-text-white);
  outline: none;
  border: none;
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 39px 20px;
  width: 100%;
}
.cta-25-heading .cta25-form-area input::-moz-placeholder {
  color: var(--vtc-text-pera11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.cta-25-heading .cta25-form-area input::placeholder {
  color: var(--vtc-text-pera11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.cta-25-heading .cta25-form-area button {
  border: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media (max-width: 767px) {
  .cta-25-heading .cta25-form-area button {
    position: relative;
    top: 0;
    right: inherit;
    left: 0;
    margin-top: 16px;
  }
}

.vl-footer-area25 {
  padding-top: 220px;
  background: #F8F7FF;
}
.vl-footer-area25 .vl-footer-social6 a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 0px 3px;
  color: var(--vtc-text-title5);
  transition: all 0.4s;
}
.vl-footer-area25 .vl-footer-social6 a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main29);
  transform: translateY(-5px);
  color: var(--vtc-text-title12);
}
.vl-footer-area25 .vl-footer-widget-black6 h4 {
  color: var(--vtc-text-title12);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-footer-area25 .vl-footer-widget-black6 .vl-footer-list ul li a {
  color: var(--vtc-text-pera11);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16);
  padding: 10px 0px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-footer-area25 .vl-footer-widget-black6 .vl-footer-list ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main29);
  transform: translateX(5px);
}
.vl-footer-area25 .vl-footer-contact6 .single-contact-item {
  display: flex;
  align-items: start;
  padding: 10px 0px;
}
.vl-footer-area25 .vl-footer-contact6 .single-contact-item .icon img {
  filter: brightness(0);
}
.vl-footer-area25 .vl-footer-contact6 .single-contact-item .text a {
  display: inline-block;
  color: var(--vtc-text-title12);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding-left: 10px;
  transition: all 0.4s;
}
.vl-footer-area25 .vl-footer-contact6 .single-contact-item .text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main29);
}
.vl-footer-area25 .vl-copyright6 {
  padding: 22px 0px;
}
.vl-footer-area25 .vl-copyright6._dv-top {
  border-top: 1px solid var(--vtc-bg-common-14);
}
.vl-footer-area25 .vl-copyright6 .copyright-text p, .vl-footer-area25 .vl-copyright6 .copyright-text a {
  display: inline-block;
  color: var(--vtc-text-pera11);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  position: relative;
}
.vl-footer-area25 .vl-copyright6 .copyright-text p.add-before, .vl-footer-area25 .vl-copyright6 .copyright-text a.add-before {
  padding-left: 40px;
}
.vl-footer-area25 .vl-copyright6 .copyright-text p.add-before::after, .vl-footer-area25 .vl-copyright6 .copyright-text a.add-before::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 18px;
  width: 2px;
  background-color: var(--vtc-text-pera11);
  opacity: 0.5;
}
.vl-footer-area25 .vl-copyright6 .copyright-text a {
  transition: all 0.4s;
}
.vl-footer-area25 .vl-copyright6 .copyright-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main29);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer-area25 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .vl-footer-area25 .vl-copyright6 .copyright-text.right-side {
    padding-top: 20px;
  }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 25 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 1 CSS
::::::::::::::::::::::::::
*/
.header-tranperent {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}

.header-contact-wedget {
  text-align: end;
}

@media screen and (min-width: 769px) {
  .header1-bg {
    padding: 10px 0px;
    border-radius: 0px 0px 8px 8px;
    position: relative;
    z-index: 999;
    margin-top: 16px;
  }
}
.vl-header1-btns .buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.vl-header1-btns .search-open-btn {
  background: none;
  border: none;
  font-size: var(--f-fs-font-20);
  margin-right: 36px;
  position: relative;
  color: var(--vtc-text-white);
}

/*
::::::::::::::::::::::::::
 HEADER AREA 1 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 2 CSS
::::::::::::::::::::::::::
*/
.vl-header2-btns .buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.vl-header2-btns .search-open-btn {
  background: none;
  border: none;
  font-size: var(--f-fs-font-20);
  margin-right: 24px;
  position: relative;
  color: var(--vtc-text-title1);
}

/*
::::::::::::::::::::::::::
 HEADER AREA 2 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 3 CSS
::::::::::::::::::::::::::
*/
.vl-header3-btns .buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.vl-header3-btns .search-open-btn {
  background: none;
  border: none;
  font-size: var(--f-fs-font-20);
  margin-right: 24px;
  position: relative;
  color: var(--vtc-text-title1);
}

/*
::::::::::::::::::::::::::
 HEADER AREA 3 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 4 CSS
::::::::::::::::::::::::::
*/
.vl-header4-btns .buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.vl-header4-btns .search-open-btn {
  background: none;
  border: none;
  font-size: var(--f-fs-font-20);
  margin-right: 24px;
  position: relative;
  color: var(--vtc-text-white);
}

.vl-header7-btns .buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.vl-header7-btns .search-open-btn {
  background: none;
  border: none;
  font-size: var(--f-fs-font-20);
  margin-right: 24px;
  position: relative;
  color: var(--vtc-text-title1);
}

.vl-header8-btns .buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.vl-header8-btns .search-open-btn {
  background: none;
  border: none;
  font-size: var(--f-fs-font-20);
  margin-right: 40px;
  position: relative;
  color: var(--vtc-text-title1);
}
.vl-header8-btns .search-open-btn::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 5px;
  height: 20px;
  width: 2px;
  background-color: var(--vtc-text-title1);
  opacity: 0.2;
  border-radius: 50px;
}

.vl-header9-btns .buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.vl-header9-btns .search-open-btn {
  background: none;
  border: none;
  font-size: var(--f-fs-font-20);
  margin-right: 44px;
  position: relative;
  color: var(--vtc-text-title1);
}
.vl-header9-btns .search-open-btn::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 5px;
  height: 20px;
  width: 2px;
  background-color: var(--vtc-text-title1);
  opacity: 0.2;
  border-radius: 50px;
}

/*
::::::::::::::::::::::::::
 HEADER AREA 4 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 5 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 5 CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area1 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area1 {
    top: 16px;
  }
}
.vl-header-area1 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area1 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area1 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area1 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area1 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area1 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area1 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main1);
  top: 0;
  left: 0;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main1);
  padding-left: 4px;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area1 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area1 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area1 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area1 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area1 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area1 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area1 .vl-mega-menu {
  position: absolute;
  left: -409px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area1 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area1 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main1);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area1 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area1 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area1 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area1 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area1 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area1 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area1 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area1 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area1 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area1 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn1 {
  margin-top: 12px;
  color: var(--vtc-text-title1) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn1 {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn1 {
    padding: 17px;
  }
}
.vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn1:hover {
  color: var(--vtc-text-title1) !important;
}
.vl-header-area1 .vl-home-thumb a.text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
  text-transform: capitalize !important;
}
.vl-header-area1 .vl-home-thumb a.text:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.vl-header-area1 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area1 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area1.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-text-title1);
}
.vl-header-area1.header-sticky .header1-bg {
  margin-top: 0px;
}
.vl-header-area1.header-sticky .header1-bg::after {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area1.header-sticky .header1-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area1.header-sticky .header1-bg {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area1.header-sticky {
    padding: 10px 0px 10px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area1.header-sticky {
    padding: 10px 0px 10px 0px;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area1 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area1 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

.vl-offcanvas {
  position: fixed;
  background: var(--vtc-bg-white);
  width: 450px;
  z-index: 9999;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}
.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.vl-offcanvas-close-toggle {
  font-size: var(--f-fs-font-24);
  color: var(--vtc-text-title-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}
.vl-offcanvas-title {
  font-size: 35px;
  color: var(--vtc-text-title1);
}
.vl-offcanvas-info span a {
  display: block;
  color: var(--vtc-text-title1);
  margin-bottom: 10px;
}
.vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}
.vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--vtc-text-title1);
}
.vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--vtc-text-title1);
  border: 1px solid var(--vtc-text-title1);
  font-size: 14px;
}
.vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}
.vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--vtc-text-title1);
}
.vl-offcanvas .vl-offcanvas-info h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
}
.vl-offcanvas .vl-offcanvas-info a {
  color: var(--vtc-text-title1);
}
.vl-offcanvas .vl-offcanvas-social h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding-bottom: 24px;
}
.vl-offcanvas .vl-offcanvas-social a {
  color: var(--vtc-text-title1);
  margin-right: 4px;
}

.vl-offcanvas-menu ul {
  list-style: none;
}
.vl-offcanvas-menu ul li {
  position: relative;
}
.vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--f-fs-font-18);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
  display: none;
}
.vl-offcanvas-menu ul li > a {
  border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
  color: var(--vtc-text-title1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
  transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--vtc-text-title1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  background: transparent;
  color: var(--vtc-text-title1);
  border-radius: 4px;
}
.vl-menu-close i {
  transition: 0.3s;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area2 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area2 {
    top: 16px;
  }
}
.vl-header-area2 .header2-bg {
  background-color: var(--vtc-text-white);
  margin-top: 20px;
  border-radius: 111px;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area2 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area2 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area2 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area2 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area2 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area2 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area2 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area2 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main4);
}
.vl-header-area2 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area2 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main4);
}
.vl-header-area2 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main4);
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main4);
  top: 0;
  left: 0;
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main4);
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main4);
  padding-left: 4px;
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area2 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area2 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main4);
}
.vl-header-area2 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area2 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area2 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area2 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area2 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area2 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area2 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area2 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main4);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area2 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area2 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area2 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area2 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area2 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area2 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area2 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area2 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area2 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area2 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area2 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area2 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area2 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area2 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area2 .vl-home-thumb a.text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area2 .vl-home-thumb a.text:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4) !important;
}
.vl-header-area2 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area2 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area2.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area2.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area2.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area2.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area2.header-sticky {
    padding: 10px 0px 10px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area2.header-sticky {
    padding: 10px 0px 10px 0px;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area2 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area2 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 3 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area3 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area3 {
    top: 16px;
  }
}
.vl-header-area3 .header2-bg {
  background-color: var(--vtc-text-white);
  margin-top: 20px;
  border-radius: 111px;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area3 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area3 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area3 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area3 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area3 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area3 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area3 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area3 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main5);
}
.vl-header-area3 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area3 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main5);
}
.vl-header-area3 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main5);
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main5);
  top: 0;
  left: 0;
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main5);
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main5);
  padding-left: 4px;
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area3 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area3 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main5);
}
.vl-header-area3 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area3 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area3 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area3 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area3 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area3 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area3 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area3 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main5);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area3 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area3 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area3 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area3 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area3 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area3 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area3 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area3 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area3 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area3 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area3 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area3 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area3 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area3 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area3 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area3 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5) !important;
}
.vl-header-area3 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area3 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area3.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area3.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area3.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area3.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 3 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area3 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area3 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 4 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area4 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area4 {
    top: 16px;
  }
}
.vl-header-area4 .header2-bg {
  background-color: var(--vtc-bg-white10per);
  margin-top: 20px;
  border-radius: 111px;
  padding: 12px 16px;
  border: 1px solid var(--vtc-bg-white10per);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area4 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
    border: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area4 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
    border: none;
  }
}
.vl-header-area4 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area4 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area4 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area4 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area4 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area4 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main6);
}
.vl-header-area4 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area4 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main6);
}
.vl-header-area4 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main6);
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main6);
  top: 0;
  left: 0;
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main6);
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main6);
  padding-left: 4px;
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area4 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area4 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main6);
}
.vl-header-area4 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area4 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area4 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area4 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area4 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area4 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area4 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area4 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main6);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area4 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area4 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area4 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area4 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area4 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area4 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area4 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area4 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area4 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area4 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area4 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area4 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area4 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area4 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area4 .vl-home-thumb a {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area4 .vl-home-thumb a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main6) !important;
}
.vl-header-area4 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area4 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area4.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-text-title1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area4.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area4.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area4.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 4 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area4 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area4 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-bg-white);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 5 CSS
 ::::::::::::::::::::::::::
 */
.vl-header-area5 {
  border-bottom: 1px solid var(--vtc-bg-white10per);
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area5 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area5 {
    top: 16px;
  }
}
.vl-header-area5 .header2-bg {
  margin-top: 20px;
  border-radius: 111px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area5 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area5 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area5 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area5 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area5 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area5 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area5 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area5 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main1);
}
.vl-header-area5 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area5 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main1);
}
.vl-header-area5 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main1);
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main1);
  top: 0;
  left: 0;
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main1);
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main1);
  padding-left: 4px;
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area5 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area5 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main1);
}
.vl-header-area5 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area5 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area5 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area5 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area5 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area5 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area5 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area5 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main1);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area5 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area5 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area5 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area5 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area5 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area5 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area5 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area5 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area5 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area5 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area5 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-title1) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area5 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area5 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area5 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area5 .vl-home-thumb a.text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-1) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area5 .vl-home-thumb a.text:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1) !important;
}
.vl-header-area5 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area5 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area5.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-main7);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding-bottom: 0px;
  border-bottom: none;
}
.vl-header-area5.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area5.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area5.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 5 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area5 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area5 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-bg-white);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 5 CSS
 ::::::::::::::::::::::::::
 */
.vl-header-area6 {
  border-bottom: 1px solid var(--vtc-bg-white10per);
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area6 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area6 {
    top: 16px;
  }
}
.vl-header-area6 .header2-bg {
  margin-top: 20px;
  border-radius: 111px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area6 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area6 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area6 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area6 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area6 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area6 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area6 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area6 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main8);
}
.vl-header-area6 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area6 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main8);
}
.vl-header-area6 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main8);
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main8);
  top: 0;
  left: 0;
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main8);
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main8);
  padding-left: 4px;
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area6 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area6 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main8);
}
.vl-header-area6 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area6 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area6 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area6 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area6 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area6 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area6 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area6 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main8);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area6 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area6 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area6 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area6 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area6 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area6 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area6 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area6 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area6 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area6 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area6 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area6 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area6 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area6 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area6 .vl-home-thumb a {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area6 .vl-home-thumb a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main8);
}
.vl-header-area6 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area6 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area6.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-main9);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding-bottom: 0px;
  border-bottom: none;
}
.vl-header-area6.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area6.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area6.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 5 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area6 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area6 .vl-header-action-item button {
  border: 1px solid var(--vtc-bg-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-bg-white);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 7 CSS
 ::::::::::::::::::::::::::
 */
.vl-header-area7 {
  border-bottom: 1px solid var(--vtc-bg-white10per);
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area7 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area7 {
    top: 16px;
  }
}
.vl-header-area7 .header2-bg {
  margin-top: 20px;
  border-radius: 111px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area7 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area7 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area7 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area7 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area7 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area7 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area7 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area7 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main10);
}
.vl-header-area7 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area7 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main10);
}
.vl-header-area7 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main10);
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main10);
  top: 0;
  left: 0;
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main10);
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main10);
  padding-left: 4px;
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area7 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area7 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main10);
}
.vl-header-area7 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area7 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area7 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area7 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area7 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area7 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area7 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area7 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main10);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area7 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area7 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area7 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area7 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area7 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area7 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area7 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area7 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area7 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area7 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area7 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-bg-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area7 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area7 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area7 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-bg-white) !important;
}
.vl-header-area7 .vl-home-thumb a.text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area7 .vl-home-thumb a.text:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10) !important;
}
.vl-header-area7 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 24%;
}
.vl-header-area7 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area7.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding-bottom: 0px;
  border-bottom: none;
}
.vl-header-area7.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area7.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area7.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 7 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area7 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area7 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 7 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area8 {
    top: 0;
    background-color: var(--vtc-bg-white);
    padding: 8px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area8 {
    top: 0;
    background-color: var(--vtc-bg-white);
    padding: 8px 0px;
  }
}
.vl-header-area8 .header2-bg {
  margin-top: 20px;
  border-radius: 16px;
  padding: 16px 24px;
  background-color: var(--vtc-bg-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area8 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area8 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area8 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area8 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area8 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area8 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area8 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area8 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main11);
}
.vl-header-area8 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area8 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main11);
}
.vl-header-area8 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main11);
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main11);
  top: 0;
  left: 0;
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main11);
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main11);
  padding-left: 4px;
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area8 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area8 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main11);
}
.vl-header-area8 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area8 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area8 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area8 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area8 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area8 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area8 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area8 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main11);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area8 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area8 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area8 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area8 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area8 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area8 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area8 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area8 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area8 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area8 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area8 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-bg-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area8 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area8 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area8 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-bg-white) !important;
}
.vl-header-area8 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area8 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main11) !important;
}
.vl-header-area8 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area8 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area8.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding-bottom: 0px;
  border-bottom: none;
}
.vl-header-area8.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 2px 0px 8px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area8.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area8.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 7 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area8 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area8 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 7 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area9 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area9 {
    top: 16px;
  }
}
.vl-header-area9 .header2-bg {
  margin-top: 20px;
  border-radius: 16px;
  padding: 16px 24px;
  background-color: var(--vtc-bg-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area9 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area9 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area9 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area9 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area9 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area9 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area9 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area9 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main12);
}
.vl-header-area9 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area9 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main12);
}
.vl-header-area9 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main12);
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main12);
  top: 0;
  left: 0;
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main12);
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main12);
  padding-left: 4px;
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area9 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area9 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main12);
}
.vl-header-area9 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area9 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area9 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area9 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area9 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area9 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area9 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area9 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main12);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area9 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area9 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area9 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area9 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area9 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area9 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area9 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area9 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area9 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area9 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area9 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-bg-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area9 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area9 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area9 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-bg-white) !important;
}
.vl-header-area9 .vl-home-thumb a {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area9 .vl-home-thumb a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}
.vl-header-area9 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area9 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area9.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding-bottom: 0px;
  border-bottom: none;
}
.vl-header-area9.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area9.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area9.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 7 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area9 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area9 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 10 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area10 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area10 {
    top: 16px;
  }
}
.vl-header-area10 .header2-bg {
  margin-top: 20px;
  border-radius: 16px;
  padding: 16px 24px;
  background-color: var(--vtc-bg-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area10 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area10 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area10 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area10 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area10 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area10 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area10 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area10 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main13);
}
.vl-header-area10 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area10 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main13);
}
.vl-header-area10 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main13);
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main13);
  top: 0;
  left: 0;
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main13);
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main13);
  padding-left: 4px;
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area10 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area10 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main13);
}
.vl-header-area10 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area10 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area10 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area10 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area10 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area10 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area10 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area10 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main13);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area10 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area10 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area10 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area10 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area10 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area10 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area10 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area10 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area10 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area10 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area10 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-bg-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area10 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area10 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area10 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-bg-white) !important;
}
.vl-header-area10 .vl-home-thumb a {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area10 .vl-home-thumb a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main13);
}
.vl-header-area10 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area10 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area10.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding-bottom: 0px;
  border-bottom: none;
}
.vl-header-area10.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area10.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area10.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 10 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area10 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area10 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 11 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area11 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area11 {
    top: 16px;
  }
}
.vl-header-area11 .header2-bg {
  background-color: var(--vtc-text-white);
  margin-top: 20px;
  border-radius: 111px;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area11 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area11 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area11 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area11 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area11 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area11 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area11 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area11 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text1);
}
.vl-header-area11 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area11 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text1);
}
.vl-header-area11 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text1);
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text1);
  top: 0;
  left: 0;
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text1);
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text1);
  padding-left: 4px;
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area11 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area11 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text1);
}
.vl-header-area11 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area11 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area11 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text1);
}
.vl-header-area11 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text1);
}
.vl-header-area11 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area11 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area11 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area11 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text1);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area11 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area11 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area11 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area11 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area11 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area11 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area11 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area11 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area11 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area11 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area11 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area11 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area11 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area11 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area11 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area11 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area11 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area11 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area11 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area11 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text1) !important;
}
.vl-header-area11 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area11 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area11.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area11.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area11.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area11.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area11 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area11 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 11 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area12 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area12 {
    top: 16px;
  }
}
.vl-header-area12 .header2-bg {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area12 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area12 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area12 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area12 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area12 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area12 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area12 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area12 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text2);
}
.vl-header-area12 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area12 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text2);
}
.vl-header-area12 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text2);
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text2);
  top: 0;
  left: 0;
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text2);
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text2);
  padding-left: 4px;
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area12 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area12 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text2);
}
.vl-header-area12 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area12 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area12 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text2);
}
.vl-header-area12 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text2);
}
.vl-header-area12 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area12 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area12 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area12 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text2);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area12 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area12 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area12 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area12 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area12 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area12 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area12 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area12 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area12 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area12 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area12 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area12 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area12 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area12 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area12 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area12 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area12 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area12 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text2);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area12 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area12 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text2) !important;
}
.vl-header-area12 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area12 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area12.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-text-title4);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area12.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area12.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area12.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area12 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area12 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 11 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area13 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area13 {
    top: 16px;
  }
}
.vl-header-area13 .header2-bg {
  background-color: var(--vtc-text-white);
  margin-top: 20px;
  border-radius: 111px;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area13 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area13 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area13 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area13 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area13 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area13 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area13 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area13 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text3);
}
.vl-header-area13 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area13 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text3);
}
.vl-header-area13 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text3);
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text3);
  top: 0;
  left: 0;
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text3);
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text3);
  padding-left: 4px;
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area13 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area13 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text3);
}
.vl-header-area13 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area13 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-3);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area13 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text3);
}
.vl-header-area13 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text3);
}
.vl-header-area13 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area13 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area13 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area13 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text3);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area13 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area13 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area13 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area13 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area13 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area13 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area13 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area13 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area13 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area13 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area13 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area13 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area13 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area13 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area13 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area13 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area13 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area13 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area13 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area13 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text3) !important;
}
.vl-header-area13 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area13 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area13.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area13.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area13.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area13.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area13 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area13 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 11 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area14 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area14 {
    top: 16px;
  }
}
.vl-header-area14 .header2-bg {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area14 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area14 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area14 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area14 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area14 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area14 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area14 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area14 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text2);
}
.vl-header-area14 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area14 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text2);
}
.vl-header-area14 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text2);
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text2);
  top: 0;
  left: 0;
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text2);
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text2);
  padding-left: 4px;
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area14 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area14 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text2);
}
.vl-header-area14 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area14 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area14 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text2);
}
.vl-header-area14 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text2);
}
.vl-header-area14 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area14 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area14 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area14 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text2);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area14 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area14 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area14 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area14 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area14 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area14 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area14 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area14 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area14 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area14 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area14 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area14 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area14 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area14 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area14 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area14 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area14 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area14 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text2);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area14 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area14 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text2) !important;
}
.vl-header-area14 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area14 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area14.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-text-title4);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area14.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area14.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area14.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area14 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area14 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 15 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area15 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area15 {
    top: 16px;
  }
}
.vl-header-area15 .header2-bg {
  background-color: var(--vtc-text-white);
  margin-top: 20px;
  border-radius: 111px;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area15 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area15 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area15 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area15 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area15 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area15 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area15 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area15 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text5);
}
.vl-header-area15 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area15 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text5);
}
.vl-header-area15 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text5);
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text5);
  top: 0;
  left: 0;
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text5);
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text5);
  padding-left: 4px;
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area15 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area15 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text5);
}
.vl-header-area15 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area15 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-5);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area15 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text5);
}
.vl-header-area15 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text5);
}
.vl-header-area15 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area15 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area15 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area15 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text5);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area15 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area15 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area15 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area15 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area15 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area15 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area15 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area15 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area15 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area15 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area15 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area15 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area15 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area15 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area15 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area15 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area15 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area15 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area15 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area15 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text5) !important;
}
.vl-header-area15 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area15 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area15.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area15.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area15.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area15.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area15 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area15 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 11 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area16 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area16 {
    top: 16px;
  }
}
.vl-header-area16 .header2-bg {
  background-color: var(--vtc-text-white);
  margin-top: 20px;
  border-radius: 8px;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area16 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area16 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area16 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area16 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area16 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area16 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area16 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area16 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text6);
}
.vl-header-area16 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area16 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text6);
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text6);
  top: 0;
  left: 0;
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text6);
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text6);
  padding-left: 4px;
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area16 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area16 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area16 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-6);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area16 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text6);
}
.vl-header-area16 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text6);
}
.vl-header-area16 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area16 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area16 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area16 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text6);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area16 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area16 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area16 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area16 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area16 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area16 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area16 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area16 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area16 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area16 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area16 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area16 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area16 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area16 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area16 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area16 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area16 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area16 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area16 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area16 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text6) !important;
}
.vl-header-area16 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area16 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area16.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area16.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area16.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area16.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area16 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area16 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 17 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area17 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area17 {
    top: 16px;
  }
}
.vl-header-area17 .header2-bg {
  background-color: var(--vtc-text-white);
  margin-top: 20px;
  border-radius: 8px;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area17 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area17 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area17 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area17 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area17 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area17 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area17 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area17 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text8);
}
.vl-header-area17 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area17 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text8);
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text8);
  top: 0;
  left: 0;
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text8);
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text8);
  padding-left: 4px;
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area17 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area17 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area17 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-6);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area17 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text8);
}
.vl-header-area17 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text8);
}
.vl-header-area17 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area17 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area17 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area17 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text8);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area17 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area17 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area17 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area17 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area17 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area17 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area17 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area17 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area17 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area17 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area17 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area17 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area17 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area17 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area17 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area17 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area17 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area17 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area17 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area17 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text8) !important;
}
.vl-header-area17 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area17 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area17.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area17.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area17.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area17.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area17 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area17 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title1);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 17 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area18 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area18 {
    top: 16px;
  }
}
.vl-header-area18 .header2-bg {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  margin-top: 20px;
  border-radius: 8px;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area18 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
    background: var(--vtc-text-title4);
  }
}
@media (max-width: 767px) {
  .vl-header-area18 .header2-bg {
    margin-top: 0;
    background: var(--vtc-text-title4);
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area18 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area18 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area18 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area18 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area18 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area18 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text9);
}
.vl-header-area18 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area18 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text9);
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text9);
  top: 0;
  left: 0;
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text9);
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text9);
  padding-left: 4px;
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area18 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area18 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area18 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-6);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area18 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text9);
}
.vl-header-area18 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text9);
}
.vl-header-area18 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area18 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area18 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area18 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text9);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area18 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area18 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area18 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area18 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area18 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area18 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area18 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area18 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area18 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area18 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area18 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area18 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area18 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area18 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area18 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area18 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area18 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area18 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area18 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area18 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text9) !important;
}
.vl-header-area18 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area18 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area18.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-text-title4);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area18.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area18.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area18.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area18 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area18 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 17 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area19 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area19 {
    top: 16px;
  }
}
.vl-header-area19 .header2-bg {
  margin-top: 20px;
}
.vl-header-area19 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area19 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area19 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area19 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area19 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title6);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area19 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text10);
}
.vl-header-area19 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area19 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text10);
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text10);
  top: 0;
  left: 0;
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text10);
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text10);
  padding-left: 4px;
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area19 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area19 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area19 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-6);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area19 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text10);
}
.vl-header-area19 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text10);
}
.vl-header-area19 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area19 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area19 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area19 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text10);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area19 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area19 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area19 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area19 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area19 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area19 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area19 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area19 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area19 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area19 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area19 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area19 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area19 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area19 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area19 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area19 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area19 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area19 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area19 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area19 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text10) !important;
}
.vl-header-area19 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area19 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area19.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area19.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area19.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area19.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area19 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area19 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title6);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title6);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 17 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area20 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area20 {
    top: 16px;
  }
}
.vl-header-area20 .header2-bg {
  margin-top: 20px;
}
.vl-header-area20 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area20 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area20 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area20 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area20 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area20 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text1);
}
.vl-header-area20 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area20 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-white);
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text11);
  top: 0;
  left: 0;
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text11);
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text11);
  padding-left: 4px;
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area20 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area20 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area20 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area20 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text1);
}
.vl-header-area20 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text1);
}
.vl-header-area20 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area20 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area20 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area20 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text11);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area20 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area20 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area20 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area20 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area20 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area20 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area20 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area20 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area20 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area20 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area20 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area20 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area20 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area20 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area20 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area20 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area20 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area20 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area20 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area20 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text11) !important;
}
.vl-header-area20 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area20 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area20.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-main24);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area20.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area20.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area20.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area20 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area20 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title6);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title6);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 17 CSS
 ::::::::::::::::::::::::::
 */
.vl-header-area21 {
  background: var(--vtc-bg-main25);
  padding: 16px;
}
.vl-header-area21 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area21 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area21 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area21 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area21 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area21 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text1);
}
.vl-header-area21 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area21 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-white);
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text12);
  top: 0;
  left: 0;
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text12);
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text12);
  padding-left: 4px;
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area21 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area21 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area21 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area21 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text1);
}
.vl-header-area21 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text1);
}
.vl-header-area21 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area21 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area21 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area21 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text12);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area21 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area21 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area21 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area21 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area21 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area21 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area21 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area21 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area21 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area21 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area21 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area21 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area21 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area21 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area21 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area21 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area21 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area21 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area21 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area21 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text12) !important;
}
.vl-header-area21 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area21 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area21.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-main25);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area21 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area21 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 4 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area22 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area22 {
    top: 16px;
  }
}
.vl-header-area22 .header2-bg {
  background-color: var(--vtc-bg-white10per);
  margin-top: 20px;
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid var(--vtc-bg-white10per);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area22 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
    border: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area22 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
    border: none;
  }
}
.vl-header-area22 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area22 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area22 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area22 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area22 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area22 .vl-main-menu ul > li > a.active {
  color: var(--vtc-bg-main26);
}
.vl-header-area22 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area22 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-main26);
}
.vl-header-area22 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main26);
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main26);
  top: 0;
  left: 0;
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main26);
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main26);
  padding-left: 4px;
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area22 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area22 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-main26);
}
.vl-header-area22 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area22 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area22 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}
.vl-header-area22 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}
.vl-header-area22 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area22 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area22 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area22 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main26);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area22 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area22 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area22 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area22 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area22 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area22 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area22 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area22 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area22 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area22 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area22 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area22 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area22 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area22 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area22 .vl-home-thumb .btn-area1 .theme-btn40 {
  color: var(--vtc-text-title9) !important;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  background: var(--vtc-bg-main26);
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s;
  padding: 20px 16px 20px 28px;
  position: relative;
}
.vl-header-area22 .vl-home-thumb .btn-area1 .theme-btn40::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: var(--vtc-text-title9);
  opacity: 10%;
  transition: all 0.4s;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.vl-header-area22 .vl-home-thumb .btn-area1 .theme-btn40:hover {
  background: var(--vtc-text-title9);
  color: var(--vtc-text-white);
  transition: all 0.4s;
  transform: translateY(-5px);
  transition: all 0.4s;
}
.vl-header-area22 .vl-home-thumb .btn-area1 .theme-btn40:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.vl-header-area22 .vl-home-thumb .btn-area1 .theme-btn40:hover::after {
  background: var(--vtc-bg-white);
  opacity: 10%;
  transition: all 0.4s;
}
.vl-header-area22 .vl-home-thumb .btn-area1 .theme-btn40 i {
  margin-left: 6px;
  transition: all 0.4s;
}
.vl-header-area22 .vl-home-thumb a {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area22 .vl-home-thumb a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main26) !important;
}
.vl-header-area22 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area22 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area22.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-text-title1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area22.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area22.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area22.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 4 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area22 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area22 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-bg-white);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 17 CSS
 ::::::::::::::::::::::::::
 */
.vl-header-area23 {
  background: #F3F6FF;
  padding: 16px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
}
.vl-header-area23 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area23 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area23 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area23 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area23 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title10);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area23 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text14);
}
.vl-header-area23 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area23 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text14);
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text14);
  top: 0;
  left: 0;
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title10);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text14);
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text14);
  padding-left: 4px;
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area23 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area23 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area23 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area23 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text14);
}
.vl-header-area23 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text14);
}
.vl-header-area23 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area23 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area23 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area23 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text14);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area23 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area23 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area23 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area23 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area23 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area23 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area23 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area23 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area23 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title10);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area23 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area23 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area23 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area23 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area23 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area23 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area23 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area23 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area23 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text14);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area23 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area23 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text14) !important;
}
.vl-header-area23 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area23 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area23.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area23 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area23 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title10);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title10);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 24 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area24 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area24 {
    top: 16px;
  }
}
.vl-header-area24 .header2-bg {
  background-color: var(--vtc-text-white);
  margin-top: 20px;
  border-radius: 111px;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area24 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .vl-header-area24 .header2-bg {
    background-color: transparent;
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area24 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area24 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area24 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area24 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area24 .vl-main-menu ul > li > a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area24 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text15);
}
.vl-header-area24 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area24 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text15);
}
.vl-header-area24 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text15);
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text15);
  top: 0;
  left: 0;
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text15);
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text15);
  padding-left: 4px;
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area24 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area24 .vl-main-menu ul > li:hover a {
  color: var(--vtc-text-text15);
}
.vl-header-area24 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area24 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area24 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text15);
}
.vl-header-area24 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text15);
}
.vl-header-area24 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area24 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area24 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area24 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text15);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area24 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area24 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area24 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area24 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area24 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area24 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area24 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area24 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area24 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area24 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area24 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
  color: var(--vtc-text-white) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area24 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area24 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area24 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area24 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area24 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area24 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area24 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text15);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area24 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area24 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text15) !important;
}
.vl-header-area24 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area24 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area24.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area24.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area24.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area24.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 24 CSS
::::::::::::::::::::::::::
*/
.vl-header-area24 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area24 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-title11);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-title11);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 17 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area25 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .vl-header-area25 {
    top: 16px;
  }
}
.vl-header-area25 .header2-bg {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  border-radius: 8px;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area25 .header2-bg {
    margin-top: 0;
    border-radius: 0;
    padding: 0px 0px;
    background: var(--vtc-text-title4);
  }
}
@media (max-width: 767px) {
  .vl-header-area25 .header2-bg {
    margin-top: 0;
    background: var(--vtc-text-title4);
    border-radius: 0;
    padding: 0px 0px;
  }
}
.vl-header-area25 .vl-main-menu {
  padding: 16px 24px;
  display: inline-block;
  margin: auto;
  text-align: end;
}
.vl-header-area25 .vl-main-menu ul {
  text-align: center;
}
.vl-header-area25 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}
.vl-header-area25 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.vl-header-area25 .vl-main-menu ul > li > a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}
.vl-header-area25 .vl-main-menu ul > li > a.active {
  color: var(--vtc-text-text16);
}
.vl-header-area25 .vl-main-menu ul > li > a span {
  transform: translateY(3px);
  display: inline-block;
}
.vl-header-area25 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-text-text16);
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: #fff;
  padding: 12px 20px 8px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text16);
  top: 0;
  left: 0;
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu li a {
  color: var(--vtc-text-title1);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  position: relative;
  z-index: 1;
  padding: 12px 0;
  font-weight: var(--f-fw-normal);
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0px;
  transition: all 0.4s;
  left: -20px;
  top: 2px;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-text-text16);
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-text-text16);
  padding-left: 4px;
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}
.vl-header-area25 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}
.vl-header-area25 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}
.vl-header-area25 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-6);
  opacity: 80%;
  padding: 0 20px;
}
.vl-header-area25 .vl-main-menu-black ul li:hover a {
  color: var(--vtc-text-text16);
}
.vl-header-area25 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vtc-text-text16);
}
.vl-header-area25 .vl-main-menu ul > li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.vl-header-area25 .vl-mega-menu {
  position: absolute;
  left: -400px;
  top: 100px;
  width: 1298px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 0px 0px 5px 5px;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area25 .vl-mega-menu {
    width: 1140px;
    left: -300px;
  }
}
.vl-header-area25 .vl-mega-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-text-text16);
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vl-header-area25 .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .vl-header-area25 .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}
.vl-header-area25 .vl-home-thumb {
  position: relative;
  z-index: 1;
}
.vl-header-area25 .vl-home-thumb img {
  height: 320px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .vl-header-area25 .vl-home-thumb img {
    height: 230px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area25 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .vl-header-area25 .vl-home-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vl-header-area25 .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}
.vl-header-area25 .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--vtc-text-title1);
  border-radius: 4px;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}
.vl-header-area25 .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.vl-header-area25 .vl-home-thumb .btn-area1 a {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area25 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .vl-header-area25 .vl-home-thumb .btn-area1 a {
    padding: 17px;
  }
}
.vl-header-area25 .vl-home-thumb .btn-area1 a:hover {
  color: var(--vtc-text-white) !important;
}
.vl-header-area25 .vl-home-thumb .btn-area1 .theme-btn23 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main14);
  border-radius: 90px;
  padding: 10px 10px 10px 20px;
}
.vl-header-area25 .vl-home-thumb .btn-area1 .theme-btn23:hover {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  background: linear-gradient(90deg, #7144FF 0%, #9500FF 100%);
}
.vl-header-area25 .vl-home-thumb .btn-area1 .theme-btn23:hover span {
  transform: rotate(0);
  transition: all 0.4s;
}
.vl-header-area25 .vl-home-thumb .btn-area1 .theme-btn23 span {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  display: inline-block !important;
  transition: all 0.4s;
  color: var(--vtc-text-text1);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.vl-header-area25 .vl-home-thumb .text {
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-title-2) !important;
  transition: all 0.4s;
  display: inline-flex;
  padding-top: 16px;
  text-align: center;
  transition: all 0.4s;
}
.vl-header-area25 .vl-home-thumb .text:hover {
  transition: all 0.4s;
  color: var(--vtc-text-text16) !important;
}
.vl-header-area25 .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 25%;
}
.vl-header-area25 .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
}
.vl-header-area25.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-text-title12);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}
.vl-header-area25.header-sticky .header2-bg {
  margin-top: 0px;
  padding: 12px 0px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area25.header-sticky .header2-bg {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .vl-header-area25.header-sticky .header2-bg {
    box-shadow: none;
  }
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*
::::::::::::::::::::::::::
 NAV MENU 11 CSS
::::::::::::::::::::::::::
*/
.vl-header-area25 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}
.vl-header-area25 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-22);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  font-size: var(--f-fs-font-22);
}

/*
 ::::::::::::::::::::::::::
  ABOUT AREA CSS
 ::::::::::::::::::::::::::
 */
.about1-box {
  padding: 24px;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-box {
    margin-top: 60px;
  }
}
.about1-box.box1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/about1-box-bg1.jpg);
  z-index: -1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  transition: all 0.4s;
}
.about1-box.box1 .bottom-heading {
  padding-top: 100px;
  text-align: end;
}
@media (max-width: 767px) {
  .about1-box.box1 {
    margin-top: 200px;
  }
}
.about1-box.box2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/about1-box-bg2.jpg);
  z-index: -1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  transition: all 0.4s;
}
.about1-box.box2 .bottom-heading {
  padding-top: 200px;
  text-align: end;
}
.about1-box.box3::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/about1-box-bg3.jpg);
  z-index: -1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  transition: all 0.4s;
}
.about1-box.box3 .bottom-heading {
  padding-top: 300px;
  text-align: end;
}
.about1-box:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.about1-box:hover::after {
  transform: scale(1);
  transition: all 0.4s;
}

.about1-boxs-all {
  margin-top: -170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-boxs-all {
    margin-top: 0;
  }
}

.about2-images {
  height: 570px;
  position: relative;
}
.about2-images .image1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about2-images .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.about2-check-list {
  margin-top: 10px;
}
.about2-check-list ul li {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-20); /* 100% */
  padding-top: 16px;
}
.about2-check-list ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background-color: var(--vtc-bg-main4);
  color: var(--vtc-text-white);
  margin-right: 5px;
  border-radius: 50%;
}

.about2 .audience-area {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.about2 .audience-area h3 {
  color: var(--vtc-bg-main4);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-60); /* 100% */
}
.about2 .audience-area p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 8px;
}
.about2 .audience-area .shape-bg1 {
  height: 75px;
  width: 98px;
  position: absolute;
  top: -24px;
  left: 24px;
}
.about2 .audience-area .shape-bg1 .stop-color2 {
  stop-color: rgba(21, 95, 255, 0.1);
}
.about2 .audience-area .shape-bg1 .stop-color1 {
  stop-color: rgba(21, 95, 255, 0.1);
}

.about3-images {
  position: relative;
  height: 509px;
  z-index: 2;
}
.about3-images .image1 {
  position: absolute;
  left: 0;
  top: 0;
}
.about3-images .image2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about3-images .shape1 {
  position: absolute;
  top: 100px;
  left: 110px;
  z-index: -1;
}

.about3-counters {
  margin-top: 20px;
}
.about3-counters .shape-bg1 {
  height: 75px;
  width: 88px;
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: -1;
}
.about3-counters .shape-bg1 .stop-color2 {
  stop-color: var(--vtc-bg-common-9);
}
.about3-counters .shape-bg1 .stop-color1 {
  stop-color: var(--vtc-bg-common-9);
}
.about3-counters .single-counter {
  position: relative;
  margin-top: 30px;
  margin-left: 20px;
}
.about3-counters .single-counter h3 {
  color: var(--vtc-bg-main5);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-60);
}
.about3-counters .single-counter p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 155.556% */
  padding-top: 6px;
}

.about4-images {
  height: 550px;
  position: relative;
}
.about4-images .image1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about4-images .image2 {
  position: absolute;
  top: 0;
  right: 0;
}

.about4-service-list {
  padding-top: 20px;
}
.about4-service-list h5 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-20); /* 100% */
  padding-bottom: 10px;
}
.about4-service-list ul li {
  display: flex;
  align-items: center;
  padding-top: 20px;
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
}
.about4-service-list ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main6);
  color: var(--vtc-text-white);
  font-size: 12px;
  margin-right: 6px;
}

.about6-images .count-text-box {
  background-color: var(--vtc-bg-common-13);
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
  padding: 32px;
  position: relative;
  z-index: 2;
}
.about6-images .count-text-box h3 {
  color: var(--text-color, #090B0E);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 100% */
}
.about6-images .count-text-box p {
  color: var(--PARAGRAPH-COLOR, #3D4C5E);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  padding-top: 10px;
}
.about6-images .count-text-box .count-shape {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: -1;
}

.about6-content-box {
  display: flex;
  align-items: start;
}
.about6-content-box .icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--vtc-bg-common-13);
  border-radius: 50%;
}
.about6-content-box .text {
  padding-left: 20px;
}
.about6-content-box .icon-shape {
  margin-left: 30px;
  margin-top: 10px;
}

.about8-progress-area .progress-container {
  position: relative;
  margin-top: 28px;
}
.about8-progress-area .progress-container .num {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.about8-progress-area .progress-container span strong {
  display: inline-block;
  color: #0C0723;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
}
.about8-progress-area .progress-container .progress {
  flex: 1;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  position: relative;
  margin-top: 16px;
}
.about8-progress-area .progress-container .progress-bar {
  background-color: var(--vtc-bg-main11);
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.about8-progress-area .progress-container .progress-thumb {
  width: 14px;
  height: 14px;
  background-color: var(--vtc-bg-main11);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.about9-images {
  position: relative;
  height: 500px;
}
.about9-images .shape1 {
  position: absolute;
  left: 0px;
  top: 80px;
}
.about9-images .shape2 {
  position: absolute;
  right: 129px;
  top: 80px;
}
.about9-images .shape3 {
  top: 0;
  position: absolute;
  left: -60px;
}
.about9-images .shape4 {
  width: 282px;
  background: var(--vtc-bg-main12);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 46px;
  right: 95px;
}
.about9-images .shape4 .num h3 {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-70);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-70); /* 100% */
  text-transform: uppercase;
}
.about9-images .shape4 .content {
  text-align: center;
}
.about9-images .shape4 .content p {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-26); /* 130% */
}

.about9-counters .count-box {
  position: relative;
  margin-top: 40px;
  margin-left: 10px;
}
.about9-counters .count-box h3 {
  color: var(--vtc-bg-main12);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-60); /* 100% */
}
.about9-counters .count-box p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 8px;
}
.about9-counters .count-box .count-shape {
  position: absolute;
  top: -10px;
  left: -16px;
  z-index: -1;
}

.about10-icon-box {
  background-color: var(--vtc-bg-common-22);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  transition: all 0.4s;
}
.about10-icon-box .icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background-color: var(--vtc-bg-main13);
  border-radius: 50%;
  font-size: 12px;
  color: var(--vtc-text-white);
}
.about10-icon-box .text {
  padding-left: 12px;
}
.about10-icon-box .text p {
  color: var(--vtc-text-title2);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
}
.about10-icon-box:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

@media (max-width: 767px) {
  .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .theme-title p {
    font-size: 16px;
  }
  .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .header-top, .right-nav {
    display: none !important;
  }
  .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .counter span {
    font-size: 40px;
  }
  blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  blockquote:after {
    width: 100%;
    height: 100px;
  }
  #header-wrap .navbar-brand.logo, .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: block;
  }
  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    padding-right: 0;
  }
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .service-list {
    padding-left: 0;
  }
  .service-item.style-1 {
    position: relative;
  }
  .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .round-text {
    width: 130px;
    height: 130px;
  }
  .text-btn-icon {
    font-size: 40px;
  }
  .price-table {
    display: block;
  }
  .price-value h2 {
    font-size: 60px;
  }
  .price-list {
    margin-top: 30px;
  }
  .portfolio-list {
    padding-left: 0;
  }
  .portfolio-item.style-2 {
    position: relative;
  }
  .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .award-items {
    display: block;
  }
  .award-title {
    width: 100%;
  }
  .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.marquee-wrap {
  background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color));
  background-color: var(--ztc-bg-main-bg-4);
  width: 100%;
  position: relative;
  transform: scale(1.1) rotate(2deg);
  margin-top: 0px;
}

.marquee-wrap.marquee-wrap-inner {
  background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color));
  background-color: var(--vtc-bg-main13);
  width: 100%;
  position: relative;
  transform: scale(1) rotate(2deg);
  margin-top: 0px;
}
.marquee-wrap.marquee-wrap-inner .brand-single-box {
  display: inline-block;
}

.marquee-wrap, .marquee-title {
  overflow: hidden;
  display: block;
  height: 78px;
}

.marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}

.marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}

.marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}

.inner-page-counter-sec {
  padding: 80px 0px;
}

.inner-counter-box {
  text-align: center;
}
.inner-counter-box h3 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 100% */
}
.inner-counter-box p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  padding-top: 12px;
}

.about-choose-box h3 {
  font-size: var(--f-fs-font-24);
  line-height: var(--f-fs-font-24);
}

.about-service-box {
  padding: 20px 20px 20px 16px;
  border-radius: 8px;
  background-color: var(--vtc-bg-white);
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.about-service-box .num {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-1);
  transition: all 0.4s;
}
.about-service-box .num p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  text-transform: capitalize;
  transition: all 0.4s;
}
.about-service-box .heading2 {
  padding-left: 16px;
  padding-top: 3px;
}
.about-service-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.about-service-box:hover .num {
  background-color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.about-service-box:hover .num p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

.about11-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about11-images-area {
  position: relative;
  z-index: 1;
}
.about11-images-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px;
}
.about11-images-area .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px;
}
.about11-images-area .about11-shape1 {
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 1;
}
@media (max-width: 767px) {
  .about11-images-area .about11-shape1 {
    display: none;
  }
}
.about11-images-area .about11-shape2 {
  position: absolute;
  bottom: 0;
  left: 150px;
  z-index: 1;
}
@media (max-width: 767px) {
  .about11-images-area .about11-shape2 {
    display: none;
  }
}

.about11-heading {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about11-heading {
    margin-top: 30px;
  }
}
.about11-heading .progress-section {
  font-family: var(--f-ff-font-1);
  max-width: 100%;
}
.about11-heading .progress-bar-wrapper {
  margin-top: 20px;
}
.about11-heading .progress-title {
  display: flex;
  justify-content: space-between;
  font-size: var(--f-fs-font-16);
  font-weight: var(--f-fw-semibold);
  color: var(--f-ff-font-1);
  margin-bottom: 20px;
  font-family: var(--f-ff-font-1);
}
.about11-heading .progress-bar {
  background-color: #e4e4e4;
  border-radius: 10px;
  height: 10px;
  width: 100%;
  overflow: hidden;
}
.about11-heading .progress-fill {
  height: 100%;
  background: var(--vtc-bg-main14);
  border-radius: 10px;
  transition: width 0.5s ease-in-out;
}

.about12-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about12-images-area {
  position: relative;
  z-index: 1;
}
.about12-images-area .about12-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.about12-images-area .abotu12-author {
  border-radius: 16px;
  background: var(--Home-Page-4-Color-Gray-Color, #F5F5F5);
  padding: 24px;
}
@media (max-width: 767px) {
  .about12-images-area .img2 {
    margin-top: 30px;
  }
}
.about12-images-area .img2 img {
  height: 625px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.about12-heading {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about12-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about12-heading {
    padding: 0;
    margin-top: 30px;
  }
}
.about12-heading .pera {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(18, 7, 52, 0.1);
}
.about12-heading .about12-boxarea {
  position: relative;
  z-index: 1;
}
.about12-heading .about12-boxarea .icons {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
}
.about12-heading .about12-boxarea .content12-area {
  padding-left: 80px;
}
.about12-heading .about12-boxarea .content12-area .title {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}

.abotu13-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.abotu13-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .about13-heading {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about13-heading {
    margin-top: 30px;
  }
}
.about13-heading .counter-about-boxarea {
  text-align: center;
  margin-top: 30px;
}

.about14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about14-heading {
  padding: 0 70px 0 0;
}
@media (max-width: 767px) {
  .about14-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about14-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
.about14-heading .abotu14-boxarea {
  border-radius: 8px;
  background: var(--Home-Page-6-Color-Gray-Color, #F0F0FA);
  padding: 24px;
  position: relative;
  z-index: 1;
}
.about14-heading .abotu14-boxarea .icons {
  position: absolute;
}
.about14-heading .abotu14-boxarea .textarea14 {
  padding-left: 50px;
}
.about14-heading .abotu14-boxarea .textarea14 a {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}

.about14-images-area {
  position: relative;
  z-index: 1;
}
.about14-images-area .img1 {
  text-align: end;
}
.about14-images-area .img2 {
  position: absolute;
  top: 100px;
}
@media (max-width: 767px) {
  .about14-images-area .img2 {
    position: relative;
    margin-top: 30px;
    top: 0;
  }
}
.about14-images-area .img2 img {
  width: 250px;
  height: 350px;
  border-radius: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about15-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F8F6FC;
}

@media (max-width: 767px) {
  .about14-img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about14-img {
    margin-bottom: 30px;
  }
}
.about14-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.about14-heading-area .about14-accordion-area {
  position: relative;
  z-index: 1;
}
.about14-heading-area .about14-accordion-area .accordion .accordion-item {
  background: var(--vtc-text-text5);
  border: none;
  outline: none;
  padding: 0;
  border-radius: 8px;
}
.about14-heading-area .about14-accordion-area .accordion .accordion-item h2 button {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid rgba(5, 4, 34, 0.1);
  background: var(--vtc-bg-white);
  padding: 24px;
}
.about14-heading-area .about14-accordion-area .accordion .accordion-item h2 button::after {
  filter: brightness(0);
}
.about14-heading-area .about14-accordion-area .accordion .accordion-item h2 button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  border: none;
}
.about14-heading-area .about14-accordion-area .accordion .accordion-item h2 button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.about14-heading-area .about14-accordion-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.about14-heading-area .about14-accordion-area .accordion .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
  padding: 0 24px 24px 24px;
}

.about16-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about16-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.about16-heading {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .about16-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about16-heading {
    padding: 0;
    margin-top: 30px;
  }
}
.about16-heading .about16-list li {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-top: 20px;
}

.about16-heading .about16-list li span {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #120734;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 3px;
  margin-top: -2px;
}
.about16-heading .about16-list li img {
  margin: 0 4px 0 0;
}

.about17-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about17-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.about17-heading {
  padding: 0 0 0 60px;
}
@media (max-width: 767px) {
  .about17-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about17-heading {
    padding: 0;
    margin-top: 30px;
  }
}
.about17-heading .about17-counter-box {
  border-radius: 8px;
  background: var(--Shohag-Color-Gray-Color, #F3F7FF);
  position: relative;
  transition: all 0.4s;
  padding: 20px 24px;
  margin-top: 30px;
}
.about17-heading .about17-counter-box:hover {
  background: var(--vtc-bg-main21);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.about17-heading .about17-counter-box:hover h2 {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.about17-heading .about17-counter-box:hover p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.about17-heading .about17-counter-box h2 {
  transition: all 0.4s;
}
.about17-heading .about17-counter-box p {
  transition: all 0.4s;
}

.about18-section-area {
  position: relative;
  z-index: 1;
}
.about18-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about18-section-area .about18-header {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .about18-section-area .about18-header {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about18-section-area .about18-header {
    padding: 0;
    margin-top: 30px;
  }
}
.about18-section-area .about18-header ul li {
  color: var(--vtc-text-title5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-top: 16px;
}

.about18-section-area .about18-header ul li span {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  border-radius: 50%;
  font-size: 12px;
  margin-right: 3px;
}
.about18-section-area .about18-header ul li img {
  margin: 0 8px 0 0;
}

.abut19-section-area {
  position: relative;
  z-index: 1;
}
.abut19-section-area .about19-images-area {
  position: relative;
  z-index: 1;
}
.abut19-section-area .about19-images-area .video {
  position: absolute;
  right: 111px;
  z-index: 2;
  top: 70px;
}
.abut19-section-area .about19-images-area .video a {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--vtc-bg-main23);
  color: var(--vtc-text-title6);
  font-size: 20px;
  position: relative;
  font-size: var(--f-fs-font-24);
}
.abut19-section-area .about19-images-area .video a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  transition: all 0.4s;
  border-radius: 50%;
  background: rgba(221, 250, 99, 0.3);
  opacity: 30%;
  z-index: -1;
}
.abut19-section-area .about19-images-area .img1 {
  overflow: hidden;
}
.abut19-section-area .about19-images-area .img1 img {
  height: 470px;
  width: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.abut19-section-area .about19-images-area .img2 {
  margin-top: -200px;
  text-align: right;
  overflow: hidden;
}
.abut19-section-area .about19-images-area .img2 img {
  width: 310px;
  width: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.abut19-section-area .about19-header {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .abut19-section-area .about19-header {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .abut19-section-area .about19-header {
    padding: 0;
    margin-top: 50px;
  }
}
.abut19-section-area .about19-header .about-boxarea .box1 {
  border: 1px solid rgba(5, 83, 70, 0.1);
  padding: 24px;
  border-radius: 4px;
  margin-top: 30px;
  transition: all 0.4s;
}
.abut19-section-area .about19-header .about-boxarea .box1:hover {
  background: var(--vtc-text-title6);
  transition: all 0.4s;
}
.abut19-section-area .about19-header .about-boxarea .box1:hover .icons {
  background: var(--vtc-bg-white);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.abut19-section-area .about19-header .about-boxarea .box1:hover a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.abut19-section-area .about19-header .about-boxarea .box1 .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  border-radius: 60px;
  background: rgba(5, 83, 70, 0.1);
}
.abut19-section-area .about19-header .about-boxarea .box1 a {
  color: var(--vtc-text-title6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

.about20-section-area {
  position: relative;
  z-index: 1;
}
.about20-section-area .about20-images-area {
  position: relative;
  z-index: 1;
}
.about20-section-area .about20-images-area .elements30 {
  position: absolute;
  bottom: 10px;
  z-index: -1;
  left: 130px;
}
.about20-section-area .about20-images-area .elements31 {
  position: absolute;
  right: 80px;
  top: 0;
}
.about20-section-area .about20-images-area .img1 img {
  height: 460px;
  width: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about20-section-area .about20-images-area .img2 {
  text-align: end;
  margin-top: -200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about20-section-area .about20-images-area .img2 img {
  height: 330px;
  width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about20-section-area .about20-header-area {
  padding: 0 0 0 60px;
}
@media (max-width: 767px) {
  .about20-section-area .about20-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about20-section-area .about20-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
.about20-section-area .about20-header-area h3 {
  color: var(--vtc-text-title7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
}
.about20-section-area .about20-header-area .list-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about20-section-area .about20-header-area .list-area {
    display: inline-block;
  }
}
.about20-section-area .about20-header-area .list-area ul {
  margin: 0 18px 0 0;
}
.about20-section-area .about20-header-area .list-area ul li {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-medium);
  color: var(--vtc-text-pera6);
  margin-top: 16px;
}

.about20-section-area .about20-header-area .list-area ul li span {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background-color: #4D44C5;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 3px;
}
.about20-section-area .about20-header-area .list-area ul li img {
  margin: 0 8px 0 0;
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about20-section-area .about20-header-area .images-area {
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.about20-section-area .about20-header-area .images-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  background: var(--vtc-bg-main24);
}
.about20-section-area .about20-header-area .images-area .content-area {
  margin-left: 20px;
}
.about20-section-area .about20-header-area .images-area .content-area a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  line-height: var(--f-fs-font-24);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title7);
  transition: all 0.4s;
}

.about21-section-area {
  position: relative;
  z-index: 1;
}
.about21-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  padding: 8px;
}
.about21-section-area .about21-header-area {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .about21-section-area .about21-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about21-section-area .about21-header-area {
    padding: 0;
    margin-top: 30px;
  }
}
.about21-section-area .about21-header-area .list-area {
  display: flex;
  align-items: center;
}
.about21-section-area .about21-header-area .list-area ul {
  margin: 0 32px 0 0;
}
.about21-section-area .about21-header-area .list-area li {
  color: var(--gray-500, var(--gray-500, #6B7280));
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}

.about21-section-area .about21-header-area .list-area li span {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #E1EFFE;
  color: #1C64F2;
  font-size: 12px;
  margin-right: 2px;
  margin-top: -2px;
}

.about21-section-area .about21-header-area .list-area li img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.about21-section-area .about21-header-area .header-btn24.btn2 {
  border-radius: var(--rounded-full, 9999px);
  border: 1px solid var(--gray-200, #E5E7EB);
  margin-left: 20px;
}

.about22-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about22-couter-box {
  position: relative;
  z-index: 1;
  padding: 24px 0;
  border-bottom: 1px solid #EDEFEA;
  text-align: center;
}
.about22-couter-box h3 {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 32px;
}
.about22-couter-box p {
  color: var(--vtc-text-pera8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
}

.about22-images-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about22-images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about22-images-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about22-images-area .about22-content {
  background: var(--vtc-text-text13);
  display: inline-block;
  border-radius: 50%;
  padding: 22px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  top: 50%;
  margin-top: -60px;
  z-index: 2;
}
.about22-images-area .about22-content h4 {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 32px;
}
.about22-images-area .about22-content p {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 20px; /* 125% */
}
.about22-images-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px;
}

.about23-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about23-images-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about23-images-area .about23-elements1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about23-images-area .img1 img {
  border-radius: 8px;
}
.about23-images-area .img2 {
  position: relative;
  margin-top: -180px;
  z-index: -1;
}
.about23-images-area .img2 img {
  border-radius: 8px;
}

.about23-header {
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .about23-header {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about23-header {
    padding: 0;
    margin-top: 50px;
  }
}
.about23-header .about-boxarea .box1 {
  border: 1px solid rgba(5, 83, 70, 0.1);
  padding: 24px;
  border-radius: 4px;
  margin-top: 30px;
  transition: all 0.4s;
}
.about23-header .about-boxarea .box1:hover {
  background: var(--vtc-text-text14);
  transition: all 0.4s;
}
.about23-header .about-boxarea .box1:hover .icons {
  background: var(--vtc-bg-white);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.about23-header .about-boxarea .box1:hover a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.about23-header .about-boxarea .box1 .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: rgba(11, 60, 220, 0.08);
}
.about23-header .about-boxarea .box1 a {
  color: var(--vtc-text-title10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

.about24-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about24-images-area .img1 img {
  border-radius: 8px;
}
.about24-images-area .img2 {
  position: relative;
  margin-top: -300px;
}
@media (max-width: 767px) {
  .about24-images-area .img2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about24-images-area .img2 img {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  padding: 10px;
}
@media (max-width: 767px) {
  .about24-images-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about24-header {
    margin-top: 30px;
  }
}
.about24-header .others24-counter-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about24-header .others24-counter-boxes .counter24-box {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.about24-header .others24-counter-boxes .counter24-box img {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}
.about24-header .others24-counter-boxes .counter24-box h2 {
  color: var(--vtc-text-text15);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.about24-header .others24-counter-boxes .counter24-box p {
  color: var(--vtc-text-title11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.about25-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about25-images-area {
  position: relative;
  z-index: 1;
}
.about25-images-area .img1 img {
  height: 530px;
  width: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .about25-images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
}
.about25-images-area .about25-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .about25-images-area .about25-shape1 {
    position: relative;
    margin-top: 30px;
  }
}

.about25-heading {
  padding: 0 0 0 70px;
}
@media (max-width: 767px) {
  .about25-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about25-heading {
    padding: 0;
    margin-top: 30px;
  }
}
.about25-heading .about25-list ul li {
  color: var(--vtc-text-title12);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  display: inline-block;
  margin-top: 16px;
}
.about25-heading .about25-list ul li img {
  margin: -3px 4px 0 0;
}

.about25-heading .about25-list ul li span {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #AAD406;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
  transform: translateY(-2px);
}

/*
 ::::::::::::::::::::::::::
  ABOUT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  SERVICE AREA CSS
 ::::::::::::::::::::::::::
*/
.service1-image {
  border-radius: 8px;
  height: 332px;
  right: 0;
}
@media (max-width: 767px) {
  .service1-image {
    height: auto;
  }
}
.service1-image img {
  width: 100%;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}

.service1-box {
  padding: 20px 20px 20px 16px;
  border-radius: 8px;
  background-color: var(--vtc-bg-white);
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.service1-box .num {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-1);
  transition: all 0.4s;
}
.service1-box .num p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  text-transform: capitalize;
}
.service1-box .heading1 {
  padding-left: 16px;
}
.service1-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.service1-box:hover .num {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
}

.service2-box {
 overflow: hidden;
  border-radius: 8px;
  padding: 16px;
  transition: all .4s;
}
.service2-box .image img {
  width: 100%;
}

.service2-box.content-box .image {
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}
.service2-box.content-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service2-box .with-content {
  position: relative;
  z-index: 2;
  padding-top: 16px;
}
.service2-box .with-content .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.service2-box .with-content .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.service2-box .with-content .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.service2-box .with-content .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.service2-box .with-content .learn:hover {
  color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.service2-box .with-content .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.service2-box .with-content .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.service2-box.content-box {
  z-index: 2;
  position: relative;
}
.service2-box.content-box::before {
   content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-bg-common-4);
  transition: all 0.4s;
  z-index: -2;
}
.service2-box.content-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-bg-common-4);
  transition: all 0.4s;
  z-index: -2;
}
.service2-box.content-box:hover {
  transition: all 0.4s;
}
.service2-box.content-box:hover::before {
  transform: scale(1);
  transition: all 0.4s;
}
.service2-box.content-box:hover::after {
  opacity: 0;
  transition: all 0.4s;
}
.service2-box.content-box:hover .learn {
  color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.service2-box.content-box:hover .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.service2-box.content-box:hover .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}

.service4-box {
  padding: 32px;
  border-radius: 8px;
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service4-box .icon {
  background-color: var(--vtc-bg-common-11);
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
}
.service4-box .icon img {
  transition: all 0.4s;
}
.service4-box .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.service4-box .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.service4-box .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.service4-box .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.service4-box .learn:hover {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service4-box .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.service4-box .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.service4-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--vtc-bg-main6);
}
.service4-box:hover .heading4 h4 a {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service4-box:hover .heading4 p {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}
.service4-box:hover .learn {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.service4-box:hover .learn .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.service4-box:hover .learn .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.service4-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.service5-box {
  position: relative;
}
.service5-box .image {
  overflow: hidden;
  border-radius: 8px;
}
.service5-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.service5-box .content-area .arrow {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 60px;
  line-height: 60px;
  background-color: var(--vtc-bg-main1);
  color: var(--vtc-text-title1);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: var(--f-fs-font-18);
  margin-left: -30px;
  margin-top: -30px;
  transition: all 0.4s;
  transform: scale(1.4) rotate(-45deg);
  opacity: 0;
}
.service5-box .content-area h4 a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
  position: absolute;
  left: 30px;
  bottom: 30px;
  transition: all 0.4s;
}
.service5-box .content-area h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main1);
}
.service5-box .content-area .num {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
  position: absolute;
  left: 30px;
  top: 30px;
  transition: all 0.4s;
  transform: translateY(-30px);
  opacity: 0;
}
.service5-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.service5-box:hover .content-area .arrow {
  transform: scale(1) rotate(-45deg);
  transition: all 0.4s;
  opacity: 1;
}
.service5-box:hover .content-area .num {
  transition: all 0.4s;
  transform: translateY(0);
  opacity: 1;
}

.service6-box {
  background-color: var(--vtc-bg-white);
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
}
.service6-box .icon {
  background-color: var(--vtc-bg-common-13);
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
}
.service6-box .icon img {
  transition: all 0.4s;
}
.service6-box .content {
  margin-top: 20px;
}
.service6-box .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.service6-box .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.service6-box .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.service6-box .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.service6-box .learn:hover {
  color: var(--vtc-bg-main8);
  transition: all 0.4s;
}
.service6-box .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.service6-box .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.service6-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.service6-box:hover .icon {
  background-color: var(--vtc-bg-main8);
  transition: all 0.4s;
}
.service6-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.service7 {
  position: relative;
  z-index: 1;
}
.service7 .case-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service7 .case-header-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .case-header-area {
    margin-bottom: 30px;
  }
}
.service7 .cs_case_study_1_list {
  display: flex;
  border: 1px solid var(--vtc-border-7);
  border-radius: 9px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .cs_case_study_1_list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .service7 .cs_case_study_1_list {
    flex-direction: column;
  }
}
.service7 .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 1;
}
.service7 .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
  transition: all 0.8s;
}
.service7 .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.8s ease;
  left: 80px;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
    transition: all 0.5s;
  }
}
.service7 .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 8;
  transition: all 0.9s;
}
.service7 .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}
.service7 .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}
.service7 .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service7 .cs_case_study.cs_style_1 {
    height: 600px;
  }
}
.service7 .cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
  transition: all 0.8s;
}
.service7 .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
    transition: all 0.4s;
  }
}
.service7 .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}
.service7 .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--vtc-bg-white);
}
.service7 .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service7 .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}
.service7 .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service7 .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}
.service7 .cs_case_study_thumb {
  background-image: url(../img/service/service7-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service7 .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0px 0;
  border-radius: 8px 0px 0px 8px;
  height: 475px;
  position: relative;
  border-left: 1px solid var(--vtc-border-7);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 767px) {
  .service7 .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px 0;
  }
}
.service7 .cs_case_study.cs_style_1.cs_hover_active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--vtc-bg-common-17);
  opacity: 1;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7 .cs_case_study.cs_style_1.cs_hover_active .content-area1 {
    opacity: 0;
    transition: all 0.4s;
  }
  .service7 .cs_case_study.cs_style_1.cs_hover_active .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
  .service7 .cs_case_study.cs_style_1.cs_hover_active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--vtc-bg-white);
    opacity: 0;
    transition: all 0.4s;
  }
}
@media (max-width: 767px) {
  .service7 .cs_case_study.cs_style_1.cs_hover_active .content-area1 {
    opacity: 0;
    transition: all 0.4s;
  }
  .service7 .cs_case_study.cs_style_1.cs_hover_active .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
  .service7 .cs_case_study.cs_style_1.cs_hover_active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--vtc-bg-white);
    opacity: 0;
    transition: all 0.4s;
  }
}
.service7 .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}
.service7 .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}
.service7 .cs_case_study.cs_style_1.cs_hover_active.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--vtc-bg-common-17);
  opacity: 0;
  transition: all 0.4s;
}
.service7 .content-area1 {
  position: absolute;
  transform: rotate(-90deg);
  width: 450px;
  height: auto;
  left: -187px;
  bottom: 232px;
  transition: all 0.4s;
  opacity: 1;
  z-index: 99;
}
.service7 .content-area1 a {
  color: var(--vtc-text-title1);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  transition: all 0.4s;
  width: 100%;
}
.service7 .content-area1 .cirle-arrow {
  position: absolute;
  top: -5px;
  left: 404px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: var(--vtc-bg-main10);
}
.service7 .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 124px 26px 24px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}
.service7 .content-area a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: var(--f-fs-font-24); /* 100% */
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 8px;
}
.service7 .content-area a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main10);
}
.service7 .content-area p {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  padding-top: 12px;
}
.service7 .content-area .learn {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 31px;
  height: 40px;
  width: 40px;
  transform: rotate(-45deg);
  background: var(--vtc-bg-white);
  font-size: var(--f-fs-font-20);
  text-align: center;
  line-height: var(--f-fs-font-40);
  border-radius: 50%;
  color: var(--vtc-bg-main-1);
}

.service9-box {
  text-align: center;
  background-color: var(--vtc-bg-white);
  padding: 80px 40px 40px 32px;
  position: relative;
  border-radius: 16px;
  transition: all 0.4s;
}
.service9-box .icon {
  position: absolute;
  top: -68px;
  left: 50%;
  margin-left: -73px;
  transition: all 0.4s;
}
.service9-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.service9-box:hover .icon {
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.service9-box .service-box-thum {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-radius: 16px;
}
.service9-box.add_thumb .icon {
  top: -144px;
}

.service10-box {
  position: relative;
  border-radius: 16px;
  background: var(--vtc-text-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 16px 42px 50px 42px;
  text-align: center;
  transition: all 0.4s;
}
.service10-box .learn2 {
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -26px;
}
.service10-box .content {
  margin-top: -34px;
}
.service10-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.service5 {
  position: relative;
  z-index: 1;
}
.service5 .service-widgets-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service5 .service-widgets-section .tab-content .tab-pane {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--vtc-bg-white);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 40px 50px;
  transform: rotateX(45deg) translateY(50px);
  transition: all 0.4s;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service5 .service-widgets-section .tab-content .tab-pane {
    padding: 24px;
  }
}
.service5 .service-widgets-section .tab-content .tab-pane.fade.show.active {
  transform: rotateX(0deg) translateY(0);
  opacity: 1;
}
.service5 .service-widgets-section .tab-content .tab-pane .service-boxarea .icons {
  background: rgba(5, 135, 255, 0.1);
  border: 1px solid rgba(5, 135, 255, 0.1);
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
}
.service5 .service-widgets-section .tab-content .tab-pane .service-boxarea .icons img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service5 .service-widgets-section .tab-content .tab-pane .service-boxarea .content-area h3 {
  color: var(--vtc-text-title-7);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 100% */
  display: inline-block;
}
.service5 .service-widgets-section .tab-content .tab-pane .service-boxarea .content-area p {
  color: var(--vtc-text-pera-7);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-26); /* 144.444% */
  padding-top: 20px;
}
.service5 .service-widgets-section .tab-content .tab-pane .images-area {
  position: relative;
}
@media (max-width: 767px) {
  .service5 .service-widgets-section .tab-content .tab-pane .images-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5 .service-widgets-section .tab-content .tab-pane .images-area {
    margin-top: 30px;
  }
}
.service5 .service-widgets-section .tab-content .tab-pane .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service5 .service-widgets-section .tab-content .tab-pane .images-area .arrow-circle a {
  height: 110px;
  width: 101px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-6);
  position: absolute;
  bottom: 30px;
  left: -60px;
  z-index: 1;
}
.service5 .service-widgets-section .tab-content .tab-pane .images-area .arrow-circle a .arrow1 {
  position: absolute;
  top: 41%;
  left: 44%;
}
.service5 .service-widgets-section .tab-content .tab-pane .images-area .arrow-circle a .elements20 {
  position: absolute;
  top: 6px;
  left: 6px;
}
.service5 .service-widgets-section .tabs-btn-area {
  position: relative;
  z-index: 1;
}
.service5 .service-widgets-section .tabs-btn-area::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  background: var(--vtc-bg-white);
  top: -32px;
  left: 0;
  right: 0;
  transition: all 0.4s;
  border-radius: 30px;
}
.service5 .service-widgets-section .tabs-btn-area ul {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .service5 .service-widgets-section .tabs-btn-area ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5 .service-widgets-section .tabs-btn-area ul li:nth-child(4) {
    margin-top: 20px;
  }
}
.service5 .service-widgets-section .tabs-btn-area ul li button {
  border-radius: 120px;
  background: var(--vtc-bg-white);
  border: 1px solid rgba(5, 135, 255, 0.1);
  padding: 8px 16px 8px 8px;
  position: relative;
  z-index: 1;
  color: var(--vtc-text-title-7);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18); /* 100% */
}
@media (max-width: 767px) {
  .service5 .service-widgets-section .tabs-btn-area ul li button {
    display: block !important;
    margin-bottom: 16px;
  }
}
.service5 .service-widgets-section .tabs-btn-area ul li button::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 10px;
  left: 0;
  top: -32px;
  transition: all 0.4s;
  width: 100%;
  background: var(--vtc-bg-main11);
  border-radius: 40px;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service5 .service-widgets-section .tabs-btn-area ul li button::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .service5 .service-widgets-section .tabs-btn-area ul li button::after {
    display: none;
  }
}
.service5 .service-widgets-section .tabs-btn-area ul li button.active {
  background: var(--vtc-bg-main11);
  color: var(--vtc-bg-white);
}
.service5 .service-widgets-section .tabs-btn-area ul li button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.service5 .service-widgets-section .tabs-btn-area ul li button.active span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.service5 .service-widgets-section .tabs-btn-area ul li button.active span img {
  transition: all 0.4s;
  filter: brightness(40);
}
.service5 .service-widgets-section .tabs-btn-area ul li button span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: rgba(5, 135, 255, 0.1);
  border: 1px solid rgba(5, 135, 255, 0.1);
  margin: 0 8px 0 0;
}
.service5 .service-widgets-section .tabs-btn-area ul li button span img {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}

.service-page-box {
  position: relative;
}
.service-page-box .image {
  overflow: hidden;
  border-radius: 8px;
}
.service-page-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.service-page-box .content-area .arrow {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 60px;
  line-height: 60px;
  background-color: var(--vtc-bg-main4);
  color: var(--vtc-text-white);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: var(--f-fs-font-18);
  margin-left: -30px;
  margin-top: -30px;
  transition: all 0.4s;
  transform: scale(1.4) rotate(-45deg);
  opacity: 0;
}
.service-page-box .content-area .arrow:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.service-page-box .content-area h4 a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
  position: absolute;
  left: 30px;
  bottom: 30px;
  transition: all 0.4s;
}
.service-page-box .content-area h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.service-page-box .content-area .num {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
  position: absolute;
  left: 30px;
  top: 30px;
  transition: all 0.4s;
  transform: translateY(-30px);
  opacity: 0;
}
.service-page-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.service-page-box:hover .content-area .arrow {
  transform: scale(1) rotate(-45deg);
  transition: all 0.4s;
  opacity: 1;
}
.service-page-box:hover .content-area .num {
  transition: all 0.4s;
  transform: translateY(0);
  opacity: 1;
}

.service-details-check-list {
  display: flex;
  align-items: start;
}
.service-details-check-list .check-icon span {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  background-color: var(--vtc-bg-common-1);
  border-radius: 50%;
  font-size: 12px;
  color: var(--vtc-bg-main4);
  transform: translateY(3px);
  transition: all 0.4s;
}
.service-details-check-list .text {
  margin-left: 16px;
}
.service-details-check-list:hover {
  transition: all 0.4s;
}
.service-details-check-list:hover .check-icon span {
  background-color: var(--vtc-bg-main4);
  transition: all 0.4s;
  color: var(--vtc-bg-white);
}

.service-details-box1 .icon {
  height: 50px;
  width: 50px;
  background-color: var(--vtc-bg-common-3);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin: auto;
  transition: all 0.4s;
}
.service-details-box1:hover .icon {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.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(--vtc-bg-main4);
  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/details-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/details-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;
}

.service11-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service11-bg1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.service11-slider {
  position: relative;
  z-index: 1;
}
.service11-slider .service11-boxarea {
  background: var(--vtc-bg-white);
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 32px;
  text-align: center;
  margin: 0 10px;
}
.service11-slider .service11-boxarea .img1 img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.service11-slider .service11-boxarea .service11-content-area .title {
  color: var(--vtc-text-title3);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 24px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
}
.service11-slider .service11-boxarea .service11-content-area p {
  color: var(--vtc-text-pera2);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.36px;
}

.service11-arrows {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service11-arrows {
    margin-top: 20px;
  }
}
.service11-arrows .prev-arrow-s11 {
  margin: 0 10px 0 0;
}
.service11-arrows button {
  background: rgba(113, 67, 255, 0.1);
  border: none;
  outline: none;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  font-size: var(--f-fs-font-20);
  color: var(--vtc-text-title3);
}
.service11-arrows button:hover {
  background: var(--vtc-bg-main14);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

.service12-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--Home-Page-4-Color-Gray-Color, #F5F5F5);
}

.service12-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--vtc-bg-white);
  padding: 30px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s;
  margin-top: 30px;
}
.service12-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service12-boxarea .title {
  color: var(--vtc-text-title3);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.service12-boxarea .icons {
  width: 105px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  border-radius: 8px;
  transition: all 0.4s;
}
.service12-boxarea p {
  color: var(--Home-Page-4-Color-Paragraph-Color, #4E4B59);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-regular);
  line-height: 26px;
  letter-spacing: -0.36px;
  transition: all 0.4s;
}
.service12-boxarea .readmore {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  transition: all 0.4s;
}
.service12-boxarea .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service13-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service13-boxarea2 {
  background: var(--vtc-bg-white);
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.service13-boxarea2 .service13-img1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.service13-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  padding: 32px 40px;
  transition: all 0.4s;
  text-align: center;
  background: var(--vtc-bg-white);
  margin-bottom: 30px;
}
.service13-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.service13-boxarea .icons {
  background: var(--vtc-text-text3);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  margin: 0 auto;
}
.service13-boxarea .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service13-boxarea .content13-area a.title {
  color: var(--vtc-text-title3);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
}
.service13-boxarea .content13-area p {
  color: var(--Home-Page-5-Color-Paragraph-Color, #333336);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.service14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F0F0FA;
}

.service14-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 32px;
  margin-top: 30px;
  border: 1px solid var(--vtc-bg-white);
  transition: all 0.4s;
}
.service14-boxarea:hover {
  border: 1px solid var(--vtc-bg-main17);
  transition: all 0.4s;
  transform: translateY(-10px);
  border-radius: 222px 222px 8px 8px;
}
.service14-boxarea .icons {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main17);
  line-height: 70px;
}
.service14-boxarea .icons img {
  filter: brightness(0) invert(1);
}
.service14-boxarea .content14-area .title {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.service14-boxarea .content14-area p {
  color: var(--Home-Page-6-Color-Paragraph-Color, #4E4E55);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px solid rgba(5, 4, 34, 0.1);
  padding-bottom: 28px;
}

.service15-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service15-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 16px;
  border: 1px solid rgba(18, 7, 52, 0.1);
  padding: 16px;
  transition: all 0.4s;
}
.service15-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.service15-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service15-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  height: 200px;
}
.service15-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service15-boxarea .content15-service .title {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px; /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.service15-boxarea .content15-service .title:hover {
  color: var(--vtc-text-text4);
  transition: all 0.4s;
}
.service15-boxarea .content15-service p {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.service15-boxarea .content15-service .readmore {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -0.36px;
}
.service15-boxarea .content15-service .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service15-boxarea .content15-service .readmore:hover {
  color: var(--vtc-text-text4);
  transition: all 0.4s;
}
.service15-boxarea .content15-service .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}

.service16-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--Home-Page-8-Colors-Gray-Color, #F3F7FF);
}

.service16-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 28px 24px 0 24px;
  transition: all 0.4s;
  margin-top: 30px;
}
.service16-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.service16-boxarea .content16-area .title {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.service16-boxarea .content16-area .title:hover {
  color: var(--vtc-text-text6);
  transition: all 0.4s;
}
.service16-boxarea .content16-area p {
  color: var(--Home-Page-8-Colors-Paragraph-Color, #4E4B59);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.service16-boxarea .content16-area .readmore {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
}
.service16-boxarea .content16-area .readmore:hover {
  color: var(--vtc-text-text6);
  transition: all 0.4s;
}
.service16-boxarea .content16-area .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service16-boxarea .content16-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service16-boxarea .img1 {
  text-align: center;
}

.service17-scetion {
  position: relative;
  z-index: 1;
}

.service17-arrows {
  display: flex;
  align-items: center;
  justify-content: end;
}
.service17-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  border: none;
  outline: none;
  font-size: var(--f-fs-font-20);
  color: var(--vtc-text-title4);
}
.service17-arrows button:hover {
  background: var(--vtc-bg-main21);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.service17-arrows .service17-prev-area {
  margin: 0 16px 0 0;
}

.service17-slider-area {
  position: relative;
  z-index: 1;
}
.service17-slider-area .service17-boxarea {
  background: var(--vtc-bg-white);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.4s;
  margin: 0 10px;
}
.service17-slider-area .service17-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service17-slider-area .service17-boxarea:hover .icons {
  background: var(--vtc-bg-main21);
  transition: all 0.4s;
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.service17-slider-area .service17-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service17-slider-area .service17-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  height: 300px;
}
.service17-slider-area .service17-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service17-slider-area .service17-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 8px;
  transition: all 0.4s;
  display: inline-block;
  background: #F3F7FF;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.service17-slider-area .service17-boxarea .icons img {
  display: inline-block;
  transition: all 0.4s;
}
.service17-slider-area .service17-boxarea .service17-content {
  padding-top: 20px;
}
.service17-slider-area .service17-boxarea .service17-content .title {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.service17-slider-area .service17-boxarea .service17-content .title:hover {
  color: var(--vtc-text-text8);
  transition: all 0.4s;
}
.service17-slider-area .service17-boxarea .service17-content p {
  color: var(--vtc-text-pera3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.service17-slider-area .service17-boxarea .service17-content .readmore {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
}
.service17-slider-area .service17-boxarea .service17-content .readmore:hover {
  color: var(--vtc-text-text8);
  transition: all 0.4s;
}
.service17-slider-area .service17-boxarea .service17-content .readmore:hover i {
  transform: rotate(0);
  transition: all 0.4s;
}
.service17-slider-area .service17-boxarea .service17-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service18-section-area {
  position: relative;
  z-index: 1;
  background: #F8F9FB;
}
.service18-section-area .service-btn1 {
  color: #FFF;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  position: relative;
  border-radius: 8px;
  padding: 18px 24px;
  z-index: 0;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
}
.service18-section-area .service-btn1 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.service18-section-area .service-btn1:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.service18-section-area .service-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--Linner-Color, linear-gradient(268deg, #0A18A1 0.24%, #408BFF 98.24%));
  border-radius: 8px;
  z-index: -1;
}

.service18-boxarea {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.service18-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.service18-boxarea:hover .content-area::after {
  height: 100%;
  transition: all 0.4s;
  border-radius: 8px;
}
.service18-boxarea:hover .content-area a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.service18-boxarea:hover .content-area .icons {
  transform: rotateY(180deg);
  transition: all 0.4s;
}
.service18-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  height: 300px;
}
.service18-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}
.service18-boxarea .content-area {
  position: relative;
  z-index: 1;
  background: var(--vtc-text-white);
  border-radius: 8px;
  padding: 56px 24px 32px 24px;
  margin: 0 30px;
  margin-top: -60px;
}
.service18-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0px 0px 8px 8px;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  transition: all 0.4s;
  z-index: -1;
}
.service18-boxarea .content-area .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: #F8F9FB;
  position: absolute;
  top: -40px;
}
.service18-boxarea .content-area a {
  color: var(--vtc-text-title5);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 24px;
  transition: all 0.4s;
  display: inline-block;
}

.service12-section-area {
  position: relative;
  z-index: 1;
  background: var(--vtc-text-title6);
}
.service12-section-area .service19-slider {
  position: relative;
}
.service12-section-area .service19-slider .owl-stage-outer {
  position: absolute;
}
@media (max-width: 767px) {
  .service12-section-area .service19-slider .owl-stage-outer {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service12-section-area .service19-slider .owl-stage-outer {
    position: relative;
  }
}
.service12-section-area .service19-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -110px;
}
@media (max-width: 767px) {
  .service12-section-area .service19-slider .owl-nav {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service12-section-area .service19-slider .owl-nav {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.service12-section-area .service19-slider .owl-nav button {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--vtc-bg-white);
  font-size: 20px;
}
.service12-section-area .service19-slider .owl-nav button:hover {
  background: var(--vtc-bg-main23);
  color: var(--vtc-text-title6);
  transition: all 0.4s;
}
.service12-section-area .service19-slider .owl-nav .owl-prev {
  margin: 0 16px 0 0;
}
.service12-section-area .service19-slider .service19-boxarea {
  background: var(--vtc-bg-white);
  border-radius: 4px;
  padding: 28px 24px;
  position: relative;
  z-index: 1;
  border: 1px solid #F2F2F2;
}
.service12-section-area .service19-slider .service19-boxarea:hover .icons {
  background: var(--vtc-bg-main23);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service12-section-area .service19-slider .service19-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  transition: all 0.4s;
  background: #E6EEEC;
  transition: all 0.4s;
}
.service12-section-area .service19-slider .service19-boxarea .icons img {
  width: 26px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  display: inline-block;
}
.service12-section-area .service19-slider .service19-boxarea .content a {
  color: var(--vtc-text-title6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}
.service12-section-area .service19-slider .service19-boxarea .content p {
  color: var(--vtc-text-pera5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
}
.service12-section-area .service19-slider .service19-boxarea .content .readmore {
  color: var(--vtc-text-title6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 16px;
  transition: all 0.4s;
}
.service12-section-area .service19-slider .service19-boxarea .content .readmore i {
  margin-left: 4px;
}

.service20-section-area {
  position: relative;
  z-index: 1;
}
.service20-section-area .service20-widget-area {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 30px;
}

.service20-section-area .service20-widget-area .img1 {
    height: 360px;
}

.service20-section-area .service20-widget-area:hover .content20-widget-area {
  top: 0;
  transition: all 0.6s;
}
.service20-section-area .service20-widget-area:hover .content-area {
  bottom: -200px;
  transition: all 0.4s;
}
.service20-section-area .service20-widget-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.service20-section-area .service20-widget-area .content-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 60px 28px 28px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service20-section-area .service20-widget-area .content-area {
    padding: 60px 24px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service20-section-area .service20-widget-area .content-area {
    padding: 60px 18px 24px;
  }
}
.service20-section-area .service20-widget-area .content-area .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  line-height: 70px;
  background: var(--vtc-text-white);
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: -35px;
}
.service20-section-area .service20-widget-area .content-area a {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.service20-section-area .service20-widget-area .content20-widget-area {
  border-radius: 5px;
  background: var(--vtc-text-text11);
  text-align: center;
  padding: 60px 30px;
  position: absolute;
  top: -400px;
  height: 100%;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .service20-section-area .service20-widget-area .content20-widget-area {
    padding: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service20-section-area .service20-widget-area .content20-widget-area {
    padding: 14px;
  }
}
.service20-section-area .service20-widget-area .content20-widget-area .icons {
  height: 70px;
  width: 70px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  line-height: 70px;
  background: var(--vtc-text-white);
  text-align: center;
  margin: 0 auto;
}
.service20-section-area .service20-widget-area .content20-widget-area a {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.service20-section-area .service20-widget-area .content20-widget-area .readmore {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.service20-section-area .service20-widget-area .content20-widget-area .readmore i {
  margin-left: 4px;
}
.service20-section-area .service20-widget-area .content20-widget-area p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
}

.service21-section-area {
  position: relative;
  z-index: 1;
}
.service21-section-area .service21-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--gray-50, #F9FAFB);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 24px 34px 24px 24px;
  margin-top: 30px;
}
.service21-section-area .service21-boxarea:hover::after {
  left: 0;
  transition: all 0.4s;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.service21-section-area .service21-boxarea:hover .icons {
  background: var(--vtc-text-white);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service21-section-area .service21-boxarea:hover a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.service21-section-area .service21-boxarea:hover p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  opacity: 80%;
}
.service21-section-area .service21-boxarea::after {
  position: absolute;
  z-index: -1;
  transition: all 0.4s;
  content: "";
  height: 100%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  top: 0;
  border-radius: 8px;
  background: var(--vtc-text-text12);
  width: 10px;
}
.service21-section-area .service21-boxarea .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.4s;
  display: inline-block;
  background: #E1EFFE;
  border-radius: 8px;
}
.service21-section-area .service21-boxarea .icons img {
  transition: all 0.4s;
}
.service21-section-area .service21-boxarea a {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.service21-section-area .service21-boxarea p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
}

.service22-section-area {
  position: relative;
  z-index: 1;
}
.service22-section-area .heading27 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service22-section-area .heading27 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service22-section-area .heading27 {
    margin-bottom: 30px;
  }
}
.service22-section-area .service22-auhtor-boxes-area {
  position: relative;
}
.service22-section-area .service22-auhtor-boxes-area .bg-images .img1 {
  position: absolute;
  top: 15%;
  left: 28%;
  right: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service22-section-area .service22-auhtor-boxes-area .bg-images .img1 {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .service22-section-area .service22-auhtor-boxes-area .bg-images .img1 {
    top: 43%;
  }
}
.service22-section-area .service22-auhtor-boxes-area .bg-images .icons {
  position: absolute;
  top: 47%;
  z-index: -1;
  left: 50%;
  height: 400px;
  width: 400px;
  margin-top: -200px;
  margin-left: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service22-section-area .service22-auhtor-boxes-area .bg-images .icons {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .service22-section-area .service22-auhtor-boxes-area .bg-images .icons {
    top: 47%;
  }
}
.service22-section-area .service22-auhtor-boxes-area .bg-images .icons img {
  height: 400px;
  width: 400px;
  border-radius: 50%;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area {
  position: relative;
  z-index: 1;
  background: var(--vtc-bg-white);
  padding: 24px;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service22-section-area .service22-auhtor-boxes-area .service22-box-area {
    margin-bottom: 30px;
  }
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area:hover::after {
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area:hover .icons-area .icons {
  background: var(--vtc-text-white);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area:hover .icons-area .number h4 {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area:hover .content-area a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area:hover .content-area a i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area:hover .content-area p {
  color: var(--vtc-text-white);
  opacity: 90%;
  transition: all 0.4s;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--vtc-text-text13);
  left: 50%;
  border-radius: 8px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area .icons-area .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  border-radius: 70px;
  background: rgba(78, 90, 42, 0.08);
  display: inline-block;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area .icons-area .number h4 {
  font-size: var(--f-fs-font-60);
  font-weight: var(--f-fw-semibold);
  color: rgba(78, 90, 42, 0.08);
  line-height: var(--f-fs-font-40);
  transition: all 0.4s;
  font-family: var(--f-ff-font-1);
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area .content-area a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title9);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area .content-area p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera8);
  transition: all 0.4s;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area .content-area .readmore {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-title9);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0;
}
.service22-section-area .service22-auhtor-boxes-area .service22-box-area .content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service23-section-area {
  position: relative;
  z-index: 1;
  background: #F3F5F5;
}
.service23-section-area .heading28 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service23-section-area .heading28 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service23-section-area .heading28 {
    margin-bottom: 30px;
  }
}
.service23-section-area .service23-auhtor-boxes-area {
  position: relative;
}
.service23-section-area .service23-auhtor-boxes-area .bg-images .img1 {
  position: absolute;
  top: 15%;
  left: 28%;
  right: 28%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service23-section-area .service23-auhtor-boxes-area .bg-images .img1 {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .service23-section-area .service23-auhtor-boxes-area .bg-images .img1 {
    top: 43%;
  }
}
.service23-section-area .service23-auhtor-boxes-area .bg-images .icons {
  position: absolute;
  top: 47%;
  z-index: -1;
  left: 50%;
  height: 400px;
  width: 400px;
  margin-top: -200px;
  margin-left: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service23-section-area .service23-auhtor-boxes-area .bg-images .icons {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .service23-section-area .service23-auhtor-boxes-area .bg-images .icons {
    top: 47%;
  }
}
.service23-section-area .service23-auhtor-boxes-area .bg-images .icons img {
  height: 400px;
  width: 400px;
  border-radius: 50%;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area {
  position: relative;
  z-index: 1;
  background: var(--vtc-bg-white);
  padding: 24px;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service23-section-area .service23-auhtor-boxes-area .service23-box-area {
    margin-bottom: 30px;
  }
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area:hover::after {
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area:hover .icons-area .icons {
  background: var(--vtc-text-white);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area:hover .icons-area .number h4 {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area:hover .content-area a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area:hover .content-area a i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area:hover .content-area p {
  color: var(--vtc-text-white);
  opacity: 90%;
  transition: all 0.4s;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  transition: all 0.4s;
  background: var(--vtc-text-text14);
  left: 50%;
  border-radius: 8px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area .icons-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area .icons-area .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  border-radius: 70px;
  background: rgba(11, 60, 220, 0.08);
  display: inline-block;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area .icons-area .number h4 {
  font-size: var(--f-fs-font-60);
  font-weight: var(--f-fw-semibold);
  color: rgba(11, 60, 220, 0.08);
  line-height: var(--f-fs-font-40);
  transition: all 0.4s;
  font-family: var(--f-ff-font-1);
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area .content-area a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title10);
  display: inline-block;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area .content-area p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera9);
  transition: all 0.4s;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area .content-area .readmore {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-weight: var(--f-fw-bold);
  color: var(--vtc-text-title10);
  transition: all 0.4s;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0;
}
.service23-section-area .service23-auhtor-boxes-area .service23-box-area .content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service24-section-area {
  position: relative;
  z-index: 1;
  background: #F7F5FE;
}
.service24-section-area .service24-cloud1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.service24-section-area .service-widgets-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service24-section-area .service-widgets-section .tab-content .tab-pane {
  border-radius: 40px;
  border: 1px solid var(--vtc-bg-white);
  background: var(--vtc-bg-white);
  padding: 40px 50px;
  transform: rotateX(45deg) translateY(50px);
  transition: all 0.4s;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service24-section-area .service-widgets-section .tab-content .tab-pane {
    padding: 24px;
  }
}
.service24-section-area .service-widgets-section .tab-content .tab-pane.fade.show.active {
  transform: rotateX(0deg) translateY(0);
  opacity: 1;
}
.service24-section-area .service-widgets-section .tab-content .tab-pane .service-boxarea .icons {
  background: var(--vtc-bg-main28);
  border-width: 1.5px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
}
.service24-section-area .service-widgets-section .tab-content .tab-pane .service-boxarea .icons img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service24-section-area .service-widgets-section .tab-content .tab-pane .service-boxarea .content-area h3 {
  color: var(--vtc-text-title11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-28);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 28px;
  display: inline-block;
}
.service24-section-area .service-widgets-section .tab-content .tab-pane .service-boxarea .content-area p {
  color: var(--vtc-text-pera10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
}
.service24-section-area .service-widgets-section .tab-content .tab-pane .images-area {
  position: relative;
}
@media (max-width: 767px) {
  .service24-section-area .service-widgets-section .tab-content .tab-pane .images-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service24-section-area .service-widgets-section .tab-content .tab-pane .images-area {
    margin-top: 30px;
  }
}
.service24-section-area .service-widgets-section .tab-content .tab-pane .images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.service24-section-area .service-widgets-section .tabs-btn-area {
  position: relative;
  z-index: 1;
}
.service24-section-area .service-widgets-section .tabs-btn-area::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  background: var(--vtc-bg-white);
  top: -32px;
  left: 0;
  right: 0;
  transition: all 0.4s;
  border-radius: 16px;
}
.service24-section-area .service-widgets-section .tabs-btn-area ul {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .service24-section-area .service-widgets-section .tabs-btn-area ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service24-section-area .service-widgets-section .tabs-btn-area ul li:nth-child(4) {
    margin-top: 20px;
  }
}
.service24-section-area .service-widgets-section .tabs-btn-area ul li button {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  padding: 8px 16px 8px 8px;
  position: relative;
  z-index: 1;
  color: var(--vtc-text-title11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
}
@media (max-width: 767px) {
  .service24-section-area .service-widgets-section .tabs-btn-area ul li button {
    display: block !important;
    margin-bottom: 16px;
  }
}
.service24-section-area .service-widgets-section .tabs-btn-area ul li button::after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 10px;
  left: 0;
  top: -32px;
  transition: all 0.4s;
  width: 100%;
  background: var(--vtc-bg-main28);
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .service24-section-area .service-widgets-section .tabs-btn-area ul li button::after {
    display: none;
  }
}
.service24-section-area .service-widgets-section .tabs-btn-area ul li button.active {
  background: var(--vtc-bg-main28);
  color: var(--vtc-text-white);
}
.service24-section-area .service-widgets-section .tabs-btn-area ul li button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.service24-section-area .service-widgets-section .tabs-btn-area ul li button.active span {
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.1);
}
.service24-section-area .service-widgets-section .tabs-btn-area ul li button.active span img {
  transition: all 0.4s;
}
.service24-section-area .service-widgets-section .tabs-btn-area ul li button span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--vtc-bg-main28);
  border-width: 1px;
  margin: 0 8px 0 0;
}
.service24-section-area .service-widgets-section .tabs-btn-area ul li button span img {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s;
}

.service25-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service25-section .tab-content .tab-pane .service25-images-area {
  position: relative;
  z-index: 1;
}
.service25-section .tab-content .tab-pane .service25-images-area .service25-shape1 {
  position: absolute;
  top: 100px;
  left: 0;
}
@media (max-width: 767px) {
  .service25-section .tab-content .tab-pane .service25-images-area .service25-shape1 {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
}
.service25-section .tab-content .tab-pane .service25-images-area .service25-shape2 {
  position: absolute;
  bottom: 100px;
  right: 0;
}
@media (max-width: 767px) {
  .service25-section .tab-content .tab-pane .service25-images-area .service25-shape2 {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
}

.service25-tabs-area ul {
  display: block;
}
.service25-tabs-area ul li {
  display: block;
  margin-bottom: 24px;
}
.service25-tabs-area ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.service25-tabs-area ul li button.nav-link {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 24px;
  letter-spacing: -0.24px;
  display: block;
  width: 100%;
  text-align: start;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 190px 0 rgba(0, 0, 0, 0.12);
  padding: 16px 18px;
}
@media (max-width: 767px) {
  .service25-tabs-area ul li button.nav-link {
    font-size: var(--f-fs-font-20);
    line-height: 20px;
  }
}
.service25-tabs-area ul li button.nav-link.active {
  background: var(--vtc-bg-main29);
  transition: all 0.4s;
  color: var(--vtc-text-title12);
}
.service25-tabs-area ul li button.nav-link.active span {
  background: var(--vtc-text-title12);
  transition: all 0.4s;
}
.service25-tabs-area ul li button.nav-link.active span img {
  filter: none;
}
.service25-tabs-area ul li button.nav-link span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  background: var(--vtc-bg-main29);
  transition: all 0.4s;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 16px 0 0;
}
.service25-tabs-area ul li button.nav-link span img {
  filter: brightness(0);
}

.tolarate-service25-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 0 100px 0;
}
@media (max-width: 767px) {
  .tolarate-service25-section {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tolarate-service25-section {
    padding: 0 0 60px;
  }
}
.tolarate-service25-section .service-tolarate-heading {
  padding: 0 70px 0 0;
}
@media (max-width: 767px) {
  .tolarate-service25-section .service-tolarate-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tolarate-service25-section .service-tolarate-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}
.tolarate-service25-section .service-tolarate-heading .progress-container {
  margin-bottom: 16px;
}
.tolarate-service25-section .service-tolarate-heading .label-row {
  display: flex;
  justify-content: space-between;
  font-weight: var(--f-fw-semibold);
  font-size: var(--f-fs-font-18);
  margin-bottom: 16px;
  font-family: var(--f-ff-font-1);
}
.tolarate-service25-section .service-tolarate-heading .progress-bar {
  position: relative;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.tolarate-service25-section .service-tolarate-heading .progress-fill {
  height: 100%;
  width: 90%;
  background-color: var(--vtc-text-text16);
  border-radius: 5px;
  position: relative;
}
.tolarate-service25-section .service-tolarate-heading .progress-circle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.tolarate-service25-section .service-tolrate-images {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tolarate-service25-section .service-tolrate-images .service25-elements1 {
  position: absolute;
  bottom: 0;
}

/*
 ::::::::::::::::::::::::::
  SERVICE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  FAQ AREA CSS
 ::::::::::::::::::::::::::
*/
.faq-page-sec .faq-page-image {
  position: relative;
  z-index: 2;
}
.faq-page-sec .faq-page-image .shape {
  position: absolute;
  right: 50px;
  top: 0;
  transform: scale(1.3);
  z-index: -1;
}
.faq-page-sec .faq-tab-buttons {
  background-color: var(--vtc-bg-common-22);
  border-radius: 111px;
  padding: 16px 24px;
}
.faq-page-sec .faq-tab-buttons .nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0 !important;
}
.faq-page-sec .faq-tab-buttons .nav li button {
  color: var(--Text-Color, #0B1A33);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  text-transform: uppercase;
  padding: 16px 20px;
  border-radius: 111px;
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.faq-page-sec .faq-tab-buttons .nav li button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main13);
}
.faq-page-sec .faq-tab-buttons .nav li button.active {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main13);
}

.faq-content {
  position: relative;
}
.faq-content .accordion .accordion-item {
  border: none;
  border-radius: 14px;
  background: none;
  margin-top: 20px;
  transition: all 0.4s;
  background-color: var(--vtc-bg-white);
}
.faq-content .accordion .accordion-item button {
  border: none;
  background: none;
  padding: 24px;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
  position: relative;
}
@media (max-width: 767px) {
  .faq-content .accordion .accordion-item button {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
  }
}
.faq-content .accordion .accordion-item button:focus {
  outline: none;
  box-shadow: none;
}
.faq-content .accordion .accordion-item button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 15px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  z-index: 1;
  background: var(--vtc-bg-main13);
}
@media (max-width: 767px) {
  .faq-content .accordion .accordion-item button::before {
    display: none;
  }
}
.faq-content .accordion .accordion-item button::after {
  filter: brightness(0) invert(1);
  z-index: 3;
  height: 14px;
  width: 22px;
  left: 4px;
  bottom: 6px;
  position: relative;
}
.faq-content .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: 28px;
  margin-top: -20px;
  padding-bottom: 28px;
  padding-right: 80px;
  text-align: start;
}
@media (max-width: 767px) {
  .faq-content .accordion .accordion-item .accordion-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.faq-content .accordion .accordion-item.active {
  transition: all 0.4s;
  border-radius: 14px;
  background: var(--vtc-bg-main13);
}
.faq-content .accordion .accordion-item.active button {
  color: #fff;
}
.faq-content .accordion .accordion-item.active button::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 19px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}
.faq-content .accordion .accordion-item.active button::after {
  filter: brightness(0);
  height: 14px;
  width: 22px;
  left: 2px;
  bottom: 0px;
  position: relative;
}
.faq-content .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}

.faq6-area .accordion-button::after {
  filter: brightness(0);
}
.faq6-area .accordion {
  border: none;
}
.faq6-area .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  padding: 0;
  border: none;
  border: 1px solid var(--vtc-border-3);
  background: transparent;
}
.faq6-area .accordion .accordion-item h2 {
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title1);
}
.faq6-area .accordion .accordion-item button {
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title1);
  background: transparent;
  padding: 20px;
}
.faq6-area .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq6-area .accordion .accordion-item .accordion-body {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding: 0px 16px 16px 22px;
  background-color: var(--vtc-text-title1);
}
.faq6-area .accordion .accordion-item.active {
  background-color: var(--vtc-text-title1);
}
.faq6-area .accordion .accordion-item.active button {
  color: var(--vtc-text-white);
}
.faq6-area .accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0) invert(1);
}
.faq6-area .accordion-button:not(.collapsed) {
  color: var(--ztc-text-text-1);
  background-color: var(--vtc-text-title1);
  border: none;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.faq6-area .accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #dee2e600;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="var%28--bs-body-color%29"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.faq6-images {
  position: relative;
  height: 580px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .faq6-images {
    height: 1100px;
  }
}
.faq6-images .image1 {
  position: absolute;
  left: 0;
  top: 0;
}
.faq6-images .image2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .faq6-images .image2 {
    bottom: 170px;
  }
}
.faq6-images .text-count {
  width: 200px;
  text-align: start;
  position: absolute;
  bottom: 20px;
  left: 60px;
}
.faq6-images .text-count h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-60); /* 100% */
}
.faq6-images .text-count p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}
.faq6-images .text-count img {
  position: absolute;
  left: -20px;
  top: -7px;
}

.faq5-area .accordion-button::after {
  filter: brightness(0);
}
.faq5-area .accordion {
  border: none;
}
.faq5-area .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  padding: 0;
  border: none;
  border: 1px solid var(--vtc-border-3);
  background: transparent;
}
.faq5-area .accordion .accordion-item h2 {
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title1);
}
.faq5-area .accordion .accordion-item button {
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title1);
  background: transparent;
  padding: 20px;
}
.faq5-area .accordion .accordion-item button:focus {
  box-shadow: none;
}
.faq5-area .accordion .accordion-item .accordion-body {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 162.5% */
  padding: 0px 16px 16px 22px;
  background-color: var(--vtc-bg-main7);
}
.faq5-area .accordion .accordion-item.active {
  background-color: var(--vtc-bg-main7);
}
.faq5-area .accordion .accordion-item.active button {
  color: var(--vtc-text-white);
}
.faq5-area .accordion .accordion-item.active button::after {
  filter: brightness(0) invert(1);
}
.faq5-area .accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  filter: brightness(0) invert(1);
}
.faq5-area .accordion-button:not(.collapsed) {
  color: var(--ztc-text-text-1);
  background-color: var(--vtc-bg-main7);
  border: none;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.faq5-area .accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #dee2e600;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="var%28--bs-body-color%29"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.research-faq h3 {
  color: var(--vtc-text-title1);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.research-faq .accordion {
  border: none;
}
.research-faq .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  transform: scale(1.5);
}
.research-faq .accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.research-faq .accordion .accordion-button::after {
  transition: all 0.5s;
}
.research-faq .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  background-color: #F6F8FA;
  padding: 0px;
  border-radius: 8px;
}
.research-faq .accordion .accordion-item button {
  border: none;
  background: none;
  box-shadow: none;
  color: #090B0E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  padding: 24px;
}
.research-faq .accordion .accordion-item .accordion-body {
  padding: 0px 20px 20px 24px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.research-faq .accordion .accordion-item.active {
  background-color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.research-faq .accordion .accordion-item.active button {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

.research-faq2 h3 {
  color: var(--vtc-text-title1);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
  text-transform: capitalize;
  padding-bottom: 24px;
}
.research-faq2 .accordion {
  border: none;
}
.research-faq2 .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  transform: scale(1.5);
}
.research-faq2 .accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.research-faq2 .accordion .accordion-button::after {
  transition: all 0.5s;
}
.research-faq2 .accordion .accordion-item {
  margin-top: 20px;
  border: none;
  background-color: var(--vtc-bg-white);
  padding: 0px;
  border-radius: 8px;
}
.research-faq2 .accordion .accordion-item button {
  border: none;
  background: none;
  box-shadow: none;
  color: #090B0E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  padding: 24px;
}
.research-faq2 .accordion .accordion-item .accordion-body {
  padding: 0px 20px 20px 24px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.research-faq2 .accordion .accordion-item.active {
  background-color: var(--vtc-bg-main4);
  transition: all 0.4s;
}
.research-faq2 .accordion .accordion-item.active button {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

.faq14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.faq14-images-area {
  position: relative;
  z-index: 1;
}
.faq14-images-area .faq14-shape1 {
  position: absolute;
  top: 0;
  right: 0;
}
.faq14-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}

.faq14-heading {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .faq14-heading {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq14-heading {
    padding: 0;
    margin-top: 30px;
  }
}
.faq14-heading .faq14-accordion-area {
  position: relative;
  z-index: 1;
}
.faq14-heading .faq14-accordion-area .accordion .accordion-item {
  background: var(--vtc-text-text4);
  border: none;
  outline: none;
  padding: 0;
  border-radius: 8px;
}
.faq14-heading .faq14-accordion-area .accordion .accordion-item h2 button {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid rgba(5, 4, 34, 0.1);
  background: var(--vtc-bg-white);
  padding: 24px;
}
.faq14-heading .faq14-accordion-area .accordion .accordion-item h2 button::after {
  filter: brightness(0);
}
.faq14-heading .faq14-accordion-area .accordion .accordion-item h2 button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  border: none;
}
.faq14-heading .faq14-accordion-area .accordion .accordion-item h2 button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq14-heading .faq14-accordion-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq14-heading .faq14-accordion-area .accordion .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
  padding: 0 24px 24px 24px;
}

.faq16-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--Home-Page-8-Colors-Gray-Color, #F3F7FF);
}

.faq16-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.faq16-heading-area .faq16-accordion-area {
  position: relative;
  z-index: 1;
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .faq16-heading-area .faq16-accordion-area {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq16-heading-area .faq16-accordion-area {
    padding: 0;
    margin-top: 30px;
  }
}
.faq16-heading-area .faq16-accordion-area .accordion .accordion-item {
  background: var(--vtc-text-text7);
  border: none;
  outline: none;
  padding: 0;
  border-radius: 8px;
}
.faq16-heading-area .faq16-accordion-area .accordion .accordion-item h2 button {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  background: var(--vtc-bg-white);
  padding: 24px;
}
.faq16-heading-area .faq16-accordion-area .accordion .accordion-item h2 button::after {
  filter: brightness(0);
}
.faq16-heading-area .faq16-accordion-area .accordion .accordion-item h2 button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  border: none;
}
.faq16-heading-area .faq16-accordion-area .accordion .accordion-item h2 button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq16-heading-area .faq16-accordion-area .accordion .accordion-item .accordion-body {
  padding: 0;
}
.faq16-heading-area .faq16-accordion-area .accordion .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
  padding: 0 24px 24px 24px;
}

.faq22-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq22-section-area .accordion22-area {
  position: relative;
  z-index: 1;
}
.faq22-section-area .accordion22-area .accordion .accordion-item {
  padding: 0;
  border-radius: 8px;
  background: var(--vtc-text-text13);
  border: none;
}
.faq22-section-area .accordion22-area .accordion .accordion-item button {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 20px;
  box-shadow: none;
  padding: 24px;
  background: #F3F5F5;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .faq22-section-area .accordion22-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq22-section-area .accordion22-area .accordion .accordion-item button::after {
  filter: brightness(0);
}
.faq22-section-area .accordion22-area .accordion .accordion-item button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
  color: var(--vtc-text-white);
}
.faq22-section-area .accordion22-area .accordion .accordion-item button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq22-section-area .accordion22-area .accordion .accordion-item .accordion-body {
  padding: 0 24px 24px 24px;
}
.faq22-section-area .accordion22-area .accordion .accordion-item .accordion-body p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
}

.faq23-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq23-section-area .accordion22-area {
  position: relative;
  z-index: 1;
}
.faq23-section-area .accordion22-area .accordion .accordion-item {
  padding: 0;
  border-radius: 8px;
  background: var(--vtc-text-text14);
  border: none;
}
.faq23-section-area .accordion22-area .accordion .accordion-item button {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 20px;
  box-shadow: none;
  padding: 24px;
  background: #F3F5F5;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .faq23-section-area .accordion22-area .accordion .accordion-item button {
    line-height: 26px;
  }
}
.faq23-section-area .accordion22-area .accordion .accordion-item button::after {
  filter: brightness(0);
}
.faq23-section-area .accordion22-area .accordion .accordion-item button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
  color: var(--vtc-text-white);
}
.faq23-section-area .accordion22-area .accordion .accordion-item button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq23-section-area .accordion22-area .accordion .accordion-item .accordion-body {
  padding: 0 24px 24px 24px;
}
.faq23-section-area .accordion22-area .accordion .accordion-item .accordion-body p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
}

/*
 ::::::::::::::::::::::::::
  FAQ AREA CSS
 ::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CASE STUDY AREA CSS
::::::::::::::::::::::::::
*/
.testimonial2-slider-area {
  position: relative;
  z-index: 1;
}
.testimonial2-slider-area .rev_slider .slick-slider {
  margin-left: -20%;
  margin-right: -20%;
}
.testimonial2-slider-area .rev_slider .theme-btn8:hover {
  background-color: var(--vtc-text-title1);
}
.testimonial2-slider-area .rev_slider .slick-list {
  padding-top: 10% !important;
  padding-bottom: 6% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}
.testimonial2-slider-area .rev_slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.testimonial2-slider-area .rev_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.testimonial2-slider-area .rev_slider .slick-snext,
.testimonial2-slider-area .rev_slider .slick-sprev {
  display: block;
}
.testimonial2-slider-area .rev_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 10px);
  z-index: 2;
}
.testimonial2-slider-area .rev_slider .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}
.testimonial2-slider-area .rev_slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}
.testimonial2-slider-area .rev_slider .rev_slide {
  margin-left: 30px;
}
.testimonial2-slider-area .rev_slider .rev_slide.slick-center .text {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.testimonial2-slider-area .rev_slider .rev_slide .test {
  display: block;
  width: 100%;
  height: 520px;
  width: 460px;
}
.testimonial2-slider-area .rev_slider .rev_slide .test img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.testimonial2-slider-area .rev_slider .rev_slide .text {
  text-align: center;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin-left: 21px;
  margin-right: 85px;
}
.testimonial2-slider-area .rev_slider .rev_slide .text p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
}
.testimonial2-slider-area .rev_slider .rev_slide .text p span {
  color: rgba(9, 11, 14, 0.4);
  transition: all 0.4s;
  display: inline-block;
}
.testimonial2-slider-area .rev_slider .slick-arrow {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 66px;
  border-radius: 50%;
  transition: all 0.4s;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.055);
  color: var(--vtc-bg-main6);
  outline: none;
  font-size: var(--f-fs-font-28);
  background-color: var(--vtc-text-white);
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-slider-area .rev_slider .slick-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial2-slider-area .rev_slider .slick-arrow {
    display: none;
  }
}
.testimonial2-slider-area .rev_slider .slick-arrow:hover {
  background: var(--vtc-bg-main6);
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.testimonial2-slider-area .rev_slider .slick-arrow.prev-next {
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -62px;
}
.testimonial2-slider-area .rev_slider .slick-arrow.next-prev {
  position: absolute;
  right: -90px;
  top: 50%;
  margin-top: -62px;
}

.case11-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case11-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 30px;
}
.case11-boxarea:hover .arrow a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.case11-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.case11-boxarea .img1 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  height: 420px;
}
.case11-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.case11-content-area {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: var(--vtc-text-white);
  border-radius: 8px;
  padding: 24px;
}
.case11-content-area span {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: rgba(5, 4, 16, 0.05);
  padding: 6px 10px;
}
.case11-content-area a {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -0.24px;
}

.arrow a {
  position: absolute;
  top: 0;
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  background: var(--vtc-bg-main14);
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -32px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.case12-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case12-slider-area {
  position: relative;
  z-index: 1;
}
.case12-slider-area .slick-dots {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-top: 48px;
  justify-content: center;
  margin-bottom: 10px;
}
.case12-slider-area .slick-dots li {
  margin: 0 0.25rem;
}
.case12-slider-area .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0px 5px;
  border: none;
  border-radius: 100%;
  background-color: var(--vtc-bg-common-16);
  text-indent: -9999px;
  position: relative;
}
.case12-slider-area .slick-dots button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 18px;
  width: 18px;
  border: 5px solid var(--vtc-bg-common-16);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.case12-slider-area .slick-dots li.slick-active button {
  background-color: var(--vtc-text-title1);
}
.case12-slider-area .slick-dots li.slick-active button::after {
  opacity: 1;
  transition: all 0.4s;
}

.case12-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 10px;
}
.case12-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.case12-boxarea .img1 {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.case12-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.case12-boxarea .case12-content-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--vtc-text-white);
  border-radius: 8px;
  padding: 24px;
  margin: -60px 24px 0 24px;
  position: relative;
  z-index: 2;
}
.case12-boxarea .case12-content-area .case12-content a {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.case12-boxarea .case12-content-area .case12-content p {
  color: var(--Home-Page-4-Color-Paragraph-Color, #4E4B59);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.case12-boxarea .case12-content-area .arrow-case12 a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  background: var(--vtc-text-title3);
  color: var(--vtc-text-white);
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transform: rotate(-45deg);
  font-size: var(--f-fs-font-20);
}

.process14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--vtc-text-title3);
}

.perocess14-images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .perocess14-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .perocess14-images {
    margin-top: 30px;
  }
}
.perocess14-images .process14-shape1 {
  position: absolute;
  right: -175px;
  top: 30px;
}
.perocess14-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.process14-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  transition: all 0.4s;
  margin-top: 30px;
}
.process14-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.process14-boxarea:hover .icons {
  background: var(--vtc-text-text4);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.process14-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #34344C;
}
.process14-boxarea .process14-content a {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px; /* 100% */
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.process14-boxarea .process14-content a:hover {
  color: var(--vtc-text-text4);
  transition: all 0.4s;
}
.process14-boxarea .process14-content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.case15-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F8F6FC;
}

.case15-slider-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.case15-slider-area .case15-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
  margin: 0 10px;
}
.case15-slider-area .case15-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.case15-slider-area .case15-boxarea:hover .case15-content-area {
  background: var(--vtc-bg-main18);
  transition: all 0.4s;
}
.case15-slider-area .case15-boxarea:hover .case15-content-area .content15-case-area span {
  border-radius: 55px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.case15-slider-area .case15-boxarea:hover .case15-content-area .content15-case-area .title {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.case15-slider-area .case15-boxarea:hover .case15-content-area .content15-case-area p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.case15-slider-area .case15-boxarea:hover .case15-content-area .content15-case-area .readmore {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.case15-slider-area .case15-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 16px;
}
.case15-slider-area .case15-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
  height: 480px;
}
.case15-slider-area .case15-boxarea .case15-content-area {
  background: var(--vtc-text-white);
  border-radius: 16px;
  transition: all 0.4s;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}
.case15-slider-area .case15-boxarea .case15-content-area .content15-case-area span {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
  border-radius: 55px;
  background: var(--Home-Page-7-Color-Gray, #F8F6FC);
  padding: 10px 14px;
}
.case15-slider-area .case15-boxarea .case15-content-area .content15-case-area .title {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.case15-slider-area .case15-boxarea .case15-content-area .content15-case-area p {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
  display: inline-block;
  transition: all 0.4s;
}
.case15-slider-area .case15-boxarea .case15-content-area .content15-case-area .readmore {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 18px; /* 100% */
  letter-spacing: -0.36px;
  transition: all 0.4s;
}
.case15-slider-area .case15-boxarea .case15-content-area .content15-case-area .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.tes15-case-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.tes15-case-arrows button {
  height: 60px;
  width: 60px;
  display: inline-block;
  border: none;
  outline: none;
  background: var(--vtc-bg-white);
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--vtc-text-text5);
  font-size: var(--f-fs-font-20);
}
.tes15-case-arrows button:hover {
  background: var(--vtc-text-text5);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.tes15-case-arrows .prev15-case-arrow {
  margin: 0 20px 0 0;
}

.case18-section-area {
  position: relative;
  z-index: 1;
}
.case18-section-area .case18-slider-area {
  position: relative;
  z-index: 1;
}
.case18-section-area .case18-slider-area .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 767px) {
  .case18-section-area .case18-slider-area .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case18-section-area .case18-slider-area .owl-nav {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.case18-section-area .case18-slider-area .owl-nav .owl-prev {
  margin: 0 16px 0 0;
}
.case18-section-area .case18-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.2);
  color: var(--vtc-text-white);
  border-radius: 50%;
  font-size: var(--f-fs-font-24);
}
.case18-section-area .case18-slider-area .owl-nav button:hover {
  background: var(--vtc-text-white);
  color: #0A18A1;
}
.case18-section-area .case18-slider-area .case18-boxarea {
  position: relative;
  z-index: 1;
}
.case18-section-area .case18-slider-area .case18-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.case18-section-area .case18-slider-area .case18-boxarea .text-area {
  background: var(--vtc-text-white);
  padding: 24px;
  position: absolute;
  border-radius: 8px;
  bottom: 30px;
  left: 45px;
  right: 45px;
}
.case18-section-area .case18-slider-area .case18-boxarea .text-area p {
  color: var(--vtc-text-pera3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  text-transform: uppercase;
}
.case18-section-area .case18-slider-area .case18-boxarea .text-area a {
  display: inline-block;
  color: var(--vtc-text-title5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  transition: all 0.4s;
}
.case18-section-area .case18-slider-area .case18-boxarea .text-area .arrow18 {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
}
.case18-section-area .case18-slider-area .case18-boxarea .text-area .arrow18 a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  color: var(--vtc-bg-white);
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  transform: rotate(-45deg);
}

.case20-section-area .case20-slider-area {
  position: relative;
}
.case20-section-area .case20-slider-area .owl-stage-outer {
  overflow: inherit !important;
}
.case20-section-area .case20-slider-area .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .case20-section-area .case20-slider-area .owl-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case20-section-area .case20-slider-area .owl-nav {
    display: none;
  }
}
.case20-section-area .case20-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  border-radius: 100px;
  background: rgba(77, 68, 197, 0.1);
  display: inline-block;
  transition: all 0.4s;
  text-align: center;
  color: var(--vtc-text-text11);
}
.case20-section-area .case20-slider-area .owl-nav button:hover {
  background: var(--vtc-text-text11);
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.case20-section-area .case20-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.case20-section-area .case20-slider-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.case20-section-area .case20-slider-area .owl-dots button {
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(77, 68, 197, 0.1);
  margin: 0 16px 0 0;
  position: relative;
  z-index: 1;
}
.case20-section-area .case20-slider-area .owl-dots button.active {
  background: var(--vtc-text-text11);
  transition: all 0.4s;
}
.case20-section-area .case20-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.case20-section-area .case20-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  left: -4px;
  top: -4px;
  border: 1px solid var(--vtc-text-text11);
  visibility: hidden;
  opacity: 0;
}
.case20-section-area .case20-slider-area .case20-boxarea {
  position: relative;
  z-index: 1;
}
.case20-section-area .case20-slider-area .case20-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.case20-section-area .case20-slider-area .case20-boxarea:hover .content20-area {
  background: var(--vtc-text-text11);
  transition: all 0.4s;
}
.case20-section-area .case20-slider-area .case20-boxarea:hover .content20-area p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.case20-section-area .case20-slider-area .case20-boxarea:hover .content20-area a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.case20-section-area .case20-slider-area .case20-boxarea:hover .content20-area .arrow20 a {
  background: var(--vtc-bg-white);
  color: var(--vtc-text-text11);
  transition: all 0.4s;
}
.case20-section-area .case20-slider-area .case20-boxarea .img1 {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
}
.case20-section-area .case20-slider-area .case20-boxarea .img1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.case20-section-area .case20-slider-area .case20-boxarea .content20-area {
  border-radius: 5px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  padding: 24px;
  overflow: hidden;
  position: relative;
  margin: 0 24px;
  margin-top: -60px;
  transition: all 0.4s;
  z-index: 2;
}
.case20-section-area .case20-slider-area .case20-boxarea .content20-area .arrow20 {
  position: absolute;
  right: -30px;
  top: -30px;
}
.case20-section-area .case20-slider-area .case20-boxarea .content20-area .arrow20 a {
  height: 102px;
  width: 102px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-text-text11);
  border-radius: 50%;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-30);
  line-height: 102px;
  text-align: center;
  transform: rotate(-45deg);
}
.case20-section-area .case20-slider-area .case20-boxarea .content20-area .arrow20 a i {
  position: relative;
  z-index: 1;
  left: -15px;
}
.case20-section-area .case20-slider-area .case20-boxarea .content20-area p {
  color: var(--vtc-text-text11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  transition: all 0.4s;
}
.case20-section-area .case20-slider-area .case20-boxarea .content20-area a {
  color: var(--vtc-text-title7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.case22-section-area .case22-slider-area {
  position: relative;
}
.case22-section-area .case22-slider-area .owl-stage-outer {
  overflow: inherit !important;
}
.case22-section-area .case22-slider-area .owl-nav {
  position: absolute;
  right: 0;
  top: -130px;
}
@media (max-width: 767px) {
  .case22-section-area .case22-slider-area .owl-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case22-section-area .case22-slider-area .owl-nav {
    display: none;
  }
}
.case22-section-area .case22-slider-area .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  border-radius: 100px;
  background: var(--vtc-bg-main26);
  display: inline-block;
  transition: all 0.4s;
  text-align: center;
  color: var(--vtc-text-title9);
}
.case22-section-area .case22-slider-area .owl-nav button:hover {
  background: var(--vtc-text-text13);
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.case22-section-area .case22-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.case22-section-area .case22-slider-area .owl-dots {
  text-align: center;
  margin-top: 48px;
}
.case22-section-area .case22-slider-area .owl-dots button {
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(78, 90, 42, 0.2);
  margin: 0 16px 0 0;
  position: relative;
  z-index: 1;
}
.case22-section-area .case22-slider-area .owl-dots button.active {
  background: var(--vtc-text-text13);
  transition: all 0.4s;
}
.case22-section-area .case22-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.case22-section-area .case22-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  left: -4px;
  top: -4px;
  border: 1px solid var(--vtc-text-text13);
  visibility: hidden;
  opacity: 0;
}
.case22-section-area .case22-slider-area .case22-boxarea {
  position: relative;
  z-index: 1;
}
.case22-section-area .case22-slider-area .case22-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.case22-section-area .case22-slider-area .case22-boxarea:hover .content22-area {
  background: var(--vtc-text-text13);
  transition: all 0.4s;
}
.case22-section-area .case22-slider-area .case22-boxarea:hover .content22-area p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.case22-section-area .case22-slider-area .case22-boxarea:hover .content22-area a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.case22-section-area .case22-slider-area .case22-boxarea:hover .content22-area .arrow20 a {
  background: var(--vtc-bg-white);
  color: var(--vtc-text-text13);
  transition: all 0.4s;
}
.case22-section-area .case22-slider-area .case22-boxarea .img1 {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
}
.case22-section-area .case22-slider-area .case22-boxarea .img1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.case22-section-area .case22-slider-area .case22-boxarea .content22-area {
  border-radius: 5px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  padding: 24px;
  overflow: hidden;
  position: absolute;
  transition: all 0.4s;
  z-index: 2;
  bottom: 24px;
  left: 24px;
  right: 24px;
}
.case22-section-area .case22-slider-area .case22-boxarea .content22-area .arrow20 {
  position: absolute;
  right: -30px;
  top: -30px;
}
.case22-section-area .case22-slider-area .case22-boxarea .content22-area .arrow20 a {
  height: 102px;
  width: 102px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-text-text13);
  border-radius: 50%;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-30);
  line-height: 102px;
  text-align: center;
  transform: rotate(-45deg);
}
.case22-section-area .case22-slider-area .case22-boxarea .content22-area .arrow20 a i {
  position: relative;
  z-index: 1;
  left: -15px;
}
.case22-section-area .case22-slider-area .case22-boxarea .content22-area p {
  color: var(--vtc-text-text13);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  transition: all 0.4s;
}
.case22-section-area .case22-slider-area .case22-boxarea .content22-area a {
  color: var(--vtc-text-title7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.case23-section-area .case23-slider-area {
  position: relative;
}
.case23-section-area .case23-slider-area .owl-dots {
  text-align: center;
  margin-top: 48px;
}
.case23-section-area .case23-slider-area .owl-dots button {
  height: 16px;
  width: 16px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: #CED8F8;
  margin: 0 16px 0 0;
  position: relative;
  z-index: 1;
}
.case23-section-area .case23-slider-area .owl-dots button.active {
  background: var(--vtc-text-text14);
  transition: all 0.4s;
}
.case23-section-area .case23-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.case23-section-area .case23-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  left: -4px;
  top: -4px;
  border: 1px solid var(--vtc-text-text14);
  visibility: hidden;
  opacity: 0;
}
.case23-section-area .case23-slider-area .case23-boxarea {
  position: relative;
  z-index: 1;
}
.case23-section-area .case23-slider-area .case23-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.case23-section-area .case23-slider-area .case23-boxarea:hover .content23-area {
  background: var(--vtc-text-text14);
  transition: all 0.4s;
  bottom: 0;
  transition: all 0.6s;
}
.case23-section-area .case23-slider-area .case23-boxarea:hover .content23-area p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.case23-section-area .case23-slider-area .case23-boxarea:hover .content23-area a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.case23-section-area .case23-slider-area .case23-boxarea:hover .content23-area .arrow20 a {
  background: var(--vtc-bg-white);
  color: var(--vtc-text-text14);
  transition: all 0.4s;
}
.case23-section-area .case23-slider-area .case23-boxarea .img1 {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
}
.case23-section-area .case23-slider-area .case23-boxarea .img1 img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.case23-section-area .case23-slider-area .case23-boxarea .content23-area {
  border-radius: 5px;
  background: var(--vtc-text-text14);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  padding: 24px;
  overflow: hidden;
  position: absolute;
  transition: all 0.6s;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}
.case23-section-area .case23-slider-area .case23-boxarea .content23-area .arrow20 {
  position: absolute;
  right: -30px;
  top: -30px;
}
.case23-section-area .case23-slider-area .case23-boxarea .content23-area .arrow20 a {
  height: 90px;
  width: 90px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-text-white);
  border-radius: 50%;
  color: var(--vtc-text-text14);
  font-size: var(--f-fs-font-20);
  line-height: 90px;
  text-align: center;
  transform: rotate(-45deg);
}
.case23-section-area .case23-slider-area .case23-boxarea .content23-area .arrow20 a i {
  position: relative;
  z-index: 1;
  left: -15px;
}
.case23-section-area .case23-slider-area .case23-boxarea .content23-area p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
  transition: all 0.4s;
}
.case23-section-area .case23-slider-area .case23-boxarea .content23-area a {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}

.process24-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.process24-boxarea {
  border-radius: 20px;
  background: var(--vtc-bg-white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  padding: 32px 20px;
  transition: all 0.4s;
  text-align: center;
  border: 1px solid var(--vtc-bg-white);
  margin-bottom: 30px;
}
.process24-boxarea:hover {
  border: 1px solid var(--vtc-text-text15);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.process24-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.process24-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: var(--vtc-bg-main28);
  display: inline-block;
  transition: all 0.4s;
}
.process24-boxarea .content24-area a {
  color: var(--vtc-text-title11);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  letter-spacing: -0.4px;
}
.process24-boxarea .content24-area p {
  color: var(--vtc-text-pera10);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.case25-slider-all .testimonial2-slider-area {
  position: relative;
  z-index: 1;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-slider {
  margin-left: -20%;
  margin-right: -20%;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-list {
  padding-top: 10% !important;
  padding-bottom: 6% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-snext,
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-sprev {
  display: block;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 10px);
  z-index: 2;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide {
  margin-left: 30px;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide.slick-center .text {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide .test {
  display: block;
  width: 100%;
  height: 520px;
  width: 460px;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide .test img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide .text {
  text-align: center;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  margin-left: 21px;
  margin-right: 85px;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide .text p {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide .text p span {
  color: rgba(9, 11, 14, 0.4);
  transition: all 0.4s;
  display: inline-block;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 66px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--vtc-text-title12);
  outline: none;
  font-size: var(--f-fs-font-28);
  background-color: var(--vtc-bg-main29);
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow {
    display: none;
  }
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow:hover {
  background: var(--vtc-text-title12);
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow.prev-next {
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -62px;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow.next-prev {
  position: absolute;
  right: -90px;
  top: 50%;
  margin-top: -62px;
}

/*
 ::::::::::::::::::::::::::
  CASE STUDY AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/
.choose1-box {
  padding: 20px 20px 20px 16px;
  border-radius: 8px;
  background-color: var(--vtc-bg-common-1);
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
.choose1-box .num {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.choose1-box .num p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  text-transform: capitalize;
}
.choose1-box .heading1 {
  padding-left: 16px;
}
.choose1-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--vtc-bg-white);
}
.choose1-box:hover .num {
  background-color: var(--vtc-bg-main1);
  transition: all 0.4s;
}

.choose1-images {
  position: relative;
}
.choose1-images .image {
  height: 340px;
  border-radius: 8px;
}
.choose1-images .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.choose1-images .shape {
  position: absolute;
  top: -40px;
  left: -40px;
}

.choose2-single-apps {
  display: flex;
  align-items: center;
  background-color: var(--vtc-bg-common-3);
  border: 1px solid var(--vtc-bg-common-4);
  border-radius: 4px;
  padding: 16px;
  margin-top: 30px;
  transition: all 0.4s;
}
.choose2-single-apps:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}
.choose2-single-apps .apps-info {
  padding-left: 16px;
}
.choose2-single-apps .apps-info h4 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-20); /* 100% */
  text-transform: capitalize;
}
.choose2-single-apps .apps-info p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
  padding-top: 10px;
}

.choose2-images {
  position: relative;
  height: 570px;
}
.choose2-images .image1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.choose2-images .image2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.choose3-main-images {
  height: 460px;
  position: relative;
  text-align: center;
}
.choose3-main-images .shape {
  position: absolute;
  bottom: 60px;
  left: 40px;
}

.choose3-box {
  display: flex;
  align-items: start;
  border-radius: 8px;
  background-color: var(--vtc-bg-white);
  padding: 16px;
  transition: all 0.4s;
}
.choose3-box .num p {
  color: var(--vtc-bg-main5);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: rgba(17, 129, 155, 0.15);
  display: inline-block;
  transition: all 0.4s;
}
.choose3-box .num.num-left {
  margin-left: 20px;
}
.choose3-box .num.num-right {
  margin-right: 20px;
}
.choose3-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.choose3-box:hover .num p {
  background-color: var(--vtc-bg-main5);
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}

.choose5-box {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px 24px 24px 24px;
  transition: all 0.4s;
}
.choose5-box .image img {
  width: 100%;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.055)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.05));
}
.choose5-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.choose4-box {
  border-radius: 8px;
  border: 1px solid var(--vtc-border-5);
  padding: 24px 20px;
  transition: all 0.4s;
}
.choose4-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--vtc-bg-main6);
}
.choose4-box:hover h4 a {
  color: var(--vtc-bg-white);
  transition: all 0.4;
}
.choose4-box:hover p {
  transition: all 0.4s;
  color: var(--vtc-text-white80per);
}

.choose4-images {
  position: relative;
}
.choose4-images .shape {
  position: absolute;
  top: -40px;
  right: -50px;
  height: 160px;
}

.choose7-work7-sec {
  background-color: var(--vtc-text-title1);
}

.choose7-box {
  border-radius: 8px;
  border: 1px solid var(--vtc-bg-white10per);
  background-color: var(--vtc-bg-white20per);
  padding: 24px 20px;
  transition: all 0.4s;
}
.choose7-box:hover {
  transition: all 0.4s;
  border: 1px solid var(--vtc-bg-main10);
  transform: translateY(-10px);
}

.case12-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case12-heading {
  position: relative;
  z-index: 1;
}
.case12-heading .progress-box {
  max-width: 500px;
  background: #F5F5F5;
  padding: 24px;
  border-radius: 8px;
}
.case12-heading .progress-item {
  margin-bottom: 20px;
}
.case12-heading .progress-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-18);
  font-family: var(--f-ff-font-1);
  font-weight: var(--f-fw-medium);
}
.case12-heading .progress-bar {
  background: #DEDDE2;
  border-radius: 50px;
  height: 10px;
  width: 100%;
  overflow: hidden;
}
.case12-heading .progress-fill {
  height: 100%;
  border-radius: 50px;
  background: var(--vtc-bg-main15);
}

.choose12-images {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .choose12-images {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose12-images {
    margin-top: 30px;
  }
}
.choose12-images .img1 img {
  border-radius: 8px;
}
.choose12-images .img2 {
  position: relative;
  z-index: 2;
  margin-top: -150px;
  left: 120px;
}
@media (max-width: 767px) {
  .choose12-images .img2 {
    margin-top: 30px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose12-images .img2 {
    left: 0;
  }
}

.choose14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.choose14-imges {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose14-imges .img1 {
  text-align: end;
}
.choose14-imges .img2 {
  position: absolute;
  top: 150px;
}
@media (max-width: 767px) {
  .choose14-imges .img2 {
    position: relative;
    top: 30px;
  }
}
.choose14-imges .img2 img {
  width: 250px;
  height: 350px;
  border-radius: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose14-hading-area {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .choose14-hading-area {
    margin-top: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose14-hading-area {
    margin-top: 30px;
    padding: 0;
  }
}
.choose14-hading-area .choose-flex-area {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .choose14-hading-area .choose-flex-area {
    display: inline-block;
  }
}
.choose14-hading-area .choose-flex-area img {
  height: 76px;
  width: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose14-hading-area .choose-flex-area .text14 {
  padding-left: 32px;
}
@media (max-width: 767px) {
  .choose14-hading-area .choose-flex-area .text14 {
    padding-left: 0;
    margin-top: 16px;
  }
}
.choose14-hading-area .choose-flex-area .text14 h4 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}
.choose14-hading-area .choose-flex-area .text14 ul li {
  display: inline-block;
  color: #FFB421;
}
.choose14-hading-area .choose-flex-area .text14 ul li:nth-last-child(1) {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding-left: 8px;
}
.choose14-hading-area .choose14-boxarea {
  border-radius: 8px;
  background: var(--vtc-bg-white);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 40px;
  margin-top: 30px;
}
.choose14-hading-area .choose14-boxarea a {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.choose16-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.choose16-heading h2 {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(18, 7, 52, 0.1);
}
.choose16-heading .choose16-boxarea {
  transition: all 0.4s;
}
.choose16-heading .choose16-boxarea:hover .icons {
  background: var(--vtc-bg-main20);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.choose16-heading .choose16-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.choose16-heading .choose16-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #F3F7FF;
  position: absolute;
}
.choose16-heading .choose16-boxarea .icons img {
  transition: all 0.4s;
}
.choose16-heading .choose16-boxarea .choose16-text {
  padding-left: 80px;
}
.choose16-heading .choose16-boxarea .choose16-text a {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px; /* 100% */
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.choose16-heading .choose16-boxarea .choose16-text p {
  color: var(--Home-Page-8-Colors-Paragraph-Color, #4E4B59);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}

@media (max-width: 767px) {
  .choose16-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose16-img {
    margin-top: 30px;
  }
}
.choose16-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  TEAM AREA CSS
 ::::::::::::::::::::::::::
 */
.team2-item {
  background-color: var(--vtc-bg-white);
  border-radius: 9px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.team2-item .team-content-area {
  padding: 20px 16px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team2-item .team-content-area .plue-icon a {
  display: inline-block;
  font-size: var(--f-fs-font-18);
  color: var(--vtc-bg-main4);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-7);
  text-align: center;
  line-height: 40px;
  border: 1px solid var(--vtc-bg-common-6);
}
.team2-item .team-image-area {
  height: 270px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 9px;
}
.team2-item .team-image-area .shape {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: -1;
}
.team2-item .team-image-area .image {
  position: absolute;
  bottom: 0;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}
.team2-item .team-image-area .social-icons {
  position: absolute;
  bottom: 0px;
  right: 20px;
  transform: rotateX(50deg) translateY(92px);
  transition: all 0.4s;
  opacity: 0;
}
.team2-item .team-image-area .social-icons ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
  margin-bottom: 8px;
}
.team2-item .team-image-area .social-icons ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
  background-color: var(--vtc-bg-main4);
}
.team2-item .team-image-area::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: url(../img/bg/team2-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
  transform: scale(1.4);
  transition: all 0.4s;
  border-radius: 9px;
  overflow: hidden;
}
.team2-item .team-image-area::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: var(--vtc-bg-common-6);
  border-radius: 9px;
  z-index: -1;
  transition: all 0.4s;
}
.team2-item:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team2-item:hover .team-image-area .social-icons {
  transform: rotateX(0deg) translateY(0);
  transition: all 0.4s;
  opacity: 1;
}
.team2-item:hover .team-image-area::after {
  opacity: 0;
  transition: all 0.4s;
}
.team2-item:hover .team-image-area::before {
  transform: scale(1);
  transition: all 0.4s;
}

.team5-item {
  background-color: var(--vtc-bg-white);
  border-radius: 9px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.team5-item .team-content-area {
  padding: 20px 16px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team5-item .team-content-area .plue-icon a {
  display: inline-block;
  font-size: var(--f-fs-font-18);
  color: var(--vtc-text-title1);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-13);
  text-align: center;
  line-height: 40px;
  border: 1px solid var(--vtc-bg-common-6);
}
.team5-item .team-image-area {
  height: 270px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 9px;
}
.team5-item .team-image-area .shape {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: -1;
}
.team5-item .team-image-area .image {
  position: absolute;
  bottom: 0;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}
.team5-item .team-image-area .social-icons {
  position: absolute;
  bottom: 0px;
  right: 20px;
  transform: rotateX(50deg) translateY(92px);
  transition: all 0.4s;
  opacity: 0;
}
.team5-item .team-image-area .social-icons ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
  margin-bottom: 8px;
}
.team5-item .team-image-area .social-icons ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-text-title1);
  background-color: var(--vtc-bg-main1);
}
.team5-item .team-image-area::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: url(../img/bg/hero5-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
  transform: scale(1.4);
  transition: all 0.4s;
  border-radius: 10px;
  overflow: hidden;
}
.team5-item .team-image-area::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: var(--vtc-bg-common-13);
  border-radius: 8px;
  z-index: -1;
  transition: all 0.4s;
}
.team5-item:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team5-item:hover .team-image-area .social-icons {
  transform: rotateX(0deg) translateY(0);
  transition: all 0.4s;
  opacity: 1;
}
.team5-item:hover .team-image-area::after {
  opacity: 0;
  transition: all 0.4s;
}
.team5-item:hover .team-image-area::before {
  transform: scale(1);
  transition: all 0.4s;
}

.team9-box {
  position: relative;
  transition: all 0.4s;
}
.team9-box .team-thumbnail-area {
  position: relative;
  height: 340px;
  border-radius: 20px;
  background-color: var(--vtc-bg-white);
}
.team9-box .team-thumbnail-area .image {
  position: absolute;
  bottom: 0;
  width: 300px;
  text-align: center;
  left: 55px;
  z-index: 2;
}
.team9-box .team-thumbnail-area .shape {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -150px;
  z-index: 1;
}
.team9-box .content-area {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -50px 30px 0px 30px;
  position: relative;
  z-index: 4;
}
.team9-box .content-area .icon a {
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: var(--vtc-text-white);
  background-color: var(--vtc-bg-main12);
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.team9-box .content-area .icon a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.team9-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team9-box:hover .shape {
  animation-name: round-circle;
  animation-duration: 72s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes round-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1000deg);
  }
}
.team10-single-slider {
  text-align: center;
  margin: 0px 10px;
}
.team10-single-slider .team-10-thumnail-area {
  position: relative;
}
.team10-single-slider .team-10-thumnail-area .image img {
  width: 100%;
}
.team10-single-slider .team-10-thumnail-area .social {
  position: absolute;
  right: 20px;
  bottom: 135px;
  transform: translateY(50px) rotateX(30deg);
  opacity: 0;
  transition: all 0.4s;
}
.team10-single-slider .team-10-thumnail-area .social ul li a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  margin: 5px 2px;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.team10-single-slider .team-10-thumnail-area .social ul li a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main13);
  color: var(--vtc-text-white);
  transform: translateY(-5px);
}
.team10-single-slider .team-10-thumnail-area .plus-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main13);
  font-size: 18px;
  color: var(--vtc-text-white);
  transition: all 0.4s;
  position: absolute;
  bottom: 90px;
  right: 20px;
}
.team10-single-slider .team-10-thumnail-area .plus-icon:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
  transform: rotate(180deg);
}
.team10-single-slider .content-area {
  border-radius: 8px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  position: relative;
  z-index: 2;
  margin-top: -60px;
  margin-left: 30px;
  margin-right: 30px;
}
.team10-single-slider:hover .social {
  opacity: 1;
  transition: all 0.4s;
  transform: translateY(0) rotateX(0deg);
}

.team10-slider-btns {
    text-align: end;
    margin-bottom: 60px;
}

.team10-slider-btns button {
  border: none;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-size: 22px;
  background-color: var(--vtc-bg-common-21);
  color: var(--vtc-bg-main13);
  transition: all 0.4s;
  margin-left: 10px;
}
.team10-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main13);
  color: var(--vtc-bg-white);
}

.team8-single-slider {
  text-align: center;
}
.team8-single-slider .team8-image-area {
  height: 270px;
  position: relative;
  margin: 0px 30px;
}
.team8-single-slider .team8-image-area .plus a {
  display: inline-block;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main11);
  font-size: 18px;
  color: var(--vtc-text-white);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
  transition: all 0.4s;
  transform: scale(0.4);
  opacity: 0;
}
.team8-single-slider .team8-image-area .plus a:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.team8-single-slider .team8-image-area .image-shape {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.team8-single-slider .team8-image-area .image {
  transform: translate(16px, 16px);
}
.team8-single-slider:hover .team8-image-area .image-shape {
  transform: rotate(60deg);
}
.team8-single-slider:hover .team8-image-area .plus a {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
}

.team8-slider-btns button {
  border: none;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-size: 22px;
  background-color: var(--vtc-bg-common-21);
  color: var(--vtc-bg-main11);
  transition: all 0.4s;
  margin-left: 10px;
}
.team8-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main11);
  color: var(--vtc-bg-white);
}

.team-page-item {
  background-color: var(--vtc-bg-common-3);
  border-radius: 9px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.team-page-item .team-content-area {
  padding: 20px 16px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-page-item .team-content-area .plue-icon a {
  display: inline-block;
  font-size: var(--f-fs-font-18);
  color: var(--vtc-bg-main4);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-7);
  text-align: center;
  line-height: 40px;
  border: 1px solid var(--vtc-bg-common-6);
}
.team-page-item .team-image-area {
  height: 270px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 9px;
}
.team-page-item .team-image-area .shape {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: -1;
}
.team-page-item .team-image-area .image {
  position: absolute;
  bottom: 0;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}
.team-page-item .team-image-area .social-icons {
  position: absolute;
  bottom: 0px;
  right: 20px;
  transform: rotateX(50deg) translateY(92px);
  transition: all 0.4s;
  opacity: 0;
}
.team-page-item .team-image-area .social-icons ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
  color: var(--vtc-text-title1);
  transition: all 0.4s;
  margin-bottom: 8px;
}
.team-page-item .team-image-area .social-icons ul li a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-white);
  background-color: var(--vtc-bg-main4);
}
.team-page-item .team-image-area::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: url(../img/bg/team2-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
  transform: scale(1.4);
  transition: all 0.4s;
  border-radius: 9px;
  overflow: hidden;
}
.team-page-item .team-image-area::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: var(--vtc-bg-common-6);
  border-radius: 9px;
  z-index: -1;
  transition: all 0.4s;
}
.team-page-item:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team-page-item:hover .team-image-area .social-icons {
  transform: rotateX(0deg) translateY(0);
  transition: all 0.4s;
  opacity: 1;
}
.team-page-item:hover .team-image-area::after {
  opacity: 0;
  transition: all 0.4s;
}
.team-page-item:hover .team-image-area::before {
  transform: scale(1);
  transition: all 0.4s;
}

.team11-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team11-section .team11-boarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.team11-section .team11-boarea:hover .team11-content .team11-social {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.team11-section .team11-boarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.team11-section .team11-boarea .team11-content {
  background: var(--vtc-bg-white);
  border-radius: 15px;
  padding: 48px 24px 24px 24px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  position: relative;
  margin-top: -50px;
}
.team11-section .team11-boarea .team11-content .team11-social {
  position: absolute;
  top: -190px;
  left: 50%;
  margin-left: -24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.team11-section .team11-boarea .team11-content .team11-social li {
  margin-bottom: 6px;
}
.team11-section .team11-boarea .team11-content .team11-social li:nth-last-child(1) {
  margin-bottom: 0;
}
.team11-section .team11-boarea .team11-content .team11-social li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background: var(--vtc-bg-white);
  color: var(--vtc-text-title1);
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
}
.team11-section .team11-boarea .team11-content .team11-social li a:hover {
  background: var(--Home-Page-3-Color-Gradient-Color, linear-gradient(90deg, #9500FF 0%, #7144FF 100%));
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.team11-section .team11-boarea .team11-content .share a {
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--Home-Page-3-Color-Gradient-Color, linear-gradient(90deg, #9500FF 0%, #7144FF 100%));
  color: var(--vtc-text-white);
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -26px;
}
.team11-section .team11-boarea .team11-content .title {
  color: var(--vtc-text-title3);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.team11-section .team11-boarea .team11-content p {
  color: var(--Home-Page-3-Color-Paragraph-Color, #47485E);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.team13-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team13-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 60px;
}
.team13-arrow .prev13-arrow {
  margin: 0 16px 0 0;
}
.team13-arrow button {
  border: none;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-size: 22px;
  background-color: rgba(253, 101, 67, 0.2);
  color: var(--vtc-text-text3);
  transition: all 0.4s;
}
.team13-arrow button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-text3);
  color: var(--vtc-bg-white);
}

.team13-slider-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team13-slider-area .team13-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 10px;
}
.team13-slider-area .team13-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}
.team13-slider-area .team13-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.team13-slider-area .team13-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team13-slider-area .team13-boxarea:hover .team13-content .cross-icons a {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.team13-slider-area .team13-boxarea:hover .team13-content .team13-social {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
.team13-slider-area .team13-content {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  left: 24px;
  right: 24px;
}
.team13-slider-area .team13-content .cross-icons a {
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--vtc-text-text3);
  color: var(--vtc-bg-white);
  position: absolute;
  left: 16px;
  top: -26px;
}
.team13-slider-area .team13-content .team13-social {
  position: absolute;
  bottom: 130px;
  left: 16px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.team13-slider-area .team13-content .team13-social li {
  margin-bottom: 6px;
}
.team13-slider-area .team13-content .team13-social li:nth-last-child(1) {
  margin-bottom: 0;
}
.team13-slider-area .team13-content .team13-social li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  color: var(--vtc-text-title3);
  display: inline-block;
  transition: all 0.4s;
}
.team13-slider-area .team13-content .team13-social li a:hover {
  background: var(--vtc-text-text3);
  color: var(--vtc-text-white);
}
.team13-slider-area .team13-content .content13 {
  background: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.team13-slider-area .team13-content .content13 a {
  color: var(--vtc-text-title3);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.team13-slider-area .team13-content .content13 p {
  color: var(--Home-Page-5-Color-Paragraph-Color, #333336);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.team18-section-area {
  position: relative;
  z-index: 1;
}
.team18-section-area .team18-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}
.team18-section-area .team18-boxarea:hover ul {
  right: 30px;
  transition: all 0.6s;
}
.team18-section-area .team18-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.team18-section-area .team18-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.team18-section-area .team18-boxarea .content-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 28px 24px;
  margin: 0 30px;
  margin-top: -60px;
  border: 1px solid #E5E7EB;
}
.team18-section-area .team18-boxarea .content-area .text a {
  color: var(--vtc-text-title5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team18-section-area .team18-boxarea .content-area .text p {
  color: var(--Paragraph-Color, #464D58);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.team18-section-area .team18-boxarea .content-area .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  display: inline-block;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  font-size: 24px;
}
.team18-section-area .team18-boxarea ul {
  position: absolute;
  top: 70px;
  right: -110px;
  transition: all 0.4s;
  z-index: 1;
}
@media (max-width: 767px) {
  .team18-section-area .team18-boxarea ul {
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team18-section-area .team18-boxarea ul {
    top: 10px;
  }
}
.team18-section-area .team18-boxarea ul li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  background: var(--vtc-text-white);
  border-radius: 50%;
  color: var(--f-fs-font-18);
  font-size: 20px;
  text-align: center;
  margin-top: 12px;
}
.team18-section-area .team18-boxarea ul li a:hover {
  background: var(--vtc-text-title5);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}

.team19-section-area {
  position: relative;
  z-index: 1;
}
.team19-section-area .team19-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
  background: #F9FAFB;
}
.team19-section-area .team19-boxarea:hover ul {
  right: 30px;
  transition: all 0.6s;
}
.team19-section-area .team19-boxarea:hover .img1::after {
  height: 100%;
  transition: all 0.4s;
  right: 0;
}
.team19-section-area .team19-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.team19-section-area .team19-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.team19-section-area .team19-boxarea .img1::after {
  background: linear-gradient(268deg, #055346 0.79%, rgba(255, 255, 255, 0) 97.97%);
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  transition: all 0.4s;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
}
.team19-section-area .team19-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
  transition: all 0.4s;
}
.team19-section-area .team19-boxarea .content-area {
  position: relative;
  text-align: center;
  justify-content: space-between;
  padding: 28px 24px;
}
.team19-section-area .team19-boxarea .content-area .text a {
  color: var(--vtc-text-title6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team19-section-area .team19-boxarea .content-area .text p {
  color: var(--vtc-text-pera5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.team19-section-area .team19-boxarea .content-area .icons a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--vtc-text-title6);
  display: inline-block;
  background: var(--vtc-bg-white);
  font-size: 24px;
}
.team19-section-area .team19-boxarea ul {
  position: absolute;
  top: 50px;
  right: -110px;
  transition: all 0.4s;
  z-index: 1;
}
@media (max-width: 767px) {
  .team19-section-area .team19-boxarea ul {
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team19-section-area .team19-boxarea ul {
    top: 10px;
  }
}
.team19-section-area .team19-boxarea ul li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  transition: all 0.4s;
  line-height: 44px;
  background: var(--vtc-bg-white);
  border-radius: 50%;
  color: var(--vtc-text-title6);
  font-size: var(--f-fs-font-20);
  text-align: center;
  margin-top: 12px;
}
.team19-section-area .team19-boxarea ul li a:hover {
  background: var(--vtc-bg-main23);
  color: var(--vtc-text-title6);
  transition: all 0.4s;
}

.team24-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team24-section .team24-arrows-area {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 60px;
}
.team24-section .team24-arrows-area button {
  height: 60px;
  width: 60px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: rgba(253, 101, 67, 0.1);
  border: none;
  outline: none;
  font-size: var(--f-fs-font-20);
  color: var(--vtc-text-text15);
}
.team24-section .team24-arrows-area button:hover {
  background: var(--vtc-bg-main28);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.team24-section .team24-arrows-area .team24-prev-arrow {
  margin: 0 16px 0 0;
}

.team24-slider-area {
  position: relative;
  z-index: 1;
}
.team24-slider-area .team24-boxarea {
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.team24-slider-area .team24-boxarea:hover .team-all-social .team24-social-area .team24-social {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  bottom: 50px;
}
.team24-slider-area .team24-boxarea .team-all-social {
  position: relative;
  z-index: 1;
}
.team24-slider-area .team24-boxarea .team-all-social .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.team24-slider-area .team24-boxarea .team-all-social .team24-social-area .team24-social {
  position: absolute;
  left: 50%;
  margin-left: -81px;
  bottom: 100px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.team24-slider-area .team24-boxarea .team-all-social .team24-social-area .team24-social li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.team24-slider-area .team24-boxarea .team-all-social .team24-social-area .team24-social li:nth-last-child(1) {
  margin: 0;
}
.team24-slider-area .team24-boxarea .team-all-social .team24-social-area .team24-social li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  color: var(--vtc-text-title11);
  display: inline-block;
  transition: all 0.4s;
}
.team24-slider-area .team24-boxarea .team-all-social .team24-social-area .team24-social li a:hover {
  background: var(--vtc-bg-main28);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.team24-slider-area .team24-boxarea .team-all-social .team24-social-area .plus a {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main28);
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -28px;
}
.team24-slider-area .team24-boxarea .team24-content {
  border-radius: 16px;
  background: var(--vtc-bg-white);
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 24px;
  text-align: center;
}
.team24-slider-area .team24-boxarea .team24-content a {
  color: var(--vtc-text-title11);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team24-slider-area .team24-boxarea .team24-content p {
  color: var(--vtc-text-pera10);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.team25-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F8F7FF;
}
.team25-section .team25-elements1 {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.team25-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}
.team25-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}
.team25-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: all 0.4s;
}
.team25-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.team25-boxarea:hover .team25-content .cross-icons a {
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.team25-boxarea:hover .team25-content .team25-social {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team25-content {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  left: 24px;
  right: 24px;
}
.team25-content .cross-icons a {
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 52px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--vtc-text-text16);
  color: var(--vtc-text-title12);
  position: absolute;
  left: 16px;
  top: -26px;
}
.team25-content .team25-social {
  position: absolute;
  bottom: 130px;
  left: 16px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.team25-content .team25-social li {
  margin-bottom: 6px;
}
.team25-content .team25-social li:nth-last-child(1) {
  margin-bottom: 0;
}
.team25-content .team25-social li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  color: var(--vtc-text-title12);
  display: inline-block;
  transition: all 0.4s;
}
.team25-content .team25-social li a:hover {
  background: var(--vtc-text-text16);
  color: var(--vtc-text-title12);
}
.team25-content .content25 {
  background: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.team25-content .content25 a {
  color: var(--vtc-text-title12);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.team25-content .content25 p {
  color: var(--vtc-text-pera11);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  TESTIMONIAL AREA CSS
 ::::::::::::::::::::::::::
 */
.tes1-single-items {
  background-color: var(--vtc-bg-common-1);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  border-radius: 9px;
  overflow: hidden;
  padding: 22px;
  transition: all 0.4s;
}
.tes1-single-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/tes1-items-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(1.4);
  opacity: 0;
}
.tes1-single-items .content {
  padding-left: 16px;
}
.tes1-single-items .content .author-info a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  text-transform: capitalize;
  display: block;
  transition: all 0.4s;
}
.tes1-single-items .content .author-info span {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 12px; /* 100% */
  text-transform: capitalize;
}
.tes1-single-items .content p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
  padding-top: 16px;
}
.tes1-single-items .image {
  background-color: #425FB6;
  border-radius: 50%;
  height: 112px;
  width: 112px;
  transition: all 0.4s;
}
.tes1-single-items .quote {
  position: absolute;
  top: 22px;
  right: 18px;
  transition: all 0.4s;
}
.tes1-single-items.space-right {
  margin-right: 40px;
}
.tes1-single-items.space-left {
  margin-left: 40px;
}
.tes1-single-items:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.tes1-single-items:hover::after {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
.tes1-single-items:hover .image {
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.tes1-single-items:hover .content .author-info a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.tes1-single-items:hover .content .author-info span {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}
.tes1-single-items:hover .content p {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}
.tes1-single-items:hover .quote {
  filter: brightness(40);
  transition: all 0.4s;
}
.tes1-single-items.hover {
  transition: all 0.4s;
}
.tes1-single-items.hover::after {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
.tes1-single-items.hover .image {
  background-color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.tes1-single-items.hover .content .author-info a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.tes1-single-items.hover .content .author-info span {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}
.tes1-single-items.hover .content p {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}
.tes1-single-items.hover .quote {
  filter: brightness(40);
  transition: all 0.4s;
}

.tes1-images {
  position: relative;
  text-align: end;
}
.tes1-images .shape {
  position: absolute;
  bottom: 10px;
  left: 90px;
}

.tes2-slider {
  cursor: move;
}

.tes2-slider-rtl {
  cursor: move;
}

.tes2-single-slider {
  border: 1px solid var(--vtc-bg-common-6);
  padding: 24px;
  border-radius: 8px;
  margin: 0px 10px;
}
.tes2-single-slider .qoute {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: var(--vtc-bg-common-4);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}
.tes2-single-slider .qoute img {
  display: inline-block;
}
.tes2-single-slider .stars {
  background-color: var(--vtc-bg-common-4);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
}
.tes2-single-slider .stars ul li {
  display: inline-block;
}
.tes2-single-slider .stars ul li.star {
  color: #FFA41C;
  margin-right: 2px;
}
.tes2-single-slider .stars ul li.rating-text {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
}
.tes2-single-slider .content {
  padding-top: 20px;
}
.tes2-single-slider .content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-28); /* 155.556% */
  opacity: 0.8;
}
.tes2-single-slider .author-area {
  display: flex;
  align-items: center;
  padding-top: 24px;
}

.tes3-slider-all {
  background-color: var(--vtc-bg-common-3);
  padding: 32px;
  border-radius: 8px;
}

.tes3-single-slider-items p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-30); /* 150% */
  text-transform: capitalize;
}
.tes3-single-slider-items .tes3-dv-top {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  z-index: 3;
  margin: 60px 0px 42px 0px;
}
.tes3-single-slider-items .author-area {
  display: flex;
  align-items: center;
}
.tes3-single-slider-items .author-area .author-text {
  padding-left: 16px;
}
.tes3-single-slider-items .author-area .author-text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-24); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.tes3-single-slider-items .author-area .author-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
}
.tes3-single-slider-items .author-area .author-text p {
  color: var(--vtc-bg-main5);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  padding-top: 8px;
}

.tes3-left-side-images {
  position: relative;
  margin-right: 30px;
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes3-left-side-images {
    margin-right: 0px;
    margin-bottom: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tes3-left-side-images {
    margin-right: 0px;
    margin-bottom: 40px;
    height: auto;
  }
}
.tes3-left-side-images .image img {
  width: 100%;
}
.tes3-left-side-images .review-box {
  height: 150px;
  background-color: var(--vtc-bg-main5);
  padding: 0px 24px 24px 24px;
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes3-left-side-images .review-box {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .tes3-left-side-images .review-box {
    bottom: 0;
  }
}
.tes3-left-side-images .review-box .review-image {
  position: relative;
  margin-top: -30px;
}
.tes3-left-side-images .review-box .review-starts {
  padding-top: 20px;
}
.tes3-left-side-images .review-box .review-starts p {
  color: var(--vtc-bg-white);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-32); /* 100% */
}
.tes3-left-side-images .review-box .review-starts .stars {
  padding-top: 8px;
}
.tes3-left-side-images .review-box .review-starts .stars ul li {
  color: #FFA41C;
  display: inline-block;
}

.tes3 .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.tes3 .slick-dots li {
  margin: 0 0.25rem;
}
.tes3 .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #DFECF1;
  text-indent: -9999px;
}
.tes3 .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--vtc-bg-main5);
}

.tes4-single-slider {
  border-radius: 8px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 16px;
  margin: 0px 20px;
  opacity: 0.8;
  transition: all 0.4s;
}
.tes4-single-slider .auhtor_thumb {
  margin-right: 30px;
}
.tes4-single-slider .auhtor_thumb img {
  width: 100%;
}
.tes4-single-slider .author_text h5 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 140% */
  text-transform: capitalize;
  padding-top: 16px;
}
.tes4-single-slider .author_text .content {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
  padding-top: 16px;
}
.tes4-single-slider .author_text .info {
  padding-top: 24px;
}
.tes4-single-slider .author_text .info a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.tes4-single-slider .author_text .info a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main6);
}
.tes4-single-slider .author_text .info p {
  color: var(--vtc-text-pera1);
  font-size: 12px;
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 12px; /* 100% */
  text-transform: capitalize;
  padding-top: 6px;
}
.tes4-single-slider.slick-current.slick-active {
  opacity: 1;
  transition: all 0.4s;
}

.tes4-slider .slick-list {
  overflow: visible;
}

.tes4 .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-left: -48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes4 .slick-dots {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .tes4 .slick-dots {
    bottom: -25px;
  }
}
.tes4 .slick-dots li {
  margin: 0 0.25rem;
}
.tes4 .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0px 5px;
  border: none;
  border-radius: 100%;
  background-color: var(--vtc-bg-common-16);
  text-indent: -9999px;
  position: relative;
}
.tes4 .slick-dots button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 18px;
  width: 18px;
  border: 5px solid var(--vtc-bg-common-16);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.tes4 .slick-dots li.slick-active button {
  background-color: var(--vtc-text-title1);
}
.tes4 .slick-dots li.slick-active button::after {
  opacity: 1;
  transition: all 0.4s;
}

.tes6-slider-content {
  padding: 32px;
  background-color: var(--vtc-bg-main8);
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.tes6-slider-content::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-bg-main8);
  border-radius: 8px;
  z-index: -1;
  opacity: 0.5;
}
.tes6-slider-content::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  height: 100%;
  width: 100%;
  background-color: var(--vtc-bg-main8);
  border-radius: 8px;
  z-index: -1;
  opacity: 0.2;
}

.tes6-slider-all {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .tes6-slider-all {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes6-slider-all {
    margin-left: 0;
    margin-top: 30px;
  }
}

.tes6-single-slider {
  position: relative;
}
.tes6-single-slider .stars ul li {
  display: inline-block;
  color: var(--vtc-text-title1);
  margin-right: 2px;
}
.tes6-single-slider .qoute {
  position: absolute;
  top: 0;
  right: 0;
}
.tes6-single-slider .content-text {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
  padding-top: 20px;
}
.tes6-single-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.tes6-single-slider .bottom-area .author-area {
  display: flex;
  align-items: center;
}
.tes6-single-slider .bottom-area .author-area .author-text {
  padding-left: 16px;
}
.tes6-single-slider .bottom-area .author-area .author-text a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  text-transform: capitalize;
}
.tes6-single-slider .bottom-area .author-area .author-text p {
  color: var(--vtc-text-pera1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
  text-transform: capitalize;
  padding-top: 8px;
}

.tes6-slider-btns {
  margin-top: 30px;
}
.tes6-slider-btns button {
  border: none;
  background-color: var(--vtc-bg-common-13);
  height: 50px;
  width: 50px;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid var(--vtc-border-4);
  transition: all 0.4s;
}
.tes6-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main8);
}

.tes5-all-area {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 60px 0 0 0;
}
.tes5-all-area .circle-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tes5-slider-area {
  background-color: var(--vtc-bg-main7);
  padding: 50px 40px;
  border-radius: 8px;
  position: relative;
  margin-right: -15px;
}

.tes5-single-slider {
  text-align: center;
}
.tes5-single-slider .brand-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.tes5-single-slider p {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-28); /* 140% */
}
.tes5-single-slider .author-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 28px;
}
.tes5-single-slider .author-area .author_text {
  text-align: start;
  padding-left: 20px;
}
.tes5-single-slider .author-area .author_text a {
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
}
.tes5-single-slider .author-area .author_text p {
  color: var(--vtc-text-white80per);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 14px; /* 100% */
  padding-top: 8px;
}

.tes5-left-area {
  padding: 60px;
}
.tes5-left-area .reting-area .title h2 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-30);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 150%; /* 45px */
}
.tes5-left-area .reting-area .title p {
  color: var(--vtc-text-pera1);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 14px; /* 100% */
  padding-top: 8px;
}
.tes5-left-area .reting-area h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-40); /* 125% */
  padding-top: 20px;
}

.tes5-slider-btns {
  margin-top: 60px;
}
.tes5-slider-btns button {
  border: none;
  background-color: var(--vtc-bg-common-13);
  height: 50px;
  width: 50px;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid var(--vtc-border-4);
  transition: all 0.4s;
}
.tes5-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
}

.tes7-slider {
  cursor: move;
}
.tes7-slider .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-left: -48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes7-slider .slick-dots {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .tes7-slider .slick-dots {
    bottom: -25px;
  }
}
.tes7-slider .slick-dots li {
  margin: 0 0.25rem;
}
.tes7-slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0px 5px;
  border: none;
  border-radius: 100%;
  background-color: var(--vtc-bg-common-16);
  text-indent: -9999px;
  position: relative;
}
.tes7-slider .slick-dots button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 18px;
  width: 18px;
  border: 5px solid var(--vtc-bg-common-16);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.tes7-slider .slick-dots li.slick-active button {
  background-color: var(--vtc-text-title1);
}
.tes7-slider .slick-dots li.slick-active button::after {
  opacity: 1;
  transition: all 0.4s;
}

.tes7-single-slider {
  background-color: var(--vtc-bg-white);
  padding: 24px;
  border-radius: 8px;
  margin: 0px 10px;
  border: 1px solid var(--vtc-text-white);
  transition: all 0.4s;
}
.tes7-single-slider .qoute {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: var(--vtc-bg-common-15);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}
.tes7-single-slider .qoute img {
  display: inline-block;
}
.tes7-single-slider .stars {
  background-color: var(--vtc-bg-common-15);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
}
.tes7-single-slider .stars ul li {
  display: inline-block;
}
.tes7-single-slider .stars ul li.star {
  color: #FFA41C;
  margin-right: 2px;
}
.tes7-single-slider .stars ul li.rating-text {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
}
.tes7-single-slider .content {
  padding-top: 20px;
}
.tes7-single-slider .content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-28); /* 155.556% */
  opacity: 0.8;
}
.tes7-single-slider .author-area {
  display: flex;
  align-items: center;
  padding-top: 24px;
}

.tes7-single-slider .author-area .author-ifo {
    padding-left: 15px;
}

.tes7-single-slider:hover {
  border: 1px solid var(--vtc-border-6);
}
.tes7-single-slider.slick-current.slick-active {
  border: 1px solid var(--vtc-border-6);
}

.tes9-images {
  position: relative;
}
.tes9-images .image-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -65px;
  margin-left: -65px;
}

.tes9-single-slider {
  background-image: url(../img/bg/tes9-item-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 32px;
  border-radius: 16px;
  position: relative;
}
.tes9-single-slider .qoute {
  position: absolute;
  top: 20px;
  right: 20px;
}
.tes9-single-slider .stars ul li {
  display: inline-block;
  border-radius: 2px;
  background: rgba(17, 17, 17, 0.06);
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
  color: #FB8500;
}
.tes9-single-slider .content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 140% */
}
.tes9-single-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.tes9-single-slider .bottom-area .author-area {
  display: flex;
  align-items: center;
}
.tes9-single-slider .bottom-area .author-area .author_text {
  padding-left: 16px;
}
.tes9-single-slider .bottom-area .author-area .author_text a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.tes9-single-slider .bottom-area .author-area .author_text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}
.tes9-single-slider .bottom-area .author-area .author_text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 8px;
}

.tes9-slider-area {
  margin-right: 100px;
}

.tes9-slider-btns button {
  border: none;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-size: 22px;
  background-color: var(--vtc-bg-common-21);
  color: var(--vtc-bg-main12);
  transition: all 0.4s;
}
.tes9-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main12);
  color: var(--vtc-bg-white);
}
.tes9-slider-btns .tes9-next-arrow {
  position: absolute;
  top: 50%;
  right: -100px;
  margin-top: -68px;
}
.tes9-slider-btns .tes9-prev-arrow {
  position: absolute;
  top: 50%;
  right: -100px;
  margin-top: 8px;
}

.tes10-single-slider {
  border: 1px solid var(--vtc-border-8);
  padding: 24px;
  border-radius: 8px;
  margin: 0px 10px;
}
.tes10-single-slider .stars {
  padding-top: 12px;
}
.tes10-single-slider .stars ul li {
  display: inline-block;
  color: #FFA800;
}
.tes10-single-slider .content {
  padding-top: 16px;
}
.tes10-single-slider .content p {
  color: #071A1C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.tes10-single-slider .bottom-area {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--vtc-border-8);
}
.tes10-single-slider .bottom-area .author-info {
  display: flex;
  align-items: center;
}
.tes10-single-slider .bottom-area .author-info .author-text {
  padding-left: 16px;
}
.tes10-single-slider .bottom-area .author-info .author-text a {
  display: inline-block;
  color: var(--vtc-text-title2);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.tes10-single-slider .bottom-area .author-info .author-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main13);
}
.tes10-single-slider .bottom-area .author-info .author-text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
}

.tes10-slider-btns button {
  border: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 22px;
  background-color: var(--vtc-bg-common-21);
  color: var(--vtc-bg-main13);
  transition: all 0.4s;
}
.tes10-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main13);
  color: var(--vtc-bg-white);
}
.tes10-slider-btns .tes10-next-arrow {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -24px;
}
.tes10-slider-btns .tes10-prev-arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -25px;
}

.tes8-image-area {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.tes8-image-area .review-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 165px;
  text-align: center;
  padding: 30px 0px 0px 30px;
}
.tes8-image-area .review-area h3 {
  color: #0C0723;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 100% */
}
.tes8-image-area .review-area .stars {
  padding-top: 10px;
}
.tes8-image-area .review-area .stars ul li {
  display: inline-block;
  color: #FF8A00;
  margin-right: 3px;
}
.tes8-image-area .review-area p {
  color: #0C0723;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  padding-top: 10px;
}
.tes8-image-area .review-area::after {
  content: "";
  position: absolute;
  left: -70px;
  top: -70px;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background-color: var(--vtc-bg-white);
  z-index: -1;
}

.tes8-single-slider {
  background-color: var(--vtc-bg-white);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 32px;
  border-radius: 16px;
  position: relative;
}
.tes8-single-slider .qoute {
  position: absolute;
  top: 20px;
  right: 20px;
}
.tes8-single-slider .stars ul li {
  display: inline-block;
  border-radius: 2px;
  background: rgba(17, 17, 17, 0.06);
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
  color: #FB8500;
}
.tes8-single-slider .content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 140% */
}
.tes8-single-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.tes8-single-slider .bottom-area .author-area {
  display: flex;
  align-items: center;
}
.tes8-single-slider .bottom-area .author-area .author_text {
  padding-left: 16px;
}
.tes8-single-slider .bottom-area .author-area .author_text a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.tes8-single-slider .bottom-area .author-area .author_text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}
.tes8-single-slider .bottom-area .author-area .author_text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 8px;
}

.tes8-slider-area {
  margin-right: 100px;
}

.tes8-slider-btns button {
  border: none;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-size: 22px;
  background-color: var(--vtc-text-white);
  color: var(--vtc-bg-main11);
  transition: all 0.4s;
}
.tes8-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main11);
  color: var(--vtc-bg-white);
}
.tes8-slider-btns .tes8-next-arrow {
  position: absolute;
  top: 50%;
  right: -100px;
  margin-top: -68px;
}
.tes8-slider-btns .tes8-prev-arrow {
  position: absolute;
  top: 50%;
  right: -100px;
  margin-top: 8px;
}

.tes11-slider-all {
  background-color: var(--vtc-bg-common-3);
  padding: 32px;
  border-radius: 8px;
}

.tes11-single-slider-items p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-30); /* 150% */
  text-transform: capitalize;
}
.tes11-single-slider-items .tes11-dv-top {
  width: 100%;
  height: 2px;
  background-color: var(--vtc-bg-main4);
  position: relative;
  z-index: 3;
  margin: 60px 0px 42px 0px;
  opacity: 0.2;
}
.tes11-single-slider-items .author-area {
  display: flex;
  align-items: center;
}
.tes11-single-slider-items .author-area .author-text {
  padding-left: 16px;
}
.tes11-single-slider-items .author-area .author-text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-24); /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.tes11-single-slider-items .author-area .author-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.tes11-single-slider-items .author-area .author-text p {
  color: var(--vtc-bg-main4);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  padding-top: 8px;
}

.tes11-left-side-images {
  position: relative;
  margin-right: 30px;
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes11-left-side-images {
    margin-right: 0px;
    margin-bottom: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tes11-left-side-images {
    margin-right: 0px;
    margin-bottom: 40px;
    height: auto;
  }
}
.tes11-left-side-images .image img {
  width: 100%;
}
.tes11-left-side-images .review-box {
  height: 150px;
  background-color: var(--vtc-bg-main4);
  padding: 0px 24px 24px 24px;
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes11-left-side-images .review-box {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .tes11-left-side-images .review-box {
    bottom: 0;
  }
}
.tes11-left-side-images .review-box .review-image {
  position: relative;
  margin-top: -30px;
}
.tes11-left-side-images .review-box .review-starts {
  padding-top: 20px;
}
.tes11-left-side-images .review-box .review-starts p {
  color: var(--vtc-bg-white);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-32); /* 100% */
}
.tes11-left-side-images .review-box .review-starts .stars {
  padding-top: 8px;
}
.tes11-left-side-images .review-box .review-starts .stars ul li {
  color: #FFA41C;
  display: inline-block;
}

.tes11 .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.tes11 .slick-dots li {
  margin: 0 0.25rem;
}
.tes11 .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(21, 95, 255, 0.1176470588);
  text-indent: -9999px;
}
.tes11 .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: var(--vtc-bg-main4);
}

.tes-page-box {
  background-color: var(--vtc-bg-common-3);
  border-radius: 8px;
  padding: 24px;
  transition: all 0.4s;
}
.tes-page-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.tes-page-box .stars ul {
  background-color: rgba(21, 95, 255, 0.0823529412);
  border-radius: 8px;
  padding: 6px 10px;
  display: inline-block;
  margin-top: 22px;
}
.tes-page-box .stars ul li {
  display: inline-block;
}
.tes-page-box .stars ul .star {
  color: #FFA800;
  margin-right: 2px;
}
.tes-page-box .stars ul .text {
  color: var(--vtc-text-title1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.tes-page-box .content p {
  color: var(--vtc-text-title1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  padding-top: 24px;
}
.tes-page-box .bottom-area {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.tes-page-box .bottom-area .author-text {
  padding-left: 16px;
}
.tes-page-box .bottom-area .author-text a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.tes-page-box .bottom-area .author-text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.tes-page-box .bottom-area .author-text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-18); /* 100% */
  padding-top: 10px;
}

.testimonial11-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial11-section .testimonail-arrow {
  position: relative;
  background: var(--vtc-bg-white);
  border-radius: 10px;
  overflow: hidden;
}
.testimonial11-section .testimonail-arrow .prev-next-area {
  display: flex;
}
.testimonial11-section .testimonail-arrow .prev-next-area button {
  width: 100%;
  background: rgba(113, 67, 255, 0.2);
  border: none;
  outline: none;
  color: var(--Home-Page-3-Color-Solid-Color, #7143FF);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  letter-spacing: -0.24px;
  padding: 20px;
  transition: all 0.4s;
}
.testimonial11-section .testimonail-arrow .prev-next-area button i {
  margin: 0 4px;
}
.testimonial11-section .testimonail-arrow .prev-next-area .tes11-prev-arrow.active {
  background: var(--vtc-text-text1);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.testimonial11-section .testimonail-arrow .testimonial11-slider-area {
  position: relative;
  background: var(--vtc-bg-white);
  border-radius: 10px;
}
.testimonial11-section .testimonail-arrow .testimonial11-slider-area .testimonial11-boxarea {
  position: relative;
  z-index: 1;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .testimonial11-section .testimonail-arrow .testimonial11-slider-area .testimonial11-boxarea {
    padding: 30px;
  }
}
.testimonial11-section .testimonail-arrow .testimonial11-slider-area .testimonial11-boxarea ul li {
  display: inline-block;
  color: var(--vtc-text-text1);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  border-radius: 4px;
  background: rgba(110, 90, 255, 0.1);
}
.testimonial11-section .testimonail-arrow .testimonial11-slider-area .testimonial11-boxarea .pera {
  color: var(--Home-Page-3-Color-Text-Color, #05051C);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.48px;
}
.testimonial11-section .testimonail-arrow .testimonial11-slider-area .testimonial11-boxarea .author-testi-area {
  display: flex;
  align-items: center;
}
.testimonial11-section .testimonail-arrow .testimonial11-slider-area .testimonial11-boxarea .author-testi-area .img1 img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial11-section .testimonail-arrow .testimonial11-slider-area .testimonial11-boxarea .author-testi-area .content-testi-area {
  padding-left: 16px;
}
.testimonial11-section .testimonail-arrow .testimonial11-slider-area .testimonial11-boxarea .author-testi-area .content-testi-area a {
  color: var(--Home-Page-3-Color-Text-Color, #05051C);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial11-section .testimonail-arrow .testimonial11-slider-area .testimonial11-boxarea .author-testi-area .content-testi-area p {
  color: var(--Home-Page-3-Color-Paragraph-Color, #47485E);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.testimonial11-section .testimonial11-images {
  position: relative;
  z-index: 1;
}
.testimonial11-section .testimonial11-images .testi11-shape1 {
  position: absolute;
  top: -100px;
  left: -50px;
}
.testimonial11-section .testimonial11-images .testi11-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.testimonial12-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial12-img img {
  height: 630px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.testimonial12-slider {
  position: relative;
}
@media (max-width: 767px) {
  .testimonial12-slider {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial12-slider {
    padding: 0;
    margin-top: 30px;
  }
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area {
  position: relative;
  z-index: 1;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-author-area {
  position: relative;
  z-index: 1;
  background: #F3F7FF;
  border-radius: 8px;
  padding: 28px 38px 28px 28px;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-author-area .quito1 {
  position: absolute;
  right: 20px;
  top: 20px;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-author-area ul li {
  display: inline-block;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-author-area ul li a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 2px;
  background: var(--vtc-bg-white);
  color: #FFA800;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-author-area p {
  color: var(--Home-Page-4-Color-Paragraph-Color, #4E4B59);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-author-area .elements18 {
  position: absolute;
  bottom: -35px;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text {
  display: flex;
  align-items: center;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .mans-img img {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text {
  padding-left: 16px;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text a {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial12-slider .slider-galeria .testimonial-slider-content-area .testimonial-man-info-area .man-images-text .man-text p {
  color: var(--Home-Page-4-Color-Paragraph-Color, #4E4B59);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  display: inline-block;
  transition: all 0.4s;
}
.testimonial12-slider .slider-galeria-thumbs .testimonial3-sliders-img {
  position: relative;
}
.testimonial12-slider .slider-galeria-thumbs .testimonial3-sliders-img.slick-slide.slick-current.slick-active:after {
  position: absolute;
  content: "";
  height: 74px;
  width: 74px;
  background: var(--vtc-bg-main15);
  z-index: -1;
  top: -1px;
  left: -1px;
  border-radius: 50%;
}
.testimonial12-slider .slider-galeria-thumbs .testimonial3-sliders-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
  margin: 1px 0 10px 1px;
  cursor: pointer;
}

.testimonial13-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.tes13-left-side-images {
  position: relative;
  background: var(--vtc-bg-white);
  border-radius: 8px;
}
.tes13-left-side-images .image img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tes13-left-side-images .review-box {
  background-color: var(--vtc-bg-white);
  padding: 20px;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  text-align: center;
}
.tes13-left-side-images .review-box .review-starts {
  padding-top: 20px;
}
.tes13-left-side-images .review-box .review-starts p {
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-32); /* 100% */
}
.tes13-left-side-images .review-box .review-starts .stars {
  padding-top: 8px;
}
.tes13-left-side-images .review-box .review-starts .stars ul li {
  color: #FFA41C;
  display: inline-block;
}

.tes13-single-slider {
  background-color: var(--vtc-bg-white);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 32px;
  border-radius: 16px;
  position: relative;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .tes13-single-slider {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tes13-single-slider {
    margin-left: 0;
    margin-top: 30px;
  }
}
.tes13-single-slider .qoute {
  position: absolute;
  top: 20px;
  right: 20px;
}
.tes13-single-slider .stars ul li {
  display: inline-block;
  border-radius: 2px;
  background: rgba(17, 17, 17, 0.06);
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
  color: #FB8500;
}
.tes13-single-slider .content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 140% */
}
.tes13-single-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.tes13-single-slider .bottom-area .author-area {
  display: flex;
  align-items: center;
}
.tes13-single-slider .bottom-area .author-area .author_text {
  padding-left: 16px;
}
.tes13-single-slider .bottom-area .author-area .author_text a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.tes13-single-slider .bottom-area .author-area .author_text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}
.tes13-single-slider .bottom-area .author-area .author_text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 8px;
}

.tes13-slider-btns button {
  border: none;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-size: 22px;
  background-color: rgba(253, 101, 67, 0.2);
  color: var(--vtc-text-text3);
  transition: all 0.4s;
}
.tes13-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-text3);
  color: var(--vtc-bg-white);
}
.tes13-slider-btns .tes13-next-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -68px;
}
.tes13-slider-btns .tes13-prev-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 8px;
}

.testimonial14-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F0F0FA;
}

.tes14-arrows {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 62px;
}
.tes14-arrows button {
  height: 60px;
  width: 60px;
  display: inline-block;
  border: none;
  outline: none;
  background: var(--vtc-bg-white);
  border-radius: 50%;
  transition: all 0.4s;
  color: var(--vtc-text-text4);
  font-size: var(--f-fs-font-20);
}
.tes14-arrows button:hover {
  background: var(--vtc-text-text4);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.tes14-arrows .prev14-arrow {
  margin: 0 20px 0 0;
}

.testimonial14-slider-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial14-slider-area .testimonial14-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid rgba(5, 4, 34, 0.1);
  padding: 32px 28px;
  transition: all 0.4s;
  margin: 0 10px;
}
.testimonial14-slider-area .testimonial14-boxarea:hover {
  background: var(--vtc-bg-white);
  transition: all 0.4s;
  border: 1px solid var(--vtc-bg-white);
}
.testimonial14-slider-area .testimonial14-boxarea .testi14-auhtor-area {
  display: flex;
  align-items: center;
}
.testimonial14-slider-area .testimonial14-boxarea .testi14-auhtor-area .img1 {
  position: relative;
}
.testimonial14-slider-area .testimonial14-boxarea .testi14-auhtor-area .img1 .test14-quito1 {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial14-slider-area .testimonial14-boxarea .testi14-auhtor-area .img1 .team2-image1 {
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial14-slider-area .testimonial14-boxarea .testi14-auhtor-area .tes14-textarea {
  padding-left: 16px;
}
.testimonial14-slider-area .testimonial14-boxarea .testi14-auhtor-area .tes14-textarea a {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  text-transform: capitalize;
}
.testimonial14-slider-area .testimonial14-boxarea .testi14-auhtor-area .tes14-textarea p {
  color: var(--Home-Page-6-Color-Paragraph-Color, #4E4E55);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial14-slider-area .testimonial14-boxarea .pera {
  padding-bottom: 24px;
  border-bottom: 1px solid #D9D8E4;
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.testimonial14-slider-area .testimonial14-boxarea .starts-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial14-slider-area .testimonial14-boxarea .starts-area .microsoft {
  filter: brightness(0);
}
.testimonial14-slider-area .testimonial14-boxarea .starts-area .test14-stars li {
  display: inline-block;
  color: #FFA800;
}

.test15-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.test15-section .slick-dots {
  left: 50%;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
.test15-section .slick-dots li {
  margin: 0 0.25rem;
}
.test15-section .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0px 5px;
  border: none;
  border-radius: 100%;
  background-color: #DFDAEF;
  text-indent: -9999px;
  position: relative;
}
.test15-section .slick-dots button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  height: 18px;
  width: 18px;
  border: 1px solid var(--vtc-bg-main18);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.test15-section .slick-dots li.slick-active button {
  background-color: var(--vtc-text-text4);
}
.test15-section .slick-dots li.slick-active button::after {
  opacity: 1;
  transition: all 0.4s;
}

.tes15-single-slider {
  background-color: #F7F6FE;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  border-radius: 16px;
  position: relative;
  margin: 0 10px;
  transition: all 0.4s;
}
.tes15-single-slider:hover {
  background: var(--vtc-bg-white);
  transition: all 0.4s;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}
.tes15-single-slider .qoute {
  position: absolute;
  top: 20px;
  right: 20px;
}
.tes15-single-slider .stars ul li {
  display: inline-block;
  border-radius: 2px;
  background: rgba(17, 17, 17, 0.06);
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
  color: var(--vtc-text-text4);
}
.tes15-single-slider .content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 140% */
}
.tes15-single-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.tes15-single-slider .bottom-area .author-area {
  display: flex;
  align-items: center;
}
.tes15-single-slider .bottom-area .author-area .author_text {
  padding-left: 16px;
}
.tes15-single-slider .bottom-area .author-area .author_text a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.tes15-single-slider .bottom-area .author-area .author_text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}
.tes15-single-slider .bottom-area .author-area .author_text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 8px;
}

.tes13-slider-btns button {
  border: none;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  font-size: 22px;
  background-color: rgba(253, 101, 67, 0.2);
  color: var(--vtc-text-text3);
  transition: all 0.4s;
}
.tes13-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-text3);
  color: var(--vtc-bg-white);
}
.tes13-slider-btns .tes13-next-arrow {
  position: absolute;
  top: 50%;
  margin-top: -68px;
}
.tes13-slider-btns .tes13-prev-arrow {
  position: absolute;
  top: 50%;
  margin-top: 8px;
}

.testimonial16-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.tes16-single-slider {
  border-radius: 16px;
  border: 1px solid rgba(78, 75, 89, 0.15);
  background: var(--Home-Page-8-Colors-Gray-Color, #F3F7FF);
  padding: 30px;
  border-radius: 16px;
  position: relative;
  margin: 0 10px;
  transition: all 0.4s;
}
.tes16-single-slider:hover {
  background: var(--vtc-bg-white);
  transition: all 0.4s;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}
.tes16-single-slider .qoute {
  position: absolute;
  top: 20px;
  right: 20px;
}
.tes16-single-slider .stars ul li {
  display: inline-block;
  border-radius: 2.203px;
  background: rgba(255, 94, 21, 0.1);
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
  color: #FF5E15;
}
.tes16-single-slider .content p {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-28); /* 140% */
}
.tes16-single-slider .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.tes16-single-slider .bottom-area .author-area {
  display: flex;
  align-items: center;
}
.tes16-single-slider .bottom-area .author-area .author_text {
  padding-left: 16px;
}
.tes16-single-slider .bottom-area .author-area .author_text a {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  transition: all 0.4s;
}
.tes16-single-slider .bottom-area .author-area .author_text a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main12);
}
.tes16-single-slider .bottom-area .author-area .author_text p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  padding-top: 8px;
}

.testimonail16-arrow {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonail16-arrow .testi16-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonail16-arrow .testi16-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonail16-arrow .testi16-arrows .prev16-arrow {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: -60px;
}
@media (max-width: 767px) {
  .testimonail16-arrow .testi16-arrows .prev16-arrow {
    position: relative;
    top: 0;
    margin: 0;
    left: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonail16-arrow .testi16-arrows .prev16-arrow {
    position: relative;
    top: 0;
    margin: 0;
    left: 0;
    margin: 0 16px 0 0;
  }
}
.testimonail16-arrow .testi16-arrows .next16-arrow {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: -60px;
}
@media (max-width: 767px) {
  .testimonail16-arrow .testi16-arrows .next16-arrow {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonail16-arrow .testi16-arrows .next16-arrow {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.testimonail16-arrow .testi16-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--vtc-text-title4);
  outline: none;
  font-size: var(--f-fs-font-20);
  background: var(--vtc-bg-white);
  transition: all 0.4s;
}
.testimonail16-arrow .testi16-arrows button:hover {
  background: var(--vtc-bg-main19);
  color: var(--vtc-text-title4);
  transition: all 0.4s;
  border: 1px solid var(--vtc-bg-main19);
}

.testimonial17-section-area {
  position: relative;
  z-index: 1;
}
.testimonial17-section-area .single-testimonial {
  cursor: move;
  margin-top: 32px;
}
.testimonial17-section-area .single-testimonial h5 {
  font-size: var(--f-fs-font-32);
  line-height: 44px;
  text-align: center;
  font-weight: var(--f-fw-medium);
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
}
@media (max-width: 767px) {
  .testimonial17-section-area .single-testimonial h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial17-section-area .author {
  text-align: center;
  margin-top: 40px;
}
.testimonial17-section-area .author a {
  font-size: var(--f-fs-font-18);
  display: inline-block;
  margin-bottom: 10px;
  color: var(--vtc-bg-white);
  font-weight: var(--f-fw-semibold);
}
@media (max-width: 767px) {
  .testimonial17-section-area .author a {
    font-size: var(--f-fs-font-18);
    line-height: var(--f-fs-font-28);
  }
}
.testimonial17-section-area .author p {
  font-size: var(--f-fs-font-16);
  line-height: 16px;
  text-align: center;
  opacity: 0.7;
  margin-bottom: 0;
  color: var(--vtc-bg-white);
}
@media (max-width: 767px) {
  .testimonial17-section-area .author p {
    font-size: 14px;
  }
}
.testimonial17-section-area .testimonial-nav {
  width: 536px;
  margin: 0 auto;
  padding-left: 25px;
  height: 70px;
}
@media (max-width: 767px) {
  .testimonial17-section-area .testimonial-nav {
    padding-left: 0;
  }
}
.testimonial17-section-area .testimonial-sliders {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .testimonial17-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial17-section-area .testimonial-arrows {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.testimonial17-section-area .testimonial-arrows > div {
  position: absolute;
  top: 40%;
  left: -120px;
}
@media (max-width: 767px) {
  .testimonial17-section-area .testimonial-arrows > div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial17-section-area .testimonial-arrows > div {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
  }
}
.testimonial17-section-area .testimonial-arrows .slick-arrow button {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: none;
  border-radius: 50px;
  transition: all 0.3s;
  border: none;
  color: var(--vtc-bg-white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonial17-section-area .testimonial-arrows .testimonial-next-arrow {
  left: auto;
  right: -120px;
}
@media (max-width: 767px) {
  .testimonial17-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial17-section-area .testimonial-arrows .testimonial-next-arrow {
    right: -6px;
  }
}
.testimonial17-section-area .testimonial-arrows .slick-arrow button:hover {
  transition: all 0.3s;
  background-color: var(--vtc-bg-main21);
}
.testimonial17-section-area .single-testimonial-nav.slick-slide {
  visibility: hidden;
  height: 80px !important;
  width: 80px !important;
}
.testimonial17-section-area .single-testimonial-nav.slick-slide.slick-active,
.testimonial17-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  visibility: visible;
}
.testimonial17-section-area .single-testimonial-nav.slick-slide.slick-active {
  opacity: 0.6;
  transition: all 0.1s;
}
.testimonial17-section-area .single-testimonial-nav.slick-slide.slick-active.slick-center {
  opacity: 1;
  transition: all 0.1s;
  margin: 0px 8px;
}
.testimonial17-section-area .single-testimonial-nav.slick-slide img {
  display: block;
  border-radius: 50%;
  transition: all 0.1s;
  transform: scale(0.8);
  height: 80px;
  width: 80px !important;
  width: auto;
  margin: 0 auto;
}
.testimonial17-section-area .single-testimonial-nav.slick-slide.slick-center img {
  transition: all 0.1s;
  transform: scale(1);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.603);
  border-radius: 50%;
}

.testimonial19-section-area {
  position: relative;
  z-index: 1;
  background: #055346;
}
.testimonial19-section-area .testimonial19-boxarea-vertical .testimonial19-boxarea {
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 32px;
}
.testimonial19-section-area .testimonial19-boxarea-vertical .testimonial19-boxarea img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial19-section-area .testimonial19-boxarea-vertical .testimonial19-boxarea p {
  color: var(--vtc-text-pera5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 32px;
}
.testimonial19-section-area .testimonial19-boxarea-vertical .testimonial19-boxarea .name-ara {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial19-section-area .testimonial19-boxarea-vertical .testimonial19-boxarea .name-ara .text a {
  color: var(--vtc-text-title6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial19-section-area .testimonial19-boxarea-vertical .testimonial19-boxarea .name-ara .text ul li {
  display: inline-block;
  color: #FFAD0F;
}
.testimonial19-section-area .testimonial19-boxarea-vertical .slick-arrow {
  height: 50px;
  width: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  outline: none;
  color: var(--vtc-bg-white);
  text-align: center;
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 50px;
  cursor: pointer;
}
.testimonial19-section-area .testimonial19-boxarea-vertical .slick-arrow:hover {
  border-radius: 50px;
  background: var(--vtc-bg-main23);
  color: var(--vtc-text-title6);
}
.testimonial19-section-area .testimonial19-boxarea-vertical i.fa-solid.fa-angle-up.slick-arrow {
  position: absolute;
  right: -100px;
  top: 19px;
}
.testimonial19-section-area .testimonial19-boxarea-vertical i.fa-solid.fa-angle-down.slick-arrow {
  position: absolute;
  right: -100px;
  bottom: 15px;
}
.testimonial19-section-area .testimonial19-boxarea-vertical .slick-dots {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -90px;
}
@media (max-width: 767px) {
  .testimonial19-section-area .testimonial19-boxarea-vertical .slick-dots {
    position: relative;
    right: inherit;
    text-align: center;
    top: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial19-section-area .testimonial19-boxarea-vertical .slick-dots {
    position: relative;
    right: inherit;
    text-align: center;
    top: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial19-section-area .testimonial19-boxarea-vertical .slick-dots li {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial19-section-area .testimonial19-boxarea-vertical .slick-dots li {
    display: inline-block;
  }
}
.testimonial19-section-area .testimonial19-boxarea-vertical .slick-dots li.slick-active button {
  border-radius: 50px;
  background: var(--vtc-bg-main23);
  color: var(--vtc-text-title6);
}
.testimonial19-section-area .testimonial19-boxarea-vertical .slick-dots li button {
  height: 50px;
  width: 50px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  outline: none;
  color: var(--vtc-bg-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 50px;
  margin-bottom: 16px;
}
.testimonial19-section-area .testimonial19-boxarea-vertical .slick-dots li button:hover {
  border-radius: 50px;
  background: var(--vtc-bg-main23);
  color: var(--vtc-text-title6);
}
@media (max-width: 767px) {
  .testimonial19-section-area .testimonial19-boxarea-vertical .slick-dots li button {
    margin-bottom: 0;
    margin: 0 16px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial19-section-area .testimonial19-boxarea-vertical .slick-dots li button {
    margin-bottom: 0;
    margin: 0 16px 0 0;
  }
}
@media (max-width: 767px) {
  .testimonial19-section-area .testimonial19-haeder {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial19-section-area .testimonial19-haeder {
    margin-top: 50px;
  }
}

.testimonial20-section-area {
  position: relative;
  z-index: 1;
  background: #F8F8FD;
}
.testimonial20-section-area .testimonial20-slider-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonial20-section-area .testimonial20-slider-area .owl-dots button {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(77, 68, 197, 0.1);
  transition: all 0.4s;
  margin: 0 16px 0 0;
  position: relative;
  z-index: 1;
}
.testimonial20-section-area .testimonial20-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: -4px;
  top: -4px;
  border: 1px solid var(--vtc-text-text11);
  transition: all 0.4s;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.testimonial20-section-area .testimonial20-slider-area .owl-dots button.active {
  background: var(--vtc-text-text11);
  transition: all 0.4s;
}
.testimonial20-section-area .testimonial20-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea {
  background: var(--vtc-bg-white);
  border-radius: 4px;
  padding: 32px;
  position: relative;
  transition: all 0.4s;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea .list-area ul li {
  display: inline-block;
  color: #FFAD0F;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea .list-area img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea p {
  color: var(--vtc-text-pera6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea .name-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea .name-area .name {
  display: flex;
  align-items: center;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea .name-area .name img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea .name-area .name .text {
  padding-left: 16px;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea .name-area .name .text a {
  color: var(--vtc-text-title7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea .name-area .name .text p {
  color: var(--vtc-text-pera6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 14px;
}
.testimonial20-section-area .testimonial20-slider-area .testimonial20-boxarea .name-area .google {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.team20-section-area {
  position: relative;
  z-index: 1;
}
.team20-section-area .our-team20-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  background: #F8F8FD;
  border-radius: 4px;
  margin-top: 30px;
}
.team20-section-area .our-team20-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(4deg);
  transition: all 0.4s;
}
.team20-section-area .our-team20-boxarea:hover .content20 {
  background: var(--vtc-text-text11);
  transition: all 0.4s;
}
.team20-section-area .our-team20-boxarea:hover .content20 a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.team20-section-area .our-team20-boxarea:hover .content20 p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
  opacity: 80%;
}
.team20-section-area .our-team20-boxarea:hover ul {
  top: 70px;
  transition: all 0.6s;
  z-index: 1;
}
.team20-section-area .our-team20-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.team20-section-area .our-team20-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}
.team20-section-area .our-team20-boxarea .content20 {
  padding: 24px;
  transition: all 0.4s;
}
.team20-section-area .our-team20-boxarea .content20 a {
  color: var(--vtc-text-title7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.team20-section-area .our-team20-boxarea .content20 p {
  color: var(--vtc-text-pera6);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  transition: all 0.4s;
}
.team20-section-area .our-team20-boxarea .share a {
  height: 52px;
  width: 52px;
  border-radius: 0 0 4px 4px;
  transition: all 0.4s;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  background: var(--vtc-text-text11);
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
  color: #fff;
  font-size: 18px;
}
.team20-section-area .our-team20-boxarea ul {
  position: absolute;
  top: -200px;
  right: 25px;
  transition: all 0.6s;
  z-index: -1;
}
.team20-section-area .our-team20-boxarea ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--vtc-bg-white);
  color: var(--vtc-text-text11);
  font-size: 20px;
  margin: 0 0 8px 0;
}
.team20-section-area .our-team20-boxarea ul li a:hover {
  background: var(--vtc-text-text11);
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}

.testimonial21-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}
.testimonial21-section-area .testimonial21-slider-boxarea {
  position: relative;
  z-index: 1;
  background-color: var(--vtc-bg-white);
}
.testimonial21-section-area .testimonial21-slider-boxarea .preloader13 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 40%;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-author-box {
  padding: 32px 0;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-author-box h3 {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-30);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 150%;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-author-box h3 i {
  color: #FACA15;
  font-size: 16px;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-author-box p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-author-box h2 {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-30);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 150%;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider {
  position: inherit;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .owl-nav {
  position: absolute;
  bottom: 32px;
  left: 120px;
}
@media (max-width: 767px) {
  .testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 60px;
  }
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .owl-nav button {
  height: 50px;
  width: 50px;
  display: inline-block;
  border: 1px solid var(--vtc-text-title8);
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  color: var(--vtc-text-title8);
  border-radius: 50%;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .owl-nav button:hover {
  background: var(--vtc-bg-main25);
  transition: all 0.4s;
  color: var(--vtc-text-white);
  border: 1px solid var(--vtc-bg-main25);
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .testimonial21-boxarea {
  background: #EBF5FF;
  padding: 50px 40px;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .testimonial21-boxarea .elements45 {
  width: 164px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .testimonial21-boxarea p {
  color: var(--vtc-text-pera7);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  text-align: center;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .testimonial21-boxarea .name-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .testimonial21-boxarea .name-area img {
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .testimonial21-boxarea .name-area .text {
  padding-left: 16px;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .testimonial21-boxarea .name-area .text a {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial21-section-area .testimonial21-slider-boxarea .testimonial21-slider .testimonial21-boxarea .name-area .text p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  text-align: start;
}

.testimonials-2 .left {
  position: relative;
}

.testimonials-2 .left .swiper-button-next22,
.testimonials-2 .left .swiper-button-prev22 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 30px 5px 0px 5px;
  left: 0;
  right: 0;
}

.testimonials-2 .left .swiper-button-next22::after,
.testimonials-2 .left .swiper-button-prev22::after {
  display: none;
}

.testimonials-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonials-2 .pagination-buttons {
  text-align: center;
}

.swiper-testimonial-22 {
  overflow: hidden;
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea {
  border-radius: 18px;
  background: var(--vtc-bg-white);
  padding: 36px;
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea svg {
  position: absolute;
  right: 36px;
  top: 30px;
  filter: brightness(0);
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(251, 133, 0, 0.08);
  color: #FB8500;
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea p {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 30px;
  letter-spacing: -0.4px;
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea .names-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonials-2 .swiper-testimonial-22 .testimonial-boxarea .names-area {
    display: block;
  }
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea .names-area .man-textarea {
  display: flex;
  align-items: center;
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea .names-area .man-textarea .man img {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea .names-area .man-textarea .text {
  padding-left: 16px;
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea .names-area .man-textarea .text a {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-22);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 22px;
  transition: all 0.4s;
  display: inline-block;
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea .names-area .man-textarea .text a:hover {
  color: var(--vtc-text-text13);
  transition: all 0.4s;
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea .names-area .man-textarea .text p {
  color: var(--vtc-text-pera8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
}
.testimonials-2 .swiper-testimonial-22 .testimonial-boxarea .names-area .elements20 {
  width: 160px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
@media (max-width: 767px) {
  .testimonials-2 .swiper-testimonial-22 .testimonial-boxarea .names-area .elements20 {
    margin-top: 16px;
  }
}
.testimonials-2 .map-testimonial {
  position: absolute;
  width: 100%;
  height: 400px;
}
.testimonials-2 .map-testimonial .swiper.swiper-thumb22 {
  overflow: inherit !important;
}

.testimonials-2 .map-testimonial .swiper-slide div {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials-2 .map-testimonial .swiper-slide div {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-2 .map-testimonial .swiper-slide div {
    display: none;
  }
}

.testimonials-2 .map-testimonial .swiper-slide div::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  opacity: 0;
  z-index: -1;
}

.testimonials-2 .map-testimonial .swiper-slide div img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

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

.testimonials-2 .map-testimonial .swiper-slide:nth-child(1) {
  bottom: 5%;
  left: 100px;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(2) {
  top: 120px;
  left: 50px;
  position: absolute;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(3) {
  top: 240px;
  left: 100px;
  position: absolute;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(4) {
  bottom: 5%;
  left: 1120px;
  position: absolute;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(5) {
  top: 120px;
  left: 1160px;
  position: absolute;
}

.testimonials-2 .map-testimonial .swiper-slide:nth-child(6) {
  top: 240px;
  left: 1120px;
  position: absolute;
}

.pagination-buttons button {
  background: var(--vtc-bg-white);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border: none;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: var(--vtc-text-title9);
  font-size: 20px;
  transition: all 0.4s;
}
.pagination-buttons button:hover {
  transition: all 0.4s;
  background: var(--vtc-text-title9);
  color: var(--vtc-text-white);
}

.testimonial23-section-area {
  position: relative;
  z-index: 1;
  background: var(--vtc-text-title10);
}
.testimonial23-section-area .testimonial23-slider-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
.testimonial23-section-area .testimonial23-slider-boxarea .preloader13 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 20%;
  filter: brightness(0) invert(1);
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-author-box {
  padding: 32px 0;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-author-box h3 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-30);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 150%;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-author-box h3 i {
  color: #FACA15;
  font-size: 16px;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-author-box p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-author-box h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-30);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 150%;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider {
  position: inherit;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .owl-nav {
  position: absolute;
  bottom: 32px;
  left: 120px;
}
@media (max-width: 767px) {
  .testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .owl-nav {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 60px;
  }
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .owl-nav button {
  height: 50px;
  width: 50px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .owl-nav button:hover {
  background: var(--vtc-bg-main27);
  transition: all 0.4s;
  color: var(--vtc-text-white);
  border: 1px solid var(--vtc-bg-main27);
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .testimonial23-boxarea {
  background: var(--vtc-bg-white);
  padding: 50px 40px;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .testimonial23-boxarea .elements45 {
  width: 164px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .testimonial23-boxarea p {
  color: var(--vtc-text-pera7);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  text-align: center;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .testimonial23-boxarea .name-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .testimonial23-boxarea .name-area img {
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .testimonial23-boxarea .name-area .text {
  padding-left: 16px;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .testimonial23-boxarea .name-area .text a {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 125%;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial23-section-area .testimonial23-slider-boxarea .testimonial23-slider .testimonial23-boxarea .name-area .text p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 150%;
  text-align: start;
}

.testimonial24-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial24-section .testimonail-arrow {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.testimonial24-section .testimonail-arrow .prev-next-area {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 40px;
}
@media (max-width: 767px) {
  .testimonial24-section .testimonail-arrow .prev-next-area {
    position: relative;
    right: inherit;
    left: 30px;
    bottom: 0;
    margin-bottom: 30px;
  }
}
.testimonial24-section .testimonail-arrow .prev-next-area button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(253, 101, 67, 0.1);
  border: none;
  outline: none;
  color: var(--vtc-text-text15);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
  letter-spacing: -0.24px;
  transition: all 0.4s;
}
.testimonial24-section .testimonail-arrow .prev-next-area button:hover {
  background: var(--vtc-text-text15);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.testimonial24-section .testimonail-arrow .prev-next-area button i {
  margin: 0 4px;
}
.testimonial24-section .testimonail-arrow .prev-next-area .tes24-prev-arrow.active {
  transition: all 0.4s;
  margin: 0 16px 0 0;
}
.testimonial24-section .testimonail-arrow .testimonial24-slider-area {
  position: relative;
  border-radius: 10px;
}
.testimonial24-section .testimonail-arrow .testimonial24-slider-area .testimonial24-boxarea {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial24-section .testimonail-arrow .testimonial24-slider-area .testimonial24-boxarea {
    padding: 30px;
  }
}
.testimonial24-section .testimonail-arrow .testimonial24-slider-area .testimonial24-boxarea ul li {
  display: inline-block;
  color: var(--vtc-text-text15);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  background: rgba(253, 101, 67, 0.1);
}
.testimonial24-section .testimonail-arrow .testimonial24-slider-area .testimonial24-boxarea .pera {
  color: var(--vtc-text-title11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.48px;
}
.testimonial24-section .testimonail-arrow .testimonial24-slider-area .testimonial24-boxarea .author-testi-area {
  display: flex;
  align-items: center;
}
.testimonial24-section .testimonail-arrow .testimonial24-slider-area .testimonial24-boxarea .author-testi-area .img1 img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial24-section .testimonail-arrow .testimonial24-slider-area .testimonial24-boxarea .author-testi-area .content-testi-area {
  padding-left: 16px;
}
.testimonial24-section .testimonail-arrow .testimonial24-slider-area .testimonial24-boxarea .author-testi-area .content-testi-area a {
  color: var(--vtc-text-title11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial24-section .testimonail-arrow .testimonial24-slider-area .testimonial24-boxarea .author-testi-area .content-testi-area p {
  color: var(--vtc-text-pera10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.testimonial24-section .testimonial24-images {
  position: relative;
  z-index: 1;
}
.testimonial24-section .testimonial24-images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.testimonial25-slider-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--vtc-text-text16);
  border-radius: 40px;
  padding: 40px 0;
  margin: 0 60px;
}
@media (max-width: 767px) {
  .testimonial25-slider-section {
    margin: 0;
    padding: 0;
    border-radius: 0;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial25-slider-section {
    margin: 0;
    padding: 0;
    border-radius: 0;
    padding-top: 30px;
  }
}
.testimonial25-slider-section .testimonial-iamges-counter-area {
  background: var(--vtc-bg-white);
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .testimonial25-slider-section .testimonial-iamges-counter-area {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial25-slider-section .testimonial-iamges-counter-area {
    padding-bottom: 30px;
  }
}
.testimonial25-slider-section .testimonial-iamges-counter-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .testimonial25-slider-section .testimonial-iamges-counter-area .img1 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial25-slider-section .testimonial-iamges-counter-area .img1 {
    margin-bottom: 20px;
  }
}
.testimonial25-slider-section .testimonial-iamges-counter-area .testimonial-counter {
  text-align: center;
}
.testimonial25-slider-section .testimonial-iamges-counter-area .testimonial-counter h2 {
  color: var(--vtc-text-title12);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 60px;
}
.testimonial25-slider-section .testimonial-iamges-counter-area .testimonial-counter p {
  color: var(--vtc-text-pera11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 16px;
}
.testimonial25-slider-section .testimonail25-arrow {
  position: relative;
  overflow: hidden;
}
.testimonial25-slider-section .testimonail25-arrow .prev-next-area {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .testimonial25-slider-section .testimonail25-arrow .prev-next-area {
    position: relative;
    right: inherit;
    left: 0;
    bottom: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial25-slider-section .testimonail25-arrow .prev-next-area {
    bottom: 30px;
  }
}
.testimonial25-slider-section .testimonail25-arrow .prev-next-area button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--vtc-bg-white);
  border: none;
  outline: none;
  color: var(--vtc-text-title12);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 100% */
  letter-spacing: -0.24px;
  transition: all 0.4s;
}
.testimonial25-slider-section .testimonail25-arrow .prev-next-area button:hover {
  background: var(--vtc-text-title12);
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.testimonial25-slider-section .testimonail25-arrow .prev-next-area button i {
  margin: 0 4px;
}
.testimonial25-slider-section .testimonail25-arrow .prev-next-area .tes25-prev-arrow.active {
  background: var(--vtc-text-title12);
  color: var(--vtc-text-white);
  transition: all 0.4s;
  margin: 0 16px 0 0;
}
.testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area {
  position: relative;
}
.testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area .testimonial25-boxarea {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area .testimonial25-boxarea {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area .testimonial25-boxarea {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area .testimonial25-boxarea ul li {
  display: inline-block;
  color: var(--vtc-text-title12);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
.testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area .testimonial25-boxarea .pera {
  color: var(--vtc-text-title12);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.48px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(5, 4, 16, 0.1);
}
.testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area .testimonial25-boxarea .author-testi-area {
  display: flex;
  align-items: center;
}
.testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area .testimonial25-boxarea .author-testi-area .img1 img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area .testimonial25-boxarea .author-testi-area .content-testi-area {
  padding-left: 16px;
}
.testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area .testimonial25-boxarea .author-testi-area .content-testi-area a {
  color: var(--vtc-text-title12);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
}
.testimonial25-slider-section .testimonail25-arrow .testimonial25-slider-area .testimonial25-boxarea .author-testi-area .content-testi-area p {
  color: var(--vtc-text-pera11);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
.work1 {
  padding-bottom: 150px;
}

.work1-single-slider {
  margin-top: 60px;
  position: relative;
}
.work1-single-slider .images-all {
  position: absolute;
  height: 336px;
  width: 336px;
  left: 0;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-single-slider .images-all {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .work1-single-slider .images-all {
    width: 250px;
    left: 40px;
  }
}
.work1-single-slider .images-all .shape {
  position: absolute;
  top: 0;
  left: 0;
}
.work1-single-slider .content-area {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 94px 50px 200px;
  margin-left: 160px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-single-slider .content-area {
    padding: 50px 50px 50px 120px;
  }
}
@media (max-width: 767px) {
  .work1-single-slider .content-area {
    padding: 290px 30px 30px 30px;
    margin-left: 0;
  }
}
.work1-single-slider .content-area .num {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main1);
}
.work1-single-slider .content-area .num p {
  color: var(--vtc-text-title1);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.work1-single-slider .content-area .work1-list {
  padding-top: 10px;
}
.work1-single-slider .content-area .work1-list ul li {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.work1-single-slider .content-area .work1-list ul li span.check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--vtc-text-title1);
  font-size: 12px;
  margin-right: 6px;
  color: var(--vtc-text-white);
}

.work1-slider-btns button {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  color: var(--vtc-text-title1);
  border-radius: 50%;
  background-color: var(--vtc-text-white);
  border: none;
  transition: all 0.4s;
}
.work1-slider-btns button:hover {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main1);
}
.work1-slider-btns .work1-prev-arrow {
  position: absolute;
  left: -120px;
  top: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-slider-btns .work1-prev-arrow {
    top: auto;
    bottom: -100px;
    left: 50%;
    margin-left: -80px;
  }
}
@media (max-width: 767px) {
  .work1-slider-btns .work1-prev-arrow {
    top: auto;
    bottom: -100px;
    left: 50%;
    margin-left: -80px;
  }
}
.work1-slider-btns .work1-next-arrow {
  position: absolute;
  right: -120px;
  top: 50%;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-slider-btns .work1-next-arrow {
    top: auto;
    bottom: -100px;
    right: 50%;
    margin-right: -80px;
  }
}
@media (max-width: 767px) {
  .work1-slider-btns .work1-next-arrow {
    top: auto;
    bottom: -100px;
    right: 50%;
    margin-right: -80px;
  }
}

.work3-box {
  transition: all 0.4s;
}
.work3-box .image {
  overflow: hidden;
  border-radius: 8px;
}
.work3-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.work3-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.work3-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}

.work6-items {
  position: relative;
}

.work6-single-item {
  margin-bottom: 36px;
  display: flex;
  align-items: start;
  position: relative;
  z-index: 2;
}
.work6-single-item .icon .point {
  position: relative;
  height: 36px;
  width: 36px;
}
.work6-single-item .icon .point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--vtc-bg-main8);
  transition: all 0.4s;
  z-index: -1;
}
.work6-single-item .icon .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main8);
  margin-left: -8px;
  margin-top: -8px;
  transition: all 0.4s;
}
.work6-single-item .text {
  padding-left: 30px;
}
.work6-single-item .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.work6-single-item .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.work6-single-item .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.work6-single-item .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.work6-single-item .learn:hover {
  color: var(--vtc-bg-main8);
  transition: all 0.4s;
}
.work6-single-item .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.work6-single-item .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.work6-single-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 33px;
  height: 140%;
  width: 1px;
  background-color: var(--vtc-bg-common-13);
  z-index: -1;
}
.work6-single-item:hover {
  transition: all 0.4s;
}
.work6-single-item:hover .icon .point {
  position: relative;
  height: 36px;
  width: 36px;
}
.work6-single-item:hover .icon .point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--vtc-bg-main8);
  transition: all 0.4s;
  background-color: var(--vtc-bg-main8);
}
.work6-single-item:hover .icon .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: var(--vtc-text-title1);
  margin-left: -8px;
  margin-top: -8px;
}

.project6-box {
  position: relative;
  transition: all 0.4s;
}

.project6-box .image img {
  width: 100%;
}
.project6-box .content-box {
  position: absolute;
  bottom: 30px;
  margin: 0px 30px;
  background-color: var(--vtc-bg-main8);
  border-radius: 8px;
  padding: 24px;
  transform: translateY(50px) scale(0.5);
  opacity: 0;
  transition: all 0.4s;
}
.project6-box .content-box h4 a {
  display: inline-block;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-30); /* 125% */
}
.project6-box .content-box p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
  text-transform: capitalize;
}
.project6-box .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: var(--f-fs-font-16); /* 100% */
  transition: all 0.4s;
}
.project6-box .learn span {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px) translateY(1px);
  font-size: 17px;
  transition: all 0.4s;
}
.project6-box .learn .arrow2 {
  transform: translateY(-8px) rotate(-45deg) translateX(-52px);
  transition: all 0.4s;
  opacity: 0;
}
.project6-box .learn .arrow1 {
  transition: all 0.4s;
  opacity: 1;
}
.project6-box .learn:hover {
  color: var(--vtc-text-title1);
  transition: all 0.4s;
}
.project6-box .learn:hover .arrow2 {
  transform: translateY(-12px) rotate(-45deg) translateX(-18px);
  transition: all 0.4s;
  opacity: 1;
}
.project6-box .learn:hover .arrow1 {
  transition: all 0.4s;
  transform: translateY(-7px) rotate(-45deg) translateX(45px);
  opacity: 0;
}
.project6-box:hover .content-box {
  transition: all 0.4s;
  transform: scale(1) translateY(0);
  opacity: 1;
}

.work7-box {
  border-radius: 8px;
  border: 1px solid var(--vtc-bg-white10per);
  background-color: var(--vtc-bg-white20per);
  padding: 24px 20px;
  transition: all 0.4s;
}
.work7-box .icon {
  height: 60px;
  width: 60px;
  border: 1px solid var(--vtc-bg-white10per);
  background-color: var(--vtc-bg-white20per);
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
}
.work7-box:hover {
  transition: all 0.4s;
  border: 1px solid var(--vtc-bg-main10);
  transform: translateY(-10px);
}
.work7-box:hover .icon {
  background-color: var(--vtc-text-white);
  transition: all 0.4s;
}

.work-prosses8-box {
  text-align: center;
  margin-top: 40px;
  transition: all 0.4s;
  position: relative;
}
.work-prosses8-box .num {
  color: #0C0723;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-18);
  margin: auto;
  transition: all 0.4s;
  position: relative;
}
.work-prosses8-box .num::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--vtc-bg-common-18);
  transform: scale(1.3);
  border-radius: 50%;
}
.work-prosses8-box .content {
  background-color: var(--vtc-bg-common-18);
  padding: 40px 36px 36px 36px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  margin-top: 80px;
  transition: all 0.4s;
}
.work-prosses8-box .content::after {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  height: 70px;
  width: 70px;
  background-color: var(--vtc-bg-common-18);
  transition: all 0.4s;
  border-radius: 8px;
  transform: rotate(-45deg);
  margin-left: -36px;
  z-index: -1;
  transition: all 0.4s;
}
.work-prosses8-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.work-prosses8-box:hover .num {
  background-color: var(--vtc-bg-main11);
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.work-prosses8-box:hover .num::after {
  border: 1px solid var(--vtc-bg-main11);
  transition: all 0.4s;
  opacity: 0.5;
}
.work-prosses8-box:hover .content {
  background-color: var(--vtc-bg-main11);
  transition: all 0.4s;
}
.work-prosses8-box:hover .content h4 a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.work-prosses8-box:hover .content p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.work-prosses8-box:hover .content::after {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main11);
}
.work-prosses8-box.add-after::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 210px;
  height: 2px;
  width: 100%;
  background-image: url(../img/shapes/work8-line.png);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-prosses8-box.add-after::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .work-prosses8-box.add-after::after {
    display: none;
  }
}

.works11-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.works11-boxarea {
  position: relative;
  z-index: 1;
  background: var(--vtc-text-white);
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 4px 190px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.4s;
}
.works11-boxarea:nth-child(2) {
  margin-left: 30px;
}
.works11-boxarea:hover {
  background: var(--Home-Page-3-Color-Solid-Color, #7143FF);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.works11-boxarea:hover .icons {
  background: var(--vtc-text-white);
  transition: all 0.4s;
}
.works11-boxarea:hover .works11-content h4 {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.works11-boxarea:hover .works11-content p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.works11-boxarea .icons {
  background: #F8F7FF;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
}
.works11-boxarea .works11-content {
  padding-left: 100px;
}
.works11-boxarea .works11-content h4 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  transition: all 0.4s;
}
.works11-boxarea .works11-content p {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  transition: all 0.4s;
}

.works11-images-area {
  position: relative;
  z-index: 1;
}
.works11-images-area .works11-shape2 {
  position: absolute;
  top: -50px;
  height: 100%;
  width: 100%;
  left: -100px;
  z-index: -1;
}

.works11-top-area {
  position: relative;
  z-index: 3;
}

.works-top-bg-area {
  position: relative;
  z-index: 2;
  border-radius: 40px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: -170px;
}
@media (max-width: 767px) {
  .works-top-bg-area {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-top-bg-area {
    margin-bottom: -100px;
  }
}
.works-top-bg-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--vtc-bg-main14);
  opacity: 90%;
  border-radius: 40px;
  z-index: -1;
}

.heading-works h3 {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-28);
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.works-top-boxarea {
  background: var(--vtc-text-white);
  border-radius: 15px;
  padding: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  margin-top: 30px;
}
.works-top-boxarea .icons {
  background: #F8F7FF;
  height: 74px;
  width: 74px;
  text-align: center;
  line-height: 74px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
}
.works-top-boxarea .works-top-content {
  padding-left: 90px;
}
.works-top-boxarea .works-top-content h2 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  transition: all 0.4s;
}
.works-top-boxarea .works-top-content p {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  transition: all 0.4s;
}

.project13-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project13-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}
.project13-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project13-boxarea:hover .project13-content {
  bottom: 50%;
  transition: all 0.6s;
  background: var(--vtc-text-text3);
}
.project13-boxarea:hover .project13-content .icons {
  background: var(--vtc-text-white);
  color: var(--vtc-text-text3);
  transition: all 0.4s;
}
.project13-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.project13-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
  height: 400px;
}
.project13-boxarea .project13-content {
  position: absolute;
  left: 50%;
  margin-left: -160px;
  z-index: 2;
  width: 320px;
  height: 320px;
  background: var(--vtc-text-white);
  border-radius: 50%;
  text-align: center;
  bottom: -4%;
  margin-bottom: -160px;
  transition: all 0.6s;
}
.project13-boxarea .project13-content .content13 {
  position: relative;
  top: 60px;
}
.project13-boxarea .project13-content .icons {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--vtc-text-text3);
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  transform: rotate(-45deg);
  margin: 0 auto;
}
.project13-boxarea .project13-content span {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--vtc-text-white);
  padding: 8px;
  border-radius: 4px;
}
.project13-boxarea .project13-content .title {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -0.24px;
}

.works13-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.works13-section .work13-shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.works13-boxarea {
  position: relative;
  z-index: 1;
  padding: 24px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 190px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.4s;
}
.works13-boxarea:nth-child(2) {
  margin-left: 30px;
}
.works13-boxarea:hover {
  background: var(--vtc-text-text3);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.works13-boxarea:hover .icons {
  background: var(--vtc-text-white);
  transition: all 0.4s;
}
.works13-boxarea:hover .icons img {
  filter: none;
  transition: all 0.4s;
}
.works13-boxarea:hover .works13-content h4 {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.works13-boxarea:hover .works13-content p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.works13-boxarea .icons {
  background: var(--vtc-text-text3);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
}
.works13-boxarea .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.works13-boxarea .works13-content {
  padding-left: 100px;
}
.works13-boxarea .works13-content h4 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  transition: all 0.4s;
}
.works13-boxarea .works13-content p {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  transition: all 0.4s;
}

.works13-images-area {
  position: relative;
  z-index: 1;
}
.works13-images-area .works11-shape2 {
  position: absolute;
  top: -50px;
  height: 100%;
  width: 100%;
  left: -100px;
  z-index: -1;
}

.work16-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F3F7FF;
}

.work16-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(78, 75, 89, 0.15);
  padding: 32px;
  margin-top: 30px;
  transition: all 0.4s;
}
.work16-boxarea:hover {
  background: var(--vtc-bg-main20);
  transition: all 0.4s;
  transform: translateY(-10px);
  transition: all 0.4s;
}
.work16-boxarea:hover .icons {
  background: var(--vtc-text-white);
  transition: all 0.4s;
}
.work16-boxarea:hover .icons img {
  filter: none;
  transition: all 0.4s;
}
.work16-boxarea:hover .content16-work-text a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.work16-boxarea:hover .content16-work-text p {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.work16-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--vtc-bg-main20);
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work16-boxarea .icons {
    position: relative;
  }
}
@media (max-width: 767px) {
  .work16-boxarea .icons {
    position: relative;
  }
}
.work16-boxarea .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.work16-boxarea .icons span {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 32px;
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
  background: var(--vtc-bg-main19);
  position: absolute;
  top: 0;
  right: 0;
}
.work16-boxarea .content16-work-text {
  padding-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work16-boxarea .content16-work-text {
    padding-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .work16-boxarea .content16-work-text {
    padding-left: 0;
    margin-top: 24px;
  }
}
.work16-boxarea .content16-work-text a {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work16-boxarea .content16-work-text a {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .work16-boxarea .content16-work-text a {
    line-height: 24px;
  }
}
.work16-boxarea .content16-work-text p {
  color: var(--Home-Page-8-Colors-Paragraph-Color, #4E4B59);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
  transition: all 0.4s;
}

.work17-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F3F7FF;
}
.work17-section .tab-content .tab-pane {
  background: var(--vtc-text-white);
  border-radius: 8px;
  padding: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .work17-section .tab-content .tab-pane {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work17-section .tab-content .tab-pane {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .work17-section .tab-content .tab-pane .solution17-img1 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work17-section .tab-content .tab-pane .solution17-img1 {
    margin-bottom: 30px;
  }
}
.work17-section .tab-content .tab-pane .solution17-img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.work17-section .tab-content .tab-pane .solution17-heading-area {
  padding: 0 0 0 70px;
}
@media (max-width: 767px) {
  .work17-section .tab-content .tab-pane .solution17-heading-area {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work17-section .tab-content .tab-pane .solution17-heading-area {
    padding: 0;
  }
}
.work17-section .solution17-heading-area h3 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 32px;
}
 .solution17-boxarea {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
 .solution17-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.solution17-boxarea .icons {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  background: var(--vtc-bg-main21);
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
}
@media (max-width: 767px) {
 .solution17-boxarea .icons {
    position: relative;
  }
}
.solution17-boxarea .solution17-text {
  padding-left: 70px;
}
@media (max-width: 767px) {
.solution17-boxarea .solution17-text {
    padding: 0;
    margin-top: 20px;
  }
}
.solution17-boxarea .solution17-text a {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.solution17-boxarea .solution17-text p {
  color: var(--vtc-text-pera3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 26px;
  letter-spacing: -0.36px;
  transition: all 0.4s;
}

.solution-tabs-area ul {
  display: inline-block;
  text-align: center;
}
.solution-tabs-area ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .solution-tabs-area ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solution-tabs-area ul li {
    margin-bottom: 10px;
  }
}
.solution-tabs-area ul li button {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 100% */
  text-transform: capitalize;
  background: none;
  outline: none;
  padding: 0;
}
.solution-tabs-area ul li button span {
  display: inline-block;
  margin: 0 16px;
}
@media (max-width: 767px) {
  .solution-tabs-area ul li button span {
    margin: 0;
  }
}
.solution-tabs-area ul li button.active {
  background-color: transparent !important;
  color: var(--vtc-text-text8) !important;
}

.work18-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.work18-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
}
.work18-boxarea:hover .icons {
  transform: rotateY(180deg);
  transition: all 0.4s;
}
.work18-boxarea .elements23 {
  position: absolute;
  right: -100px;
  top: 35px;
}
@media (max-width: 767px) {
  .work18-boxarea .elements23 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work18-boxarea .elements23 {
    display: block;
  }
}
.work18-boxarea .elements24 {
  position: absolute;
  right: -100px;
  top: 0px;
}
@media (max-width: 767px) {
  .work18-boxarea .elements24 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work18-boxarea .elements24 {
    display: none;
  }
}
.work18-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(64, 139, 255, 0.1);
}
.work18-boxarea .textarea a {
  color: var(--vtc-text-title5);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.work18-boxarea .textarea p {
  color: var(--vtc-text-pera4);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.project19-section-area {
  position: relative;
  z-index: 1;
}
.project19-section-area .project19-slider-area .owl-item.active.center .project19-boxarea .img1::after {
  height: 100%;
  transition: all 0.4s;
}
.project19-section-area .project19-slider-area .owl-item.active.center .project19-boxarea .content-area {
  bottom: 0;
  transition: all 0.6s;
}
.project19-section-area .project19-slider-area .owl-dots {
  text-align: center;
  margin-top: 32px;
}
.project19-section-area .project19-slider-area .owl-dots button {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #CDDDDA;
  margin: 0 10px;
  position: relative;
}
.project19-section-area .project19-slider-area .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #CDDDDA;
  top: -7px;
  left: -7px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.project19-section-area .project19-slider-area .owl-dots button.active {
  background: var(--vtc-text-title6);
}
.project19-section-area .project19-slider-area .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
}
.project19-section-area .project19-slider-area .project19-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project19-section-area .project19-slider-area .project19-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  height: 420px;
}
.project19-section-area .project19-slider-area .project19-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--vtc-text-title6);
  opacity: 90%;
  border-radius: 4px;
}
.project19-section-area .project19-slider-area .project19-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.project19-section-area .project19-slider-area .project19-boxarea .content-area {
  position: absolute;
  bottom: -400px;
  padding: 28px;
  display: inline-block;
  z-index: 1;
  transition: all 0.6s;
}
.project19-section-area .project19-slider-area .project19-boxarea .content-area p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
}
.project19-section-area .project19-slider-area .project19-boxarea .content-area .head {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.project19-section-area .project19-slider-area .project19-boxarea .content-area .head:hover {
  color: var(--vtc-text-text10);
  transition: all 0.4s;
}
.project19-section-area .project19-slider-area .project19-boxarea .content-area .readmore {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.project19-section-area .project19-slider-area .project19-boxarea .content-area .readmore i {
  margin-left: 4px;
}
.project19-section-area .project19-slider-area .project19-boxarea .content-area .readmore:hover {
  color: var(--vtc-text-text10);
  transition: all 0.4s;
}

.projects21-section-area {
  position: relative;
  z-index: 1;
  background: #F9FAFB;
}
.projects21-section-area .project21-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  margin-top: 30px;
}
.projects21-section-area .project21-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.projects21-section-area .project21-boxarea:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
  top: 50%;
}
.projects21-section-area .project21-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  background: var(--vtc-text-white);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--vtc-text-white);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
}
.projects21-section-area .project21-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.projects21-section-area .project21-boxarea .btn-area1 {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -60px;
  margin-left: -65px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.8);
  z-index: 1;
}
.projects21-section-area .project21-boxarea .text-area21 a {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 150%;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -0.24px;
}
.projects21-section-area .project21-boxarea .text-area21 p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.project24-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F7F6FE;
}

.project24-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}
.project24-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.project24-boxarea:hover .project24-content {
  bottom: 50%;
  transition: all 0.6s;
  background: var(--vtc-text-text15);
}
.project24-boxarea:hover .project24-content .icons {
  background: var(--vtc-text-white);
  color: var(--vtc-text-text3);
  transition: all 0.4s;
}
.project24-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.project24-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.project24-boxarea .project24-content {
  position: absolute;
  left: 50%;
  margin-left: -160px;
  z-index: 2;
  width: 320px;
  height: 320px;
  background: var(--vtc-text-white);
  border-radius: 50%;
  text-align: center;
  bottom: -4%;
  margin-bottom: -160px;
  transition: all 0.6s;
}
.project24-boxarea .project24-content .content24 {
  position: relative;
  top: 60px;
}
.project24-boxarea .project24-content .icons {
  height: 64px;
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--vtc-text-text3);
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-20);
  transform: rotate(-45deg);
  margin: 0 auto;
}
.project24-boxarea .project24-content span {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--vtc-text-white);
  padding: 8px;
  border-radius: 4px;
}
.project24-boxarea .project24-content .title {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -0.24px;
}

.process25-section {
  padding: 0 0 100px 0;
}
@media (max-width: 767px) {
  .process25-section {
    padding: 0 0 60px 0;
  }
}

.work-prosses25-box {
  text-align: center;
  margin-top: 40px;
  transition: all 0.4s;
  position: relative;
}
.work-prosses25-box .num {
  color: var(--vtc-text-title12);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 44px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-18);
  margin: auto;
  transition: all 0.4s;
  position: relative;
}
.work-prosses25-box .num::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--vtc-bg-common-18);
  transform: scale(1.3);
  border-radius: 50%;
}
.work-prosses25-box .content {
  background-color: #F8F7FF;
  padding: 40px 36px 36px 36px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  margin-top: 80px;
  transition: all 0.4s;
}
.work-prosses25-box .content::after {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  height: 70px;
  width: 70px;
  background-color: #F8F7FF;
  transition: all 0.4s;
  border-radius: 8px;
  transform: rotate(-45deg);
  margin-left: -36px;
  z-index: -1;
  transition: all 0.4s;
}
.work-prosses25-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.work-prosses25-box:hover .num {
  background-color: var(--vtc-bg-main29);
  transition: all 0.4s;
  color: var(--vtc-text-title12);
}
.work-prosses25-box:hover .num::after {
  border: 1px solid var(--vtc-bg-main29);
  transition: all 0.4s;
  opacity: 0.5;
}
.work-prosses25-box:hover .content {
  background-color: var(--vtc-bg-main29);
  transition: all 0.4s;
}
.work-prosses25-box:hover .content h4 a {
  color: var(--vtc-text-title12);
  transition: all 0.4s;
}
.work-prosses25-box:hover .content p {
  color: var(--vtc-text-pera11);
  transition: all 0.4s;
}
.work-prosses25-box:hover .content::after {
  transition: all 0.4s;
  background-color: var(--vtc-bg-main29);
}
.work-prosses25-box.add-after::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 210px;
  height: 2px;
  width: 100%;
  background-image: url(../img/shapes/work8-line.png);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-prosses25-box.add-after::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .work-prosses25-box.add-after::after {
    display: none;
  }
}

/*
 ::::::::::::::::::::::::::
  WORK AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 others AREA CSS
::::::::::::::::::::::::::
*/
.single-instagram-feed {
  margin: 0px 10px;
}
.single-instagram-feed .image-area {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
}
.single-instagram-feed .image-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #090B0E;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.7);
  border-radius: 8px;
}
.single-instagram-feed .image-area .insta-icon {
  display: inline-block;
  font-size: var(--f-fs-font-26);
  color: var(--vtc-text-white);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin-left: -13px;
  margin-top: -17px;
  transform: scale(1.5);
  transition: all 0.4s;
  opacity: 0;
}
.single-instagram-feed:hover {
  transition: all 0.4s;
}
.single-instagram-feed:hover .image-area::after {
  transition: all 0.4s;
  opacity: 0.5;
  transform: scale(1);
}
.single-instagram-feed:hover .image-area .insta-icon {
  transition: all 0.4s;
  transform: scale(1);
  opacity: 1;
}

.brads8-heading h4 {
  color: #0C0723;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 100% */
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.brands8-box {
  border-radius: 8px;
  background: var(--vtc-text-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
  display: flex;
  align-items: center;
  height: 87px;
  justify-content: center;
  margin-top: 30px;
  transition: all 0.4s;
}
.brands8-box:hover {
  transition: all 0.4s;
  transform: translateY(-8px);
}

.brands9-area h3 {
  color: #0C0723;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
  letter-spacing: -0.64px;
}

.brands9-single {
  width: 213px;
  height: 90px;
  background-color: var(--vtc-bg-common-21);
  border: 1px solid var(--vtc-bg-common-20);
  border-radius: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.brands9-single:hover {
  transition: all 0.4s;
  border: 1px solid var(--vtc-bg-main12);
}

.about9-progress-area .progress-container {
  position: relative;
  margin-top: 28px;
}
.about9-progress-area .progress-container .num {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.about9-progress-area .progress-container span strong {
  display: inline-block;
  color: #0C0723;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
}
.about9-progress-area .progress-container .progress {
  flex: 1;
  height: 10px;
  background-color: #eeeeee;
  border-radius: 5px;
  position: relative;
  margin-top: 16px;
}
.about9-progress-area .progress-container .progress-bar {
  background-color: var(--vtc-bg-main12);
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.about9-progress-area .progress-container .progress-thumb {
  width: 14px;
  height: 14px;
  background-color: var(--vtc-bg-main12);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.growth-box {
  text-align: center;
  transition: all 0.4s;
}
.growth-box .num {
  color: var(--vtc-text-title2);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  background-color: #DFE4FF;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  margin: auto;
}
.growth-box h4 {
  color: var(--vtc-text-title2);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  padding-top: 32px;
}
.growth-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.growth-box-perent {
  position: relative;
}
.growth-box-perent::after {
  content: "";
  position: absolute;
  left: 0;
  top: 53px;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-common-22);
  z-index: -1;
  transform: rotateY(47deg);
}

.categories-buttons {
  text-align: center;
}
.categories-buttons .nav li {
  display: inline-block;
  margin: 0px 5px;
}
.categories-buttons .nav li button {
  color: #3D4C5E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  padding: 13px 20px;
  border-radius: 30px;
  background: var(--vtc-bg-common-1);
  border-radius: 30px;
}
.categories-buttons .nav li button.active {
  background: var(--vtc-bg-main4);
}

.portfolio-box {
  background-color: var(--vtc-bg-common-1);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  transition: all 0.4s;
}
.portfolio-box .image-area {
  position: relative;
}
.portfolio-box .image-area .image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.portfolio-box .image-area .image img {
  width: 100%;
}
.portfolio-box .image-area .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  transition: all 0.4s;
}
.portfolio-box .image-area .arrow {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  background-color: var(--vtc-bg-main4);
  border-radius: 50%;
  color: var(--vtc-text-white);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 3;
  transition: all 0.4s;
  transform: scale(1.5);
  opacity: 0;
}
.portfolio-box .image-area .arrow:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.portfolio-box .content-area {
  padding: 24px 24px 32px 24px;
}
.portfolio-box .content-area span {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.portfolio-box .content-area a {
  display: block;
  color: var(--vtc-text-title1);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  padding-top: 20px;
  transition: all 0.4s;
}
.portfolio-box .content-area a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.portfolio-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--vtc-text-white);
}
.portfolio-box:hover .image-area .image::after {
  opacity: 0.4;
  transition: all 0.4s;
}
.portfolio-box:hover .arrow {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
  transition: all 0.4s;
}
.portfolio-box:hover .content-area span {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}

.portfolio-box2 {
  background-color: var(--vtc-text-white);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  transition: all 0.4s;
}
.portfolio-box2 .image-area {
  position: relative;
}
.portfolio-box2 .image-area .image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.portfolio-box2 .image-area .image img {
  width: 100%;
}
.portfolio-box2 .image-area .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  transition: all 0.4s;
}
.portfolio-box2 .image-area .arrow {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  background-color: var(--vtc-bg-main4);
  border-radius: 50%;
  color: var(--vtc-text-white);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 3;
  transition: all 0.4s;
  transform: scale(1.5);
  opacity: 0;
}
.portfolio-box2 .image-area .arrow:hover {
  transition: all 0.4s;
  background-color: var(--vtc-text-title1);
}
.portfolio-box2 .content-area {
  padding: 24px 24px 32px 24px;
}
.portfolio-box2 .content-area span {
  display: inline-block;
  color: var(--vtc-text-pera1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
  text-transform: capitalize;
  transition: all 0.4s;
}
.portfolio-box2 .content-area a {
  display: block;
  color: var(--vtc-text-title1);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  padding-top: 20px;
  transition: all 0.4s;
}
.portfolio-box2 .content-area a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.portfolio-box2:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  background-color: var(--vtc-text-white);
}
.portfolio-box2:hover .image-area .image::after {
  opacity: 0.4;
  transition: all 0.4s;
}
.portfolio-box2:hover .arrow {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
  transition: all 0.4s;
}
.portfolio-box2:hover .content-area span {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}

.others-form-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.others15-form-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .others15-form-area {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others15-form-area {
    border-radius: 8px;
  }
}
.others15-form-area .form15-bg {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .others15-form-area .form15-bg {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others15-form-area .form15-bg {
    margin-bottom: 16px;
  }
}
.others15-form-area .form15-bg i {
  position: absolute;
  top: 20px;
  left: 29px;
  z-index: 3;
  font-size: 18px;
}
.others15-form-area .form15-bg input {
  width: 100%;
  border-radius: 90px;
  border: 1px solid rgba(18, 7, 52, 0.1);
  background: var(--Home-Page-7-Color-Gray, #F8F6FC);
  padding: 18px 20px 18px 46px;
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  outline: none;
}
.others15-form-area .form15-bg input::-moz-placeholder {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.others15-form-area .form15-bg input::placeholder {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.others-form-section1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.others16-form-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .others16-form-area {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others16-form-area {
    border-radius: 8px;
  }
}
.others16-form-area .form15-bg {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .others16-form-area .form15-bg {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others16-form-area .form15-bg {
    margin-bottom: 16px;
  }
}
.others16-form-area .form15-bg i {
  position: absolute;
  top: 20px;
  left: 29px;
  z-index: 3;
}
.others16-form-area .form15-bg input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(18, 7, 52, 0.1);
  background: var(--vtc-text-white);
  padding: 18px 20px 18px 46px;
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  outline: none;
}
.others16-form-area .form15-bg input::-moz-placeholder {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.others16-form-area .form15-bg input::placeholder {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.others18-section-area {
  position: relative;
  z-index: 1;
}
.others18-section-area .others-boxarea {
  position: relative;
  border-radius: 8px;
  background: rgba(64, 139, 255, 0.1);
  padding: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.others18-section-area .others-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  transition: all 0.4s;
  left: 0;
  top: 0;
  border-radius: 8px;
  background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
  z-index: -1;
}
.others18-section-area .others-boxarea:hover::after {
  width: 100%;
  transition: all 0.4s;
}
.others18-section-area .others-boxarea:hover h3 {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.others18-section-area .others-boxarea:hover a {
  color: var(--vtc-text-white);
  transition: all 0.4s;
}
.others18-section-area .others-boxarea:hover a img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.others18-section-area .others-boxarea h3 {
  color: var(--vtc-text-title5);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  transition: all 0.4s;
}
.others18-section-area .others-boxarea a {
  color: var(--vtc-text-pera4);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}
.others18-section-area .others-boxarea a img {
  margin: 0 4px 0 0;
  transition: all 0.4s;
}

.others21-scetion-area {
  position: relative;
  z-index: 1;
}
.others21-scetion-area span.border {
  border: 1px solid #E5E7EB;
  height: 80px;
  text-align: center;
  display: block;
  width: 1px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .others21-scetion-area span.border {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others21-scetion-area span.border {
    display: none;
  }
}
.others21-scetion-area .logo-content {
  position: relative;
}
.others21-scetion-area .logo-content p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.4s;
  padding-left: 90px;
}
.others21-scetion-area .logo-content img {
  position: absolute;
}
.others21-scetion-area .others21-counter-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .others21-scetion-area .others21-counter-boxes {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others21-scetion-area .others21-counter-boxes {
    margin-top: 50px;
  }
}
.others21-scetion-area .others21-counter-boxes .counter21-box {
  position: relative;
  z-index: 1;
}
.others21-scetion-area .others21-counter-boxes .counter21-box img {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}
.others21-scetion-area .others21-counter-boxes .counter21-box h2 {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.others21-scetion-area .others21-counter-boxes .counter21-box p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.skills21-section-area {
  position: relative;
  z-index: 1;
}
.skills21-section-area .skills-header21 {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .skills21-section-area .skills-header21 {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills21-section-area .skills-header21 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.skills21-section-area .skills-header21 .progress-bar {
  margin-bottom: 20px;
}
.skills21-section-area .skills-header21 label {
  font-size: var(--f-fs-font-16);
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  font-family: var(--f-ff-font-1);
  justify-content: space-between;
  color: var(--vtc-text-pera7);
}
.skills21-section-area .skills-header21 .progress {
  background-color: #E5E7EB;
  border-radius: 20px;
  height: 10px;
  position: relative;
}
.skills21-section-area .skills-header21 .progress-inner {
  background-color: var(--vtc-text-text12);
  height: 100%;
  border-radius: 20px;
  transition: width 0.4s ease;
}
.skills21-section-area .img1 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid var(--gray-200, #E5E7EB);
  background: var(--primary-50, #EBF5FF);
  padding: 8px;
}

.skill24-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.skill24-section .skills-header .progress-container {
  display: flex;
  gap: 40px;
}
.skill24-section .skills-header .progress-circle {
  position: relative;
  width: 100px;
  height: 100px;
  background: conic-gradient(#FB3F52 0% 96%, #e6e6e6 96% 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  margin-top: 28px;
}
.skill24-section .skills-header .progress-circle::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
}
.skill24-section .skills-header .progress-value {
  position: absolute;
  font-weight: bold;
  font-size: var(--f-fs-font-24);
  color: var(--vtc-text-title11);
  line-height: 24px;
}
.skill24-section .skills-header .progress-label {
  font-weight: bold;
  color: var(--vtc-text-title11);
  font-size: var(--f-fs-font-18);
  line-height: 18px;
  display: inline-block;
}

@media (max-width: 767px) {
  .skill24-images-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill24-images-area {
    margin-top: 30px;
  }
}
.skill24-images-area .img1 img {
  border-radius: 8px;
}
.skill24-images-area .img2 {
  position: relative;
  margin-top: -310px;
}
@media (max-width: 767px) {
  .skill24-images-area .img2 {
    margin-top: 30px;
  }
}
.skill24-images-area .img2 img {
  border-radius: 50%;
  padding: 10px;
  background: var(--vtc-text-white);
}

.others21-author-section {
  position: relative;
  z-index: 1;
}
.others21-author-section .others21-boxarea {
  position: relative;
  z-index: 1;
  background: #F3F4F6;
  border-radius: 8px;
  transition: all 0.4s;
  border: 1px solid var(--vtc-text-white);
  padding: 30px;
  margin-top: 30px;
  text-align: center;
}
.others21-author-section .others21-boxarea img {
  height: 40px;
}
.others21-author-section .others21-boxarea:hover {
  border-radius: 4px;
  border: 1px solid var(--gray-300, #D1D5DB);
  background: var(--vtc-text-white);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.slider24-bottom-slider .marketing {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  color: var(--vtc-text-white);
  text-transform: uppercase;
}
.slider24-bottom-slider .brand-single-box {
  display: inline-block;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .slider24-bottom-slider .theme-title h2 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .slider24-bottom-slider .theme-title p {
    font-size: 16px;
  }
  .slider24-bottom-slider .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .slider24-bottom-slider .header-top, .slider24-bottom-slider .right-nav {
    display: none !important;
  }
  .slider24-bottom-slider .admin-bar .sticky-header.fixed-header {
    top: 0;
  }
  .slider24-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: none;
  }
  .slider24-bottom-slider .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    width: 100%;
  }
  .slider24-bottom-slider .counter span {
    font-size: 40px;
  }
  .slider24-bottom-slider blockquote {
    padding: 140px 20px 20px 20px !important;
  }
  .slider24-bottom-slider blockquote:after {
    width: 100%;
    height: 100px;
  }
  .slider24-bottom-slider #header-wrap .navbar-brand.logo, .slider24-bottom-slider .sticky-header .navbar-brand.logo {
    margin-top: 0;
    box-shadow: none;
    padding: 15px 0;
  }
  .slider24-bottom-slider .comment-navigation .nav-links, .slider24-bottom-slider .posts-navigation .nav-links, .slider24-bottom-slider .post-navigation .nav-links {
    display: block;
  }
  .slider24-bottom-slider .comment-navigation .nav-previous, .slider24-bottom-slider .posts-navigation .nav-previous, .slider24-bottom-slider .post-navigation .nav-previous {
    padding-right: 0;
  }
  .slider24-bottom-slider .comment-navigation .nav-next, .slider24-bottom-slider .posts-navigation .nav-next, .slider24-bottom-slider .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }
  .slider24-bottom-slider .elementor-widget-contact-btn h2 {
    font-size: 50px;
    line-height: 110px;
  }
  .slider24-bottom-slider .elementor-widget-contact-btn .round-text {
    width: 130px;
    height: 130px;
  }
  .slider24-bottom-slider .testimonial.style-1 {
    display: block;
    margin: 0;
  }
  .slider24-bottom-slider .testimonial.style-1 .testimonial-img {
    width: 100%;
  }
  .slider24-bottom-slider .testimonial.style-1 .testimonial-content {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .slider24-bottom-slider .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .slider24-bottom-slider .service-list {
    padding-left: 0;
  }
  .slider24-bottom-slider .service-item.style-1 {
    position: relative;
  }
  .slider24-bottom-slider .service-list .service-item.style-1 .service-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
  }
  .slider24-bottom-slider .service-list .service-item.style-1.active .service-image {
    top: 0;
  }
  .slider24-bottom-slider .service-item.style-1 .rounded-button {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 30px;
  }
  .slider24-bottom-slider .marquee-text {
    font-size: 60px;
    line-height: 67px;
    animation: marquee 10s linear infinite;
  }
  .slider24-bottom-slider .round-text {
    width: 130px;
    height: 130px;
  }
  .slider24-bottom-slider .text-btn-icon {
    font-size: 40px;
  }
  .slider24-bottom-slider .price-table {
    display: block;
  }
  .slider24-bottom-slider .price-value h2 {
    font-size: 60px;
  }
  .slider24-bottom-slider .price-list {
    margin-top: 30px;
  }
  .slider24-bottom-slider .portfolio-list {
    padding-left: 0;
  }
  .slider24-bottom-slider .portfolio-item.style-2 {
    position: relative;
  }
  .slider24-bottom-slider .portfolio-list .portfolio-item.style-2 .portfolio-image {
    left: auto;
    right: 0;
    z-index: 9;
    width: 170px;
    top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .slider24-bottom-slider .portfolio-list .portfolio-item.style-2.active .portfolio-image {
    top: 0;
  }
  .slider24-bottom-slider .portfolio-item.style-2.active .portfolio-image:after {
    height: 100px;
    width: 100px;
    right: 40px;
    bottom: -40px;
  }
  .slider24-bottom-slider .portfolio-list.portfolio-six .portfolio-desc h4 {
    font-size: 30px;
  }
  .slider24-bottom-slider .award-items {
    display: block;
  }
  .slider24-bottom-slider .award-title {
    width: 100%;
  }
  .slider24-bottom-slider .slider-img:after {
    height: 300px;
    width: 300px;
    bottom: -150px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.slider24-bottom-slider .marquee-wrap {
  width: 100%;
  position: relative;
  margin-top: 0px;
  padding-bottom: 40px;
  padding-top: 24px;
  transform: rotate(0deg);
}
.slider24-bottom-slider .marquee-wrap, .slider24-bottom-slider .marquee-title {
  overflow: hidden;
  display: block;
  height: auto;
  position: relative;
  bottom: 0;
}
.slider24-bottom-slider .marquee-text {
  animation: marquee 50s linear infinite;
  margin-top: -5px;
  position: relative;
  font-size: 100px;
  width: 100%;
  white-space: nowrap;
  line-height: 67px;
  font-weight: 600;
  font-family: var(--theme-typography-secondory-font-family);
  color: var(--theme-white-color);
}
.slider24-bottom-slider .marquee-text i {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 30px;
  color: var(--theme-text-dark-color);
}
.slider24-bottom-slider .marquee-title .marquee-text {
  -webkit-text-stroke: 1px var(--theme-white-color);
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.slider24-bottom-slider .brand-single-box {
  position: relative;
}
.slider24-bottom-slider .brand-single-box svg {
  position: relative;
  margin-top: -15px;
}

/*
 ::::::::::::::::::::::::::
  others AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CONTACT AREA CSS
::::::::::::::::::::::::::
*/
.contact2-form .single-input {
  margin-top: 20px;
}
.contact2-form .single-input input, .contact2-form .single-input textarea, .contact2-form .single-input select {
  border: none;
  background-color: var(--vtc-bg-common-5);
  border-radius: 4px;
  padding: 16px;
  width: 100%;
}
.contact2-form .single-input input::-moz-placeholder, .contact2-form .single-input textarea::-moz-placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
}
.contact2-form .single-input input::placeholder, .contact2-form .single-input textarea::placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
}
.contact2-form .single-input input:focus, .contact2-form .single-input textarea:focus {
  outline-width: 1px;
  outline-style: solid;
}
.contact2-form .single-input input:focus::-moz-placeholder, .contact2-form .single-input textarea:focus::-moz-placeholder {
  opacity: 0;
}
.contact2-form .single-input input:focus::placeholder, .contact2-form .single-input textarea:focus::placeholder {
  opacity: 0;
}
.contact2-form .single-input .nice-select.wide {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  border: none;
  background-color: var(--vtc-bg-common-5);
  height: 54px;
  line-height: 54px;
}

.contact4-images {
  position: relative;
}
.contact4-images .shape {
  position: absolute;
  top: -30px;
  right: -30px;
}

.contact4-form-area .single-input {
  margin-top: 20px;
}
.contact4-form-area .single-input input, .contact4-form-area .single-input textarea, .contact4-form-area .single-input select {
  border: none;
  background-color: var(--vtc-bg-common-5);
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contact4-form-area .single-input input::-moz-placeholder, .contact4-form-area .single-input textarea::-moz-placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  opacity: 0.8;
}
.contact4-form-area .single-input input::placeholder, .contact4-form-area .single-input textarea::placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  opacity: 0.8;
}
.contact4-form-area .single-input input:focus, .contact4-form-area .single-input textarea:focus {
  outline-color: var(--vtc-bg-main6);
  outline-width: 1px;
  outline-style: solid;
}
.contact4-form-area .single-input input:focus::-moz-placeholder, .contact4-form-area .single-input textarea:focus::-moz-placeholder {
  opacity: 0;
}
.contact4-form-area .single-input input:focus::placeholder, .contact4-form-area .single-input textarea:focus::placeholder {
  opacity: 0;
}
.contact4-form-area .single-input .nice-select.wide {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  border: none;
  background-color: var(--vtc-bg-common-5);
  height: 54px;
  line-height: 54px;
  opacity: 1;
}
.contact4-form-area .single-input .nice-select.wide .list {
  background-color: var(--vtc-bg-common-5);
}

.contact-page-box {
  background-color: var(--vtc-bg-common-3);
  padding: 32px;
  border-radius: 8px;
  display: flex;
  align-items: start;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-page-box {
    margin-top: 30px;
  }
}
.contact-page-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.contact-page-box .icon {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--vtc-bg-white);
  border-radius: 50%;
}
.contact-page-box .content {
  padding-left: 20px;
}
.contact-page-box .content h3 {
  color: #090B0E;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
  padding-bottom: 6px;
}
.contact-page-box .content a {
  display: block;
  color: #3D4C5E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  padding-top: 13px;
  transition: all 0.4s;
}
.contact-page-box .content a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}

.contact-map-page iframe {
  width: 100%;
  margin-bottom: -7px;
  height: 600px;
}

.contact-details-form {
  background-color: var(--vtc-bg-common-1);
  border-radius: 8px;
  padding: 32px;
}
.contact-details-form .single-input {
  margin-top: 20px;
}
.contact-details-form .single-input input, .contact-details-form .single-input textarea {
  border: none;
  background-color: var(--vtc-bg-white);
  border-radius: 4px;
  padding: 16px;
  width: 100%;
}
.contact-details-form .single-input input::-moz-placeholder, .contact-details-form .single-input textarea::-moz-placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
}
.contact-details-form .single-input input::placeholder, .contact-details-form .single-input textarea::placeholder {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
}
.contact-details-form .single-input input:focus, .contact-details-form .single-input textarea:focus {
  outline-color: var(--vtc-bg-main4);
  outline-width: 1px;
  outline-style: solid;
}
.contact-details-form .single-input input:focus::-moz-placeholder, .contact-details-form .single-input textarea:focus::-moz-placeholder {
  opacity: 0;
}
.contact-details-form .single-input input:focus::placeholder, .contact-details-form .single-input textarea:focus::placeholder {
  opacity: 0;
}
.contact-details-form .single-input .nice-select.wide {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  border: none;
  background-color: var(--vtc-bg-white);
  height: 54px;
  line-height: 54px;
}

.contact-inenr-area {
  position: relative;
  z-index: 1;
}
.contact-inenr-area .contact-heading .calnow-boxes {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(18, 7, 52, 0.1);
}
.contact-inenr-area .contact-heading .calnow-boxes:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .calnow-boxes:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .calnow-boxes .icons {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main15);
  transition: all 0.4s;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}
.contact-inenr-area .contact-heading .calnow-boxes .icons svg {
  filter: brightness(0) invert(1);
}
.contact-inenr-area .contact-heading .calnow-boxes .text h5 {
  color: var(--vtc-text-title3);
  font-family: var(----f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  margin: 0 8px 0 32px;
}
.contact-inenr-area .contact-heading .calnow-boxes .content a {
  color: var(--ztc-text-text-3);
  font-family: var(----f-ff-font-1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin: 0 0 0 8px;
}
.contact-inenr-area .contact-heading .calnow-boxes .content a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .contact-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  margin-top: 30px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact-inenr-area .contact-heading .contact-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inenr-area .contact-heading .contact-boxarea {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-inenr-area .contact-heading .contact-boxarea {
    margin-top: 30px;
  }
}
.contact-inenr-area .contact-heading .contact-boxarea:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .contact-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.contact-inenr-area .contact-heading .contact-boxarea .icons {
  height: 60px;
  width: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--vtc-bg-main15);
  transition: all 0.4s;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}
.contact-inenr-area .contact-heading .contact-boxarea .icons svg {
  filter: brightness(0) invert(1);
}
.contact-inenr-area .contact-heading .contact-boxarea .content-desc h4 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
}
.contact-inenr-area .contact-heading .contact-boxarea .content-desc a {
  color: var(--ztc-text-text-3);
  font-family: var(----f-ff-font-1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 30px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 8px;
}
.contact-inenr-area .contact-heading .contact-boxarea .content-desc a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}
.contact-inenr-area .contact-main-boxarea {
  position: sticky;
  z-index: 1;
  border-radius: 16px;
}
.contact-inenr-area .contact-main-boxarea h3 {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 24px;
}
.contact-inenr-area .contact-main-boxarea p {
  color: var(--Home-Page-4-Color-Paragraph-Color, #4E4B59);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}
.contact-inenr-area .contact-main-boxarea .input-area {
  margin-top: 16px;
}
.contact-inenr-area .contact-main-boxarea .input-area input {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  background: var(--vtc-bg-white);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  outline: none;
  border: none;
}
.contact-inenr-area .contact-main-boxarea .input-area input::-moz-placeholder {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
}
.contact-inenr-area .contact-main-boxarea .input-area input::placeholder {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
}
.contact-inenr-area .contact-main-boxarea .input-area .nice-select {
  color: var(--ztc-text-text-3);
  font-family: var(----f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  background: var(--vtc-bg-white);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  border: none;
  outline: none;
}
.contact-inenr-area .contact-main-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  right: 16px;
}
.contact-inenr-area .contact-main-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact-inenr-area .contact-main-boxarea .input-area textarea {
  color: var(--vtc-text-title3);
  font-family: var(--f-ff-font-1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  background: var(--vtc-bg-white);
  border-radius: 4px;
  padding: 18px 16px;
  width: 100%;
  height: 140px;
  border: none;
  outline: none;
}
.contact-inenr-area .contact-main-boxarea .input-area textarea::-moz-placeholder {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
}
.contact-inenr-area .contact-main-boxarea .input-area textarea::placeholder {
  color: var(--vtc-text-pera2);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
}
.contact-inenr-area .contact-main-boxarea .input-area button {
  border: none;
  outline: none;
}
.contact-inenr-area iframe {
  width: 100%;
  border-radius: 8px;
  height: 500px;
}
@media (max-width: 767px) {
  .contact-inenr-area iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inenr-area iframe {
    height: 400px;
  }
}

.contact18-section-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .contact18-section-area .contact18-boxarea {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact18-section-area .contact18-boxarea {
    margin-bottom: 30px;
  }
}
.contact18-section-area .contact18-boxarea h3 {
  color: var(--vtc-text-title5);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contact18-section-area .contact18-boxarea p {
  color: var(--vtc-text-pera4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.contact18-section-area .contact18-boxarea .input-area input {
  border-radius: 4px;
  background: var(--vtc-bg-white);
  width: 100%;
  color: var(--vtc-text-pera4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 16px;
  margin-top: 20px;
  border: none;
  outline: none;
}

.contact18-section-area .contact18-boxarea .input-area select {
  border-radius: 4px;
  background: var(--vtc-bg-white);
  width: 100%;
  color: var(--vtc-text-pera4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 16px;
  margin-top: 20px;
  border: none;
  outline: none;
}

.contact18-section-area .contact18-boxarea .input-area .nice-select span.current {
  color: var(--vtc-text-pera4);
  font-family: var(--ztc-family-font1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px !important;
}
.contact18-section-area .contact18-boxarea .input-area .nice-select::after {
  width: 7px;
  height: 7px;
}
.contact18-section-area .contact18-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact18-section-area .contact18-boxarea .input-area textarea {
  border-radius: 4px;
  background: var(--vtc-bg-white);
  width: 100%;
  color: var(--vtc-text-pera4);
  font-family: var(--ztc-family-font1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  padding: 18px 16px;
  margin-top: 20px;
  height: 120px;
  border: none;
  outline: none;
}
.contact18-section-area .contact18-boxarea .input-area button {
  border: none;
  outline: none;
}
.contact18-section-area .mapouter {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .contact18-section-area .mapouter {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact18-section-area .mapouter {
    padding: 0;
  }
}
.contact18-section-area .mapouter iframe {
  height: 594px !important;
  border-radius: 8px;
}

.contact19-section-area {
  position: relative;
  z-index: 1;
}
.contact19-section-area .contact19-info-area {
  background: var(--vtc-text-title6);
  border-radius: 8px;
  padding: 40px 40px;
  position: relative;
}
.contact19-section-area .contact19-info-area h3 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  line-height: var(--f-fs-font-24);
  color: var(--vtc-bg-white);
  font-weight: var(--f-fw-semibold);
  margin-bottom: 20px;
}
.contact19-section-area .contact19-info-area p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-bg-white);
  opacity: 80%;
  padding-bottom: 32px;
  border-bottom: 1px solid #216458;
}
.contact19-section-area .contact19-auhtor-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact19-section-area .contact19-auhtor-box {
    display: inline-block;
  }
}
.contact19-section-area .contact19-auhtor-box:hover .icons {
  background: var(--vtc-bg-main23);
  transition: all 0.4s;
}
.contact19-section-area .contact19-auhtor-box:hover .icons img {
  filter: brightness(0);
  transition: all 0.4s;
}
.contact19-section-area .contact19-auhtor-box .icons {
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #1E6459;
  line-height: 80px;
  margin: 0 24px 0 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact19-section-area .contact19-auhtor-box .icons {
    margin: 0 0 24px 0;
  }
}
.contact19-section-area .contact19-auhtor-box .icons img {
  transition: all 0.4s;
}
.contact19-section-area .contact19-auhtor-box .content h4 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  line-height: var(--f-fs-font-20);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-bg-white);
  transition: all 0.4s;
  margin-bottom: 16px;
}
.contact19-section-area .contact19-auhtor-box .content a {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-bg-white);
  opacity: 80%;
  display: block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .contact19-section-area .contact19-boxarea {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact19-section-area .contact19-boxarea {
    margin: 30px 0 0 0;
  }
}
.contact19-section-area .contact19-boxarea h3 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  line-height: var(--f-fs-font-24);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-title6);
  margin-bottom: 16px;
}
.contact19-section-area .contact19-boxarea p {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-26);
  font-weight: var(--f-fw-normal);
  color: var(--vtc-text-pera5);
}
.contact19-section-area .contact19-boxarea .input-area input {
  width: 100%;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-pera5);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  outline: none;
}

.contact19-section-area .contact19-boxarea .input-area select {
  width: 100%;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-pera5);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  outline: none;
  background: transparent;
}

.contact19-section-area .contact19-boxarea .input-area input::-moz-placeholder {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-pera5);
  font-weight: var(--f-fw-normal);
}
.contact19-section-area .contact19-boxarea .input-area input::placeholder {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-pera5);
  font-weight: var(--f-fw-normal);
}
.contact19-section-area .contact19-boxarea .input-area .nice-select {
  width: 100%;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-pera5);
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 54px;
  line-height: 52px;
  font-weight: var(--f-fw-normal);
}
.contact19-section-area .contact19-boxarea .input-area .nice-select::-moz-placeholder {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-pera5);
  opacity: 80%;
  font-weight: var(--f-fw-normal);
}
.contact19-section-area .contact19-boxarea .input-area .nice-select::placeholder {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-pera5);
  opacity: 80%;
  font-weight: var(--f-fw-normal);
}
.contact19-section-area .contact19-boxarea .input-area .nice-select .list {
  width: 100%;
}
.contact19-section-area .contact19-boxarea .input-area textarea {
  width: 100%;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  font-weight: var(--f-fw-semibold);
  color: var(--vtc-text-pera5);
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-top: 24px;
  height: 120px;
  outline: none;
}
.contact19-section-area .contact19-boxarea .input-area textarea::-moz-placeholder {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-pera5);
  font-weight: var(--f-fw-normal);
}
.contact19-section-area .contact19-boxarea .input-area textarea::placeholder {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
  color: var(--vtc-text-pera5);
  font-weight: var(--f-fw-normal);
}
.contact19-section-area .contact19-boxarea .input-area button {
  border: none;
  outline: none;
  margin-top: 24px;
}

.contact20-section-area {
  position: relative;
  z-index: 1;
}
.contact20-section-area .mapouter20 .gmap_canvas iframe {
  height: 600px;
  width: 100%;
}
.contact20-section-area .contact20-author-boxarea {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact20-section-area .contact20-author-boxarea .contact20-input-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact20-section-area .contact20-author-boxarea .contact20-input-area {
    margin-bottom: 30px;
  }
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area h4 {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 24px;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
}
@media (max-width: 767px) {
  .contact20-section-area .contact20-author-boxarea .contact20-input-area p {
    line-height: 26px;
  }
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area {
  margin-top: 20px;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area input {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  padding: 16px;
  width: 100%;
  outline: none;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area .nice-select {
  width: 100%;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  height: 52px !important;
  padding: 16px;
  line-height: 20px !important;
  width: 100%;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area .nice-select::after {
  width: 7px;
  height: 7px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area .nice-select.option.selected.focus {
  background: var(--vtc-bg-main24) !important;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area .nice-select ul {
  width: 100%;
  background: var(--vtc-text-title7);
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area .nice-select ul li.option.selected.focus {
  background: var(--vtc-bg-main24) !important;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area .nice-select ul li:hover {
  background: var(--vtc-bg-main24) !important;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area textarea {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  padding: 16px;
  width: 100%;
  height: 120px;
  outline: none;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
}
.contact20-section-area .contact20-author-boxarea .contact20-input-area .input-area button {
  border: none;
  outline: none;
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .contact20-section-area .contact20-author-boxarea .contact20-boxarea {
    margin: 0;
    display: block;
  }
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea:hover {
  background: var(--vtc-bg-white);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea:hover .icons {
  background: #EDECF9;
  transition: all 0.4s;
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea:hover .icons img {
  filter: none;
  transition: all 0.4s;
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea:hover .text a {
  color: var(--vtc-text-pera6);
  transition: all 0.4s;
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea:hover .text h4 {
  color: var(--vtc-text-title7);
  transition: all 0.4s;
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea .icons {
  background: rgba(255, 255, 255, 0.1);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea .icons img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea .text {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .contact20-section-area .contact20-author-boxarea .contact20-boxarea .text {
    padding-left: 0;
    padding-top: 20px;
  }
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea .text h4 {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  transition: all 0.4s;
}
.contact20-section-area .contact20-author-boxarea .contact20-boxarea .text a {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

.contact22-section-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .contact22-section-area .contact22-boxarea {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact22-section-area .contact22-boxarea {
    margin-bottom: 30px;
  }
}
.contact22-section-area .contact22-boxarea h3 {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.contact22-section-area .contact22-boxarea p {
  color: var(--vtc-text-pera8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.contact22-section-area .contact22-boxarea .input-area input {
  border-radius: 4px;
  background: var(--vtc-bg-white);
  width: 100%;
  color: var(--vtc-text-pera4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 16px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  outline: none;
}

.contact22-section-area .contact22-boxarea .input-area select {
  border-radius: 4px;
  background: var(--vtc-bg-white);
  width: 100%;
  color: var(--vtc-text-pera4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 16px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  outline: none;
}

.contact22-section-area .contact22-boxarea .input-area .nice-select {
  width: 100%;
  margin-top: 20px;
  padding: 18px 16px;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  height: 52px;
  line-height: 18px !important;
  color: var(--vtc-text-pera4) !important;
}
.contact22-section-area .contact22-boxarea .input-area .nice-select span.current {
  color: var(--vtc-text-pera4);
  font-family: var(--ztc-family-font1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 16px !important;
}
.contact22-section-area .contact22-boxarea .input-area .nice-select::after {
  width: 7px;
  height: 7px;
}
.contact22-section-area .contact22-boxarea .input-area .nice-select ul {
  width: 100%;
}
.contact22-section-area .contact22-boxarea .input-area textarea {
  border-radius: 4px;
  background: var(--vtc-bg-white);
  width: 100%;
  color: var(--vtc-text-pera4);
  font-family: var(--ztc-family-font1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 16px;
  padding: 18px 16px;
  margin-top: 20px;
  height: 120px;
  border-radius: 4px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  outline: none;
}
.contact22-section-area .contact22-boxarea .input-area button {
  border: none;
  outline: none;
}
.contact22-section-area .mapouter {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .contact22-section-area .mapouter {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact22-section-area .mapouter {
    padding: 0;
  }
}
.contact22-section-area .mapouter iframe {
  height: 594px !important;
  border-radius: 8px;
}

.contact23-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F9FAFB;
}
.contact23-section .contact-bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.contact23-section .contact24-img1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact23-section .contact24-img1 {
    position: relative;
  }
}
@media (max-width: 767px) {
  .contact23-section .contact24-img1 {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact23-heading {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact23-heading {
    margin-top: 40px;
  }
}
.contact23-heading .contact24-input {
  margin-top: 24px;
}
.contact23-heading .contact24-input input {
  width: 100%;
  outline: none;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 16px;
  color: var(--vtc-text-title10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 16px;
}
.contact23-heading .contact24-input input::-moz-placeholder {
  color: var(--vtc-text-pera9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 16px;
}
.contact23-heading .contact24-input input::placeholder {
  color: var(--vtc-text-pera9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 16px;
}
.contact23-heading .contact24-input textarea {
  width: 100%;
  outline: none;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 16px;
  color: var(--vtc-text-title10);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 16px;
  height: 120px;
}
.contact23-heading .contact24-input textarea::-moz-placeholder {
  color: var(--vtc-text-pera9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 16px;
}
.contact23-heading .contact24-input textarea::placeholder {
  color: var(--vtc-text-pera9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: 16px;
}
.contact23-heading .contact24-input button {
  border: none;
  outline: none;
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  PRICING AREA CSS
 ::::::::::::::::::::::::::
 */
.pricing-page-box {
  border-radius: 8px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
  transition: all 0.4s;
}
.pricing-page-box .pricing-list {
  background-color: var(--vtc-bg-common-3);
  padding: 32px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-page-box .pricing-list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .pricing-page-box .pricing-list {
    margin-top: 30px;
  }
}
.pricing-page-box .pricing-list h5 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-24); /* 100% */
}
.pricing-page-box .pricing-list ul {
  margin-top: 6px;
}
.pricing-page-box .pricing-list ul li {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-16); /* 100% */
  display: flex;
  align-items: center;
  padding-top: 19px;
}
.pricing-page-box .pricing-list ul li .check {
  display: inline-block;
  height: 18px;
  width: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: var(--vtc-bg-white);
  background-color: var(--vtc-bg-main4);
  margin-right: 8px;
}
.pricing-page-box .price-area h6 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-24); /* 100% */
}
.pricing-page-box .price-area h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-44);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-44); /* 100% */
  padding-top: 20px;
  padding-bottom: 16px;
}
.pricing-page-box .price-area h3 span {
  display: inline-block;
  font-size: var(--f-fs-font-16);
  line-height: var(--f-fs-font-16);
}
.pricing-page-box .price-area p {
  color: var(--vtc-text-pera1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-26); /* 144.444% */
}
.pricing-page-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.pricing17-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing17-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  padding: 24px;
  transition: all 0.4s;
  margin-top: 30px;
}
.pricing17-boxarea h5 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 24px; /* 100% */
  letter-spacing: -0.24px;
}
.pricing17-boxarea p.pera {
  color: var(--vtc-text-pera3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E9;
}
.pricing17-boxarea h2 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-56);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 56px;
}
.pricing17-boxarea h2 span {
  color: var(--vtc-text-pera3);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  display: inline-block;
}
.pricing17-boxarea .btn-area1 .theme-btn32 {
  width: 100%;
  text-align: center;
}
.pricing17-boxarea .pricin17-list ul li {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  padding-top: 20px;
}

.pricing17-boxarea .pricin17-list ul li span {
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: #1499FC;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-top: -2px;
  margin-right: 4px;
}
.pricing17-boxarea .pricin17-list ul li img {
  margin: -4px 6px 0 0;
}
.pricing17-boxarea .pricin17-list h3 {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  text-transform: capitalize;
}

.pricing17-boxarea2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  padding: 24px;
  transition: all 0.4s;
  margin-top: 30px;
  background: var(--vtc-bg-main21);
}
.pricing17-boxarea2 h5 {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-24);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 24px; /* 100% */
  letter-spacing: -0.24px;
}
.pricing17-boxarea2 p.pera {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #2BA3FC;
}
.pricing17-boxarea2 h2 {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-56);
  font-style: normal;
  font-weight: var(--f-fw-bold);
  line-height: 56px;
}
.pricing17-boxarea2 h2 span {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  display: inline-block;
}
.pricing17-boxarea2 .btn-area1 .theme-btn32 {
  width: 100%;
  text-align: center;
  background: var(--vtc-text-title4);
}
.pricing17-boxarea2 .pricin17-list ul li {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: 18px;
  padding-top: 20px;
}
.pricing17-boxarea2 .pricin17-list ul li img {
  margin: -4px 6px 0 0;
}
.pricing17-boxarea2 .pricin17-list h3 {
  color: var(--vtc-bg-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: 20px;
  text-transform: capitalize;
}

/*
::::::::::::::::::::::::::
 PRICING AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  SHOP AREA CSS
 ::::::::::::::::::::::::::
*/
.shop-tab-btn ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-tab-btn ul {
    display: block;
  }
}
@media (max-width: 767px) {
  .shop-tab-btn ul {
    display: block;
  }
}
.shop-tab-btn ul li .nav-link {
  background: none;
  padding: 0;
  margin-top: 20px;
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-18); /* 100% */
  text-transform: capitalize;
  position: relative;
}
.shop-tab-btn ul li .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: var(--vtc-bg-main5);
  transition: all 0.4s;
}
.shop-tab-btn ul li .nav-link.active {
  color: var(--vtc-bg-main5);
  background: none;
}
.shop-tab-btn ul li .nav-link.active::after {
  width: 100%;
}
.shop-tab-btn ul li .nav-link:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
}

.shop3-item {
  transition: all 0.4s;
}
.shop3-item .image-area {
  position: relative;
  overflow: hidden;
}
.shop3-item .image-area .image {
  overflow: hidden;
  border-radius: 8px;
}
.shop3-item .image-area .image img {
  width: 100%;
  transition: all 0.4s;
}
.shop3-item .image-area .button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -72px;
  opacity: 0;
  transform: translateY(80px) scale(0.4);
  transition: all 0.4s;
}
.shop3-item .content {
  text-align: center;
  padding-top: 22px;
}
.shop3-item .content h6 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-20); /* 100% */
  text-transform: capitalize;
}
.shop3-item .content h3 {
  color: var(--vtc-text-title1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-32); /* 100% */
  text-transform: capitalize;
  padding-top: 16px;
  transition: all 0.4s;
}
.shop3-item:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.shop3-item:hover .image-area .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.shop3-item:hover .image-area .button {
  transition: all 0.4s;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.shop3-item:hover .content h3 {
  transition: all 0.4s;
  color: var(--vtc-bg-main5);
}

/*
 ::::::::::::::::::::::::::
  SHOP AREA CSS
 ::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  FEATURES AREA CSS
 ::::::::::::::::::::::::::
 */
.features1-list li {
  margin-top: 16px;
  color: var(--vtc-text-title3);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: var(--f-fs-font-16); /* 100% */
  display: inline-flex;
  align-items: center;
}
.features1-list li .check {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main2);
  color: var(--vtc-bg-white);
  font-size: 14px;
  margin-right: 6px;
}

.features {
  position: relative;
  z-index: 2;
}
.features .sec-shape {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: -1;
}
.features .sec-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.features-images {
  position: relative;
  height: 500px;
  text-align: end;
}
@media (max-width: 767px) {
  .features-images {
    height: 400px;
    text-align: end;
    margin-top: 30px;
  }
}
.features-images .shape-bg2 {
  position: relative;
  top: -140px;
  right: -60px;
  z-index: -2;
}
.features-images .shape-bg2 .stop-color1 {
  stop-color: #F5F5FD;
}
.features-images .shape-bg2 .stop-color2 {
  stop-color: #F5F5FD;
}
@media (max-width: 767px) {
  .features-images .shape-bg2 {
    position: relative;
    top: 0;
    right: 0;
    z-index: -2;
  }
}
.features-images .image1 {
  position: absolute;
  right: 40px;
  top: 0;
}

.features4 .bg-border {
  position: relative;
}
.features4 .bg-border::after {
  content: "";
  position: absolute;
  top: 72px;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--vtc-border-2);
  transform: rotateY(42deg);
  z-index: -1;
}

.features4-box {
  position: relative;
  text-align: center;
}
.features4-box .icon-area {
  position: relative;
}
.features4-box .icon-area .icon {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-3);
  margin: auto;
}
.features4-box .icon-area .icon img {
  transition: all 0.4s;
}
.features4-box .icon-area .shape {
  filter: brightness(0);
  opacity: 0.3;
  transition: all 0.4s;
}
.features4-box .content-box {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  margin-top: 28px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s;
}
.features4-box .content-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--vtc-bg-main4);
  transition: all 0.4s;
  opacity: 0;
}
.features4-box .content-box p {
  transition: all 0.4s;
}
.features4-box:hover {
  transition: all 0.4s;
}
.features4-box:hover .icon-area .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.features4-box:hover .icon-area .shape {
  transition: all 0.4s;
  filter: none;
  opacity: 1;
}
.features4-box:hover .content-box {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.features4-box:hover .content-box h4 a {
  color: var(--vtc-bg-white);
  transition: all 0.4s;
}
.features4-box:hover .content-box p {
  color: var(--vtc-text-white80per);
  transition: all 0.4s;
}
.features4-box:hover .content-box::after {
  opacity: 1;
  transition: all 0.4s;
}

.features5-box {
  position: relative;
  padding: 20px 24px 20px 65px;
  margin: 30px 15px 0px 15px;
  background-color: var(--vtc-bg-white10per);
  border-radius: 8px;
  transition: all 0.4s;
}
.features5-box .icon {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 60px;
  background-color: var(--vtc-bg-main14);
  border-radius: 50%;
  border: 5px solid var(--vtc-bg-common-7);
  position: absolute;
  left: -18px;
  top: -10px;
}
.features5-box .icon img {
  transition: all 0.4s;
}
.features5-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.features5-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}

.features17-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .features17-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features17-img {
    margin-top: 30px;
  }
}
.features17-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.features17-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}
.features17-boxarea:hover .icons {
  background: var(--vtc-bg-main21);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}
.features17-boxarea:hover .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.features17-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 8px;
  background: #F3F7FF;
  display: inline-block;
  transition: all 0.4s;
}
.features17-boxarea .icons img {
  transition: all 0.4s;
}
.features17-boxarea .features17-content a {
  color: var(--vtc-text-title4);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
}
.features17-boxarea .features17-content a:hover {
  color: var(--vtc-bg-main21);
  transition: all 0.4s;
}
.features17-boxarea .features17-content p {
  color: var(--Home-Page-09-Color-Paragraph-Color, #4E4B59);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.features21-section-area {
  background: #F9FAFB;
  position: relative;
  z-index: 1;
}
.features21-section-area .features21-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 30px;
}
.features21-section-area .features21-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border-radius: 8px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.features21-section-area .features21-boxarea a {
  color: var(--vtc-text-title8);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  transition: all 0.4s;
  display: inline-block;
}
.features21-section-area .features21-boxarea a:hover {
  color: var(--vtc-bg-main25);
  transition: all 0.4s;
}
.features21-section-area .features21-boxarea p {
  color: var(--vtc-text-pera7);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.mt-16 { 
  margin-top: 16px;
}

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

.mt-12 {
  margin-top: 12px;
}

.team8-slider-btns {
    text-align: end;
    margin-bottom: 60px;
}

.case18-boxarea .img1 {
    height: 340px;
}


/*
::::::::::::::::::::::::::
 PREVIEW AREA CSS
::::::::::::::::::::::::::
*/
.preview-hero-section {
  position: relative;
  z-index: 1;
  padding: 180px 0 300px;
  overflow: hidden;
}
.preview-hero-section .circle-pre {
  position: absolute;
  right: 350px;
  bottom: 112px;
  height: 200px;
  width: 200px;
  animation: rotateTarget 3s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-hero-section .circle-pre {
    bottom: 70px;
    right: 250px;
  }
}
@media (max-width: 767px) {
  .preview-hero-section .circle-pre {
    height: 150px;
    width: 150px;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.preview-hero-section .pre-main-circle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  animation: ripple 10s ease-out infinite;
}
.preview-hero-section .pre-main-circle2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  animation: ripple2 8s ease-out infinite;
}
.preview-hero-section .demo-website {
  position: absolute;
  bottom: 200px;
  left: 200px;
  animation: swing 15s ease-in-out infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-hero-section .demo-website {
    bottom: 60px;
    left: 150px;
  }
}
@media (max-width: 767px) {
  .preview-hero-section .demo-website {
    height: 200px;
    width: 200px;
    left: 100px;
    bottom: 100px;
  }
}
.preview-hero-section .pre-elements {
  position: absolute;
  left: 200px;
  top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-hero-section .pre-elements {
    position: absolute;
    left: 0;
    top: 110px;
  }
}
@media (max-width: 767px) {
  .preview-hero-section .pre-elements {
    height: 100px;
    width: 100px;
    left: 0;
    top: 100px;
  }
}
.preview-hero-section .pre-elements2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-hero-section .pre-elements2 {
    bottom: -150px;
  }
}
@media (max-width: 767px) {
  .preview-hero-section .pre-elements2 {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.preview-hero-section .ltr-rtl {
  position: absolute;
  right: 200px;
  top: 260px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-hero-section .ltr-rtl {
    position: absolute;
    right: 0;
    top: 150px;
  }
}
@media (max-width: 767px) {
  .preview-hero-section .ltr-rtl {
    height: 150px;
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    right: 0;
    top: 80px;
  }
}
.preview-hero-section .preview-cloud-images {
  position: absolute;
  bottom: 0;
  width: 100%;
  top: 730px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .preview-hero-section .preview-cloud-images {
    top: 900px;
  }
}
@media (max-width: 767px) {
  .preview-hero-section .preview-cloud-images {
    top: 880px;
  }
}
.preview-hero-section .preview-cloud-images .cloud-images .cloud-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.preview-hero-section .preview-cloud4 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.preview-hero-section .preview-heading h2 {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 80px;
}
.preview-hero-section .preview-heading p {
  color: var(--vtc-text-white);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-32);
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.preview-hero-section .preview-heading p span {
  color: #AEFF1C;
  text-decoration: underline;
}
.preview-hero-section .preview-heading .theme-lan img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.preview-footer-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.preview-footer-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #020D0E;
  opacity: 80%;
  left: 0;
  top: 0;
  z-index: -1;
}
.preview-footer-area .p-footer-heading h2 {
  color: var(--vtc-text-white);
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-60);
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}
@media (max-width: 767px) {
  .preview-footer-area .p-footer-heading h2 {
    font-size: var(--f-fs-font-32);
    line-height: 40px;
  }
}

.vl-preview-btn {
  color: var(--vtc-text-title9);
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 18px 24px;
  text-transform: uppercase;
  background: var(--vtc-bg-main1);
  border-radius: 8px;
  transition: all 0.4s;
}
.vl-preview-btn svg {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -3px 4px 0 0;
}
.vl-preview-btn:hover {
  background: var(--vtc-bg-main2);
  color: var(--vtc-text-title9);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.vl-pre-feature-area {
  background: #F7F7F7;
}

.vl-feature-content .total-demo {
  text-align: center;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
  background: linear-gradient(175deg, #111 4.15%, rgba(17, 17, 17, 0.2) 84.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vl-feature-content .feature-title {
  color: #020D0E;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 16px;
}

.vl-feature-box {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
  background: #fff;
}

.vl-fearure-thumb {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  border-radius: 8px;
  overflow: hidden;
}

.vl-fearure-thumb img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.vl-feature-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(16, 17, 16, 0.8);
  z-index: 1;
  transition: all 0.5s ease;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.vl-feature-thumb-btn .vl-preview-btn {
  position: absolute;
  top: 70%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease;
  margin: 0 auto;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.vl-feature-box:hover::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.vl-feature-box:hover .vl-feature-thumb-btn .vl-preview-btn {
  top: 50%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.vl-feature-title {
  color: #020D0E;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 24px;
}

.vl-pre-feature-area .nav {
  justify-content: center;
}

.vl-pre-feature-area .nav-link {
  padding: 10px 20px;
  color: #020D0E;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 99px;
  background: #fff;
  margin: 0 12px;
}

.vl-pre-feature-area .nav-link.active {
  background: var(--vtc-bg-main1);
  color: var(--vtc-text-title9);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 20px;
  border-radius: 99px;
  transition: all 0.3s ease;
}

.vl-icon-box-sec-title .subtitle {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  display: inline-block;
  border-radius: 4px;
  background: #EDF3F2;
  border-radius: 4px;
  padding: 10px 14px;
  margin-bottom: 16px;
  color: #020D0E;
}

.vl-icon-box-sec-title .title {
  color: #020D0E;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  font-family: var(--f-ff-font-1);
}

.vl-iconbox-wrap {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 36px;
  text-align: center;
}

.vl-iconbox-wrap .icon span {
  background: #FFFFFF;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  line-height: 100px;
  display: inline-block;
  transition: 0.3s;
}

.vl-iconbox-wrap:hover .icon span {
  transform: rotateY(180deg);
  transition: 0.3s;
}

.vl-iconbox-wrap .vl-icon-box-content .title {
  color: #020D0E;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  padding-top: 24px;
  padding-bottom: 16px;
}

.vl-iconbox-wrap .vl-icon-box-content p {
  color: #5B5D61;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.marquee-area {
  position: relative;
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
  background: #AEFF1C;
  padding: 34px;
  z-index: 2;
}

.track span svg {
  position: relative;
  left: -30px;
  filter: brightness(0);
}

.track p {
  color: #111111;
  font-family: var(--f-ff-font-1);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

@media screen and (min-device-width: 1400px) and (max-device-width: 1599px) {
  .track p {
    color: #111111;
    font-family: var(--f-ff-font-1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
  }
  .track span svg {
    position: relative;
    left: 0px;
    filter: brightness(0);
  }
}
@keyframes swing {
  0% {
    transform: translateX(-50%) rotate(6deg);
  }
  25% {
    transform: translateX(-50%) rotate(-6deg);
  }
  50% {
    transform: translateX(-50%) rotate(4deg);
  }
  75% {
    transform: translateX(-50%) rotate(-4deg);
  }
  100% {
    transform: translateX(-50%) rotate(6deg);
  }
}
@keyframes rotateTarget {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* Hanging swing effect */
@keyframes swing1 {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@keyframes smoothPopup {
  0% {
    transform: scale(0.5) translateY(80px);
    opacity: 0;
    filter: blur(10px);
  }
  60% {
    transform: scale(1.05) translateY(-10px);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
/* Border glowing pulse */
@keyframes pulse {
  0% {
    box-shadow: 0 0 20px rgba(0, 255, 150, 0.4);
  }
  50% {
    box-shadow: 0 0 40px rgba(0, 255, 150, 0.8);
  }
  100% {
    box-shadow: 0 0 20px rgba(0, 255, 150, 0.4);
  }
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: translate(50%, 50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(50%, 50%) scale(2.2);
    opacity: 0;
  }
}

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