﻿/*
============================
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("../../../css2");

body {
    font-size: var(--f-fs-font-16);
    font-family: var(--f-ff-font-1);
    font-weight: var(--f-fw-normal);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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

.img100 img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    body.body.body5 {
        overflow-x: initial !important;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

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

ju {
    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) {
    .space10 {
        height: 5px;
    }

    .sp5 {
        padding-bottom: 50px;
    }
}

.space20 {
    height: 20px;
}

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

.space30 {
    height: 30px;
}

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

.space40 {
    height: 40px;
}

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

.space50 {
    height: 50px;
}

.space45 {
    height: 45px;
}

@media (max-width: 768px) {
    .space50 {
        height: 25px;
    }

    .space60 {
        height: 30px !important;
    }
}

.space60 {
    height: 60px;
}

.space55 {
    height: 55px;
}

.space70 {
    height: 70px;
}

.space80 {
    height: 80px;
}

.space90 {
    height: 90px;
}

.space100 {
    height: 100px;
}

.space120 {
    height: 120px;
}

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

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

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

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

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

.padding-bottom {
    padding-bottom: 120px;
}

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

.padding-bottom2 {
    padding-bottom: 90px;
}

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

.padding-top {
    padding-top: 120px;
}

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

.padding-top2 {
    padding-top: 90px;
}

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

.padding-90 {
    padding: 90px 0;
}

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

.w-full {
    width: 100%;
}

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

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

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

.text-left {
    text-align: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1024px) {
    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-left {
        text-align: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .font-lg-45 {
        font-size: 45px;
    }

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

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

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

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

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

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

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

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

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

    .font-lg-66 {
        font-size: 66px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .line-height-lg-14 {
        line-height: 14px;
    }

    .line-height-lg-16 {
        line-height: 16px;
    }

    .line-height-lg-18 {
        line-height: 18px;
    }

    .line-height-lg-20 {
        line-height: 20px;
    }

    .line-height-lg-22 {
        line-height: 22px;
    }

    .line-height-lg-24 {
        line-height: 24px;
    }

    .line-height-lg-26 {
        line-height: 26px;
    }

    .line-height-lg-28 {
        line-height: 28px;
    }

    .line-height-lg-30 {
        line-height: 30px;
    }

    .line-height-lg-32 {
        line-height: 32px;
    }

    .line-height-lg-34 {
        line-height: 34px;
    }

    .line-height-lg-36 {
        line-height: 36px;
    }

    .line-height-lg-38 {
        line-height: 38px;
    }

    .line-height-lg-40 {
        line-height: 40px;
    }

    .line-height-lg-42 {
        line-height: 42px;
    }

    .line-height-lg-44 {
        line-height: 44px;
    }

    .line-height-lg-48 {
        line-height: 48px;
    }

    .line-height-lg-50 {
        line-height: 50px;
    }

    .line-height-lg-52 {
        line-height: 52px;
    }

    .line-height-lg-54 {
        line-height: 54px;
    }

    .line-height-lg-56 {
        line-height: 56px;
    }

    .line-height-lg-58 {
        line-height: 58px;
    }

    .line-height-lg-60 {
        line-height: 60px;
    }

    .line-height-lg-62 {
        line-height: 62px;
    }

    .line-height-lg-64 {
        line-height: 64px;
    }

    .line-height-lg-66 {
        line-height: 66px;
    }

    .line-height-lg-68 {
        line-height: 68px;
    }

    .line-height-lg-70 {
        line-height: 70px;
    }

    .line-height-lg-72 {
        line-height: 72px;
    }

    .line-height-lg-74 {
        line-height: 74px;
    }

    .line-height-lg-76 {
        line-height: 76px;
    }

    .line-height-lg-78 {
        line-height: 78px;
    }

    .line-height-lg-80 {
        line-height: 80px;
    }

    .line-height-lg-82 {
        line-height: 82px;
    }

    .line-height-lg-84 {
        line-height: 84px;
    }

    .line-height-lg-86 {
        line-height: 86px;
    }

    .line-height-lg-88 {
        line-height: 88px;
    }

    .line-height-lg-90 {
        line-height: 90px;
    }

    .line-height-lg-92 {
        line-height: 92px;
    }

    .line-height-lg-94 {
        line-height: 94px;
    }

    .line-height-lg-96 {
        line-height: 96px;
    }

    .line-height-lg-98 {
        line-height: 98px;
    }

    .line-height-lg-100 {
        line-height: 100px;
    }
}

@media screen and (min-width: 768px) {
    .font-md-12 {
        font-size: 12px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .line-height-md-12 {
        line-height: 12px;
    }

    .line-height-md-14 {
        line-height: 14px;
    }

    .line-height-md-16 {
        line-height: 16px;
    }

    .line-height-md-18 {
        line-height: 18px;
    }

    .line-height-md-20 {
        line-height: 20px;
    }

    .line-height-md-22 {
        line-height: 22px;
    }

    .line-height-md-24 {
        line-height: 24px;
    }

    .line-height-md-26 {
        line-height: 26px;
    }

    .line-height-md-28 {
        line-height: 28px;
    }

    .line-height-md-30 {
        line-height: 30px;
    }

    .line-height-md-32 {
        line-height: 32px;
    }

    .line-height-md-34 {
        line-height: 34px;
    }

    .line-height-md-36 {
        line-height: 36px;
    }

    .line-height-md-38 {
        line-height: 38px;
    }

    .line-height-md-40 {
        line-height: 40px;
    }

    .line-height-md-42 {
        line-height: 42px;
    }

    .line-height-md-44 {
        line-height: 44px;
    }

    .line-height-md-48 {
        line-height: 48px;
    }

    .line-height-md-50 {
        line-height: 50px;
    }

    .line-height-md-52 {
        line-height: 52px;
    }

    .line-height-md-54 {
        line-height: 54px;
    }

    .line-height-md-56 {
        line-height: 56px;
    }

    .line-height-md-58 {
        line-height: 58px;
    }

    .line-height-md-60 {
        line-height: 60px;
    }

    .line-height-md-62 {
        line-height: 62px;
    }

    .line-height-md-64 {
        line-height: 64px;
    }

    .line-height-md-66 {
        line-height: 66px;
    }

    .line-height-md-68 {
        line-height: 68px;
    }

    .line-height-md-70 {
        line-height: 70px;
    }

    .line-height-md-72 {
        line-height: 72px;
    }

    .line-height-md-74 {
        line-height: 74px;
    }

    .line-height-md-76 {
        line-height: 76px;
    }

    .line-height-md-78 {
        line-height: 78px;
    }

    .line-height-md-80 {
        line-height: 80px;
    }

    .line-height-md-82 {
        line-height: 82px;
    }

    .line-height-md-84 {
        line-height: 84px;
    }

    .line-height-md-86 {
        line-height: 86px;
    }

    .line-height-md-88 {
        line-height: 88px;
    }

    .line-height-md-90 {
        line-height: 90px;
    }

    .line-height-md-92 {
        line-height: 92px;
    }

    .line-height-md-94 {
        line-height: 94px;
    }

    .line-height-md-96 {
        line-height: 96px;
    }

    .line-height-md-98 {
        line-height: 98px;
    }

    .line-height-md-100 {
        line-height: 100px;
    }
}

@media screen and (min-width: 576px) {
    .font-sm-12 {
        font-size: 12px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .line-height-sm-12 {
        line-height: 12px;
    }

    .line-height-sm-14 {
        line-height: 14px;
    }

    .line-height-sm-16 {
        line-height: 16px;
    }

    .line-height-sm-18 {
        line-height: 18px;
    }

    .line-height-sm-20 {
        line-height: 20px;
    }

    .line-height-sm-22 {
        line-height: 22px;
    }

    .line-height-sm-24 {
        line-height: 24px;
    }

    .line-height-sm-26 {
        line-height: 26px;
    }

    .line-height-sm-28 {
        line-height: 28px;
    }

    .line-height-sm-30 {
        line-height: 30px;
    }

    .line-height-sm-32 {
        line-height: 32px;
    }

    .line-height-sm-34 {
        line-height: 34px;
    }

    .line-height-sm-36 {
        line-height: 36px;
    }

    .line-height-sm-38 {
        line-height: 38px;
    }

    .line-height-sm-40 {
        line-height: 40px;
    }

    .line-height-sm-42 {
        line-height: 42px;
    }

    .line-height-sm-44 {
        line-height: 44px;
    }

    .line-height-sm-48 {
        line-height: 48px;
    }

    .line-height-sm-50 {
        line-height: 50px;
    }

    .line-height-sm-52 {
        line-height: 52px;
    }

    .line-height-sm-54 {
        line-height: 54px;
    }

    .line-height-sm-56 {
        line-height: 56px;
    }

    .line-height-sm-58 {
        line-height: 58px;
    }

    .line-height-sm-60 {
        line-height: 60px;
    }

    .line-height-sm-62 {
        line-height: 62px;
    }

    .line-height-sm-64 {
        line-height: 64px;
    }

    .line-height-sm-66 {
        line-height: 66px;
    }

    .line-height-sm-68 {
        line-height: 68px;
    }

    .line-height-sm-70 {
        line-height: 70px;
    }

    .line-height-sm-72 {
        line-height: 72px;
    }

    .line-height-sm-74 {
        line-height: 74px;
    }

    .line-height-sm-76 {
        line-height: 76px;
    }

    .line-height-sm-78 {
        line-height: 78px;
    }

    .line-height-sm-80 {
        line-height: 80px;
    }

    .line-height-sm-82 {
        line-height: 82px;
    }

    .line-height-sm-84 {
        line-height: 84px;
    }

    .line-height-sm-86 {
        line-height: 86px;
    }

    .line-height-sm-88 {
        line-height: 88px;
    }

    .line-height-sm-90 {
        line-height: 90px;
    }

    .line-height-sm-92 {
        line-height: 92px;
    }

    .line-height-sm-94 {
        line-height: 94px;
    }

    .line-height-sm-96 {
        line-height: 96px;
    }

    .line-height-sm-98 {
        line-height: 98px;
    }

    .line-height-sm-100 {
        line-height: 100px;
    }
}

.mr-2 {
    margin-right: 8px;
}

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

.mb-30 {
    margin-bottom: 30px;
}

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

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

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

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

.lg-mr-15 {
    margin-right: 15px;
}

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

._relative {
    position: relative;
}

._absolute {
    position: absolute;
}

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

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

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

.width100 img {
    width: 100%;
}

/*
 ::::::::::::::::::::::::::
  fonts area css
 ::::::::::::::::::::::::::
 */
:root {
    --vtc-text-title1: #090B0E;
    --vtc-text-title2: #0B0314;
    --vtc-text-pera1: #3D4C5E;
    --vtc-text-white: #fff;
    --vtc-text-white80per: rgba(255, 255, 255, 0.8274509804);
    --vtc-text-white70per: rgba(255, 255, 255, 0.6901960784);
    --vtc-bg-main1: #ADFF1C;
    --vtc-bg-main2: #c6ff63;
    --vtc-bg-main3: #BD3F3D;
    --vtc-bg-main4: #155FFF;
    --vtc-bg-main5: #11819B;
    --vtc-bg-main6: #FD6543;
    --vtc-bg-main7: #093037;
    --vtc-bg-main8: #F8CE69;
    --vtc-bg-main9: #0D2B5E;
    --vtc-bg-main10: #2CBCA5;
    --vtc-bg-main11: #0587FF;
    --vtc-bg-main12: #6729F9;
    --vtc-bg-main13: #3546A3;
    --vtc-bg-common-1: #F4F4F4;
    --vtc-bg-common-2: #232323;
    --vtc-bg-common-3: #F6F8FA;
    --vtc-bg-common-4: #DFE9FB;
    --vtc-bg-common-5: #F4F4F4;
    --vtc-bg-common-6: #D0DFFF;
    --vtc-bg-common-7: #E8EFFF;
    --vtc-bg-common-8: #F1F8FF;
    --vtc-bg-common-9: #E7F2F5;
    --vtc-bg-common-10: #C8E0E7;
    --vtc-bg-common-11: #FFF0EC;
    --vtc-bg-common-12: #F6F7EE;
    --vtc-bg-common-13: #F2F2F2;
    --vtc-bg-common-14: rgba(9, 11, 14, 0.0941176471);
    --vtc-bg-common-15: #EAF8F6;
    --vtc-bg-common-16: #BDC3C9;
    --vtc-bg-common-17: #F3FAFA;
    --vtc-bg-common-18: #EDF2FB;
    --vtc-bg-common-19: #F1F1F1;
    --vtc-bg-common-20: rgba(103, 41, 249, 0.0352941176);
    --vtc-bg-common-21: #F2F4FF;
    --vtc-bg-common-22: rgba(53, 69, 163, 0.0823529412);
    --vtc-bg-white: #ffffff;
    --vtc-bg-white10per: rgba(255, 255, 255, 0.1);
    --vtc-bg-white20per: rgba(255, 255, 255, 0.199);
    --vtc-bg-white30per: rgba(255, 255, 255, 0.308);
    --vtc-border-1: #DDE1E9;
    --vtc-border-2: #DDE0E5;
    --vtc-border-3: #CFCFD0;
    --vtc-border-4: #D0D1D1;
    --vtc-border-5: #C5C9CF;
    --vtc-border-6: rgba(61, 76, 94, 0.2);
    --vtc-border-7: #D0D7D7;
    --vtc-border-8: #E6E8E8;
    --f-fw-normal: 400;
    --f-fw-medium: 500;
    --f-fw-semibold: 600;
    --f-fw-bold: 700;
    --f-fw-ex-bold: 800;
    --f-ff-font-1: 'Outfit', sans-serif;
    --f-fs-font-16: 16px;
    --f-fs-font-18: 18px;
    --f-fs-font-20: 20px;
    --f-fs-font-22: 22px;
    --f-fs-font-24: 24px;
    --f-fs-font-26: 26px;
    --f-fs-font-28: 28px;
    --f-fs-font-30: 30px;
    --f-fs-font-32: 32px;
    --f-fs-font-34: 34px;
    --f-fs-font-36: 36px;
    --f-fs-font-38: 38px;
    --f-fs-font-40: 40px;
    --f-fs-font-42: 42px;
    --f-fs-font-44: 44px;
    --f-fs-font-48: 48px;
    --f-fs-font-50: 50px;
    --f-fs-font-52: 52px;
    --f-fs-font-54: 54px;
    --f-fs-font-56: 56px;
    --f-fs-font-58: 58px;
    --f-fs-font-60: 60px;
    --f-fs-font-62: 62px;
    --f-fs-font-64: 64px;
    --f-fs-font-66: 66px;
    --f-fs-font-68: 68px;
    --f-fs-font-70: 70px;
    --f-fs-font-72: 72px;
    --f-fs-font-74: 74px;
    --f-fs-font-76: 76px;
    --f-fs-font-78: 78px;
    --f-fs-font-80: 80px;
    --f-fs-font-82: 82px;
    --f-fs-font-84: 84px;
    --f-fs-font-86: 86px;
    --f-fs-font-88: 88px;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.white-heading .sub-title {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    display: inline-block;
    margin-bottom: 16px;
}

    .white-heading .sub-title img {
        transform: translateY(-2px);
        margin-right: 3px;
        filter: brightness(0) invert(1);
    }

.white-heading h2 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-44); /* 100% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .white-heading h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .white-heading h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.white-heading p {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-28); /* 155.556% */
    text-transform: capitalize;
}

.white-heading h5 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

.white-heading h3 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-52);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-52); /* 118.75% */
}

.heading1 .sub-title {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    display: inline-block;
    margin-bottom: 16px;
}

    .heading1 .sub-title img {
        transform: translateY(-2px);
        margin-right: 3px;
    }

.heading1 h2 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-52); /* 118.182% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading1 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading1 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading1 h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

.heading1 h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading1 h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main3);
    }

.heading1 h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-26); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading1 h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main3);
    }

.heading1 p {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    text-transform: capitalize;
}

.heading2 .sub-title {
    color: var(--vtc-bg-main4);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    display: inline-block;
    margin-bottom: 16px;
}

    .heading2 .sub-title img {
        transform: translateY(-2px);
        margin-right: 3px;
    }

.heading2 h2 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-52); /* 118.182% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading2 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading2 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading2 h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

.heading2 h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading2 h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main4);
    }

.heading2 h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-26); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading2 h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main4);
    }

.heading2 h5 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-32); /* 130% */
    text-transform: capitalize;
}

    .heading2 h5 a {
        display: inline-block;
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-24);
        font-style: normal;
        font-weight: var(--f-fw-semibold);
        line-height: var(--f-fs-font-32); /* 130% */
        text-transform: capitalize;
    }

        .heading2 h5 a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main4);
        }

.heading2 p {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    text-transform: capitalize;
}

.heading3 .sub-title {
    color: var(--vtc-bg-main5);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    display: inline-block;
    margin-bottom: 16px;
}

    .heading3 .sub-title img {
        transform: translateY(-2px);
        margin-right: 3px;
    }

.heading3 h2 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-52); /* 118.182% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading3 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading3 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading3 h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

    .heading3 h3 a {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-24);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-24); /* 100% */
        text-transform: capitalize;
        transition: all 0.4s;
    }

        .heading3 h3 a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main5);
        }

.heading3 h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading3 h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main3);
    }

.heading3 h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-26); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading3 h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main5);
    }

.heading3 p {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    text-transform: capitalize;
}

.white-heading h2 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-44); /* 100% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .white-heading h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .white-heading h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.white-heading p {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-28); /* 155.556% */
    text-transform: capitalize;
}

.white-heading h5 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

.white-heading h3 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-52);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-52); /* 118.75% */
}

.heading4 .sub-title {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    display: inline-block;
    margin-bottom: 16px;
}

    .heading4 .sub-title img {
        transform: translateY(-2px);
        margin-right: 3px;
    }

.heading4 h2 {
    color: #090b0e;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--f-fs-font-52); /* 118.182% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading4 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading4 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading4 h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

    .heading4 h3 a {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-32);
        font-style: normal;
        font-weight: var(--f-fw-semibold);
        line-height: var(--f-fs-font-38); /* 118.75% */
        display: inline-block;
        transition: all 0.4s;
    }

        .heading4 h3 a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main6);
        }

.heading4 h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-32); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading4 h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main6);
    }

.heading4 h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-26); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading4 h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main6);
    }

.heading4 p {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    text-transform: capitalize;
    transition: all 0.4s;
}

.heading5 .sub-title {
    color: var(--vtc-bg-main7);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    display: inline-block;
    margin-bottom: 16px;
}

    .heading5 .sub-title img {
        transform: translateY(-2px);
        margin-right: 3px;
    }

.heading5 h2 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-52); /* 118.182% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading5 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading5 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading5 h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

.heading5 h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading5 h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main7);
    }

.heading5 h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-26); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading5 h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main7);
    }

.heading5 p {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    text-transform: capitalize;
}

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

    .heading6._mt-50 {
        margin-top: -50px;
    }

    .heading6 .sub-title {
        -webkit-text-stroke: 1px;
        -webkit-text-stroke-color: rgba(187, 187, 187, 0.432);
        font-family: Outfit;
        font-size: 96px;
        color: transparent;
        font-style: normal;
        font-weight: 500;
        line-height: 96px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        bottom: -48px;
        z-index: -1;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading6 .sub-title {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-32);
    }
}

.heading6 .sub-title img {
    transform: translateY(-2px);
    margin-right: 3px;
}

.heading6 h2 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-52); /* 118.182% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading6 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading6 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading6 h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

.heading6 h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading6 h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main8);
    }

.heading6 h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-32); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading6 h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main8);
    }

.heading6 p {
    color: #ffffff;
    font-size: 17px;
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    text-transform: capitalize;
}

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

    .heading6-w._mt-50 {
        margin-top: -50px;
    }

    .heading6-w .sub-title {
        -webkit-text-stroke: 1px;
        -webkit-text-stroke-color: rgba(187, 187, 187, 0.432);
        font-family: Outfit;
        font-size: 96px;
        color: transparent;
        font-style: normal;
        font-weight: 500;
        line-height: 96px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        bottom: -48px;
        z-index: -1;
    }

        .heading6-w .sub-title img {
            transform: translateY(-2px);
            margin-right: 3px;
        }

    .heading6-w h2 {
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-44);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-52); /* 118.182% */
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading6-w h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading6-w h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading6-w h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

.heading6-w h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading6-w h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main7);
    }

.heading6-w h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-26); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading6-w h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main7);
    }

.heading6-w p {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    text-transform: capitalize;
}

.heading7 .sub-title {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    display: inline-block;
    margin-bottom: 16px;
}

    .heading7 .sub-title img {
        transform: translateY(-2px);
        margin-right: 3px;
    }

.heading7 h2 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-52); /* 118.182% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading7 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading7 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading7 h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

    .heading7 h3 a {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-32);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-38); /* 100% */
        text-transform: capitalize;
        transition: all 0.4s;
    }

@media (max-width: 767px) {
    .heading7 h3 a {
        font-size: var(--f-fs-font-24);
        line-height: var(--f-fs-font-32);
    }
}

.heading7 h3 a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main10);
}

.heading7 h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-32); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading7 h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main10);
    }

.heading7 h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-26); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading7 h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main5);
    }

.heading7 p {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    text-transform: capitalize;
}

.heading7-w {
    position: relative;
    z-index: 2;
}

    .heading7-w._mt-50 {
        margin-top: -50px;
    }

    .heading7-w .sub-title {
        -webkit-text-stroke: 1px;
        -webkit-text-stroke-color: rgba(187, 187, 187, 0.432);
        font-family: Outfit;
        font-size: 96px;
        color: transparent;
        font-style: normal;
        font-weight: 500;
        line-height: 96px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        bottom: -48px;
        z-index: -1;
    }

        .heading7-w .sub-title img {
            transform: translateY(-2px);
            margin-right: 3px;
        }

    .heading7-w h2 {
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-44);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-52); /* 118.182% */
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading7-w h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading7-w h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading7-w h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

.heading7-w h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading7-w h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main7);
    }

.heading7-w h4 a {
    display: inline-block;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-26); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading7-w h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main10);
    }

.heading7-w p {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    text-transform: capitalize;
}

.heading8 .sub-title1 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    display: inline-block;
    margin-bottom: 16px;
    background-color: var(--vtc-bg-common-19);
    padding: 8px 12px 4px 12px;
    border-radius: 8px;
}

    .heading8 .sub-title1 img {
        transform: translateY(-2px);
        margin-right: 3px;
    }

.heading8 .sub-title2 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    display: inline-block;
    margin-bottom: 16px;
    background-color: var(--vtc-bg-white);
    padding: 8px 12px 4px 12px;
    border-radius: 8px;
}

    .heading8 .sub-title2 img {
        transform: translateY(-2px);
        margin-right: 3px;
    }

.heading8 h2 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-52); /* 118.182% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading8 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading8 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading8 h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

    .heading8 h3 a {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-32);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-38); /* 100% */
        text-transform: capitalize;
        transition: all 0.4s;
    }

        .heading8 h3 a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main10);
        }

.heading8 h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-32); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading8 h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main10);
    }

.heading8 h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-30); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading8 h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main11);
    }

.heading8 p {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    transition: all 0.4s;
}

.heading9 span.sub-title {
    display: inline-block;
    color: var(--vtc-bg-main12);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    margin-bottom: 16px;
    background-color: var(--vtc-bg-common-20);
    padding: 8px 12px 5px 12px;
    border-radius: 8px;
    text-transform: uppercase;
}

    .heading9 span.sub-title img {
        transform: translateY(-2px);
        margin-right: 4px;
    }

.heading9 h2 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-52); /* 118.182% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading9 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading9 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading9 h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

    .heading9 h3 a {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-32);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-38); /* 100% */
        text-transform: capitalize;
        transition: all 0.4s;
    }

        .heading9 h3 a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main12);
        }

.heading9 h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-26); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading9 h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main12);
    }

.heading9 h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-32); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading9 h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main12);
    }

.heading9 p {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    text-transform: capitalize;
}

.heading10 span.sub-title {
    display: inline-block;
    color: var(--vtc-bg-main13);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    margin-bottom: 16px;
    background-color: var(--vtc-bg-common-22);
    padding: 8px 12px 5px 12px;
    border-radius: 8px;
    text-transform: uppercase;
}

    .heading10 span.sub-title img {
        transform: translateY(-2px);
        margin-right: 4px;
    }

.heading10 h2 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-52); /* 118.182% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading10 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

@media (max-width: 767px) {
    .heading10 h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}

.heading10 h3 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-38); /* 118.75% */
}

    .heading10 h3 a {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-32);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-38); /* 100% */
        text-transform: capitalize;
        transition: all 0.4s;
    }

        .heading10 h3 a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main13);
        }

.heading10 h5 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-26); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading10 h5 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main13);
    }

.heading10 h4 a {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-32); /* 130% */
    text-transform: capitalize;
    transition: all 0.4s;
}

    .heading10 h4 a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main13);
    }

.heading10 p {
    color: #3d4c5e;
    font-size: 17px;
    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-main1);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 0.4;
}

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

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

.video-buttton4 .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-left: 7px;
    width: 0;
    height: 0;
    border-left: 13px solid var(--vtc-text-title1);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-buttton6 {
    padding-left: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .video-buttton6 {
        padding-left: 0;
        padding-top: 20px;
    }
}

.video-buttton6 p {
    color: var(--vtc-text-white) !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    margin-right: 0 !important;
    margin-top: 0px;
    text-decoration: underline;
}

.video-buttton6 .video-play-button {
    position: relative;
    z-index: 10;
    margin: 0px 10px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

@media (max-width: 767px) {
    .video-buttton6 .video-play-button {
        margin: 0px 30px 0px 0px;
    }
}

.video-buttton6 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--vtc-bg-main8);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 0.4;
}

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

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

.video-buttton6 .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-left: 7px;
    width: 0;
    height: 0;
    border-left: 13px solid var(--vtc-text-title1);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-buttton7 {
    padding-left: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .video-buttton7 {
        padding-left: 0;
        padding-top: 20px;
    }
}

.video-buttton7 p {
    color: var(--vtc-text-title1) !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    margin-right: 0 !important;
    margin-top: 0px;
    text-decoration: underline;
}

.video-buttton7 .video-play-button {
    position: relative;
    z-index: 10;
    margin: 0px 10px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

@media (max-width: 767px) {
    .video-buttton7 .video-play-button {
        margin: 0px 30px 0px 0px;
    }
}

.video-buttton7 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--vtc-bg-main10);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 0.4;
}

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

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

.video-buttton7 .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 0;
    margin-left: 7px;
    width: 0;
    height: 0;
    border-left: 13px solid var(--vtc-text-white);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-area1 .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    margin-top: -45px;
    margin-left: -60px;
}

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

.video-area1 .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

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

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

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*
::::::::::::::::::::::::::
 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-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    padding: 17px 10px 17px 22px;
    border-radius: 52px;
    background-color: var(--vtc-bg-main4);
    transition: all 0.4s;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .theme-btn3 span {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
    }

    .theme-btn3 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn3 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn3:hover .arrow2 {
        transform: translateY(-15px) rotate(-45deg) translateX(-21px);
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn3:hover .arrow1 {
        transition: all 0.4s;
        transform: translateY(-7px) rotate(-45deg) translateX(45px);
        opacity: 0;
    }

    .theme-btn3::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #4983ff;
        border-radius: 25px;
        z-index: -1;
        transform: rotateY(90deg);
        transition: all 0.4s;
        animation-timing-function: linear;
    }

    .theme-btn3:hover {
        color: var(--vtc-text-white);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .theme-btn3:hover::after {
            transform: rotateY(0deg);
            transition: all 0.4s;
            animation-timing-function: linear;
        }

.theme-btn4 {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    padding: 16px 10px 16px 22px;
    border-radius: 52px;
    background: transparent;
    transition: all 0.4s;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-left: 16px;
    border: 1px solid var(--vtc-text-title1);
}

@media (max-width: 767px) {
    .theme-btn4 {
        margin-left: 5px;
        /* margin-top: 16px; */
    }
}

.theme-btn4 span {
    display: inline-block;
    transform: rotate(-45deg) translateX(0px);
    font-size: 17px;
}

.theme-btn4 .arrow2 {
    transform: translateY(-8px) rotate(-45deg) translateX(-52px);
    transition: all 0.4s;
    opacity: 0;
}

.theme-btn4 .arrow1 {
    transition: all 0.4s;
    opacity: 1;
}

.theme-btn4:hover .arrow2 {
    transform: translateY(-15px) rotate(-45deg) translateX(-21px);
    transition: all 0.4s;
    opacity: 1;
}

.theme-btn4:hover .arrow1 {
    transition: all 0.4s;
    transform: translateY(-7px) rotate(-45deg) translateX(45px);
    opacity: 0;
}

.theme-btn4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--vtc-bg-main4);
    border-radius: 25px;
    z-index: -1;
    transform: rotateY(90deg);
    transition: all 0.4s;
    animation-timing-function: linear;
}

.theme-btn4:hover {
    color: var(--vtc-text-white);
    transition: all 0.4s;
    transform: translateY(-5px);
    border: 1px solid var(--vtc-bg-main4);
}

    .theme-btn4:hover::after {
        transform: rotateY(0deg);
        transition: all 0.4s;
        animation-timing-function: linear;
    }

