/*
============================
Name:  SEOX - SEO and Digital Marketing Agency Template
Version: 1.0.0
Description: SEOX - SEO and Digital Marketing Agency Template
Author:  Unifato
Author URI: https://themeforest.net/user/Unifato/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;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #FF6915;
  border-radius: 0;
}
.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;
}

.sp2 {
  padding: 120px 0px;
}

.sp3 {
  padding: 80px 0px;
}

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

.space6 {
  height: 6px;
}

.space28 {
  height: 28px;
}

.space8 {
  height: 8px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space24 {
  height: 24px;
}

.space32 {
  height: 32px;
}

.space10 {
  height: 10px;
}

.space5 {
  height: 5px;
}

.space5 {
  height: 5px;
}

@media (max-width: 767px) {
  .sm\:pt-0{
    padding-top:0!important
  }
  .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) {
  .service25-tabs-area ul li button.nav-link {
    height:90px
  }
  .service25-tabs-area {
  max-height: 250px;
  padding: 20px;
  overflow-y: auto;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: var(--vtc-bg-main6) #f1f1f1;
}

/* Chrome, Edge, Safari */
.service25-tabs-area::-webkit-scrollbar {
  width: 6px;
}

.service25-tabs-area::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.service25-tabs-area::-webkit-scrollbar-thumb {
  background: #ec0000;
  border-radius: 10px;
  transition: 0.3s;
}

.service25-tabs-area::-webkit-scrollbar-thumb:hover {
  background: #ff0000;
}
  .md\:pt-0{
    padding-top:0!important
  }
  .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-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-text-title1: #090B0E;
  --vtc-text-title2: #0B0314;
  --vtc-text-pera1: #3D4C5E;
  --vtc-text-white: #fff;
  --vtc-text-dark-blue: #111244;
  --vtc-text-white80per: rgba(255, 255, 255, 0.8274509804);
  --vtc-text-white70per: rgba(255, 255, 255, 0.6901960784);
  --vtc-bg-main1: #ADFF1C;
  --vtc-bg-main2: #c6ff63;
  --vtc-bg-main3: #BD3F3D;
  /* --vtc-bg-main4: #155FFF; */
  --vtc-bg-main4: #ec6e20;
  --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-main25:#0d9368;
  /* --vtc-bg-main13: #3546A3; */
  --vtc-bg-main13: #0d9468;
  --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-ex-bold);
  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-ex-bold);
  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-ex-bold);
  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: #fd65437d;
  font-family: Outfit;
  font-size: 85px;
  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-ex-bold);
  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-main4);
}
.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-main25);
}
.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-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% */
  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-ex-bold);
  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-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% */
  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-ex-bold);
  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;
}

/*============================
++++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-main13);
  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-main13);
  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 #fff;
  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;
  }
}

/*
::::::::::::::::::::::::::
 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;
  border-radius: 111px;
}
.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-16);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-20); /* 100% */
  padding: 10px 10px 10px 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: #000;
  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);*/
/*  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-btn10 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 15px 10px 15px 15px;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  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: 52px;
  overflow: hidden;
  border: none;
  transition: all 0.4s;
}
.theme-btn10::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 20%;
    transition: all 0.4s;
    left: 10px;
    top: 10px;
    z-index: 1;
}
.theme-btn10:hover::before{
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--vtc-text-title9);
  opacity: 10%;
  transition: all 0.4s;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.theme-btn10 .arrow1, .theme-btn16 .arrow2 {
  display: inline-block;
  transform: rotate(-45deg) translateX(0px);
  font-size: 17px;
  position: relative;
  z-index: 2;
}
.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;
  margin-left:10px;
}
.theme-btn10:hover {
  color: var(--vtc-text-white);
  background: linear-gradient(45deg,var(--vtc-bg-main4),var(--vtc-text-white));
  transition: all 0.4s;
  transform: translateY(-5px);
  box-shadow:0 10px 30px rgba(0, 0, 0, 0.15)
}
.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:hover::after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  opacity: 1;
    margin-left: -20px;
}


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

/* btn 15 */
.theme-btn15 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 15px 10px 15px 15px;
  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-20); /* 100% */
  z-index: 2;
  background: var(--vtc-text-white);
  border-radius: 52px;
  overflow: hidden;
  border: none;
  transition: all 0.4s;
}
.theme-btn15::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--vtc-text-title9);
  opacity: 10%;
  transition: all 0.4s;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.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;
}



/* btn16 */

.theme-btn16 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 15px 10px 15px 15px;
  color: var(--vtc-text-white);
  font-size: var(--f-fs-font-16);
  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: 52px;
  overflow: hidden;
  border: none;
  transition: all 0.4s;
}
.theme-btn16::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 20%;
    transition: all 0.4s;
    left: 10px;
    top: 10px;
    z-index: 1;
}
.theme-btn16:hover::before{
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--vtc-text-title9);
  opacity: 10%;
  transition: all 0.4s;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.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-main4);
  color: var(--vtc-text-white);
  transition: 500ms;
  overflow: hidden;
  border-radius: 50px;
  padding: 10px 8px 10px 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;
}

/*
 ::::::::::::::::::::::::::
     BUTOTNS 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: 767px) {
  .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 {
  background-color: var(--vtc-bg-main6);
  border-radius: 8px;
  padding: 32px;
  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;
  margin-top: 40px;
}
.cta4-form-area .form-area input {
  padding: 16px;
  border: none;
  border-radius: 111px;
  margin-right: 130px;
  width: 390px;
  position: relative;
}
.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) {
  .cta10 .cta10-bg {
    padding: 60px 20px;
  }
  .cta9-form {
    margin-right: 0;
  }
}
.cta9-form input {
  width: 100%;
  padding: 21px;
  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 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 {
  max-height:800px;
  min-height: 600px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
    .hero5-bg::after {
        display: none!important;
    }
}
#contact .about2-images .image1 {
    max-width:250px!important
  }
@media screen and (min-width:768px) and (max-width:1499px) {
  .project13-boxarea .project13-content .title {
    font-size: var(--f-fs-font-18);
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
    #contact .about2-images .image1 {
        max-width:250px!important
    }
}
    #contact .about2-images .image1 {
        max-width:200px!important
    }
@media screen and (min-width:992px) and (max-width:1499px) {
    
    #contact .about2-images .image1 {
        max-width:200px!important;
        top:-80px;
    }
}
@media screen and (max-width:767px){
  #contact .about2-images .image1 {
    max-width:200px!important
  }
  .project13-boxarea .project13-content .title {
    font-size: var(--f-fs-font-18);
  }
}
.hero5-bg::after {
  content: "";
  position: absolute;
  top: 93px;
  right: 0;
  width: 50%;
  height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  background-image: url(../img/bg/career-banner-side-image.webp);
  z-index: 1;
}
.hero5 .hero5-bg .main-heading5 {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5 .hero5-bg .main-heading5 {
        padding-top: 30px!important;
        padding-bottom: 350px!important;
    }
  .hero5-bg::after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    width: 100%;
    height: 40%;
    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: 0;
  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-main4);
} */
.main-heading5 h1 .unic-text2 {
  background: linear-gradient(270deg,var(--vtc-bg-main4),white);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.main-heading5 h1 .unic-text2::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: var(--vtc-bg-main4);
}
.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-ex-bold);
  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 .single.client-logos {
    width:auto!important
  }
  .hero7-brand-area.client-logos-area {
    margin-top:30px;
    padding: 30px; 
  }
}
@media (min-width: 992px) {
.hero7-brand-area.client-logos-area {
  padding-top:220px;
  margin-top:-80px;
  padding-left:150px;
  padding-right:150px;

}
}
.hero7-brand-area.client-logos-area {
    background: url(../img/industry/hospitality/brand-logo-bg.webp);
        background-blend-mode: overlay;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: rgba(0, 0, 0, 0.5);
        background-attachment: fixed;
}
.hero7-brand-area.client-logos-area .all-borders {
  position:relative;
    background: #ffffff24;
    backdrop-filter: blur(10px);
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}
.hero7-brand-area.client-logos-area .all-borders::before {
  content:"";
  position:absolute;
      top: 0px;
    width: 100%;
    height: 5px;
    right: 0;
    background: #000;
}
.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); */
  /* 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.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero7-slider .single.client-logos{
    width: 150px;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    mix-blend-mode: multiply;
    border-radius: 5px;
}
.hero7-slider .single img {
  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: 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;
  }
  .heading6-w .sub-title, .heading6 .sub-title{
      font-size:30px;
  }
}
.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: 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;
}

.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-ex-bold);
  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);
}

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::

########### preloader7 ############# */
.preloader7 #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#ec6e20, #0d9468);
  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: #000; /* 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;*/
/*  height: auto;*/
/*  animation: rotate 12s linear infinite;*/
/*}*/


.preloader7 .title-logo img {
  width: 360px;
  height: auto;
  animation: fadeScale 2.5s ease-in-out infinite;
}

@keyframes fadeScale {
  0% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.9);
  }
}

.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%);
}

/*
 ::::::::::::::::::::::::::
  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: 100%;
  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: 10px;
  bottom: 10px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #ec6e2033;
  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: 46px;
  font-size: 18px;
  color: var(--vtc-bg-main4);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  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: 46px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  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-bg-main4); /* --- 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;
      height: 70px;
    object-fit: cover;
}
.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;
}
@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;
}
.vl-blog-1-item .vl-blog-1-content {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  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;
  height:250px;
}
.vl-blog-2-item .vl-blog-3-thumb img {
  transition: all 0.4s;
  height:100%;
  object-fit:cover;
}
.vl-blog-2-item .vl-blog-1-content {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px;
  /* margin: -100px 30px 0px 30px; */
  margin:-50px 20px 0px 20px;
  position: relative;
  z-index: 3;
  height:100%;
}
@media screen and (min-width:1200px) and (max-width:1399px){
    .vl-blog-2-item .vl-blog-1-content {
        min-height:320px;
    }
}

.vl-blog-2-item .vl-blog-1-content .vl-blog1-meta a {
  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;
  margin-right: 20px;
}
.vl-blog-2-item .vl-blog-1-content .vl-blog1-meta a img {
  transform: translateY(-2px);
      background: radial-gradient(#ffffff00, #0d9468);
    border-radius: 50%;
    padding: 3px;
}
.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-bg-main4);
  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-text-title1);
  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;
  overflow: hidden;
  border-radius: 9px;
}
.vl-blog-5-item .vl-blog-3-thumb img {
  transition: all 0.4s;
}
.vl-blog-5-item .vl-blog-1-content {
  background-color: var(--vtc-bg-white);
  border-radius: 8px;
  padding: 24px;
  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;
      height: 150px;
    object-fit: cover;
}
.vl-blog-6-item .vl-blog-6-content {
    min-height:145px;
  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 h4 {

}
.vl-blog-6-item .vl-blog-6-content .vl-blog6-meta a {
  color: var(--vtc-text-pera10);
  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);
      background: radial-gradient(#ffffff00, #0d9468);
    border-radius: 50%;
    padding: 3px;
}
.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-white);
  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-main4);
  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 {
  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;
}
@media (max-width: 767px) {
  .vl-blog-7-item .vl-blog-7-thumb {
    height: 250px;
  }
  .hero4 {
    min-height: 550px;
  }
  .hero4 .main-heading4 {
      padding-right:0
  }
}
.vl-blog-7-item .vl-blog-7-thumb img {
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.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: 300px;
  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;
     height: -webkit-fill-available;
}
.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 24px 32px 24px;
  position: relative;
}
.vl-blog-4-item .vl-blog-4-content .vl-blog4-meta a {
  color: var(--vtc-text-pera10);
  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);
      transform: translateY(-2px);
    background: radial-gradient(#ffffff00, #0d946852, #0d9468);
    border-radius: 50%;
    padding: 3px;
}
.vl-blog-4-item .vl-blog-4-content .learn1 {
  display: inline-block;
  overflow: hidden;
  padding-top: 22px;
  color: var(--vtc-bg-main4);
  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-text-title1);
  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;
}
.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: 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-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: 350px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 20px;
}
.vl-blog-9-item .vl-blog-9-thumb img {
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.vl-blog-9-item .vl-blog-9-content {
  background-color: var(--vtc-bg-white);
  border-radius: 20px;
  padding: 32px 90px 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;
}
.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);
}

