/*

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
=<::::::::::::::::::::::::::=>
  TEAM AREA CSS
=<::::::::::::::::::::::::::=>
  WORK AREA CSS
=<::::::::::::::::::::::::::=>
  OTHERS AREA CSS
=<::::::::::::::::::::::::::=>
  CONMMON AREA CSS
=<::::::::::::::::::::::::::=>
  CTA AREA CSS
=<::::::::::::::::::::::::::=>
 ANIMATION AREA CSS
=<::::::::::::::::::::::::::=>
  BUTTONS AREA CSS
=<::::::::::::::::::::::::::=>
  TYPOGRAPHY AREA CSS
=<::::::::::::::::::::::::::=>
  FOOTER AREA CSS
=<::::::::::::::::::::::::::=>
*/
/*
::::::::::::::::::::::::::
 TYPOGRAPHY AREA CSS
::::::::::::::::::::::::::
*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap");
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-white3);
    overflow-x: hidden;
}

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

.body7 {
    background-color: var(--vtc-text-title6);
    overflow-x: hidden;
}

.body9 {
    background-color: var(--vtc-text-title5);
    overflow-x: hidden;
}

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

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

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

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

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

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

p {
    padding: 0;
    margin: 0;
}

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

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

.sp {
    padding: 100px 0px;
}

.sp2 {
    padding: 120px 0px;
}

.sp3 {
    padding: 80px 0px;
}

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

.space6 {
    height: 6px;
}

.space28 {
    height: 28px;
}

.space8 {
    height: 8px;
}

.space12 {
    height: 12px;
}

.space14 {
    height: 14px;
}

.space16 {
    height: 16px;
}

.space24 {
    height: 24px;
}

.space32 {
    height: 32px;
}

.space10 {
    height: 10px;
}

.space5 {
    height: 5px;
}

.space5 {
    height: 5px;
}

@media (max-width: 767px) {
    .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;
}

@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;
    }
    .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: #111111;
    --vtc-text-title2: #0061ff;
    --vtc-text-title3: #0b1a33;
    --vtc-text-title4: #030619;
    --vtc-text-title5: #0a0a0a;
    --vtc-text-title6: #10161d;
    --vtc-text-pera1: #415069;
    --vtc-text-pera2: #5d6369;
    --vtc-text-white: #fff;
    --vtc-text-white80per: rgba(255, 255, 255, 0.8274509804);
    --vtc-bg-main1: #ffc106;
    --vtc-bg-main2: #0061ff;
    --vtc-bg-main3: var(
        --Home-Page-4-Linner-Color,
        linear-gradient(90deg, #202cd3 1.1%, #0778f9 100%)
    );
    --vtc-bg-main4: var(
        --Home-Page-4-Linner-Color,
        linear-gradient(90deg, #0778f9 1.1%, #202cd3 100%)
    );
    --vtc-bg-main5: #3a0ca3;
    --vtc-bg-main6: #4f26ac;
    --vtc-bg-main7: #408bff;
    --vtc-bg-main8: #0011b7;
    --vtc-bg-main9: linear-gradient(
        268deg,
        rgba(64, 139, 255, 0.1) 0.24%,
        rgba(10, 24, 161, 0.1) 98.24%
    );
    --vtc-bg-main10: var(
        --Home-Page-1-Main-Color,
        linear-gradient(90deg, #f7390d 0%, #fc7327 100%)
    );
    --vtc-bg-main11: var(
        --Home-Page-1-Main-Color,
        linear-gradient(90deg, #fc7327 0%, #f7390d 100%)
    );
    --vtc-bg-main12: #fc7327;
    --vtc-bg-main13: linear-gradient(180deg, #558aff 0%, #3b63fb 100%);
    --vtc-bg-main14: #3064ff;
    --vtc-bg-main15: #03c343;
    --vtc-bg-main16: #1a9cba;
    --vtc-bg-main17: #9d4edd;
    --vtc-bg-main18: #fa450d;
    --vtc-bg-common-1: rgba(0, 97, 255, 0.1);
    --vtc-bg-common-2: #f4f7fd;
    --vtc-bg-common-3: #edf2fb;
    --vtc-bg-common-4: #e5efff;
    --vtc-bg-common-5: rgba(58, 12, 163, 0.1);
    --vtc-bg-common-6: #f5f3fa;
    --vtc-bg-common-7: #061164;
    --vtc-bg-common-8: #f8fff5;
    --vtc-bg-common-9: #e6f9ec;
    --vtc-bg-common-10: #f6f8fa;
    --vtc-bg-common-11: #272e34;
    --vtc-bg-common-12: #ebdcf8;
    --vtc-bg-common-13: #ffe4dc;
    --vtc-bg-common-14: #ffece7;
    --vtc-bg-common-15: #f5edfc;
    --vtc-bg-common-16: #ede7f7;
    --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.322);
    --vtc-border-1: #dde1e9;
    --vtc-border-2: #dde0e5;
    --vtc-border-3: #e7e7e7;
    --vtc-border-4: #cff4db;
    --vtc-border-5: #ffdbd1;
    --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-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
::::::::::::::::::::::::::
*/
.heading1 span.sub-title {
    display: inline-block;
    color: var(--vtc-text-title2);
    /* 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: uppercase; */
    padding: 10px 14px;
    background-color: var(--vtc-bg-common-1);
    border-radius: 111px;
    margin-bottom: 16px;
}
.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 h4 a {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-28); /* 140% */
    transition: all 0.4s;
    display: inline-block;
}
.heading1 h4 a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main1);
}
.heading1 h4 {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-32);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-40); /* 122.222% */
}
.heading1 h3 {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-36);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-44); /* 122.222% */
}
.heading1 h3 a {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-24);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-24); /* 140% */
    transition: all 0.4s;
    display: inline-block;
}
.heading1 h3 a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main1);
}

.heading1-w 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% */
    text-transform: uppercase;
    padding: 10px 14px;
    background-color: var(--vtc-bg-white10per);
    border-radius: 111px;
    margin-bottom: 16px;
}
.heading1-w 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-52); /* 118.182% */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading1-w h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}
@media (max-width: 767px) {
    .heading1-w h2 {
        font-size: var(--f-fs-font-32);
        line-height: var(--f-fs-font-40);
    }
}
.heading1-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% */
}
@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;
    }
}