.theme-btn5 {
    display: inline-block;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    padding: 17px 22px 17px 22px;
    border-radius: 52px;
    background-color: var(--vtc-bg-main5);
    transition: all 0.4s;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .theme-btn5::after {
        content: "";
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        height: 100%;
        width: 0%;
        background-color: var(--vtc-text-title1);
        border-radius: 25px;
        z-index: -1;
        transition: all 0.4s;
        animation-timing-function: linear;
    }

    .theme-btn5:hover {
        color: var(--vtc-text-white);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .theme-btn5:hover::after {
            transition: all 0.4s;
            width: 100%;
            left: 0;
            right: auto;
            animation-timing-function: linear;
        }

.theme-btn6 {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    padding: 17px 22px 17px 22px;
    border-radius: 52px;
    background-color: var(--vtc-text-white);
    transition: all 0.4s;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .theme-btn6::after {
        content: "";
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        height: 100%;
        width: 0%;
        background-color: var(--vtc-text-title1);
        border-radius: 25px;
        z-index: -1;
        transition: all 0.4s;
        animation-timing-function: linear;
    }

    .theme-btn6:hover {
        color: var(--vtc-text-white);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .theme-btn6:hover::after {
            transition: all 0.4s;
            width: 100%;
            left: 0;
            right: auto;
            animation-timing-function: linear;
        }

.theme-btn7 {
    display: inline-block;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    padding: 17px 22px 17px 22px;
    border-radius: 52px;
    background-color: var(--vtc-bg-main6);
    transition: all 0.4s;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .theme-btn7::after {
        content: "";
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        height: 100%;
        width: 0%;
        background-color: var(--vtc-text-title1);
        border-radius: 25px;
        z-index: -1;
        transition: all 0.4s;
        animation-timing-function: linear;
    }

    .theme-btn7:hover {
        color: var(--vtc-text-white);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .theme-btn7:hover::after {
            transition: all 0.4s;
            width: 100%;
            left: 0;
            right: auto;
            animation-timing-function: linear;
        }

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

    .hero3-call-btn img {
        margin-right: 5px;
    }

    .hero3-call-btn:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main5);
    }

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

    .theme-btn8:hover {
        color: var(--vtc-text-white);
    }

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

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

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

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

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

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

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

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

    .theme-btn9:hover {
        color: var(--vtc-text-white);
    }

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

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

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

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

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

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

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

.theme-btn10 {
    display: inline-block;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    padding: 17px 10px 17px 22px;
    border-radius: 52px;
    background-color: var(--vtc-bg-main1);
    transition: all 0.4s;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .theme-btn10 span {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
    }

    .theme-btn10 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn10 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn10:hover .arrow2 {
        transform: translateY(-15px) rotate(-45deg) translateX(-21px);
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn10:hover .arrow1 {
        transition: all 0.4s;
        transform: translateY(-7px) rotate(-45deg) translateX(45px);
        opacity: 0;
    }

    .theme-btn10::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: var(--vtc-text-title1);
        border-radius: 25px;
        z-index: -1;
        transform: rotateY(90deg);
        transition: all 0.4s;
        animation-timing-function: linear;
    }

    .theme-btn10:hover {
        color: var(--vtc-text-white);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .theme-btn10:hover::after {
            transform: rotateY(0deg);
            transition: all 0.4s;
            animation-timing-function: linear;
        }

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

    .theme-btn11 .arrow1, .theme-btn11 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn11 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn11 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn11:hover .arrow2 {
        transform: translateY(-15px) rotate(-45deg) translateX(-21px);
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn11:hover .arrow1 {
        transition: all 0.4s;
        transform: translateY(-7px) rotate(-45deg) translateX(45px);
        opacity: 0;
    }

    .theme-btn11:hover {
        color: var(--vtc-text-white);
    }

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

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

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

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

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

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

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

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

    .theme-btn12 .arrow1, .theme-btn12 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn12 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn12 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn12:hover .arrow2 {
        transform: translateY(-15px) rotate(-45deg) translateX(-21px);
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn12:hover .arrow1 {
        transition: all 0.4s;
        transform: translateY(-7px) rotate(-45deg) translateX(45px);
        opacity: 0;
    }

    .theme-btn12:hover {
        color: var(--vtc-text-white);
    }

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

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

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

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

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

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

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

.theme-btn13 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 18px 12px 18px 24px;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    z-index: 1;
    background: var(--vtc-bg-main10);
    border-radius: 111px;
    overflow: hidden;
    border: none;
}

    .theme-btn13 .arrow1, .theme-btn13 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn13 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn13 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn13::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--vtc-text-title1);
        border-radius: 2px;
        transform: scaleX(0);
        transform-origin: 50% 100%;
        transition-property: transform;
        transition-duration: 0.5s;
        transition-timing-function: ease-out;
        border-radius: 111px;
    }

    .theme-btn13:hover {
        color: var(--vtc-text-white);
    }

        .theme-btn13:hover .arrow2 {
            transform: translateY(-15px) rotate(-45deg) translateX(-21px);
            transition: all 0.4s;
            opacity: 1;
        }

        .theme-btn13:hover .arrow1 {
            transition: all 0.4s;
            transform: translateY(-7px) rotate(-45deg) translateX(45px);
            opacity: 0;
        }

        .theme-btn13:hover::after {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            opacity: 1;
        }

.theme-btn14 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 18px 12px 18px 24px;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    z-index: 1;
    background: var(--vtc-bg-main11);
    border-radius: 9px;
    overflow: hidden;
    border: none;
    transition: all 0.4s;
}

    .theme-btn14 .arrow1, .theme-btn14 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn14 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn14 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn14:hover {
        color: var(--vtc-text-white);
        background-color: var(--vtc-text-title1);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .theme-btn14:hover .arrow2 {
            transform: translateY(-15px) rotate(-45deg) translateX(-21px);
            transition: all 0.4s;
            opacity: 1;
        }

        .theme-btn14:hover .arrow1 {
            transition: all 0.4s;
            transform: translateY(-7px) rotate(-45deg) translateX(45px);
            opacity: 0;
        }

        .theme-btn14:hover::after {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            opacity: 1;
        }

.theme-btn15 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 18px 12px 18px 24px;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    z-index: 1;
    background: var(--vtc-text-white);
    border-radius: 9px;
    overflow: hidden;
    border: none;
    transition: all 0.4s;
}

    .theme-btn15 .arrow1, .theme-btn15 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn15 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn15 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn15:hover {
        color: var(--vtc-text-white);
        background-color: var(--vtc-text-title1);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .theme-btn15:hover .arrow2 {
            transform: translateY(-15px) rotate(-45deg) translateX(-21px);
            transition: all 0.4s;
            opacity: 1;
        }

        .theme-btn15:hover .arrow1 {
            transition: all 0.4s;
            transform: translateY(-7px) rotate(-45deg) translateX(45px);
            opacity: 0;
        }

        .theme-btn15:hover::after {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            opacity: 1;
        }

.theme-btn16 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 18px 12px 18px 24px;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    z-index: 1;
    background: var(--vtc-text-title1);
    border-radius: 9px;
    overflow: hidden;
    border: none;
    transition: all 0.4s;
}

    .theme-btn16 .arrow1, .theme-btn16 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn16 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn16 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn16:hover {
        color: var(--vtc-text-title1);
        background-color: var(--vtc-text-white);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .theme-btn16:hover .arrow2 {
            transform: translateY(-15px) rotate(-45deg) translateX(-21px);
            transition: all 0.4s;
            opacity: 1;
        }

        .theme-btn16:hover .arrow1 {
            transition: all 0.4s;
            transform: translateY(-7px) rotate(-45deg) translateX(45px);
            opacity: 0;
        }

        .theme-btn16:hover::after {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            opacity: 1;
        }

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

    .theme-btn17 .arrow1, .theme-btn17 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn17 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn17 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn17:hover .arrow2 {
        transform: translateY(-15px) rotate(-45deg) translateX(-21px);
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn17:hover .arrow1 {
        transition: all 0.4s;
        transform: translateY(-7px) rotate(-45deg) translateX(45px);
        opacity: 0;
    }

    .theme-btn17:hover {
        color: var(--vtc-text-white);
    }

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

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

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

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

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

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

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

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

    .theme-btn19 .arrow1, .theme-btn19 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn19 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn19 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn19:hover .arrow2 {
        transform: translateY(-15px) rotate(-45deg) translateX(-21px);
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn19:hover .arrow1 {
        transition: all 0.4s;
        transform: translateY(-7px) rotate(-45deg) translateX(45px);
        opacity: 0;
    }

    .theme-btn19:hover {
        color: var(--vtc-text-white);
    }

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

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

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

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

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

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

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

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

    .theme-btn18 .arrow1, .theme-btn18 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn18 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn18 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn18:hover .arrow2 {
        transform: translateY(-15px) rotate(-45deg) translateX(-21px);
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn18:hover .arrow1 {
        transition: all 0.4s;
        transform: translateY(-7px) rotate(-45deg) translateX(45px);
        opacity: 0;
    }

    .theme-btn18:hover {
        color: var(--vtc-text-white);
    }

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

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

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

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

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

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

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

.theme-btn19 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 19px 12px 19px 24px;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    z-index: 1;
    background: var(--vtc-bg-main13);
    border-radius: 8px;
    overflow: hidden;
    border: none;
}

    .theme-btn19 .arrow1, .theme-btn19 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn19 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn19 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn19::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--vtc-text-title1);
        border-radius: 2px;
        transform: scaleX(0);
        transform-origin: 50% 100%;
        transition-property: transform;
        transition-duration: 0.5s;
        transition-timing-function: ease-out;
        border-radius: 8px;
    }

    .theme-btn19:hover {
        color: var(--vtc-text-white);
    }

        .theme-btn19:hover .arrow2 {
            transform: translateY(-15px) rotate(-45deg) translateX(-21px);
            transition: all 0.4s;
            opacity: 1;
        }

        .theme-btn19:hover .arrow1 {
            transition: all 0.4s;
            transform: translateY(-7px) rotate(-45deg) translateX(45px);
            opacity: 0;
        }

        .theme-btn19:hover::after {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            opacity: 1;
        }

.theme-btn20 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 19px 12px 19px 24px;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    z-index: 1;
    background: var(--vtc-bg-white);
    border-radius: 8px;
    overflow: hidden;
    border: none;
    transition: all 0.4s;
}

    .theme-btn20 .arrow1, .theme-btn20 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn20 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn20 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn20::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--vtc-text-title1);
        border-radius: 2px;
        transform: scaleX(0);
        transform-origin: 50% 100%;
        transition-property: transform;
        transition-duration: 0.5s;
        transition-timing-function: ease-out;
        border-radius: 8px;
    }

    .theme-btn20:hover {
        color: var(--vtc-text-white);
        transition: all 0.4s;
    }

        .theme-btn20:hover .arrow2 {
            transform: translateY(-15px) rotate(-45deg) translateX(-21px);
            transition: all 0.4s;
            opacity: 1;
        }

        .theme-btn20:hover .arrow1 {
            transition: all 0.4s;
            transform: translateY(-7px) rotate(-45deg) translateX(45px);
            opacity: 0;
        }

        .theme-btn20:hover::after {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            opacity: 1;
        }

.theme-btn21 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 19px 12px 19px 24px;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    z-index: 1;
    background: var(--vtc-text-title1);
    border-radius: 8px;
    overflow: hidden;
    border: none;
    transition: all 0.4s;
}

    .theme-btn21 .arrow1, .theme-btn21 .arrow2 {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
        position: relative;
        z-index: 2;
    }

    .theme-btn21 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn21 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn21::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--vtc-bg-white);
        border-radius: 2px;
        transform: scaleX(0);
        transform-origin: 50% 100%;
        transition-property: transform;
        transition-duration: 0.5s;
        transition-timing-function: ease-out;
        border-radius: 8px;
    }

    .theme-btn21:hover {
        color: var(--vtc-text-title1);
        transition: all 0.4s;
    }

        .theme-btn21:hover .arrow2 {
            transform: translateY(-15px) rotate(-45deg) translateX(-21px);
            transition: all 0.4s;
            opacity: 1;
        }

        .theme-btn21:hover .arrow1 {
            transition: all 0.4s;
            transform: translateY(-7px) rotate(-45deg) translateX(45px);
            opacity: 0;
        }

        .theme-btn21:hover::after {
            transform: scaleX(1);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            opacity: 1;
        }

.theme-btn22 {
    display: inline-block;
    color: var(--vtc-bg-main4);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-20); /* 100% */
    padding: 16px 10px 16px 22px;
    border-radius: 52px;
    background-color: transparent;
    transition: all 0.4s;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid var(--vtc-bg-main4);
}

    .theme-btn22 span {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px);
        font-size: 17px;
    }

    .theme-btn22 .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .theme-btn22 .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn22:hover .arrow2 {
        transform: translateY(-15px) rotate(-45deg) translateX(-21px);
        transition: all 0.4s;
        opacity: 1;
    }

    .theme-btn22:hover .arrow1 {
        transition: all 0.4s;
        transform: translateY(-7px) rotate(-45deg) translateX(45px);
        opacity: 0;
    }

    .theme-btn22::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: var(--vtc-bg-main4);
        border-radius: 25px;
        z-index: -1;
        transform: rotateY(90deg);
        transition: all 0.4s;
        animation-timing-function: linear;
    }

    .theme-btn22:hover {
        color: var(--vtc-text-white);
        transition: all 0.4s;
        transform: translateY(-5px);
    }

        .theme-btn22:hover::after {
            transform: rotateY(0deg);
            transition: all 0.4s;
            animation-timing-function: linear;
        }

.learn2 {
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
}

    .learn2 span.arrow-all {
        display: inline-block;
        background-color: var(--vtc-bg-main13);
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: var(--f-fw-bold);
        line-height: var(--f-fs-font-18); /* 100% */
        text-transform: uppercase;
        border-radius: 111px;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        transition: all 0.4s;
        overflow: hidden;
        transition: all 0.4s;
    }

        .learn2 span.arrow-all span {
            display: inline-block;
            transform: rotate(-45deg) translateX(6px) translateY(6px);
            font-size: var(--f-fs-font-18);
            transition: all 0.4s;
            background: none;
        }

        .learn2 span.arrow-all .arrow2 {
            transform: translateY(-8px) rotate(-45deg) translateX(-52px);
            transition: all 0.4s;
            opacity: 0;
        }

        .learn2 span.arrow-all .arrow1 {
            transition: all 0.4s;
            opacity: 1;
        }

    .learn2:hover span {
        transition: all 0.4s;
        background-color: var(--vtc-text-title1);
    }

    .learn2:hover .arrow-all {
        transition: all 0.4s;
    }

        .learn2:hover .arrow-all .arrow2 {
            transform: translateY(-7px) rotate(-45deg) translateX(-10px);
            transition: all 0.4s;
            opacity: 1;
        }

        .learn2:hover .arrow-all .arrow1 {
            transition: all 0.4s;
            transform: translateY(-7px) rotate(-45deg) translateX(45px);
            opacity: 0;
        }

/*
 ::::::::::::::::::::::::::
     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) {
    .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: 800px;
    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: 230px;
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-heading4 {
        padding-top: 180px;
    }
}

@media (max-width: 767px) {
    .main-heading4 {
        padding-top: 100px;
    }
}

.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: 50px;
    font-style: normal;
    font-weight: 600;
    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: 36px;
        line-height: var(--f-fs-font-48);
    }
}

.main-heading4 p {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-28); /* 155.556% */
    text-transform: capitalize;
}

.main-heading4 .form-area {
    margin-top: 30px;
    position: relative;
    margin-left: 100px;
    margin-right: 100px;
}

    .main-heading4 .form-area .single-input {
        margin-right: 180px;
    }

    .main-heading4 .form-area input {
        padding: 16px;
        width: 100%;
        border-radius: 111px;
        background-color: var(--vtc-bg-common-2);
        border: 1px solid var(--vtc-bg-white10per);
        color: var(--vtc-text-white);
    }

        .main-heading4 .form-area input::-moz-placeholder {
            color: var(--vtc-text-white80per);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: var(--f-fs-font-16); /* 100% */
            text-transform: capitalize;
        }

        .main-heading4 .form-area input::placeholder {
            color: var(--vtc-text-white80per);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: var(--f-fs-font-16); /* 100% */
            text-transform: capitalize;
        }

        .main-heading4 .form-area input:focus {
            outline-color: var(--vtc-bg-main6);
            outline-width: 1px;
            outline-style: solid;
        }

            .main-heading4 .form-area input:focus::-moz-placeholder {
                opacity: 0;
            }

            .main-heading4 .form-area input:focus::placeholder {
                opacity: 0;
            }

    .main-heading4 .form-area .button {
        position: absolute;
        top: 0;
        right: 0;
    }

.hero4-images {
    margin-top: 80px;
}

    .hero4-images .image1 {
        margin-top: 82px;
    }

    .hero4-images .image3 {
        margin-top: 60px;
    }

    .hero4-images .image4 {
        transform: scale(1.1) translateX(-5px);
    }

@media (max-width: 767px) {
    .hero4-images .image4 {
        margin-top: 70px;
    }
}

.hero4-images .image5 {
    margin-top: 75px;
}

@media (max-width: 767px) {
    .hero4-images .image5 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

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

.hero5-bg::after {
    content: "";
    position: absolute;
    top: 93px;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(../img/hero/hero5-image.png);
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-bg::after {
        content: "";
        position: absolute;
        top: auto;
        right: 0;
        width: 100%;
        height: 40%;
        background-image: url(../img/hero/hero5-image.png);
        z-index: 1;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .hero5-bg::after {
        content: "";
        position: absolute;
        top: auto;
        right: 0;
        width: 100%;
        height: 40%;
        background-image: url(../img/hero/hero5-image.png);
        z-index: 1;
        bottom: 0;
    }
}

.hero5-bg .hero5-images {
    height: 900px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-bg .hero5-images {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .hero5-bg .hero5-images {
        height: 500px;
    }
}

.hero5-bg .hero5-images .shape1 {
    position: absolute;
    bottom: 50px;
    left: -60px;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-bg .hero5-images .shape1 {
        left: 0;
    }
}

@media (max-width: 767px) {
    .hero5-bg .hero5-images .shape1 {
        left: 0;
    }
}

.hero5-bg .hero5-images .shape2 {
    position: absolute;
    bottom: 240px;
    left: 0px;
    z-index: 2;
}

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

.main-heading5 {
    padding-right: 40px;
    padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-heading5 {
        padding-top: 180px;
    }
}

@media (max-width: 767px) {
    .main-heading5 {
        padding-top: 180px;
    }
}

.main-heading5 span.sub-title {
    display: inline-block;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    margin-bottom: 16px;
}

    .main-heading5 span.sub-title img {
        transform: translateY(-2px);
        margin-right: 2px;
        filter: brightness(0) invert(1);
    }

.main-heading5 h1 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-64);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-78); /* 115.625% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-heading5 h1 {
        font-size: var(--f-fs-font-40);
        line-height: var(--f-fs-font-48);
    }
}

@media (max-width: 767px) {
    .main-heading5 h1 {
        font-size: var(--f-fs-font-40);
        line-height: var(--f-fs-font-48);
    }
}

.main-heading5 h1 .unic-text1 {
    position: relative;
    z-index: 1;
}

    .main-heading5 h1 .unic-text1 img {
        position: absolute;
        top: -5px;
        right: -40px;
        z-index: -1;
    }

.main-heading5 h1 .unic-text2 {
    position: relative;
    color: var(--vtc-bg-main1);
}

    .main-heading5 h1 .unic-text2::after {
        content: "";
        position: absolute;
        bottom: 7px;
        left: 0;
        height: 3px;
        width: 100%;
        background-color: var(--vtc-bg-main1);
    }

.main-heading5 p {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-28); /* 155.556% */
    text-transform: capitalize;
}

.main-heading5 .buttons {
    display: flex;
    align-items: center;
    padding-top: 24px;
}

@media (max-width: 767px) {
    .main-heading5 .buttons {
        display: block;
    }
}

.main-heading5 .reviews-area {
    display: flex;
    align-items: center;
    padding-top: 60px;
    position: relative;
}

    .main-heading5 .reviews-area .review-text {
        padding-left: 50px;
        position: relative;
    }

        .main-heading5 .reviews-area .review-text ul li {
            display: inline-block;
        }

            .main-heading5 .reviews-area .review-text ul li.star {
                color: #FACA15;
            }

            .main-heading5 .reviews-area .review-text ul li.text {
                color: var(--vtc-text-white);
                font-size: var(--f-fs-font-16);
                font-style: normal;
                font-weight: var(--f-fw-medium);
                line-height: 150%; /* 24px */
            }

        .main-heading5 .reviews-area .review-text p {
            color: var(--vtc-text-white);
            font-size: 14px;
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: 150%;
            padding-top: 6px;
        }

        .main-heading5 .reviews-area .review-text::after {
            content: "";
            position: absolute;
            left: 24px;
            top: 13px;
            height: 30px;
            width: 1px;
            background-color: var(--vtc-bg-white10per);
        }

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

    .hero6 .brand-single-box {
        display: inline-block;
        padding: 0px 20px;
    }

@media (max-width: 767px) {
    .hero6 .theme-title h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }

    .hero6 .theme-title p {
        font-size: 16px;
    }

    .hero6 .page-title h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .hero6 .header-top, .hero6 .right-nav {
        display: none !important;
    }

    .hero6 .admin-bar .sticky-header.fixed-header {
        top: 0;
    }

    .hero6 .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
        display: none;
    }

    .hero6 .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
        width: 100%;
    }

    .hero6 .counter span {
        font-size: 40px;
    }

    .hero6 blockquote {
        padding: 140px 20px 20px 20px !important;
    }

        .hero6 blockquote:after {
            width: 100%;
            height: 100px;
        }

    .hero6 #header-wrap .navbar-brand.logo, .hero6 .sticky-header .navbar-brand.logo {
        margin-top: 0;
        box-shadow: none;
        padding: 15px 0;
    }

    .hero6 .comment-navigation .nav-links, .hero6 .posts-navigation .nav-links, .hero6 .post-navigation .nav-links {
        display: block;
    }

    .hero6 .comment-navigation .nav-previous, .hero6 .posts-navigation .nav-previous, .hero6 .post-navigation .nav-previous {
        padding-right: 0;
    }

    .hero6 .comment-navigation .nav-next, .hero6 .posts-navigation .nav-next, .hero6 .post-navigation .nav-next {
        padding-left: 0;
        margin-top: 30px;
    }

    .hero6 .elementor-widget-contact-btn h2 {
        font-size: 50px;
        line-height: 110px;
    }

    .hero6 .elementor-widget-contact-btn .round-text {
        width: 130px;
        height: 130px;
    }

    .hero6 .testimonial.style-1 {
        display: block;
        margin: 0;
    }

        .hero6 .testimonial.style-1 .testimonial-img {
            width: 100%;
        }

        .hero6 .testimonial.style-1 .testimonial-content {
            padding-left: 0;
            border-left: none;
            margin-left: 0;
            margin-top: 30px;
        }

    .hero6 .testimonial-content p {
        font-size: 20px;
        line-height: 32px;
    }

    .hero6 .service-list {
        padding-left: 0;
    }

    .hero6 .service-item.style-1 {
        position: relative;
    }

    .hero6 .service-list .service-item.style-1 .service-image {
        left: auto;
        right: 0;
        z-index: 9;
        width: 170px;
        top: 0;
    }

    .hero6 .service-list .service-item.style-1.active .service-image {
        top: 0;
    }

    .hero6 .service-item.style-1 .rounded-button {
        position: relative;
        right: inherit;
        top: inherit;
        margin-top: 30px;
    }

    .hero6 .marquee-text {
        font-size: 60px;
        line-height: 67px;
        animation: marquee 10s linear infinite;
    }

    .hero6 .round-text {
        width: 130px;
        height: 130px;
    }

    .hero6 .text-btn-icon {
        font-size: 40px;
    }

    .hero6 .price-table {
        display: block;
    }

    .hero6 .price-value h2 {
        font-size: 60px;
    }

    .hero6 .price-list {
        margin-top: 30px;
    }

    .hero6 .portfolio-list {
        padding-left: 0;
    }

    .hero6 .portfolio-item.style-2 {
        position: relative;
    }

    .hero6 .portfolio-list .portfolio-item.style-2 .portfolio-image {
        left: auto;
        right: 0;
        z-index: 9;
        width: 170px;
        top: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .hero6 .portfolio-list .portfolio-item.style-2.active .portfolio-image {
        top: 0;
    }

    .hero6 .portfolio-item.style-2.active .portfolio-image:after {
        height: 100px;
        width: 100px;
        right: 40px;
        bottom: -40px;
    }

    .hero6 .portfolio-list.portfolio-six .portfolio-desc h4 {
        font-size: 30px;
    }

    .hero6 .award-items {
        display: block;
    }

    .hero6 .award-title {
        width: 100%;
    }

    .hero6 .slider-img:after {
        height: 300px;
        width: 300px;
        bottom: -150px;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-100%);
    }
}

@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }

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

.hero6 .marquee-wrap {
    background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color));
    width: 100%;
    position: relative;
    margin-top: 0px;
    background: linear-gradient(0deg, #091E42 12.66%, rgba(23, 76, 168, 0) 92.61%);
    padding-bottom: 12px;
    transform: rotate(0deg);
}

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

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

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

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

.hero6 .hero6-bottom-slider {
    bottom: 0;
    position: absolute;
    left: 0;
}

.hero6 .brand-single-box {
    margin-bottom: 40px;
    position: relative;
    bottom: 13px;
}

.main-heading6 {
    padding-right: 40px;
    padding-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-heading6 {
        padding-top: 180px;
    }
}

@media (max-width: 767px) {
    .main-heading6 {
        padding-top: 180px;
    }
}

.main-heading6 span.sub-title {
    display: inline-block;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    margin-bottom: 16px;
}

    .main-heading6 span.sub-title img {
        transform: translateY(-2px);
        margin-right: 2px;
        filter: brightness(0) invert(1);
    }

.main-heading6 h1 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-64);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-78); /* 115.625% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-heading6 h1 {
        font-size: var(--f-fs-font-40);
        line-height: var(--f-fs-font-48);
    }
}

@media (max-width: 767px) {
    .main-heading6 h1 {
        font-size: var(--f-fs-font-40);
        line-height: var(--f-fs-font-48);
    }
}

.main-heading6 p {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-28); /* 155.556% */
    text-transform: capitalize;
}

.main-heading6 .buttons {
    display: flex;
    align-items: center;
    padding-top: 24px;
}

.main-heading6 .reviews-area {
    display: flex;
    align-items: center;
    padding-top: 60px;
    position: relative;
}

    .main-heading6 .reviews-area .review-text {
        padding-left: 50px;
        position: relative;
    }

        .main-heading6 .reviews-area .review-text ul li {
            display: inline-block;
        }

            .main-heading6 .reviews-area .review-text ul li.star {
                color: #FACA15;
            }

            .main-heading6 .reviews-area .review-text ul li.text {
                color: var(--vtc-text-white);
                font-size: var(--f-fs-font-16);
                font-style: normal;
                font-weight: var(--f-fw-medium);
                line-height: 150%; /* 24px */
            }

        .main-heading6 .reviews-area .review-text p {
            color: var(--vtc-text-white);
            font-size: 14px;
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: 150%;
            padding-top: 6px;
        }

        .main-heading6 .reviews-area .review-text::after {
            content: "";
            position: absolute;
            left: 24px;
            top: 13px;
            height: 30px;
            width: 1px;
            background-color: var(--vtc-bg-white10per);
        }

.main-heading7 {
    padding-top: 90px;
    padding-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-heading7 {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .main-heading7 {
        padding-top: 150px;
    }
}

.main-heading7 span.sub-title {
    display: inline-block;
    color: var(--vtc-bg-main5);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    margin-bottom: 16px;
}

    .main-heading7 span.sub-title img {
        transform: translateY(-3px);
        margin-right: 2px;
    }

.main-heading7 h1 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-64);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-74); /* 115.625% */
    position: relative;
    z-index: 2;
}

    .main-heading7 h1 span.unic {
        display: inline-block;
        color: var(--vtc-bg-main10);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-heading7 h1 {
        font-size: var(--f-fs-font-40);
        line-height: var(--f-fs-font-48);
    }
}

@media (max-width: 767px) {
    .main-heading7 h1 {
        font-size: var(--f-fs-font-40);
        line-height: var(--f-fs-font-48);
    }
}

.main-heading7 p {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-28); /* 155.556% */
    text-transform: capitalize;
    position: relative;
}

.main-heading7 .buttons {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .main-heading7 .buttons {
        display: block;
    }
}

.review-area-all7 {
    padding-top: 40px;
}

    .review-area-all7 .award-area {
        display: flex;
        align-items: center;
    }

        .review-area-all7 .award-area .award-content {
            padding-left: 20px;
        }

            .review-area-all7 .award-area .award-content p {
                color: var(--vtc-text-title1);
                font-size: var(--f-fs-font-18);
                font-style: normal;
                font-weight: var(--f-fw-normal);
                line-height: var(--f-fs-font-24); /* 160% */
            }

            .review-area-all7 .award-area .award-content h6 {
                color: var(--vtc-text-title1);
                font-size: var(--f-fs-font-20);
                font-style: normal;
                font-weight: var(--f-fw-normal);
                line-height: var(--f-fs-font-32); /* 160% */
                padding-top: 8px;
            }

                .review-area-all7 .award-area .award-content h6 span {
                    color: var(--vtc-bg-main10);
                    font-weight: var(--f-fw-semibold);
                }

    .review-area-all7 .review-stars-area ul li {
        display: inline-block;
        color: #FFAD0F;
    }

    .review-area-all7 .review-stars-area p {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-20);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-20); /* 100% */
        padding-top: 10px;
    }

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

.hero7-images {
    margin-right: -60px;
    margin-top: 80px;
    text-align: end;
}

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

@media (max-width: 767px) {
    .hero7-images {
        margin-right: 0;
        text-align: start;
    }
}

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

.hero7-slider .single {
    width: 150px;
    text-align: center;
    transition: all 0.4s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .hero7-slider .single img {
        filter: brightness(0);
        opacity: 0.3;
        transition: all 0.4s;
    }

    .hero7-slider .single:hover img {
        transition: all 0.4s;
        filter: none;
        opacity: 1;
    }

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

.main-heading8 {
    padding-right: 40px;
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-heading8 {
        padding-top: 180px;
    }
}

@media (max-width: 767px) {
    .main-heading8 {
        padding-top: 180px;
    }
}

.main-heading8 span.sub-title {
    display: inline-block;
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    margin-bottom: 16px;
    background-color: var(--vtc-bg-white10per);
    padding: 8px 12px 5px 12px;
    border-radius: 8px;
}

    .main-heading8 span.sub-title img {
        transform: translateY(-2px);
        margin-right: 4px;
        filter: brightness(0) invert(1);
    }

.main-heading8 h1 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-60);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-68); /* 115.625% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-heading8 h1 {
        font-size: var(--f-fs-font-40);
        line-height: var(--f-fs-font-48);
    }
}

@media (max-width: 767px) {
    .main-heading8 h1 {
        font-size: var(--f-fs-font-40);
        line-height: var(--f-fs-font-48);
    }
}

.main-heading8 p {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-28); /* 155.556% */
    text-transform: capitalize;
}

.hero8-form {
    position: relative;
    margin-top: 30px;
}

    .hero8-form input {
        width: 100%;
        padding: 20px;
        border-radius: 8px;
        background-color: var(--vtc-text-white);
        border: none;
    }

        .hero8-form input:focus {
            outline: none;
        }

            .hero8-form input:focus::-moz-placeholder {
                opacity: 0;
            }

            .hero8-form input:focus::placeholder {
                opacity: 0;
            }

    .hero8-form button {
        position: absolute;
        right: 5px;
        top: 4px;
    }