/*
::::::::::::::::::::::::::
 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!important;
  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;
}
.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); */
  color:var(--vtc-bg-main4);
  font-size: var(--f-fs-font-20);
  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;
}
@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
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 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;
}
.vl-offcanvas .vl-offcanvas-header {
  padding: 10px;
  background-color: var(--vtc-text-dark-blue);
}
.vl-offcanvas .offcanvas-inner {
  padding: 0px 40px;
}
@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 {
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: var(--vtc-text-white);
  opacity:0.7;
  border-radius:50%;
  width:30px;
  height:30px;
  display:flex;
  justify-content:center;
  align-items:center;
  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;
  }
  .vl-header-area2{
      padding:10px;
  }
}
@media (max-width: 767px) {
  .vl-header-area2 {
    top: 0;
  }
  .vl-header-area2{
      padding:10px;
  }
}
.vl-header-area2 .header2-bg {
  background-color: var(--vtc-text-dark-blue);
  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: 5px 10px;
  }
}
@media (max-width: 767px) {
  .vl-header-area2 .header2-bg {
    /* background-color: transparent; */
    margin-top: 0;
    /* border-radius: 0; */
    padding: 5px 10px;
  }
}
.vl-header-area2 .vl-main-menu {
  padding: 16px 12px;
  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-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-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-text-dark-blue);
  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;
  }
}
@media (max-width: 767px) {
  .vl-header-area2.header-sticky {
    padding: 10px;
  }
}

@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-white);
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--vtc-text-white);
  /* font-size: var(--f-fs-font-22); */
  font-size: var(--f-fs-font-16);
  height: 35px;
  width: 35px;
  /* line-height: 50px; */
  text-align: center;
  border-radius: 8px;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 3 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area3 {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .inner-hero {
    min-height:350px
  }
  .vl-header-area3 {
    top: 0;
  }
  .preloader7 .title-logo img{
      max-width:260px;
  }
}
.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);
}

/*
 ::::::::::::::::::::::::::
  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 {
    position: relative;
    padding: 142px 0;
    overflow: hidden;
}
.about2.about-us-page {
background: linear-gradient(to right, rgba(255, 255, 255, 0.351), transparent), url(../img/about/abouts-us-page-setion-bg.webp) no-repeat center/cover;
}
/* .about2::before {
  content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 400px;
    height: 400px;
    border-radius: 1000px;
    position: absolute;
    left: -130px;
    bottom: -40px;
}
.about2::after {
  content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 400px;
    height: 400px;
    border-radius: 1000px;
    position: absolute;
    right: -100px;
    top: -40px;
} */
.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;
  display:flex;
  align-items:start
}
.service9-box .content.heading9 ul li {
      display:flex;
  align-items:start
}
.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-main13);*/
  box-shadow: 0 2px 2px #0d9468;
  background: radial-gradient(var(--vtc-bg-main13), var(--vtc-bg-main13), #00000026, var(--vtc-bg-main13));
  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);*/
  box-shadow: 0 2px 2px #0d9468;
  background: radial-gradient(var(--vtc-bg-main13), var(--vtc-bg-main13), #00000026, var(--vtc-bg-main13));
  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: radial-gradient(var(--vtc-bg-common-13), var(--vtc-bg-main13));
  border-radius: 50%;
}
.about6-content-box .text {
  padding-left: 20px;
}
.about6-content-box .icon-shape {
  margin-left: 30px;
  margin-top: 5px;
}

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

/*
 ::::::::::::::::::::::::::
  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 {
  height: 370px;
  overflow: hidden;
  border-radius: 8px;
}
.service2-box .image img {
  width: 100%;
}
.service2-box .with-content {
  position: relative;
  padding: 30px;
  z-index: 2;
}
.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 {
  display: flex;
  align-items: end;
  z-index: 2;
  position: relative;
}
.service2-box.content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/bg/hero2-bg.jpg);
  z-index: -3;
  transform: scale(1.4);
  transition: all 0.4s;
}
.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;
  height:550px;
}
.service5-box .image img {
  width: 100%;
  transition: all 0.4s;
  object-fit:cover;
  height:100%;
  aspect-ratio: 9/4;
}
.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-main4);
  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;
  z-index:2;
}
.service5-box .content-area .heading-para{
  position: absolute;
  left: 0;
  padding:20px;
  bottom: 30px;
  z-index:2
}
/* Shape */

.service5-box.service5-box-cta{
  overflow:hidden;
}
.service5-box.service5-box-cta::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -80px;

    width: 350px;
    height: 350px;

    background: var(--vtc-bg-main4);

    z-index: 1;
    opacity: 0.9;


    /* Organic Water Shape */
    border-radius:
        42% 58% 70% 30% /
        45% 45% 55% 55%;

    animation:
        waterWave 8s ease-in-out infinite,
        waterFloat 12s ease-in-out infinite;
}

/* Blob Morph Animation */
@keyframes waterWave {
    0% {
        border-radius:
            42% 58% 70% 30% /
            45% 45% 55% 55%;

        transform: rotate(0deg) scale(1);
    }

    25% {
        border-radius:
            58% 42% 30% 70% /
            55% 60% 40% 45%;

        transform: rotate(90deg) scale(1.05);
    }

    50% {
        border-radius:
            30% 70% 50% 50% /
            30% 53% 47% 70%;

        transform: rotate(180deg) scale(0.95);
    }

    75% {
        border-radius:
            40% 60% 65% 35% /
            60% 40% 60% 40%;

        transform: rotate(270deg) scale(1.03);
    }

    100% {
        border-radius:
            42% 58% 70% 30% /
            45% 45% 55% 55%;

        transform: rotate(360deg) scale(1);
    }
}

/* Floating Movement */
@keyframes waterFloat {
    0% {
        translate: 0 0;
    }

    50% {
        translate: 20px -15px;
    }

    100% {
        translate: 0 0;
    }
}

/* Add overlay layer */
.service5-box.service5-box-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000c5;
  opacity: 1;
  transition: opacity 0.6s ease;
  z-index: 0;
}

/* Hover */
.service5-box.service5-box-cta:hover::after {
  opacity: 1;
}
.service5-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, black, #0d9468b3);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
}

/* Hover */
.service5-box:hover::after {
  opacity: 1;
}

.service5-box:hover .content-area .arrow{color:#fff}
.service5-box .content-area .heading-para p{opacity:0;height:0;transition: all 0.8s;}
.service5-box:hover .content-area .heading-para p{
color:#fff;
opacity:1;
height:auto;
padding-top:10px;
}
.service5-box .content-area .heading-para 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;
  transition: all 0.4s;
}
.service5-box .content-area .heading-para h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main4);
}
.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-main13);
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
}
.service6-box .icon img {
  filter:invert(1);
  transition: all 0.4s;
}
.service6-box .content {
  margin-top: 20px;
}
.service6-box .learn {
  display: inline-block;
  overflow: hidden;
  padding-top: 16px;
  color: var(--vtc-bg-main4);
  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-text-title1);
  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-common-16);
  transition: all 0.4s;
}
.service6-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
  filter:invert(0);
}

.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;
}
.service9-box .floating-image-shape {
  max-width: 230px;
  position: absolute;
  right: 50px;
  bottom: 20px;
}
.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) {
  .service9-box .floating-image-shape {
    max-width: 80px;
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  .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: #000;
  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-main13);
  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: rgb(236 110 32 / 9%);
  border: 1px solid rgb(236 110 32 / 9%);
  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;
         filter: hue-rotate(170deg);
  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;
}

/*
 ::::::::::::::::::::::::::
  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);
  box-shadow: 0 7px 4px rgb(0 0 0 / 7%);
}
.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-26); /* 100% */
  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: 50%;
  transform: translateY(-50%);
  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;
      right: -4px;
      margin-bottom:-10px;
    top: 50%;
    transform: translateY(-50%);
  position: relative;
}
.faq-content .accordion .accordion-item .accordion-collapse.collapse.show .accordion-body {
background:#ffffff;
margin-top:5px;
border-radius:14px;
}
.faq-content .accordion .accordion-item .accordion-body {
  color: rgba(0, 0, 0, 0.91);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  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;

  /* background: linear-gradient(to right,var(--vtc-bg-main4),var(--vtc-bg-main4), transparent); */
}
.faq-content .accordion .accordion-item.active button {
    border-radius: 14px;
  color: #fff;
    background: linear-gradient(to right,var(--vtc-bg-main4),var(--vtc-bg-main4), transparent);
}
.faq-content .accordion .accordion-item.active button::before {
  content: "";
  position: absolute;
  right: 18px;
    top: 50%;
    transform: translateY(-50%);
  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;
    right: -4px;
    margin-bottom: -10px;
    top: 50%;
    transform: translateY(-50%);
  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{margin-left:0;height:auto;}
  .faq6-images .image1{
      position:unset!important;
  }
  .faq6-images .image1 img{width:100%;}
  .faq6-images .image2,.faq6-images .text-count{
      display:none;
  }
}
.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;
}

/*
 ::::::::::::::::::::::::::
  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: auto;
  margin-right: auto;
}
.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;
}

/*
 ::::::::::::::::::::::::::
  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);
}

/*
 ::::::::::::::::::::::::::
  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: linear-gradient(
        127deg,
        rgba(236, 110, 32, 0.22),
        rgba(126, 126, 126, 0.12)
    );

    overflow: hidden;

    transition: all 0.6s ease;
}

/* Hover */
.team9-box:hover .team-thumbnail-area {

    background: linear-gradient(
        235deg,
        #f2f2f1 0%,
        #fffcf2 100%
    );

    transform: translateY(-6px);
}
.team9-box .team-thumbnail-area .image {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 50%;
  transform:translateX(-50%);
  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: -70px 20px 0px 20px;
  position: relative;
  z-index: 4;
}
.team9-box .content-area p{
  color: var(--vtc-bg-main4);
}
.team9-box .content-area p {
  font-size: var(--f-fs-font-16);
}
.team9-box .content-area .icon a {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--vtc-text-white);
  /* background-color: var(--vtc-bg-main12); */
  background-color:#111244;
  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 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;
}

/*
::::::::::::::::::::::::::
 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-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: var(--vtc-bg-common-10);
  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: #fff;
  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: -40px;
  left: 50%;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-left: -48px;
}
@media screen and (min-width:992px) and (max-width:1400px) {
    .testimonial.tes8.home-testimonial .tes7-slider .slick-dots {
    margin-bottom: 20px;
}
}

@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: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;
}
@media (max-width:767px){
    .tes8-slider-area{
        display:flex;
        flex-direction:column;
        gap:30px;
    }
}
.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;
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
@media screen and (min-width:768px) and (max-width:990px) {
    .work1 {
      padding-bottom: 120px!important;
    }
}

.work1-single-slider {
  margin-top: 60px;
  position: relative;
}
.work1-single-slider .images-all {
  position: absolute;
  height: 336px;
  width: 336px;
  left: 0;
  margin-top: 16px;
  z-index:2
}
@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 {
  overflow:hidden;
  position:relative;
  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 only screen and (min-width: 992px) and (max-width: 1299px) {
  .work1-single-slider .content-area {
    padding: 50px 20px 50px 220px;
  }
}
@media (max-width: 767px) {
  .work1-single-slider .content-area {
    padding: 290px 30px 30px 30px;
    margin-left: 0;
  }
}
.work1-single-slider .content-area .num {
  position:absolute;
  right:-40px;
  top:-40px;
opacity: 0.1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 200px;
    text-align: center;
    line-height: 40px;
  border-radius: 50%;
  background-color: var(--vtc-bg-main4);
}
.work1-single-slider .content-area .num p {
  color: #fff;
  font-size: 150px;
  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%;
  box-shadow: 0 2px 2px #0d9468;
  background: radial-gradient(var(--vtc-bg-main13), var(--vtc-bg-main13), #00000026, var(--vtc-bg-main13));
  /*background-color: var(--vtc-bg-main13);*/
  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-main6);
}
@media screen and (max-width: 465px) {
    .work1-slider-btns .work1-next-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
        margin-right: -80px;
    }
    .work1-slider-btns .work1-prev-arrow {
        top: auto;
        bottom: -50px;
        left: 50%;
        margin-left: -80px;
    }
}
.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: 48px;
  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: 18px;
  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.portfolio {
  position: relative;
  overflow: hidden;
}

/* =========================
   MAIN ORANGE GLOW (PX BASED)
========================= */
.project6.portfolio::before {
  content: "";
  position: absolute;

  /* controlled spread (NO %) */
  bottom: -10px;
  right: -10px;
  width: 320px;
  height: 320px;

  background: linear-gradient(
    135deg,
    rgba(255, 80, 0, 0.9) 0%,
    rgba(255, 140, 0, 0.35) 45%,
    transparent 75%
  );

  opacity: 0.6;
  z-index: 1;

  /* smooth gaussian feel */
  filter: blur(35px);

  transition: all 0.7s ease;
}

/* =========================
   CORNER DIFFUSED GLOW
========================= */
.project6.portfolio::after {
  content: "";
  position: absolute;

  /* tighter px control */
  top: -10px;
  left: -10px;
  width: 320px;
  height: 320px;

  background: radial-gradient(
    circle at center,
    rgba(255, 120, 0, 0.35) 0%,
    rgba(255, 80, 0, 0.15) 40%,
    transparent 70%
  );

  opacity: 0.9;
  z-index: 2;

  /* softer gaussian blur */
  filter: blur(50px);

  transition: all 0.7s ease;
}