.details-video {
    padding-left: 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -80px;
}
@media (max-width: 767px) {
    .details-video {
        padding-left: 0;
        padding-top: 20px;
    }
}
.details-video .video-play-button {
    position: relative;
    z-index: 10;
    margin: 0px 10px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
@media (max-width: 767px) {
    .details-video .video-play-button {
        margin: 0px 30px 0px 0px;
    }
}
.details-video .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--vtc-bg-main1);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 0.4;
}
.details-video .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: var(--vtc-bg-main1);
    border-radius: 50%;
    transition: all 200ms;
}
.details-video .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.details-video .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 14px;
    margin-left: 7px;
    width: 0;
    height: 0;
    border-left: 13px solid var(--vtc-text-sub-title-1);
    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;
    }
}
@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;
    }
}

/*Pagination*/
.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-2);
    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-main1);
    transition: all 0.3s;
    color: var(--vtc-text-title1);
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.theme-btn1 {
    color: var(--vtc-text-title1);
    background: transparent;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 22px;
    text-transform: capitalize;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.65s ease-in-out;
    position: relative;
    z-index: 4;
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 100% */
    border-radius: 111px;
    border: none;
}
.theme-btn1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.theme-btn1:hover {
    transform: translateY(-5px);
    transition: all 0.6s;
}

.theme-btn1:hover span,
.theme-btn1:focus span {
    width: 225%;
    height: 220px;
}

/* .btn_theme_active1 {
  color: var(--vtc-text-title1);
  position: relative;
  z-index: 0;
  font-size: var(--f-fs-font-18);
  line-height: var(--f-fs-font-18);
  text-transform: uppercase;
} */
.btn_theme_active1 span {
    background: var(--vtc-text-title1);
}
/* .btn_theme_active1::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--vtc-bg-main1);
  z-index: -3;
  border-radius: 9px;
} */

.btn_theme_active1:hover,
.btn_theme_active1:focus {
    color: #fff;
}

.btn_theme_active1:hover,
.btn_theme_active1:focus {
    color: #fff;
}

.theme-btn2 {
    color: var(--vtc-text-title1);
    background: transparent;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 19px 24px;
    text-transform: capitalize;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.65s ease-in-out;
    position: relative;
    z-index: 4;
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 100% */
    border-radius: 111px;
    border: none;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .theme-btn2 {
        margin-left: 0;
        margin-top: 16px;
        margin-right: 30px;
    }
}
.theme-btn2 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.theme-btn2:hover {
    transform: translateY(-5px);
    transition: all 0.6s;
}

.theme-btn2:hover span,
.theme-btn2:focus span {
    width: 225%;
    height: 220px;
}

.btn_theme_active2 {
    color: var(--vtc-text-title1);
    position: relative;
    z-index: 0;
    font-size: var(--f-fs-font-18);
    line-height: var(--f-fs-font-18);
    text-transform: uppercase;
}
.btn_theme_active2 span {
    background: var(--vtc-text-title1);
}
.btn_theme_active2::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--vtc-bg-white);
    z-index: -3;
    border-radius: 9px;
}

.btn_theme_active2:hover,
.btn_theme_active2:focus {
    color: #fff;
}

.btn_theme_active2:hover,
.btn_theme_active2:focus {
    color: #fff;
}

.learn_btn1 {
    color: var(--vtc-text-title1);
    background: transparent;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    text-transform: capitalize;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.65s ease-in-out;
    position: relative;
    z-index: 4;
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 100% */
    border-radius: 111px;
    border: none;
}
.learn_btn1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.learn_btn1:hover {
    transition: all 0.6s;
}

.learn_btn1:hover span,
.learn_btn1:focus span {
    width: 225%;
    height: 220px;
}

.learn1_active1 {
    color: var(--vtc-text-title1);
    position: relative;
    z-index: 0;
    font-size: var(--f-fs-font-18);
    line-height: var(--f-fs-font-18);
    text-transform: uppercase;
}
.learn1_active1 span {
    background: var(--vtc-text-title1);
}
.learn1_active1::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--vtc-bg-main1);
    z-index: -3;
    border-radius: 9px;
}

.learn1_active1:hover,
.btn_theme_active1:focus {
    color: #fff;
}

.learn1_active1:hover,
.btn_theme_active1:focus {
    color: #fff;
}

.learn_btn2 {
    color: var(--vtc-text-title1);
    background: transparent;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    text-transform: capitalize;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.65s ease-in-out;
    position: relative;
    z-index: 4;
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 100% */
    border-radius: 111px;
    border: none;
}
.learn_btn2 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.learn_btn2:hover {
    transition: all 0.6s;
}

.learn_btn2:hover span,
.learn_btn2:focus span {
    width: 225%;
    height: 220px;
}

.learn2_active2 {
    color: var(--vtc-text-title1);
    position: relative;
    z-index: 0;
    font-size: var(--f-fs-font-18);
    line-height: var(--f-fs-font-18);
    text-transform: uppercase;
}
.learn2_active2 span {
    background: var(--vtc-bg-main1);
}
.learn2_active2::after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--vtc-bg-common-4);
    z-index: -3;
    border-radius: 9px;
}

.learn2_active2:hover {
    color: var(--vtc-text-title1);
}