.hero8-images {
    position: relative;
    text-align: end;
    height: 570px;
    margin-top: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8-images {
        height: 500px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .hero8-images {
        height: 400px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.hero8-images .shape {
    position: absolute;
    bottom: -20px;
    right: -60px;
}

@media (max-width: 767px) {
    .hero8-images .shape {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8-images .shape {
        right: 0;
    }
}

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

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

.hero9-images {
    position: relative;
    height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-images {
        height: 450px;
        margin-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .hero9-images {
        height: 450px;
        margin-bottom: 220px;
    }
}

.hero9-images .image1 {
    position: absolute;
    right: -100px;
    bottom: 0;
}

@media (max-width: 767px) {
    .hero9-images .image1 {
        bottom: 0;
        width: 260px;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-images .image1 {
        bottom: 100px;
        width: 260px;
        right: 0;
    }
}

.hero9-images .image2 {
    position: absolute;
    top: -60px;
}

@media (max-width: 767px) {
    .hero9-images .image2 {
        top: 20px;
        width: 260px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-images .image2 {
        top: 20px;
        width: 260px;
    }
}

.hero9-form {
    position: relative;
    margin-top: 30px;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .hero9-form {
        margin-right: 0;
    }
}

.hero9-form input {
    width: 100%;
    padding: 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-semibold);
            line-height: var(--f-fs-font-56); /* 100% */
        }

@media (max-width: 767px) {
    .inner-hero .inner-main-heading h1 {
        font-size: var(--f-fs-font-40);
        line-height: var(--f-fs-font-40);
    }
}

.inner-hero .inner-main-heading .breadcrumbs-pages {
    padding-top: 12px;
}

    .inner-hero .inner-main-heading .breadcrumbs-pages ul li {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-semibold);
        line-height: var(--f-fs-font-16); /* 100% */
        display: inline-block;
    }

        .inner-hero .inner-main-heading .breadcrumbs-pages ul li.angle {
            padding: 0px 3px;
        }

        .inner-hero .inner-main-heading .breadcrumbs-pages ul li a {
            color: var(--vtc-text-title1);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: var(--f-fs-font-16); /* 100% */
            transition: all 0.4s;
        }

            .inner-hero .inner-main-heading .breadcrumbs-pages ul li a:hover {
                transition: all 0.4s;
                color: var(--vtc-bg-main11);
            }

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
.preloader1 {
    /* Preloader Styling */
    /* Progress Bar at Top */
    /* Title Logo in Center with Rotation */
    /* Typing Text Animation */
    /* Preloader Exit Animation */
}

    .preloader1 #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000; /* Black background */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9999;
        transition: transform 0.5s ease-in-out;
    }

    .preloader1 .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--vtc-bg-main1); /* Blue progress bar */
        animation: progress 2.5s ease-in-out forwards;
        border-radius: 8px;
    }

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.preloader1 .title-logo img {
    width: 120px; /* Adjust logo size */
    height: auto;
    animation: rotate 12s linear infinite;
}

.preloader1 .preloader-exit .title-logo {
    transform: scale(0);
    transition: all 0.9s;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader1 .loading-text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

    .preloader1 .loading-text span {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        border-right: 2px solid #fff; /* Cursor effect */
        animation: typing 2s steps(10, end) infinite;
    }

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.preloader1 .preloader-exit {
    transform: translateY(-100%);
}

.preloader2 {
    /* Preloader Styling */
    /* Progress Bar at Top */
    /* Title Logo in Center with Rotation */
    /* Typing Text Animation */
    /* Preloader Exit Animation */
}

    .preloader2 #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000; /* Black background */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9999;
        transition: transform 0.5s ease-in-out;
    }

    .preloader2 .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--vtc-bg-main10); /* Blue progress bar */
        animation: progress 2.5s ease-in-out forwards;
        border-radius: 8px;
    }

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.preloader2 .title-logo img {
    width: 120px; /* Adjust logo size */
    height: auto;
    animation: rotate 12s linear infinite;
}

.preloader2 .preloader-exit .title-logo {
    transform: scale(0);
    transition: all 0.9s;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader2 .loading-text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

    .preloader2 .loading-text span {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        border-right: 2px solid #fff; /* Cursor effect */
        animation: typing 2s steps(10, end) infinite;
    }

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.preloader2 .preloader-exit {
    transform: translateY(-100%);
}

.preloader4 {
    /* Preloader Styling */
    /* Progress Bar at Top */
    /* Title Logo in Center with Rotation */
    /* Typing Text Animation */
    /* Preloader Exit Animation */
}

    .preloader4 #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000; /* Black background */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9999;
        transition: transform 0.5s ease-in-out;
    }

    .preloader4 .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--vtc-bg-main11); /* Blue progress bar */
        animation: progress 2.5s ease-in-out forwards;
        border-radius: 8px;
    }

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.preloader4 .title-logo img {
    width: 120px; /* Adjust logo size */
    height: auto;
    animation: rotate 12s linear infinite;
}

.preloader4 .preloader-exit .title-logo {
    transform: scale(0);
    transition: all 0.9s;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader4 .loading-text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

    .preloader4 .loading-text span {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        border-right: 2px solid #fff; /* Cursor effect */
        animation: typing 2s steps(10, end) infinite;
    }

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.preloader4 .preloader-exit {
    transform: translateY(-100%);
}

.preloader5 {
    /* Preloader Styling */
    /* Progress Bar at Top */
    /* Title Logo in Center with Rotation */
    /* Typing Text Animation */
    /* Preloader Exit Animation */
}

    .preloader5 #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000; /* Black background */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9999;
        transition: transform 0.5s ease-in-out;
    }

    .preloader5 .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--vtc-bg-main6); /* Blue progress bar */
        animation: progress 2.5s ease-in-out forwards;
        border-radius: 8px;
    }

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.preloader5 .title-logo img {
    width: 120px; /* Adjust logo size */
    height: auto;
    animation: rotate 12s linear infinite;
}

.preloader5 .preloader-exit .title-logo {
    transform: scale(0);
    transition: all 0.9s;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader5 .loading-text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

    .preloader5 .loading-text span {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        border-right: 2px solid #fff; /* Cursor effect */
        animation: typing 2s steps(10, end) infinite;
    }

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.preloader5 .preloader-exit {
    transform: translateY(-100%);
}

.preloader6 {
    /* Preloader Styling */
    /* Progress Bar at Top */
    /* Title Logo in Center with Rotation */
    /* Typing Text Animation */
    /* Preloader Exit Animation */
}

    .preloader6 #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000; /* Black background */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9999;
        transition: transform 0.5s ease-in-out;
    }

    .preloader6 .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--vtc-bg-main12); /* Blue progress bar */
        animation: progress 2.5s ease-in-out forwards;
        border-radius: 8px;
    }

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.preloader6 .title-logo img {
    width: 120px; /* Adjust logo size */
    height: auto;
    animation: rotate 12s linear infinite;
}

.preloader6 .preloader-exit .title-logo {
    transform: scale(0);
    transition: all 0.9s;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader6 .loading-text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

    .preloader6 .loading-text span {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        border-right: 2px solid #fff; /* Cursor effect */
        animation: typing 2s steps(10, end) infinite;
    }

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.preloader6 .preloader-exit {
    transform: translateY(-100%);
}

.preloader7 {
    /* Preloader Styling */
    /* Progress Bar at Top */
    /* Title Logo in Center with Rotation */
    /* Typing Text Animation */
    /* Preloader Exit Animation */
}

    .preloader7 #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000; /* Black background */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9999;
        transition: transform 0.5s ease-in-out;
    }

    .preloader7 .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--vtc-bg-main4); /* Blue progress bar */
        animation: progress 2.5s ease-in-out forwards;
        border-radius: 8px;
    }

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.preloader7 .title-logo img {
    width: 120px; /* Adjust logo size */
    height: auto;
    animation: rotate 12s linear infinite;
}

.preloader7 .preloader-exit .title-logo {
    transform: scale(0);
    transition: all 0.9s;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader7 .loading-text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

    .preloader7 .loading-text span {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        border-right: 2px solid #fff; /* Cursor effect */
        animation: typing 2s steps(10, end) infinite;
    }

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.preloader7 .preloader-exit {
    transform: translateY(-100%);
}

.preloader8 {
    /* Preloader Styling */
    /* Progress Bar at Top */
    /* Title Logo in Center with Rotation */
    /* Typing Text Animation */
    /* Preloader Exit Animation */
}

    .preloader8 #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000; /* Black background */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9999;
        transition: transform 0.5s ease-in-out;
    }

    .preloader8 .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--vtc-bg-main12); /* Blue progress bar */
        animation: progress 2.5s ease-in-out forwards;
        border-radius: 8px;
    }

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.preloader8 .title-logo img {
    width: 120px; /* Adjust logo size */
    height: auto;
    animation: rotate 12s linear infinite;
}

.preloader8 .preloader-exit .title-logo {
    transform: scale(0);
    transition: all 0.9s;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader8 .loading-text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

    .preloader8 .loading-text span {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        border-right: 2px solid #fff; /* Cursor effect */
        animation: typing 2s steps(10, end) infinite;
    }

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.preloader8 .preloader-exit {
    transform: translateY(-100%);
}

.preloader9 {
    /* Preloader Styling */
    /* Progress Bar at Top */
    /* Title Logo in Center with Rotation */
    /* Typing Text Animation */
    /* Preloader Exit Animation */
}

    .preloader9 #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000; /* Black background */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9999;
        transition: transform 0.5s ease-in-out;
    }

    .preloader9 .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--vtc-bg-main5); /* Blue progress bar */
        animation: progress 2.5s ease-in-out forwards;
        border-radius: 8px;
    }

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.preloader9 .title-logo img {
    width: 120px; /* Adjust logo size */
    height: auto;
    animation: rotate 12s linear infinite;
}

.preloader9 .preloader-exit .title-logo {
    transform: scale(0);
    transition: all 0.9s;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader9 .loading-text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

    .preloader9 .loading-text span {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        border-right: 2px solid #fff; /* Cursor effect */
        animation: typing 2s steps(10, end) infinite;
    }

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.preloader9 .preloader-exit {
    transform: translateY(-100%);
}

.preloader10 {
    /* Preloader Styling */
    /* Progress Bar at Top */
    /* Title Logo in Center with Rotation */
    /* Typing Text Animation */
    /* Preloader Exit Animation */
}

    .preloader10 #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000; /* Black background */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9999;
        transition: transform 0.5s ease-in-out;
    }

    .preloader10 .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 4px;
        background: var(--vtc-bg-main8); /* Blue progress bar */
        animation: progress 2.5s ease-in-out forwards;
        border-radius: 8px;
    }

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.preloader10 .title-logo img {
    width: 120px; /* Adjust logo size */
    height: auto;
    animation: rotate 12s linear infinite;
}

.preloader10 .preloader-exit .title-logo {
    transform: scale(0);
    transition: all 0.9s;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader10 .loading-text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

    .preloader10 .loading-text span {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        border-right: 2px solid #fff; /* Cursor effect */
        animation: typing 2s steps(10, end) infinite;
    }

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.preloader10 .preloader-exit {
    transform: translateY(-100%);
}

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

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

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

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

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

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

/*
::::::::::::::::::::::::::
 BACKGROUNDS AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  ANIMATIONS AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes round-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1000deg);
    }
}

@keyframes round-circle2 {
    0% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}

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

    100% {
        transform: translateY(-20px);
    }
}

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

    100% {
        transform: translateY(20px);
    }
}

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

    100% {
        transform: translateY(15px);
    }
}

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

    100% {
        transform: translateY(-25px);
    }
}

@keyframes animate5 {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animate6 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

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

    100% {
        transform: translateY(-70px);
    }
}

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

    100% {
        transform: translateY(70px);
    }
}

.round-circle {
    position: relative;
    animation-name: round-circle;
    animation-duration: 72s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

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

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

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

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

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

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

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

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

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

.image-anime {
    overflow: hidden;
}

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

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

/*
::::::::::::::::::::::::::
 ANIMATION AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  PAGINATION AREA CSS
 ::::::::::::::::::::::::::
 */
.theme-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

.search__top {
    margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

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

/*
::::::::::::::::::::::::::
 SEARCH AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  THEME SETTINGS
 ::::::::::::::::::::::::::
 */
.blok:nth-of-type(odd) {
    background-color: white;
}

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

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

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

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

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

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

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

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

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

.blog-details-content .image img {
    width: 100%;
}

.blog-details-content .details-content-text-box {
    background-color: var(--vtc-bg-common-1);
    padding: 16px;
    border-radius: 8px;
    transition: all 0.4s;
}

    .blog-details-content .details-content-text-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

.blog-details-content .details-list-item ul li {
    color: #090B0E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    padding-top: 16px;
    display: flex;
    align-items: center;
}

    .blog-details-content .details-list-item ul li .check {
        display: inline-block;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        background-color: var(--vtc-bg-main4);
        font-size: 12px;
        color: var(--vtc-text-white);
        margin-right: 5px;
        border-radius: 50%;
    }

.blog-details-content .vl-blog12-meta a {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-16); /* 100% */
    display: inline-block;
    margin-right: 20px;
}

    .blog-details-content .vl-blog12-meta a img {
        transform: translateY(-2px);
    }

.blog-details-content .heading2 h3 {
    font-weight: var(--f-fw-medium);
}

.blog-details-content .content-details-area {
    padding-top: 24px;
}

    .blog-details-content .content-details-area ul li {
        display: inline-block;
    }

    .blog-details-content .content-details-area ul .tag a {
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-16); /* 100% */
        text-transform: capitalize;
        background-color: var(--vtc-bg-main2);
        border-radius: 9px;
        display: inline-block;
        padding: 10px 14px;
    }

    .blog-details-content .content-details-area ul .date {
        margin-left: 30px;
    }

        .blog-details-content .content-details-area ul .date a {
            display: inline-block;
            color: var(--vtc-text-pera1);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-16); /* 100% */
            text-transform: capitalize;
            position: relative;
        }

            .blog-details-content .content-details-area ul .date a img {
                transform: translateY(-3px);
            }

            .blog-details-content .content-details-area ul .date a::after {
                content: "";
                position: absolute;
                left: -15px;
                top: 0;
                height: 18px;
                width: 1px;
                background-color: var(--vtc-text-pera1);
                opacity: 0.6;
            }

.blog-details-content .details-check-list li {
    margin-top: 16px;
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    align-items: center;
}

    .blog-details-content .details-check-list li .check {
        display: inline-block;
        height: 24px;
        width: 24px;
        text-align: center;
        line-height: 24px;
        border-radius: 50%;
        background-color: var(--vtc-bg-main2);
        color: var(--vtc-bg-white);
        font-size: 14px;
        margin-right: 6px;
    }

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

.details-social-tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .details-social-tags {
        display: block;
    }
}

.details-social-tags .tags ul li {
    display: inline-block;
}

    .details-social-tags .tags ul li.text {
        color: var(--vtc-text-title4);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: var(--f-fw-semibold);
        line-height: var(--f-fs-font-18); /* 100% */
    }

    .details-social-tags .tags ul li a {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-16); /* 100% */
        text-transform: capitalize;
        background-color: var(--vtc-bg-common-1);
        border-radius: 9px;
        display: inline-block;
        padding: 10px 14px;
        margin-left: 20px;
        transition: all 0.4s;
    }

        .details-social-tags .tags ul li a:hover {
            transition: all 0.4s;
            color: var(--vtc-text-white);
            background-color: var(--vtc-bg-main4);
        }

.details-social-tags .social-icons {
    text-align: end;
}

@media (max-width: 767px) {
    .details-social-tags .social-icons {
        text-align: start;
        padding-top: 20px;
    }
}

.details-social-tags .social-icons ul li {
    display: inline-block;
}

    .details-social-tags .social-icons ul li.text {
        color: var(--vtc-text-title4);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: var(--f-fw-semibold);
        line-height: var(--f-fs-font-18); /* 100% */
        margin-right: 10px;
    }

    .details-social-tags .social-icons ul li a {
        display: inline-block;
        height: 44px;
        width: 44px;
        text-align: center;
        line-height: 44px;
        border-radius: 50%;
        background-color: var(--vtc-bg-common-1);
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-18);
        margin-right: 4px;
        transition: all 0.4s;
    }

        .details-social-tags .social-icons ul li a:hover {
            transition: all 0.4s;
            background-color: var(--vtc-bg-main4);
            transform: translateY(-5px);
            color: var(--vtc-text-white);
        }

.details-single-comment {
    border-radius: 8px;
    background: var(--vtc-bg-common-1);
    padding: 28px;
    margin-top: 32px;
}

    .details-single-comment p {
        color: var(--Text-Color, rgba(11, 26, 51, 0.8235294118));
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; /* 144.444% */
        padding-top: 20px;
    }

    .details-single-comment .top-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .details-single-comment .top-area .reply a {
            color: var(--vtc-text-title1);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-16); /* 100% */
            text-transform: capitalize;
            transition: all 0.4s;
        }

            .details-single-comment .top-area .reply a:hover {
                transition: all 0.4s;
                color: var(--vtc-bg-main4);
            }

        .details-single-comment .top-area .author-area {
            display: flex;
            align-items: center;
        }

            .details-single-comment .top-area .author-area .text {
                padding-left: 16px;
            }

                .details-single-comment .top-area .author-area .text .date {
                    display: inline-block;
                    color: var(--vtc-text-pera1);
                    font-size: var(--f-fs-font-16);
                    font-style: normal;
                    font-weight: var(--f-fw-medium);
                    line-height: var(--f-fs-font-16); /* 100% */
                    display: inline-block;
                    padding-bottom: 8px;
                }

                    .details-single-comment .top-area .author-area .text .date img {
                        transform: translateY(-3px);
                        margin-right: 2px;
                    }

.details-contact-form .form-area {
    background-color: var(--vtc-bg-common-2);
    padding: 32px;
    border-radius: 8px;
    margin-top: 20px;
}

    .details-contact-form .form-area .button {
        margin-top: 24px;
    }

        .details-contact-form .form-area .button button {
            width: 100%;
        }

    .details-contact-form .form-area .single-input {
        margin-top: 20px;
    }

        .details-contact-form .form-area .single-input input, .details-contact-form .form-area .single-input textarea {
            border: none;
            padding: 16px;
            width: 100%;
            border-radius: 8px;
        }

            .details-contact-form .form-area .single-input input:focus, .details-contact-form .form-area .single-input textarea:focus {
                outline: none;
            }

.details-author-area {
    background-color: var(--vtc-bg-common-1);
    text-align: center;
    border-radius: 8px;
    padding: 32px;
}

    .details-author-area p {
        color: var(--vtc-text-pera1);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 140% */
    }

    .details-author-area .author-info {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }

        .details-author-area .author-info .text {
            padding-left: 12px;
        }

            .details-author-area .author-info .text a {
                display: inline-block;
                color: var(--vtc-text-title1);
                font-size: 20px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px; /* 100% */
                text-transform: capitalize;
                transition: all 0.4s;
            }

                .details-author-area .author-info .text a:hover {
                    transition: all 0.4s;
                    color: var(--vtc-bg-main4);
                }

.details-counter-box {
    margin-top: 30px;
    position: relative;
    padding-left: 24px;
}

    .details-counter-box h3 {
        color: var(--vtc-text-title1);
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px; /* 100% */
    }

    .details-counter-box p {
        color: var(--vtc-text-title1);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 100% */
    }

    .details-counter-box .shape {
        position: absolute;
        top: 0;
        z-index: -1;
        left: 0;
    }

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG SIDEBAR AREA CSS
::::::::::::::::::::::::::
*/
.sidebar-area ._sidebar-contact_widget {
    background-color: var(--vtc-bg-common-3);
    padding: 28px 24px;
    border-radius: 8px;
}

    .sidebar-area ._sidebar-contact_widget h3 {
        color: var(--vtc-bg-white1);
        font-size: var(--f-fs-font-24);
        font-style: normal;
        font-weight: var(--f-fw-semibold);
        line-height: var(--f-fs-font-24); /* 100% */
        margin-bottom: 24px;
    }

    .sidebar-area ._sidebar-contact_widget .buttons {
        text-align: end;
    }

    .sidebar-area ._sidebar-contact_widget ._project-list ul li {
        color: var(--vtc-bg-white1);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: var(--f-fw-bold);
        line-height: var(--f-fs-font-18); /* 100% */
        border-bottom: 1px solid rgba(255, 255, 255, 0.0941176471);
        padding: 20px 0px;
    }

        .sidebar-area ._sidebar-contact_widget ._project-list ul li span {
            font-weight: var(--f-fw-medium) !important;
            opacity: 0.7;
            display: inline-block;
            padding-right: 10px;
        }

    .sidebar-area ._sidebar-contact_widget ._social {
        padding-top: 20px;
        display: flex;
        align-items: center;
    }

        .sidebar-area ._sidebar-contact_widget ._social .text p {
            color: var(--vtc-bg-white1);
            font-size: var(--f-fs-font-18);
            font-style: normal;
            font-weight: var(--f-fw-bold);
            line-height: var(--f-fs-font-18); /* 100% */
            opacity: 0.7;
        }

        .sidebar-area ._sidebar-contact_widget ._social .icons {
            margin-left: 20px;
        }

            .sidebar-area ._sidebar-contact_widget ._social .icons ul li {
                display: inline-block;
            }

                .sidebar-area ._sidebar-contact_widget ._social .icons ul li a {
                    display: inline-block;
                    height: 28px;
                    width: 28px;
                    text-align: center;
                    line-height: 28px;
                    border-radius: 50%;
                    color: var(--vtc-bg-main1);
                    background-color: rgba(255, 255, 255, 0.1098039216);
                    font-size: 14px;
                    margin-left: 2px;
                    transition: all 0.4s;
                }

                    .sidebar-area ._sidebar-contact_widget ._social .icons ul li a:hover {
                        transition: all 0.4s;
                        color: var(--vtc-text-title-1);
                        background-color: var(--vtc-bg-main1);
                    }

    .sidebar-area ._sidebar-contact_widget ._contact-form input, .sidebar-area ._sidebar-contact_widget ._contact-form textarea {
        background-color: var(--vtc-bg-white);
        width: 100%;
        padding: 16px;
        border: none;
        border-radius: 8px;
        color: var(--vtc-bg-white1);
        margin-bottom: 16px;
    }

        .sidebar-area ._sidebar-contact_widget ._contact-form input::-moz-placeholder, .sidebar-area ._sidebar-contact_widget ._contact-form textarea::-moz-placeholder {
            color: rgba(255, 255, 255, 0.8);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-16); /* 100% */
        }

        .sidebar-area ._sidebar-contact_widget ._contact-form input::placeholder, .sidebar-area ._sidebar-contact_widget ._contact-form textarea::placeholder {
            color: rgba(255, 255, 255, 0.8);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-16); /* 100% */
        }

        .sidebar-area ._sidebar-contact_widget ._contact-form input:focus, .sidebar-area ._sidebar-contact_widget ._contact-form textarea:focus {
            outline: none;
        }

.sidebar-area ._sidebar-widget {
    background-color: var(--vtc-bg-common-1);
    padding: 28px 24px;
    border-radius: 8px;
}

    .sidebar-area ._sidebar-widget h3 {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-24);
        font-style: normal;
        font-weight: var(--f-fw-semibold);
        line-height: var(--f-fs-font-24); /* 100% */
        margin-bottom: 24px;
    }

    .sidebar-area ._sidebar-widget._list ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--vtc-text-title-1);
        font-size: var(--f-fs-font-18);
        line-height: var(--f-fs-font-18);
        font-weight: var(--f-fw-medium);
        transition: all 0.4s;
        background-color: var(--vtc-bg-white);
        padding: 20px 24px;
        margin-bottom: 20px;
        border-radius: 111px;
    }

        .sidebar-area ._sidebar-widget._list ul li a:hover {
            background-color: var(--vtc-bg-main4);
            transition: all 0.4s;
            color: var(--vtc-bg-white);
        }

        .sidebar-area ._sidebar-widget._list ul li a.active {
            background-color: var(--vtc-bg-main4);
            transition: all 0.4s;
            color: var(--vtc-bg-white);
        }

    .sidebar-area ._sidebar-widget._portfolio .portfolio-list ul li {
        color: #090B0E;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 100% */
        text-transform: capitalize;
        padding: 24px 0px;
        border-bottom: 1px solid rgba(61, 76, 94, 0.2);
    }

        .sidebar-area ._sidebar-widget._portfolio .portfolio-list ul li span {
            display: inline-block;
            color: #3D4C5E;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px; /* 100% */
            text-transform: capitalize;
            padding-left: 16px;
        }

        .sidebar-area ._sidebar-widget._portfolio .portfolio-list ul li:nth-last-child(1) {
            border-bottom: none;
        }

    .sidebar-area ._sidebar-widget._portfolio .protfolio-icon-list {
        margin-top: 4px;
    }

        .sidebar-area ._sidebar-widget._portfolio .protfolio-icon-list a {
            display: inline-block;
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center;
            font-size: 16px;
            color: var(--vtc-text-title1);
            background-color: rgba(21, 95, 255, 0.1);
            margin-right: 5px;
            border-radius: 50%;
            transition: all 0.4s;
        }

            .sidebar-area ._sidebar-widget._portfolio .protfolio-icon-list a:hover {
                transition: all 0.4s;
                color: var(--vtc-text-white);
                background-color: var(--vtc-bg-main4);
            }

    .sidebar-area ._sidebar-widget._buttons a {
        width: 100%;
        padding: 16px;
        border-radius: 111px;
        display: inline-block;
        text-align: center;
        margin-top: 16px;
        transition: all 0.4s;
    }

        .sidebar-area ._sidebar-widget._buttons a img {
            transform: translateY(-2px);
        }

        .sidebar-area ._sidebar-widget._buttons a:hover {
            transition: all 0.4s;
            transform: translateY(-5px);
        }

    .sidebar-area ._sidebar-widget._buttons .sidebar-btn1 {
        background-color: var(--vtc-bg-main4);
        color: var(--vtc-text-white);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 100% */
    }

    .sidebar-area ._sidebar-widget._buttons .sidebar-btn2 {
        border-radius: 100px;
        border: 1px solid rgba(52, 52, 52, 0.1);
        background: var(--vtc-bg-white);
        color: var(--vtc-text-title1);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 100% */
    }

    .sidebar-area ._sidebar-widget._tags .tags-list ul li {
        display: inline-block;
    }

        .sidebar-area ._sidebar-widget._tags .tags-list ul li a {
            display: inline-block;
            background-color: var(--vtc-bg-white);
            padding: 10px 14px;
            border-radius: 111px;
            color: var(--vtc-text-title-1);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-16); /* 100% */
            text-transform: capitalize;
            transition: all 0.4s;
            margin-right: 10px;
            margin-top: 14px;
        }

            .sidebar-area ._sidebar-widget._tags .tags-list ul li a:hover {
                transition: all 0.4s;
                color: var(--vtc-bg-white);
                background-color: var(--vtc-bg-main4);
            }

    .sidebar-area ._sidebar-widget._contact ._contact-form input, .sidebar-area ._sidebar-widget._contact ._contact-form textarea {
        width: 100%;
        margin-top: 20px;
        border: 1px solid rgba(52, 52, 52, 0.1);
        background-color: var(--vtc-bg-white);
        border-radius: 8px;
        padding: 16px;
    }

        .sidebar-area ._sidebar-widget._contact ._contact-form input:focus, .sidebar-area ._sidebar-widget._contact ._contact-form textarea:focus {
            outline-color: var(--vtc-bg-main4);
            outline-width: 1px;
            outline-style: solid;
        }

            .sidebar-area ._sidebar-widget._contact ._contact-form input:focus::-moz-placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea:focus::-moz-placeholder {
                opacity: 0;
            }

            .sidebar-area ._sidebar-widget._contact ._contact-form input:focus::placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea:focus::placeholder {
                opacity: 0;
            }

        .sidebar-area ._sidebar-widget._contact ._contact-form input::-moz-placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea::-moz-placeholder {
            color: var(--vtc-text-title-1);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
            opacity: 0.7;
        }

        .sidebar-area ._sidebar-widget._contact ._contact-form input::placeholder, .sidebar-area ._sidebar-widget._contact ._contact-form textarea::placeholder {
            color: var(--vtc-text-title-1);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
            opacity: 0.7;
        }

    .sidebar-area ._sidebar-widget._search form input {
        padding: 18px;
        width: 100%;
        border: none;
        background-color: var(--vtc-bg-white);
        border-radius: 111px;
        color: var(--vtc-text-title-1);
    }

        .sidebar-area ._sidebar-widget._search form input:focus {
            outline-color: var(--vtc-bg-main4);
            outline-width: 1px;
            outline-style: solid;
        }

            .sidebar-area ._sidebar-widget._search form input:focus::-moz-placeholder {
                opacity: 0;
            }

            .sidebar-area ._sidebar-widget._search form input:focus::placeholder {
                opacity: 0;
            }

        .sidebar-area ._sidebar-widget._search form input::-moz-placeholder {
            color: var(--vtc-text-title-1);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
            opacity: 0.7;
        }

        .sidebar-area ._sidebar-widget._search form input::placeholder {
            color: var(--vtc-text-title-1);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
            opacity: 0.7;
        }

    .sidebar-area ._sidebar-widget._search form button {
        border: none;
        background: none;
        color: var(--vtc-text-title-1);
        position: absolute;
        top: 0;
        right: 0;
        font-size: var(--f-fs-font-18);
        top: 17px;
        right: 15px;
    }

    .sidebar-area ._sidebar-widget._author .author-images ul li {
        display: inline-block;
        margin: 9px 5px;
    }

    .sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post {
        display: flex;
        align-items: center;
        margin-top: 28px;
    }

        .sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .image {
            width: 86px;
            border-radius: 8px;
            overflow: hidden;
        }

            .sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .image img {
                width: 86px;
                transition: all 0.4s;
            }

        .sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content {
            padding-left: 20px;
        }

            .sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content a.date {
                display: inline-block;
                color: var(--vtc-text-title-1);
                font-size: var(--f-fs-font-16);
                font-style: normal;
                font-weight: var(--f-fw-semibold);
                line-height: var(--f-fs-font-16); /* 100% */
                text-transform: uppercase;
            }

                .sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content a.date img {
                    transform: translateY(-3px);
                    margin-right: 3px;
                }

            .sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content h4 a {
                display: inline-block;
                color: var(--vtc-text-title-1);
                font-size: var(--f-fs-font-18);
                font-style: normal;
                font-weight: var(--f-fw-medium);
                line-height: var(--f-fs-font-24); /* 133.333% */
                text-transform: capitalize;
                padding-top: 12px;
                transition: all 0.4s;
            }

                .sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post .content h4 a:hover {
                    transition: all 0.4s;
                    color: var(--vtc-bg-main4);
                }

        .sidebar-area ._sidebar-widget._recent .recent-blog .recent-blog-post:hover .image img {
            transition: all 0.4s;
            transform: scale(1.1) rotate(2deg);
        }

/*
::::::::::::::::::::::::::
 BLOG SIDEBAR AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG POST BOX AREA CSS
::::::::::::::::::::::::::
*/
.vl-blog-1-item .vl-blog-3-thumb {
    height: 316px;
    overflow: hidden;
    overflow: hidden;
    border-radius: 9px;
}

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

    .vl-blog-2-item .vl-blog-3-thumb img {
        transition: all 0.4s;
    }

