@charset "UTF-8";

/*
@File: AutoBid.online Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

/*--------------------------------
=========Table Of Contents========

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");
:root {
    --primaryFont: "DM Sans", sans-serif;
    --secondaryFont: "ClashDisplay";
    --primaryColor: #6f5fc5;
    --secondaryColor: #b9acff;
    --paraColor: #555;
    --titleColor: #1F1F1F;
    --grayeColor: #f3f3f3;
    --whiteColor: #fff;
    --blackColor: #000;
    --offwhiteColor: #ddd;
    --aztechColor: #111828;
    --charcoalColor: #30363D;
    --codColor: #12131B;
    --borderColor: rgba(255, 255, 255, 0.21);
    --darkParaColor: #C0C0C0;
    --slateGrayColor: #2a2a2a;
    --fontSize: 16px;
    --transition: all ease .5s;
}

@font-face {
    font-family: "ClashDisplay";
    src: url(../fonts/clashdisplay-variable.ttf);
}


/*---------------------------------
    General Styles
-----------------------------------*/

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

a,
button,
input[type=submit] {
    cursor: pointer;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


/* clears the ‘X’ from Chrome */

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

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

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--titleColor);
}

body {
    color: var(--paraColor);
    font-size: var(--fontSize);
    font-family: var(--primaryFont);
    font-weight: 400;
    line-height: 26px;
}

.text_primary {
    color: var(--primaryColor);
}

.text_secondary {
    color: var(--secondaryColor);
}

.text-title {
    color: var(--titleColor);
}

.text-para {
    color: var(--paraColor);
}

.text-offwhite {
    color: var(--offwhiteColor);
}

.font-primary {
    font-family: var(--primaryFont);
}

.font-secondary {
    font-family: var(--secondaryFont);
}

.bg-black {
    background-color: #1F1F1F;
}

.bg-title {
    background-color: var(--titleColor);
}

.bg-gray {
    background-color: var(--grayColor);
}

.bg_primary {
    background-color: var(--primaryColor);
}

.bg_secondary {
    background-color: var(--secondaryColor);
}

.bg-optional {
    background-color: var(--optionalColor);
}

.ht-60 {
    height: 60px;
}

.ht-50 {
    height: 50px;
}

.ht-56 {
    height: 56px;
}

.ht-150 {
    height: 150px;
}

.ht-160 {
    height: 160px;
}

.ht-200 {
    height: 200px;
}

.ht-250 {
    height: 250px;
}

.fw-black {
    font-weight: 900;
}

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

.fs-13 {
    font-size: 13px;
}

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

.fs-15 {
    font-size: 15px;
}

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

.fs-17 {
    font-size: 17px;
}

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

.fs-19 {
    font-size: 19px;
    line-height: 30px;
}

.fs-20 {
    font-size: 20px;
    line-height: 30px;
}

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

.fs-24 {
    font-size: 24px;
    line-height: 34px;
}

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

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

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

.ls-1 {
    letter-spacing: 0.1em;
}

.ls-15 {
    letter-spacing: 0.15em;
}

.outline-0:focus {
    outline: none;
}

.fw-extrabold {
    font-weight: 800;
}

.resize-0 {
    resize: none;
}

.pt-50 {
    padding-top: 50px;
}

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

.pt-95 {
    padding-top: 95px;
}

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

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

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 95px;
}

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

.ptb-130 {
    padding-top: 120px;
    padding-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
    overflow: hidden;
    padding: 12px 75px 12px 25px;
    border-radius: 50px;
    border-right: none;
}

.btn span {
    border-radius: 0 50px 50px 0;
    padding: 10px 15px;
    transition: var(--transition);
}

.btn span img {
    transition: var(--transition);
}

.btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.4s;
    z-index: 1;
}

.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: var(--transition);
}

.btn:hover:before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.btn:hover span:before {
    width: 100%;
    opacity: 1;
}

.btn.style-one {
    background-color: transparent;
    border: 1px solid rgba(206, 210, 193, 0.56);
    color: var(--blackColor);
}

.btn.style-one:before {
    background-color: var(--secondaryColor);
}

.btn.style-one span {
    background-color: var(--secondaryColor);
}

.btn.style-one span:before {
    background-color: var(--primaryColor);
}

.btn.style-one:hover {
    border-color: transparent;
    color: var(--titleColor);
}

.btn.style-one:hover span {
    background-color: var(--primaryColor);
}

.btn.style-one:hover span img {
    filter: brightness(0) invert(1);
}

.btn.style-two {
    background-color: transparent;
    border: 1px solid rgba(206, 210, 193, 0.56);
    color: var(--blackColor);
}

.btn.style-two:before {
    background-color: var(--secondaryColor);
}

.btn.style-two span {
    background-color: var(--primaryColor);
}

.btn.style-two:hover {
    border-color: transparent;
    color: var(--titleColor);
}

.btn.style-two:hover span img {
    filter: brightness(0) invert(1);
}

.btn.style-three {
    background-color: transparent;
    border: 1px solid var(--primaryColor);
    color: var(--blackColor);
}

.btn.style-three span {
    background-color: var(--primaryColor);
}

.btn.style-three:hover {
    border-color: transparent;
    background-color: var(--secondaryColor);
}

.btn.style-four {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.56);
    color: var(--blackColor);
}

.btn.style-four:before {
    background-color: var(--secondaryColor);
}

.btn.style-four span {
    background-color: var(--secondaryColor);
}

.btn.style-four span:before {
    background-color: var(--primaryColor);
}

.btn.style-four:hover {
    border-color: transparent;
}

.btn.style-four:hover span img {
    filter: brightness(0) invert(1);
}

.btn.style-five {
    background-color: var(--secondaryColor);
    border: none;
    color: var(--blackColor);
}

.btn.style-five span {
    background-color: var(--primaryColor);
}

.btn.style-five:hover {
    border-color: transparent;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.btn.style-five:hover span {
    background-color: var(--secondaryColor);
}

.btn.style-five:hover span img {
    filter: brightness(0) invert(0);
}

.btn.style-six {
    background-color: var(--primaryColor);
    border: none;
    color: var(--whiteColor);
}

.btn.style-six span {
    background-color: var(--secondaryColor);
}

.btn.style-six span img {
    filter: brightness(0) invert(0);
}

.btn.style-six:hover {
    border-color: transparent;
    background-color: var(--secondaryColor);
    color: var(--blackColor);
}

.btn.style-six:hover span {
    background-color: var(--primaryColor);
}

.btn.style-six:hover span img {
    filter: brightness(0) invert(1);
}

.btn.style-seven {
    background-color: transparent;
    border: 1px solid var(--secondaryColor);
    color: var(--whiteColor);
}

.btn.style-seven:before {
    background-color: var(--secondaryColor);
}

.btn.style-seven span {
    background-color: var(--secondaryColor);
}

.btn.style-seven span:before {
    background-color: var(--primaryColor);
}

.btn.style-seven:hover {
    border-color: transparent;
    color: var(--blackColor);
}

.btn.style-seven:hover span {
    background-color: var(--primaryColor);
}

.btn.style-seven:hover span img {
    filter: brightness(0) invert(1);
}

.btn.style-eight {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.33);
    color: var(--whiteColor);
}

.btn.style-eight:before {
    background-color: var(--secondaryColor);
}

.btn.style-eight span {
    background-color: var(--secondaryColor);
}

.btn.style-eight span:before {
    background-color: var(--primaryColor);
}

.btn.style-eight:hover {
    border-color: transparent;
    color: var(--blackColor);
}

.btn.style-eight:hover span {
    background-color: var(--primaryColor);
}

.btn.style-eight:hover span img {
    filter: brightness(0) invert(1);
}

.btn.style-nine {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--whiteColor);
}

.btn.style-nine:before {
    background-color: var(--primaryColor);
}

.btn.style-nine span {
    background-color: var(--primaryColor);
}

.btn.style-nine:hover {
    border-color: transparent;
}

.btn.style-nine:hover span {
    background-color: var(--secondaryColor);
}

.btn.style-nine:hover span img {
    filter: brightness(0) invert(0);
}

.btn.style-ten {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--whiteColor);
}

.btn.style-ten:before {
    background-color: var(--primaryColor);
}

.btn.style-ten span {
    background-color: rgba(255, 255, 255, 0.23);
}

.btn.style-ten:hover {
    border-color: transparent;
}

.btn.style-ten:hover span {
    background-color: var(--secondaryColor);
}

.btn.style-ten:hover span img {
    filter: brightness(0) invert(0);
}

.btn.style-11 {
    background-color: transparent;
    border: 1px solid rgba(206, 210, 193, 0.56);
    color: var(--blackColor);
}

.btn.style-11:before {
    background-color: var(--primaryColor);
}

.btn.style-11 img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.btn.style-11:hover {
    border-color: transparent;
    color: var(--titleColor);
}

.btn.style-11:hover span {
    background-color: var(--primaryColor);
}

.btn.style-11:hover span img {
    filter: brightness(0) invert(1);
}

.btn.style-12 {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.btn.style-12:before {
    background-color: var(--secondaryColor);
}

.btn.style-12:hover {
    border-color: transparent;
    color: var(--titleColor);
}

.link {
    position: relative;
    padding-bottom: 1px;
    line-height: 1;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    transition: var(--transition);
}

.link i {
    margin-left: 5px;
    font-size: 21px;
    font-weight: 300;
    line-height: 0.8;
    position: relative;
    top: 2px;
    transition: var(--transition);
}

.link img {
    position: relative;
    top: -1px;
    margin-left: 5px;
    transition: var(--transition);
}

.link:hover:after {
    width: 100%;
}

.link:hover img {
    margin-left: 9px;
}

.link:hover i {
    margin-left: 9px;
}

.link.style-one {
    color: var(--secondaryColor);
}

.link.style-one:after {
    background-color: var(--secondaryColor);
}

.link.style-two {
    color: var(--primaryColor);
}

.link.style-two:after {
    background-color: var(--titleColor);
}

.link.style-two:hover {
    color: var(--titleColor);
}

.link.style-three {
    color: var(--secondaryColor);
}

.link.style-three:after {
    background-color: var(--secondaryColor);
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.link.style-three:hover {
    color: var(--primaryColor);
}

.link.style-three:hover:after {
    background-color: var(--primaryColor);
}

.link.style-four {
    color: var(--offwhiteColor);
}

.link.style-four:after {
    background-color: var(--secondaryColor);
}

.link.style-four:hover {
    color: var(--secondaryColor);
}

.link-hover-white,
.link-hover-primary,
.link-hover-secondary {
    position: relative;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.6s;
}

.link-hover-white:hover,
.link-hover-primary:hover,
.link-hover-secondary:hover {
    background-size: 100% 2px;
}

.link-hover-title:hover {
    background-image: linear-gradient(var(--titleColor), var(--titleColor));
    color: var(--titleColor);
}

.link-hover-primary:hover {
    background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
    color: var(--primaryColor) !important;
}

.link-hover-white:hover {
    background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
    color: var(--whiteColor) !important;
}

.link-hover-yellowGreen:hover {
    background-image: linear-gradient(var(--yellowGreenColor), var(--yellowGreenColor));
    color: var(--yellowGreenColor) !important;
}

.link-hover-titleTwo:hover {
    background-image: linear-gradient(#134404, #134404);
    color: #134404;
}

.link-hover-secondary:hover {
    background-image: linear-gradient(var(--secondaryColor), var(--secondaryColor));
    color: var(--secondaryColor) !important;
}

.hover-text-secondary:hover {
    color: var(--secondaryColor) !important;
}

.hover-text-title:hover {
    color: var(--titleColor) !important;
}

.hover-text-primary:hover {
    color: var(--primaryColor) !important;
}

.hover-text-jaffa:hover {
    color: var(--jaffaColor) !important;
}

.hover-text-secondary:hover {
    color: var(--secondaryColor);
}

.hover-text-optional:hover {
    color: var(--optionalColor);
}

.tilt-img {
    transition: 0.3s ease;
    transform-style: preserve-3d;
}

.img-hover-zoom .img-zoom img {
    transition: all 500ms ease;
}

.img-hover-zoom .img-zoom img:first-child {
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.img-hover-zoom:hover .img-zoom img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.img-hover-zoom:hover .img-zoom img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.img-hover:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.img-hover-wrap:hover .img-hover:before {
    animation: shine 0.75s;
}

.img-hover-wrap:hover .img-hover img {
    transform: scale(1.05);
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}

.transition {
    transition: var(--transition);
}

.social-profile li {
    display: inline-block;
    margin-right: 5px;
}

.social-profile li:last-child {
    margin-right: 0;
}

.social-profile li a i {
    line-height: 0.8;
    transition: var(--transition);
}

.social-profile.style-one li {
    margin-right: 5px;
    padding-right: 7px;
    line-height: 1;
    border-right: 1px solid rgba(221, 221, 221, 0.24);
}

.social-profile.style-one li:last-child {
    margin-right: 0;
    border-right: none;
}

.social-profile.style-one li a i {
    font-size: 15px;
    line-height: 15px;
    position: relative;
    color: rgba(221, 221, 221, 0.6);
}

.social-profile.style-one li a:hover {
    border-color: transparent;
}

.social-profile.style-one li a:hover i {
    color: var(--secondaryColor);
}

.social-profile.style-two li {
    margin-right: 7px;
    line-height: 1;
    padding-right: 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.38);
}

.social-profile.style-two li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.social-profile.style-two li a i {
    font-size: 14px;
    line-height: 1;
    position: relative;
    color: var(--offwhiteColor);
}

.social-profile.style-two li a:hover i {
    color: var(--secondaryColor);
}

.social-profile.style-three li {
    margin-right: 8px;
    line-height: 1;
}

.social-profile.style-three li:last-child {
    margin-right: 0;
}

.social-profile.style-three li a {
    width: 36px;
    height: 36px;
    background-color: rgba(99, 102, 241, 0.16);
}

.social-profile.style-three li a i {
    font-size: 15px;
    line-height: 1;
    position: relative;
    color: var(--primaryColor);
}

.social-profile.style-three li a:hover {
    background-color: var(--primaryColor);
    border-color: transparent;
}

.social-profile.style-three li a:hover i {
    color: var(--whiteColor);
}

.social-profile.style-four li {
    margin-right: 7px;
    line-height: 1;
    padding-right: 9px;
    border-right: 1px solid rgba(85, 85, 85, 0.38);
}

.social-profile.style-four li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.social-profile.style-four li a i {
    font-size: 14px;
    line-height: 1;
    position: relative;
    color: var(--paraColor);
}

.social-profile.style-four li a:hover i {
    color: var(--primaryColor);
}

.section-subtitle {
    line-height: 13px;
}

.section-subtitle.style-one {
    padding: 10.5px 20px 10.5px 18px;
}

.section-subtitle.style-two {
    padding: 13px 20px 9px 18px;
}

.section-subtitle.style-two img {
    position: relative;
    margin-right: 12px;
    top: -1px;
}

.section-title {
    font-family: var(--secondaryFont);
}

.section-title.style-one,
.section-title.style-two,
.section-title.style-three,
.section-title.style-four {
    font-size: 40px;
    line-height: 50px;
}

.slider-btn .prev-btn,
.slider-btn .next-btn {
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.slider-btn .prev-btn:before,
.slider-btn .next-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    transition: var(--transition);
}

.slider-btn .prev-btn img,
.slider-btn .prev-btn i,
.slider-btn .next-btn img,
.slider-btn .next-btn i {
    transition: var(--transition);
}

.slider-btn .prev-btn i,
.slider-btn .next-btn i {
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    position: relative;
    top: 0;
}

.slider-btn .prev-btn:hover:before,
.slider-btn .next-btn:hover:before {
    width: 100%;
    opacity: 1;
}

.slider-btn .prev-btn:hover img,
.slider-btn .next-btn:hover img {
    filter: brightness(0) invert(1);
}

.slider-btn .prev-btn i {
    left: -1px;
}

.slider-btn .next-btn i {
    right: -1px;
}

.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
    background-color: rgba(80, 137, 255, 0.11);
}

.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
    background: var(--primaryColor);
}

.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn i {
    color: var(--titleColor);
}

.slider-btn.style-one .prev-btn:hover,
.slider-btn.style-one .next-btn:hover {
    border-color: transparent;
}

.slider-btn.style-two .prev-btn,
.slider-btn.style-two .next-btn {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.12);
}

