
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&amp;display=swap";

@font-face {
    font-family: BrittanySignature;
    src: url(../fonts/BrittanySignature.ttf);
}

/* Media Query Variable */
/*CSS Variable*/
:root {
    /*font Variable*/
    --ff-inter: 'Montserrat', sans-serif;
    --ff-inter-tight: 'Montserrat', sans-serif;
    /*Color Variable*/
    --primary-black: #000000;
    --primary-green: #1D9E43;
    --primary-purple: #6E45E9;
    --color-light-black: #0E0F23;
    --color-white: #FFF;
    --color-light-white: rgba(255, 255, 255, 0.70);
    --color-blue: #4229FF;
    --color-deep-blue: #00001D;
    --color-text-heading: #031811;
    --color-text-body: rgba(3, 24, 17, 0.70);
}

a {
    color: unset;
    text-decoration: none;
}

a:focus {
    outline: 0 solid;
}

a:hover {
    text-decoration: none;
    color: unset;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: var(--ff-inter);
    text-transform: capitalize;
    color: var(--color-text-heading);
}

h2.h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
}

@media only screen and (max-width: 1199.98px) {
    h2.h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991.98px) {
    h2.h2 {
        font-size: 20px;
    }
}

h3.h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

@media only screen and (max-width: 991.98px) {
    h3.h3 {
        font-size: 18px;
    }
}

html,
body {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    font-family: var(--ff-inter-tight);
    color: var(--color-text-body);
}

p {
    margin-bottom: 0;
}

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