.vl-blog-2-item .vl-blog-1-content {
    background-color: var(--vtc-bg-white);
    border-radius: 8px;
    padding: 24px;
    margin: -100px 30px 0px 30px;
    position: relative;
    z-index: 3;
}

    .vl-blog-2-item .vl-blog-1-content .vl-blog1-meta a {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-16); /* 100% */
        display: inline-block;
        margin-right: 20px;
    }

        .vl-blog-2-item .vl-blog-1-content .vl-blog1-meta a img {
            transform: translateY(-2px);
        }

    .vl-blog-2-item .vl-blog-1-content .learn1 {
        display: inline-block;
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-bold);
        line-height: var(--f-fs-font-16); /* 100% */
        margin-top: 22px;
        transition: all 0.4s;
    }

        .vl-blog-2-item .vl-blog-1-content .learn1 span {
            display: inline-block;
            transform: rotate(-45deg);
        }

        .vl-blog-2-item .vl-blog-1-content .learn1:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main3);
        }

    .vl-blog-2-item .vl-blog-1-content .learn {
        display: inline-block;
        overflow: hidden;
        padding-top: 16px;
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-bold);
        line-height: var(--f-fs-font-16); /* 100% */
        transition: all 0.4s;
    }

        .vl-blog-2-item .vl-blog-1-content .learn span {
            display: inline-block;
            transform: rotate(-45deg) translateX(0px) translateY(1px);
            font-size: 17px;
            transition: all 0.4s;
        }

        .vl-blog-2-item .vl-blog-1-content .learn .arrow2 {
            transform: translateY(-8px) rotate(-45deg) translateX(-52px);
            transition: all 0.4s;
            opacity: 0;
        }

        .vl-blog-2-item .vl-blog-1-content .learn .arrow1 {
            transition: all 0.4s;
            opacity: 1;
        }

        .vl-blog-2-item .vl-blog-1-content .learn:hover {
            color: var(--vtc-bg-main4);
            transition: all 0.4s;
        }

            .vl-blog-2-item .vl-blog-1-content .learn:hover .arrow2 {
                transform: translateY(-12px) rotate(-45deg) translateX(-18px);
                transition: all 0.4s;
                opacity: 1;
            }

            .vl-blog-2-item .vl-blog-1-content .learn:hover .arrow1 {
                transition: all 0.4s;
                transform: translateY(-7px) rotate(-45deg) translateX(45px);
                opacity: 0;
            }

.vl-blog-2-item:hover {
    transition: all 0.4s;
}

    .vl-blog-2-item:hover .vl-blog-3-thumb img {
        transition: all 0.4s;
        transform: scale(1.1) rotate(2deg);
    }

    .vl-blog-2-item:hover .vl-blog-1-content .learn {
        color: var(--vtc-bg-main4);
        transition: all 0.4s;
    }

        .vl-blog-2-item:hover .vl-blog-1-content .learn .arrow2 {
            transform: translateY(-12px) rotate(-45deg) translateX(-18px);
            transition: all 0.4s;
            opacity: 1;
        }

        .vl-blog-2-item:hover .vl-blog-1-content .learn .arrow1 {
            transition: all 0.4s;
            transform: translateY(-7px) rotate(-45deg) translateX(45px);
            opacity: 0;
        }

.vl-blog-5-item .vl-blog-3-thumb {
    overflow: hidden;
    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;
    }

.vl-blog-6-item .vl-blog-6-content {
    background-color: var(--vtc-bg-white);
    padding: 24px;
    position: relative;
    z-index: 3;
    border-radius: 8px 8px 0px 0px;
    background: var(--vtc-bg-white);
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
}

    .vl-blog-6-item .vl-blog-6-content .vl-blog6-meta a {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-16); /* 100% */
        display: inline-block;
        margin-right: 20px;
    }

        .vl-blog-6-item .vl-blog-6-content .vl-blog6-meta a img {
            transform: translateY(-2px);
        }

.vl-blog-6-item .thumb-area {
    overflow: hidden;
    border-radius: 0px 0px 8px 8px;
    position: relative;
}

.vl-blog-6-item .vl-blog6-btn .learn {
    display: inline-block;
    overflow: hidden;
    padding-top: 16px;
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-bold);
    line-height: var(--f-fs-font-16); /* 100% */
    transition: all 0.4s;
    background-color: var(--vtc-bg-main8);
    width: 100%;
    bottom: 0;
    position: absolute;
    padding: 20px 0px;
    text-align: center;
    z-index: 34;
    border-radius: 0px 0px 8px 8px;
    transform: translateY(80px);
}

    .vl-blog-6-item .vl-blog6-btn .learn span {
        display: inline-block;
        transform: rotate(-45deg) translateX(0px) translateY(1px);
        font-size: 17px;
        transition: all 0.4s;
    }

    .vl-blog-6-item .vl-blog6-btn .learn .arrow2 {
        transform: translateY(-8px) rotate(-45deg) translateX(-52px);
        transition: all 0.4s;
        opacity: 0;
    }

    .vl-blog-6-item .vl-blog6-btn .learn .arrow1 {
        transition: all 0.4s;
        opacity: 1;
    }

    .vl-blog-6-item .vl-blog6-btn .learn:hover {
        color: var(--vtc-bg-main7);
        transition: all 0.4s;
    }

        .vl-blog-6-item .vl-blog6-btn .learn:hover .arrow2 {
            transform: translateY(-12px) rotate(-45deg) translateX(-18px);
            transition: all 0.4s;
            opacity: 1;
        }

        .vl-blog-6-item .vl-blog6-btn .learn:hover .arrow1 {
            transition: all 0.4s;
            transform: translateY(-7px) rotate(-45deg) translateX(45px);
            opacity: 0;
        }

.vl-blog-6-item:hover {
    transition: all 0.4s;
}

    .vl-blog-6-item:hover .vl-blog-6-thumb img {
        transition: all 0.4s;
        transform: scale(1.1) rotate(2deg);
    }

    .vl-blog-6-item:hover .vl-blog6-btn .learn {
        transform: translateY(0);
    }

.vl-blog-7-item .vl-blog-7-thumb {
    height: 350px;
    overflow: hidden;
    overflow: hidden;
    border-radius: 9px;
}

@media (max-width: 767px) {
    .vl-blog-7-item .vl-blog-7-thumb {
        height: 250px;
    }
}

.vl-blog-7-item .vl-blog-7-thumb img {
    transition: all 0.4s;
    -o-object-fit: cover;
    object-fit: cover;
}

.vl-blog-7-item .vl-blog-7-content {
    background-color: var(--vtc-bg-white);
    border-radius: 8px;
    padding: 32px 90px 32px 24px;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
    position: relative;
}

    .vl-blog-7-item .vl-blog-7-content .vl-blog7-meta a {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-16); /* 100% */
        display: inline-block;
        margin-right: 20px;
    }

        .vl-blog-7-item .vl-blog-7-content .vl-blog7-meta a img {
            transform: translateY(-2px);
        }

    .vl-blog-7-item .vl-blog-7-content .learn1 {
        display: inline-block;
        overflow: hidden;
        padding-top: 22px;
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-bold);
        line-height: var(--f-fs-font-16); /* 100% */
        transition: all 0.4s;
        position: relative;
        text-align: center;
        z-index: 34;
        border-radius: 0px 0px 8px 8px;
    }

        .vl-blog-7-item .vl-blog-7-content .learn1 span {
            display: inline-block;
            transform: rotate(-45deg) translateX(0px) translateY(1px);
            font-size: 17px;
            transition: all 0.4s;
        }

        .vl-blog-7-item .vl-blog-7-content .learn1 .arrow2 {
            transform: translateY(-8px) rotate(-45deg) translateX(-52px);
            transition: all 0.4s;
            opacity: 0;
        }

        .vl-blog-7-item .vl-blog-7-content .learn1 .arrow1 {
            transition: all 0.4s;
            opacity: 1;
        }

        .vl-blog-7-item .vl-blog-7-content .learn1:hover {
            color: var(--vtc-bg-main10);
            transition: all 0.4s;
        }

            .vl-blog-7-item .vl-blog-7-content .learn1:hover .arrow2 {
                transform: translateY(-12px) rotate(-45deg) translateX(-18px);
                transition: all 0.4s;
                opacity: 1;
            }

            .vl-blog-7-item .vl-blog-7-content .learn1:hover .arrow1 {
                transition: all 0.4s;
                transform: translateY(-7px) rotate(-45deg) translateX(45px);
                opacity: 0;
            }

.vl-blog-7-item:hover {
    transition: all 0.4s;
}

    .vl-blog-7-item:hover .vl-blog-7-thumb img {
        transition: all 0.4s;
        transform: scale(1.1) rotate(2deg);
    }

.vl-blog-4-item {
    transition: all 0.4s;
}

    .vl-blog-4-item .vl-blog-4-thumb-big {
        height: 350px;
        overflow: hidden;
        overflow: hidden;
        border-radius: 9px;
    }

        .vl-blog-4-item .vl-blog-4-thumb-big img {
            transition: all 0.4s;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .vl-blog-4-item.add-bg {
        box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
        background-color: var(--vtc-bg-white);
        padding: 24px 24px 24px 24px;
        border-radius: 8px;
    }

        .vl-blog-4-item.add-bg .vl-blog-4-content {
            padding: 0;
        }

        .vl-blog-4-item.add-bg:hover {
            transition: all 0.4s;
            transform: translateY(-10px);
        }

    .vl-blog-4-item .vl-blog-4-content {
        border-radius: 8px;
        padding: 32px 90px 32px 24px;
        position: relative;
    }

        .vl-blog-4-item .vl-blog-4-content .vl-blog4-meta a {
            color: var(--vtc-text-title1);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-16); /* 100% */
            display: inline-block;
            margin-right: 20px;
        }

            .vl-blog-4-item .vl-blog-4-content .vl-blog4-meta a img {
                transform: translateY(-2px);
            }

        .vl-blog-4-item .vl-blog-4-content .learn1 {
            display: inline-block;
            overflow: hidden;
            padding-top: 22px;
            color: var(--vtc-text-title1);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-bold);
            line-height: var(--f-fs-font-16); /* 100% */
            transition: all 0.4s;
            position: relative;
            text-align: center;
            z-index: 34;
            border-radius: 0px 0px 8px 8px;
        }

            .vl-blog-4-item .vl-blog-4-content .learn1 span {
                display: inline-block;
                transform: rotate(-45deg) translateX(0px) translateY(1px);
                font-size: 17px;
                transition: all 0.4s;
            }

            .vl-blog-4-item .vl-blog-4-content .learn1 .arrow2 {
                transform: translateY(-8px) rotate(-45deg) translateX(-52px);
                transition: all 0.4s;
                opacity: 0;
            }

            .vl-blog-4-item .vl-blog-4-content .learn1 .arrow1 {
                transition: all 0.4s;
                opacity: 1;
            }

            .vl-blog-4-item .vl-blog-4-content .learn1:hover {
                color: var(--vtc-bg-main6);
                transition: all 0.4s;
            }

                .vl-blog-4-item .vl-blog-4-content .learn1:hover .arrow2 {
                    transform: translateY(-12px) rotate(-45deg) translateX(-18px);
                    transition: all 0.4s;
                    opacity: 1;
                }

                .vl-blog-4-item .vl-blog-4-content .learn1:hover .arrow1 {
                    transition: all 0.4s;
                    transform: translateY(-7px) rotate(-45deg) translateX(45px);
                    opacity: 0;
                }

    .vl-blog-4-item:hover {
        transition: all 0.4s;
    }

        .vl-blog-4-item:hover .vl-blog-4-thumb img {
            transition: all 0.4s;
        }

.vl-blog-8-item {
    background-color: var(--vtc-bg-white);
    border-radius: 8px;
    transition: all 0.4s;
}

    .vl-blog-8-item .vl-blog8-meta a {
        color: #0C0723;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 100% */
        display: inline-block;
    }

        .vl-blog-8-item .vl-blog8-meta a img {
            transform: translateY(-2px);
            margin-right: 2px;
        }

    .vl-blog-8-item .vl-blog-8-thumb {
        border-radius: 8px 8px 0px 0px;
        overflow: hidden;
        position: relative;
    }

        .vl-blog-8-item .vl-blog-8-thumb img {
            transition: all 0.4s;
        }

        .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;
    background-color: var(--vtc-bg-white10per);
    border: 1px solid var(--vtc-bg-white10per);
    border-radius: 50%;
    margin: 0px 3px;
    color: var(--vtc-text-white);
    transition: all 0.4s;
}

    .vl-footer-social2 a:hover {
        transition: all 0.4s;
        background-color: var(--vtc-bg-main4);
        transform: translateY(-5px);
        color: var(--vtc-bg-white);
    }

.vl-footer-widget-white2 h4 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    text-transform: capitalize;
    padding-bottom: 24px;
}

.vl-footer-widget-white2 .vl-footer-list ul li a {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-16); /* 100% */
    padding: 10px 0px;
    display: inline-block;
    transition: all 0.4s;
}

    .vl-footer-widget-white2 .vl-footer-list ul li a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main4);
        transform: translateX(5px);
    }

.vl-footer-contact2 .single-contact-item {
    display: flex;
    align-items: start;
    padding: 10px 0px;
}

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

        .vl-footer-contact2 .single-contact-item .text a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main4);
        }

.vl-copyright2 {
    padding: 22px 0px;
}

    .vl-copyright2._dv-top {
        border-top: 1px solid var(--vtc-bg-white30per);
    }

    .vl-copyright2 .copyright-text p, .vl-copyright2 .copyright-text a {
        display: inline-block;
        color: var(--vtc-text-white70per);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-18); /* 100% */
        position: relative;
    }

        .vl-copyright2 .copyright-text p.add-before, .vl-copyright2 .copyright-text a.add-before {
            padding-left: 40px;
        }

            .vl-copyright2 .copyright-text p.add-before::after, .vl-copyright2 .copyright-text a.add-before::after {
                content: "";
                position: absolute;
                top: 0;
                left: 15px;
                height: 18px;
                width: 2px;
                background-color: var(--vtc-bg-white30per);
            }

    .vl-copyright2 .copyright-text a {
        transition: all 0.4s;
    }

        .vl-copyright2 .copyright-text a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main4);
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-copyright2 .copyright-text.right-side {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-copyright2 .copyright-text.right-side {
        padding-top: 20px;
    }
}

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

    .vl-footer-social3 a:hover {
        transition: all 0.4s;
        background-color: var(--vtc-bg-main4);
        transform: translateY(-5px);
        color: var(--vtc-bg-white);
    }

.vl-footer-widget-black1 h4 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    text-transform: capitalize;
    padding-bottom: 24px;
}

.vl-footer-widget-black1 .vl-footer-list ul li a {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-16); /* 100% */
    padding: 10px 0px;
    display: inline-block;
    transition: all 0.4s;
}

    .vl-footer-widget-black1 .vl-footer-list ul li a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main5);
        transform: translateX(5px);
    }

.vl-footer-contact3 .single-contact-item {
    display: flex;
    align-items: start;
    padding: 10px 0px;
}

    .vl-footer-contact3 .single-contact-item img {
        filter: brightness(0);
    }

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

        .vl-footer-contact3 .single-contact-item .text a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main5);
        }

.vl-copyright3 {
    padding: 22px 0px;
}

    .vl-copyright3._dv-top {
        border-top: 1px solid var(--vtc-bg-common-8);
    }

    .vl-copyright3 .copyright-text p, .vl-copyright3 .copyright-text a {
        display: inline-block;
        color: var(--vtc-text-pera1);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-18); /* 100% */
        position: relative;
    }

        .vl-copyright3 .copyright-text p.add-before, .vl-copyright3 .copyright-text a.add-before {
            padding-left: 40px;
        }

            .vl-copyright3 .copyright-text p.add-before::after, .vl-copyright3 .copyright-text a.add-before::after {
                content: "";
                position: absolute;
                top: 0;
                left: 15px;
                height: 18px;
                width: 2px;
                background-color: var(--vtc-bg-white30per);
            }

    .vl-copyright3 .copyright-text a {
        transition: all 0.4s;
    }

        .vl-copyright3 .copyright-text a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main5);
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-copyright3 .copyright-text.right-side {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-copyright3 .copyright-text.right-side {
        padding-top: 20px;
    }
}

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

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

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

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

    .vl-footer-social4 a:hover {
        transition: all 0.4s;
        background-color: var(--vtc-bg-main6);
        transform: translateY(-5px);
        color: var(--vtc-bg-white);
    }

.vl-footer-widget-white4 h4 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    text-transform: capitalize;
    padding-bottom: 24px;
}

.vl-footer-widget-white4 .vl-footer-list ul li a {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-16); /* 100% */
    padding: 10px 0px;
    display: inline-block;
    transition: all 0.4s;
}

    .vl-footer-widget-white4 .vl-footer-list ul li a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main6);
        transform: translateX(5px);
    }

.vl-footer-contact4 .single-contact-item {
    display: flex;
    align-items: start;
    padding: 10px 0px;
}

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

        .vl-footer-contact4 .single-contact-item .text a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main6);
        }

.vl-copyright4 {
    padding: 22px 0px;
}

    .vl-copyright4._dv-top {
        border-top: 1px solid var(--vtc-bg-white30per);
    }

    .vl-copyright4 .copyright-text p, .vl-copyright4 .copyright-text a {
        display: inline-block;
        color: var(--vtc-text-white70per);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-18); /* 100% */
        position: relative;
    }

        .vl-copyright4 .copyright-text p.add-before, .vl-copyright4 .copyright-text a.add-before {
            padding-left: 40px;
        }

            .vl-copyright4 .copyright-text p.add-before::after, .vl-copyright4 .copyright-text a.add-before::after {
                content: "";
                position: absolute;
                top: 0;
                left: 15px;
                height: 18px;
                width: 2px;
                background-color: var(--vtc-bg-white30per);
            }

    .vl-copyright4 .copyright-text a {
        transition: all 0.4s;
    }

        .vl-copyright4 .copyright-text a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main6);
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-copyright4 .copyright-text.right-side {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-copyright4 .copyright-text.right-side {
        padding-top: 20px;
    }
}

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

    .vl-footer-social5 a:hover {
        transition: all 0.4s;
        background-color: var(--vtc-bg-main1);
        transform: translateY(-5px);
        color: var(--vtc-text-title1);
    }

.vl-footer-widget-white5 h4 {
    color: var(--vtc-text-white);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    text-transform: capitalize;
    padding-bottom: 24px;
}

.vl-footer-widget-white5 .vl-footer-list ul li a {
    color: var(--vtc-text-white80per);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-16); /* 100% */
    padding: 10px 0px;
    display: inline-block;
    transition: all 0.4s;
}

    .vl-footer-widget-white5 .vl-footer-list ul li a:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main1);
        transform: translateX(5px);
    }

.vl-footer-contact5 .single-contact-item {
    display: flex;
    align-items: start;
    padding: 10px 0px;
}

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

        .vl-footer-contact5 .single-contact-item .text a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main1);
        }

.vl-copyright5 {
    padding: 22px 0px;
}

    .vl-copyright5._dv-top {
        border-top: 1px solid var(--vtc-bg-white30per);
    }

    .vl-copyright5 .copyright-text p, .vl-copyright5 .copyright-text a {
        display: inline-block;
        color: var(--vtc-text-white70per);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-18); /* 100% */
        position: relative;
    }

        .vl-copyright5 .copyright-text p.add-before, .vl-copyright5 .copyright-text a.add-before {
            padding-left: 40px;
        }

            .vl-copyright5 .copyright-text p.add-before::after, .vl-copyright5 .copyright-text a.add-before::after {
                content: "";
                position: absolute;
                top: 0;
                left: 15px;
                height: 18px;
                width: 2px;
                background-color: var(--vtc-bg-white30per);
            }

    .vl-copyright5 .copyright-text a {
        transition: all 0.4s;
    }

        .vl-copyright5 .copyright-text a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main1);
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-copyright5 .copyright-text.right-side {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .vl-copyright5 .copyright-text.right-side {
        padding-top: 20px;
    }
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 5 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 6 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area6 {
    padding-top: 80px;
    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: #fff;
    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: #FF9800;
        transform: translateY(-5px);
        color: #ffffff;
    }

.vl-footer-widget-black6 h4 {
    color: #ffffff;
    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: #ffffff;
    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: #FF9800;
        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: #ffffff;
        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 rgb(255 255 255 / 35%);
    }

    .vl-copyright6 .copyright-text p, .vl-copyright6 .copyright-text a {
        display: inline-block;
        color: #ffffff;
        font-size: 17px;
        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: 65px;
    z-index: 999;
    width: 100%;
}

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

@media screen and (min-width: 769px) {
    .header1-bg {
        padding: 10px 0px;
        border-radius: 0px 0px 8px 8px;
        position: relative;
        z-index: 999;
        margin-top: 16px;
    }
}

.vl-header1-btns .buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.vl-header1-btns .search-open-btn {
    background: none;
    border: none;
    font-size: var(--f-fs-font-20);
    margin-right: 36px;
    position: relative;
    color: var(--vtc-text-white);
}

/*
::::::::::::::::::::::::::
 HEADER AREA 1 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 2 CSS
::::::::::::::::::::::::::
*/
.vl-header2-btns .buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.vl-header2-btns .search-open-btn {
    background: none;
    border: none;
    font-size: var(--f-fs-font-20);
    margin-right: 24px;
    position: relative;
    color: var(--vtc-text-title1);
}

/*
::::::::::::::::::::::::::
 HEADER AREA 2 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 3 CSS
::::::::::::::::::::::::::
*/
.vl-header3-btns .buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.vl-header3-btns .search-open-btn {
    background: none;
    border: none;
    font-size: var(--f-fs-font-20);
    margin-right: 24px;
    position: relative;
    color: var(--vtc-text-title1);
}

/*
::::::::::::::::::::::::::
 HEADER AREA 3 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 4 CSS
::::::::::::::::::::::::::
*/
.vl-header4-btns .buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.vl-header4-btns .search-open-btn {
    background: none;
    border: none;
    font-size: var(--f-fs-font-20);
    margin-right: 24px;
    position: relative;
    color: var(--vtc-text-white);
}

.vl-header7-btns .buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.vl-header7-btns .search-open-btn {
    background: none;
    border: none;
    font-size: var(--f-fs-font-20);
    margin-right: 24px;
    position: relative;
    color: var(--vtc-text-title1);
}

.vl-header8-btns .buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.vl-header8-btns .search-open-btn {
    background: none;
    border: none;
    font-size: var(--f-fs-font-20);
    margin-right: 40px;
    position: relative;
    color: var(--vtc-text-title1);
}

    .vl-header8-btns .search-open-btn::after {
        content: "";
        position: absolute;
        right: -20px;
        top: 5px;
        height: 20px;
        width: 2px;
        background-color: var(--vtc-text-title1);
        opacity: 0.2;
        border-radius: 50px;
    }

.vl-header9-btns .buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.vl-header9-btns .search-open-btn {
    background: none;
    border: none;
    font-size: var(--f-fs-font-20);
    margin-right: 44px;
    position: relative;
    color: var(--vtc-text-title1);
}

    .vl-header9-btns .search-open-btn::after {
        content: "";
        position: absolute;
        right: -20px;
        top: 5px;
        height: 20px;
        width: 2px;
        background-color: var(--vtc-text-title1);
        opacity: 0.2;
        border-radius: 50px;
    }

/*
::::::::::::::::::::::::::
 HEADER AREA 4 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 5 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 5 CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area1 {
        top: 16px;
    }
}

@media (max-width: 767px) {
    .vl-header-area1 {
        top: 16px;
    }
}

.vl-header-area1 .vl-main-menu {
    padding: 16px 24px;
    display: inline-block;
    margin: auto;
    text-align: end;
}

    .vl-header-area1 .vl-main-menu ul {
        text-align: center;
    }

        .vl-header-area1 .vl-main-menu ul > li {
            display: inline-block;
            position: relative;
        }

            .vl-header-area1 .vl-main-menu ul > li .span-arrow {
                display: flex !important;
                align-items: center;
                justify-content: space-between;
            }

            .vl-header-area1 .vl-main-menu ul > li > a {
                color: var(--vtc-text-white);
                font-size: var(--f-fs-font-18);
                line-height: var(--f-fs-font-18);
                display: inline-block;
                position: relative;
                transition: 0.4s;
                padding: 0 16px;
            }

                .vl-header-area1 .vl-main-menu ul > li > a.active {
                    color: var(--vtc-bg-main1);
                }

                .vl-header-area1 .vl-main-menu ul > li > a span {
                    transform: translateY(3px);
                    display: inline-block;
                }

                .vl-header-area1 .vl-main-menu ul > li > a:hover {
                    color: var(--vtc-bg-main1);
                }

            .vl-header-area1 .vl-main-menu ul > li:hover a {
                color: var(--vtc-bg-main1);
            }

            .vl-header-area1 .vl-main-menu ul > li .sub-menu {
                position: absolute;
                top: 201%;
                width: 220px;
                left: 0;
                background: #fff;
                padding: 12px 20px 8px;
                opacity: 0;
                visibility: hidden;
                box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
                transition: 0.4s;
                border-radius: 4px;
                transform-origin: top;
                transform: scale(1, 0);
            }

                .vl-header-area1 .vl-main-menu ul > li .sub-menu::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    height: 2px;
                    width: 100%;
                    background-color: var(--vtc-bg-main1);
                    top: 0;
                    left: 0;
                }

                .vl-header-area1 .vl-main-menu ul > li .sub-menu.menu1 {
                    top: 20% !important;
                }

                .vl-header-area1 .vl-main-menu ul > li .sub-menu li {
                    margin-right: 0;
                    display: block;
                    text-align: start;
                }

                    .vl-header-area1 .vl-main-menu ul > li .sub-menu li a {
                        color: var(--vtc-text-title1);
                        display: inline-block;
                        font-size: var(--f-fs-font-18);
                        line-height: var(--f-fs-font-18);
                        position: relative;
                        z-index: 1;
                        padding: 12px 0;
                        font-weight: var(--f-fw-normal);
                    }

                        .vl-header-area1 .vl-main-menu ul > li .sub-menu li a::after {
                            position: absolute;
                            content: "";
                            height: 45px;
                            width: 0px;
                            transition: all 0.4s;
                            left: -20px;
                            top: 2px;
                            right: auto;
                            z-index: 1;
                            background-color: var(--vtc-bg-main1);
                        }

                        .vl-header-area1 .vl-main-menu ul > li .sub-menu li a:hover::after {
                            width: 2px;
                            transition: all 0.4s;
                        }

                        .vl-header-area1 .vl-main-menu ul > li .sub-menu li a:before {
                            display: none;
                        }

                    .vl-header-area1 .vl-main-menu ul > li .sub-menu li .sub-menu {
                        left: 100%;
                        top: 201%;
                        opacity: 0;
                        visibility: hidden;
                        transition: 0.4s;
                        transform-origin: top;
                        transform: scale(1, 0);
                    }

                    .vl-header-area1 .vl-main-menu ul > li .sub-menu li:hover > a {
                        color: var(--vtc-bg-main1);
                        padding-left: 4px;
                    }

                        .vl-header-area1 .vl-main-menu ul > li .sub-menu li:hover > a::after {
                            width: 3px;
                        }

                    .vl-header-area1 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                        opacity: 1;
                        visibility: visible;
                        top: 201%;
                        transform: scale(1);
                    }

            .vl-header-area1 .vl-main-menu ul > li:hover a {
                color: var(--vtc-bg-main1);
            }

            .vl-header-area1 .vl-main-menu ul > li:hover .sub-menu {
                opacity: 1;
                visibility: visible;
                top: 201%;
                transform: scale(1);
                transition: all 0.4s;
            }

.vl-header-area1 .vl-main-menu-black ul li a {
    color: var(--ztc-text-text-1);
    opacity: 80%;
    padding: 0 20px;
}

.vl-header-area1 .vl-main-menu-black ul li:hover a {
    color: var(--vl-theme-orange);
}

.vl-header-area1 .vl-main-menu-black ul li .sub-menu li:hover > a {
    color: var(--vl-theme-orange);
}

.vl-header-area1 .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 201%;
    transform: scale(1);
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.vl-header-area1 .vl-mega-menu {
    position: absolute;
    left: -409px;
    top: 100px;
    width: 1298px;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 0px 0px 5px 5px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-header-area1 .vl-mega-menu {
        width: 1140px;
        left: -300px;
    }
}

.vl-header-area1 .vl-mega-menu::after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: var(--vtc-bg-main1);
    top: 0;
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-header-area1 .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .vl-header-area1 .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}

.vl-header-area1 .vl-home-thumb {
    position: relative;
    z-index: 1;
}

    .vl-header-area1 .vl-home-thumb img {
        height: 320px;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #E5E7EB;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-header-area1 .vl-home-thumb img {
        height: 230px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area1 .vl-home-thumb img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (max-width: 767px) {
    .vl-header-area1 .vl-home-thumb img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.vl-header-area1 .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}

    .vl-header-area1 .vl-home-thumb .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s;
        top: 0;
        background: var(--vtc-text-title1);
        border-radius: 4px;
        transform: scale(0.5);
        visibility: hidden;
        opacity: 0;
    }

.vl-header-area1 .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

    .vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn1 {
        margin-top: 12px;
        color: var(--vtc-text-title1) !important;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn1 {
        padding: 17px;
    }
}

@media (max-width: 767px) {
    .vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn1 {
        padding: 17px;
    }
}

.vl-header-area1 .vl-home-thumb .btn-area1 .theme-btn1:hover {
    color: var(--vtc-text-title1) !important;
}

.vl-header-area1 .vl-home-thumb a.text {
    font-size: var(--f-fs-font-18);
    line-height: 18px;
    font-weight: var(--f-fw-medium);
    color: var(--vtc-text-title-2) !important;
    transition: all 0.4s;
    display: inline-flex;
    padding-top: 16px;
    text-align: center;
    transition: all 0.4s;
    text-transform: capitalize !important;
}

    .vl-header-area1 .vl-home-thumb a.text:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main1);
    }

.vl-header-area1 .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 25%;
}

.vl-header-area1 .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.5;
}

.vl-header-area1.header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background-color: var(--vtc-text-title1);
}

    .vl-header-area1.header-sticky .header1-bg {
        margin-top: 0px;
    }

        .vl-header-area1.header-sticky .header1-bg::after {
            box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area1.header-sticky .header1-bg {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .vl-header-area1.header-sticky .header1-bg {
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area1.header-sticky {
        padding: 10px 0px 10px 0px;
    }
}

@media (max-width: 767px) {
    .vl-header-area1.header-sticky {
        padding: 10px 0px 10px 0px;
    }
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

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

.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area1 .vl-header-action-item {
    float: right;
    padding: 6px;
    border-radius: 4px;
}

    .vl-header-area1 .vl-header-action-item button {
        border: 1px solid var(--vtc-text-white);
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-22);
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 8px;
        font-size: var(--f-fs-font-22);
    }

.vl-offcanvas {
    position: fixed;
    background: var(--vtc-bg-white);
    width: 450px;
    z-index: 9999;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
    .vl-offcanvas {
        width: 100%;
    }
}

.vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.vl-offcanvas-close-toggle {
    font-size: var(--f-fs-font-24);
    color: var(--vtc-text-title-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}

.vl-offcanvas-title {
    font-size: 35px;
    color: var(--vtc-text-title1);
}

.vl-offcanvas-info span a {
    display: block;
    color: var(--vtc-text-title1);
    margin-bottom: 10px;
}

    .vl-offcanvas-info span a i {
        margin: 0 4px 0 0;
    }

.vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--vtc-text-title1);
}

.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--vtc-text-title1);
    border: 1px solid var(--vtc-text-title1);
    font-size: 14px;
}

.vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

.vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 122px;
    -o-object-fit: contain;
    object-fit: contain;
}

.vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--vtc-text-title1);
}

.vl-offcanvas .vl-offcanvas-info h4 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-18); /* 100% */
    text-transform: capitalize;
}

.vl-offcanvas .vl-offcanvas-info a {
    color: var(--vtc-text-title1);
}

.vl-offcanvas .vl-offcanvas-social h4 {
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    padding-bottom: 24px;
}