.slider-btn.style-two .prev-btn img,
.slider-btn.style-two .next-btn img {
    filter: brightness(0) invert(1);
}

.slider-btn.style-two .prev-btn:before,
.slider-btn.style-two .next-btn:before {
    background: var(--secondaryColor);
}

.slider-btn.style-two .prev-btn:hover img,
.slider-btn.style-two .next-btn:hover img {
    filter: brightness(0) invert(0);
}

.slider-btn.style-three .prev-btn,
.slider-btn.style-three .next-btn {
    width: 50px;
    height: 50px;
    background-color: #EDEFE2;
}

.slider-btn.style-three .prev-btn:before,
.slider-btn.style-three .next-btn:before {
    background: var(--secondaryColor);
}

.slider-btn.style-three .prev-btn:hover img,
.slider-btn.style-three .next-btn:hover img {
    filter: brightness(0) invert(0);
}

.outline-0:focus {
    outline: none;
}

.round-5 {
    border-radius: 5px;
}

.round-10 {
    border-radius: 10px;
}

.round-12 {
    border-radius: 12px;
}

.round-15 {
    border-radius: 15px;
}

.round-20 {
    border-radius: 20px;
}

.round-oval {
    border-radius: 50px;
}

.rating li {
    display: inline-block;
}

.rating li i {
    line-height: 0.8;
    color: #FF9D0A;
}


/*---------------------------------
   Preloader Area CSS
----------------------------------*/

.preloader-area {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    text-align: center;
    overflow: hidden;
    background-color: var(--whiteColor);
}

.preloader-area .spinner {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.preloader-area .spinner div {
    animation: spinner 1.875s infinite backwards;
    background-color: var(--primaryColor);
    border-radius: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
}

.preloader-area .spinner div:nth-child(1) {
    animation-delay: 0.15s;
    background-color: rgba(242, 82, 8, 0.9);
}

.preloader-area .spinner div:nth-child(2) {
    animation-delay: 0.3s;
    background-color: rgba(242, 82, 8, 0.8);
}

.preloader-area .spinner div:nth-child(3) {
    animation-delay: 0.45s;
    background-color: rgba(242, 82, 8, 0.7);
}

.preloader-area .spinner div:nth-child(4) {
    animation-delay: 0.6s;
    background-color: rgba(242, 82, 8, 0.6);
}

.preloader-area .spinner div:nth-child(5) {
    animation-delay: 0.75s;
    background-color: rgba(242, 82, 8, 0.5);
}

@keyframes spinner {
    0% {
        transform: rotate(0deg) translateY(-200%);
    }
    60%,
    100% {
        transform: rotate(360deg) translateY(-200%);
    }
}


/*---------------------------------
    Back To Top CSS
----------------------------------*/

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--titleColor);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}

.progress-wrap::after {
    position: absolute;
    font-family: remixicon !important;
    content: "\ea76";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    left: 0;
    color: var(--titleColor);
    top: 1px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

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

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

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

.progress-wrap svg.progress-circle path {
    stroke: var(--titleColor);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
    stroke: var(--titleColor);
}


/*---------------------------------
     Animation CSS
----------------------------------*/

.rotate {
    animation: rotation 20s infinite linear;
}

.bounce {
    animation: float 1500ms infinite ease-in-out;
}

.animationFramesTwo {
    animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.moveHorizontal {
    animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
    animation: moveVertical 3000ms infinite ease-in-out;
}

.zoomIn {
    animation: zoom-in 3500ms infinite ease-in-out;
}

.waving_left {
    animation: waving_left 7s infinite linear;
    transition: all 0.3s ease-in-out;
}

.waving_right {
    animation: waving_right 7s infinite linear;
    transition: all 0.3s ease-in-out;
}

.img-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.img-anim-bottom {
    animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.img-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

.img-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

.moving_cloud_one {
    animation: movingclouds 20s linear infinite;
}

.moving_cloud_two {
    animation: movingclouds 45s linear infinite;
}

.moving_cloud_three {
    animation: movingclouds 19s linear infinite;
}

.moving_cloud_four {
    animation: movingclouds 35s linear infinite;
}

.moving_cloud_five {
    animation: movingclouds 50s linear infinite;
}

[data-aos=fade-up] {
    transform: translate3d(0, 40px, 0);
}

@keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(6deg);
    }
    75% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-3deg);
    }
    50% {
        -webkit-transform: rotate(-6deg);
    }
    75% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-bottom {
    0% {
        transform: translateY(5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes movingclouds {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: -110%;
    }
}

@keyframes movingplane {
    0% {
        margin-left: 100%;
        top: 300px;
    }
    29% {
        margin-left: 50%;
        top: 50px;
        transform: rotate(20deg);
    }
    31% {
        transform: rotate(-20deg);
    }
    60% {
        margin-left: 0%;
        top: 300px;
    }
    100% {
        margin-left: -100%;
        top: 300px;
    }
}

.reveal-text {
    visibility: hidden;
    max-width: 100%;
}

.reveal-text .letter {
    position: relative;
    display: inline-block;
    will-change: transform;
    transform-style: preserve-3d;
}

.reveal-text .letter div {
    width: 100%;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.reveal-text .perspective {
    position: relative;
    display: inline-block;
}

.reveal-text .perspective div {
    position: relative;
    display: inline-block;
}

.reveal-text .word {
    display: inline-block;
}

.ripple:before {
    animation-delay: 0.1s;
    content: "";
    position: absolute;
}

.ripple:after {
    animation-delay: 0.1s;
    content: "";
    position: absolute;
}

.ripple,
.ripple:before,
.ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    animation: ripple 3s infinite;
}

@keyframes reveal {
    0% {
        transform: translate(0, 100%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes moveHorizontal {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes moveVertical {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(100px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(63px, 71px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 52px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}


/*-------------------------------
    Custom Cursor CSS
-------------------------------*/

.cursor {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: all 350ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 999;
    border: 1px solid var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: sans-serif;
    color: var(--primaryColor);
    background-color: transparent;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    opacity: 0.9;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.6s, height 0.6s, opacity 0.6s;
    background-color: var(--primaryColor);
    z-index: 999;
}

.cursor-inner.hidden {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.5s, transform 0.5s;
}

.hover {
    border-color: transparent;
    opacity: 0.8;
    width: 3px;
    height: 3px;
    z-index: 999;
    background-color: var(--primaryColor);
}

.cursorinnerhover {
    width: 15px;
    height: 15px;
    opacity: 0.5;
}

.cursor-text {
    display: none;
    pointer-events: none;
}

.cursor.view {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border-color: transparent;
    width: 120px;
    height: 120px;
    font-size: 16px;
    cursor: pointer;
}

.cursor.view .cursor-text {
    display: block;
}


/*---------------------------------
   Pagination CSS
----------------------------------*/

.pagination-area .page-numbers {
    position: relative;
    width: 50px;
    height: 50px;
    color: var(--primaryColor);
    font-weight: 600;
    background-color: rgba(99, 102, 241, 0.1);
    transition: var(--transition);
    margin-right: 13px;
}

.pagination-area .page-numbers i {
    position: relative;
    top: 1px;
    font-size: 30px;
    font-weight: 300;
}

.pagination-area .page-numbers img {
    transition: var(--transition);
}

.pagination-area .page-numbers:first-child i {
    right: 2px;
}

.pagination-area .page-numbers:last-child {
    margin-right: 0;
}

.pagination-area .page-numbers:last-child i {
    left: 2px;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover {
    background-color: var(--primaryColor);
    border-color: transparent;
    color: var(--whiteColor);
}

.pagination-area .page-numbers.current img,
.pagination-area .page-numbers:hover img {
    filter: brightness(0) invert(1);
}


/*-------------------------------
        Breadcrumb CSS
-------------------------------*/

.breadcrumb-area {
    padding: 165px 0 86px;
    background-image: url(../img/breadcrumb/br-bg-1.png);
    background-position: bottom center;
    margin: -100px 13px 0;
}

.breadcrumb-area .br-title {
    font-size: 46px;
    line-height: 56px;
}

.breadcrumb-area .br-menu {
    border-radius: 50px;
    padding: 5px 16px;
}

.breadcrumb-area .br-menu li {
    display: inline-block;
    position: relative;
    margin-right: 7px;
    padding-right: 11px;
    color: rgba(0, 0, 0, 0.6);
}

.breadcrumb-area .br-menu li:after {
    position: absolute;
    top: 50%;
    right: -1px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--blackColor);
    transform: translateY(-50%);
}

.breadcrumb-area .br-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumb-area .br-menu li:last-child:after {
    display: none;
}

.breadcrumb-area .br-menu li a {
    color: var(--blackColor);
}

.breadcrumb-area .br-menu li a:hover {
    color: var(--primaryColor);
}


/*---------------------------------
   Hero Section CSS
----------------------------------*/

.hero-area.style-one {
    padding: 340px 0 268px;
}

.hero-area.style-one .hero-shape-one {
    bottom: 16%;
}

.hero-area.style-one .hero-shape-two {
    top: 16%;
}

.hero-area.style-one .br-one:before {
    position: absolute;
    top: 0;
    left: 16.5%;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.06);
    z-index: 0;
}

.hero-area.style-one .br-one:after {
    position: absolute;
    top: 0;
    right: 18%;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.06);
    z-index: 0;
}

.hero-area.style-one:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--blackColor);
    border-radius: 0 0 100px 100px;
    z-index: 0;
}

.hero-area.style-one:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--secondaryColor);
    z-index: -1;
}

.hero-area.style-one .hero-section-shape {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.hero-area.style-one .hero-content:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 100%;
}

.hero-area.style-one .hero-content .section-subtitle {
    padding: 9px 17px 10px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    background: linear-gradient(11.31deg, rgba(217, 218, 255, 0.29) 9.11%, rgba(79, 70, 229, 0.29) 51.2%, rgba(255, 255, 255, 0.29) 122.26%);
}

.hero-area.style-one .hero-content h1 {
    font-size: 80px;
    line-height: 86px;
    margin-bottom: 33px;
}

.hero-area.style-one .hero-content .btn-wrap a:first-child {
    margin-right: 22px;
}

.hero-area.style-one .stat-box.style-one {
    position: absolute;
    background-color: #282727;
    top: 18%;
    left: 20px;
    min-width: 225px;
    padding: 18px 25px 18px;
}

.hero-area.style-one .stat-box.style-one div {
    margin-left: 13px;
}

.hero-area.style-one .stat-box.style-one div p {
    line-height: 18px;
}

.hero-area.style-one .stat-box.style-two {
    position: absolute;
    background-color: #212121;
    bottom: 8%;
    left: 25px;
    border-radius: 6px;
    padding: 9px 13px 12px;
}

.hero-area.style-one .stat-box.style-two span:last-child {
    color: rgba(221, 221, 221, 0.5);
}

.hero-area.style-one .stat-box.style-two img {
    padding: 0 5px;
}

.hero-area.style-one .stat-box.style-three {
    position: absolute;
    background-color: #161515;
    top: 14%;
    right: 20px;
    padding: 12px 17px 14px;
    border-radius: 6.3px;
}

.hero-area.style-one .stat-box.style-four {
    position: absolute;
    bottom: 9%;
    right: 30px;
    padding-right: 90px;
}

.hero-area.style-one .stat-box.style-four .stat-box-one {
    background-color: #212121;
    padding: 20px;
    width: 134px;
    padding: 9px 14px 16px;
    border-radius: 5px;
}

.hero-area.style-one .stat-box.style-four .stat-box-two {
    position: absolute;
    width: 119px;
    height: 94px;
    top: -65px;
    right: 0;
    background-color: #363535;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 7.5px 38px -1.8px rgba(6, 12, 59, 0.08);
}

.hero-area.style-one .stat-box.style-four .stat-box-two h6 {
    font-size: 28px;
}

.hero-area.style-two {
    background-image: url(../img/hero/hero-bg-2.jpg);
    border-radius: 15px;
    padding: 215px 0 0;
    margin-left: 12px;
    margin-right: 12px;
}

.hero-area.style-two .blur-text.style-one,
.hero-area.style-two .blur-text.style-two {
    font-weight: 700;
    font-family: var(--secondaryFont);
    letter-spacing: 0.1em;
}

.hero-area.style-two .blur-text.style-one {
    font-size: 100px;
    bottom: 3.6%;
    left: 4.5%;
    color: rgba(255, 255, 255, 0.4);
}

.hero-area.style-two .blur-text.style-two {
    bottom: 8.5%;
    right: 3%;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.15);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 2;
    transform: rotate(180deg);
}

.hero-area.style-two .hero-content {
    position: relative;
    padding-bottom: 120px;
}

.hero-area.style-two .hero-content .section-subtitle {
    padding: 13px 20px 10px;
    line-height: 13px;
}

.hero-area.style-two .hero-content h1 {
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 15px;
}

.hero-area.style-two .hero-img-wrap {
    position: absolute;
    bottom: -10px;
    right: 0;
    max-width: 75%;
    padding-left: 10px;
}

.hero-area.style-two .hero-img-wrap .blur-text {
    position: absolute;
    top: 43%;
    left: 26%;
    font-size: 120px;
    font-weight: 700;
    font-family: var(--secondaryFont);
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.15);
    z-index: 1;
}

.hero-area.style-two .hero-img-wrap .circle-text-wrap {
    position: absolute;
    top: 24%;
    right: 10%;
    width: 230px;
    height: 230px;
    z-index: 1;
}

.hero-area.style-two .hero-img-wrap .circle-text-wrap span {
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition);
}

.hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span {
    background-color: var(--primaryColor);
}

.hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span img {
    filter: brightness(0) invert(1);
}

.hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span i {
    color: var(--whiteColor);
}