/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta1 .cta1-form-area form {
    margin-top: 30px;
}
.cta1 .cta1-form-area form input {
    padding: 20px;
    border-radius: 111px;
    border: none;
    background-color: var(--vtc-bg-white);
    width: 100%;
}
.cta1 .cta1-form-area form input:focus {
    outline: none;
}
.cta1 .cta1-form-area 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% */
}
.cta1 .cta1-form-area 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% */
}
.cta1 .cta1-form-area form .button {
    position: absolute;
    top: 5px;
    right: 5px;
}
.cta1 .bg-area {
    border-radius: 16px;
    position: relative;
}
.cta1 .bg-area .heading1-w {
    padding: 60px 0px 60px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1 .bg-area .heading1-w {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .cta1 .bg-area .heading1-w {
        padding: 30px;
    }
}
.cta1 .cta1-boxs-area {
    height: 350px;
}
@media (max-width: 767px) {
    .cta1 .cta1-boxs-area {
        height: 550px;
    }
}
.cta1 .cta1-boxs-area .cta1-box {
    height: 270px;
    width: 270px;
    border-radius: 50%;
    border: 1px solid var(--vtc-bg-white10per);
    background-color: var(--vtc-bg-white10per);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.cta1 .cta1-boxs-area .cta1-box p {
    border: 1px solid var(--vtc-bg-white10per);
    background-color: var(--vtc-bg-white10per);
    border-radius: 8px;
    padding: 6px 10px;
    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% */
    display: inline-block;
}
.cta1 .cta1-boxs-area .cta1-box h3 {
    color: var(--Home-Page-2-Main-Color, #ffc106);
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 107.143% */
    padding: 16px 0px;
}
.cta1 .cta1-boxs-area .cta1-box.box1 {
    position: absolute;
    left: 120px;
    top: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1 .cta1-boxs-area .cta1-box.box1 {
        left: 60px;
    }
}
@media (max-width: 767px) {
    .cta1 .cta1-boxs-area .cta1-box.box1 {
        left: 60px;
    }
}
.cta1 .cta1-boxs-area .cta1-box.box2 {
    position: absolute;
    right: 60px;
    bottom: -15px;
}
@media (max-width: 767px) {
    .cta1 .cta1-boxs-area .cta1-box.box2 {
        bottom: 15px;
    }
}

/*
 ::::::::::::::::::::::::::
  CTA AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero1 {
    /* min-height: 768px; */
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    /* display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1; */
}
.hero1 .images {
    position: relative;
    /* height: 570px; */
    margin-left: 50px;
    text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .images {
        margin-left: 0;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .hero1 .images {
        margin-left: 0;
        margin-top: 40px;
    }
}
.hero1 .shape1 {
    position: absolute;
    top: 0;
    left: 0;
}
.hero1 .shape2 {
    position: absolute;
    top: 0;
    right: 0;
}
.hero1 .shape3 {
    position: absolute;
    bottom: 0;
    left: 300px;
}
.hero1 .shape4 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .shape4 {
        display: none;
    }
}
@media (max-width: 767px) {
    .hero1 .shape4 {
        display: none;
    }
}
.hero1 .shape5 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .shape5 {
        display: none;
    }
}
@media (max-width: 767px) {
    .hero1 .shape5 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-heading1 {
        padding-top: 100px;
    }
}
@media (max-width: 767px) {
    .main-heading1 {
        padding-top: 100px;
    }
}
.main-heading1 span.sub-title {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 100% */
    text-transform: uppercase;
    background-color: var(--vtc-bg-white10per);
    padding: 10px 16px;
    border-radius: 111px;
    margin-bottom: 16px;
}
.main-heading1 h1 {
    color: var(--vtc-text-white);
    /* font-size: var(--f-fs-font-56);
  font-style: normal; */
    font-weight: var(--f-fw-semibold);
    /*line-height: var(--f-fs-font-60); /* 107.143% * /*/
}
@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-normal);
    line-height: var(--f-fs-font-26); /* 144.444% */
    padding-top: 16px;
}

.inner-hero1 {
    min-height: 560px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.inner-hero1 .sec-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.inner-hero1 .images {
    text-align: end;
    margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-hero1 .images {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .inner-hero1 .images {
        margin-bottom: 50px;
        text-align: start;
    }
}
.inner-hero1 .main-heading1 {
    margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-hero1 .main-heading1 {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .inner-hero1 .main-heading1 {
        margin-top: 0;
    }
}

.breadcrumbs-pages {
    margin-top: 16px;
}
.breadcrumbs-pages ul li {
    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-24); /* 100% */
    display: inline-block;
}
.breadcrumbs-pages ul li.angle {
    margin: 0px 5px;
}
.breadcrumbs-pages ul li 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-24); /* 100% */
}
/*
 ::::::::::::::::::::::::::
  BACKGROUNDS AREA CSS
 ::::::::::::::::::::::::::
 */
.sec-bg6 {
    background-color: var(--vtc-bg-common-10);
}

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

.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
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  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-white1);
    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-white1);
    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;
}
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
.details-single-posts .image img {
    width: 100%;
}
.details-single-posts .content-details-area {
    padding-top: 24px;
}
.details-single-posts .content-details-area ul li {
    display: inline-block;
}
.details-single-posts .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;
}
.details-single-posts .content-details-area ul .date {
    margin-left: 30px;
}
.details-single-posts .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;
}
.details-single-posts .content-details-area ul .date a img {
    transform: translateY(-3px);
}
.details-single-posts .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;
}
.details-single-posts .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;
}
.details-single-posts .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-2);
    margin: 40px 0px;
}

.details-social-tags .tags-area ul li {
    display: inline-block;
}
.details-social-tags .tags-area 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-area ul li 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;
    margin-left: 20px;
}
.details-social-tags .social-icons {
    text-align: end;
}
.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-2);
    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-main1);
    transform: translateY(-5px);
}