.vl-offcanvas .vl-offcanvas-social a {
    color: var(--vtc-text-title1);
    margin-right: 4px;
}

.vl-offcanvas-menu ul {
    list-style: none;
}

    .vl-offcanvas-menu ul li {
        position: relative;
    }

        .vl-offcanvas-menu ul li a {
            padding: 8px 0;
            display: block;
            font-size: var(--f-fs-font-18);
            font-weight: var(--f-fw-medium);
            color: var(--vtc-text-title1);
            transition: all 0.4s;
        }

            .vl-offcanvas-menu ul li a h4 {
                padding: 8px 0;
                display: block;
                font-size: var(--f-fs-font-18);
                font-weight: var(--f-fw-medium);
                color: var(--vtc-text-title1);
                transition: all 0.4s;
            }

            .vl-offcanvas-menu ul li a span {
                display: none;
            }

        .vl-offcanvas-menu ul li > a {
            border-bottom: none;
        }

        .vl-offcanvas-menu ul li.active > a {
            color: var(--vtc-text-title1);
        }

        .vl-offcanvas-menu ul li.active > .vl-menu-close i {
            transform: rotate(90deg);
        }

        .vl-offcanvas-menu ul li .sub-menu {
            display: none;
            padding-left: 20px;
        }

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

    .vl-menu-close i {
        transition: 0.3s;
    }

/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area2 {
        top: 16px;
    }
}

@media (max-width: 767px) {
    .vl-header-area2 {
        top: 16px;
    }
}

.vl-header-area2 .header2-bg {
    background-color: var(--vtc-text-white);
    margin-top: 20px;
    border-radius: 111px;
    padding: 12px 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area2 .header2-bg {
        background-color: transparent;
        margin-top: 0;
        border-radius: 0;
        padding: 0px 0px;
    }
}

@media (max-width: 767px) {
    .vl-header-area2 .header2-bg {
        background-color: transparent;
        margin-top: 0;
        border-radius: 0;
        padding: 0px 0px;
    }
}

.vl-header-area2 .vl-main-menu {
    padding: 16px 24px;
    display: inline-block;
    margin: auto;
    text-align: end;
}

    .vl-header-area2 .vl-main-menu ul {
        text-align: center;
    }

        .vl-header-area2 .vl-main-menu ul > li {
            display: inline-block;
            position: relative;
        }

            .vl-header-area2 .vl-main-menu ul > li .span-arrow {
                display: flex !important;
                align-items: center;
                justify-content: space-between;
            }

            .vl-header-area2 .vl-main-menu ul > li > a {
                color: var(--vtc-text-title1);
                font-size: var(--f-fs-font-18);
                line-height: var(--f-fs-font-18);
                display: inline-block;
                position: relative;
                transition: 0.4s;
                padding: 0 16px;
            }

                .vl-header-area2 .vl-main-menu ul > li > a.active {
                    color: var(--vtc-bg-main4);
                }

                .vl-header-area2 .vl-main-menu ul > li > a span {
                    transform: translateY(3px);
                    display: inline-block;
                }

                .vl-header-area2 .vl-main-menu ul > li > a:hover {
                    color: var(--vtc-bg-main4);
                }

            .vl-header-area2 .vl-main-menu ul > li:hover a {
                color: var(--vtc-bg-main4);
            }

            .vl-header-area2 .vl-main-menu ul > li .sub-menu {
                position: absolute;
                top: 201%;
                width: 220px;
                left: 0;
                background: #fff;
                padding: 12px 20px 8px;
                opacity: 0;
                visibility: hidden;
                box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
                transition: 0.4s;
                border-radius: 4px;
                transform-origin: top;
                transform: scale(1, 0);
            }

                .vl-header-area2 .vl-main-menu ul > li .sub-menu::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    height: 2px;
                    width: 100%;
                    background-color: var(--vtc-bg-main4);
                    top: 0;
                    left: 0;
                }

                .vl-header-area2 .vl-main-menu ul > li .sub-menu.menu1 {
                    top: 20% !important;
                }

                .vl-header-area2 .vl-main-menu ul > li .sub-menu li {
                    margin-right: 0;
                    display: block;
                    text-align: start;
                }

                    .vl-header-area2 .vl-main-menu ul > li .sub-menu li a {
                        color: var(--vtc-text-title1);
                        display: inline-block;
                        font-size: var(--f-fs-font-18);
                        line-height: var(--f-fs-font-18);
                        position: relative;
                        z-index: 1;
                        padding: 12px 0;
                        font-weight: var(--f-fw-normal);
                    }

                        .vl-header-area2 .vl-main-menu ul > li .sub-menu li a::after {
                            position: absolute;
                            content: "";
                            height: 45px;
                            width: 0px;
                            transition: all 0.4s;
                            left: -20px;
                            top: 2px;
                            right: auto;
                            z-index: 1;
                            background-color: var(--vtc-bg-main4);
                        }

                        .vl-header-area2 .vl-main-menu ul > li .sub-menu li a:hover::after {
                            width: 2px;
                            transition: all 0.4s;
                        }

                        .vl-header-area2 .vl-main-menu ul > li .sub-menu li a:before {
                            display: none;
                        }

                    .vl-header-area2 .vl-main-menu ul > li .sub-menu li .sub-menu {
                        left: 100%;
                        top: 201%;
                        opacity: 0;
                        visibility: hidden;
                        transition: 0.4s;
                        transform-origin: top;
                        transform: scale(1, 0);
                    }

                    .vl-header-area2 .vl-main-menu ul > li .sub-menu li:hover > a {
                        color: var(--vtc-bg-main4);
                        padding-left: 4px;
                    }

                        .vl-header-area2 .vl-main-menu ul > li .sub-menu li:hover > a::after {
                            width: 3px;
                        }

                    .vl-header-area2 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                        opacity: 1;
                        visibility: visible;
                        top: 201%;
                        transform: scale(1);
                    }

            .vl-header-area2 .vl-main-menu ul > li:hover a {
                color: var(--vtc-bg-main4);
            }

            .vl-header-area2 .vl-main-menu ul > li:hover .sub-menu {
                opacity: 1;
                visibility: visible;
                top: 201%;
                transform: scale(1);
                transition: all 0.4s;
            }

.vl-header-area2 .vl-main-menu-black ul li a {
    color: var(--ztc-text-text-1);
    opacity: 80%;
    padding: 0 20px;
}

.vl-header-area2 .vl-main-menu-black ul li:hover a {
    color: var(--vl-theme-orange);
}

.vl-header-area2 .vl-main-menu-black ul li .sub-menu li:hover > a {
    color: var(--vl-theme-orange);
}

.vl-header-area2 .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 201%;
    transform: scale(1);
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.vl-header-area2 .vl-mega-menu {
    position: absolute;
    left: -400px;
    top: 100px;
    width: 1298px;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 0px 0px 5px 5px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-header-area2 .vl-mega-menu {
        width: 1140px;
        left: -300px;
    }
}

.vl-header-area2 .vl-mega-menu::after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: var(--vtc-bg-main4);
    top: 0;
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-header-area2 .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .vl-header-area2 .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}

.vl-header-area2 .vl-home-thumb {
    position: relative;
    z-index: 1;
}

    .vl-header-area2 .vl-home-thumb img {
        height: 320px;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #E5E7EB;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-header-area2 .vl-home-thumb img {
        height: 230px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area2 .vl-home-thumb img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (max-width: 767px) {
    .vl-header-area2 .vl-home-thumb img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.vl-header-area2 .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}

    .vl-header-area2 .vl-home-thumb .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s;
        top: 0;
        background: var(--vtc-text-title1);
        border-radius: 4px;
        transform: scale(0.5);
        visibility: hidden;
        opacity: 0;
    }

.vl-header-area2 .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

    .vl-header-area2 .vl-home-thumb .btn-area1 a {
        margin-top: 12px;
        color: var(--vtc-text-white) !important;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area2 .vl-home-thumb .btn-area1 a {
        padding: 17px;
    }
}

@media (max-width: 767px) {
    .vl-header-area2 .vl-home-thumb .btn-area1 a {
        padding: 17px;
    }
}

.vl-header-area2 .vl-home-thumb .btn-area1 a:hover {
    color: var(--vtc-text-white) !important;
}

.vl-header-area2 .vl-home-thumb a.text {
    font-size: var(--f-fs-font-18);
    line-height: 18px;
    font-weight: var(--f-fw-medium);
    color: var(--vtc-text-title-2) !important;
    transition: all 0.4s;
    display: inline-flex;
    padding-top: 16px;
    text-align: center;
    transition: all 0.4s;
}

    .vl-header-area2 .vl-home-thumb a.text:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main4) !important;
    }

.vl-header-area2 .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 25%;
}

.vl-header-area2 .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.5;
}

.vl-header-area2.header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background-color: var(--vtc-bg-white);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}

    .vl-header-area2.header-sticky .header2-bg {
        margin-top: 0px;
        padding: 12px 0px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area2.header-sticky .header2-bg {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .vl-header-area2.header-sticky .header2-bg {
        box-shadow: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area2.header-sticky {
        padding: 10px 0px 10px 0px;
    }
}

@media (max-width: 767px) {
    .vl-header-area2.header-sticky {
        padding: 10px 0px 10px 0px;
    }
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

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

.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area2 .vl-header-action-item {
    float: right;
    padding: 6px;
    border-radius: 4px;
}

    .vl-header-area2 .vl-header-action-item button {
        border: 1px solid var(--vtc-text-title1);
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-22);
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 8px;
        font-size: var(--f-fs-font-22);
    }

/*
 ::::::::::::::::::::::::::
  NAV MENU 3 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area3 {
        top: 16px;
    }
}

@media (max-width: 767px) {
    .vl-header-area3 {
        top: 16px;
    }
}

.vl-header-area3 .header2-bg {
    background-color: var(--vtc-text-white);
    margin-top: 20px;
    border-radius: 111px;
    padding: 12px 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area3 .header2-bg {
        background-color: transparent;
        margin-top: 0;
        border-radius: 0;
        padding: 0px 0px;
    }
}

@media (max-width: 767px) {
    .vl-header-area3 .header2-bg {
        background-color: transparent;
        margin-top: 0;
        border-radius: 0;
        padding: 0px 0px;
    }
}

.vl-header-area3 .vl-main-menu {
    padding: 16px 24px;
    display: inline-block;
    margin: auto;
    text-align: end;
}

    .vl-header-area3 .vl-main-menu ul {
        text-align: center;
    }

        .vl-header-area3 .vl-main-menu ul > li {
            display: inline-block;
            position: relative;
        }

            .vl-header-area3 .vl-main-menu ul > li .span-arrow {
                display: flex !important;
                align-items: center;
                justify-content: space-between;
            }

            .vl-header-area3 .vl-main-menu ul > li > a {
                color: var(--vtc-text-title1);
                font-size: var(--f-fs-font-18);
                line-height: var(--f-fs-font-18);
                display: inline-block;
                position: relative;
                transition: 0.4s;
                padding: 0 16px;
            }

                .vl-header-area3 .vl-main-menu ul > li > a.active {
                    color: var(--vtc-bg-main5);
                }

                .vl-header-area3 .vl-main-menu ul > li > a span {
                    transform: translateY(3px);
                    display: inline-block;
                }

                .vl-header-area3 .vl-main-menu ul > li > a:hover {
                    color: var(--vtc-bg-main5);
                }

            .vl-header-area3 .vl-main-menu ul > li:hover a {
                color: var(--vtc-bg-main5);
            }

            .vl-header-area3 .vl-main-menu ul > li .sub-menu {
                position: absolute;
                top: 201%;
                width: 220px;
                left: 0;
                background: #fff;
                padding: 12px 20px 8px;
                opacity: 0;
                visibility: hidden;
                box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
                transition: 0.4s;
                border-radius: 4px;
                transform-origin: top;
                transform: scale(1, 0);
            }

                .vl-header-area3 .vl-main-menu ul > li .sub-menu::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    height: 2px;
                    width: 100%;
                    background-color: var(--vtc-bg-main5);
                    top: 0;
                    left: 0;
                }

                .vl-header-area3 .vl-main-menu ul > li .sub-menu.menu1 {
                    top: 20% !important;
                }

                .vl-header-area3 .vl-main-menu ul > li .sub-menu li {
                    margin-right: 0;
                    display: block;
                    text-align: start;
                }

                    .vl-header-area3 .vl-main-menu ul > li .sub-menu li a {
                        color: var(--vtc-text-title1);
                        display: inline-block;
                        font-size: var(--f-fs-font-18);
                        line-height: var(--f-fs-font-18);
                        position: relative;
                        z-index: 1;
                        padding: 12px 0;
                        font-weight: var(--f-fw-normal);
                    }

                        .vl-header-area3 .vl-main-menu ul > li .sub-menu li a::after {
                            position: absolute;
                            content: "";
                            height: 45px;
                            width: 0px;
                            transition: all 0.4s;
                            left: -20px;
                            top: 2px;
                            right: auto;
                            z-index: 1;
                            background-color: var(--vtc-bg-main5);
                        }

                        .vl-header-area3 .vl-main-menu ul > li .sub-menu li a:hover::after {
                            width: 2px;
                            transition: all 0.4s;
                        }

                        .vl-header-area3 .vl-main-menu ul > li .sub-menu li a:before {
                            display: none;
                        }

                    .vl-header-area3 .vl-main-menu ul > li .sub-menu li .sub-menu {
                        left: 100%;
                        top: 201%;
                        opacity: 0;
                        visibility: hidden;
                        transition: 0.4s;
                        transform-origin: top;
                        transform: scale(1, 0);
                    }

                    .vl-header-area3 .vl-main-menu ul > li .sub-menu li:hover > a {
                        color: var(--vtc-bg-main5);
                        padding-left: 4px;
                    }

                        .vl-header-area3 .vl-main-menu ul > li .sub-menu li:hover > a::after {
                            width: 3px;
                        }

                    .vl-header-area3 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
                        opacity: 1;
                        visibility: visible;
                        top: 201%;
                        transform: scale(1);
                    }

            .vl-header-area3 .vl-main-menu ul > li:hover a {
                color: var(--vtc-bg-main5);
            }

            .vl-header-area3 .vl-main-menu ul > li:hover .sub-menu {
                opacity: 1;
                visibility: visible;
                top: 201%;
                transform: scale(1);
                transition: all 0.4s;
            }

.vl-header-area3 .vl-main-menu-black ul li a {
    color: var(--ztc-text-text-1);
    opacity: 80%;
    padding: 0 20px;
}

.vl-header-area3 .vl-main-menu-black ul li:hover a {
    color: var(--vl-theme-orange);
}

.vl-header-area3 .vl-main-menu-black ul li .sub-menu li:hover > a {
    color: var(--vl-theme-orange);
}

.vl-header-area3 .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 201%;
    transform: scale(1);
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.vl-header-area3 .vl-mega-menu {
    position: absolute;
    left: -400px;
    top: 100px;
    width: 1298px;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 0px 0px 5px 5px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-header-area3 .vl-mega-menu {
        width: 1140px;
        left: -300px;
    }
}

.vl-header-area3 .vl-mega-menu::after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    background-color: var(--vtc-bg-main5);
    top: 0;
    left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-header-area3 .vl-mega-menu {
        left: -162px;
        width: 929px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .vl-header-area3 .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}

.vl-header-area3 .vl-home-thumb {
    position: relative;
    z-index: 1;
}

    .vl-header-area3 .vl-home-thumb img {
        height: 320px;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #E5E7EB;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-header-area3 .vl-home-thumb img {
        height: 230px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area3 .vl-home-thumb img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (max-width: 767px) {
    .vl-header-area3 .vl-home-thumb img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.vl-header-area3 .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}

    .vl-header-area3 .vl-home-thumb .img1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        transition: all 0.4s;
        top: 0;
        background: var(--vtc-text-title1);
        border-radius: 4px;
        transform: scale(0.5);
        visibility: hidden;
        opacity: 0;
    }

.vl-header-area3 .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

    .vl-header-area3 .vl-home-thumb .btn-area1 a {
        margin-top: 12px;
        color: var(--vtc-text-white) !important;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area3 .vl-home-thumb .btn-area1 a {
        padding: 17px;
    }
}

@media (max-width: 767px) {
    .vl-header-area3 .vl-home-thumb .btn-area1 a {
        padding: 17px;
    }
}

.vl-header-area3 .vl-home-thumb .btn-area1 a:hover {
    color: var(--vtc-text-white) !important;
}

.vl-header-area3 .vl-home-thumb .text {
    font-size: var(--f-fs-font-18);
    line-height: 18px;
    font-weight: var(--f-fw-medium);
    color: var(--vtc-text-title-2) !important;
    transition: all 0.4s;
    display: inline-flex;
    padding-top: 16px;
    text-align: center;
    transition: all 0.4s;
}

    .vl-header-area3 .vl-home-thumb .text:hover {
        transition: all 0.4s;
        color: var(--vtc-bg-main5) !important;
    }

.vl-header-area3 .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 25%;
}

.vl-header-area3 .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.5;
}

.vl-header-area3.header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background-color: var(--vtc-bg-white);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}

    .vl-header-area3.header-sticky .header2-bg {
        margin-top: 0px;
        padding: 12px 0px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area3.header-sticky .header2-bg {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .vl-header-area3.header-sticky .header2-bg {
        box-shadow: none;
    }
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

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

.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 3 CSS
 ::::::::::::::::::::::::::
 */
/*============= HEADER CSS AREA ENDS ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-area3 .vl-header-action-item {
    float: right;
    padding: 6px;
    border-radius: 4px;
}

    .vl-header-area3 .vl-header-action-item button {
        border: 1px solid var(--vtc-text-title1);
        outline: none;
        background: none;
        transition: all 0.4s;
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-22);
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 8px;
        font-size: var(--f-fs-font-22);
    }

/*
 ::::::::::::::::::::::::::
  NAV MENU 4 CSS
 ::::::::::::::::::::::::::
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area4 {
        top: 60px;
    }
}

@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: start;
    width: 100%;
    /* display: flex; */
}

    .vl-header-area4 .vl-main-menu ul {
        text-align: center;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: space-between; */
        /* width: 100%; */
        margin-bottom: 50px;
    }

        .vl-header-area4 .vl-main-menu ul > li {
            display: inline-block;
            position: relative;
            /* padding-right: 35px; */
            /* width: 100%; */
        }

            .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; */
                text-align: center;
            }

                .vl-header-area4 .vl-main-menu ul > li > a h4 {
                    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; */
                    text-align: center;
                }

                .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 20px);
                    display: inline-block;
                    transform: translate(5px, 3px);
                }

                .vl-header-area4 .vl-main-menu ul > li > a:hover {
                    color: var(--vtc-bg-main6);
                }

                .vl-header-area4 .vl-main-menu ul > li > a h4: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: 120%;
                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;
                    padding-right: 0px;
                }

                    .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: 120%;
                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-images {
    height: 570px;
    position: relative;
}

    .about2-images .image1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .about2-images .image2 {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

.about2-check-list {
    margin-top: 10px;
}

    .about2-check-list ul li {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-20);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-20); /* 100% */
        padding-top: 16px;
    }

        .about2-check-list ul li .check {
            display: inline-block;
            height: 20px;
            width: 20px;
            text-align: center;
            line-height: 20px;
            font-size: 12px;
            background-color: var(--vtc-bg-main4);
            color: var(--vtc-text-white);
            margin-right: 5px;
            border-radius: 50%;
        }

.about2 .audience-area {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

    .about2 .audience-area h3 {
        color: var(--vtc-bg-main4);
        font-size: var(--f-fs-font-60);
        font-style: normal;
        font-weight: var(--f-fw-semibold);
        line-height: var(--f-fs-font-60); /* 100% */
    }

    .about2 .audience-area p {
        color: var(--vtc-text-pera1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-16); /* 100% */
        padding-top: 8px;
    }

    .about2 .audience-area .shape-bg1 {
        height: 75px;
        width: 98px;
        position: absolute;
        top: -24px;
        left: 24px;
    }

        .about2 .audience-area .shape-bg1 .stop-color2 {
            stop-color: rgba(21, 95, 255, 0.1);
        }

        .about2 .audience-area .shape-bg1 .stop-color1 {
            stop-color: rgba(21, 95, 255, 0.1);
        }

.about3-images {
    position: relative;
    height: 509px;
    z-index: 2;
}

    .about3-images .image1 {
        position: absolute;
        left: 0;
        top: 0;
    }

    .about3-images .image2 {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .about3-images .shape1 {
        position: absolute;
        top: 100px;
        left: 110px;
        z-index: -1;
    }

.about3-counters {
    margin-top: 20px;
}

    .about3-counters .shape-bg1 {
        height: 75px;
        width: 88px;
        position: absolute;
        top: -24px;
        left: -24px;
        z-index: -1;
    }

        .about3-counters .shape-bg1 .stop-color2 {
            stop-color: var(--vtc-bg-common-9);
        }

        .about3-counters .shape-bg1 .stop-color1 {
            stop-color: var(--vtc-bg-common-9);
        }

    .about3-counters .single-counter {
        position: relative;
        margin-top: 30px;
        margin-left: 20px;
    }

        .about3-counters .single-counter h3 {
            color: var(--vtc-bg-main5);
            font-size: var(--f-fs-font-60);
            font-style: normal;
            font-weight: var(--f-fw-semibold);
            line-height: var(--f-fs-font-60);
        }

        .about3-counters .single-counter p {
            color: var(--vtc-text-pera1);
            font-size: var(--f-fs-font-18);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-28); /* 155.556% */
            padding-top: 6px;
        }

.about4-images {
    height: 550px;
    position: relative;
}

    .about4-images .image1 {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .about4-images .image2 {
        position: absolute;
        top: 0;
        right: 0;
    }

.about4-service-list {
    padding-top: 20px;
}

    .about4-service-list h5 {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-20);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-20); /* 100% */
        padding-bottom: 10px;
    }

    .about4-service-list ul li {
        display: flex;
        align-items: center;
        padding-top: 20px;
        color: var(--vtc-text-pera1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-16); /* 100% */
    }

        .about4-service-list ul li .check {
            display: inline-block;
            height: 20px;
            width: 20px;
            text-align: center;
            line-height: 20px;
            border-radius: 50%;
            background-color: var(--vtc-bg-main6);
            color: var(--vtc-text-white);
            font-size: 12px;
            margin-right: 6px;
        }

.about6-images .count-text-box {
    background-color: var(--vtc-bg-common-13);
    border-radius: 8px;
    margin-top: 30px;
    text-align: center;
    padding: 32px;
    position: relative;
    z-index: 2;
}

    .about6-images .count-text-box h3 {
        color: var(--text-color, #090B0E);
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px; /* 100% */
    }

    .about6-images .count-text-box p {
        color: var(--PARAGRAPH-COLOR, #3D4C5E);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 100% */
        padding-top: 10px;
    }

    .about6-images .count-text-box .count-shape {
        position: absolute;
        top: 20px;
        left: 40px;
        z-index: -1;
    }

.about6-content-box {
    display: flex;
    align-items: start;
}

    .about6-content-box .icon {
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        background-color: var(--vtc-bg-common-13);
        border-radius: 50%;
    }

    .about6-content-box .text {
        padding-left: 20px;
    }

    .about6-content-box .icon-shape {
        margin-left: 30px;
        margin-top: 10px;
    }

.about8-progress-area .progress-container {
    position: relative;
    margin-top: 28px;
}

    .about8-progress-area .progress-container .num {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .about8-progress-area .progress-container span strong {
        display: inline-block;
        color: #0C0723;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 100% */
        text-transform: capitalize;
    }

    .about8-progress-area .progress-container .progress {
        flex: 1;
        height: 10px;
        background-color: #e0e0e0;
        border-radius: 5px;
        position: relative;
        margin-top: 16px;
    }

    .about8-progress-area .progress-container .progress-bar {
        background-color: var(--vtc-bg-main11);
        height: 10px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .about8-progress-area .progress-container .progress-thumb {
        width: 14px;
        height: 14px;
        background-color: var(--vtc-bg-main11);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(50%, -50%);
    }

.about9-images {
    position: relative;
    height: 500px;
}

    .about9-images .shape1 {
        position: absolute;
        left: 0px;
        top: 80px;
    }

    .about9-images .shape2 {
        position: absolute;
        right: 129px;
        top: 80px;
    }

    .about9-images .shape3 {
        top: 0;
        position: absolute;
        left: -60px;
    }

    .about9-images .shape4 {
        width: 282px;
        background: var(--vtc-bg-main12);
        border-radius: 20px;
        padding: 24px;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 46px;
        right: 95px;
    }

        .about9-images .shape4 .num h3 {
            color: var(--vtc-text-white);
            font-size: var(--f-fs-font-70);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-70); /* 100% */
            text-transform: uppercase;
        }

        .about9-images .shape4 .content {
            text-align: center;
        }

            .about9-images .shape4 .content p {
                color: var(--vtc-text-white);
                font-size: var(--f-fs-font-20);
                font-style: normal;
                font-weight: var(--f-fw-medium);
                line-height: var(--f-fs-font-26); /* 130% */
            }

.about9-counters .count-box {
    position: relative;
    margin-top: 40px;
    margin-left: 10px;
}

    .about9-counters .count-box h3 {
        color: var(--vtc-bg-main12);
        font-size: var(--f-fs-font-60);
        font-style: normal;
        font-weight: var(--f-fw-semibold);
        line-height: var(--f-fs-font-60); /* 100% */
    }

    .about9-counters .count-box p {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-16); /* 100% */
        padding-top: 8px;
    }

    .about9-counters .count-box .count-shape {
        position: absolute;
        top: -10px;
        left: -16px;
        z-index: -1;
    }

.about10-icon-box {
    background-color: var(--vtc-bg-common-22);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    transition: all 0.4s;
}

    .about10-icon-box .icon {
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        background-color: var(--vtc-bg-main13);
        border-radius: 50%;
        font-size: 12px;
        color: var(--vtc-text-white);
    }

    .about10-icon-box .text {
        padding-left: 12px;
    }

        .about10-icon-box .text p {
            color: var(--vtc-text-title2);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-16); /* 100% */
        }

    .about10-icon-box:hover {
        transition: all 0.4s;
        transform: translateY(-5px);
    }

@media (max-width: 767px) {
    .theme-title h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }

    .theme-title p {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .header-top, .right-nav {
        /* display: none !important; */
    }

    .admin-bar .sticky-header.fixed-header {
        top: 0;
    }

    .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
        display: none;
    }

    .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
        width: 100%;
    }

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

    blockquote {
        padding: 140px 20px 20px 20px !important;
    }

        blockquote:after {
            width: 100%;
            height: 100px;
        }

    #header-wrap .navbar-brand.logo, .sticky-header .navbar-brand.logo {
        margin-top: 0;
        box-shadow: none;
        padding: 15px 0;
    }

    .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
        display: block;
    }

    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
        padding-right: 0;
    }

    .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
        padding-left: 0;
        margin-top: 30px;
    }

    .elementor-widget-contact-btn h2 {
        font-size: 50px;
        line-height: 110px;
    }

    .elementor-widget-contact-btn .round-text {
        width: 130px;
        height: 130px;
    }

    .testimonial.style-1 {
        display: block;
        margin: 0;
    }

        .testimonial.style-1 .testimonial-img {
            width: 100%;
        }

        .testimonial.style-1 .testimonial-content {
            padding-left: 0;
            border-left: none;
            margin-left: 0;
            margin-top: 30px;
        }

    .testimonial-content p {
        font-size: 20px;
        line-height: 32px;
    }

    .service-list {
        padding-left: 0;
    }

    .service-item.style-1 {
        position: relative;
    }

    .service-list .service-item.style-1 .service-image {
        left: auto;
        right: 0;
        z-index: 9;
        width: 170px;
        top: 0;
    }

    .service-list .service-item.style-1.active .service-image {
        top: 0;
    }

    .service-item.style-1 .rounded-button {
        position: relative;
        right: inherit;
        top: inherit;
        margin-top: 30px;
    }

    .marquee-text {
        font-size: 60px;
        line-height: 67px;
        animation: marquee 10s linear infinite;
    }

    .round-text {
        width: 130px;
        height: 130px;
    }

    .text-btn-icon {
        font-size: 40px;
    }

    .price-table {
        display: block;
    }

    .price-value h2 {
        font-size: 60px;
    }

    .price-list {
        margin-top: 30px;
    }

    .portfolio-list {
        padding-left: 0;
    }

    .portfolio-item.style-2 {
        position: relative;
    }

    .portfolio-list .portfolio-item.style-2 .portfolio-image {
        left: auto;
        right: 0;
        z-index: 9;
        width: 170px;
        top: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .portfolio-list .portfolio-item.style-2.active .portfolio-image {
        top: 0;
    }

    .portfolio-item.style-2.active .portfolio-image:after {
        height: 100px;
        width: 100px;
        right: 40px;
        bottom: -40px;
    }

    .portfolio-list.portfolio-six .portfolio-desc h4 {
        font-size: 30px;
    }

    .award-items {
        display: block;
    }

    .award-title {
        width: 100%;
    }

    .slider-img:after {
        height: 300px;
        width: 300px;
        bottom: -150px;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-100%);
    }
}

@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }

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

.marquee-wrap {
    background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color));
    background-color: var(--ztc-bg-main-bg-4);
    width: 100%;
    position: relative;
    transform: scale(1.1) rotate(2deg);
    margin-top: 0px;
}

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

        .marquee-wrap.marquee-wrap-inner .brand-single-box {
            display: inline-block;
        }

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

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

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

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

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

.inner-counter-box {
    text-align: center;
}

    .inner-counter-box h3 {
        color: #FFF;
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px; /* 100% */
    }

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

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

.about-service-box {
    padding: 20px 20px 20px 16px;
    border-radius: 8px;
    background-color: var(--vtc-bg-white);
    display: flex;
    align-items: start;
    transition: all 0.4s;
}

    .about-service-box .num {
        height: 34px;
        width: 34px;
        text-align: center;
        line-height: 34px;
        border-radius: 50%;
        background-color: var(--vtc-bg-common-1);
        transition: all 0.4s;
    }

        .about-service-box .num p {
            color: var(--vtc-text-title1);
            font-size: var(--f-fs-font-18);
            font-style: normal;
            font-weight: var(--f-fw-semibold);
            text-transform: capitalize;
            transition: all 0.4s;
        }

    .about-service-box .heading2 {
        padding-left: 16px;
        padding-top: 3px;
    }

    .about-service-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    }

        .about-service-box:hover .num {
            background-color: var(--vtc-bg-main4);
            transition: all 0.4s;
        }

            .about-service-box:hover .num p {
                color: var(--vtc-text-white);
                transition: all 0.4s;
            }

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

        .service5-box .image img {
            width: 100%;
            transition: all 0.4s;
        }

    .service5-box .content-area .arrow {
        display: inline-block;
        height: 60px;
        width: 60px;
        text-align: center;
        border-radius: 60px;
        line-height: 60px;
        background-color: var(--vtc-bg-main1);
        color: var(--vtc-text-title1);
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: var(--f-fs-font-18);
        margin-left: -30px;
        margin-top: -30px;
        transition: all 0.4s;
        transform: scale(1.4) rotate(-45deg);
        opacity: 0;
    }

    .service5-box .content-area h4 a {
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-24);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-18); /* 100% */
        text-transform: capitalize;
        position: absolute;
        left: 30px;
        bottom: 30px;
        transition: all 0.4s;
    }

        .service5-box .content-area h4 a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main1);
        }

    .service5-box .content-area .num {
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-24);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-18); /* 100% */
        text-transform: capitalize;
        position: absolute;
        left: 30px;
        top: 30px;
        transition: all 0.4s;
        transform: translateY(-30px);
        opacity: 0;
    }

    .service5-box:hover .image img {
        transition: all 0.4s;
        transform: scale(1.1) rotate(2deg);
    }

    .service5-box:hover .content-area .arrow {
        transform: scale(1) rotate(-45deg);
        transition: all 0.4s;
        opacity: 1;
    }

    .service5-box:hover .content-area .num {
        transition: all 0.4s;
        transform: translateY(0);
        opacity: 1;
    }