.hero-area.style-three {
    background-image: url(../img/hero/hero-bg-3.jpg);
    padding: 140px 0 135px;
}

.hero-area.style-three .hero-content .section-subtitle {
    padding: 13px 20px 10px;
    line-height: 13px;
    margin-bottom: 23px;
}

.hero-area.style-three .hero-content h1 {
    font-size: 63px;
    line-height: 73px;
    margin-bottom: 28px;
}

.hero-area.style-three .hero-content .btn-wrap a:first-child {
    margin-right: 17px;
}

.hero-area.style-three .hero-img-wrap {
    padding-right: 50px;
}

.hero-area.style-three .hero-img-wrap .half-circle {
    top: 35px;
    right: 40px;
}

.hero-area.style-three .social-profile {
    position: absolute;
    padding: 0;
    top: 53.5%;
    right: -5px;
    min-height: 350px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 1;
    transform: translateY(-50%);
}

.hero-area.style-three .social-profile li {
    position: relative;
    margin: 0 0 11px;
    padding: 0 0 17px;
}

.hero-area.style-three .social-profile li:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 2px;
    height: 6px;
    background-color: var(--blackColor);
    transform: translate(-50%);
}

.hero-area.style-three .social-profile li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.hero-area.style-three .social-profile li:last-child:after {
    display: none;
}

.hero-area.style-three .social-profile li a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    color: var(--blackColor);
    transition: var(--transition);
}

.hero-area.style-three .social-profile li a:hover {
    color: var(--primaryColor);
}


/*-------------------------------
    About Section CSS
-------------------------------*/

.about-area.style-one {
    border-radius: 50px 50px 0 0;
}

.about-area.style-one .about-img-wrap .about-img {
    top: 18%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.about-area.style-one .about-content .section-subtitle {
    padding: 13px 11px;
}

.about-area.style-one .about-content .section-title span.thumb {
    border-radius: 15px;
}

.about-area.style-one .about-content .section-title span.thumb img {
    border-radius: 15px;
    margin: 0 10px;
}

.about-area.style-one .about-content .section-title span.blur-text {
    color: rgba(255, 255, 255, 0.3);
}

.about-area.style-one .about-content .about-promo-text.style-one {
    position: absolute;
    top: 6%;
    right: 28%;
    background-color: rgba(20, 21, 102, 0.35);
    padding: 5px 16px;
    border-radius: 15px;
    display: inline-block;
    color: var(--whiteColor);
    transform: rotate(22deg);
}

.about-area.style-one .about-content .about-promo-text.style-one img {
    margin-right: 6px;
}

.about-area.style-one .about-content .about-promo-text.style-two {
    position: absolute;
    bottom: 21px;
    left: 5%;
    background-color: rgba(10, 12, 85, 0.28);
    padding: 10px 24px;
    border-radius: 15px;
    display: inline-block;
    color: var(--whiteColor);
    transform: rotate(-22deg);
}

.about-area.style-one .about-content .about-promo-text.style-two img {
    margin-right: 6px;
}

.about-area.style-one .about-content .about-promo-text.style-two img {
    position: relative;
    top: -2px;
}

.about-area.style-two .move-text {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.about-area.style-two .move-text.style-one {
    height: 47px;
}

.about-area.style-two .move-text.style-one ul li {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    margin: 0 26px 0 0;
    padding: 0 43px 0 0;
    color: rgba(45, 28, 34, 0.1);
}

.about-area.style-two .move-text.style-one ul li:last-child:after {
    display: none;
}

.about-area.style-two .move-text.style-one ul li:after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "|";
    font-size: 48px;
    font-weight: 400;
    transform: translateY(-50%);
}

.about-area.style-three .about-img {
    left: 50%;
    max-width: 520px;
}

.about-area.style-three .about-thumb {
    position: absolute;
    bottom: 30px;
    left: 0;
    filter: blur(3px);
    transform: rotate(20deg);
}

.about-area.style-three .section-title {
    padding-bottom: 60px;
}

.about-area.style-three .section-title span.thumb {
    position: relative;
    top: -4px;
    margin: 0 11px;
}

.about-area.style-three .section-title span.blur-text {
    color: rgba(255, 255, 255, 0.21);
}

.about-area.style-three .circle-text-wrap {
    width: 270px;
    height: 270px;
}

.about-area.style-three .circle-text-wrap span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    line-height: 1;
}

.about-area.style-four .about-img-wrap .about-img {
    top: 18%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.about-area.style-four .about-content .section-subtitle {
    padding: 13px 11px;
}

.about-area.style-four .about-content .section-title span.thumb {
    border-radius: 15px;
}

.about-area.style-four .about-content .section-title span.thumb img {
    border-radius: 15px;
    margin: 0 10px;
}

.about-area.style-four .about-content .section-title span.blur-text {
    color: rgba(0, 0, 0, 0.2);
}

.about-area.style-four .about-content .about-promo-text.style-one {
    position: absolute;
    top: 6%;
    right: 28%;
    background-color: var(--primaryColor);
    padding: 5px 16px;
    border-radius: 15px;
    display: inline-block;
    color: var(--whiteColor);
    transform: rotate(22deg);
}

.about-area.style-four .about-content .about-promo-text.style-one img {
    margin-right: 6px;
}

.about-area.style-four .about-content .about-promo-text.style-two {
    position: absolute;
    bottom: 21px;
    left: 5%;
    background-color: #5D2157;
    padding: 10px 24px;
    border-radius: 15px;
    display: inline-block;
    color: var(--whiteColor);
    transform: rotate(-22deg);
}

.about-area.style-four .about-content .about-promo-text.style-two img {
    margin-right: 6px;
}

.about-area.style-four .about-content .about-promo-text.style-two img {
    position: relative;
    top: -2px;
}

.feature-list.style-one li {
    margin-bottom: 10px;
    padding-left: 33px;
}

.feature-list.style-one li:last-child {
    margin-bottom: 0;
}

.feature-list.style-one li i,
.feature-list.style-one li img {
    position: absolute;
    top: 0;
    left: 0;
}

.feature-list.style-one li i {
    color: rgba(99, 102, 241, 0.3);
    font-size: 25px;
    line-height: 1;
}

.feature-list.style-two li {
    margin-bottom: 9px;
    padding-left: 15px;
}

.feature-list.style-two li:last-child {
    margin-bottom: 0;
}

.feature-list.style-two li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--titleColor);
}

.feature-list.style-two li i {
    color: rgba(99, 102, 241, 0.3);
    font-size: 25px;
    line-height: 1;
}

.vision-tab {
    background-image: url(../img/about/vision-bg.jpg);
    padding: 31px 43px 72px;
}

.vision-tablist {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}

.vision-tablist .nav-item {
    margin-right: 40px;
}

.vision-tablist .nav-item:last-child {
    margin-right: 0;
}

.vision-tablist .nav-item .nav-link {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 10px 0;
    color: var(--paraColor);
    border: none;
    background-color: transparent;
    transition: var(--transition);
    position: relative;
}

.vision-tablist .nav-item .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: var(--transition);
    background-color: var(--primaryColor);
}

.vision-tablist .nav-item .nav-link:hover,
.vision-tablist .nav-item .nav-link.active {
    color: var(--titleColor);
}

.vision-tablist .nav-item .nav-link:hover:after,
.vision-tablist .nav-item .nav-link.active:after {
    opacity: 1;
}

.mission-bg {
    background-image: url(../img/about/mission-bg.jpg);
    padding: 31px 43px 32px;
    height: 100%;
}

.mission-bg .exp-box {
    position: absolute;
    top: 45px;
    right: 45px;
}

.mission-bg .exp-box span {
    font-size: 64px;
}

.mission-bg h4 {
    font-size: 32px;
    line-height: 42px;
    position: absolute;
    bottom: 49px;
    left: 55px;
    max-width: 60%;
}


/*-------------------------------
    Why Choose Us Section CSS
-------------------------------*/

.wh-area.style-two .section-shape-two {
    left: 53%;
    transform: translateX(-50%);
}

.wh-area.style-two .wh-content .feature-list li {
    position: relative;
    padding-left: 58px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wh-area.style-two .wh-content .feature-list li span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-right: 18px;
    background-color: #2A2DB7;
    transform: translateY(-50%);
    border: 1px dashed var(--primaryColor);
}

.wh-area.style-two .wh-bg {
    height: 805px;
}

.wh-area.style-two .wh-bg.bg-1 {
    background-image: url(../img/about/wh-img-2.jpg);
}

.wh-area.style-two .wh-bg.bg-2 {
    background-image: url(../img/insights.png);
}

.wh-area.style-three {
    background-image: url(../img/about/wh-bg-1.jpg);
    border-radius: 10px;
    margin: 0 12px;
}

.wh-area.style-three .wh-content .feature-item {
    padding: 21px 46px 21px 20px;
    box-shadow: 0 0 50px rgba(99, 102, 241, 0.26);
    margin-bottom: 15px;
}

.wh-area.style-three .wh-content .feature-item i {
    font-size: 32px;
    width: 32px;
    color: rgba(99, 102, 241, 0.38);
}

.wh-area.style-three .wh-content .feature-item span {
    width: calc(100% - 45px);
    margin-left: auto;
}

.wh-area.style-four .wh-content .feature-list li {
    position: relative;
    padding-left: 58px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wh-area.style-four .wh-content .feature-list li span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-right: 18px;
    background-color: #2A2DB7;
    transform: translateY(-50%);
    border: 1px dashed var(--primaryColor);
}

.wh-area.style-four .wh-bg {
    height: 805px;
}

.wh-area.style-four .wh-bg.bg-1 {
    background-image: url(../img/about/wh-img-2.jpg);
}

.wh-area.style-four .wh-bg.bg-2 {
    background-image: url(../img/insights.png);
}


/*-------------------------------
   Funfact Section CSS
-------------------------------*/

.counter-area.style-one .move-text {
    position: absolute;
    bottom: 27%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.counter-card-wrap.style-one .counter-card {
    width: 16.66%;
    height: 235px;
    border-bottom: 1px solid rgba(99, 102, 241, 0.08);
    border-right: 1px solid rgba(99, 102, 241, 0.09);
}

.counter-card-wrap.style-one .counter-card:last-child {
    border-right: none;
}

.counter-card-wrap.style-one .counter-card:first-child {
    padding: 0;
}

.counter-card-wrap.style-one .counter-card .counter-video {
    background-image: url(../img/counter-bg.jpg);
    height: calc(100% - 20px);
    margin: 10px 10px 10px 0px;
    border-radius: 0 5px 5px 0;
}

.counter-card-wrap.style-one .counter-card .counter-video .play-video {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
}

.counter-card-wrap.style-one .counter-card .counter-video .play-video span.play-icon {
    width: 51px;
    height: 51px;
    margin-right: 11px;
}

.counter-card-wrap.style-one .counter-card .counter-video .play-video span.play-icon i {
    color: var(--blackColor);
    font-size: 16px;
    line-height: 0.8;
    position: relative;
    left: 2px;
}

.counter-card-wrap.style-two .half-circle {
    margin: 12px 12px 0 0;
}

.counter-card-wrap.style-two .counter-card.style-one {
    border-radius: 10px 0 0 10px;
}

.counter-card-wrap.style-two .counter-card.style-two {
    border-radius: 0 10px 10px 0;
}

.counter-card-wrap.style-two .counter-card.style-four {
    border-radius: 0 0 10px 10px;
}

.counter-card.style-one,
.counter-card.style-two,
.counter-card.style-four {
    padding: 36px 20px 35px;
}

.counter-card.style-one .counter-icon,
.counter-card.style-two .counter-icon,
.counter-card.style-four .counter-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 61px;
}

.counter-card.style-one h4,
.counter-card.style-two h4,
.counter-card.style-four h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
}

.counter-card.style-two {
    background-color: rgba(255, 255, 255, 0.64);
}

.counter-card.style-two h4 {
    color: #1f1f1f;
}

.counter-card.style-two p {
    color: #5B5B5B;
}

.counter-card.style-four {
    background-color: #1F1F1F;
}

.counter-card.style-four .counter-icon {
    background-color: rgba(255, 255, 255, 0.13);
}

.counter-card.style-four h4 {
    color: #1F1F1F;
}

.counter-card.style-three {
    padding: 20px 15px 20px 20px;
}

.counter-card.style-three h4 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
}


/*-------------------------------
    Feature Section CSS
-------------------------------*/

.feature-area.style-one:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F2F5E6;
    border-radius: 100px 100px 0 0;
    z-index: 0;
}

.feature-area.style-one:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--secondaryColor);
    z-index: -1;
}

.feature-card-wrap.style-three {
    margin-bottom: -50px;
}

.feature-card.style-one {
    padding: 9px 9px 20px;
}

.feature-card.style-one .feature-img {
    height: 320px;
    padding: 20px;
    background: linear-gradient(180deg, #F3FAD6 0%, #E4E5FF 100%);
}

.feature-card.style-one .feature-info {
    padding: 25px 15px 8px 15px;
}

.feature-card.style-one .feature-info h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 7px;
}

.feature-card.style-one .feature-info p {
    margin-bottom: 17px;
}

.feature-card.style-two .feature-icon {
    width: 84px;
    height: 87px;
    border: 1px dashed rgba(99, 102, 241, 0.6);
    background: var(--whiteColor);
    overflow: hidden;
    margin-bottom: 38px;
}

.feature-card.style-two .feature-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(178.71deg, rgba(99, 102, 241, 0.16) -29.05%, #6f5fc5 50.36%, rgba(99, 102, 241, 0.19) 129.77%);
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
    z-index: -1;
}

.feature-card.style-two h3 {
    margin-bottom: 15px;
    padding-right: 30px;
}

.feature-card.style-two:hover .feature-icon:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.feature-card.style-two:hover .feature-icon img {
    filter: brightness(0) invert(1);
}

.feature-card.style-three h3 {
    max-width: 70%;
    margin: 25px 0 17px;
}


/*-------------------------------
    Service Section CSS
-------------------------------*/

.service-area.style-one {
    margin: 0 12px;
}

.service-area.style-one:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 82%;
    border-radius: 20px;
    z-index: -1;
    background-color: var(--blackColor);
}

.service-area.style-one .section-shape-two {
    top: 28%;
}

.service-card-wrap .service-card {
    margin-bottom: 30px;
}

.service-card-wrap .service-card:nth-child(2) {
    margin-left: 14%;
}

.service-card-wrap .service-card:nth-child(3) {
    margin-left: 28%;
}

.service-card-wrap .service-card:nth-child(4) {
    margin-left: 42%;
}

.team-slider-wrap .slider-btn .prev-btn,
.team-slider-wrap .slider-btn .next-btn,
.service-slider-wrap .slider-btn .prev-btn,
.service-slider-wrap .slider-btn .next-btn {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    opacity: 0.6;
}

.team-slider-wrap .slider-btn .prev-btn:hover,
.team-slider-wrap .slider-btn .next-btn:hover,
.service-slider-wrap .slider-btn .prev-btn:hover,
.service-slider-wrap .slider-btn .next-btn:hover {
    opacity: 1;
}