.details-single-comment {
    border-radius: 8px;
    background: var(--vtc-bg-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
    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 {
    color: var(--vtc-text-title4);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-16); /* 100% */
    text-transform: capitalize;
    transition: all 0.4s;
}
.details-single-comment .top-area .reply:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main2);
}
.details-single-comment .top-area .author-area {
    display: flex;
    align-items: center;
}
.details-single-comment .top-area .author-area .heading {
    padding-left: 16px;
}
.details-single-comment .top-area .author-area .heading .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;
}
.details-single-comment .top-area .author-area .heading .date img {
    transform: translateY(-3px);
    margin-right: 2px;
}
.details-single-comment .top-area .author-area .heading h4 a {
    display: inline-block;
    color: var(--vtc-text-title4);
    font-size: var(--f-fs-font-20);
    font-style: normal;
    font-weight: 500;
    line-height: var(--f-fs-font-20); /* 100% */
    padding-top: 8px;
}

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

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG SIDEBAR AREA CSS
::::::::::::::::::::::::::
*/
.details-sidebar {
    position: sticky;
    top: 120px;
    left: 0;
}
.details-sidebar ._sidebar-widget {
    background-color: var(--vtc-bg-common-2);
    border-radius: 8px;
    padding: 28px 24px;
}
.details-sidebar ._sidebar-widget h3 {
    color: var(--vtc-text-title3);
    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;
}
.details-sidebar ._sidebar-widget ._search-form {
    position: relative;
}
.details-sidebar ._sidebar-widget ._search-form input {
    padding: 18px;
    border-radius: 8px;
    border: none;
    width: 100%;
}
.details-sidebar ._sidebar-widget ._search-form input:focus {
    outline: none;
}
.details-sidebar ._sidebar-widget ._search-form input::-moz-placeholder {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-16); /* 100% */
}
.details-sidebar ._sidebar-widget ._search-form input::placeholder {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-16); /* 100% */
}
.details-sidebar ._sidebar-widget ._search-form button {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-18);
    background: none;
    border: none;
    position: absolute;
    right: 16px;
    top: 17px;
}
.details-sidebar ._sidebar-widget ._category-list {
    padding-top: 8px;
}
.details-sidebar ._sidebar-widget ._category-list ul li {
    margin-bottom: 18px;
}
.details-sidebar ._sidebar-widget ._category-list ul li a {
    display: inline-flex;
    justify-content: space-between;
    background-color: var(--vtc-bg-white);
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    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% */
    text-transform: uppercase;
    transition: all 0.4s;
}
.details-sidebar ._sidebar-widget ._category-list ul li a:hover {
    transition: all 0.4s;
    background-color: var(--vtc-bg-main2);
    color: var(--vtc-bg-white);
}
.details-sidebar ._sidebar-widget ._category-list ul li:nth-last-child(1) {
    margin-bottom: 0;
}
.details-sidebar ._sidebar-widget ._tags-area ul li {
    display: inline-block;
}
.details-sidebar ._sidebar-widget ._tags-area ul li a {
    color: var(--vtc-text-title4);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-16); /* 100% */
    padding: 12px 16px;
    border-radius: 8px;
    background-color: var(--vtc-bg-white);
    display: inline-block;
    margin: 7px 7px 7px 0;
    transition: all 0.4s;
}
.details-sidebar ._sidebar-widget ._tags-area ul li a:hover {
    transition: all 0.4s;
    background-color: var(--vtc-bg-main2);
    color: var(--vtc-bg-white);
}
.details-sidebar ._sidebar-widget ._recent-post-box .recent-post-single {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.details-sidebar
    ._sidebar-widget
    ._recent-post-box
    .recent-post-single:nth-last-child(1) {
    margin-bottom: 0px;
}
.details-sidebar ._sidebar-widget ._recent-post-box .recent-post-single .image {
    width: 120px;
}
.details-sidebar
    ._sidebar-widget
    ._recent-post-box
    .recent-post-single
    .image
    img {
    width: 100%;
}
.details-sidebar
    ._sidebar-widget
    ._recent-post-box
    .recent-post-single
    .content {
    padding-left: 16px;
}
.details-sidebar
    ._sidebar-widget
    ._recent-post-box
    .recent-post-single
    .content
    h5
    a {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-22); /* 137.5% */
    display: inline-block;
    padding-top: 10px;
    transition: all 0.4s;
}
.details-sidebar
    ._sidebar-widget
    ._recent-post-box
    .recent-post-single
    .content
    h5
    a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main2);
}
.details-sidebar
    ._sidebar-widget
    ._recent-post-box
    .recent-post-single
    .content
    .date {
    display: inline-block;
    color: var(--vtc-text-pera1);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: 14px; /* 100% */
}
.details-sidebar
    ._sidebar-widget
    ._recent-post-box
    .recent-post-single
    .content
    .date
    img {
    transform: translateY(-3px);
    margin-right: 5px;
}

/*
::::::::::::::::::::::::::
 BLOG SIDEBAR AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 1 CSS
::::::::::::::::::::::::::
*/
.vl-footer-area1 {
    padding-top: 80px;
    position: relative;
    z-index: 2;
}
.vl-footer-area1 .sec-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.vl-footer-area1 .sec-shape2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.vl-copyright1 {
    padding: 16px 0px;
}
.vl-copyright1._dv-top {
    border-top: 1px solid var(--vtc-border-1);
}
.vl-copyright1 .payment-options {
    text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-copyright1 .payment-options {
        text-align: start;
        margin-top: 16px;
    }
}
@media (max-width: 767px) {
    .vl-copyright1 .payment-options {
        text-align: start;
        margin-top: 16px;
    }
}
.vl-copyright1 .payment-options a {
    display: inline-block;
    margin-left: 3px;
    transition: all 0.4s;
}
.vl-copyright1 .payment-options a:hover {
    transition: all 0.4s;
    transform: scale(0.9);
}
.vl-copyright1 p {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-16); /* 100% */
}

.vl-footer-social a {
    display: inline-block;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    background-color: var(--vtc-bg-white);
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    margin-right: 4px;
    transition: all 0.4s;
}
.vl-footer-social a:hover {
    transition: all 0.4s;
    background-color: var(--vtc-bg-main1);
    transform: translateY(-5px);
}

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