/* =========================
   HOVER EFFECT
========================= */
.project6.portfolio:hover::before {
  opacity: 1;
  transform: scale(1.05);
  filter: blur(45px);
}

.project6.portfolio:hover::after {
  opacity: 0.9;
  transform: scale(1.08);
  filter: blur(60px);
}
.project6-box {
  position: relative;
  transition: all 0.4s;
}
.project6-box:hover img {
    filter:grayscale(1);
}
/*.project6-box::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: #000;*/
/*    opacity: 0;*/
/*    transition: opacity 0.3s ease;*/
/*}*/

/*.project6-box:hover::before {*/
/*    opacity: 0.5;*/
/*}*/
/*.project6-box img {*/
/*  aspect-ratio:3/2;*/
/*  object-fit:cover;*/
/*}*/
.project6-box .content-box {
  position: absolute;
  bottom: 30px;
  margin: 0px 30px;
  background-color: #fff;
  border-bottom:2px solid var( --vtc-bg-main4);
  border-radius: 8px;
  padding: 12px;
  text-align:center;
  transform: translateY(50px) scale(0.5);
  opacity: 0;
  transition: all 0.4s;
}
.project6-box .content-box h4 {
  display: inline-block;
  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); /* 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-bg-main4);
  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 .service4-box{background:transparent}
.work-prosses8-box .content {
  background-color: #ec6e202b;
  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;

  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 .service4-box .icon{
    background-color:#111244;
    height: 100px;
    width: 100px;
    padding: 10px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
}
.work-prosses8 .row > .col-lg-3:nth-child(even) .work-prosses8-box .service4-box .icon{
  background-color: var(--vtc-bg-common-11);
}
.work-prosses8 .row > .col-lg-3:nth-child(even) .work-prosses8-box .num{
  background-color: var(--vtc-bg-main4);
  color:#fff;
}
.work-prosses8 .row > .col-lg-3:nth-child(even) .work-prosses8-box .num::after{
  border: 1px solid var(--vtc-bg-main4);
}
.work-prosses8-box:hover .num {
  background-color: var(--vtc-bg-main4);
  transition: all 0.4s;
  color: var(--vtc-text-white);
}
.work-prosses8-box:hover .num::after {
  border: 1px solid var(--vtc-bg-main4);
  transition: all 0.4s;
  opacity: 0.5;
}
.work-prosses8-box:hover .content {
  background-color: #111244;
  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 .row > .col-lg-3:nth-child(even) .work-prosses8-box  .content {
  background-color: #111244;
}

.work-prosses8 .row > .col-lg-3:nth-child(even) .work-prosses8-box  .content::after {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  height: 70px;
  width: 70px;
  transition: all 0.4s;
  border-radius: 8px;
  transform: rotate(-45deg);
  margin-left: -36px;
  z-index: -1;
  background-color: #111244;
}
.work-prosses8-box:hover .content::after {
  transition: all 0.4s;
  background-color: #111244;
}
.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;
  }
}

/*
 ::::::::::::::::::::::::::
  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: translate(-50%,-50%);
  transition: all 0.4s;
  opacity: 1;
}
.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; */
  padding:10px;
  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 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,.contact2-form .single-input .select2-container--default .select2-selection--single {
  border: none;
  background-color: var(--vtc-bg-common-5);
  border-radius: 4px;
  padding: 16px;
  width: 100%;
}
.contact2-form .single-input .select2-container--default .select2-selection--multiple {
  border: none;
  background-color: var(--vtc-bg-common-5);
  border-radius: 4px;
  padding: 10px 16px;
  width: 100%;
}
.contact2-form .single-input .select2-container .select2-search--inline .select2-search__field {
  height:30px
}
.contact2-form .single-input .select2-container--default .select2-selection--single {
  height: auto !important;
}
.contact2-form .single-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.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-color: #000;
  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 {
  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 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);
}

/*
::::::::::::::::::::::::::
 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);
}

.overflow-hidded{
    overflow:hidden!important
}
/*
::::::::::::::::::::::::::
 FEATURES AREA CSS
::::::::::::::::::::::::::
*//*# sourceMappingURL=main.css.map */



.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);
}
.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-ex-bold);
  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);
}
.heading24 h5 {
  font-family: var(--f-ff-font-1);
  font-size: var(--f-fs-font-20);
  line-height: normal;
  font-weight: var(--f-fw-medium);
      background: linear-gradient(90deg, #ed6d1a 60%, #f3aa8b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  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-ex-bold);
  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);
}




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

/*==========*/
/*work 18*/
/*=========*/

.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;
    max-width: 150px;
}
@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: 0;
    max-width: 150px;
}
@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;
}


/*===================*/
/*service 24*/
/*==================*/

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






.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);
}



.cta8
.works11-top-area .works-top-boxarea {
  background: var(--vtc-text-white);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  justify-content:space-between;
  gap:20px;
  z-index: 1;
  transition: all 0.4s;
  margin-top: 30px;
  height:100%;
  min-height:50px;
}
.cta8
.works11-top-area .works-top-boxarea .icons {
    background: radial-gradient(transparent, #ec6e20);
    height: 74px;
    width: 74px;
    padding: 10px;
    text-align: center;
    line-height: 74px;
    border-radius: 50%;
    transition: all 0.4s;
    display: flex;
      justify-content:center;
      align-items:center;
    position: absolute;
}
.cta8
.works11-top-area .works-top-boxarea .icons-small {
background: radial-gradient(transparent, #ec6e2078);
    box-shadow: 0 5px 5px #0000003b;
    padding: 10px;
    height: 64px;
    width: 64px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}
.cta8
.works11-top-area .works-top-boxarea .works-top-content {
  padding-left: 90px;
}
.cta8
.works11-top-area .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;
}
.cta8
.works11-top-area .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;
}



/**/
.title-border-small-left{
  position:relative;
  background:linear-gradient(to right,#ec6e2063,transparent);
  height:1px;
  width:50px;
  margin-top:10px;
}
.title-border-small-left::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 10px;
    height: 3px;
    background: linear-gradient(to right, #0d9468, transparent);
    animation: lineGrowSmall 2s forwards infinite;
}
.title-border-small-center{
  position:relative;
  background:orangered;
  margin-left:auto;
  margin-right:auto;
  height:1px;
  width:180px;
  margin-top:10px;
}
.title-border-small-center::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    height: 4px;
    background: linear-gradient(
        to right,
        transparent,
        var(--vtc-bg-main4),
        transparent
    );
    
    animation: lineGrowCenter 2s ease-in-out infinite;
}

@keyframes lineGrowCenter {

    0% {
        width: 20px;
        opacity: 0.5;
    }

    50% {
        width: 150px;
        opacity: 1;
    }

    100% {
        width: 20px;
        opacity: 0.5;
    }
}
@keyframes lineGrowSmall {
    from {
        width: 10px;
    }
    to {
        width: 50px;
    }
}
.title-border-left{position:relative;background:linear-gradient(to right,#ec6e2063,transparent);height:1px;width:100%;margin-top:10px;}
.title-border-left::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #0d9468, transparent);
    animation: lineGrow 2s forwards infinite;
}

.title-border-left-small-orange{position:relative;background:linear-gradient(to right,var(--vtc-bg-main6),transparent);height:2px;width:150px;margin-top:10px;}


.title-border-center{position:relative;background:linear-gradient(to right,transparent,#ec6e2063,transparent);height:1px;width:100%;margin-top:10px;}
.title-border-center::after {
    position: absolute;
    content: "";
    left: 50%;
    transform:translateX(-50%);
    bottom: -1px;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, transparent, #0d9468, transparent);
    animation: lineGrow 2s forwards infinite;
}

@keyframes lineGrow {
    from {
        width: 50px;
    }
    to {
        width: 150px;
    }
}
.gradient-orange{
    background: linear-gradient(90deg, #ed6d1a 60%, #f3aa8b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.gradient-green{
    background: linear-gradient(90deg, #0d9468 60%, #f3aa8b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.text-orange{
   color: rgb(236 110 32) !important
}
.gradient-text {
  background:linear-gradient(to right, #0D9468 0%, #ED6D1AC4 69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-size: 100% auto;
}


/*contact 24*/
.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;
}

/*<!--===== WORK AREA ENDS =======-->*/

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

.project13-boxarea {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  transition: all 0.8s ease;
}

.project13-boxarea:hover .project13-content {
  transition: all 0.6s;
  filter:grayscale(100%);
}


.project13-boxarea .project13-content {
    box-shadow: 0 10px 5px #00000030;
    border: 1px solid #fd6543;
  height: 160px;
    background-color:rgba(0,0,0,0.5)!important;
    background-blend-mode:overlay;
  border-radius: 10px;
  text-align: center;
  transition: all 0.6s;
}



/* inner */
.project13-boxarea .project13-content .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* hover flip */
.project13-boxarea:hover .flip-inner {
  transform: rotateY(180deg);
}

/* front + back common */
.project13-boxarea .project13-content .flip-front,
.project13-boxarea .project13-content .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  box-shadow: 0 10px 20px #00000030;
  border: 1px solid #fd6543;
}

/* front */
.project13-boxarea .project13-content .flip-front {
  background-size: cover;
  background-position: center;
  background-color: rgba(0,0,0,0.4)!important;
  background-blend-mode: overlay;
}

/* back */
.project13-boxarea .project13-content .flip-back {
  background: #000;
  color: #fff;
  transform: rotateY(180deg);
}

/* content styling */
.project13-boxarea .project13-content .flip-inner .content13 {
  top:0
}

.project13-boxarea .project13-content .flip-back p {
  font-size: 13px;
  margin: 0;
}


.project13-boxarea .project13-content .content13 {
  position: relative;
  top: 60px;
}
.project13-boxarea .project13-content .icons {
        top: -80px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  height: 64px;
  width: 64px;
    padding: 10px;
    text-align: center;
    box-shadow:0 2px 1px #fff;
    /*line-height: 64px;*/
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--vtc-text-text3);
  /*color: var(--vtc-text-white);*/
    /*background: var(--vtc-text-white);*/
  color: var(--vtc-text-text3);
  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;
}
@media screen and (min-width:992px){
   .project13-section .row>.col-lg-2:nth-child(even) .project13-boxarea{
       margin-top:-10px;
   }
   .project13-section .row>.col-lg-2:nth-child(odd) .project13-boxarea{
       margin-top:30px;
   }

   .project13-section .row:hover > .col-lg-2:nth-child(even) .project13-boxarea {
    transform: translateY(40px);
  }

  .project13-section .row:hover > .col-lg-2:nth-child(odd) .project13-boxarea {
    transform: translateY(-40px);
  }



  .project13-section .row>.col-lg-3:nth-child(even) .project13-boxarea{
       margin-top:-10px;
   }
   .project13-section .row>.col-lg-3:nth-child(odd) .project13-boxarea{
       margin-top:30px;
   }

   .project13-section .row:hover > .col-lg-3:nth-child(even) .project13-boxarea {
    transform: translateY(40px);
  }

  .project13-section .row:hover > .col-lg-3:nth-child(odd) .project13-boxarea {
    transform: translateY(-40px);
  }
}
@media screen and (max-width:991px){
   .project13-section .row:hover > .col-lg-2:nth-child(even) .project13-boxarea {
      transform: translateY(-10px);
    }
    .project13-section .row:hover > .col-lg-4:nth-child(even) .project13-boxarea {
      transform: translateY(-10px);
    }

}
.text-pale{
    color:#fff3cd!important;
}
/*<!--===== PROJECTS AREA START =====-->*/

.tube-text {
  display: inline-block;
  padding: 14px 34px;
  font-size: 20px;
  color: #ffffff;
  font-style: italic;
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

/* frosted trapezium panel */
.tube-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 100%;
  z-index: -1;

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.24) 0%,
    rgba(255, 255, 255, 0.14) 45%,
    rgba(255, 255, 255, 0.06) 100%
  );

  clip-path: polygon(6% 0%, 94% 0%, 100% 100%, 0% 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

/* premium top accent line */
.tube-text::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 12%;
  width: 76%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0) 0%,
    rgba(236,110,32,0.95) 20%,
    rgba(255,255,255,0.95) 50%,
    rgba(236,110,32,0.95) 80%,
    rgba(255,255,255,0) 100%
  );
  opacity: 0.95;
  box-shadow: 0 0 10px rgba(236, 110, 32, 0.18);
}

.highlight {
  font-weight: 700;
  color: #ffffff;
}

.bar {
  margin: 0 10px;
  color: rgba(255,255,255,0.72);
}

.highlight-quote {
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
}

.highlight-quote p {
  position: relative;
  overflow: hidden;
  border-left: 4px solid #0d9468;
  border-right: 4px solid #0d9468;
  padding: 15px 20px;
  font-size: 18px;
  font-style: italic;
  color: #333;
  background: linear-gradient(45deg, transparent, rgba(13, 148, 104, 0.35), transparent);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  animation: quoteGlow 3s ease-in-out infinite;
}