.team-slider-wrap .slider-btn .prev-btn:hover img,
.team-slider-wrap .slider-btn .next-btn:hover img,
.service-slider-wrap .slider-btn .prev-btn:hover img,
.service-slider-wrap .slider-btn .next-btn:hover img {
    filter: brightness(1) invert(0);
}

.team-slider-wrap .slider-btn .prev-btn,
.service-slider-wrap .slider-btn .prev-btn {
    left: 4px;
}

.team-slider-wrap .slider-btn .next-btn,
.service-slider-wrap .slider-btn .next-btn {
    right: 4px;
}

.service-card.style-one {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding: 40px 45px 0 28px;
    overflow: hidden;
}

.service-card.style-one:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--primaryColor);
    border-radius: 10px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.service-card.style-one .service-counter {
    font-size: 180px;
    font-weight: 500;
    line-height: 90px;
    margin-right: 25px;
    color: rgba(255, 255, 255, 0.08);
}

.service-card.style-one h3 {
    position: relative;
    top: -15px;
    line-height: 34px;
    margin-bottom: 0;
    width: 250px;
}

.service-card.style-one h3:hover {
    text-decoration: underline;
}

.service-card.style-one.active:after,
.service-card.style-one:hover:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.service-card.style-three {
    padding: 35px 20px 35px;
    min-height: 390px;
}

.service-card.style-three.bg-1 {
    background-color: #F5F6ED;
}

.service-card.style-three.bg-2 {
    background-color: rgba(99, 102, 241, 0.1);
}

.service-card.style-three.bg-3 {
    background-color: #FFEFFE;
}

.service-card.style-three.bg-4 {
    background-color: #FDF8E9;
}

.service-card.style-four {
    background-color: rgba(99, 102, 241, 0.06);
    padding: 33px 30px 33px;
}

.service-card.style-four:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primaryColor);
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: var(--transition);
    z-index: -1;
}

.service-card.style-four .service-icon {
    margin: 59px 0;
}

.service-card.style-four:hover:after {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.service-card.style-four:hover img {
    filter: brightness(0) invert(1);
}

.service-card.style-four:hover h3 a {
    color: var(--whiteColor) !important;
}

.service-card.style-four:hover .link.style-two {
    color: var(--whiteColor);
}

.service-card.style-four:hover .link.style-two:after {
    background-color: var(--whiteColor);
}


/*-------------------------------
    Project CSS
-------------------------------*/

.project-slider-one {
    margin: 0 13px;
}

.project-card.style-one {
    padding: 30px 28px 30px;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(99, 102, 241, 0.1);
}

.project-card.style-one .project-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: var(--transition);
}

.project-card.style-one .project-bg:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.92) 100%);
}

.project-card.style-one .project-bg.bg-1 {
    background-image: url(../img/projects/project-9.jpg);
}

.project-card.style-one .project-bg.bg-2 {
    background-image: url(../img/projects/project-2.jpg);
}

.project-card.style-one .project-bg.bg-3 {
    background-image: url(../img/projects/project-3.jpg);
}

.project-card.style-one .project-bg.bg-4 {
    background-image: url(../img/projects/project-4.jpg);
}

.project-card.style-one .project-bg.bg-5 {
    background-image: url(../img/projects/project-5.jpg);
}

.project-card.style-one .project-bg.bg-6 {
    background-image: url(../img/projects/project-6.jpg);
}

.project-card.style-one .project-counter {
    font-size: 128px;
    line-height: 1;
    color: rgba(99, 102, 241, 0.13);
    display: block;
    margin-bottom: 212px;
}

.project-card.style-one .project-info {
    position: relative;
    z-index: 2;
}

.project-card.style-one .project-info .project-category {
    padding: 8px 14px;
    background-color: var(--whiteColor);
    color: var(--primaryColor);
    margin-bottom: 27px;
}

.project-card.style-one .project-info .project-category:hover {
    color: var(--whiteColor);
    background-color: var(--primaryColor);
}

.project-card.style-one .project-info .project-link {
    width: 36px;
    height: 36px;
}

.project-card.style-one .project-info .project-link img {
    max-width: 14px;
}

.project-card.style-one:hover .project-bg {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.project-card.style-one:hover .project-info .project-category {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.project-card.style-one:hover .project-info h3 a {
    color: var(--whiteColor) !important;
}

.project-card.style-one:hover .project-info .project-link {
    background-color: var(--secondaryColor);
}

.project-card.style-one:hover .project-info .project-link img {
    filter: brightness(0) invert(0);
}

.project-card.style-two {
    display: flex;
    flex-direction: column;
}

.project-card.style-two:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 70%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.93) 85.77%);
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.project-card.style-two .project-category {
    top: 30px;
    left: 26px;
}

.project-card.style-two .project-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 22px 35px 20px 0;
    border-radius: 0;
    background-color: var(--whiteColor);
    transition: var(--transition);
}

.project-card.style-two .project-info:before {
    position: absolute;
    top: -28px;
    left: 0px;
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: -12px -12px #fff;
    transform: rotate(-90deg);
    transition: var(--transition);
}

.project-card.style-two .project-info:after {
    position: absolute;
    top: -28px;
    right: 0px;
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: -12px -12px #fff;
    transform: rotate(-166deg);
    transition: var(--transition);
}

.project-card.style-two:hover:after {
    visibility: visible;
    opacity: 1;
}

.project-card.style-two:hover .project-info {
    padding: 22px 15px 25px 28px;
    background-color: transparent;
    transition: var(--transition);
    border-radius: 0 0 10px 10px;
}

.project-card.style-two:hover .project-info h3 a {
    color: var(--secondaryColor);
}

.project-card.style-two:hover .project-info:before,
.project-card.style-two:hover .project-info:after {
    visibility: hidden;
    opacity: 0;
}

.project-category {
    padding: 6.5px 10px;
    line-height: 15px;
    color: var(--whiteColor);
}

.project-category:hover {
    border-color: transparent;
    background-color: var(--secondaryColor);
    color: var(--titleColor);
}


/*-------------------------------
    Data Security Section CSS
-------------------------------*/

.data-section.style-one {
    background-color: rgba(99, 102, 241, 0.12);
}

.data-card.style-one {
    background-image: url(../img/about/data-bg.jpg);
    padding: 40px 20px 30px;
}

.data-card.style-one .data-logo {
    width: 140px;
    height: 140px;
    margin: 0 auto 65px;
    border: 3px solid var(--whiteColor);
}

.data-card.style-one h3 {
    line-height: 30px;
}

.data-card.style-two {
    padding: 25px 20px 24px;
}

.data-card.style-two .data-card-header .data-icon {
    width: 49px;
    height: 49px;
    border: 1px dashed var(--primaryColor);
    background-color: #4245B3;
    margin-right: 14px;
}

.data-card.style-three {
    padding: 25px 20px 24px;
}

.data-card.style-three .data-card-header .data-icon {
    width: 49px;
    height: 49px;
    border: 1px dashed var(--primaryColor);
    background-color: rgba(99, 102, 241, 0.33);
    margin-right: 14px;
}

.data-card.style-four {
    background-image: url(../img/about/data-card-bg-2.jpg);
    padding: 20px 20px 26px;
    height: 425px;
}

.data-card.style-four:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 42.94%, #3A0226 88.26%);
    z-index: -1;
}

.data-card-img {
    background-image: url(../img/about/ai-img-1.jpg);
    height: 426px;
}


/*-------------------------------
    Moving Text Section CSS
-------------------------------*/

.move-text ul {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    animation: mymove 21s linear infinite alternate;
}

.move-text ul li {
    line-height: 1;
    display: inline-block;
    position: relative;
    transition: var(--transition);
}

.move-text ul li:last-child:after {
    display: none;
}

.move-text.style-one {
    height: 47px;
}

.move-text.style-one ul li {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    margin: 0 26px 0 0;
    padding: 0 43px 0 0;
    color: rgba(45, 28, 34, 0.1);
}

.move-text.style-one ul li:last-child:after {
    display: none;
}

.move-text.style-one ul li:after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "|";
    font-size: 48px;
    font-weight: 400;
    transform: translateY(-50%);
}

.move-text.style-two {
    height: 50px;
}

.move-text.style-two ul li {
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--secondaryFont);
    margin: 0 28px 0 0;
    padding: 0 55px 0 0;
    color: rgba(255, 255, 255, 0.14);
}

.move-text.style-two ul li:last-child:after {
    display: none;
}

.move-text.style-two ul li:after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "/";
    font-size: 50px;
    font-weight: 500;
    transform: translateY(-50%);
}

.move-text.style-three {
    height: 80px;
}

.move-text.style-three ul li {
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--secondaryFont);
    margin: 0 20px 0 0;
    padding: 0;
    color: #B1D70B;
}

.move-text.style-three ul li:last-child:after {
    display: none;
}

.move-text.style-three ul li:after {
    display: none;
}

.move-text.style-four {
    height: 80px;
}

.move-text.style-four ul li {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 15px 0 0;
    padding: 0;
    color: rgba(229, 230, 223, 0.5);
}

.move-text.style-four ul li:after {
    display: none;
}

.move-text.style-five {
    height: 70px;
}

.move-text.style-five ul li {
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: var(--secondaryFont);
    margin: 0 32px 0 0;
    padding: 0 59px 0 0;
    color: rgba(195, 199, 181, 0.34);
}

.move-text.style-five ul li:last-child:after {
    display: none;
}

.move-text.style-five ul li:after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "/";
    font-size: 50px;
    font-weight: 500;
    transform: translateY(-50%);
}

.move-text.style-six {
    height: 65px;
}

.move-text.style-six ul li {
    font-size: 64px;
    line-height: 1;
    font-weight: 400;
    margin: 0 26px 0 0;
    padding: 0 43px 0 0;
    color: rgba(99, 102, 241, 0.1);
}

.move-text.style-six ul li:last-child:after {
    display: none;
}

.move-text.style-six ul li:after {
    position: absolute;
    content: "*";
    top: 60%;
    right: -3px;
    transform: translateY(-50%);
    font-size: 64px;
}

.move-text.style-seven {
    height: 80px;
}

.move-text.style-seven ul li {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 15px 0 0;
    padding: 0;
    color: rgba(99, 102, 241, 0.09);
}

.move-text.style-seven ul li:after {
    display: none;
}

@keyframes mymove {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}

@keyframes mymoveTwo {
    from {
        top: 0;
    }
    to {
        bottom: -100%;
    }
}


/*-------------------------------
    Pricing Plan Section CSS
-------------------------------*/

.pricing-area.style-one:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F2F5E6;
    border-radius: 0 0 50px 50px;
}

.pricing-area.style-one .move-text {
    position: absolute;
    bottom: 28%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.pricing-area.style-two {
    background-color: #F2F5E6;
    margin: 0 13px;
}

.pricing-switch-wrap {
    width: 319px;
    padding: 8px;
    background-color: var(--whiteColor);
    border-radius: 10px;
}

.pricing-switch-wrap .pricing_switch {
    position: relative;
    display: inline-block;
    width: 319px;
    height: 57px;
}

.pricing-switch-wrap .pricing_switch input {
    display: none;
}

.pricing-switch-wrap .pricing_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

.pricing-switch-wrap .pricing_slider:before {
    position: absolute;
    content: "";
    height: 60px;
    width: 50%;
    left: 69px;
    bottom: -2px;
    transition: 0.4s;
    transform: translateX(-70px);
}

.pricing-switch-wrap .pricing_slider:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: auto;
    width: calc(50% - 7px);
    height: 100%;
    border-radius: 10px;
    transition: var(--transition);
}

.pricing-switch-wrap input:checked+.pricing_slider {
    background-color: transparent;
}

.pricing-switch-wrap input:checked+.pricing_slider:before {
    transform: translateX(81px);
}

.pricing-switch-wrap input:checked+.pricing_slider:after {
    left: 0;
    right: auto;
}

.pricing-switch-wrap .on,
.pricing-switch-wrap .off {
    position: absolute;
    top: 50%;
    width: 50%;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
}

.pricing-switch-wrap .on {
    left: 0px;
}

.pricing-switch-wrap .off {
    right: 0px;
}

.pricing-switch-wrap .pricing_slider.round {
    border-radius: 10px;
}

.pricing-switch-wrap .pricing_slider.round:before {
    border-radius: 10px;
}

.pricing-switch-wrap .on {
    transition: var(--transition);
}

.pricing-switch-wrap .off {
    transition: var(--transition);
}

.pricing-switch-wrap.style-one .pricing_switch .pricing_slider {
    background-color: transparent;
}

.pricing-switch-wrap.style-one .pricing_switch .pricing_slider:before {
    background-color: var(--secondaryColor);
}

.pricing-switch-wrap.style-one .pricing_switch .pricing_slider:after {
    border: 1px solid rgba(195, 199, 181, 0.42);
}

.pricing-switch-wrap.style-one .pricing_switch input:checked+.pricing_slider {
    background-color: transparent;
}

.pricing-switch-wrap.style-one .pricing_switch .on {
    color: var(--titleColor);
}

.pricing-switch-wrap.style-one .pricing_switch .off {
    color: var(--titleColor);
}

.pricing-switch-wrap.style-one .pricing_switch input:checked+.pricing_slider .off {
    color: var(--titleColor);
}

.pricing-switch-wrap.style-one .pricing_switch input:checked+.pricing_slider .on {
    color: var(--paraColor);
}

.pricing-switch-wrap.style-two .pricing_switch .pricing_slider {
    background-color: transparent;
}

.pricing-switch-wrap.style-two .pricing_switch .pricing_slider:before {
    background-color: var(--primaryColor);
}

.pricing-switch-wrap.style-two .pricing_switch .pricing_slider:after {
    border: 1px solid rgba(99, 102, 241, 0.33);
}

.pricing-switch-wrap.style-two .pricing_switch input:checked+.pricing_slider {
    background-color: transparent;
}

.pricing-switch-wrap.style-two .pricing_switch .on {
    color: var(--whiteColor);
}

.pricing-switch-wrap.style-two .pricing_switch .off {
    color: var(--titleColor);
}

.pricing-switch-wrap.style-two .pricing_switch input:checked+.pricing_slider .off {
    color: var(--whiteColor);
}

.pricing-switch-wrap.style-two .pricing_switch input:checked+.pricing_slider .on {
    color: var(--paraColor);
}

.pricing-switch-wrap.style-three {
    background-color: rgba(99, 102, 241, 0.18);
}

.pricing-switch-wrap.style-three .pricing_switch .pricing_slider {
    background-color: transparent;
}

.pricing-switch-wrap.style-three .pricing_switch .pricing_slider:before {
    background-color: var(--primaryColor);
}

.pricing-switch-wrap.style-three .pricing_switch .pricing_slider:after {
    border: 1px solid rgba(99, 102, 241, 0.33);
}

.pricing-switch-wrap.style-three .pricing_switch input:checked+.pricing_slider {
    background-color: transparent;
}

