@charset "UTF-8";
/*
============================
Name:  TechXen Technology & It Solution Template
Version: 1.0.0
Description: TechXen Technology & It Solution Template
Author:  VikingLab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*

CSS LIST

=<::::::::::::::::::::::::::=>
  HEADER AREA CSS
=<::::::::::::::::::::::::::=>
  NAV MENU AREA CSS
=<::::::::::::::::::::::::::=>
  HERO 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&amp;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);
    }
}

@keyframes animate6 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes round-circle2 {
    0% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}

.round-circle2 {
    position: relative;
    animation-name: round-circle2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}



/*
::::::::::::::::::::::::::
ANIMATION AREA CSS
::::::::::::::::::::::::::
*/
body.body, html {
    overflow-x: hidden;
}

body {
    font-family: "Figtree", sans-serif;
    font-size: var(--f-fs-font-fs16);
}



.comon-body {
    background-image: url(../img/bg/comon-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%;
}



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;
    position: relative;
}

.sp {
    padding: 100px 0px;
}

.sp2 {
    padding: 120px 0px;
}

.pt100 {
    padding-top: 100px;
}

.pt140 {
    padding-top: 140px;
}

.pb120 {
    padding-bottom: 120px;
}

.pl60 {
    padding-left: 60px;
}

.pb40 {
    padding-bottom: 40px;
}

.pr60 {
    padding-right: 60px;
}

@media (max-width: 768px) {
    .sp {
        padding: 50px 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;
}

.space24 {
    height: 24px;
}

.space32 {
    height: 32px;
}

.space10 {
    height: 10px;
}

.space5 {
    height: 5px;
}

.space5 {
    height: 5px;
}

@media (max-width: 767px) {
    .space10 {
        height: 5px;
    }

    .sp5 {
        padding-bottom: 50px;
    }
}

.space20 {
    height: 20px;
}

@media (max-width: 767px) {
    .space20 {
        height: 10px;
    }
}

.space30 {
    height: 30px;
}

@media (max-width: 767px) {
    .space30 {
        height: 15px;
    }
}

.space40 {
    height: 40px;
}

@media (max-width: 767px) {
    .space40 {
        height: 20px;
    }
}

.space50 {
    height: 50px;
}

.space45 {
    height: 45px;
}

@media (max-width: 767px) {
    .space50 {
        height: 25px;
    }

    .space70 {
        height: 35px !important;
    }

    .space100 {
        height: 50px !important;
    }
}

.space60 {
    height: 60px;
}

.space55 {
    height: 55px;
}

.space70 {
    height: 70px;
}

.space80 {
    height: 80px;
}

.space90 {
    height: 90px;
}

.space100 {
    height: 100px;
}

.space120 {
    height: 120px;
}

.text-right {
    text-align: right;
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 60px 0;
    }
}

.section-padding2 {
    padding: 120px 0 90px;
}

@media (max-width: 991px) {
    .section-padding2 {
        padding: 60px 0 30px;
    }
}

.padding-bottom {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .padding-bottom {
        padding-bottom: 60px;
    }
}

.padding-bottom2 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .padding-bottom2 {
        padding-bottom: 30px;
    }
}

.padding-top {
    padding-top: 120px;
}

@media (max-width: 991px) {
    .padding-top {
        padding-top: 60px;
    }
}

.padding-top2 {
    padding-top: 90px;
}

@media (max-width: 991px) {
    .padding-top2 {
        padding-top: 30px;
    }
}

.padding-90 {
    padding: 90px 0;
}

@media (max-width: 991px) {
    .padding-90 {
        padding: 50px 0;
    }
}

.w-full {
    width: 100%;
}

@media (min-width: 992px) {
    .w-lg-full {
        width: 100%;
    }
}

.text-center {
    text-align: center;
}

@media (min-width: 992px) {
    .text-lg-center {
        text-align: center;
    }
}

.text-left {
    text-align: left !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

.font-f-1 {
    font-family: "Hind", sans-serif !important;
}

.font-f-2 {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.font-f-3 {
    font-family: "Spline Sans", sans-serif !important;
}

.font-f-4 {
    font-family: "Catamaran", sans-serif !important;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 34px;
}

.font-36 {
    font-size: 36px;
}

.font-40 {
    font-size: 40px;
}

.font-42 {
    font-size: 42px;
}

.font-44 {
    font-size: 44px;
}

.font-46 {
    font-size: 48px;
}

.font-48 {
    font-size: 48px;
}

.font-50 {
    font-size: 60px;
}

.font-52 {
    font-size: 52px;
}

.font-54 {
    font-size: 54px;
}

.font-56 {
    font-size: 56px;
}

.font-58 {
    font-size: 58px;
}

.font-60 {
    font-size: 60px;
}

.font-62 {
    font-size: 62px;
}

.font-70 {
    font-size: 70px;
}

.font-72 {
    font-size: 72px;
}

.font-74 {
    font-size: 74px;
}

.font-76 {
    font-size: 76px;
}

.font-78 {
    font-size: 78px;
}

.font-80 {
    font-size: 80px;
}

.font-82 {
    font-size: 82px;
}

.font-84 {
    font-size: 84px;
}

.font-86 {
    font-size: 86px;
}

.font-88 {
    font-size: 88px;
}

.font-90 {
    font-size: 90px;
}

.font-92 {
    font-size: 92px;
}

.font-94 {
    font-size: 94px;
}

.font-96 {
    font-size: 96px;
}

.font-98 {
    font-size: 98px;
}

.font-100 {
    font-size: 100px;
}

@media screen and (min-width: 1024px) {
    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-left {
        text-align: left;
    }

    .font-lg-12 {
        font-size: 12px;
    }

    .font-lg-14 {
        font-size: 14px;
    }

    .font-lg-16 {
        font-size: 16px;
    }

    .font-lg-18 {
        font-size: 18px;
    }

    .font-lg-20 {
        font-size: 20px;
    }

    .font-lg-22 {
        font-size: 22px;
    }

    .font-lg-24 {
        font-size: 24px;
    }

    .font-lg-26 {
        font-size: 26px;
    }

    .font-lg-28 {
        font-size: 28px;
    }

    .font-lg-30 {
        font-size: 30px;
    }

    .font-lg-32 {
        font-size: 32px;
    }

    .font-lg-34 {
        font-size: 34px;
    }

    .font-lg-36 {
        font-size: 36px;
    }

    .font-lg-40 {
        font-size: 40px;
    }

    .font-lg-42 {
        font-size: 42px;
    }

    .font-lg-44 {
        font-size: 44px;
    }

    .font-lg-45 {
        font-size: 45px;
    }

    .font-lg-46 {
        font-size: 48px;
    }

    .font-lg-48 {
        font-size: 48px;
    }

    .font-lg-50 {
        font-size: 60px;
    }

    .font-lg-52 {
        font-size: 52px;
    }

    .font-lg-54 {
        font-size: 54px;
    }

    .font-lg-56 {
        font-size: 56px;
    }

    .font-lg-58 {
        font-size: 58px;
    }

    .font-lg-60 {
        font-size: 60px;
    }

    .font-lg-62 {
        font-size: 62px;
    }

    .font-lg-66 {
        font-size: 66px;
    }

    .font-lg-70 {
        font-size: 70px;
    }

    .font-lg-72 {
        font-size: 72px;
    }

    .font-lg-74 {
        font-size: 74px;
    }

    .font-lg-76 {
        font-size: 76px;
    }

    .font-lg-78 {
        font-size: 78px;
    }

    .font-lg-80 {
        font-size: 80px;
    }

    .font-lg-82 {
        font-size: 82px;
    }

    .font-lg-84 {
        font-size: 84px;
    }

    .font-lg-86 {
        font-size: 86px;
    }

    .font-lg-88 {
        font-size: 88px;
    }

    .font-lg-90 {
        font-size: 90px;
    }

    .font-lg-92 {
        font-size: 92px;
    }

    .font-lg-94 {
        font-size: 94px;
    }

    .font-lg-96 {
        font-size: 96px;
    }

    .font-lg-98 {
        font-size: 98px;
    }

    .font-lg-100 {
        font-size: 100px;
    }

    .line-height-lg-14 {
        line-height: 14px;
    }

    .line-height-lg-16 {
        line-height: 16px;
    }

    .line-height-lg-18 {
        line-height: 18px;
    }

    .line-height-lg-20 {
        line-height: 20px;
    }

    .line-height-lg-22 {
        line-height: 22px;
    }

    .line-height-lg-24 {
        line-height: 24px;
    }

    .line-height-lg-26 {
        line-height: 26px;
    }

    .line-height-lg-28 {
        line-height: 28px;
    }

    .line-height-lg-30 {
        line-height: 30px;
    }

    .line-height-lg-32 {
        line-height: 32px;
    }

    .line-height-lg-34 {
        line-height: 34px;
    }

    .line-height-lg-36 {
        line-height: 36px;
    }

    .line-height-lg-38 {
        line-height: 38px;
    }

    .line-height-lg-40 {
        line-height: 40px;
    }

    .line-height-lg-42 {
        line-height: 42px;
    }

    .line-height-lg-44 {
        line-height: 44px;
    }

    .line-height-lg-48 {
        line-height: 48px;
    }

    .line-height-lg-50 {
        line-height: 50px;
    }

    .line-height-lg-52 {
        line-height: 52px;
    }

    .line-height-lg-54 {
        line-height: 54px;
    }

    .line-height-lg-56 {
        line-height: 56px;
    }

    .line-height-lg-58 {
        line-height: 58px;
    }

    .line-height-lg-60 {
        line-height: 60px;
    }

    .line-height-lg-62 {
        line-height: 62px;
    }

    .line-height-lg-64 {
        line-height: 64px;
    }

    .line-height-lg-66 {
        line-height: 66px;
    }

    .line-height-lg-68 {
        line-height: 68px;
    }

    .line-height-lg-70 {
        line-height: 70px;
    }

    .line-height-lg-72 {
        line-height: 72px;
    }

    .line-height-lg-74 {
        line-height: 74px;
    }

    .line-height-lg-76 {
        line-height: 76px;
    }

    .line-height-lg-78 {
        line-height: 78px;
    }

    .line-height-lg-80 {
        line-height: 80px;
    }

    .line-height-lg-82 {
        line-height: 82px;
    }

    .line-height-lg-84 {
        line-height: 84px;
    }

    .line-height-lg-86 {
        line-height: 86px;
    }

    .line-height-lg-88 {
        line-height: 88px;
    }

    .line-height-lg-90 {
        line-height: 90px;
    }

    .line-height-lg-92 {
        line-height: 92px;
    }

    .line-height-lg-94 {
        line-height: 94px;
    }

    .line-height-lg-96 {
        line-height: 96px;
    }

    .line-height-lg-98 {
        line-height: 98px;
    }

    .line-height-lg-100 {
        line-height: 100px;
    }
}

@media screen and (min-width: 768px) {
    .font-md-12 {
        font-size: 12px;
    }

    .font-md-14 {
        font-size: 14px;
    }

    .font-md-16 {
        font-size: 16px;
    }

    .font-md-18 {
        font-size: 18px;
    }

    .font-md-20 {
        font-size: 20px;
    }

    .font-md-22 {
        font-size: 22px;
    }

    .font-md-24 {
        font-size: 24px;
    }

    .font-md-26 {
        font-size: 26px;
    }

    .font-md-28 {
        font-size: 28px;
    }

    .font-md-30 {
        font-size: 30px;
    }

    .font-md-32 {
        font-size: 32px;
    }

    .font-md-34 {
        font-size: 34px;
    }

    .font-md-36 {
        font-size: 36px;
    }

    .font-md-40 {
        font-size: 40px;
    }

    .font-md-42 {
        font-size: 42px;
    }

    .font-md-44 {
        font-size: 44px;
    }

    .font-md-46 {
        font-size: 48px;
    }

    .font-md-48 {
        font-size: 48px;
    }

    .font-md-50 {
        font-size: 60px;
    }

    .font-md-52 {
        font-size: 52px;
    }

    .font-md-54 {
        font-size: 54px;
    }

    .font-md-56 {
        font-size: 56px;
    }

    .font-md-58 {
        font-size: 58px;
    }

    .font-md-60 {
        font-size: 60px;
    }

    .font-md-62 {
        font-size: 62px;
    }

    .font-md-74 {
        font-size: 74px;
    }

    .font-md-76 {
        font-size: 76px;
    }

    .font-md-78 {
        font-size: 78px;
    }

    .font-md-80 {
        font-size: 80px;
    }

    .font-md-82 {
        font-size: 82px;
    }

    .font-md-84 {
        font-size: 84px;
    }

    .font-md-86 {
        font-size: 86px;
    }

    .font-md-88 {
        font-size: 88px;
    }

    .font-md-90 {
        font-size: 90px;
    }

    .font-md-92 {
        font-size: 92px;
    }

    .font-md-94 {
        font-size: 94px;
    }

    .font-md-96 {
        font-size: 96px;
    }

    .font-md-98 {
        font-size: 98px;
    }

    .font-md-100 {
        font-size: 100px;
    }

    .line-height-md-12 {
        line-height: 12px;
    }

    .line-height-md-14 {
        line-height: 14px;
    }

    .line-height-md-16 {
        line-height: 16px;
    }

    .line-height-md-18 {
        line-height: 18px;
    }

    .line-height-md-20 {
        line-height: 20px;
    }

    .line-height-md-22 {
        line-height: 22px;
    }

    .line-height-md-24 {
        line-height: 24px;
    }

    .line-height-md-26 {
        line-height: 26px;
    }

    .line-height-md-28 {
        line-height: 28px;
    }

    .line-height-md-30 {
        line-height: 30px;
    }

    .line-height-md-32 {
        line-height: 32px;
    }

    .line-height-md-34 {
        line-height: 34px;
    }

    .line-height-md-36 {
        line-height: 36px;
    }

    .line-height-md-38 {
        line-height: 38px;
    }

    .line-height-md-40 {
        line-height: 40px;
    }

    .line-height-md-42 {
        line-height: 42px;
    }

    .line-height-md-44 {
        line-height: 44px;
    }

    .line-height-md-48 {
        line-height: 48px;
    }

    .line-height-md-50 {
        line-height: 50px;
    }

    .line-height-md-52 {
        line-height: 52px;
    }

    .line-height-md-54 {
        line-height: 54px;
    }

    .line-height-md-56 {
        line-height: 56px;
    }

    .line-height-md-58 {
        line-height: 58px;
    }

    .line-height-md-60 {
        line-height: 60px;
    }

    .line-height-md-62 {
        line-height: 62px;
    }

    .line-height-md-64 {
        line-height: 64px;
    }

    .line-height-md-66 {
        line-height: 66px;
    }

    .line-height-md-68 {
        line-height: 68px;
    }

    .line-height-md-70 {
        line-height: 70px;
    }

    .line-height-md-72 {
        line-height: 72px;
    }

    .line-height-md-74 {
        line-height: 74px;
    }

    .line-height-md-76 {
        line-height: 76px;
    }

    .line-height-md-78 {
        line-height: 78px;
    }

    .line-height-md-80 {
        line-height: 80px;
    }

    .line-height-md-82 {
        line-height: 82px;
    }

    .line-height-md-84 {
        line-height: 84px;
    }

    .line-height-md-86 {
        line-height: 86px;
    }

    .line-height-md-88 {
        line-height: 88px;
    }

    .line-height-md-90 {
        line-height: 90px;
    }

    .line-height-md-92 {
        line-height: 92px;
    }

    .line-height-md-94 {
        line-height: 94px;
    }

    .line-height-md-96 {
        line-height: 96px;
    }

    .line-height-md-98 {
        line-height: 98px;
    }

    .line-height-md-100 {
        line-height: 100px;
    }
}

@media screen and (min-width: 576px) {
    .font-sm-12 {
        font-size: 12px;
    }

    .font-sm-14 {
        font-size: 14px;
    }

    .font-sm-16 {
        font-size: 16px;
    }

    .font-sm-18 {
        font-size: 18px;
    }

    .font-sm-20 {
        font-size: 20px;
    }

    .font-sm-22 {
        font-size: 22px;
    }

    .font-sm-24 {
        font-size: 24px;
    }

    .font-sm-26 {
        font-size: 26px;
    }

    .font-sm-28 {
        font-size: 28px;
    }

    .font-sm-30 {
        font-size: 30px;
    }

    .font-sm-32 {
        font-size: 32px;
    }

    .font-sm-34 {
        font-size: 34px;
    }

    .font-sm-36 {
        font-size: 36px;
    }

    .font-sm-40 {
        font-size: 40px;
    }

    .font-sm-42 {
        font-size: 42px;
    }

    .font-sm-44 {
        font-size: 44px;
    }

    .font-sm-46 {
        font-size: 48px;
    }

    .font-sm-48 {
        font-size: 48px;
    }

    .font-sm-50 {
        font-size: 60px;
    }

    .font-sm-52 {
        font-size: 52px;
    }

    .font-sm-54 {
        font-size: 54px;
    }

    .font-sm-56 {
        font-size: 56px;
    }

    .font-sm-58 {
        font-size: 58px;
    }

    .font-sm-60 {
        font-size: 60px;
    }

    .font-sm-62 {
        font-size: 62px;
    }

    .font-sm-74 {
        font-size: 74px;
    }

    .font-sm-76 {
        font-size: 76px;
    }

    .font-sm-78 {
        font-size: 78px;
    }

    .font-sm-80 {
        font-size: 80px;
    }

    .font-sm-82 {
        font-size: 82px;
    }

    .font-sm-84 {
        font-size: 84px;
    }

    .font-sm-86 {
        font-size: 86px;
    }

    .font-sm-88 {
        font-size: 88px;
    }

    .font-sm-90 {
        font-size: 90px;
    }

    .font-sm-92 {
        font-size: 92px;
    }

    .font-sm-94 {
        font-size: 94px;
    }

    .font-sm-96 {
        font-size: 96px;
    }

    .font-sm-98 {
        font-size: 98px;
    }

    .font-sm-100 {
        font-size: 100px;
    }

    .line-height-sm-12 {
        line-height: 12px;
    }

    .line-height-sm-14 {
        line-height: 14px;
    }

    .line-height-sm-16 {
        line-height: 16px;
    }

    .line-height-sm-18 {
        line-height: 18px;
    }

    .line-height-sm-20 {
        line-height: 20px;
    }

    .line-height-sm-22 {
        line-height: 22px;
    }

    .line-height-sm-24 {
        line-height: 24px;
    }

    .line-height-sm-26 {
        line-height: 26px;
    }

    .line-height-sm-28 {
        line-height: 28px;
    }

    .line-height-sm-30 {
        line-height: 30px;
    }

    .line-height-sm-32 {
        line-height: 32px;
    }

    .line-height-sm-34 {
        line-height: 34px;
    }

    .line-height-sm-36 {
        line-height: 36px;
    }

    .line-height-sm-38 {
        line-height: 38px;
    }

    .line-height-sm-40 {
        line-height: 40px;
    }

    .line-height-sm-42 {
        line-height: 42px;
    }

    .line-height-sm-44 {
        line-height: 44px;
    }

    .line-height-sm-48 {
        line-height: 48px;
    }

    .line-height-sm-50 {
        line-height: 50px;
    }

    .line-height-sm-52 {
        line-height: 52px;
    }

    .line-height-sm-54 {
        line-height: 54px;
    }

    .line-height-sm-56 {
        line-height: 56px;
    }

    .line-height-sm-58 {
        line-height: 58px;
    }

    .line-height-sm-60 {
        line-height: 60px;
    }

    .line-height-sm-62 {
        line-height: 62px;
    }

    .line-height-sm-64 {
        line-height: 64px;
    }

    .line-height-sm-66 {
        line-height: 66px;
    }

    .line-height-sm-68 {
        line-height: 68px;
    }

    .line-height-sm-70 {
        line-height: 70px;
    }

    .line-height-sm-72 {
        line-height: 72px;
    }

    .line-height-sm-74 {
        line-height: 74px;
    }

    .line-height-sm-76 {
        line-height: 76px;
    }

    .line-height-sm-78 {
        line-height: 78px;
    }

    .line-height-sm-80 {
        line-height: 80px;
    }

    .line-height-sm-82 {
        line-height: 82px;
    }

    .line-height-sm-84 {
        line-height: 84px;
    }

    .line-height-sm-86 {
        line-height: 86px;
    }

    .line-height-sm-88 {
        line-height: 88px;
    }

    .line-height-sm-90 {
        line-height: 90px;
    }

    .line-height-sm-92 {
        line-height: 92px;
    }

    .line-height-sm-94 {
        line-height: 94px;
    }

    .line-height-sm-96 {
        line-height: 96px;
    }

    .line-height-sm-98 {
        line-height: 98px;
    }

    .line-height-sm-100 {
        line-height: 100px;
    }
}

.mr-2 {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mobile-sidebar .single-footer h3 {
    color: #ffffff;
}

.mobile-sidebar .single-contact a {
    color: #ffffff;
}

.lg-ml-15 {
    margin-left: 15px;
}

@media (max-width: 767px) {
    .lg-ml-15 {
        margin-left: 0;
    }
}

.lg-mr-15 {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .lg-mr-15 {
        margin-right: 0;
    }
}

._relative {
    position: relative;
}

._absolute {
    position: absolute;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
}

.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 {
    --ztc-text-text-1: #0D0E10;
    --ztc-text-text-2: #fff;
    --ztc-text-pera-text-1: #676879;
    --ztc-text-pera-text-2: #D2D1D5;
    --ztc-bg-main-bg-1: #0E38B1;
    --ztc-bg-main-bg-2: #6E18EF;
    --ztc-bg-main-bg-3: #113ADC;
    --ztc-bg-main-bg-4: #A1E934;
    --ztc-bg-bg-1: #F8F9FA;
    --ztc-bg-color-w: #fff;
    --ztc-bg-bg-2: #E7EBF7;
    --ztc-bg-bg-3: #f5f5f8;
    --ztc-bg-bg-4: #1E182D;
    --ztc-bg-bg-5: #342F42;
    --ztc-bg-bg-6: #F2F4F7;
    --ztc-border-border-1: #f0f0f0;
    --ztc-border-border-2: #dfdcdc;
    --f-fw-regular: 400;
    --f-fw-medium: 500;
    --f-fw-semibold: 600;
    --f-fw-blod: 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 span.span {
    display: inline-block;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-bg-main-bg-1);
    margin-bottom: 16px;
}

    .heading1 span.span img {
        margin-top: -3px;
        margin-right: 2px;
    }

.heading1 h2 {
    font-size: 40px !important;
    line-height: var(--f-fs-font-fs52);
    font-weight: var(--f-fw-semibold);
    color: var(--ztc-text-text-1);
}

@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 a {
    color: var(--Text-Color, #0D0E10);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
}

.heading1 h4 a {
    display: inline-block;
    color: var(--ztc-text-text-1);
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-blod);
    transition: all 0.4s;
}

    .heading1 h4 a:hover {
        color: var(--ztc-bg-main-bg-1);
        transition: all 0.4s;
    }

.heading1 h5 {
    color: var(--Text-Color, #0D0E10);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 100% */
}

.heading1 p {
    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);
    transition: all 0.4s;
}



@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);
    }
}



.heading2 h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs52);
    font-weight: var(--f-fw-semibold);
    color: var(--ztc-bg-color-w);
}

@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 p {
    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-2);
}

.heading2 span.span {
    display: inline-block;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-bg-main-bg-4);
    margin-bottom: 16px;
}

    .heading2 span.span img {
        margin-top: -3px;
        margin-right: 2px;
    }

.heading2 h4 a {
    display: inline-block;
    color: var(--ztc-text-text-2);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    transition: all 0.4s;
}

    .heading2 h4 a:hover {
        color: var(--ztc-bg-main-bg-4);
    }

.heading2 h3 a {
    display: inline-block;
    color: var(--ztc-text-text-2);
    line-height: var(--f-fs-font-fs20);
    font-size: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-blod);
    transition: all 0.4s;
}

    .heading2 h3 a:hover {
        color: var(--ztc-bg-main-bg-4);
    }

.heading2 h5 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs32);
    color: var(--ztc-bg-color-w);
    font-weight: var(--f-fw-semibold);
}





.heading3-w p {
    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-2);
}

.heading3 span.span {
    display: inline-block;
    color: var(--ztc-bg-main-bg-3);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-semibold);
    padding-left: 16px;
    position: relative;
    margin-bottom: 16px;
}

    .heading3 span.span::after {
        content: "";
        position: absolute;
        left: 2px;
        top: 6px;
        height: 2px;
        width: 10px;
        background-color: var(--ztc-bg-main-bg-3);
    }

.heading3 h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs52);
    font-weight: var(--f-fw-semibold);
    color: var(--ztc-text-text-1);
}

@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 h3 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs32);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

    .heading3 h3 a:hover {
        color: var(--ztc-bg-main-bg-3);
        transition: all 0.4s;
    }

.heading3 h5 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-text-text-1);
}

.heading3 p {
    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);
    transition: all 0.4s;
}

.heading3 h4 a {
    display: inline-block;
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

    .heading3 h4 a:hover {
        color: var(--ztc-bg-main-bg-3);
    }

.heading4 span.span {
    display: inline-block;
    color: var(--ztc-bg-main-bg-2);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-regular);
    position: relative;
    padding-left: 12px;
    margin-bottom: 16px;
}

    .heading4 span.span::after {
        content: "";
        position: absolute;
        height: 6px;
        width: 6px;
        left: 0;
        top: 4px;
        background-color: var(--ztc-bg-main-bg-2);
        border-radius: 50%;
    }

.heading4 h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs52);
    font-weight: var(--f-fw-semibold);
    color: var(--ztc-text-text-1);
}

@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);
        line-height: var(--f-fs-font-fs40);
    }
}

.heading4 p {
    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);
    transition: all 0.4s;
}

.heading4 h4 a {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs28);
    color: var(--ztc-text-text-1);
    font-weight: var(--f-fw-blod);
    display: inline-block;
    transition: all 0.4s;
}

    .heading4 h4 a:hover {
        color: var(--ztc-bg-main-bg-2);
        transition: all 0.4s;
    }