.vl-footer-subscribe form {
    margin-top: 30px;
}
.vl-footer-subscribe form input {
    padding: 20px;
    border-radius: 111px;
    border: none;
    background-color: var(--vtc-bg-white);
    width: 100%;
}
.vl-footer-subscribe form input:focus {
    outline: none;
}
.vl-footer-subscribe 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% */
}
.vl-footer-subscribe 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% */
}
.vl-footer-subscribe form .button {
    position: absolute;
    top: 5px;
    right: 5px;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA 1 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA 1 CSS
::::::::::::::::::::::::::
*/

.vl-footer-social2 a {
    display: inline-block;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    background-color: var(--vtc-bg-white);
    color: var(--vtc-text-title1);
    font-size: var(--f-fs-font-18);
    margin-right: 4px;
    transition: all 0.4s;
    position: relative;
    z-index: 2;
}
.vl-footer-social2 a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    background: var(--vtc-bg-main3);
    opacity: 0;
    transition: all 0.4s;
}
.vl-footer-social2 a:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
    color: var(--vtc-bg-white);
}
.vl-footer-social2 a:hover::after {
    transition: all 0.4s;
    opacity: 1;
}
/*
::::::::::::::::::::::::::
 HEADER AREA 1 CSS
::::::::::::::::::::::::::
*/
.header1-top {
    background-color: var(--vtc-bg-white10per);
    padding: 16px 0px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.header1-top .header-top-contact {
    display: flex;
    align-items: center;
}
.header1-top .header-top-contact .icon img {
    margin-top: -2px;
    margin-right: 4px;
}
.header1-top .header-top2-contacts {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-contact-wedget a {
    position: relative;
}
.header-contact-wedget a img {
    transform: translateY(-2px);
}
.header-contact-wedget a:nth-last-child(1)::after {
    content: "";
    position: absolute;
    top: 0;
    left: -19px;
    height: 20px;
    width: 2px;
    background-color: var(--vtc-border-1);
}

.header-tranperent {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

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

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

.header1-logo-white {
    display: none;
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dark-mode .header1-logo-white {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .dark-mode .header1-logo-white {
        display: inline-block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dark-mode .header1-logo-block {
        display: none;
    }
}
@media (max-width: 767px) {
    .dark-mode .header1-logo-block {
        display: none;
    }
}

/*
::::::::::::::::::::::::::
 HEADER AREA 1 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 2 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 2 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 3 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 3 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 4 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 4 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 5 CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA 5 CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  NAV MENU 1 CSS
 ::::::::::::::::::::::::::
 */
.vl-header-area1 {
    top: 50px;
}
@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 {
    background-color: var(--vtc-bg-white10per);
    border-radius: 30px;
    border: 1px solid var(--vtc-bg-white10per);
    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);
}
.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: -450px;
    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-title-1);
}
@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-white) !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;
}
.vl-header-area1 .vl-home-thumb a.text:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main1) !important;
}
.vl-header-area1 .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 40%;
    margin-top: -25px;
}
.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-bg-main2);
}
.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-main2);
    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(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    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(--ztc-text-text-1);
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--vtc-text-title-1);
    border: 1px solid var(--vtc-text-white);
    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-white);
}
.vl-offcanvas .vl-offcanvas-info h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-info a {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social a {
    color: var(--vtc-text-white);
    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-white);
    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-white);
}
.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-white);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    background: transparent;
    color: var(--vtc-text-white);
    border-radius: 4px;
}
.vl-menu-close i {
    transition: 0.3s;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 2 CSS
 ::::::::::::::::::::::::::
 */

@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-offcanvas {
    position: fixed;
    background: var(--vtc-bg-main2);
    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(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    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(--ztc-text-text-1);
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--vtc-text-title-1);
    border: 1px solid var(--vtc-text-white);
    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-white);
}
.vl-offcanvas .vl-offcanvas-info h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-info a {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social a {
    color: var(--vtc-text-white);
    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-white);
    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-white);
}
.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-white);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    background: transparent;
    color: var(--vtc-text-white);
    border-radius: 4px;
}
.vl-menu-close i {
    transition: 0.3s;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 2 CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  NAV MENU 3 CSS
 ::::::::::::::::::::::::::
 */

@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-offcanvas {
    position: fixed;
    background: var(--vtc-bg-main6);
    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(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    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(--ztc-text-text-1);
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--vtc-text-title-1);
    border: 1px solid var(--vtc-text-white);
    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-white);
}
.vl-offcanvas .vl-offcanvas-info h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-info a {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social a {
    color: var(--vtc-text-white);
    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-white);
    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-white);
}
.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-white);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    background: transparent;
    color: var(--vtc-text-white);
    border-radius: 4px;
}
.vl-menu-close i {
    transition: 0.3s;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 3 CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  NAV MENU 4 CSS
 ::::::::::::::::::::::::::
 */

@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-offcanvas {
    position: fixed;
    background: var(--vtc-bg-main8);
    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(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    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(--ztc-text-text-1);
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--vtc-text-title-1);
    border: 1px solid var(--vtc-text-white);
    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-white);
}
.vl-offcanvas .vl-offcanvas-info h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-info a {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social a {
    color: var(--vtc-text-white);
    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-white);
    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-white);
}
.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-white);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    background: transparent;
    color: var(--vtc-text-white);
    border-radius: 4px;
}
.vl-menu-close i {
    transition: 0.3s;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 4 CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  NAV MENU 4 CSS
 ::::::::::::::::::::::::::
 */

@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-offcanvas {
    position: fixed;
    background: var(--vtc-bg-main2);
    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(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    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(--ztc-text-text-1);
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--vtc-text-title-1);
    border: 1px solid var(--vtc-text-white);
    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-white);
}
.vl-offcanvas .vl-offcanvas-info h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-info a {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social a {
    color: var(--vtc-text-white);
    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-white);
    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-white);
}
.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-white);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    background: transparent;
    color: var(--vtc-text-white);
    border-radius: 4px;
}
.vl-menu-close i {
    transition: 0.3s;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 4 CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  NAV MENU 6 CSS
 ::::::::::::::::::::::::::
 */

@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-offcanvas {
    position: fixed;
    background: var(--vtc-bg-main2);
    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(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    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(--ztc-text-text-1);
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--vtc-text-title-1);
    border: 1px solid var(--vtc-text-white);
    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-white);
}
.vl-offcanvas .vl-offcanvas-info h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-info a {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social a {
    color: var(--vtc-text-white);
    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-white);
    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-white);
}
.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-white);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    background: transparent;
    color: var(--vtc-text-white);
    border-radius: 4px;
}
.vl-menu-close i {
    transition: 0.3s;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 6 CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  NAV MENU 6 CSS
 ::::::::::::::::::::::::::
 */

@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-offcanvas {
    position: fixed;
    background: var(--vtc-bg-main2);
    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(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    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(--ztc-text-text-1);
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--vtc-text-title-1);
    border: 1px solid var(--vtc-text-white);
    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-white);
}
.vl-offcanvas .vl-offcanvas-info h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-info a {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social h4 {
    color: var(--vtc-text-white);
}
.vl-offcanvas .vl-offcanvas-social a {
    color: var(--vtc-text-white);
    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-white);
    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-white);
}
.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-white);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    background: transparent;
    color: var(--vtc-text-white);
    border-radius: 4px;
}
.vl-menu-close i {
    transition: 0.3s;
}

/*
 ::::::::::::::::::::::::::
  NAV MENU 6 CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  NAV MENU 8 CSS
 ::::::::::::::::::::::::::
 */

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

@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 ===============*/
/*
 ::::::::::::::::::::::::::
  NAV MENU 9 CSS
 ::::::::::::::::::::::::::
 */

@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 ===============*/
/*
 ::::::::::::::::::::::::::
  NAV MENU 9 CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  ABOUT AREA CSS
 ::::::::::::::::::::::::::
 */

.circle-progress-area1 .progresbar {
    position: relative;
    text-align: center;
    height: 150px;
    margin-top: 40px;
}
.circle-progress-area1 .progresbar .progressbar {
    position: relative;
    height: 100px;
}
.circle-progress-area1 .progresbar .progressbar .progress-number {
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -18px;
    color: var(--vtc-text-title4);
    text-align: center;
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 100% */
}
.circle-progress-area1 .progresbar p {
    color: var(--vtc-text-title4);
    text-align: center;
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 100% */
}