.pricing-switch-wrap.style-three .pricing_switch .on {
    color: var(--whiteColor);
}

.pricing-switch-wrap.style-three .pricing_switch .off {
    color: var(--titleColor);
}

.pricing-switch-wrap.style-three .pricing_switch input:checked+.pricing_slider .off {
    color: var(--whiteColor);
}

.pricing-switch-wrap.style-three .pricing_switch input:checked+.pricing_slider .on {
    color: var(--paraColor);
}

.pricing-card.style-one {
    padding: 10px 10px 40px;
}

.pricing-card.style-one .pricing-header {
    background-color: #F3F3F3;
    padding: 22px 32px 24px;
    margin-bottom: 27px;
}

.pricing-card.style-one .pricing-header .featured {
    top: 11px;
    line-height: 15px;
    background-color: #FFDE6A;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 50px 0 0 50px;
}

.pricing-card.style-one .pricing-header .pricing-tag {
    font-size: 32px;
}

.pricing-card.style-one h6 {
    padding: 0 32px;
}

.pricing-card.style-one .pricing-features {
    padding: 8px 32px 18px;
}

.pricing-card.style-one .pricing-features li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.pricing-card.style-one .pricing-features li:last-child {
    margin-bottom: 0;
}

.pricing-card.style-one .pricing-features li:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    background-color: rgba(99, 102, 241, 0.33);
}

.pricing-card.style-one .btn {
    width: calc(100% - 64px);
    margin: 0 auto;
}

.pricing-table.style-one table thead tr th,
.pricing-table.style-two table thead tr th {
    border: none;
    border-bottom: 1px solid rgba(166, 172, 145, 0.15);
    border-right: 25px solid #F2F5E6;
    padding: 30px 10px 30px;
    font-weight: 400;
    color: var(--primaryColor);
    background-color: var(--whiteColor);
}

.pricing-table.style-one table thead tr th:first-child,
.pricing-table.style-two table thead tr th:first-child {
    background-color: transparent;
    border-right: none;
}

.pricing-table.style-one table thead tr th:nth-child(2),
.pricing-table.style-two table thead tr th:nth-child(2) {
    border-radius: 10px 25px 0 0;
}

.pricing-table.style-one table thead tr th:nth-child(3),
.pricing-table.style-two table thead tr th:nth-child(3) {
    border-radius: 30px 25px 0 0;
}

.pricing-table.style-one table thead tr th:last-child,
.pricing-table.style-two table thead tr th:last-child {
    border-radius: 30px 10px 0 0;
    border-right: none;
}

.pricing-table.style-one table thead tr th .pricing-header,
.pricing-table.style-two table thead tr th .pricing-header {
    position: relative;
}

.pricing-table.style-one table thead tr th .pricing-header .featured,
.pricing-table.style-two table thead tr th .pricing-header .featured {
    top: -5px;
    right: -10px;
    background-color: #FFDE6A;
    border-radius: 50px 0 0 50px;
    padding: 2px 10px 0px 13px;
}

.pricing-table.style-one table thead tr th .pricing-header .pricing-tag,
.pricing-table.style-two table thead tr th .pricing-header .pricing-tag {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--blackColor);
}

.pricing-table.style-one table thead tr th .pricing-header p,
.pricing-table.style-two table thead tr th .pricing-header p {
    display: inline-block;
    margin: 0 20px;
}

.pricing-table.style-one table tbody tr th,
.pricing-table.style-two table tbody tr th {
    background-color: transparent;
    border-bottom: 1px solid rgba(166, 172, 145, 0.15);
    padding-right: 20px;
}

.pricing-table.style-one table tbody tr td,
.pricing-table.style-two table tbody tr td {
    padding: 12px 20px;
    text-align: center;
    border: none;
    background-color: var(--whiteColor);
    border-bottom: 1px solid rgba(166, 172, 145, 0.15);
    border-right: 25px solid #F2F5E6;
}

.pricing-table.style-one table tbody tr td:first-child,
.pricing-table.style-two table tbody tr td:first-child {
    padding-left: 0;
}

.pricing-table.style-one table tbody tr td:last-child,
.pricing-table.style-two table tbody tr td:last-child {
    border-right: none;
}

.pricing-table.style-one table tbody tr td span i,
.pricing-table.style-two table tbody tr td span i {
    font-size: 22px;
}

.pricing-table.style-one table tbody tr td span.available i,
.pricing-table.style-two table tbody tr td span.available i {
    color: var(--primaryColor);
}

.pricing-table.style-one table tbody tr td span.unavailable i,
.pricing-table.style-two table tbody tr td span.unavailable i {
    color: #FF0B0B;
}

.pricing-table.style-one table tbody tr:last-child th,
.pricing-table.style-two table tbody tr:last-child th {
    border-bottom: none;
}

.pricing-table.style-one table tbody tr:last-child td,
.pricing-table.style-two table tbody tr:last-child td {
    border-bottom: none;
    padding-bottom: 32px;
    padding-top: 28px;
}

.pricing-table.style-one table tbody tr:last-child td:nth-child(2),
.pricing-table.style-two table tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 30px 10px;
}

.pricing-table.style-one table tbody tr:last-child td:nth-child(3),
.pricing-table.style-two table tbody tr:last-child td:nth-child(3) {
    border-radius: 0 0 30px 25px;
}

.pricing-table.style-one table tbody tr:last-child td:nth-child(4),
.pricing-table.style-two table tbody tr:last-child td:nth-child(4) {
    border-radius: 0 0 10px 30px;
}

.pricing-table.style-one table thead tr th {
    border-bottom: 1px solid rgba(166, 172, 145, 0.15);
    border-right: 25px solid #F2F5E6;
    color: var(--primaryColor);
    background-color: var(--whiteColor);
}

.pricing-table.style-one table thead tr th .pricing-header .featured {
    background-color: #FFDE6A;
}

.pricing-table.style-one table thead tr th .pricing-header h2 {
    color: var(--blackColor);
}

.pricing-table.style-one table tbody tr th {
    border-bottom: 1px solid rgba(166, 172, 145, 0.15);
}

.pricing-table.style-one table tbody tr td {
    background-color: var(--whiteColor);
    border-bottom: 1px solid rgba(166, 172, 145, 0.15);
    border-right: 25px solid #F2F5E6;
}

.pricing-table.style-two table thead tr th {
    border-bottom: 1px solid rgba(99, 102, 241, 0.09);
    /* border-right: 25px solid var(--whiteColor); */
    color: var(--primaryColor);
    background-color: rgba(99, 102, 241, 0.06);
}

.pricing-table.style-two table thead tr th .pricing-header .featured {
    background-color: #FFDE6A;
}

.pricing-table.style-two table thead tr th .pricing-header h2 {
    color: var(--blackColor);
}

.pricing-table.style-two table tbody tr th {
    border-bottom: 1px solid rgba(99, 102, 241, 0.09);
}

.pricing-table.style-two table tbody tr td {
    background-color: rgba(99, 102, 241, 0.06);
    border-bottom: 1px solid rgba(99, 102, 241, 0.09);
    /* border-right: 25px solid var(--whiteColor); */
}


/*-------------------------------
    How It Works CSS
-------------------------------*/

.hw-area.style-one .move-text {
    position: absolute;
    bottom: 32%;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.process-tablist {
    border: none;
    position: relative;
}

.process-tablist .nav-item {
    position: relative;
    z-index: 1;
}

.process-tablist .nav-item:after {
    position: absolute;
    top: 50%;
    right: -100px;
    content: "";
    width: 100px;
    height: 3px;
    z-index: -1;
    background-color: var(--secondaryColor);
}

.process-tablist .nav-item:last-child::after {
    display: none;
}

.process-tablist .nav-item .nav-link {
    border: 1px solid #EBEEE5;
    padding: 11px 25px;
    border-radius: 50px;
    font-weight: 500;
    font-family: var(--secondaryFont);
    background-color: var(--whiteColor);
    color: var(--paraColor);
    transition: var(--transition);
}

.process-tablist .nav-item .nav-link:hover,
.process-tablist .nav-item .nav-link.active {
    border-color: transparent;
    color: var(--blackColor);
    background-color: var(--secondaryColor);
}

.process-card.style-one {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 14px;
}

.process-card.style-one .process-img {
    padding: 20px;
    border: 4px solid var(--whiteColor);
    height: 448px;
    background: linear-gradient(180deg, #F2F8DC 0%, #E5E6FC 100%);
}

.process-card.style-one .process-title {
    height: 100%;
    padding: 35px 20px 30px 25px;
}

.process-card.style-one .process-title .process-counter {
    font-size: 96px;
    font-weight: 500;
    color: rgba(201, 201, 192, 0.43);
}

.process-card.style-one .process-title div h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.process-card.style-two .process-counter-wrap {
    position: relative;
    margin-right: 80px;
    margin-bottom: 30px;
}

.process-card.style-two .process-counter-wrap:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    z-index: -1;
    background-color: rgba(99, 102, 241, 0.06);
}

.process-card.style-two .process-counter-wrap .process-counter-name {
    font-size: 100px;
    line-height: 1;
    display: inline-block;
    color: #DADAFC;
    font-family: var(--secondaryFont);
    font-weight: 700;
    background-color: var(--whiteColor);
}

.process-card.style-two .process-counter-wrap .process-counter {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: var(--whiteColor);
    border: 1px dashed var(--whiteColor);
}

.chart-box.style-one {
    background-color: rgba(99, 102, 241, 0.15);
    padding: 27px 28px 26px;
}

.chart-box.style-one:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 196.13px;
    height: 196.13px;
    left: 131.77px;
    top: -37.12px;
    z-index: -1;
    background: rgba(99, 102, 241, 0.29);
    filter: blur(41.8458px);
}

.chart-box.style-one>div {
    width: 112px;
}

.chart-box.style-one>div span {
    line-height: 21px;
    display: inline-block;
}


/*-------------------------------
    Call To Action  CSS
-------------------------------*/

.cta-area.style-one .cta-section-shape {
    left: 60%;
    transform: translateX(-50%);
}

.cta-area.style-one .cta-img-wrap .cta-img {
    width: calc(100% - 230px);
}

.cta-area.style-one .cta-img-wrap .circle-text-wrap {
    width: 227px;
    height: 231px;
}

.cta-area.style-one .cta-img-wrap .circle-text-wrap span {
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cta-area.style-one .cta-img-wrap .circle-text-wrap:hover span {
    background-color: var(--titleColor);
}

.cta-area.style-one .cta-img-wrap .circle-text-wrap:hover span img {
    filter: brightness(0) invert(1);
}

.cta-area.style-two {
    margin: 0 13px;
    background-image: url(../img/cta-bg-1.jpg);
}

.cta-area.style-three {
    margin: 0 13px;
    background-image: url(../img/cta-bg-2.jpg);
}

.cta-area.style-two .circle-text-wrap,
.cta-area.style-three .circle-text-wrap {
    width: 227px;
    height: 231px;
}

.cta-area.style-two .circle-text-wrap span,
.cta-area.style-three .circle-text-wrap span {
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cta-area.style-two .circle-text-wrap:hover span,
.cta-area.style-three .circle-text-wrap:hover span {
    background-color: var(--secondaryColor);
}

.cta-area.style-two .circle-text-wrap:hover span img,
.cta-area.style-three .circle-text-wrap:hover span img {
    filter: brightness(0) invert(0);
}


/*-------------------------------
    Career  CSS
-------------------------------*/

.job-card.style-one {
    background-color: rgba(99, 102, 241, 0.09);
    padding: 8px 8px 8px;
}

.job-card.style-one .job-img .job-salary {
    top: 8px;
    right: 0;
    line-height: 1;
    padding: 7px 12px 6px;
    border-radius: 50px 0 0 50px;
}

.job-card.style-one .job-info {
    padding: 18px 10px 16px;
}

.job-card.style-one .job-info h3 {
    margin-bottom: 7px;
}

.job-card.style-one .job-info ul li {
    margin-bottom: 5px;
}

.job-card.style-one .job-info ul li:last-child {
    margin-bottom: 0;
}


/*-------------------------------
    Integration & Benefit CSS
-------------------------------*/

.integration-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--whiteColor);
    border-radius: 0 0 50px 50px;
    z-index: 0;
}

.integration-area:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--blackColor);
    z-index: -1;
}

.integration-area.style-two {
    background-color: #F2F5E6;
}

.integration-area.style-two:before,
.integration-area.style-two:after {
    display: none;
}

.integration-wrapper.style-one .int-logo {
    margin: 30px 0;
}

.integration-wrapper.style-one .int-box-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.integration-wrapper.style-one .int-box-wrapper .int-box {
    width: 97px;
    height: 100px;
    margin-bottom: 74px;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(99, 102, 241, 0.21);
}

.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(1) {
    margin: 12px 0 56px 11px;
}

.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(2) {
    margin: 63px 0 0 127px;
}

.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(3) {
    margin: 15px 0 0 50px;
}

.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(4) {
    margin: 63px 0 0 102px;
}

.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(1) {
    margin: 12px 0 56px -30px;
}

.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(2) {
    margin: 61px 0 0 154px;
}

.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(3) {
    margin: 14px 0 0 33px;
}

.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(4) {
    margin: 61px 0 0 104px;
}

.benefit-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--whiteColor);
    border-radius: 0 0 50px 50px;
    z-index: 0;
}

.benefit-area:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F2F5E6;
    z-index: -1;
}

.benefit-area.style-one:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.benefit-area.style-one .benefit-img-wrap {
    padding: 90px 30px;
    background: linear-gradient(180deg, rgba(212, 255, 18, 0.21) 0%, rgba(99, 102, 241, 0.13) 100%);
}

.benefit-area.style-one .benefit-img-wrap img {
    border: 3px solid var(--whiteColor);
}

.benefit-area.style-one .benefit-content .feature-list-wrap {
    margin-bottom: 40px;
}

.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list {
    padding-left: 46px;
    margin-bottom: 20px;
}

.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list:last-child {
    margin-bottom: 0;
}

.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list span {
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: var(--secondaryColor);
}

.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list span i {
    color: var(--titleColor);
    font-size: 18px;
    line-height: 1;
    position: relative;
    left: 1px;
}

.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list h5 {
    margin-bottom: 8px;
}


/*-------------------------------
    Testimonial CSS
-------------------------------*/

.testimonial-area.style-one:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--blackColor);
    border-radius: 0 0 50px 50px;
}

.testimonial-area.style-two {
    margin: 0 10px;
}

.testimonial-area.style-two:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--whiteColor);
    border-radius: 20px 20px 0 0;
    z-index: -1;
}

.testimonial-area.style-two .circle-text-wrap {
    padding: 14px;
    width: 315px;
    height: 315px;
}

.testimonial-area.style-two .circle-text-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 40px solid #FC95F6;
    z-index: -1;
}

.testimonial-area.style-three .circle-text-wrapper .move-text {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.testimonial-area.style-three .circle-text-wrapper .circle-text-wrap {
    padding: 14px;
    width: 291px;
    height: 291px;
    margin: 0 auto 40px;
}

.testimonial-area.style-three .circle-text-wrapper .circle-text-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 40px solid var(--secondaryColor);
    z-index: -1;
}