.highlight-quote p span {
  font-weight: 700;
  color: #000;
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.highlight-quote p span:hover {
  transform: translateY(-2px) scale(1.03);
  color: #0d9468;
}

.highlight-quote p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  animation: shineMove 3s linear infinite;
}

@keyframes quoteGlow {
  0%, 100% {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 4px 14px rgba(13, 148, 104, 0.18);
    transform: scale(1.01);
  }
}

@keyframes shineMove {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}



/*======CTA 14==========*/

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

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

/*============CTA 14============*/


/*======service 25==============*/

.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: 50%;
    left: 0;
    transform: translateY(-50%);
}
@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-tabs-area {
    margin-bottom:30px
   }
   .service25-section .service25-tabs-area ul.nav {
    display: flex;
    flex-direction: row;
    /* flex-wrap: nowrap; */
    gap: 30px;
    margin-bottom:0!important;
    padding: 0 20px;
   }
   .service25-section .service25-tabs-area ul.nav li {
    margin-bottom:0!important;
   }
}
.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;
}

/*=========service 25==========*/

/*==========others18==========*/

.others18-section-area {
  position: relative;
  z-index: 1;
}
.others18-section-area .others-boxarea {
  position: relative;
  border-radius: 8px;
  background: #0d94684f;
  padding: 10px;
  text-align: center;
  border-bottom:2px solid #0d9368;
}
.others18-section-area .others-boxarea h5 {
    padding-left: 20px;
}
.others18-section-area .others-boxarea::before {
position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 3px #000000f7;
    border-radius: 50%;
    background: #0d9368;
    z-index: -1;
}
.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, #0d9468 0.24%, #0d946869 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 h4 {
  color: #fff;
  text-align: center;
  font-family: var(--f-ff-font-1);
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  transition: all 0.4s;
}

/*============others 18===========*/

.read-more-text {
  max-height: 60px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}

/* fade effect */
.read-more-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(transparent, #fff);
}

.read-more-text.expanded {
  max-height: 500px;
}

.read-more-text.expanded::after {
  display: none;
}

/* button */
.read-more-btn {
  display: inline-block;
  margin-top: 6px;
  cursor: pointer;
  color: #0d9468;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.read-more-btn i {
  transition: transform 0.3s ease;
}

.read-more-btn.active i {
  transform: rotate(180deg);
}