/*
 ::::::::::::::::::::::::::
  ABOUT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
.service1 {
    z-index: 2;
    overflow: hidden;
}
.service1 .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service1 .shape2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.service1-box {
    background-color: var(--vtc-bg-white);
    border-radius: 8px;
    padding: 32px;
    transition: all 0.4s;
}
.service1-box .icon {
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background-color: var(--vtc-bg-common-3);
}
.service1-box .icon img {
    transition: all 0.4s;
}
.service1-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}
.service1-box:hover .icon {
    transition: all 0.4s;
}
.service1-box:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}
.service1-box.add-shadow {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}

.service-page-faq .faq-page-image {
    position: relative;
    z-index: 1;
}
.service-page-faq .faq-page-image .shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*
 ::::::::::::::::::::::::::
  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-2);
    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-main1);
}
.faq-page-sec .faq-tab-buttons .nav li button.active {
    transition: all 0.4s;
    background-color: var(--vtc-bg-main1);
}

.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-common-2);
}
.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-main2);
}
@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-main2);
}
.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;
}

/*
 ::::::::::::::::::::::::::
  FAQ AREA CSS
 ::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
.work1-box {
    margin: 0px 40px;
    transition: all 0.4s;
    position: relative;
}
.work1-box .icon {
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    background-color: var(--vtc-bg-common-3);
    margin: auto;
}
.work1-box .icon img {
    transition: all 0.4s;
}
.work1-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}
.work1-box:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}
.work1-box .arrow-shape1 {
    position: absolute;
    top: 30px;
    right: -130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work1-box .arrow-shape1 {
        display: none;
    }
}
@media (max-width: 767px) {
    .work1-box .arrow-shape1 {
        display: none;
    }
}

/*
 ::::::::::::::::::::::::::
  WORK AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 others AREA CSS
::::::::::::::::::::::::::
*/
.brands-heading h5 {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    text-transform: capitalize;
}
.brands-heading .stars-area {
    padding-top: 20px;
}
.brands-heading .stars-area ul li {
    display: inline-block;
}
.brands-heading .stars-area ul li.text {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
    text-transform: capitalize;
}
.brands-heading .stars-area ul li.text img {
    margin: 0px 6px;
}
.brands-heading .stars-area ul li.review-text1 {
    margin-right: 10px;
    position: relative;
}
.brands-heading .stars-area ul li.review-text1::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 5px;
    height: 12px;
    width: 2px;
    background-color: var(--vtc-text-pera2);
    opacity: 0.5;
}

.data-center1 {
    padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .data-center1 {
        padding-bottom: 120px;
    }
}

.prg-text2 {
    color: var(--vtc-bg-white) !important;
    font-size: var(--f-fs-font-18) !important;
    font-style: normal;
    font-weight: var(--f-fw-semibold) !important;
    line-height: var(--f-fs-font-18) !important; /* 100% */
    padding-top: 16px;
}

.prg-text {
    color: var(--vtc-text-title5) !important;
    font-size: var(--f-fs-font-18) !important;
    font-style: normal;
    font-weight: var(--f-fw-semibold) !important;
    line-height: var(--f-fs-font-18) !important; /* 100% */
    padding-top: 12px;
}

/*
 ::::::::::::::::::::::::::
  others AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CONTACT AREA CSS
::::::::::::::::::::::::::
*/
.contact-sec-single-bx {
    background-color: var(--vtc-bg-common-2);
    padding: 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    transition: all 0.4s;
}
.contact-sec-single-bx:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}
.contact-sec-single-bx .icon {
    background-color: var(--vtc-bg-main2);
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.contact-sec-single-bx .heading {
    padding-left: 16px;
}
.contact-sec-single-bx .heading h4 {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-18);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-18); /* 100% */
}
.contact-sec-single-bx .heading a {
    color: var(--vtc-text-pera1);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-medium);
    line-height: var(--f-fs-font-16); /* 100% */
    display: inline-block;
    padding-top: 10px;
    transition: all 0.4s;
}
.contact-sec-single-bx .heading a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main2);
}

.contact-page-sec .images {
    margin-right: 50px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}