.testimonial-area.style-three .move-text ul li {
    color: rgba(255, 255, 255, 0.14);
    font-weight: 500;
}

.testimonial-area.style-four {
    margin: -115px 15px 0;
}

.testimonial-area.style-four:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--whiteColor);
    border-radius: 20px 20px 0 0;
    z-index: -1;
}

.testimonial-area.style-four .circle-text-wrap {
    padding: 14px;
    width: 315px;
    height: 315px;
}

.testimonial-area.style-four .circle-text-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 40px solid #FC95F6;
    z-index: -1;
}

.testimonial-card.style-one {
    background-color: #141414;
    border-radius: 10px;
    padding: 45px 30px 45px;
}

.testimonial-card.style-one .br-one {
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.testimonial-card.style-one .br-one:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 27%;
    height: 27%;
    border-radius: 10px 0 0 0;
    border-top: 1px solid rgba(212, 255, 18, 0.43);
    border-left: 1px solid rgba(212, 255, 18, 0.43);
}

.testimonial-card.style-one .br-one:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 27%;
    height: 27%;
    border-radius: 0 10px 0 0;
    border-top: 1px solid rgba(212, 255, 18, 0.43);
    border-right: 1px solid rgba(212, 255, 18, 0.43);
}

.testimonial-card.style-one .br-two {
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.testimonial-card.style-one .br-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 30%;
    height: 30%;
    border-radius: 0 0 0 10px;
    border-bottom: 1px solid rgba(212, 255, 18, 0.43);
    border-left: 1px solid rgba(212, 255, 18, 0.43);
}

.testimonial-card.style-one .br-two:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 30%;
    height: 30%;
    border-radius: 0 0 10px 0;
    border-bottom: 1px solid rgba(212, 255, 18, 0.43);
    border-right: 1px solid rgba(212, 255, 18, 0.43);
}

.testimonial-card.style-one .rating li i {
    color: #FFDE6A;
}

.testimonial-card.style-one h6 {
    color: rgba(221, 221, 221, 0.7);
    font-size: 20px;
    line-height: 28px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.testimonial-card.style-one p {
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 35px;
}

.testimonial-card.style-one .client-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 35px;
}

.testimonial-card.style-one .client-info h5 {
    padding-left: 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
}

.testimonial-card.style-one .client-info h5:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--whiteColor);
    transform: translateY(-50%);
}

.testimonial-card.style-one:hover .br-one,
.testimonial-card.style-one:hover .br-two {
    visibility: visible;
    opacity: 1;
}

.testimonial-card.style-two p {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 37px;
}

.testimonial-card.style-two .client-info-wrap .client-img {
    width: 51px;
    height: 51px;
}

.testimonial-card.style-two .client-info-wrap .client-info {
    margin-left: 15px;
}

.testimonial-card.style-two .client-info-wrap .client-info h5 {
    padding-left: 20px;
    position: relative;
}

.testimonial-card.style-two .client-info-wrap .client-info h5:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 11px;
    height: 2px;
    background-color: var(--blackColor);
    transform: translateY(-50%);
}

.testimonial-card.style-three p {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
}

.testimonial-card.style-three .client-info-wrap .client-img {
    width: 51px;
    height: 51px;
}

.testimonial-card.style-three .client-info-wrap .client-info {
    margin-left: 15px;
}

.testimonial-card.style-three .client-info-wrap .client-info h5 {
    padding-left: 20px;
    position: relative;
}

.testimonial-card.style-three .client-info-wrap .client-info h5:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 11px;
    height: 2px;
    background-color: var(--whiteColor);
    transform: translateY(-50%);
}

.testimonial-card.style-three .client-info-wrap .client-info span {
    color: rgba(221, 221, 221, 0.8);
}

.testimonial-card.style-four {
    background-color: rgba(99, 102, 241, 0.09);
    border-radius: 10px;
    padding: 45px 30px 45px;
}

.testimonial-card.style-four .br-one {
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.testimonial-card.style-four .br-one:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 27%;
    height: 27%;
    border-radius: 10px 0 0 0;
    border-top: 1px solid var(--primaryColor);
    border-left: 1px solid var(--primaryColor);
}

.testimonial-card.style-four .br-one:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 27%;
    height: 27%;
    border-radius: 0 10px 0 0;
    border-top: 1px solid var(--primaryColor);
    border-right: 1px solid var(--primaryColor);
}

.testimonial-card.style-four .br-two {
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.testimonial-card.style-four .br-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 30%;
    height: 30%;
    border-radius: 0 0 0 10px;
    border-bottom: 1px solid var(--primaryColor);
    border-left: 1px solid var(--primaryColor);
}

.testimonial-card.style-four .br-two:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 30%;
    height: 30%;
    border-radius: 0 0 10px 0;
    border-bottom: 1px solid var(--primaryColor);
    border-right: 1px solid var(--primaryColor);
}

.testimonial-card.style-four .rating li i {
    color: #FF8215;
}

.testimonial-card.style-four h6 {
    color: var(--titleColor);
    font-size: 20px;
    line-height: 28px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.testimonial-card.style-four p {
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 35px;
}

.testimonial-card.style-four .client-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 35px;
}

.testimonial-card.style-four .client-info h5 {
    padding-left: 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
}

.testimonial-card.style-four .client-info h5:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--titleColor);
    transform: translateY(-50%);
}

.testimonial-card.style-four:hover .br-one,
.testimonial-card.style-four:hover .br-two {
    visibility: visible;
    opacity: 1;
}

.testimonial-slider-two .slider-btn {
    position: absolute;
    bottom: 17px;
    right: 0;
    z-index: 1;
}

.testimonial-slider-two .slider-btn .prev-btn,
.testimonial-slider-two .slider-btn .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: rgba(99, 102, 241, 0.1);
}

.testimonial-slider-two .slider-btn .prev-btn img,
.testimonial-slider-two .slider-btn .next-btn img {
    max-width: 14px;
}

.testimonial-slider-two .slider-btn .prev-btn:before,
.testimonial-slider-two .slider-btn .next-btn:before {
    background-color: var(--primaryColor);
}

.testimonial-slider-two .slider-btn .prev-btn {
    left: 0;
}

.testimonial-slider-two .slider-btn .next-btn {
    right: 0;
}

.testimonial-slider-two .testimonial-pagination {
    padding: 0 45px;
}

.testimonial-slider-two .testimonial-pagination .swiper-pagination-bullet {
    width: 88px;
    height: 4px;
    margin: 0 6px;
    background-color: rgba(99, 102, 241, 0.2);
    border-radius: 50px;
    opacity: 1;
}

.testimonial-slider-two .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primaryColor);
}

.testimonial-slider-three .slider-btn .prev-btn,
.testimonial-slider-three .slider-btn .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    z-index: 1;
}

.testimonial-slider-three .slider-btn .prev-btn:before,
.testimonial-slider-three .slider-btn .next-btn:before {
    display: none;
}

.testimonial-slider-three .slider-btn .prev-btn:hover,
.testimonial-slider-three .slider-btn .next-btn:hover {
    opacity: 1;
}

.testimonial-slider-three .slider-btn .prev-btn:hover img,
.testimonial-slider-three .slider-btn .next-btn:hover img {
    filter: brightness(1) invert(0);
}

.testimonial-slider-three .slider-btn .prev-btn {
    left: 0;
}

.testimonial-slider-three .slider-btn .next-btn {
    right: 0;
}


/*-------------------------------
    Team CSS
-------------------------------*/

.team-card.style-one {
    padding: 38px 20px 26px;
    background: linear-gradient(91.98deg, rgba(163, 107, 244, 0.06) 1.98%, rgba(163, 107, 244, 0.3) 50.35%, rgba(163, 107, 244, 0.06) 98.71%);
}

.team-card.style-one .team-thumb {
    width: 198px;
    height: 198px;
    margin-bottom: 80px;
    border: 4px solid var(--whiteColor);
    box-shadow: 0 0 40px rgba(107, 0, 216, 0.24);
}

.team-card.style-one .team-member-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
}

.team-card.style-one .team-member-bg:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0.21deg, #654793 16.87%, rgba(136, 113, 181, 0.04) 58.41%);
    z-index: 0;
}

.team-card.style-one .team-member-bg.bg-1 {
    background-image: url(../img/team/team-1.jpg);
}

.team-card.style-one .team-member-bg.bg-2 {
    background-image: url(../img/team/team-2.jpg);
}

.team-card.style-one .team-member-bg.bg-3 {
    background-image: url(../img/team/team-3.jpg);
}

.team-card.style-one .team-member-bg.bg-4 {
    background-image: url(../img/team/team-4.jpg);
}

.team-card.style-one .team-member-bg.bg-5 {
    background-image: url(../img/team/team-5.jpg);
}

.team-card.style-one .team-member-bg.bg-6 {
    background-image: url(../img/team/team-6.jpg);
}

.team-card.style-one .team-member-bg.bg-7 {
    background-image: url(../img/team/team-7.jpg);
}

.team-card.style-one .team-member-bg.bg-8 {
    background-image: url(../img/team/team-8.jpg);
}

.team-card.style-one .team-info h3 {
    margin-bottom: 2px;
}

.team-card.style-one:hover .team-member-bg {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.team-card.style-one:hover .team-info h3 {
    color: var(--whiteColor) !important;
}

.team-card.style-one:hover .team-info span {
    color: var(--offwhiteColor);
}


/*-------------------------------
    Blog CSS
-------------------------------*/

.blog-card.style-one {
    background-color: #F3F3F3;
    padding: 14px 14px 22px;
}

.blog-card.style-one .blog-info {
    padding: 20px 7px 0;
}

.blog-card.style-one .blog-info .blog-category {
    margin-right: 5px;
    margin-bottom: 6px;
}

.blog-card.style-one .blog-info .blog-metainfo {
    margin-bottom: 6px;
}

.blog-card.style-one .blog-info .blog-metainfo li {
    font-size: 15px;
}

.blog-card.style-one .blog-info h3 {
    margin: 15px 0 15px;
}

.blog-card.style-two .blog-info {
    padding: 22px 0 0;
}

.blog-card.style-two .blog-info .blog-metainfo {
    margin-bottom: 6px;
}

.blog-card.style-two .blog-info h3 {
    margin: 15px 0 24px;
}

.blog-card.style-three {
    padding-right: 160px;
}

.blog-card.style-three .blog-info {
    position: absolute;
    right: 0;
    bottom: 25px;
    max-width: 322px;
    padding: 25px 22px 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
}

.blog-card.style-three .blog-info .blog-category {
    margin-bottom: 15px;
}

.blog-card.style-three .blog-info .blog-metainfo {
    margin-bottom: 13px;
}

.blog-card.style-three .blog-info h3 {
    margin: 0 0 16px;
}

.blog-category {
    border: 1px solid rgba(99, 102, 241, 0.21);
    color: var(--paraColor);
    padding: 6.5px 10px;
    line-height: 15px;
}

.blog-category:hover {
    border-color: transparent;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.blog-metainfo li {
    display: inline-block;
    margin-right: 7px;
    padding-right: 12px;
    position: relative;
    font-weight: 500;
}

.blog-metainfo li:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 13px;
    background-color: rgba(85, 85, 85, 0.2);
    transform: translateY(-50%);
}

.blog-metainfo li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.blog-metainfo li:last-child:after {
    display: none;
}

.blog-metainfo li.blog-category {
    margin-right: 20px;
}

.blog-metainfo li.blog-category:after {
    display: none;
}

.blog-metainfo li.blog-category a {
    padding: 3px 10px;
}

.blog-metainfo li a {
    color: var(--paraColor);
}

.blog-metainfo li a:hover {
    color: var(--primaryColor);
}


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

.contact-card-wrap.style-one {
    position: relative;
    margin-bottom: -65px;
}


/* .contact-card-wrap.style-one:before {
    position: absolute;
    top: 38%;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.08);
} */


/* .contact-card-wrap.style-one:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 1px;
    height: 80%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.08);
} */

.contact-card-wrap.style-one .contact-card {
    width: 50%;
    margin-bottom: 65px;
}

.contact-card-wrap.style-one .contact-card:nth-child(even) {
    padding-left: 35px;
}

.contact-card.style-two .contact-icon {
    width: 38px;
    height: 38px;
}

.contact-card.style-two div {
    width: calc(100% - 50px);
    margin-left: auto;
}

.map-area:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    background-color: var(--blackColor);
    z-index: -1;
}

.comp-map iframe {
    width: 100%;
    height: 100%;
}

.comp-map.style-one {
    height: 328px;
    border-radius: 10px;
}

.comp-map.style-one iframe {
    border-radius: 10px;
}

.comp-map.style-two {
    height: 573px;
    border-radius: 10px;
}

.comp-map.style-two iframe {
    border-radius: 10px;
}

.checkbox {
    display: block;
}

.checkbox.form-check {
    padding-left: 0;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 26px;
}

.checkbox label:before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 6px;
}

.checkbox.style-one label:before {
    width: 17px;
    height: 17px;
    border: 1px solid rgb(80, 137, 255);
    top: 4px;
    border-radius: 50%;
}

.checkbox.style-two label:before {
    width: 17px;
    height: 17px;
    border: 1px solid rgba(80, 137, 255, 0.4);
    top: 4px;
    border-radius: 4px;
}

.checkbox.style-one input:checked+label:before,
.checkbox.style-two input:checked+label:before {
    border-color: transparent;
}

.checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
}

.checkbox.style-one input:checked+label:after {
    top: 4px;
    left: 0px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--primaryColor);
}

.checkbox.style-two input:checked+label:after {
    top: 4px;
    left: 0px;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    background: var(--primaryColor);
}


/*---------------------------------------------
            FAQ Section CSS
---------------------------------------------*/

.faq-box.style-one {
    background-color: rgba(99, 102, 241, 0.1);
    padding: 15px;
}

.faq-bg {
    background-image: url(../img/about/faq-bg.jpg);
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 28px 35px 22px;
}

.faq-bg:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.73%, rgba(0, 0, 0, 0.92) 80.03%);
    border-radius: 10px;
    z-index: -1;
}

.faq-bg h6 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.accordion.style-one .accordion-item {
    margin: 0 0 20px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #F3F3F3;
}

.accordion.style-one .accordion-item:last-child {
    margin: 0;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button {
    display: flex;
    align-items: center !important;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--titleColor);
    text-align: left;
    align-items: center;
    padding: 12px 40px 11px 25px;
    border-radius: 10px;
    background-color: #F3F3F3;
    box-shadow: none;
    transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-icon {
    min-width: 45px;
    min-height: 45px;
    margin-right: 17px;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow {
    display: inline-block;
    position: absolute;
    top: 37px;
    right: 28px;
    text-align: center;
    transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin: 0 auto;
    color: var(--paraColor);
    transform: translate(-50%, -50%);
    transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
    visibility: hidden;
    opacity: 0;
    top: 50%;
}

.accordion.style-one .accordion-item .accordion-body {
    padding: 0px 25px 21px 86px;
    border: none;
    border-radius: 0 0 10px 10px;
}

.accordion.style-one .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion.style-two .accordion-item {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 5px;
}

.accordion.style-two .accordion-item:last-child {
    margin: 0;
}

.accordion.style-two .accordion-item .accordion-header .accordion-button {
    display: flex;
    align-items: flex-start !important;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: var(--blackColor);
    text-align: left;
    align-items: center;
    padding: 15px 40px 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    transition: var(--transition);
}

.accordion.style-two .accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.accordion.style-two .accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 3px;
    text-align: center;
    transition: var(--transition);
}

.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    transition: var(--transition);
}