.service6-box {
    background-color: var(--vtc-bg-white);
    padding: 32px;
    border-radius: 8px;
    transition: all 0.4s;
}

    .service6-box .icon {
        background-color: var(--vtc-bg-common-13);
        height: 70px;
        width: 70px;
        text-align: center;
        line-height: 70px;
        border-radius: 50%;
        transition: all 0.4s;
    }

        .service6-box .icon img {
            transition: all 0.4s;
        }

    .service6-box .content {
        margin-top: 20px;
    }

    .service6-box .learn {
        display: inline-block;
        overflow: hidden;
        padding-top: 16px;
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-bold);
        line-height: var(--f-fs-font-16); /* 100% */
        transition: all 0.4s;
    }

        .service6-box .learn span {
            display: inline-block;
            transform: rotate(-45deg) translateX(0px) translateY(1px);
            font-size: 17px;
            transition: all 0.4s;
        }

        .service6-box .learn .arrow2 {
            transform: translateY(-8px) rotate(-45deg) translateX(-52px);
            transition: all 0.4s;
            opacity: 0;
        }

        .service6-box .learn .arrow1 {
            transition: all 0.4s;
            opacity: 1;
        }

        .service6-box .learn:hover {
            color: var(--vtc-bg-main8);
            transition: all 0.4s;
        }

            .service6-box .learn:hover .arrow2 {
                transform: translateY(-12px) rotate(-45deg) translateX(-18px);
                transition: all 0.4s;
                opacity: 1;
            }

            .service6-box .learn:hover .arrow1 {
                transition: all 0.4s;
                transform: translateY(-7px) rotate(-45deg) translateX(45px);
                opacity: 0;
            }

    .service6-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

        .service6-box:hover .icon {
            background-color: var(--vtc-bg-main8);
            transition: all 0.4s;
        }

            .service6-box:hover .icon img {
                transition: all 0.4s;
                transform: rotateY(180deg);
            }

.service7 {
    position: relative;
    z-index: 1;
}

    .service7 .case-header-area {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }

@media (max-width: 767px) {
    .service7 .case-header-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service7 .case-header-area {
        margin-bottom: 30px;
    }
}

.service7 .cs_case_study_1_list {
    display: flex;
    border: 1px solid var(--vtc-border-7);
    border-radius: 9px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service7 .cs_case_study_1_list {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .service7 .cs_case_study_1_list {
        flex-direction: column;
    }
}

.service7 .cs_case_study_1_list > .cs_case_study.cs_style_1 {
    flex: 1;
}

.service7 .cs_case_study_1_list .cs_case_study.cs_style_1 {
    min-height: 400px;
    transition: all 0.8s;
}

    .service7 .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
        transition: all 0.8s ease;
        left: 80px;
        opacity: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service7 .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
        left: 0;
        opacity: 1;
        transition: all 0.5s;
    }
}

.service7 .cs_case_study_1_list .cs_case_study.cs_style_1.active {
    flex: 8;
    transition: all 0.9s;
}

    .service7 .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
        opacity: 1;
        left: 0;
        transition: all 0.6s ease;
        transition-delay: 0.3s;
    }

    .service7 .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
        transform: scale(0) rotate(360deg);
        transition-delay: 0.1s;
    }

.service7 .cs_case_study.cs_style_1 {
    height: 700px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service7 .cs_case_study.cs_style_1 {
        height: 600px;
    }
}

.service7 .cs_case_study.cs_style_1 .cs_case_study_title a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 3px;
    transition: all 0.8s;
}

.service7 .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 70px;
    top: 70px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service7 .cs_case_study.cs_style_1 .cs_case_study_number {
        left: 30px;
        top: 40px;
        transition: all 0.4s;
    }
}

.service7 .cs_case_study.cs_style_1 .cs_case_study_category {
    margin-bottom: 15px;
}

.service7 .cs_case_study.cs_style_1 .cs_case_study_thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--vtc-bg-white);
}

.service7 .cs_case_study.cs_style_1 .cs_case_study_in {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 88px 72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service7 .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service7 .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 30px;
    }
}

.service7 .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 70px;
    bottom: 86px;
    z-index: 1;
    height: 55px;
    width: 55px;
    transition: all 0.6s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service7 .cs_case_study.cs_style_1 .cs_case_study_icon {
        left: 40px;
        bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service7 .cs_case_study.cs_style_1 .cs_case_study_icon {
        display: none;
    }
}

.service7 .cs_case_study_thumb {
    background-image: url(../img/service/service7-image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service7 .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0px 0;
    border-radius: 8px 0px 0px 8px;
    height: 475px;
    position: relative;
    border-left: 1px solid var(--vtc-border-7);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service7 .cs_case_study.cs_style_1.cs_hover_active {
        margin: 0 0 24px 0;
    }
}

@media (max-width: 767px) {
    .service7 .cs_case_study.cs_style_1.cs_hover_active {
        margin: 0 0 24px 0;
    }
}

.service7 .cs_case_study.cs_style_1.cs_hover_active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--vtc-bg-common-17);
    opacity: 1;
    transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service7 .cs_case_study.cs_style_1.cs_hover_active .content-area1 {
        opacity: 0;
        transition: all 0.4s;
    }

    .service7 .cs_case_study.cs_style_1.cs_hover_active .content-area {
        left: 0;
        transition: all 0.4s;
        opacity: 1;
    }

    .service7 .cs_case_study.cs_style_1.cs_hover_active::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: var(--vtc-bg-white);
        opacity: 0;
        transition: all 0.4s;
    }
}

@media (max-width: 767px) {
    .service7 .cs_case_study.cs_style_1.cs_hover_active .content-area1 {
        opacity: 0;
        transition: all 0.4s;
    }

    .service7 .cs_case_study.cs_style_1.cs_hover_active .content-area {
        left: 0;
        transition: all 0.4s;
        opacity: 1;
    }

    .service7 .cs_case_study.cs_style_1.cs_hover_active::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: var(--vtc-bg-white);
        opacity: 0;
        transition: all 0.4s;
    }
}

.service7 .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
    opacity: 0;
    transition: all 0.4s;
}

.service7 .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
}

.service7 .cs_case_study.cs_style_1.cs_hover_active.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--vtc-bg-common-17);
    opacity: 0;
    transition: all 0.4s;
}

.service7 .content-area1 {
    position: absolute;
    transform: rotate(-90deg);
    width: 450px;
    height: auto;
    left: -187px;
    bottom: 232px;
    transition: all 0.4s;
    opacity: 1;
    z-index: 99;
}

    .service7 .content-area1 a {
        color: var(--vtc-text-title1);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 100% */
        transition: all 0.4s;
        width: 100%;
    }

    .service7 .content-area1 .cirle-arrow {
        position: absolute;
        top: -5px;
        left: 404px;
        height: 40px;
        width: 40px;
        font-size: 20px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: var(--vtc-bg-main10);
    }

.service7 .content-area {
    position: absolute;
    z-index: 1;
    transition: all 0.4s;
    padding: 0 124px 26px 24px;
    bottom: 0;
    left: -100%;
    opacity: 0;
}

    .service7 .content-area a {
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-24);
        font-style: normal;
        font-weight: 500;
        line-height: var(--f-fs-font-24); /* 100% */
        transition: all 0.4s;
        width: 100%;
        margin-bottom: 8px;
    }

        .service7 .content-area a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main10);
        }

    .service7 .content-area p {
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
        padding-top: 12px;
    }

    .service7 .content-area .learn {
        display: inline-block;
        position: absolute;
        top: 17px;
        right: 31px;
        height: 40px;
        width: 40px;
        transform: rotate(-45deg);
        background: var(--vtc-bg-white);
        font-size: var(--f-fs-font-20);
        text-align: center;
        line-height: var(--f-fs-font-40);
        border-radius: 50%;
        color: var(--vtc-bg-main-1);
    }

.service9-box {
    text-align: center;
    background-color: var(--vtc-bg-white);
    padding: 80px 40px 40px 32px;
    position: relative;
    border-radius: 16px;
    transition: all 0.4s;
}

    .service9-box .icon {
        position: absolute;
        top: -68px;
        left: 50%;
        margin-left: -73px;
        transition: all 0.4s;
    }

    .service9-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

        .service9-box:hover .icon {
            transition: all 0.4s;
            transform: rotateY(180deg);
        }

    .service9-box .service-box-thum {
        position: absolute;
        bottom: 0;
        right: 0;
        overflow: hidden;
        border-radius: 16px;
    }

    .service9-box.add_thumb .icon {
        top: -144px;
    }

.service10-box {
    position: relative;
    border-radius: 16px;
    background: var(--vtc-text-white);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
    padding: 30px 42px 30px 42px;
    text-align: center;
    transition: all 0.4s;
    min-height: 332px;
}


    .service10-box:after {
        background: url(https://cdn-hijcb.nitrocdn.com/DmYcnPMmhQHGxYgRgZGCOTHSNRoFlbLe/assets/images/optimized/rev-23f2394/capsicummediaworks.com/wp-content/themes/capsicum/images/takecarebg.png) no-repeat top center;
        background-size: auto;
        background-size: auto auto;
        background-size: 100%;
        margin: 0 auto 0 !important;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        content: "";
        height: 51px;
        bottom: -50px;
    }

    .service10-box .learn2 {
        position: absolute;
        bottom: -26px;
        left: 50%;
        margin-left: -26px;
    }

    .service10-box .content {
        margin-top: 20px;
    }

    .service10-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

.service5 {
    position: relative;
    z-index: 1;
}

    .service5 .service-widgets-section {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .service5 .service-widgets-section .tab-content .tab-pane {
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: var(--vtc-bg-white);
            -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
            padding: 40px 50px;
            transform: rotateX(45deg) translateY(50px);
            transition: all 0.4s;
            opacity: 0;
            overflow: hidden;
        }

@media (max-width: 767px) {
    .service5 .service-widgets-section .tab-content .tab-pane {
        padding: 24px;
    }
}

.service5 .service-widgets-section .tab-content .tab-pane.fade.show.active {
    transform: rotateX(0deg) translateY(0);
    opacity: 1;
}

.service5 .service-widgets-section .tab-content .tab-pane .service-boxarea .icons {
    background: rgba(5, 135, 255, 0.1);
    border: 1px solid rgba(5, 135, 255, 0.1);
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
}

    .service5 .service-widgets-section .tab-content .tab-pane .service-boxarea .icons img {
        height: 50px;
        width: 50px;
        -o-object-fit: contain;
        object-fit: contain;
    }

.service5 .service-widgets-section .tab-content .tab-pane .service-boxarea .content-area h3 {
    color: var(--vtc-text-title-7);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 100% */
    display: inline-block;
}

.service5 .service-widgets-section .tab-content .tab-pane .service-boxarea .content-area p {
    color: var(--vtc-text-pera-7);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-26); /* 144.444% */
    padding-top: 20px;
}

.service5 .service-widgets-section .tab-content .tab-pane .images-area {
    position: relative;
}

@media (max-width: 767px) {
    .service5 .service-widgets-section .tab-content .tab-pane .images-area {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service5 .service-widgets-section .tab-content .tab-pane .images-area {
        margin-top: 30px;
    }
}

.service5 .service-widgets-section .tab-content .tab-pane .images-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service5 .service-widgets-section .tab-content .tab-pane .images-area .arrow-circle a {
    height: 110px;
    width: 101px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-6);
    position: absolute;
    bottom: 30px;
    left: -60px;
    z-index: 1;
}

    .service5 .service-widgets-section .tab-content .tab-pane .images-area .arrow-circle a .arrow1 {
        position: absolute;
        top: 41%;
        left: 44%;
    }

    .service5 .service-widgets-section .tab-content .tab-pane .images-area .arrow-circle a .elements20 {
        position: absolute;
        top: 6px;
        left: 6px;
    }

.service5 .service-widgets-section .tabs-btn-area {
    position: relative;
    z-index: 1;
}

    .service5 .service-widgets-section .tabs-btn-area::after {
        position: absolute;
        content: "";
        height: 10px;
        width: 100%;
        background: var(--vtc-bg-white);
        top: -32px;
        left: 0;
        right: 0;
        transition: all 0.4s;
        border-radius: 30px;
    }

    .service5 .service-widgets-section .tabs-btn-area ul {
        justify-content: space-between;
        align-items: center;
    }

@media (max-width: 767px) {
    .service5 .service-widgets-section .tabs-btn-area ul {
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service5 .service-widgets-section .tabs-btn-area ul li:nth-child(4) {
        margin-top: 20px;
    }
}

.service5 .service-widgets-section .tabs-btn-area ul li button {
    border-radius: 120px;
    background: var(--vtc-bg-white);
    border: 1px solid rgba(5, 135, 255, 0.1);
    padding: 8px 16px 8px 8px;
    position: relative;
    z-index: 1;
    color: var(--vtc-text-title-7);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 100% */
}

@media (max-width: 767px) {
    .service5 .service-widgets-section .tabs-btn-area ul li button {
        display: block !important;
        margin-bottom: 16px;
    }
}

.service5 .service-widgets-section .tabs-btn-area ul li button::after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 10px;
    left: 0;
    top: -32px;
    transition: all 0.4s;
    width: 100%;
    background: var(--vtc-bg-main11);
    border-radius: 40px;
    visibility: hidden;
    opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service5 .service-widgets-section .tabs-btn-area ul li button::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .service5 .service-widgets-section .tabs-btn-area ul li button::after {
        display: none;
    }
}

.service5 .service-widgets-section .tabs-btn-area ul li button.active {
    background: var(--vtc-bg-main11);
    color: var(--vtc-bg-white);
}

    .service5 .service-widgets-section .tabs-btn-area ul li button.active::after {
        visibility: visible;
        opacity: 1;
        transition: all 0.4s;
    }

    .service5 .service-widgets-section .tabs-btn-area ul li button.active span {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

        .service5 .service-widgets-section .tabs-btn-area ul li button.active span img {
            transition: all 0.4s;
            filter: brightness(40);
        }

.service5 .service-widgets-section .tabs-btn-area ul li button span {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: rgba(5, 135, 255, 0.1);
    border: 1px solid rgba(5, 135, 255, 0.1);
    margin: 0 8px 0 0;
}

    .service5 .service-widgets-section .tabs-btn-area ul li button span img {
        height: 28px;
        width: 28px;
        -o-object-fit: contain;
        object-fit: contain;
        transition: all 0.4s;
    }

.service-page-box {
    position: relative;
}

    .service-page-box .image {
        overflow: hidden;
        border-radius: 8px;
    }

        .service-page-box .image img {
            width: 100%;
            transition: all 0.4s;
        }

    .service-page-box .content-area .arrow {
        display: inline-block;
        height: 60px;
        width: 60px;
        text-align: center;
        border-radius: 60px;
        line-height: 60px;
        background-color: var(--vtc-bg-main4);
        color: var(--vtc-text-white);
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: var(--f-fs-font-18);
        margin-left: -30px;
        margin-top: -30px;
        transition: all 0.4s;
        transform: scale(1.4) rotate(-45deg);
        opacity: 0;
    }

        .service-page-box .content-area .arrow:hover {
            transition: all 0.4s;
            background-color: var(--vtc-text-title1);
        }

    .service-page-box .content-area h4 a {
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-24);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-18); /* 100% */
        text-transform: capitalize;
        position: absolute;
        left: 30px;
        bottom: 30px;
        transition: all 0.4s;
    }

        .service-page-box .content-area h4 a:hover {
            transition: all 0.4s;
            color: var(--vtc-bg-main4);
        }

    .service-page-box .content-area .num {
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-24);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-18); /* 100% */
        text-transform: capitalize;
        position: absolute;
        left: 30px;
        top: 30px;
        transition: all 0.4s;
        transform: translateY(-30px);
        opacity: 0;
    }

    .service-page-box:hover .image img {
        transition: all 0.4s;
        transform: scale(1.1) rotate(2deg);
    }

    .service-page-box:hover .content-area .arrow {
        transform: scale(1) rotate(-45deg);
        transition: all 0.4s;
        opacity: 1;
    }

    .service-page-box:hover .content-area .num {
        transition: all 0.4s;
        transform: translateY(0);
        opacity: 1;
    }

.service-details-check-list {
    display: flex;
    align-items: start;
}

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

    .service-details-check-list .text {
        margin-left: 16px;
    }

    .service-details-check-list:hover {
        transition: all 0.4s;
    }

        .service-details-check-list:hover .check-icon span {
            background-color: var(--vtc-bg-main4);
            transition: all 0.4s;
            color: var(--vtc-bg-white);
        }

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

.service-details-box1:hover .icon {
    transition: all 0.4s;
    transform: rotateY(180deg);
}

.analysis-area .analysis-inner-section {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .analysis-area .analysis-inner-section {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analysis-area .analysis-inner-section {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analysis-area .services-seo-scroll {
        width: 200%;
        overflow-y: auto;
        position: relative;
    }
}

@media (max-width: 767px) {
    .analysis-area .services-seo-scroll {
        width: 400%;
        overflow-y: auto;
        position: relative;
    }
}

.analysis-area .services-seo {
    border-radius: 8px;
    position: relative;
    background: var(--ztc-text-text-1);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .analysis-area .services-seo {
        overflow-x: auto;
    }
}

@media (max-width: 767px) {
    .analysis-area .services-seo {
        overflow-x: auto;
    }
}

.analysis-area .services-seo-head {
    border-radius: 7px 7px 0px 0px;
    background: var(--vtc-bg-main4);
    padding: 16px 65px 16px 24px;
}

.analysis-area .services-seo-item {
    padding-right: 65px;
    padding-left: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8EAEC;
}

.analysis-area .services-seo-heading-title {
    margin: 0;
}

    .analysis-area .services-seo-heading-title label {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 100% */
        padding-left: 22px;
        position: relative;
        cursor: pointer;
    }

        .analysis-area .services-seo-heading-title label::after {
            position: absolute;
            content: "";
            top: -1px;
            left: 0;
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            border: 1px solid #C3C7C9;
            transition: all 0.2s ease-out 0s;
            border-radius: 4px;
        }

        .analysis-area .services-seo-heading-title label::before {
            position: absolute;
            content: url("../img/icons/details-check.svg");
            top: -1px;
            left: 0;
            width: 16px;
            height: 16px;
            line-height: 15px;
            text-align: center;
            visibility: hidden;
            opacity: 0;
            color: var(--tp-common-white);
            transition: all 0.2s ease-out 0s;
            z-index: 1;
        }

    .analysis-area .services-seo-heading-title input {
        display: none;
    }

        .analysis-area .services-seo-heading-title input:checked ~ label::after {
            background-color: var(--ztc-text-text-4);
            border-color: var(--ztc-text-text-4);
        }

        .analysis-area .services-seo-heading-title input:checked ~ label::before {
            visibility: visible;
            opacity: 1;
        }

.analysis-area .services-seo-heading-item span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    line-height: 16px;
    padding-left: 70px;
}

    .analysis-area .services-seo-heading-item span a {
        color: #fff;
    }

    .analysis-area .services-seo-heading-item span i {
        font-weight: 600;
        transform: translateY(2px);
        margin-right: 5px;
    }

.analysis-area .services-seo-link-check label {
    font-family: var(--ztc-family-font1);
    font-weight: var(--ztc-weight-regular);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 1;
    color: var(--ztc-text-text-2);
    position: relative;
    cursor: pointer;
    padding-left: 22px;
}

    .analysis-area .services-seo-link-check label::after {
        position: absolute;
        content: "";
        top: 1px;
        left: 0;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border: 1px solid #C3C7C9;
        transition: all 0.2s ease-out 0s;
        border-radius: 4px;
    }

    .analysis-area .services-seo-link-check label::before {
        position: absolute;
        content: url("../img/icons/details-check.svg");
        top: 1px;
        left: 0;
        width: 16px;
        height: 16px;
        line-height: 15px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        color: var(--tp-common-white);
        transition: all 0.2s ease-out 0s;
        z-index: 1;
    }

.analysis-area .services-seo-link-check input {
    display: none;
}

    .analysis-area .services-seo-link-check input:checked ~ label::after {
        background-color: #3B32F6;
        border-color: #3B32F6;
    }

    .analysis-area .services-seo-link-check input:checked ~ label::before {
        visibility: visible;
        opacity: 1;
    }

.analysis-area .services-seo-link-check span {
    color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px; /* 100% */
    line-height: 1;
    padding-left: 22px;
    display: block;
}

    .analysis-area .services-seo-link-check span a {
        color: var(--SEO-Marketing-Paragraph-Color, #5D6369);
    }

.analysis-area .services-seo-catagory-item {
    padding-left: 70px;
}

    .analysis-area .services-seo-catagory-item a {
        color: var(--SEO-Marketing-Text-Color, #0B0314);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 100% */
        text-transform: capitalize;
        line-height: 16px;
        display: inline-block;
    }

    .analysis-area .services-seo-catagory-item .incridable-rank i {
        margin-left: 4px;
        margin-top: -15px;
        font-size: 8px;
    }

/*
 ::::::::::::::::::::::::::
  SERVICE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  FAQ AREA CSS
 ::::::::::::::::::::::::::
*/
.faq-page-sec .faq-page-image {
    position: relative;
    z-index: 2;
}

    .faq-page-sec .faq-page-image .shape {
        position: absolute;
        right: 50px;
        top: 0;
        transform: scale(1.3);
        z-index: -1;
    }

.faq-page-sec .faq-tab-buttons {
    background-color: var(--vtc-bg-common-22);
    border-radius: 111px;
    padding: 16px 24px;
}

    .faq-page-sec .faq-tab-buttons .nav {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 0 !important;
    }

        .faq-page-sec .faq-tab-buttons .nav li button {
            color: var(--Text-Color, #0B1A33);
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 18px; /* 100% */
            text-transform: uppercase;
            padding: 16px 20px;
            border-radius: 111px;
            background-color: var(--vtc-bg-white);
            transition: all 0.4s;
        }

            .faq-page-sec .faq-tab-buttons .nav li button:hover {
                transition: all 0.4s;
                background-color: var(--vtc-bg-main13);
            }

            .faq-page-sec .faq-tab-buttons .nav li button.active {
                transition: all 0.4s;
                background-color: var(--vtc-bg-main13);
            }

.faq-content {
    position: relative;
}

    .faq-content .accordion .accordion-item {
        border: none;
        border-radius: 14px;
        background: none;
        margin-top: 20px;
        transition: all 0.4s;
        background-color: var(--vtc-bg-white);
    }

        .faq-content .accordion .accordion-item button {
            border: none;
            background: none;
            padding: 24px;
            color: var(--vtc-text-title-1);
            font-size: var(--f-fs-font-18);
            font-style: normal;
            font-weight: 600;
            line-height: var(--f-fs-font-18); /* 100% */
            text-transform: capitalize;
            position: relative;
        }

@media (max-width: 767px) {
    .faq-content .accordion .accordion-item button {
        font-size: 20px;
        line-height: 26px;
        padding: 20px;
    }
}

.faq-content .accordion .accordion-item button:focus {
    outline: none;
    box-shadow: none;
}

.faq-content .accordion .accordion-item button::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 15px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    z-index: 1;
    background: var(--vtc-bg-main13);
}

@media (max-width: 767px) {
    .faq-content .accordion .accordion-item button::before {
        display: none;
    }
}

.faq-content .accordion .accordion-item button::after {
    filter: brightness(0) invert(1);
    z-index: 3;
    height: 14px;
    width: 22px;
    left: 4px;
    bottom: 6px;
    position: relative;
}

.faq-content .accordion .accordion-item .accordion-body {
    color: rgba(255, 255, 255, 0.9098039216);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    padding-left: 28px;
    margin-top: -20px;
    padding-bottom: 28px;
    padding-right: 80px;
    text-align: start;
}

@media (max-width: 767px) {
    .faq-content .accordion .accordion-item .accordion-body {
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
}

.faq-content .accordion .accordion-item.active {
    transition: all 0.4s;
    border-radius: 14px;
    background: var(--vtc-bg-main13);
}

    .faq-content .accordion .accordion-item.active button {
        color: #fff;
    }

        .faq-content .accordion .accordion-item.active button::before {
            content: "";
            position: absolute;
            right: 18px;
            top: 19px;
            height: 28px;
            width: 28px;
            border-radius: 50%;
            z-index: 1;
            background: #fff;
        }

        .faq-content .accordion .accordion-item.active button::after {
            filter: brightness(0);
            height: 14px;
            width: 22px;
            left: 2px;
            bottom: 0px;
            position: relative;
        }

.faq-content .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: none;
}

.faq6-area .accordion-button::after {
    filter: brightness(0);
}

.faq6-area .accordion {
    border: none;
}

    .faq6-area .accordion .accordion-item {
        margin-top: 20px;
        border: none;
        border-radius: 7px;
        padding: 0;
        border: none;
        border: 1px solid var(--vtc-border-3);
        background: transparent;
    }

        .faq6-area .accordion .accordion-item h2 {
            font-size: var(--f-fs-font-20);
            line-height: var(--f-fs-font-20);
            font-weight: var(--f-fw-semibold);
            color: var(--vtc-text-title1);
        }

        .faq6-area .accordion .accordion-item button {
            font-size: var(--f-fs-font-20);
            line-height: var(--f-fs-font-20);
            font-weight: var(--f-fw-semibold);
            color: var(--vtc-text-title1);
            background: transparent;
            padding: 20px;
        }

            .faq6-area .accordion .accordion-item button:focus {
                box-shadow: none;
            }

        .faq6-area .accordion .accordion-item .accordion-body {
            color: var(--vtc-text-white80per);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: var(--f-fs-font-26); /* 162.5% */
            padding: 0px 16px 16px 22px;
            background-color: var(--vtc-text-title1);
        }

        .faq6-area .accordion .accordion-item.active {
            background-color: var(--vtc-text-title1);
        }

            .faq6-area .accordion .accordion-item.active button {
                color: var(--vtc-text-white);
            }

    .faq6-area .accordion .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform);
        filter: brightness(0) invert(1);
    }

.faq6-area .accordion-button:not(.collapsed) {
    color: var(--ztc-text-text-1);
    background-color: var(--vtc-text-title1);
    border: none;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

.faq6-area .accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: #dee2e600;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="var%28--bs-body-color%29"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}

.faq6-images {
    position: relative;
    height: 580px;
    margin-left: 40px;
}

@media (max-width: 767px) {
    .faq6-images {
        height: 1100px;
    }
}

.faq6-images .image1 {
    position: absolute;
    left: 0;
    top: 0;
}

.faq6-images .image2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .faq6-images .image2 {
        bottom: 170px;
    }
}

.faq6-images .text-count {
    width: 200px;
    text-align: start;
    position: absolute;
    bottom: 20px;
    left: 60px;
}

    .faq6-images .text-count h3 {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-60);
        font-style: normal;
        font-weight: var(--f-fw-semibold);
        line-height: var(--f-fs-font-60); /* 100% */
    }

    .faq6-images .text-count p {
        color: var(--vtc-text-pera1);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-26); /* 144.444% */
        text-transform: capitalize;
    }

    .faq6-images .text-count img {
        position: absolute;
        left: -20px;
        top: -7px;
    }

.faq5-area .accordion-button::after {
    filter: brightness(0);
}

.faq5-area .accordion {
    border: none;
}

    .faq5-area .accordion .accordion-item {
        margin-top: 20px;
        border: none;
        border-radius: 7px;
        padding: 0;
        border: none;
        border: 1px solid var(--vtc-border-3);
        background: transparent;
    }

        .faq5-area .accordion .accordion-item h2 {
            font-size: var(--f-fs-font-20);
            line-height: var(--f-fs-font-20);
            font-weight: var(--f-fw-semibold);
            color: var(--vtc-text-title1);
        }

        .faq5-area .accordion .accordion-item button {
            font-size: var(--f-fs-font-20);
            line-height: var(--f-fs-font-20);
            font-weight: var(--f-fw-semibold);
            color: var(--vtc-text-title1);
            background: transparent;
            padding: 20px;
        }

            .faq5-area .accordion .accordion-item button:focus {
                box-shadow: none;
            }

        .faq5-area .accordion .accordion-item .accordion-body {
            color: var(--vtc-text-white80per);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: var(--f-fs-font-26); /* 162.5% */
            padding: 0px 16px 16px 22px;
            background-color: var(--vtc-bg-main7);
        }

        .faq5-area .accordion .accordion-item.active {
            background-color: var(--vtc-bg-main7);
        }

            .faq5-area .accordion .accordion-item.active button {
                color: var(--vtc-text-white);
            }

                .faq5-area .accordion .accordion-item.active button::after {
                    filter: brightness(0) invert(1);
                }

    .faq5-area .accordion .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform);
        filter: brightness(0) invert(1);
    }

.faq5-area .accordion-button:not(.collapsed) {
    color: var(--ztc-text-text-1);
    background-color: var(--vtc-bg-main7);
    border: none;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

.faq5-area .accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: #dee2e600;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="var%28--bs-body-color%29"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}

.research-faq h3 {
    color: var(--vtc-text-title1);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 100% */
    text-transform: capitalize;
    padding-bottom: 24px;
}

.research-faq .accordion {
    border: none;
}

    .research-faq .accordion .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
        transition: all 0.5s;
        transform: scale(1.5);
    }

    .research-faq .accordion .accordion-button:not(.collapsed)::after {
        filter: brightness(0) invert(1);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    }

    .research-faq .accordion .accordion-button::after {
        transition: all 0.5s;
    }

    .research-faq .accordion .accordion-item {
        margin-top: 20px;
        border: none;
        background-color: #F6F8FA;
        padding: 0px;
        border-radius: 8px;
    }

        .research-faq .accordion .accordion-item button {
            border: none;
            background: none;
            box-shadow: none;
            color: #090B0E;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px; /* 100% */
            padding: 24px;
        }

        .research-faq .accordion .accordion-item .accordion-body {
            padding: 0px 20px 20px 24px;
            color: #FFF;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px; /* 155.556% */
        }

        .research-faq .accordion .accordion-item.active {
            background-color: var(--vtc-bg-main4);
            transition: all 0.4s;
        }

            .research-faq .accordion .accordion-item.active button {
                color: var(--vtc-text-white);
                transition: all 0.4s;
            }

.research-faq2 h3 {
    color: var(--vtc-text-title1);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 100% */
    text-transform: capitalize;
    padding-bottom: 24px;
}