.scroll-down {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.mouse {
  width: 38px;
  height: 65px;
  border: 2px solid #000;
  border-radius: 20px;
  position: relative;
}

.mouse::before {
  content: "";
  width: 5px;
  height: 18px;
  background: #000;
  border-radius: 30%;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll 1.5s infinite;
}

@keyframes scroll {
  0% {
    opacity: 1;
    top: 8px;
  }
  100% {
    opacity: 0;
    top: 35px;
  }
}

/* ================================== */
/* ====== AEO & GEO ========= */
/* ================================== */
/* ===== Existing styles (kept) ===== */
.works13-section {
  position: relative;
  z-index: 1;
  padding-bottom:120px;
}
.works13-section::before {
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  background:url(../img/bg/image_1776335869376.webp) repeat-x;
  height: 143px;
  width: 100%;
}

.works13-section .work13-shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ===== NEW GOOGLE SEARCH STYLE ===== */
.search-card {
  background: #fff;
  border-radius: 50px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.search-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.search-icon {
  width: 22px;
  height: 22px;
  opacity: 0.6;
}

.search-text {
  font-size: 15px;
  color: #202124;
  font-family: Arial, sans-serif;
}

/* image area unchanged */
.works13-images-area {
  position: relative;
  overflow:hidden;
  z-index: 1;
}
/* ================================== */
/* ====== AEO & GEO ========= */
/* ================================== */

/* ================================== */
/* ====== About us ========= */
/* ================================== */
  /* Blockquote Style */
.custom-quote{
    position: relative;
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 600;
    color: #111827;
    padding-left: 35px;
    margin-bottom: 30px;
}

.custom-quote::before{
    content: "“";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 4rem;
    color: #d1d5db;
    font-family: serif;
    line-height: 1;
}

/* Highlight Box */
.highlight-text{
    border-left: 4px solid #16a34a;
    background: #f8fafc;
    padding: 18px 22px;
    border-radius: 0 12px 12px 0;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #374151;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

/* Section */
.inner-page-counter-sec.about-us-counter {
  position: relative;
  padding: 80px 0 0;
}

/* Shape styling refinements */
.about2.about-us-page .shape {
  position: absolute;
  opacity: 0.7;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
  animation: floatShapeAboutUsPageShape 5s ease-in-out infinite;
  transition: transform 0.6s ease;
}

/* Hover motion for shapes */
.about2.about-us-page .shape:hover {
  transform: scale(1.2);
}

/* Circle shapes */
.about2.about-us-page .shape.circle {
  border-radius: 50%;
}
.about2.about-us-page .shape.orange {
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at 30% 30%, #ff7b00, #ffb347);
  top: -20px;
  left: -25px;
  z-index: 2;
}
.about2.about-us-page .shape.blue {
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at 30% 30%, #00bcd4, #4dd0e1);
  bottom: -15px;
  left: 10%;
}

/* Hexagon shape */
.about2.about-us-page .shape.hex {
  width: 80px;
  height: 17px;
  background: linear-gradient(135deg, #ffb300, #ffcc33);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  bottom: 10%;
  right: 15%;
}

/* Floating animation */
@keyframes floatShapeAboutUsPageShape {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}


/* Counter Card */
.inner-page-counter-sec.about-us-counter .counter-style-one{
  background: #fff;
  border-radius: 22px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);

  transition: all .3s ease;
  height: 100%;
}

.inner-page-counter-sec.about-us-counter .counter-style-one:hover{
  transform: translateY(-5px);
}

/* Icon Circle */
.inner-page-counter-sec.about-us-counter .counter-icon{
  min-width: 70px;
  width: 70px;
  height: 70px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  color: #fff;
}

/* Green */
.inner-page-counter-sec.about-us-counter .counter-icon.green{
  background: linear-gradient(135deg,#16a34a,#15803d);
  box-shadow: 0 8px 20px rgba(22,163,74,0.25);
}

/* Orange */
.inner-page-counter-sec.about-us-counter .counter-icon.orange{
  background: linear-gradient(135deg,#f97316,#ea580c);
  box-shadow: 0 8px 20px rgba(249,115,22,0.25);
}

/* Number */
.inner-page-counter-sec.about-us-counter .counter-style-one h2{
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
  color: #111827;
  letter-spacing: -1px;
}

/* Plus Color */
.inner-page-counter-sec.about-us-counter .counter-style-one h2 span{
  color: #16a34a;
}

/* Alternate Plus */
.inner-page-counter-sec.about-us-counter .col-lg-3:nth-child(2) h2 span,
.inner-page-counter-sec.about-us-counter .col-lg-3:nth-child(4) h2 span{
  color: #f97316;
}

/* Text */
.inner-page-counter-sec.about-us-counter .counter-style-one p{
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #374151;
}

/* Mobile */
@media(max-width:767px){

  .inner-page-counter-sec.about-us-counter .inner-page-counter-sec{
    padding: 60px 0;
  }

  .inner-page-counter-sec.about-us-counter .counter-style-one{
    padding: 20px;
    gap: 14px;
  }

  .inner-page-counter-sec.about-us-counter .counter-icon{
    width: 55px;
    height: 55px;
    min-width: 55px;

    font-size: 22px;
  }

  .inner-page-counter-sec.about-us-counter .counter-style-one h2{
    font-size: 32px;
  }

  .inner-page-counter-sec.about-us-counter .counter-style-one p{
    font-size: 15px;
  }
}
  /* =========================================================
   NEXT GEN MILESTONE TIMELINE
========================================================= */

.history-horizontal-section{
    position: relative;
    padding: 120px 0;
    overflow: hidden;

    background:
    radial-gradient(circle at top left,#fff7ed 0%,transparent 30%),
    radial-gradient(circle at bottom right,#dbeafe 0%,transparent 35%),
    linear-gradient(180deg,#f8fafc 0%,#eef2ff 100%);
}

/* Animated Glow */
.history-horizontal-section::before{
    content: "";

    position: absolute;
    top: -200px;
    left: -200px;

    width: 500px;
    height: 500px;

    background: radial-gradient(circle,rgba(249,115,22,0.12),transparent 70%);

    animation: floatGlow 8s ease-in-out infinite;
}

.history-horizontal-section::after{
    content: "";

    position: absolute;
    right: -200px;
    bottom: -200px;

    width: 500px;
    height: 500px;

    background: radial-gradient(circle,rgba(17,18,68,0.10),transparent 70%);

    animation: floatGlow2 10s ease-in-out infinite;
}

/* =========================================================
   HEADING
========================================================= */

.history-subtitle{
    display: inline-block;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;

    text-transform: uppercase;

    color: #f97316;

    margin-bottom: 14px;
}

.history-title{
    font-size: 64px;
    line-height: 1.1;
    font-weight: 900;

    color: #0f172a;

    margin-bottom: 20px;
}

.history-title span{
    background: linear-gradient(90deg,#f97316,#fb923c);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* =========================================================
   WRAPPER
========================================================= */

.history-horizontal-wrapper{
    position: relative;
    margin-top: 100px;
}

/* Timeline Line */
.history-line{
    position: absolute;

    top: 48px;
    left: 8%;
    right: 8%;

    height: 4px;

    border-radius: 30px;

    background:
    linear-gradient(
        90deg,
        rgba(249,115,22,0.15),
        rgba(17,18,68,0.15)
    );

    overflow: hidden;
}

/* Animated Progress */
.history-line::before{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 0%;
    height: 100%;

    border-radius: 30px;

    background:
    linear-gradient(
        90deg,
        #f97316,
        #111244
    );

    animation: progressLine 10s infinite linear;
}

/* =========================================================
   CARD
========================================================= */

.history-card{
    position: relative;

    background: rgba(255,255,255,0.75);

    backdrop-filter: blur(20px);

    border: 1px solid rgba(255,255,255,0.6);

    border-radius: 30px;

    padding: 100px 30px 35px;

    text-align: center;


    transition: .5s ease;

    box-shadow:
    0 10px 40px rgba(15,23,42,0.05);

    height: 100%;

    z-index: 2;
}

/* Floating Glow */
.history-card::before{
    content: "";

    position: absolute;
    inset: 0;

    background:
    radial-gradient(circle at top,
    rgba(249,115,22,0.12),
    transparent 70%);

    opacity: 0;

    transition: .5s ease;
}

/* Animated Active Highlight */
.history-card.active{
    background:
    linear-gradient(
        135deg,
        #111244,
        #1d1f5f
    );

    animation: autoHighlight 8s infinite;
}

/* =========================================================
   MILESTONE DOT
========================================================= */

.history-dot{
    position: absolute;

    top: -40px;
    left: 50%;

    transform: translateX(-50%);

    width: 100px;
    height: 100px;

    border-radius: 50%;

    background: rgba(255,255,255,0.9);

    border: 10px solid #eef2ff;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 5;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.08);
}

/* Pulse Ring */
.history-dot::before{
    content: "";

    position: absolute;
    inset: -10px;

    border-radius: 50%;

    border: 2px solid rgba(249,115,22,0.3);

    animation: pulseRing 2.5s infinite;
}

/* Inner Icon */
.history-dot i{
    width: 65px;
    height: 65px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;

    color: #fff;

    background:
    linear-gradient(
        135deg,
        #111244,
        #1d1f5f
    );

    transition: .4s ease;
}

/* Orange Active */
.history-card.active .history-dot i{
    background:
    linear-gradient(
        135deg,
        #f97316,
        #ea580c
    );
}

/* =========================================================
   NUMBER
========================================================= */

.history-number{
    display: inline-block;

    font-size: 76px;
    line-height: 1;

    font-weight: 900;

    color: rgba(15,23,42,0.05);

    letter-spacing: -4px;

    margin-bottom: 12px;
}

.history-card.active .history-number{
    color: rgba(255,255,255,0.08);
}

/* =========================================================
   TEXT
========================================================= */

.history-card h4{
    font-size: 24px;
    line-height: 1.4;

    font-weight: 800;

    color: #0f172a;

    margin-bottom: 18px;
}

.history-card p{
    font-size: 16px;
    line-height: 1.9;

    color: #475569;

    margin: 0;
}

/* White Text */
.history-card.active h4,
.history-card.active p{
    color: #fff;
}

/* =========================================================
   AUTO ACTIVE ANIMATION
========================================================= */

.history-card:nth-child(1){
    animation-delay: 0s;
}

.history-card:nth-child(2){
    animation-delay: 2s;
}

.history-card:nth-child(3){
    animation-delay: 4s;
}

.history-card:nth-child(4){
    animation-delay: 6s;
}

/* =========================================================
   HOVER
========================================================= */

.history-card:hover{
    transform: translateY(-15px) scale(1.02);

    box-shadow:
    0 30px 70px rgba(15,23,42,0.12);
}

.history-card:hover::before{
    opacity: 1;
}

.history-card:hover .history-dot i{
    transform: scale(1.08) rotate(8deg);
}

/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes pulseRing{

    0%{
        transform: scale(1);
        opacity: 1;
    }

    100%{
        transform: scale(1.35);
        opacity: 0;
    }
}

@keyframes progressLine{

    0%{
        width: 0%;
    }

    100%{
        width: 100%;
    }
}

@keyframes autoHighlight{

    0%,100%{
        transform: translateY(0px);
        box-shadow:
        0 10px 40px rgba(15,23,42,0.08);
    }

    50%{
        transform: translateY(-10px);
        box-shadow:
        0 30px 80px rgba(17,18,68,0.18);
    }
}

@keyframes floatGlow{

    0%,100%{
        transform: translate(0,0);
    }

    50%{
        transform: translate(50px,40px);
    }
}

@keyframes floatGlow2{

    0%,100%{
        transform: translate(0,0);
    }

    50%{
        transform: translate(-50px,-30px);
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px){

    .history-line{
        display: none;
    }

    .history-card{
        margin-top: 30px;
    }
}

@media(max-width:767px){

    .history-horizontal-section{
        padding: 80px 0;
    }
.history-horizontal-wrapper {
  margin-top:40px
}
.history-horizontal-section .row>.col-lg-3 {
  margin-top:60px
}
    .history-card{
      padding: 90px 24px 30px;
    }

    .history-dot{
        width: 85px;
        height: 85px;
    }

    .history-dot i{
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

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

    .history-card h4{
        font-size: 22px;
    }

    .history-card p{
        font-size: 15px;
    }
}


/* ===================================================
   MENTORSHIP SECTION
=================================================== */

.mentorship-section{
    position: relative;
    overflow: hidden;

    background:
    radial-gradient(circle at top left,#fff7ed 0%,transparent 30%),
    radial-gradient(circle at bottom right,#dbeafe 0%,transparent 35%),
    #f8fafc;
}

/* =========================================
   HEADING
========================================= */


.gradient-orange{
    background: linear-gradient(90deg,#f97316,#fb923c);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mentorship-title{
    font-size: 62px;
    line-height: 1.15;
    font-weight: 900;

    color: #0f172a;
}

.title-divider{
    margin-top: 25px;
}

.title-divider span{
    width: 180px;
    height: 4px;

    border-radius: 30px;

    background:
    linear-gradient(90deg,#f97316,#16a34a);

    display: inline-block;

    position: relative;
}

.title-divider span::before{
    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%,-50%);

    width: 16px;
    height: 16px;

    border-radius: 50%;

    background: #f97316;

    border: 4px solid #fff;
}

/* =========================================
   IMAGE AREA
========================================= */

.mentor-image-wrapper{
    position: relative;
    padding: 30px;
}

.mentor-image{
    position: relative;
    z-index: 3;

    border-radius: 35px;
    overflow: hidden;

    box-shadow:
    0 30px 70px rgba(0,0,0,0.10);
}

.mentor-image img{
    width: 100%;
    border-radius: 35px;
}

/* Shapes */
.mentor-shape{
    position: absolute;
    border-radius: 30px;
}

.mentor-shape.green{
    width: 140px;
    height: 140px;

    background: linear-gradient(135deg,#16a34a,#15803d);

    top: 0;
    left: 0;

    z-index: 1;
}

.mentor-shape.orange{
    width: 140px;
    height: 140px;

    border: 14px solid #f97316;

    right: 0;
    bottom: 0;

    z-index: 1;
}

/* Floating Badge */
.mentor-badge{
    position: absolute;

    left: 0;
    bottom: 10px;

    z-index: 5;

    background:
    linear-gradient(135deg,#111244,#1d1f5f);

    border-radius: 24px;

    padding: 18px 24px;

    display: flex;
    align-items: center;
    gap: 15px;

    box-shadow:
    0 20px 50px rgba(17,18,68,0.18);
}

.badge-icon{
    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: #16a34a;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
}

.mentor-badge h5{
    color: #fff;
    margin-bottom: 4px;
}

.mentor-badge p{
    margin: 0;
    color: rgba(255,255,255,0.8);
}

/* =========================================
   CONTENT CARD
========================================= */

.mentor-content-card{
    background: linear-gradient(to right,white, transparent);
    backdrop-filter: blur(20px);
    border-left: 1px solid rgba(0,0,0,0.5);
    padding: 40px;
}

/* Top */
.mentor-top{
    display: flex;
    align-items: center;
    gap: 20px;
}


.mentor-top h2{
    font-size: 54px;
    font-weight: 800;

    margin-bottom: 8px;

    color: #0f172a;
}

.mentor-top span{
    font-size: 24px;
    color: #16a34a;
}

/* Divider */
.mentor-divider{
    height: 1px;
    background: #e5e7eb;
    margin: 30px 0;
}

/* Info Item */
.mentor-info-item{
    display: flex;
    gap: 20px;

    margin-bottom: 28px;
}

.info-icon{
    width: 70px;
    height: 70px;

    min-width: 70px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
}

.info-icon.green{
    background: #dcfce7;
    color: #16a34a;
}

.info-icon.orange{
    background: #fff1e8;
    color: #f97316;
}

.mentor-info-item p{
    font-size: 18px;
    line-height: 1.9;

    color: #374151;

    margin: 0;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

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

    .mentor-top h2{
        font-size: 38px;
    }

    .mentor-top span{
        font-size: 18px;
    }

    .mentor-stats{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:767px){

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

    .mentor-top{
        flex-direction: column;
        text-align: center;
    }

    .mentor-top h2{
        font-size: 30px;
    }

    .mentor-content-card{
        padding: 30px 24px;
    }

    .mentor-info-item{
        flex-direction: column;
    }

    .mentor-stats{
        grid-template-columns: 1fr;
    }

    .mentor-badge{
        position: relative;
        margin-top: -40px;
        left: auto;
        bottom: auto;
    }
}



/* ======================== */
/* Service Work PROCESS */
/* ========================== */
/* =========================================
   NEXT GEN SEO PROCESS UI/UX
   ENHANCED VERSION
========================================= */

.work-process-company{
    position: relative;
    overflow: hidden;
    background:
    radial-gradient(circle at top left,#f9731610,transparent 30%),
    radial-gradient(circle at bottom right,#11124410,transparent 35%),
    linear-gradient(180deg,#f8fafc,#ffffff);

    padding: 100px 0;
}

/* Animated Background Grid */
.work-process-company::before{
    content: "";
    position: absolute;
    inset: 0;

    background-image:
    linear-gradient(rgba(15,23,42,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,0.03) 1px, transparent 1px);

    background-size: 80px 80px;

    mask-image: radial-gradient(circle at center, black 40%, transparent 90%);

    animation: bgMove 20s linear infinite;
}

/* Floating Glow */
.work-process-company::after{
    content: "";

    position: absolute;

    width: 700px;
    height: 700px;

    background:
    radial-gradient(circle,#f9731618,transparent 70%);

    top: -250px;
    right: -250px;

    filter: blur(50px);

    animation: glowMove 12s ease-in-out infinite alternate;
}

@keyframes glowMove{
    from{
        transform: translateY(0px);
    }
    to{
        transform: translateY(60px);
    }
}

@keyframes bgMove{
    from{
        transform: translateY(0px);
    }
    to{
        transform: translateY(80px);
    }
}

.work-process-company .container{
    position: relative;
    z-index: 2;
}

/* =========================================
   PROCESS LINE
========================================= */

.work-process-company .process-line{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    overflow: hidden;
}

.work-process-company .process-line::before{
    content: "";
    position: absolute;
    inset: 0;

    border-top: 2px dashed #dbe4ee;
}

.work-process-company .process-line::after{
    content: "";

    position: absolute;
    left: -30%;
    top: -2px;

    width: 30%;
    height: 4px;

    background:
    linear-gradient(90deg,
    transparent,
    #f97316,
    #16a34a,
    transparent);

    filter: blur(1px);

    animation: lineMove 5s linear infinite;
}

@keyframes lineMove{
    100%{
        left: 130%;
    }
}

/* =========================================
   SWIPER
========================================= */

.work-process-company .seo-process-swiper{
    padding-top: 30px;
    padding-bottom: 40px;
}

/* =========================================
   CARD
========================================= */

.work-process-company .work18-boxarea{
    position: relative;

    background:
    rgba(255,255,255,0.72);

    backdrop-filter: blur(18px);

    border-radius: 34px;

    padding: 45px 32px 35px;

    overflow: hidden;

    border:
    1px solid rgba(255,255,255,0.8);

    min-height: 250px;
    padding-bottom:90px;
height:100%;
    transition: all .55s cubic-bezier(.22,.61,.36,1);
box-shadow:0 3px 5px rgba(0,0,0,0.1);
    transform-style: preserve-3d;
}



/* Hover Border */


/* Floating Hover */
.work-process-company .swiper-slide-active .work18-boxarea,
.work-process-company .work18-boxarea:hover{

    transform:
    translateY(-20px)
    rotateX(3deg)
    scale(1.02);

    box-shadow:
    0 35px 80px rgba(15,23,42,0.12),
    0 10px 30px rgba(249,115,22,0.10);
}
.work-process-company .work18-boxarea::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: -250px;
    border-radius: 50%;
    background: var(--vtc-bg-main4);
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Even slides different color */
.work-process-company .swiper-slide:nth-child(even) .work18-boxarea::after {
    background: var(--vtc-bg-main13);
}

/* Active + Hover effect */
.work-process-company .swiper-slide-active .work18-boxarea::after,
.work-process-company .work18-boxarea:hover::after {
    opacity: 0.2;
}
.work-process-company .swiper-pagination-bullet-active {
  background: var(--vtc-bg-main4); /* hover bg */
  border-color: #ff4a4a;
  color: #fff;
}
/* =========================================
   STEP NUMBER
========================================= */

.work-process-company .step-number{
    position: absolute;

    top: 20px;
    right: 24px;

    font-size: 78px;
    font-weight: 900;

    line-height: 1;

    color: rgba(15,23,42,0.05);

    transition: all .4s ease;
}

.work-process-company .swiper-slide-active .step-number{
    color: rgba(249,115,22,0.12);
    transform: scale(1.05);
}

/* =========================================
   ICON AREA
========================================= */

.work-process-company .icons{
    width: 80px;
    height: 80px;
    margin: auto auto 30px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(135deg,#111244,#1e1b4b);
    box-shadow: 0 20px 40px rgba(17,18,68,0.18);
    transition: all .5s ease;
    z-index: 2;
}


/* First rotating ring */
.work-process-company .icons::before{
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border-top: 2px solid rgba(0,0,0,0.7);
    border-right: 2px solid transparent;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    border-left: 2px solid transparent;

    animation: rotateClockwise 8s linear infinite;
}

/* Second rotating ring */
.work-process-company .icons::after{
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border-top: 1px solid transparent;
    border-right: 1px solid rgba(0,0,0,0.18);
    border-bottom: 1px solid transparent;
    border-left: 1px solid rgba(0,0,0,0.4);

    animation: rotateAntiClockwise 12s linear infinite;
}

/* Clockwise */
@keyframes rotateClockwise{
    100%{
        transform: rotate(360deg);
    }
}

/* Anti-clockwise */
@keyframes rotateAntiClockwise{
    100%{
        transform: rotate(-360deg);
    }
}

/* Alternate */
.work-process-company .swiper-slide:nth-child(even) .icons{
    background: linear-gradient(135deg,#f97316,#ea580c);
}

/* Glow Pulse */
.work-process-company .swiper-slide-active .icons{
    transform:
    rotate(-6deg)
    scale(1.08);

    box-shadow:
    0 25px 60px rgba(249,115,22,0.35);
}

.work-process-company .icons i{
    font-size: 46px;
    color: #fff;
}

/* =========================================
   TEXT
========================================= */

.work-process-company .textarea{
    position: relative;
    z-index: 2;
}

.work-process-company .textarea a{
    display: block;
    font-size: var(--f-fs-font-26);
    line-height: 1.3;
    font-weight: 800;

    color: var(--bs-accordion-color);

    text-decoration: none;

    margin-bottom: 16px;

    transition: all .3s ease;
}

.work-process-company .textarea p{
    font-size: 17px;
    line-height: 1.9;
    color: #64748b;
    margin: 0;
}

/* Active Text */
.work-process-company .swiper-slide-active .textarea a{
    color: var(--vtc-bg-main13);
}

/* =========================================
   NAVIGATION
========================================= */

.work-process-company .swiper-button-next,
.work-process-company .swiper-button-prev{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgb(17 18 68);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    transition: all .35s ease;
    left:0;
}

.work-process-company .swiper-button-next:hover,
.work-process-company .swiper-button-prev:hover{
  transform: translateY(-4px);
  background:
  linear-gradient(135deg,#111244,#1e1b4b);
}

.work-process-company .swiper-button-next::after,
.work-process-company .swiper-button-prev::after{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  transition: all .3s ease;
}

.work-process-company .swiper-button-next:hover::after,
.work-process-company .swiper-button-prev:hover::after{
    color: #fff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .work-process-company{
        padding: 80px 0;
    }
    .work-process-company .work18-boxarea{
        min-height: 340px;
    }
}

@media(max-width:767px){
    .work-process-company .work18-boxarea{
        min-height: auto;
        padding: 38px 24px 28px;
    }

    .work-process-company .icons{
        width: 85px;
        height: 85px;
        border-radius: 24px;
    }

    .work-process-company .icons i{
        font-size: 36px;
    }

    .work-process-company .textarea a{
        font-size: 22px;
    }

    .work-process-company .textarea p{
        font-size: 15px;
    }

    .work-process-company .step-number{
        font-size: 58px;
    }

    .work-process-company .swiper-button-next,
    .work-process-company .swiper-button-prev{
        display: none;
    }
}

.case4.new-media-image-section {
border-bottom: 2px solid #000;
}
.case4.new-media-image-section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  margin-top:50px;
  position:relative!important;
}
.case4.new-media-image-section .swiper-pagination-bullet {
  background-color: #ccc; /* default bullet color */
  opacity: 1; /* optional: ensures full visibility */
}

.case4.new-media-image-section .swiper-pagination-bullet-active {
  background-color: var(--vtc-bg-main13); /* active bullet color */
}


.instagram-feed3.new-media-video-section .swiper-button-next,
.instagram-feed3.new-media-video-section .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: radial-gradient(white,var(--vtc-bg-main4));
  border: 2px solid #ddd;
  border-radius: 50%;
  color: #333; /* arrow color */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: all 0.5s ease-in
}

/* Arrow icon size */
.instagram-feed3.new-media-video-section .swiper-button-next::after,
.instagram-feed3.new-media-video-section .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

/* Hover effect */
.instagram-feed3.new-media-video-section .swiper-button-next:hover,
.instagram-feed3.new-media-video-section .swiper-button-prev:hover {
  background: var(--vtc-bg-main4); /* hover bg */
  border-color: #ff4a4a;
  color: #fff;
}

/* Position tweak (optional) */
.instagram-feed3.new-media-video-section .swiper-button-next,
.instagram-feed3.new-media-video-section .swiper-button-prev {
  position:static
}
/* Hover effect */

/* Disabled state */
.instagram-feed3.new-media-video-section .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.service6.industry-home {
  z-index:1;
  overflow:hidden
}
.service6.industry-home .shape,
.service6.industry-home .shape-bottom {
    position: absolute;
    width: 860px;
    height: 860px;
    border-radius: 50%;
    z-index: -1;
    background-image: url('../img/bg/portfolio-home-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;

    /* Smooth animation */
    animation: glowFloat 8s ease-in-out infinite;
    will-change: transform, opacity;
}

/* Top Shape */
.service6.industry-home .shape {
    top: -250px;
    left: -100px;
}

/* Bottom Shape */
.service6.industry-home .shape-bottom {
    bottom: -250px;
    right: -100px;

    /* Different timing for natural feel */
    animation-delay: 2s;
}

/* Animation */
@keyframes glowFloat {
    0% {
        transform: translateY(0px) scale(1);
        opacity: 0.75;
    }

    25% {
        transform: translateY(-20px) scale(1.03);
        opacity: 0.9;
    }

    50% {
        transform: translateY(10px) scale(1.06);
        opacity: 1;
    }

    75% {
        transform: translateY(-10px) scale(1.03);
        opacity: 0.9;
    }

    100% {
        transform: translateY(0px) scale(1);
        opacity: 0.75;
    }
}


 .chy-price-1-animation-line {
    position: relative;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,var(--vtc-bg-main4),#fff,var(--vtc-bg-main4));

    overflow: visible;
    z-index:3
}

/* Icon */
.chy-price-1-animation-line .icon {
    position: absolute;
    top: 50%;
    left: 0;

    width: 34px;
    height: 34px;

    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;

    animation: chy-price-1 15s linear infinite;
}

/* If using image */
.chy-price-1-animation-line .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Smooth Left to Right Animation */
@keyframes chy-price-1 {
    0% {
        left: 0%;
    }

    50% {
        left: calc(100% - 34px);
    }

    100% {
        left: 0%;
    }
}



.pulse-scale-animation{
   animation:pulseFadeScale 4s cubic-bezier(.4,0,.2,1) infinite;
}

@keyframes pulseFadeScale{

    0%{
        transform:scale(1);
        opacity:1;
        filter:drop-shadow(0 0 0 rgba(176,141,87,0));
    }

    50%{
        transform:scale(1.08);
        opacity:.75;
        filter:drop-shadow(0 10px 25px rgba(176,141,87,.35));
    }

    100%{
        transform:scale(1);
        opacity:1;
        filter:drop-shadow(0 0 0 rgba(176,141,87,0));
    }

}


.contact2.contact23-section .contact2-image {
  position:relative;
}
.contact2.contact23-section {
  position: relative;
      overflow-x: clip !important; 
      overflow-y: clip !important; 
}
  /* 2. Keep the Column Sticky */
.contact2.contact23-section .contact2-form .row.align-items-start > .col-lg-6:last-child {
      position: -webkit-sticky; 
      position: sticky !important;
      top: 100px !important;
      z-index: 10; 
  }
.contact2.contact23-section .contact2-image .image1 img{
 border:10px solid #fff;
}
.contact2.contact23-section::before {
content: '';
    position: absolute;
    top: -140px;
    right: 0; /* Changed from -140px to 0 */
    transform: translateX(30%); /* Push it off-screen safely using transform instead */
    width: 420px;
    max-width: 100vw; /* NEW: Physically prevents it from being wider than the screen */
    height: 420px;
    background: radial-gradient(circle, var(--vtc-bg-main4) 0%, transparent 70%);
    filter: blur(70px);
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}
.contact2.contact23-section .contact2-image .shape1 {
  content: '';
  position: absolute;
  border-radius:15px;
  right: -50px;
  bottom:-60px;
  width:150px;
  height:auto;
  z-index:3;
}
.contact2.contact23-section .contact2-image .shape1 img {
  animation: pulseGrow 2s ease-in-out infinite;
}

@keyframes pulseGrow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.contact2.contact23-section .contact2-image .shape2 {
  content: '';
  position: absolute;
  border-radius:15px;
  right: 0px;
  top:-10px;
  width:200px;
  height:auto;
}
.contact2.contact23-section .contact2-image .shape2 img {
  animation: floatOnly 3s ease-in-out infinite;
}

@keyframes floatOnly {
  0% {
    transform: translateY(0);
  }

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

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




/* =================================== */
/* service/industry tabs features */
/* ================================= */
/* =========================================
   SCROLL SECTION FRAME (PERFECT 100VH)
========================================= */
#featureScrollSection {
    position: relative;
}

/* =========================================
   HORIZONTAL SCROLL (TABS)
========================================= */
#featureScrollSection .tabs-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

#featureScrollSection .tabs-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

#featureScrollSection .service25-tabs-area ul {
    padding: 0;
    margin: 0;
}

#featureScrollSection .service25-tabs-area ul li {
    list-style: none;
}

/* =========================================
   TAB DESIGN
========================================= */
#featureScrollSection .service25-tabs-area ul li button.nav-link {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 105px;
    padding: 22px 70px 22px 95px !important;
    border-radius: 22px;
    border: 1px solid #E6ECF5;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(14px);
    color: #08124D;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    transition: 0.7s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

#featureScrollSection .service25-tabs-area ul li button.nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 6px;
    height: calc(100% - 36px);
    border-radius: 20px;
    background: linear-gradient(180deg, #F58220, #16A571);
}

#featureScrollSection .service25-tabs-area ul li button.nav-link::after {
    content: "›";
    position: absolute;
    right: 24px;
    line-height:32px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #F4F7FB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: 0.4s ease;
}

#featureScrollSection .service25-tabs-area ul li button.nav-link span {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #08124D, #0E1F68);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}

#featureScrollSection .service25-tabs-area ul li button.nav-link span img {
    width: 24px;
    filter: brightness(0) invert(1);
}

#featureScrollSection .service25-tabs-area ul li button.nav-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

#featureScrollSection .service25-tabs-area ul li button.nav-link.active {
    background: linear-gradient(135deg, rgba(245, 130, 32, 0.12), rgba(22, 165, 113, 0.12));
    border: 2px solid #16A571;
    transform: scale(1.02);
    color: var(--vtc-bg-main13);
}

#featureScrollSection .service25-tabs-area ul li button.nav-link.active::after {
    background: linear-gradient(135deg, #16A571, #0E8F6A);
    color: #fff;
}

#featureScrollSection .service25-tabs-area ul li button.nav-link.active span {
    background: linear-gradient(135deg, #F58220, #16A571);
    transform: translateY(-50%) scale(1.06);
}

/* =========================================
   IMAGE AREA & SLOW CROSSFADE
========================================= */
#featureScrollSection .tab-content {
    position: relative;
    min-height: 400px;
}

#featureScrollSection .tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px) scale(0.96);
    transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1;
}

#featureScrollSection .tab-pane.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    z-index: 2;
}

#featureScrollSection .service25-images-area .img1 img,
#featureScrollSection .service25-shape1 {
    width: 100%;
    border-radius: 26px;
}

/* =========================================
   BUTTONS
========================================= */
#featureScrollSection .tab-scroll-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background: #08124D;
    color: #fff;
    transition: 0.3s ease;
    display: none; /* Hidden by default on Desktop */
}

#featureScrollSection .tab-scroll-btn:hover {
    background: #16A571;
}

/* =========================================
   MOBILE RESPONSIVE ADJUSTMENTS
========================================= */
@media (max-width: 767px) {
    #featureScrollSection {
        height: auto;
        min-height: 30vh;
        padding: 40px 0;
    }

    #featureScrollSection .service25-tabs-area ul {
        display: flex;
        gap: 14px;
        flex-wrap: nowrap;
        min-width: max-content;
    }

    #featureScrollSection .service25-tabs-area ul li {
        width: 290px;
        flex: 0 0 auto;
    }

    #featureScrollSection .service25-tabs-area ul li button.nav-link {
        min-height: 85px;
        font-size: 16px;
        padding: 16px 55px 16px 72px !important;
    }

    #featureScrollSection .tab-scroll-btn {
        display: block; /* Shows left/right arrows on mobile */
    }

    #featureScrollSection .service25-tabs-area ul li button.nav-link span {
        width: 44px;
        height: 44px;
        left: 16px;
    }

    #featureScrollSection .service25-tabs-area ul li button.nav-link span img {
        width: 20px;
    }

    #featureScrollSection .service25-tabs-area ul li button.nav-link::after {
        width: 34px;
        height: 34px;
        font-size: 20px;
        right: 14px;
    }
}

._sidebar-widget.cta {
position: relative;
overflow:hidden;
z-index:1
}
._sidebar-widget.cta::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -80px;
    width: 350px;
    height: 350px;
    background: var(--vtc-bg-main4);
    z-index: -1;
    opacity: 0.9;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    animation: waterWave 8s ease-in-out infinite, waterFloat 12s ease-in-out infinite;
}
.why-choose-us-home {
  background:linear-gradient(to top, rgba(255,255,255,0.89),rgba(255,255,255,0.9)),url('../img/services/home/why-choose-us.webp') no-repeat bottom center/100%;;
}
.why-choose-us-home .work7-box {
  position: relative;
  overflow: hidden;
}

/* Shape */
.why-choose-us-home  .row>.col-lg-3:nth-child(odd) .work7-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 10px;
  background: var(--vtc-bg-main13);
  border-radius: 50%;
  /* top curve */
  transition: width 0.4s ease;
  z-index: 0;
}

/* Hover effect */
.why-choose-us-home  .row>.col-lg-3:nth-child(odd) .work7-box:hover::after {
  width: 100%;
  /* expand from left to right */
}

/* Shape */
.why-choose-us-home  .work7-box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 140px;
  height: 140px;
  background: #0d946830;
  /* change color as needed */
  border-radius: 50%;
  transition: transform 0.4s ease;
  z-index: 0;
}

/* Hover effect */
.why-choose-us-home  .work7-box:hover::before {
  transform: scale(1.3) rotate(15deg);
}






.char-counter {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

/* Spinner animation */
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.gradient-white {
  background: linear-gradient(to right, transparent,transparent,#fff,transparent, transparent)
}


/* =============== */
/* contact us page */
/* ================== */

.contact-us-page  .contact2-image-wrap {
  position: relative;
  display: inline-block;
}

.contact-us-page .contact2-image {
  position: relative;
  display: inline-block;
}

.contact-us-page .main-contact-img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Floating card style */
.contact-us-page .contact-floating-card {
  position: absolute;
  border-left: 5px solid var(--vtc-bg-main13);
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  padding: 18px 22px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  max-width: max-content;
  z-index: 2;
  animation: floatY 3s ease-in-out infinite;
}

.contact-us-page .contact-floating-card .icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7ff;
  border-radius: 12px;
}

.contact-us-page .contact-floating-card .icon img {
  width: 24px;
  height: 24px;
}

.contact-us-page .contact-floating-card .content h3 {
  font-size: 18px;
  margin: 0 0 8px;
}

.contact-us-page .contact-floating-card .content a {
  display: block;
  color: #555;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 6px;
  transition: 0.3s;
}

.contact-us-page .contact-floating-card .content a:hover {
  color: var(--vtc-bg-main4);
}

/* Card positions */
.contact-us-page .email-card {
  top: 12%;
  left: -40px;
}

.contact-us-page .phone-card {
  bottom: 12%;
  right: -40px;
  animation-delay: 1s;
}

/* Floating effect */
@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .contact-us-page .email-card {
    left: 10px;
    top: 10px;
  }

  .contact-us-page .phone-card {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .contact-us-page .contact-floating-card {
    position: static;
    max-width: 100%;
    margin-top: 20px;
    animation: none;
  }

  .contact-us-page .contact2-image {
    display: flex;
    flex-direction: column;
  }
}




  .global-presence-section.contact-us-page  {
    position: relative;
    padding: 70px 0;
    background: #f8fbff;
  }

  .presence-header {
    margin-bottom: 36px;
  }

  .global-presence-section.contact-us-page .presence-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #edf5ff;
    border: 1px solid #dceafe;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .global-presence-section.contact-us-page .presence-subtitle img {
    width: 15px;
    height: 15px;
  }

 .global-presence-section.contact-us-page  .presence-header h2 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
  }

  .global-presence-section.contact-us-page .presence-header p {
    max-width: 700px;
    margin: 0 auto;
    color: #64748b;
    font-size: 16px;
    line-height: 1.75;
  }

  .global-presence-section.contact-us-page .presence-box {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 22px;
    align-items: start;
  }

  /* .global-presence-section.contact-us-page .presence-map-card,
  .global-presence-section.contact-us-page .office-mini-card {
    /* background: #ffffff;
    border: 1px solid #e7eef7;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06); */
  } */

  .global-presence-section.contact-us-page .presence-map-card {
    border-radius: 24px;
    padding: 18px;
  }

  .global-presence-section.contact-us-page .presence-map-inner {
    position: relative;
    min-height: 340px;
    border-radius: 18px;
    /* background: linear-gradient(180deg, #fbfdff 0%, #f3f8ff 100%); */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
  }

  .global-presence-section.contact-us-page .presence-map-image {
    width: 100%;
    max-width: 100%;
    opacity: 0.22;
    display: block;
    user-select: none;
    pointer-events: none;
  }

  .global-presence-section.contact-us-page .map-point {
    position: absolute;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .global-presence-section.contact-us-page .map-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.14);
    transition: 0.3s ease;
  }

  .global-presence-section.contact-us-page .map-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #dbe7f4;
    border-radius: 999px;
    padding: 5px 10px;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    white-space: nowrap;
  }

  .global-presence-section.contact-us-page .map-label img {
    width: 16px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
  }

 .global-presence-section.contact-us-page  .map-point:hover .map-dot {
    transform: scale(1.12);
    box-shadow: 0 0 0 7px rgba(37, 99, 235, 0.16);
  }

 .global-presence-section.contact-us-page  .map-point-usa {
    left: 24%;
    top: 38%;
  }

 .global-presence-section.contact-us-page  .map-point-uk {
    left: 48.5%;
    top: 30%;
  }

  .global-presence-section.contact-us-page .map-point-india {
    left: 67%;
    top: 47%;
  }

  .global-presence-section.contact-us-page .presence-office-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .global-presence-section.contact-us-page .office-mini-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: 0.35s ease;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  }

  .global-presence-section.contact-us-page .office-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
    border-color: #dce7f5;
  }

  .global-presence-section.contact-us-page .office-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 20px 20px 0 0;
  }

  .global-presence-section.contact-us-page .office-card-india .office-card-accent {
    background: linear-gradient(90deg, #ff9933 0%, #ff7a1a 100%);
  }

  .global-presence-section.contact-us-page .office-card-usa .office-card-accent {
    background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
  }
.global-presence-section.contact-us-page .office-card-poland .office-card-accent {
    background: linear-gradient(90deg, #dc143c 0%, #ff5879 100%);
}
  .global-presence-section.contact-us-page .office-card-uk .office-card-accent {
    background: linear-gradient(90deg, #7c3aed 0%, #a855f7 100%);
  }

 .global-presence-section.contact-us-page  .office-flag {
    width: 68px;
    min-width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

 .global-presence-section.contact-us-page  .office-flag img {
    width: 42px;
    height: auto;
    border-radius: 4px;
    display: block;
  }

 .global-presence-section.contact-us-page  .office-content {
    flex: 1;
  }

 .global-presence-section.contact-us-page  .office-top {
    margin-bottom: 8px;
  }

  .global-presence-section.contact-us-page .office-badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }

 .global-presence-section.contact-us-page  .office-badge-head {
    background: #fff4eb;
    color: #ea580c;
    border: 1px solid #fed7aa;
  }

 .global-presence-section.contact-us-page  .office-badge-branch {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #dbeafe;
  }

 .global-presence-section.contact-us-page  .office-top h4 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
  }

 .global-presence-section.contact-us-page  .office-content p {
    margin: 0 0 14px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

 .global-presence-section.contact-us-page  .office-content p i {
    color: #2563eb;
    font-size: 14px;
    margin-top: 5px;
    flex-shrink: 0;
  }

 .global-presence-section.contact-us-page  .office-actions {
    display: flex;
    align-items: center;
  }

 .global-presence-section.contact-us-page  .office-actions .theme-btn3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
  }

  @media (max-width: 1199px) {
   .global-presence-section.contact-us-page  .presence-box {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 991px) {
   .global-presence-section.contact-us-page  .global-presence-section {
      padding: 60px 0;
    }

   .global-presence-section.contact-us-page  .presence-header h2 {
      font-size: 32px;
    }

   .global-presence-section.contact-us-page  .presence-map-inner {
      min-height: 300px;
    }
  }

  @media (max-width: 767px) {
   .global-presence-section.contact-us-page  .presence-header {
      margin-bottom: 28px;
    }

   .global-presence-section.contact-us-page  .presence-header h2 {
      font-size: 27px;
    }

   .global-presence-section.contact-us-page  .presence-header p {
      font-size: 15px;
    }

    .global-presence-section.contact-us-page .presence-map-card {
      padding: 14px;
      border-radius: 18px;
    }

    .global-presence-section.contact-us-page .presence-map-inner {
      min-height: 220px;
      padding: 12px;
      border-radius: 14px;
    }

    .global-presence-section.contact-us-page .map-label {
      font-size: 10px;
      padding: 4px 8px;
      gap: 5px;
    }

    .global-presence-section.contact-us-page .map-label img {
      width: 14px;
      height: 10px;
    }

    .global-presence-section.contact-us-page .presence-office-list {
      gap: 14px;
    }

    .global-presence-section.contact-us-page .office-mini-card {
      border-radius: 16px;
      padding: 14px;
      gap: 12px;
    }

   .global-presence-section.contact-us-page  .office-flag {
      width: 56px;
      min-width: 56px;
      height: 56px;
      border-radius: 14px;
    }

    .global-presence-section.contact-us-page .office-flag img {
      width: 34px;
    }

    .global-presence-section.contact-us-page .office-top h4 {
      font-size: 20px;
    }

    .global-presence-section.contact-us-page .office-content p {
      font-size: 13px;
    }
  }
/* ============== */
/* contact us page */
/* ============ */


   .her012-section.online-marketplace .hero12-brand-slider {
    position: relative;
    z-index: 1;
    }

    /* IMPORTANT: keep slick overflow hidden */
      .her012-section.online-marketplace .hero12-brand-slider .slick-list {
    overflow: hidden;
    margin: 0 -10px; /* gap fix */
    }

    /* GAP between slides */
      .her012-section.online-marketplace .hero12-brand-slider .slick-slide {
    margin: 0 10px;
    }

    /* Brand box */
      .her012-section.online-marketplace .hero12-brand {
    height: 60px;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    justify-content: center; /* fixed */
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    }

    /* Logo image fix */
      .her012-section.online-marketplace .hero12-brand img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    }

    /* Optional: smooth hover effect */
      .her012-section.online-marketplace .hero12-brand img {
    transition: 0.3s;
    filter: grayscale(0%);
    }

      .her012-section.online-marketplace .hero12-brand img:hover {
    filter: grayscale(100%);
    }




    /* ======================= */
/* header popup form */
    /* ======================= */
.header-form.search__popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow-y: auto;
  padding: 30px 15px;
  background: rgba(5, 10, 22, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media screen and (max-width:767px){
  .header-form.search__popup {
    padding: 0;
  }
  .header-form.search__popup .futuristic-popup-wrapper{
    padding:10px
  }
}
.header-form.search__popup .futuristic-popup-wrapper {
position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 30px;
    background: #ffffff;
    border: 5px solid rgb(7 32 78) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.header-form.search__popup .popup-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
}

.header-form.search__popup .popup-shape-one {
  width: 180px;
  height: 180px;
  top: -60px;
  left: -40px;
  background: rgba(41, 117, 255, 0.16);
  animation: popupFloatOne 6s ease-in-out infinite;
}

.header-form.search__popup .popup-shape-two {
  width: 220px;
  height: 220px;
  right: -60px;
  bottom: -80px;
  background: rgba(88, 169, 255, 0.10);
  animation: popupFloatTwo 7s ease-in-out infinite;
}

.header-form.search__popup .search__top,
.header-form.search__popup .contact-futuristic-section {
  position: relative;
  z-index: 2;
}

.header-form.search__popup .search__top {
  margin-bottom: 20px;
}


.header-form.search__popup .search__close-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.06);
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.header-form.search__popup .search__close-btn:hover {
  background: rgba(53, 127, 240, 0.16);
  border-color: rgba(53, 127, 240, 0.25);
  color: #000000;
  transform: rotate(90deg);
}

.header-form.search__popup .popup-left-box {
  padding-right: 18px;
}

.header-form.search__popup .popup-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
}


.header-form.search__popup .futuristic-input {
  margin-bottom: 16px;
}
.header-form.search__popup .futuristic-popup-wrapper .contact2-form .single-input input,.futuristic-popup-wrapper .contact2-form .single-input textarea{
background:#EFEFEF;
  }
    /* ======================= */
/* header popup form */
    /* ======================= */
.career-page .choose2-single-apps  .apps-icon{
  padding: 10px;
  width:50px;
  height:50px;
  display:flex;
  justify-content:center;
  align-items:center;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: -5px -5px 10px #03030347 inset, -5px -5px 5px #00000047;
  border-radius: 50px;
  transition: 0.3s;
}
.career-page .choose2-single-apps  .apps-icon i{color:orange;font-size:20px}
.career-page .choose2-single-apps{
  background: linear-gradient(45deg, #ec6e2057, #0d94684d);
}

.career-page .choose2-single-apps .apps-icon:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.hero5 p{
  font-weight:normal!important;
  font-size:16px!important;
}


.glass-break{
    position:relative;
    width:100%;
    /*max-width:1200px;*/
    /*aspect-ratio:16/9;*/
    margin:auto;
    overflow:hidden;
    perspective:1800px;
    cursor:pointer;
}

/* Glass Pieces */
.glass-piece{
    position:absolute;
    top:0;
    height:100%;
    opacity:0;

    background-repeat:no-repeat;

    backface-visibility:hidden;
    transform-style:preserve-3d;
    will-change:transform,opacity;
}

/* Animation runs once */
.glass-break.animate .glass-piece{
    animation:glassReveal 2.8s cubic-bezier(.22,.61,.36,1) forwards;
}

.glass-piece::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        120deg,
        transparent 20%,
        rgba(255,255,255,.25) 50%,
        transparent 80%
    );
    opacity:.4;
}