.contact-page-sec .images .shape {
    position: absolute;
    top: 60px;
    right: 50px;
    z-index: -1;
    transform: scale(1.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-page-sec .images .shape {
        display: none;
    }
}
@media (max-width: 767px) {
    .contact-page-sec .images .shape {
        display: none;
    }
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
 ::::::::::::::::::::::::::
  PRICING AREA CSS
 ::::::::::::::::::::::::::
 */
@media (max-width: 767px) {
    .compear-pricing-section-area {
        padding: 50px 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .compear-pricing-section-area {
        padding: 50px 0 50px;
    }
}
.compear-pricing-section-area .compear-header {
    margin-bottom: 60px;
}
.compear-pricing-section-area .compear-header h2 {
    text-align: center;
    font-style: normal;
    line-height: 54px;
}
@media (max-width: 767px) {
    .compear-pricing-section-area .compear-header h2 {
        font-size: 24px;
    }
}
.compear-pricing-section-area .compear-table {
    position: relative;
}
@media (max-width: 767px) {
    .compear-pricing-section-area .compear-table {
        overflow-y: scroll;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .compear-pricing-section-area .compear-table {
        overflow-y: scroll;
    }
}
.compear-pricing-section-area .compear-table ul {
    position: absolute;
    top: 30px;
    left: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .compear-pricing-section-area .compear-table ul {
        top: 65px;
    }
}
@media (max-width: 767px) {
    .compear-pricing-section-area .compear-table ul {
        top: 3px;
    }
}
.compear-pricing-section-area .compear-table ul li {
    cursor: pointer;
}
.compear-pricing-section-area .compear-table ul li button {
    font-style: normal;
    line-height: 16px;
    text-transform: capitalize;
    padding: 10px;
    border-radius: 2px;
    margin: 0 0 0 12px;
    cursor: pointer;
}
.compear-pricing-section-area .compear-table ul li button.nav-link.active {
    cursor: pointer;
}
.compear-pricing-section-area .compear-table .comparison {
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    background: blue;
}
@media (max-width: 767px) {
    .compear-pricing-section-area .compear-table .comparison {
        overflow-y: scroll;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .compear-pricing-section-area .compear-table .comparison {
        overflow-y: scroll;
    }
}
.compear-pricing-section-area .compear-table .comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}
@media (max-width: 767px) {
    .compear-pricing-section-area .compear-table .comparison table {
        width: 800px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .compear-pricing-section-area .compear-table .comparison table {
        width: 1200px;
    }
}
.compear-pricing-section-area .compear-table .comparison td p.infor {
    font-weight: var(--f-fw-normal);
    font-size: var(--f-fs-font-16);
}
.compear-pricing-section-area .compear-table .comparison td.highlight {
    background-color: var(--vtc-bg-main2);
}
.compear-pricing-section-area .compear-table .comparison td.highlight p {
    color: var(--vtc-text-white);
}
.compear-pricing-section-area .compear-table .comparison td,
.compear-pricing-section-area .compear-table .comparison th {
    border-right: 1px solid var(--vtc-border-2);
    empty-cells: show;
    padding: 20px 20px;
    border-top: 1px solid var(--vtc-border-2);
    border-bottom: 1px solid var(--vtc-border-2);
    border: 1px solid var(--vtc-border-2);
    background: var(--vtc-bg-common-2);
    color: var(--vtc-text-title3);
    font-style: normal;
    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% */
}
.compear-pricing-section-area
    .compear-table
    .comparison
    tbody
    tr:nth-child(odd) {
    display: none;
}
.compear-pricing-section-area .compear-table .comparison .compare-row {
    background: #f7f7f7;
}
.compear-pricing-section-area .compear-table .comparison th {
    font-weight: normal;
    padding: 0;
}
.compear-pricing-section-area .compear-table .comparison tr td:first-child {
    text-align: left;
}
.compear-pricing-section-area .compear-table .comparison .product,
.compear-pricing-section-area .compear-table .comparison .tl {
    padding: 10px;
}
.compear-pricing-section-area .compear-table .comparison .tl2 {
    border-right: 0;
}
.compear-pricing-section-area .compear-table .comparison .product {
    background: blueviolet;
    height: 40px;
    font-size: 1.6em;
}
.compear-pricing-section-area .compear-table .comparison .price-now {
    padding: 24px 30px;
    text-align: center;
    position: relative;
}
.compear-pricing-section-area .compear-table .comparison .price-now.highlight {
    background: var(--vtc-bg-main2);
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now.highlight
    .price-now-area
    span {
    color: var(--vtc-text-white);
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now.highlight
    .price-now-area
    p {
    color: var(--vtc-text-white80per);
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now.highlight
    .price-now-area
    h2 {
    color: var(--vtc-text-white);
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now.highlight
    .price-now-area
    h2
    span {
    color: var(--vtc-text-white);
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now
    .consulting2 {
    position: absolute;
    top: -10%;
    left: 25%;
    right: 25%;
}
.compear-pricing-section-area .compear-table .comparison .price-now img {
    top: 18px;
    left: -45px;
}
.compear-pricing-section-area .compear-table .comparison .price-now p {
    color: gray;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    position: absolute;
    top: 65%;
    left: 160px;
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now
    .creat-button {
    border-radius: 4px;
    padding: 10px;
    font-size: 20px;
    margin: 0;
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now
    .creat-button:after {
    border-radius: 4px;
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now
    .price-now-area
    span {
    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% */
    display: inline-block;
    margin-bottom: 16px;
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now
    .price-now-area
    h2 {
    color: var(--vtc-text-title3);
    font-size: var(--f-fs-font-44);
    font-style: normal;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-54); /* 122.727% */
}
@media (max-width: 767px) {
    .compear-pricing-section-area
        .compear-table
        .comparison
        .price-now
        .price-now-area
        h2 {
        line-height: 32px;
    }
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now
    .price-now-area
    h2
    span {
    line-height: 20px;
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now
    .price-now-area
    p {
    color: var(--vtc-text-pera2);
    font-size: var(--f-fs-font-16);
    font-style: normal;
    font-weight: var(--f-fw-normal);
    line-height: var(--f-fs-font-24); /* 150% */
    position: relative !important;
    left: 0;
    top: 0;
    margin-top: 0;
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now
    .price-now-area
    .creat-button {
    padding: 18px 24px;
    margin-top: 24px;
}
.compear-pricing-section-area
    .compear-table
    .comparison
    .price-now
    .price-now-area
    .creat-button::after {
    background: red;
}
.compear-pricing-section-area .compear-table td.compare-header {
    font-size: 32px !important;
    padding: 24px 20px !important;
}
@media (max-width: 767px) {
    .compear-pricing-section-area .compear-table td.compare-header {
        line-height: 16px;
    }
}
@media screen and (min-width: 721px) and (max-width: 1000px) {
    .compear-pricing-section-area .compear-table .table_ul li {
        letter-spacing: 0px;
    }
    .compear-pricing-section-area .compear-table .comparison .price-now p {
        display: block;
    }
}
@media screen and (max-width: 720px) {
    .compear-pricing-section-area .compear-table .table_ul {
        padding: 0px;
    }
    .compear-pricing-section-area .compear-table .table_ul li {
        line-height: 16px;
        padding: 3px 0;
    }
    .compear-pricing-section-area .compear-table .comparison {
        max-width: 100%;
    }
    .compear-pricing-section-area .compear-table .comparison td:first-child,
    .compear-pricing-section-area .compear-table .comparison th:first-child {
        display: none;
    }
    .compear-pricing-section-area
        .compear-table
        .comparison
        tbody
        tr:nth-child(odd) {
        display: table-row;
        background: #f7f7f7;
    }
    .compear-pricing-section-area .compear-table .comparison .row {
        background: tan;
    }
    .compear-pricing-section-area .compear-table .comparison td,
    .compear-pricing-section-area .compear-table .comparison th {
        border-top: none;
        padding: 10px;
    }
    .compear-pricing-section-area .compear-table .price-info {
        border-top: 0 !important;
        padding: 10px 0 !important;
    }
    .compear-pricing-section-area .compear-table .comparison .price-now p {
        display: block;
    }
    .compear-pricing-section-area .compear-table .comparison .price-now span {
        font-size: 24px;
    }
    .compear-pricing-section-area .compear-table .comparison .qbse {
        font-size: 1.2em;
    }
    .compear-pricing-section-area .compear-table .comparison td {
        font-size: 16px;
    }
    .compear-pricing-section-area .compear-table .comparison th {
        font-size: 44px;
    }
}

/*
::::::::::::::::::::::::::
 PRICING AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 domain AREA CSS
::::::::::::::::::::::::::
*/
.domain1-form {
    position: relative;
    z-index: 2;
}
.domain1-form .input-form {
    position: relative;
}
.domain1-form .input-form input {
    background: var(--vtc-bg-white10per);
    border: 1px solid var(--vtc-bg-white10per);
    border-radius: 111px;
    padding: 19px;
    color: var(--vtc-text-white);
    width: 100%;
    font-size: var(--f-fs-font-18);
}
.domain1-form .input-form input:focus {
    outline: none;
}
.domain1-form .input-form input::-moz-placeholder {
    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% */
}
.domain1-form .input-form input::placeholder {
    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% */
}
.domain1-form .input-form .button {
    position: absolute;
    right: 7px;
    top: 7px;
}
.domain1-form .domain-select-list {
    margin-top: 20px;
}
.domain1-form .domain-select-list ul li {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 111px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    background-color: var(--vtc-bg-white10per);
    border: 1px solid var(--vtc-bg-white10per);
    cursor: pointer;
    margin-right: 5px;
    transition: all 0.4s;
}
@media (max-width: 767px) {
    .domain1-form .domain-select-list ul li {
        margin-bottom: 16px;
    }
}
.domain1-form .domain-select-list ul li.active {
    background-color: var(--vtc-bg-main1);
    color: var(--vtc-text-title1);
    transition: all 0.4s;
}
.domain1-form .domain-select-list ul li:hover {
    background-color: var(--vtc-bg-main1);
    color: var(--vtc-text-title1);
    transition: all 0.4s;
}

.domain1 {
    position: relative;
    overflow: hidden;
}

.domain-images {
    position: relative;
    top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .domain-images {
        height: 400px;
        margin-top: 90px;
        text-align: start;
    }
}
@media (max-width: 767px) {
    .domain-images {
        height: 340px;
        margin-top: 90px;
        text-align: start;
    }
}
.domain-images .shape {
    position: absolute;
    top: -50px;
    right: 0;
    transform: scale(1.3);
    z-index: 0;
}
.domain-images .image1 {
    position: absolute;
    top: -40px;
    height: 400px;
    right: 50px;
    z-index: 2;
}

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

/*
::::::::::::::::::::::::::
 FEATURES AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  ABOUT AREA CSS
 ::::::::::::::::::::::::::
 */
.about2-images {
    position: relative;
    height: 570px;
}
@media (max-width: 767px) {
    .about2-images {
        height: 440px;
    }
}
.about2-images .shape-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
}
.about2-images .shape-bg2 {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    transform: scale(1.3);
    z-index: -2;
}
.about2-images .shape-bg2 .stop-color1 {
    stop-color: #f5f5fd;
}
.about2-images .shape-bg2 .stop-color2 {
    stop-color: #f5f5fd;
}
@media (max-width: 767px) {
    .about2-images .shape-bg2 {
        position: relative;
        top: 0;
        right: 0;
        z-index: -2;
    }
}
.about2-images .main-image {
    position: absolute;
    top: 0;
}



.inner-hero3 {
  min-height: 560px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-hero3 {
    min-height: 1000px;
  }
}
@media (max-width: 767px) {
  .inner-hero3 {
    min-height: 1200px;
  }
}
.inner-hero3 .sec-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.inner-hero3 .main-heading {
  padding-right: 60px;
}
.inner-hero3 .main-heading .sub-title {
  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-32); /* 100% */
  display: inline-block;
  padding-bottom: 16px;
}
.inner-hero3 .main-heading .sub-title span {
  color: var(--vtc-text-white80per);
  font-size: var(--f-fs-font-20);
  font-style: normal;
  font-weight: var(--f-fw-normal);
  line-height: var(--f-fs-font-20); /* 100% */
}
.inner-hero3 .main-heading h1 {
  font-size: var(--f-fs-font-56);
  line-height: var(--f-fs-font-56);
  color: var(--vtc-text-white);
}
@media (max-width: 767px) {
  .inner-hero3 .main-heading h1 {
    font-size: var(--f-fs-font-40);
    line-height: var(--f-fs-font-40);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-hero3 .main-heading {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .inner-hero3 .main-heading {
    padding-right: 0;
  }
}
.inner-hero3 .image {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-hero3 .image {
    margin-top: 60px;
    text-align: start;
  }
}
@media (max-width: 767px) {
  .inner-hero3 .image {
    margin-top: 60px;
    text-align: start;
  }
}

.service-details4-bottom-boxs {
  border-radius: 10px;
  background: var(--vtc-bg-white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  padding: 0px 0px 50px 0px;
  position: relative;
  z-index: 2;
  margin-top: -140px;
}



.service-details3-bottom-box {
  margin: 0px 40px;
  transition: all 0.4s;
  position: relative;
}
.service-details3-bottom-box .icon {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  background-color: var(--vtc-bg-common-2);
  margin: auto;
}
.service-details3-bottom-box .icon img {
  transition: all 0.4s;
}
.service-details3-bottom-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}
.service-details3-bottom-box:hover .icon img {
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.service-details3-bottom-box .arrow-shape1 {
  position: absolute;
  top: 30px;
  right: -130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details3-bottom-box .arrow-shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-details3-bottom-box .arrow-shape1 {
    display: none;
  }
}

/* EsperaSoft */
.br-20 {
    border-radius: 20px !important;
}
.br-50 {
    border-radius: 50px !important;
}
.text-EsperaSoft {
    color: #0061ff !important;
}
.fs-13 {
    font-size: 13px !important;
}

.btn-esperasoft-blue {
  background: #0061ff !important;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 97, 255, 1) !important;
}

.btn-esperasoft-yellow {
    background: #ffc805;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    color: #030619;
    border: none;
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.bg-noise{
    background: #F3F6FD !important;
}

.portfolio-details{
    padding: 5px;
    border: rgba(0, 97, 255, 0.3) solid 1px;
}

.portfolio-image{
    padding: 5px;
    background: #fff;
}

@media screen and (max-width: 574px) {
    .py-60 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .mmt-3{
        margin-top: 2rem !important;
    }
}
/*# sourceMappingURL=main.css.map */