.heading5 .title {
    background: linear-gradient(90deg, rgba(59, 50, 246, 0.1) 0%, rgba(73, 166, 255, 0.1) 100%);
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 16px;
}

    .heading5 .title span {
        display: inline-block;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 100% */
        background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.heading5 h2 {
    color: var(--Home-Page-4-Text-colors, #05092B);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 120% */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading5 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .heading5 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.heading5 p {
    color: var(--Home-Page-4-paragraph, #5A5D73);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    transition: all 0.4s;
}

.heading5 h4 a {
    display: inline-block;
    color: var(--Home-Page-4-Text-colors, #05092B);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
    transition: all 0.4s;
}

    .heading5 h4 a:hover {
        transition: all 0.4s;
        color: coral;
    }


.heading6 span.span {
    display: inline-block;
    color: #FA6444;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */
    border-radius: 4px;
    background: rgba(250, 100, 68, 0.1);
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading6 h2 {
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 100% */
}

    .heading6 h2 span {
        display: inline-block;
        color: #FA6444;
    }

@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;
    }
}

.heading6 p {
    color: var(--Home-Page-3-paragraph, #5B5855);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.heading6 h4 a {
    display: inline-block;
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    transition: all 0.4s;
}

    .heading6 h4 a:hover {
        transition: all 0.4s;
        color: #FA6444;
    }

.heading7 span.span {
    display: inline-block;
    color: #0061FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */
    border-radius: 4px;
    background: #E5EFFF;
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading7 h2 {
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 100% */
}

    .heading7 h2 span {
        display: inline-block;
        color: #0061FF;
    }

@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: var(--Home-Page-3-paragraph, #5B5855);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.heading7 h4 a {
    display: inline-block;
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    transition: all 0.4s;
}

    .heading7 h4 a:hover {
        transition: all 0.4s;
        color: #0061FF;
    }

.heading8 span.span {
    display: inline-block;
    color: #4D32A5;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */
    border-radius: 4px;
    background: #EDEBF6;
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading8 h2 {
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 100% */
}

    .heading8 h2 span {
        display: inline-block;
        color: #4D32A5;
    }

@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: var(--Home-Page-3-paragraph, #5B5855);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.heading8 h4 a {
    display: inline-block;
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    transition: all 0.4s;
}

    .heading8 h4 a:hover {
        transition: all 0.4s;
        color: #4D32A5;
    }

.heading6-w span.span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.151);
    padding: 8px 12px;
    margin-bottom: 16px;
}





.heading9 span.span {
    display: inline-block;
    color: #325D28;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */
    text-transform: uppercase;
    border-radius: 4px;
    background: #E0E6DE;
    padding: 9px 12px 6px 12px;
    margin-bottom: 16px;
}

    .heading9 span.span img {
        transform: translateY(-2px);
    }

.heading9 p {
    color: var(--Home-Page-3-paragraph, #5B5855);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.heading9 h2 {
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 100% */
}

    .heading9 h2 span {
        display: inline-block;
        color: #325D28;
    }

@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;
    }
}

.heading10 span.span {
    display: inline-block;
    color: #24908D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */
    border-radius: 4px;
    background: #E9F4F4;
    padding: 8px 12px;
    margin-bottom: 16px;
}

.heading10 h2 {
    color: #011313;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 118.182% */
}

@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: #5F6464;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

/*============================
++++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: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        z-index: 99;
    }

    .progress-wrap::after {
        position: absolute;
        font-family: "FontAwesome";
        content: "\f062";
        text-align: center;
        line-height: 56px;
        font-size: 18px;
        color: #03256c;
        left: 0;
        top: 0;
        height: 56px;
        width: 56px;
        cursor: pointer;
        display: block;
        z-index: 1;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::after {
        opacity: 0;
    }

    .progress-wrap::before {
        position: absolute;
        font-family: "FontAwesome";
        content: "\f062";
        text-align: center;
        line-height: 56px;
        font-size: 18px;
        opacity: 0;
        left: 0;
        top: 0;
        height: 56px;
        width: 56px;
        cursor: pointer;
        display: block;
        z-index: 2;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::before {
        opacity: 1;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #03256c; /* --- Lijn progres kleur --- */
        stroke-width: 4;
        box-sizing: border-box;
        transition: all 200ms linear;
    }

    /*============================
++++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;
        }

/*Pagination*/




@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;
    }
}

.pl-5 {
    padding-left: 36px;
}

@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;
    }
}

@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;
        }
}

/*
::::::::::::::::::::::::::
 COMMON AREA CSS
::::::::::::::::::::::::::
*/
.comon-body {
    /*Pagination*/
    /* video button  */
}

    .comon-body .theme-pagination ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .comon-body .theme-pagination li {
        display: inline-block;
        color: var(--ztc-bg-color-w);
    }

        .comon-body .theme-pagination li a {
            width: 55px;
            height: 55px;
            text-align: center;
            line-height: 55px;
            background-color: var(--ztc-bg-bg-4);
            border: 1px solid var(--ztc-bg-bg-5);
            margin: 0 4px;
            transition: all 0.3s;
            display: block;
            color: var(--ztc-bg-color-w);
            border-radius: 7px;
            font-weight: var(--f-fw-blod);
        }

    .comon-body .recent-post-content {
        padding-right: 20px;
    }

    .comon-body .theme-pagination li a:hover, .comon-body .theme-pagination li a.active {
        background: var(--ztc-bg-main-bg-4);
        box-shadow: 0px 4px 10px 0px rgba(122, 120, 198, 0.2);
        transition: all 0.3s;
        color: var(--ztc-text-text-1);
    }

    .comon-body .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;
    }

        .comon-body .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: #A1E934;
            border-radius: 50%;
            animation: pulse-border 1500ms ease-out infinite;
        }

        .comon-body .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: #A1E934;
            border-radius: 50%;
            transition: all 200ms;
        }

        .comon-body .video-play-button:hover:after {
            background-color: #88d317;
        }

        .comon-body .video-play-button img {
            position: relative;
            z-index: 3;
            max-width: 100%;
            width: auto;
            height: auto;
        }

        .comon-body .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 #251717;
            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;
    }
}


@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;
    }
}

/*----------------------------------------*/
/*  02. header
/*----------------------------------------*/
.site-header {
    z-index: 3;
    position: relative;
}

.header__top {
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: var(--color-white);
    margin-top: -10px;
}


.header__search {
    margin-right: 16px;
    padding-right: 16px;
    position: relative;
}

.slide-bar .tx-close {
    width: 45px;
    height: 45px;
    border-width: 14px;
}

/*----------------------------------------*/
/*  09. sidebar
/*----------------------------------------*/
.sidebar-info .sidebar-logo {
    transition: 0.3s;
    transform: translateY(30px);
    opacity: 0;
}

.sidebar-info .sidebar-content {
    transition: 0.3s;
    transform: translateY(30px);
    opacity: 0;
}

.sidebar-info .sidebar-menu {
    transition: 0.3s;
    transform: translateY(30px);
    opacity: 0;
}

.sidebar-info .ct-content-wrap {
    transition: 0.3s;
    transform: translateY(30px);
    opacity: 0;
}

.sidebar-info .sidebar-socials-wrap {
    transition: 0.3s;
    transform: translateY(30px);
    opacity: 0;
}

.slide-bar.show .sidebar-info .sidebar-logo {
    transform: translateY(0);
    transition-delay: 0.2s;
    opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-content {
    transform: translateY(0);
    transition-delay: 0.3s;
    opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-menu {
    transform: translateY(0);
    transition-delay: 0.4s;
    opacity: 1;
}

.slide-bar.show .sidebar-info .ct-content-wrap {
    transform: translateY(0);
    transition-delay: 0.5s;
    opacity: 1;
}

.slide-bar.show .sidebar-info .sidebar-socials-wrap {
    transform: translateY(0);
    transition-delay: 0.6s;
    opacity: 1;
}

.sidebar-content {
    max-width: 360px;
    margin-bottom: 65px;
}

.sidebar-menu li:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar-menu li a {
    font-size: 36px;
    text-transform: capitalize;
    color: var(--color-heading);
}

    .sidebar-menu li a:hover {
        color: #000;
    }


header.site-header {
    background: #538b60;
    padding: 20px 0;
    color: #fff;
}

    header.site-header span {
        color: #fff;
    }

a.header__search.header-search-btn p {
    color: #fff;
}



/*
::::::::::::::::::::::::::
 BUTTONS AREA CSS
::::::::::::::::::::::::::
*/
.theme-btn1 {
    display: inline-block;
    background-color: var(--ztc-bg-main-bg-1);
    border-radius: 7px;
    padding: 16px 20px;
    color: var(--ztc-text-text-2);
    font-weight: var(--f-fw-blod);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    border: none;
}

    .theme-btn1::after {
        content: "";
        position: absolute;
        background-image: url(../img/icons/button-img.png);
        height: 100%;
        width: 0%;
        top: 0;
        left: auto;
        right: 0;
        z-index: 2;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: scale(1.5);
        transition: all 0.4s;
        animation-name: shape-animaiton4;
        animation-duration: 52s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }

    .theme-btn1 span {
        display: inline-block;
        padding-left: 4px;
    }

    .theme-btn1:hover {
        color: #fff;
        transform: translateY(-4px);
        transition: all 0.4s;
        background-color: #3059CE;
    }

        .theme-btn1:hover::after {
            width: 100%;
            transition: all 0.4s;
            left: 0;
            right: auto;
        }


@media xs {
    br {
        display: none;
    }
}



.btn {
    position: relative;
    display: inline-block;
    outline: none;
    color: var(--ztc-text-text-2);
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-blod);
    padding: 18px 22px;
    border-radius: 4px;
    background-color: var(--ztc-bg-main-bg-3);
    transition: all 0.4s;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    line-height: var(--f-fs-font-fs16);
}


@keyframes rippleAnimation {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0.5;
    }

    100% {
        width: 500px;
        height: 500px;
        opacity: 0;
    }
}


@keyframes rippleAnimation {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0.5;
    }

    100% {
        width: 500px;
        height: 500px;
        opacity: 0;
    }
}



.theme-btn11 {
    display: inline-block;
    padding: 16px 21px 17px 17px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 100% */
    border-radius: 4px;
    position: relative;
    z-index: 2;
    border: none;
    overflow: hidden;
    margin-left: 16px;
}

@media (max-width: 767px) {
    .theme-btn11 {
        margin-left: 0;
        margin-right: 16px;
        margin-top: 20px;
    }
}

.theme-btn11 span {
    display: inline-block;
    transform: rotate(-45deg) translateX(0px);
    font-size: 17px;
}

.theme-btn11 .arrow2 {
    transform: translateY(-8px) rotate(-45deg) translateX(-52px);
    transition: all 0.4s;
    opacity: 0;
}

.theme-btn11 .arrow1 {
    transition: all 0.4s;
    opacity: 1;
}

.theme-btn11:hover .arrow2 {
    transform: translateY(-15px) rotate(-45deg) translateX(-21px);
    transition: all 0.4s;
    opacity: 1;
}

.theme-btn11:hover .arrow1 {
    transition: all 0.4s;
    transform: translateY(-7px) rotate(-45deg) translateX(45px);
    opacity: 0;
}

.theme-btn11:hover {
    color: #fff;
}

.theme-btn11::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    border: 1px solid #fff;
    z-index: -2;
}

.theme-btn11::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: auto;
    right: 0;
    border-radius: 4px;
    background: #FA6444;
    z-index: -1;
    transition: all 0.4s;
}

.theme-btn11:hover {
    transition: all 0.4s;
}

    .theme-btn11:hover::before {
        width: 100%;
        transition: all 0.4s;
        left: 0;
        right: auto;
    }

    .theme-btn11:hover span {
        transition: all 0.4s;
    }


/*
::::::::::::::::::::::::::
    BUTOTNS AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/


.about1 .heading1 {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1 .heading1 {
        padding-left: 0;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .about1 .heading1 {
        padding-left: 0;
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .about1 .heading1 .list {
        margin-bottom: 10px;
    }
}

.about1 .heading1 .list li {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-semibold);
    color: var(--ztc-text-text-1);
    padding-top: 20px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .about1 .heading1 .list li {
        line-height: var(--f-fs-font-fs28);
        display: block;
    }
}

.about1 .heading1 .list li span {
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: var(--ztc-bg-main-bg-1);
    border-radius: 50%;
    font-size: 12px;
    color: var(--ztc-bg-color-w);
    margin-top: 0px;
    margin-right: 10px;
}

.about2 .about2-images .image1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

@media (max-width: 767px) {
    .about2 .about2-images .image1 {
        position: absolute;
        top: 140px;
        left: 0;
        z-index: 9;
    }
}

.about2 .about2-images .image2 {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .about2 .about2-images .image2 {
        padding-top: 50px;
        position: absolute;
        bottom: 50px;
    }
}

.about2 .about2-images .image3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.about2 .about2-images .counter-box {
    background-color: var(--ztc-bg-main-bg-4);
    width: 200px;
    padding: 20px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

    .about2 .about2-images .counter-box h3 {
        font-size: var(--f-fs-font-fs44);
        line-height: var(--f-fs-font-fs52);
        color: var(--ztc-text-text-1);
        font-weight: var(--f-fw-blod);
    }

    .about2 .about2-images .counter-box p {
        text-align: start;
        padding-left: 16px;
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs24);
        font-weight: var(--f-fw-regular);
        color: var(--ztc-text-text-1);
    }


.about2 .heading2 {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2 .heading2 {
        padding-left: 0;
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .about2 .heading2 {
        padding-left: 0;
        padding-top: 40px;
    }
}

.about3 .about3-images {
    margin-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about3 .about3-images {
        margin-left: 0;
        margin-top: 30px;
    }
}


.about4 .images {
    position: relative;
    height: 560px;
    text-align: center;
}

    .about4 .images .img1 {
        position: absolute;
        z-index: -3;
    }

    .about4 .images .img2 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 4;
    }

@media (max-width: 767px) {
    .about4 .images .img2 {
        display: none;
    }
}

.about4 .images .img3 {
    position: absolute;
    right: 125px;
    top: 0;
    z-index: 2;
}

.about4 .images .img4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.about4 .images .img5 {
    position: absolute;
    right: 40px;
    top: 60px;
    z-index: 7;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about4 .heading4 {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about4 .heading4 {
        padding-left: 0;
        margin-top: 30px;
    }
}

.about5 {
    padding: 180px 0px 100px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5 {
        padding: 100px 0px 50px 0px;
    }
}

@media (max-width: 767px) {
    .about5 {
        padding: 100px 0px 50px 0px;
    }
}

.about5 .images {
    position: relative;
    margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5 .images {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .about5 .images {
        margin-right: 0px;
    }
}

.about5 .images .img img {
    width: 100%;
}

.about5 .images .shape {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5 .heading5 {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about5 .heading5 {
        margin-top: 30px;
    }
}

.about6 .image img {
    width: 100%;
}

.about6 .image2 {
    background-color: #FA6444;
    padding: 16px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    right: 100px;
}

    .about6 .image2 h4 {
        color: var(--Home-Page-3-white-colors, #FFF);
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 100% */
    }

    .about6 .image2 p {
        color: var(--Home-Page-3-white-colors, rgba(255, 255, 255, 0.862745098));
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 100% */
        padding-top: 8px;
    }