/* Netflix-style reveal */
@keyframes glassReveal{
    0%{
        opacity:0;
        transform:
            translateY(150px)
            rotateY(85deg)
            translateZ(-300px);
        filter:blur(10px);
    }

    100%{
        opacity:1;
        transform:
            translateY(0)
            rotateY(0)
            translateZ(0);
        filter:blur(0);
    }
}

/* Hover shimmer */
.glass-break::after{
    content:"";
    position:absolute;
    top:0;
    left:-200%;
    width:60%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.25),
        transparent
    );
    pointer-events:none;
    z-index:10;
}

.glass-break:hover::after{
    animation:shimmer 1.4s ease;
}

@keyframes shimmer{
    from{
        left:-200%;
    }
    to{
        left:200%;
    }
}

.glass-break:hover{
    transform:scale(1.01);
    transition:.4s ease;
}
.sitemap-tree ul{
    list-style:none;
    margin:0;
    padding-left:30px;
    position:relative;
}

.sitemap-tree ul li{
    margin:12px 0;
    position:relative;
}

.sitemap-tree ul li::before{
    content:"";
    position:absolute;
    top:-12px;
    left:-18px;
    width:1px;
    height:100%;
    background:#d6d6d6;
}

.sitemap-tree ul li::after{
    content:"";
    position:absolute;
    top:16px;
    left:-18px;
    width:14px;
    height:1px;
    background:#d6d6d6;
}