.research-faq2 .accordion {
    border: none;
}

    .research-faq2 .accordion .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
        transition: all 0.5s;
        transform: scale(1.5);
    }

    .research-faq2 .accordion .accordion-button:not(.collapsed)::after {
        filter: brightness(0) invert(1);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    }

    .research-faq2 .accordion .accordion-button::after {
        transition: all 0.5s;
    }

    .research-faq2 .accordion .accordion-item {
        margin-top: 20px;
        border: none;
        background-color: var(--vtc-bg-white);
        padding: 0px;
        border-radius: 8px;
    }

        .research-faq2 .accordion .accordion-item button {
            border: none;
            background: none;
            box-shadow: none;
            color: #090B0E;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px; /* 100% */
            padding: 24px;
        }

        .research-faq2 .accordion .accordion-item .accordion-body {
            padding: 0px 20px 20px 24px;
            color: #FFF;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px; /* 155.556% */
        }

        .research-faq2 .accordion .accordion-item.active {
            background-color: var(--vtc-bg-main4);
            transition: all 0.4s;
        }

            .research-faq2 .accordion .accordion-item.active button {
                color: var(--vtc-text-white);
                transition: all 0.4s;
            }

/*
 ::::::::::::::::::::::::::
  FAQ AREA CSS
 ::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CASE STUDY AREA CSS
::::::::::::::::::::::::::
*/
.testimonial2-slider-area {
    position: relative;
    z-index: 1;
}

    .testimonial2-slider-area .rev_slider .slick-slider {
        margin-left: -20%;
        margin-right: -20%;
    }

    .testimonial2-slider-area .rev_slider .theme-btn8:hover {
        background-color: var(--vtc-text-title1);
    }

    .testimonial2-slider-area .rev_slider .slick-list {
        padding-top: 10% !important;
        padding-bottom: 6% !important;
        padding-left: 15% !important;
        padding-right: 15% !important;
    }

    .testimonial2-slider-area .rev_slider .slick-track {
        max-width: 100% !important;
        transform: translate3d(0, 0, 0) !important;
        perspective: 100px;
    }

    .testimonial2-slider-area .rev_slider .slick-slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        width: 100% !important;
        transform: translate3d(0, 0, 0);
        transition: transform 1s, opacity 1s;
    }

    .testimonial2-slider-area .rev_slider .slick-snext,
    .testimonial2-slider-area .rev_slider .slick-sprev {
        display: block;
    }

    .testimonial2-slider-area .rev_slider .slick-current {
        opacity: 1;
        position: relative;
        display: block;
        transform: translate3d(0, 0, 10px);
        z-index: 2;
    }

    .testimonial2-slider-area .rev_slider .slick-snext {
        opacity: 1;
        transform: translate3d(20%, 0, 0px);
        z-index: 1;
    }

    .testimonial2-slider-area .rev_slider .slick-sprev {
        opacity: 1;
        transform: translate3d(-20%, 0, 0px);
    }

    .testimonial2-slider-area .rev_slider .rev_slide {
        margin-left: 30px;
    }

        .testimonial2-slider-area .rev_slider .rev_slide.slick-center .text {
            visibility: visible;
            opacity: 1;
            transition: all 0.4s;
        }

        .testimonial2-slider-area .rev_slider .rev_slide .test {
            display: block;
            width: 100%;
            height: 520px;
            width: 460px;
        }

            .testimonial2-slider-area .rev_slider .rev_slide .test img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 8px;
            }

        .testimonial2-slider-area .rev_slider .rev_slide .text {
            text-align: center;
            margin-top: -30px;
            visibility: hidden;
            opacity: 0;
            transition: all 0.4s;
            margin-left: 21px;
            margin-right: 85px;
        }

            .testimonial2-slider-area .rev_slider .rev_slide .text p {
                color: var(--ztc-text-text-5);
                font-family: var(--ztc-family-font2);
                font-size: var(--ztc-font-size-font-s44);
                font-style: normal;
                font-weight: var(--ztc-weight-bold);
            }

                .testimonial2-slider-area .rev_slider .rev_slide .text p span {
                    color: rgba(9, 11, 14, 0.4);
                    transition: all 0.4s;
                    display: inline-block;
                }

    .testimonial2-slider-area .rev_slider .slick-arrow {
        height: 70px;
        width: 70px;
        text-align: center;
        line-height: 66px;
        border-radius: 50%;
        transition: all 0.4s;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.055);
        color: var(--vtc-bg-main6);
        outline: none;
        font-size: var(--f-fs-font-28);
        background-color: var(--vtc-text-white);
        border: none;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-slider-area .rev_slider .slick-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .testimonial2-slider-area .rev_slider .slick-arrow {
        display: none;
    }
}

.testimonial2-slider-area .rev_slider .slick-arrow:hover {
    background: var(--vtc-bg-main6);
    transition: all 0.4s;
    color: var(--vtc-text-white);
}

.testimonial2-slider-area .rev_slider .slick-arrow.prev-next {
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -62px;
}

.testimonial2-slider-area .rev_slider .slick-arrow.next-prev {
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -62px;
}

/*
 ::::::::::::::::::::::::::
  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-color: var(--vtc-bg-white);
    }

        .team9-box .team-thumbnail-area .image {
            position: absolute;
            bottom: 0;
            width: 300px;
            text-align: center;
            left: 55px;
            z-index: 2;
        }

        .team9-box .team-thumbnail-area .shape {
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -150px;
            z-index: 1;
        }

    .team9-box .content-area {
        border-radius: 16px;
        background: var(--vtc-bg-white);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: -50px 30px 0px 30px;
        position: relative;
        z-index: 4;
    }

        .team9-box .content-area .icon a {
            display: inline-block;
            height: 50px;
            width: 50px;
            text-align: center;
            line-height: 50px;
            color: var(--vtc-text-white);
            background-color: var(--vtc-bg-main12);
            border-radius: 50%;
            transform: rotate(-45deg);
            transition: all 0.4s;
        }

            .team9-box .content-area .icon a:hover {
                transition: all 0.4s;
                background-color: var(--vtc-text-title1);
            }

    .team9-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

        .team9-box:hover .shape {
            animation-name: round-circle;
            animation-duration: 72s;
            animation-iteration-count: infinite;
            animation-direction: alternate;
            animation-timing-function: linear;
        }

@keyframes round-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1000deg);
    }
}

.team10-single-slider {
    text-align: center;
    margin: 0px 10px;
}

    .team10-single-slider .team-10-thumnail-area {
        position: relative;
    }

        .team10-single-slider .team-10-thumnail-area .image img {
            width: 100%;
        }

        .team10-single-slider .team-10-thumnail-area .social {
            position: absolute;
            right: 20px;
            bottom: 135px;
            transform: translateY(50px) rotateX(30deg);
            opacity: 0;
            transition: all 0.4s;
        }

            .team10-single-slider .team-10-thumnail-area .social ul li a {
                display: inline-block;
                height: 36px;
                width: 36px;
                text-align: center;
                line-height: 36px;
                background-color: var(--vtc-bg-white);
                border-radius: 50%;
                margin: 5px 2px;
                color: var(--vtc-text-title1);
                transition: all 0.4s;
            }

                .team10-single-slider .team-10-thumnail-area .social ul li a:hover {
                    transition: all 0.4s;
                    background-color: var(--vtc-bg-main13);
                    color: var(--vtc-text-white);
                    transform: translateY(-5px);
                }

        .team10-single-slider .team-10-thumnail-area .plus-icon {
            display: inline-block;
            height: 40px;
            width: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            background-color: var(--vtc-bg-main13);
            font-size: 18px;
            color: var(--vtc-text-white);
            transition: all 0.4s;
            position: absolute;
            bottom: 90px;
            right: 20px;
        }

            .team10-single-slider .team-10-thumnail-area .plus-icon:hover {
                transition: all 0.4s;
                background-color: var(--vtc-text-title1);
                transform: rotate(180deg);
            }

    .team10-single-slider .content-area {
        border-radius: 8px;
        background: var(--vtc-bg-white);
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
        padding: 24px;
        position: relative;
        z-index: 2;
        margin-top: -60px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .team10-single-slider:hover .social {
        opacity: 1;
        transition: all 0.4s;
        transform: translateY(0) rotateX(0deg);
    }

.team10-slider-btns 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: #fff;
    border-radius: 9px;
    position: relative;
    z-index: 2;
    transition: all 0.4s;
    box-shadow: 0px 21px 46px rgb( 0 0 0 /10%);
    /* text-align: center; */
}

    .team-page-item .team-content-area {
        padding: 20px 16px 16px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .team-page-item .team-content-area .plue-icon a {
            display: inline-block;
            font-size: var(--f-fs-font-18);
            color: #e17228;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            background-color: #e272260d;
            text-align: center;
            line-height: 40px;
            border: 1px solid #e3722438;
        }

    .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: #ffffff;
            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: var(--vtc-bg-main8);
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

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

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

.tes6-slider-all {
    margin-left: 50px;
}

@media (max-width: 767px) {
    .tes6-slider-all {
        margin-left: 0;
        margin-top: 30px;
    }
}

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

.tes6-single-slider {
    position: relative;
}

    .tes6-single-slider .stars ul li {
        display: inline-block;
        color: var(--vtc-text-title1);
        margin-right: 2px;
    }

    .tes6-single-slider .qoute {
        position: absolute;
        top: 0;
        right: 0;
    }

    .tes6-single-slider .content-text {
        color: var(--vtc-text-pera1);
        font-size: var(--f-fs-font-18);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-26); /* 144.444% */
        text-transform: capitalize;
        padding-top: 20px;
    }

    .tes6-single-slider .bottom-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
    }

        .tes6-single-slider .bottom-area .author-area {
            display: flex;
            align-items: center;
        }

            .tes6-single-slider .bottom-area .author-area .author-text {
                padding-left: 16px;
            }

                .tes6-single-slider .bottom-area .author-area .author-text a {
                    color: var(--vtc-text-title1);
                    font-size: var(--f-fs-font-20);
                    font-style: normal;
                    font-weight: var(--f-fw-semibold);
                    line-height: var(--f-fs-font-20); /* 100% */
                    text-transform: capitalize;
                }

                .tes6-single-slider .bottom-area .author-area .author-text p {
                    color: var(--vtc-text-pera1);
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 12px; /* 100% */
                    text-transform: capitalize;
                    padding-top: 8px;
                }

.tes6-slider-btns {
    margin-top: 30px;
}

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

        .tes6-slider-btns button:hover {
            transition: all 0.4s;
            background-color: var(--vtc-bg-main8);
        }

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

    .tes5-all-area .circle-shape {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

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

.tes5-single-slider {
    text-align: center;
}

    .tes5-single-slider .brand-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .tes5-single-slider p {
        color: var(--vtc-text-white);
        font-size: var(--f-fs-font-20);
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: var(--f-fs-font-28); /* 140% */
    }

    .tes5-single-slider .author-area {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 28px;
    }

        .tes5-single-slider .author-area .author_text {
            text-align: start;
            padding-left: 20px;
        }

            .tes5-single-slider .author-area .author_text a {
                color: var(--vtc-text-white);
                font-size: var(--f-fs-font-18);
                font-style: normal;
                font-weight: var(--f-fw-medium);
                line-height: var(--f-fs-font-18); /* 100% */
            }

            .tes5-single-slider .author-area .author_text p {
                color: var(--vtc-text-white80per);
                font-size: 14px;
                font-style: normal;
                font-weight: var(--f-fw-normal);
                line-height: 14px; /* 100% */
                padding-top: 8px;
            }

.tes5-left-area {
    padding: 60px;
}

    .tes5-left-area .reting-area .title h2 {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-30);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: 150%; /* 45px */
    }

    .tes5-left-area .reting-area .title p {
        color: var(--vtc-text-pera1);
        font-size: 14px;
        font-style: normal;
        font-weight: var(--f-fw-normal);
        line-height: 14px; /* 100% */
        padding-top: 8px;
    }

    .tes5-left-area .reting-area h3 {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-32);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-40); /* 125% */
        padding-top: 20px;
    }

.tes5-slider-btns {
    margin-top: 60px;
}

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

        .tes5-slider-btns button:hover {
            transition: all 0.4s;
            background-color: var(--vtc-bg-main1);
        }

.tes7-slider {
    cursor: move;
}

    .tes7-slider .slick-dots {
        position: absolute;
        bottom: -50px;
        left: 50%;
        list-style-type: none;
        display: flex;
        align-items: center;
        margin-left: -48px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes7-slider .slick-dots {
        bottom: -25px;
    }
}

@media (max-width: 767px) {
    .tes7-slider .slick-dots {
        bottom: -25px;
    }
}

.tes7-slider .slick-dots li {
    margin: 0 0.25rem;
}

.tes7-slider .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0px 5px;
    border: none;
    border-radius: 100%;
    background-color: var(--vtc-bg-common-16);
    text-indent: -9999px;
    position: relative;
}

    .tes7-slider .slick-dots button::after {
        content: "";
        position: absolute;
        top: -5px;
        left: -5px;
        height: 18px;
        width: 18px;
        border: 5px solid var(--vtc-bg-common-16);
        border-radius: 50%;
        opacity: 0;
        transition: all 0.4s;
    }

.tes7-slider .slick-dots li.slick-active button {
    background-color: var(--vtc-text-title1);
}

    .tes7-slider .slick-dots li.slick-active button::after {
        opacity: 1;
        transition: all 0.4s;
    }

.tes7-single-slider {
    background-color: var(--vtc-bg-white);
    padding: 24px;
    border-radius: 8px;
    margin: 0px 10px;
    border: 1px solid var(--vtc-text-white);
    transition: all 0.4s;
}

    .tes7-single-slider .qoute {
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        background-color: var(--vtc-bg-common-15);
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
    }

        .tes7-single-slider .qoute img {
            display: inline-block;
        }

    .tes7-single-slider .stars {
        background-color: var(--vtc-bg-common-15);
        padding: 4px 8px;
        border-radius: 4px;
        display: inline-block;
        margin-top: 20px;
    }

        .tes7-single-slider .stars ul li {
            display: inline-block;
        }

            .tes7-single-slider .stars ul li.star {
                color: #FFA41C;
                margin-right: 2px;
            }

            .tes7-single-slider .stars ul li.rating-text {
                color: var(--vtc-text-title1);
                font-size: var(--f-fs-font-16);
                font-style: normal;
                font-weight: var(--f-fw-normal);
                line-height: var(--f-fs-font-16); /* 100% */
            }

    .tes7-single-slider .content {
        padding-top: 20px;
    }

        .tes7-single-slider .content p {
            color: var(--vtc-text-title1);
            font-size: var(--f-fs-font-18);
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: var(--f-fs-font-28); /* 155.556% */
            opacity: 0.8;
        }

    .tes7-single-slider .author-area {
        display: flex;
        align-items: center;
        padding-top: 24px;
    }

    .tes7-single-slider: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 #FF9800;
    padding: 24px;
    border-radius: 8px;
    margin: 0px 10px;
    /*box-shadow: 0px 7px 46px rgb(0 0 0 /10%);*/
    margin: 20px 20px;
    min-height: 330px;
    position: relative;
}

    .tes10-single-slider:after {
        background: url(https://cdn-hijcb.nitrocdn.com/DmYcnPMmhQHGxYgRgZGCOTHSNRoFlbLe/assets/images/optimized/rev-23f2394/capsicummediaworks.com/wp-content/themes/capsicum/images/takecarebg.png) no-repeat top center;
        background-size: auto;
        background-size: auto auto;
        background-size: 100%;
        margin: 0 auto 0 !important;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        content: "";
        height: 51px;
        bottom: -50px;
    }

    .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: #3d4c5e;
            font-size: 17px;
            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: #ff980000;
    color: #FF9800;
    transition: all 0.4s;
    border: 1px solid #FF9800;
}

    .tes10-slider-btns button:hover {
        transition: all 0.4s;
        background-color: var(--vtc-bg-main13);
        color: var(--vtc-bg-white);
    }

.tes10-slider-btns .tes10-next-arrow {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -24px;
}

.tes10-slider-btns .tes10-prev-arrow {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -25px;
}

.tes8-image-area {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

    .tes8-image-area .review-area {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 165px;
        text-align: center;
        padding: 30px 0px 0px 30px;
    }

        .tes8-image-area .review-area h3 {
            color: #0C0723;
            font-size: 56px;
            font-style: normal;
            font-weight: 600;
            line-height: 56px; /* 100% */
        }

        .tes8-image-area .review-area .stars {
            padding-top: 10px;
        }

            .tes8-image-area .review-area .stars ul li {
                display: inline-block;
                color: #FF8A00;
                margin-right: 3px;
            }

        .tes8-image-area .review-area p {
            color: #0C0723;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px; /* 140% */
            padding-top: 10px;
        }

        .tes8-image-area .review-area::after {
            content: "";
            position: absolute;
            left: -70px;
            top: -70px;
            height: 300px;
            width: 300px;
            border-radius: 50%;
            background-color: var(--vtc-bg-white);
            z-index: -1;
        }

.tes8-single-slider {
    background-color: var(--vtc-bg-white);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px 32px;
    border-radius: 16px;
    position: relative;
}

    .tes8-single-slider .qoute {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .tes8-single-slider .stars ul li {
        display: inline-block;
        border-radius: 2px;
        background: rgba(17, 17, 17, 0.06);
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        margin-right: 5px;
        color: #FB8500;
    }

    .tes8-single-slider .content p {
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-20);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-28); /* 140% */
    }

    .tes8-single-slider .bottom-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 30px;
    }

        .tes8-single-slider .bottom-area .author-area {
            display: flex;
            align-items: center;
        }

            .tes8-single-slider .bottom-area .author-area .author_text {
                padding-left: 16px;
            }

                .tes8-single-slider .bottom-area .author-area .author_text a {
                    color: var(--vtc-text-title1);
                    font-size: var(--f-fs-font-20);
                    font-style: normal;
                    font-weight: var(--f-fw-semibold);
                    line-height: var(--f-fs-font-20); /* 100% */
                    transition: all 0.4s;
                }

                    .tes8-single-slider .bottom-area .author-area .author_text a:hover {
                        transition: all 0.4s;
                        color: var(--vtc-bg-main12);
                    }

                .tes8-single-slider .bottom-area .author-area .author_text p {
                    color: var(--vtc-text-pera1);
                    font-size: var(--f-fs-font-16);
                    font-style: normal;
                    font-weight: var(--f-fw-medium);
                    line-height: var(--f-fs-font-16); /* 100% */
                    padding-top: 8px;
                }

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

.tes8-slider-btns button {
    border: none;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 22px;
    background-color: var(--vtc-text-white);
    color: var(--vtc-bg-main11);
    transition: all 0.4s;
}

    .tes8-slider-btns button:hover {
        transition: all 0.4s;
        background-color: var(--vtc-bg-main11);
        color: var(--vtc-bg-white);
    }

.tes8-slider-btns .tes8-next-arrow {
    position: absolute;
    top: 50%;
    right: -100px;
    margin-top: -68px;
}

.tes8-slider-btns .tes8-prev-arrow {
    position: absolute;
    top: 50%;
    right: -100px;
    margin-top: 8px;
}

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

.tes11-single-slider-items p {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-30); /* 150% */
    text-transform: capitalize;
}

.tes11-single-slider-items .tes11-dv-top {
    width: 100%;
    height: 2px;
    background-color: var(--vtc-bg-main4);
    position: relative;
    z-index: 3;
    margin: 60px 0px 42px 0px;
    opacity: 0.2;
}

.tes11-single-slider-items .author-area {
    display: flex;
    align-items: center;
}

    .tes11-single-slider-items .author-area .author-text {
        padding-left: 16px;
    }

        .tes11-single-slider-items .author-area .author-text a {
            display: inline-block;
            color: var(--vtc-text-title1);
            font-size: var(--f-fs-font-24);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-24); /* 100% */
            text-transform: capitalize;
            transition: all 0.4s;
        }

            .tes11-single-slider-items .author-area .author-text a:hover {
                transition: all 0.4s;
                color: var(--vtc-bg-main4);
            }

        .tes11-single-slider-items .author-area .author-text p {
            color: var(--vtc-bg-main4);
            font-size: var(--f-fs-font-18);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-18); /* 100% */
            padding-top: 8px;
        }

.tes11-left-side-images {
    position: relative;
    margin-right: 30px;
    height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes11-left-side-images {
        margin-right: 0px;
        margin-bottom: 40px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .tes11-left-side-images {
        margin-right: 0px;
        margin-bottom: 40px;
        height: auto;
    }
}

.tes11-left-side-images .image img {
    width: 100%;
}

.tes11-left-side-images .review-box {
    height: 150px;
    background-color: var(--vtc-bg-main4);
    padding: 0px 24px 24px 24px;
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes11-left-side-images .review-box {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .tes11-left-side-images .review-box {
        bottom: 0;
    }
}

.tes11-left-side-images .review-box .review-image {
    position: relative;
    margin-top: -30px;
}

.tes11-left-side-images .review-box .review-starts {
    padding-top: 20px;
}

    .tes11-left-side-images .review-box .review-starts p {
        color: var(--vtc-bg-white);
        font-size: var(--f-fs-font-32);
        font-style: normal;
        font-weight: var(--f-fw-medium);
        line-height: var(--f-fs-font-32); /* 100% */
    }

    .tes11-left-side-images .review-box .review-starts .stars {
        padding-top: 8px;
    }

        .tes11-left-side-images .review-box .review-starts .stars ul li {
            color: #FFA41C;
            display: inline-block;
        }

.tes11 .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

    .tes11 .slick-dots li {
        margin: 0 0.25rem;
    }

    .tes11 .slick-dots button {
        display: block;
        width: 12px;
        height: 12px;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: rgba(21, 95, 255, 0.1176470588);
        text-indent: -9999px;
    }

    .tes11 .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
        background-color: var(--vtc-bg-main4);
    }

.tes-page-box {
    background-color: var(--vtc-bg-common-3);
    border-radius: 8px;
    padding: 24px;
    transition: all 0.4s;
}

    .tes-page-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

    .tes-page-box .stars ul {
        background-color: rgba(21, 95, 255, 0.0823529412);
        border-radius: 8px;
        padding: 6px 10px;
        display: inline-block;
        margin-top: 22px;
    }

        .tes-page-box .stars ul li {
            display: inline-block;
        }

        .tes-page-box .stars ul .star {
            color: #FFA800;
            margin-right: 2px;
        }

        .tes-page-box .stars ul .text {
            color: var(--vtc-text-title1);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 100% */
        }

    .tes-page-box .content p {
        color: var(--vtc-text-title1);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
        padding-top: 24px;
    }

    .tes-page-box .bottom-area {
        display: flex;
        align-items: center;
        padding-top: 24px;
    }

        .tes-page-box .bottom-area .author-text {
            padding-left: 16px;
        }

            .tes-page-box .bottom-area .author-text a {
                display: inline-block;
                color: var(--vtc-text-title1);
                font-size: var(--f-fs-font-20);
                font-style: normal;
                font-weight: var(--f-fw-medium);
                line-height: var(--f-fs-font-20); /* 100% */
                transition: all 0.4s;
            }

                .tes-page-box .bottom-area .author-text a:hover {
                    transition: all 0.4s;
                    color: var(--vtc-bg-main4);
                }

            .tes-page-box .bottom-area .author-text p {
                color: var(--vtc-text-pera1);
                font-size: var(--f-fs-font-18);
                font-style: normal;
                font-weight: var(--f-fw-normal);
                line-height: var(--f-fs-font-18); /* 100% */
                padding-top: 10px;
            }

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

.work1-single-slider {
    margin-top: 60px;
    position: relative;
}

    .work1-single-slider .images-all {
        position: absolute;
        height: 336px;
        width: 336px;
        left: 0;
        margin-top: 16px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work1-single-slider .images-all {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .work1-single-slider .images-all {
        width: 250px;
        left: 40px;
    }
}

.work1-single-slider .images-all .shape {
    position: absolute;
    top: 0;
    left: 0;
}

.work1-single-slider .content-area {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 50px 94px 50px 200px;
    margin-left: 160px;
    margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work1-single-slider .content-area {
        padding: 50px 50px 50px 120px;
    }
}

@media (max-width: 767px) {
    .work1-single-slider .content-area {
        padding: 290px 30px 30px 30px;
        margin-left: 0;
    }
}

.work1-single-slider .content-area .num {
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    background-color: var(--vtc-bg-main1);
}

    .work1-single-slider .content-area .num p {
        color: var(--vtc-text-title1);
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
    }

.work1-single-slider .content-area .work1-list {
    padding-top: 10px;
}

    .work1-single-slider .content-area .work1-list ul li {
        display: flex;
        align-items: center;
        padding-top: 10px;
    }

        .work1-single-slider .content-area .work1-list ul li span.check {
            display: inline-block;
            height: 20px;
            width: 20px;
            text-align: center;
            line-height: 20px;
            border-radius: 50%;
            background-color: var(--vtc-text-title1);
            font-size: 12px;
            margin-right: 6px;
            color: var(--vtc-text-white);
        }

.work1-slider-btns button {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 26px;
    color: var(--vtc-text-title1);
    border-radius: 50%;
    background-color: var(--vtc-text-white);
    border: none;
    transition: all 0.4s;
}

    .work1-slider-btns button:hover {
        transition: all 0.4s;
        background-color: var(--vtc-bg-main1);
    }

.work1-slider-btns .work1-prev-arrow {
    position: absolute;
    left: -120px;
    top: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work1-slider-btns .work1-prev-arrow {
        top: auto;
        bottom: -100px;
        left: 50%;
        margin-left: -80px;
    }
}

@media (max-width: 767px) {
    .work1-slider-btns .work1-prev-arrow {
        top: auto;
        bottom: -100px;
        left: 50%;
        margin-left: -80px;
    }
}

.work1-slider-btns .work1-next-arrow {
    position: absolute;
    right: -120px;
    top: 50%;
    margin-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work1-slider-btns .work1-next-arrow {
        top: auto;
        bottom: -100px;
        right: 50%;
        margin-right: -80px;
    }
}

@media (max-width: 767px) {
    .work1-slider-btns .work1-next-arrow {
        top: auto;
        bottom: -100px;
        right: 50%;
        margin-right: -80px;
    }
}

.work3-box {
    transition: all 0.4s;
}

    .work3-box .image {
        overflow: hidden;
        border-radius: 8px;
    }

        .work3-box .image img {
            width: 100%;
            transition: all 0.4s;
        }

    .work3-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

        .work3-box:hover .image img {
            transition: all 0.4s;
            transform: scale(1.1) rotate(2deg);
        }

.work6-items {
    position: relative;
}

.work6-single-item {
    margin-bottom: 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-box {
    position: relative;
    transition: all 0.4s;
}

    .project6-box .content-box {
        position: absolute;
        bottom: 30px;
        margin: 0px 30px;
        background-color: var(--vtc-bg-main8);
        border-radius: 8px;
        padding: 24px;
        transform: translateY(50px) scale(0.5);
        opacity: 0;
        transition: all 0.4s;
    }

        .project6-box .content-box h4 a {
            display: inline-block;
            color: var(--vtc-text-title1);
            font-size: var(--f-fs-font-24);
            font-style: normal;
            font-weight: var(--f-fw-medium);
            line-height: var(--f-fs-font-30); /* 125% */
        }

        .project6-box .content-box p {
            color: var(--vtc-text-pera1);
            font-size: var(--f-fs-font-18);
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: var(--f-fs-font-26); /* 144.444% */
            text-transform: capitalize;
        }

    .project6-box .learn {
        display: inline-block;
        overflow: hidden;
        padding-top: 16px;
        color: var(--vtc-text-title1);
        font-size: var(--f-fs-font-16);
        font-style: normal;
        font-weight: var(--f-fw-bold);
        line-height: var(--f-fs-font-16); /* 100% */
        transition: all 0.4s;
    }

        .project6-box .learn span {
            display: inline-block;
            transform: rotate(-45deg) translateX(0px) translateY(1px);
            font-size: 17px;
            transition: all 0.4s;
        }

        .project6-box .learn .arrow2 {
            transform: translateY(-8px) rotate(-45deg) translateX(-52px);
            transition: all 0.4s;
            opacity: 0;
        }

        .project6-box .learn .arrow1 {
            transition: all 0.4s;
            opacity: 1;
        }

        .project6-box .learn:hover {
            color: var(--vtc-text-title1);
            transition: all 0.4s;
        }

            .project6-box .learn:hover .arrow2 {
                transform: translateY(-12px) rotate(-45deg) translateX(-18px);
                transition: all 0.4s;
                opacity: 1;
            }

            .project6-box .learn:hover .arrow1 {
                transition: all 0.4s;
                transform: translateY(-7px) rotate(-45deg) translateX(45px);
                opacity: 0;
            }

    .project6-box:hover .content-box {
        transition: all 0.4s;
        transform: scale(1) translateY(0);
        opacity: 1;
    }

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

    .work7-box .icon {
        height: 60px;
        width: 60px;
        border: 1px solid var(--vtc-bg-white10per);
        background-color: var(--vtc-bg-white20per);
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        transition: all 0.4s;
    }

    .work7-box:hover {
        transition: all 0.4s;
        border: 1px solid var(--vtc-bg-main10);
        transform: translateY(-10px);
    }

        .work7-box:hover .icon {
            background-color: var(--vtc-text-white);
            transition: all 0.4s;
        }

.work-prosses8-box {
    text-align: center;
    margin-top: 40px;
    transition: all 0.4s;
    position: relative;
}

    .work-prosses8-box .num {
        color: #0C0723;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        height: 44px;
        width: 44px;
        border-radius: 50%;
        background-color: var(--vtc-bg-common-18);
        margin: auto;
        transition: all 0.4s;
        position: relative;
    }

        .work-prosses8-box .num::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            border: 1px solid var(--vtc-bg-common-18);
            transform: scale(1.3);
            border-radius: 50%;
        }

    .work-prosses8-box .content {
        background-color: var(--vtc-bg-common-18);
        padding: 40px 36px 36px 36px;
        text-align: center;
        border-radius: 8px;
        position: relative;
        z-index: 3;
        margin-top: 80px;
        transition: all 0.4s;
    }

        .work-prosses8-box .content::after {
            content: "";
            position: absolute;
            top: -33px;
            left: 50%;
            height: 70px;
            width: 70px;
            background-color: var(--vtc-bg-common-18);
            transition: all 0.4s;
            border-radius: 8px;
            transform: rotate(-45deg);
            margin-left: -36px;
            z-index: -1;
            transition: all 0.4s;
        }

    .work-prosses8-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

        .work-prosses8-box:hover .num {
            background-color: var(--vtc-bg-main11);
            transition: all 0.4s;
            color: var(--vtc-text-white);
        }

            .work-prosses8-box:hover .num::after {
                border: 1px solid var(--vtc-bg-main11);
                transition: all 0.4s;
                opacity: 0.5;
            }

        .work-prosses8-box:hover .content {
            background-color: var(--vtc-bg-main11);
            transition: all 0.4s;
        }

            .work-prosses8-box:hover .content h4 a {
                color: var(--vtc-text-white);
                transition: all 0.4s;
            }

            .work-prosses8-box:hover .content p {
                color: var(--vtc-text-white);
                transition: all 0.4s;
            }

            .work-prosses8-box:hover .content::after {
                transition: all 0.4s;
                background-color: var(--vtc-bg-main11);
            }

    .work-prosses8-box.add-after::after {
        content: "";
        position: absolute;
        top: 20px;
        left: 210px;
        height: 2px;
        width: 100%;
        background-image: url(../img/shapes/work8-line.png);
        z-index: -1;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-prosses8-box.add-after::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .work-prosses8-box.add-after::after {
        display: none;
    }
}

/*
 ::::::::::::::::::::::::::
  WORK AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 others AREA CSS
::::::::::::::::::::::::::
*/
.single-instagram-feed {
    margin: 0px 10px;
}

    .single-instagram-feed .image-area {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        z-index: 2;
    }

        .single-instagram-feed .image-area::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: #090B0E;
            z-index: 1;
            opacity: 0;
            transition: all 0.4s;
            transform: scale(0.7);
            border-radius: 8px;
        }

        .single-instagram-feed .image-area .insta-icon {
            display: inline-block;
            font-size: var(--f-fs-font-26);
            color: var(--vtc-text-white);
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 3;
            margin-left: -13px;
            margin-top: -17px;
            transform: scale(1.5);
            transition: all 0.4s;
            opacity: 0;
        }

    .single-instagram-feed:hover {
        transition: all 0.4s;
    }

        .single-instagram-feed:hover .image-area::after {
            transition: all 0.4s;
            opacity: 0.5;
            transform: scale(1);
        }

        .single-instagram-feed:hover .image-area .insta-icon {
            transition: all 0.4s;
            transform: scale(1);
            opacity: 1;
        }

.brads8-heading h4 {
    color: #0C0723;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 100% */
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.brands8-box {
    border-radius: 8px;
    background: var(--vtc-text-white);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
    text-align: center;
    display: flex;
    align-items: center;
    height: 87px;
    justify-content: center;
    margin-top: 30px;
    transition: all 0.4s;
}

    .brands8-box:hover {
        transition: all 0.4s;
        transform: translateY(-8px);
    }

.brands9-area h3 {
    color: #0C0723;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 100% */
    letter-spacing: -0.64px;
}

.brands9-single {
    width: 213px;
    height: 90px;
    background-color: var(--vtc-bg-common-21);
    border: 1px solid var(--vtc-bg-common-20);
    border-radius: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

    .brands9-single:hover {
        transition: all 0.4s;
        border: 1px solid var(--vtc-bg-main12);
    }

.about9-progress-area .progress-container {
    position: relative;
    margin-top: 28px;
}

    .about9-progress-area .progress-container .num {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .about9-progress-area .progress-container span strong {
        display: inline-block;
        color: #0C0723;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 100% */
        text-transform: capitalize;
    }

    .about9-progress-area .progress-container .progress {
        flex: 1;
        height: 10px;
        background-color: #eeeeee;
        border-radius: 5px;
        position: relative;
        margin-top: 16px;
    }

    .about9-progress-area .progress-container .progress-bar {
        background-color: var(--vtc-bg-main12);
        height: 10px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .about9-progress-area .progress-container .progress-thumb {
        width: 14px;
        height: 14px;
        background-color: var(--vtc-bg-main12);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(50%, -50%);
    }

.growth-box {
    text-align: center;
    transition: all 0.4s;
}

    .growth-box .num {
        color: var(--vtc-text-title2);
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 100% */
        background-color: #DFE4FF;
        height: 48px;
        width: 48px;
        text-align: center;
        line-height: 48px;
        border-radius: 50%;
        margin: auto;
    }

    .growth-box h4 {
        color: var(--vtc-text-title2);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 100% */
        padding-top: 32px;
    }

    .growth-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

.growth-box-perent {
    position: relative;
}

    .growth-box-perent::after {
        content: "";
        position: absolute;
        left: 0;
        top: 53px;
        height: 2px;
        width: 100%;
        background-color: var(--vtc-bg-common-22);
        z-index: -1;
        transform: rotateY(47deg);
    }

.categories-buttons {
    text-align: center;
}

    .categories-buttons .nav li {
        display: inline-block;
        margin: 0px 5px;
    }

        .categories-buttons .nav li button {
            color: #3D4C5E;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px; /* 100% */
            padding: 13px 20px;
            border-radius: 30px;
            background: var(--vtc-bg-common-1);
            border-radius: 30px;
        }

            .categories-buttons .nav li button.active {
                background: var(--vtc-bg-main4);
            }

.portfolio-box {
    background-color: var(--vtc-bg-common-1);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.4s;
}

    .portfolio-box .image-area {
        position: relative;
    }

        .portfolio-box .image-area .image {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
        }

            .portfolio-box .image-area .image img {
                width: 100%;
            }

            .portfolio-box .image-area .image::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: rgb(0, 0, 0);
                opacity: 0;
                transition: all 0.4s;
            }

        .portfolio-box .image-area .arrow {
            display: inline-block;
            height: 60px;
            width: 60px;
            line-height: 60px;
            text-align: center;
            font-size: 18px;
            background-color: var(--vtc-bg-main4);
            border-radius: 50%;
            color: var(--vtc-text-white);
            transform: rotate(-45deg);
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -30px;
            margin-left: -30px;
            z-index: 3;
            transition: all 0.4s;
            transform: scale(1.5);
            opacity: 0;
        }

            .portfolio-box .image-area .arrow:hover {
                transition: all 0.4s;
                background-color: var(--vtc-text-title1);
            }

    .portfolio-box .content-area {
        padding: 24px 24px 32px 24px;
    }

        .portfolio-box .content-area span {
            display: inline-block;
            color: var(--vtc-text-pera1);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px; /* 100% */
            text-transform: capitalize;
            transition: all 0.4s;
        }

        .portfolio-box .content-area a {
            display: block;
            color: var(--vtc-text-title1);
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 100% */
            padding-top: 20px;
            transition: all 0.4s;
        }

            .portfolio-box .content-area a:hover {
                transition: all 0.4s;
                color: var(--vtc-bg-main4);
            }

    .portfolio-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
        background-color: var(--vtc-text-white);
    }

        .portfolio-box:hover .image-area .image::after {
            opacity: 0.4;
            transition: all 0.4s;
        }

        .portfolio-box:hover .arrow {
            opacity: 1;
            transform: scale(1) rotate(-45deg);
            transition: all 0.4s;
        }

        .portfolio-box:hover .content-area span {
            transition: all 0.4s;
            color: var(--vtc-bg-main4);
        }

.portfolio-box2 {
    background-color: var(--vtc-text-white);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.4s;
}

    .portfolio-box2 .image-area {
        position: relative;
    }

        .portfolio-box2 .image-area .image {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
        }

            .portfolio-box2 .image-area .image img {
                width: 100%;
            }

            .portfolio-box2 .image-area .image::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: rgb(0, 0, 0);
                opacity: 0;
                transition: all 0.4s;
            }

        .portfolio-box2 .image-area .arrow {
            display: inline-block;
            height: 60px;
            width: 60px;
            line-height: 60px;
            text-align: center;
            font-size: 18px;
            background-color: var(--vtc-bg-main4);
            border-radius: 50%;
            color: var(--vtc-text-white);
            transform: rotate(-45deg);
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -30px;
            margin-left: -30px;
            z-index: 3;
            transition: all 0.4s;
            transform: scale(1.5);
            opacity: 0;
        }

            .portfolio-box2 .image-area .arrow:hover {
                transition: all 0.4s;
                background-color: var(--vtc-text-title1);
            }

    .portfolio-box2 .content-area {
        padding: 24px 24px 32px 24px;
    }

        .portfolio-box2 .content-area span {
            display: inline-block;
            color: var(--vtc-text-pera1);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px; /* 100% */
            text-transform: capitalize;
            transition: all 0.4s;
        }

        .portfolio-box2 .content-area a {
            display: block;
            color: var(--vtc-text-title1);
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 100% */
            padding-top: 20px;
            transition: all 0.4s;
        }

            .portfolio-box2 .content-area a:hover {
                transition: all 0.4s;
                color: var(--vtc-bg-main4);
            }

    .portfolio-box2:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
        background-color: var(--vtc-text-white);
    }

        .portfolio-box2:hover .image-area .image::after {
            opacity: 0.4;
            transition: all 0.4s;
        }

        .portfolio-box2:hover .arrow {
            opacity: 1;
            transform: scale(1) rotate(-45deg);
            transition: all 0.4s;
        }

        .portfolio-box2:hover .content-area span {
            transition: all 0.4s;
            color: var(--vtc-bg-main4);
        }

/*
 ::::::::::::::::::::::::::
  others AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CONTACT AREA CSS
::::::::::::::::::::::::::
*/
.contact2-form .single-input {
    margin-top: 20px;
}

    .contact2-form .single-input input, .contact2-form .single-input textarea {
        border: none;
        background-color: var(--vtc-bg-common-5);
        border-radius: 4px;
        padding: 16px;
        width: 100%;
    }

        .contact2-form .single-input input::-moz-placeholder, .contact2-form .single-input textarea::-moz-placeholder {
            color: var(--vtc-text-pera1);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: var(--f-fs-font-16); /* 100% */
        }

        .contact2-form .single-input input::placeholder, .contact2-form .single-input textarea::placeholder {
            color: var(--vtc-text-pera1);
            font-size: var(--f-fs-font-16);
            font-style: normal;
            font-weight: var(--f-fw-normal);
            line-height: var(--f-fs-font-16); /* 100% */
        }

        .contact2-form .single-input input:focus, .contact2-form .single-input textarea:focus {
            outline-color: var(--vtc-bg-main4);
            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);
        }