.about6 .heading6 {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about6 .heading6 {
        padding-left: 0;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .about6 .heading6 {
        padding-left: 0;
        padding-top: 30px;
    }
}

.about6 .heading6 .about-list ul li {
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 100% */
    padding-top: 20px;
}

    .about6 .heading6 .about-list ul li .check {
        display: inline-block;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        background-color: #FA6444;
        border-radius: 50%;
        color: #fff;
        transform: translateY(-2px);
        margin-right: 5px;
    }

.about7 .images-all {
    position: relative;
}

    .about7 .images-all .image1 img {
        width: 100%;
    }

    .about7 .images-all .image2 {
        background-color: #0061FF;
        padding: 20px;
        border-radius: 4px;
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .about7 .images-all .image2 h4 {
            color: var(--White-colors, #FFF);
            font-size: 40px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px; /* 100% */
        }

        .about7 .images-all .image2 p {
            color: var(--White-colors, rgba(255, 255, 255, 0.7882352941));
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
            padding-top: 10px;
        }

.about7 .heading7 {
    padding-left: 30px;
}

@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 .about-list ul li {
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 100% */
    padding-top: 20px;
}

    .about7 .heading7 .about-list ul li .check {
        display: inline-block;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        background-color: #0061FF;
        border-radius: 50%;
        color: #fff;
        transform: translateY(-2px);
        margin-right: 5px;
    }

.about7 .about-counter {
    background-color: #F2F7FF;
    transition: all 0.4s;
    padding: 32px;
    margin-top: 30px;
    border-radius: 4px;
    text-align: center;
}

    .about7 .about-counter h4 {
        color: var(--Home-Page-1-text-colors, #02000E);
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 100% */
        transition: all 0.4s;
    }

    .about7 .about-counter p {
        color: var(--Home-Page-1-pargraph, #5C5A64);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px; /* 100% */
        padding-top: 12px;
        transition: all 0.4s;
    }

    .about7 .about-counter:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
        background-color: #0061FF;
    }

        .about7 .about-counter:hover h4 {
            color: #fff;
            transition: all 0.4s;
        }

        .about7 .about-counter:hover p {
            color: rgba(255, 255, 255, 0.8274509804);
            transition: all 0.4s;
        }

.about7 .images-all {
    position: relative;
}

    .about7 .images-all .image1 img {
        width: 100%;
    }

    .about7 .images-all .image2 {
        background-color: #0061FF;
        padding: 20px;
        border-radius: 4px;
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .about7 .images-all .image2 h4 {
            color: var(--White-colors, #FFF);
            font-size: 40px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px; /* 100% */
        }

        .about7 .images-all .image2 p {
            color: var(--White-colors, rgba(255, 255, 255, 0.7882352941));
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
            padding-top: 10px;
        }

.about7 .heading7 {
    padding-left: 30px;
}

@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 .about-list ul li {
    color: var(--Home-Page-3-text-Colors, #180D03);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 100% */
    padding-top: 20px;
}

    .about7 .heading7 .about-list ul li .check {
        display: inline-block;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        background-color: #0061FF;
        border-radius: 50%;
        color: #fff;
        transform: translateY(-2px);
        margin-right: 5px;
    }

.about7 .about-counter {
    background-color: #F2F7FF;
    transition: all 0.4s;
    padding: 32px;
    margin-top: 30px;
    border-radius: 4px;
    text-align: center;
}

    .about7 .about-counter h4 {
        color: var(--Home-Page-1-text-colors, #02000E);
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 100% */
        transition: all 0.4s;
    }

    .about7 .about-counter p {
        color: var(--Home-Page-1-pargraph, #5C5A64);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px; /* 100% */
        padding-top: 12px;
        transition: all 0.4s;
    }

    .about7 .about-counter:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
        background-color: #0061FF;
    }

        .about7 .about-counter:hover h4 {
            color: #fff;
            transition: all 0.4s;
        }

        .about7 .about-counter:hover p {
            color: rgba(255, 255, 255, 0.8274509804);
            transition: all 0.4s;
        }




.about-list ul li {
    color: #011313;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
    margin-top: 0px;
}

    .about-list ul li .check {
        background-color: #24908D;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        border-radius: 50%;
        margin-right: 2px;
        transform: translateY(-3px);
    }

.about10 .work-images {
    position: relative;
}

    .about10 .work-images .counter-box {
        text-align: center;
        background-color: #24908D;
        width: 186px;
        padding: 24px;
        border-radius: 8px;
        position: absolute;
        top: 50%;
        left: 210px;
        margin-top: -70px;
        z-index: 3;
    }

        .about10 .work-images .counter-box h3 {
            color: #FFF;
            font-size: 56px;
            font-style: normal;
            font-weight: 700;
            line-height: 56px; /* 100% */
        }

        .about10 .work-images .counter-box p {
            color: #FFF;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 100% */
            padding-top: 10px;
        }

.about-solution .images img {
    width: 100%;
    border-radius: 7px;
}

.about-solution .item-box .icon {
    background: #E7EBF7 !important;
}

.about-solution .heading1 {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-solution .heading1 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about-solution .heading1 {
        padding-left: 0;
    }
}


.about10 .work-images {
    position: relative;
}

    .about10 .work-images .image {
        margin-top: 30px;
    }

        .about10 .work-images .image img {
            width: 100%;
            border-radius: 7px;
        }

    .about10 .work-images .bg-image {
        position: absolute;
        top: 160px;
        right: 50px;
        z-index: -1;
    }

/*
::::::::::::::::::::::::::
 ABOUT AREA CSS
::::::::::::::::::::::::::
*/
/*--------------------------------------------------------------
  19. Casestudie
----------------------------------------------------------------*/

.about-page-team .team-box .heading1 h4 a {
    font-size: var(--f-fs-font-fs24);
}

.about-page-team .team-box .icon-area ul li a:hover {
    background: var(--ztc-bg-main-bg-1) !important;
    color: #fff !important;
}

/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/
.service {
    background-color: var(--ztc-bg-bg-1);
}

    .service .single-box {
        background-color: var(--ztc-bg-color-w);
        border-radius: 7px;
        padding: 32px 24px;
        margin-top: 30px;
        transition: all 0.4s;
    }

        .service .single-box .icon {
            background-color: var(--ztc-bg-bg-2);
            height: 80px;
            width: 80px;
            text-align: center;
            line-height: 80px;
            border-radius: 50%;
            margin-bottom: 24px;
            transition: all 0.4s;
        }

        .service .single-box .learn {
            transition: all 0.4s;
            color: var(--ztc-text-text-1);
            font-size: var(--f-fs-font-fs18);
            line-height: var(--f-fs-font-fs18);
            font-weight: var(--f-fw-blod);
            display: inline-block;
        }

            .service .single-box .learn span {
                display: inline-block;
                transform: rotate(-45deg);
            }

            .service .single-box .learn:hover {
                color: var(--ztc-bg-main-bg-1);
                transition: all 0.4s;
            }

        .service .single-box:hover {
            transition: all 0.4s;
            transform: translateY(-10px);
            box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
            background-color: var(--ztc-bg-main-bg-1);
        }

            .service .single-box:hover .icon {
                background-color: var(--ztc-bg-color-w);
                transition: all 0.4s;
            }

            .service .single-box:hover .heading1 h4 a {
                display: inline-block;
                color: var(--ztc-bg-color-w);
                transition: all 0.4s;
            }

            .service .single-box:hover .heading1 p {
                color: rgba(255, 255, 255, 0.8);
                transition: all 0.4s;
            }

            .service .single-box:hover .learn {
                transition: all 0.4s;
                color: var(--ztc-bg-color-w);
            }



.service3 .main-image {
    margin-top: 30px;
}

    .service3 .main-image img {
        width: 100%;
        border-radius: 7px;
    }


.sidebar-bg {
    background-color: #F8F9FA;
    border-radius: 7px;
    padding: 24px;
}

.details-left-space {
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .details-left-space {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .details-left-space {
        padding-left: 0;
    }
}

.details-right-space {
    padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .details-right-space {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .details-right-space {
        padding-right: 0;
    }
}

.mb-40 {
    margin-bottom: 40px;
}


.details-post-area .image img {
    width: 100%;
}

.details-post-area .expart-list li {
    color: var(--Paragraph-Color, #676879);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding-top: 16px;
}

    .details-post-area .expart-list li span.check {
        display: inline-block;
        font-size: 12px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        color: var(--ztc-bg-color-w);
        background-color: var(--ztc-bg-main-bg-1);
        text-align: center;
        line-height: 20px;
        margin-right: 6px;
    }

    .details-post-area .expart-list li span.text {
        color: var(--Text-Color, #0D0E10);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px; /* 100% */
    }

.details-post-area .boxs-area ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .details-post-area .boxs-area ul li {
        display: inline-block;
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-blod);
        color: #0D0E10;
        padding: 18px 16px;
        background-color: #F8F9FA;
        border-radius: 7px;
        margin-top: 20px;
        min-width: 250px;
        transition: all 0.4s;
    }

        .details-post-area .boxs-area ul li span.check {
            display: inline-block;
            font-size: 12px;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            color: var(--ztc-bg-color-w);
            background-color: var(--ztc-bg-main-bg-1);
            text-align: center;
            line-height: 20px;
            margin-right: 6px;
            transition: all 0.4s;
        }

        .details-post-area .boxs-area ul li:hover {
            transition: all 0.4s;
            transform: translateY(-6px);
            background-color: var(--ztc-bg-main-bg-1);
            color: #fff;
        }

            .details-post-area .boxs-area ul li:hover span.check {
                background-color: var(--ztc-bg-color-w);
                color: var(--ztc-bg-main-bg-1);
                transition: all 0.4s;
            }


/*
::::::::::::::::::::::::::
 SERVICE AREA CSS
::::::::::::::::::::::::::
*/



.bg5 {
    position: relative;
}

    .bg5::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -3;
        background-color: #F5F6F9;
    }

.bg9 {
    position: relative;
}

    .bg9::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -3;
        background-color: #F3F5F2;
    }

/*
::::::::::::::::::::::::::
 CHOOSE AREA CSS
::::::::::::::::::::::::::
*/
.choose8 {
    position: relative;
}

    .choose8::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 70%;
        background-color: #0B0103;
        z-index: -3;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose8::after {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .choose8::after {
        width: 100%;
    }
}

.choose8::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-color: #4D32A5;
    z-index: -3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose8::before {
        width: 0%;
    }
}

@media (max-width: 767px) {
    .choose8::before {
        width: 0%;
    }
}

.choose8 .heading6-w {
    padding-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose8 .heading6-w {
        padding-left: 0px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .choose8 .heading6-w {
        padding-left: 0px;
        padding-top: 30px;
    }
}

.choose8 .choose8-images {
    position: relative;
}

    .choose8 .choose8-images .shape {
        background-color: #fff;
        padding: 24px 32px;
        border-radius: 4px;
        text-align: center;
        display: inline-block;
        position: absolute;
        bottom: 150px;
        right: 0;
    }

        .choose8 .choose8-images .shape h5 {
            color: #4D32A5;
            font-size: 40px;
            font-style: normal;
            font-weight: 600;
            line-height: 40px; /* 100% */
        }

        .choose8 .choose8-images .shape p {
            color: var(--Home-Page-2-paragraph, #5A5556);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
            padding-top: 12px;
        }

.choose8 .choose-box {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 24px;
    margin-top: 20px;
    transition: all 0.4s;
}

    .choose8 .choose-box .icon {
        width: 130px;
    }

        .choose8 .choose-box .icon img {
            transition: all 0.4s;
        }

    .choose8 .choose-box .heading {
        padding-left: 30px;
    }

        .choose8 .choose-box .heading h4 a {
            display: inline-block;
            color: var(--White-colors, #FFF);
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px; /* 100% */
        }

    .choose8 .choose-box:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

        .choose8 .choose-box:hover .icon img {
            transform: rotateY(180deg);
            transition: all 0.4s;
        }

/*
 ::::::::::::::::::::::::::
  CHOOSE AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
.cta {
    background-color: var(--ztc-bg-main-bg-1);
    padding: 80px 0px;
}

    .cta .buttons {
        text-align: end;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta .buttons {
        text-align: start;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cta .buttons {
        text-align: start;
        margin-top: 20px;
    }
}

.cta2 .subscribe-form {
    position: relative;
    padding-right: 160px;
    margin-top: 32px;
}

    .cta2 .subscribe-form input {
        padding: 12px 18px 13px 18px;
        border-radius: 25px;
        border: none;
        width: 100%;
        margin-right: 130px;
        background-color: var(--ztc-bg-bg-4);
        border: 1px solid var(--ztc-bg-bg-5);
        color: #fff;
    }

        .cta2 .subscribe-form input::-moz-placeholder {
            color: #C7C6CB;
        }

        .cta2 .subscribe-form input::placeholder {
            color: #C7C6CB;
        }

        .cta2 .subscribe-form input:focus {
            outline-color: #A1E934;
            outline-width: 1px;
            outline-style: solid;
        }

    .cta2 .subscribe-form .button {
        position: absolute;
        top: 0;
        right: 0;
    }

.cta3 {
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta3 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .cta3 {
        padding-top: 50px;
    }
}

.cta3 .subscribe-form {
    position: relative;
    padding-right: 160px;
    margin-top: 32px;
}

    .cta3 .subscribe-form input {
        padding: 14px 18px 14px 18px;
        border-radius: 4px;
        border: none;
        width: 100%;
        margin-right: 130px;
    }

        .cta3 .subscribe-form input:focus {
            outline: none;
        }

    .cta3 .subscribe-form .button {
        position: absolute;
        top: 0;
        right: 0;
    }

.cta-bg-area {
    background-color: var(--ztc-text-text-1);
    padding: 60px 30px;
    position: relative;
    border-radius: 7px;
    margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-bg-area {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .cta-bg-area {
        margin-bottom: 50px;
    }
}

.cta-bg-area .subscribe-form {
    position: relative;
    margin-top: 30px;
}

    .cta-bg-area .subscribe-form input {
        background-color: #313234;
        border-radius: 56px;
        border: none;
        padding: 17px 24px;
        color: #fff;
    }

        .cta-bg-area .subscribe-form input::-moz-placeholder {
            color: #D6D6D6;
        }

        .cta-bg-area .subscribe-form input::placeholder {
            color: #D6D6D6;
        }

        .cta-bg-area .subscribe-form input:focus {
            outline: none;
        }

    .cta-bg-area .subscribe-form .button {
        position: absolute;
        right: -16px;
        top: 0;
    }

.cta-bg-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-image: url(../img/others/cta4-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .cta-bg-area::after {
        width: 0%;
    }
}

.cta-bg-area .shape1 {
    position: absolute;
    right: 50%;
    z-index: 3;
    top: 100px;
    margin-right: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-bg-area .shape1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .cta-bg-area .shape1 {
        display: none;
    }
}

.cta-bg-area .shape2 {
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: 3;
}

.cta5 {
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta5 {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .cta5 {
        margin-bottom: 0px;
    }
}

.cta5 .bg {
    border-radius: 4px;
    background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
    padding: 60px 48px;
}

@media (max-width: 767px) {
    .cta5 .bg {
        padding: 32px;
    }
}

.cta5 .bg .form-area {
    position: relative;
    text-align: end;
}

    .cta5 .bg .form-area input {
        padding: 21px;
        border: none;
        background: #fff;
        border-radius: 4px;
        width: 70%;
    }

        .cta5 .bg .form-area input:focus {
            outline: none;
        }

        .cta5 .bg .form-area input::-moz-placeholder {
            color: var(--Home-Page-4-paragraph, #5A5D73);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
        }

        .cta5 .bg .form-area input::placeholder {
            color: var(--Home-Page-4-paragraph, #5A5D73);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta5 .bg .form-area input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta5 .bg .form-area input {
        width: 100%;
    }
}

.cta5 .bg .form-area .button {
    position: absolute;
    top: 4px;
    right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta5 .bg .form-area {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cta5 .bg .form-area {
        margin-top: 30px;
    }
}

.cta6 {
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6 {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .cta6 {
        margin-bottom: 0px;
    }
}

.cta6 .bg {
    border-radius: 4px;
    background: #FA6444;
    padding: 60px 48px;
}

@media (max-width: 767px) {
    .cta6 .bg {
        padding: 32px;
    }
}

.cta6 .bg .form-area {
    position: relative;
    text-align: end;
}

    .cta6 .bg .form-area input {
        padding: 19px;
        border: none;
        background: #fff;
        border-radius: 4px;
        width: 70%;
    }

        .cta6 .bg .form-area input:focus {
            outline: none;
        }

        .cta6 .bg .form-area input::-moz-placeholder {
            color: var(--Home-Page-4-paragraph, #5A5D73);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
        }

        .cta6 .bg .form-area input::placeholder {
            color: var(--Home-Page-4-paragraph, #5A5D73);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6 .bg .form-area input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta6 .bg .form-area input {
        width: 100%;
    }
}

.cta6 .bg .form-area .button {
    position: absolute;
    top: 4px;
    right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6 .bg .form-area {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cta6 .bg .form-area {
        margin-top: 30px;
    }
}

.cta7 {
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta7 {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .cta7 {
        margin-bottom: 0px;
    }
}

.cta7 .bg {
    border-radius: 4px;
    background: #307FFF;
    padding: 60px 48px;
}

@media (max-width: 767px) {
    .cta7 .bg {
        padding: 32px;
    }
}

.cta7 .bg .form-area {
    position: relative;
    text-align: end;
}

    .cta7 .bg .form-area input {
        padding: 19px;
        border: none;
        background: #fff;
        border-radius: 111px;
        width: 70%;
    }

        .cta7 .bg .form-area input:focus {
            outline: none;
        }

        .cta7 .bg .form-area input::-moz-placeholder {
            color: var(--Home-Page-4-paragraph, #5A5D73);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
        }

        .cta7 .bg .form-area input::placeholder {
            color: var(--Home-Page-4-paragraph, #5A5D73);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta7 .bg .form-area input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta7 .bg .form-area input {
        width: 100%;
    }
}

.cta7 .bg .form-area .button {
    position: absolute;
    top: 4px;
    right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta7 .bg .form-area {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cta7 .bg .form-area {
        margin-top: 30px;
    }
}

.cta8 {
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta8 {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .cta8 {
        margin-bottom: 0px;
    }
}

.cta8 .bg {
    border-radius: 4px;
    background: #4D32A5;
    padding: 60px 48px;
}

@media (max-width: 767px) {
    .cta8 .bg {
        padding: 32px;
    }
}

.cta8 .bg .form-area {
    position: relative;
    text-align: end;
}

    .cta8 .bg .form-area input {
        padding: 19px;
        border: none;
        background: #fff;
        border-radius: 4px;
        width: 70%;
    }

        .cta8 .bg .form-area input:focus {
            outline: none;
        }

        .cta8 .bg .form-area input::-moz-placeholder {
            color: var(--Home-Page-4-paragraph, #5A5D73);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
        }

        .cta8 .bg .form-area input::placeholder {
            color: var(--Home-Page-4-paragraph, #5A5D73);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta8 .bg .form-area input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta8 .bg .form-area input {
        width: 100%;
    }
}

.cta8 .bg .form-area .button {
    position: absolute;
    top: 4px;
    right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta8 .bg .form-area {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cta8 .bg .form-area {
        margin-top: 30px;
    }
}

.cta9 {
    background-color: #325D28;
}

    .cta9 .images {
        text-align: end;
        position: relative;
    }

        .cta9 .images .img1 {
            position: absolute;
            top: 60px;
            right: 0;
        }

        .cta9 .images .img2 {
            position: absolute;
            top: 0;
            right: 80px;
        }

    .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: 3px;
    right: 3px;
}

.cta9 .heading6-w .form-area input {
    width: 100%;
    border-radius: 111px;
    border: none;
    padding: 18px;
}

    .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% */
    }

.cta10 .cta-bg-area {
    background-color: #24908D;
    padding: 60px 30px;
    position: relative;
    border-radius: 7px;
    margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta10 .cta-bg-area {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .cta10 .cta-bg-area {
        margin-bottom: 50px;
    }
}

.cta10 .cta-bg-area .subscribe-form {
    position: relative;
    margin-top: 30px;
}

    .cta10 .cta-bg-area .subscribe-form input {
        background-color: rgba(255, 255, 255, 0.0901960784);
        border-radius: 8px;
        border: none;
        padding: 17px 24px;
        color: #fff;
    }

        .cta10 .cta-bg-area .subscribe-form input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.5607843137);
        }

        .cta10 .cta-bg-area .subscribe-form input::placeholder {
            color: rgba(255, 255, 255, 0.5607843137);
        }

        .cta10 .cta-bg-area .subscribe-form input:focus {
            outline: none;
        }

    .cta10 .cta-bg-area .subscribe-form .button {
        position: absolute;
        right: -16px;
        top: 0;
    }

.cta10 .cta-bg-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-image: url(../img/others/cta4-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .cta10 .cta-bg-area::after {
        width: 0%;
    }
}

.cta10 .cta-bg-area .shape1 {
    position: absolute;
    right: 50%;
    z-index: 3;
    top: 100px;
    margin-right: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta10 .cta-bg-area .shape1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .cta10 .cta-bg-area .shape1 {
        display: none;
    }
}

.cta10 .cta-bg-area .shape2 {
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: 3;
}

/*
::::::::::::::::::::::::::
 CTA AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
.faq3 {
    background-color: var(--ztc-bg-bg-6);
}

    .faq3 .accordion-item.active {
        background-color: #113ADC;
        transition: all 0.4s;
    }

        .faq3 .accordion-item.active button {
            background-color: #113ADC;
            color: #fff !important;
            transition: all 0.4s;
        }

        .faq3 .accordion-item.active .accordion-body {
            color: rgba(255, 255, 255, 0.6980392157) !important;
        }

        .faq3 .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);
        }

    .faq3 .accordion {
        border: none;
    }

        .faq3 .accordion .accordion-item {
            margin-top: 20px;
            border: none;
            border-radius: 7px;
            padding: 2px;
            border: none;
        }

            .faq3 .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;
            }

                .faq3 .accordion .accordion-item button:focus {
                    box-shadow: none;
                }

            .faq3 .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;
            }

        .faq3 .accordion .accordion-button:not(.collapsed)::after {
            background-image: var(--bs-accordion-btn-active-icon);
            transform: var(--bs-accordion-btn-icon-transform);
            filter: brightness(0);
        }

    .faq3 .accordion-button:not(.collapsed) {
        color: var(--ztc-text-text-1);
        background-color: #fff;
        border: none;
        box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    }

    .faq3 .accordion {
        --bs-accordion-color: #000;
        --bs-accordion-bg: #fff;
        --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
        --bs-accordion-border-color: #dee2e600;
        --bs-accordion-border-width: 1px;
        --bs-accordion-border-radius: 0.375rem;
        --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
        --bs-accordion-btn-padding-x: 1.25rem;
        --bs-accordion-btn-padding-y: 1rem;
        --bs-accordion-btn-color: var(--bs-body-color);
        --bs-accordion-btn-bg: var(--bs-accordion-bg);
        --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="var%28--bs-body-color%29"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
        --bs-accordion-btn-icon-width: 1.25rem;
        --bs-accordion-btn-icon-transform: rotate(-180deg);
        --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
        --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%230c63e4"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
        --bs-accordion-btn-focus-border-color: #86b7fe;
        --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        --bs-accordion-body-padding-x: 1.25rem;
        --bs-accordion-body-padding-y: 1rem;
        --bs-accordion-active-color: #0c63e4;
        --bs-accordion-active-bg: #e7f1ff;
    }

.faq6 .faq-area .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq6 .faq-area .accordion {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

    .faq6 .faq-area .accordion .accordion-item {
        padding: 0;
        margin-top: 20px;
        border: none;
        border-radius: 4px;
        box-shadow: none;
        border: 2px solid rgba(236, 129, 28, 0.0901960784);
    }

        .faq6 .faq-area .accordion .accordion-item button {
            padding: 24px;
            border: none;
            background: none;
            border-radius: 0 !important;
            color: var(--Home-Page-3-text-Colors, #180D03);
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 18px; /* 100% */
        }

            .faq6 .faq-area .accordion .accordion-item button:focus {
                box-shadow: none;
            }

        .faq6 .faq-area .accordion .accordion-item .accordion-body {
            padding: 0px 24px 24px 24px;
            color: var(--Home-Page-3-white-colors, #FFF);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 150% */
        }

        .faq6 .faq-area .accordion .accordion-item.active {
            background-color: #6a0dad;
        }

            .faq6 .faq-area .accordion .accordion-item.active button {
                color: #fff;
            }

                .faq6 .faq-area .accordion .accordion-item.active button::after {
                    filter: brightness(0) invert(1);
                }

.faq6 .faq-image {
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq6 .faq-image {
        margin-left: 0px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .faq6 .faq-image {
        margin-left: 0px;
        margin-top: 30px;
    }
}

.faq6 .faq-image img {
    width: 100%;
}

.faq7 .faq-area .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq7 .faq-area .accordion {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

    .faq7 .faq-area .accordion .accordion-item {
        padding: 0;
        margin-top: 20px;
        border: none;
        border-radius: 4px;
        box-shadow: none;
        border: 2px solid #CFD7EF;
    }

        .faq7 .faq-area .accordion .accordion-item button {
            padding: 24px;
            border: none;
            background: none;
            border-radius: 0 !important;
            color: var(--Home-Page-3-text-Colors, #180D03);
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 18px; /* 100% */
        }

            .faq7 .faq-area .accordion .accordion-item button:focus {
                box-shadow: none;
            }

        .faq7 .faq-area .accordion .accordion-item .accordion-body {
            padding: 0px 24px 24px 24px;
            color: var(--Home-Page-3-white-colors, #5C5A64);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 150% */
        }

        .faq7 .faq-area .accordion .accordion-item.active button {
            color: #0c63e4;
        }

            .faq7 .faq-area .accordion .accordion-item.active button::after {
                filter: brightness(0);
            }

.faq7 .faq-image {
    margin-left: 30px;
}

    .faq7 .faq-image img {
        width: 100%;
    }

/*
::::::::::::::::::::::::::
 FAQ AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/




.project-page-box .heading2 {
    padding: 24px;
    border-radius: 7px;
    background-color: var(--ztc-bg-main-bg-1);
    position: absolute;
    bottom: 24px;
    margin: 0px 24px;
    transform: translateY(60px) scale(0.4);
    opacity: 0;
    transition: all 0.4s;
}

    .project-page-box .heading2 h4 a {
        line-height: 28px;
    }

        .project-page-box .heading2 h4 a:hover {
            color: #fff;
        }

    .project-page-box .heading2 a.learn {
        display: inline-block;
        color: #fff;
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-blod);
    }

        .project-page-box .heading2 a.learn span {
            display: inline-block;
            transform: rotate(-45deg);
            margin-top: 16px;
        }

.project-page-box:hover .heading2 {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: all 0.4s;
}

.project-page-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}


/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/

/*
::::::::::::::::::::::::::
 OTHERS AREA CSS
::::::::::::::::::::::::::
*/
/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */


.contact5 .heading5 {
    padding-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact5 .heading5 {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .contact5 .heading5 {
        padding-right: 0px;
    }
}

.contact5 .contact-box {
    position: relative;
    padding: 24px 16px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .contact5 .contact-box .icon {
        height: 50px;
        width: 50px;
        background-color: #F5F6F9;
        border-radius: 50%;
        line-height: 50px;
        text-align: center;
    }

    .contact5 .contact-box .heading {
        padding-left: 16px;
    }

        .contact5 .contact-box .heading h4 {
            color: var(--Home-Page-4-Text-colors, #05092B);
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px; /* 100% */
            transition: all 0.4s;
        }

        .contact5 .contact-box .heading a {
            display: inline-block;
            color: var(--Home-Page-4-paragraph, #5A5D73);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
            transition: all 0.4s;
            padding-top: 14px;
        }

    .contact5 .contact-box::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        border-radius: 4px;
        z-index: -2;
    }

    .contact5 .contact-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, #3B32F6 0%, #49A6FF 100%);
        border-radius: 4px;
        z-index: -1;
        transform: rotateY(80deg);
        opacity: 0;
        transition: all 0.4s;
    }

    .contact5 .contact-box:hover::before {
        opacity: 1;
        transition: all 0.4s;
        transform: rotateY(0deg);
    }

    .contact5 .contact-box:hover .heading h4 {
        color: #fff;
        transition: all 0.4s;
    }

    .contact5 .contact-box:hover .heading a {
        color: #fff;
        transition: all 0.4s;
    }

.contact5 .form-area {
    border-radius: 4px;
    background: var(--White-colors, #FFF);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    padding: 32px;
}

    .contact5 .form-area h3 {
        color: var(--Home-Page-4-Text-colors, #05092B);
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 100% */
    }

    .contact5 .form-area .single-input {
        padding-top: 20px;
    }

        .contact5 .form-area .single-input label {
            color: var(--Home-Page-4-Text-colors, #05092B);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
            margin-bottom: 16px;
        }

        .contact5 .form-area .single-input input, .contact5 .form-area .single-input textarea {
            border: none;
            padding: 16px;
            width: 100%;
            border-radius: 4px;
            border: 1px solid rgba(5, 9, 43, 0.1);
            background: #F5F6F9;
        }

            .contact5 .form-area .single-input input:focus, .contact5 .form-area .single-input textarea:focus {
                outline: none;
            }

            .contact5 .form-area .single-input input::-moz-placeholder, .contact5 .form-area .single-input textarea::-moz-placeholder {
                color: var(--Home-Page-4-Text-colors, rgba(5, 9, 43, 0.4941176471));
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 16px; /* 100% */
            }

            .contact5 .form-area .single-input input::placeholder, .contact5 .form-area .single-input textarea::placeholder {
                color: var(--Home-Page-4-Text-colors, rgba(5, 9, 43, 0.4941176471));
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 16px; /* 100% */
            }



/*
 ::::::::::::::::::::::::::
  CONTACT AREA CSS
 ::::::::::::::::::::::::::
 */
/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/
.hero1 {
    min-height: 980px;
    display: flex;
    padding-top: 130px;
}

@media (max-width: 767px) {
    .hero1 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 {
        padding-top: 100px;
    }
}

.hero1 .main-headding {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .hero1 .main-headding {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .main-headding {
        padding-top: 0;
    }
}

.hero1 .main-headding span.span {
    display: inline-block;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-bg-main-bg-1);
    margin-bottom: 16px;
}

    .hero1 .main-headding span.span img {
        margin-top: -3px;
        margin-right: 2px;
    }

.hero1 .main-headding h1 {
    font-size: var(--f-fs-font-fs64);
    font-weight: var(--f-fw-blod);
    line-height: var(--f-fs-font-fs70);
    color: var(--ztc-text-text-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .main-headding h1 {
        font-size: var(--f-fs-font-fs40);
        font-weight: var(--f-fw-blod);
        line-height: var(--f-fs-font-fs48);
    }
}

@media (max-width: 767px) {
    .hero1 .main-headding h1 {
        font-size: var(--f-fs-font-fs40);
        font-weight: var(--f-fw-blod);
        line-height: var(--f-fs-font-fs48);
    }
}

.hero1 .main-headding h1 span.after {
    color: var(--ztc-bg-main-bg-1);
}

.hero1 .main-headding p {
    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);
}

.hero1 .buttons {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .hero1 .buttons {
        display: block;
    }
}

.hero1 .buttons .play-btn {
    display: inline-block;
    margin-left: 30px;
    font-size: var(--f-fs-font-fs18);
    font-weight: var(--f-fw-blod);
    line-height: var(--f-fs-font-fs18);
    color: var(--ztc-bg-main-bg-1);
}

@media (max-width: 767px) {
    .hero1 .buttons .play-btn {
        display: block;
        margin-left: 0;
        margin-top: 16px;
    }
}

.hero1 .hero1-all-images {
    position: relative;
    height: 660px;
    text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .hero1-all-images {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .hero1 .hero1-all-images {
        margin-bottom: 60px;
    }
}

.hero1 .hero1-all-images .image1 {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.hero1 .hero1-all-images .image2 {
    position: absolute;
    right: -30px;
    bottom: 40px;
}

.hero1 .hero1-all-images .image3 {
    position: absolute;
    right: -100px;
    top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1 .hero1-all-images .image3 {
        right: 0;
    }
}

@media (max-width: 767px) {
    .hero1 .hero1-all-images .image3 {
        right: 0;
    }
}

.hero1 .hero1-all-images .image4 {
    position: absolute;
    bottom: 0;
    left: 140px;
}

.hero1 .hero1-all-images .shape1 {
    position: absolute;
    left: 60px;
    top: 100px;
}

@media (max-width: 767px) {
    .hero1 .hero1-all-images .shape1 {
        left: 0;
    }
}

.hero1 .hero1-all-images .shape2 {
    position: absolute;
    bottom: 140px;
    left: 60px;
}

@media (max-width: 767px) {
    .hero1 .hero1-all-images .shape2 {
        display: none;
    }
}

.hero-bottom-area {
    border-radius: 7px;
    padding: 60px 55px;
    background-color: var(--ztc-bg-color-w);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    margin-top: -95px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-bottom-area {
        margin-top: 60px;
        box-shadow: rgba(0, 0, 0, 0.068) 10px -2px 30px;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .hero-bottom-area {
        margin-top: 60px;
        box-shadow: rgba(0, 0, 0, 0.068) 10px -2px 30px;
        padding: 30px;
    }
}

.hero-bottom-area .single-box {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-bottom-area .single-box {
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {
    .hero-bottom-area .single-box {
        padding: 20px 0px;
    }
}

.hero-bottom-area .single-box .icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background-color: var(--ztc-bg-bg-3);
    margin-right: 16px;
}

.hero-bottom-area .single-box .headding h5 {
    font-size: var(--f-fs-font-fs20);
    line-height: var(--f-fs-font-fs20);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-text-text-1);
}

.hero-bottom-area .single-box .headding p {
    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-top: 6px;
}

.hero2 {
    min-height: 960px;
    display: flex;
    padding-top: 130px;
    align-items: center;
    position: relative;
    z-index: -2;
}

@media (max-width: 767px) {
    .hero2 {
        min-height: 500px;
    }
}

.hero2 .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-blod);
    color: var(--ztc-bg-main-bg-4);
    margin-bottom: 16px;
}

    .hero2 .main-heading span.span img {
        margin-top: -3px;
        margin-right: 2px;
    }

.hero2 .main-heading h1 {
    font-size: var(--f-fs-font-fs64);
    line-height: var(--f-fs-font-fs74);
    font-weight: var(--f-fw-blod);
    color: var(--ztc-text-text-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

@media (max-width: 767px) {
    .hero2 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

.hero2::after {
    position: absolute;
    content: "";
    top: 60px;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg/hero2-main-bg2.png);
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: shape-animaiton4;
    animation-duration: 92s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

.hero2 .hero2-main-imges {
    position: relative;
    height: 600px;
}

@media (max-width: 767px) {
    .hero2 .hero2-main-imges {
        display: none;
    }
}

.hero2 .hero2-main-imges .image1 {
    position: absolute;
    top: -100px;
    right: 0;
    animation-name: shape-animaiton4;
    animation-duration: 82s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2 .hero2-main-imges .image1 {
        top: 10px;
    }
}

@media (max-width: 767px) {
    .hero2 .hero2-main-imges .image1 {
        top: 40px;
    }
}

.hero2 .hero2-main-imge2 {
    position: absolute;
    bottom: -130px;
    right: -45px;
    transform: scale(0.9);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2 .hero2-main-imge2 {
        position: absolute;
        bottom: -240px;
        right: -135px;
        transform: scale(0.7);
    }
}

@media (max-width: 767px) {
    .hero2 .hero2-main-imge2 {
        bottom: -140px;
        display: none;
    }
}

.hero2 .consulting2 .header__search {
    padding-left: 100px;
}

.hero2 .hero2-tags {
    margin-top: 24px;
}

    .hero2 .hero2-tags ul li {
        display: inline-block;
    }

        .hero2 .hero2-tags ul li a {
            display: inline-block;
            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-2);
            padding: 12px 16px;
            margin: 10px 5px;
            background-color: #191924;
            border-radius: 30px;
            border: 1px solid #313137;
            transition: all 0.4s;
        }

            .hero2 .hero2-tags ul li a:hover {
                background-color: var(--ztc-bg-main-bg-4);
                border: 1px solid var(--ztc-bg-main-bg-4);
                transition: all 0.4s;
                color: var(--ztc-text-text-1);
            }

        .hero2 .hero2-tags ul li.active a {
            background-color: var(--ztc-bg-main-bg-4);
            border: 1px solid var(--ztc-bg-main-bg-4);
            color: var(--ztc-text-text-1);
        }

@media (max-width: 767px) {
    .hero2 .circle-shapes {
        margin-top: 140px;
    }
}

.hero2 .circle-shapes .shape1 {
    position: absolute;
    bottom: 0;
    right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2 .circle-shapes .shape1 {
        left: 0;
        top: 175px;
        right: auto;
        bottom: auto;
    }
}

.hero2 .circle-shapes .shape2 {
    position: absolute;
    bottom: 46px;
    right: 105px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2 .circle-shapes .shape2 {
        left: 45px;
        top: 225px;
        right: auto;
        bottom: auto;
    }
}

.hero3 {
    min-height: 1090px;
}

    .hero3 .main-heading {
        margin-top: 200px;
    }

@media (max-width: 767px) {
    .hero3 .main-heading {
        margin-top: 120px;
    }
}

.hero3 .main-heading h1 {
    font-size: var(--f-fs-font-fs64);
    line-height: var(--f-fs-font-fs74);
    color: var(--ztc-text-text-2);
    font-weight: var(--f-fw-blod);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

@media (max-width: 767px) {
    .hero3 .main-heading h1 {
        font-size: var(--f-fs-font-fs40);
        line-height: var(--f-fs-font-fs48);
    }
}

.hero3 .main-heading h1 span.span {
    display: inline-block;
    position: relative;
}

    .hero3 .main-heading h1 span.span img {
        position: absolute;
        top: 0;
        right: -24px;
    }

.hero3 .main-heading p {
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-regular);
    color: var(--ztc-bg-color-w);
}

.hero3 .main-heading .arrow-shape {
    position: absolute;
    top: 100px;
    left: -60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3 .main-heading .arrow-shape {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero3 .main-heading .arrow-shape {
        display: none;
    }
}

.hero3 .hero3-main-shape .main-image img {
    width: 100%;
}

.hero3 .circle-shape {
    position: absolute;
    top: -60px;
    right: -60px;
}

@media (max-width: 767px) {
    .hero3 .circle-shape {
        display: none;
    }
}

.hero3 .circle-shape .shape2 {
    position: absolute;
    right: 48px;
    top: 48px;
}

.hero3 .image-shape {
    position: absolute;
    left: -170px;
    bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3 .image-shape {
        left: 0;
    }
}

@media (max-width: 767px) {
    .hero3 .image-shape {
        left: 0;
        bottom: -180px;
    }
}

.hero3 .support-box {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: 0;
}

@media (max-width: 767px) {
    .hero3 .support-box {
        bottom: -368px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3 .support-box {
        bottom: -140px;
        right: auto;
        left: 0;
    }
}

.hero3 .support-box .heading3-w {
    text-align: start;
    padding-left: 10px;
}

    .hero3 .support-box .heading3-w h4 a {
        display: inline-block;
        margin-left: -3px;
        padding-bottom: 12px;
    }

.hero3 .support-box .icon {
    margin-right: 20px;
}

    .hero3 .support-box .icon a {
        display: inline-block;
        height: 100px;
        width: 100px;
        text-align: center;
        line-height: 100px;
        border-radius: 50%;
        font-size: 32px;
        background-color: var(--ztc-bg-color-w);
        color: var(--ztc-bg-main-bg-3);
        transform: rotate(-45deg);
    }



@media (max-width: 767px) {

    .page-title h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .header-top, .right-nav {
        display: none !important;
    }

    .admin-bar .sticky-header.fixed-header {
        top: 0;
    }

    .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
        display: none;
    }

    .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
        width: 100%;
    }

    .counter span {
        font-size: 40px;
    }

    blockquote {
        padding: 140px 20px 20px 20px !important;
    }

        blockquote:after {
            width: 100%;
            height: 100px;
        }

    #header-wrap .navbar-brand.logo, .sticky-header .navbar-brand.logo {
        margin-top: 0;
        box-shadow: none;
        padding: 15px 0;
    }

    .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
        display: block;
    }

    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
        padding-right: 0;
    }

    .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
        padding-left: 0;
        margin-top: 30px;
    }

    .elementor-widget-contact-btn h2 {
        font-size: 50px;
        line-height: 110px;
    }

    .elementor-widget-contact-btn .round-text {
        width: 130px;
        height: 130px;
    }

    .testimonial.style-1 {
        display: block;
        margin: 0;
    }

        .testimonial.style-1 .testimonial-img {
            width: 100%;
        }

        .testimonial.style-1 .testimonial-content {
            padding-left: 0;
            border-left: none;
            margin-left: 0;
            margin-top: 30px;
        }

    .testimonial-content p {
        font-size: 20px;
        line-height: 32px;
    }

    .service-list {
        padding-left: 0;
    }

    .service-item.style-1 {
        position: relative;
    }

    .service-list .service-item.style-1 .service-image {
        left: auto;
        right: 0;
        z-index: 9;
        width: 170px;
        top: 0;
    }

    .service-list .service-item.style-1.active .service-image {
        top: 0;
    }

    .service-item.style-1 .rounded-button {
        position: relative;
        right: inherit;
        top: inherit;
        margin-top: 30px;
    }

    .marquee-text {
        font-size: 60px;
        line-height: 67px;
        animation: marquee 10s linear infinite;
    }

    .round-text {
        width: 130px;
        height: 130px;
    }

    .text-btn-icon {
        font-size: 40px;
    }


    .portfolio-list {
        padding-left: 0;
    }

    .portfolio-item.style-2 {
        position: relative;
    }



    .slider-img:after {
        height: 300px;
        width: 300px;
        bottom: -150px;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-100%);
    }
}

@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translatex(0);
    }
}

.tp-slider-wrapper {
    min-height: 650px;
    position: relative;
}

@media (max-width: 767px) {
    .tp-slider-wrapper {
        min-height: 900px;
    }
}

.tp-slider-wrapper .tp-slider-arrow-box {
    position: absolute;
    top: 50%;
    right: 100px;
    z-index: 55;
    transform: translateY(-50%);
    margin-top: 0px;
}

.tp-slider-wrapper .review-area {
    display: flex;
    margin-top: 12px;
}

    .tp-slider-wrapper .review-area .review-text {
        padding-left: 24px;
    }

        .tp-slider-wrapper .review-area .review-text p {
            color: var(--Home-Page-3-white-colors, #FFF);
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px; /* 100% */
            padding-bottom: 6px;
        }

        .tp-slider-wrapper .review-area .review-text span {
            display: inline-block;
            color: var(--Home-Page-3-white-colors, #FFF);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
        }

    .tp-slider-wrapper .review-area .review-stars {
        padding-left: 60px;
        position: relative;
    }

        .tp-slider-wrapper .review-area .review-stars p {
            color: var(--Home-Page-3-white-colors, #FFF);
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px; /* 100% */
            margin-bottom: 6px;
        }

        .tp-slider-wrapper .review-area .review-stars ul li {
            color: #fff;
            display: inline-block;
            font-size: 12px;
        }

        .tp-slider-wrapper .review-area .review-stars::after {
            content: "";
            position: absolute;
            top: 5px;
            left: 30px;
            height: 40px;
            width: 2px;
            background-color: #fff;
        }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-slider-arrow-box {
        right: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-arrow-box {
        right: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-slider-arrow-box {
        display: none;
    }
}

.tp-slider-arrow-box button {
    height: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    display: block;
    margin: 20px 0;
    color: #FA6444;
    background-color: #FFFFFF;
    transition: 0.3s;
    border: none;
}

    .tp-slider-arrow-box button:hover {
        background: #FA6444;
        transition: all 0.4s;
        color: #fff;
    }

.tp-slider-bg {
    height: 650px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .tp-slider-bg {
        min-height: 900px;
    }
}

.tp-slider-bg .shape1 {
    position: absolute;
    left: -100px;
    top: 0;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(2.5);
}

.tp-slider-bg .shape2 {
    position: absolute;
    left: 500px;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(2.6);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-bg {
        height: 650px !important;
    }

    .counter {
        margin-top: -362px !important;
    }

    .aboutussection1 {
        padding: 95px 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-bg {
        height: 600px !important;
    }
}

@media (max-width: 767px) {
    .tp-slider-bg {
        height: 590px !important;
    }
}

.tp-slider-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.tp-slider-img {
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 71% !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    transform: scale(1);
    /* transition: transform 7000ms ease, opacity 1500ms ease-in; */
}

.tp-slider-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.tp-slider-title {
    font-size: 100px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .tp-slider-title {
        font-size: 45px;
    }

        .tp-slider-title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-slider-title {
        font-size: 54px;
    }

        .tp-slider-title br {
            display: none;
        }
}

@media only screen and (min-width: 440px) and (max-width: 576px) {
    .tp-slider-title {
        font-size: 50px;
    }
}

.tp-slider-title-box {
    opacity: 0;
    z-index: 3;
    position: relative;
    transform: translateY(-150px);
    padding-top: 20px;
}

    .tp-slider-title-box p {
        color: var(--Home-Page-3-white-colors, rgba(255, 255, 255, 0.7960784314));
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

    .tp-slider-title-box h1 {
        color: var(--Home-Page-3-white-colors, #FFF);
        font-size: 40px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 68px; /* 113.333% */
    }

        .tp-slider-title-box h1 span.color {
            color: #FA6444;
            display: inline-block;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-title-box h1 {
        font-size: 40px;
        line-height: 48px;
        margin-top: -25% !important;
    }

    .aboutussection1 {
        padding: 130px 0px !important
    }

    .tp-slider-title-box h1 br {
        display: none;
    }
}

@media(min-width:1200px) {
    .aboutussection1 {
        padding: 75px 0px !important
    }
}

@media (max-width: 767px) {
    .tp-slider-title-box h1 {
        font-size: 40px;
        line-height: 48px;
    }

        .tp-slider-title-box h1 br {
            display: none;
        }
}

.tp-slider-title-box span.span {
    color: var(--Home-Page-3-white-colors, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    margin-bottom: 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 14px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-slider-title-box p {
        display: none;
    }
}

.tp-slider-video-box {
    opacity: 0;
    z-index: 3;
    position: relative;
    transform: translateY(150px);
}

@media (max-width: 767px) {
    .tp-slider-video-box {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-slider-video-box {
        flex-wrap: nowrap;
    }
}

.tp-slider-btn {
    line-height: 0;
}

@media (max-width: 767px) {
    .tp-slider-btn {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-slider-btn {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 440px) and (max-width: 575px) {
    .tp-slider-btn {
        margin-bottom: 30px;
        margin-right: 50px;
    }
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-shape-1 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 3000ms ease;
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-shape-2 {
    opacity: 1;
    transform: translatey(0px);
    transition: all 4000ms ease;
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-shape-3 {
    opacity: 0.4;
    transform: translatey(0px);
    transition: all 5000ms ease;
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-title-box {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-video-box {
    opacity: 1;
    transform: translatey(0px);
    transition: all 2500ms ease;
}


.tp-slider-content-wrap {
    padding-top: 0px;
}

    .tp-slider-content-wrap .review-area {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 32px;
        transform: translateY(100px);
        transition: all 3000ms ease;
        opacity: 0;
    }

        .tp-slider-content-wrap .review-area .heading {
            padding-left: 20px;
            display: flex;
            align-items: center;
        }

            .tp-slider-content-wrap .review-area .heading h4 {
                color: var(--White-colors, #FFF);
                font-size: 44px;
                font-style: normal;
                font-weight: 600;
                line-height: 44px; /* 100% */
            }

            .tp-slider-content-wrap .review-area .heading .pera {
                padding-left: 10px;
            }

                .tp-slider-content-wrap .review-area .heading .pera p {
                    color: var(--White-colors, #FFF);
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 18px; /* 100% */
                }

                .tp-slider-content-wrap .review-area .heading .pera ul {
                    padding-top: 5px;
                }

                    .tp-slider-content-wrap .review-area .heading .pera ul li {
                        color: #fff;
                        display: inline;
                        padding-top: 12px;
                        font-size: 12px;
                    }

.tp-slider-wrapper .swiper-slide.swiper-slide-active .review-area {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 24px;
    transform: translateY(0);
    transition: all 3000ms ease;
    opacity: 1;
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .shape1 {
    opacity: 1;
    transition: all 0.4s;
    transform: scale(1);
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .shape2 {
    opacity: 1;
    transition: all 0.4s;
    transform: scale(1);
}

/*
::::::::::::::::::::::::::
 HERO AREA CSS
::::::::::::::::::::::::::
*/


/*
::::::::::::::::::::::::::
 PROHECT AREA CSS
::::::::::::::::::::::::::
*/
/*
/*
::::::::::::::::::::::::::
 TEAM AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.testimonial {
    background-color: var(--ztc-bg-bg-3);
}

    .testimonial .tes1-slider {
        background-color: var(--ztc-bg-color-w);
        padding: 50px;
        margin-top: 60px;
        border-radius: 30px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-slider {
        padding: 30px 30px 120px 30px;
    }
}

@media (max-width: 767px) {
    .testimonial .tes1-slider {
        padding: 30px 30px 120px 30px;
    }
}

.testimonial .tes1-slider .tes1-single-slider .right-side {
    padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side {
        padding-right: 0;
    }
}

.testimonial .tes1-slider .tes1-single-slider .right-side h4 {
    font-size: var(--f-fs-font-fs32);
    line-height: var(--f-fs-font-fs32);
    font-weight: var(--f-fw-semibold);
    color: var(--ztc-text-text-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side h4 {
        font-size: var(--f-fs-font-fs22);
        line-height: var(--f-fs-font-fs30);
    }
}

@media (max-width: 767px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side h4 {
        font-size: var(--f-fs-font-fs22);
        line-height: var(--f-fs-font-fs30);
    }
}

.testimonial .tes1-slider .tes1-single-slider .right-side p {
    font-size: var(--f-fs-font-fs24);
    line-height: var(--f-fs-font-fs40);
    font-weight: var(--f-fw-regular);
    color: var(--ztc-text-pera-text-1);
    padding: 20px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side p {
        font-size: var(--f-fs-font-fs18);
        line-height: var(--f-fs-font-fs28);
    }
}

@media (max-width: 767px) {
    .testimonial .tes1-slider .tes1-single-slider .right-side p {
        font-size: var(--f-fs-font-fs18);
        line-height: var(--f-fs-font-fs28);
    }
}

.testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

    .testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area .heading {
        padding-left: 16px;
    }

        .testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area .heading h5 a {
            display: inline-block;
            font-size: var(--f-fs-font-fs24);
            line-height: var(--f-fs-font-fs24);
            font-weight: var(--f-fw-blod);
            color: var(--ztc-text-text-1);
            padding-bottom: 16px;
        }

        .testimonial .tes1-slider .tes1-single-slider .right-side .bottom-area .heading p {
            font-size: var(--f-fs-font-fs16);
            line-height: var(--f-fs-font-fs16);
            font-weight: var(--f-fw-regular);
            color: var(--ztc-text-pera-text-1);
            padding: 0;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-slider .tes1-single-slider .left-side {
        display: none;
    }
}

@media (max-width: 767px) {
    .testimonial .tes1-slider .tes1-single-slider .left-side {
        display: none;
    }
}

.testimonial .tes1-arrows {
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial .tes1-arrows {
        bottom: 24px;
    }
}

@media (max-width: 767px) {
    .testimonial .tes1-arrows {
        bottom: 24px;
    }
}

.testimonial .tes1-arrows button {
    font-size: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
    border: none;
    margin: 0px 5px;
    transition: all 0.4s;
}

    .testimonial .tes1-arrows button:hover {
        background-color: var(--ztc-bg-main-bg-1);
        color: var(--ztc-bg-color-w);
    }

.testimonial2 .tes2-slider .owl-item.active.center .single-slider {
    border: 1px solid var(--ztc-bg-main-bg-4);
}

.testimonial2 .tes2-slider .single-slider {
    border: 1px solid var(--ztc-bg-bg-5);
    background-color: var(--ztc-bg-bg-4);
    padding: 24px;
    border-radius: 7px;
    margin: 0 10px;
    min-height: 450px;
    position: relative;
}

    .testimonial2 .tes2-slider .single-slider .icon {
        height: 60px;
        width: 60px;
    }

.testimonial2 .tes2-slider .bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .testimonial2 .tes2-slider .bottom-area .author a {
        display: inline-block;
        color: var(--ztc-bg-bg-1);
        font-size: var(--f-fs-font-fs18);
        line-height: var(--f-fs-font-fs18);
        font-weight: var(--f-fw-semibold);
        position: absolute;
        bottom: 24px;
        left: 24px;
    }

    .testimonial2 .tes2-slider .bottom-area .reating {
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.1215686275);
        border-radius: 7px;
        border: 1px solid rgba(255, 255, 255, 0.1921568627);
        padding: 4px 8px;
        position: absolute;
        bottom: 24px;
        right: 24px;
    }

        .testimonial2 .tes2-slider .bottom-area .reating ul li {
            display: inline-block;
            color: var(--ztc-bg-main-bg-4);
        }

        .testimonial2 .tes2-slider .bottom-area .reating p {
            color: var(--ztc-bg-bg-1);
            font-size: 14px;
            line-height: 14px;
            font-weight: var(--f-fw-semibold);
        }

.testimonial2 .tes2-slider .pera {
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs30);
    font-weight: var(--f-fw-medium);
    color: rgba(255, 255, 255, 0.7960784314);
    padding: 20px 0px;
}

.testimonial2.about-page-tes .owl-item.active.center .single-slider {
    background-color: #F8F9FA;
    border: none;
}

    .testimonial2.about-page-tes .owl-item.active.center .single-slider .pera {
        color: var(--Paragraph-Color, #0D0E10);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 166.667% */
    }

.testimonial2.about-page-tes .single-slider {
    background-color: rgba(248, 249, 250, 0.8431372549);
    padding: 24px;
    border-radius: 7px;
    margin: 0 10px;
    min-height: 450px;
    position: relative;
    border: none;
}

    .testimonial2.about-page-tes .single-slider .icon {
        height: 60px;
        width: 60px;
    }

    .testimonial2.about-page-tes .single-slider .pera {
        color: var(--Paragraph-Color, #676879);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 166.667% */
    }

    .testimonial2.about-page-tes .single-slider .author a {
        display: inline-block;
        color: var(--ztc-text-text-1);
        font-size: var(--f-fs-font-fs18);
        line-height: var(--f-fs-font-fs18);
        font-weight: var(--f-fw-semibold);
        position: absolute;
        bottom: 24px;
        left: 24px;
    }

    .testimonial2.about-page-tes .single-slider .reating {
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.1215686275);
        border-radius: 7px;
        border: 1px solid rgba(255, 255, 255, 0.1921568627);
        padding: 4px 8px;
        position: absolute;
        bottom: 24px;
        right: 24px;
    }

        .testimonial2.about-page-tes .single-slider .reating ul li {
            display: inline-block;
            color: var(--ztc-bg-main-bg-1);
        }

        .testimonial2.about-page-tes .single-slider .reating p {
            color: var(--ztc-bg-bg-1);
            font-size: 14px;
            line-height: 14px;
            font-weight: var(--f-fw-semibold);
        }


.tes5 .owl-dots {
    position: absolute;
    bottom: -55px;
    width: 100%;
    right: 0;
    text-align: center;
}

.tes5 .owl-dots {
    position: absolute;
    bottom: -55px;
    width: 100%;
    right: 0;
    text-align: center;
}


.testimonial4 {
    background-color: var(--ztc-text-text-1);
}

.testimonial-page-all .single-slider {
    background-color: #F8F9FA;
    padding: 24px;
    border-radius: 7px;
    min-height: 440px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.4s;
}

    .testimonial-page-all .single-slider .icon {
        height: 60px;
        width: 60px;
    }

    .testimonial-page-all .single-slider .bottom-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .testimonial-page-all .single-slider .bottom-area .author a {
            display: inline-block;
            color: #0D0E10;
            font-size: var(--f-fs-font-fs18);
            line-height: var(--f-fs-font-fs18);
            font-weight: var(--f-fw-semibold);
            position: absolute;
            bottom: 24px;
            left: 24px;
        }

        .testimonial-page-all .single-slider .bottom-area .reating {
            display: flex;
            align-items: center;
            background-color: rgba(255, 255, 255, 0.1215686275);
            border-radius: 7px;
            border: 1px solid rgba(255, 255, 255, 0.1921568627);
            padding: 4px 8px;
            position: absolute;
            bottom: 24px;
            right: 24px;
        }

            .testimonial-page-all .single-slider .bottom-area .reating ul li {
                display: inline-block;
                color: var(--ztc-bg-main-bg-1);
            }

            .testimonial-page-all .single-slider .bottom-area .reating p {
                color: #0D0E10;
                font-size: 14px;
                line-height: 14px;
                font-weight: var(--f-fw-semibold);
            }

    .testimonial-page-all .single-slider .pera {
        font-size: var(--f-fs-font-fs18);
        line-height: var(--f-fs-font-fs30);
        font-weight: var(--f-fw-medium);
        color: rgba(13, 14, 16, 0.631372549);
        padding: 20px 0px;
        transition: all 0.4s;
    }

    .testimonial-page-all .single-slider:hover {
        transition: all 0.4s;
        transform: translateY(-10px);
    }

        .testimonial-page-all .single-slider:hover .pera {
            font-size: var(--f-fs-font-fs18);
            line-height: var(--f-fs-font-fs30);
            font-weight: var(--f-fw-medium);
            color: #0d0e10;
            padding: 20px 0px;
            transition: all 0.4s;
        }

.tes5 .tes5-slider {
    margin-top: 60px;
    cursor: all-scroll;
}

    .tes5 .tes5-slider .single-slider {
        background-color: #F5F6F9;
        border-radius: 4px;
        padding: 32px;
        position: relative;
        margin: 0px 5px;
    }

        .tes5 .tes5-slider .single-slider .stars ul li {
            display: inline-block;
            color: #EC811C;
            margin-right: 4px;
            height: 32px;
            width: 32px;
            background-color: #fff;
            text-align: center;
            line-height: 32px;
            border-radius: 4px;
        }

        .tes5 .tes5-slider .single-slider p {
            color: var(--Home-Page-4-paragraph, #5A5D73);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 150% */
            padding: 24px 0;
        }

        .tes5 .tes5-slider .single-slider .bottom {
            display: flex;
            align-items: center;
        }

            .tes5 .tes5-slider .single-slider .bottom .heading {
                padding-left: 20px;
            }

                .tes5 .tes5-slider .single-slider .bottom .heading h5 a {
                    display: inline-block;
                    color: var(--Home-Page-4-Text-colors, #05092B);
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 20px; /* 100% */
                }

                .tes5 .tes5-slider .single-slider .bottom .heading p {
                    color: var(--Home-Page-4-paragraph, #5A5D73);
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 16px; /* 100% */
                    padding-top: 8px;
                }

        .tes5 .tes5-slider .single-slider .qute {
            position: absolute;
            bottom: 20px;
            right: 20px;
            width: 40px;
            height: 30px;
        }

.tes6 {
    position: relative;
}

    .tes6::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #180D03;
        z-index: -4;
    }

    .tes6 .single-slider {
        background-color: #fff;
        border-radius: 4px;
        padding: 32px 28px;
        margin: 0px 10px;
        position: relative;
    }

        .tes6 .single-slider .stars ul li {
            color: #FA6444;
            background-color: #FFF7F6;
            height: 32px;
            width: 32px;
            line-height: 32px;
            text-align: center;
            border-radius: 4px;
            display: inline-block;
            margin: 0px 3px;
        }

        .tes6 .single-slider p {
            color: var(--Home-Page-3-paragraph, #5B5855);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 150% */
            padding: 16px 0px 24px 0px;
        }

        .tes6 .single-slider .bottom-area {
            display: flex;
            align-items: center;
        }

            .tes6 .single-slider .bottom-area .heading {
                padding-left: 20px;
            }

                .tes6 .single-slider .bottom-area .heading a {
                    display: inline-block;
                    color: var(--Home-Page-3-text-Colors, #180D03);
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 20px; /* 100% */
                }

                .tes6 .single-slider .bottom-area .heading .text {
                    padding: 2px 0px 0px 0px;
                }

        .tes6 .single-slider .qute {
            position: absolute;
            bottom: 20px;
            right: 20px;
        }

    .tes6 .arrows-button {
        text-align: center;
        margin-top: 40px;
    }

        .tes6 .arrows-button button {
            border-radius: 4px;
            height: 50px;
            width: 50px;
            border: none;
            font-size: 20px;
            color: #fff;
            background-color: rgba(255, 255, 255, 0.1529411765);
            margin: 0px 5px;
            transition: all 0.4s;
        }

            .tes6 .arrows-button button:hover {
                background-color: #FA6444;
                transition: all 0.4s;
            }

.tes7 .tes7-slider-area {
    background-color: #E5EFFF;
    border-radius: 4px;
    padding: 32px 50px 32px 32px;
    position: relative;
}

    .tes7 .tes7-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;
    }

    .tes7 .tes7-slider-area .single-slider .bottom-area {
        display: flex;
        align-items: center;
    }

        .tes7 .tes7-slider-area .single-slider .bottom-area .heading {
            padding-left: 16px;
        }

            .tes7 .tes7-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% */
            }

            .tes7 .tes7-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;
            }

    .tes7 .tes7-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: #0061FF;
        color: #fff;
        transition: all 0.4s;
    }

        .tes7 .tes7-slider-area .arrows-button button:hover {
            background-color: #02000E;
            transition: all 0.4s;
        }

    .tes7 .tes7-slider-area .arrows-button .tes7-next-arrow {
        position: absolute;
        top: 50%;
        margin-top: -65px;
        right: -30px;
    }

    .tes7 .tes7-slider-area .arrows-button .tes7-prev-arrow {
        position: absolute;
        top: 50%;
        margin-top: 5px;
        right: -30px;
    }

.tes8 .tes7-slider-area {
    background-color: #E4E2F1;
    border-radius: 4px;
    padding: 32px 50px 32px 32px;
    position: relative;
}

    .tes8 .tes7-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 .tes7-slider-area .single-slider .bottom-area {
        display: flex;
        align-items: center;
    }

        .tes8 .tes7-slider-area .single-slider .bottom-area .heading {
            padding-left: 16px;
        }

            .tes8 .tes7-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% */
            }

            .tes8 .tes7-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 .tes7-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: #4D32A5;
        color: #fff;
        transition: all 0.4s;
    }

        .tes8 .tes7-slider-area .arrows-button button:hover {
            background-color: #02000E;
            transition: all 0.4s;
        }

    .tes8 .tes7-slider-area .arrows-button .tes7-next-arrow {
        position: absolute;
        top: 50%;
        margin-top: -65px;
        right: -30px;
    }

    .tes8 .tes7-slider-area .arrows-button .tes7-prev-arrow {
        position: absolute;
        top: 50%;
        margin-top: 5px;
        right: -30px;
    }

.tes9 .tes9-slider .sginle-slider {
    padding: 24px;
    border-radius: 4px;
    background-color: #F3F5F2;
    margin: 0px 10px;
}

    .tes9 .tes9-slider .sginle-slider p {
        color: var(--Text-Color, #181818);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 155.556% */
    }

    .tes9 .tes9-slider .sginle-slider .border-tes {
        background-color: #E3E4E2;
        height: 1px;
        margin: 24px 0px;
    }

    .tes9 .tes9-slider .sginle-slider .stars {
        padding: 16px 0px 18px 0px;
    }

        .tes9 .tes9-slider .sginle-slider .stars li {
            display: inline-block;
            color: #FFA800;
            font-size: 16px;
        }

    .tes9 .tes9-slider .sginle-slider .bottom-area {
        display: flex;
        align-items: center;
    }

        .tes9 .tes9-slider .sginle-slider .bottom-area .heading {
            padding-left: 16px;
        }

            .tes9 .tes9-slider .sginle-slider .bottom-area .heading h4 a {
                display: inline-block;
                color: var(--Text-Color, #181818);
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px; /* 100% */
            }

            .tes9 .tes9-slider .sginle-slider .bottom-area .heading p {
                color: var(--Paragraph-Color, #646375);
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 16px; /* 100% */
                padding-top: 10px;
            }

.tes9 .arrows-button button {
    border: none;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    height: 56px;
    width: 56px;
    background-color: #F3F5F2;
    border-radius: 50%;
    transition: all 0.4s;
}

    .tes9 .arrows-button button:hover {
        transition: all 0.4s;
        background-color: #A2EA61;
    }

.tes9 .arrows-button .tes9-next-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -50px;
    margin-top: -50px;
}

.tes9 .arrows-button .tes9-prev-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -50px;
    margin-top: -50px;
}

.tes9 .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 2rem 0 0 0;
    list-style-type: none;
}

    .tes9 .slick-dots li {
        margin: 0 0.25rem;
    }

    .tes9 .slick-dots button {
        display: block;
        width: 12px;
        height: 12px;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #F3F5F2;
        text-indent: -9999px;
        position: relative;
    }

        .tes9 .slick-dots button::after {
            content: "";
            position: absolute;
            top: -3px;
            left: -3px;
            height: 18px;
            width: 18px;
            border: 1px solid #325D28;
            border-radius: 50%;
            opacity: 0;
        }

    .tes9 .slick-dots li.slick-active button {
        background-color: #325D28;
    }

        .tes9 .slick-dots li.slick-active button::after {
            opacity: 1;
        }

.tes10 .tes10-slider {
    background-color: #fff;
    padding: 50px;
    border-radius: 8px;
    margin: 60px 100px 0px 100px;
}

@media (max-width: 767px) {
    .tes10 .tes10-slider {
        margin: 40px 0px 0px 0px;
        padding: 30px;
    }
}

.tes10 .tes10-slider .big-image img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tes10 .tes10-slider .big-image {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .tes10 .tes10-slider .big-image {
        margin-top: 30px;
    }
}

.tes10 .tes10-slider .content-area .stars {
    background-color: #E9F4F4;
    border-radius: 4px;
    padding: 6px 14px;
    display: inline-block;
}

    .tes10 .tes10-slider .content-area .stars li {
        display: inline-block;
        color: #24908D;
        margin: 0px 2px;
    }

.tes10 .tes10-slider .content-area p {
    color: #5F6464;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
    padding: 24px 0px;
}

.tes10 .tes10-slider .bottom-area {
    display: flex;
    align-items: center;
}

    .tes10 .tes10-slider .bottom-area .heading {
        padding-left: 22px;
    }

        .tes10 .tes10-slider .bottom-area .heading h6 a {
            display: inline-block;
            color: #011313;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px; /* 100% */
        }

        .tes10 .tes10-slider .bottom-area .heading p {
            color: rgba(1, 19, 19, 0.5333333333);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 100% */
            padding: 12px 0px 0px 0px;
        }

.tes10 .arrows-button {
    text-align: end;
}

@media (max-width: 767px) {
    .tes10 .arrows-button {
        text-align: center;
        margin-top: 30px;
    }
}

.tes10 .arrows-button button {
    border: none;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    color: #000120;
    transition: all 0.4s;
    background-color: #E9F4F4;
    margin-left: 5px;
}

    .tes10 .arrows-button button:hover {
        background-color: #24908D;
        color: #fff;
        transition: all 0.4s;
    }

.tes10 .arrows-button .tes10-next-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0;
}

@media (max-width: 767px) {
    .tes10 .arrows-button .tes10-next-arrow {
        position: relative;
    }
}

.tes10 .arrows-button .tes10-prev-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
}

@media (max-width: 767px) {
    .tes10 .arrows-button .tes10-prev-arrow {
        position: relative;
    }
}

/*
::::::::::::::::::::::::::
 TESTIMONIAL AREA CSS
::::::::::::::::::::::::::
*/
.author {
    text-align: center;
    margin-top: 60px;
}

    .author a {
        font-size: 21px;
        display: inline-block;
        margin-bottom: 10px;
        color: var(--ztc-bg-color-w);
    }

@media (max-width: 767px) {
    .author a {
        font-size: 18px;
    }
}

.author p {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    opacity: 0.6;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7882352941);
}

@media (max-width: 767px) {
    .author p {
        font-size: 14px;
    }
}

.testimonial-nav {
    width: 560px;
    margin: 0 auto;
    margin-left: 160px;
}

@media (max-width: 767px) {
    .testimonial-nav {
        width: auto;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-nav {
        width: auto;
        margin-left: 0;
    }
}

.testimonial-sliders {
    position: relative;
    z-index: 2;
}

.testimonial-arrows > div {
    position: absolute;
    top: 50%;
    left: -120px;
}

@media (max-width: 767px) {
    .testimonial-arrows > div {
        left: 50%;
        margin-left: -80px;
        top: 95%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-arrows > div {
        top: 95%;
        left: 50%;
        margin-left: -80px;
    }
}

.testimonial-arrows .slick-arrow button {
    width: 60px;
    height: 60px;
    text-align: center;
    background: none;
    border-radius: 50px;
    transition: all 0.3s;
    border: none;
    border: 1px solid rgba(255, 255, 255, 0.7450980392);
    color: #fff;
}

.testimonial-arrows .testimonial-next-arrow {
    left: auto;
    right: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-arrows .testimonial-next-arrow {
        right: 50%;
        margin-right: -80px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-arrows .testimonial-next-arrow {
        right: 50%;
        margin-right: -80px;
        margin-bottom: 30px;
    }
}

.testimonial-arrows .slick-arrow button:hover {
    transition: all 0.3s;
    background-color: var(--ztc-bg-color-w);
    color: var(--ztc-text-text-1);
}


.testimonial-2 .testimonial-arrows .slick-arrow button:hover {
    transition: all 0.3s;
}

.testimonial-3 .single-testimonial {
    border-radius: 8px;
    padding: 24px;
    margin-top: 0;
    cursor: move;
}

    .testimonial-3 .single-testimonial p {
        font-size: 18px;
        line-height: 30px;
        color: #304952;
        margin-bottom: 24px;
    }

@media (max-width: 767px) {
    .testimonial-3 .single-testimonial p {
        font-size: 16px;
        line-height: 26px;
    }
}

.testimonial-3 .testimonial-icon {
    background: #F5D1A4;
    box-shadow: 0 4px 15px rgba(245, 209, 164, 0.5);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 16px;
}

.testimonial-3 .author-reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-3 .review-1 {
    display: flex;
    box-shadow: 0 4px 10px rgba(220, 237, 243, 0.5);
    border-radius: 8px;
    padding: 3px 8px;
}

.testimonial-3 .review li {
    display: inline-block;
    font-size: 18px;
    color: #6FCF97;
}

@media (max-width: 767px) {
    .testimonial-3 .review li {
        font-size: 16px;
    }
}

.testimonial-3 .review-rate p {
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial-3 .author {
    margin-top: 0;
}

    .testimonial-3 .author a {
        font-size: 18px;
        line-height: 18px;
    }

@media (max-width: 767px) {
    .testimonial-3 .author a {
        font-size: 16px;
    }
}

.testimonial-4 .testimonials-4 {
    position: relative;
    z-index: 2;
}

    .testimonial-4 .testimonials-4:after {
        position: absolute;
        content: "";
        height: 100%;
        width: calc(100% - 215px);
        top: 0;
        right: 0;
        z-index: -1;
        border-radius: 8px;
    }

@media (max-width: 767px) {
    .testimonial-4 .testimonials-4:after {
        width: 100%;
    }
}

.testimonial-4 .single-testimonial {
    position: relative;
    z-index: 2;
    cursor: move;
    padding: 50px 100px 50px 350px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .testimonial-4 .single-testimonial {
        padding: 40px 20px 20px;
        text-align: center;
    }
}

.testimonial-4 .testimonial-image {
    height: 330px;
    width: 300px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -165px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonial-image {
        height: 120px;
        width: 120px;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 20px;
    }
}

.testimonial-4 .testimonial-contents p {
    font-size: 28px;
    line-height: 42px;
    margin: 20px 0 30px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonial-contents p {
        font-size: 18px;
        line-height: 28px;
    }
}

.testimonial-4 .testimonial-image img {
    border-radius: 8px;
    height: 100%;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-4 .testimonial-icon {
    width: 50px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonial-icon {
        width: 50px;
        margin: 0 auto;
    }
}

.testimonial-4 .testimonial-author a {
    font-size: 20px;
    line-height: 20px;
}

.testimonial-4 .testimonial-author p {
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 0;
}

.testimonial-4 .owl-nav button {
    height: 50px;
    width: 50px;
    text-align: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    font-size: 16px !important;
    display: block;
    margin: 10px 0;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .testimonial-4 .owl-nav button {
        border-radius: 50px;
        font-size: 16px !important;
        display: inline-block;
        margin: 0 5px;
    }
}

.testimonial-4 .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    right: -25px;
    z-index: 3;
}

@media (max-width: 767px) {
    .testimonial-4 .owl-nav {
        position: relative;
        top: auto;
        margin-top: 0;
        right: auto;
        z-index: 3;
        bottom: 0;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 20px 0 40px;
    }
}

.testimonial-4 .owl-nav button:hover {
    background: #161540 !important;
    color: #fff !important;
    transition: all 0 0.3s;
}

@media (max-width: 767px) {
    .contact-3 {
        overflow-x: hidden;
    }
}

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/

/*
::::::::::::::::::::::::::
 WORK AREA CSS
::::::::::::::::::::::::::
*/


.bottom-circle {
    position: relative;
    overflow: hidden;
}

    .bottom-circle::after {
        content: "";
        position: absolute;
        top: 200px;
        height: 70%;
        width: 100%;
        background-image: url(../img/bg/bottom-shape2.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -9;
        animation-name: shape-animaiton4;
        animation-duration: 92s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
        overflow: hidden;
    }


.sidebar-box-area .sidebar-blog-boxs .sidebar-blogs {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

    .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .image {
        height: 100px;
        width: 100px;
    }

        .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .image img {
            height: 100px;
            width: 100px;
        }

    .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading {
        padding-left: 16px;
    }

        .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading a.date {
            display: inline-block;
            font-size: var(--f-fs-font-fs16);
            line-height: var(--f-fs-font-fs16);
            font-weight: var(--f-fw-regular);
            color: #0D0E10;
        }

            .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading a.date img {
                margin-top: -3px;
                filter: brightness(0);
            }

        .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading h5 a {
            display: inline-block;
            font-size: var(--f-fs-font-fs16);
            line-height: var(--f-fs-font-fs24);
            font-weight: var(--f-fw-semibold);
            color: var(--ztc-text-text-1);
            padding-top: 16px;
            transition: all 0.4s;
        }

            .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs .heading h5 a:hover {
                color: var(--ztc-bg-main-bg-1);
                transition: all 0.4s;
            }

    .sidebar-box-area .sidebar-blog-boxs .sidebar-blogs:nth-last-child(1) {
        padding-bottom: 0;
    }


/*
::::::::::::::::::::::::::
 BLOG AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
.footer1 {
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer1 {
        padding-top: 50px;
    }
}

.footer1 .single-footer-items h3 {
    color: var(--ztc-text-text-1);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer1 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.footer1 .single-footer-items .social-icon {
    padding-top: 24px;
}

    .footer1 .single-footer-items .social-icon li {
        display: inline-block;
    }

        .footer1 .single-footer-items .social-icon li a {
            display: inline-block;
            color: var(--ztc-text-text-1);
            font-size: var(--f-fs-font-fs16);
            background-color: var(--ztc-bg-bg-2);
            height: 32px;
            width: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 50%;
            margin: 0px 2px;
            transition: all 0.4s;
        }

            .footer1 .single-footer-items .social-icon li a:hover {
                color: var(--ztc-bg-color-w);
                background-color: var(--ztc-bg-main-bg-1);
                transition: all 0.4s;
            }

.footer1 .single-footer-items .menu-list li a {
    display: inline-block;
    color: var(--ztc-text-pera-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-regular);
    padding: 10px 0px;
    transition: all 0.4s;
}

    .footer1 .single-footer-items .menu-list li a:hover {
        color: var(--ztc-bg-main-bg-3);
        transform: translateX(5px);
        transition: all 0.4s;
    }

.footer1 .single-footer-items .contact-box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

    .footer1 .single-footer-items .contact-box .icon {
        margin-right: 16px;
    }

    .footer1 .single-footer-items .contact-box .pera a {
        display: inline-block;
        color: var(--ztc-text-pera-text-1);
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-regular);
        transition: all 0.4s;
    }

        .footer1 .single-footer-items .contact-box .pera a:hover {
            color: var(--ztc-bg-main-bg-1);
            transition: all 0.4s;
        }

.footer1 .copyright-area {
    border-top: 1px solid #E8EAED;
}

    .footer1 .copyright-area .coppyright p {
        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);
    }

@media (max-width: 767px) {
    .footer1 .copyright-area .coppyright p {
        padding-top: 16px;
    }
}

.footer1 .copyright-area .coppyright a {
    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);
    display: inline-block;
}

.footer1 .copyright-area .coppyright.right-area {
    text-align: end;
}

@media (max-width: 767px) {
    .footer1 .copyright-area .coppyright.right-area {
        text-align: start;
    }
}

.footer1 .copyright-area .coppyright.right-area a {
    padding: 20px 20px;
}

    .footer1 .copyright-area .coppyright.right-area a:nth-child(1) {
        position: relative;
    }

@media (max-width: 767px) {
    .footer1 .copyright-area .coppyright.right-area a:nth-child(1) {
        padding: 20px 20px 20px 0px;
    }
}

.footer1 .copyright-area .coppyright.right-area a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #E8EAED;
}

.footer-logo-area {
    padding-right: 70px;
}

.footer2 {
    padding-top: 100px;
}

    .footer2 .single-footer-items h3 {
        color: var(--ztc-text-text-2);
        line-height: var(--f-fs-font-fs24);
        font-size: var(--f-fs-font-fs24);
        font-weight: var(--f-fw-blod);
        margin-bottom: 30px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer2 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.footer2 .single-footer-items .social-icon {
    padding-top: 24px;
}

    .footer2 .single-footer-items .social-icon li {
        display: inline-block;
    }

        .footer2 .single-footer-items .social-icon li a {
            display: inline-block;
            color: var(--ztc-text-pera-text-2);
            font-size: var(--f-fs-font-fs16);
            background-color: rgba(255, 255, 255, 0.1450980392);
            height: 32px;
            width: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 50%;
            margin: 0px 2px;
            transition: all 0.4s;
        }

            .footer2 .single-footer-items .social-icon li a:hover {
                color: var(--ztc-text-text-1);
                background-color: var(--ztc-bg-main-bg-4);
                transition: all 0.4s;
            }

.footer2 .single-footer-items .menu-list li a {
    display: inline-block;
    color: var(--ztc-text-pera-text-2);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-regular);
    padding: 11px 0px;
    transition: all 0.4s;
}

    .footer2 .single-footer-items .menu-list li a:hover {
        color: var(--ztc-bg-main-bg-4);
        transform: translateX(5px);
        transition: all 0.4s;
    }

.footer2 .single-footer-items .contact-box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

    .footer2 .single-footer-items .contact-box .icon {
        margin-right: 16px;
    }

        .footer2 .single-footer-items .contact-box .icon img {
            filter: brightness(40);
        }

    .footer2 .single-footer-items .contact-box .pera a {
        display: inline-block;
        color: var(--ztc-text-pera-text-2);
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-regular);
        transition: all 0.4s;
    }

        .footer2 .single-footer-items .contact-box .pera a:hover {
            color: var(--ztc-bg-main-bg-4);
            transition: all 0.4s;
        }

.footer2 .copyright-area {
    background: rgb(25, 26, 31);
    background: linear-gradient(90deg, rgb(25, 26, 31) 0%, rgb(38, 25, 68) 78%);
}

    .footer2 .copyright-area .coppyright p {
        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-2);
    }

@media (max-width: 767px) {
    .footer2 .copyright-area .coppyright p {
        padding-top: 16px;
    }
}

.footer2 .copyright-area .coppyright a {
    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-2);
    display: inline-block;
}

.footer2 .copyright-area .coppyright.right-area {
    text-align: end;
}

@media (max-width: 767px) {
    .footer2 .copyright-area .coppyright.right-area {
        text-align: start;
    }
}

.footer2 .copyright-area .coppyright.right-area a {
    padding: 20px 20px;
}

    .footer2 .copyright-area .coppyright.right-area a:nth-child(1) {
        position: relative;
    }

@media (max-width: 767px) {
    .footer2 .copyright-area .coppyright.right-area a:nth-child(1) {
        padding: 20px 20px 20px 0px;
    }
}

.footer2 .copyright-area .coppyright.right-area a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #E8EAED;
}

.footer2 .copyright-area .arrow-up {
    display: inline-block;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: var(--ztc-bg-main-bg-4);
    color: var(--ztc-text-text-1);
    position: absolute;
    left: 50%;
    margin-left: -26px;
    top: -26px;
    text-align: center;
    line-height: 55px;
}

@media (max-width: 767px) {
    .footer2 .copyright-area .arrow-up {
        top: -55px;
    }
}

.footer3 {
    padding-top: 100px;
}

    .footer3 .single-footer-items h3 {
        color: var(--ztc-text-text-2);
        line-height: var(--f-fs-font-fs24);
        font-size: var(--f-fs-font-fs24);
        font-weight: var(--f-fw-blod);
        margin-bottom: 30px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer3 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.footer3 .single-footer-items .social-icon {
    padding-top: 24px;
}

    .footer3 .single-footer-items .social-icon li {
        display: inline-block;
    }

        .footer3 .single-footer-items .social-icon li a {
            display: inline-block;
            color: var(--ztc-text-text-2);
            font-size: var(--f-fs-font-fs16);
            background-color: rgba(255, 255, 255, 0.1450980392);
            height: 32px;
            width: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 50%;
            margin: 0px 2px;
            transition: all 0.4s;
        }

            .footer3 .single-footer-items .social-icon li a:hover {
                color: var(--ztc-text-text-2);
                background-color: var(--ztc-bg-main-bg-3);
                transition: all 0.4s;
            }

.footer3 .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-regular);
    padding: 10px 0px;
    transition: all 0.4s;
}

    .footer3 .single-footer-items .menu-list li a:hover {
        color: var(--ztc-bg-main-bg-3);
        transform: translateX(5px);
        transition: all 0.4s;
    }

.footer3 .single-footer-items .contact-box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

    .footer3 .single-footer-items .contact-box .icon {
        margin-right: 16px;
    }

        .footer3 .single-footer-items .contact-box .icon img {
            filter: brightness(40);
        }

    .footer3 .single-footer-items .contact-box .pera 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-regular);
        transition: all 0.4s;
    }

        .footer3 .single-footer-items .contact-box .pera a:hover {
            color: var(--ztc-bg-main-bg-3);
            transition: all 0.4s;
        }

.footer3 .copyright-area {
    background: rgb(37, 40, 48);
    background: linear-gradient(90deg, rgb(37, 40, 48) 0%, rgb(39, 61, 147) 48%, rgb(37, 39, 45) 100%);
}

    .footer3 .copyright-area .coppyright p {
        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-2);
    }

@media (max-width: 767px) {
    .footer3 .copyright-area .coppyright p {
        padding-top: 16px;
    }
}

.footer3 .copyright-area .coppyright a {
    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-2);
    display: inline-block;
}

.footer3 .copyright-area .coppyright.right-area {
    text-align: end;
}

@media (max-width: 767px) {
    .footer3 .copyright-area .coppyright.right-area {
        text-align: start;
    }
}

.footer3 .copyright-area .coppyright.right-area a {
    padding: 20px 20px;
}

    .footer3 .copyright-area .coppyright.right-area a:nth-child(1) {
        position: relative;
    }

@media (max-width: 767px) {
    .footer3 .copyright-area .coppyright.right-area a:nth-child(1) {
        padding: 20px 20px 20px 0px;
    }
}

.footer3 .copyright-area .coppyright.right-area a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #E8EAED;
}

.footer3 .copyright-area .arrow-up {
    display: inline-block;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: var(--ztc-bg-main-bg-3);
    color: var(--ztc-text-text-2);
    position: absolute;
    left: 50%;
    margin-left: -26px;
    top: -26px;
    text-align: center;
    line-height: 55px;
}

@media (max-width: 767px) {
    .footer3 .copyright-area .arrow-up {
        top: -55px;
    }
}

.footer4 {
    padding-top: 100px;
    background-color: var(--ztc-bg-bg-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer4 {
        padding-top: 50px;
    }
}

.footer4 .single-footer-items h3 {
    color: var(--ztc-text-text-1);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer4 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.footer4 .single-footer-items .social-icon {
    padding-top: 24px;
}

    .footer4 .single-footer-items .social-icon li {
        display: inline-block;
    }

        .footer4 .single-footer-items .social-icon li a {
            display: inline-block;
            color: var(--ztc-text-text-1);
            font-size: var(--f-fs-font-fs16);
            background-color: #EAE3F9;
            height: 32px;
            width: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 50%;
            margin: 0px 2px;
            transition: all 0.4s;
        }

            .footer4 .single-footer-items .social-icon li a:hover {
                color: var(--ztc-text-text-2);
                background-color: var(--ztc-bg-main-bg-2);
                transition: all 0.4s;
            }

.footer4 .single-footer-items .menu-list li a {
    display: inline-block;
    color: var(--ztc-text-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-regular);
    padding: 10px 0px;
    transition: all 0.4s;
}

    .footer4 .single-footer-items .menu-list li a:hover {
        color: var(--ztc-bg-main-bg-2);
        transform: translateX(5px);
        transition: all 0.4s;
    }

.footer4 .single-footer-items .contact-box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

    .footer4 .single-footer-items .contact-box .icon {
        margin-right: 16px;
    }

    .footer4 .single-footer-items .contact-box .pera a {
        display: inline-block;
        color: var(--ztc-text-text-1);
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-regular);
        transition: all 0.4s;
    }

        .footer4 .single-footer-items .contact-box .pera a:hover {
            color: var(--ztc-bg-main-bg-2);
            transition: all 0.4s;
        }

.footer4 .copyright-area {
    border-top: 1px solid #E8EAED;
}

    .footer4 .copyright-area .coppyright p {
        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);
    }

@media (max-width: 767px) {
    .footer4 .copyright-area .coppyright p {
        padding-top: 16px;
    }
}

.footer4 .copyright-area .coppyright a {
    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);
    display: inline-block;
}

.footer4 .copyright-area .coppyright.right-area {
    text-align: end;
}

@media (max-width: 767px) {
    .footer4 .copyright-area .coppyright.right-area {
        text-align: start;
    }
}

.footer4 .copyright-area .coppyright.right-area a {
    padding: 20px 20px;
}

    .footer4 .copyright-area .coppyright.right-area a:nth-child(1) {
        position: relative;
    }

@media (max-width: 767px) {
    .footer4 .copyright-area .coppyright.right-area a:nth-child(1) {
        padding: 20px 20px 20px 0px;
    }
}

.footer4 .copyright-area .coppyright.right-area a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #E8EAED;
}

.footer5 {
    padding-top: 200px;
    background-color: #F5F6F9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer5 {
        padding-top: 50px;
    }
}

.footer5 .single-footer-items h3 {
    color: var(--ztc-text-text-1);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer5 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.footer5 .single-footer-items .social-icon {
    padding-top: 24px;
}

    .footer5 .single-footer-items .social-icon li {
        display: inline-block;
    }

        .footer5 .single-footer-items .social-icon li a {
            display: inline-block;
            color: var(--ztc-text-text-1);
            font-size: var(--f-fs-font-fs16);
            background-color: #fff;
            height: 32px;
            width: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 50%;
            margin: 0px 2px;
            transition: all 0.4s;
        }

            .footer5 .single-footer-items .social-icon li a:hover {
                color: var(--ztc-bg-color-w);
                background-color: #FA6444;
                transition: all 0.4s;
            }

.footer5 .single-footer-items .menu-list li a {
    display: inline-block;
    color: var(--ztc-text-pera-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-regular);
    padding: 10px 0px;
    transition: all 0.4s;
}

    .footer5 .single-footer-items .menu-list li a:hover {
        color: #FA6444;
        transform: translateX(5px);
        transition: all 0.4s;
    }

.footer5 .single-footer-items .contact-box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

    .footer5 .single-footer-items .contact-box .icon {
        margin-right: 16px;
    }

    .footer5 .single-footer-items .contact-box .pera a {
        display: inline-block;
        color: var(--ztc-text-pera-text-1);
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-regular);
        transition: all 0.4s;
    }

        .footer5 .single-footer-items .contact-box .pera a:hover {
            color: #FA6444;
            transition: all 0.4s;
        }

.footer5 .copyright-area {
    border-top: 1px solid #E8EAED;
    padding: 16px 0px;
}

    .footer5 .copyright-area .coppyright p {
        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);
    }

@media (max-width: 767px) {
    .footer5 .copyright-area .coppyright p {
        padding-top: 16px;
    }
}

.footer5 .copyright-area .coppyright a {
    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);
    display: inline-block;
}

.footer5 .copyright-area .coppyright.right-area {
    text-align: end;
}

@media (max-width: 767px) {
    .footer5 .copyright-area .coppyright.right-area {
        text-align: start;
    }
}

.footer5 .copyright-area .coppyright.right-area a {
    padding: 20px 20px;
}

    .footer5 .copyright-area .coppyright.right-area a:nth-child(1) {
        position: relative;
    }

@media (max-width: 767px) {
    .footer5 .copyright-area .coppyright.right-area a:nth-child(1) {
        padding: 20px 20px 20px 0px;
    }
}

.footer5 .copyright-area .coppyright.right-area a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #E8EAED;
}

.footer7 {
    padding-top: 200px;
    background-color: #F5F6F9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer7 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer7 {
        padding-top: 50px;
    }
}

.footer7 .single-footer-items h3 {
    color: var(--ztc-text-text-1);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer7 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer7 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.footer7 .single-footer-items .social-icon {
    padding-top: 24px;
}

    .footer7 .single-footer-items .social-icon li {
        display: inline-block;
    }

        .footer7 .single-footer-items .social-icon li a {
            display: inline-block;
            color: var(--ztc-text-text-1);
            font-size: var(--f-fs-font-fs16);
            background-color: #fff;
            height: 32px;
            width: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 50%;
            margin: 0px 2px;
            transition: all 0.4s;
        }

            .footer7 .single-footer-items .social-icon li a:hover {
                color: var(--ztc-bg-color-w);
                background-color: #0061FF;
                transition: all 0.4s;
            }

.footer7 .single-footer-items .menu-list li a {
    display: inline-block;
    color: var(--ztc-text-pera-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-regular);
    padding: 10px 0px;
    transition: all 0.4s;
}

    .footer7 .single-footer-items .menu-list li a:hover {
        color: #0061FF;
        transform: translateX(5px);
        transition: all 0.4s;
    }

.footer7 .single-footer-items .contact-box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

    .footer7 .single-footer-items .contact-box .icon {
        margin-right: 16px;
    }

    .footer7 .single-footer-items .contact-box .pera a {
        display: inline-block;
        color: var(--ztc-text-pera-text-1);
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-regular);
        transition: all 0.4s;
    }

        .footer7 .single-footer-items .contact-box .pera a:hover {
            color: #0061FF;
            transition: all 0.4s;
        }

.footer7 .copyright-area {
    border-top: 1px solid #E8EAED;
    padding: 16px 0px;
}

    .footer7 .copyright-area .coppyright p {
        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);
    }

@media (max-width: 767px) {
    .footer7 .copyright-area .coppyright p {
        padding-top: 16px;
    }
}

.footer7 .copyright-area .coppyright a {
    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);
    display: inline-block;
}

.footer7 .copyright-area .coppyright.right-area {
    text-align: end;
}

@media (max-width: 767px) {
    .footer7 .copyright-area .coppyright.right-area {
        text-align: start;
    }
}

.footer7 .copyright-area .coppyright.right-area a {
    padding: 20px 20px;
}

    .footer7 .copyright-area .coppyright.right-area a:nth-child(1) {
        position: relative;
    }

@media (max-width: 767px) {
    .footer7 .copyright-area .coppyright.right-area a:nth-child(1) {
        padding: 20px 20px 20px 0px;
    }
}

.footer7 .copyright-area .coppyright.right-area a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #E8EAED;
}

.footer8 {
    padding-top: 200px;
    background-color: #F5F6F9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer8 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer8 {
        padding-top: 50px;
    }
}

.footer8 .single-footer-items h3 {
    color: var(--ztc-text-text-1);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer8 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer8 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.footer8 .single-footer-items .social-icon {
    padding-top: 24px;
}

    .footer8 .single-footer-items .social-icon li {
        display: inline-block;
    }

        .footer8 .single-footer-items .social-icon li a {
            display: inline-block;
            color: var(--ztc-text-text-1);
            font-size: var(--f-fs-font-fs16);
            background-color: #fff;
            height: 32px;
            width: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 50%;
            margin: 0px 2px;
            transition: all 0.4s;
        }

            .footer8 .single-footer-items .social-icon li a:hover {
                color: var(--ztc-bg-color-w);
                background-color: #4D32A5;
                transition: all 0.4s;
            }

.footer8 .single-footer-items .menu-list li a {
    display: inline-block;
    color: var(--ztc-text-pera-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-regular);
    padding: 10px 0px;
    transition: all 0.4s;
}

    .footer8 .single-footer-items .menu-list li a:hover {
        color: #4D32A5;
        transform: translateX(5px);
        transition: all 0.4s;
    }

.footer8 .single-footer-items .contact-box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

    .footer8 .single-footer-items .contact-box .icon {
        margin-right: 16px;
    }

    .footer8 .single-footer-items .contact-box .pera a {
        display: inline-block;
        color: var(--ztc-text-pera-text-1);
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-regular);
        transition: all 0.4s;
    }

        .footer8 .single-footer-items .contact-box .pera a:hover {
            color: #4D32A5;
            transition: all 0.4s;
        }

.footer8 .copyright-area {
    border-top: 1px solid #E8EAED;
    padding: 16px 0px;
}

    .footer8 .copyright-area .coppyright p {
        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);
    }

@media (max-width: 767px) {
    .footer8 .copyright-area .coppyright p {
        padding-top: 16px;
    }
}

.footer8 .copyright-area .coppyright a {
    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);
    display: inline-block;
}

.footer8 .copyright-area .coppyright.right-area {
    text-align: end;
}

@media (max-width: 767px) {
    .footer8 .copyright-area .coppyright.right-area {
        text-align: start;
    }
}

.footer8 .copyright-area .coppyright.right-area a {
    padding: 20px 20px;
}

    .footer8 .copyright-area .coppyright.right-area a:nth-child(1) {
        position: relative;
    }

@media (max-width: 767px) {
    .footer8 .copyright-area .coppyright.right-area a:nth-child(1) {
        padding: 20px 20px 20px 0px;
    }
}

.footer8 .copyright-area .coppyright.right-area a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #E8EAED;
}

.footer9 {
    background-color: #fff;
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer9 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer9 {
        padding-top: 50px;
    }
}

.footer9 .single-footer-items h3 {
    color: var(--ztc-text-text-1);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer9 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer9 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.footer9 .single-footer-items .social-icon {
    padding-top: 24px;
}

    .footer9 .single-footer-items .social-icon li {
        display: inline-block;
    }

        .footer9 .single-footer-items .social-icon li a {
            display: inline-block;
            color: var(--ztc-text-text-1);
            font-size: var(--f-fs-font-fs16);
            background-color: #F3F5F2;
            height: 32px;
            width: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 50%;
            margin: 0px 2px;
            transition: all 0.4s;
        }

            .footer9 .single-footer-items .social-icon li a:hover {
                color: var(--ztc-bg-color-w);
                background-color: #325D28;
                transition: all 0.4s;
            }

.footer9 .single-footer-items .menu-list li a {
    display: inline-block;
    color: var(--ztc-text-pera-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-regular);
    padding: 10px 0px;
    transition: all 0.4s;
}

    .footer9 .single-footer-items .menu-list li a:hover {
        color: #325D28;
        transform: translateX(5px);
        transition: all 0.4s;
    }

.footer9 .single-footer-items .contact-box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

    .footer9 .single-footer-items .contact-box .icon {
        margin-right: 16px;
    }

    .footer9 .single-footer-items .contact-box .pera a {
        display: inline-block;
        color: var(--ztc-text-pera-text-1);
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-regular);
        transition: all 0.4s;
    }

        .footer9 .single-footer-items .contact-box .pera a:hover {
            color: #325D28;
            transition: all 0.4s;
        }

.footer9 .copyright-area {
    border-top: 1px solid #E8EAED;
    padding: 16px 0px;
}

    .footer9 .copyright-area .coppyright p {
        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);
    }

@media (max-width: 767px) {
    .footer9 .copyright-area .coppyright p {
        padding-top: 16px;
    }
}

.footer9 .copyright-area .coppyright a {
    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);
    display: inline-block;
}

.footer9 .copyright-area .coppyright.right-area {
    text-align: end;
}

@media (max-width: 767px) {
    .footer9 .copyright-area .coppyright.right-area {
        text-align: start;
    }
}

.footer9 .copyright-area .coppyright.right-area a {
    padding: 20px 20px;
}

    .footer9 .copyright-area .coppyright.right-area a:nth-child(1) {
        position: relative;
    }

@media (max-width: 767px) {
    .footer9 .copyright-area .coppyright.right-area a:nth-child(1) {
        padding: 20px 20px 20px 0px;
    }
}

.footer9 .copyright-area .coppyright.right-area a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #E8EAED;
}

.footer10 {
    background-color: #F5F5F5;
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer10 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer10 {
        padding-top: 50px;
    }
}

.footer10 .single-footer-items h3 {
    color: var(--ztc-text-text-1);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer10 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer10 .single-footer-items h3 {
        margin-bottom: 16px;
        margin-top: 30px;
    }
}

.footer10 .single-footer-items .social-icon {
    padding-top: 24px;
}

    .footer10 .single-footer-items .social-icon li {
        display: inline-block;
    }

        .footer10 .single-footer-items .social-icon li a {
            display: inline-block;
            color: var(--ztc-text-text-1);
            font-size: var(--f-fs-font-fs16);
            background-color: rgba(36, 144, 140, 0.137254902);
            height: 32px;
            width: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 50%;
            margin: 0px 2px;
            transition: all 0.4s;
        }

            .footer10 .single-footer-items .social-icon li a:hover {
                color: var(--ztc-bg-color-w);
                background-color: #24908D;
                transition: all 0.4s;
            }

.footer10 .single-footer-items .menu-list li a {
    display: inline-block;
    color: var(--ztc-text-pera-text-1);
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-regular);
    padding: 10px 0px;
    transition: all 0.4s;
}

    .footer10 .single-footer-items .menu-list li a:hover {
        color: #24908D;
        transform: translateX(5px);
        transition: all 0.4s;
    }

.footer10 .single-footer-items .contact-box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

    .footer10 .single-footer-items .contact-box .icon {
        margin-right: 16px;
    }

    .footer10 .single-footer-items .contact-box .pera a {
        display: inline-block;
        color: var(--ztc-text-pera-text-1);
        font-size: var(--f-fs-font-fs16);
        line-height: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-regular);
        transition: all 0.4s;
    }

        .footer10 .single-footer-items .contact-box .pera a:hover {
            color: #24908D;
            transition: all 0.4s;
        }

.footer10 .copyright-area {
    border-top: 1px solid #E8EAED;
    padding: 16px 0px;
}

    .footer10 .copyright-area .coppyright p {
        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);
    }

@media (max-width: 767px) {
    .footer10 .copyright-area .coppyright p {
        padding-top: 16px;
    }
}

.footer10 .copyright-area .coppyright a {
    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);
    display: inline-block;
}

.footer10 .copyright-area .coppyright.right-area {
    text-align: end;
}

@media (max-width: 767px) {
    .footer10 .copyright-area .coppyright.right-area {
        text-align: start;
    }
}

.footer10 .copyright-area .coppyright.right-area a {
    padding: 20px 20px;
}

    .footer10 .copyright-area .coppyright.right-area a:nth-child(1) {
        position: relative;
    }

@media (max-width: 767px) {
    .footer10 .copyright-area .coppyright.right-area a:nth-child(1) {
        padding: 20px 20px 20px 0px;
    }
}

.footer10 .copyright-area .coppyright.right-area a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #E8EAED;
}

/*
::::::::::::::::::::::::::
 FOOTER AREA CSS
::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::
 HEADER AREA CSS
::::::::::::::::::::::::::
*/
.header-top {
    padding: 16px 0;
    text-align: center;
    background-color: var(--ztc-bg-main-bg-1);
}

    .header-top .pera p {
        font-size: var(--f-fs-font-fs16);
        font-weight: var(--f-fw-blod);
        color: var(--ztc-text-text-2);
        line-height: var(--f-fs-font-fs16);
    }

        .header-top .pera p img {
            margin-top: -4px;
            margin-right: 2px;
        }

.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 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;
}

.tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-bg-color-w);
    top: 201.3%;
    transform: scale(1, 0);
    z-index: 0;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 20px;
    left: -255px;
    width: 1300px;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    transform-origin: top;
    display: block;
}

/* 
++++++++++++++++++++++++++++++++++
=========nav menu all ==========
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area1 {
    background-color: #fff;
}

    .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 0 0;
        text-align: center;
    }

        .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: 28%;
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
        }

        .header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .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 .img1 .coming {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -84px;
                margin-top: -30px;
                height: 60px !important;
                width: 168px !important;
                z-index: 99;
                border: none !important;
            }

        .header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
            transform: scale(1) !important;
            transition: all 0.4s !important;
            visibility: visible !important;
            opacity: 0.4 !important;
        }

        .header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
            position: absolute;
            top: 45%;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            text-align: center;
            transition: all 0.6s;
            margin: 0 auto;
            left: 20%;
            right: 20%;
        }

            .header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                display: inline-block;
                font-size: var(--ztc-font-size-font-s16);
                line-height: var(--ztc-font-size-font-s16);
                font-weight: var(--ztc-weight-bold);
                background: var(--ztc-bg-main-bg-3);
                color: var(--ztc-text-text-2);
                padding: 16px;
                transition: all 0.4s;
                border-radius: 8px;
                position: relative;
                width: 140px;
                z-index: 1;
            }

                .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: #4e7afd;
                }

                    .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 .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;
            text-align: center;
        }

            .header-area.header-area1 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
                color: #0E38B1;
                transition: all 0.4s;
            }

    .header-area.header-area1 .main-menu-ex ul li ul {
        position: absolute;
        left: 0;
        top: 50px;
        border-radius: 4px;
        width: 220px;
        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: 10px 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-area8 {
    background-color: #fff;
}

    .header-area.header-area8 .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: var(--ztc-bg-color-w);
        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: hidden;
        overflow-y: scroll;
        transform-origin: top;
        display: block;
    }

        .header-area.header-area8 .main-menu-ex ul li .tp-submenu .all-images-menu {
            display: flex;
            align-items: center;
        }

        .header-area.header-area8 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
            transition: all 0.4s;
            position: relative;
            z-index: 1;
            margin: 0 20px 0 0;
            text-align: center;
        }

            .header-area.header-area8 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
                top: 28%;
                visibility: visible;
                opacity: 1;
                transition: all 0.6s;
            }

            .header-area.header-area8 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
                position: relative;
                z-index: 1;
                overflow: hidden;
            }

                .header-area.header-area8 .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 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 .coming {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-left: -84px;
                    margin-top: -30px;
                    height: 60px !important;
                    width: 168px !important;
                    z-index: 99;
                    border: none !important;
                }

            .header-area.header-area8 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
                transform: scale(1) !important;
                transition: all 0.4s !important;
                visibility: visible !important;
                opacity: 0.4 !important;
            }

            .header-area.header-area8 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
                position: absolute;
                top: 45%;
                z-index: 2;
                visibility: hidden;
                opacity: 0;
                text-align: center;
                transition: all 0.6s;
                margin: 0 auto;
                left: 20%;
                right: 20%;
            }

                .header-area.header-area8 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                    display: inline-block;
                    font-size: var(--ztc-font-size-font-s16);
                    line-height: var(--ztc-font-size-font-s16);
                    font-weight: var(--ztc-weight-bold);
                    background: #4D32A5;
                    color: var(--ztc-text-text-2);
                    padding: 16px;
                    transition: all 0.4s;
                    border-radius: 8px;
                    position: relative;
                    width: 140px;
                    z-index: 1;
                }

                    .header-area.header-area8 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
                        color: #fff;
                        transition: all 0.4s;
                        transform: translateY(-5px);
                        background: #4D32A5;
                    }

                        .header-area.header-area8 .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 .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;
                text-align: center;
            }

                .header-area.header-area8 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
                    color: #0E38B1;
                    transition: all 0.4s;
                }

    .header-area.header-area8 .main-menu-ex ul li ul {
        position: absolute;
        left: 0;
        top: 50px;
        border-radius: 4px;
        width: 220px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
        padding: 10px;
    }

        .header-area.header-area8 .main-menu-ex ul li ul li ul {
            left: 200px;
        }

        .header-area.header-area8 .main-menu-ex ul li ul li a {
            color: var(--qt-text-h-text1);
        }

            .header-area.header-area8 .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-area8 .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-area8 .main-menu-ex ul li a {
        color: var(--qt-text-h-text1);
        font-size: 16px;
        display: block;
        font-weight: 500;
        padding: 10px 15px;
        transition: all 0.3s;
    }

    .header-area.header-area8 .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 {
    background-color: #fff;
}

    .header-area.header-area2 .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: 320px;
        overflow-x: hidden;
        overflow-y: hidden;
        transform-origin: top;
        display: block;
        border: 4px solid rgba(106, 92, 255, 0.1098039216);
    }

        .header-area.header-area2 .main-menu-ex ul li .mega-menu-all ul {
            box-shadow: none !important;
            padding: 0px 10px !important;
            border: none !important;
        }

            .header-area.header-area2 .main-menu-ex ul li .mega-menu-all ul li a {
                display: inline-block;
                padding: 8px 40px;
            }

                .header-area.header-area2 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
                    left: 39px !important;
                }

        .header-area.header-area2 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
            position: relative;
        }

            .header-area.header-area2 .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 .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 .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 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
                display: none;
            }

    .header-area.header-area2 .main-menu-ex ul li .tp-submenu .all-images-menu {
        display: flex;
        align-items: center;
    }

    .header-area.header-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
        transition: all 0.4s;
        position: relative;
        z-index: 1;
        margin: 0 20px 0 0;
        text-align: center;
    }

        .header-area.header-area2 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
            top: 30%;
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
        }

        .header-area.header-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .header-area.header-area2 .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 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 .coming {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -84px;
                margin-top: -30px;
                height: 60px !important;
                width: 168px !important;
                z-index: 99;
                border: none !important;
            }

        .header-area.header-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
            transform: scale(1) !important;
            transition: all 0.4s !important;
            visibility: visible !important;
            opacity: 0.4 !important;
        }

        .header-area.header-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb .theme-btn2 {
            padding: 16px;
            color: #000026;
            font-weight: 700;
        }

        .header-area.header-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
            position: absolute;
            top: 40%;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            text-align: center;
            transition: all 0.6s;
            margin: 0 auto;
            left: 20%;
            right: 20%;
        }

            .header-area.header-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                display: inline-block;
                font-size: var(--ztc-font-size-font-s16);
                line-height: var(--ztc-font-size-font-s16);
                font-weight: 600;
                background: #A1E934;
                color: #000;
                padding: 16px;
                transition: all 0.4s;
                border-radius: 111px;
                position: relative;
                width: 140px;
                z-index: 1;
            }

                .header-area.header-area2 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
                    color: #000;
                    transition: all 0.4s;
                    transform: translateY(-5px);
                    background: #A1E934;
                }

                    .header-area.header-area2 .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 .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;
            text-align: center;
        }

            .header-area.header-area2 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
                color: #A1E934;
                transition: all 0.4s;
            }

    .header-area.header-area2 .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-area2 .main-menu-ex ul li ul li ul {
            left: 200px;
        }

        .header-area.header-area2 .main-menu-ex ul li ul li a {
            color: var(--qt-text-h-text1);
        }

            .header-area.header-area2 .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-area2 .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-area2 .main-menu-ex ul li a {
        color: var(--qt-text-h-text1);
        font-size: 16px;
        display: block;
        font-weight: 500;
        padding: 10px 15px;
        transition: all 0.3s;
    }

    .header-area.header-area2 .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%;
        overflow-x: hidden;
        overflow-y: scroll;
        position: absolute;
        transition: all 0.4s;
        transform: scale(1);
    }

    .header-area.header-area2 .main-menu-ex ul li:hover .mega-menu-all {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateY(-30px);
    }

    .header-area.header-area2 .tp-submenu {
        visibility: hidden;
        opacity: 0;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
        position: absolute;
        background: var(--ztc-bg-color-w);
        top: 201.3%;
        transform: scale(1, 0);
        z-index: 0;
        transition: all 0.4s;
        border-radius: 5px;
        padding: 20px;
        left: -315px;
        width: 1300px;
        max-height: 600px;
        overflow: hidden;
        transform-origin: top;
        display: block;
    }

.header-area.header-area3 {
    background-color: #fff;
}

    .header-area.header-area3 .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: 320px;
        overflow-x: hidden;
        overflow-y: hidden;
        transform-origin: top;
        display: block;
        border: 4px solid rgba(106, 92, 255, 0.1098039216);
    }

        .header-area.header-area3 .main-menu-ex ul li .mega-menu-all ul {
            box-shadow: none !important;
            padding: 0px 10px !important;
            border: none !important;
        }

            .header-area.header-area3 .main-menu-ex ul li .mega-menu-all ul li a {
                display: inline-block;
                padding: 8px 40px;
            }

                .header-area.header-area3 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
                    left: 39px !important;
                }

        .header-area.header-area3 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
            position: relative;
        }

            .header-area.header-area3 .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 .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 .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 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
                display: none;
            }

    .header-area.header-area3 .main-menu-ex ul li .tp-submenu {
        left: -300px;
    }

        .header-area.header-area3 .main-menu-ex ul li .tp-submenu .all-images-menu {
            display: flex;
            align-items: center;
        }

        .header-area.header-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
            transition: all 0.4s;
            position: relative;
            z-index: 1;
            margin: 0 20px 0 0;
            text-align: center;
        }

            .header-area.header-area3 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
                top: 33%;
                visibility: visible;
                opacity: 1;
                transition: all 0.6s;
            }

            .header-area.header-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
                position: relative;
                z-index: 1;
                overflow: hidden;
            }

                .header-area.header-area3 .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 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 .coming {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-left: -84px;
                    margin-top: -30px;
                    height: 60px !important;
                    width: 168px !important;
                    z-index: 99;
                    border: none !important;
                }

            .header-area.header-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
                transform: scale(1) !important;
                transition: all 0.4s !important;
                visibility: visible !important;
                opacity: 0.4 !important;
            }

            .header-area.header-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb .theme-btn4 {
                padding: 16px;
                font-weight: 700;
            }

            .header-area.header-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
                position: absolute;
                top: 45%;
                z-index: 2;
                visibility: hidden;
                opacity: 0;
                text-align: center;
                transition: all 0.6s;
                margin: 0 auto;
                left: 20%;
                right: 20%;
            }

                .header-area.header-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                    display: inline-block;
                    font-size: var(--ztc-font-size-font-s16);
                    line-height: var(--ztc-font-size-font-s16);
                    font-weight: var(--ztc-weight-bold);
                    background: var(--ztc-bg-main-bg-3);
                    color: var(--ztc-text-text-2);
                    padding: 16px;
                    transition: all 0.4s;
                    border-radius: 8px;
                    position: relative;
                    width: 140px;
                    z-index: 1;
                }

                    .header-area.header-area3 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
                        color: #fff;
                        transition: all 0.4s;
                        transform: translateY(-5px);
                        background: #4e7afd;
                    }

                        .header-area.header-area3 .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 .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;
                text-align: center;
            }

                .header-area.header-area3 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
                    color: #113ADC;
                    transition: all 0.4s;
                }

    .header-area.header-area3 .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-area3 .main-menu-ex ul li ul li ul {
            left: 200px;
        }

        .header-area.header-area3 .main-menu-ex ul li ul li a {
            color: var(--qt-text-h-text1);
        }

            .header-area.header-area3 .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-area3 .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-area3 .main-menu-ex ul li a {
        color: var(--qt-text-h-text1);
        font-size: 16px;
        display: block;
        font-weight: 500;
        padding: 10px 15px;
        transition: all 0.3s;
    }

    .header-area.header-area3 .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 .main-menu-ex ul li:hover .mega-menu-all {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateY(-30px);
    }

.header-area.header-area4 {
    background-color: #fff;
}

    .header-area.header-area4 .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: 320px;
        overflow-x: hidden;
        overflow-y: hidden;
        transform-origin: top;
        display: block;
        border: 4px solid rgba(106, 92, 255, 0.1098039216);
    }

        .header-area.header-area4 .main-menu-ex ul li .mega-menu-all ul {
            box-shadow: none !important;
            padding: 0px 10px !important;
            border: none !important;
        }

            .header-area.header-area4 .main-menu-ex ul li .mega-menu-all ul li a {
                display: inline-block;
                padding: 8px 40px;
            }

                .header-area.header-area4 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
                    left: 39px !important;
                }

        .header-area.header-area4 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
            position: relative;
        }

            .header-area.header-area4 .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 .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 .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 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
                display: none;
            }

    .header-area.header-area4 .main-menu-ex ul li .tp-submenu {
        left: -335px;
    }

        .header-area.header-area4 .main-menu-ex ul li .tp-submenu .all-images-menu {
            display: flex;
            align-items: center;
        }

        .header-area.header-area4 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
            transition: all 0.4s;
            position: relative;
            z-index: 1;
            margin: 0 20px 0 0;
            text-align: center;
        }

            .header-area.header-area4 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
                top: 28%;
                visibility: visible;
                opacity: 1;
                transition: all 0.6s;
            }

            .header-area.header-area4 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
                position: relative;
                z-index: 1;
                overflow: hidden;
            }

                .header-area.header-area4 .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 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 .coming {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-left: -84px;
                    margin-top: -30px;
                    height: 60px !important;
                    width: 168px !important;
                    z-index: 99;
                    border: none !important;
                }

            .header-area.header-area4 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
                transform: scale(1) !important;
                transition: all 0.4s !important;
                visibility: visible !important;
                opacity: 0.4 !important;
            }

            .header-area.header-area4 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
                position: absolute;
                top: 45%;
                z-index: 2;
                visibility: hidden;
                opacity: 0;
                text-align: center;
                transition: all 0.6s;
                margin: 0 auto;
                left: 20%;
                right: 20%;
            }

                .header-area.header-area4 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                    display: inline-block;
                    font-size: var(--ztc-font-size-font-s16);
                    line-height: var(--ztc-font-size-font-s16);
                    font-weight: 700;
                    background: #6E18EF;
                    color: var(--ztc-text-text-2);
                    padding: 16px;
                    transition: all 0.4s;
                    border-radius: 30px;
                    position: relative;
                    width: 140px;
                    z-index: 1;
                }

                    .header-area.header-area4 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
                        color: #fff;
                        transition: all 0.4s;
                        transform: translateY(-5px);
                        background: #833eeb;
                    }

                        .header-area.header-area4 .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 .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;
                text-align: center;
            }

                .header-area.header-area4 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
                    color: #6E18EF;
                    transition: all 0.4s;
                }

    .header-area.header-area4 .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-area4 .main-menu-ex ul li ul li ul {
            left: 200px;
        }

        .header-area.header-area4 .main-menu-ex ul li ul li a {
            color: var(--qt-text-h-text1);
        }

            .header-area.header-area4 .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-area4 .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-area4 .main-menu-ex ul li a {
        color: var(--qt-text-h-text1);
        font-size: 16px;
        display: block;
        font-weight: 500;
        padding: 10px 15px;
        transition: all 0.3s;
    }

    .header-area.header-area4 .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 .main-menu-ex ul li:hover .mega-menu-all {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateY(-30px);
    }

.header-area.header-area5 .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: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
    border: 4px solid rgba(106, 92, 255, 0.1098039216);
}

    .header-area.header-area5 .main-menu-ex ul li .mega-menu-all ul {
        box-shadow: none !important;
        padding: 0px 10px !important;
        border: none !important;
    }

        .header-area.header-area5 .main-menu-ex ul li .mega-menu-all ul li a {
            display: inline-block;
            padding: 8px 40px;
        }

            .header-area.header-area5 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
                left: 39px !important;
            }

    .header-area.header-area5 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
        position: relative;
    }

        .header-area.header-area5 .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 .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 .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 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
            display: none;
        }

.header-area.header-area5 .main-menu-ex ul li .tp-submenu {
    left: -335px;
}

    .header-area.header-area5 .main-menu-ex ul li .tp-submenu .all-images-menu {
        display: flex;
        align-items: center;
    }

    .header-area.header-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
        transition: all 0.4s;
        position: relative;
        z-index: 1;
        margin: 0 20px 0 0;
        text-align: center;
    }

        .header-area.header-area5 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
            top: 28%;
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
        }

        .header-area.header-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .header-area.header-area5 .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 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 .coming {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -84px;
                margin-top: -30px;
                height: 60px !important;
                width: 168px !important;
                z-index: 99;
                border: none !important;
            }

        .header-area.header-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
            transform: scale(1) !important;
            transition: all 0.4s !important;
            visibility: visible !important;
            opacity: 0.4 !important;
        }

        .header-area.header-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
            position: absolute;
            top: 45%;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            text-align: center;
            transition: all 0.6s;
            margin: 0 auto;
            left: 20%;
            right: 20%;
        }

            .header-area.header-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                display: inline-block;
                font-size: var(--ztc-font-size-font-s16);
                line-height: var(--ztc-font-size-font-s16);
                font-weight: 700;
                background: #FA6444;
                color: var(--ztc-text-text-2);
                padding: 16px;
                transition: all 0.4s;
                border-radius: 4px;
                position: relative;
                width: 140px;
                z-index: 1;
            }

                .header-area.header-area5 .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 .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-area5 .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 .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;
            text-align: center;
        }

            .header-area.header-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
                color: #6E18EF;
                transition: all 0.4s;
            }

.header-area.header-area5 .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-area5 .main-menu-ex ul li ul li ul {
        left: 200px;
    }

    .header-area.header-area5 .main-menu-ex ul li ul li a {
        color: var(--qt-text-h-text1);
    }

        .header-area.header-area5 .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-area5 .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-area5 .main-menu-ex ul li a {
    color: var(--qt-text-h-text1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s;
}

.header-area.header-area5 .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 .main-menu-ex ul li:hover .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area10 .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: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
    border: 4px solid rgba(106, 92, 255, 0.1098039216);
}

    .header-area.header-area10 .main-menu-ex ul li .mega-menu-all ul {
        box-shadow: none !important;
        padding: 0px 10px !important;
        border: none !important;
    }

        .header-area.header-area10 .main-menu-ex ul li .mega-menu-all ul li a {
            display: inline-block;
            padding: 8px 40px;
        }

            .header-area.header-area10 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
                left: 39px !important;
            }

    .header-area.header-area10 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
        position: relative;
    }

        .header-area.header-area10 .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 .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 .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 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
            display: none;
        }

.header-area.header-area10 .main-menu-ex ul li .tp-submenu {
    left: -335px;
}

    .header-area.header-area10 .main-menu-ex ul li .tp-submenu .all-images-menu {
        display: flex;
        align-items: center;
    }

    .header-area.header-area10 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
        transition: all 0.4s;
        position: relative;
        z-index: 1;
        margin: 0 20px 0 0;
        text-align: center;
    }

        .header-area.header-area10 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
            top: 28%;
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
        }

        .header-area.header-area10 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .header-area.header-area10 .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 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 .coming {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -84px;
                margin-top: -30px;
                height: 60px !important;
                width: 168px !important;
                z-index: 99;
                border: none !important;
            }

        .header-area.header-area10 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
            transform: scale(1) !important;
            transition: all 0.4s !important;
            visibility: visible !important;
            opacity: 0.4 !important;
        }

        .header-area.header-area10 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
            position: absolute;
            top: 45%;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            text-align: center;
            transition: all 0.6s;
            margin: 0 auto;
            left: 20%;
            right: 20%;
        }

            .header-area.header-area10 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                display: inline-block;
                font-size: var(--ztc-font-size-font-s16);
                line-height: var(--ztc-font-size-font-s16);
                font-weight: 700;
                background: #259EA6;
                color: var(--ztc-text-text-2);
                padding: 16px;
                transition: all 0.4s;
                border-radius: 4px;
                position: relative;
                width: 140px;
                z-index: 1;
            }

                .header-area.header-area10 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
                    color: #fff;
                    transition: all 0.4s;
                    transform: translateY(-5px);
                    background: #259EA6;
                }

                    .header-area.header-area10 .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 .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;
            text-align: center;
        }

            .header-area.header-area10 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
                color: #6E18EF;
                transition: all 0.4s;
            }

.header-area.header-area10 .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-area10 .main-menu-ex ul li ul li ul {
        left: 200px;
    }

    .header-area.header-area10 .main-menu-ex ul li ul li a {
        color: var(--qt-text-h-text1);
    }

        .header-area.header-area10 .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-area10 .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-area10 .main-menu-ex ul li a {
    color: var(--qt-text-h-text1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s;
}

.header-area.header-area10 .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 .main-menu-ex ul li:hover .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area9 .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: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
    border: 4px solid rgba(106, 92, 255, 0.1098039216);
}

    .header-area.header-area9 .main-menu-ex ul li .mega-menu-all ul {
        box-shadow: none !important;
        padding: 0px 10px !important;
        border: none !important;
    }

        .header-area.header-area9 .main-menu-ex ul li .mega-menu-all ul li a {
            display: inline-block;
            padding: 8px 40px;
        }

            .header-area.header-area9 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
                left: 39px !important;
            }

    .header-area.header-area9 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
        position: relative;
    }

        .header-area.header-area9 .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 .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 .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 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
            display: none;
        }

.header-area.header-area9 .main-menu-ex ul li .tp-submenu {
    left: -335px;
}

    .header-area.header-area9 .main-menu-ex ul li .tp-submenu .all-images-menu {
        display: flex;
        align-items: center;
    }

    .header-area.header-area9 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
        transition: all 0.4s;
        position: relative;
        z-index: 1;
        margin: 0 20px 0 0;
        text-align: center;
    }

        .header-area.header-area9 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
            top: 28%;
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
        }

        .header-area.header-area9 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .header-area.header-area9 .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 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 .coming {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -84px;
                margin-top: -30px;
                height: 60px !important;
                width: 168px !important;
                z-index: 99;
                border: none !important;
            }

        .header-area.header-area9 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
            transform: scale(1) !important;
            transition: all 0.4s !important;
            visibility: visible !important;
            opacity: 0.4 !important;
        }

        .header-area.header-area9 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
            position: absolute;
            top: 45%;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            text-align: center;
            transition: all 0.6s;
            margin: 0 auto;
            left: 20%;
            right: 20%;
        }

            .header-area.header-area9 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                display: inline-block;
                font-size: var(--ztc-font-size-font-s16);
                line-height: var(--ztc-font-size-font-s16);
                font-weight: 700;
                background: #A2EA61;
                color: #000000;
                padding: 16px;
                transition: all 0.4s;
                border-radius: 30px;
                position: relative;
                width: 140px;
                z-index: 1;
            }

                .header-area.header-area9 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
                    color: #000;
                    transition: all 0.4s;
                    transform: translateY(-5px);
                    background: #A2EA61;
                }

                    .header-area.header-area9 .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 .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;
            text-align: center;
        }

            .header-area.header-area9 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
                color: #6E18EF;
                transition: all 0.4s;
            }

.header-area.header-area9 .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-area9 .main-menu-ex ul li ul li ul {
        left: 200px;
    }

    .header-area.header-area9 .main-menu-ex ul li ul li a {
        color: var(--qt-text-h-text1);
    }

        .header-area.header-area9 .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-area9 .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-area9 .main-menu-ex ul li a {
    color: var(--qt-text-h-text1);
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s;
}

.header-area.header-area9 .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 .main-menu-ex ul li:hover .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area6 .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: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
    border: 4px solid rgba(106, 92, 255, 0.1098039216);
}

    .header-area.header-area6 .main-menu-ex ul li .mega-menu-all ul {
        box-shadow: none !important;
        padding: 0px 10px !important;
        border: none !important;
    }

        .header-area.header-area6 .main-menu-ex ul li .mega-menu-all ul li a {
            display: inline-block;
            padding: 8px 40px;
        }

            .header-area.header-area6 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
                left: 39px !important;
            }

    .header-area.header-area6 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
        position: relative;
    }

        .header-area.header-area6 .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 .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 .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 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
            display: none;
        }

.header-area.header-area6 .main-menu-ex ul li .tp-submenu {
    left: -335px;
}

    .header-area.header-area6 .main-menu-ex ul li .tp-submenu .all-images-menu {
        display: flex;
        align-items: center;
    }

    .header-area.header-area6 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
        transition: all 0.4s;
        position: relative;
        z-index: 1;
        margin: 0 20px 0 0;
        text-align: center;
    }

        .header-area.header-area6 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
            top: 28%;
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
        }

        .header-area.header-area6 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .header-area.header-area6 .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 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 .coming {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -84px;
                margin-top: -30px;
                height: 60px !important;
                width: 168px !important;
                z-index: 99;
                border: none !important;
            }

        .header-area.header-area6 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
            transform: scale(1) !important;
            transition: all 0.4s !important;
            visibility: visible !important;
            opacity: 0.4 !important;
        }

        .header-area.header-area6 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
            position: absolute;
            top: 45%;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            text-align: center;
            transition: all 0.6s;
            margin: 0 auto;
            left: 20%;
            right: 20%;
        }

            .header-area.header-area6 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                display: inline-block;
                font-size: var(--ztc-font-size-font-s16);
                line-height: var(--ztc-font-size-font-s16);
                font-weight: 700;
                background: #FA6444;
                color: var(--ztc-text-text-2);
                padding: 16px;
                transition: all 0.4s;
                border-radius: 4px;
                position: relative;
                width: 140px;
                z-index: 1;
            }

                .header-area.header-area6 .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 .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-area6 .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 .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;
            text-align: center;
        }

            .header-area.header-area6 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
                color: #6E18EF;
                transition: all 0.4s;
            }

.header-area.header-area6 .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-area6 .main-menu-ex ul li ul li ul {
        left: 200px;
    }

    .header-area.header-area6 .main-menu-ex ul li ul li a {
        color: #fff;
    }

        .header-area.header-area6 .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-area6 .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-area6 .main-menu-ex ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s;
}

.header-area.header-area6 .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 .main-menu-ex ul li:hover .mega-menu-all {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-30px);
}

.header-area.header-area7 .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: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform-origin: top;
    display: block;
    border: 4px solid rgba(106, 92, 255, 0.1098039216);
}

    .header-area.header-area7 .main-menu-ex ul li .mega-menu-all ul {
        box-shadow: none !important;
        padding: 0px 10px !important;
        border: none !important;
    }

        .header-area.header-area7 .main-menu-ex ul li .mega-menu-all ul li a {
            display: inline-block;
            padding: 8px 40px;
        }

            .header-area.header-area7 .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
                left: 39px !important;
            }

    .header-area.header-area7 .main-menu-ex ul li .mega-menu-all .mega-menu-single {
        position: relative;
    }

        .header-area.header-area7 .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 .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 .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 .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
            display: none;
        }

.header-area.header-area7 .main-menu-ex ul li .tp-submenu {
    left: -335px;
}

    .header-area.header-area7 .main-menu-ex ul li .tp-submenu .all-images-menu {
        display: flex;
        align-items: center;
    }

    .header-area.header-area7 .main-menu-ex ul li .tp-submenu .homemenu-thumb {
        transition: all 0.4s;
        position: relative;
        z-index: 1;
        margin: 0 20px 0 0;
        text-align: center;
    }

        .header-area.header-area7 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
            top: 28%;
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
        }

        .header-area.header-area7 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .header-area.header-area7 .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 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 .coming {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -84px;
                margin-top: -30px;
                height: 60px !important;
                width: 168px !important;
                z-index: 99;
                border: none !important;
            }

        .header-area.header-area7 .main-menu-ex ul li .tp-submenu .homemenu-thumb.active .img1::after {
            transform: scale(1) !important;
            transition: all 0.4s !important;
            visibility: visible !important;
            opacity: 0.4 !important;
        }

        .header-area.header-area7 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
            position: absolute;
            top: 45%;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            text-align: center;
            transition: all 0.6s;
            margin: 0 auto;
            left: 20%;
            right: 20%;
        }

            .header-area.header-area7 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                display: inline-block;
                font-size: var(--ztc-font-size-font-s16);
                line-height: var(--ztc-font-size-font-s16);
                font-weight: 700;
                background: #0061FF;
                color: var(--ztc-text-text-2);
                padding: 16px;
                transition: all 0.4s;
                border-radius: 111px;
                position: relative;
                width: 140px;
                z-index: 1;
            }

                .header-area.header-area7 .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 .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1:hover {
                    color: #fff;
                    transition: all 0.4s;
                    transform: translateY(-5px);
                    background: #0061FF;
                }

                    .header-area.header-area7 .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 .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;
            text-align: center;
        }

            .header-area.header-area7 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
                color: #6E18EF;
                transition: all 0.4s;
            }

.header-area.header-area7 .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-area7 .main-menu-ex ul li ul li ul {
        left: 200px;
    }

    .header-area.header-area7 .main-menu-ex ul li ul li a {
        color: #fff;
    }

        .header-area.header-area7 .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-area7 .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-area7 .main-menu-ex ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s;
}

.header-area.header-area7 .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 .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(--ztc-bg-color-w);
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.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: var(--ztc-bg-color-w);
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.header-area.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: var(--ztc-bg-color-w);
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.header-area.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: #000026;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    border-bottom: none;
}

.header-area.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: #123CDD;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    border-bottom: none;
}

.header-area.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: #fff;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    border-bottom: none;
}

    .header-area.header-area5.sticky .header-elements {
        padding: 0;
        transition: all 0.4s;
    }

.header-area.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;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    border-bottom: none;
}

    .header-area.header-area10.sticky .header-elements {
        padding: 0;
        transition: all 0.4s;
    }

.header-area.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: #fff;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    border-bottom: none;
}

    .header-area.header-area9.sticky .header-elements {
        padding: 0;
        transition: all 0.4s;
    }

.header-area.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: rgba(0, 0, 0, 0.62);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 1245454;
    border-bottom: none;
}

    .header-area.header-area6.sticky .header-elements {
        padding: 0;
        transition: all 0.4s;
    }

.header-area.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: rgba(0, 0, 0, 0.62);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    border-bottom: none;
}

    .header-area.header-area7.sticky .header-elements {
        padding: 0;
        transition: all 0.4s;
    }

@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;
}

    .header-area.header-area1 .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: 320px;
        overflow-x: hidden;
        overflow-y: hidden;
        transform-origin: top;
        display: block;
        border: 4px solid rgba(106, 92, 255, 0.1098039216);
    }

        .header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all ul {
            box-shadow: none !important;
            padding: 0px 10px !important;
            border: none !important;
        }

            .header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all ul li a {
                display: inline-block;
                padding: 8px 40px;
            }

                .header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all ul li a:hover::after {
                    left: 39px;
                }

        .header-area.header-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single {
            position: relative;
        }

            .header-area.header-area1 .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-area1 .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-area1 .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-area1 .header-elements .main-menu-ex ul li .mega-menu-all .mega-menu-single.dis1::after {
                display: none;
            }

    .header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .all-images-menu {
        display: flex;
        align-items: center;
    }

    .header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb {
        transition: all 0.4s;
        position: relative;
        z-index: 1;
        margin: 0 20px 0 0;
    }

        .header-area.header-area1 .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-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
            top: 28%;
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
        }

        .header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .header-area.header-area1 .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: #000;
                opacity: 0;
                border-radius: 4px;
                transform: scale(0.8);
                z-index: 1;
                visibility: hidden;
            }

            .header-area.header-area1 .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-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn {
            position: absolute;
            top: 45%;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            text-align: center;
            transition: all 0.6s;
            margin: 0 auto;
            left: 20%;
            right: 20%;
        }

            .header-area.header-area1 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                display: inline-block;
                font-size: var(--ztc-font-size-font-s16);
                line-height: var(--ztc-font-size-font-s16);
                font-weight: var(--ztc-weight-bold);
                background: var(--ztc-bg-main-bg-3);
                color: var(--ztc-text-text-2);
                padding: 16px;
                transition: all 0.4s;
                border-radius: 8px;
                position: relative;
                width: 140px;
                z-index: 1;
            }

                .header-area.header-area1 .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-area1 .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: #4e7afd;
                }

                    .header-area.header-area1 .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-area1 .header-elements .main-menu-ex ul li ul {
        position: absolute;
        left: 0;
        top: 50px;
        border-radius: 4px;
        border: 4px solid rgba(106, 92, 255, 0.1098039216);
        background: #fff;
        -webkit-backdrop-filter: blur(27px);
        backdrop-filter: blur(27px);
        width: 220px;
        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 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);
            display: flex;
            justify-content: space-between;
        }

            .header-area.header-area1 .header-elements .main-menu-ex ul li ul li a::after {
                content: "";
                position: absolute;
                bottom: 9px;
                left: 0;
                width: 0%;
                height: 2px;
                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::after {
                background-color: rgba(23, 19, 61, 0.6862745098);
                border-radius: 4px;
                width: 50px;
                left: 15px;
                opacity: 1;
            }

    .header-area.header-area1 .header-elements .main-menu-ex ul li a {
        color: var(--qt-text-h-text3);
        font-size: 16px;
        display: block;
        font-weight: 400;
        padding: 10px 15px;
        transition: all 0.3s;
    }

    .header-area.header-area1 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateY(-30px);
    }

.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: 320px;
        overflow-x: hidden;
        overflow-y: hidden;
        transform-origin: top;
        display: block;
        border: 4px solid rgba(106, 92, 255, 0.1098039216);
    }

        .header-area.header-area8 .header-elements .main-menu-ex ul li .mega-menu-all ul {
            box-shadow: none !important;
            padding: 0px 10px !important;
            border: none !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 ul li a:hover::after {
                    left: 39px;
                }

        .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 .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 0 0;
    }

        .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: 28%;
            visibility: visible;
            opacity: 1;
            transition: all 0.6s;
        }

        .header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .img1 {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .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: #000;
                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: 45%;
            z-index: 2;
            visibility: hidden;
            opacity: 0;
            text-align: center;
            transition: all 0.6s;
            margin: 0 auto;
            left: 20%;
            right: 20%;
        }

            .header-area.header-area8 .header-elements .main-menu-ex ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
                display: inline-block;
                font-size: var(--ztc-font-size-font-s16);
                line-height: var(--ztc-font-size-font-s16);
                font-weight: var(--ztc-weight-bold);
                background: #4D32A5;
                color: var(--ztc-text-text-2);
                padding: 16px;
                transition: all 0.4s;
                border-radius: 8px;
                position: relative;
                width: 140px;
                z-index: 1;
            }

                .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: #fff;
                    transition: all 0.4s;
                    transform: translateY(-5px);
                    background: #4D32A5;
                }

                    .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;
        border: 4px solid rgba(106, 92, 255, 0.1098039216);
        background: #fff;
        -webkit-backdrop-filter: blur(27px);
        backdrop-filter: blur(27px);
        width: 220px;
        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 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);
            display: flex;
            justify-content: space-between;
        }

            .header-area.header-area8 .header-elements .main-menu-ex ul li ul li a::after {
                content: "";
                position: absolute;
                bottom: 9px;
                left: 0;
                width: 0%;
                height: 2px;
                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::after {
                background-color: rgba(23, 19, 61, 0.6862745098);
                border-radius: 4px;
                width: 50px;
                left: 15px;
                opacity: 1;
            }

    .header-area.header-area8 .header-elements .main-menu-ex ul li a {
        color: var(--qt-text-h-text3);
        font-size: 16px;
        display: block;
        font-weight: 400;
        padding: 10px 15px;
        transition: all 0.3s;
    }

    .header-area.header-area8 .header-elements .main-menu-ex ul li:hover .mega-menu-all {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateY(-30px);
    }

/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 1 ====== ======
+++++++++++++++++++++++++++++++++
*/
/* 
++++++++++++++++++++++++++++++++++
==== =====nav menu all 2 ====== ======
+++++++++++++++++++++++++++++++++
*/
.header-area.header-area2 {
    background-color: transparent;
    border-bottom: 1px solid #2F3036;
}

    .header-area.header-area2 .main-menu-ex ul li ul {
        position: absolute;
        left: 0;
        top: 50px;
        border-radius: 4px;
        width: 220px;
        box-shadow: rgba(255, 253, 253, 0.2) 0px 20px 30px;
        padding: 10px;
        background-color: var(--ztc-bg-bg-4);
    }

        .header-area.header-area2 .main-menu-ex ul li ul li ul {
            left: 200px;
        }

        .header-area.header-area2 .main-menu-ex ul li ul li a {
            color: var(--qt-text-h-text2);
            display: flex;
            justify-content: space-between;
        }

            .header-area.header-area2 .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-area2 .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-area2 .main-menu-ex ul li a {
        color: var(--qt-text-h-text1);
        font-size: 16px;
        display: block;
        font-weight: 500;
        padding: 10px 15px;
        transition: all 0.3s;
    }

    .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 ul {
            position: absolute;
            left: 0;
            top: 50px;
            border-radius: 4px;
            border: 4px solid rgba(106, 92, 255, 0.1098039216);
            background: #fff;
            -webkit-backdrop-filter: blur(27px);
            backdrop-filter: blur(27px);
            width: 220px;
            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 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);
                display: flex;
                justify-content: space-between;
            }

                .header-area.header-area2 .header-elements .main-menu-ex ul li ul li a::after {
                    content: "";
                    position: absolute;
                    bottom: 9px;
                    left: 0;
                    width: 0%;
                    height: 2px;
                    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::after {
                    background-color: rgba(23, 19, 61, 0.6862745098);
                    border-radius: 4px;
                    width: 50px;
                    left: 15px;
                    opacity: 1;
                }

        .header-area.header-area2 .header-elements .main-menu-ex ul li a {
            color: var(--ztc-text-text-2);
            font-size: 16px;
            display: block;
            font-weight: 400;
            padding: 8px 15px;
            transition: all 0.3s;
        }

    .header-area.header-area2 .header2-buttons {
        display: flex;
        align-items: center;
    }

        .header-area.header-area2 .header2-buttons .header__search a {
            border: none;
            position: relative;
            z-index: 99;
            color: var(--ztc-text-text-2);
        }

.header-area.header-area3 {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1921568627);
}

    .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 ul {
            position: absolute;
            left: 0;
            top: 50px;
            border-radius: 4px;
            border: 4px solid rgba(106, 92, 255, 0.1098039216);
            background: #fff;
            -webkit-backdrop-filter: blur(27px);
            backdrop-filter: blur(27px);
            width: 220px;
            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 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);
                display: flex;
                justify-content: space-between;
            }

                .header-area.header-area3 .header-elements .main-menu-ex ul li ul li a::after {
                    content: "";
                    position: absolute;
                    bottom: 9px;
                    left: 0;
                    width: 0%;
                    height: 2px;
                    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::after {
                    background-color: rgba(23, 19, 61, 0.6862745098);
                    border-radius: 4px;
                    width: 50px;
                    left: 15px;
                    opacity: 1;
                }

        .header-area.header-area3 .header-elements .main-menu-ex ul li a {
            color: var(--ztc-text-text-2);
            font-size: 16px;
            display: block;
            font-weight: 400;
            padding: 10px 15px;
            transition: all 0.3s;
        }

    .header-area.header-area3 .header2-buttons {
        display: flex;
        align-items: center;
    }

        .header-area.header-area3 .header2-buttons .header__search a {
            border: none;
            position: relative;
            z-index: 99;
            color: var(--ztc-text-text-2);
        }

.header-area.header-area4 {
    background-color: transparent;
    background-color: #fff;
    position: relative;
    z-index: 99;
    transition: all 0.4s;
}

    .header-area.header-area4 .header-elements .main-menu-ex {
        padding: 2px 24px;
        position: relative;
    }

        .header-area.header-area4 .header-elements .main-menu-ex ul li ul {
            position: absolute;
            left: 0;
            top: 50px;
            border-radius: 4px;
            border: 4px solid rgba(106, 92, 255, 0.1098039216);
            background: #fff;
            -webkit-backdrop-filter: blur(27px);
            backdrop-filter: blur(27px);
            width: 220px;
            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 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);
                display: flex;
                justify-content: space-between;
            }

                .header-area.header-area4 .header-elements .main-menu-ex ul li ul li a::after {
                    content: "";
                    position: absolute;
                    bottom: 9px;
                    left: 0;
                    width: 0%;
                    height: 2px;
                    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::after {
                    background-color: rgba(23, 19, 61, 0.6862745098);
                    border-radius: 4px;
                    width: 50px;
                    left: 15px;
                    opacity: 1;
                }

        .header-area.header-area4 .header-elements .main-menu-ex ul li a {
            color: var(--ztc-text-text1);
            font-size: 16px;
            display: block;
            font-weight: 400;
            padding: 10px 15px;
            transition: all 0.3s;
        }

    .header-area.header-area4 .header2-buttons {
        display: flex;
        align-items: center;
    }

        .header-area.header-area4 .header2-buttons .header__search a {
            border: none;
            position: relative;
            z-index: 99;
            color: var(--ztc-text-text-2);
        }

.header-area.header-area5 {
    z-index: 99;
    transition: all 0.4s;
}

    .header-area.header-area5 .header-elements {
        background-color: #fff;
        padding: 13px 24px;
        border-radius: 8px;
    }

        .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 ul {
                position: absolute;
                left: 0;
                top: 50px;
                border-radius: 4px;
                border: 4px solid rgba(106, 92, 255, 0.1098039216);
                background: #fff;
                -webkit-backdrop-filter: blur(27px);
                backdrop-filter: blur(27px);
                width: 220px;
                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 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);
                    display: flex;
                    justify-content: space-between;
                }

                    .header-area.header-area5 .header-elements .main-menu-ex ul li ul li a::after {
                        content: "";
                        position: absolute;
                        bottom: 9px;
                        left: 0;
                        width: 0%;
                        height: 2px;
                        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::after {
                        background-color: rgba(23, 19, 61, 0.6862745098);
                        border-radius: 4px;
                        width: 50px;
                        left: 15px;
                        opacity: 1;
                    }

            .header-area.header-area5 .header-elements .main-menu-ex ul li a {
                color: var(--ztc-text-text1);
                font-size: 16px;
                display: block;
                font-weight: 500;
                padding: 10px 15px;
                transition: all 0.3s;
            }

.header-area.header-area10 {
    z-index: 99;
    transition: all 0.4s;
}

    .header-area.header-area10 .header-elements {
        background-color: #fff;
        padding: 13px 24px;
        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 ul {
                position: absolute;
                left: 0;
                top: 50px;
                border-radius: 4px;
                border: 4px solid rgba(106, 92, 255, 0.1098039216);
                background: #fff;
                -webkit-backdrop-filter: blur(27px);
                backdrop-filter: blur(27px);
                width: 220px;
                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 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);
                    display: flex;
                    justify-content: space-between;
                }

                    .header-area.header-area10 .header-elements .main-menu-ex ul li ul li a::after {
                        content: "";
                        position: absolute;
                        bottom: 9px;
                        left: 0;
                        width: 0%;
                        height: 2px;
                        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::after {
                        background-color: rgba(23, 19, 61, 0.6862745098);
                        border-radius: 4px;
                        width: 50px;
                        left: 15px;
                        opacity: 1;
                    }

            .header-area.header-area10 .header-elements .main-menu-ex ul li a {
                color: var(--ztc-text-text1);
                font-size: 16px;
                display: block;
                font-weight: 500;
                padding: 10px 15px;
                transition: all 0.3s;
            }

.header-area.header-area9 {
    z-index: 99;
    transition: all 0.4s;
}

    .header-area.header-area9 .header-elements {
        background-color: #fff;
        padding: 13px 24px;
        border-radius: 211px;
    }

        .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 ul {
                position: absolute;
                left: 0;
                top: 50px;
                border-radius: 4px;
                border: 4px solid rgba(106, 92, 255, 0.1098039216);
                background: #fff;
                -webkit-backdrop-filter: blur(27px);
                backdrop-filter: blur(27px);
                width: 220px;
                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 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);
                    display: flex;
                    justify-content: space-between;
                }

                    .header-area.header-area9 .header-elements .main-menu-ex ul li ul li a::after {
                        content: "";
                        position: absolute;
                        bottom: 9px;
                        left: 0;
                        width: 0%;
                        height: 2px;
                        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::after {
                        background-color: rgba(23, 19, 61, 0.6862745098);
                        border-radius: 4px;
                        width: 50px;
                        left: 15px;
                        opacity: 1;
                    }

            .header-area.header-area9 .header-elements .main-menu-ex ul li a {
                color: var(--ztc-text-text1);
                font-size: 16px;
                display: block;
                font-weight: 500;
                padding: 10px 15px;
                transition: all 0.3s;
            }

.header-area.header-area6 {
    z-index: 99;
    transition: all 0.4s;
    background: #590199 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 11px 80px 16px 79px;
}

@media(width:1280px) {
    .header-area.header-area6 {
        padding: 11px 85px 16px 72px !important;
    }
}

.header-area.header-area6 .header-elements .main-menu-ex {
    padding: 2px 16px;
    position: relative;
}

    .header-area.header-area6 .header-elements .main-menu-ex ul li ul {
        position: absolute;
        left: 0;
        top: 50px;
        border-radius: 4px;
        border: 4px solid rgba(106, 92, 255, 0.1098039216);
        background: #fff;
        -webkit-backdrop-filter: blur(27px);
        backdrop-filter: blur(27px);
        width: 220px;
        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 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);
            display: flex;
            justify-content: space-between;
        }

            .header-area.header-area6 .header-elements .main-menu-ex ul li ul li a::after {
                content: "";
                position: absolute;
                bottom: 9px;
                left: 0;
                width: 0%;
                height: 2px;
                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::after {
                background-color: rgba(23, 19, 61, 0.6862745098);
                border-radius: 4px;
                width: 50px;
                left: 15px;
                opacity: 1;
            }

    .header-area.header-area6 .header-elements .main-menu-ex ul li a {
        color: #5F2B85;
        font-size: 16px;
        display: block;
        font-weight: 500;
        padding: 10px 15px;
        transition: all 0.3s;
    }

.header-area.header-area6 .theme-btn10 {
    margin-top: 3px;
}

.header-area.header-area6 .theme-btn12 {
    margin-top: 3px;
}

.header-area.header-area7 {
    z-index: 99;
    transition: all 0.4s;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 6px 0px 10px 0px;
}

    .header-area.header-area7 .header-elements .main-menu-ex {
        padding: 2px 16px;
        position: relative;
    }

        .header-area.header-area7 .header-elements .main-menu-ex ul li ul {
            position: absolute;
            left: 0;
            top: 50px;
            border-radius: 4px;
            border: 4px solid rgba(106, 92, 255, 0.1098039216);
            background: #fff;
            -webkit-backdrop-filter: blur(27px);
            backdrop-filter: blur(27px);
            width: 220px;
            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 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);
                display: flex;
                justify-content: space-between;
            }

                .header-area.header-area7 .header-elements .main-menu-ex ul li ul li a::after {
                    content: "";
                    position: absolute;
                    bottom: 9px;
                    left: 0;
                    width: 0%;
                    height: 2px;
                    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::after {
                    background-color: rgba(23, 19, 61, 0.6862745098);
                    border-radius: 4px;
                    width: 50px;
                    left: 15px;
                    opacity: 1;
                }

        .header-area.header-area7 .header-elements .main-menu-ex ul li a {
            color: #fff;
            font-size: 16px;
            display: block;
            font-weight: 500;
            padding: 10px 15px;
            transition: all 0.3s;
        }

    .header-area.header-area7 .theme-btn10 {
        margin-top: 3px;
    }

    .header-area.header-area7 .theme-btn12 {
        margin-top: 3px;
    }

/* 
++++++++++++++++++++++++++++++++
========nav menu all 2 ======
++++++++++++++++++++++++++++++++
*/
.mobile-sidebar .logo-m {
    margin-top: -40px;
    margin-bottom: 30px;
}

.mobile-sidebar .mobile-button a {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mobile-sidebar .single-footer-items h3 {
    color: var(--ztc-text-text-2);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    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-regular);
    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(40);
        }

    .mobile-sidebar .single-footer-items .contact-box .pera 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-regular);
        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(--ztc-text-text-2);
    line-height: var(--f-fs-font-fs24);
    font-size: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-blod);
    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(255, 255, 255, 0.1450980392);
            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
::::::::::::::::::::::::::
*/
.header-area.header-area2 .main-menu-ex.main-menu-ex1 ul li a.active {
    color: #A1E934;
}

.header-area.header-area1 .main-menu-ex.main-menu-ex1 ul li a.active {
    color: #0E38B1;
}

.header-area.header-area3 .main-menu-ex.main-menu-ex1 ul li a.active {
    color: #000000;
}

.header-area.header-area4 .main-menu-ex.main-menu-ex1 ul li a.active {
    color: #6E18EF;
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 ul li a.active {
    color: #FA6444;
}

.header-area.header-area6 .main-menu-ex.main-menu-ex1 ul li a.active {
    color: #FA6444;
}

.header-area.header-area6.header-area7 .main-menu-ex.main-menu-ex1 ul li a.active {
    color: #0061FF;
}

.header-area.header-area9 .main-menu-ex.main-menu-ex1 ul li a.active {
    color: #FA6444;
}

.header-area.header-area10 .main-menu-ex.main-menu-ex1 ul li a.active {
    color: #24908D;
}
/*# sourceMappingURL=main.css.map */



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}

    #preloader #status {
        position: fixed;
        content: '';
        display: block;
        top: 50%;
        left: 50%;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        background-image: url('../images/logo/loadernew.svg');
        background-size: cover;
        background-position: center;
        opacity: 1;
        transform: translate(-50%, -50%);
        visibility: visible;
        transition: all ease-in-out 0.5s;
        z-index: 10001;
    }

@media (max-width: 768px) {
    #preloader #status {
        width: 170px;
        height: 170px;
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.job-btn, .job-btn1 {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    padding: 9px 24px;
    border: none;
    overflow: hidden;
    border-radius: 20px;
    background: #1967D3;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
    color: #fff !important;
    z-index: 1;
    display: inline-block;
}

    .job-btn:hover, .job-btn1:hover {
        transition: all ease-in-out 0.5s;
        color: #fff;
    }

    .job-btn::before, .job-btn1::before {
        background: #069cd0;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: all 0.6s ease;
    }



.form-group {
    width: 100%;
    display: inline-block;
}

input[type=text], input[type=email], input[type=number], input[type=search],
input[type=password], input[type=tel], input[type=date], input[type=time], textarea, select {
    font-size: 15px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #cccccc80;
    border-radius: 20px;
    padding: 10px 20px;
    color: rgba(0, 40, 78, 0.8);
    margin-bottom: 0;
    height: 50px;
    box-shadow: none;
    width: 100%;
}

    input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus,
    input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=time]:focus, textarea:focus, select:focus {
        outline: none;
        transition: all 0.5s ease;
        box-shadow: none;
    }

select {
    width: 100%;
    height: inherit;
}

    select option {
        color: #3f3f3f;
    }

textarea {
    border-radius: none;
    resize: vertical;
    height: 120px;
}

label {
    display: inline-block;
    color: rgba(0, 40, 78, 0.8);
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
}

blockquote {
    font-size: 14px;
    font-weight: 400;
    background-color: #1967D3;
    margin-bottom: 15px;
    border: 0;
    padding: 30px 70px 30px 70px;
    line-height: 1.5;
    color: #fff;
    margin: 20 0;
    font-style: italic;
    position: relative;
}

    blockquote :after {
        content: '';
        position: absolute;
        height: 60%;
        width: 2px;
        background: #fff;
        top: 20%;
        left: 35px;
    }

    blockquote p {
        color: #fff;
        margin: 0;
    }

    blockquote :before {
        content: '\f10d';
        font-family: 'fontawesome';
        font-size: 45px;
        position: absolute;
        bottom: 26px;
        right: 20px;
        color: #fff;
        transform: rotate(180deg);
    }

    blockquote span {
        position: relative;
        padding-left: 20px;
    }

        blockquote span :before {
            content: '';
            width: 12px;
            height: 1px;
            background: #1967D3;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -2px;
        }

@media(min-width:992px) {

    .tp-slider-content-wrap {
        padding-top: 0px;
        margin-top: -50%;
    }

    .fieldsets {
        margin-top: -7% !important;
    }

    .imagejobseeker {
        margin-top: -10% !important;
    }

    .employerpostjob {
        margin-top: 8% !important;
    }

    .jobseekercontainer {
        margin-bottom: -70px !important;
    }

    .job-btn1 {
        width: 50% !important;
    }
}

.work7-image-area {
    display: flex;
    justify-content: center; /* horizontal center */
    height: 100%; /* ensure it takes full height of the parent */
}

.theme {
    color: #1967D3 !important;
}

.row [class*="col-"] {
    padding: 0 15px;
}


.mb-3, .my-3, .mb-0 {
    margin-bottom: 1.5rem !important;
    color: #676879;
}

.border-t {
    border-top: 2px dashed #cccccc5e;
}

.work4-box {
    background-color: var(--ztc-bg-color-w);
    border: 1px solid var(--ztc-bg-color-w);
    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transform: translateY(-10px);
}

.work4 .work4-box:hover {
    background-color: white; /* new hover background color */
    color: #fff; /* text color change on hover */
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1.05); /* zoom effect */
}


.small, small {
    font-size: 100%;
}

ul li {
    margin-bottom: 0px;
    line-height: 1.5;
    color: rgba(0, 40, 78, 0.8);
    position: relative;
    display: inline-block;
    padding: 0;
}

.mb-2, .my-2 {
    margin-bottom: 1rem !important;
}

.mb-1 {
    margin-bottom: 1.25rem !important;
}

.theme2 {
    color: #b363c9 !important;
}

.box-shadow {
    box-shadow: 0 10px 40px #0e64d714;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}

@font-face {
    font-family: 'Flaticon';
    src: url('Flaticon.eot');
    src: url('Flaticon.eot?#iefix') format('embedded-opentype'), url('Flaticon.woff2') format('woff2'), url('Flaticon.woff') format('woff'), url('Flaticon.ttf') format('truetype'), url('Flaticon.svg#Flaticon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.footer-links ul li {
    margin-bottom: 20px;
    display: block;
}

.footer5 h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .footer5 h3:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 50px;
        background: #332a2a;
        left: 0;
        bottom: 0;
    }


@media(max-width:767px) {

    .work7 .heading7 {
        padding-left: 30px;
        margin-top: 15%;
    }

    #testimonial {
        background-image: unset !important;
    }

    body > div.footer5._relative > div.container > div > div.col-lg-2.col-md-6.col-sm-12.mb-4 {
        margin-top: -35%;
        margin-left: 3%;
    }

    .about7 .heading7 .about-list ul li {
        color: var(--Home-Page-3-text-Colors, #180D03);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 31px;
        padding-top: 20px;
    }
}


.info-section {
    background-color: #3d0066; /* Matches purple background */
    border-radius: 12px;
    padding: 10px;
    color: white;
}

.info-item {
    display: flex;
    align-items: center;
}

.info-icon {
    background-color: #f1ecf6;
    color: #3d0066;
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-title {
    font-weight: 700;
    font-size: 18px;
    color: white;
}

.info-subtext {
    font-size: 13px;
    color: #ccc;
}

.divider {
    width: 1px;
    height: 60px;
    background-color: #ccc;
}

.stat-number-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #4b0082; /* Purple tone */
    margin-bottom: 5px;
}

.stat-underline {
    height: 2px;
    width: 60%;
    background-color: #a66dd3;
    border-radius: 2px;
}

.stat-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

body {
    background-color: rgb(229, 229, 229);
}

.litext {
    line-height: 1.9rem !important;
}

.text-purple {
    color: #5e239d;
}

.bg-purple {
    background-color: #5e239d !important;
}

.carousel-indicators [data-bs-target] {
    margin: 0 4px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.logo-underline {
    width: 50%;
    height: 2px;
    background-color: #6a0dad; /* Match your theme color */
    margin: -23px auto 10px;
    border-radius: 5px;
}

.text-purple {
    color: #5b2c91;
}

.bg-purple {
    background-color: #5b2c91;
}

.text-purple {
    color: #652d90 !important;
}

input:focus,
textarea:focus {
    box-shadow: none !important;
    /*   border-color: #652d90 !important;*/
}

.fade-in-right-to-left {
    animation: fadeInRightToLeft 0.6s ease forwards;
}

@keyframes fadeInRightToLeft {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#testimonial > section > div > div.testimonial-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag > div.owl-nav {
    display: none !important;
}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgb(188 156 201);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;
}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.slider-items img {
    width: 12%;
    margin: 20px;
}



/* Find a Job Apply Now Click Show Block Division */
.job-detail {
    background: #fff;
    padding: 30px;
    max-width: 900px;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.text-purple {
    color: #5c2d91;
}

.btn-purple {
    background-color: #5c2d91;
    color: #fff;
    border: none;
}

    .btn-purple:hover {
        background-color: #4b0082;
    }

.section-title {
    font-weight: 600;
    margin-top: 30px;
    color: #5c2d91;
}

ul li {
    margin-bottom: 10px;
}

.back-arrow {
    font-size: 24px;
    text-decoration: none;
    color: #5c2d91;
}

@media (max-width: 576px) {
    .job-detail {
        padding: 20px;
    }

    .section-title {
        font-size: 1.1rem;
    }
}
/* Find a Job Apply Now Click Show Block Division */

/* Block Divison Apply Now Click Form Section */

.form-section {
    background: #ede6f7;
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 10px;
}

.form-label {
    font-weight: 600;
    color: #4b0082;
}

.form-control {
    border-radius: 5px;
    background-color: #f8f8f8;
    border: none;
}

    .form-control:focus {
        box-shadow: none;
        /*    border-color: #5c2d91;*/
    }

.form-check-input:checked {
    background-color: #5c2d91;
    border-color: #5c2d91;
}

.btn-purple {
    background-color: #5c2d91;
    color: #fff;
    border: none;
}

    .btn-purple:hover {
        background-color: #4b0082;
    }

.required {
    color: red;
}

.upload-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #5c2d91;
    font-size: 18px;
}

.resume-wrapper {
    position: relative;
}

@media (max-width: 576px) {
    .form-section {
        padding: 20px;
    }
}
/* Block Divison Apply Now Click Form Section */




.btn-clicked {
    background-color: blue !important;
    color: white !important;
}


@media(max-width:560px) {
    #testimonial > div > div.row > div.image-container.d-lg-none.d-md-none {
        display: none !important;
    }

    .tp-slider-area {
        display: none !important;
    }

    .counter {
        margin-top: -14.4% !important;
    }

    .aboutcontent {
        padding-top: 48% !important;
    }

    #about > div > div > div:nth-child(1) > div.d-flex.justify-content-start.align-items-start.flex-wrap.gap-5 {
        gap: 1rem !important;
    }

    .info-item {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    #about {
        padding: 18px 16px !important;
    }

    #foremplayernew {
        padding: 18px 16px !important;
    }

        #foremplayernew > div > div > div:nth-child(1) > div {
            padding-top: 0px !important;
        }
}

@media(min-width:560px) and (max-width:767px) {
    .mobile-banner {
        display: block !important;
    }

    #testimonial > div > div.row > div.image-container.d-lg-none.d-md-none {
        display: none !important;
    }

    .tp-slider-area {
        display: none !important;
    }

    .counter {
        margin-top: -14.4% !important;
    }

    .info-section {
        display: flex !important;
        justify-content: start !important;
    }

    .info-item {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    #JobDynamic > div
    {
        margin-bottom:10px !important;
    }

    .gap-5 {
        gap: 2rem !important;
    }
    #forjobseekernew
    {
        margin-top:-35% !important;
    }
    /*  #about {
        padding: 17px 7px !important
    }*/
    .aboutussection1 {
        padding: 282px 0px !important;
    }

    #foremplayernew {
        padding: 17px 7px !important
    }

    .about7 .heading7 {
        padding-left: 0;
        padding-top: 0px !important;
    }

    .pagination-wrapper {
        margin-right: 0% !important;
    }

    .list-group-item.active {
        z-index: 2;
        color: red !important;
    }

    .mobile-nav ul li a {
        display: block;
        padding: 10px 0px;
    }

    #testimonial {
        padding: 0px 0px !important;
    }

    .testimonial4_slide {
        width: 100%;
        height: 445px !important;
    }

    .trusted_content_img {
        padding-left: 0px !important;
    }

    .mobile-sidebar .contact-infos .social-icon li a {
        width: 45px !important;
        height: 35px !important;
    }
}


@media(min-width:767px) and (max-width:992px) {

    .about7 .heading7 {
        padding-left: 0;
        padding-top: 0px !important;
    }

    .mobile-header-elements {
        display: flex;
        align-items: center;
    }

    #about > div {
        margin-top: 20px !important;
    }

        #about > div > div > div:nth-child(3) {
            margin-bottom: 10px;
            margin-top: 10px !important;
        }

    .counter {
        padding: -7px 50px !important;
    }

    body > div.mobile-header.d-block.d-lg-none > div > div > div > div.mobile-logo {
        width: 93% !important;
    }
}

@media(width:820px) {
    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 17px 0;
        z-index: 999;
        background: #fff;
    }

    .mobile-header-elements {
        display: flex;
        align-items: center;
    }
}

@media(max-width:560px) {
    .footer {
        padding: 0px !important;
    }

    .mobile-nav ul li:active {
        color: red !important;
    }

    .list-group-item.active {
        z-index: 2;
        color: red !important;
    }
}

@media(max-width:560px) {
    .job-btn, .job-btn1 {
        position: relative;
        display: block;
        text-decoration: none;
        font-size: 12px;
        text-align: center;
        padding: 8px 31px 10px 11px !important;
        border: none;
        overflow: hidden;
        border-radius: 20px;
        background: #1967D3;
        text-transform: uppercase;
        transition: all ease-in-out 0.5s;
        color: #fff !important;
        z-index: 1;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .tp-slider-area {
        padding: 80px 0;
    }

    .tp-slider-wrapper {
        position: relative;
    }

    .tp-slider-img {
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .tp-slider-content-wrap {
        position: relative;
        z-index: 2;
    }

    .tp-slider-title-box h1 {
        font-size: 48px;
        font-weight: bold;
    }

    .tp-slider-title-box p {
        font-size: 18px;
        max-width: 80%;
    }


    .info-section {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
    }

    .info-item {
        display: flex;
        align-items: center;
        gap: 15px;
        min-width: 200px;
        padding: 10px;
    }

    .info-icon {
        font-size: 32px;
        color: #fff;
    }

    .info-title {
        font-size: 16px;
        font-weight: 600;
    }

    .info-subtext {
        font-size: 12px;
    }

    .divider {
        height: 50px;
        width: 1px;
        background-color: #fff;
        margin: 0 15px;
    }
}
/* Add this to your main stylesheet or inside <style> */
@media (min-width: 1200px) {
    .counter {
        margin-top: -315px !important;
    }
}

.countercontainer {
    z-index: 99999;
    position: absolute !important;
    width: 93% !important;
    left: 2.5% !important;
    background-color: #3d0066 !important;
}

@media(max-width:767px) {
    .countercontainer {
        z-index: auto !important;
    }
}

@media (max-width: 991.98px) {
    .counter {
        margin-top: 30px;
        padding: 20px 0;
    }
}

.info-section {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.info-item {
    flex: 1 1 200px !important;
    max-width: 300px !important;
    justify-content: flex-start !important;
}

@media (max-width: 767.98px) {
    .info-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.info-icon i {
    font-size: 24px;
    color: white;
    background-color: #6a1b9a; /* or brand color */
    padding: 10px;
    border-radius: 50%;
}

@media(min-width:768px) and (max-width:992px) {
    .counter {
        margin-top: -426px !important;
        padding: 28px 0px;
    }
}

@media(max-width:767px) {
    .mobile-logo {
        width: 90% !important;
    }
}

@media(width:1024px) {
    .header-area.header-area6 .header-elements .main-menu-ex {
        padding: 2px 15px !important;
    }
}

@media(max-width:767px) {
    .menu-close {
        position: absolute;
        right: 58px !important;
        top: 20px;
        font-size: 25px;
        color: #fff;
        cursor: pointer;
    }

    .mobile-sidebar .logo-m {
        margin-top: -40px;
        margin-bottom: 0px !important;
    }

    body > div.mobile-sidebar.d-block.d-lg-none.mobile-menu-active > div.logo-m > a > img {
        width: 30% !important;
    }

    .mobile-nav li a {
        font-size: 16px !important;
    }

    .mobile-sidebar .contact-infos h3 {
        font-size: 20px !important;
    }

    .mobile-sidebar .single-footer-items h3 {
        font-size: 20px !important;
    }

    body > div.mobile-sidebar.d-block.d-lg-none.mobile-menu-active > div.mobile-nav > ul > li > a {
        color: white !important;
        margin-bottom: -24px;
    }

    .mobile-sidebar .contact-infos h3 {
        margin-bottom: -7px !important;
        margin-top: 23px !important;
    }
}


@media(max-width:560px) {
    .trusted_content_img li {
        width: 89px !important;
        height: 95px !important;
        line-height: 88px !important;
    }
    .testimonial4_slide p {
        color: #000000;
        font-size: 16px;
        line-height: 1.4;
        margin: 15px 2px 12px 0 !important;
    }

    .trusted_content_img {
        margin-top: -9% !important;
        margin-bottom: 11% !important;
    }

    .info-title {
        font-weight: 700;
        font-size: 13px !important;
        color: white;
    }

    .mobilebanner {
        margin-top: 18% !important;
    }

    .info-subtext {
        font-size: 9px !important;
        color: #ccc;
    }

    .info-icon {
        background-color: #f1ecf6;
        color: #3d0066;
        width: 52px !important;
        height: 53px !important;
        min-width: 56px !important;
        border-radius: 50%;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #serviceSection > div.container > div > div.col-lg-6.mb-lg-0.mt-5 > div.d-flex.mb-4 > div.me-3 > div > img {
        width: 237px !important;
        height: 100px !important;
    }

    #serviceSection > div.container > div > div.col-lg-6.mb-lg-0.mt-5 > div:nth-child(5) > div.me-3 > div > img {
        width: 237px !important;
        height: 100px !important;
    }
    /*    #Findjob > div:nth-child(1) > div.container-fluid.py-2 > div > div > div > div > div.text-center.mx-5
    {
        margin-left:0px !important;
    }*/
    /*#locationsearchhide1 {
        display: none !important;
    }*/

    #Findjob > div.container.Job-Detail > div > div.col-lg-7.col-md-12.mb-4 > a {
        font-size: 24px !important;
    }

    .clientimg {
        margin-top: 0px !important;
    }

    .countersnew {
        text-align: center !important;
    }

    .info-item {
        gap: 0rem !important;
    }

    #Form-Section-Arrow {
        font-size: 24px !important;
    }

    #jobSeekerView > div > div.d-flex.justify-content-between.align-items-center.mb-3.position-relative > h2 {
        left: 60% !important;
    }

    #employerView > div > div.d-flex.justify-content-between.align-items-center.mb-3.position-relative > h2 {
        left: 60% !important;
    }
}

@media(max-width:767px) {
    .heading1 h2 {
        font-size: 25px !important;
    }
}

.no-records-found {
    color: blue;
    text-shadow: 1px 1px 2px black;
}


.error, .Gender_Error {
    color: #f32121;
    font-weight: 600;
}

@media(max-width:992px) {
    .top-recruiting-section {
        padding: 30px 17px 30px !important;
    }
}

.Apply-Now {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media(max-width:767px) {
    .trusted_content_img li:nth-child(6n + 4) {
        transform: translateY(33px) !important;
    }

    .trusted_content_img li:nth-child(6n + 3) {
        transform: translateY(0px) !important;
    }
}


@media(max-width:560px) {
    .testimonial4_control_button .carousel-control-prev {
        left: -7% !important;
        top: 60% !important;
        right: auto;
    }

    .testimonial4_control_button .carousel-control-next {
        right: -9% !important;
        top: 60% !important;
        left: auto;
    }

    .mobile-nav ul li a {
        display: block;
        padding: 10px 10px !important;
        color: #fff;
        text-decoration: none;
    }

    #about > div > div > div > div:nth-child(1) > div.d-flex.justify-content-start.align-items-start.flex-wrap.gap-5 {
        gap: 1rem !important;
    }

    body > footer > div.container-fluid > div > div.col-lg-4.col-md-6.col-sm-12 {
        margin-top: 4% !important;
    }

    .coppyright {
        margin-top: 4% !important;
        margin-bottom: 4% !important;
    }

    #contactForm > div:nth-child(1) > div:nth-child(2) {
        margin-top: 15px !important;
    }

    #contactForm > div:nth-child(2) > div:nth-child(2) {
        margin-top: 15px !important;
    }
}

.Job-Detail {
    max-height: 600px !important;
    overflow-y: auto !important
}

#Findjob > div.container.Job-Detail {
    max-height: 600px !important;
    overflow-y: auto !important
}

.error-message {
    color: #f32121;
    font-weight: 600;
    font-size: 100% !important;
}

.Resume_Error {
    color: #f32121 !important;
    font-weight: 600 !important;
}


#newsletterEmail-error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    font-weight: 700 !important;
}

.FullNameError, .ContactNumberError, .EmailError {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    color: #f32121;
    font-weight: 600;
    /*position: relative;
    top: -25px;
    bottom: 0px;*/
}


/* tooltip*/
.tooltip-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-button .tooltip-text {
        visibility: hidden;
        width: max-content;
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 4px 8px;
        border-radius: 4px;
        position: absolute;
        z-index: 1;
        bottom: -20px; /* Show below the button */
        left: 70%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
        white-space: nowrap;
    }

    .tooltip-button:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }

.newsetcolor {
    color: rgb(33, 37, 41) !important
}

/* Subscribe hover style*/
.SubscribeApplication {
    text-decoration: none; /* Ensure default state has no underline */
}

    .SubscribeApplication:hover {
        text-decoration: none !important; /* Add underline on hover */
        cursor: pointer !important;
    }


@media(max-width:767px) {
    #Findjob > div.container.Job-Detail > div > div.col-lg-7.col-md-12.mb-4 {
        max-height: unset !important;
        height: unset !important;
        overflow-y: hidden !important;
    }

    #EmployeeJobSekkerContent {
        width: 85% !important;
        margin-left: 7% !important;
    }
}

@media(min-width:767px) {
    #companyCarousel > div.carousel-indicators.justify-content-center {
        margin-bottom: -4rem !important;
    }

    #testimonial > div {
        margin-bottom: -7% !important;
    }
}

@media(max-width:560px) {
    #companyCarousel > div.carousel-indicators.justify-content-center {
        margin-bottom: -2rem !important;
    }
}

#enquiryRain:hover {
    background-color: #4b206a !important; /* Darker shade of #652d90 */
    color: #fff !important; /* Keep text white */
}


@media(max-width:560px) {
    #JobDynamic > div {
        padding-bottom: 5% !important;
    }

    body > section.why-choose.py-3 > div > div > div.col-md-6.text-center.mb-4.mb-md-0.order-2.order-sm-2.order-lg-1 {
        margin-bottom: -20px !important;
    }

    #testimonial {
        margin-top: -3% !important;
    }

    #contact {
        margin-top: -5% !important;
    }

    body > div.Top.recruitemnt-newsection > section > div > div > div.col-lg-4.mt-4.mt-lg-0.order-1.order-sm-2.mb-2 {
        margin-top: 0px !important;
    }
}

@media(min-width:992px) {
    #jobSeekerView > div > div.d-flex.justify-content-between.align-items-center.mb-3.position-relative {
        margin-top: -3% !important;
    }

    #employerView > div > div.d-flex.justify-content-between.align-items-center.mb-3.position-relative {
        margin-top: -3% !important;
    }

    #Findjob > div:nth-child(1) > div.white-overlay {
        padding-bottom: 11px !important;
    }
}