.sitemap-tree > ul > li::before,
.sitemap-tree > ul > li::after{
    display:none;
}

.sitemap-tree a,
.sitemap-tree .section-title{
    display:inline-block;
    padding:10px 18px;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:10px;
    text-decoration:none;
    color:#222;
    transition:.3s;
}

.sitemap-tree a:hover{
    color:var(--vtc-bg-main4);
    border-color:var(--vtc-bg-main4);
    transform:translateX(5px);
}

.root-link{
    font-weight:700;
    font-size:18px;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .vl-header-area2 .vl-main-menu ul > li > a {
        padding: 0 5px;
        font-size: 14px;
    }
}



@media screen and (max-width:767px) {
      .achievement-wrapper .achievement-box {
          padding:10px!important;
      }
      .hero6 {
          min-height:400px;
          animation: heroZoom 12s ease-in-out infinite alternate;
      }
.about2.about-us-page .about2-images {
    height:300px;
}
@keyframes heroZoom {
  0% {
    background-position: center center;
  }
  100% {
    background-position: center right;
  }
}

     .hero6 .main-heading6 {
          padding-top: 140px;
          padding-bottom: 40px;
      }
  }

@media (max-width: 1199.98px) {
    .hero6 .about-shape {
        display: none;
    }
}

.hero6 .about-shape {
    position: absolute;
    left: 7%;
    margin: 0;
    bottom: 9%;
    text-align: center;
    z-index: -2;
}

