/*
============================
Name:  Recrute - Staffing Agency HTML Template
Version: 2.0.0
Description:
Author:  VikingLab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*

CSS LIST

=<::::::::::::::::::::::::::=>
  HEADER AREA CSS
=<::::::::::::::::::::::::::=>
  NAV MENU AREA CSS
=<::::::::::::::::::::::::::=>
  WELCOME AREA CSS
=<::::::::::::::::::::::::::=>
  ABOUT AREA CSS
=<::::::::::::::::::::::::::=>
  SERVICE AREA CSS
=<::::::::::::::::::::::::::=>
  ACCOUNT AREA CSS
=<::::::::::::::::::::::::::=>
  FEATURES AREA CSS
=<::::::::::::::::::::::::::=>
  BRAND AREA CSS
=<::::::::::::::::::::::::::=>
  CHOOSE AREA CSS
=<::::::::::::::::::::::::::=>
  PRRELOADER AREA CSS
=<::::::::::::::::::::::::::=>
  PRICING AREA CSS
=<::::::::::::::::::::::::::=>
  TEAM AREA CSS
=<::::::::::::::::::::::::::=>
  TESTIMONIAL AREA CSS
=<::::::::::::::::::::::::::=>
  WORK AREA CSS
=<::::::::::::::::::::::::::=>
  OTHERS AREA CSS
=<::::::::::::::::::::::::::=>
  CONMMON AREA CSS
=<::::::::::::::::::::::::::=>
  BLOG AREA CSS
=<::::::::::::::::::::::::::=>
  CTA AREA CSS
=<::::::::::::::::::::::::::=>
 ANIMATION AREA CSS
=<::::::::::::::::::::::::::=>
  BUTTONS AREA CSS
=<::::::::::::::::::::::::::=>
  TYPOGRAPHY AREA CSS
=<::::::::::::::::::::::::::=>
  FOOTER AREA CSS
=<::::::::::::::::::::::::::=>
*/
/*
::::::::::::::::::::::::::
 TYPOGRAPHY AREA CSS
::::::::::::::::::::::::::
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/*
 ::::::::::::::::::::::::::
  ANIMATION AREA CSS
 ::::::::::::::::::::::::::
 */
@keyframes shape-animaiton1 {
    0% {
        transform: translateY(0);
    }

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

@keyframes shape-animaiton2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

@keyframes shape-animaiton3 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

@keyframes shape-animaiton4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1000deg);
    }
}

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

.shape-animaiton1 {
    position: relative;
    animation-name: shape-animaiton1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);

}

p {
    color: #737373;
}

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

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

.shape-animaiton4 {
    position: relative;
    animation-name: shape-animaiton4;
    animation-duration: 62s;
    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;
}

/*
::::::::::::::::::::::::::
ANIMATION AREA CSS
::::::::::::::::::::::::::
*/

body {
    font-family: "Inter", serif !important;
    font-size: var(--f-fs-font-fs16);
    background-color: #ffffff !important;
}

.body2 {
    background-image: url(../img/bg/home-page2-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -33;
}

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

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

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

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

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

p {
    padding: 0;
    margin: 0;
}

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

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

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

.spt {
    padding-top: 100px;
    padding-bottom: 10px;
}

.sp {
    padding: 100px 0px;
}

.py {
    padding: 60px 0px;
}

.py90 {
    padding: 90px 0px;
}

.p {
    padding: 20px;
}

.py30 {
    padding: 30px 0px;
}

.p30 {
    padding: 30px;
}

.sp2 {
    padding: 120px 0px;
}

.pt100 {
    padding-top: 100px;
}

.pt140 {
    padding-top: 140px;
}

.pb120 {
    padding-bottom: 120px;
}

.pl60 {
    padding-left: 60px;
}

.pl20 {
    padding-left: 20px;
}

.pt40 {
    padding-top: 40px;
}

.pb60 {
    padding-bottom: 60px;
}

.pr60 {
    padding-right: 60px;
}

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

    .pt100 {
        padding-top: 50px;
    }

    .pt140 {
        padding-top: 70px;
    }

    .pb120 {
        padding-bottom: 60px;
    }

    .sp2 {
        padding: 60px 0px;
    }

    .pl60 {
        padding-left: 0;
    }

    .pr60 {
        padding-right: 0;
    }
}

.space4 {
    height: 4px;
}

.space6 {
    height: 6px;
}

.space28 {
    height: 28px;
}

.space8 {
    height: 8px;
}

.space12 {
    height: 12px;
}

.space14 {
    height: 14px;
}

.space16 {
    height: 16px;
    /* Ensure spacing is visible */
    width: 100%;
    /* Full width to avoid collapsing */
    display: block;
    /* Ensure it takes up space */
}

.space24 {
    height: 24px;
}

.space32 {
    height: 32px;
}

.space10 {
    height: 10px;
}

.space5 {
    height: 5px;
}

.space5 {
    height: 5px;
}

.consultation {
    display: none;
}
.bg-color2{
    background-color: transparent !important;
  }
  .map-text{
    font-size: 16px !important;
    margin-bottom: 10px !important;

  }
@media (max-width: 767px) {
    .cancel-member {
        font-size: 12px;
    }
    .tariff-bg{
        background-color: white;
    }
    .overlapping-img-wrapper {
        position: static !important;
        top: auto !important;
        left: auto !important;
    }
    .hall-type-upper-card {
        font-size: 12px !important;
    }
    .bottom-img{
        border-radius: 30px;
        margin: 20px 0px;
    }
    .image-wrapper {
        height: 30vh !important;
    }
.map-text{
    text-align: center !important;
}
.available-hall-text,.available-hall-text-2 {
    font-size: 20px !important;
    margin: 20px 0px;
}
.available-hall-text-2{
    font-weight: bolder !important;
}
.available-card {
    padding: 5px !important;
}
.available-card p{
    font-size: 13px !important;
    font-weight: 700;
}
    .floors-btn,
    .blocks-btn {
        padding: 6px 20px !important;
        border-radius: 30px !important;
        transition: all 0.3s !important;
        font-size: 14px !important;
    }

    .filter-btn {
        padding: 6px 20px !important;
        border-radius: 8px !important;
        transition: all 0.3s !important;
        font-size: 14px !important;
        width: 30%;
        border: 0.5px solid #868c98;
        background-color: #ffffff;
        color: #858585;
    }

    .search-input {
        width: 70%;
    }

    .text-container p {
        font-size: 14px;
        color: #000000;
    }

    .space10 {
        height: 5px;
    }

    .main-bg,
    .main-bg2,
    .main-bg3 {
        border-radius: 10px;
    }

    .benefit-img,
    .benefit-img2,
    .benefit-img3 {
        background-position: center center !important;
        background-size: contain !important;
        margin-top: 9px !important;
    }

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

    .elite-cards {
        display: flex;
        flex-direction: column;
        height: auto !important;
        /* Adjust as needed */

        transition: all 0.3s linear;
    }

    .card-wrapper {
        display: block !important;
        gap: 20px !important;
    }

    .card-spacing {
        width: 90% !important;
        max-width: none !important;
        margin: 30px auto !important;
    }

    .free {
        display: none;
    }

    .services-main-dive {
        padding: 20px 0px !important;
    }

    .get-started-card {
        justify-content: center !important;
    }

    .how-work-div {
        text-align: center;
    }

    .how-work-div img {
        display: block;
        margin: 0 auto;
    }

    .how-work-div h3,
    .how-work-div p {
        text-align: center;
    }

    .how-work-div p {
        font-size: 14px;
        color: black;
    }

    .sp5 {
        padding-bottom: 50px;
    }

    .offer-item {
        font-size: 3.5vw !important;
    }

    .faqs-title {
        font-weight: 700;
        font-size: 36px !important;
        line-height: 43.57px;
        letter-spacing: 0%;
        text-align: center;
    }

    .privacy-title {
        font-size: 36px !important;
    }

    .privacy-card-heading {
        font-weight: 600;
        font-size: 20px !important;
    }

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

    .ceo-message h1 {
        font-weight: 700;
        font-size: 24px !important;
        text-align: center;
        line-height: 29.05px !important;
    }

    .ceo-message p {
        font-weight: 600;
        font-size: 16px !important;
        line-height: 25.2px !important;
        letter-spacing: -1% !important;
        text-align: center;
    }

    .ceo-founder {
        justify-content: center;
    }

    .first-image {
        height: 50vh !important;
        width: 90% !important;
    }

    .admin-image iframe {
        height: 70vh !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    .CEO {
        padding: 0px !important;
    }

    .footer4-main {
        display: block !important;
        padding: 4px !important;
        text-align: center !important;
    }

    .py {
        padding: 30px 0px;
    }

    .about-list {
        margin-left: 10px;
    }

    .footer-text h2 {
        font-size: 16px !important;
        padding-bottom: 60px;
    }

    .newsletter-btn {
        font-size: 11px !important;
        margin: 0px !important;
        padding: 8px !important;
    }

    .custom-input {
        width: 100% !important;
        height: 45px;
    }

    .footer4-lable-1 {
        display: none;
    }

    .footer4-lable {
        display: block !important;
    }

    .footer4-buttons {
        margin-left: 20px;
    }





































    
}

.footer4-lable {
    display: none;
}

.footer4-main {
    display: flex;
    justify-content: space-between;
}

.space20 {
    height: 20px;
}

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

    .project-overview {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon-container {
        margin-bottom: 10px;
    }
}

.space30 {
    height: 30px;
}

.EliteApply-text-2 {
    display: none;
}

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

    .EliteApply-text {
        display: none;
    }

    .EliteApply-text-3 {
        display: none;
    }

    .EliteApply-text-2 {
        display: block;
    }

    .card-border {
        align-items: center;
        text-align: center;
    }

    .card-border-2 {
        align-items: start;
        text-align: left;
    }

    .single-footer-items {
        text-align: center !important;
        /* Centers text & content */
        align-items: center !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .single-footer-items img {
        margin: 0 auto;
    }

    .single-footer-items ul {
        padding: 0;
        list-style: none;
    }

    .single-footer-items .d-flex {
        justify-content: center !important;
        /* Centers contact details */
    }

    .social-icon {
        display: flex;
        justify-content: center;
        gap: 10px;
        /* Adjust spacing between icons */
    }

    .footer-dropdown {
        display: none;
    }

    .copyright {
        padding: 10px 35px;
        text-align: center;
    }

    .benefits-elite-apply h1 {
        font-size: 18px !important;
        text-align: center;
    }

    .benefits-elite-list {
        display: flex;
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
        text-align: center;
        /* Center text */
        gap: 10px;
        /* Adjust spacing */
    }

    .benefits-elite-list span b {
        font-weight: 600;
        font-size: 14px !important;
        line-height: 22.4px;
        letter-spacing: -1%;
        text-align: center;
    }
}

.space40 {
    height: 40px;
}

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

.space50 {
    height: 50px;
}

.space45 {
    height: 45px;
}

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

.space60 {
    height: 60px;
}

.space55 {
    height: 55px;
}

.space70 {
    height: 70px;
}

.space80 {
    height: 80px;
}

.space90 {
    height: 90px;
}

.space100 {
    height: 100px;
}

.space120 {
    height: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) and (max-width: 1238px) {
    .hero-area4 .heading4 .main-heading h1 {
        font-size: 50px !important;
    }

    .theme-btn-head,
    .theme-btn-head2 {
        font-size: 12px !important;
        padding: 9px 14px !important;
    }

    .mobile-logo {
        width: 80% !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._relative {
    width: 100%;
    position: relative;
}

._absolute {
    position: absolute;
}

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

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

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

.width100 img {
    width: 100%;
}

/*
 ::::::::::::::::::::::::::
  fonts area css
 ::::::::::::::::::::::::::
 */
:root {
    --vtc-text-heading-text-1: #081120;
    --vtc-text-heading-text-2: #104579;
    --vtc-text-heading-text-3: #001431;
    --vtc-text-pera-text-1: #77787b;
    --vtc-text-pera-text-2: #ccccd5;
    --vtc-text-pera-text-3: #5a5f6a;
    --vtc-text-text-white-text-1: #ffffff;
    --vtc-text-text-black-text-1: #000000;
    --vtc-bg-main-bg-black-10: #000000;
    --vtc-bg-main-bg-1: #ff7a01;
    --vtc-bg-main-bg-2: #fc253f;
    --vtc-bg-main-bg-3: #fd965b;
    --vtc-bg-main-bg-4: #23342e;
    --vtc-bg-main-bg-5: #104579;
    --vtc-bg-common-bg1: #fff2e6;
    --vtc-bg-common-bg2: #f5f3f4;
    --vtc-bg-common-bg3: #28284d;
    --vtc-bg-common-bg4: #fffaec;
    --vtc-bg-common-bg5: #fff4ef;
    --vtc-bg-common-bg6: #e9ebea;
    --vtc-bg-common-bg7: #ecf3f6;
    --vtc-bg-common-bg8: #e5e7ea;
    --vtc-bg-common-bg9: #f2f4f7;
    --vtc-bg-bg-white: #ffffff;
    --vtc-border-border-1: #f0f0f0;
    --vtc-border-border-2: #dfdcdc;
    --f-fw-regular: 400;
    --f-fw-medium: 500;
    --f-fw-semibold: 600;
    --f-fw-bold: 700;
    --f-fw-ex-bold: 800;
    --f-ff-font-1: "Figtree", sans-serif;
    --f-fs-font-fs16: 16px;
    --f-fs-font-fs18: 18px;
    --f-fs-font-fs20: 20px;
    --f-fs-font-fs22: 22px;
    --f-fs-font-fs24: 24px;
    --f-fs-font-fs26: 26px;
    --f-fs-font-fs28: 28px;
    --f-fs-font-fs30: 30px;
    --f-fs-font-fs32: 32px;
    --f-fs-font-fs34: 34px;
    --f-fs-font-fs36: 36px;
    --f-fs-font-fs40: 40px;
    --f-fs-font-fs42: 42px;
    --f-fs-font-fs44: 44px;
    --f-fs-font-fs48: 48px;
    --f-fs-font-fs50: 50px;
    --f-fs-font-fs52: 52px;
    --f-fs-font-fs54: 54px;
    --f-fs-font-fs56: 56px;
    --f-fs-font-fs58: 58px;
    --f-fs-font-fs60: 60px;
    --f-fs-font-fs62: 62px;
    --f-fs-font-fs64: 64px;
    --f-fs-font-fs66: 66px;
    --f-fs-font-fs68: 68px;
    --f-fs-font-fs70: 70px;
    --f-fs-font-fs72: 72px;
    --f-fs-font-fs74: 74px;
    --f-fs-font-fs76: 76px;
    --f-fs-font-fs78: 78px;
    --f-fs-font-fs80: 80px;
    --f-fs-font-fs82: 82px;
    --f-fs-font-fs84: 84px;
    --f-fs-font-fs86: 86px;
    --f-fs-font-fs88: 88px;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.heading1-w span.span {
    display: inline-block;
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1764705882);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading1-w h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs54);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
}

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

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

.heading1-w p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.heading1-w h4 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
}

.heading1 span.span {
    display: inline-block;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: #5db9e966;
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading1 h5 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.heading1 h5 a:hover {
    color: #1b6adf;
    transition: all 0.4s;
}

.heading1 h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs54);
    color: var(--vtc-text-heading-text-2);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

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

.heading1 h3 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs32);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.heading1 p {
    color: var(--vtc-text-pera-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.heading1 h4 a {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-heading-text-1);
    display: inline-block;
    transition: all 0.4s;
}

.heading2 span.span {
    display: inline-block;
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: var(--vtc-bg-common-bg3);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading2 h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs54);
    color: var(--vtc-text-text-black-text-1);
    font-weight: var(--f-fw-bold);
}

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

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

.heading2 h3 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs32);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.heading2 h5 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

.heading2 h4 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.heading2 p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.heading3 span.span {
    display: inline-block;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: var(--vtc-bg-common-bg6);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading3 h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs54);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

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

    .heading3 p {
        color: var(--vtc-text-heading-text-1) !important;
        font-size: var(--f-fs-font-fs16) !important;
        line-height: var(--f-fs-font-fs28) !important;
        font-weight: var(--f-fw-medium) !important;
    }
    .filters-btn {
        background-color: transparent;
        border: 0.5px solid lightgray;
        padding: 5px 8px;
        border-radius: 8px;
        color: #868c98;
    }
}

.heading3 p {
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.heading3 h4 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

.heading3 h5 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

.heading3-w span.span {
    display: inline-block;
    color: var(--vtc-bg-bg-white);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2549019608);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading3-w h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs54);
    color: var(--vtc-bg-bg-white);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

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

.heading3-w p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.heading3-w h5 {
    display: inline-block;
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    color: var(--vtc-bg-bg-white);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.heading3-w h4 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-bg-bg-white);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

.heading4 span.span {
    display: inline-block;
    color: var(--vtc-text-heading-text-2);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: var(--vtc-bg-common-bg7);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading4 span.span2 {
    display: inline-block;
    color: var(--vtc-text-heading-text-2);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: var(--vtc-bg-bg-white);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading4 h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs54);
    color: var(--vtc-text-heading-text-2);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.heading4_1 h2 {
    font-size: var(--f-fs-font-fs32);

    color: var(--vtc-text-heading-text-2);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

@media (max-width: 767px) {
    .heading4 h2 {
        font-size: var(--f-fs-font-fs32) !important;
        line-height: var(--f-fs-font-fs40);
    }
}

.heading4 h5 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-text-heading-text-2);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

.heading4 h4 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs24);
    color: var(--vtc-text-heading-text-2);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

.heading4 p {
    color: var(--vtc-text-pera-text-3);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.heading4-w span.span {
    display: inline-block;
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1843137255);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading4-w h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs54);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

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

.heading4-w h5 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs28);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.heading4-w h5 a:hover {
    transition: all 0.4s;
    color: #a8dbf1;
}

.heading4-w p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.heading5 span.span {
    display: inline-block;
    color: var(--vtc-text-heading-text-3);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: var(--vtc-bg-common-bg8);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading5 h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs54);
    color: var(--vtc-text-heading-text-3);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

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

.heading5 h5 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs28);
    color: var(--vtc-text-heading-text-3);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

.heading5 h4 a {
    display: inline-block;
    color: var(--vtc-text-heading-text-3);
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

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

.heading5 p {
    color: var(--vtc-text-pera-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.heading6 span.span {
    color: #31572c;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: #e0e5de;
    padding: 10px 14px 5px 14px;
    display: inline-block;
    margin-bottom: 16px;
}

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

.heading6 h2 {
    color: #081120;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 100% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading6 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .heading6 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.card-body img {
    height: 70px;
    /* object-fit: cover; */
}

.heading6 p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.heading6 h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    transition: all 0.4s;
}

.heading6 h4 a:hover {
    color: #f1c832;
    transition: all 0.4s;
}

.heading6-w span.span {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 14px 5px 14px;
    display: inline-block;
    margin-bottom: 16px;
}

.heading6-w span.span img {
    filter: brightness(0) invert(1);
    transform: translateY(-3px);
    margin-right: 3px;
}

.heading6-w h2 {
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 122.727% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading6-w h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .heading6-w h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.heading6-w p {
    color: rgba(255, 255, 255, 0.7725490196);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.heading7 span.span {
    color: #5957e5;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: #eeeefc;
    padding: 10px 14px 5px 14px;
    display: inline-block;
    margin-bottom: 16px;
}

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

.heading7 h2 {
    color: #081120;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 100% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading7 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .heading7 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.heading7 p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.heading7 h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    transition: all 0.4s;
}

.heading7 h4 a:hover {
    color: #f1c832;
    transition: all 0.4s;
}

.heading8 span.span {
    color: #141339;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(20, 19, 57, 0.0666666667);
    padding: 10px 14px 5px 14px;
    display: inline-block;
    margin-bottom: 16px;
}

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

.heading8 h2 {
    color: #081120;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 100% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading8 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .heading8 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.heading8 p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.heading9 span.span {
    color: #2a9134;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: #eaf4eb;
    padding: 10px 14px 5px 14px;
    display: inline-block;
    margin-bottom: 16px;
}

.heading9 span.span img {
    transform: translateY(-3px);
    margin-right: 3px;
}

.heading9 h2 {
    color: #081120;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 100% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading9 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .heading9 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.heading9 p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.heading10 span.span {
    color: #fa6444;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: #ffefec;
    padding: 10px 14px 5px 14px;
    display: inline-block;
    margin-bottom: 16px;
}

.heading10 span.span img {
    transform: translateY(-3px);
    margin-right: 3px;
}

.heading10 h2 {
    color: #081120;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    /* 100% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading10 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .heading10 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.heading10 p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

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

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

.theme-pagination li a {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #f5f3f4;
    border-radius: 4px;
    margin: 0 4px;
    
    transition: all 0.3s;
    display: block;
    color: #000;
    font-weight: var(--f-fw-bold);
}

.blog2-box {
    border: 1px solid rgba(86, 95, 118, 0.2);
    border-radius: 6px;
}

.theme-pagination li a:hover,
.theme-pagination li a.active {
    background: var(--vtc-bg-main-bg-1);
    box-shadow: 0px 4px 10px rgba(122, 120, 198, 0.2);
    transition: all 0.3s;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .overlay-anim {
        position: relative;
    }

    .overlay-anim:after {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        z-index: 9;
        pointer-events: none;
    }

    .overlay-anim:hover:after {
        height: 100%;
        opacity: 0;
        transition: all 400ms linear;
    }
}

@media screen and (min-width: 768px) {
    .reveal {
        position: relative;
        display: inline-flex;
        visibility: hidden;
        overflow: hidden;
    }

    .reveal img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transform-origin: left;
    }
}

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

.blok:nth-of-type(even) {
    background-color: black;
}

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

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

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

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

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

.progress-wrap:hover::before {
    opacity: 1;
    color: #0BB530;
}

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

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

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

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

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

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

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

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

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

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

.shape-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.shape-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.theme-btn1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 18px 22px 18px 22px;
    background-color: var(--vtc-bg-main-bg-1);
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.theme-btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffaa60;
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.theme-btn1:hover::before {
    transform: scaleX(1);
}

.theme-btn1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(3, 0, 0);
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.6s linear;
    transform-origin: right center;
    z-index: -1;
}

.theme-btn1:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
}

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

.theme-btn1 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.theme-btn2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-heading-text-1);
    border: 2px solid var(--vtc-text-heading-text-1);
    text-transform: capitalize;
    padding: 16px 22px 16px 22px;
    background: transparent;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    transition: all 0.4s;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .theme-btn2 {
        margin-left: 0;
        margin-right: 30px;
        margin-top: 20px;
    }

    .card-border {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }
}

.theme-btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffaa60;
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.theme-btn2:hover::before {
    transform: scaleX(1);
}

.theme-btn2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(3, 0, 0);
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s linear;
    transform-origin: right center;
    z-index: -1;
}

.theme-btn2:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
}

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

.theme-btn2 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.theme-btn3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 18px 22px 18px 22px;
    background-color: #0037a3;
    /* background-color: var(--vtc-bg-main-bg-black-10); */
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.theme-btn3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: rgb(3, 0, 0); */
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.theme-btn3:hover::before {
    transform: scaleX(1);
}

.theme-btn3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #a8dbf1;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s linear;
    transform-origin: right center;
    z-index: -1;
}

.theme-btn3:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
}

.theme-btn3:hover {
    color: var(--vtc-bg-main-bg-black-10);
}

.theme-btn3 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.theme-btn4 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 18px 22px 18px 22px;
    background-color: var(--vtc-bg-main-bg-2);
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    position: relative;
}

.theme-btn4::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -1px;
    height: 100%;
    width: 102%;
    background-color: #cb3d4e;
    transform: rotateY(95deg);
    transition: all 0.6s linear;
    z-index: -1;
    opacity: 0;
    border-radius: 4px;
}

.theme-btn4:hover::after {
    transform: rotateY(0deg);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
    opacity: 1;
}

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

.theme-btn4 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.theme-btn5 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    border: 2px solid var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 16px 22px 16px 22px;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    position: relative;
    margin-left: 20px;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .theme-btn5 {
        margin-left: 0;
        margin-top: 20px;
        margin-right: 70px;
    }
}

.theme-btn5::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -1px;
    height: 100%;
    width: 102%;
    background-color: var(--vtc-bg-main-bg-2);
    transform: rotateY(95deg);
    transition: all 0.6s linear;
    z-index: -1;
    opacity: 0;
    border-radius: 4px;
}

.theme-btn5:hover::after {
    transform: rotateY(0deg);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
    opacity: 1;
}

.theme-btn5:hover {
    color: var(--vtc-text-text-white-text-1);
    border: 2px solid var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.theme-btn5 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.theme-btn6 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 18px 22px 18px 22px;
    background-color: var(--vtc-bg-main-bg-3);
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

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

.theme-btn6::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--vtc-text-heading-text-1);
    transition: all 0.4s linear;
    z-index: -1;
    opacity: 0;
    border-radius: 0px;
}

.theme-btn6:hover {
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
    opacity: 1;
}

.theme-btn6:hover::after {
    width: 51%;
    opacity: 1;
}

.theme-btn6:hover::before {
    width: 51%;
    opacity: 1;
}

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

.theme-btn6 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.theme-btn7 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 16px 22px 16px 22px;
    border: 2px solid var(--vtc-text-text-white-text-1);
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    margin-left: 20px;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .theme-btn7 {
        margin-left: 0;
    }
}

.theme-btn7::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -1px;
    height: 100%;
    width: 0%;
    background-color: var(--vtc-bg-main-bg-3);
    transition: all 0.4s linear;
    z-index: -1;
    opacity: 0;
    border-radius: 0px;
}

.theme-btn7::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: var(--vtc-bg-main-bg-3);
    transition: all 0.4s linear;
    z-index: -1;
    opacity: 0;
    border-radius: 0px;
}

.theme-btn7:hover {
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
    opacity: 1;
}

.theme-btn7:hover::after {
    width: 51%;
    opacity: 1;
}

.theme-btn7:hover::before {
    width: 51%;
    opacity: 1;
}

.theme-btn7:hover {
    color: var(--vtc-text-text-white-text-1);
    border: 2px solid var(--vtc-bg-main-bg-3);
    transition: all 0.4s;
}

.theme-btn7 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.theme-btn8 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 18px 22px 18px 22px;
    background-color: #0037a3;
    overflow: hidden;
    z-index: 1;
    float: right;
    border-radius: 10px;
}

.theme-btn8::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: #add9ec; */
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.theme-btn8:hover::before {
    transform: scaleX(1);
}

.theme-btn8::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #a8dbf1;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.6s linear;
    transform-origin: right center;
    z-index: -1;
}

.theme-btn8:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 100ms;
    transition: all 0.4s linear;
}

.theme-btn8:hover {
    color: black;
}

.theme-btn8 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.theme-btn10 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 18px 22px 18px 22px;
    background-color: var(--vtc-bg-main-bg-5);
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.text-anime-style-3 {
    color: var(--vtc-bg-main-bg-5);
    font-weight: bold;
}

.theme-btn17 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 10px 22px 10px 22px;
    background-color: var(--vtc-bg-main-bg-5);
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.theme-btn17::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: #a8dbf1; */
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.theme-btn17:hover::before {
    transform: scaleX(1);
}

.theme-btn17::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--vtc-bg-main-bg-5);
    transform: scaleY(0);
    color: var(--vtc-text-text-white-text-1);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.6s linear;
    transform-origin: right center;
    z-index: -1;
}

.theme-btn17:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
    color: var(--vtc-text-text-white-text-1);
}

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

.theme-btn17 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.right-arrow {
    font-size: 15px !important;
}

.theme-btn-head2,
.theme-btn-head3 {
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.4s;
    border: none;
}

.theme-btn-head {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-size: 16px;
    width: 40px; /* Set equal width and height */
    height: 40px;
    border-radius: 50%; /* Perfectly round */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.4s;
    border: none;
    padding: 0; /* Remove padding to avoid distortion */
}

.theme-btn-head3 {
    background-color: #29b54a;
    color: white;
}
.theme-btn-head3 a{
    color: white;
}
.theme-btn-head3:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}
.theme-btn-head3:hover a{
    color: rgb(0, 0, 0);
}
.side-manu li a{
    color: #ffffff !important;
}
.side-manu{
    border-radius: 30px;
    background-color: #104579;
   
}
.theme-btn-head:hover {
    background-color: #0BB530;
    color: #ffffff;
}

.theme-btn-head2 {
    background-color: #104579;
    color: #ffffff;
}

.theme-btn-head2:hover {
    background-color: #104579;
    color: white;
}

.theme-btn10::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: #a8dbf1; */
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.theme-btn10:hover::before {
    transform: scaleX(1);
}

.theme-btn10::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #a8dbf1;
    transform: scaleY(0);
    color: var(--vtc-text-text-black-text-1);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.6s linear;
    transform-origin: right center;
    z-index: -1;
}

.theme-btn10:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
    color: var(--vtc-text-text-black-text-1);
}

.theme-btn10:hover {
    color: var(--vtc-text-text-black-text-1);
}

.theme-btn10 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.theme-btn9 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid var(--vtc-bg-main-bg-2);
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-bg-main-bg-2);
    padding: 10px 22px;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px !important;
    /* margin-left: 16px; */
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .theme-btn9 {
        margin-left: 0;
        /* margin-right: 30px; */
        font-size: 12px;
    }
}

.theme-btn9::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: rgb(3, 0, 0); */
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.theme-btn9:hover::before {
    transform: scaleX(1);
}

.theme-btn9::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--vtc-bg-main-bg-2);
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.6s linear;
    transform-origin: right center;
    z-index: -1;
}

.theme-btn9:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
}

.theme-btn9:hover {
    color: var(--vtc-text-text-white-text-1);
    border: 2px solid var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.theme-btn9 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.theme-btn11 {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    display: inline-block;
    background-color: #f1c832;
    border-radius: 10px;
    padding: 18px 22px;
    transition: all 0.4s;
    border: none;
}

.theme-btn11 span {
    display: inline-block;
    transform: rotate(0deg);
    transition: all 0.4s;
}

.theme-btn11:hover {
    color: #111;
    transition: all 0.4s;
    transform: translateY(-5px);
    background-color: #ffd84d;
}

.theme-btn11:hover span {
    transition: all 0.4s;
    transform: rotate(-45deg);
}

.theme-btn12 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    display: inline-block;
    background-color: #5957e5;
    border-radius: 10px;
    padding: 19px 22px;
    transition: all 0.4s;
    border: none;
}

.theme-btn12:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background-color: #6e6cfc;
}

.theme-btn13 {
    color: #081120;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 22px;
    transition: all 0.4s;
    border: 1px solid red;
}

.theme-btn13:hover {
    color: #fff;
    transition: all 0.4s;
    /* transform: translateY(-5px); */
    background-color: red;
}

.theme-btn14 {
    color: #081120;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    display: inline-block;
    background-color: #f6aa32;
    border-radius: 10px;
    padding: 19px 22px;
    transition: all 0.4s;
    border: none;
}

.theme-btn14:hover {
    color: #081120;
    transition: all 0.4s;
    transform: translateY(-5px);
    background-color: #f7b752;
}

.theme-btn15 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    display: inline-block;
    background-color: #2a9134;
    border-radius: 10px;
    padding: 18px 22px;
    transition: all 0.4s;
    border: none;
}

.theme-btn15 span {
    display: inline-block;
    transform: rotate(0deg);
    transition: all 0.4s;
}

.theme-btn15:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background-color: #081120;
}

.theme-btn15:hover span {
    transition: all 0.4s;
    transform: rotate(-45deg);
}

.theme-btn16 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    background-color: #ff0000;
    border-radius: 10px;
    padding: 18px 22px;
    transition: all 0.4s;
    border: none;
}

.theme-btn16 span {
    display: inline-block;
    transform: rotate(0deg);
    transition: all 0.4s;
}

.theme-btn16:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background-color: #0c63e4;
}

.theme-btn16:hover span {
    transition: all 0.4s;
    transform: rotate(-45deg);
}

/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
.about2 .about1-box {
    display: flex;
    align-items: start;
    margin-top: 32px;
}

.about2 .about1-box .icon {
    height: 70px;
    width: 70px;
    background-color: rgba(255, 255, 255, 0.2392156863);
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    margin-right: 20px;
    transition: all 0.4s;
}

.about2 .about1-box:hover .icon {
    background-color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.about2 .image {
    margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2 .image {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .about2 .image {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.about2 .image img {
    width: 100%;
}

.about3 .image img {
    width: 100%;
    border-radius: 4px;
}

.about3 .conter-box {
    border-radius: 4px;
    padding: 32px;
}

.about3 .conter-box h3 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs54);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
}

.about3 .conter-box p {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.about3 .conter-box1 {
    background-color: var(--vtc-bg-main-bg-4);
    margin-top: 30px;
}

.about3 .conter-box2 {
    background-color: var(--vtc-bg-main-bg-3);
    margin-bottom: 30px;
}

.about3 .about3-icon-box {
    display: flex;
    align-items: start;
    margin-top: 32px;
}

.about3 .about3-icon-box .icon {
    background-color: var(--vtc-bg-common-bg6);
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    transition: all 0.4s;
}

.about3 .about3-icon-box .icon img {
    transition: all 0.4s;
}

.about3 .about3-icon-box .heading3 {
    padding-left: 20px;
}

.about3 .about3-icon-box .heading3 p {
    padding-top: 12px;
}

.about3 .about3-icon-box:hover .icon {
    background-color: var(--vtc-bg-main-bg-3);
}

.about3 .about3-icon-box:hover .icon img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.about3 .about3-heading {
    padding-left: 30px;
}

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

@media (max-width: 767px) {
    .about3 .about3-heading {
        padding-left: 0;
    }
}

.about4 .images {
    position: relative;
    text-align: start;
}

.about4 .images .image2 {
    position: absolute;
    right: 30px;
    bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about4 .about4-heading {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about4 .about4-heading {
        margin-top: 30px;
    }
}

.about4 .heading4 .about4-border {
    background-color: var(--vtc-text-pera-text-3);
    width: 100%;
    height: 1px;
    opacity: 0.2;
    margin: 24px 0px;
}

.about4 .heading4 .about4-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.about4 .heading4 .about4-box .icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: var(--vtc-bg-common-bg7);
    text-align: center;
    line-height: 70px;
    margin-right: 20px;
    transition: all 0.4s;
}

.about4 .heading4 .about4-box .icon img {
    transition: all 0.4s;
}

.about4 .heading4 .about4-box:hover .icon {
    background-color: var(--vtc-bg-main-bg-5);
    transition: all 0.4s;
}

.about4 .heading4 .about4-box:hover .icon img {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}

.about5 .images {
    position: relative;
    min-height: 575px;
}

.about5 .images .image1 {
    position: absolute;
    right: 0;
    top: 0;
}

.about5 .images .image2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about5 .images .image3 {
    position: absolute;
    left: 0;
    top: 100px;
}

.about5 .about5-heading {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5 .about5-heading {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .about5 .about5-heading {
        padding-left: 0;
        margin-top: 40px;
    }
}

.about5 .about5-heading .icon-box {
    margin-top: 30px;
}

.about5 .about5-heading .icon-box .icon {
    height: 70px;
    width: 70px;
    background-color: var(--vtc-bg-common-bg8);
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.4s;
}

.about5 .about5-heading .icon-box .icon img {
    transition: all 0.4s;
}

.about5 .about5-heading .icon-box:hover .icon {
    background-color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.about5 .about5-heading .icon-box:hover .icon img {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}

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

.about5 .buttons-about5 .phone-btn {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.about5 .buttons-about5 .phone-btn .icon a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: var(--vtc-bg-main-bg-2);
    border-radius: 4px;
    border: 2px solid var(--vtc-bg-main-bg-2);
}

.about5 .buttons-about5 .phone-btn .heading {
    padding-left: 20px;
}

.about5 .buttons-about5 .phone-btn .heading p {
    color: var(--vtc-text-heading-text-3);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    padding-bottom: 8px;
}

.about5 .buttons-about5 .phone-btn .heading h4 a {
    display: inline-block;
    color: var(--vtc-text-heading-text-3);
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.about5 .buttons-about5 .phone-btn .heading h4 a:hover {
    color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.about-page-sec1 .image img {
    width: 100%;
    border-radius: 4px;
}

.about-page-sec1 .conter-box {
    border-radius: 4px;
    padding: 32px;
}

.about-page-sec1 .conter-box h3 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs54);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
}

.about-page-sec1 .conter-box p {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.about-page-sec1 .conter-box1 {
    background-color: var(--vtc-bg-main-bg-5);
    margin-top: 30px;
}

.about-page-sec1 .conter-box2 {
    background-color: var(--vtc-bg-main-bg-5);
    margin-bottom: 30px;
}

.about-page-sec1 .about3-icon-box {
    display: flex;
    align-items: start;
    margin-top: 32px;
}

.about-page-sec1 .about3-icon-box .icon {
    background-color: #b3dcf1;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    transition: all 0.4s;
}

.about-page-sec1 .about3-icon-box .icon img {
    transition: all 0.4s;
}

.about-page-sec1 .about3-icon-box .heading1 {
    padding-left: 20px;
}

.about-page-sec1 .about3-icon-box .heading1 p {
    padding-top: 12px;
}

.about-page-sec1 .about3-icon-box:hover .icon {
    background-color: var(--vtc-bg-main-bg-5);
}

.about-page-sec1 .about3-icon-box:hover .icon img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.about-page-sec1 .about3-heading {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-page-sec1 .about3-heading {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about-page-sec1 .about3-heading {
        padding-left: 0;
    }
}

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

.mission .mission-box {
    background-color: var(--vtc-text-text-white-text-1);
    border-radius: 4px;
    padding: 24px;
    margin-top: 34px;
    transition: all 0.4s;
}

.mission .mission-box .icon {
    height: 60px;
    width: 60px;
    background-color: #b3dcf17c;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.4s;
}

.mission .mission-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    background-color: var(--vtc-bg-main-bg-5);
}

.mission .mission-box:hover .icon {
    background-color: #fff;
    transition: all 0.4s;
}

.mission .mission-box:hover .heading1 h5 a {
    color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.mission .mission-box:hover .heading1 p {
    color: rgba(255, 255, 255, 0.8352941176);
    transition: all 0.4s;
}

.team1.about-page-team {
    background-color: #fff;
}

.team1.about-page-team .team1-box .heading-area {
    background-color: #f5f3f4;
}

.tes1.about-page-testimonial {
    background-color: var(--vtc-bg-common-bg2);
}

.tes1.about-page-testimonial .tes1-slider .single-slider {
    background-color: #fff;
}

.tes1.about-page-testimonial .tes7-buttons button {
    background-color: #b3dcf1;
}

.about6 .images-all {
    position: relative;
    height: 580px;
}

.about6 .images-all .image2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about6 .images-all .image3 {
    position: absolute;
    top: 40px;
    right: 60px;
}

.about6 .heading6 {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about6 .heading6 {
        padding-left: 0;
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .about6 .heading6 {
        padding-left: 0;
        padding-top: 40px;
    }
}

.about6 .heading6 .list li {
    color: #081120;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    display: flex;
    align-items: center;
    padding-top: 18px;
}

.about6 .heading6 .list li .check {
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #31572c;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}

.about7 .images-all {
    position: relative;
}

.about7 .images-all .shape {
    position: absolute;
    top: -50px;
    left: -40px;
}

.about7 .images-all .image {
    margin-bottom: 30px;
}

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

.about7 .images-all .review-area {
    background-color: #5957e5;
    border-radius: 7px;
    padding: 28px;
    margin: 0px 20px;
}

@media (max-width: 767px) {
    .about7 .images-all .review-area {
        margin: 0px 0px;
    }
}

.about7 .images-all .review-area h3 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    /* 100% */
}

.about7 .images-all .review-area p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 19.193px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.193px;
    /* 100% */
    padding-top: 12px;
}

.about7 .images-all .review-area img {
    padding-top: 12px;
}

.about7 .heading7 {
    padding-left: 40px;
}

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

@media (max-width: 767px) {
    .about7 .heading7 {
        padding-left: 0;
        padding-top: 30px;
    }
}

.about7 .heading7 .counter-box {
    padding-top: 30px;
    text-align: center;
    padding-right: 30px;
}

.about7 .heading7 .counter-box h3 {
    color: #081120;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 100% */
}

.about7 .heading7 .counter-box p {
    padding-top: 16px;
}

.about8 .heading8 .list li {
    color: #081120;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    display: flex;
    align-items: center;
    padding-top: 18px;
}

.about8 .heading8 .list li .check {
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #141339;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}

.about8 .about8-images {
    margin-right: -70px;
    margin-left: 50px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about8 .about8-images {
        margin-left: 0;
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about8 .about8-images {
        margin-left: 0;
    }
}

.about8 .about8-images .shape {
    position: absolute;
    bottom: -100px;
    left: -100px;
    z-index: 1;
    opacity: 0.4;
}

.about8 .about8-images .cs_case_study_1_list {
    display: flex;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .about8 .about8-images .cs_case_study_1_list {
        flex-direction: column;
    }
}

.about8 .about8-images .cs_case_study_1_list > .cs_case_study.cs_style_1 {
    flex: 1;
}

.about8 .about8-images .cs_case_study_1_list .cs_case_study.cs_style_1 {
    min-height: 400px;
}

.about8
    .about8-images
    .cs_case_study_1_list
    .cs_case_study.cs_style_1
    .cs_case_study_in {
    transition: all 0.2s ease;
    left: 80px;
    opacity: 0;
}

@media (max-width: 767px) {
    .about8
        .about8-images
        .cs_case_study_1_list
        .cs_case_study.cs_style_1
        .cs_case_study_in {
        left: 0;
        opacity: 1;
    }
}

.about8 .about8-images .cs_case_study_1_list .cs_case_study.cs_style_1.active {
    flex: 3;
}

.about8
    .about8-images
    .cs_case_study_1_list
    .cs_case_study.cs_style_1.active
    .cs_case_study_in {
    opacity: 1;
    left: 0;
    transition: all 0.6s ease;
    transition-delay: 0.3s;
}

.about8
    .about8-images
    .cs_case_study_1_list
    .cs_case_study.cs_style_1.active
    .cs_case_study_icon {
    transform: scale(0) rotate(360deg);
    transition-delay: 0.1s;
}

.about8 .about8-images .cs_case_study.cs_style_1 {
    height: 700px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

@media (max-width: 1400px) {
    .about8 .about8-images .cs_case_study.cs_style_1 {
        height: 600px;
    }
}

.about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_title a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 3px;
}

.about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 70px;
    top: 70px;
    z-index: 1;
}

@media (max-width: 767px) {
    .about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_number {
        left: 30px;
        top: 40px;
    }
}

.about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_category {
    margin-bottom: 15px;
}

.about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_thumb {
        margin-bottom: 30px;
        top: auto;
        bottom: 30px;
    }
}

.about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_in {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 88px 72px;
}

@media (max-width: 1400px) {
    .about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 30px;
    }
}

.about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 70px;
    bottom: 86px;
    z-index: 1;
    background-color: #4f4747;
    color: #fff;
    height: 55px;
    width: 55px;
    font-size: 20px;
    transition: all 0.6s ease;
}

@media (max-width: 1400px) {
    .about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_icon {
        left: 40px;
        bottom: 50px;
    }
}

@media (max-width: 767px) {
    .about8 .about8-images .cs_case_study.cs_style_1 .cs_case_study_icon {
        display: none;
    }
}

.about8 .about8-images .cs_case_study_thumb {
    background-image: url(../img/hero/hero7-image1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.about8 .about8-images .cs_case_study_thumb.cs_case_study_thumb2 {
    background-image: url(../img/hero/hero7-image2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.about8 .about8-images .cs_case_study_thumb.cs_case_study_thumb3 {
    background-image: url(../img/hero/hero7-image3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.about8 .about8-images .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0px 12px;
    border-radius: 8px;
    height: 460px;
}

.about9 .heading9 {
    padding-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about9 .heading9 {
        padding-left: 0px;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .about9 .heading9 {
        padding-left: 0px;
        margin-top: 40px;
    }
}

.about9 .heading9 .list li {
    color: #081120;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    display: flex;
    align-items: center;
    padding-top: 18px;
}

.about9 .heading9 .list li .check {
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #2a9134;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .about9 .images-all .image {
        margin-top: 30px;
    }
}

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

.about10 .about10-images {
    margin-right: 30px;
    margin-left: 50px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about10 .about10-images {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .about10 .about10-images {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about10 .about10-images {
        margin-left: 0;
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about10 .about10-images {
        margin-left: 0;
    }
}

.about10 .about10-images .shape {
    position: absolute;
    bottom: -100px;
    left: -100px;
    z-index: 1;
    opacity: 0.4;
}

.about10 .about10-images .cs_case_study_1_list {
    display: flex;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .about10 .about10-images .cs_case_study_1_list {
        flex-direction: column;
    }
}

.about10 .about10-images .cs_case_study_1_list > .cs_case_study.cs_style_1 {
    flex: 1;
}

.about10 .about10-images .cs_case_study_1_list .cs_case_study.cs_style_1 {
    min-height: 400px;
}

.about10
    .about10-images
    .cs_case_study_1_list
    .cs_case_study.cs_style_1
    .cs_case_study_in {
    transition: all 0.2s ease;
    left: 80px;
    opacity: 0;
}

@media (max-width: 767px) {
    .about10
        .about10-images
        .cs_case_study_1_list
        .cs_case_study.cs_style_1
        .cs_case_study_in {
        left: 0;
        opacity: 1;
    }
}

.about10
    .about10-images
    .cs_case_study_1_list
    .cs_case_study.cs_style_1.active {
    flex: 3;
}

.about10
    .about10-images
    .cs_case_study_1_list
    .cs_case_study.cs_style_1.active
    .cs_case_study_in {
    opacity: 1;
    left: 0;
    transition: all 0.6s ease;
    transition-delay: 0.3s;
}

.about10
    .about10-images
    .cs_case_study_1_list
    .cs_case_study.cs_style_1.active
    .cs_case_study_icon {
    transform: scale(0) rotate(360deg);
    transition-delay: 0.1s;
}

.about10 .about10-images .cs_case_study.cs_style_1 {
    height: 700px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

@media (max-width: 1400px) {
    .about10 .about10-images .cs_case_study.cs_style_1 {
        height: 600px;
    }
}

.about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_title a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 3px;
}

.about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 70px;
    top: 70px;
    z-index: 1;
}

@media (max-width: 767px) {
    .about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_number {
        left: 30px;
        top: 40px;
    }
}

.about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_category {
    margin-bottom: 15px;
}

.about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_thumb {
        margin-bottom: 30px;
        top: auto;
        bottom: 30px;
    }
}

.about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_in {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 88px 72px;
}

@media (max-width: 1400px) {
    .about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 30px;
    }
}

.about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 70px;
    bottom: 86px;
    z-index: 1;
    background-color: #4f4747;
    color: #fff;
    height: 55px;
    width: 55px;
    font-size: 20px;
    transition: all 0.6s ease;
}

@media (max-width: 1400px) {
    .about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_icon {
        left: 40px;
        bottom: 50px;
    }
}

@media (max-width: 767px) {
    .about10 .about10-images .cs_case_study.cs_style_1 .cs_case_study_icon {
        display: none;
    }
}

.about10 .about10-images .cs_case_study_thumb {
    background-image: url(../img/hero/hero7-image1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.about10 .about10-images .cs_case_study_thumb.cs_case_study_thumb2 {
    background-image: url(../img/hero/hero7-image2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.about10 .about10-images .cs_case_study_thumb.cs_case_study_thumb3 {
    background-image: url(../img/hero/hero7-image3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.about10 .about10-images .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0px 12px;
    border-radius: 8px;
    height: 460px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about10 .heading10 {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .about10 .heading10 {
        padding-top: 30px;
    }
}

.about10 .heading10 .counter-box {
    padding-top: 30px;
    text-align: center;
}

.about10 .heading10 .counter-box h3 {
    color: #081120;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 100% */
}

.about10 .heading10 .counter-box p {
    padding-top: 16px;
}

/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
.service1 {
    background-color: var(--vtc-text-heading-text-2);
}

.service1-box {
    margin-top: 30px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transition: all 0.4s;
}

.service1-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.service1-box .hover-area {
    position: absolute;
    bottom: 0;
    margin: 24px;
    transform: translateY(60px);
    opacity: 0;
    transition: all 0.4s;
    z-index: 2;
}

.service1-box .hover-area p {
    color: rgba(255, 255, 255, 0.7882352941);
}

.service1-box::after {
    content: "";
    position: absolute;
    bottom: -500px;
    right: -30px;
    height: 600px;
    width: 600px;
    background-color: #0037a3;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s;
}

.service1-box:hover::after {
    opacity: 1;
    transition: all 0.4s;
    bottom: -350px;
}

.service1-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.service1-box:hover .hover-area {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s;
}

.service1-box.active .hover-area {
    position: absolute;
    bottom: 0;
    margin: 24px;
    transform: translateY(0);
    opacity: 1;
    transition: all 0.4s;
    z-index: 2;
}

.service1-box.active .hover-area p {
    color: rgba(255, 255, 255, 0.7882352941);
}

.service1-box.active::after {
    content: "";
    position: absolute;
    bottom: -350px;
    right: -30px;
    height: 600px;
    width: 600px;
    background-color: #0037a3;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.4s;
}

.service2-box {
    margin-top: 60px;
    padding: 70px 32px 32px 32px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1019607843);
    position: relative;
    transition: all 0.4s;
}

.service2-box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    transform: rotateY(95deg);
    transition: all 0.6s linear;
    background-color: var(--vtc-bg-main-bg-2);
    z-index: -1;
    opacity: 0;
}

.service2-box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #46466b;
    position: absolute;
    top: -35px;
    left: 30px;
    transition: all 0.4s;
}

.service2-box .icon img {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}

.service2-box .learn {
    display: inline-block;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 16px 22px 16px 22px;
    background-color: var(--vtc-bg-main-bg-2);
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
    position: relative;
    margin-top: 24px;
    transition: all 0.4s;
}

.service2-box .learn span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.service2-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service2-box:hover::after {
    transform: rotateY(0deg);
    transition: all 0.4s linear;
    background-color: var(--vtc-bg-main-bg-2);
    z-index: -1;
    opacity: 1;
}

.service2-box:hover .icon {
    background-color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.service2-box:hover .icon img {
    transition: all 0.4s;
    filter: none;
}

.service2-box:hover .learn {
    color: var(--vtc-bg-main-bg-2);
    background-color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.service-benefits .benefits-box {
    padding: 32px;
    border-radius: 4px;
    margin-top: 30px;
    transition: all 0.4s;
    position: relative;
}

.service-benefits .benefits-box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    transform: rotateY(95deg);
    transition: all 0.6s linear;
    background-color: var(--vtc-bg-main-bg-2);
    z-index: -1;
    opacity: 0;
}

.service-benefits .benefits-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    transition: all 0.6s linear;
    background-color: #282a5e;
    z-index: -3;
}

.service-benefits .benefits-box h4 a {
    line-height: var(--f-fs-font-fs32);
}

.service-benefits .benefits-box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #46466b;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.service-benefits .benefits-box .icon img {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}

.service-benefits .benefits-box a.learn {
    display: inline-block;
    color: var(--vtc-bg-common-bg1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
}

.service-benefits .benefits-box a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 3px;
}

.service-benefits .benefits-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service-benefits .benefits-box:hover::after {
    opacity: 1;
    transform: rotateY(0deg);
    transition: all 0.4s;
}

.service-benefits .benefits-box:hover .icon {
    background-color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.service-benefits .benefits-box:hover .icon img {
    filter: none;
    transition: all 0.4s;
}

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

.service3 .service3-box {
    background-color: var(--vtc-text-text-white-text-1);
    border-radius: 4px;
    padding: 32px;
    margin-top: 30px;
    transition: all 0.4s;
}

.service3 .service3-box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--vtc-bg-common-bg5);
    margin-bottom: 30px;
    transition: all 0.4s;
}

.service3 .service3-box .icon img {
    transition: all 0.4s linear;
}

.service3 .service3-box .learn {
    display: inline-block;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.service3 .service3-box .learn:hover {
    color: var(--vtc-bg-main-bg-3);
    transition: all 0.4s;
}

.service3 .service3-box .learn span {
    display: inline-block;
    transform: rotate(-45deg);
}

.service3 .service3-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}

.service3 .service3-box:hover .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--vtc-bg-main-bg-3);
    margin-bottom: 30px;
    transition: all 0.4s;
}

.service3 .service3-box:hover .icon img {
    transition: all 0.4s linear;
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.service3 .shape1 {
    position: absolute;
    top: 0;
    right: 0;
}

.service4 {
    background-color: var(--vtc-bg-main-bg-0);
}

.service4-box {
    position: relative;
    margin-top: 34px;
    transition: all 0.4s;
}

.service4-box .image {
    overflow: hidden;
    border-radius: 4px;
}

.service4-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.service4-box .icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: var(--vtc-bg-main-bg-6);
    background-color: var(--vtc-text-text-white-text-1);
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 24px;
    transform: rotate(-45deg) scale(1.4);
    transition: all 0.4s;
    opacity: 0;
}

.service4-box .heading4-w {
    margin: 0px 30px;
    position: absolute;
    bottom: 30px;
}

.service4-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}

.service4-box:hover .image img {
    transform: rotate(2deg) scale(1.1);
    transition: all 0.4s;
}

.service4-box:hover .icon {
    opacity: 1;
    transition: all 0.4s;
    transform: rotate(-45deg) scale(1);
}

.service5 {
    background-color: var(--vtc-bg-common-bg9);
}

.service5-box {
    margin-top: 60px;
    padding: 70px 32px 32px 32px;
    border-radius: 4px;
    background-color: var(--vtc-bg-bg-white);
    position: relative;
    transition: all 0.4s;
}

.service5-box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    transform: rotateY(95deg);
    transition: all 0.6s linear;
    background-color: var(--vtc-bg-main-bg-2);
    z-index: -1;
    opacity: 0;
}

.service5-box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #f3dfe5;
    position: absolute;
    top: -35px;
    left: 30px;
    transition: all 0.4s;
}

.service5-box .icon img {
    transition: all 0.4s;
}

.service5-box .learn {
    display: inline-block;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 16px 22px 16px 22px;
    background-color: var(--vtc-bg-main-bg-2);
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
    position: relative;
    margin-top: 24px;
    transition: all 0.4s;
}

.service5-box .learn span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.service5-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service5-box:hover .heading5 h4 a {
    color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.service5-box:hover .heading5 p {
    color: rgba(255, 255, 255, 0.7803921569);
    transition: all 0.4s;
}

.service5-box:hover::after {
    transform: rotateY(0deg);
    transition: all 0.4s linear;
    background-color: var(--vtc-bg-main-bg-2);
    z-index: -1;
    opacity: 1;
}

.service5-box:hover .icon {
    background-color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.service5-box:hover .icon img {
    transition: all 0.4s;
    filter: none;
}

.service5-box:hover .learn {
    color: var(--vtc-bg-main-bg-2);
    background-color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.service-benefits5 .benefits-box {
    padding: 32px;
    border-radius: 4px;
    margin-top: 30px;
    transition: all 0.4s;
    position: relative;
}

.service-benefits5 .benefits-box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    transform: rotateY(95deg);
    transition: all 0.6s linear;
    background-color: var(--vtc-bg-main-bg-2);
    z-index: -1;
    opacity: 0;
}

.service-benefits5 .benefits-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    transition: all 0.6s linear;
    background-color: #f2f4f7;
    z-index: -3;
}

.service-benefits5 .benefits-box h4 a {
    line-height: var(--f-fs-font-fs32);
    color: var(--vtc-text-heading-text-3);
}

.service-benefits5 .benefits-box p {
    color: rgba(0, 20, 49, 0.8431372549);
}

.service-benefits5 .benefits-box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #f3dfe5;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.service-benefits5 .benefits-box .icon img {
    transition: all 0.4s;
}

.service-benefits5 .benefits-box a.learn {
    display: inline-block;
    color: var(--vtc-text-heading-text-3);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.service-benefits5 .benefits-box a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 3px;
}

.service-benefits5 .benefits-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service-benefits5 .benefits-box:hover::after {
    opacity: 1;
    transform: rotateY(0deg);
    transition: all 0.4s;
}

.service-benefits5 .benefits-box:hover h4 a {
    line-height: var(--f-fs-font-fs32);
    color: #fff;
    transition: all 0.4s;
}

.service-benefits5 .benefits-box:hover p {
    color: rgba(255, 255, 255, 0.8431372549);
    transition: all 0.4s;
}

.service-benefits5 .benefits-box:hover a.learn {
    display: inline-block;
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.service-benefits5 .benefits-box:hover a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 3px;
}

.service-benefits5 .benefits-box:hover .icon {
    background-color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.service-benefits5 .benefits-box:hover .icon img {
    filter: none;
    transition: all 0.4s;
}

.service1.service-page-service {
    background-color: #fff;
}

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

.service6 .service-box {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    text-align: center;
    transition: all 0.4s;
}

.service6 .service-box .icon {
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    background-color: #f3f5f2;
    position: relative;
    left: 50%;
    margin-left: -45px;
    border-radius: 50%;
    margin-top: -45px;
    z-index: 9;
}

.service6 .service-box .icon img {
    transition: all 0.4s;
}

.service6 .service-box .heading6 h5 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 12px;
    transition: all 0.4s;
}

.service6 .service-box .heading6 h5 a:hover {
    color: #f1c832;
}

.service6 .service-box .image {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.service6 .service-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.service6 .service-box .image .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #f1c832;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    font-size: 20px;
    margin-top: -24px;
    margin-left: -24px;
    color: #081120;
    transform: rotate(-45deg) scale(1.5);
    z-index: 3;
    opacity: 0;
    transition: all 0.4s;
}

.service6 .service-box .image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #081120;
    opacity: 0;
    border-radius: 8px;
    z-index: 1;
    transition: all 0.4s;
    transform: scale(0.6);
}

.service6 .service-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service6 .service-box:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}

.service6 .service-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.service6 .service-box:hover .image::after {
    opacity: 0.4;
    transform: scale(1);
}

.service6 .service-box:hover .image .arrow {
    transition: all 0.4s;
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}

.service7 .service7-slider {
    margin-top: 60px;
}

.service7 .service7-slider .single-slider {
    margin: 0px 15px;
    position: relative;
}

.service7 .service7-slider .single-slider .image {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.service7 .service7-slider .single-slider .image img {
    width: 100%;
    transition: all 0.4s;
}

.service7 .service7-slider .single-slider .image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background-color: #081120;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(0.6);
}

.service7 .service7-slider .single-slider .image .hover-icon {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #5957e5;
    border-radius: 50%;
    transform: rotate(-45deg) scale(1.5);
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -24px;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}

.service7 .service7-slider .single-slider .hover-area {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    position: absolute;
    bottom: 24px;
    margin: 0px 20px 0px 30px;
    left: 0;
    width: 85%;
    display: flex;
    align-items: center;
}

.service7 .service7-slider .single-slider .hover-area h3 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    text-transform: uppercase;
    padding-left: 20px;
    transition: all 0.4s;
}

.service7 .service7-slider .single-slider .hover-area h3 a:hover {
    color: #5957e5;
    transition: all 0.4s;
}

.service7 .service7-slider .single-slider:hover {
    transition: all 0.4s;
}

.service7 .service7-slider .single-slider:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.service7 .service7-slider .single-slider:hover .image .hover-icon {
    opacity: 1;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.service7 .service7-slider .single-slider:hover .image::after {
    transition: all 0.4s;
    opacity: 0.4;
    transform: scale(1);
}

.service7 .service7-slider .single-slider.slick-current.slick-active {
    transition: all 0.4s;
}

.service7
    .service7-slider
    .single-slider.slick-current.slick-active
    .image
    img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.service7
    .service7-slider
    .single-slider.slick-current.slick-active
    .image
    .hover-icon {
    opacity: 1;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.service7
    .service7-slider
    .single-slider.slick-current.slick-active
    .image::after {
    transition: all 0.4s;
    opacity: 0.4;
    transform: scale(1);
}

.service7 .arrows-button {
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service7 .arrows-button {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .service7 .arrows-button {
        text-align: center;
        margin-top: 20px;
    }
}

.service7 .arrows-button button {
    font-size: 20px;
    background-color: #fff;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border: none;
    border-radius: 50%;
    margin-left: 10px;
    color: #081120;
    transition: all 0.4s;
}

.service7 .arrows-button button:hover {
    background-color: #5957e5;
    color: #fff;
    transition: all 0.4s;
}

.service8 .service-box {
    margin-top: 70px;
    background-color: #fff;
    border-radius: 8px;
    padding: 64px 28px 32px 28px;
    position: relative;
    transition: all 0.4s;
}

.service8 .service-box .icon {
    background-color: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
}

.service8 .service-box .icon img {
    transition: all 0.4s;
}

.service8 .service-box .heading h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.service8 .service-box .heading h4 a:hover {
    transition: all 0.4s;
    color: #f6aa32;
}

.service8 .service-box .heading p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    padding: 16px 0px 20px 0px;
}

.service8 .service-box .heading .learn {
    display: inline-block;
    color: #081120;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.service8 .service-box .heading .learn:hover {
    transition: all 0.4s;
    color: #f6aa32;
}

.service8 .service-box:hover {
    background-color: #081120;
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service8 .service-box:hover .icon img {
    transform: rotateY(180deg);
    transition: all 0.4s;
}

.service8 .service-box:hover .heading h4 a {
    transition: all 0.4s;
    color: #fff;
}

.service8 .service-box:hover .heading p {
    transition: all 0.4s;
    color: rgba(255, 255, 255, 0.7607843137);
}

.service8 .service-box:hover .heading .learn {
    transition: all 0.4s;
    color: #fff;
}

.service9 {
    position: relative;
}

.service9::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f3f5f2;
    border-radius: 8px;
    z-index: -4;
}

.service9 .service-box {
    text-align: center;
    padding: 32px 28px;
    position: relative;
    z-index: 4;
    margin-top: 6px;
    transition: all 0.4s;
}

.service9 .service-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service9 .service-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    z-index: -1;
}

.service9 .service-box span.text {
    display: inline-block;
    color: #2a9134;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    padding: 28px 0px 24px 0px;
}

.service9 .service-box h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.service9 .service-box h4 a:hover {
    color: #2a9134;
    transition: all 0.4s;
}

.service9 .service-box p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    padding: 14px 0px 20px 0px;
}

.service9 .service-box .learn {
    display: inline-block;
    color: #081120;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.service9 .service-box .learn:hover {
    color: #2a9134;
    transition: all 0.4s;
}

.service10 .service-box {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 8px;
    padding: 28px 36px;
    text-align: center;
    transition: all 0.4s;
}

.service10 .service-box .icon {
    background-color: #f7f5fb;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    margin: auto;
}

.service10 .service-box .heading h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
    padding-top: 24px;
}

.service10 .service-box .heading p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    padding: 16px 0px 22px 0px;
    transition: all 0.4s;
}

.service10 .service-box .heading .learn {
    display: inline-block;
    color: #081120;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.service10 .service-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    background-color: #fa6444;
}

.service10 .service-box:hover h4 a {
    color: #fff;
    transition: all 0.4s;
}

.service10 .service-box:hover p {
    color: rgba(255, 255, 255, 0.7803921569);
    transition: all 0.4s;
}

.service10 .service-box:hover a.learn {
    color: #fff;
    transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/
.chosse1 .icon-box {
    background-color: var(--vtc-bg-common-bg2);
    border-radius: 4px;
    padding: 24px;
    text-align: center;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.chosse1 .icon-box .icon {
    margin-bottom: 20px;
    transition: all 0.4s;
}

.chosse1 .icon-box .icon img {
    transition: all 0.4s;
}

.chosse1 .icon-box:hover {
    background-color: var(--vtc-bg-main-bg-5);
    transition: all 0.4s;
    transform: translateY(-10px);
}

.chosse1 .icon-box:hover .icon {
    transition: all 0.4s;
}

.chosse1 .icon-box:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
    filter: brightness(40);
}

.chosse1 .icon-box:hover .heading1 h3 {
    transition: all 0.4s;
    color: var(--vtc-text-text-white-text-1);
}

.chosse1 .icon-box:hover .heading1 p {
    color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.chosse1 .icon-box.icon-box2 {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chosse1 .image {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .chosse1 .image {
        margin-top: 30px;
    }
}

.chosse1 .image img {
    width: 100%;
    border-radius: 4px;
}

.chosse1 .choose1-heading {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chosse1 .choose1-heading {
        padding-left: 0;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .chosse1 .choose1-heading {
        padding-left: 0;
        padding-top: 30px;
    }
}

.chosse1 .choose1-heading .icon-list {
    margin-top: 20px;
}

.chosse1 .choose1-heading .icon-list li {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-medium);
    color: var(--vtc-text-heading-text-1);
}

.chosse1 .choose1-heading .icon-list li span {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background-color: var(--vtc-text-heading-text-1);
    color: var(--vtc-text-text-white-text-1);
    border-radius: 50%;
    margin-right: 5px;
}

/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta {
    background-color: var(--vtc-text-heading-text-2);
    padding-top: 60px;
}

.cta .cta-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.301);
    padding-bottom: 60px;
}

.cta .subscribe-area {
    text-align: end;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta .subscribe-area {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .cta .subscribe-area {
        margin-top: 24px;
    }
}

.cta .subscribe-area input {
    padding: 18px;
    border: none;
    border-radius: 4px;
    width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta .subscribe-area input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta .subscribe-area input {
        width: 100%;
    }
}

.cta .subscribe-area input:focus {
    outline: none;
}

.cta .subscribe-area input::-moz-placeholder {
    color: #696b6d;
}

.cta .subscribe-area input::placeholder {
    color: #696b6d;
}

.cta .subscribe-area .button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.cta2 .cta2-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 4px;
    margin-bottom: -220px;
    z-index: 2;
}

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

@media (max-width: 767px) {
    .cta2 .cta2-bg {
        min-height: 730px;
    }
}

.cta2 .cta2-bg .main-image {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 120px;
}

.cta2 .cta2-bg .heading2 {
    padding: 80px 80px 80px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta2 .cta2-bg .heading2 {
        padding: 80px 80px 80px 80px;
    }
}

@media (max-width: 767px) {
    .cta2 .cta2-bg .heading2 {
        padding: 40px 40px 40px 40px;
    }
}

.cta2 .cta2-bg .heading2 p {
    color: var(--vtc-text-text-black-text-1);
}

.cta2 .cta2-bg .subscribe-area {
    text-align: start;
    position: relative;
    margin-right: 100px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .cta2 .cta2-bg .subscribe-area {
        margin-right: 0;
    }
}

.cta2 .cta2-bg .subscribe-area input {
    padding: 18px;
    border: none;
    border-radius: 4px;
    width: 100%;
}

.cta2 .cta2-bg .subscribe-area input:focus {
    outline: none;
}

.cta2 .cta2-bg .subscribe-area .button {
    position: absolute;
    top: 4px;
    right: 4px;
}

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

.cta5 {
    padding-top: 60px;
}

.cta5 .cta-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.301);
    padding-bottom: 60px;
}

.cta5 .subscribe-area {
    text-align: end;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta5 .subscribe-area {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .cta5 .subscribe-area {
        margin-top: 24px;
    }
}

.cta5 .subscribe-area input {
    padding: 18px;
    border: none;
    border-radius: 4px;
    width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta5 .subscribe-area input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta5 .subscribe-area input {
        width: 100%;
    }
}

.cta5 .subscribe-area input:focus {
    outline: none;
}

.cta5 .subscribe-area input::-moz-placeholder {
    color: #696b6d;
}

.cta5 .subscribe-area input::placeholder {
    color: #696b6d;
}

.cta5 .subscribe-area .button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.cta6 {
    background-color: #325d28;
}

.cta6 .images {
    text-align: end;
    position: relative;
}

.cta6 .images .img1 {
    position: absolute;
    top: 75px;
    right: 0;
}

.cta6 .images .img2 {
    position: absolute;
    top: 3px;
    right: 0px;
}

.cta6 .heading6-w {
    padding: 60px 0px;
}

.cta6 .heading6-w .form-area {
    position: relative;
    margin-top: 30px;
    margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6 .heading6-w .form-area {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .cta6 .heading6-w .form-area {
        margin-right: 0;
    }
}

@media (max-width: 400px) {
    .cta2 .cta2-bg .subscribe-area .button {
        position: relative;
        width: 100%;
        text-align: right;
        /* Align content to the right */
    }

    .cta2 .cta2-bg .subscribe-area .button button {
        padding: 15px;
    }
}

.cta6 .heading6-w .form-area .button {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.cta6 .heading6-w .form-area input {
    width: 100%;
    border-radius: 8px;
    border: none;
    padding: 20px;
}

.cta6 .heading6-w .form-area input:focus {
    outline: none;
}

.cta6 .heading6-w .form-area input::-moz-placeholder {
    color: var(--Paragraph-Color, #646375);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.cta6 .heading6-w .form-area input::placeholder {
    color: var(--Paragraph-Color, #646375);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.cta7 {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.cta7 .heading6-w .form-area {
    position: relative;
    margin-top: 30px;
    margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta7 .heading6-w .form-area {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .cta7 .heading6-w .form-area {
        margin-right: 0;
    }
}

.cta7 .heading6-w .form-area .button {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.cta7 .heading6-w .form-area input {
    width: 100%;
    border-radius: 8px;
    border: none;
    padding: 20px;
}

.cta7 .heading6-w .form-area input:focus {
    outline: none;
}

.cta7 .heading6-w .form-area input::-moz-placeholder {
    color: var(--Paragraph-Color, #646375);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.cta7 .heading6-w .form-area input::placeholder {
    color: var(--Paragraph-Color, #646375);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.cta7 .cta-contact-area .contact-box {
    padding: 24px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1294117647);
    display: flex;
    align-items: center;
    transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta7 .cta-contact-area .contact-box {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cta7 .cta-contact-area .contact-box {
        margin-top: 30px;
    }
}

.cta7 .cta-contact-area .contact-box:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}

.cta7 .cta-contact-area .contact-box .icon {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    border-radius: 50%;
}

.cta7 .cta-contact-area .contact-box .heading {
    padding-left: 20px;
}

.cta7 .cta-contact-area .contact-box .heading h6 {
    color: rgba(255, 255, 255, 0.8078431373);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
}

.cta7 .cta-contact-area .contact-box .heading a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    padding-top: 13px;
    transition: all 0.4s;
}

.cta7 .cta-contact-area .contact-box .heading a:hover {
    color: #5957e5;
}

.cta8 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.cta8 .heading6-w .form-area {
    position: relative;
    margin: 30px 30px 0px 30px;
}

.cta8 .heading6-w .form-area input {
    padding: 19px;
    border: none;
    border-radius: 8px;
    width: 100%;
}

.cta8 .heading6-w .form-area input:focus {
    outline: none;
}

.cta8 .heading6-w .form-area input::-moz-placeholder {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.cta8 .heading6-w .form-area input::placeholder {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.cta8 .heading6-w .form-area .button {
    position: absolute;
    right: 4px;
    top: 4px;
}

.cta9 {
    background-color: #2a9134;
}

.cta9 .images {
    text-align: end;
    position: relative;
}

.cta9 .images .img1 {
    position: absolute;
    top: 75px;
    right: 0;
}

.cta9 .images .img2 {
    position: absolute;
    top: 3px;
    right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta9 .images .img2 {
        position: static;
    }
}

@media (max-width: 767px) {
    .cta9 .images .img2 {
        position: static;
    }
}

.cta9 .heading6-w {
    padding: 60px 0px;
}

.cta9 .heading6-w .form-area {
    position: relative;
    margin-top: 30px;
    margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta9 .heading6-w .form-area {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .cta9 .heading6-w .form-area {
        margin-right: 0;
    }
}

.cta9 .heading6-w .form-area .button {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.cta9 .heading6-w .form-area input {
    width: 100%;
    border-radius: 8px;
    border: none;
    padding: 20px;
}

.cta9 .heading6-w .form-area input:focus {
    outline: none;
}

.cta9 .heading6-w .form-area input::-moz-placeholder {
    color: var(--Paragraph-Color, #646375);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.cta9 .heading6-w .form-area input::placeholder {
    color: var(--Paragraph-Color, #646375);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
.faq-all-area .accordion-item.active {
    background-color: var(--vtc-bg-main-bg-5) !important;
    transition: all 0.4s;
}

.faq-all-area .accordion-item.active button {
    background-color: var(--vtc-bg-main-bg-5) !important;
    color: #f5f3f4 !important;
    transition: all 0.4s;
}

.faq-all-area .accordion-item.active .accordion-body {
    color: rgba(255, 255, 255, 0.6980392157) !important;
}

.faq-all-area .accordion-item.active .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: brightness(0) invert(1);
}

.faq-all-area .accordion {
    border: none;
}

.faq-all-area .accordion .accordion-item {
    margin-top: 20px;
    border: none;
    border-radius: 7px;
    padding: 2px;
    border: none;
    background-color: #f5f3f4;
}

.faq-all-area .accordion .accordion-item button {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-semibold);
    color: var(--ztc-text-text-1);
    padding: 20px;
    background-color: #f5f3f4;
}

.faq-all-area .accordion .accordion-item button:focus {
    box-shadow: none;
}

.faq-all-area .accordion .accordion-item .accordion-body {
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-regular);
    color: var(--ztc-text-pera-text-1);
    padding: 0px 16px 16px 16px;
}

.faq-all-area .accordion .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: brightness(0);
}

.faq-all-area .accordion-button:not(.collapsed) {
    color: var(--ztc-text-text-1);
    background-color: #f5f3f4;
    border: none;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
        var(--bs-accordion-border-color);
}

.faq-all-area .accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: #dee2e600;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="var%28--bs-body-color%29"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
    );
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%230c63e4"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
    );
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}

/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
.hero1-slider {
    padding: 50px 0px;
    background-color: var(--vtc-text-heading-text-1);
}

.hero9-slider {
    padding: 50px 0px;
    background-color: #f3f5f2;
}

.hero9-slider .single-slider {
    margin: 0px 20px;
}

.logo-slider3 .single-slider {
    margin: 0px 10px;
}

.logo-slider4 {
    margin-top: 40px;
}

.logo-slider4 .single-slider {
    margin: 0px 10px;
}

.logo-slider-area .slider-pera {
    margin-bottom: 60px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    text-align: center;
}

.logo-slider-area .slider-pera p {
    color: var(--vtc-text-heading-text-1);
    text-align: center;
    font-weight: var(--f-fw-bold);
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    background-color: #fff;
    padding: 0px 40px;
    display: inline-block;
}

.logo-slider-area .slider-pera::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--vtc-bg-common-bg4);
    z-index: -1;
}

.solution4-box {
    margin-top: 34px;
    background-color: var(--vtc-bg-common-bg7);
    border-radius: 4px;
    transition: all 0.4s;
}

.solution4-box .image {
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}

.solution4-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.solution4-box .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -30px;
    margin-left: 24px;
    position: relative;
    z-index: 2;
    transition: all 0.4s;
}

.solution4-box .icon img {
    transition: all 0.4s;
}

.solution4-box .heading4 {
    padding: 24px;
}

.solution4-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.solution4-box:hover .image img {
    transition: all 0.4s;
    transform: rotate(2deg) scale(1.1);
}

.solution4-box:hover .icon {
    background-color: var(--vtc-bg-main-bg-6);
    transition: all 0.4s;
    transform: rotateY(180deg);
}

.solution4-box:hover .icon img {
    transition: all 0.4s;
    filter: brightness(40);
}

.video-area5 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.video-area5 .video-area-button {
    margin-top: 200px;
}

.video-area5 .video-area-button a {
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.video-area5 .video-area-button a:hover {
    color: #fff;
    background-color: var(--vtc-bg-main-bg-2);
}

.video-area5 .video-area-button p {
    color: #fff;
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    padding-top: 24px;
}

.others6 {
    position: relative;
}

.others6 .others-boxs {
    padding: 20px;
    margin-top: 30px;
    background-color: #f3f5f2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others6 .others-boxs {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .others6 .others-boxs {
        margin-right: 0px;
    }
}

.others6 .others-boxs .icon {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    border-radius: 50%;
}

.others6 .others-boxs .icon img {
    transition: all 0.4s;
}

.others6 .others-boxs .heading6 {
    padding-left: 20px;
}

.others6 .others-boxs .heading6 p {
    padding-top: 14px;
}

.others6 .others-boxs:hover {
    transform: translateY(-10px);
}

.others6 .others-boxs:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}

.others6 .images-all {
    height: 530px;
    position: relative;
    text-align: center;
}

.others6 .images-all .image2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.others6 .sec-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.industries7 .industries-box {
    margin-top: 30px;
    background-color: #f8f7ff;
    padding: 28px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.4s;
}

.industries7 .industries-box h3 {
    color: #081120;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.industries7 .industries-box .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.industries7 .industries-box .bottom .icons {
    margin-right: 12px;
}

.industries7 .industries-box .bottom .icons img {
    transition: all 0.4s;
}

.industries7 .industries-box .bottom .pera p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    transition: all 0.4s;
}

/* .pera {
    max-height: 170px;
    overflow-y: scroll;
    padding-right: 10px;
}


.pera::-webkit-scrollbar {
    display: none;
}

.pera {
    -ms-overflow-style: none;
    scrollbar-width: none;
} */
.show-more-btn {
    background-color: #3498db;
    /* Set your desired color */
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}

.show-more-btn:hover {
    background-color: #2980b9;
    /* A darker shade on hover */
}

.industries7 .industries-box:hover {
    transform: translateY(-10px);
    background-color: #5957e5;
    transition: all 0.4s;
}

.industries7 .industries-box:hover h3 {
    transition: all 0.4s;
    color: #fff;
}

.industries7 .industries-box:hover .bottom .icons img {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}

.industries7 .industries-box:hover .bottom .pera p {
    transition: all 0.4s;
    color: rgba(255, 255, 255, 0.7607843137);
}

.others8 {
    position: relative;
}

.others8 .others-boxs {
    padding: 20px;
    margin-top: 30px;
    background-color: #f7f5fb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others8 .others-boxs {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .others8 .others-boxs {
        margin-right: 0px;
    }
}

.others8 .others-boxs .icon {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    border-radius: 50%;
}

.others8 .others-boxs .icon img {
    transition: all 0.4s;
}

.others8 .others-boxs .heading8 {
    padding-left: 20px;
}

.others8 .others-boxs .heading8 h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    transition: all 0.4s;
}

.others8 .others-boxs .heading8 h4 a:hover {
    transition: all 0.4s;
    color: #f6aa32;
}

.others8 .others-boxs .heading8 p {
    padding-top: 14px;
}

.others8 .others-boxs:hover {
    transform: translateY(-10px);
}

.others8 .others-boxs:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}

.others8 .images-all {
    height: 530px;
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others8 .images-all {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .others8 .images-all {
        margin-left: 0px;
    }
}

.others8 .images-all .image2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.others8 .sec-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.solutions9 .solutions-box {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    transition: all 0.4s;
}

.solutions9 .solutions-box .heading-area {
    position: relative;
}

.solutions9 .solutions-box .heading-area .icon {
    background-color: #f3f5f2;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    margin-top: -45px;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -45px;
}

.solutions9 .solutions-box .heading-area .icon img {
    transition: all 0.4s;
}

.solutions9 .solutions-box .heading-area .heading {
    padding: 60px 24px 24px 24px;
}

.solutions9 .solutions-box .heading-area .heading h4 a {
    display: inline-block;
    color: #081120;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
    transition: all 0.4s;
}

.solutions9 .solutions-box .heading-area .heading h4 a:hover {
    transition: all 0.4s;
    color: #2a9134;
}

.solutions9 .solutions-box .heading-area .heading p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    padding-top: 14px;
}

.solutions9 .solutions-box .image {
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.solutions9 .solutions-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.solutions9 .solutions-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}

.solutions9 .solutions-box:hover .image img {
    transform: scale(1.1) rotate(2deg);
    transition: all 0.4s;
}

.solutions9 .solutions-box:hover .heading-area .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*======== pricing-plan-start ==========*/
.toggle-inner {
    width: 75px;
    margin: 0 auto;
    height: 35px;
    border: 1px solid #0e1124;
    background: var(--vtc-bg-main-bg-2);
    border-radius: 25px;
    position: relative;
}

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

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

.toggle-inner .t-month,
.toggle-inner .t-year {
    position: absolute;
    left: -70px;
    top: 8px;
    color: #fff;
    transition: 300ms all;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.toggle-inner {
    margin-top: 30px;
}

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

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

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

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

.toggle-inner {
    width: 75px;
    margin: 0 auto;
    height: 35px;
    border: 1px solid var(--vtc-bg-main-bg-2);
    border-radius: 25px;
    position: relative;
}

.pricing-box {
    padding: 32px 24px;
    border-radius: 4px;
    border: 1px solid rgba(16, 0, 43, 0.15);
    position: relative;
    margin-top: 40px;
}

.pricing-box h5 {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    color: #f6f8f9;
    font-weight: var(--f-fw-bold);
    margin-bottom: 16px;
    transition: all 0.4s;
}

.pricing-box h3 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs44);
    color: #ffffff;
    font-weight: var(--f-fw-bold);
    padding: 30px 0px 16px 0px;
    transition: all 0.4s;
}

.pricing-box .pricing-btn {
    width: 100%;
    border-radius: 8px;
    padding: 22px;
    background-color: var(--vtc-text-heading-text-2);
    display: inline-block;
    text-align: center;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    margin: 32px 0px;
    transition: all 0.4s;
}

.pricing-box .pricing-btn:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.pricing-box .h-pera {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.pricing-box .list {
    margin-top: 10px;
}

.pricing-box .list li {
    color: #a9aabf;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-medium);
    padding-top: 14px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
}

.pricing-box .list li span {
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 12px;
    font-size: 8px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.4s;
}

.pricing-box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    transform: rotateY(95deg);
    transition: all 0.4s linear;
    background-color: #fff;
    z-index: -2;
    opacity: 0;
}

.pricing-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    transition: all 0.6s linear;
    background-color: #282a5e;
    z-index: -3;
}

.pricing-box:hover::after {
    opacity: 1;
    transform: rotateY(0deg);
    transition: all 0.4s linear;
}

.pricing-box:hover h5 {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    margin-bottom: 16px;
}

.pricing-box:hover p {
    color: var(--vtc-text-pera-text-1);
}

.pricing-box:hover h3 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs44);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    padding: 30px 0px 16px 0px;
}

.pricing-box:hover .h-pera {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.pricing-box:hover .pricing-btn {
    width: 100%;
    border-radius: 8px;
    padding: 22px;
    background-color: var(--vtc-bg-main-bg-2);
    display: inline-block;
    text-align: center;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    margin: 32px 0px;
    transition: all 0.4s;
}

.pricing-box:hover .list {
    margin-top: 10px;
}

.pricing-box:hover .list li {
    color: #5b5d5f;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-medium);
    padding-top: 14px;
    display: flex;
    align-items: center;
}

.pricing-box:hover .list li span {
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 12px;
    font-size: 8px;
    border: 1px solid var(--vtc-text-heading-text-1);
    color: var(--vtc-text-heading-text-1);
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}

.pricing-box.active::after {
    opacity: 1;
    transform: rotateY(0deg);
    transition: all 0.4s linear;
}

.pricing-box.active h5 {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    margin-bottom: 16px;
}

.pricing-box.active p {
    color: var(--vtc-text-pera-text-1);
}

.pricing-box.active h3 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs44);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    padding: 30px 0px 16px 0px;
}

.pricing-box.active .h-pera {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.pricing-box.active .pricing-btn {
    width: 100%;
    border-radius: 8px;
    padding: 22px;
    background-color: var(--vtc-bg-main-bg-2);
    display: inline-block;
    text-align: center;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    margin: 32px 0px;
    transition: all 0.4s;
}

.pricing-box.active .list {
    margin-top: 10px;
}

.pricing-box.active .list li {
    color: #5b5d5f;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-medium);
    padding-top: 14px;
    display: flex;
    align-items: center;
}

.pricing-box.active .list li span {
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 12px;
    font-size: 8px;
    border: 1px solid var(--vtc-text-heading-text-1);
    color: var(--vtc-text-heading-text-1);
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}

/*======== pricing-plan-end ==========*/
/*======== pricing-plan-2 start ==========*/
.pricing-plan-page2 .toggle-inner .t-month,
.pricing-plan-page2 .toggle-inner .t-year {
    position: absolute;
    left: -70px;
    top: 8px;
    color: #001431;
    transition: 300ms all;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.pricing-plan-page2 .toggle-inner .t-year {
    left: unset;
    right: -140px;
    opacity: 0.5;
}

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

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

.pricing-box2 {
    padding: 32px 24px;
    border-radius: 4px;
    position: relative;
    margin-top: 40px;
}

.pricing-box2 h5 {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    color: var(--vtc-text-heading-text-3);
    font-weight: var(--f-fw-bold);
    margin-bottom: 16px;
    transition: all 0.4s;
}

.pricing-box2 h3 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs44);
    color: var(--vtc-text-heading-text-3);
    font-weight: var(--f-fw-bold);
    padding: 30px 0px 16px 0px;
    transition: all 0.4s;
}

.pricing-box2 .heading2 p {
    color: var(---vtc-text-pera-text-1);
}

.pricing-box2 .pricing-btn {
    width: 100%;
    border-radius: 8px;
    padding: 22px;
    background-color: var(--vtc-text-heading-text-1);
    display: inline-block;
    text-align: center;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    margin: 32px 0px;
    transition: all 0.4s;
}

.pricing-box2 .pricing-btn:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.pricing-box2 .h-pera {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(---vtc-text-pera-text-3);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.pricing-box2 .list {
    margin-top: 10px;
}

.pricing-box2 .list li {
    color: var(--vtc-text-pera-text-3);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-medium);
    padding-top: 14px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
}

.pricing-box2 .list li span {
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 12px;
    font-size: 8px;
    border: 1px solid var(--vtc-text-heading-text-1);
    color: var(--vtc-text-heading-text-1);
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.4s;
}

.pricing-box2::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    transform: rotateY(95deg);
    transition: all 0.4s linear;
    background-color: #f2f4f7;
    z-index: -2;
    opacity: 0;
}

.pricing-box2::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    transition: all 0.6s linear;
    background-color: var(--vtc-bg-common-bg9);
    z-index: -3;
}

.pricing-box2:hover::after {
    opacity: 1;
    transform: rotateY(0deg);
    transition: all 0.4s linear;
}

.pricing-box2:hover h5 {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    margin-bottom: 16px;
}

.pricing-box2:hover p {
    color: var(--vtc-text-pera-text-1);
}

.pricing-box2:hover h3 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs44);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    padding: 30px 0px 16px 0px;
}

.pricing-box2:hover .h-pera {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.pricing-box2:hover .pricing-btn {
    width: 100%;
    border-radius: 8px;
    padding: 22px;
    background-color: var(--vtc-bg-main-bg-2);
    display: inline-block;
    text-align: center;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    margin: 32px 0px;
    transition: all 0.4s;
}

.pricing-box2:hover .list {
    margin-top: 10px;
}

.pricing-box2:hover .list li {
    color: #5b5d5f;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-medium);
    padding-top: 14px;
    display: flex;
    align-items: center;
}

.pricing-box2:hover .list li span {
    display: inline-block;
    height: 14px;
    width: 14px;
    line-height: 12px;
    font-size: 8px;
    border: 1px solid var(--vtc-text-heading-text-1);
    color: var(--vtc-text-heading-text-1);
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}

.pricing-box2.active .pricing-btn {
    width: 100%;
    border-radius: 8px;
    padding: 22px;
    background-color: var(--vtc-bg-main-bg-2);
    display: inline-block;
    text-align: center;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    margin: 32px 0px;
    transition: all 0.4s;
}

/*======== pricing-plan-2 end ==========*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
.contact1 {
    background-color: var(--vtc-text-heading-text-1);
}

.contact1 .heading1-w {
    padding-right: 60px;
}

.contact1 .contact1-box {
    background-color: var(--vtc-bg-bg-white);
    padding: 24px 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    transition: all 0.4s;
}

.contact1 .contact1-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}

.contact1 .contact1-box .icon {
    height: 70px;
    line-height: 80px;
    width: 70px;
    text-align: center;
    background-color: var(--vtc-bg-common-bg1);
    border-radius: 50%;
    margin-right: 20px;
}

.contact1 .contact1-box .heading p {
    color: var(--vtc-text-pera-text-1);
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact1 .contact1-box .heading a {
    display: inline-block;
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-heading-text-1);
    padding-top: 16px;
    transition: all 0.4s;
}

.contact1 .contact1-box .heading a:hover {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.contact1 .contact1-form {
    background-color: var(--vtc-bg-bg-white);
    border-radius: 4px;
    padding: 32px;
}

.contact1 .contact1-form .heading1 h3 {
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-heading-text-1);
}

.contact1 .contact1-form .single-input input,
.contact1 .contact1-form .single-input textarea {
    border: none;
    border-radius: 4px;
    padding: 16px;
    border: 1px solid #e6e7e9;
    width: 100%;
    margin-top: 20px;
    color: red;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact1 .contact1-form .single-input input:focus,
.contact1 .contact1-form .single-input textarea:focus {
    outline: none;
}

.contact1 .contact1-form .single-input input::-moz-placeholder,
.contact1 .contact1-form .single-input textarea::-moz-placeholder {
    color: #525863;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact1 .contact1-form .single-input input::placeholder,
.contact1 .contact1-form .single-input textarea::placeholder {
    color: #525863;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact1 .contact1-form .button {
    text-align: end;
    margin-top: 20px;
}

.contact3 {
    background-color: var(--vtc-bg-common-bg4);
    position: relative;
}

.contact3 .contact3-box {
    background-color: var(--vtc-bg-bg-white);
    border-radius: 4px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.contact3 .contact3-box .icon {
    background-color: var(--vtc-bg-common-bg4);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.contact3 .contact3-box .heading3 {
    padding-left: 16px;
}

.contact3 .contact3-box .heading3 h6 {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-medium);
    color: #23342e;
    padding-bottom: 12px;
}

.contact3 .contact3-form {
    background-color: var(--vtc-bg-main-bg-4);
    border-radius: 4px;
    padding: 32px;
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact3 .contact3-form {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .contact3 .contact3-form {
        margin-left: 0;
        margin-top: 30px;
    }
}

.contact3 .contact3-form .heading1 h3 {
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-heading-text-1);
}

.contact3 .contact3-form .single-input input,
.contact3 .contact3-form .single-input textarea {
    border: none;
    border-radius: 4px;
    padding: 16px;
    border: none;
    width: 100%;
    margin-top: 20px;
    background-color: #394843;
    color: #c4c8c7;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact3 .contact3-form .single-input input:focus,
.contact3 .contact3-form .single-input textarea:focus {
    outline: none;
}

.contact3 .contact3-form .single-input input::-moz-placeholder,
.contact3 .contact3-form .single-input textarea::-moz-placeholder {
    color: #c4c8c7;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact3 .contact3-form .single-input input::placeholder,
.contact3 .contact3-form .single-input textarea::placeholder {
    color: #c4c8c7;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact3 .contact3-form .button {
    text-align: end;
    margin-top: 20px;
}

.contact3 .shape {
    position: absolute;
    top: 0;
    left: 0;
}

.contact4 .contact3-box {
    background-color: var(--vtc-bg-common-bg7);
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-top: 24px;
    transition: all 0.4s;
}

.contact4 .contact3-box .icon {
    background-color: var(--vtc-bg-bg-white);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.contact4 .contact3-box .heading4 {
    padding-left: 16px;
}

.contact4 .contact3-box .heading4 h6 {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-medium);
    color: #23342e;
    padding-bottom: 12px;
}

.contact4 .contact3-box:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}

.contact4 .contact3-form {
    background-color: var(--vtc-bg-main-bg-5);
    border-radius: 4px;
    padding: 32px;
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact4 .contact3-form {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .contact4 .contact3-form {
        margin-left: 0;
        margin-top: 30px;
    }
}

.contact4 .contact3-form .heading1 h3 {
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-heading-text-1);
}

.contact4 .contact3-form .single-input input,
.contact4 .contact3-form .single-input textarea {
    border: none;
    border-radius: 4px;
    padding: 16px;
    border: none;
    width: 100%;
    margin-top: 20px;
    /* background-color:#266CA8;
    background-color:#0F2473; */
    background-color: #0037a3;
    color: var(--vtc-bg-bg-white);
}

.contact4 .contact3-form .single-input input:focus,
.contact4 .contact3-form .single-input textarea:focus {
    outline: none;
}

.contact4 .contact3-form .single-input input::-moz-placeholder,
.contact4 .contact3-form .single-input textarea::-moz-placeholder {
    color: #c4c8c7;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact4 .contact3-form .single-input input::placeholder,
.contact4 .contact3-form .single-input textarea::placeholder {
    color: #c4c8c7;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact4 .contact3-form .button {
    text-align: end;
    margin-top: 20px;
}

.contact4 .shape {
    position: absolute;
    top: 0;
    left: 0;
}

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

.contact5 .heading5 span.span {
    background-color: #fff;
}

.contact5 .contact3-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    margin-top: 24px;
    transition: all 0.4s;
}

.contact5 .contact3-box .icon {
    background-color: #ffdee2;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.contact5 .contact3-box .heading4 {
    padding-left: 16px;
}

.contact5 .contact3-box .heading4 h6 {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-medium);
    color: #23342e;
    padding-bottom: 12px;
}

.contact5 .contact3-box:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}

.contact5 .contact3-form {
    background-color: var(--vtc-text-heading-text-3);
    border-radius: 4px;
    padding: 32px;
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact5 .contact3-form {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .contact5 .contact3-form {
        margin-left: 0;
        margin-top: 30px;
    }
}

.contact5 .contact3-form .heading1 h3 {
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-heading-text-1);
}

.contact5 .contact3-form .single-input input,
.contact5 .contact3-form .single-input textarea {
    border: none;
    border-radius: 4px;
    padding: 16px;
    border: none;
    width: 100%;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.1843137255);
    color: var(--vtc-bg-bg-white);
}

.contact5 .contact3-form .single-input input:focus,
.contact5 .contact3-form .single-input textarea:focus {
    outline: none;
}

.contact5 .contact3-form .single-input input::-moz-placeholder,
.contact5 .contact3-form .single-input textarea::-moz-placeholder {
    color: #c4c8c7;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact5 .contact3-form .single-input input::placeholder,
.contact5 .contact3-form .single-input textarea::placeholder {
    color: #c4c8c7;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.contact5 .contact3-form .button {
    text-align: end;
    margin-top: 20px;
}

.contact5 .shape {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-page {
    background-color: #ecf3f6;
}

.contact-page .contact-page-box {
    border-top: 1px solid #000000;
    margin-top: 30px;
}

.contact-page .contact-page-box .contact-box {
    padding-top: 30px;
}

.contact-page .contact-page-box .contact-box h4 a {
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    padding-top: 10px;
    color: var(--vtc-text-heading-text-2);
}

.contact-page .contact-page-box .contact-box .icon {
    background-color: #ffffff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 16px;
}

.contact-page .contact-page-box .contact-box.contact-box2 {
    position: relative;
    padding-left: 0;
}

@media (max-width: 767px) {
    .contact-page .contact-page-box .contact-box.contact-box2 {
        padding-left: 0;
    }
}

.contact-page .contact-page-box .contact-box.contact-box2::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    height: 100%;
    width: 1px;
    background-color: #000000;
}

@media (max-width: 767px) {
    .contact-page .contact-page-box .contact-box.contact-box2::after {
        display: none;
    }
}

.contact-page .contact1-form {
    background-color: var(--vtc-bg-common-bg2);
    padding: 32px;
    border-radius: 4px;
    margin-left: 30px;
}

.contact-page .contact1-form .single-input input,
.contact-page .contact1-form .single-input textarea {
    background-color: #e9e8e9;
    border: none;
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    color: #60656e;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
}

.contact-page .contact1-form .single-input input::-moz-placeholder,
.contact-page .contact1-form .single-input textarea::-moz-placeholder {
    color: #60656e;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
}

.contact-page .contact1-form .single-input input::placeholder,
.contact-page .contact1-form .single-input textarea::placeholder {
    color: #60656e;
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
}

.contact-page .contact1-form .single-input input:focus,
.contact-page .contact1-form .single-input textarea:focus {
    outline: none;
}

.contact-page .contact1-form .button {
    text-align: end;
    margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-page .contact1-form {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .contact-page .contact1-form {
        margin-left: 0;
    }
}

.contact-map-page {
    margin-bottom: -8px;
}

.contact-map-page iframe {
    width: 100%;
}

.contact6 .contact9-content-area {
    border-radius: 8px;
    background: #fff;
    padding: 48px;
    margin-top: 60px;
}

.contact6 .contact9-content-area .form-area h3 {
    color: #0f0a07;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
}

.contact6 .contact9-content-area .form-area p {
    color: #5f5f5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact6 .contact9-content-area .form-area .single-input {
    margin-top: 20px;
}

.contact6 .contact9-content-area .form-area .single-input input,
.contact6 .contact9-content-area .form-area .single-input textarea {
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 4px;
    padding: 16px;
    border: none;
}

.contact6
    .contact9-content-area
    .form-area
    .single-input
    input::-moz-placeholder,
.contact6
    .contact9-content-area
    .form-area
    .single-input
    textarea::-moz-placeholder {
    color: var(--Text-Color, #858585);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact6 .contact9-content-area .form-area .single-input input::placeholder,
.contact6
    .contact9-content-area
    .form-area
    .single-input
    textarea::placeholder {
    color: var(--Text-Color, #858585);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact6 .contact9-content-area .form-area .single-input input:focus,
.contact6 .contact9-content-area .form-area .single-input textarea:focus {
    outline: none;
}

.contact6 .contact9-content-area .form-area .button-area {
    text-align: end;
    margin-top: 24px;
}

.contact6 .contact9-content-area .contact9-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 24px;
    display: flex;
    align-items: center;
    margin-left: 40px;
    transition: all 0.4s;
    margin-bottom: 20px;
}

.contact6 .contact9-content-area .contact9-box .heading {
    padding-left: 20px;
}

.contact6 .contact9-content-area .contact9-box .heading h5 {
    color: var(--Text-Color, #181818);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    transition: all 0.4s;
}

.contact6 .contact9-content-area .contact9-box .heading a {
    display: inline-block;
    color: var(--Paragraph-Color, #646375);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    padding-top: 10px;
    transition: all 0.4s;
}

.contact6 .contact9-content-area .contact9-box .icon {
    background-color: #325d28;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s;
}

.contact6 .contact9-content-area .contact9-box .icon img {
    transition: all 0.4s;
    filter: brightness(40);
}

.contact6 .contact9-content-area .contact9-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    background-color: #325d28;
}

.contact6 .contact9-content-area .contact9-box:hover .icon {
    background-color: #fff;
    transition: all 0.4s;
}

.contact6 .contact9-content-area .contact9-box:hover .icon img {
    filter: none;
    transition: all 0.4s;
    transform: rotateY(180deg);
}

.contact6 .contact9-content-area .contact9-box:hover .heading h5 {
    color: #fff;
    transition: all 0.4s;
}

.contact6 .contact9-content-area .contact9-box:hover .heading a {
    color: rgba(255, 255, 255, 0.7529411765);
    transition: all 0.4s;
}

.contact7 .contact-from {
    margin-top: 30px;
    background-color: #f8f7ff;
    padding: 40px;
    border-radius: 8px;
}

.contact7 .contact-from h3 {
    color: #081120;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
}

.contact7 .contact-from p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    padding-top: 16px;
}

.contact7 .contact-from .form-area {
    margin-top: 8px;
}

.contact7 .contact-from .form-area .single-input {
    margin-top: 20px;
}

.contact7 .contact-from .form-area .single-input input,
.contact7 .contact-from .form-area .single-input textarea {
    padding: 16px;
    width: 100%;
    border: none;
    border-radius: 4px;
}

.contact7 .contact-from .form-area .single-input input::-moz-placeholder,
.contact7 .contact-from .form-area .single-input textarea::-moz-placeholder {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact7 .contact-from .form-area .single-input input::placeholder,
.contact7 .contact-from .form-area .single-input textarea::placeholder {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact7 .contact-from .form-area .single-input input:focus,
.contact7 .contact-from .form-area .single-input textarea:focus {
    outline: none;
}

.contact7 .contact-from .form-area .button-area {
    text-align: end;
}

.contact7 .contact-map {
    margin-top: 30px;
}

.contact7 .contact-map iframe {
    height: 653px;
    border-radius: 8px;
}

.contact8 .contact9-content-area {
    border-radius: 8px;
    background: #fff;
    padding: 48px;
    margin-top: 60px;
}

.contact8 .contact9-content-area .form-area h3 {
    color: #0f0a07;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
}

.contact8 .contact9-content-area .form-area p {
    color: #5f5f5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact8 .contact9-content-area .form-area .single-input {
    margin-top: 20px;
}

.contact8 .contact9-content-area .form-area .single-input input,
.contact8 .contact9-content-area .form-area .single-input textarea {
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 4px;
    padding: 16px;
    border: none;
}

.contact8
    .contact9-content-area
    .form-area
    .single-input
    input::-moz-placeholder,
.contact8
    .contact9-content-area
    .form-area
    .single-input
    textarea::-moz-placeholder {
    color: var(--Text-Color, #858585);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact8 .contact9-content-area .form-area .single-input input::placeholder,
.contact8
    .contact9-content-area
    .form-area
    .single-input
    textarea::placeholder {
    color: var(--Text-Color, #858585);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact8 .contact9-content-area .form-area .single-input input:focus,
.contact8 .contact9-content-area .form-area .single-input textarea:focus {
    outline: none;
}

.contact8 .contact9-content-area .form-area .button-area {
    text-align: end;
    margin-top: 24px;
}

.contact8 .contact9-content-area .contact9-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 24px;
    display: flex;
    align-items: center;
    margin-left: 40px;
    transition: all 0.4s;
    margin-bottom: 20px;
}

.contact8 .contact9-content-area .contact9-box .heading {
    padding-left: 20px;
}

.contact8 .contact9-content-area .contact9-box .heading h5 {
    color: var(--Text-Color, #181818);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    transition: all 0.4s;
}

.contact8 .contact9-content-area .contact9-box .heading a {
    display: inline-block;
    color: var(--Paragraph-Color, #646375);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    padding-top: 10px;
    transition: all 0.4s;
}

.contact8 .contact9-content-area .contact9-box .icon {
    background-color: #141339;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s;
}

.contact8 .contact9-content-area .contact9-box .icon img {
    transition: all 0.4s;
    filter: brightness(40);
}

.contact8 .contact9-content-area .contact9-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    background-color: #141339;
}

.contact8 .contact9-content-area .contact9-box:hover .icon {
    background-color: #fff;
    transition: all 0.4s;
}

.contact8 .contact9-content-area .contact9-box:hover .icon img {
    filter: none;
    transition: all 0.4s;
    transform: rotateY(180deg);
}

.contact8 .contact9-content-area .contact9-box:hover .heading h5 {
    color: #fff;
    transition: all 0.4s;
}

.contact8 .contact9-content-area .contact9-box:hover .heading a {
    color: rgba(255, 255, 255, 0.7529411765);
    transition: all 0.4s;
}

.contact9 .contact9-content-area {
    border-radius: 8px;
    background: #f3f5f2;
    padding: 48px;
    margin-top: 60px;
}

.contact9 .contact9-content-area .form-area h3 {
    color: #0f0a07;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
}

.contact9 .contact9-content-area .form-area p {
    color: #5f5f5f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact9 .contact9-content-area .form-area .single-input {
    margin-top: 20px;
}

.contact9 .contact9-content-area .form-area .single-input input,
.contact9 .contact9-content-area .form-area .single-input textarea {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 16px;
    border: none;
}

.contact9
    .contact9-content-area
    .form-area
    .single-input
    input::-moz-placeholder,
.contact9
    .contact9-content-area
    .form-area
    .single-input
    textarea::-moz-placeholder {
    color: var(--Text-Color, #858585);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact9 .contact9-content-area .form-area .single-input input::placeholder,
.contact9
    .contact9-content-area
    .form-area
    .single-input
    textarea::placeholder {
    color: var(--Text-Color, #858585);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact9 .contact9-content-area .form-area .single-input input:focus,
.contact9 .contact9-content-area .form-area .single-input textarea:focus {
    outline: none;
}

.contact9 .contact9-content-area .form-area .button-area {
    text-align: end;
    margin-top: 24px;
}

.contact9 .contact9-content-area .contact9-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 24px;
    display: flex;
    align-items: center;
    margin-left: 40px;
    transition: all 0.4s;
    margin-bottom: 20px;
}

.contact9 .contact9-content-area .contact9-box .heading {
    padding-left: 20px;
}

.contact9 .contact9-content-area .contact9-box .heading h5 {
    color: var(--Text-Color, #181818);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    transition: all 0.4s;
}

.contact9 .contact9-content-area .contact9-box .heading a {
    display: inline-block;
    color: var(--Paragraph-Color, #646375);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    padding-top: 10px;
    transition: all 0.4s;
}

.contact9 .contact9-content-area .contact9-box .icon {
    background-color: #2a9134;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s;
}

.contact9 .contact9-content-area .contact9-box .icon img {
    transition: all 0.4s;
    filter: brightness(40);
}

.contact9 .contact9-content-area .contact9-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    background-color: #2a9134;
}

.contact9 .contact9-content-area .contact9-box:hover .icon {
    background-color: #fff;
    transition: all 0.4s;
}

.contact9 .contact9-content-area .contact9-box:hover .icon img {
    filter: none;
    transition: all 0.4s;
    transform: rotateY(180deg);
}

.contact9 .contact9-content-area .contact9-box:hover .heading h5 {
    color: #fff;
    transition: all 0.4s;
}

.contact9 .contact9-content-area .contact9-box:hover .heading a {
    color: rgba(255, 255, 255, 0.7529411765);
    transition: all 0.4s;
}

.contact10 .contact-from {
    margin-top: 30px;
    background-color: #f7f5fb;
    padding: 40px;
    border-radius: 8px;
}

.contact10 .contact-from h3 {
    color: #081120;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
}

.contact10 .contact-from p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    padding-top: 16px;
}

.contact10 .contact-from .form-area {
    margin-top: 8px;
}

.contact10 .contact-from .form-area .single-input {
    margin-top: 20px;
}

.contact10 .contact-from .form-area .single-input input,
.contact10 .contact-from .form-area .single-input textarea {
    padding: 16px;
    width: 100%;
    border: none;
    border-radius: 4px;
}

.contact10 .contact-from .form-area .single-input input::-moz-placeholder,
.contact10 .contact-from .form-area .single-input textarea::-moz-placeholder {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact10 .contact-from .form-area .single-input input::placeholder,
.contact10 .contact-from .form-area .single-input textarea::placeholder {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.contact10 .contact-from .form-area .single-input input:focus,
.contact10 .contact-from .form-area .single-input textarea:focus {
    outline: none;
}

.contact10 .contact-from .form-area .button-area {
    text-align: end;
}

.contact10 .contact-map {
    margin-top: 30px;
}

.contact10 .contact-map iframe {
    height: 653px;
    border-radius: 8px;
}

/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero-area1 {
    min-height: 750px;
    background-color: var(--vtc-bg-common-bg2);
    display: flex;
    align-items: center;
}

.hero-area1 .main-heading {
    padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area1 .main-heading {
        padding-top: 140px;
    }
}

@media (max-width: 767px) {
    .hero-area1 .main-heading {
        padding-top: 140px;
    }
}

.hero-area1 .main-heading span.span {
    display: inline-block;
    color: var(--vtc-bg-main-bg-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: rgba(255, 124, 1, 0.1568627451);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.hero-area1 .main-heading h1 {
    font-size: var(--f-fs-font-fs64);
    line-height: var(--f-fs-font-fs70);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area1 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

@media (max-width: 767px) {
    .hero-area1 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

.hero-area1 .main-heading p {
    color: var(--vtc-text-pera-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.hero-area1 .hero1-images {
    height: 530px;
    text-align: end;
    margin-right: -100px;
    position: relative;
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area1 .hero1-images {
        margin-right: 0;
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .hero-area1 .hero1-images {
        margin-right: 0;
        margin-bottom: 60px;
    }
}

.hero-area1 .hero1-images .image2 {
    position: absolute;
    top: 33px;
    right: 75px;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
}

.hero-area1 .hero1-images .image3 {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.hero-area1 .hero1-images .image4 {
    position: absolute;
    top: 70px;
    right: 100px;
}

.hero-area2 {
    min-height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-area2 .main-heading {
    padding-top: 80px;
}

.hero-area2 .main-heading span.span {
    display: inline-block;
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: var(--vtc-bg-common-bg3);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.hero-area2 .main-heading h1 {
    font-size: var(--f-fs-font-fs64);
    line-height: var(--f-fs-font-fs70);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area2 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

@media (max-width: 767px) {
    .hero-area2 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

.hero-area2 .main-heading p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.hero-area2 .shape1 {
    position: absolute;
    top: 150px;
    left: 50px;
}

@media (max-width: 767px) {
    .hero-area2 .shape1 {
        display: none;
    }
}

.hero-area2 .shape2 {
    position: absolute;
    top: 300px;
    right: 50px;
}

@media (max-width: 767px) {
    .hero-area2 .shape2 {
        display: none;
    }
}

.hero-area2 .images {
    position: relative;
    margin-right: -30px;
    height: 600px;
    margin-bottom: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area2 .images {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .hero-area2 .images {
        height: 450px;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.hero-area2 .images .image1 {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.hero-area2 .images .image2 {
    position: absolute;
    bottom: -30px;
    right: 30px;
}

.hero-area2 .images .image3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero-area3 {
    min-height: 900px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.hero-area3 .main-heading {
    position: relative;
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area3 .main-heading {
        margin: 120px 0px 80px 0px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .hero-area3 .main-heading {
        margin: 120px 0px 80px 0px;
        padding-top: 0;
    }
}

.hero-area3 .main-heading span.span {
    display: inline-block;
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1725490196);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.hero-area3 .main-heading h1 {
    font-size: var(--f-fs-font-fs64);
    line-height: var(--f-fs-font-fs70);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area3 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

@media (max-width: 767px) {
    .hero-area3 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

.hero-area3 .main-heading p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.hero-area3 .main-heading .reating-area {
    margin-top: 32px;
}

.hero-area3 .main-heading .reating-area p.pera {
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
}

.hero-area3 .main-heading .reating-area .reating {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.hero-area3 .main-heading .reating-area .reating .stars ul li {
    display: inline-block;
    color: #ffd600;
    margin: 0px 2px;
}

.hero-area3
    .main-heading
    .reating-area
    .reating
    .stars
    ul
    li:nth-last-child(1) {
    color: #fff;
}

.hero-area3 .main-heading .arrow-shape {
    position: absolute;
    left: 280px;
    bottom: 0;
}

.hero-area3 .images-all {
    margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area3 .images-all {
        margin-bottom: 100px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .hero-area3 .images-all {
        margin-bottom: 100px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .hero-area3 .images-all .image {
        margin-bottom: 20px;
    }
}

.hero-area3 .images-all .image img {
    width: 100%;
    border-radius: 4px;
}

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

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

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

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

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

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 12px;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

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

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

.video-area {
    position: relative;
}

.video-area .video-buttton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -70px;
}

/* .hero-area4 {
    position: relative;
    background-image: url(../img/header/main-img.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    z-index: 0;
} */

.hero-area4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000059;
    /* Dark overlay */
    z-index: 1;
    /* Overlay is above the background */
}

.container-fluid {
    position: relative;
    z-index: 2;
    /* Ensure the text and buttons are above the overlay */
}

.buttons a {
    position: relative;
    z-index: 3;
    /* Ensure buttons are above the overlay */
}

.hero-area4-resume {
    height: auto;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.28) 0%,
        rgba(35, 101, 238, 0.22) 50%,
        rgba(28, 81, 190, 0.09) 100%
    );
    z-index: -1;
    width: 100%;
}

.about-main {
    /* background: linear-gradient(180deg, #0E447A 0%, rgba(14, 68, 122, 0) 100%); */

    background-image: linear-gradient(180deg, #0E447A 0%, rgba(14, 68, 122, 0) 100%),
        url(../img/project/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color:rgb(14, 77, 172); */
    /* height: 70vh; */
}
.about-main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-main-content {
    height: 400px; /* Adjust based on your design */
}
.gallary-main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px; /* Adjust based on your design */
}

/* .about-main {
    position: relative;
    background: linear-gradient(to right,
        rgba(red, 0.7), 
        rgba(blue,1)
      ),
      url(../img/project/3.jpg) left top no-repeat;
    background-size: cover;
  } */

/* .hero-area-contact4 {

    height: auto;
    background: linear-gradient(180deg, rgba(28, 81, 190, 0.09) 10%, rgba(35, 101, 238, 0.22) 50%, rgba(28, 81, 190, 0.09) 100%);

    z-index: 1;
} */

.hero-area4 .main-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin-left: 20px; */
}

.hero-area3 .main-heading h1 {
    font-size: 2.5vw;
    color: white;
}

.start-btn {
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--vtc-text-text-white-text-1);
    text-transform: capitalize;
    padding: 10px 22px 10px 22px;
    background-color: var(--vtc-bg-main-bg-5);
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    transition: 0.3s ease;
}

.start-btn:hover {
    background-color: var(--vtc-text-text-white-text-1);
    border: 1px solid var(--vtc-bg-main-bg-5);
}

.fa-envelope,
.fa-phone {
    font-size: 20px;
}

.start-btn span i {
    font-size: var(--f-fs-font-fs16);
}

.hero-area4 .main-heading span.span {
    display: inline-block;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    color: var(--vtc-text-heading-text-2);
    padding: 8px 12px;
    border-radius: 4px;
    background-color: var(--vtc-text-text-white-text-1);
    margin-bottom: 16px;
}

.hero-area4 .main-heading h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 65px;
    line-height: 81.25px;
    letter-spacing: 0%;
    color: white;
}

.resume-services-heading h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: bolder !important;
    text-align: center;
    font-size: 56px;
}

.copyright {
    font-family: "Open Sans", sans-serif;
}

.get-heading {
    width: 100% !important;
}

.sub-heading h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0bb530;
}

.sub-heading h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -1%;
    color: #0e447a;
}

.sub-heading-white h1 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 56px;
    font-weight: 700;
}

.get-started {
    background-color: #ecedfb;
}

.sub-heading-white p {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: left;
}

.sub-heading p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -1%;
    color: #0e447a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area4 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

@media (max-width: 767px) {
    .hero-area4 .main-heading h1 {
        font-size: var(--f-fs-font-fs36);
        line-height: var(--f-fs-font-fs48);
        text-align: center;
    }

    .hero-area4 .main-heading .main-para {
        font-size: 15px;
        text-align: center;
        line-height: 22px;
    }

    .theme-btn-head3,
    .theme-btn-head2 {
        white-space: nowrap;
        width: auto;
        display: inline-block;
        font-size: 12px;
    }

    .start-btn-div {
        margin: 0px auto;
    }

    .theme-btn-head2 span i {
        font-size: 0.8rem !important;
    }

    .theme-btn-head {
        padding: 10px 20px !important;
        font-size: 10px !important;
    }

    .theme-btn-head span i {
        font-size: 0.8rem !important;
        padding-left: 10px;
    }

    .btn-get-started {
        font-size: 16px;
    }

    .sub-heading {
        display: block !important;
    }

    .sub-heading h1 {
        font-size: 25px;
        text-align: center;
    }

    .unsure-heading {
        font-size: 17px !important;
    }

    .pt40 {
        padding-top: 0px;
    }

    .sub-heading-white h1 {
        font-size: 30px;
        text-align: center;
    }

    .sub-heading-white p {
        text-align: center;
    }

    .sub-heading p {
        text-align: left;
    }

    .main {
        display: block !important;
    }

    .sub-heading {
        flex-direction: column !important;
        text-align: center !important;
    }

    .salary-card {
        flex-direction: column !important;
        text-align: center !important;
    }

    .salary-card h1 {
        font-weight: 600;
        font-size: 18px !important;
        line-height: 25.2px !important;
        letter-spacing: -1%;
    }

    .salary-card p {
        font-family: Inter;
        font-weight: 700;
        font-size: 14px !important;
        line-height: 21px !important;
        letter-spacing: 0%;
        text-align: center;
    }

    .resume-services-heading h1 {
        font-size: 36px !important;
        line-height: 43.57px;
    }

    .hero-area4-resume .heading4 p {
        font-size: 14px;
        line-height: 21px;
    }
}

.hero-area4 .main-heading p {
    color: #000000;
}

.hero-area4 .images-all {
    position: relative;
    height: 480px;
    margin-top: 60px;
}

.hero-area4 .images-all .image1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.hero-area4 .images-all .image1:hover {
    z-index: 99;
    transition: all 0.4s;
}

.hero-area4 .images-all .image1:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.hero-area4 .images-all .image2 {
    position: absolute;
    left: 315px;
    top: 0;
    z-index: 3;
    transition: all 0.4s;
}

.hero-area4 .images-all .image2 img {
    transition: all 0.4s;
}

.hero-area4 .images-all .image2:hover {
    z-index: 99;
    transition: all 0.4s;
}

.hero-area4 .images-all .image2:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.hero-area4 .images-all .image3 {
    position: absolute;
    right: 315px;
    bottom: 0;
    z-index: 2;
}

.hero-area4 .images-all .image3 img {
    transition: all 0.4s;
}

.hero-area4 .images-all .image3:hover {
    z-index: 99;
    transition: all 0.4s;
}

.hero-area4 .images-all .image3:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.hero-area4 .images-all .image4 {
    position: absolute;
    right: 0;
    top: 0;
}

.hero-area4 .images-all .image4 img {
    transition: all 0.4s;
}

.hero-area4 .images-all .image4:hover {
    z-index: 99;
    transition: all 0.4s;
}

.hero-area4 .images-all .image4:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.hero-area4 .shape-all-area {
    position: absolute;
    top: 250px;
    left: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area4 .shape-all-area {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-area4 .shape-all-area {
        display: none;
    }

    .hero-area4 {
        height: auto !important;
    }
}

.hero-area4 .shape-all-area .icon {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 2;
}

.hero-area4 .shape-all-area .icon a {
    display: inline-block;
    height: 82px;
    width: 82px;
    border-radius: 50%;
    text-align: center;
    line-height: 82px;
    background-color: var(--vtc-bg-main-bg-7);
    font-size: 30px;
    color: #fff;
    transition: all 0.4s;
}

.hero-area4 .shape-all-area .icon a:hover {
    background-color: var(--vtc-bg-main-bg-5);
}

.hero-area4 .shape2 {
    position: absolute;
    top: 350px;
    right: 0;
}

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

@media (max-width: 767px) {
    .hero-area4 .shape2 {
        display: none;
    }
}

.hero-area4 .images-all-md {
    margin: 60px 0px;
}

.hero-area4 .images-all-md img {
    margin-bottom: 30px;
}

.hero-area5 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 850px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-area5 .main-heading {
    padding-top: 140px;
}

.hero-area5 .main-heading span.span {
    display: inline-block;
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
    background-color: var(--vtc-bg-common-bg3);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.hero-area5 .main-heading h1 {
    font-size: var(--f-fs-font-fs64);
    line-height: var(--f-fs-font-fs70);
    color: var(--vtc-text-text-white-text-1);
    font-weight: var(--f-fw-bold);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area5 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

@media (max-width: 767px) {
    .hero-area5 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

.hero-area5 .main-heading p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.hero-area5 .images-all {
    position: relative;
    height: 800px;
    margin-bottom: -50px;
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area5 .images-all {
        height: 650px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .hero-area5 .images-all {
        height: 500px;
        margin-bottom: 0px;
    }
}

.hero-area5 .images-all .image1 {
    position: absolute;
    bottom: 0;
    right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area5 .images-all .image1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-area5 .images-all .image1 {
        display: none;
    }
}

.hero-area5 .images-all .image2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero-area5 .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.common-hero {
    background-color: var(--vtc-bg-common-bg2);
    /* height: 450px; */
    display: flex;
    /* align-items:center; */
    text-align: justify;
}

.common-hero .main-heading {
    padding-top: 70px;
}

.common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs30);
    line-height: var(--f-fs-font-fs64);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-heading-text-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .common-hero .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs40);
    }
}

@media (max-width: 767px) {
    .common-hero .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs40);
    }

    .login-container {
        margin-top: 100px !important;
    }
}

.common-hero .main-heading .pages-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

.common-hero .main-heading .pages-intro a {
    display: inline-block;
    color: var(--vtc-text-heading-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.common-hero .main-heading .pages-intro span {
    display: inline-block;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    padding: 0px 5px;
}

.common-hero .main-heading .pages-intro p {
    display: inline-block;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-bold);
}

.hero6 {
    min-height: 850px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero6 .images-all {
    position: relative;
    height: 500px;
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero6 .images-all {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .hero6 .images-all {
        margin-top: 50px;
    }
}

.hero6 .images-all .image2 {
    position: absolute;
    left: 90px;
    bottom: 0;
}

.hero6 .main-heading {
    padding-top: 50px;
}

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

@media (max-width: 767px) {
    .hero6 .main-heading {
        padding-top: 170px;
    }
}

.hero6 .main-heading span.span {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 14px 5px 14px;
    display: inline-block;
    margin-bottom: 16px;
}

.hero6 .main-heading span.span img {
    filter: brightness(0) invert(1);
    transform: translateY(-3px);
    margin-right: 3px;
}

.hero6 .main-heading h1 {
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    /* 114.286% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero6 .main-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .hero6 .main-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

.hero6 .main-heading p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.hero7 {
    min-height: 850px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero7 .main-heading {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7 .main-heading {
        margin-top: 160px;
    }
}

@media (max-width: 767px) {
    .hero7 .main-heading {
        margin-top: 160px;
    }
}

.hero7 .main-heading span.span {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 14px 5px 14px;
    display: inline-block;
    margin-bottom: 16px;
}

.hero7 .main-heading span.span img {
    filter: brightness(0) invert(1);
    transform: translateY(-3px);
    margin-right: 3px;
}

.hero7 .main-heading h1 {
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    /* 114.286% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7 .main-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .hero7 .main-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

.hero7 .main-heading p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.hero7 .hero7-images {
    margin-top: 100px;
    margin-right: -70px;
    margin-left: 50px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7 .hero7-images {
        margin-left: 0;
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .hero7 .hero7-images {
        margin-left: 0;
    }
}

.hero7 .hero7-images .shape {
    position: absolute;
    bottom: -100px;
    left: -100px;
    z-index: 1;
    opacity: 0.4;
}

.hero7 .hero7-images .cs_case_study_1_list {
    display: flex;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .hero7 .hero7-images .cs_case_study_1_list {
        flex-direction: column;
    }
}

.hero7 .hero7-images .cs_case_study_1_list > .cs_case_study.cs_style_1 {
    flex: 1;
}

.hero7 .hero7-images .cs_case_study_1_list .cs_case_study.cs_style_1 {
    min-height: 400px;
}

.hero7
    .hero7-images
    .cs_case_study_1_list
    .cs_case_study.cs_style_1
    .cs_case_study_in {
    transition: all 0.2s ease;
    left: 80px;
    opacity: 0;
}

@media (max-width: 767px) {
    .hero7
        .hero7-images
        .cs_case_study_1_list
        .cs_case_study.cs_style_1
        .cs_case_study_in {
        left: 0;
        opacity: 1;
    }
}

.hero7 .hero7-images .cs_case_study_1_list .cs_case_study.cs_style_1.active {
    flex: 3;
}

.hero7
    .hero7-images
    .cs_case_study_1_list
    .cs_case_study.cs_style_1.active
    .cs_case_study_in {
    opacity: 1;
    left: 0;
    transition: all 0.6s ease;
    transition-delay: 0.3s;
}

.hero7
    .hero7-images
    .cs_case_study_1_list
    .cs_case_study.cs_style_1.active
    .cs_case_study_icon {
    transform: scale(0) rotate(360deg);
    transition-delay: 0.1s;
}

.hero7 .hero7-images .cs_case_study.cs_style_1 {
    height: 700px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

@media (max-width: 1400px) {
    .hero7 .hero7-images .cs_case_study.cs_style_1 {
        height: 600px;
    }
}

.hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_title a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 3px;
}

.hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 70px;
    top: 70px;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_number {
        left: 30px;
        top: 40px;
    }
}

.hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_category {
    margin-bottom: 15px;
}

.hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_thumb {
        margin-bottom: 30px;
        top: auto;
        bottom: 30px;
    }
}

.hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_in {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 88px 72px;
}

@media (max-width: 1400px) {
    .hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 30px;
    }
}

.hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 70px;
    bottom: 86px;
    z-index: 1;
    background-color: #4f4747;
    color: #fff;
    height: 55px;
    width: 55px;
    font-size: 20px;
    transition: all 0.6s ease;
}

@media (max-width: 1400px) {
    .hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_icon {
        left: 40px;
        bottom: 50px;
    }
}

@media (max-width: 767px) {
    .hero7 .hero7-images .cs_case_study.cs_style_1 .cs_case_study_icon {
        display: none;
    }
}

.hero7 .hero7-images .cs_case_study_thumb {
    background-image: url(../img/hero/hero7-image1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hero7 .hero7-images .cs_case_study_thumb.cs_case_study_thumb2 {
    background-image: url(../img/hero/hero7-image2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hero7 .hero7-images .cs_case_study_thumb.cs_case_study_thumb3 {
    background-image: url(../img/hero/hero7-image3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hero7 .hero7-images .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0px 12px;
    border-radius: 8px;
    height: 500px;
}

.hero8 {
    min-height: 850px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8 {
        min-height: 1000px;
    }
}

@media (max-width: 767px) {
    .hero8 {
        min-height: 1060px;
    }
}

.hero8 .main-heading {
    margin-top: 100px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8 .main-heading {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .hero8 .main-heading {
        margin-top: 0px;
    }
}

.hero8 .main-heading span.span {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 14px 5px 14px;
    display: inline-block;
    margin-bottom: 16px;
}

.hero8 .main-heading span.span img {
    filter: brightness(0) invert(1);
    transform: translateY(-3px);
    margin-right: 3px;
}

.hero8 .main-heading h1 {
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    /* 114.286% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8 .main-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .hero8 .main-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

.hero8 .main-heading p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.hero8 .main-heading .shape {
    position: absolute;
    bottom: 0;
    right: -50px;
}

.hero8 .image1 {
    position: absolute;
    bottom: 0;
    left: 80px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8 .image1 {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .hero8 .image1 {
        height: 300px;
    }
}

.hero8 .image2 {
    position: absolute;
    top: 0;
    right: 80px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8 .image2 {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .hero8 .image2 {
        height: 300px;
    }
}

.hero9 {
    min-height: 850px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.hero9 .main-images {
    padding-top: 90px;
    position: relative;
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9 .main-images {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .hero9 .main-images {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

.hero9 .main-images .image2 {
    position: absolute;
    bottom: 100px;
    left: 0;
}

.hero9 .main-heading {
    padding-right: 70px;
    padding-top: 80px;
}

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

@media (max-width: 767px) {
    .hero9 .main-heading {
        padding-top: 160px;
    }
}

.hero9 .main-heading span.span {
    color: #2a9134;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: #eaf4eb;
    padding: 10px 14px 5px 14px;
    display: inline-block;
    margin-bottom: 16px;
}

.hero9 .main-heading span.span img {
    transform: translateY(-3px);
    margin-right: 3px;
}

.hero9 .main-heading h1 {
    color: #111;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    /* 114.286% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9 .main-heading h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .hero9 .main-heading h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

.hero9 .main-heading p {
    color: rgba(17, 17, 17, 0.9);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
}

.hero10-sliders .hero10-single {
    min-height: 850px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero10-sliders .hero10-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg/hero10-bg.jpg);
    z-index: -3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 4s;
}

.hero10-sliders .hero10-single.slick-current.slick-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg/hero10-bg.jpg);
    z-index: -3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 4s;
    transform: scale(1.2);
}

.hero10-sliders .hero10-single.slick-current.slick-active .main-heading {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .hero10-sliders .hero10-single.slick-current.slick-active .main-heading {
        padding-top: 20px;
    }
}

.hero10-sliders
    .hero10-single.slick-current.slick-active
    .main-heading
    span.span {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 14px 10px 40px;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    transform: translateY(0);
    opacity: 1;
    transition: all 4s;
}

.hero10-sliders
    .hero10-single.slick-current.slick-active
    .main-heading
    span.span
    img {
    filter: brightness(0) invert(1);
    transform: translateY(-3px);
    margin-right: 3px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.hero10-sliders .hero10-single.slick-current.slick-active .main-heading h1 {
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    /* 114.286% */
    transform: translateY(0);
    opacity: 1;
    transition: all 4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero10-sliders .hero10-single.slick-current.slick-active .main-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .hero10-sliders .hero10-single.slick-current.slick-active .main-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

.hero10-sliders .hero10-single.slick-current.slick-active .main-heading p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    transform: translateY(0);
    opacity: 1;
    transition: all 4s;
}

.hero10-sliders
    .hero10-single.slick-current.slick-active
    .main-heading
    .button {
    transform: translateY(0);
    opacity: 1;
    transition: all 4s;
}

.hero10-sliders .hero10-single .main-heading {
    padding-top: 80px;
}

.hero10-sliders .hero10-single .main-heading span.span {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 14px 10px 40px;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 4s;
}

.hero10-sliders .hero10-single .main-heading span.span img {
    filter: brightness(0) invert(1);
    transform: translateY(-3px);
    margin-right: 3px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.hero10-sliders .hero10-single .main-heading h1 {
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    /* 114.286% */
    transform: translateY(-100px);
    opacity: 0;
    transition: all 4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero10-sliders .hero10-single .main-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .hero10-sliders .hero10-single .main-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

.hero10-sliders .hero10-single .main-heading p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    transform: translateY(50px);
    opacity: 0;
    transition: all 4s;
}

.hero10-sliders .hero10-single .main-heading .button {
    transform: translateY(50px);
    opacity: 0;
    transition: all 4s;
}

.hero10-btns button {
    position: absolute;
    top: 50%;
    right: 70px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border: none;
    border-radius: 50%;
    transition: all 0.4s;
    font-size: 22px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .hero10-btns button {
        top: 83%;
        right: auto;
        left: 40px;
    }
}

.hero10-btns button:hover {
    transition: all 0.4s;
    background-color: #fa6444;
    color: #fff;
}

.hero10-btns .hero10-next-arrow {
    margin-top: -70px;
}

@media (max-width: 767px) {
    .hero10-btns .hero10-next-arrow {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .hero10-btns .hero10-prev-arrow {
        margin-left: 70px;
    }
}

.hero10-icons-area {
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .hero10-icons-area {
        margin-top: 30px;
    }
}

.hero10-icons-area .hero10-icon-boxs .single-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 28px 24px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
}

.hero10-icons-area .hero10-icon-boxs .single-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .hero10-icons-area .hero10-icon-boxs .single-box {
        margin-top: 30px;
    }
}

.hero10-icons-area .hero10-icon-boxs .single-box .icon {
    height: 60px;
    width: 60px;
    background: rgba(250, 100, 68, 0.2);
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

.hero10-icons-area .hero10-icon-boxs .single-box .heading {
    padding-left: 16px;
}

.hero10-icons-area .hero10-icon-boxs .single-box .heading h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
}

.hero10-icons-area .hero10-icon-boxs .single-box .heading p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    padding-top: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*
::::::::::::::::::::::::::
 PRELOADER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 CASE AREA CSS
::::::::::::::::::::::::::
*/
.case3 .image-area {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.case3 .image-area .image img {
    width: 100%;
}

.case3 .image-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--vtc-bg-main-bg-3);
    border-radius: 4px;
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s;
}

.case3 .image-area .heading-area {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: -50%;
    right: -50%;
    margin-top: -70px;
    opacity: 0;
    transition: all 0.4s;
}

.case3 .image-area .heading-area .icon {
    display: inline-block;
    height: 48px;
    width: 48px;
    background-color: var(--vtc-bg-bg-white);
    border-radius: 50%;
    transform: rotate(-45deg);
    line-height: 48px;
    text-align: center;
    color: var(--vtc-bg-main-bg-3);
    font-size: 18px;
}

.case3 .image-area .heading-area p {
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    padding: 24px 0px 16px 0px;
}

.case3 .image-area .heading-area h4 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs22);
    line-height: var(--f-fs-font-fs30);
    color: var(--vtc-bg-bg-white);
    font-weight: var(--f-fw-semibold);
    transition: all 0.4s;
}

.case3 .image-area:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--vtc-bg-main-bg-3);
    border-radius: 4px;
    transform: scale(0.9);
    opacity: 1;
    transition: all 0.4s;
}

.case3 .image-area:hover .heading-area {
    opacity: 1;
    transition: all 0.4s;
}

.case3 .image-area.image-area2 {
    max-height: 370px;
    overflow: hidden;
    border-radius: 4px;
}

.case3 .image-area.image-area3 {
    max-height: 770px;
    overflow: hidden;
    border-radius: 4px;
}

.case3 .image-area.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--vtc-bg-main-bg-3);
    border-radius: 4px;
    transform: scale(0.9);
    opacity: 1;
    transition: all 0.4s;
}

.case3 .image-area.active .heading-area {
    opacity: 1;
    transition: all 0.4s;
}

.case7 .case7-slider {
    margin-top: 60px;
}

.case7 .case7-slider .single-slider {
    margin: 0px 15px;
    position: relative;
}

.case7 .case7-slider .single-slider .image {
    border-radius: 8px;
    overflow: hidden;
}

.case7 .case7-slider .single-slider .image img {
    width: 100%;
    transition: all 0.4s;
}

.case7 .case7-slider .single-slider .hover-area {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    position: absolute;
    bottom: 24px;
    margin: 0px 20px 0px 30px;
    left: 0;
    width: 85%;
}

.case7 .case7-slider .single-slider .hover-area p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
}

.case7 .case7-slider .single-slider .hover-area h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    padding-top: 16px;
}

.case7 .case7-slider .single-slider .hover-area h4 a:hover {
    transition: all 0.4s;
    color: #5957e5;
}

.case7 .case7-slider .single-slider .hover-area .arrow {
    position: absolute;
    display: inline-block;
    height: 48px;
    width: 48px;
    background-color: #5957e5;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    transform: rotate(-54deg);
    top: -20px;
    right: -20px;
}

.case7 .case7-slider .single-slider:hover {
    transition: all 0.4s;
}

.case7 .case7-slider .single-slider:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.case7 .arrows-button {
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case7 .arrows-button {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .case7 .arrows-button {
        text-align: center;
        margin-top: 20px;
    }
}

.case7 .arrows-button button {
    font-size: 20px;
    background-color: #f8f7ff;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border: none;
    border-radius: 50%;
    margin-left: 10px;
    color: #081120;
    transition: all 0.4s;
}

.case7 .arrows-button button:hover {
    background-color: #5957e5;
    color: #fff;
    transition: all 0.4s;
}

.case9 .case7-slider {
    margin-top: 60px;
}

.case9 .case7-slider .single-slider {
    margin: 0px 15px;
    position: relative;
}

.case9 .case7-slider .single-slider .image {
    border-radius: 8px;
    overflow: hidden;
}

.case9 .case7-slider .single-slider .image img {
    width: 100%;
    transition: all 0.4s;
}

.case9 .case7-slider .single-slider .hover-area {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    position: absolute;
    bottom: 24px;
    margin: 0px 20px 0px 30px;
    left: 0;
    width: 85%;
}

.case9 .case7-slider .single-slider .hover-area p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
}

.case9 .case7-slider .single-slider .hover-area h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    padding-top: 16px;
}

.case9 .case7-slider .single-slider .hover-area h4 a:hover {
    transition: all 0.4s;
    color: #2a9134;
}

.case9 .case7-slider .single-slider .hover-area .arrow {
    position: absolute;
    display: inline-block;
    height: 48px;
    width: 48px;
    background-color: #2a9134;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    transform: rotate(-54deg);
    top: -20px;
    right: -20px;
}

.case9 .case7-slider .single-slider:hover {
    transition: all 0.4s;
}

.case9 .case7-slider .single-slider:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.case9 .arrows-button {
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case9 .arrows-button {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .case9 .arrows-button {
        text-align: center;
        margin-top: 20px;
    }
}

.case9 .arrows-button button {
    font-size: 20px;
    background-color: #eaf4eb;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border: none;
    border-radius: 50%;
    margin-left: 10px;
    color: #2a9134;
    transition: all 0.4s;
}

.case9 .arrows-button button:hover {
    background-color: #2a9134;
    color: #fff;
    transition: all 0.4s;
}

.case10 .case-box {
    margin-top: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .case10 .case-box {
        margin-top: 80px;
    }
}

.case10 .case-box .image {
    border-radius: 8px;
    overflow: hidden;
}

.case10 .case-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.case10 .case-box .hover-area {
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    position: absolute;
    bottom: 30px;
    margin: 0px 130px 0px 30px;
}

@media (max-width: 767px) {
    .case10 .case-box .hover-area {
        margin: 0px 0px 0px 0px;
    }
}

.case10 .case-box .hover-area h6 {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
}

.case10 .case-box .hover-area h3 a {
    display: inline-block;
    color: #081120;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 125% */
    padding: 14px 0px;
    transition: all 0.4s;
}

.case10 .case-box .hover-area h3 a:hover {
    color: #fa6444;
    transition: all 0.4s;
}

.case10 .case-box .hover-area p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

.case10 .case-box .hover-area .arrow {
    display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #fa6444;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    transform: rotate(-45deg);
    position: absolute;
    right: -20px;
    top: -20px;
}

.case10 .case-box:hover {
    transition: all 0.4s;
}

.case10 .case-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

/*
 ::::::::::::::::::::::::::
  CASE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-two__single-box {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .project-two__single-box {
        margin-top: 30px;
    }
}

/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
.team1 {
    background-color: var(--vtc-bg-common-bg2);
}

.team1 .team1-box {
    margin-top: 30px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 450px;
}

.team1 .team1-box .image {
    border-radius: 4px;
    overflow: hidden;
}

.team1 .team1-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.team1 .team1-box .heading-area {
    padding: 32px;
    background-color: var(--vtc-bg-bg-white);
    position: absolute;
    bottom: -65px;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    transition: all 0.4s;
}

.team1 .team1-box .heading-area .heading1 h4 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    margin-bottom: 6px;
    transition: all 0.4s;
}

.team1 .team1-box .heading-area .heading1 h4 a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-1);
}

.team1 .team1-box .heading-area .heading1 p {
    color: var(--vtc-text-pera-text-1);
}

.team1 .team1-box .heading-area .icons {
    opacity: 0;
    transition: all 0.4s;
}

.team1 .team1-box .heading-area .icons ul {
    margin-top: 20px;
}

.team1 .team1-box .heading-area .icons ul li {
    display: inline-block;
}

.team1 .team1-box .heading-area .icons ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #a8dbf1;
    margin: 0px 3px;
    color: var(--vtc-text-heading-text-1);
    transition: all 0.4s;
}

.team1 .team1-box .heading-area .icons ul li a:hover {
    background-color: var(--vtc-bg-main-bg-5);
    color: var(--vtc-bg-bg-white);
    transition: all 0.4s;
}

.team1 .team1-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.team1 .team1-box:hover .heading-area {
    bottom: 0;
    transition: all 0.4s;
}

.team1 .team1-box:hover .heading-area .icons {
    transition: all 0.4s;
    opacity: 1;
}

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

.team3 .team3-box {
    margin-top: 30px;
    background-color: var(--vtc-bg-bg-white);
    border-radius: 4px;
}

.team3 .team3-box .image-area {
    position: relative;
}

.team3 .team3-box .image-area .image {
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
    position: relative;
}

.team3 .team3-box .image-area .image img {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    transition: all 0.4s;
}

.team3 .team3-box .image-area .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--vtc-text-heading-text-1);
    opacity: 0;
    transform: scale(0.6);
    transition: all 0.4s;
}

.team3 .team3-box .image-area .icons {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -100px;
    transform: translateY(60px);
    opacity: 0;
    transition: all 0.4s;
}

.team3 .team3-box .image-area .icons ul li {
    display: inline-block;
}

.team3 .team3-box .image-area .icons ul li a {
    display: inline-block;
    font-size: var(--f-fs-font-fs18);
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: var(--vtc-bg-bg-white);
    border-radius: 50%;
    color: var(--vtc-text-heading-text-1);
    margin: 0px 3px;
    transition: all 0.4s;
}

.team3 .team3-box .image-area .icons ul li a:hover {
    color: var(--vtc-bg-bg-white);
    background-color: var(--vtc-bg-main-bg-3);
    transition: all 0.4s;
    transform: translateY(-3px);
}

.team3 .team3-box .heading3 {
    padding: 32px 3px;
    text-align: center;
}

.team3 .team3-box .heading3 p {
    padding-top: 6px;
}

.team3 .team3-box:hover .image-area .image img {
    transition: all 0.4s;
    transform: rotate(4deg) scale(1.1);
}

.team3 .team3-box:hover .image-area .image::after {
    opacity: 0.6;
    transform: scale(1);
    transition: all 0.4s;
}

.team3 .team3-box:hover .image-area .icons {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.4s;
}

.team4 {
    background-color: var(--vtc-bg-common-bg7);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team4-box {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .team4-box {
        margin-top: 30px;
    }
}

.team4-box .heading4 {
    padding-top: 20px;
}

.spt {
    padding-top: 80px;
}

.heading4 {
    padding: 0px 18px;
}

.team4-box .heading4 p {
    padding-top: 7px;
}

.team4-box .image-area {
    position: relative;
}

.team4-box .image-area .image {
    overflow: hidden;
    border-radius: 4px;
}

.team4-box .image-area .image img {
    width: 100%;
}

.team4-box .image-area::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25, 51, 106, 0.4196078431);
    border-radius: 4px;
    transition: all 0.4s;
    transform: scale(0.7);
    opacity: 0;
}

.team4-box .image-area .icon {
    display: inline-block;
    border: 1px solid #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    transform: rotate(-45deg) scale(2);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-top: -30px;
    margin-left: -30px;
    opacity: 0;
    transition: all 0.4s;
}

.team4-box:hover .image-area::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25, 51, 106, 0.4196078431);
    border-radius: 4px;
    transition: all 0.4s;
    transform: scale(1);
    opacity: 1;
}

.team4-box:hover .image-area .icon {
    display: inline-block;
    border: 1px solid #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    transform: rotate(-45deg) scale(1);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-top: -30px;
    margin-left: -30px;
    opacity: 1;
    transition: all 0.4s;
}

.team-page .team1-box {
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 450px;
}

.team-page .team1-box .image {
    border-radius: 4px;
    overflow: hidden;
}

.team-page .team1-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.team-page .team1-box .heading-area {
    padding: 32px;
    background-color: var(--vtc-bg-common-bg2);
    position: absolute;
    bottom: -65px;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    transition: all 0.4s;
}

.team-page .team1-box .heading-area .heading1 h4 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    margin-bottom: 6px;
    transition: all 0.4s;
}

.team-page .team1-box .heading-area .heading1 h4 a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-1);
}

.team-page .team1-box .heading-area .heading1 p {
    color: var(--vtc-text-pera-text-1);
}

.team-page .team1-box .heading-area .icons {
    opacity: 0;
    transition: all 0.4s;
}

.team-page .team1-box .heading-area .icons ul {
    margin-top: 20px;
}

.team-page .team1-box .heading-area .icons ul li {
    display: inline-block;
}

.team-page .team1-box .heading-area .icons ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 124, 1, 0.1568627451);
    margin: 0px 3px;
    color: var(--vtc-text-heading-text-1);
    transition: all 0.4s;
}

.team-page .team1-box .heading-area .icons ul li a:hover {
    background-color: var(--vtc-bg-main-bg-1);
    color: var(--vtc-bg-bg-white);
    transition: all 0.4s;
}

.team-page .team1-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.team-page .team1-box:hover .heading-area {
    bottom: 0;
    transition: all 0.4s;
}

.team-page .team1-box:hover .heading-area .icons {
    transition: all 0.4s;
    opacity: 1;
}

.team6 {
    position: relative;
}

.team6 .team-box {
    margin-top: 30px;
    transition: all 0.4s;
}

.team6 .team-box .image {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.team6 .team-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.team6 .team-box .image .hover-area {
    position: absolute;
    right: 50px;
    bottom: 70px;
    z-index: 9;
    transform: translateX(100px);
    transition: all 0.4s;
}

.team6 .team-box .image .hover-area ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 8px;
    color: #180d03;
    font-size: 16px;
    transition: all 0.4s;
}

.team6 .team-box .image .hover-area ul li a:hover {
    background: #31572c;
    color: #fff;
    transition: all 0.4s;
}

.team6 .team-box .heading-area {
    border-radius: 4px;
    background: var(--Home-Page-3-white-colors, #fff);
    box-shadow: 0px 10px 48px 0px rgba(0, 0, 0, 0.09);
    padding: 24px;
    margin: -50px 24px 0px 24px;
    position: relative;
    z-index: 2;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team6 .team-box .heading-area h4 a {
    display: inline-block;
    color: var(--Home-Page-3-text-Colors, #180d03);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
    transition: all 0.4s;
}

.team6 .team-box .heading-area h4 a:hover {
    transition: all 0.4s;
    color: #f1c832;
}

.team6 .team-box .heading-area p {
    color: var(--Home-Page-3-paragraph, #5b5855);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    padding-top: 8px;
}

.team6 .team-box .heading-area .shere-icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #f1c832;
}

.team6 .team-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.team6 .team-box:hover .hover-area {
    transform: translateX(0px);
    transition: all 0.4s;
}

.team6 .team-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.team6 .sec-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.team7 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.team7 .main-image {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .team7 .main-image {
        margin-top: 40px;
    }
}

.team7 .main-image img {
    width: 100%;
}

.team7 .team-box {
    position: absolute;
    bottom: 100px;
    padding: 20px 36px;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.4s;
    text-align: center;
}

@media (max-width: 767px) {
    .team7 .team-box {
        position: static;
        margin-top: 30px;
        background-color: #5957e5;
        padding: 20px 20px;
    }

    .team7 .team-box h5 a {
        color: #fff !important;
        transition: all 0.4s;
    }

    .team7 .team-box p {
        transition: all 0.4s;
        color: rgba(255, 255, 255, 0.7333333333) !important;
    }
}

.team7 .team-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    background-color: #5957e5;
}

.team7 .team-box:hover h5 a {
    color: #fff;
    transition: all 0.4s;
}

.team7 .team-box:hover p {
    transition: all 0.4s;
    color: rgba(255, 255, 255, 0.7333333333);
}

.team7 .team-box h5 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    transition: all 0.4s;
}

.team7 .team-box p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    padding-top: 12px;
    transition: all 0.4s;
}

.team7 .team-box.top {
    bottom: 200px;
}

.team8 {
    position: relative;
}

.team8 .team-box {
    margin-top: 30px;
    transition: all 0.4s;
}

.team8 .team-box .image {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.team8 .team-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.team8 .team-box .image .hover-area {
    position: absolute;
    right: 50px;
    bottom: 70px;
    z-index: 9;
    transform: translateX(100px);
    transition: all 0.4s;
}

.team8 .team-box .image .hover-area ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 8px;
    color: #180d03;
    font-size: 16px;
    transition: all 0.4s;
}

.team8 .team-box .image .hover-area ul li a:hover {
    background: #141339;
    color: #fff;
    transition: all 0.4s;
}

.team8 .team-box .heading-area {
    border-radius: 4px;
    background: var(--Home-Page-3-white-colors, #fff);
    box-shadow: 0px 10px 48px 0px rgba(0, 0, 0, 0.09);
    padding: 24px;
    margin: -50px 24px 0px 24px;
    position: relative;
    z-index: 2;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team8 .team-box .heading-area h4 a {
    display: inline-block;
    color: var(--Home-Page-3-text-Colors, #180d03);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
    transition: all 0.4s;
}

.team8 .team-box .heading-area h4 a:hover {
    transition: all 0.4s;
    color: #f6aa32;
}

.team8 .team-box .heading-area p {
    color: var(--Home-Page-3-paragraph, #5b5855);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    padding-top: 8px;
}

.team8 .team-box .heading-area .shere-icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #f6aa32;
}

.team8 .team-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.team8 .team-box:hover .hover-area {
    transform: translateX(0px);
    transition: all 0.4s;
}

.team8 .team-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.team8 .sec-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.team9 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.team9 .main-image {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .team9 .main-image {
        margin-top: 40px;
    }
}

.team9 .main-image img {
    width: 100%;
}

.team9 .team-box {
    position: absolute;
    bottom: 100px;
    padding: 20px 36px;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.4s;
    text-align: center;
}

@media (max-width: 767px) {
    .team9 .team-box {
        position: static;
        margin-top: 30px;
        background-color: #2a9134;
        padding: 20px 20px;
    }

    .team9 .team-box h5 a {
        color: #fff !important;
        transition: all 0.4s;
    }

    .team9 .team-box p {
        transition: all 0.4s;
        color: rgba(255, 255, 255, 0.7333333333) !important;
    }
}

.team9 .team-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    background-color: #2a9134;
}

.team9 .team-box:hover h5 a {
    color: #fff;
    transition: all 0.4s;
}

.team9 .team-box:hover p {
    transition: all 0.4s;
    color: rgba(255, 255, 255, 0.7333333333);
}

.team9 .team-box h5 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    transition: all 0.4s;
}

.team9 .team-box p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    padding-top: 12px;
    transition: all 0.4s;
}

.team9 .team-box.top {
    bottom: 200px;
}

/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
    position: relative;
    display: block;
    padding: 140px 0 157px;
}

.project-two__top {
    position: relative;
    display: block;
    margin-bottom: 46px;
}

.project-two__top .section-title {
    margin-bottom: 0;
}

.project-two__bottom {
    position: relative;
    display: block;
}

.project-two__bottom .container {
    max-width: 1370px;
}

.project-two__box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.project-two__box li {
    position: relative;
    flex: 0 0 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.project-two__box li.active {
    flex: 0 0 50%;
}

.project-two__box.project-two__box2 li {
    flex: 0 0 50%;
}

.project-two__box-content {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 464px;
    z-index: 1;
}

.single-project-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 500ms ease;
    z-index: -1;
    border-radius: 5px;
}

.project-two__box-content-inner-wrapper {
    position: relative;
    display: block;
}

.project-two__box-content-inner {
    position: absolute;
    display: block;
    padding: 37px 50px;
    width: 89%;
    bottom: 30px;
    bottom: 30px;
    height: 120px;
    margin: 0px 30px;
    opacity: 0;
    transform: perspective(540px) rotateY(0deg) translateY(-100px);
    transform-origin: top;
    transition: all 500ms ease;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--vtc-bg-main-bg-1);
    border-radius: 4px;
}

@media (max-width: 767px) {
    .project-two__box-content-inner {
        height: 120px !important;
    }
}

.project-two__box-content:hover .project-two__box-content-inner {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
}

.project-two__box-content.project-two__box-content2
    .project-two__box-content-inner {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
}

.project-two__box-content-inner .title-box {
    position: relative;
    display: block;
}

.project-two__box-content .img-holder-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(
        90deg,
        rgb(29, 29, 29) 0%,
        rgba(29, 29, 29, 0) 100%
    );
    opacity: 0;
    transition: 0.5s;
    transform: perspective(540px) rotateX(-10deg);
    transform-origin: top;
    z-index: 1;
}

.project-two__box-content:hover .img-holder-img-bg {
    opacity: 1;
    transform: perspective(540px) rotateX(0deg);
}

.project-two__box-content-inner-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
    z-index: 6;
    height: 0;
    line-height: 0;
}

.project-two__box-content:hover .project-two__box-content-inner-icon {
    transform: scale(1) translateY(-50%);
    transition-delay: 500ms;
    opacity: 1;
}

.project-two__box-content-inner-icon > a {
    position: relative;
    display: flex;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    background-color: var(--bondor-primary);
    color: var(--bondor-black);
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
    z-index: 5;
}

.project-two__box-content-inner-icon > a:hover {
    background-color: var(--bondor-white);
    color: var(--bondor-black);
}

.project-two__box-content-inner-wrapper p {
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    padding-bottom: 10px;
}

.project-two__box-content-inner-wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.016em;
}

.project-two__box-content-inner-wrapper h4 a {
    color: var(--vtc-text-text-white-text-1);
    transition: all 500ms ease;
}

.project-two__box-content-inner-wrapper h4 a:hover {
    color: var(--vtc-text-text-white-text-1);
}

@media (min-width: 768px) {
    .project-two__box li {
        flex: 1;
    }

    .project-two__box li.active {
        flex: 1.66;
    }

    .project-two__box.project-two__box2 li {
        flex: 1.66;
    }

    .project-two__box li.active .project-two__box-content .img-holder-img-bg {
        opacity: 0.8;
        transform: perspective(540px) rotateX(0deg);
    }

    .project-two__box
        li.active
        .project-two__box-content
        .project-two__box-content-inner {
        opacity: 1;
        transform: perspective(540px) rotateY(0deg) translateY(0px);
        transition-delay: 500ms;
    }

    .project-two__box
        li.active
        .project-two__box-content
        .project-two__box-content-inner
        .icon
        a {
        display: inline-block;
        color: var(--vtc-bg-main-bg-1);
        height: 48px;
        width: 48px;
        background-color: var(--vtc-text-text-white-text-1);
        border-radius: 50%;
        text-align: center;
        line-height: 48px;
        font-size: 20px;
        transform: rotate(-45deg);
    }
}

.project-two__single-box .icon a {
    display: inline-block;
    color: var(--vtc-bg-main-bg-1);
    height: 48px;
    width: 48px;
    background-color: var(--vtc-text-text-white-text-1);
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    transform: rotate(-45deg);
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .project-two {
        padding: 100px 0 100px;
    }

    .project-two__box li.active {
        flex: 0 0 100%;
    }

    .project-two__box.project-two__box2 li {
        flex: 0 0 100%;
    }

    .project-two__box-content {
        min-height: 550px;
    }

    .project-two__box-content-inner {
        padding: 32px;
        height: 550px;
        display: flex;
        align-items: center;
    }

    .project-two__box-content-inner-wrapper h4 {
        font-size: 28px;
    }
}

.owl-carousel.owl-dot-style1 .owl-dots button {
    background: transparent;
    border: none;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    height: 16px;
    line-height: 10px;
    width: 16px;
    margin: 0 0px;
    border: none;
    border-radius: 50%;
    padding: 5px;
    margin: 3px;
    background-color: #cecfd2;
}

.owl-carousel.owl-dot-style1 .owl-dots button.active {
    background: var(--vtc-bg-main-bg-1);
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    bottom: -55px;
    width: 100%;
    right: 0;
    text-align: center;
}

.owl-carousel.owl-dot-style1 .owl-dots button {
    position: relative;
    border: 3px solid #fff !important;
}

.owl-carousel.owl-dot-style1 .owl-dots button:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background: var(--vtc-bg-main-bg-1);
    z-index: -1;
    border-radius: 50%;
    left: -4px;
    top: -4px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.owl-carousel.owl-dot-style1 .owl-dots button.active:after {
    visibility: visible;
    opacity: 1;
}

.project-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0px;
    margin: 0;
    z-index: 2;
}

.project-two__carousel.owl-theme .owl-nav .owl-next {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--bondor-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}

.project-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--bondor-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
    transform: rotate(-180deg);
}

.project-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.project-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.project-two__carousel.owl-theme .owl-nav .owl-next span,
.project-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-two__carousel.owl-theme .owl-nav .owl-next:hover,
.project-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--bondor-base);
    color: var(--bondor-white);
}

.project-two__carousel.owl-theme .owl-nav .disabled {
    opacity: 1;
}

.tes1 .tes1-slider {
    margin-top: 30px;
}

.tes1 .tes1-slider .single-slider {
    padding: 32px;
    background-color: var(--vtc-bg-common-bg2);
    border-radius: 4px;
    margin: 0 10px;
}

.tes1 .tes1-slider .single-slider ul.stars li {
    display: inline-block;
    background-color: var(--vtc-bg-common-bg7);
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    color: var(--vtc-bg-main-bg-5);
    margin-right: 5px;
}

.tes1 .tes1-slider .single-slider .pera p {
    color: #696b6d;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs30);
    font-weight: var(--f-fw-medium);
    padding: 24px 0px;
}

.tes1 .tes1-slider .single-slider .bottom-heading h4 a {
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
}

.tes1 .tes1-slider .single-slider .bottom-heading p {
    color: #696b6d;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-medium);
    padding-top: 10px;
}

.tes1 .tes7-buttons {
    text-align: end;
}

.tes1 .tes7-buttons button {
    height: 48px;
    width: 48px;
    border: none;
    border-radius: 4px;
    background-color: var(--vtc-bg-common-bg1);
    margin-right: 10px;
    color: var(--vtc-text-heading-text-1);
    transition: all 0.4s;
}

.tes1 .tes7-buttons button:hover {
    color: var(--vtc-text-text-white-text-1);
    background-color: var(--vtc-bg-main-bg-5);
    transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes2 {
        padding-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .tes2 {
        padding-bottom: 120px;
    }
}

.tes2 .image {
    margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes2 .image {
        margin-right: 0px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .tes2 .image {
        margin-right: 0px;
        margin-bottom: 40px;
    }
}

.tes2 .image img {
    width: 100%;
}

.tes2 .tes2-slider .tes2-signle-slider p {
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    padding: 24px 0px;
}

.tes2 .tes2-slider .tes2-signle-slider .icon {
    width: 60px;
}

.tes2 .tes2-slider .tes2-signle-slider .bottom-area {
    display: flex;
    align-items: center;
}

.tes2 .tes2-slider .tes2-signle-slider .bottom-area .image-bottom img {
    width: 50px;
}

.tes2 .tes2-slider .tes2-signle-slider .bottom-area .heading-bottom {
    margin-left: 24px;
}

.tes2 .tes2-slider .tes2-signle-slider .bottom-area .heading-bottom h5 {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
}

.tes2 .tes2-slider .tes2-signle-slider .bottom-area .heading-bottom h5 span {
    display: inline-block;
    font-weight: var(--f-fw-regular);
    font-size: 16px;
}

.tes2 .owl-dots button {
    background: transparent;
    border: none;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    height: 16px;
    line-height: 10px;
    width: 16px;
    margin: 0 0px;
    border: none;
    border-radius: 50%;
    padding: 5px;
    margin: 3px;
    background-color: var(--vtc-bg-main-bg-2);
}

.tes2 .owl-dots button.active {
    background: var(--vtc-bg-main-bg-2);
}

.tes2 .owl-dots {
    position: absolute;
    bottom: -65px;
    width: 100%;
    right: 0;
}

.tes2 .owl-dots button {
    position: relative;
    border: 3px solid #000443 !important;
}

.tes2 .owl-dots button:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background: var(--vtc-bg-main-bg-2);
    z-index: -1;
    border-radius: 50%;
    left: -4px;
    top: -4px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.tes2 .owl-dots button.active:after {
    visibility: visible;
    opacity: 1;
}

.tes3 .single-slider {
    margin: 0px 10px;
}

.tes3 .single-slider .single-slider-content {
    background-color: var(--vtc-bg-common-bg4);
    border-radius: 4px;
    padding: 40px;
    position: relative;
    border: 1px solid #fffaec;
    transition: all 0.4s;
}

.tes3 .single-slider .single-slider-content::after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 60px;
    height: 56px;
    width: 70px;
    background-color: var(--vtc-bg-main-bg-3);
    border-radius: 4px;
    transform: rotate(45deg);
    background-color: var(--vtc-bg-common-bg4);
    z-index: -2;
}

.tes3 .single-slider .single-slider-content ul.stars {
    margin-bottom: 24px;
}

.tes3 .single-slider .single-slider-content ul.stars li {
    display: inline-block;
    background-color: #ffe6cf;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: var(--vtc-bg-main-bg-3);
    margin-right: 5px;
}

.tes3 .single-slider .single-slider-content .pera p {
    color: #696b6d;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
}

.tes3 .single-slider .bottom-heading {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.tes3 .single-slider .bottom-heading .heading3 {
    padding-left: 20px;
}

.tes3 .single-slider.slick-current.slick-active .single-slider-content {
    border: 1px solid var(--vtc-bg-main-bg-3);
    transition: all 0.4s;
}

.tes3 .single-slider.slick-current.slick-active .single-slider-content::after {
    background-color: var(--vtc-bg-main-bg-3);
}

.tes3 .tes7-buttons {
    text-align: end;
}

.tes3 .tes7-buttons button {
    height: 48px;
    width: 48px;
    border: none;
    border-radius: 4px;
    background-color: #e9ebea;
    margin-right: 10px;
    color: var(--vtc-text-heading-text-1);
    transition: all 0.4s;
    font-size: 18px;
}

.tes3 .tes7-buttons button:hover {
    color: var(--vtc-text-text-white-text-1);
    background-color: var(--vtc-bg-main-bg-3);
    transition: all 0.4s;
}

/*
.tes4 {
    background-color: var(--vtc-bg-common-bg7);
}

.tes4 ul.stars {
    margin-bottom: 24px;
}

.tes4 ul.stars li {
    display: inline-block;
    background-color: var(--vtc-bg-common-bg7);
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: var(--vtc-bg-main-bg-6);
    margin-right: 5px;
}

.tes4 .tes4-slider .single-slider {
    background-color: var(--vtc-text-text-white-text-1);
    border-radius: 4px;
    padding: 32px;
    margin: 0px 10px;
}

.tes4 .tes4-slider .single-slider .bottom-heading {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.tes4 .tes4-slider .single-slider .bottom-heading .image {
    height: 88px;
    width: 107px;
    overflow: hidden;
}

.tes4 .tes4-slider .single-slider .bottom-heading .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 50%;

}


.tes4 .tes4-slider .single-slider .bottom-heading .heading4 {
    padding-left: 20px;
}

.tes4 .tes4-slider .single-slider .bottom-heading .heading4 p {
    padding-top: 6px;
}

.tes4 .tes7-buttons {
    text-align: end;
}

.tes4 .tes7-buttons button {
    height: 48px;
    width: 48px;
    border: none;
    border-radius: 4px;
    background-color: rgba(82, 180, 233, 0.1176470588);
    margin-right: 10px;
    color: var(--vtc-text-heading-text-1);
    transition: all 0.4s;
    font-size: 18px;
}

.tes4 .tes7-buttons button:hover {
    color: var(--vtc-text-text-white-text-1);
    background-color: var(--vtc-bg-main-bg-5);
    transition: all 0.4s;
} */
.tes4 {
    background-color: var(--vtc-bg-bg-white);
}

.tes4 ul.stars {
    margin-bottom: 24px;
}

.tes4 ul.stars li {
    display: inline-block;
    background-color: var(--vtc-bg-common-bg7);
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: var(--vtc-bg-main-bg-6);
    margin-right: 5px;
}

.tes4 .tes4-slider .single-slider {
    background-color: var(--vtc-bg-common-bg7);
    border-radius: 4px;
    padding: 32px;
    margin: 0px 10px;
    width: 100%;
}

.tes4 .tes4-slider .single-slider .bottom-heading {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.tes4 .tes4-slider .single-slider .bottom-heading .image {
    height: 88px;
    width: 107px;
    overflow: hidden;
}

.tes4 .tes4-slider .single-slider .bottom-heading .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tes4 .tes4-slider .single-slider .bottom-heading .heading4 {
    padding-left: 20px;
}

.tes4 .tes4-slider .single-slider .bottom-heading .heading4 p {
    padding-top: 6px;
}

.tes4 .tes7-buttons {
    text-align: end;
}

.tes4 .tes7-buttons button {
    height: 48px;
    width: 48px;
    border: none;
    border-radius: 4px;
    background-color: rgba(82, 180, 233, 0.1176470588);
    margin-right: 10px;
    color: var(--vtc-text-heading-text-1);
    transition: all 0.4s;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tes4 .tes7-buttons button:hover {
    color: var(--vtc-text-text-white-text-1);
    background-color: var(--vtc-bg-main-bg-5);
    transition: all 0.4s;
}

.tes2 .tes5-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 30px;
    border-radius: 4px;
    margin-top: -250px;
    position: relative;
    z-index: 2;
}

.testimonial-page .single-slider {
    background-color: var(--vtc-bg-common-bg2);
    border-radius: 4px;
    padding: 32px;
    margin-bottom: 30px;
    transition: all 0.4s;
}

.testimonial-page .single-slider ul.stars {
    margin-bottom: 24px;
}

.testimonial-page .single-slider ul.stars li {
    display: inline-block;
    background-color: #f6e7dc;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: var(--vtc-bg-main-bg-1);
    margin-right: 5px;
}

.testimonial-page .single-slider .bottom-heading {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.testimonial-page .single-slider .bottom-heading .heading1 {
    padding-left: 20px;
}

.testimonial-page .single-slider .bottom-heading .heading1 p {
    padding-top: 6px;
}

.testimonial-page .single-slider:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

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

.tes6 .arrows-button {
    text-align: end;
}

.tes6 .arrows-button button {
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    font-size: 20px;
    color: #000443;
    background-color: #fff;
    transition: all 0.4s;
    border: none;
    margin-right: 7px;
}

.tes6 .arrows-button button:hover {
    background-color: #ffa800;
    transition: all 0.4s;
}

.tes6 .tes6-all-slider .single-slider {
    background-color: #fff;
    padding: 24px;
    border-radius: 4px;
    margin: 0px 10px;
}

.tes6 .tes6-all-slider .single-slider p {
    color: #071a1c;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    padding-top: 16px;
}

.tes6 .tes6-all-slider .single-slider .stars {
    padding-top: 4px;
}

.tes6 .tes6-all-slider .single-slider .stars li {
    display: inline-block;
    color: #ffa800;
    font-size: 15px;
    margin-right: 4px;
}

.tes6 .tes6-all-slider .single-slider .bottom-area {
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e6e8e8;
}

.tes6 .tes6-all-slider .single-slider .bottom-area .heading {
    padding-left: 20px;
}

.tes6 .tes6-all-slider .single-slider .bottom-area .heading a {
    display: inline-block;
    color: #071a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
}

.tes6 .tes6-all-slider .single-slider .bottom-area .heading p {
    color: #4d5050;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    padding-top: 10px;
}

.case6 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Mobile Layout: 320px. */
}

.case6 .project-two {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.case6 .project-two .owl-nav {
    position: absolute;
    top: -99px;
    right: 0;
}

.case6 .project-two .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.4s;
    margin-right: 10px;
}

.case6 .project-two .owl-nav button:hover {
    background-color: #f1c832;
    transition: all 0.4s;
}

.case6 .project-two__top {
    position: relative;
    display: block;
    margin-bottom: 46px;
}

.case6 .project-two__top .section-title {
    margin-bottom: 0;
}

.case6 .project-two__bottom {
    position: relative;
    display: block;
}

.case6 .project-two__bottom .container {
    max-width: 1370px;
}

.case6 .project-two__box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.case6 .project-two__box li {
    position: relative;
    flex: 0 0 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.case6 .project-two__box li.active {
    flex: 0 0 50%;
}

.case6 .project-two__box.project-two__box2 li {
    flex: 0 0 50%;
}

.case6 .project-two__box-content {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 464px;
    z-index: 1;
}

.case6 .single-project-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 500ms ease;
    z-index: -1;
    border-radius: 5px;
}

.case6 .project-two__box-content-inner-wrapper {
    position: relative;
    display: block;
}

.case6 .project-two__box-content-inner {
    position: absolute;
    display: block;
    padding: 37px 50px;
    width: 89%;
    bottom: 30px;
    bottom: 30px;
    height: 120px;
    margin: 0px 30px;
    opacity: 0;
    transform: perspective(540px) rotateY(0deg) translateY(-100px);
    transform-origin: top;
    transition: all 500ms ease;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .case6 .project-two__box-content-inner {
        height: 120px !important;
    }
}

.case6 .project-two__box-content-inner .icon a {
    background: #f1c832 !important;
    color: #000 !important;
}

.case6 .project-two__box-content:hover .project-two__box-content-inner {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
}

.case6
    .project-two__box-content.project-two__box-content2
    .project-two__box-content-inner {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
}

.case6 .project-two__box-content-inner .title-box {
    position: relative;
    display: block;
}

.case6 .project-two__box-content .img-holder-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(
        90deg,
        rgb(29, 29, 29) 0%,
        rgba(29, 29, 29, 0) 100%
    );
    opacity: 0;
    transition: 0.5s;
    transform: perspective(540px) rotateX(-10deg);
    transform-origin: top;
    z-index: 1;
}

.case6 .project-two__box-content:hover .img-holder-img-bg {
    opacity: 1;
    transform: perspective(540px) rotateX(0deg);
}

.case6 .project-two__box-content-inner-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
    z-index: 6;
    height: 0;
    line-height: 0;
}

.case6 .project-two__box-content:hover .project-two__box-content-inner-icon {
    transform: scale(1) translateY(-50%);
    transition-delay: 500ms;
    opacity: 1;
}

.case6 .project-two__box-content-inner-icon > a {
    position: relative;
    display: flex;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    background-color: var(--bondor-primary);
    color: var(--bondor-black);
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
    z-index: 5;
}

.case6 .project-two__box-content-inner-icon > a:hover {
    background-color: var(--bondor-white);
    color: var(--bondor-black);
}

.case6 .project-two__box-content-inner-wrapper p {
    color: var(--SEO-Marketing-Paragraph-Color, #5d6369);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    padding-bottom: 10px;
}

.case6 .project-two__box-content-inner-wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.016em;
}

.case6 .project-two__box-content-inner-wrapper h4 a {
    color: var(--SEO-Marketing-Text-Color, #0b0314);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    transition: all 500ms ease;
}

.case6 .project-two__box-content-inner-wrapper h4 a:hover {
    color: var(--SEO-Marketing-Text-Color, #0b0314);
}

@media (min-width: 768px) {
    .case6 .project-two__box li {
        flex: 1;
    }

    .case6 .project-two__box li.active {
        flex: 1.66;
    }

    .case6 .project-two__box.project-two__box2 li {
        flex: 1.66;
    }

    .case6
        .project-two__box
        li.active
        .project-two__box-content
        .img-holder-img-bg {
        opacity: 0.8;
        transform: perspective(540px) rotateX(0deg);
    }

    .case6
        .project-two__box
        li.active
        .project-two__box-content
        .project-two__box-content-inner {
        opacity: 1;
        transform: perspective(540px) rotateY(0deg) translateY(0px);
        transition-delay: 500ms;
    }

    .case6
        .project-two__box
        li.active
        .project-two__box-content
        .project-two__box-content-inner
        .icon
        a {
        display: inline-block;
        color: var(--vtc-bg-main-bg-1);
        height: 48px;
        width: 48px;
        background-color: var(--vtc-text-text-white-text-1);
        border-radius: 50%;
        text-align: center;
        line-height: 48px;
        font-size: 20px;
        transform: rotate(-45deg);
    }
}

.case6 .project-two__single-box .icon a {
    display: inline-block;
    color: var(--vtc-bg-main-bg-1);
    height: 48px;
    width: 48px;
    background-color: var(--vtc-text-text-white-text-1);
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .case6 .project-two {
        padding: 100px 0 100px;
    }

    .case6 .project-two__box li.active {
        flex: 0 0 100%;
    }

    .case6 .project-two__box.project-two__box2 li {
        flex: 0 0 100%;
    }

    .case6 .project-two__box-content {
        min-height: 550px;
    }

    .case6 .project-two__box-content-inner {
        padding: 32px;
        height: 550px;
        display: flex;
        align-items: center;
    }

    .case6 .project-two__box-content-inner-wrapper h4 {
        font-size: 28px;
    }
}

.case6 .owl-carousel.owl-dot-style1 .owl-dots button {
    background: transparent;
    border: none;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    height: 16px;
    line-height: 10px;
    width: 16px;
    margin: 0 0px;
    border: none;
    border-radius: 50%;
    padding: 5px;
    margin: 3px;
    background-color: #cecfd2;
}

.case6 .owl-carousel.owl-dot-style1 .owl-dots button.active {
    background: var(--vtc-bg-main-bg-1);
}

.case6 .owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    bottom: -55px;
    width: 100%;
    right: 0;
    text-align: center;
}

.case6 .owl-carousel.owl-dot-style1 .owl-dots button {
    position: relative;
    border: 3px solid #fff !important;
}

.case6 .owl-carousel.owl-dot-style1 .owl-dots button:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background: var(--vtc-bg-main-bg-1);
    z-index: -1;
    border-radius: 50%;
    left: -4px;
    top: -4px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.case6 .owl-carousel.owl-dot-style1 .owl-dots button.active:after {
    visibility: visible;
    opacity: 1;
}

.case6 .project-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0px;
    margin: 0;
    z-index: 2;
}

.case6 .project-two__carousel.owl-theme .owl-nav .owl-next {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--bondor-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}

.case6 .project-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--bondor-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
    transform: rotate(-180deg);
}

.case6 .project-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.case6 .project-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.case6 .project-two__carousel.owl-theme .owl-nav .owl-next span,
.case6 .project-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case6 .project-two__carousel.owl-theme .owl-nav .owl-next:hover,
.case6 .project-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--bondor-base);
    color: var(--bondor-white);
}

.case6 .project-two__carousel.owl-theme .owl-nav .disabled {
    opacity: 1;
}

.case8 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Mobile Layout: 320px. */
}

.case8 .project-two {
    position: relative;
    display: block;
    padding: 100px 0 100px;
}

.case8 .project-two .owl-nav {
    position: absolute;
    top: -99px;
    right: 0;
}

.case8 .project-two .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.4s;
    margin-right: 10px;
}

.case8 .project-two .owl-nav button:hover {
    background-color: #f6aa32;
    transition: all 0.4s;
}

.case8 .project-two__top {
    position: relative;
    display: block;
    margin-bottom: 46px;
}

.case8 .project-two__top .section-title {
    margin-bottom: 0;
}

.case8 .project-two__bottom {
    position: relative;
    display: block;
}

.case8 .project-two__bottom .container {
    max-width: 1370px;
}

.case8 .project-two__box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.case8 .project-two__box li {
    position: relative;
    flex: 0 0 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.case8 .project-two__box li.active {
    flex: 0 0 50%;
}

.case8 .project-two__box.project-two__box2 li {
    flex: 0 0 50%;
}

.case8 .project-two__box-content {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 464px;
    z-index: 1;
}

.case8 .single-project-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 500ms ease;
    z-index: -1;
    border-radius: 5px;
}

.case8 .project-two__box-content-inner-wrapper {
    position: relative;
    display: block;
}

.case8 .project-two__box-content-inner {
    position: absolute;
    display: block;
    padding: 37px 50px;
    width: 89%;
    bottom: 30px;
    bottom: 30px;
    height: 120px;
    margin: 0px 30px;
    opacity: 0;
    transform: perspective(540px) rotateY(0deg) translateY(-100px);
    transform-origin: top;
    transition: all 500ms ease;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .case8 .project-two__box-content-inner {
        height: 120px !important;
    }
}

.case8 .project-two__box-content-inner .icon a {
    background: #f6aa32 !important;
    color: #000 !important;
}

.case8 .project-two__box-content:hover .project-two__box-content-inner {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
}

.case8
    .project-two__box-content.project-two__box-content2
    .project-two__box-content-inner {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
}

.case8 .project-two__box-content-inner .title-box {
    position: relative;
    display: block;
}

.case8 .project-two__box-content .img-holder-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(
        90deg,
        rgb(29, 29, 29) 0%,
        rgba(29, 29, 29, 0) 100%
    );
    opacity: 0;
    transition: 0.5s;
    transform: perspective(540px) rotateX(-10deg);
    transform-origin: top;
    z-index: 1;
}

.case8 .project-two__box-content:hover .img-holder-img-bg {
    opacity: 1;
    transform: perspective(540px) rotateX(0deg);
}

.case8 .project-two__box-content-inner-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
    z-index: 6;
    height: 0;
    line-height: 0;
}

.case8 .project-two__box-content:hover .project-two__box-content-inner-icon {
    transform: scale(1) translateY(-50%);
    transition-delay: 500ms;
    opacity: 1;
}

.case8 .project-two__box-content-inner-icon > a {
    position: relative;
    display: flex;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    background-color: var(--bondor-primary);
    color: var(--bondor-black);
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
    z-index: 5;
}

.case8 .project-two__box-content-inner-icon > a:hover {
    background-color: var(--bondor-white);
    color: var(--bondor-black);
}

.case8 .project-two__box-content-inner-wrapper p {
    color: var(--SEO-Marketing-Paragraph-Color, #5d6369);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    padding-bottom: 10px;
}

.case8 .project-two__box-content-inner-wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.016em;
}

.case8 .project-two__box-content-inner-wrapper h4 a {
    color: var(--SEO-Marketing-Text-Color, #0b0314);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    transition: all 500ms ease;
}

.case8 .project-two__box-content-inner-wrapper h4 a:hover {
    color: var(--SEO-Marketing-Text-Color, #0b0314);
}

@media (min-width: 768px) {
    .case8 .project-two__box li {
        flex: 1;
    }

    .case8 .project-two__box li.active {
        flex: 1.66;
    }

    .case8 .project-two__box.project-two__box2 li {
        flex: 1.66;
    }

    .case8
        .project-two__box
        li.active
        .project-two__box-content
        .img-holder-img-bg {
        opacity: 0.8;
        transform: perspective(540px) rotateX(0deg);
    }

    .case8
        .project-two__box
        li.active
        .project-two__box-content
        .project-two__box-content-inner {
        opacity: 1;
        transform: perspective(540px) rotateY(0deg) translateY(0px);
        transition-delay: 500ms;
    }

    .case8
        .project-two__box
        li.active
        .project-two__box-content
        .project-two__box-content-inner
        .icon
        a {
        display: inline-block;
        color: var(--vtc-bg-main-bg-1);
        height: 48px;
        width: 48px;
        background-color: var(--vtc-text-text-white-text-1);
        border-radius: 50%;
        text-align: center;
        line-height: 48px;
        font-size: 20px;
        transform: rotate(-45deg);
    }
}

.case8 .project-two__single-box .icon a {
    display: inline-block;
    color: var(--vtc-bg-main-bg-1);
    height: 48px;
    width: 48px;
    background-color: var(--vtc-text-text-white-text-1);
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .case8 .project-two {
        padding: 100px 0 100px;
    }

    .case8 .project-two__box li.active {
        flex: 0 0 100%;
    }

    .case8 .project-two__box.project-two__box2 li {
        flex: 0 0 100%;
    }

    .case8 .project-two__box-content {
        min-height: 550px;
    }

    .case8 .project-two__box-content-inner {
        padding: 32px;
        height: 550px;
        display: flex;
        align-items: center;
    }

    .case8 .project-two__box-content-inner-wrapper h4 {
        font-size: 28px;
    }
}

.case8 .owl-carousel.owl-dot-style1 .owl-dots button {
    background: transparent;
    border: none;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    height: 16px;
    line-height: 10px;
    width: 16px;
    margin: 0 0px;
    border: none;
    border-radius: 50%;
    padding: 5px;
    margin: 3px;
    background-color: #cecfd2;
}

.case8 .owl-carousel.owl-dot-style1 .owl-dots button.active {
    background: var(--vtc-bg-main-bg-1);
}

.case8 .owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    bottom: -55px;
    width: 100%;
    right: 0;
    text-align: center;
}

.case8 .owl-carousel.owl-dot-style1 .owl-dots button {
    position: relative;
    border: 3px solid #fff !important;
}

.case8 .owl-carousel.owl-dot-style1 .owl-dots button:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background: var(--vtc-bg-main-bg-1);
    z-index: -1;
    border-radius: 50%;
    left: -4px;
    top: -4px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.case8 .owl-carousel.owl-dot-style1 .owl-dots button.active:after {
    visibility: visible;
    opacity: 1;
}

.case8 .project-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0px;
    margin: 0;
    z-index: 2;
}

.case8 .project-two__carousel.owl-theme .owl-nav .owl-next {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--bondor-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}

.case8 .project-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--bondor-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
    transform: rotate(-180deg);
}

.case8 .project-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.case8 .project-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.case8 .project-two__carousel.owl-theme .owl-nav .owl-next span,
.case8 .project-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case8 .project-two__carousel.owl-theme .owl-nav .owl-next:hover,
.case8 .project-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--bondor-base);
    color: var(--bondor-white);
}

.case8 .project-two__carousel.owl-theme .owl-nav .disabled {
    opacity: 1;
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.testimonial4-section-area {
    position: relative;
}

@media (max-width: 767px) {
    .testimonial4-section-area {
        padding: 50px 0px 160px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area {
        padding: 50px 0px 120px 0px;
    }
}

.testimonial4-section-area .testimonial3-header {
    margin-bottom: 60px;
}

.testimonial4-section-area .testimonial3-header span {
    padding: 8px 10px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 24px;
}

.testimonial4-section-area .testimonial3-header h1 {
    line-height: 54px;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial3-header h1 {
        line-height: 42px;
    }
}

.testimonial4-section-area .testiomnial-img3 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial4-section-area
    .slider-galeria-thumbs.text-center.slick-initialized.slick-slider.slick-vertical {
    position: relative;
    left: 50px;
}

.testimonial4-section-area .testimonial3-slider-content-area {
    border-radius: 0.933px;
    background: #fff;
    padding: 40px 32px;
    margin: 8px;
}

.testimonial4-section-area
    .testimonial3-slider-content-area
    .testimonial3-author-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial4-section-area
    .testimonial3-slider-content-area
    .testimonial3-author-area
    ul
    li {
    display: inline-block;
}

.testimonial4-section-area
    .testimonial3-slider-content-area
    .testimonial3-author-area
    ul
    li
    a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    background: #f4f3ef;
    color: #ffba00;
    line-height: 40px;
    border-radius: 4px;
    margin-right: 4px;
}

.testimonial4-section-area .testimonial3-slider-content-area p {
    color: rgba(8, 17, 32, 0.7607843137);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
    /* 153.571% */
    padding-top: 10px;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial3-slider-content-area p {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area .testimonial3-slider-content-area p {
        font-size: 20px;
        line-height: 28px;
    }
}

.testimonial4-section-area
    .testimonial3-slider-content-area
    .testimonial3-man-info-area {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial4-section-area
    .testimonial3-slider-content-area
    .testimonial3-man-info-area
    .mans-img
    img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial4-section-area
    .testimonial3-slider-content-area
    .testimonial3-man-info-area
    .man3-text {
    margin-left: 16px;
}

.testimonial4-section-area
    .testimonial3-slider-content-area
    .testimonial3-man-info-area
    .man3-text
    p {
    color: var(--visa-immigrant-consulting-paragraph-color, #585452);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    padding: 0;
    margin-top: 10px;
}

.testimonial4-section-area
    .testimonial3-slider-content-area
    .testimonial3-man-info-area
    .man3-text
    a {
    display: inline-block;
    color: var(--visa-immigrant-consulting-text-color, #100906);
    font-size: 27.988px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.988px;
    /* 100% */
}

.testimonial4-section-area .slider-galeria-thumbs {
    width: 100%;
}

.testimonial4-section-area .slider-galeria-thumbs .testimonial3-sliders-img {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .testimonial4-section-area
        .slider-galeria-thumbs
        .testimonial3-sliders-img {
        text-align: center;
        position: relative;
        left: 26%;
        right: 26%;
        top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area
        .slider-galeria-thumbs
        .testimonial3-sliders-img {
        text-align: center;
        position: relative;
        left: 26%;
        right: 26%;
        top: 20px;
    }
}

.testimonial4-section-area
    .slider-galeria-thumbs
    .testimonial3-sliders-img
    img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial4-section-area .testimonial-sliders {
    margin-bottom: 100px;
    position: relative;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial-sliders {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area .testimonial-sliders {
        margin-bottom: 50px;
    }
}

.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 {
    position: absolute;
    bottom: 0px;
    right: 268px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial-sliders .testimonial-arrows2 {
        right: 50%;
        top: auto;
        position: absolute;
        bottom: -145px;
        margin-right: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area .testimonial-sliders .testimonial-arrows2 {
        right: 50px;
        bottom: 0;
    }
}

.testimonial4-section-area .testimonial-sliders .testimonial-arrows2 button {
    height: 60px;
    width: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    border-radius: 4px;
    background: rgba(89, 87, 229, 0.1529411765);
    transition: all 0.4s ease-in-out;
    color: #081120;
    border: none;
    outline: none;
    margin: 0 8px 0 0;
    font-size: 22px;
    border-radius: 50%;
}

.testimonial4-section-area
    .testimonial-sliders
    .testimonial-arrows2
    button:hover {
    transition: all 0.4s ease-in-out;
    background: #5957e5;
    color: #fff;
}

.testimonial4-section-area .testimonial-sliders .slider-galeria {
    float: left;
    width: 100%;
}

.testimonial4-section-area .scetion-background {
    position: absolute;
    left: 0;
}

.testimonial4-section-area .slider-galeria {
    position: relative;
    top: 60px;
}

.testimonial4-section-area .slider-galeria-thumbs {
    position: relative;
    top: 60px;
}

.testimonial4-section-area
    .testimonial3-sliders-img.slick-slide.slick-current.slick-active:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #5957e5;
}

.testimonial4-section-area
    .testimonial3-sliders-img.slick-slide.slick-current.slick-active {
    position: relative;
}

.testimonial4-section-area
    .slider-galeria-thumbs.text-center.slick-initialized.slick-slider.slick-vertical
    img {
    position: relative;
    left: 10px;
    top: 10px;
}

.tes8 .tes8-slider-area {
    background-color: #fff;
    border-radius: 8px;
    padding: 32px 50px 32px 32px;
    position: relative;
}

.tes8 .tes8-slider-area .single-slider p {
    color: var(--Home-Page-1-text-colors, #02000e);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 150% */
    padding: 16px 0px;
}

.tes8 .tes8-slider-area .single-slider .bottom-area {
    display: flex;
    align-items: center;
}

.tes8 .tes8-slider-area .single-slider .bottom-area .heading {
    padding-left: 16px;
}

.tes8 .tes8-slider-area .single-slider .bottom-area .heading h5 a {
    display: inline-block;
    color: var(--Home-Page-1-text-colors, #02000e);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
    transition: all 0.4s;
}

.tes8 .tes8-slider-area .single-slider .bottom-area .heading h5 a:hover {
    color: #f6aa32;
    transition: all 0.4s;
}

.tes8 .tes8-slider-area .single-slider .bottom-area .heading span {
    color: var(--Home-Page-1-pargraph, #5c5a64);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    padding-top: 12px;
    display: inline-block;
}

.tes8 .tes8-slider-area .arrows-button button {
    font-size: 22px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border: none;
    border-radius: 50%;
    background-color: #141339;
    color: #fff;
    transition: all 0.4s;
}

.tes8 .tes8-slider-area .arrows-button button:hover {
    background-color: #f6aa32;
    transition: all 0.4s;
}

.tes8 .tes8-slider-area .arrows-button .tes8-next-arrow {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    right: -30px;
}

.tes8 .tes8-slider-area .arrows-button .tes8-prev-arrow {
    position: absolute;
    top: 50%;
    margin-top: 5px;
    right: -30px;
}

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

.tes9 .arrows-button {
    text-align: end;
}

.tes9 .arrows-button button {
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    font-size: 20px;
    color: #2a9134;
    background-color: #fff;
    transition: all 0.4s;
    border: none;
    margin-right: 7px;
}

.tes9 .arrows-button button:hover {
    background-color: #2a9134;
    color: #fff;
    transition: all 0.4s;
}

.tes9 .tes6-all-slider .single-slider {
    background-color: #fff;
    padding: 24px;
    border-radius: 4px;
    margin: 0px 10px;
}

.tes9 .tes6-all-slider .single-slider p {
    color: #071a1c;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    padding-top: 16px;
}

.tes9 .tes6-all-slider .single-slider .stars {
    padding-top: 4px;
}

.tes9 .tes6-all-slider .single-slider .stars li {
    display: inline-block;
    color: #ffa800;
    font-size: 15px;
    margin-right: 4px;
}

.tes9 .tes6-all-slider .single-slider .bottom-area {
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e6e8e8;
}

.tes9 .tes6-all-slider .single-slider .bottom-area .heading {
    padding-left: 20px;
}

.tes9 .tes6-all-slider .single-slider .bottom-area .heading a {
    display: inline-block;
    color: #071a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
}

.tes9 .tes6-all-slider .single-slider .bottom-area .heading p {
    color: #4d5050;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    padding-top: 10px;
}

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

.tes10 .arrows-button {
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes10 .arrows-button {
        text-align: start;
        margin-top: 30px;
    }
}

.tes10 .arrows-button button {
    display: inline-block;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    font-size: 20px;
    color: #fa6444;
    background-color: #f7f5fb;
    transition: all 0.4s;
    border: none;
    margin-right: 7px;
}

.tes10 .arrows-button button:hover {
    background-color: #fa6444;
    color: #fff;
    transition: all 0.4s;
}

.tes10 .tes6-all-slider .single-slider {
    background-color: #f7f5fb;
    padding: 24px;
    border-radius: 4px;
    margin: 0px 10px;
}

.tes10 .tes6-all-slider .single-slider p {
    color: #071a1c;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    padding-top: 16px;
}

.tes10 .tes6-all-slider .single-slider .stars {
    padding-top: 4px;
}

.tes10 .tes6-all-slider .single-slider .stars li {
    display: inline-block;
    color: #ffa800;
    font-size: 15px;
    margin-right: 4px;
}

.tes10 .tes6-all-slider .single-slider .bottom-area {
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e6e8e8;
}

.tes10 .tes6-all-slider .single-slider .bottom-area .heading {
    padding-left: 20px;
}

.tes10 .tes6-all-slider .single-slider .bottom-area .heading a {
    display: inline-block;
    color: #071a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
}

.tes10 .tes6-all-slider .single-slider .bottom-area .heading p {
    color: #4d5050;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    padding-top: 10px;
}

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/
.work1 {
    background-color: var(--vtc-bg-common-bg2);
}

.work1 .work1-heading {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work1 .work1-heading {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .work1 .work1-heading {
        padding-left: 0;
        margin-top: 40px;
    }
}

.work1 .work1-box {
    padding: 24px;
    border-radius: 4px;
    background-color: var(--vtc-bg-bg-white);
    margin-top: 20px;
    display: flex;
    transition: all 0.4s;
}

.work1 .work1-box .icon {
    background-color: var(--vtc-bg-main-bg-1);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-right: 16px;
    transition: all 0.4s;
}

.work1 .work1-box .icon img {
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}

.work1 .work1-box .heading1 h4 a {
    padding-bottom: 10px;
}

.work1 .work1-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    background-color: var(--vtc-bg-main-bg-1);
}

.work1 .work1-box:hover .icon {
    background-color: var(--vtc-bg-bg-white);
    transition: all 0.4s;
}

.work1 .work1-box:hover .icon img {
    transition: all 0.4s;
    filter: none;
}

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

.work1 .work1-box:hover .heading1 p {
    color: rgba(255, 255, 255, 0.8431372549);
    transition: all 0.4s;
}

.work1 .work-img img {
    width: 100%;
}

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

.work3 .work3-box {
    margin-top: 30px;
    position: relative;
}

.work3 .work3-box .image {
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.work3 .work3-box.work3-box2 {
    position: relative;
}

.work3 .work3-box.work3-box2::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    height: 1px;
    width: 107%;
    background: white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work3 .work3-box.work3-box2::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .work3 .work3-box.work3-box2::after {
        display: none;
    }
}

.work3 .shape {
    position: absolute;
    top: 0;
    left: 0;
}

.work6 {
    position: relative;
}

.work6 .work-box {
    position: relative;
    margin-top: 30px;
    padding: 0px 10px;
}

.work6 .work-box .image-area {
    position: relative;
    text-align: center;
}

.work6 .work-box .image-area .image1 img {
    width: 100%;
}

.work6 .work-box .image-area .image2 {
    position: absolute;
    top: 85px;
    left: 61px;
}

.work6 .work-box .image-area .image2 img {
    width: 100%;
}

.work6 .work-box .heading-area {
    padding: 20px 34px;
    background-color: #f3f5f2;
    margin-top: 32px;
    text-align: center;
    transition: all 0.4s;
    border-radius: 8px;
}

.work6 .work-box .heading-area h3 a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.work6 .work-box .heading-area p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    padding-top: 12px;
    transition: all 0.4s;
}

.work6 .work-box:hover .heading-area {
    transition: all 0.4s;
    background-color: #31572c;
    transform: translateY(-10px);
}

.work6 .work-box:hover .heading-area h3 a {
    transition: all 0.4s;
    color: #fff;
}

.work6 .work-box:hover .heading-area p {
    color: rgba(255, 255, 255, 0.8156862745);
    transition: all 0.4s;
}

.work6 .sec-shape {
    position: absolute;
    right: 0;
    z-index: -2;
    top: 0;
}

.work7 .work87-box {
    margin-top: 30px;
    position: relative;
    text-align: center;
    padding: 0px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work7 .work87-box {
        padding: 0px 0px;
    }
}

@media (max-width: 767px) {
    .work7 .work87-box {
        padding: 0px 0px;
    }
}

.work7 .work87-box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
}

.work7 .work87-box .icon img {
    transition: all 0.4s;
}

.work7 .work87-box .heading {
    padding-top: 16px;
}

.work7 .work87-box .heading h4 a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    text-transform: uppercase;
}

.work7 .work87-box .heading p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    padding-top: 10px;
}

.work7 .work87-box .shape1 {
    position: absolute;
    top: 60px;
    right: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work7 .work87-box .shape1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .work7 .work87-box .shape1 {
        display: none;
    }
}

.work7 .work87-box .shape2 {
    position: absolute;
    top: 60px;
    right: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work7 .work87-box .shape2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .work7 .work87-box .shape2 {
        display: none;
    }
}

.work7 .work87-box:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}

.work8 .work87-box {
    margin-top: 30px;
    position: relative;
    text-align: center;
    padding: 0px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work8 .work87-box {
        padding: 0px 0px;
    }
}

@media (max-width: 767px) {
    .work8 .work87-box {
        padding: 0px 0px;
    }
}

.work8 .work87-box .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #f7f5fb;
    border-radius: 50%;
    margin: auto;
}

.work8 .work87-box .icon img {
    transition: all 0.4s;
}

.work8 .work87-box .heading {
    padding-top: 16px;
}

.work8 .work87-box .heading h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    text-transform: uppercase;
}

.work8 .work87-box .heading p {
    color: #555555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    padding-top: 10px;
}

.work8 .work87-box .shape1 {
    position: absolute;
    top: 60px;
    right: -120px;
    filter: brightness(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work8 .work87-box .shape1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .work8 .work87-box .shape1 {
        display: none;
    }
}

.work8 .work87-box .shape2 {
    position: absolute;
    top: 60px;
    right: -120px;
    filter: brightness(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work8 .work87-box .shape2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .work8 .work87-box .shape2 {
        display: none;
    }
}

.work8 .work87-box:hover .icon img {
    transition: all 0.4s;
    transform: rotateY(180deg);
}

.work9 {
    position: relative;
}

.work9 .work-box {
    position: relative;
    margin-top: 30px;
    padding: 0px 10px;
}

.work9 .work-box .image-area {
    position: relative;
    text-align: center;
}

.work9 .work-box .image-area .image1 img {
    width: 100%;
}

.work9 .work-box .image-area .image2 {
    position: absolute;
    top: 85px;
    left: 61px;
}

.work9 .work-box .image-area .image2 img {
    width: 100%;
}

.work9 .work-box .heading-area {
    padding: 20px 34px;
    background-color: #f3f5f2;
    margin-top: 32px;
    text-align: center;
    transition: all 0.4s;
    border-radius: 8px;
}

.work9 .work-box .heading-area h3 a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.work9 .work-box .heading-area p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    padding-top: 12px;
    transition: all 0.4s;
}

.work9 .work-box:hover .heading-area {
    transition: all 0.4s;
    background-color: #2a9134;
    transform: translateY(-10px);
}

.work9 .work-box:hover .heading-area h3 a {
    transition: all 0.4s;
    color: #fff;
}

.work9 .work-box:hover .heading-area p {
    color: rgba(255, 255, 255, 0.8156862745);
    transition: all 0.4s;
}

.work9 .sec-shape {
    position: absolute;
    right: 0;
    z-index: -2;
    top: 0;
}

.work10 .work-box {
    margin-top: 30px;
    transition: all 0.4s;
}

.work10 .work-box.top {
    margin-top: 60px;
}

.work10 .work-box .image-area {
    position: relative;
}

.work10 .work-box .image-area .image {
    margin: 0px 30px;
    background-color: #f7f5fb;
    border-radius: 8px;
    padding: 10px;
}

.work10 .work-box .image-area .image img {
    width: 100%;
}

.work10 .work-box .image-area .step {
    background-color: #fa6444;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 8px;
    position: absolute;
    bottom: 30px;
}

.work10 .work-box .heading {
    padding: 20px 34px;
    background-color: #f7f5fb;
    border-radius: 8px;
    margin-top: 30px;
    text-align: center;
    transition: all 0.4s;
}

.work10 .work-box .heading h4 a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.work10 .work-box .heading p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
    transition: all 0.4s;
    padding-top: 12px;
}

.work10 .work-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.work10 .work-box:hover .heading {
    background-color: #fa6444;
    transition: all 0.4s;
    transform: translateY(-5px);
}

.work10 .work-box:hover .heading h4 a {
    transition: all 0.4s;
    color: #fff;
}

.work10 .work-box:hover .heading p {
    color: rgba(255, 255, 255, 0.8352941176);
    transition: all 0.4s;
}

/*
 ::::::::::::::::::::::::::
  WORK AREA CSS
 ::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
.blog1-box {
    position: relative;
    margin-top: 30px;
}

.blog1-box .heading-area {
    background-color: var(--vtc-bg-common-bg2);
    border-radius: 4px;
    padding: 24px;
    margin-left: 160px;
    position: absolute;
    bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog1-box .heading-area {
        margin-left: 0;
        position: static;
    }
}

@media (max-width: 767px) {
    .blog1-box .heading-area {
        margin-left: 0;
        position: static;
    }
}

.blog1-box .heading-area .tags {
    margin-bottom: 10px;
}

.blog1-box .heading-area .tags a {
    display: inline-block;
    color: var(--vtc-text-pera-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
    margin-right: 30px;
}

.blog1-box .heading-area .tags a img {
    margin-top: -3px;
    margin-right: 3px;
}

.blog1-box .heading-area .heading1 h4 a {
    line-height: var(--f-fs-font-fs26);
    transition: all 0.4s;
}

.blog1-box .heading-area .heading1 h4 a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-1);
}

.blog1-box .heading-area .heading1 .blog1-border {
    background-color: rgba(255, 124, 1, 0.1647058824);
    width: 100%;
    height: 1px;
    margin-top: 20px;
}

.blog1-box .heading-area .heading1 a.learn {
    display: inline-block;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-bold);
    margin-top: 20px;
    transition: all 0.4s;
}

.blog1-box .heading-area .heading1 a.learn:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-1);
}

.blog1-box .heading-area .heading1 a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog1-box .image img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .blog1-box .image img {
        width: 100%;
    }
}

.blog2 .blog2-box {
    margin-top: 30px;
    background-color: #192b65;
    transition: all 0.4s;
    border-radius: 4px;
}

.blog2 .blog2-box .image {
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}

.blog2 .blog2-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.blog2 .blog2-box .heading2 {
    padding: 24px;
}

.blog2 .blog2-box .heading2 h4 a {
    line-height: var(--f-fs-font-fs28);
    font-size: var(--f-fs-font-fs20);
    transition: all 0.4s;
}

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

.blog2 .blog2-box .heading2 .tags {
    margin-bottom: 12px;
}

.blog2 .blog2-box .heading2 .tags a {
    display: inline-block;
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-right: 20px;
}

.blog2 .blog2-box .heading2 .tags a img {
    margin-top: -3px;
    margin-left: 3px;
}

.blog2 .blog2-box a.learn {
    display: inline-block;
    color: var(--vtc-bg-common-bg1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.blog2 .blog2-box a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 3px;
}

.blog2 .blog2-box a.learn:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-2);
}

.blog2 .blog2-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}

.blog2 .blog2-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(4deg);
}

.blog3 .blog3-box {
    margin-top: 30px;
    position: relative;
}

.blog3 .blog3-box .image {
    border-radius: 4px;
    overflow: hidden;
}

.blog3 .blog3-box .image img {
    transition: all 0.4s;
    width: 100%;
}

.blog3 .blog3-box .heading-area {
    background-color: var(--vtc-bg-bg-white);
    border-radius: 0px 4px 4px 0px;
    padding: 24px;
    margin-right: 160px;
    position: absolute;
    bottom: 30px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog3 .blog3-box .heading-area {
        margin-right: 0;
        position: static;
    }
}

@media (max-width: 767px) {
    .blog3 .blog3-box .heading-area {
        margin-right: 0;
        position: static;
    }
}

.blog3 .blog3-box .heading-area .tags {
    margin-bottom: 10px;
}

.blog3 .blog3-box .heading-area .tags a {
    display: inline-block;
    color: var(--vtc-text-pera-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
    margin-right: 30px;
}

.blog3 .blog3-box .heading-area .tags a img {
    margin-top: -3px;
    margin-right: 3px;
}

.blog3 .blog3-box .heading-area .heading3 h4 a {
    line-height: var(--f-fs-font-fs28);
    transition: all 0.4s;
}

.blog3 .blog3-box .heading-area .heading3 h4 a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-1);
}

.blog3 .blog3-box .heading-area .heading3 .blog1-border {
    background-color: rgba(35, 52, 46, 0.0745098039);
    width: 100%;
    height: 1px;
    margin-top: 20px;
}

.blog3 .blog3-box .heading-area .heading3 a.learn {
    display: inline-block;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-bold);
    margin-top: 20px;
    transition: all 0.4s;
}

.blog3 .blog3-box .heading-area .heading3 a.learn:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-1);
}

.blog3 .blog3-box .heading-area .heading3 a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
}

.blog3 .blog3-box:hover .image img {
    transform: scale(1.1) rotate(2deg);
    transition: all 0.4s;
}

.blog4-box {
    margin-top: 30px;
    background-color: var(--vtc-bg-common-bg7);
    border-radius: 4px 4px 0px 0px;
    transition: all 0.4s;
}

.blog4-box .image {
    border-radius: 4px;
    overflow: hidden;
}

.blog4-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.blog4-box .heading4 {
    padding: 24px;
}

.blog4-box .heading4 h5 a {
    line-height: 26px;
}

.blog4-box .heading4 .tags {
    margin-bottom: 14px;
}

.blog4-box .heading4 .tags a {
    display: inline-block;
    color: var(--vtc-text-pera-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
    margin-right: 30px;
}

.blog4-box .heading4 .tags a img {
    margin-top: -3px;
    margin-right: 3px;
}

.blog4-box .heading4 a.learn {
    display: inline-block;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-bold);
    margin-top: 20px;
    transition: all 0.4s;
}

.blog4-box .heading4 a.learn:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-6);
}

.blog4-box .heading4 a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
}

.blog4-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.blog4-box:hover .image img {
    transform: scale(1.1) rotate(2deg);
    transition: all 0.4s;
}

.blog5 .blog2-box {
    margin-top: 30px;
    background-color: #fff;
    transition: all 0.4s;
    border-radius: 4px;
    border: none;
}

.blog5 .blog2-box .image {
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}

.blog5 .blog2-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.blog5 .blog2-box .heading5 {
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
}

.blog5 .blog2-box .heading5 h4 a {
    line-height: var(--f-fs-font-fs28);
    font-size: var(--f-fs-font-fs20);
    transition: all 0.4s;
}

.blog5 .blog2-box .heading5 h4 a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-2);
}

.blog5 .blog2-box .heading5 .tags {
    margin-bottom: 12px;
}

.blog5 .blog2-box .heading5 .tags a {
    display: inline-block;
    color: #081120;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-right: 20px;
}

.blog5 .blog2-box .heading5 .tags a img {
    margin-top: -3px;
    margin-left: 3px;
    filter: brightness(0);
}

.blog5 .blog2-box a.learn {
    display: inline-block;
    color: #081120;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.blog5 .blog2-box a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 3px;
}

.blog5 .blog2-box a.learn:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-2);
}

.blog5 .blog2-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}

.blog5 .blog2-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(4deg);
}

.blog-page .blog2-box {
    background-color: #fff;
    transition: all 0.4s;
    border-radius: 4px;
    border: none;
    margin-bottom: 30px;
}

.blog-page .blog2-box .image {
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}

.blog-page .blog2-box .image img {
    width: 100%;
    transition: all 0.4s;
}

.blog-page .blog2-box .heading5 {
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
}

.blog-page .blog2-box .heading5 h4 a {
    line-height: var(--f-fs-font-fs28);
    font-size: var(--f-fs-font-fs20);
    transition: all 0.4s;
}

.blog-page .blog2-box .heading5 h4 a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-1);
}

.blog-page .blog2-box .heading5 .tags {
    margin-bottom: 12px;
}

.blog-page .blog2-box .heading5 .tags a {
    display: inline-block;
    color: #081120;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-right: 20px;
}

.blog-page .blog2-box .heading5 .tags a img {
    margin-top: -3px;
    margin-left: 3px;
    filter: brightness(0);
}

.blog-page .blog2-box a.learn {
    display: inline-block;
    color: #081120;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.blog-page .blog2-box a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 3px;
}

.blog-page .blog2-box a.learn:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-1);
}

.blog-page .blog2-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}

.blog-page .blog2-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(4deg);
}

.details-sidebar .details-box3 h3 {
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
    padding-bottom: 16px;
}

.details-sidebar .details-box3 .service-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
    background-color: var(--vtc-bg-bg-white);
    padding: 20px 24px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.details-sidebar .details-box3 .service-list li a:hover {
    background-color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
    color: var(--vtc-bg-bg-white);
}

.details-sidebar .details-box-call {
    background-color: var(--vtc-bg-main-bg-1);
    padding: 32px 24px;
    border-radius: 4px;
    margin-top: 40px;
}

.details-sidebar .details-box-call h3 {
    color: var(--vtc-bg-bg-white);
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs30);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
    padding-bottom: 16px;
}

.details-sidebar .details-box-call .call-btn {
    display: inline-block;
    background-color: var(--vtc-bg-bg-white);
    border-radius: 4px;
    padding: 19px 16px 16px 16px;
    width: 100%;
    text-align: center;
    color: var(--vtc-bg-main-bg-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.details-sidebar .details-box-call .call-btn img {
    margin-top: -3px;
    margin-right: 3px;
}

.details-sidebar .details-box-call .call-btn:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}

.details-sidebar .details-box2 {
    margin-bottom: 20px;
}

.card {
    border: none;
}

.heading-2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.details-sidebar .details-box4 {
    /* padding: 33px 24px; */
    border-radius: 10px;
    /* background-color: var(--vtc-bg-bg-white); */
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
        0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
        0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
        0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.details-sidebar .details-box2 .service-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
    background-color: var(--vtc-bg-common-bg2);
    padding: 20px 24px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.details-sidebar .details-box2 .service-list li a:hover {
    background-color: var(--vtc-bg-main-bg-5);
    transition: all 0.4s;
    color: var(--vtc-bg-bg-white);
}

.details-sidebar .details-box2 p {
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.details-sidebar .details-box2 .download-btn1 {
    display: inline-block;
    background-color: var(--vtc-bg-main-bg-1);
    border-radius: 4px;
    padding: 21px 16px 18px 16px;
    width: 100%;
    text-align: center;
    color: var(--vtc-bg-bg-white);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
    margin-top: 16px;
}

.details-sidebar .details-box2 .download-btn1 img {
    margin-top: -4px;
    margin-right: 3px;
    filter: brightness(40);
}

.details-sidebar .details-box2 .download-btn1:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}

.details-sidebar .details-box2 .download-btn2 {
    display: inline-block;
    background-color: #fff2e6;
    border-radius: 4px;
    padding: 19px 16px 18px 16px;
    width: 100%;
    text-align: center;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
    margin-top: 22px;
}

.details-sidebar .details-box2 .download-btn2 img {
    margin-top: -4px;
    margin-right: 3px;
}

.details-sidebar .details-box2 .download-btn2:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}

.details-sidebar .details-box2 .icons li {
    display: inline-block;
}

.details-sidebar .details-box2 .icons li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: var(--vtc-text-heading-text-1);
    background-color: #fff2e6;
    margin: 0px 2px;
    transition: all 0.4s;
}

.details-sidebar .details-box2 .icons li a:hover {
    background-color: var(--vtc-bg-main-bg-1);
    color: var(--vtc-bg-bg-white);
    transition: all 0.4s;
    transform: translateY(-3px);
}

.details-sidebar .details-box2 .search-area {
    position: relative;
}

.details-sidebar .details-box2 .search-area input {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 4px;
    background-color: var(--vtc-bg-common-bg2);
}

.details-sidebar .details-box2 .search-area input:focus {
    outline: none;
}

.details-sidebar .details-box2 .search-area input::-moz-placeholder {
    color: var(--vtc-text-heading-text-1);
    font-size: 18px;
    font-weight: 500;
}

.details-sidebar .details-box2 .search-area input::placeholder {
    color: var(--vtc-text-heading-text-1);
    font-size: 18px;
    font-weight: 500;
}

.details-sidebar .details-box2 .search-area button {
    position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    background: none;
    font-size: 20px;
}

.details-sidebar .details-box2 .tags li a {
    display: inline-block;
    color: var(--vtc-text-heading-text-2);
    font-size: 13px;
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-medium);
    background-color: var(--vtc-bg-common-bg2);
    border-radius: 4px;
    padding: 8px 12px;
    margin: 8px 5px;
    transition: all 0.4s;
}

.details-sidebar .details-box2 .tags li a:hover {
    background-color: var(--vtc-bg-main-bg-5);
    transition: all 0.4s;
    color: var(--vtc-bg-bg-white);
}

.details-sidebar .details-box2 .form span,
small {
    font-size: 20px;
    color: #000000;
    padding-top: 3px;
}

.details-sidebar .details-box2 .form label,
.details-sidebar .details-box2 .form small,
.details-sidebar .details-box2 .form .small-placeholder::placeholder,
.details-sidebar .details-box2 .form .small-option,
.details-sidebar .details-box2 .form .small-date {
    font-size: 12px;
}

.details-sidebar .details-box2 .form label span {
    font-size: 12px;
}

.details-sidebar .details-box2 .form input,
.details-sidebar .details-box2 .form textarea,
.details-sidebar .details-box2 .form select,
.details-sidebar .details-box2 .form option {
    background-color: var(--vtc-bg-common-bg2);
    border: none;
    border-radius: 4px;
    /* padding: 16px; */
    width: 100%;
    margin-bottom: 16px;
}

.details-sidebar .details-box2 .form option:hover {
    background-color: var(--vtc-bg-common-bg2);

    border: none;
    border-radius: 4px;
    /* padding: 16px; */
    width: 100%;
    margin-bottom: 16px;
}

.details-sidebar .details-box2 .form input::-moz-placeholder,
.details-sidebar .details-box2 .form textarea::-moz-placeholder {
    color: #696b6d;
    font-size: 18px;
    font-weight: 500;
}

.details-sidebar .details-box2 .form input::placeholder,
.details-sidebar .details-box2 .form textarea::placeholder {
    color: #696b6d;
    font-size: 18px;
    font-weight: 500;
}

.details-sidebar .details-box2 .form input:focus,
.details-sidebar .details-box2 .form textarea:focus {
    outline: none;
}

.details-sidebar .details-box2.search {
    margin-top: 0;
}

.recent-posts .single-recent-post {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f3f4;
    padding: 12px 0;
}

.recent-posts .single-recent-post .image {
    width: 80px;
}

.recent-posts .single-recent-post .heading {
    padding-left: 20px;
}

.recent-posts .single-recent-post .heading a.date {
    color: #696b6d;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-medium);
    display: inline-block;
}

.recent-posts .single-recent-post .heading a.date img {
    margin-top: -4px;
    margin-right: 4px;
}

.recent-posts .single-recent-post .heading h5 a {
    display: inline-block;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs26);
    font-weight: var(--f-fw-bold);
    display: inline-block;
    padding-top: 6px;
    transition: all 0.4s;
}

.recent-posts .single-recent-post .heading h5 a:hover {
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-1);
}

.recent-posts .single-recent-post:nth-last-child(1) {
    border-bottom: none;
    padding: 12px 0px 0px 0px;
}

.project-details-list ul li {
    color: var(--vtc-text-pera-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
    display: flex;
    align-items: center;
    padding: 6px 0px;
}

.project-details-list ul li span {
    display: inline-block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    background-color: var(--vtc-bg-main-bg-1);
    color: #fff;
    font-size: 10px;
    margin-right: 7px;
}

.service-details-area .image img {
    width: 100%;
}

.left-padding {
    padding-left: 30px;
}

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

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

    .details-sidebar .details-box2 .tags li a {
        font-size: 11px;
    }

    .progress-bar-container2 {
        margin-top: 45px;
        text-align: center;
    }
}

.right-padding {
    padding-right: 30px;
}

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

@media (max-width: 767px) {
    .right-padding {
        padding-right: 0;
    }
}

.porgress-line-all .progress-line {
    position: relative;
    margin-top: 28px;
}

.porgress-line-all .progress-line h6 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #081120;
}

.porgress-line-all .progress-line .percentCount {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #081120;
}

.blog-details-box .image img {
    width: 100%;
}

.blog-details-box .users {
    padding-top: 28px;
    padding-bottom: 16px;
}

.blog-details-box .users li {
    display: inline-block;
    margin-right: 42px;
    position: relative;
}

.blog-details-box .users li img {
    margin-top: -5px;
    margin-right: 3px;
}

.blog-details-box .users li img.author {
    margin-right: 4px;
}

.blog-details-box .users li a {
    display: inline-block;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-medium);
    color: #696b6d;
}

.blog-details-box .users li::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -24px;
    height: 20px;
    width: 2px;
    background-color: rgba(143, 147, 150, 0.7607843137);
}

.blog-details-box .users li:nth-last-child(1)::after {
    display: none;
}

.blog-details-box .project-details-list ul li {
    color: var(--vtc-text-pera-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
    display: flex;
    align-items: center;
    padding: 6px 0px;
}

.blog-details-box .project-details-list ul li span {
    display: inline-block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    background-color: var(--vtc-bg-main-bg-1);
    color: #fff;
    font-size: 10px;
    margin-right: 7px;
}

.blog-details-border {
    background-color: rgba(143, 147, 150, 0.2470588235);
    width: 100%;
    height: 2px;
    margin: 40px 0px;
}

.after-box-details {
    background-color: var(--vtc-bg-common-bg2);
    padding: 30px 32px;
    border-radius: 4px;
    margin: 24px 0px;
    position: relative;
}

.after-box-details::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
    border-radius: 4px;
    background-color: var(--vtc-bg-main-bg-1);
}

.video-details-area {
    position: relative;
    /* video button  */
}

.video-details-area .video-play-button {
    position: absolute;
    z-index: 10;
    margin: 0px 30px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
}

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

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

.video-details-area .video-play-button:hover:after {
    background-color: #cd6200;
}

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

.video-details-area .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin-top: 12px;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

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

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

.video-details-area .image img {
    width: 100%;
}

.video-details-area .video-area {
    position: relative;
}

.video-details-area .video-area .video-buttton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.tags-icons {
    padding-top: 60px;
}

.tags-icons li.text {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-heading-text-1);
    margin-right: 10px;
}

.tags-icons .details-tags ul li {
    display: inline-block;
}

.tags-icons .details-tags ul li a {
    display: inline-block;
    color: var(--vtc-text-heading-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-medium);
    background-color: var(--vtc-bg-common-bg2);
    border-radius: 4px;
    padding: 8px 12px;
    margin: 8px 5px;
    transition: all 0.4s;
}

.tags-icons .details-tags ul li a:hover {
    background-color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
    color: var(--vtc-bg-bg-white);
}

.tags-icons .details-icons {
    text-align: end;
}

.tags-icons .details-icons ul li {
    display: inline-block;
}

.tags-icons .details-icons ul li a {
    display: inline-block;
    background-color: #fff2e6;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: var(--vtc-bg-main-bg-1);
    border-radius: 50%;
    margin: 0px 3px;
    transition: all 0.4s;
}

.tags-icons .details-icons ul li a:hover {
    background-color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
    color: var(--vtc-bg-bg-white);
}

.blog-details-commnet-boxs .commnet-box {
    padding: 24px 32px;
    background-color: var(--vtc-bg-common-bg2);
    border-radius: 4px;
    margin-top: 30px;
}

.blog-details-commnet-boxs .commnet-box .top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-details-commnet-boxs .commnet-box .top-area .author-area {
    display: flex;
    align-items: center;
}

.blog-details-commnet-boxs .commnet-box .top-area .author-area .heading {
    padding-left: 12px;
}

.blog-details-commnet-boxs .commnet-box .top-area .author-area .heading h5 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.blog-details-commnet-boxs .commnet-box .top-area .author-area .heading p {
    color: var(--vtc-text-pera-text-1);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
    padding-top: 6px;
}

.blog-details-commnet-boxs .commnet-box .top-area .reply-btn {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    color: var(--vtc-text-heading-text-1);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}

.blog-details-commnet-boxs .commnet-box .top-area .reply-btn:hover {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.blog-details-commnet-boxs .commnet-box.commnet-box2 {
    margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-commnet-boxs .commnet-box.commnet-box2 {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .blog-details-commnet-boxs .commnet-box.commnet-box2 {
        margin-left: 0;
    }
}

.details-contact-form {
    background-color: var(--vtc-bg-common-bg2);
    padding: 32px;
    border-radius: 4px;
    margin-top: 30px;
}

.details-contact-form .button {
    text-align: end;
}

.details-contact-form .single-input {
    margin-top: 20px;
}

.details-contact-form .single-input input,
.details-contact-form .single-input textarea {
    width: 100%;
    border: none;
    padding: 16px;
    font-weight: var(--f-fw-medium);
    border-radius: 4px;
}

.details-contact-form .single-input input::-moz-placeholder,
.details-contact-form .single-input textarea::-moz-placeholder {
    color: var(--vtc-text-pera-text-1);
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.details-contact-form .single-input input::placeholder,
.details-contact-form .single-input textarea::placeholder {
    color: var(--vtc-text-pera-text-1);
    font-weight: var(--f-fw-medium);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
}

.details-contact-form .single-input input:focus,
.details-contact-form .single-input textarea:focus {
    outline: none;
}

.blog7 .blog-box {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .blog7 .blog-box {
        display: block;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .userDetail {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog7 .blog-box {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.blog7 .blog-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.blog7 .blog-box .image {
    border-radius: 8px;
    width: 240px;
}

.blog7 .blog-box .image img {
    transition: all 0.4s;
}

.blog7 .blog-box .heading {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .blog7 .blog-box .heading {
        padding-left: 0px;
        padding-top: 20px;
    }
}

.blog7 .blog-box .heading a {
    display: inline-block;
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
}

.blog7 .blog-box .heading a img {
    transform: translateY(-3px);
    margin-right: 3px;
}

.blog7 .blog-box .heading h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    padding: 16px 0px;
    transition: all 0.4s;
}

.blog7 .blog-box .heading h4 a:hover {
    color: #5957e5;
    transition: all 0.4s;
}

.blog7 .blog-box .heading .learn {
    display: inline-block;
    color: #081120;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.blog7 .blog-box .heading .learn:hover {
    color: #5957e5;
    transition: all 0.4s;
}

.blog9 .blog-box {
    margin-top: 30px;
}

.blog9 .blog-box .image {
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}

.blog9 .blog-box .image img {
    transition: all 0.4s;
    width: 100%;
}

.blog9 .blog-box .heading {
    padding: 24px;
    background-color: #fff;
}

.blog9 .blog-box .heading .date {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    display: inline-block;
}

.blog9 .blog-box .heading .date img {
    transform: translateY(-3px);
    margin-right: 3px;
}

.blog9 .blog-box .heading h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    transition: all 0.4s;
    padding: 14px 0px 20px 0px;
}

.blog9 .blog-box .heading h4 a:hover {
    transition: all 0.4s;
    color: #2a9134;
}

.blog9 .blog-box .heading .learn {
    display: inline-block;
    color: #081120;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.blog9 .blog-box .heading .learn:hover {
    transition: all 0.4s;
    color: #2a9134;
}

.blog9 .blog-box:hover .image img {
    transition: all 0.4s;
    transform: rotate(2deg) scale(1.1);
}

.blog10 .blog-box {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .blog10 .blog-box {
        display: block;
        margin-bottom: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog10 .blog-box {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.blog10 .blog-box:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.blog10 .blog-box .image {
    border-radius: 8px;
    width: 240px;
}

.blog10 .blog-box .image img {
    transition: all 0.4s;
}

.blog10 .blog-box .heading {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .blog10 .blog-box .heading {
        padding-left: 0px;
        padding-top: 20px;
    }
}

.blog10 .blog-box .heading a {
    display: inline-block;
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
}

.blog10 .blog-box .heading a img {
    transform: translateY(-3px);
    margin-right: 3px;
}

.blog10 .blog-box .heading h4 a {
    display: inline-block;
    color: #081120;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
    padding: 16px 0px;
    transition: all 0.4s;
}

.blog10 .blog-box .heading h4 a:hover {
    color: #fa6444;
    transition: all 0.4s;
}

.blog10 .blog-box .heading .learn {
    display: inline-block;
    color: #081120;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    transition: all 0.4s;
}

.blog10 .blog-box .heading .learn:hover {
    color: #fa6444;
    transition: all 0.4s;
}

/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
.footer1 {
    padding-top: 80px;
    background-color: var(--vtc-text-heading-text-1);
}

.footer1 .single-footer-items h3 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .footer1 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

.footer1 .single-footer-items ul.menu-list li a {
    color: var(--vtc-text-pera-text-2);
    line-height: var(--f-fs-font-fs28);
    display: inline-block;
    padding: 6px 0px;
    transition: all 0.4s;
    position: relative;
}

.footer1 .single-footer-items ul.menu-list li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: var(--vtc-bg-main-bg-1);
    opacity: 0;
    transition: all 0.4s;
}

.footer1 .single-footer-items ul.menu-list li a:hover {
    padding-left: 12px;
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-1);
}

.footer1 .single-footer-items ul.menu-list li a:hover::after {
    width: 3px;
    opacity: 1;
}

.footer1 .single-footer-items .social-icon {
    margin-top: 24px;
}

.footer1 .single-footer-items .social-icon li {
    display: inline-block;
}

.footer1 .single-footer-items .social-icon li a {
    display: inline-block;
    margin: 0px 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.footer1 .single-footer-items .social-icon li a:hover {
    background-color: var(--vtc-bg-main-bg-1);
}

.footer1 .single-footer-items .contact-box {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.footer1 .single-footer-items .contact-box .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.199);
    border-radius: 50%;
    transition: all 0.4s;
}

.footer1 .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-left: 16px;
    transition: all 0.4s;
}

.footer1 .single-footer-items .contact-box:hover .pera a {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.footer1 .single-footer-items .contact-box:hover .icon {
    background-color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.footer1 .coppyright p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.267);
}

.footer-logo-area {
    padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-logo-area {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .footer-logo-area {
        padding-right: 0;
    }
}

.pl-5 {
    padding-left: 24px;
}

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

@media (max-width: 767px) {
    .pl-5 {
        padding-left: 0;
    }
}

.footer2 {
    padding-top: 295px;
    background-color: #001431;
}

.footer2 .footer-logo {
    width: 160px;
}

.footer2 .single-footer-items h3 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .footer2 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

.footer2 .single-footer-items ul.menu-list li a {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    display: inline-block;
    padding: 6px 0px;
    transition: all 0.4s;
    position: relative;
}

.footer2 .single-footer-items ul.menu-list li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: var(--vtc-bg-main-bg-2);
    opacity: 0;
    transition: all 0.4s;
}

.footer2 .single-footer-items ul.menu-list li a:hover {
    padding-left: 12px;
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-2);
}

.footer2 .single-footer-items ul.menu-list li a:hover::after {
    width: 3px;
    opacity: 1;
}

.footer2 .single-footer-items .social-icon {
    margin-top: 24px;
}

.footer2 .single-footer-items .social-icon li {
    display: inline-block;
}

.footer2 .single-footer-items .social-icon li a {
    display: inline-block;
    margin: 0px 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.footer2 .single-footer-items .social-icon li a:hover {
    background-color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.footer2 .single-footer-items .contact-box {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.footer2 .single-footer-items .contact-box .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.199);
    border-radius: 50%;
    transition: all 0.4s;
}

.footer2 .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-left: 16px;
    transition: all 0.4s;
}

.footer2 .single-footer-items .contact-box:hover .pera a {
    color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.footer2 .single-footer-items .contact-box:hover .icon {
    background-color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.footer2 .coppyright p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.267);
}

.footer-logo-area {
    padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-logo-area {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .footer-logo-area {
        padding-right: 0;
    }
}

.pl-5 {
    padding-left: 24px;
}

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

@media (max-width: 767px) {
    .pl-5 {
        padding-left: 0;
    }
}

.footer3 {
    padding-top: 295px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer3 .footer-logo {
    width: 160px;
}

.footer3 .single-footer-items h3 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .footer3 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

.footer3 .single-footer-items ul.menu-list li a {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    display: inline-block;
    padding: 6px 0px;
    transition: all 0.4s;
    position: relative;
}

.footer3 .single-footer-items ul.menu-list li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: var(--vtc-bg-main-bg-3);
    opacity: 0;
    transition: all 0.4s;
}

.footer3 .single-footer-items ul.menu-list li a:hover {
    padding-left: 12px;
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-3);
}

.footer3 .single-footer-items ul.menu-list li a:hover::after {
    width: 3px;
    opacity: 1;
}

.footer3 .single-footer-items .social-icon {
    margin-top: 24px;
}

.footer3 .single-footer-items .social-icon li {
    display: inline-block;
}

.footer3 .single-footer-items .social-icon li a {
    display: inline-block;
    margin: 0px 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.footer3 .single-footer-items .social-icon li a:hover {
    background-color: var(--vtc-bg-main-bg-3);
    transition: all 0.4s;
}

.footer3 .single-footer-items .contact-box {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.footer3 .single-footer-items .contact-box .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.199);
    border-radius: 50%;
    transition: all 0.4s;
}

.footer3 .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-left: 16px;
    transition: all 0.4s;
}

.footer3 .single-footer-items .contact-box:hover .pera a {
    color: var(--vtc-bg-main-bg-3);
    transition: all 0.4s;
}

.footer3 .single-footer-items .contact-box:hover .icon {
    background-color: var(--vtc-bg-main-bg-3);
    transition: all 0.4s;
}

.footer3 .coppyright p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.267);
}

.footer-logo-area {
    padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-logo-area {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .footer-logo-area {
        padding-right: 0;
    }
}

.pl-5 {
    padding-left: 24px;
}

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

@media (max-width: 767px) {
    .pl-5 {
        padding-left: 0;
    }
}
.footer4 {
    background-image: url(../img/project/footer-bg.png); /* update with your actual image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0e447a;
}

.footer4 .footer-logo {
    width: 160px;
}

.footer4 .single-footer-items h3 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .footer4 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

.footer4 .single-footer-items ul.menu-list li a {
    color: var(--vtc-text-text-white-text-1);
    display: inline-block;
    font-size: 16px;
    padding: 6px 0px;
    transition: all 0.4s;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

.footer4 .single-footer-items ul.menu-list li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: #a8dbf1;
    opacity: 0;
    transition: all 0.4s;
}

.footer4 .single-footer-items ul.menu-list li a:hover {
    padding-left: 12px;
    transition: all 0.4s;
    color: var(--vtc-text-text-white-text-1);
}

.footer4 .single-footer-items ul.menu-list li a:hover::after {
    width: 3px;
    opacity: 1;
}

.footer4 .single-footer-items .social-icon {
    margin-top: 24px;
}

.footer4 .single-footer-items .social-icon li {
    display: inline-block;
}

.footer4 .single-footer-items .social-icon li a {
    display: inline-block;
    margin: 0px 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: var(--vtc-text-text-white-text-1);
    text-align: center;
    color: #1a3a30;
    transition: all 0.4s;
}

.dashboard {
    color: #1b0947;

    font-weight: 700;
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: 0%;
    text-align: center !important;
}

.login-card {
    background-color: #ffffff;
}

.footer4 .single-footer-items .contact-box {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.footer4 .single-footer-items .contact-box .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.199);
    border-radius: 50%;
    transition: all 0.4s;
}

.footer4 .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-left: 16px;
    transition: all 0.4s;
}

.footer4 .single-footer-items .contact-box:hover .pera a {
    color: black;
    transition: all 0.4s;
}

.footer4 .single-footer-items .contact-box:hover .icon {
    background-color: black;
    transition: all 0.4s;
}

.footer4 .coppyright p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.267);
}

.footer-logo-area {
    padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-logo-area {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .footer-logo-area {
        padding-right: 0;
    }
}

.pl-5 {
    padding-left: 24px;
}

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

@media (max-width: 767px) {
    .pl-5 {
        padding-left: 0;
    }
}

.footer5 {
    padding-top: 80px;
}

.footer5 .footer-logo {
    width: 160px;
}

.footer5 .single-footer-items h3 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-text-white-text-1);
    padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .footer5 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

.footer5 .single-footer-items ul.menu-list li a {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    display: inline-block;
    padding: 6px 0px;
    transition: all 0.4s;
    position: relative;
}

.footer5 .single-footer-items ul.menu-list li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: var(--vtc-bg-main-bg-2);
    opacity: 0;
    transition: all 0.4s;
}

.footer5 .single-footer-items ul.menu-list li a:hover {
    padding-left: 12px;
    transition: all 0.4s;
    color: var(--vtc-bg-main-bg-2);
}

.footer5 .single-footer-items ul.menu-list li a:hover::after {
    width: 3px;
    opacity: 1;
}

.footer5 .single-footer-items .social-icon {
    margin-top: 24px;
}

.footer5 .single-footer-items .social-icon li {
    display: inline-block;
}

.footer5 .single-footer-items .social-icon li a {
    display: inline-block;
    margin: 0px 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: var(--vtc-text-text-white-text-1);
    transition: all 0.4s;
}

.footer5 .single-footer-items .social-icon li a:hover {
    background-color: var(--vtc-bg-main-bg-2);
}

.footer5 .single-footer-items .contact-box {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.footer5 .single-footer-items .contact-box .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.199);
    border-radius: 50%;
    transition: all 0.4s;
}

.footer5 .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-left: 16px;
    transition: all 0.4s;
}

.footer5 .single-footer-items .contact-box:hover .pera a {
    color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.footer5 .single-footer-items .contact-box:hover .icon {
    background-color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.footer5 .coppyright p {
    color: var(--vtc-text-pera-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.267);
}

.footer6 {
    padding-top: 80px;
}

.footer6 .footer-logo {
    width: 160px;
}

.footer6 .single-footer-items p {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.footer6 .single-footer-items h3 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: #0b0314;
    padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer6 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .footer6 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

.footer6 .single-footer-items ul.menu-list li a {
    color: #0b0314;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    display: inline-block;
    padding: 6px 0px;
    transition: all 0.4s;
    position: relative;
}

.footer6 .single-footer-items ul.menu-list li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: #31572c;
    opacity: 0;
    transition: all 0.4s;
}

.footer6 .single-footer-items ul.menu-list li a:hover {
    padding-left: 12px;
    transition: all 0.4s;
    color: #31572c;
}

.footer6 .single-footer-items ul.menu-list li a:hover::after {
    width: 3px;
    opacity: 1;
}

.footer6 .single-footer-items .social-icon {
    margin-top: 24px;
}

.footer6 .single-footer-items .social-icon li {
    display: inline-block;
}

.footer6 .single-footer-items .social-icon li a {
    display: inline-block;
    margin: 0px 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: #f3f5f2;
    text-align: center;
    color: #001431;
    transition: all 0.4s;
}

.footer6 .single-footer-items .social-icon li a:hover {
    background-color: #31572c;
    color: #fff;
}

.footer6 .single-footer-items .contact-box {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.footer6 .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: #0b0314;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-left: 16px;
    transition: all 0.4s;
}

.footer6 .single-footer-items .contact-box:hover .pera a {
    color: #31572c;
    transition: all 0.4s;
}

.footer6 .coppyright p {
    color: #111;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.0549019608);
}

.footer7 {
    padding-top: 80px;
}

.footer7 .footer-logo {
    width: 160px;
}

.footer7 .single-footer-items p {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.footer7 .single-footer-items h3 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: #0b0314;
    padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer7 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .footer7 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

.footer7 .single-footer-items ul.menu-list li a {
    color: #0b0314;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    display: inline-block;
    padding: 6px 0px;
    transition: all 0.4s;
    position: relative;
}

.footer7 .single-footer-items ul.menu-list li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: #5957e5;
    opacity: 0;
    transition: all 0.4s;
}

.footer7 .single-footer-items ul.menu-list li a:hover {
    padding-left: 12px;
    transition: all 0.4s;
    color: #5957e5;
}

.footer7 .single-footer-items ul.menu-list li a:hover::after {
    width: 3px;
    opacity: 1;
}

.footer7 .single-footer-items .social-icon {
    margin-top: 24px;
}

.footer7 .single-footer-items .social-icon li {
    display: inline-block;
}

.footer7 .single-footer-items .social-icon li a {
    display: inline-block;
    margin: 0px 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: #f8f7ff;
    text-align: center;
    color: #001431;
    transition: all 0.4s;
}

.footer7 .single-footer-items .social-icon li a:hover {
    background-color: #5957e5;
    color: #fff;
}

.footer7 .single-footer-items .contact-box {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.footer7 .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: #0b0314;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-left: 16px;
    transition: all 0.4s;
}

.footer7 .single-footer-items .contact-box:hover .pera a {
    color: #5957e5;
    transition: all 0.4s;
}

.footer7 .coppyright p {
    color: #111;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.0549019608);
}

.footer8 {
    padding-top: 80px;
}

.footer8 .footer-logo {
    width: 160px;
}

.footer8 .single-footer-items p {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.footer8 .single-footer-items h3 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: #0b0314;
    padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer8 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .footer8 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

.footer8 .single-footer-items ul.menu-list li a {
    color: #0b0314;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    display: inline-block;
    padding: 6px 0px;
    transition: all 0.4s;
    position: relative;
}

.footer8 .single-footer-items ul.menu-list li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: #f6aa32;
    opacity: 0;
    transition: all 0.4s;
}

.footer8 .single-footer-items ul.menu-list li a:hover {
    padding-left: 12px;
    transition: all 0.4s;
    color: #f6aa32;
}

.footer8 .single-footer-items ul.menu-list li a:hover::after {
    width: 3px;
    opacity: 1;
}

.footer8 .single-footer-items .social-icon {
    margin-top: 24px;
}

.footer8 .single-footer-items .social-icon li {
    display: inline-block;
}

.footer8 .single-footer-items .social-icon li a {
    display: inline-block;
    margin: 0px 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: rgba(20, 19, 57, 0.0470588235);
    text-align: center;
    color: #001431;
    transition: all 0.4s;
}

.footer8 .single-footer-items .social-icon li a:hover {
    background-color: #141339;
    color: #fff;
}

.footer8 .single-footer-items .contact-box {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.footer8 .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: #0b0314;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-left: 16px;
    transition: all 0.4s;
}

.footer8 .single-footer-items .contact-box:hover .pera a {
    color: #f6aa32;
    transition: all 0.4s;
}

.footer8 .coppyright p {
    color: #111;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.0549019608);
}

.footer9 {
    padding-top: 80px;
}

.footer9 .footer-logo {
    width: 160px;
}

.footer9 .single-footer-items p {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.footer9 .single-footer-items h3 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: #0b0314;
    padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer9 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .footer9 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

.footer9 .single-footer-items ul.menu-list li a {
    color: #0b0314;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    display: inline-block;
    padding: 6px 0px;
    transition: all 0.4s;
    position: relative;
}

.footer9 .single-footer-items ul.menu-list li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: #2a9134;
    opacity: 0;
    transition: all 0.4s;
}

.footer9 .single-footer-items ul.menu-list li a:hover {
    padding-left: 12px;
    transition: all 0.4s;
    color: #2a9134;
}

.footer9 .single-footer-items ul.menu-list li a:hover::after {
    width: 3px;
    opacity: 1;
}

.footer9 .single-footer-items .social-icon {
    margin-top: 24px;
}

.footer9 .single-footer-items .social-icon li {
    display: inline-block;
}

.footer9 .single-footer-items .social-icon li a {
    display: inline-block;
    margin: 0px 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: rgba(20, 19, 57, 0.0470588235);
    text-align: center;
    color: #001431;
    transition: all 0.4s;
}

.footer9 .single-footer-items .social-icon li a:hover {
    background-color: #2a9134;
    color: #fff;
}

.footer9 .single-footer-items .contact-box {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.footer9 .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: #0b0314;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-left: 16px;
    transition: all 0.4s;
}

.footer9 .single-footer-items .contact-box:hover .pera a {
    color: #2a9134;
    transition: all 0.4s;
}

.footer9 .coppyright p {
    color: #111;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.0549019608);
}

.footer10 {
    padding-top: 80px;
}

.footer10 .footer-logo {
    width: 160px;
}

.footer10 .single-footer-items p {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.footer10 .single-footer-items h3 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-bold);
    color: #0b0314;
    padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer10 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .footer10 .single-footer-items h3 {
        margin-top: 16px;
        padding-top: 24px;
    }
}

.footer10 .single-footer-items ul.menu-list li a {
    color: #0b0314;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    display: inline-block;
    padding: 6px 0px;
    transition: all 0.4s;
    position: relative;
}

.footer10 .single-footer-items ul.menu-list li a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 0px;
    background-color: #fa6a4b;
    opacity: 0;
    transition: all 0.4s;
}

.footer10 .single-footer-items ul.menu-list li a:hover {
    padding-left: 12px;
    transition: all 0.4s;
    color: #fa6a4b;
}

.footer10 .single-footer-items ul.menu-list li a:hover::after {
    width: 3px;
    opacity: 1;
}

.footer10 .single-footer-items .social-icon {
    margin-top: 24px;
}

.footer10 .single-footer-items .social-icon li {
    display: inline-block;
}

.footer10 .single-footer-items .social-icon li a {
    display: inline-block;
    margin: 0px 4px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 36px;
    background-color: rgba(20, 19, 57, 0.0470588235);
    text-align: center;
    color: #001431;
    transition: all 0.4s;
}

.footer10 .single-footer-items .social-icon li a:hover {
    background-color: #fa6a4b;
    color: #fff;
}

.footer10 .single-footer-items .contact-box {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.footer10 .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: #0b0314;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-left: 16px;
    transition: all 0.4s;
}

.footer10 .single-footer-items .contact-box:hover .pera a {
    color: #fa6a4b;
    transition: all 0.4s;
}

.footer10 .coppyright p {
    color: #111;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.0549019608);
}

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
.header-area.header-area1 {
    border-bottom: 1px solid #fff;
}

.header-area.header-area1 .header1-buttons {
    display: flex;
    align-items: center;
}

.header-area.header-area1 .header1-buttons .contact-btn {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.header-area.header-area1 .header1-buttons .contact-btn .icon {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background-color: var(--ztc-bg-bg-2);
    margin-right: 10px;
}

.header-area.header-area1 .header1-buttons .contact-btn .headding p {
    font-size: 12px;
    line-height: 12px;
    color: var(--ztc-text-pera-text-1);
}

.header-area.header-area1 .header1-buttons .contact-btn .headding a {
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-text-text-1);
    display: inline-block;
    margin-top: 10px;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li a.active {
    color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area3 .header-elements .main-menu-ex ul li a.active {
    color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area4 .header-elements .main-menu-ex ul li a.active {
    color: var(--vtc-bg-main-bg-6);
}

.header-area.header-area5 .header-elements .main-menu-ex ul li a.active {
    color: var(--vtc-bg-main-bg-2);
}

.header-area.header-area2 .header-elements .main-menu-ex ul li a.active {
    color: var(--vtc-bg-main-bg-2);
}

.header-area.header-area6 .header-elements .main-menu-ex ul li a.active {
    color: #f1c832;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li a.active {
    color: #5957e5;
}

.header-area.header-area8 .header-elements .main-menu-ex ul li a.active {
    color: #f6aa32;
}

.header-area.header-area9 .header-elements .main-menu-ex ul li a.active {
    color: #2a9134;
}

.header-area.header-area10 .header-elements .main-menu-ex ul li a.active {
    color: #fa6444;
}

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

.site-logo {
    max-width: 180px;
    height: auto;
    display: flex;
    align-items: center;
}

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

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

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

/*
++++++++++++++++++++++++++++++++++
=========nav menu all ==========
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area1 .main-menu-ex ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 36px 0;
    left: -400px;
    width: 1000px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area1 .main-menu-ex ul li .mega-menu-all ul {
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.header-area.header-area1 .main-menu-ex ul li .mega-menu-all ul li a {
    display: inline-block;
    padding: 8px 40px;
}

.header-area.header-area1 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
    position: relative;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #081120;
    padding-left: 44px;
    position: relative;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single.dis1::after {
    display: none;
}

.header-area.header-area1 .main-menu-ex ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -340px;
    width: 1300px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area1 .main-menu-ex ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

.header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -54px;
    top: -62px;
    transition: all 0.4s;
    background: #081120;
    transform: rotate(-45deg);
    z-index: -1;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text
    h2 {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 7px;
    margin-bottom: 13px;
    font-weight: 700;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #08111a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #ff7a01;
    transition: all 0.4s;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.18px;
    display: inline-block;
    padding-top: 20px;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .homemenu-btn {
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    margin-top: 4px;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .bottom-text {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.3;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1
    .coming {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    margin-top: -30px;
    height: 60px;
    width: 168px;
    z-index: 99;
    border: none;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 234px;
    height: 300px;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: #000026;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1
    img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #e5e7eb;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 20%;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1 {
    display: inline-block;
    padding: 16px;
    transition: all 0.4s;
    border-radius: 7px;
    position: relative;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    z-index: 1;
    background: #ff7a01;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1
    i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background: #ff7a01;
}

.header-area.header-area1
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-area.header-area1 .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    width: 200px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area1 .main-menu-ex ul li ul li ul {
    left: 200px;
}

.header-area.header-area1 .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text1);
}

.header-area.header-area1 .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 0%;
    height: 2px;
    color: #fff;
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area1 .main-menu-ex ul li ul li a:hover::after {
    background-color: var(--qt-text-h-text1);
    border-radius: 4px;
    width: 50px;
    left: 17px;
    opacity: 1;
}

.header-area.header-area1 .main-menu-ex ul li a {
    color: var(--qt-text-h-text1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.3s;
}

.header-area.header-area1 .main-menu-ex ul li:hover .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 150.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.header-area.header-area1 .main-menu-ex ul li:hover .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

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

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

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

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

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

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

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

li.has-dropdown1 {
    position: relative;
}

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

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

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

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

.header-area3.sticky .header-bg {
    padding: 0;
}

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

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

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

.header-area6.sticky .header-elements {
    padding: 14px 0px !important;
}

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

.header-area7.sticky .header-elements {
    padding: 14px 0px !important;
}

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

.header-area8.sticky .header-elements {
    padding: 14px 0px !important;
}

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

.header-area9.sticky .header-elements {
    padding: 14px 0px !important;
}

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

.header-area10.sticky .header-elements {
    padding: 14px 0px !important;
}

@keyframes fade-in-down {
    0% {
        transform: translate3d(0, -50px, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fade-in-down {
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

/*
++++++++++++++++++++++++++++++++++
==== =====nav menu all ==========
+++++++++++++++++++++++++++++++++
*/
/*
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 =========
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area1 .header-elements .main-menu-ex {
    padding: 2px 24px;
    position: relative;
    left: 0;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    width: 206px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: red;
}

.header-area.header-area1
    .header-elements
    .main-menu-ex
    ul
    li
    ul:hover
    > a::after {
    background: blue;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul li ul {
    left: 190px;
    top: 10px;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text3);
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--qt-text-h-text3);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area1
    .header-elements
    .main-menu-ex
    ul
    li
    ul
    li
    a:hover::after {
    background-color: var(--vtc-bg-main-bg-1);
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li a {
    color: var(--vtc-text-heading-text-1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.3s;
}

.header-area.header-area1 .header-elements .main-menu-ex ul li a:hover {
    color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area3 .header-elements .main-menu-ex {
    padding: 2px 24px;
    position: relative;
}

.header-area.header-area3 .header-elements .main-menu-ex ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 36px 0;
    left: -400px;
    width: 1000px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul {
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul
    li
    a {
    display: inline-block;
    padding: 8px 40px;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single {
    position: relative;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #081120;
    padding-left: 44px;
    position: relative;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single.dis1::after {
    display: none;
}

.header-area.header-area3 .header-elements .main-menu-ex ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -340px;
    width: 1300px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .all-images-menu {
    display: flex;
    align-items: center;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -54px;
    top: -62px;
    transition: all 0.4s;
    background: #081120;
    transform: rotate(-45deg);
    z-index: -1;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text
    h2 {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 7px;
    margin-bottom: 13px;
    font-weight: 700;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #08111a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #fd965b;
    transition: all 0.4s;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.18px;
    display: inline-block;
    padding-top: 20px;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .homemenu-btn {
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    margin-top: 4px;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .bottom-text {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.3;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1
    .coming {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    margin-top: -30px;
    height: 60px;
    width: 168px;
    z-index: 99;
    border: none;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 234px;
    height: 300px;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: #000026;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1
    img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #e5e7eb;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 20%;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1 {
    display: inline-block;
    padding: 16px;
    transition: all 0.4s;
    border-radius: 7px;
    position: relative;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    z-index: 1;
    background: #fd965b;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1
    i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background: #fd965b;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-area.header-area3 .header-elements .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    width: 206px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area3 .header-elements .main-menu-ex ul li ul:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: red;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    ul:hover
    > a::after {
    background: blue;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.header-area3 .header-elements .main-menu-ex ul li ul li ul {
    left: 190px;
    top: 10px;
}

.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text3);
}

.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--qt-text-h-text3);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area3 .header-elements .main-menu-ex ul li ul li a:hover {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li
    ul
    li
    a:hover::after {
    background-color: var(--vtc-bg-main-bg-1);
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area3 .header-elements .main-menu-ex ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 400;
    padding: 8px 15px;
    transition: all 0.3s;
    font-weight: 500;
}

.header-area.header-area3 .header-elements .main-menu-ex ul li a:hover {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 150.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.header-area.header-area3
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area2 .header-elements .main-menu-ex {
    padding: 2px 24px;
    position: relative;
}

.header-area.header-area2 .header-elements .main-menu-ex ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 36px 0;
    left: -400px;
    width: 1000px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul {
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul
    li
    a {
    display: inline-block;
    padding: 8px 40px;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single {
    position: relative;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #081120;
    padding-left: 44px;
    position: relative;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single.dis1::after {
    display: none;
}

.header-area.header-area2 .header-elements .main-menu-ex ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -340px;
    width: 1300px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .all-images-menu {
    display: flex;
    align-items: center;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -54px;
    top: -62px;
    transition: all 0.4s;
    background: #081120;
    transform: rotate(-45deg);
    z-index: -1;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text
    h2 {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 7px;
    margin-bottom: 13px;
    font-weight: 700;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #08111a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #fd965b;
    transition: all 0.4s;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.18px;
    display: inline-block;
    padding-top: 20px;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .homemenu-btn {
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    margin-top: 4px;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .bottom-text {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.3;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1
    .coming {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    margin-top: -30px;
    height: 60px;
    width: 168px;
    z-index: 99;
    border: none;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 234px;
    height: 300px;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: #000026;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1
    img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #e5e7eb;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 20%;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1 {
    display: inline-block;
    padding: 16px;
    transition: all 0.4s;
    border-radius: 7px;
    position: relative;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    z-index: 1;
    background: #fc253f;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1
    i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background: #fc253f;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-area.header-area2 .header-elements .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    width: 206px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area2 .header-elements .main-menu-ex ul li ul:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: red;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    ul:hover
    > a::after {
    background: blue;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.header-area2 .header-elements .main-menu-ex ul li ul li ul {
    left: 190px;
    top: 10px;
}

.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text3);
}

.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--qt-text-h-text3);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area2 .header-elements .main-menu-ex ul li ul li a:hover {
    color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li
    ul
    li
    a:hover::after {
    background-color: var(--vtc-bg-main-bg-2);
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area2 .header-elements .main-menu-ex ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 400;
    padding: 8px 15px;
    transition: all 0.3s;
    font-weight: 500;
}

.header-area.header-area2 .header-elements .main-menu-ex ul li a:hover {
    color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 150.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.header-area.header-area2
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area4 {
    background-color: transparent;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}
.header-area4.scrolled {
    background-color: #0e447a;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.header-area.header-area4 .header-elements .main-menu-ex {
    padding: 2px 0px;
    position: relative;
}

.header-area.header-area4 .header-elements .main-menu-ex ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 36px 0;
    left: -400px;
    width: 1000px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul {
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul
    li
    a {
    display: inline-block;
    padding: 8px 40px;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single {
    position: relative;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #081120;
    padding-left: 44px;
    position: relative;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single.dis1::after {
    display: none;
}

.header-area.header-area4 .header-elements .main-menu-ex ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -350px;
    width: 1300px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .all-images-menu {
    display: flex;
    align-items: center;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -54px;
    top: -62px;
    transition: all 0.4s;
    background: #081120;
    transform: rotate(-45deg);
    z-index: -1;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text
    h2 {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 7px;
    margin-bottom: 13px;
    font-weight: 700;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #08111a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #52b5e9;
    transition: all 0.4s;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.18px;
    display: inline-block;
    padding-top: 20px;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .homemenu-btn {
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    margin-top: 4px;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .bottom-text {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.3;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1
    .coming {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    margin-top: -30px;
    height: 60px;
    width: 168px;
    z-index: 99;
    border: none;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 234px;
    height: 300px;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: #000026;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1
    img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #e5e7eb;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 20%;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1 {
    display: inline-block;
    padding: 16px;
    transition: all 0.4s;
    border-radius: 7px;
    position: relative;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    z-index: 1;
    background: #52b5e9;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1
    i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background: #52b5e9;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-area.header-area4 .header-elements .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    width: 206px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area4 .header-elements .main-menu-ex ul li ul:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: red;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    ul:hover
    > a::after {
    background: blue;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.header-area4 .header-elements .main-menu-ex ul li ul li ul {
    left: 190px;
    top: 10px;
}

.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text3);
}

.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--qt-text-h-text3);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area4 .header-elements .main-menu-ex ul li ul li a:hover {
    color: var(--vtc-bg-main-bg-6);
    transition: all 0.4s;
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li
    ul
    li
    a:hover::after {
    background-color: var(--vtc-bg-main-bg-6);
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area4 .header-elements .main-menu-ex ul .main-nav-links {
    color: white;
    font-size: 15px;
    display: block;
    font-weight:normal;
    padding: 8px 15px;
    transition: all 0.3s;
    border: 1px solid white;
    border-radius: 20px;
}

.header-area.header-area4 .header-elements .main-menu-ex ul .main-nav-links:hover {
    color: #0E447A;
    transition: all 0.4s;
    background-color: white;

}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 150.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.header-area.header-area4
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area5 {
    padding-top: 60px;
}

.header-area.header-area5 .header-elements {
    background-color: #d1d8e2;
    position: relative;
    z-index: 3;
    padding: 20px 32px;
    border-radius: 4px;
}

.header-area.header-area5 .header-elements .main-menu-ex {
    padding: 2px 24px;
    position: relative;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 36px 0;
    left: -400px;
    width: 1000px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul {
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul
    li
    a {
    display: inline-block;
    padding: 8px 40px;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single {
    position: relative;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #081120;
    padding-left: 44px;
    position: relative;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single.dis1::after {
    display: none;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -347px;
    width: 1300px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .all-images-menu {
    display: flex;
    align-items: center;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -54px;
    top: -62px;
    transition: all 0.4s;
    background: #081120;
    transform: rotate(-45deg);
    z-index: -1;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text
    h2 {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 7px;
    margin-bottom: 13px;
    font-weight: 700;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #08111a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #fc253f;
    transition: all 0.4s;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.18px;
    display: inline-block;
    padding-top: 20px;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .homemenu-btn {
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    margin-top: 4px;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .bottom-text {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.3;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1
    .coming {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    margin-top: -30px;
    height: 60px;
    width: 168px;
    z-index: 99;
    border: none;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 234px;
    height: 300px;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: #000026;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1
    img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #e5e7eb;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 20%;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1 {
    display: inline-block;
    padding: 16px;
    transition: all 0.4s;
    border-radius: 7px;
    position: relative;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    z-index: 1;
    background: #fc253f;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1
    i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background: #fc253f;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    width: 206px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li ul:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: red;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    ul:hover
    > a::after {
    background: blue;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li ul li ul {
    left: 190px;
    top: 10px;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text3);
}

.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--qt-text-h-text3);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li ul li a:hover {
    color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li
    ul
    li
    a:hover::after {
    background-color: var(--vtc-bg-main-bg-2);
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li a {
    color: var(--vtc-text-heading-text-1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.3s;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li a:hover {
    color: var(--vtc-bg-main-bg-2);
    transition: all 0.4s;
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 150.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.header-area.header-area5
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area6 {
    padding-top: 10px;
}

.header-area.header-area6 .header-elements {
    background-color: #ffffff;
    position: relative;
    z-index: 3;
    padding: 20px 32px;
    border-radius: 4px;
}

.header-area.header-area6 .header-elements .main-menu-ex {
    padding: 2px 24px;
    position: relative;
}

.header-area.header-area6 .header-elements .main-menu-ex ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 36px 0;
    left: -400px;
    width: 1000px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul {
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul
    li
    a {
    display: inline-block;
    padding: 8px 40px;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single {
    position: relative;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #081120;
    padding-left: 44px;
    position: relative;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single.dis1::after {
    display: none;
}

.header-area.header-area6 .header-elements .main-menu-ex ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -347px;
    width: 1300px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .all-images-menu {
    display: flex;
    align-items: center;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -54px;
    top: -62px;
    transition: all 0.4s;
    background: #081120;
    transform: rotate(-45deg);
    z-index: -1;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text
    h2 {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 7px;
    margin-bottom: 13px;
    font-weight: 700;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #08111a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #fc253f;
    transition: all 0.4s;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #f1c832;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .homemenu-btn {
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    margin-top: 4px;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .bottom-text {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.3;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1
    .coming {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    margin-top: -30px;
    height: 60px;
    width: 168px;
    z-index: 99;
    border: none;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 234px;
    height: 300px;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: #000026;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1
    img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #e5e7eb;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 20%;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1 {
    display: inline-block;
    padding: 16px;
    transition: all 0.4s;
    border-radius: 7px;
    position: relative;
    width: 150px;
    color: #081120;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    z-index: 1;
    background: #f1c832;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1
    i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover {
    color: #081120;
    transition: all 0.4s;
    transform: translateY(-5px);
    background: #f1c832;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-area.header-area6 .header-elements .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    width: 206px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area6 .header-elements .main-menu-ex ul li ul:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: red;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    ul:hover
    > a::after {
    background: blue;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.header-area6 .header-elements .main-menu-ex ul li ul li ul {
    left: 190px;
    top: 10px;
}

.header-area.header-area6 .header-elements .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text3);
}

.header-area.header-area6 .header-elements .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--qt-text-h-text3);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area6 .header-elements .main-menu-ex ul li ul li a:hover {
    color: #31572c;
    transition: all 0.4s;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li
    ul
    li
    a:hover::after {
    background-color: #31572c;
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area6 .header-elements .main-menu-ex ul li a {
    color: var(--vtc-text-heading-text-1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.3s;
}

.header-area.header-area6 .header-elements .main-menu-ex ul li a:hover {
    color: #31572c;
    transition: all 0.4s;
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 150.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.header-area.header-area6
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area7 {
    padding-top: 10px;
}

.header-area.header-area7 .header-elements {
    background-color: #ffffff;
    position: relative;
    z-index: 3;
    padding: 20px 32px;
    border-radius: 8px;
}

.header-area.header-area7 .header-elements .main-menu-ex {
    padding: 2px 24px;
    position: relative;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 36px 0;
    left: -400px;
    width: 1000px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul {
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul
    li
    a {
    display: inline-block;
    padding: 8px 40px;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single {
    position: relative;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #081120;
    padding-left: 44px;
    position: relative;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single.dis1::after {
    display: none;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -347px;
    width: 1300px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .all-images-menu {
    display: flex;
    align-items: center;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -54px;
    top: -62px;
    transition: all 0.4s;
    background: #081120;
    transform: rotate(-45deg);
    z-index: -1;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text
    h2 {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 7px;
    margin-bottom: 13px;
    font-weight: 700;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #08111a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #5e53e1;
    transition: all 0.4s;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.18px;
    display: inline-block;
    padding-top: 20px;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .homemenu-btn {
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    margin-top: 4px;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .bottom-text {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.3;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1
    .coming {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    margin-top: -30px;
    height: 60px;
    width: 168px;
    z-index: 99;
    border: none;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 234px;
    height: 300px;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: #000026;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1
    img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #e5e7eb;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 20%;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1 {
    display: inline-block;
    padding: 16px;
    transition: all 0.4s;
    border-radius: 7px;
    position: relative;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    z-index: 1;
    background: #5957e5;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1
    i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background: #5957e5;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    width: 206px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li ul:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: red;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    ul:hover
    > a::after {
    background: blue;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li ul li ul {
    left: 190px;
    top: 10px;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text3);
}

.header-area.header-area7 .header-elements .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--qt-text-h-text3);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li ul li a:hover {
    color: #5957e5;
    transition: all 0.4s;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li
    ul
    li
    a:hover::after {
    background-color: #5957e5;
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li a {
    color: var(--vtc-text-heading-text-1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.3s;
}

.header-area.header-area7 .header-elements .main-menu-ex ul li a:hover {
    color: #5957e5;
    transition: all 0.4s;
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 150.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.header-area.header-area7
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area8 {
    padding-top: 10px;
}

.header-area.header-area8 .header-elements {
    background-color: #ffffff;
    position: relative;
    z-index: 3;
    padding: 20px 32px;
    border-radius: 8px;
}

.header-area.header-area8 .header-elements .main-menu-ex {
    padding: 2px 24px;
    position: relative;
}

.header-area.header-area8 .header-elements .main-menu-ex ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 36px 0;
    left: -400px;
    width: 1000px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul {
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul
    li
    a {
    display: inline-block;
    padding: 8px 40px;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single {
    position: relative;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #081120;
    padding-left: 44px;
    position: relative;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single.dis1::after {
    display: none;
}

.header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -347px;
    width: 1300px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .all-images-menu {
    display: flex;
    align-items: center;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -54px;
    top: -62px;
    transition: all 0.4s;
    background: #081120;
    transform: rotate(-45deg);
    z-index: -1;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text
    h2 {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 7px;
    margin-bottom: 13px;
    font-weight: 700;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #08111a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #fc253f;
    transition: all 0.4s;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.18px;
    display: inline-block;
    padding-top: 20px;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .homemenu-btn {
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    margin-top: 4px;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .bottom-text {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.3;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1
    .coming {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    margin-top: -30px;
    height: 60px;
    width: 168px;
    z-index: 99;
    border: none;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 234px;
    height: 300px;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: #000026;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1
    img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #e5e7eb;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 20%;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1 {
    display: inline-block;
    padding: 16px;
    transition: all 0.4s;
    border-radius: 7px;
    position: relative;
    width: 150px;
    color: #081120;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    z-index: 1;
    background: #f6aa32;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1
    i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover {
    color: #081120;
    transition: all 0.4s;
    transform: translateY(-5px);
    background: #f6aa32;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-area.header-area8 .header-elements .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    width: 206px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area8 .header-elements .main-menu-ex ul li ul:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: red;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    ul:hover
    > a::after {
    background: blue;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.header-area8 .header-elements .main-menu-ex ul li ul li ul {
    left: 190px;
    top: 10px;
}

.header-area.header-area8 .header-elements .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text3);
}

.header-area.header-area8 .header-elements .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--qt-text-h-text3);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area8 .header-elements .main-menu-ex ul li ul li a:hover {
    color: #f6aa32;
    transition: all 0.4s;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li
    ul
    li
    a:hover::after {
    background-color: #f6aa32;
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area8 .header-elements .main-menu-ex ul li a {
    color: var(--vtc-text-heading-text-1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.3s;
}

.header-area.header-area8 .header-elements .main-menu-ex ul li a:hover {
    color: #f6aa32;
    transition: all 0.4s;
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 150.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.header-area.header-area8
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area9 {
    padding-top: 10px;
}

.header-area.header-area9 .header-elements {
    background-color: #f3f5f2;
    position: relative;
    z-index: 3;
    padding: 20px 32px;
    border-radius: 8px;
}

.header-area.header-area9 .header-elements .main-menu-ex {
    padding: 2px 24px;
    position: relative;
}

.header-area.header-area9 .header-elements .main-menu-ex ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 36px 0;
    left: -400px;
    width: 1000px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul {
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul
    li
    a {
    display: inline-block;
    padding: 8px 40px;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single {
    position: relative;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #081120;
    padding-left: 44px;
    position: relative;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single.dis1::after {
    display: none;
}

.header-area.header-area9 .header-elements .main-menu-ex ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -347px;
    width: 1300px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .all-images-menu {
    display: flex;
    align-items: center;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -54px;
    top: -62px;
    transition: all 0.4s;
    background: #081120;
    transform: rotate(-45deg);
    z-index: -1;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text
    h2 {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 7px;
    margin-bottom: 13px;
    font-weight: 700;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #08111a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #fc253f;
    transition: all 0.4s;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.18px;
    display: inline-block;
    padding-top: 20px;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .homemenu-btn {
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    margin-top: 4px;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .bottom-text {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.3;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1
    .coming {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    margin-top: -30px;
    height: 60px;
    width: 168px;
    z-index: 99;
    border: none;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 234px;
    height: 300px;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: #000026;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1
    img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #e5e7eb;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 20%;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1 {
    display: inline-block;
    padding: 16px;
    transition: all 0.4s;
    border-radius: 7px;
    position: relative;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    z-index: 1;
    background: #3b943b;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1
    i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background: #3b943b;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-area.header-area9 .header-elements .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    width: 206px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area9 .header-elements .main-menu-ex ul li ul:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: red;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    ul:hover
    > a::after {
    background: blue;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.header-area9 .header-elements .main-menu-ex ul li ul li ul {
    left: 190px;
    top: 10px;
}

.header-area.header-area9 .header-elements .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text3);
}

.header-area.header-area9 .header-elements .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--qt-text-h-text3);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area9 .header-elements .main-menu-ex ul li ul li a:hover {
    color: #2a9134;
    transition: all 0.4s;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li
    ul
    li
    a:hover::after {
    background-color: #2a9134;
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area9 .header-elements .main-menu-ex ul li a {
    color: var(--vtc-text-heading-text-1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.3s;
}

.header-area.header-area9 .header-elements .main-menu-ex ul li a:hover {
    color: #2a9134;
    transition: all 0.4s;
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 150.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.header-area.header-area9
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area10 {
    padding-top: 10px;
}

.header-area.header-area10 .header-elements {
    background-color: #fff;
    position: relative;
    z-index: 3;
    padding: 20px 32px;
    border-radius: 8px;
}

.header-area.header-area10 .header-elements .main-menu-ex {
    padding: 2px 24px;
    position: relative;
}

.header-area.header-area10 .header-elements .main-menu-ex ul li .mega-menu-all {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 36px 0;
    left: -400px;
    width: 1000px;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul {
    box-shadow: none !important;
    padding: 0px 10px !important;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    ul
    li
    a {
    display: inline-block;
    padding: 8px 40px;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single {
    position: relative;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #081120;
    padding-left: 44px;
    position: relative;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single
    h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 43px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .mega-menu-all
    .mega-menu-single.dis1::after {
    display: none;
}

.header-area.header-area10 .header-elements .main-menu-ex ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: white;
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -347px;
    width: 1300px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
    transform-origin: top;
    display: block;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .all-images-menu {
    display: flex;
    align-items: center;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 20px 0;
    text-align: center;
    overflow: hidden;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -54px;
    top: -62px;
    transition: all 0.4s;
    background: #081120;
    transform: rotate(-45deg);
    z-index: -1;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .text
    h2 {
    font-size: 20px;
    color: #fff;
    transform: rotate(-45deg);
    margin-left: 7px;
    margin-bottom: 13px;
    font-weight: 700;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading {
    color: #08111a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    margin-top: 8px;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-heading:hover {
    color: #fc253f;
    transition: all 0.4s;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .bottom-text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.18px;
    display: inline-block;
    padding-top: 20px;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.4;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .homemenu-btn {
    top: 26%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    margin-top: 4px;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb:hover
    .bottom-text {
    color: var(--vtc-bg-main-bg-1);
    transition: all 0.4s;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.3;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb.active
    .img1
    .coming {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -84px;
    margin-top: -30px;
    height: 60px;
    width: 168px;
    z-index: 99;
    border: none;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 234px;
    height: 300px;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: #000026;
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .img1
    img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #e5e7eb;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn {
    position: absolute;
    top: 30%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 18%;
    right: 20%;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1 {
    display: inline-block;
    padding: 16px;
    transition: all 0.4s;
    border-radius: 7px;
    position: relative;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    z-index: 1;
    background: #fa6444;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1
    i {
    transform: rotate(-45deg);
    margin-left: 4px;
    transition: all 0.4s;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover {
    color: #fff;
    transition: all 0.4s;
    transform: translateY(-5px);
    background: #fa6444;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    .tp-submenu
    .homemenu-thumb
    .homemenu-btn
    .header-btn1:hover
    i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-area.header-area10 .header-elements .main-menu-ex ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    width: 206px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    padding: 10px;
}

.header-area.header-area10 .header-elements .main-menu-ex ul li ul:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: red;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    ul:hover
    > a::after {
    background: blue;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}

.header-area.header-area10 .header-elements .main-menu-ex ul li ul li ul {
    left: 190px;
    top: 10px;
}

.header-area.header-area10 .header-elements .main-menu-ex ul li ul li a {
    color: var(--qt-text-h-text3);
}

.header-area.header-area10 .header-elements .main-menu-ex ul li ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 0px;
    height: 100%;
    color: var(--qt-text-h-text3);
    border-radius: 4px;
    transition: all 0.4s;
    z-index: -1;
    opacity: 1;
}

.header-area.header-area10 .header-elements .main-menu-ex ul li ul li a:hover {
    color: #fa6444;
    transition: all 0.4s;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li
    ul
    li
    a:hover::after {
    background-color: #fa6444;
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area10 .header-elements .main-menu-ex ul li a {
    color: var(--vtc-text-heading-text-1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.3s;
}

.header-area.header-area10 .header-elements .main-menu-ex ul li a:hover {
    color: #fa6444;
    transition: all 0.4s;
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 150.3%;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
}

.header-area.header-area10
    .header-elements
    .main-menu-ex
    ul
    li:hover
    .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area1
    .main-menu-ex.main-menu-ex1
    li.has-dropdown:hover
    a.main1 {
    color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area1
    .main-menu-ex.main-menu-ex1
    li.dropdown-menu-parrent:hover
    a.main1 {
    color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area1
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main {
    color: var(--vtc-bg-main-bg-1);
}

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

.header-area.header-area3
    .main-menu-ex.main-menu-ex1
    li.has-dropdown:hover
    a.main1 {
    color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area3
    .main-menu-ex.main-menu-ex1
    li.dropdown-menu-parrent:hover
    a.main1 {
    color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area3
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main {
    color: var(--vtc-bg-main-bg-1);
}

.header-area.header-area3
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main::after {
    background-color: var(--vtc-bg-main-bg-1);
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area4
    .main-menu-ex.main-menu-ex1
    li.has-dropdown:hover
    a.main1 {
    color: var(--vtc-bg-main-bg-6);
}

/* Hover effect for the "More" link */
.header-area.header-area4
    .main-menu-ex.main-menu-ex1
    li.dropdown-menu-parrent:hover
    a.main1 {
    color: var(--vtc-bg-main-bg-6);
    /* You can adjust this to the same hover color as the other links */
}

/* Hover effect for the nested items (like About Us and Contact Us) */
.header-area.header-area4
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main {
    color: var(--vtc-text-text-white-text-1);
    /* Keep this to match your other hover effects */
}

.header-area.header-area4
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main::after {
    background-color: var(--vtc-text-text-white-text-1);
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header-area.header-area5
    .main-menu-ex.main-menu-ex1
    li.has-dropdown:hover
    a.main1 {
    color: var(--vtc-bg-main-bg-2);
}

.header-area.header-area5
    .main-menu-ex.main-menu-ex1
    li.dropdown-menu-parrent:hover
    a.main1 {
    color: var(--vtc-bg-main-bg-2);
}

.header-area.header-area5
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main {
    color: var(--vtc-bg-main-bg-2);
}

.header-area.header-area5
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main::after {
    background-color: var(--vtc-bg-main-bg-2);
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

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

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

.header-area.header-area6
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main {
    color: #31572c;
}

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

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

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

.header-area.header-area7
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main {
    color: #5957e5;
}

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

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

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

.header-area.header-area8
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main {
    color: #f6aa32;
}

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

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

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

.header-area.header-area9
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main {
    color: #2a9134;
}

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

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

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

.header-area.header-area10
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main {
    color: #fa6444;
}

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

.header-area.header-area2
    .main-menu-ex.main-menu-ex1
    li.has-dropdown:hover
    a.main1 {
    color: var(--vtc-bg-main-bg-2);
}

.header-area.header-area2
    .main-menu-ex.main-menu-ex1
    li.dropdown-menu-parrent:hover
    a.main1 {
    color: var(--vtc-bg-main-bg-2);
}

.header-area.header-area2
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main {
    color: var(--vtc-bg-main-bg-2);
}

.header-area.header-area2
    .main-menu-ex.main-menu-ex1
    li.has-dropdown.has-dropdown1:hover
    a.main::after {
    background-color: var(--vtc-bg-main-bg-2);
    border-radius: 4px;
    width: 5px;
    left: -10px;
    opacity: 1;
}

.header5-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    margin: 16px 0;
}

.header5-top .icon-text a {
    display: inline-block;
    color: var(--vtc-text-text-white-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
}

.header5-top .icon-text a img {
    margin-top: -3px;
    margin-right: 5px;
}

/*
++++++++++++++++++++++++++++++++++
==== =====nav menu all 1 ====== ======
+++++++++++++++++++++++++++++++++
*/
.mobile-sidebar .logo-m {
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0%;
}

.mobile-sidebar-cart {
    position: fixed;
    height: 100%;
    width: 40%;
    background: #fff;
    z-index: 9999;
    /* padding: 40px 30px; */
    right: -100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    overflow-y: scroll !important;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.mobile-sidebar-cart::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.mobile-sidebar-cart.mobile-cart-menu-active {
    right: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    /* padding-top: 55px; */
    max-height: 100%;
    overflow-y: scroll !important;
}

.cart-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -1%;
}

.cart-sub-heading {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.cart-bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Aligns items vertically */
    position: relative;
    padding: 10px 30px;
    background:transparent;
    border-bottom: 1px solid #e5e8e8;
}

.shopping-bag {
    width: 30px;
    /* Adjust size */
    height: 30px;
    /* Make it a perfect circle */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f6f6;
    /* Set background color */
    color: black;
    /* Icon color */
    border-radius: 50%;
    /* Makes it round */
    cursor: pointer;
    /* Add pointer effect */
    font-size: 15px;
    /* Adjust icon size */
}

.delete-icon-cart {
    width: 30px;
    /* Adjust size */
    height: 30px;
    /* Make it a perfect circle */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    /* Set background color */
    color: white;
    /* Icon color */
    border-radius: 50%;
    /* Makes it round */
    cursor: pointer;
    /* Add pointer effect */
    font-size: 15px;
    /* Adjust icon size */
}

.cart-price {
    color: #2365ee;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: 0%;
}

.subtotal {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.grand-price {
    color: #2365ee;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.subtotal-price {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}



.cart-img {
    width: 80%;
}

.menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e5e8e8;
    color: black;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 0px;
}

.menu-close i {
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.menu-close-cart i {
    width: 40px;
    /* Adjust size */
    height: 40px;
    /* Make it a perfect circle */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e8e8;
    color: black;
    /* Icon color */
    border-radius: 50%;
    /* Makes it round */
    cursor: pointer;
    /* Add pointer effect */
    font-size: 20px;
    /* Adjust icon size */
}

.mobile-sidebar-cart .logo-m {
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0%;
}

.mobile-sidebar .mobile-button a {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.mobile-sidebar .single-footer-items h3 {
    color: var(--vtc-text-heading-text-1);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-sidebar .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .mobile-sidebar .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.mobile-sidebar .single-footer-items .menu-list li a {
    display: inline-block;
    color: var(--ztc-text-text-2);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-medium);
    padding: 10px 0px;
    transition: all 0.4s;
}

.mobile-sidebar .single-footer-items .menu-list li a:hover {
    color: var(--ztc-bg-main-bg-4);
    transform: translateX(5px);
    transition: all 0.4s;
}

.mobile-sidebar .single-footer-items .contact-box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.mobile-sidebar .single-footer-items .contact-box .icon {
    margin-right: 16px;
}

.mobile-sidebar .single-footer-items .contact-box .icon img {
    filter: brightness(0);
}

.mobile-sidebar .single-footer-items .contact-box .pera a {
    display: inline-block;
    color: var(--ztc-text-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    transition: all 0.4s;
}

.mobile-sidebar .single-footer-items .contact-box .pera a:hover {
    color: var(--ztc-bg-main-bg-4);
    transition: all 0.4s;
}

.mobile-sidebar .contact-infos h3 {
    color: var(--vtc-text-heading-text-1);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-bold);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-sidebar .contact-infos h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .mobile-sidebar .contact-infos h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.mobile-sidebar .contact-infos .social-icon {
    padding-top: 24px;
}

.mobile-sidebar .contact-infos .social-icon li {
    display: inline-block;
}

.mobile-sidebar .contact-infos .social-icon li a {
    display: inline-block;
    color: var(--ztc-text-text-2);
    font-size: var(--f-fs-font-fs16);
    background-color: rgba(0, 0, 0, 0.0549019608);
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 0;
    border-radius: 50%;
    margin: 0px 2px;
    transition: all 0.4s;
}

.mobile-sidebar .contact-infos .social-icon li a:hover {
    color: var(--ztc-text-text-1);
    background-color: var(--ztc-bg-main-bg-4);
    transition: all 0.4s;
}

.mobile-sidebar .mobile-button a.menu-btn2 {
    background-color: #fff;
    padding: 18px;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
    color: var(--ztc-text-text-1);
    font-size: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-blod);
    line-height: var(--f-fs-font-fs16);
}

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

/* .p-text {

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
} */

/* .service0-box:hover .p-text {
    opacity: 1;
    visibility: visible;
} */

.main4 {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);

    width: 1170px;
    margin: 0 auto;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}

.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    width: 30px !important;
}

.price-table tr td:first-child {
    border-left: 0 none;
}

.price-table tr td:not(:first-child) {
    text-align: center;
}

.price-table tr:nth-child(even) {
    background-color: #ffffff;
}

.price-table tr:hover {
    background-color: #eeeeee;
}

.price-table .fa-check {
    color: #0c63e4;
}

.price-table .fa-minus {
    color: #0c63e4;
}

.price-table .fa-times {
    color: #d8d6e3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}

.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;

    text-transform: uppercase;
    width: 30px !important;
}

.price-table tr.price-table-head td h3 {
    font-weight: bolder;
}

.price-table tr.price-table-head {
    background-color: var(--vtc-bg-main-bg-5);
    color: #ffffff;
}

.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
}

.price-table td.price a {
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;

    text-transform: uppercase;
    display: inline-block;
}

.price-table td.price-table-popular {
    border-top: 3px solid #0037a3;
    color: #0037a3;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}

.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.rwd-table {
    margin: auto;
    width: 100% !important;
    border-collapse: collapse;
}

.rwd-table thead tr {
    border-top: none;
    background: #1b6adf;
    /* Header background color */
    color: #fff;
    /* Header text color */
}

.rwd-table th {
    border-top: none;
    /* Remove border from the top of the header */
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    margin-top: 0.5em;
}

.rwd-table td:last-child {
    margin-bottom: 0.5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 34px;
    display: inline-block;
    color: #000;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
    font-size: 11px;
}

.rwd-table {
    color: #333;
    border-radius: 0.4em;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
    padding: 0.5em 1em;
}

.package-points {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

@media screen and (max-width: 601px) {
    /* .hero-area4 .main-heading {
        padding-top: 150px;
    } */
    .what-we-offer {
        margin-top: -90px;
    }

    .package-heading h4 {
        font-size: 1rem;
    }

    .package-disc {
        font-size: 0.8rem;
    }

    .rwd-table tr:nth-child(2) {
        border-top: none;
    }

    .hero-area4 {
        position: relative;
        background-image: url(../img/header/main-img.jpg);
        background-size: cover;
        background-position: center;
        height: 100vh;
        z-index: 0;
        /* Ensures content is above the overlay */
    }

    .view-mail strong,
    .text-right {
        font-size: 14px;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

/* THE END OF THE IMPORTANT STUFF */

/* Basic Styling */

.modal-content {
    border-radius: 30px;
}

.modal-content svg {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.modal-content .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.modal-content .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.modal-content .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
    animation: dash 0.95s 0.35s ease-in-out forwards;
}

.modal-content .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
    animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

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

.box00 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* Modal background */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

a {
    text-decoration: none;
}

/* Modal content */
.modal-content {
    background: white;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

.icon {
    margin-right: 15px;
    color: var(--vtc-text-heading-text-2);
    font-size: 22px;
}

.heading-title {
    font-size: 2.5vw !important;
}

.offer-item {
    font-size: 1.5vw;
    margin-top: 10px;
}

.offer-text {
    font-weight: bold;
    color: var(--vtc-text-heading-text-2);
}

.btn-get-started {
    border-radius: 0.5rem;
    padding: 5px 1.25rem;
    text-align: center;
    border: 2px solid #1b6adf;
    margin-top: auto;
    transition: all 0.5s;
    color: #ffffff;
    background-color: #1b6adf;
}

.btn-get-started:hover {
    background-color: transparent;
    color: black;
}

.card-icon-container {
    width: 20px;
    min-width: 20px;
    /* Prevents shrinking */
    height: 20px;
    min-height: 20px;
    /* Prevents stretching */
    background-color: #23c923;
    /* Green background */
    color: white;
    /* White icon color */
    border-radius: 50%;
    /* Circular shape */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    /* Adjust icon size */
    flex-shrink: 0;
    /* Prevents shrinking */
}

.card-icon-container-xmark {
    width: 20px;
    /* Adjust size */
    height: 20px;
    background-color: red;
    /* Green background */
    color: white;
    /* White icon color */
    border-radius: 50%;
    /* Circular shape */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    /* Adjust icon size */
}

.ribbon {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    height: 10rem;
    width: 10rem;
    overflow: hidden;
    border-radius: 0.375rem;
    /* For rounded corners */
}

.ribbon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 0.25rem solid transparent;
    /* Adjust border thickness */
}

.dark .ribbon::before {
    border-color: black;
    /* Replace with your dark theme border color variable */
}

.ribbon::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0.25rem solid var(--light-border-color);
    /* Adjust border thickness and replace with your light theme color */
}

.dark .ribbon::after {
    border-color: var(--dark-border-color);
    /* Replace with your dark theme border color variable */
}

.ribbon-content {
    position: absolute;
    top: 2.6875rem;
    /* Adjust as needed */
    right: -3.5rem;
    /* Adjust as needed */
    width: 15rem;
    /* Adjust as needed */
    transform: rotate(45deg);
    background: linear-gradient(
        0deg,
        rgba(51, 207, 255, 1) 9%,
        rgba(33, 128, 187, 1) 43%,
        rgba(14, 46, 117, 1) 78%
    );
    /* Replace with your primary color variable */
    color: white;
    /* Replace with your light theme text color variable */
    padding: 0.625rem 0;
    /* Adjust vertical padding */
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Adjust shadow as needed */
}

.mob-cards {
    display: none;
}

.video {
    width: 100vw;
    height: 70vh;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

/*
.video {
    width: 100vw;
    height: 70vh;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.video .background-video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video .background-video iframe {
    filter: blur(30px);
    z-index: -1;
    padding: 40px 0px;
}

.video .blur {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blur iframe {
    width: 100%;
    height: 100%;
} */
.video {
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the video covers the entire container */
}

.icon-style {
    background-color: #1b6adf;
    /* Red background */
    border-radius: 50%;
    /* Round shape */
    padding: 10px;
    /* Add some space inside the circle */
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    width: 40px;
    /* Set width to make the circle round */
    height: 40px;
    /* Set height to make the circle round */
    color: #ffffff;
}

.card-border {
    border: 1px solid lightgray;
    /* Set a transparent border for the effect */
    border-radius: 20px;
    background-color: #f9fafb;
}

.card-border h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
}

.card-border-2 {
    border-radius: 10px;
    background-color: #ffffff;
}

#serviceList {
    font-size: 15px;
}

.theme-btn18 {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: #ffffff;
  }
  

.theme-btn18::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: #a8dbf1; */
    background-position: left center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: -1;
}

.theme-btn18:hover::before {
    transform: scaleX(1);
}

.theme-btn18::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: #a8dbf1; */
    transform: scaleY(0);
    color: #29b54a;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.6s linear;
    transform-origin: right center;
    z-index: -1;
}

.theme-btn18:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
    color: #29b54a;
}

.theme-btn18:hover {
    color: #29b54a;
}

.theme-btn18 span {
    position: relative;
    margin-left: 4px;
    font-size: 16px;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    display: inline-block;
}

.heading1 h4 {
    font-weight: bolder;
    color: #1b6adf;
}

.heading1 h3 {
    color: #1b6adf;
}

.icon-container {
    width: 30px;
    height: 30px;
    background-color: #23c923 !important;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.how-we-work {
    background-color: #2365ee;
}

.ceo-message {
    font-family: "Open Sans", sans-serif;
    color: white;
}

.ceo-message p {
    font-family: "Open Sans", sans-serif;
    color: white;
}

.ceo-message h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 67.77px;
    letter-spacing: 0%;
}

.admin-image iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.admin-linkedin {
    color: #1c64f2;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
}

.what-clients p {
    color: #000000;
}

.rating i {
    font-size: 20px;
    color: #c0a615;
}

.main {
    display: flex;
    gap: 15px;
}

.footer-theme-btn-head {
    position: relative;
    display: inline-flex;
    /* Use flex to align elements */
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none !important;
    color: #0c2353;
    text-transform: capitalize;
    padding: 8px 16px;
    /* Adjust padding for better spacing */
    background-color: var(--vtc-text-text-white-text-1);
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    /* Adds spacing between text and icon */
}

.get-started-card {
    background-color: white;
    border-radius: 10px !important;
}

.footer-theme-btn-head:hover::before {
    transform: scaleX(1);
}

.footer-theme-btn-head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0c2353;
    transform: scaleY(0);
    color: var(--vtc-text-text-black-text-1);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.6s linear;
    transform-origin: right center;
    z-index: -1;
}

.footer-theme-btn-head:hover::after {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 200ms;
    transition: all 0.4s linear;
    color: var(--vtc-text-text-black-text-1);
}

.footer-theme-btn-head:hover {
    color: var(--vtc-text-text-white-text-1);
}

.footer-theme-btn-head span {
    display: flex;
    /* Ensures the icon aligns properly */
    align-items: center;
    /* Centers icon vertically */
    justify-content: center;
    /* Centers icon horizontally */
    font-size: 16px;
    transition: all 0.4s linear;
}

.footer-theme-btn-head span i {
    font-size: 16px;
    /* Adjust icon size */
}

.custom-input {
    width: 250px;
    /* Adjust width as needed */
    height: 45px;
    /* Adjust height */
    border-radius: 10px;
    /* Rounded corners */
    padding: 10px 15px;
    /* Inner spacing */
    font-size: 16px;
    /* Text size */
    border: none;
    outline: none !important;
    /* Remove default focus outline */
    transition: all 0.3s ease-in-out;
    background-color: #ffffff29;
}

.custom-input::placeholder {
    color: #ffffff;
    /* Change to your desired color */
    opacity: 1;
    font-size: 1px;
    /* Ensure full visibility */
}

.custom-input:focus {
    border-color: #0056b3;
    /* Change border color on focus */
    box-shadow: none;
    /* Add glow effect */
}

/* Container for dropdowns */
.dropdown-container {
    display: flex;
    flex-direction: column;
    width: 250px;
    /* Adjust width as needed */
}

/* Dropdown styling */
.custom-dropdown {
    width: 120px;
    /* Adjust width as needed */
    min-height: 45px;
    /* Ensures proper height */
    border-radius: 8px;
    /* Rounded corners */
    border: none;
    /* Light border for visibility */
    padding: 10px 12px;
    /* Adds space inside dropdown */
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease-in-out;
    line-height: 1.5;
    /* Prevents text from being cut */
    background-color: white;
    /* Ensures clear background */
    cursor: pointer;
}

/* Focus effect */
.custom-dropdown:focus {
    border-color: none;
    box-shadow: none;
}

/* Styling for dropdown options */
.custom-dropdown option {
    font-size: 16px;
    padding: 10px;
    background: white;
    /* Background for options */
    color: black;
    /* Ensures readability */
}

/* Flexbox layout for inline dropdowns */
.d-flex {
    display: flex;
    /* gap: 15px; */
    /* Space between dropdowns */
}

/* .about_bg {
    background-image: url(../img/project/about_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.about-services {
    background-color: #ecedfb;
}

.eliteApply {
    background-color: #ecedfb59;
}

.unsure {
    background: #f9fafb;
    border: 2px solid #0a0d1429;
}

.item-desc {
    z-index: 99999;
}

.item-desc h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 67.77px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

.item-desc p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;

    color: #ffffff;
}

/******* Common Element CSS End *********/

/* -------- Landing page ------- */

.game-section .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
}

.game-section .item {
    gap: 32px;
    padding: 20px;
    margin: 0 15px 60px;
    width: 390px !important;
    height: 300px !important;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    border-width: 1px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.card-border-2 {
    box-shadow: rgb(35, 101, 238, 0.5) 0px 5px 12px 0px;
}

.card-border:hover {
    box-shadow: #2365ee 0px 5px 15px;
}

.service-card-heading {
    font-weight: bold;
}

.service-card-disc {
    font-size: 13px;
    color: #000000;
}

.game-section .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.owl-theme .owl-nav {
    position: absolute !important;
    margin-top: -20px;
    width: 100% !important;
    display: flex !important;
    /* Use flex instead of block */
    justify-content: space-between !important;
    /* Ensures buttons are spaced apart */
    align-items: center !important;
    /* Centers buttons vertically */
    padding: 0 20px;
    /* Add some padding to keep buttons away from edges */
}

.owl-theme .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #29b54a !important;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    color: #29b54a !important;
}

.owl-theme .owl-nav button:hover {
    background: #2365ee !important;
    transform: scale(1.1);
    color: #ffffff !important;
}

.owl-theme .owl-nav button span {
    font-size: 30px;
    color: #29b54a !important;
}

.owl-theme .owl-nav button:hover span {
    color: #ffffff !important;
}

.custom-carousel-2 .owl-nav button {
    width: 40px;
    height: 40px;
    border: 0px solid #2365ee !important;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    /* color: #2365EE !important; */
    color: #ffffff !important;
}

.custom-carousel-2 .owl-nav button:hover {
    background: #ffffff !important;
    transform: scale(1.1);
    color: #ffffff !important;
}

.custom-carousel-2 .owl-nav button span {
    font-size: 30px;
    color: #ffffff !important;
}

.custom-carousel-2 .owl-nav button:hover span {
    color: #ffffff !important;
}

.owl-theme .owl-dots {
    text-align: center !important;
    margin-top: 15px !important;
    display: block !important;
}

.owl-theme .owl-dots .owl-dot {
    width: 12px !important;
    height: 12px !important;
    margin: 5px !important;
    background: #d1d1d0 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    transition: 0.3s !important;
}

.owl-theme .owl-dots .owl-dot.active {
    background: #29b54a !important;
    transform: scale(1.2) !important;
}

.game-section .owl-theme.custom-carousel .owl-dots {
    margin-top: -20px !important;
    position: relative !important;
    z-index: 5 !important;
    width: 50%;
    left: 25%;
}

/******** Middle section CSS End *******/

@media (min-width: 768px) and (max-width: 991px) {
    .item-desc h3 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
    }

    .hero-area4 {
        height: auto !important;
    }

    .line-title {
        width: 330px;
    }

    /* -------- Landing page ------- */

    .game-section .item {
        margin: 0 12px 60px;
        width: 240px;
        height: 55vh;
    }
}

@media (max-width: 767px) {
    .item-desc h3 {
        margin: 0 0 8px;
        font-size: 19px;
        line-height: 24px;
    }

    .line-title {
        width: 250px;
    }

    /* -------- Landing page ------- */
    .game-section {
        padding: 30px 15px 20px;
    }

    .review-img-text {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center;
        text-align: center;
    }

    .rating.star-img {
        justify-content: center !important;
        width: 100%;
    }

    .d-flex.align-items-center > div {
        margin-left: 0;
        margin-top: 10px;
    }

    .second-slider .item {
        width: 380px !important;
        height: 350px !important;
    }

    .card-text {
        text-align: center !important;
    }

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

    .footer-text h1,
    .footer-text p {
        margin: 0 auto;
    }

    .buttons a {
        width: 100%;
        max-width: 280px;
    }

    .footer-text h1 {
        line-height: 40px !important;
    }

    .game-section .item.active {
        width: 270px;
        /* box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25); */
    }
}

.second-slider .item {
    gap: 12px;
    margin: 0 13px 60px;
    width: 471px;
    height: 440px;
    /* Ensure all cards have the same height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Ensures spacing between elements */
    align-items: stretch;
    /* Make all items the same height */
    background: #f9fafb;

    /* Remove background image */
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #0a0d1429;
    /* Optional shadow */
}

/* Remove overlay effect */
.second-slider .item:after {
    display: none;
}

/* Style the paragraph text */
.card-text {
    font-size: 16px;
    /* line-height: 24px; */
    color: #000000;
}

/* Ensures alignment of author details */
.second-slider .d-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Align content to the left */
    gap: 10px;
    width: 100%;
    /* Pushes to the bottom */
}

/* Profile Image */
.second-slider img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.card-title {
    font-size: 18px;
    margin: 0;
    font-weight: 700 !important;
    color: #29b54a;
}

/* Author role */
.second-slider span {
    font-size: 14px;
    color: #777;
}

/* Quote Icon */
.second-slider .quotes img {
    width: 32px !important;
    height: 30px !important;
}

.faqs-title {
    text-align: center;
    width: 95%;
    margin: auto;
    color: #211145;
    font-family: Inter;
    font-weight: 700;
    font-size: 56px;
    padding: 2rem 0;
}

.acc-btn {
    width: 100%;
    padding: 1.6rem 0rem;
    font-size: 1.6rem;
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
    color: #211145;
    border-top: 2px dotted #211145;
    transition: all 0.2s linear;
}

.acc-btn:after {
    content: "\2794";
    color: #2365ee;
    float: right;
    transition: all 0.3s linear;
    background-color: #ffffff;
    border-radius: 50%;
    /* Rounded corners */
    padding: 10px;
    /* Adjust padding for better spacing */
    display: inline-block;
    /* Ensure it wraps content properly */
}

.acc-btn.is-open:after {
    transform: rotate(-90deg);
}

.acc-btn:hover {
    color: #000;
    font-weight: bold;
}

.acc-content {
    max-height: 0;
    margin-right: 2rem;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.acc-content p {
    color: #211145 !important;
}

.credit {
    text-align: center;
    padding: 1rem;
}

.credit a {
    text-decoration: wavy underline;
    color: dodgerblue;
}

.faqs-bg {
    background: #ecedfb;
}

/* Adjust for mobile view */
@media (max-width: 767px) {
    .acc-content p {
        text-align: center !important;
    }

    .privacy-sub-heading {
        font-size: 15px !important;
    }

    .acc-btn {
        position: relative;
        /* Required for absolute positioning of the arrow */
        width: 100%;
        padding: 3rem 2rem;
        font-size: 1.2rem;
        cursor: pointer;
        background: inherit;
        border: none;
        outline: none;
        text-align: center;
        /* Centers text in mobile view */
        color: #211145;
        transition: all 0.2s linear;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        border-top: 1px dotted #211145;
    }

    /* Arrow styles */
    .acc-btn:after {
        position: absolute;
        top: 8px;
        padding: 5px 9px;
    }

    .contact-heading {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 36px !important;
        line-height: 23.77px !important;
        letter-spacing: 0%;
        color: #211145;
        padding-top: 40px;
    }

    .your-services {
        margin-top: 40px;
    }

    .checkout-main {
        padding: 0px 20px !important;
    }

    .radio-div {
        margin-top: 30px;
        justify-content: center;
    }

    .start-btn {
        width: 100% !important;
    }

    .checkout-heading,
    .checkout-div,
    .form-heading {
        text-align: center;
        font-size: 14px;
    }
}

.contact-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 67.77px;
    letter-spacing: 0%;
    color: #211145;
}

.contact-form-lable {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #211145;
    padding: 10px 0px;
}

.checkout-form-lable {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -1%;
    padding: 10px 0px;
}

.file-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;

    font-weight: bold;
    color: white;
    background-color: #2365ee;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    text-align: center;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Hide default file input text */
.file-button::-webkit-file-upload-button {
    visibility: hidden;
}

/* Hover effect */
.file-button::before {
    margin-left: 50px !important;
}

.privacy-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 67.77px;
    letter-spacing: 0%;
    text-align: center;
    color: #1b0947;
}

.privacy-disc {
    color: #1b0947;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.privacy-card-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -1%;
    color: #1b0947;
}

.privacy-card-disc {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration-thickness: Auto;
    color: #000000b2;
}

.privacy-sub-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -1%;
    color: #000000;
}

.privacy-sub2-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
}

.contact-heading-li {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -1%;
    color: #1b0947;
}

.card-bg {
    background: #f5f6f6;
}

.checkout-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: 0%;
}

.form-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
}

.checkout-price {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #1a56db;
}

.checkout-price-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
}

.form-services {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.promo-input {
    border: none !important;
}

.book-meeting {
    width: 100% !important;
}

.grid {
    display: grid;
}

.elite-cards {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Ensures all cards stretch */
}

.resume-service-list {
    flex-grow: 1;
    /* Allows the list to expand & push the button down */
}

.btn-get-started {
    margin-top: auto;
    /* Forces the button to the bottom */
}

.details-box2 p {
    font-family: "Inter", serif !important;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #111928;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 37%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #1b0947;
}

.toggle-password:hover {
    color: #1b0947;
}

.footer-text h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 43.57px;
    letter-spacing: 0%;
}

.file-input {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 15px;
    color: #141339 !important;
}

.file-input input[type="file"] {
    width: 100%;
}

.file-input input[type="file"]::file-selector-button {
    display: block;
    opacity: 0;
    margin-bottom: 5px;
}

.file-input::before {
    font-size: var(--font-size);
    padding: 5px 0px;
    content: "Select File";
    border-radius: 5px;
    color: #fff;
    background-color: #1a56db;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    cursor: pointer;
}

.wrapper {
    display: grid;
    grid-template-areas: "stack";
    /* Ensures elements stack */
    position: relative;
    overflow: hidden;
    /* Hides content overflowing the wrapper */
    height: 90vh;
    /* Matches the image height */
}

.wrapper > * {
    grid-area: stack;
}

.wrapper img {
    width: 100%;
    height: auto;
    /* Occupy viewport height */
    object-fit: cover;
    /* Maintain aspect ratio without stretching */
}

.text {
    width: 40%;
    /* Occupies 40% of the wrapper width */
    background-color: rgba(116, 113, 113, 0.8);
    /* Semi-transparent background */
    padding: 2rem;
    overflow: hidden;
    /* Hides overflowing content */
    position: absolute;
    /* Ensures the text is layered above the image */
    bottom: 0;
    /* Positions the text div at the bottom */
    left: 10%;
    /* Adds a left margin */
    bottom: 0%;
    box-sizing: border-box;
    /* Includes padding in width/height */
    z-index: 1;
    /* Ensures text appears above the image */
}

.text > h1 {
    color: white;
    margin: 0;
}

.text > p {
    color: white;
    margin: 0;
    overflow: hidden;
    /* Hides overflowing text */
    text-overflow: ellipsis;
    /* Adds "..." if text overflows */
    display: -webkit-box;
    /* Limits text to 5 lines */
    -webkit-box-orient: vertical;
}

.text a {
    display: inline-block;
    margin-top: 1rem;
}

.btn-7a.active {
    color: #1c64f2 !important;
}

.benefits-elite-apply {
    background: var(--primary-600, #1c64f2);
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.benefits-elite-apply p {
    color: #ffffff;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0%;
}

.benefits-elite-apply h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 43.57px;
    letter-spacing: 0%;
}

.benefits-elite-apply li span b {
    font-weight: 700;
    font-size: 16px;
}

.benefits-elite-apply-icon {
    width: 25px;
    height: 25px;
    /* Make height equal to width */
    background-color: #ffffff;
    color: #1c64f2;
    border-radius: 50%;
    /* Ensures a perfect circle */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    /* Adjust size if needed */
    font-weight: bold;
    flex-shrink: 0;
    /* Prevents shrinking in flex containers */
}

.salary-card h1 {
    color: #211145;
    font-weight: 700;
    font-size: 34px;
    line-height: 43.57px;
    letter-spacing: 0%;
}

.salary-card p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #211145;
}

.salary-card-bg {
    background: #fff9eb;
}

.salary-card-bg-2 {
    background: #fef0f4;
}

.interview-list li {
    list-style-type: disc;
    color: #211145;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0%;
}

.sub-heading-buttom h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.57px;
    letter-spacing: 0%;
}

.footer-logo-area .heading1-w .text-container a {
    font-weight: 500;
}

.login-11 {
    border-radius: 20px;
}

/* Pricing Card */
.pricing-card {
    background: linear-gradient(#ffffff 0 0) padding-box,
        /*this is your grey background*/ linear-gradient(#1c64f2, #33cfff)
            border-box !important;
    padding: 20px;
    border: 5px solid transparent;
    border-radius: 5px;
}

.range-card {
    margin-bottom: -100px;
}

.benefits-div {
    margin-top: 130px;
}

/* Title Gradient */
#packageTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: 0%;
}

/* Price */
.price {
    font-weight: 700;
    font-size: 56px;
    line-height: 67.77px;
    letter-spacing: 0%;
    color: #111928;
}

/* Features List */
.service-list {
    list-style: none;
    color: #555;
    padding: 0;
}

.service-list li {
    margin: 8px 0;
    font-size: 1rem;
    display: flex;
}

.service-list i {
    margin-right: 8px;
}

.service-list {
    display: block !important;
    visibility: visible !important;
}

.service-list li {
    opacity: 1 !important;
}

.jobs span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: right;
    color: #6b7280;
    margin-bottom: 10px;
}

.jobs-100 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
    text-align: left;
}

.payperapply {
    position: absolute;
    height: 100vh;
}

.how-work-div {
    height: 279px;
    gap: 40px;
    padding: 20px;
    border-radius: 8px;
    background-color: #ffffff;
}

.how-we-work h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: 0%;
}

.EliteApply-text {
    padding-left: 30px;
    font-size: 20px;
}

.unsure-heading h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 43.57px;
    letter-spacing: 0%;
}

.custom-carousel-2 .item {
    height: 450px;
}

.services-main-dive {
    padding: 120px 0px;
}

/***** responsive css Start ******/

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .index-header-img {
        height: 80%;
    }

    .services-main-dive {
        padding: 80px 0px;
    }

    .item-desc h3 {
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 32px;
    }

    .elite-cards {
        display: flex;
        flex-direction: column;
        height: 95vh;
        /* Adjust as needed */

        transition: all 0.3s linear;
    }

    /* -------- Landing page ------- */
    .game-section {
        padding: 50px 30px;
    }

    .price-card-text span b {
        font-size: 11px;
    }

    .how-work-div {
        height: 250px !important;
    }

    .game-section .item {
        margin: 0 12px 60px;
        width: 260px;
        height: 55vh;
    }

    .start-btn {
        font-size: 10px;
        padding: 8px;
        width: 100% !important;
        border-radius: 7px !important;
    }

    .ceo-message h1 {
        font-size: 18px;
    }

    .ceo-message p {
        font-size: 12px;
    }

    .hero-area4 .heading4 .main-heading h1 {
        font-size: 30px !important;
    }

    .theme-btn-head,
    .theme-btn-head2 {
        font-size: 12px !important;
        padding: 9px 14px !important;
    }

    .service-card-heading {
        font-size: 19px;
    }

    #serviceList li span b {
        font-size: 11px;
    }

    .sub-heading-white h1 {
        font-size: 24px !important;
    }

    .sub-heading-white p {
        font-size: 15px !important;
    }

    .sub-heading h1 {
        font-size: 20px !important;
    }

    .sub-heading p {
        font-size: 14px !important;
    }

    .card-border-2 h3 {
        font-size: 13px !important;
    }

    .card-border-2 p {
        font-size: 12px !important;
    }

    .btn-get-started {
        font-size: 12px !important;
    }

    .hero-area4 .main-heading .main-para {
        font-size: 15px;
    }

    .text-container p {
        font-size: 15px;
    }

    .acc-content p {
        text-align: left !important;
        font-size: 13px;
        line-height: 24px;
    }

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

    .acc-btn {
        font-size: 0.8rem;
        padding: 1rem 0rem;
    }

    /* Arrow styles */
    .acc-btn:after {
        width: 26px;
        height: 26px;
        font-size: 14px;
        padding: 0px 8px;
    }

    .privacy-card-heading {
        font-weight: 600;
        font-size: 18px !important;
    }

    .privacy-disc-2 {
        font-size: 14px !important;
    }

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

    .privacy-card-disc {
        font-size: 15px;
    }

    .contact-heading-li {
        font-size: 14px !important;
    }

    .contact-heading {
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        color: #211145;
        line-height: 24px;
        padding-top: 30px;
    }

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

    .checkout-form-lable {
        font-size: 14px;
    }

    .resume-service-list li span {
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
    }

    .card-icon-container {
        width: 15px;
        height: 15px;
        background-color: #23c923;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
    }

    .card-icon-container-xmark {
        width: 15px;
        height: 15px;
        background-color: red;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 6px;
    }

    .resume-services-heading h1 {
        font-size: 36px;
    }

    .btn-get-started {
        font-size: 12px;
        border-radius: 0.5rem;
        padding: 3px 1.25rem;
        text-align: center;
        border: 2px solid #1b6adf;
        margin-top: auto;
        transition: all 0.5s;
        color: #ffffff;
        background-color: #1b6adf;
    }

    .hero-area4-resume .heading4 p {
        font-size: 17px;
    }

    .EliteApply-text {
        font-size: 15px;
    }

    .salary-card h1 {
        font-size: 19px;
    }

    .salary-card p {
        font-size: 13px;
    }

    .salary-card img {
        width: 30%;
    }

    .salary-card-img2 {
        width: 34% !important;
    }

    .interview-list li {
        font-size: 13px;
    }

    .unsure {
        display: none;
    }

    .header-area.header-area4 .header-elements .main-menu-ex ul li a {
        color: black;
        font-size: 12px;
        display: block;
        font-weight: 500;
        padding: 8px 15px;
        transition: all 0.3s;
    }

    .login {
        font-size: 12px;
    }

    .site-logo {
        max-width: 95px;
        height: auto;
        display: flex;
        align-items: center;
    }

    .theme-btn17 {
        font-size: 12px;
        padding: 9px 13px 9px 13px;
    }

    .footer-text h2 {
        font-size: 18px;
    }

    .custom-input {
        width: 120px !important;
    }

    .newsletter-btn {
        padding: 4px 6px;
        font-size: 12px;
    }

    .custom-input::placeholder {
        color: #ffffff;
        opacity: 1;
        font-size: 12px;
    }

    .benefits-elite-apply h1 {
        font-size: 24px;
    }

    .benefits-elite-apply-icon {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .custom-carousel-2 .item {
        height: 30vh;
    }

    .faqs-bg {
        border-radius: 20px;
    }

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

    .file-input {
        display: inline-block;
        position: relative;
        width: 100%;
        font-size: 12px;
        color: #141339 !important;
    }

    .contact-disc {
        font-size: 12px;
        line-height: 20px;
    }

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

    .how-work-div h3 {
        font-weight: 700;
        font-size: 15px;
    }

    .how-work-div p {
        font-size: 10px;
        color: black;
        line-height: 15px;
    }

    .contents-services > div .btn-get-started {
        margin-top: auto;
        /* Pushes the button to the bottom */
    }

    .custom-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        /* Ensures all cards are the same height */
    }

    .custom-card-body {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        /* Expands to fill the available height */
    }

    .mobile-sidebar-cart {
        position: fixed;
        height: 100%;
        width: 60% !important;
        background: #fff;
        z-index: 9999;
        /* padding: 40px 30px; */
        right: -100%;
        /* top: -56px; */
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        overflow-y: scroll !important;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    .card-meta h3 {
        font-size: 35px !important;
    }
}

.resume-service-list li span {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.review-img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    border-radius: 50%;
    background-color: #ffdebf;
    color: #000000;
    /* Set text color for visibility */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* Adjust font size as needed */
    font-weight: bold;
    /* Optional: Make text bold */
    text-transform: uppercase;
    /* Optional: Ensure uppercase letters */
}

/* Custom Select Wrapper */
.custom-select-wrapper {
    position: relative;
    width: 150px;
}

/* Custom Select */
.custom-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    background: transparent;
    width: 100%;
    position: relative;
    color: #ffffff;
}

.custom-select img {
    width: 30px;
    height: auto;
    margin-right: 18px;
}

.dropdown-arrow {
    font-size: 14px;
    color: #555;
    transition: transform 0.3s ease;
}

/* Dropdown Options */
/* Force Dropdown to Open Upwards */
.custom-options {
    position: absolute;
    bottom: 100%;
    /* Instead of top: 100% */
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid gray;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    margin-bottom: 5px;
    /* Add spacing between select box and options */
}

/* Open Upwards When There's Not Enough Space Below */
.custom-options.open-up {
    top: auto;
    bottom: 100%;
    /* Open upwards */
    margin-bottom: 5px;
}

/* Custom Option Styling */
.custom-option {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
}

.custom-option img {
    width: 20px;
    height: auto;
    margin-right: 8px;
}

.custom-option:hover {
    background-color: #1a56db !important;
    color: white;
}

.services-cards-2 {
    width: 1476px;
    height: 496px;
    gap: 28px;
}

.servies-card-3 {
    width: 348px;
    height: 496px;
    gap: 40px;
    border-radius: 8px;
    border-width: 1px;
    padding: 48px;

    background: #ffffff;
    border: 1px solid #00000033;
}

.services-cards-3 img {
    width: 68px;
    height: 68px;
    border-radius: 40px;
}

.services-card-text {
    width: 311px;
    height: 233px;
    padding-right: 48px;
    gap: 16px;
}

.services-card-text h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29.05px;
    letter-spacing: 0%;
}

.services-card-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.card-overlay-bottom {
    overflow: hidden;
    width: 378.67px;
    height: 522px;
    border: none;
    border-radius: 15px;
    position: relative;
    padding: 0;
}

/* Gradient overlay */
.card-overlay-bottom::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    z-index: 1;
}

/* Image container */
.card-img-container {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
}

/* Image itself */
.card-img-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

/* Hover zoom effect */
.card-overlay-bottom:hover .card-img-bg {
    transform: scale(1.1);
}

/* Ensuring overlay content is on top */
.card-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
    z-index: 2;
}

/* Make text always stay at the bottom */
.card-meta {
    width: 100%;
    text-align: center;
    padding: 10px;
}

/* Title styling */
.card-title-2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    text-align: center;
}

/* Meta text styling */
.card-meta p {
    color: white;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
}

.card-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    /* Adjust spacing as needed */
}

.card-spacing {
    flex: 1;
    /* Makes the cards responsive */
    max-width: 32%;
    /* Ensures proper spacing in a 3-column layout */
}

.contact-btn {
    width: 75%;
}

/* Style the label */
label[for="enablePayment"] {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.contents-services > div {
    height: 100%;
    /* Ensures all cards have equal height */
    display: flex;
    flex-direction: column;
}

.contents-services > div .btn-get-started {
    margin-top: auto;
    /* Pushes the button to the bottom */
}

.custom-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Ensures all cards are the same height */
}

.custom-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Expands to fill the available height */
}

.checkout-bnt {
    width: 100%;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader {
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 5px solid white;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.payperapply-usd {
    font-size: 12px !important;
}

.custom-input-group {
    display: flex;
    align-items: center;
}

.custom-input-group-prepend {
    margin-right: -1px;
    /* Removes the gap between the select and input */
}

.custom-select {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
    padding: 9px 5px;
    width: 86px !important;
}

.custom-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
}

/* Dropdown options */
.select2-results__option {
    font-size: 12px !important;
    background-color: var(--vtc-bg-common-bg2);
    border: none;
}

/* Selected item in the input */
.select2-selection__rendered {
    font-size: 12px !important;
}

/* Placeholder or default selected text */
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    font-size: 12px !important;
}

/* Single select box styling */
.select2-container--default .select2-selection--single {
    background-color: #f0f0f0 !important;
    /* light gray */
    border: none !important;
    color: #000000;
}

/* Remove focus outline border */
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:active {
    border: none !important;
    box-shadow: none !important;
}

/* Adjust text inside */
.select2-selection__rendered {
    font-size: 12px !important;
    color: #0037a3;
    padding-left: 8px;
}

/* Dropdown arrow styling (optional) */
.select2-selection__arrow {
    height: 100%;
}

.submit-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    background-color: #50ba17a1 !important;
    color: white;
    padding: 10px 30px;
}

.submit-btn_2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    background-color: #226bdb !important;
    color: white;
    padding: 10px 20px;
}

.submit-btn_2:focus,
.submit-btn_2:active {
    color: #ffffff;
}

.submit-btn_2:hover,
.submit-btn:hover {
    color: white;
}

.preference-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 150%;
    letter-spacing: 0%;
    color: #111928;
}

.preference-text span {
    font-size: 15px !important;
}

.hero-area4 .main-heading .main-para {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.floor-layout-text {
    color: #104579;
    font-size: 16px;
    font-weight: 600;
}

.floor-layout-text:hover {
    color: #104579;
    font-size: 16px;
    font-weight: 600;
}

.floor-form-btn {
    background-color: #104579;
    color: #ffffff;
    border-radius: 24px;
}

.floor-form-btn:hover {
    background-color: #29b54a;
    color: #ffffff;
    border-radius: 24px;
}

/* Custom select styling */
.custom-select2 {
    background-color: #e2e6ea;
    /* Slightly darker background on hover */
    border-radius: 8px;
    /* Keep the rounded corners */
    padding: 10px;
    /* Keep the padding inside the select */
    font-size: 16px;
    /* Keep the text size */
    color: #495057;
    /* Keep the text color */
    transition: all 0.3s ease;
    /* Keep the smooth transition */
    width: 100%;
    /* Full width */
}

.custom-select2:hover {
    background-color: #e2e6ea;
    /* Slightly darker background on hover */
}

.custom-select2:focus {
    outline: none;
    /* Remove default outline */
    box-shadow: 0 0 5px rgba(0, 86, 179, 0.5);
    /* Custom focus box shadow */
}

.filter-heading {
    font-size: 18px;
    font-weight: 600;
}

.first-image {
    height: 100%;
    object-fit: cover;
}

.card-floor {
    border-radius: 20px;
    border: 1px solid lightgray;
    padding: 20px;
}

.section-bg {
    background-color: #f9fafb;
}

.work-icon {
    font-size: 14px;
    /* Adjust the size of the icon */
    background-color: #104579;
    /* Background color of the circle */
    color: white;
    /* Icon color */
    padding: 15px;
    /* Add padding to make it round */
    border-radius: 50%;
    /* Make the icon circular */
    display: inline-block;
    /* Ensure it behaves like an inline element */
    text-align: center;
    /* Center the icon within the circle */
    width: 30px;
    /* Set a fixed width */
    height: 30px;
    /* Set a fixed height */
    line-height: 60px;
    /* Vertically center the icon */

    /* Center the icon horizontally and vertically */
    margin: 10px auto;
    /* Horizontal centering */
    display: flex;
    /* Use flexbox to center vertically and horizontally */
    justify-content: center;
    /* Horizontally center the content */
    align-items: center;
    /* Vertically center the content */
}

.work-text {
    font-weight: 700;
    color: #00002d;
}

.work-card-disc {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.footer-text h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.footer-disc {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 10px;
}

.header-elements {
    height: auto;
    /* or whatever height you want */
    /* overflow: hidden; */
    /* Hide extra text */
    align-items: center;
    /* Center vertically */
}

.footer-text {
    overflow: hidden;
}

.main-bg {
    background-color: #4869b324;
    overflow: hidden !important;
}

.main-bg2 {
    background-color: #fafbee;
}

.main-bg3 {
    background-color: #29b54a2b;
}

.benefit-main h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
}

.benefit-img,
.benefit-img2,
.benefit-img3 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: transparent;
}

.benefit-main p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.benefit-img {
    background-image: url(../img/project/1.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 100px;
    margin: 43px;
}

.benefit-img2 {
    background-image: url(../img/project/2.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 100px;
}

.benefit-img3 {
    background-image: url(../img/project/3.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 300px;
}

/* Remove gutter space */

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item2 {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item2 > img {
    width: 150px;
    /* Set a uniform width */
    height: 60px;
    /* Set a uniform height */
    object-fit: contain;
    /* Ensures the full image is visible */
    flex-shrink: 0;
    /* Prevents images from shrinking */
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
    display: none;
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

.first-slider {
    height: 150px;
    width: 100%;
    background-image: url(../img/project/vector-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.first-image {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.floors-btn,
.blocks-btn {
    padding: 6px 35px;
    border-radius: 30px;
    transition: all 0.3s;
    font-size: 16px;
}

.blocks-btn {
    background-color: #104579;
    color: #ffffff;
    border: 0.5px solid #104579;
}

.hero-area-contact4 {
    background-color: #f9fafb;
}

.floors-btn {
    border: 0.5px solid #868c98;
    color: #868c98;
    background-color: transparent;
}

.floors-btn:hover {
    background-color: #104579;
    color: #ffffff;
}

.blocks-btn:hover {
    border: 0.5px solid #868c98;
    color: #868c98;
    background-color: transparent;
}

.search-input {
    background-color: #ffffff;
    border-radius: 8px;
}

.search-input i {
    color: #868c98;
}

/* === COMMON WRAPPER FOR RANGE SECTIONS === */
.price-range-wrapper,
.square-feet-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

/* === LABEL STYLE === */
.price-range-label,
.square-feet-label {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

/* === MIN/MAX LABEL DISPLAY ABOVE SLIDERS === */
.price-display {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #104579;
}

/* === INPUT FIELDS FOR MIN/MAX VALUES === */
.price-range-inputs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.price-range-inputs input[type="number"],
.square-feet-wrapper input[type="number"] {
    width: 100px;
    height: 40px;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #333;
}

/* === RANGE SLIDERS CONTAINER === */
.price-range-sliders {
    position: relative;
    height: 25px;
}

/* === RANGE SLIDER TRACK === */
.price-range-sliders input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: #0037a3;
    pointer-events: none;
}

/* === LOWER SLIDER Z-INDEX === */
#priceSliderMin {
    z-index: 3;
    height: 0px;
    margin-top: 5px;
}

/* === THUMB STYLE FOR WEBKIT === */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
    transition: background 0.3s ease;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type="range"]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

/* === THUMB STYLE FOR FIREFOX === */
input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
}

.square-feet-label,
.price-range-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #98a0b4;
}

/* Container styling for a smaller dropdown */
#location {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 30px 6px 12px;
    /* Adjusted padding for smaller size */
    font-size: 14px;
    /* Smaller font size */
    height: 35px;
    /* Reduced height */
    border: 1px solid #ccc;
    border-radius: 6px;
    /* Slightly rounded corners */
    background-color: #fff;
    color: #98a0b4;
    /* Default text color */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='gray' d='M4 6l4 4 4-4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
    cursor: pointer;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

/* Hover & focus styles for smaller dropdown */
#location:hover {
    border-color: #999;
}

#location:focus {
    border-color: #104579;
    outline: none;
    box-shadow: 0 0 0 2px rgba(16, 69, 121, 0.25);
}

/* Change text color of dropdown options */
#location option {
    color: #98a0b4;
    /* Text color for options */
}

/* Optional: Change text color on hover for options */
#location option:hover {
    color: #25daa5;
    /* Text color on hover */
}

/* Container styling for a smaller dropdown */
#listingType {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 30px 6px 12px;
    /* Adjusted padding for smaller size */
    font-size: 14px;
    /* Smaller font size */
    height: 35px;
    /* Reduced height */
    border: 1px solid #ccc;
    border-radius: 6px;
    /* Slightly rounded corners */
    background-color: #fff;
    color: #98a0b4;
    /* Default text color */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='gray' d='M4 6l4 4 4-4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
    cursor: pointer;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

/* Hover & focus styles for smaller dropdown */
#listingType:hover {
    border-color: #999;
}

#listingType:focus {
    border-color: #104579;
    outline: none;
    box-shadow: 0 0 0 2px rgba(16, 69, 121, 0.25);
}

/* Change text color of dropdown options */
#listingType option {
    color: #98a0b4;
    /* Text color for options */
}

/* Optional: Change text color on hover for options */
#listingType option:hover {
    color: #25daa5;
    /* Text color on hover */
}

.reset-btn {
    color: #104579;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: bottom;
    border: none !important;
    background-color: transparent;
}

.reset-btn:hover {
    border: none !important;
}

.floor-li {
    list-style-type: disc !important;
}

.floor-li li {
    margin: 0px 15px;
    color: #9ca3af;
}

.form-label {
    text-align: left;
}

.btn-close {
    font-size: 12px;
    border: 0.5px solid #9ca3af;
    border-radius: 50%;
    font-weight: bold !important;
}

.modal-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #111928;
    text-align: center !important;
}

.modal-header {
    border-bottom: none !important;
}

.modal-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #111928;
}

.modal-submit-btn,
.modal-close-btn {
    border: none;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 20px;
}

.modal-submit-btn {
    background-color: #104579;
    color: #ffffff;
}

.modal-close-btn {
    background-color: #9b1c1c;
    color: #ffffff;
}

.responsive-btn {
    width: 90%;
}

@media (min-width: 992px) {
    .responsive-btn {
        width: 25%;
    }
}

.sticky-filter {
    position: sticky;
    top: 80px;
    /* Adjust as needed */
    z-index: 100;
}

/* Container styles */
.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
}

/* Pagination items (List.js uses li + a) */
.pagination li {
    list-style: none;
}

/* Pagination links */
.pagination li a {
    display: block;
    padding: 6px 16px;
    border: 1px solid #ddd;

    background-color: #f8f9fa;
    color: #0c254d;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

/* Active page */
.pagination li.active a {
    background-color: #e9f0fb;
    color: #226bdb;
    border: 1px solid #ddd !important;
    border-color: #e9f0fb;
}

/* Hover effect */
.pagination li a:hover {
    background-color: #e9f0fb;
    color: #226bdb;
    border-color: #e9f0fb;
}

/* Responsive */
@media (max-width: 768px) {
    .pagination li a {
        padding: 6px 12px;
        font-size: 13px;
    }
}

.btn {
    padding: 7px 16px;
    font-size: 14px;
}

.next-prev-btn {
    border: 1px solid #ddd;
    background-color: white;
    color: #226bdb;
    padding: 6px 16px;
    border-radius: 0px;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.next-prev-btn:active,
.next-prev-btn:focus,
.next-prev-btn:hover {
    background-color: #e9f0fb;
    color: #0c254d;
    box-shadow: none;
    border: 1px solid #ddd;
}

.img-td {
    width: 8%;
}

.payment-option-label {
    cursor: pointer;
    display: block;
}

.payment-option {
    border: 1px solid #f5f6f6;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    background-color: #f5f6f6;
    color: #868c98;
    height: 100%;
    margin: 9px 10px;
}

.payment-option-label:hover .payment-option {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.payment-option-label input[type="radio"]:checked + .payment-option {
    border: 1px solid #104579;
    background-color: #104579;
    color: #ffffff;
}
@media (max-width: 767px) {
    .payment-option-label {
        width: 100% !important;
        justify-content: space-between;
    }

    .payment-option-label {
        width: 100% !important;
        justify-content: center;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 12px !important;
    }
    .floor-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border: none;
    }

    .floor-row td {
        display: block;
        width: 100%;
    }

    .floor-td-img {
        flex: 0 0 30%;
        max-width: 30%;
        padding-right: 10px;
    }

    .floor-td-details {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .floor-td-price {
        width: 100%;
        margin-top: 0.5rem;
        text-align: left !important;
    }

    .floor-row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .floor-td-wrapper {
        display: flex;
        flex: 1;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .floor-li li {
        padding-left: 0;
        list-style: none;
        gap: 10px;
        margin: 0px !important;
    }
}

.form-input {
    background-color: #f9fafb;
}

.pricing-div p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;

    color: #000 !important;
}
.total-div p {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #0e3e6d;
}
.floor-td-img {
    width: 10%;
}
.price-range-wrapper {
    margin-bottom: 30px;
}

.price-range-label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.price-display {
    font-weight: 600;
    font-size: 12px;
    color: #104579;
}

.price-range-inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.price-range-inputs input {
    width: 100px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.price-range-sliders {
    position: relative;
    height: 30px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: transparent;
    position: absolute;
    top: 0;
    pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
}

input[type="range"]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
}

.main-menu-ex {
    display: flex;
    justify-content: center; /* Center the whole menu horizontally */
}

.menu-list1 {
    display: flex;
    align-items: center;
    gap: 20px; /* Space between menu items */
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li a {
    text-decoration: none;
    color: #333; /* Change to your preferred color */
    font-weight: 500;
    padding: 8px 12px;
    transition: color 0.3s ease;
}

.menu-list li a:hover {
    color: #007bff; /* Example hover color */
}

.menu-list .logo img {
    height: 40px; /* Adjust as needed */
}

.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
    height: 100vh;
}

.carousel-item img {
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        #0e447aba 0%,
        rgba(14, 68, 122, 0) 100%
    );
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.caption-top {
    margin-top: 7%;
}

.caption-top h5,
.caption-top p {
    color: #fff;
    z-index: 1;
}

.caption-top h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -1%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.caption-top p {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -1%;
    text-transform: uppercase;
    margin: 0;
}

.caption-bottom {
    margin-bottom: 30px; /* centers horizontally, adds bottom margin */
    background-color: rgba(0, 0, 0, 0.4); /* semi-transparent black */
    backdrop-filter: blur(8px); /* adjust blur strength */
    -webkit-backdrop-filter: blur(8px); /* for Safari */
    border-radius: 20px; /* optional, for nicer edges */
    padding: 1.5rem; /* adjust padding if needed */
}
.caption-bottom-btn {
    margin-bottom: 30px; /* centers horizontally, adds bottom margin */
    background-color:transparent; /* semi-transparent black */
    border-radius: 20px; /* optional, for nicer edges */
    padding: 1.5rem; /* adjust padding if needed */
}
select.form-select {
    color: #fff; /* text color */
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding-right: 2rem; /* space for arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='10' viewBox='0 0 20 20' width='10' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 10px 10px;
}

/* Container to position the arrow */
select.form-select-wrapper {
    position: relative;
    display: inline-block;
    width: fit-content;
}

/* Custom white arrow */
select.form-select::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    z-index: 10;
}

select.form-select option {
    background-color: #0e447a;
    color: #fff;
}

.detail-btn {
    background-color: #0bb530;
    color: white;
    padding: 10px 20px; /* Adjust padding as needed */
    text-align: center;
    border: none; /* Optional: remove border */
    border-radius: 4px; /* Optional: rounded corners */
    cursor: pointer; /* Optional: pointer cursor on hover */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px; /* Adjust font size if needed */
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.detail-btn:hover{
    background-color: #0E447A;
    
}

.main-display-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    transition: opacity 1s ease-in-out;
}

.sub-img {
    height: 120px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
    transition: transform 0.3s ease, opacity 1s ease-in-out;
}

.sub-img:hover {
    transform: scale(1.05);
}
#mainImage,
.sub-img {
    transition: opacity 1s ease-in-out;
}

.btn-group-spacing {
    display: flex;
    justify-content: space-between;
}

.btn-group-spacing button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; /* icon size */
    padding: 0; /* remove default padding */
}
.rounded-circle {
    background-color: #0e447a;
    color: white;
    border: none;
    transition: all 0.3s ease-in-out;
}
.rounded-circle:hover{
background-color: #0BB530;
}
.fiec-section-image img {
    border-radius: 30px;
}

.fiec-section-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.image-card {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}

/* Unique background images */
.card-1 {
    background-image: url("../img/project/1.jpg");
}

.card-2 {
    background-image: url("../img/project/2.jpg");
}

.card-3 {
    background-image: url("../img/project/3.jpg");
}
.card-4 {
    background-image: url("../img/project/4.jpg");
}
.card-5 {
    background-image: url("../img/project/5.jpg");
}
.card-6 {
    background-image: url("../img/project/6.jpg");
}

.bg-color {
    background-color: #f3f6f8;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e447a;
    text-align: center;
    transition: all 0.3s ease;
}

.overlay p {
    color: #0e447a;
}

/* Hover effect */
.image-card:hover .overlay {
    background: #0e447acc; /* solid blue */
    color: #fff;
}

.image-card:hover .overlay h4 {
    color: #fff;
}
.image-card:hover .overlay p {
    color: #fff;
}
.overlay-text h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: capitalize;
}

.overlay-text p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: capitalize;
}
.bg-color {
    background-color: #f3f6f8;
}
.border-top-footer {
    border-top: 1px solid #ffffff;
}

.rounded-img {
    border-radius: 20px;
}

.overlapping-img-wrapper {
    position: relative;
    top: -50px;
    left: -100px;
    z-index: 2;
    
}
.overlapping-img-wrapper img {
    border: 5px solid white;
   
}
.overlapping-img-wrapper:hover  {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
   
}


.user-card {
    background-color: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.user-card:hover{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.user-info P {
    font-size: 20px;
}
.user-image {
    width: 100%;
    display: block;
}

.user-info {
    background-color: #0e447a; /* or any color you prefer */
    color: white !important;
    text-align: center;
    padding: 30px 15px;
    font-weight: 500;
    border-radius: 20px;
}

.user-social-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.user-social-icon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #0e447a;
    background-color: transparent;
    color: #0e447a; /* adjust icon color as needed */
    /* transition: all 0.3s ease; */
    font-size: 20px;
    margin: 0px 10px;
}

.user-social-icon li a:hover {
    border-color:#0BB530; 
    background-color: #0BB530;
    color: white;
}

.bordered-dots {
    border-top: 4px dashed white;
}

.equal-height-images {
    display: flex;
    gap: 15px; /* Add spacing between images */
}


.main-heading h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: white;
}
.image-wrapper {
    height: 80vh;
    width: 100%;
    /* overflow: hidden; */
    margin-top: 20px !important;
}
.image-wrapper:hover img{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.image-wrapper img {
    height: 100%;
    width: 100%;

    object-fit: cover;
    border-radius: 20px;
}

.containernew {
    width: 100vw;
    padding: 20px;
    box-sizing: border-box;
}

.calendar {
    width: 100%;
    text-align: center;
}

.calendar table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.calendar th,
.calendar td {
    width: 14.28%;
    padding: 0px;
    aspect-ratio: 1 / 1;
    vertical-align: top;
    /* background-color:#02000E ; */
}

.calendar th {
    background-color: #0e447a33; 
    -webkit-backdrop-filter: blur(8px);
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #0e447a;
    border-top: 0.5px solid #0E447A;
}
.calendar th:first-child {
    border-left: 0.5px solid #0E447A;
}

.calendar th:last-child {
    border-right: 0.5px solid #0E447A;
}

.day-box {
    position: relative;

    border: 0.5px solid #0e447a;
    width: 100%;
    padding-top: 100%; /* Creates a square */
    box-sizing: border-box;
}
.inner-box {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    border: 0.5px solid #0bb530;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
}

.inner-box:hover:not(.booked-box) {
    background: linear-gradient(180deg, #0bb530, #ffffff);
    cursor: pointer;
    color: white;
    transition: background 0.3s ease, color 0.3s ease;
}

.inner-box:hover .date-number,
.inner-box:hover .plus-icon {
    color: white;
    transition: color 0.3s ease;
}

.available-text {
    transition: background-color 0.3s ease, color 0.3s ease;
     width: 100%;   
     padding: 10px 0px;
     border-bottom-left-radius: 20px;
     border-bottom-right-radius: 20px;
}

/* Only apply available-text hover styles if NOT booked */
.inner-box:hover:not(.booked-box) .available-text {
    background-color: #0bb530;

    bottom: 0px;
   
    color: white;
}



.date-number {
    position: absolute;
    top: 5px;
    right: 8px;
    color: #0bb530;
    font-weight: bold;
    font-size: 16px;
}

.plus-icon {
    font-size: 28px;
    color: #0bb530;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.available-text {
    position: absolute;
    bottom: 0px;
    font-size: 18px;
    color: #0bb530;

    font-family: "Open Sans", sans-serif;
    font-weight:800;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    text-align: center;
    text-transform:capitalize;
}
.booked-box {
    background-image: url("../img/project/6.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    transition: background-size 0.1s ease;
    cursor: pointer;
}

.booked-box:hover {
    background-size: 110% 110%; /* zoom effect */
}

.booked-box:hover::before {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.3) 0%,        /* white with 30% opacity */
        rgba(14, 68, 122, 0.7) 50%,         /* blue with 50% opacity */
        rgba(14, 68, 122, 1) 100%           /* solid blue */
    );
    transition: background 0.3s ease;      /* optional: smooth transition */
}


.booked-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0e447acc;
    pointer-events: none;
    z-index: 1;
    color: white !important;
    border-radius: 20px;
    transition: background-image 0.4s ease;
}

/* your other styles remain the same */


.booked-box .available-text {
    color: white;
}

.booked-box .plus-icon {
    display: none;
}

.booked-box .event-info,
.booked-box .booked, 
.booked-box .date-number{
    color: white !important;
    z-index: 2;
}
.booked-box .booked{
    background-color: #0bb530;
    width: 100%;
    padding: 10px 0px;
    bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#prev-month,
#next-month {
    font-size: 20px;
    background-color: #0e447a;
    border: none;
    cursor: pointer;
    color: white; /* icon/text color */
    border-radius: 50%; /* make it round */
    width: 40px;
    height: 40px;
    line-height: 40px; /* vertically center text */
    text-align: center; /* horizontally center text */
    padding: 0; /* remove default padding */
    margin-bottom: 20px;
}
#prev-month:hover,
#next-month:hover{
    background-color: #0BB530;
} 
#month-year {
    font-weight: bold;
    font-size: 24px;
    margin: 0 15px;

    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    text-transform: capitalize;
    color: #0e447a;
}

.hall-1-upper-card,
.hall-1-upper-card-2 {
    height: 80px; /* Set a fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px solid white;
}

.hall-1-upper-card {
    background-color: #0e447a;
    color: white;
}

.hall-1-upper-card-2 {
    background: #c1cfdd;
    color: #0e447a;
}

.hall-1-bottom-card {
    background: linear-gradient(
        180deg,
        rgba(14, 68, 122, 0.2) 0%,
        rgba(14, 68, 122, 0) 100%
    );
    text-align: center;
    padding: 20px;
    color: #0e447a;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hall-1-bottom-card-2 {
    background: linear-gradient(
        180deg,
        rgba(11, 181, 48, 0.2) 0%,
        rgba(11, 181, 48, 0) 100%
    );
    text-align: center;
    padding: 20px;
    color: #0e447a;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.available-hall-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 32px ;
    text-transform: uppercase;
    color: #0BB530;
}
.available-card {
    border: 0.5px solid #0E447A;
    padding: 20px 10px;
    border-radius: 8px;
    text-align: center;
  
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  
}

.available-card p {
    margin: 0;
    font-size: 13px;
    color: #0E447A;
}
.available-hall-text-2 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 20px !important;
    text-transform: uppercase;
    color: #0BB530;
}
.tariff-ul li{
    list-style-type: disc;
    color: #0e447a;
    font-style: italic;


    font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: -1%;
text-transform: capitalize;

}



.hall-type-upper-card{
    height: 30px; /* Set a fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 10px;
    border-bottom: 2px solid white;
    margin-bottom: 5px;
}

.hall-type-upper-card {
    background-color: #0e447a;
    color: white;
}

.available-card-2 {
    flex-grow: 1; /* Stretch this to fill height */
    border: 0.5px solid #0E447A;
    border-radius: 10px;
    text-align: center;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
    height: 100%; /* Important for equal height */
}

.available-card-2 p {
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    color: #0E447A;
}

.available-card-2 hr {
    margin: 4px 0;
}

.image-wrapper-2 {
    width: 100%;
    margin-top: 20px !important;
    text-align: center;
}

.image-wrapper-2 img {
    max-height: 80vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.image-wrapper-3{
    border: 2px solid #0BB530;
    padding: 50px;
    margin-bottom: 90px;
}
.image-wrapper-3 img {
    max-height: auto;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}
.tariff-heading{
    font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 18px;
text-transform: capitalize;
color: #0E447A;
}

.weekday-name{
    display: none;
}

@media (max-width: 768px) {
   
    .calendar table thead,
    .calendar table tr:first-child {
        display: none;
    }

    .calendar table {
        display: block;
    }

    .calendar table tbody {
        display: flex;
        flex-wrap: wrap;
    }

    .calendar table tr {
        display: contents;
    }

    .calendar table td {
        width: 50%;
        display: block;
        padding: 5px 0px;
    }

    .weekday-name {
        font-size: 14px;
        background-color: #C5D3DE;
        padding: 8px;
        display: block;
        border: 0.5px solid #0e447a;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        color: #0e447a;
        font-weight: bold;
    }

    .day-box {
        width: 100%;
        padding-top: 100%;
        position: relative;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .inner-box {
        
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        padding: 10px;
    }

    #calendar-container {
        flex-direction: column;
        text-align: center;
    }

    #month-year {
        margin: 10px 20px;
        font-weight: bold;
    }

    .tariff-ul li {
        font-size: 13px;
        line-height: 20px;
    
    }
  
}
.save-btn{
    border: none;
    border-radius: 15px;
    background-color: #0E447A;
    color: white; 
    padding: 5px 30px;
}
.save-btn:hover{
    background-color: #0BB530;

}

.rounded-img:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.close-btn{
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.4s;
    border: none;
    background-color: red;
    color: white;
}

.close-btn:hover{
    background-color: red;
    color: white;
}