@media (max-width: 576px) {
    .stats-section {
        flex-direction: column !important;
        align-items: center !important;
    }

        .stats-section .stat-item {
            width: 100%;
            max-width: 300px; /* Optional: control max width for nicer look */
        }

    .stat-underline {
        height: 2px;
        width: 51% !important;
        background-color: #a66dd3;
        border-radius: 2px;
    }
}

@media(min-width:768px) {
    .stat-underline {
        height: 2px;
        width: 100% !important;
        background-color: #a66dd3;
        border-radius: 2px;
    }
}

@media(min-width:1600px) and (max-width:1800px) {
    .tp-slider-img {
        height: 90% !important;
    }

    .counter {
        margin-top: -190px !important;
    }

    #about {
        margin-top: -6% !important;
    }

    #testimonial > div {
        margin-bottom: -6% !important;
    }

    .tp-slider-content-wrap {
        padding-top: 0px;
        margin-top: -37%;
    }
}

@media(min-width:1800px) and (max-width:2000px) {
    .tp-slider-img {
        height: 93% !important;
    }

    .counter {
        margin-top: -172px !important;
    }

    .tp-slider-content-wrap {
        padding-top: 0px;
        margin-top: -37%;
    }

    #about {
        margin-top: -6% !important;
    }

    #testimonial > div {
        margin-bottom: -5% !important;
    }
}