.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
    visibility: hidden;
    opacity: 0;
    top: 50%;
}

.accordion.style-two .accordion-item .accordion-body {
    padding: 0 0 16px 0;
    border: none;
    border-radius: 0 0 5px 5px;
}

.accordion.style-two .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion.style-three .accordion-item {
    margin: 0 0 10px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: var(--whiteColor);
}

.accordion.style-three .accordion-item:last-child {
    margin: 0;
}

.accordion.style-three .accordion-item .accordion-header .accordion-button {
    display: flex;
    align-items: center !important;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--titleColor);
    text-align: left;
    align-items: center;
    padding: 16px 40px 16px 25px;
    border-radius: 10px;
    background-color: var(--whiteColor);
    box-shadow: none;
    transition: var(--transition);
}

.accordion.style-three .accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.accordion.style-three .accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-icon {
    min-width: 45px;
    min-height: 45px;
    margin-right: 17px;
}

.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-arrow {
    display: inline-block;
    position: absolute;
    top: 31px;
    right: 28px;
    text-align: center;
    transition: var(--transition);
}

.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
    transition: var(--transition);
}

.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
    visibility: hidden;
    opacity: 0;
    top: 50%;
}

.accordion.style-three .accordion-item .accordion-body {
    padding: 0px 25px 21px 55px;
    border: none;
    border-radius: 0 0 10px 10px;
}

.accordion.style-three .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-item:not(.collapsed) .accordion-button span .plus {
    visibility: hidden;
    opacity: 0;
}

.accordion-item:not(.collapsed) .accordion-button span .minus {
    visibility: visible !important;
    opacity: 1 !important;
}

.error-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.account-wrap.style-one {
    background-image: url(../img/login-bg-1.jpg);
    height: 100%;
    padding: 15px;
    border-radius: 10px;
}

.account-wrap.style-two {
    background-image: url(../img/login-bg-2.jpg);
    height: 100%;
    padding: 15px;
    border-radius: 10px;
}

.account-box {
    padding: 50px 40px 45px;
    background-color: var(--whiteColor);
}

.account-box .form-group input {
    height: 52px;
    padding: 12px 18px;
    background-color: #F7F7FE;
}

.account-box .form-group input::-moz-placeholder {
    opacity: 1;
    color: var(--paraColor);
}

.account-box .form-group input::placeholder {
    opacity: 1;
    color: var(--paraColor);
}

.account-box .form-group input:focus {
    outline: 0;
}

.account-box .or-text {
    margin: 15px 0;
}

.account-box .or-text:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(76, 89, 146, 0.08);
}

.account-box .or-text span {
    padding: 5px 14px;
    background-color: var(--grayColor);
    display: inline-block;
    z-index: 2;
    position: relative;
}


/*-------------------------------
    Sidebar Widget CSS
-------------------------------*/

.sidebar .sidebar-widget {
    background-color: #F2F2FF;
    padding: 28px 30px 30px;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar .sidebar-widget.style-two {
    background-color: var(--secondaryColor);
}

.search-widget input {
    padding: 12px 55px 12px 22px;
}

.search-widget input::-moz-placeholder {
    opacity: 1;
    color: var(--whiteColor);
}

.search-widget input::placeholder {
    opacity: 1;
    color: var(--whiteColor);
}

.search-widget button {
    padding: 4px 15px 4px 12px;
}

.search-widget button:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.4);
}

.category-widget li {
    margin-bottom: 17px;
}

.category-widget li:last-child {
    margin-bottom: 0;
}

.category-widget li a {
    color: var(--paraColor);
    padding-right: 30px;
    font-weight: 500;
    display: block;
    position: relative;
}

.category-widget li a i,
.category-widget li a img {
    position: absolute;
    top: 50%;
    right: 0;
}

.category-widget li a i {
    font-size: 18px;
    line-height: 1;
    color: var(--paraColor);
}

.category-widget li a img {
    filter: brightness(0) invert(0);
    opacity: 0.5;
    transition: var(--transition);
}

.category-widget li a:hover {
    color: var(--primaryColor);
    padding-left: 5px;
}

.category-widget li a:hover img {
    filter: brightness(1) invert(0);
    opacity: 1;
}

.category-widget li a:hover i {
    color: var(--primaryColor);
}

.service-category-list li {
    margin-bottom: 12px;
}

.service-category-list li:last-child {
    margin-bottom: 0;
}

.service-category-list li a {
    display: block;
    width: 100%;
    background-color: var(--whiteColor);
    border-radius: 50px;
    padding: 10px 20px;
    color: var(--paraColor);
}

.service-category-list li a i {
    float: right;
    font-size: 19px;
    line-height: 1;
    position: relative;
    top: 4px;
}

.service-category-list li a:hover {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.docs-widget.style-one {
    background-image: url(../img/docs-bg.jpg);
    height: 412px;
    padding: 25px 20px 30px;
}

.docs-widget.style-one .btn:hover {
    background-color: var(--secondaryColor);
}

.docs-widget.style-one .btn:hover span {
    background-color: var(--primaryColor);
}

.docs-widget.style-one .btn:hover span img {
    filter: brightness(0) invert(1);
}

.booking-form .form-group input,
.booking-form .form-group select {
    border-radius: 50px;
    padding: 12px 20px;
    background-color: var(--whiteColor);
}

.booking-form .form-group input::-moz-placeholder,
.booking-form .form-group select::-moz-placeholder {
    opacity: 1;
    color: var(--paraColor);
}

.booking-form .form-group input::placeholder,
.booking-form .form-group select::placeholder {
    opacity: 1;
    color: var(--paraColor);
}

.booking-form .form-group textarea {
    height: 137px;
    border-radius: 10px;
    resize: none;
    padding: 12px 20px;
    background-color: var(--whiteColor);
}

.booking-form .form-group textarea::-moz-placeholder {
    opacity: 1;
    color: var(--paraColor);
}

.booking-form .form-group textarea::placeholder {
    opacity: 1;
    color: var(--paraColor);
}

.booking-form .form-group select {
    padding: 12px 18px;
    background-image: url(../img/icons/down-arrow-fill-ash.svg);
    background-position: calc(100% - 20px) 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rp-post-wrap .rp-post-card {
    margin-bottom: 22px;
}

.rp-post-wrap .rp-post-card:last-child {
    margin-bottom: 0;
}

.rp-post-card .rp-post-img {
    width: 91px;
    border-radius: 10px;
}

.rp-post-card .rp-post-img img {
    border-radius: 10px;
}

.rp-post-card .rp-post-info {
    width: calc(100% - 111px);
    margin-left: auto;
    position: relative;
    top: -2px;
}

.rp-post-card .rp-post-info h5 {
    line-height: 26px;
}

.rp-post-card.style-two .rp-post-info {
    width: calc(100% - 111px);
    margin-left: auto;
    position: relative;
    top: -2px;
}

.rp-post-card.style-two .rp-post-info h5 {
    line-height: 26px;
}

.rp-post-card.style-two .rp-post-info .link {
    color: #134404;
}

.tags-widget ul {
    margin-top: -10px;
}

.tags-widget ul li {
    display: inline-block;
    margin: 10px 6px 0px 0px;
}

.tags-widget ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    padding: 7px 9px 8px;
    color: #6B6668;
    background-color: var(--whiteColor);
    border-radius: 5px;
    transition: var(transition);
}

.tags-widget ul li a:hover {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.promo-widget.style-one {
    padding: 20px 30px 26px;
    background-image: url(../img/promo-bg.jpg);
    height: 412px;
}

.promo-widget.style-one h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
    padding-right: 10px;
}

.range-slider-container .range-slider {
    height: 14px;
    background: transparent;
    border: 1px solid var(--whiteColor);
    border-radius: 50px;
    position: relative;
}

.range-slider-container .range-slider .range-progress {
    height: 6px;
    background: var(--primaryColor);
    border-radius: 50px;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0%;
}

.range-slider-container .range-input {
    position: relative;
}

.range-slider-container .range-input input {
    position: absolute;
    top: -8px;
    height: 2px;
    width: 100%;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.range-slider-container .range-input input[type=range]::-webkit-slider-thumb {
    height: 13px;
    width: 13px;
    border: 3px solid var(--whiteColor);
    border-radius: 50%;
    background: var(--primaryColor);
    pointer-events: auto;
    -webkit-appearance: none;
}

.range-slider-container .range-input input[type=range]::-moz-range-thumb {
    height: 9px;
    width: 8px;
    border: 2px solid var(--whiteColor);
    border-radius: 50%;
    background: var(--primaryColor);
    pointer-events: auto;
}

@-moz-document url-prefix() {
    .range-slider-container .range-input input {
        top: -8px;
    }
}


/*-------------------------------
        Blog Details CSS
-------------------------------*/

.blog-desc p,
.project-desc p,
.job-desc p,
.service-desc p,
.terms-wrap p {
    margin-bottom: 22px;
}

.blog-desc p strong,
.blog-desc p b,
.project-desc p strong,
.project-desc p b,
.job-desc p strong,
.job-desc p b,
.service-desc p strong,
.service-desc p b,
.terms-wrap p strong,
.terms-wrap p b {
    color: var(--titleColor);
}

.blog-desc h1,
.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5,
.blog-desc h6,
.project-desc h1,
.project-desc h2,
.project-desc h3,
.project-desc h4,
.project-desc h5,
.project-desc h6,
.job-desc h1,
.job-desc h2,
.job-desc h3,
.job-desc h4,
.job-desc h5,
.job-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
    margin-bottom: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.blog-desc h1,
.project-desc h1,
.job-desc h1,
.service-desc h1,
.terms-wrap h1 {
    font-size: 32px;
}

.blog-desc h2,
.project-desc h2,
.job-desc h2,
.service-desc h2,
.terms-wrap h2 {
    font-size: 30px;
    font-weight: 600;
}

.blog-desc h3,
.project-desc h3,
.job-desc h3,
.service-desc h3,
.terms-wrap h3 {
    font-size: 28px;
    font-weight: 600;
}

.blog-desc h4,
.project-desc h4,
.job-desc h4,
.service-desc h4,
.terms-wrap h4 {
    font-size: 26px;
    font-weight: 600;
}

.blog-desc h5,
.project-desc h5,
.job-desc h5,
.service-desc h5,
.terms-wrap h5 {
    font-size: 24px;
}

.blog-desc h6,
.project-desc h6,
.job-desc h6,
.service-desc h6,
.terms-wrap h6 {
    font-size: 20px;
}

.blog-desc p:last-child,
.project-desc p:last-child,
.job-desc p:last-child,
.service-desc p:last-child,
.terms-wrap p:last-child {
    margin-bottom: 0;
}

.blog-desc ol,
.project-desc ol,
.job-desc ol,
.service-desc ol,
.terms-wrap ol {
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-desc ol li,
.project-desc ol li,
.job-desc ol li,
.service-desc ol li,
.terms-wrap ol li {
    margin-bottom: 15px;
    padding-left: 3px;
}

.blog-desc .wp-blockquote,
.project-desc .wp-blockquote,
.job-desc .wp-blockquote,
.service-desc .wp-blockquote,
.terms-wrap .wp-blockquote {
    padding: 32px 35px 28px 38px;
    margin: 40px 0;
    background-color: rgba(99, 102, 241, 0.12);
}

.blog-desc .wp-blockquote p,
.project-desc .wp-blockquote p,
.job-desc .wp-blockquote p,
.service-desc .wp-blockquote p,
.terms-wrap .wp-blockquote p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 22px;
}

.blog-desc .wp-blockquote .client-info h5,
.project-desc .wp-blockquote .client-info h5,
.job-desc .wp-blockquote .client-info h5,
.service-desc .wp-blockquote .client-info h5,
.terms-wrap .wp-blockquote .client-info h5 {
    font-size: 18px;
    padding-left: 15px;
    position: relative;
}

.blog-desc .wp-blockquote .client-info h5:before,
.project-desc .wp-blockquote .client-info h5:before,
.job-desc .wp-blockquote .client-info h5:before,
.service-desc .wp-blockquote .client-info h5:before,
.terms-wrap .wp-blockquote .client-info h5:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--blackColor);
    transform: translateY(-50%);
}

.blog-desc .single-para,
.project-desc .single-para,
.job-desc .single-para,
.service-desc .single-para,
.terms-wrap .single-para {
    margin-bottom: 32px;
}

.blog-desc .single-para:last-child,
.project-desc .single-para:last-child,
.job-desc .single-para:last-child,
.service-desc .single-para:last-child,
.terms-wrap .single-para:last-child {
    margin-bottom: 0;
}

.post-metaoption {
    margin-top: 30px;
}

.post-pagination {
    padding: 11px 20px;
    border: 1px solid rgba(151, 177, 255, 0.17);
    border-radius: 5px;
}

.post-pagination.style-two {
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
}

.post-pagination .prev-post i,
.post-pagination .next-post i {
    font-size: 20px;
    line-height: 0.8;
    position: relative;
    top: 1px;
}

.post-pagination .prev-post i {
    margin-right: 6px;
}

.post-pagination .next-post i {
    margin-left: 6px;
}

