@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --themeht-primary-color: #1200ff;
    --themeht-secondary-color: #00e5ff;
    /* --themeht-primary2-color: #32eaff;
    --themeht-secondary2-color: #123aaf; */
    --themeht-text-color: #191919;
    --themeht-body-color: #3b3b3b;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #000229;
    --themeht-bg-light-color: #F7F9FE;
    --themeht-border-light-color: #E1E1E1;
    --themeht-body-font-family: "Hanken Grotesk", sans-serif;
    --themeht-secondary-font-family: "Archivo", sans-serif;
}

body {
    font-family: var(--themeht-body-font-family);
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
    color: var(--themeht-body-color);
}

.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
.orange_txt {
    color: #ff7b02;
}

.txt-gradient {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
    font-style: normal;
    font-family: var(--themeht-secondary-font-family);
    color: var(--themeht-text-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.h1,
h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 600;
}

.h3,
h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
}

.h4,
h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

.h5,
h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.h6,
h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

ul {
    margin: 0px;
    padding: 0px;
}

u {
    text-decoration-style: wavy;
}

/* ------------------------
    Helper class
------------------------*/

p {
    line-height: 1.7;
}

.lead {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

section {
    padding: 120px 0;
    position: relative;
}

.rounded {
    border-radius: 20px !important;
}

/*@media (min-width:1200px) {
 .container { max-width: 1320px !important; }
}*/

/* ------------------------
    Text color
------------------------*/

.text-theme {
    color: var(--themeht-primary-color);
}

.text-black {
    color: var(--themeht-text-color) !important;
}

.text-grey {
    color: var(--themeht-body-color);
}

/* ------------------------
    Background color
------------------------*/

.white-bg {
    background-color: var(--themeht-white-color) !important;
}

.dark-bg {
    background-color: var(--themeht-bg-dark-color);
}

.light-bg {
    background-color: var(--themeht-bg-light-color);
}

.primary-bg {
    background-color: var(--themeht-primary-color);
}

.primary-bg2 {
    background-color: var(--themeht-primary2-color);
}

.secondary-bg {
    background-color: var(--themeht-secondary-color);
}

.secondary-bg2 {
    background-color: var(--themeht-secondary2-color);
}

.transparent-bg {
    background-color: inherit !important;
}

.grediant-bg {
    background-image: linear-gradient(180deg, #f6f5fa .01%, rgba(246, 245, 250, 0))
}

.grediant-bg2 {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

.grediant-bg3 {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.border-light {
    border-color: var(--themeht-border-light-color) !important
}

/* ------------------------
    Banner
------------------------*/

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner {
    padding: 200px 0 180px;
    position: relative;
}

.banner h1 span {
    text-transform: uppercase;
    color: var(--themeht-primary-color);
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}

@media (min-width:1800px) {
    .banner .banner-img {
        margin-right: -200px;
    }

    .banner-2 .banner-img {
        margin-left: -100px;
    }
}

.banner-1 .banner-img,
.banner-3 .banner-img,
.banner-2 .banner-text {
    padding-left: 80px;
}

.banner-1:before {
    position: absolute;
    width: 110%;
    height: 100%;
    border-radius: 30px;
    transform: rotate(-5deg);
    top: -20%;
    left: 0;
    content: "";
    background-image: radial-gradient(circle at 40% 90%, rgba(25, 98, 241, .11), rgba(25, 98, 241, 0) 10%), radial-gradient(circle at 30% 70%, rgba(255, 176, 132, .32), rgba(255, 176, 132, 0) 15%), radial-gradient(circle at 80%, rgba(255, 176, 132, .32), rgba(255, 176, 132, 0) 11%), radial-gradient(circle at 70% 30%, rgba(252, 230, 183, .7), rgba(252, 230, 183, 0) 33%), radial-gradient(circle at 52% 37%, rgba(197, 222, 255, .6), rgba(197, 222, 255, 0) 30%), radial-gradient(circle at 65% 10%, rgba(197, 222, 255, .89), rgba(197, 222, 255, 0) 17%), radial-gradient(circle at 40% 30%, rgba(242, 204, 255, .89), rgba(242, 204, 255, 0) 29%);
    filter: drop-shadow(0px 10px 40px rgba(165, 165, 165, 0.1));
    background-color: white;
}

.banner-1 .banner-img3 {
    position: absolute;
    left: auto;
    top: 20%;
    right: -5%;
    bottom: auto;
    z-index: 3;
    overflow: hidden;
    width: 180px;
    border-radius: 8px;
    box-shadow: 0 9px 42px 0 rgba(64, 69, 79, 0.1);
}

.banner-1 .banner-img2 {
    position: absolute;
    left: 200px;
    top: auto;
    bottom: -10%;
    z-index: 3;
    width: 260px;
    box-shadow: 0 16px 71px 0 rgba(64, 69, 79, 0.1);
}

.banner-img {
    position: relative;
    z-index: 1;
}

.macbook-box {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 16px 71px 0 rgba(64, 69, 79, 0.1);
}

.banner-2 {
    padding: 200px 0 140px;
    position: relative;
    z-index: 9
}

.banner-2 h6 {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    color: var(--themeht-white-color);
    display: inline-block;
    border-radius: 100px;
    padding: 8px 20px;
}

.banner-3 {
    padding: 250px 0 400px;
}

.banner-3 h1,
.banner-3 p {
    color: var(--themeht-white-color)
}

@media (min-width:1600px) {
    .banner-3 .banner-img {
        padding: 0;
        position: absolute;
        top: 18%;
        right: -5%;
        width: 50%;
        transform: ;
    }
}

.img-box {
    background: var(--themeht-white-color);
    position: relative;
    border-radius: 20px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 15px
}

.img-box img {
    border-radius: 20px;
}

.img-box::before {
    content: "";
    height: 20px;
    width: 110%;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: -5%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}

.img-box img {
    width: 100%;
}

.banner-4 {
    padding: 220px 0 160px;
}

.banner h6 {
    display: inline-block;
    border: 1px solid var(--themeht-primary2-color);
    padding: 10px 20px;
    transform: rotate(-10deg);
    margin: 3px;
    position: relative;
    line-height: 1;
}

.banner h6 span {
    width: 6px;
    height: 6px;
    background: var(--themeht-primary-color);
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -3px;
}

.banner h6 span:nth-child(2) {
    left: inherit;
    right: -3px;
    background: var(--themeht-secondary2-color);
}

.banner h6 span:nth-child(3) {
    top: inherit;
    bottom: -3px;
    background: var(--themeht-primary2-color);
}

.banner h6 span:nth-child(4) {
    top: inherit;
    bottom: -3px;
    left: inherit;
    right: -3px;
    background: var(--themeht-secondary-color);
}

.banner-5 {
    padding: 200px 0 200px;
    background-image: url('../images/banner/banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color)); */
    position: relative;
}

.banner-5::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    /* background: var(--themeht-secondary2-color); */
    background: #060c20;
}

.banner-5 h1,
.banner-5 p {
    color: var(--themeht-white-color);
}

.banner-6 {
    padding: 220px 0 150px;
}

.banner-6 h6 {
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    color: var(--themeht-white-color);
    display: inline-block;
    border-radius: 100px;
    padding: 8px 20px;
}

.banner-6 h1 span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-6 .banner-img img {
    position: relative;
    -webkit-animation: seo 6s linear infinite;
    animation: seo 6s linear infinite;
}

.wave-bg>use {
    animation: move-forever 20s linear infinite;
}

.wave-bg>use:nth-child(1) {
    animation-delay: -2s;
}

.wave-bg>use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 10s;
}

.wave-bg>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 8s;
}

.wave-animation {
    display: block;
    width: 100%;
    height: 8em;
    max-height: 100vh;
    margin: 0;
    position: absolute;
    bottom: 0;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/

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

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

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

/* ------------------------
    Clients Logo
------------------------*/

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

.clients-logo img {
    -webkit-filter: contrast(0%);
    filter: contrast(0%);
    opacity: .7;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.clients-logo:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.client-text {
    text-align: center;
    position: relative;
}

.client-text:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    background: var(--themeht-border-light-color);
    width: 70%;
    height: 1px;
}

.client-text span {
    background: var(--themeht-white-color);
    padding: 5px 40px;
}

/* ------------------------
    Countdown
------------------------*/

.countdown {
    margin: 50px 0;
    padding: 50px 0;
    display: table;
    width: 100%;
    border-top: 2px dashed var(--themeht-border-light-color);
    border-bottom: 2px dashed var(--themeht-border-light-color);
}

.countdown>li {
    font-family: var(--themeht-secondary-font-family);
    font-weight: 700;
    text-align: center;
    list-style-type: none;
    display: table-cell;
    width: auto;
}

.countdown>li span {
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
}

.countdown>li p {
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--themeht-text-color);
}

.coming-soon .subscribe-form {
    margin: 0 auto;
}

/* ------------------------
    Error
------------------------*/

.error-path {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    animation: dash 5s linear alternate infinite;
}

.error-path path {
    stroke: var(--themeht-primary-color)
}

.error-path path:nth-child(2) {
    stroke: var(--themeht-primary2-color)
}

.error-path path:nth-child(3) {
    stroke: var(--themeht-secondary2-color)
}

/* ------------------------
    Timeline
------------------------*/

.main-timeline:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--themeht-border-light-color);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.timeline_item {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.timeline-order-1 {
    order: 3;
}

.timeline-order-2 {
    order: 2;
    left: 20px;
}

.timeline-order-3 {
    order: 1;
}

.main-timeline .timeline-icon {
    width: 40px;
    height: 40px;
    position: relative;
    right: 20px;
    font-size: 30px;
    background: var(--themeht-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--themeht-primary-color);
    border-radius: 50%;
    z-index: 9;
}

.main-timeline .date-content {
    width: 50%;
    position: relative;
}

.main-timeline .date-content:before {
    content: "";
    width: 50%;
    height: 1px;
    background: var(--themeht-border-light-color);
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
}

.main-timeline .timeline-order-1:before {
    content: "";
    width: 50%;
    height: 1px;
    background: var(--themeht-border-light-color);
    position: absolute;
    padding-right: 30px;
    margin-right: 50% !important;
}

.main-timeline .date {
    font-family: var(--themeht-secondary-font-family);
    display: flex;
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    color: var(--themeht-white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    align-items: center;
    justify-content: center;
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    border-radius: 50%;
    width: 125px;
    height: 125px;
    z-index: 1;
}

.main-timeline .timeline-content {
    padding: 20px 20px;
}

@media (max-width:640px) {
    .timeline {
        flex-direction: column !important;
    }

    .main-timeline:before {
        margin-left: 1px;
    }

    .main-timeline .timeline-icon {
        margin: auto 2px;
    }

    .main-timeline .timeline-content {
        padding: 40px 30px;
    }

    .timeline-order-1 {
        order: 2;
    }

    .timeline-order-2 {
        order: 1;
        left: -1em;
    }

    .timeline-order-3 {
        order: 3;
    }

    .timeline-order-1b {
        order: 2;
    }

    .timeline-order-2b {
        order: 1;
        left: -1em;
    }

    .timeline-order-3b {
        order: 3;
    }

    .main-timeline .timeline-order-1:before {
        width: 100%;
    }

    .main-timeline .timeline-order-1b:before {
        width: 100%;
    }

    .main-timeline .timeline-order-1b:before {
        content: "";
        width: 100%;
        height: 2px;
        background: var(--themeht-border-light-color);
        position: absolute;
        top: 0;
        padding-right: 30px;
        bottom: 0;
        margin-right: 50% !important;
    }

    .main-timeline .date {
        width: 70px;
        height: 70px;
    }
}

@media (max-width:350px) {
    .timeline-icon {
        visibility: hidden;
    }

    .main-timeline .date-content:before {
        visibility: hidden;
    }

    .date-content {
        left: -15px;
    }
}

/* ------------------------
    Terms and Conditions
------------------------*/

.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/

.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    line-height: 1;
    color: var(--themeht-text-color)
}

.form-control {
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
    color: var(--themeht-text-color);
    background-color: var(--themeht-bg-light-color);
    border: 1px solid transparent;
}

textarea.form-control {
    height: 150px;
    border-radius: 10px;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: var(--themeht-primary-color);
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px !important;
    color: var(--themeht-body-color);
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 600px !important;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
    -moz-filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
    -ms-filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
    -o-filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
    filter: brightness(100%) contrast(100%) saturate(50%) blur(0px) hue-rotate(0deg);
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}

.form-control::-webkit-input-placeholder {
    color: var(--themeht-body-color);
}

.form-control::-moz-placeholder {
    color: var(--themeht-body-color);
}

.form-control:-ms-input-placeholder {
    color: var(--themeht-body-color);
}

.form-control:-moz-placeholder {
    color: var(--themeht-body-color);
}

/* ------------------------
    Video
------------------------*/

.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn-pos {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 99;
}

.video-btn.is-play {
    background-color: var(--themeht-secondary2-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.video-btn.is-play .video-btn-outer-circle {
    background: var(--themeht-secondary2-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.video-btn.is-play .video-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

.video-btn.is-play .video-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
    color: white;
    font-size: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.has-scale-animation {
    animation: smallScale 3s infinite;
}

.has-delay-short {
    animation-delay: 0.5s;
}

/* ------------------------
    List Icon
------------------------*/

.list-icon.style-1 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    background: var(--themeht-white-color);
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    padding: 10px 18px;
    border-radius: 100px;
    align-items: center;
}

.list-icon.style-1 li:last-child {
    margin-bottom: 0
}

.list-icon.style-1 li i {
    color: var(--themeht-white-color);
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    border-radius: 50%;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-icon.style-2 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.list-icon.style-2 li img {
    margin-top: 5px;
    margin-right: 20px;
}

.list-icon.style-2 li:last-child {
    margin-bottom: 0
}

.list-icon.style-2 li i {
    color: var(--themeht-primary-color);
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
}

/* ------------------------
 Marquee Text
------------------------*/

.marquee-wrap {
    width: 100%;
    position: relative;
}

.marquee-wrap {
    overflow: hidden;
    display: block;
}

.marquee-text {
    animation: marquee 60s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

.marquee-text span {
    font-size: 25px;
    line-height: 70px;
    color: var(--themeht-text-color);
    font-family: var(--themeht-secondary-font-family);
    font-weight: 500;
}

.marquee-text i {
    font-size: 10px;
    display: inline-block;
    line-height: 1;
    margin: 0 30px;
    color: var(--themeht-text-color);
}

.marquee-wrap.style-2 {
    padding: 30px 0;
    transform: scale(1.1) rotate(5deg);
}

.marquee-wrap.style-2 .marquee-text span,
.marquee-wrap.style-2 .marquee-text i {
    color: var(--themeht-white-color);
}

/* ------------------------
 Shape & Animation
------------------------*/

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.ht-bg-move {
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: -1;
}

.ht-first-letter::first-letter {
    padding: 8px 0;
    font-size: 60px;
    line-height: 60px;
    display: inline-block;
    float: left;
    font-weight: 600;
    margin-right: 8px;
    color: var(--themeht-primary-color);
    font-family: var(--themeht-secondary-font-family);
}

.rocket-shade {
    animation-name: MoveCircleSmall;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-delay: 0s;
    left: 0%;
    top: -50%;
    position: absolute;
    animation-iteration-count: infinite;
}

.hero-shape1 {
    z-index: -1;
    position: absolute;
    width: 110%;
    height: 100%;
    border-bottom-left-radius: 200px;
    transform: rotate(-15deg);
    top: -35%;
    right: -10%;
    background: linear-gradient(130deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.wave-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
}

.wave-shape.top {
    bottom: inherit;
    top: 0;
}

.banner-shape {
    position: absolute;
    right: -30%;
    top: -30%;
    width: 80%;
    height: 100%;
    z-index: -1;
}

.banner-shape2 {
    position: absolute;
    left: 0;
    top: 8%;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.banner-shape2 img {
    animation: 30s linear infinite running rotate;
}

.banner-shape3 {
    position: absolute;
    right: -5%;
    top: -8%;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.img-bg-shape {
    position: absolute;
    left: -10%;
    top: -20%;
    width: 120%;
    height: 100%;
    z-index: -1;
}

.bg-effect {
    position: relative;
}

.bg-effect::after {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    top: 0;
    content: "";
    left: -10%;
    position: absolute;
    z-index: -1;
    height: 100%;
    border-top-right-radius: 100px;
    width: 60%;
    border-bottom-right-radius: 100px;
    transform: rotate(10deg);
}

.shape-img-bg {
    position: relative;
}

.shape-img-bg {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient id="Gradient1" cx="50%" cy="50%" fx="10%" fy="50%" r=".5"><animate attributeName="fx" dur="34s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23FF5409"/><stop offset="100%" stop-color="%23ff00"/></radialGradient><radialGradient id="Gradient2" cx="50%" cy="50%" fx="10%" fy="50%" r=".5"><animate attributeName="fx" dur="23.5s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23010FC5"/><stop offset="100%" stop-color="%230ff0"/></radialGradient><radialGradient id="Gradient3" cx="50%" cy="50%" fx="50%" fy="50%" r=".5"><animate attributeName="fx" dur="21.5s" values="0%;3%;0%" repeatCount="indefinite"/><stop offset="0%" stop-color="%23010FC5"/><stop offset="100%" stop-color="%23f0f0"/></radialGradient><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.152" numOctaves="4" seed="15"  stitchTiles="stitch"/></filter></defs><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient1)"><animate attributeName="x" dur="20s" values="25%;0%;25%" repeatCount="indefinite"/><animate attributeName="y" dur="21s" values="0%;25%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="17s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient2)"><animate attributeName="x" dur="23s" values="-25%;0%;-25%" repeatCount="indefinite"/><animate attributeName="y" dur="24s" values="0%;50%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="18s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" fill="url(%23Gradient3)"><animate attributeName="x" dur="25s" values="0%;25%;0%" repeatCount="indefinite"/><animate attributeName="y" dur="26s" values="0%;25%;0%" repeatCount="indefinite"/><animateTransform attributeName="transform" type="rotate" from="360 50 50" to="0 50 50" dur="19s" repeatCount="indefinite"/></rect><rect x="0" y="0" width="100%" height="100%" filter="url(%23noiseFilter)" opacity="0.2"/></svg>') no-repeat center center;
    background-size: cover;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.img-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.5" numOctaves="10" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)" /></svg>') repeat;
    opacity: 0.4;
    /* Adjust opacity for desired noise effect */
    z-index: 2;
    pointer-events: none;
}

.shape-img-bg img {
    border-radius: 10px !important;
    position: relative;
    z-index: 9;
}

.sublinks {
    left: 100% !important;
    top: 0 !important;
}

.special_intiative_card {
    position: relative;
    background-color: #fbf7ed;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
}

.special_intiative_card .card_body {
    display: flex;
    align-items: center;
    padding: 15px;
}

.special_intiative_card .card_body .icon_wrp {
    width: 80px;
    margin-right: 20px;
}

.special_intiative_card .card_bottom {
    background: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.middle-footer .copyright ul {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-between;
}

.middle-footer .copyright ul li {
    list-style: none;
    display: flex;
    align-items: center;
}

.middle-footer .copyright ul li p {
    margin: 0 10px;
    color: #5e83bf;
}

.copyTxt {
    color: rgba(255, 255, 255, 0.4);
}

.copyTxt span {
    color: #fff;
}


/* header */
.header {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1200;
}

@media (max-width:1399px) {
    .header {
        top: 25px;
    }
}


.header .item-left {
    flex: 0 0 23%;
}

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    flex: 0 0 55%;
    background: white;
    padding: 11px 30px 10px;
    position: relative;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.header .item-center::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 0;
    height: 40px;
    width: 20px;
    left: -20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -20px 0 0 #fff;
}

.header .item-center::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 0;
    height: 40px;
    width: 20px;
    right: -20px;
    border-top-left-radius: 20px;
    box-shadow: 0 -20px 0 0 #fff;
}

@media (max-width:1399px) {

    .header .item-center::before,
    .header .item-center::after {
        display: none;
    }
}

.header .item-right {
    flex: 0 0 22%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    /* color: #555555; */
    /* display: inline-block; */
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-left: 30px;
}

@media (max-width:1499px) and (min-width:1400px) {
    .header .menu>ul>li {
        margin-left: 20px;
    }
}

.header .menu>ul>li>a {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    color: #040c1e;
    position: relative;
    transition: color 0.3s ease;
    font-family: var(--themeht-secondary-font-family);
}

@media (max-width:1549px) and (min-width:1500px) {
    .header .menu>ul>li>a {
        font-size: 15px;
    }
}

@media (max-width:1499px) and (min-width:1400px) {
    .header .menu>ul>li>a {
        font-size: 15px;
    }
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.header .menu>ul>li .sub-menu>ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url('../images/arrow.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .single-column-menu ul {
    margin: 0 0 0 0px;
    padding: 0;
    list-style: disc;
}

@media (max-width:1399px) {
    .header .menu>ul>li .single-column-menu ul {
        margin: 0 0 0 30px;
    }
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
    border-bottom: dashed 1px #a8bac7;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 4px 0 4px;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    transition: color 0.3s ease;
    line-height: 20px;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: solid 4px #0a4f8c;
}

@media (max-width:1399px) {
    .header .menu>ul>li .sub-menu.mega-menu-column-4 {
        border-bottom: none;
    }
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 20px 15px;

}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item:nth-child(1) {
    background-color: #dbe7ff;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item:nth-child(2) {
    background-color: #ebf0fb;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item:nth-child(3) {
    background-color: #dbe7ff;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item:nth-child(4) {
    background-color: #ebf0fb;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #ff7b02;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #ff7b02;
}

/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media(max-width: 1399px) {

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
        background-color: transparent;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 50%;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 60px;
        width: 60px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
        border-radius: 100px;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #fff;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 28px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px 0 0 5px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}


@media (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1550px
    }
}

#ht-main-nav ul,
#emp-login-nav ul {
    margin: 0;
    padding: 0 0 0 20px;
}

#ht-main-nav ul li,
#emp-login-nav ul li {
    list-style: disc;
    margin-bottom: 10px;
}

#ht-main-nav ul li a {
    color: #000229;
}

#emp-login-nav ul li a {
    color: #fff;
}

#ht-main-nav ul li a:hover,
#emp-login-nav ul li a:hover {
    color: #ff7b02;
}

.mega-menu .nav-pills .nav-link {
    background-color: #e5e8ef;
    border-radius: 0;
    color: #191919;

}

.mega-menu .nav-pills .nav-link.active {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    color: #fff;
    position: relative;
}

.mega-menu .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 18px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 15px solid transparent;
}




/* variables */
.v-tabs {
    font-family: "Ubuntu", sans-serif;
    color: #30455c;
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: flex-start;
    width: 100%;
    background-color: #fbf2d6;
    min-height: 455px;
    font-family: var(--themeht-body-font-family);
}

.v-tabs h1 {
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    padding: 1em 0;
    font-size: 2em;
    color: #fefffa;
    text-transform: capitalize;
    text-align: center;
}



.v-tabs .tabordion {
    position: relative;
    width: 100%;
    color: #30455c;
    margin: 0;
}

.v-tabs .tabordion .tabs {
    display: block;
    width: 100%;
    left: 0;
}

.v-tabs .tabordion .tabs input[name=sections] {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.v-tabs .tabordion .tabs input[name=sections]:checked+label {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    color: #ffffff;
    position: relative;
}

.v-tabs .tabordion .tabs input[name=sections]:checked+label::after {
    display: none;
}



.v-tabs .tabordion .tabs input[name=sections]:checked~article {
    display: block;
}

.v-tabs .tabordion .tabs label {
    background: #fbf2d6;
    border-bottom: 1px solid #e0d6b8;
    font-weight: 400;
    color: #191919;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 1em 0.83em;
    position: relative;
    width: 100%;
    z-index: 100;
}

.v-tabs .tabordion .tabs article {
    display: none;
    left: 0;
    width: 100%;
    padding: 1em;
    position: relative;
    top: 0;
    background: #fefffa;
    font-family: var(--themeht-body-font-family);
    font-weight: 300;
    line-height: 1.7;
}

.v-tabs .tabordion .tabs article p {
    margin-bottom: 1em;
}

.v-tabs .tabordion .tabs article:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    display: block;
    left: -229px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 1;
}

@media all and (min-width: 1399px) {
    .v-tabs .tabordion .tabs input[name=sections]:checked+label::after {
        content: '';
        position: absolute;
        right: -1px;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 13px solid #ffffff;
        border-bottom: 10px solid transparent;
        transform: translateY(-50%);
        display: block;
    }

    .v-tabs .tabordion {
        width: 100%;
        /* color: #30455c; */
        height: 100%;
    }

    .v-tabs .tabordion .tabs label {
        border-left: 1px solid #b3bcbd;
        padding: 1em 2.5%;
        width: 30%;
    }

    .v-tabs .tabordion .tabs article {
        position: absolute;
        width: 70%;
        left: 30%;
        height: 100%;
    }
}

.tabordion ul {
    margin: 0;
    padding: 0;
}

.tabordion ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
}

.tabordion ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url('../images/arrow.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.tabordion ul li a {
    text-decoration: none;
    color: #1f2034;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.tabordion ul li a:hover {
    color: #ff7b02;
}

ul.abt_unOrder {
    margin: 0;
    padding: 0;
}

ul.abt_unOrder li {
    list-style: none;
    display: flex;
    margin-bottom: 40px;
}

ul.abt_unOrder li .abt_icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.ser_btn {
    font-weight: 400;
    color: #000;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    background: #ffffff;
    padding: 0 10px;
    border-radius: 4px;
    border: solid 1px #a8c8d5;
    transition: all 0.4s ease-in-out;
}

.ser_btn i {
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
}

.ser_btn:hover {
    background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
    color: #fff;
    border-color: #ff7b02;
}

.ser_btn:hover i {
    margin-left: 15px;
}