/*-----------------------------header top----------------------*/

.header-top {
    position: absolute;
    padding: 14px 0 14px 0;
    z-index: 5;
    width: 100%;
    /* padding-bottom: 20px; */
}

.header-top-contact ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.header-top-contact a {
    color: #fff;
    font-weight: 500;
}

    .header-top-contact a i {
        color: #fff;
    }

.header-top-middle {
    text-align: center;
}

.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 15px;
}

    .header-top-right a {
        color: #fff;
    }

.header-top-list a i {
    margin-right: 8px;
}

.header-top-link a {
    color: #fff;
    margin-right: 12px;
}

    .header-top-link a:hover {
        color: #fff;
    }

.header-top-social span {
    color: #fff;
}

.header-top-social a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 14px;
    transition: all .5s ease-in-out;
}

.header-top-contact ul li {
    list-style: none;
}

.header-top-social a:hover {
    color: #8c52ff;
}

.header-top-lang .top-lang {
    color: #fff;
}

@media all and (max-width: 1199px) {
    .header-top-contact li:first-child {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .header-top {
        /* padding-top: 12px; */
    }

    .header-top-contact ul,
    .header-top-right {
        justify-content: center;
    }
}


.header1-logo-block img {
    width: 230px;
    height: auto;
}


.menu-icon {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 47px;
    display: block;
    margin: 12px auto;
    position: relative;
}

    .menu-icon img {
        width: 30px;
        height: auto;
    }


.main-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.main-heading4 .buttons {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-------------------------------end----------------------*/


/*------------------------------lead service---------------*/
.lead-services {
    position: relative;
    margin-top: -150px;
    z-index: 2;
}

.service-card {
    background: #fff;
    padding: 0px 20px 30px;
    border-radius: 12px;
    box-shadow: 0 21px 46px rgba(0, 0, 0, 0.05);
    /* height: 100%; */
    transition: all 0.3s;
    transform: translateY(0);
}

    .service-card:after {
        background: url(https://cdn-hijcb.nitrocdn.com/DmYcnPMmhQHGxYgRgZGCOTHSNRoFlbLe/assets/images/optimized/rev-23f2394/capsicummediaworks.com/wp-content/themes/capsicum/images/takecarebg.png) no-repeat top center;
        background-size: auto;
        background-size: auto auto;
        background-size: 100%;
        margin: 0 auto 0 !important;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        content: "";
        height: 51px;
        bottom: -50px;
    }

    .service-card:hover {
        transform: translateY(-20px);
    }

.icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 5px #fff;
    position: relative;
    top: -32px;
}

    .icon-wrapper img {
        width: 40px;
        height: auto;
    }

.service-card h5 {
    font-size: 28px;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 17px;
}

.about4 {
    position: relative;
    padding: 80px 0px 0px;
}

.clients-section {
    position: relative;
    padding: 80px 0px 0px;
}

.client-logo {
    transition: transform 0.3s ease;
    position: relative;
}

    .client-logo:after {
        background: url(https://cdn-hijcb.nitrocdn.com/DmYcnPMmhQHGxYgRgZGCOTHSNRoFlbLe/assets/images/optimized/rev-23f2394/capsicummediaworks.com/wp-content/themes/capsicum/images/takecarebg.png) no-repeat top center;
        background-size: auto;
        background-size: auto auto;
        background-size: 100%;
        margin: 0 auto 0 !important;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        content: "";
        height: 51px;
        bottom: -50px;
    }

    .client-logo:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
/*-------------------------------end----------------------*/



/*----------------------------case study------------------*/
.text-orange {
    color: #f26522;
}

.case-study .btn-success {
    background-color: #4CAF50;
    border: none;
    border-radius: 25px;
    font-size: 14px;
}

.stat-box h3 {
    font-size: 40px;
}

.stat-box p {
    font-size: 18px;
}

.stat-box {
    border: 1px solid #ddd;
    padding: 24px 0px;
}

.heading-client {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}

.case-study h4 {
    font-size: 30px;
    font-weight: 600;
    /* margin-top: 20px; */
}

.customer-base-sectin-listing i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 8px;
    font-weight: 400;
    color: #e27226;
}

.customer-base-sectin-listing li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #606480;
}

.study-main {
    position: relative;
    border: 1px solid #dee2e6;
    padding: 30px;
}


    .study-main:after {
        background: url(https://cdn-hijcb.nitrocdn.com/DmYcnPMmhQHGxYgRgZGCOTHSNRoFlbLe/assets/images/optimized/rev-23f2394/capsicummediaworks.com/wp-content/themes/capsicum/images/takecarebg.png) no-repeat top center;
        background-size: auto;
        background-size: auto auto;
        background-size: 100%;
        margin: 0 auto 0 !important;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        content: "";
        height: 51px;
        bottom: -50px;
    }

.counter-number {
    font-size: 40px;
    font-weight: bold;
    color: #f26522;
}


.read-more-link {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #f26522;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 15px;
}

    .read-more-link .arrow {
        margin-left: 8px;
        font-size: 18px;
        transition: transform 0.3s ease;
    }

    .read-more-link:hover .arrow {
        transform: translateX(5px);
    }

.service10-box .image img {
    width: 80px;
    height: auto;
}
/*-----------------------------end-----------------------*/


/*-----------------------------footer--------------------*/
.vl-footer-logo img {
    width: 200px;
    height: auto;
}

.single-contact-item .icon {
    flex: none;
}

.tes10 {
    position: relative;
    padding: 80px 0px;
}

.service10 {
    position: relative;
    padding: 80px 0px 0px;
}

.case-study {
    position: relative;
    padding: 80px 0px 0px;
}

.about5 {
    position: relative;
    padding: 80px 0px 0px;
}
/*----------------------------end------------------------*/

.vl-footer-widget-black6 .vl-footer-list ul li {
    list-style: none;
}

.vl-footer-widget-black6 .vl-footer-list ul {
    padding-left: 0px;
}

.building-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whatsapp {
    display: inline-block;
    position: fixed;
    right: 17px;
    bottom: 200px;
    background: limegreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff !important;
    text-align: center;
    line-height: 65px;
    z-index: 99999999999;
    animation: ripple-out 1.5s ease-in-out infinite;
}

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

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.promo-services {
    position: relative;
    padding: 80px 0px 0px;
}

.promo-services-single {
    min-height: 396px;
    border-radius: 10px;
    box-shadow: 0px 21px 46px rgb(0 0 0/10%);
}

    .promo-services-single h3 {
        font-size: 24px;
    }

    .promo-services-single .icon {
        margin-bottom: 20px;
    }

        .promo-services-single .icon img {
            width: 70px;
            height: auto;
        }



.bredcrumb-sec {
    position: relative;
    padding: 14rem 0px 4rem;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}

.bg-gradient-primary {
    background: linear-gradient(85deg, rgb(21 37 108 / 87%) 30%, rgb(53 65 128 / 76%) 100%) !important;
}

.pb-80, .py-80 {
    padding-bottom: 60px !important;
}
/*---------------------------responsive---------------------*/
@media (max-width: 767px) {
    .main-menu {
        display: block;
    }

    .menu-icon {
        display: none;
    }

    .service-card {
        margin-bottom: 40px;
    }

    .about5 {
        padding: 0px 0px 0px;
    }

    .building-heading {
        gap: 15px;
    }

    .mb-80 {
        margin-bottom: 30px;
    }

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

    .header1-logo-block img {
        width: 156px;
        height: auto;
        margin-left: 15px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu {
        display: block;
    }

    .menu-icon {
        display: none;
    }

    .study-main img {
        width: 100%;
    }
}
/*---------------------------end----------------------------*/




/*================================================
Contact Us Area CSS
=================================================*/
.em-contact-us-area {
    position: relative;
    padding: 80px 0px;
}

.em-contact-us-inner {
    /* max-width: 1100px; */
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 21px 46px rgb(0 0 0 /10%);
}

.em-contact-us-form h3 {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 30px;
}

    .em-contact-us-form h3 span {
        font-weight: 900;
    }

.em-contact-us-form .form-group {
    margin-bottom: 18px;
    position: relative;
}

    .em-contact-us-form .form-group label {
        color: #161414;
        font-weight: 500;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }

        .em-contact-us-form .form-group label span {
            color: #ff6641;
        }

    .em-contact-us-form .form-group .form-control {
        display: inline-block;
        width: 100%;
        height: 48px;
        border: 1px solid #ECE1DE;
        background-color: #fff;
        border-radius: 5px;
        padding: 15px 20px;
        outline: 0;
        box-shadow: unset;
        letter-spacing: 0.02em;
        color: #A7A7A7;
        font-weight: 300;
        font-size: 15px;
        transition: .6s;
    }

        .em-contact-us-form .form-group .form-control::-moz-placeholder {
            color: #A7A7A7;
            -moz-transition: .6s;
            transition: .6s;
        }

        .em-contact-us-form .form-group .form-control::placeholder {
            color: #A7A7A7;
            transition: .6s;
        }

        .em-contact-us-form .form-group .form-control:focus {
            border: 1px solid #ff6641;
        }

            .em-contact-us-form .form-group .form-control:focus::-moz-placeholder {
                color: transparent;
            }

            .em-contact-us-form .form-group .form-control:focus::placeholder {
                color: transparent;
            }

    .em-contact-us-form .form-group textarea.form-control {
        min-height: 135px;
    }

.em-contact-us-form .form-cookies-consent {
    margin-bottom: 0;
}

    .em-contact-us-form .form-cookies-consent a {
        color: #ff6641;
    }

    .em-contact-us-form .form-cookies-consent [type=checkbox]:checked, .em-contact-us-form .form-cookies-consent [type=checkbox]:not(:checked) {
        display: none;
    }

        .em-contact-us-form .form-cookies-consent [type=checkbox]:checked + label, .em-contact-us-form .form-cookies-consent [type=checkbox]:not(:checked) + label {
            position: relative;
            padding-left: 30px;
            cursor: pointer;
            display: inline-block;
            margin-bottom: 0;
            color: #676767;
            font-weight: 300;
            font-size: 15px;
        }

            .em-contact-us-form .form-cookies-consent [type=checkbox]:checked + label:before, .em-contact-us-form .form-cookies-consent [type=checkbox]:not(:checked) + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 2px;
                width: 20px;
                height: 20px;
                transition: all 0.2s ease;
                background: transparent;
                border-radius: 5px;
                border: 1px solid #000;
            }

            .em-contact-us-form .form-cookies-consent [type=checkbox]:checked + label:after, .em-contact-us-form .form-cookies-consent [type=checkbox]:not(:checked) + label:after {
                content: "";
                width: 10px;
                height: 10px;
                background: #000;
                border-radius: 50px;
                position: absolute;
                top: 7.5px;
                left: 5px;
                transition: all 0.2s ease;
            }

            .em-contact-us-form .form-cookies-consent [type=checkbox]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0);
            }

            .em-contact-us-form .form-cookies-consent [type=checkbox]:checked + label:after {
                opacity: 1;
                transform: scale(1);
            }

    .em-contact-us-form .form-cookies-consent [type=checkbox]:hover + label:before {
        border-color: #ff6641;
    }

    .em-contact-us-form .form-cookies-consent [type=checkbox]:checked + label:before {
        border-color: #ff6641;
    }

.em-contact-us-form .list-unstyled li {
    font-size: 15px;
    color: #ff6641;
    margin-top: 10px;
}

.em-contact-us-form .text-danger {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}

.em-contact-us-form .em-default-btn {
    border: none;
    padding: 15px 75px;
}

.em-contact-us-info {
    padding-left: 80px;
}

    .em-contact-us-info .content {
        margin-bottom: 30px;
    }

        .em-contact-us-info .content:last-child {
            margin-bottom: 0;
        }

        .em-contact-us-info .content h3 {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .em-contact-us-info .content span {
            color: #625E5E;
            font-weight: 300;
            display: flex;
            margin-bottom: 5px;
            align-items: baseline;
        }

            .em-contact-us-info .content span:last-child {
                margin-bottom: 0;
            }

            .em-contact-us-info .content span a {
                color: #625E5E;
            }

                .em-contact-us-info .content span a:hover {
                    color: #ff6641;
                }

            .em-contact-us-info .content span b {
                color: #625E5E;
                font-weight: 700;
            }

        .em-contact-us-info .content .list {
            padding-left: 0;
            margin-bottom: 0;
        }

            .em-contact-us-info .content .list li {
                list-style-type: none;
                display: inline-block;
                margin-right: 10px;
                margin-bottom: 10px;
            }

                .em-contact-us-info .content .list li:last-child {
                    margin-right: 0;
                    margin-bottom: 0;
                }

                .em-contact-us-info .content .list li a {
                    color: #625E5E;
                    font-weight: 300;
                }

                    .em-contact-us-info .content .list li a:hover {
                        color: #ff6641;
                    }

        .em-contact-us-info .content .em-social {
            padding-left: 0;
            /* margin: 0; */
            margin-top: 20px;
        }

            .em-contact-us-info .content .em-social li {
                list-style-type: none;
                display: inline-block;
                margin-right: 30px;
            }

                .em-contact-us-info .content .em-social li:last-child {
                    margin-right: 0;
                }

                .em-contact-us-info .content .em-social li a i {
                    font-size: 20px;
                    color: #ff6641;
                    transition: .6s;
                }

                    .em-contact-us-info .content .em-social li a i:hover {
                        color: #fff;
                    }

        .em-contact-us-info .content span:last-child i {
            font-size: 16px;
            color: #ff6641;
            transition: .6s;
            margin-right: 10px;
        }

        .em-contact-us-info .content .list li i {
            font-size: 16px;
            color: #ff6641;
            transition: .6s;
        }

.em-default-btn {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff !important;
    font-weight: 500;
    background-color: #ff6641;
    transition: .6s;
}

    .em-default-btn img {
        margin-left: 5px;
        position: relative;
        top: -1px;
    }
/*================================================
Map Area CSS
=================================================*/
.em-map-area {
    overflow: hidden;
}

    .em-map-area .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

.em-map iframe {
    width: 100%;
    margin-bottom: -10px;
    height: 485px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .em-contact-us-form h3 {
        font-size: 25px;
    }

    .em-contact-us-info {
        padding-left: 0;
        margin-top: 30px;
    }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .em-contact-us-form h3 {
        font-size: 30px;
    }

    .em-contact-us-info {
        padding-left: 0;
        margin-top: 30px;
    }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .em-contact-us-info {
        padding-left: 30px;
    }
}



/*-----------------------------login---------------------------*/
.bg-image {
    background: linear-gradient(85deg, rgba(26, 44, 121, 0.8) 30%, rgba(232, 5, 102, 0.9) 100%), url('../img/about/login-bg.jpg');
    background-size: cover;
    background-position: center;
}

    .bg-image h1 {
        font-size: 54px;
        font-weight: bold;
    }

    .bg-image .lead {
        font-size: 22px;
        max-width: 700px;
    }

.form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 40px;
    background: #fff;
}

.form-box {
    width: 100%;
    max-width: 400px;
}

.btn-pink {
    background-color: #ec0e7a;
    color: #fff;
}

    .btn-pink:hover {
        background-color: #c10a65;
    }

.userlogin .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 48px;
}

.userlogin .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48px;
}

.userlogin label {
    margin-bottom: 10px;
    font-weight: 600;
}

.d-grid button {
    height: 48px;
}

.userlogin h4 {
    font-size: 30px;
    font-weight: 600;
}

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


.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .logo-wrapper img {
        max-width: 200px;
        height: auto;
    }

@media (max-width: 992px) {
    .bg-image {
        height: 300px;
        text-align: center;
        padding: 30px 20px;
    }

        .bg-image h1 {
            font-size: 32px;
        }

    .form-wrapper {
        height: auto;
        padding: 40px 20px;
    }
}

.privacy-policy {
    position: relative;
    padding: 60px 0px;
}

    .privacy-policy h3 {
        font-size: 35px;
        margin-bottom: .5rem;
        font-weight: 600;
    }

    .privacy-policy h4 {
        font-size: 22px;
        margin-bottom: .5rem;
    }

    .privacy-policy p {
        font-size: 17px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .privacy-policy ul {
        padding-left: 15px;
    }

        .privacy-policy ul li {
            font-size: 16px;
        }
/*-----------------------------end-------------------------------*/



/*-----------------------------services--------------------------*/

.our-services {
    position: relative;
    padding: 80px 0px;
}

    .our-services h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

.service-listing {
    margin-bottom: 20px;
}

    .service-listing li {
        margin-bottom: 10px;
    }
/*-------------------------------end-----------------------------*/


/*-------------------------------debt settlement------------------*/
.debt-settlement-section {
    position: relative;
    padding: 60px 0px;
}

.section-title {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 15px;
}

.section-desc {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.custom-list {
    padding-left: 20px;
    margin-top: 10px;
}

    .custom-list li {
        margin-bottom: 8px;
    }

.consultation-box {
    background-color: #fff8f8;
    border-radius: 8px;
}

    .consultation-box h4 {
        font-weight: 600;
    }

.form-control,
.form-select {
    background-color: #fdecec;
    border: none;
    font-size: 14px;
}

    .form-control:focus,
    .form-select:focus {
        box-shadow: none;
        outline: none;
        border-color: #dc3545;
    }

.btn-danger {
    background-color: #ff2d2d;
    border: none;
}

    .btn-danger:hover {
        background-color: #cc0000;
    }



/*-------------------------------end------------------------------*/


/*--------------------------------SSDI----------------------------*/
.ssdi-section {
    position: relative;
    padding: 60px 0px 0px;
}

.how-to-apply {
    position: relative;
    padding: 60px 0px 0px;
}

.SSDI-Benefits {
    position: relative;
    padding: 60px 0px;
}

.ssdi-divider {
    height: 120px;
    width: 1px;
    background-color: rgb(231 231 231);
    margin: 0 auto;
}

.ssdi-heading {
    font-size: 35px;
    font-weight: 600;
}

.ssdi-section p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}


.cobra-card {
    display: flex;
    align-items: flex-start;
    border: 1px solid #e0e0e0;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.03);
    height: 100%;
}

.cobra-number {
    font-size: 45px;
    font-weight: 700;
    color: #007199;
    margin-right: 15px;
    line-height: 1;
}

.cobra-content {
    flex: 1;
}

.cobra-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
}

.cobra-content p {
    margin: 4px 0 0;
    font-size: 16px;
    color: #4a4a4a;
}




.mva-services {
    position: relative;
    padding: 60px 0px;
}

    .mva-services h2 {
        font-size: 35px;
        font-weight: 600;
    }

    .mva-services h4 {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        margin-top: 30px;
    }

    .mva-services p {
        font-size: 16px;
        line-height: 1.8;
        color: #444;
    }

    .mva-services ul {
        margin-top: 15px;
        padding-left: 0px;
    }

        .mva-services ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 12px;
            color: #555;
        }

            .mva-services ul li strong {
                font-size: 20px;
            }

            .mva-services ul li::before {
                content: "✓";
                position: absolute;
                left: 0;
                top: 0;
                color: #1a2c79;
                font-weight: bold;
            }
/*--------------------------------END-----------------------------*/



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

    .ssdi-section {
        padding: 30px 0px 0px;
    }

    .mva-services {
        padding: 30px 0px;
    }

        .mva-services h2 {
            font-size: 26px;
            font-weight: 600;
        }

    .bredcrumb-sec {
        position: relative;
        padding: 9rem 0px 2rem;
    }

    .section-title {
        font-weight: 600;
        font-size: 26px;
    }

    .debt-settlement-section {
        padding: 30px 0px;
    }


    .ssdi-heading {
        font-size: 26px;
        font-weight: 600;
    }

    .how-to-apply {
        padding: 30px 0px 0px;
    }

    .SSDI-Benefits {
        padding: 30px 0px;
    }

    .breadcrumb {
        justify-content: center;
    }

    .privacy-policy {
        padding: 30px 0px;
    }

        .privacy-policy h3 {
            font-size: 26px;
            font-weight: 600;
        }
}

/*---------------------------------end----------------------------*/
.video-hero {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.video-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}





.video-section {
    position: relative;
    padding: 80px 0px 0px;
}

.video-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}

    .video-box video {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    pointer-events: none;
}

/* Popup Modal */
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    border-radius: 10px;
    /* overflow: hidden; */
}

.video-popup video {
    width: 100%;
    display: block;
}

.close-btn {
    position: absolute;
    top: -21px;
    right: -9px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 1000;
}

@media( max-width: 767px) {

    .video-section {
        padding: 40px 0px 0px;
    }

    .video-box {
        margin-top: 0px;
    }

    .em-contact-us-area {
        padding: 40px 0px;
    }
}










.our-services {
    padding: 80px 0px 0px;
}

.srv-btn {
    display: inline-block;
    color: var(--darkblue);
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--darkblue);
    font-weight: 500;
}

    .srv-btn:hover {
        color: var(--blue);
        border-bottom-color: var(--blue);
    }

.service-box {
    transition: 0.5s all;
    margin-top: 2rem;
}

    .service-box:hover > .service-img {
        transform: scale(1.02);
    }

    .service-box:hover > .service-text {
        transform: translateY(-30px);
    }

    .service-box:hover a {
        background-color: var(--green);
    }

.service-img {
    width: 100%;
    height: 227px;
    overflow: hidden;
    border-radius: .25rem;
    transition: 0.5s all;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

    .service-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.service-text {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: .5rem;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
    text-align: center;
    transform: translateY(-20px);
    padding: 1rem .5rem;
    position: relative;
    min-height: 160px;
    transition: 0.5s all;
}

    .service-text h4 {
        color: #000;
        font-weight: 600;
        margin: .5rem auto;
    }

    .service-text a {
        display: inline-block;
        background-color: var(--blue);
        text-align: center;
        color: #fff;
        transition: 0.5s;
        padding: .25rem .5rem;
        border-radius: .20rem;
    }


.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