.comment-item-wrap .comment-item {
    margin-bottom: 38px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.comment-item-wrap .comment-item.reply {
    margin-left: 60px;
}

.comment-item-wrap .comment-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.comment-item-wrap .comment-item .comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

.comment-item-wrap .comment-item .comment-author-img img {
    border-radius: 50%;
}

.comment-item-wrap .comment-item .comment-author-info {
    width: calc(100% - 120px);
    margin-left: auto;
    position: relative;
    top: -2px;
}

.comment-item-wrap .comment-item .comment-author-info h5 span {
    margin-left: 18px;
}

.comment-item-wrap .comment-item .comment-text p {
    margin: 0;
}

.comment-form.style-one {
    background-color: #F4F4FF;
    padding: 35px 35px 35px;
}

.comment-form.style-one .form-group input,
.comment-form.style-one .form-group select {
    height: 52px;
    border-radius: 50px;
    padding: 12px 18px;
}

.comment-form.style-one .form-group input:focus,
.comment-form.style-one .form-group select:focus {
    outline: none;
}

.comment-form.style-one .form-group textarea {
    height: 152px;
    padding: 15px 18px;
}

.comment-form.style-one .form-group textarea:focus {
    outline: none;
}

.comment-form.style-one .form-group input::-moz-placeholder,
.comment-form.style-one .form-group select::-moz-placeholder,
.comment-form.style-one .form-group textarea::-moz-placeholder {
    color: var(--paraColor);
    opacity: 1;
}

.comment-form.style-one .form-group input::placeholder,
.comment-form.style-one .form-group select::placeholder,
.comment-form.style-one .form-group textarea::placeholder {
    color: var(--paraColor);
    opacity: 1;
}

.comment-form.style-one .form-group input:focus,
.comment-form.style-one .form-group select:focus,
.comment-form.style-one .form-group textarea:focus {
    outline: none;
}


/*-------------------------------
    Product & product Details CSS
-------------------------------*/

.product-card.style-one .product-img {
    margin-bottom: 18px;
}

.product-card.style-one .product-img .product-action {
    padding: 23.5px 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    transform: translateX(-50%);
    width: calc(100% - 26px);
    background-color: rgba(0, 0, 0, 0.56);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: var(--transition);
}

.product-card.style-one .product-img .product-action .btn,
.product-card.style-one .product-img .product-action .add-to-cart {
    margin-right: 12px;
}

.product-card.style-one .product-img .product-action .add-to-cart,
.product-card.style-one .product-img .product-action .add-to-wishlist {
    width: 50px;
    height: 50px;
    background-color: var(--primaryColor);
    transition: var(--transition);
}

.product-card.style-one .product-img .product-action .add-to-cart i,
.product-card.style-one .product-img .product-action .add-to-wishlist i {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    position: relative;
    top: 1px;
    transition: var(--transition);
}

.product-card.style-one .product-img .product-action .add-to-cart:hover,
.product-card.style-one .product-img .product-action .add-to-wishlist:hover {
    background-color: var(--secondaryColor);
}

.product-card.style-one .product-img .product-action .add-to-cart:hover i,
.product-card.style-one .product-img .product-action .add-to-wishlist:hover i {
    color: var(--titleColor);
}

.product-card.style-one .product-info .rating {
    width: 100px;
}

.product-card.style-one .product-info .rating li {
    margin-right: -2px;
}

.product-card.style-one .product-info .rating li:last-child {
    margin-right: 0;
}

.product-card.style-one .product-info .product-title {
    width: calc(100% - 105px);
}

.product-card.style-one h3 {
    line-height: 30px;
}

.product-card.style-one span del {
    opacity: 0.3;
}

.product-card.style-one:hover .product-img .product-action,
.product-card.style-one:hover .product-img .product-link {
    bottom: 14px;
    visibility: visible;
    opacity: 1;
}

.single-product-info h1 {
    margin: 0 0 8px;
}

.single-product-info .product-price {
    position: relative;
    top: 2px;
    line-height: 15px;
    padding-right: 20px;
    margin-right: 20px;
}

.single-product-info .rating li {
    margin-right: 1px;
}

.single-product-info .rating li:last-child {
    margin-right: 0;
}

.single-product-info .rating li i {
    font-size: 15px;
}

.single-product-info .product-desc {
    padding: 25px 0 0;
    margin: 25px 0 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.single-product-info .single-product-features {
    margin-bottom: 50px;
}

.single-product-info .single-product-features li {
    margin-bottom: 14px;
}

.single-product-info .single-product-features li:last-child {
    margin-bottom: 0;
}

.single-product-info .single-product-features li i,
.single-product-info .single-product-features li img {
    position: absolute;
    top: 5px;
    left: 0;
}

.single-product-info .product-quantity {
    padding: 0 0 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.single-product-info .v-counter {
    border: 1px solid #F2F2F2;
    border-radius: 50px;
    height: 40px;
    margin-bottom: 8px;
}

.single-product-info .v-counter input {
    border-left: 1px solid rgba(99, 102, 241, 0.12);
    border-right: 1px solid rgba(99, 102, 241, 0.12);
    width: 44px;
    font-size: 18px;
    padding-top: 5px;
    text-align: center;
    background-color: transparent;
}

.single-product-info .v-counter input:focus {
    outline: none;
}

.single-product-info .v-counter .minusBtn:before {
    font-size: 38px;
    color: var(--paraColor);
}

.single-product-info .v-counter .plusBtn:before {
    font-size: 25px;
    color: var(--paraColor);
}

.single-product-info .add-to-cart {
    margin: 0 10px;
    padding: 7px 15px;
    margin-bottom: 8px;
}

.single-product-info .add-to-wishlist {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    background-color: rgba(99, 102, 241, 0.12);
    color: var(--primaryColor);
}

.single-product-info .add-to-wishlist i {
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
}

.single-product-info .add-to-wishlist:hover {
    background-color: var(--primaryColor);
}

.single-product-info .add-to-wishlist:hover i {
    color: var(--whiteColor);
}

.single-product-info .shop-features {
    margin-bottom: 17px;
}

.single-product-info .shop-features li {
    margin-bottom: 4px;
}

.single-product-info .shop-features li:last-child {
    margin-bottom: 0;
}

.product-tablist {
    border-bottom: 1px solid rgba(99, 102, 241, 0.11);
    padding-bottom: 0;
}

.product-tablist .nav-item {
    margin-right: 38px;
}

.product-tablist .nav-item:last-child {
    margin-right: 0;
}

.product-tablist .nav-item .nav-link {
    font-weight: 600;
    color: var(--paraColor);
    transition: var(--transition);
    position: relative;
    background-color: transparent;
    padding: 0 2px 14px;
}

.product-tablist .nav-item .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--primaryColor);
    transition: var(--transition);
    opacity: 0;
}

.product-tablist .nav-item .nav-link:hover,
.product-tablist .nav-item .nav-link.active {
    color: var(--primaryColor);
}

.product-tablist .nav-item .nav-link:hover:after,
.product-tablist .nav-item .nav-link.active:after {
    width: 100%;
    opacity: 1;
}

#product_review .add-star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    /* Hover effect */
    /* Checked state */
}

#product_review .add-star-rating input {
    display: none;
}

#product_review .add-star-rating label {
    cursor: pointer;
    font-size: 16px;
    color: #FFBA00;
    font-family: remixicon !important;
    margin-right: 3px;
    position: relative;
}

#product_review .add-star-rating label:before {
    content: "\f18b";
    transition: var(--transition);
}

#product_review .add-star-rating input:not(:checked)~label:hover:before,
#product_review .add-star-rating input:not(:checked)~label:hover~label:before {
    content: "\f186";
    /* filled star */
    color: #FFBA00;
}

#product_review .add-star-rating input:checked~label:before {
    content: "\f18b";
    color: #FFBA00;
}

#product_review .add-star-rating input:checked+label:before,
#product_review .add-star-rating input:checked+label~label:before {
    content: "\f186";
    /* filled star */
    color: #FFBA00;
}

.v-counter {
    width: 136px;
    height: 40px;
    position: relative;
    border-radius: 3px;
    background-color: #F1F4F5;
}

.v-counter input {
    border: none;
    border-left: 1px solid rgba(28, 72, 85, 0.06);
    border-right: 1px solid rgba(28, 72, 85, 0.06);
    height: 40px;
    float: left;
    font-size: 15px;
    width: 45px;
    text-align: center;
    background-color: transparent;
}

.v-counter input:focus {
    outline: none;
}

.v-counter input.count {
    padding-left: 8px;
}

.v-counter .minusBtn,
.v-counter .plusBtn {
    z-index: 1;
    top: -2px;
    width: 45px;
    height: 40px;
    padding: 0 20px;
    position: relative;
}

.v-counter .minusBtn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "-";
    font-size: 30px;
    color: var(--paraColor);
    font-weight: 300;
    transform: translate(-50%, -50%);
}

.v-counter .plusBtn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "+";
    font-size: 30px;
    color: var(--paraColor);
    font-weight: 300;
    transform: translate(-50%, -50%);
}


/*-------------------------------
    Cart CSS
-------------------------------*/

.cart-table table thead tr th {
    color: var(--primaryColor);
    background-color: #F7F7FE;
    border-bottom: none;
    padding: 17px 25px;
    font-weight: 600;
    text-align: center;
}

.cart-table table thead tr th:first-child {
    border-radius: 5px 0 0 5px;
}

.cart-table table thead tr th:last-child {
    border-radius: 0 5px 5px 0;
}

.cart-table table tbody tr td {
    padding: 16px 20px;
    text-align: center;
    border-bottom: 1px dashed rgba(80, 137, 255, 0.19);
}

.cart-table table tbody tr td:first-child {
    padding-left: 0;
}

.cart-table table tbody tr td:last-child {
    text-align: right;
    padding-right: 0;
}

.cart-table table tbody tr td .cart-action i {
    color: #FF3B12;
}

.cart-table table tbody tr td .v-counter {
    width: 74px;
    height: 29px;
    border-radius: 50px;
    background-color: #F2F6FE;
}

.cart-table table tbody tr td .v-counter input {
    border: none;
    height: 29px;
    background-color: #F2F6FE;
    float: left;
    font-size: 14px;
    width: 28px;
    padding-left: 0;
}

.cart-table table tbody tr td .v-counter .minusBtn,
.cart-table table tbody tr td .v-counter .plusBtn {
    z-index: 1;
    top: -1px;
    width: 23px;
    height: 29px;
    position: relative;
}

.cart-table table tbody tr td .v-counter .minusBtn {
    padding: 0 0 0 12px;
}

.cart-table table tbody tr td .v-counter .minusBtn:before {
    font-size: 23px;
    left: 60%;
}

.cart-table table tbody tr td .v-counter .plusBtn {
    padding: 0 12px 0 0;
}

.cart-table table tbody tr td .v-counter .plusBtn:before {
    font-size: 21px;
    left: 40%;
}

.cart-table table tbody tr td .product-img {
    width: 104px;
    height: 104px;
    border-radius: 10px;
}

.cart-table table tbody tr td .product-img img {
    border-radius: 10px;
}

.coupon-code button {
    position: absolute;
    top: 6px;
    right: 6px;
    height: calc(100% - 12px);
    transition: var(--transition);
    padding: 10px 22px;
}

.coupon-code button:hover {
    background-color: var(--secondaryColor);
    color: var(--titleColor) !important;
}

.coupon-code input {
    height: 60px;
    border-radius: 50px;
    padding: 13px 185px 13px 22px;
    background-color: #F7F7FE;
}

.coupon-code input:focus {
    outline: none;
}

.coupon-code input::-moz-placeholder {
    color: var(--paraColor);
    opacity: 1;
}

.coupon-code input::placeholder {
    color: var(--paraColor);
    opacity: 1;
}

.cart-total {
    padding: 35px 35px 40px;
    background-color: #F7F7FE;
}

.cart-total-wrap {
    border: 1px solid rgba(99, 102, 247, 0.07);
}

.cart-total-wrap .cart-total-item {
    border-bottom: 1px solid rgba(99, 102, 247, 0.07);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.cart-total-wrap .cart-total-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}


/*-------------------------------
       Checkout CSS
-------------------------------*/

.promo-login {
    padding: 16.5px 25px;
}

.checkout-total {
    background-color: #F7F7FE;
    padding: 10px 30px 10px;
}

.checkout-total table {
    background-color: transparent;
    margin-bottom: 40px;
}

.checkout-total table thead tr th {
    font-size: 18px;
    color: var(--titleColor);
    font-weight: 500;
    background-color: transparent;
    border-bottom: none;
    padding: 13px 0;
    border-bottom: 1px solid rgba(147, 147, 147, 0.12);
}

.checkout-total table thead tr th:last-child {
    text-align: right;
}

.checkout-total table tbody tr td {
    background-color: transparent;
    padding: 18px 0;
    border-bottom: 1px dashed rgba(147, 147, 147, 0.12);
}

.checkout-total table tbody tr td .product-img {
    width: 60px;
    height: 61px;
    border-radius: 10px;
}

.checkout-total table tbody tr td .product-img img {
    border-radius: 10px;
}

.checkout-total table tbody tr td .product-thumb-card {
    max-width: 420px;
}

.checkout-total table tbody tr td .product-thumb-card.style-two .product-img {
    margin: 0 !important;
}

.checkout-total table tbody tr td .product-thumb-card.style-two .product-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 5px;
}

.checkout-total table tbody tr td .product-thumb-card.style-two .product-info {
    width: calc(100% - 120px);
    margin-left: auto;
    text-wrap: wrap;
}

.checkout-total table tbody tr td .product-thumb-card.style-two .product-info h3 {
    line-height: 30px;
}

.checkout-total table tbody tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
}

.checkout-total .checkout-total-wrap {
    padding-bottom: 8px;
}

.checkout-total .checkout-total-wrap.style-two {
    border-top: 1px dashed rgba(85, 85, 85, 0.2);
    padding-top: 25px;
}

.checkout-total .checkout-total-wrap .checkout-total-item {
    border-bottom: 1px dashed rgba(85, 85, 85, 0.2);
    padding: 13px 0;
}

.checkout-total .checkout-total-wrap .checkout-total-item:first-child {
    padding-top: 5px;
}

.checkout-total .checkout-total-wrap .checkout-total-item:last-child {
    border-bottom: none;
}

.checkout-total .checkout-total-wrap .checkout-total-item span:first-child {
    width: 55%;
}

.checkout-total .checkout-total-wrap .checkout-total-item span:last-child {
    width: 45%;
    text-align: end;
}

.payment-method {
    padding: 32px 32px 40px;
    background-color: rgba(99, 102, 241, 0.18);
}

.payment-method .select-payment-method .checkbox {
    margin-right: 24px;
}

.payment-method .select-payment-method .checkbox:last-child {
    margin-right: 0;
}

.payment-method .form-group input,
.payment-method .form-group textarea {
    padding: 12px 18px;
}

.payment-method .form-group input::-moz-placeholder,
.payment-method .form-group textarea::-moz-placeholder {
    opacity: 1;
    color: var(--paraColor);
}

.payment-method .form-group input::placeholder,
.payment-method .form-group textarea::placeholder {
    opacity: 1;
    color: var(--paraColor);
}

.payment-method .form-group select {
    padding: 12px 18px;
    background-image: url(../img/icons/down-arrow-fill-ash.svg);
    background-position: calc(100% - 20px) 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkout-form .form-group input,
.checkout-form .form-group textarea {
    background-color: #F7F7FE;
    height: 50px;
    border-radius: 10px;
    padding: 12px 18px;
}

.checkout-form .form-group input::-moz-placeholder,
.checkout-form .form-group textarea::-moz-placeholder {
    opacity: 1;
    color: var(--paraColor);
}

.checkout-form .form-group input::placeholder,
.checkout-form .form-group textarea::placeholder {
    opacity: 1;
    color: var(--paraColor);
}

.checkout-form .form-group textarea {
    height: 180px;
    resize: none;
    border-radius: 10px;
}

.checkout-form .form-group select {
    background-color: #F7F7FE;
    height: 50px;
    border-radius: 10px;
    padding: 12px 18px;
    background-image: url(../img/icons/down-arrow-fill-ash.svg);
    background-position: calc(100% - 20px) 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/*# sourceMappingURL=style.css.map */