.hero6 .about-shape img {
  opacity: 0.2;
}

.rotate {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1399.98px) {
    .hero6 .vec-shape {
        display: none;
    }
}

.hero6 .main-heading6 {
    position: relative;
    z-index: 2;
}

/* Floating vector shape */
.hero6 .main-heading6 .vec-shape {
    position: absolute;
    top: -30px;
    left: -50px;
    animation: floatShape 5s ease-in-out infinite;
}

.hero6 .main-heading6 .vec-shape img {
      filter: brightness(0.5) hue-rotate(50deg);
}

/* Floating animation */
@keyframes floatShape {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(3deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/*achievement*/
.achievement-wrapper .achievement-box {
  border: 1.5px solid #ec6d20;
  border-radius: 28px;
  padding: 40px;
}

.achievement-wrapper .cta-card {
  background: linear-gradient(180deg, #ec6d20 0%, #e97c3a 100%);
  border-radius: 24px;
  padding: 30px;
  color: #fff;
  text-align: center;
}

.achievement-wrapper h3 {
  font-size: 19.2px;
  color: #fff;
}

.achievement-wrapper .cta-card .cta-btn span {
  text-decoration: underline;
  font-weight: 400;
}

.achievement-wrapper .divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 22px 0 28px;
}

/* ACHIEVEMENT CONTENT */
.achievement-wrapper .achievement-content {
  width: 100%;
}

/* ACHIEVEMENT PILL */
.achievement-wrapper .achievement-pill {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 26px;
  background: linear-gradient(90deg, #ec6d20, #f2b59b);
  border-radius: 60px;
  color: #fff;
}

.achievement-wrapper .icon {
  width: 88px;
  height: 88px;
  background: #fff;
  color: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.achievement-wrapper .pill-text h4 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1rem !important;
  color: #fff;
}

/* STATS */
.achievement-wrapper .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.achievement-wrapper .stat h2 {
  font-size: 42px;
  font-weight: 700;
  color: #05061a;
  line-height: 2.5rem;
}

.achievement-wrapper .plus {
  color: #17a673;
}

.achievement-wrapper .stat p {
  font-size: 16px;
  color: #000;
  margin-top: 6px;
  font-weight: 600;
}

.faq6.home-faq .faq6-images .text-count {
    width: 100px;
    text-align: start;
    position: absolute;
    bottom: 20px;
    left: 60px;
}
.faq6.home-faq .faq6-images .text-count img {
    position: unset !important;
    display: block;
    animation: pulseFadeZoomFaqImg 4s ease-in-out infinite;
}

@keyframes pulseFadeZoomFaqImg {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.5;
    }
}
.blog4.home-blog .heading6 h5 a {
    line-height:normal!important;
}



/* Swiper container styles */
.case4.new-media-image-section .rev_slider {
    overflow: hidden;
    padding-bottom: 50px;
}

.case4.new-media-image-section .rev_slider .swiper-wrapper {
    align-items: stretch;
}

.case4.new-media-image-section .rev_slider .swiper-slide {
    box-sizing: border-box;
    height: auto;
}

/* Card styles */
.case4.new-media-image-section .rev_slide .test .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 0;
    aspect-ratio: 4 / 5;
    width: 100%;
}

.case4.new-media-image-section .rev_slide .test .image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.case4.new-media-image-section .rev_slide .test .image img:first-child {
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
}

.case4.new-media-image-section .rev_slide .test .image img:last-child {
    z-index: 1;
    opacity: 0;
    transform: translateX(100%);
}

.case4.new-media-image-section .rev_slide:hover .test .image img:first-child {
    opacity: 0;
    transform: translateX(-100%);
    z-index: 1;
}

.case4.new-media-image-section .rev_slide:hover .test .image img:last-child {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}

@media (hover: none) {
    .case4.new-media-image-section .rev_slide:hover .test .image img:first-child {
        opacity: 1;
        transform: translateX(0);
    }
    .case4.new-media-image-section .rev_slide:hover .test .image img:last-child {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* Force full width on mobile */
@media (max-width: 767px) {
    .case4.new-media-image-section .rev_slider .swiper-slide {
        width: 100% !important;
    }
}

      .inner-hero.blog-details-banner {
        position: relative;
        overflow: hidden;
      }

      .inner-hero.blog-details-banner .banner-shape-icon1 {
        position: absolute;
        width: 300px;
        height: 300px;
        left: 30px;
        top: 30px;
        opacity: 0.08;
        border-radius: 50%;
        filter: blur(40px);

        animation: floatCircle 6s ease-in-out infinite;
      }

      @keyframes floatCircle {
        0% {
          transform: translateY(0px) scale(1);
          opacity: 0.08;
        }

        50% {
          transform: translateY(-20px) scale(1.05);
          opacity: 0.15;
        }

        100% {
          transform: translateY(0px) scale(1);
          opacity: 0.08;
        }
      }

      .inner-hero.blog-details-banner .banner-shape-icon2 {
        position: absolute;
        width: 800px;
        right: 0px;
        top: 0px;
        border-radius: 50%;
      }
      
      
      
/*====================*/
/*=====FLOATING BUTTONS======*/
/*==================*/
@media screen and (min-width:768px) {
.mobile-bottom-bar {
    display:none;
}

.quick_contact {
    display:block;
    position: fixed;
    right: 10px;
    bottom: 4rem;
  z-index: 100;
  transition: transform 0.5s ease;
}
.quick_contact a {
display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    width: 46px;
    height: 46px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
}
.qwhtsapp {
    margin-top:10px;
  background-color: #25d366;
}
.qcall {
  background-color: #2196f3;
}

.quick_contact a:hover {
  transform: scale(1.1);
}
}


/*===bottom nav====*/
/* Mobile Only */
@media screen and (max-width:767px){
.quick_contact {
    display:none;
}
body {
    padding-bottom:50px;
}

.mobile-bottom-bar{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:68px;
    display:flex;
    justify-content:space-around;
    align-items:center;
    background:rgba(255,255,255,.98);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border-top:1px solid rgba(0,0,0,.06);
    border-top-left-radius:18px;
    border-top-right-radius:18px;
    box-shadow:0 -8px 25px rgba(0,0,0,.12);
    z-index:999;
}

.mobile-bottom-bar .nav-item{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#6c757d;
    font-size:11px;
    font-weight:600;
    transition:.3s ease;
}

.mobile-bottom-bar .nav-item i{
    font-size:21px;
    margin-bottom:4px;
    transition:.3s ease;
}

.mobile-bottom-bar .nav-item:hover i{
    transform:translateY(-3px) scale(1.08);
}

.mobile-bottom-bar .nav-item span{
    line-height:1;
    letter-spacing:.2px;
}

.mobile-bottom-bar .nav-item.active{
    position:relative;
    color:#198754;
}

/* Home Floating Button */
.mobile-bottom-bar .home-circle{
    width:66px;
    height:66px;
    background:linear-gradient(#ec6e20,#198754);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    margin-top:-42px;
    border:5px solid #fff;
    box-shadow:
        0 10px 25px rgba(25,135,84,.35),
        0 0 20px rgba(236,110,32,.25);
    transition:.3s ease;
}

.mobile-bottom-bar .home-circle:hover{
    transform:translateY(-4px) scale(1.05);
}

.mobile-bottom-bar .home-circle i{
    color:#fff;
    font-size:27px;
    margin:0;
}

.mobile-bottom-bar .nav-item.active span{
    color:#198754;
    font-weight:700;
    margin-top:6px;
}

/* Individual icon colors */
.mobile-bottom-bar .fa-phone{
    color:#0d6efd;
}

.mobile-bottom-bar .fa-envelope{
    color:#f59e0b;
}

.mobile-bottom-bar .fa-whatsapp{
    color:#25D366;
}

/* Active icon animation */
.mobile-bottom-bar .nav-item.active .home-circle{
    animation:homeFloat 2s ease-in-out infinite;
}

@keyframes homeFloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-4px);
    }
}
}


@media screen and (min-width:768px){
.hero6{
    animation: heroParallax 22s linear infinite alternate;
}
}
@keyframes heroParallax{
    from{
        background-position:0% 50%;
    }
    to{
        background-position:100% 50%;
    }
}

/* ===========================
   Premium Client Logo Slider
   Optimized & Smooth
=========================== */

.hero7-brand-area.home-brand-area .brands8-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top:0;
    background: rgba(255,255,255,.10);
    border-radius: 18px;

    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        background .45s ease,
        box-shadow .45s ease;

    will-change: transform;
}

/* Shine */

.hero7-brand-area.home-brand-area .brands8-box::before{
    content: "";
    position: absolute;
    top: -120%;
     left: -30%; 
    width: 65%;
    height: 300%;
    background: linear-gradient(120deg, #0d946838, rgb(236 110 32 / 23%));
    transform: rotate(22deg);
    transition: left .9s ease;
    pointer-events: none;
    opacity: 0.3;
}

/* Soft Shadow */

.hero7-brand-area.home-brand-area .brands8-box::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:2px;

    width:60%;
    height:10px;

    transform:translateX(-50%);

    background:rgba(0,0,0,.12);
    border-radius:50%;
    filter:blur(3px);

    opacity:.55;

    transition:
        transform .45s ease,
        opacity .45s ease;
}

/* Logo */

.hero7-brand-area.home-brand-area .brands8-box img{

    max-width:80%;

    width:auto;
    height:auto;
    object-fit:contain;

    display:block;

    transform:translateY(0) scale(1);

    filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));

    animation:logoFloat 4.5s ease-in-out infinite;

    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        opacity .3s ease;

    backface-visibility:hidden;
    will-change:transform;
}

/* Hover */

.hero7-brand-area.home-brand-area .brands8-box:hover{

    background:rgba(255,255,255,.04);

    transform:translateY(-4px);
}

.hero7-brand-area.home-brand-area .brands8-box:hover::before{
    left:150%;
}

.hero7-brand-area.home-brand-area .brands8-box:hover::after{

    transform:translateX(-50%) scale(.82);

    opacity:.35;
}

.hero7-brand-area.home-brand-area .brands8-box:hover img{

    animation: none;

    transform:
        translateZ(35px)
        scale(1.1);

    filter:
        brightness(1.08)
        drop-shadow(0 20px 35px rgba(0,0,0,.28));
}

/* Floating Animation */

@keyframes logoFloat{

    0%,100%{
        transform:translateY(0);
    }

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

}

@media screen and (max-width: 575px) {
    .work1-single-slider .content-area {
        padding: 180px 30px 30px 30px;
        margin-left: 0;
        margin-right:0;
    }
}
  .faq6.home-faq  {
    overflow-x: clip !important;
    overflow-y: clip !important;
    }
    .faq6.home-faq .row.align-items-start > .col-lg-6:last-child {
    position: -webkit-sticky;
    position: sticky !important;
    top: 100px !important;
    z-index: 10;
}