@media(min-width:2000px) and (max-width:2300px) {
    .tp-slider-img {
        height: 95% !important;
    }

    .counter {
        margin-top: -157px !important;
    }

    .tp-slider-content-wrap {
        padding-top: 0px;
        margin-top: -37%;
    }

    #about {
        margin-top: -5% !important;
    }

    #testimonial > div {
        margin-bottom: -4% !important;
    }
}

@media(min-width:2300px) and (max-width:2600px) {
    .tp-slider-img {
        height: 100% !important;
    }

    .counter {
        margin-top: -124px !important;
    }

    .tp-slider-content-wrap {
        padding-top: 0px;
        margin-top: -37%;
    }

    #about {
        margin-top: -4% !important;
    }

    #testimonial > div {
        margin-bottom: -3% !important;
    }
}

@media(min-width:2600px) and (max-width:3000px) {
    .tp-slider-img {
        height: 100% !important;
    }

    .counter {
        margin-top: -124px !important;
    }

    .tp-slider-content-wrap {
        padding-top: 0px;
        margin-top: -37%;
    }

    #about {
        margin-top: -3% !important;
    }

    #testimonial > div {
        margin-bottom: -2% !important;
    }
}

@media(min-width:3000px) {
    .tp-slider-img {
        height: 100% !important;
    }

    .counter {
        margin-top: -124px !important;
    }

    .tp-slider-content-wrap {
        padding-top: 0px;
        margin-top: -37%;
    }

    #about {
        margin-top: -3% !important;
    }

    #testimonial > div {
        margin-bottom: -2% !important;
    }
}

@media(min-width:1300px) {
    .mobilefooter {
        margin-top: 0% !important;
    }
}
@media(min-width:767px) and (max-width:992px)
{
    .info-item {
     
        margin-bottom: 10px !important;
    }
}

@media(width:430px)
{
    .testimonial4_slide
    {
        height:432px !important;
    }
}

@media(min-width:560px) and (max-width:767px)
{
    .testimonial .carousel {
        padding-bottom: 0px !important;
    }
}