@media only screen and (max-width: 991.98px) {
    .text-p-18 {
        font-size: 16px;
    }
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

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

i.bx {
    vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.bg_color_black {
    background-color: var(--primary-black);
}

.bg_color_black_two {
    background-color: #070B17;
}

.bg_color_black_three {
    background-color: #0A0E19;
}

.bg_color_light_black {
    background-color: var(--color-light-black);
}

.bg_color_light_black_two {
    background-color: #1B1D2B;
}

.bg_color_light_white {
    background-color: rgba(251, 251, 251, 0.8);
}

.bg_color_deep_blue {
    background-color: var(--color-deep-blue);
}

.bg_color_white {
    background-color: var(--color-white);
}

.text_color_white {
    color: var(--color-white);
}

.text_color_light_white {
    color: var(--color-light-white);
}

.mt-120 {
    margin-top: 120px;
}

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

.mt-60 {
    margin-top: 60px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-36 {
    margin-top: 36px;
}

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

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

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

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

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

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

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

.z-index-one {
    z-index: 1 !important;
}

.z-index-minus-one {
    z-index: -1 !important;
}

.max-width-728 {
    max-width: 728px;
}

.max-width-500 {
    max-width: 500px;
}

.section-middle {
    margin: 0 auto;
}

@media only screen and (max-width: 991.98px) {
    .mt-120 {
        margin-top: 60px;
    }

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

    .mt-60 {
        margin-top: 30px;
    }

    .mb-96 {
        margin-bottom: 36px;
    }

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

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

    .pt-60 {
        padding-top: 30px;
    }

    .pt-96 {
        padding-top: 36px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .pb-96 {
        padding-bottom: 36px;
    }
}

/*
============================================
============= Custom Scroll Bar CSS ================
*/
body::-webkit-scrollbar {
    width: .3em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 10px;
}

/*
============================================
============= Custom Scroll Bar CSS End ================
*/
/*
============================================
============= Preloader CSS ================
*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: var(--color-deep-blue);
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader .spinner-wrap {
    width: 160px;
    height: 160px;
    position: relative;
}

.preloader .preloader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .spinner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid #040404;
    border-top: 3px solid var(--primary-green);
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
============= Preloader CSS END ================
================================================
*/
/* Custom Cursor */
.cursor {
    pointer-events: none;
    position: fixed;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: exclusion;
    -webkit-transition: opacity 0.4s ease, -webkit-transform .3s ease;
    transition: opacity 0.4s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity 0.4s ease;
    transition: transform .3s ease, opacity 0.4s ease, -webkit-transform .3s ease;
    z-index: 99999;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.cursor-active {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: .1;
    cursor: pointer;
}

/* Custom Cursor End */
/*Back to Top btn*/
.back-to-top-btn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: #fff;
    mix-blend-mode: exclusion;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    display: none;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn i {
    color: #000;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-text-stroke: 1px;
}

.back-to-top-btn i::before {
    vertical-align: middle;
}

/*Back to Top btn End*/
.container.custom-container {
    width: auto;
    min-width: auto;
    max-width: inherit;
}



@media (min-width: 100px) {
    .container.custom-container {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .container.custom-container {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .container.custom-container {
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

@media (min-width: 1200px) {
    .container.custom-container {
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

@media (min-width: 1400px) {
    .container.custom-container {
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

.section-title .sub-title {
    font-family: var(--ff-inter);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: normal;
}

.section-title .title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    background-image: linear-gradient(to right, #ff7f47 30%, #a32fea, #2158F4) !important;
    color: transparent !important;
    background-clip: text !important;
    font-weight: 900;
}

.outline_txt {
    color: #000000;
    background-color: #000000;
    text-shadow: -1px -1px 0 #b36cf7, 1px -1px 0 #b36cf7, -1px 1px 0 #b36cf7, 1px 1px 0 #b36cf7;
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 800;
    opacity: .7;
}

.img-vw {
    width: 100vw;
}

.section-title .title span {
    font-weight: 400;
}

.BrittanySignature_font {
    font-family: BrittanySignature;
    color: rgba(243, 161, 1, 1);
    font-size: 70px;
    background: #000000;
    display: inline-block;
    position: relative;
    top: 40px;
    z-index: 11;
}

.section-title .desc {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 24px;
}

@media only screen and (max-width: 1199.98px) {
    .section-title .title {
        font-size: 40px;
    }

    .section-title .desc {
        margin-top: 15px;
    }

    .outline_txt {
        font-size: 80px;
    }

    .BrittanySignature_font {
        font-size: 40px;
        top: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .section-title .title {
        font-size: 35px;
    }

    .section-title .desc {
        margin-top: 12px;
    }

    .outline_txt {
        font-size: 60px;
    }

    .BrittanySignature_font {
        font-size: 40px;
        top: 20px;
    }
}

.section-title.gradient-sub-title .gradient-sub {
    font-family: var(--ff-inter);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-17.5%, rgba(255, 255, 255, 0.3)), color-stop(118.75%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) -17.5%, rgba(255, 255, 255, 0) 118.75%);
    padding: 1px 16px;
    display: inline-block;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1199.98px) {
    .section-title.gradient-sub-title .gradient-sub {
        font-size: 16px;
    }
}

.section-title.gradient-sub-title .title {
    font-size: 56px;
}

@media only screen and (max-width: 1199.98px) {
    .section-title.gradient-sub-title .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991.98px) {
    .section-title.gradient-sub-title .title {
        font-size: 35px;
    }
}

.section-title.gradient-sub-title.gradient-sub-border .gradient-sub-border-wrap {
    padding: 1.5px;
    margin-bottom: 16px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.section-title.gradient-sub-title.gradient-sub-border .gradient-sub-border-wrap::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    background: linear-gradient(80deg, rgba(66, 41, 255, 0.8) 17.87%, rgba(255, 255, 255, 0.5) 45.75%, rgba(66, 41, 255, 0.8) 80.38%);
    height: 410%;
    width: 101%;
    -webkit-animation: animate_border 4s linear infinite;
    animation: animate_border 4s linear infinite;
}

.section-title.gradient-sub-title.gradient-sub-border .gradient-sub {
    background: #1A1B3A;
    margin-bottom: 0;
    padding: 5px 24px;
    position: relative;
    z-index: 1;
}

.section-title.border-style .border-sbu {
    color: var(--color-text-heading);
    font-family: var(--ff-inter);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 991.98px) {
    .section-title.border-style .border-sbu {
        font-size: 18px;
    }
}

.section-title.border-style .border-sbu::before {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#031811), to(rgba(3, 24, 17, 0)));
    background: linear-gradient(90deg, #031811 0%, rgba(3, 24, 17, 0) 100%);
    left: 0;
    bottom: 0;
    height: 1.5px;
    width: 100%;
    content: "";
}

.section-title.border-style .border-sbu.border-sbu-middle::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 17, 0)), color-stop(47.3%, #031811), color-stop(92.66%, rgba(3, 24, 17, 0)));
    background: linear-gradient(90deg, rgba(3, 24, 17, 0) 0%, #031811 47.3%, rgba(3, 24, 17, 0) 92.66%);
    left: 50%;
    bottom: 0;
    height: 1.3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title.border-style .title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.3;
}

@media only screen and (max-width: 1199.98px) {
    .section-title.border-style .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991.98px) {
    .section-title.border-style .title {
        font-size: 35px;
    }
}

.common-btn {
    font-weight: 500;
    letter-spacing: 0.32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    gap: 10px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 22px;
    border-radius: 32px;
    color: var(--color-white);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    overflow: hidden;
    border: 1px solid transparent;
}

.common-btn.border-style {
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: var(--color-light-black);
}

.common-btn.border-style:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 172, 255, 0)), to(rgba(255, 255, 255, 0.12)));
    background: linear-gradient(rgba(117, 172, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
    opacity: 1;
    color: var(--color-white);
}

.common-btn.border-style.border-style-transparent {
    background: transparent;
    border: 1px solid #fff;
}

.common-btn.border-style.border-style-transparent:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 172, 255, 0)), to(rgba(255, 255, 255, 0.12)));
    background: linear-gradient(rgba(117, 172, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
    opacity: 1;
    color: var(--color-white);
}

.common-btn.bg-white-style {
    color: var(--primary-black);
    background-color: var(--color-white);
}

.common-btn.bg-white-style:hover {
    background-color: #f2f2f2;
}

.common-btn.bg-green-style {
    color: var(--color-white);
    background-color: var(--primary-green);
}

.common-btn.bg-green-style:hover {
    background-color: #188137;
}

.common-btn.bg-blue-style {
    color: var(--color-white);
    background-color: var(--color-blue);
}

.common-btn.bg-blue-style:hover {
    background-color: #5842ff;
}

.common-btn.bg-purple-style {
    color: var(--color-white);
    background-color: var(--primary-purple);
}

.common-btn.bg-purple-style:hover {
    background-color: #825fec;
}

@media only screen and (max-width: 991.98px) {
    .common-btn {
        font-size: 16px;
    }
}

.breadcrumb-area {
    padding: 243px 0 156px;
    background-color: var(--color-deep-blue);
}

.breadcrumb-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/breadcrumb-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-area {
        padding: 160px 0 60px;
    }
}

.breadcrumb-area.breadcrumb-area-two {
    background-image: url(../images/breadcrumb-img-two.png);
    background-size: 100% 100%;
}

.breadcrumb-video-bg {
    -o-object-fit: cover;
    object-fit: cover;
}

.breadcrumb-info .breadcrumb-nav {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-17.5%, rgba(255, 255, 255, 0.4)), color-stop(118.75%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) -17.5%, rgba(255, 255, 255, 0) 118.75%);
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 12px;
    border-radius: 50px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-info .breadcrumb-nav {
        font-size: 14px;
    }
}

.breadcrumb-info h1 {
    font-size: clamp(40px, 4vw, 64px);
    font-weight: 600;
}

.breadcrumb-info .breadcrumb-desc {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

@media only screen and (max-width: 991.98px) {
    .breadcrumb-info .breadcrumb-desc {
        margin-top: 14px;
    }
}

.border-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*================================================
2. Menu CSS
=================================================*/
.header-top {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-613.39%, rgba(255, 255, 255, 0.5)), color-stop(283.93%, rgba(255, 255, 255, 0.04)), color-stop(283.93%, rgba(255, 255, 255, 0.5)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) -613.39%, rgba(255, 255, 255, 0.04) 283.93%, rgba(255, 255, 255, 0.5) 283.93%);
    padding: 8px 0;
    position: relative;
    z-index: 9 !important;
}

.header-top-contact .header-top-address {
    font-size: 18px;
}

.header-top-contact .header-top-address:hover {
    color: var(--color-white);
}

.header-top-contact .social-list {
    gap: 10px;
}

.header-top-contact .header-top-item {
    position: relative;
}

.header-top-contact .header-top-item:not(:last-child) {
    padding-right: 24px;
    margin-right: 24px;
}

.header-top-contact .header-top-item:not(:last-child)::before {
    position: absolute;
    background: rgba(255, 255, 255, 0.25);
    width: 1px;
    height: 70%;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-top-text {
    gap: 5px;
}

@media only screen and (max-width: 991.98px) {
    .header-top-text {
        font-size: 12px;
    }
}

.menu-area {
    width: 100%;
    padding: 30px 0px;
    position: absolute;
    left: 0;
    z-index: 9;
}

.menu-area.menu-area-border::before {
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(51.86%, rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 51.86%, rgba(255, 255, 255, 0) 100%);
    height: 2px;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
}

@-webkit-keyframes slide_down_site {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide_down_site {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

.mainmenu ul ul li ul {
    left: -215px;
    top: 64px;
}

.mainmenu ul ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 15px;
}

.mainmenu li {
    display: inline-block;
    position: relative;
    padding: 0 53px 0 0;
}

@media only screen and (max-width: 1199.98px) {
    .mainmenu li {
        padding: 0 32px 0 0;
    }
}

.mainmenu li a {
    padding: 9px 0;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.mainmenu li ul {
    position: absolute;
    background: #f3f3f3;
    min-width: 200px;
    height: auto;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 9;
    padding: 10px 13px;
    border-radius: 16px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.mainmenu li ul li {
    text-align: left;
    display: block;
    padding: 3px;
}

.mainmenu li ul li>a {
    color: var(--primary-black);
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
}

.mainmenu li ul li>a:hover {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.mainmenu li ul a {
    color: #fff;
    width: 85%;
    text-align: left;
    margin-left: 0px;
    padding: 0px 0px;
}

.mainmenu li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.mainmenu li:hover ul ul {
    visibility: hidden;
    opacity: 0;
}

.mainmenu li>a {
    -webkit-transition: .3s;
    transition: .3s;
}

.mainmenu li.has-child-menu>a {
    position: relative;
}

.mainmenu li.has-child-menu>a::before {
    position: absolute;
    left: 106%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
    font-family: bootstrap-icons !important;
    content: "\f282";
    -webkit-transition: all .5s;
    transition: all .5s;
}

.mainmenu li.has-child-menu:hover a::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.mainmenu li.has-child-menu ul li.has-child-menu>a::before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    font-family: bootstrap-icons !important;
    -webkit-text-stroke: 1px;
    content: "\f285";
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #000;
}

@media only screen and (min-width: 992px) {
    .has-child-menu-mega-menu {
        position: unset !important;
    }

    .has-child-menu-mega-menu ul {
        display: none;
        z-index: -1;
    }

    .has-child-menu-mega-menu .sub-nav {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
        top: 55px;
        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;
        z-index: 5;
        border-radius: 28px;
        padding: 20px 0;
        background-color: #F3F3F3;
        max-width: 98%;
        margin: 0 auto;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .has-child-menu-mega-menu .sub-nav .nav-item .nav-item-img {
        border-radius: 16px;
        padding: 6px;
        background-color: #ddd;
    }

    .has-child-menu-mega-menu .sub-nav .nav-item .nav-item-img img {
        border-radius: 14px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .has-child-menu-mega-menu .sub-nav .nav-item h6 {
        font-weight: 600;
        font-size: 18px;
    }

    .has-child-menu-mega-menu .sub-nav .nav-item a {
        padding: 0;
    }

    .has-child-menu-mega-menu:hover .sub-nav {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}

@media only screen and (max-width: 991.98px) {
    .has-child-menu-mega-menu .sub-nav {
        display: none;
    }

    .main-menu-wrap li {
        margin: 0;
        padding: 0;
    }

    .main-menu-wrap li.has-child-menu .sub-menu .has-child-menu .sub-menu {
        position: relative;
        top: unset;
        left: unset;
    }

    .main-menu-wrap li.has-child-menu:hover>.sub-menu {
        -webkit-transform: unset;
        transform: unset;
        opacity: unset;
        visibility: unset;
    }

    .main-menu-wrap li.has-child-menu .sub-menu li a {
        padding: 1em 10%;
    }

    .main-menu-wrap li.has-child-menu .sub-menu {
        position: relative;
        top: unset;
        min-width: unset;
        list-style: none;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible;
        -webkit-transition: unset;
        transition: unset;
        background: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-radius: unset;
        border: unset;
        padding: 0;
    }

    .main-menu-wrap li.has-child-menu::before {
        display: none;
    }

    .mean-container .mean-nav {
        position: relative;
        margin-top: 80px;
    }

    .mean-container .mean-bar {
        position: absolute;
        background: transparent;
        padding: 0px 0;
        min-height: 0px;
        z-index: 2;
        top: 0;
        right: 0;
    }

    .mean-container a.meanmenu-reveal {
        right: 12px !important;
        color: #fff;
        font-weight: 600;
        border-radius: 50%;
        height: 16px;
        width: 16px;
        display: -ms-inline-grid;
        display: inline-grid;
        padding: 12px;
        top: 5px;
    }

    .mean-container a.meanmenu-reveal i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
    }

    .mean-container a.meanmenu-reveal span {
        background: #fff;
        height: 2px;
        margin-top: 2px;
    }

    .mean-container a.meanmenu-reveal span:first-child {
        margin-top: 0px;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        height: 33px;
        border-left: unset !important;
        border-bottom: unset !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 27px !important;
        font-weight: 200;
        background: none;
        width: 100%;
    }

    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: none;
    }

    .main-menu-wrap li.has-child-menu .sub-menu li a {
        color: #ffffffeb;
        font-size: 14px;
    }

    .mean-container .mean-nav>ul {
        height: 100vh;
        overflow-y: auto;
        margin-top: 40px;
    }

    /* Menu button */
    .meanmenu-reveal~.mean-nav .menu-btn-wrap {
        display: none;
    }

    .meanmenu-reveal.meanclose~.mean-nav .menu-btn-wrap {
        display: block;
    }

    /* Menu button End */
    /* menu End */
}


/*================================================
4. Service CSS
=================================================*/
.service-box-wrap {
    padding: 1px;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.service-box-wrap {
    width: 100%;
    height: 100%;
    /* full screen height */
    background: url(../img/card.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* stretch to fill */
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.service-box-wrap .service-box {
    padding: 95px 36px;
    border-radius: 24px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    height: 100%;
    position: relative;
    z-index: 1;
}


.service-box-wrap .service-box h3 {
    color: var(--color-white);
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.service-box-wrap .service-box h4 {
    font-size: 18px;
    background-image: linear-gradient(to left, #a32fea 70%, #ff0000) !important;
    color: transparent !important;
    background-clip: text !important;
    margin-bottom: 10px;
}


.service-box-wrap .service-box img {
    max-width: 50px;
    margin-bottom: 20px;
}

.service-box-wrap .service-box p {
    color: var(--color-light-white);
    margin-top: 24px;
    position: relative;
    z-index: 2;
    Opacity: 0.4;
    line-height: 1.5;
    font-weight: 300;
}

@media only screen and (max-width: 991.98px) {
    .service-box-wrap .service-box {
        font-size: 18px;
    }
}



.service-box-wrap:hover::before {
    -webkit-animation: animate_border 6.5s linear infinite;
    animation: animate_border 6.5s linear infinite;
    opacity: 1;
    left: 50%;
    top: 50%;
    height: 269%;
    width: 115%;
}

/*================================================
6. Achievement CSS
=================================================*/

.d_girl {
    position: absolute;
    bottom: 0;
    max-width: 460px;
    left: 0;
    z-index: 0;
}

.achievement-line-wrap {
    background: #000000;
    position: relative;
    z-index: 1;
    border: 1px dashed #494949;
}

.achievement-line-wrap .achievement-single-line-wrap {
    position: relative;
}

.achievement-line-wrap .achievement-single-line-wrap:not(:last-child)::before {
    position: absolute;
    background-image: url(../images/shapes/count.png);
    content: "";
    left: 100%;
    top: 50%;
    width: 1px;
    height: 88px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blue_testimonial {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 715px;
    width: 100%;
}

.blue_testimonial2 {
    position: absolute;
    left: 0;
    top: -500px;
    max-width: 715px;
    transform: rotate(180deg);
    width: 100%;
}

.blue_testimonial3 {
    position: absolute;
    right: 0;
    top: -1000px;
    max-width: 715px;
    width: 100%;
}

@media only screen and (max-width: 991.98px) {
    .achievement-line-wrap .achievement-single-line-wrap:not(:last-child)::before {
        display: none;
    }
}

@media only screen and (max-width: 1200.98px) {
    .d_girl {
        max-width: 350px;
    }
}

@media only screen and (max-width: 768.98px) {
    .d_girl {
        max-width: 250px;
        z-index: 1;
    }

    .blue_testimonial {
        max-width: 500px;
    }

    .blue_testimonial2 {
        max-width: 500px;
    }
}

.achievement-line-wrap.achievement-line-wrap-white .achievement-single-line-wrap:not(:last-child)::before {
    background-image: url(../images/shapes/count-white.png);
    height: 100%;
}

.achievement-count-box .counter-item {
    font-size: 60px;
    font-weight: 600;
}

.achievement-count-box .counter-item em {
    font-style: normal;
    margin-left: -10px;
    font-size: 55px;
    background-image: linear-gradient(to right, #ff7f47, #a32fea, #2158F4) !important;
    color: transparent !important;
    background-clip: text !important;
    font-weight: 700;
}

.achievement-count-box p {
    font-size: 22px;
    margin-top: 4px;
}

@media only screen and (max-width: 991.98px) {
    .achievement-count-box .counter-item {
        font-size: 50px;
    }

    .achievement-count-box .counter-item em {
        font-size: 45px;
    }

    .achievement-count-box p {
        font-size: 18px;
        margin-top: 0;
    }
}

.site-border {
    border: 0.5px solid #b36cf7
}


/*================================================
11. Footer CSS
=================================================*/


@media only screen and (max-width: 991.98px) {
    .footer-widget-wrapper {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer-widget {
        margin-bottom: 25px;
    }
}

.footer-widget-max {
    max-width: 340px;
}

.social-list {
    gap: 19px;
}

.social-list li {
    color: var(--color-white);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.social-list li:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.social-list.social-list-two {
    gap: 24px;
}

.social-list.social-list-two li a {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.social-list.social-list-two li a svg {
    width: 24px;
    height: 24px;
}

.footer-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: var(--color-white);
    margin-bottom: 32px;
}

@media only screen and (max-width: 991.98px) {
    .footer-title {
        margin-bottom: 22px;
    }
}

.footer-title.footer-title-two {
    position: relative;
    padding-left: 25px;
}

.footer-title.footer-title-two::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-white);
    content: "";
}

.footer-link {
    display: flex;
}

.padding_footer {
    padding: 200px 100px 100px;
    position: absolute;
    width: 100%;
    bottom: -180px;
}

.footer-area {
    background: linear-gradient(360deg, #000000 -17%, #000000, #00000000);
}

@media only screen and (max-width: 992.98px) {
    .footer-area {
        background: linear-gradient(360deg, #000000 43% -17%, #000000, #00000000);
    }

    .padding_footer {
        bottom: -304px;
    }
}

@media only screen and (max-width: 768.98px) {
    .footer-area {
        background: linear-gradient(360deg, #000000 43% -17%, #000000, #00000000);
    }

    .padding_footer {
        position: static;
    }
    .footer-area{
        background-color: #000000;
    }
}

.footer-link li {
    line-height: 1.7;
    font-size: 18px;
    color: var(--color-light-white);
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 0 30px;
    font-weight: 500;
    color: #ffffff;
}

.footer-widget-wrapper .social-list a {
    color: #ffffff80;
}

.footer-link li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-link li:hover {
    color: var(--color-white);
}

.footer-subscribe input {
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: transparent;
    padding: 10px 130px 10px 20px;
    color: #fff;
}

.footer-subscribe .common-btn {
    right: 4px;
    height: 87%;
}

.footer-subscribe.footer-subscribe-two input {
    border: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 130px 10px 0px;
    border-radius: unset;
}

.footer-subscribe.footer-subscribe-two button {
    right: 0;
    height: 100%;
    color: var(--primary-green);
}

.footer-subscribe.footer-subscribe-two button:hover svg,
.footer-subscribe.footer-subscribe-two button:hover i {
    -webkit-animation: .3s moving_side alternate;
    animation: .3s moving_side alternate;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-subscribe.hero-subscribe {
    max-width: 639px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#707C78), color-stop(54%, #2F403A), to(#707C78));
    background: linear-gradient(90deg, #707C78 0%, #2F403A 54%, #707C78 100%);
    margin: 40px auto 24px;
    padding: 1px;
    border-radius: 36px;
}

.footer-subscribe.hero-subscribe input {
    border-radius: 36px;
    border: unset;
    background: #2C3E38;
}

.copyright {
    font-size: 18px;
}

@media only screen and (max-width: 991.98px) {
    .footer-subscribe.hero-subscribe {
        margin: 20px auto 24px;
    }

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

    .padding_footer {
        padding: 100px 30px 0;
    }

    .footer-desc ul.custom-ul {
        justify-content: center;
    }

    .footer-link-wrap .footer-link {
        display: flex;
        flex-direction: column !important;
        text-align: center;
        margin-top: 50px;
    }

    .copyright {
        text-align: center;
    }

}



.select1_inner {
    position: relative;
}

.select1_inner::after {
    pointer-events: none;
    content: "";
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px;
}

.select2-container--default .select2-selection--single {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #f4f4f4;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f4f4f4;
}

.selection {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.select2-dropdown {
    background: none;
    border-radius: 0;
    z-index: 100;
    min-width: 0px;
    border: none;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #ececec;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #ececec;
}

.select2-results__option {
    padding: 10px 30px;
    font-size: 15px;
    line-height: 20px;
    background-color: #fff;
    color: #1b1b1b;
    border: 1px solid #ececec;
    text-align: center;
}

.select2-results__option:first-child {
    border-top: none;
}

.small .select2-results__option {
    padding-left: 0;
}

.copy-right-wrap {
    padding: 24px 0;
}

@media only screen and (max-width: 991.98px) {
    .copy-right-wrap {
        gap: 30px;
    }
}

.copy-right-wrap.copy-right-wrap-two {
    background: rgba(47, 35, 149, 0.15);
    -webkit-box-shadow: 0px -5px 150px 0px rgba(66, 41, 255, 0.3);
    box-shadow: 0px -5px 150px 0px rgba(66, 41, 255, 0.3);
}

.copy-right-wrap.copy-right-wrap-three {
    background: #041F16;
}

.copy-right-wrap-cs .footer-menu li {
    border-bottom: 1px solid;
    line-height: 1;
}

.copy-right-language {
    width: 115px;
}

.copy-right-language .select2 {
    width: 100% !important;
    color: var(--color-light-white);
    padding: 0 0px 0 30px;
}

.copy-right-language .language-icon {
    position: absolute;
    left: 0;
    margin-top: 3px;
}

.copy-right-language .language-icon-2 {
    position: absolute;
    right: 0;
}

.footer-menu {
    gap: 48px;
}

@media only screen and (max-width: 991.98px) {
    .footer-menu {
        gap: 15px;
    }
}

.footer-menu li {
    color: var(--color-light-white);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer-menu li:hover {
    color: var(--color-white);
}

.footer-area-three {
    background-color: var(--color-text-heading);
}

.contact-page-footer {
    padding-top: 90px;
}

@media only screen and (max-width: 991.98px) {
    .contact-page-footer {
        padding-top: 60px;
    }
}

/*================================================
12. Testimonial CSS
=================================================*/
.testimonial-box {
    padding: 32px;
    border-radius: 20px;
    border: 2px dashed rgba(255, 255, 255, 0.15);
    height: 100%;
    max-width: 608px;
}

@media only screen and (max-width: 991.98px) {
    .testimonial-box {
        max-width: 300px;
    }
}

.testimonial-box p {
    line-height: 1.7;
    margin: 24px 0;
}

.testimonial-box h3 {
    font-size: 20px;
    font-weight: 600;
}

.rating {
    gap: 8px;
}

.rating li {
    color: #f3b433;
}

.testimonial-slide-top .swiper-wrapper,
.testimonial-slide-bottom .swiper-wrapper,
.brand-slide-wrap .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.testimonial-slide-top .swiper-slide,
.testimonial-slide-bottom .swiper-slide,
.brand-slide-wrap .swiper-slide {
    width: auto;
}

.brand-slide-wrap.side-shadow {
    position: relative;
}

.brand-slide-wrap.side-shadow::before,
.brand-slide-wrap.side-shadow::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(8.94%, rgba(7, 11, 23, 0)), color-stop(94.03%, #070B17));
    background: linear-gradient(270deg, rgba(7, 11, 23, 0) 8.94%, #070B17 94.03%);
    width: 187px;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    left: 0;
    position: absolute;
    z-index: 2;
}

.brand-slide-wrap.side-shadow::after {
    left: auto;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(8.94%, rgba(7, 11, 23, 0)), color-stop(94.03%, #070B17));
    background: linear-gradient(90deg, rgba(7, 11, 23, 0) 8.94%, #070B17 94.03%);
}

.testimonial-img-slide-wrap {
    border-radius: 32px;
    background: linear-gradient(187deg, #20352E -44.72%, rgba(32, 53, 46, 0) 94.23%);
    padding: 8px;
}

.testimonial-img-slide-wrap .testimonial-img-generator {
    border-radius: 26px;
    -webkit-transform: scale(0.8) rotate(10deg);
    transform: scale(0.8) rotate(10deg);
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.testimonial-info-wrap h2 {
    margin: 16px 0;
}

.testimonial-info-wrap h3 {
    font-size: 32px;
    font-weight: 500;
}

.testimonial-info-wrap p {
    font-size: 18px;
    margin-top: 4px;
    max-width: 300px;
}

@media only screen and (max-width: 1199.98px) {
    .testimonial-info-wrap p {
        max-width: 250px;
    }
}

@media only screen and (max-width: 991.98px) {
    .testimonial-info-wrap p {
        max-width: unset;
    }
}

.slider-button-wrap {
    gap: 24px;
}

.testimonial-info-slider-button-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 991.98px) {
    .testimonial-info-slider-button-wrap {
        position: relative;
        margin-top: 20px;
    }
}

.testimonial-img-slide .swiper-slide-active .testimonial-img-generator {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.cg-testimonial-area {
    background: -webkit-gradient(linear, left top, left bottom, from(#1B1D2B), to(#070B17));
    background: linear-gradient(180deg, #1B1D2B 0%, #070B17 100%);
}

.cg-testimonial-wrap {
    background: linear-gradient(284deg, rgba(255, 255, 255, 0) -39.66%, rgba(255, 255, 255, 0.15) 39.42%, rgba(255, 255, 255, 0) 112.84%);
    padding: 1.3px;
    border-radius: 20px;
    height: 100%;
}

.cg-testimonial-wrap .cg-testimonial-box {
    height: 100%;
    background-color: #181F2F;
    padding: 30px;
    border-radius: 20px;
}

.cg-testimonial-wrap .cg-testimonial-box .cg-testimonial-qt-icon {
    float: right;
    margin-top: -69px;
}

.cg-testimonial-wrap .cg-testimonial-box .cg-testimonial-commenter {
    gap: 12px;
}

.cg-testimonial-wrap .cg-testimonial-box .cg-testimonial-commenter img {
    max-width: 44px;
    width: 100%;
}

.cg-testimonial-wrap .cg-testimonial-box .cg-testimonial-commenter h3 {
    font-size: 20px;
    font-weight: 500;
}

.cg-testimonial-wrap .cg-testimonial-box .commenter-text {
    font-size: 22px;
    line-height: 1.72;
    margin: 20px 0;
}

.cg-testimonial-wrap .cg-testimonial-box .rating {
    font-size: 20px;
}

.cs-testimonial-info-wrap {
    border-radius: 24px;
    background: #191f2f;
    padding: 40px 40px 40px 76px;
}

@media only screen and (max-width: 767.98px) {
    .cs-testimonial-info-wrap {
        padding: 30px 30px 30px 38px;
    }
}

.cs-testimonial-info-wrap h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize;
}

@media only screen and (max-width: 767.98px) {
    .cs-testimonial-info-wrap h2 {
        font-size: 25px;
    }
}

.cs-testimonial-info-wrap h2 .cs-testimonial-qt {
    left: -35px;
    top: 0;
}

@media only screen and (max-width: 767.98px) {
    .cs-testimonial-info-wrap h2 .cs-testimonial-qt {
        left: -25px;
        top: -7px;
    }
}

.cs-testimonial-info-wrap .cs-testimonial-desc {
    margin: 24px 0 32px;
}

@media only screen and (max-width: 767.98px) {
    .cs-testimonial-info-wrap .cs-testimonial-desc {
        margin: 14px 0 22px;
    }
}

.cs-testimonial-info-wrap .cs-testimonial-dev-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    .cs-testimonial-info-wrap .cs-testimonial-dev-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 10px;
    }
}

.cs-testimonial-info-wrap .cs-testimonial-dev-info .cs-testimonial-dev-name h3 {
    font-size: 20px;
    font-weight: 500;
}

.cs-testimonial-info-wrap .cs-testimonial-dev-info .cs-testimonial-dev-name p {
    margin-top: 8px;
}

.cs-testimonial-info-wrap .cs-testimonial-dev-info .cs-testimonial-rating .rating {
    gap: 8px;
}

.cs-testimonial-info-wrap .cs-testimonial-dev-info .cs-testimonial-rating .rating li {
    color: #f3b433;
}

.cs-testimonial-img {
    border-radius: 24px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 400px;
}

/*================================================
13. Hero CSS
=================================================*/
.hero-area {
    padding: 264px 0 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991.98px) {
    .hero-area {
        padding: 170px 0 60px;
    }
}

.hero-area-canvas {
    position: relative;
    overflow: hidden;
}

.hero-area-canvas canvas {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}

.hero-area-img-generator {
    padding: 217px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#163027), to(#0C1D17));
    background: linear-gradient(180deg, #163027 0%, #0C1D17 100%);
}

@media only screen and (max-width: 991.98px) {
    .hero-area-img-generator {
        padding: 150px 0 0;
    }
    .hero-area-canvas{
        background-position: left;
    }
}

.hero-area-cg {
    background-color: #070B17;
    padding: 244px 0 0px;
}

@media only screen and (max-width: 991.98px) {
    .hero-area-cg {
        padding: 185px 0 0px;
    }
}

.hero-area-cs {
    padding: 218px 0 98px;
}

@media only screen and (max-width: 1199.98px) {
    .hero-area-cs {
        padding: 200px 0 60px;
    }
}

@media only screen and (max-width: 991.98px) {
    .hero-area-cs {
        padding: 130px 0 60px;
    }

    .hero-area-cs::before {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #00000063;
        content: "";
        top: 0;
        left: 0;
    }
}

.hero-cs-bg {
    max-width: 700px;
}

@media only screen and (max-width: 1199.98px) {
    .hero-cs-bg {
        max-width: 550px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-cs-bg {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }
}

.hero-gallery-wrap {
    max-width: 1680px;
    width: 100%;
    margin-top: 85px;
}

@media only screen and (max-width: 991.98px) {
    .hero-gallery-wrap {
        margin-top: 35px;
    }
}

.minus-margin {
    margin-top: -53px;
}

.hero-info .hero-sub-spn {
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-17.5%, rgba(255, 255, 255, 0.3)), color-stop(118.75%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) -17.5%, rgba(255, 255, 255, 0) 118.75%);
    font-family: var(--ff-inter);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    padding: 8px 16px;
}

@media only screen and (max-width: 991.98px) {
    .hero-info .hero-sub-spn {
        font-size: 13px;
    }
    .hero-info{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

.hero-info h1 {
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 600;
    line-height: 1.25;
    margin: 20px 0 24px;
}

@media only screen and (max-width: 991.98px) {
    .hero-info h1 {
        margin: 15px 0 10px;
    }
}

.hero-info .hero-text {
    font-size: 18px;
}

.hero-info.hero-info-img-generator h1 {
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 500;
    line-height: 132.143%;
}

.hero-info.hero-info-cs .hero-info-cs-sub {
    font-size: 18px;
    font-weight: 500;
}

.hero-info.hero-info-cs h1 {
    font-size: clamp(34px, 4vw, 60px);
    font-weight: 500;
    line-height: 1.2;
    margin: 12px 0 0;
}

.hero-info.hero-info-cs .border-divider {
    max-width: 555px;
    margin: 34px 0 19px;
}

.hero-info.hero-info-cs .hero-text {
    max-width: 544px;
}

.hero-info.hero-info-cs .two-btn-wrap {
    margin-top: 34px;
}

.hero-info.hero-info-cs .hero-arrow-sp {
    right: 50px;
    bottom: 5px;
}

@media only screen and (max-width: 1399.98px) {
    .hero-info.hero-info-cs .hero-arrow-sp {
        right: 25px;
    }
}

.cg-hero-info .section-title.gradient-sub-title .title {
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.32);
    font-size: clamp(34px, 4vw, 60px);
    font-weight: 500;
    line-height: 126.667%;
    text-transform: capitalize;
}

.cg-hero-info .section-title.gradient-sub-title.gradient-sub-border .gradient-sub-border-wrap {
    background: linear-gradient(20deg, rgba(66, 41, 255, 0.8) 17.87%, rgba(255, 255, 255, 0.5) 45.75%, rgba(66, 41, 255, 0.8) 80.38%);
    padding: 1px;
}

.cg-hero-info .section-title.gradient-sub-title.gradient-sub-border .gradient-sub-border-wrap::before {
    display: none;
}

@media only screen and (max-width: 991.98px) {
    .cg-hero-info .section-title.gradient-sub-title.gradient-sub-border .gradient-sub {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-img-wrap {
        max-width: 300px;
    }
}

.cg-hero-img-wrap {
    margin-top: 100px;
    padding: 1.3px;
    padding-bottom: 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

@media only screen and (max-width: 991.98px) {
    .cg-hero-img-wrap {
        margin-top: 50px;
    }
}

.cg-hero-img-wrap::before {
    background: linear-gradient(151deg, rgba(66, 41, 255, 0.8) 17.16%, rgba(255, 255, 255, 0.8) 35.34%, rgba(66, 41, 255, 0.8) 57.49%);
    height: 276%;
    width: 166%;
    left: 50%;
    top: 50%;
    content: "";
    position: absolute;
    -webkit-animation: animate_border 8.5s linear infinite;
    animation: animate_border 8.5s linear infinite;
    z-index: 0;
}

.cg-hero-img-wrap .cg-hero-img-box {
    background-color: #1A1B3A;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}

.brand-box svg {
    color: #a4a7ba;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.brand-box svg:hover {
    color: var(--color-white);
}

.tag-wrap {
    gap: 12px;
}

.tag-wrap .tag-title {
    font-size: 18px;
}

.tag-list {
    gap: 12px;
}

.tag-list li {
    color: var(--color-light-white);
    background-color: #2C3E38;
    border-radius: 40px;
    padding: 1px 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.tag-list li:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #3b544b;
}

.tag-list.sidebar-tag-list li {
    border-radius: 12px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    font-family: var(--ff-inter);
    padding: 3px 15px;
}

.tag-list.sidebar-tag-list li:hover {
    color: var(--color-white);
}

/* Bubble */
.bubbles-bg {
    height: 100%;
    overflow: hidden;
}

.bubbles-bg .bubbles span {
    position: relative;
    min-width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 4px;
    -webkit-animation: animate_dust 200s linear infinite;
    animation: animate_dust 200s linear infinite;
    -webkit-animation-duration: calc(175s / var(--i));
    animation-duration: calc(175s / var(--i));
}

.bubbles-bg .bubbles span:nth-child(even) {
    background-color: rgba(110, 69, 233, 0.5);
    border-radius: 0;
}

@-webkit-keyframes animate_dust {
    0% {
        -webkit-transform: translateY(100vh) scale(0.1);
        transform: translateY(100vh) scale(0.1);
    }

    100% {
        -webkit-transform: translateY(0) scale(0.19);
        transform: translateY(0) scale(0.19);
    }
}

@keyframes animate_dust {
    0% {
        -webkit-transform: translateY(100vh) scale(0.1);
        transform: translateY(100vh) scale(0.1);
    }

    100% {
        -webkit-transform: translateY(0) scale(0.19);
        transform: translateY(0) scale(0.19);
    }
}

/* Bubble End */
.bottom-img-generator-hero {
    background: #163027;
    padding: 60px 0;
}

.bottom-img-generator-hero .brand-box svg {
    color: #878787;
}

.bottom-img-generator-hero .brand-box svg:hover {
    color: #b3b3b3;
}

.bottom-img-generator-hero .brand-slide-wrap.side-shadow::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(8.94%, rgba(7, 11, 23, 0)), color-stop(94.03%, #163027));
    background: linear-gradient(270deg, rgba(7, 11, 23, 0) 8.94%, #163027 94.03%);
}

.bottom-img-generator-hero .brand-slide-wrap.side-shadow::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(8.94%, rgba(7, 11, 23, 0)), color-stop(94.03%, #163027));
    background: linear-gradient(90deg, rgba(7, 11, 23, 0) 8.94%, #163027 94.03%);
}

.bottom-img-generator-hero.bottom-img-generator-hero-cs {
    background: #0E1422;
}




/*================================================
3. About CSS
=================================================*/
.about-wrap {
    border-radius: 48px;
    padding: 60px 80px;
    gap: 15px;
}

.about-wrap .section-title {
    max-width: 278px;
}

.about-wrap .section-title .sub-title,
.about-wrap .section-title .title {
    color: #02021F;
}

.about-wrap .about-info {
    max-width: 576px;
}

.about-wrap .about-info p {
    color: rgba(2, 2, 31, 0.7);
}

.about-wrap .about-info .disc-2 {
    margin: 18px 0 32px;
}

@media only screen and (max-width: 1199.98px) {
    .about-wrap {
        padding: 40px;
    }

    .about-wrap .about-info .disc-2 {
        margin: 10px 0 12px;
    }
}

.border-btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    letter-spacing: 0.36px;
    color: #02021F;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #02021F;
    padding-bottom: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.border-btn:hover .icon {
    -webkit-animation: .3s moving_side alternate;
    animation: .3s moving_side alternate;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.border-btn.border-btn-white {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@-webkit-keyframes moving_side {
    0% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moving_side {
    0% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.commitment-brand-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2.88px;
}

.commitment-brand-title.commitment-brand-title-two {
    position: relative;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.commitment-brand-title.commitment-brand-title-two::after,
.commitment-brand-title.commitment-brand-title-two::before {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
    width: 186px;
    height: 1px;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -274px;
    z-index: -1;
}

@media only screen and (max-width: 1199.98px) {

    .commitment-brand-title.commitment-brand-title-two::after,
    .commitment-brand-title.commitment-brand-title-two::before {
        display: none;
    }
}

.commitment-brand-title.commitment-brand-title-two::after {
    left: auto;
    right: -274px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.about-ai-info .section-title .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
}

@media only screen and (max-width: 1199.98px) {
    .about-ai-info .section-title .title {
        font-size: 30px;
    }
}

.section-border {
    padding: 100px 0;
}

@media only screen and (max-width: 991.98px) {
    .section-border {
        padding: 45px 0;
    }
}

.values-wrapper {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 30px 30px 0 30px;
}

@media only screen and (max-width: 991.98px) {
    .values-wrapper {
        padding: 15px;
    }
}

.values-heading .section-title .title {
    font-size: 48px;
}

@media only screen and (max-width: 1199.98px) {
    .values-heading .section-title .title {
        font-size: 35px;
    }
}




.values-box-wrap .single-values-box {
    position: relative;
    padding-left: 28px;
    overflow: hidden;
    margin-bottom: 40px;
}

.syllabus_list {
    padding: 17px;
    color: #ffffff83;
}

.values-box-wrap .single-values-box::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #262739;
    width: 2px;
    height: 100%;
}

.values-box-wrap .single-values-box::after {
    position: absolute;
    left: 0;
    content: "";
    background-image: url(../img//values-sp.png);
    width: 2px;
    height: 81px;
    -webkit-animation: slide_up 6s linear infinite;
    animation: slide_up 6s linear infinite;
}

.values-box-wrap .single-values-box .values-icon {
    border-radius: 8px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    background: rgb(255 255 255);
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.values-box-wrap .single-values-box .values-icon svg,
.values-box-wrap .single-values-box .values-icon i {
    color: #fff;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.values-box-wrap .single-values-box h2 {
    margin: 12px 0 4px;
}

.values-box-wrap .single-values-box:hover .values-icon svg,
.values-box-wrap .single-values-box:hover .values-icon i {
    color: #f6ba50;
}

@-webkit-keyframes slide_up {
    from {
        bottom: -81px;
    }

    to {
        bottom: 100%;
    }
}

@keyframes slide_up {
    from {
        bottom: -81px;
    }

    to {
        bottom: 100%;
    }
}


/*================================================
9. FAQ CSS
=================================================*/
.faq-wrap .accordion-item {
    background-color: transparent;
    border: unset;
}

.faq-wrap .accordion-item .accordion-collapse .accordion-body {
    padding: 0 0 24px;
    color: var(--color-light-white);
    padding-right: 90px;
}

.faq-wrap .accordion-item .accordion-collapse.show .accordion-body {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.faq-wrap .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.faq-wrap .accordion-item:first-of-type,
.faq-wrap .accordion-item:last-of-type {
    border-radius: unset;
}

.faq-wrap .accordion-item .accordion-button {
    font-family: var(--ff-inter);
    color: var(--color-white);
    padding: 0 0 23px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media only screen and (max-width: 991.98px) {
    .faq-wrap .accordion-item .accordion-button {
        font-size: 18px;
    }
}

.faq-wrap .accordion-item .accordion-button::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: bootstrap-icons !important;
    content: "\f4fe";
    background-image: unset;
    font-size: 25px;
    width: 35.833px;
    height: 35.833px;
    border: 2.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: var(--color-light-white);
}

@media only screen and (max-width: 991.98px) {
    .faq-wrap .accordion-item .accordion-button::after {
        font-size: 18px;
        width: 25px;
        height: 25px;
    }
}

.faq-wrap .accordion-item .accordion-button:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: rgba(255, 255, 255, 0.25);
}

.faq-wrap .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-bottom: 1px solid transparent;
}

.faq-wrap .accordion-item .accordion-button:not(.collapsed)::after {
    font-family: bootstrap-icons !important;
    content: "\f2ea";
    border: 2.5px solid #fff;
    color: var(--color-white);
}

.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.faq-wrap.faq-wrap-two .accordion-item {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 40px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

@media only screen and (max-width: 991.98px) {
    .faq-wrap.faq-wrap-two .accordion-item {
        padding: 20px;
    }
}

.faq-wrap.faq-wrap-two .accordion-item:hover {
    background-color: #060621;
}

.faq-wrap.faq-wrap-two .accordion-item .accordion-body {
    margin-top: 30px;
}

.faq-wrap.faq-wrap-two .accordion-item .accordion-collapse .accordion-body {
    padding: 0;
}

.faq-wrap.faq-wrap-two .accordion-item .accordion-collapse.show .accordion-body {
    border-bottom: unset;
}

.faq-wrap.faq-wrap-two .accordion-item:not(:last-child) {
    margin-bottom: 24px;
}

.faq-wrap.faq-wrap-two .accordion-item:first-of-type,
.faq-wrap.faq-wrap-two .accordion-item:last-of-type {
    border-radius: 20px;
}

.faq-wrap.faq-wrap-two .accordion-item .accordion-button {
    padding: 0;
    font-size: 32px;
    font-weight: 500;
    border-bottom: unset;
}

@media only screen and (max-width: 991.98px) {
    .faq-wrap.faq-wrap-two .accordion-item .accordion-button {
        font-size: 18px;
    }
}

.faq-wrap.faq-wrap-two .accordion-item .accordion-button::after {
    width: 35px;
    height: 35px;
    font-size: 35px;
    border: 2.5px solid transparent;
}

@media only screen and (max-width: 991.98px) {
    .faq-wrap.faq-wrap-two .accordion-item .accordion-button::after {
        font-size: 22px;
    }
}

.faq-wrap.faq-wrap-two .accordion-item .accordion-button:focus {
    border-color: transparent;
}

.faq-wrap.faq-wrap-two .accordion-item .accordion-button:not(.collapsed)::after {
    border: 2.5px solid transparent;
}

.faq-wrap.faq-wrap-three .accordion-item:hover {
    background-color: #191F2F;
}

.faq-wrap.faq-wrap-white .accordion-item .accordion-body {
    color: var(--color-text-body);
    border-radius: 0px 0px 12px 12px;
    background: rgba(3, 24, 17, 0.02);
    font-size: 18px;
    padding: 40px;
}

@media only screen and (max-width: 991.98px) {
    .faq-wrap.faq-wrap-white .accordion-item .accordion-body {
        padding: 20px;
    }
}

.faq-wrap.faq-wrap-white .accordion-item .accordion-button {
    color: var(--color-text-heading);
    padding: 0;
    font-size: 32px;
    font-weight: 500;
    border-bottom: unset;
    border-bottom: 1.5px solid rgba(3, 24, 17, 0.5);
    padding-bottom: 30px;
}

@media only screen and (max-width: 991.98px) {
    .faq-wrap.faq-wrap-white .accordion-item .accordion-button {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .faq-wrap.faq-wrap-white .accordion-item .accordion-button {
        font-size: 18px;
    }
}

.faq-wrap.faq-wrap-white .accordion-item .accordion-button::after {
    color: var(--color-text-body);
    font-size: 34px;
}

@media only screen and (max-width: 991.98px) {
    .faq-wrap.faq-wrap-white .accordion-item .accordion-button::after {
        font-size: 22px;
    }
}

.faq-wrap.faq-wrap-white .accordion-item .accordion-button:focus {
    border-color: rgba(3, 24, 17, 0.5);
}

.faq-wrap.faq-wrap-white .accordion-item .accordion-button:not(.collapsed)::after {
    border: 2.5px solid transparent;
}

.faq-wrap.faq-wrap-white .accordion-item:not(:last-child) {
    margin-bottom: 30px;
}

@media only screen and (max-width: 991.98px) {
    .faq-wrap.faq-wrap-white .accordion-item:not(:last-child) {
        margin-bottom: 20px;
    }
}


.faq-nav-list-wrap .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 20px;
    background-color: transparent;
    min-width: 300px;
    width: 100%;
}

.faq-nav-list-wrap .nav-link .faq-list-title {
    font-family: var(--ff-inter);
    font-size: 24px;
    font-weight: 500;
    line-height: 166.667%;
    text-transform: capitalize;
    margin: 28px 0 4px;
}

.faq-nav-list-wrap .nav-link .faq-list-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 177.778%;
}

.faq-nav-list-wrap .nav-link.active,
.faq-nav-list-wrap .show>.nav-link {
    background-color: transparent;
    border: 1px solid var(--color-blue);
}

@media only screen and (max-width: 1399.98px) {
    .faq-nav-list-wrap .nav-link {
        min-width: 250px;
    }

    .faq-nav-list-wrap .nav-link svg {
        width: 50px;
        height: 50px;
    }

    .faq-nav-list-wrap .nav-link .faq-list-title {
        font-size: 22px;
        margin: 20px 0 4px;
    }

    .faq-nav-list-wrap .nav-link .faq-list-desc {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .faq-nav-list-wrap .nav-link {
        min-width: 200px;
    }

    .faq-nav-list-wrap .nav-link .faq-list-title {
        font-size: 20px;
        margin: 15px 0 4px;
    }
}

@media only screen and (max-width: 991.98px) {
    .faq-nav-list-wrap .nav-link {
        min-width: 150px;
    }

    .faq-nav-list-wrap .nav-link svg {
        width: 30px;
        height: 30px;
    }

    .faq-nav-list-wrap .nav-link .faq-list-title {
        font-size: 15px;
        margin: 12px 0 4px;
    }

    .faq-nav-list-wrap .nav-link .faq-list-desc {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767.98px) {
    .faq-nav-list-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 10px;
    }

    .faq-nav-list-wrap .nav-link {
        padding: 10px;
    }
}