@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(187, 218, 213, 0.7);
    }
    40%,
    80% {
        box-shadow: 0 0 0 30px transparent;
    }
    to {
        box-shadow: 0 0 0 transparent;
    }
}
@-webkit-keyframes shine {
    to {
        left: 125%;
    }
}
@keyframes shine {
    to {
        left: 125%;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Manrope", serif;
}
.primaryBg_color {
    background: #632ddd !important;
}
.whiteBg_color {
    background: #fff !important;
}
.color_white {
    color: #fff !important;
}
.color_primary {
    color: #632ddd !important;
}
.color_black {
    color: #000;
}
.color_text,
p a:hover {
    color: rgba(51, 51, 51, 0.37);
}
html {
    scroll-behavior: smooth;
}
html::-webkit-scrollbar {
    width: 8px;
}
html::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(51, 51, 51, 0.37);
}
html::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #632ddd;
    opacity: 1;
}
.modal {
    z-index: 9999;
}
.btn-close {
    box-shadow: none;
    outline: 0;
    border: 0;
}
.position-relative {
    z-index: 1;
}
body {
    background: #000;
    overflow-x: hidden;
    position: relative;
    font-family: "Manrope", serif;
    color: #000;
}
.hide,
form .form-group #file-input {
    display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.font-60,
h1 {
    font-family: "Manrope", serif;
}
h1 {
    margin: 0;
    font-size: 100px;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(90deg, #ff9a00 9.12%, #632ddd 72.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.font-60 {
    font-size: 60px;
    color: rgba(51, 51, 51, 0.37);
    line-height: 1.3;
}
.font-40 {
    font-size: 40px;
    line-height: 1.5;
}
.font-40,
h2,
h3 {
    font-family: "Manrope", serif;
}
h2 {
    margin: 0;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 500;
}
h3 {
    font-size: 30px;
    font-weight: 700;
}
.font-22,
.font-24,
.font-40,
h2,
h3,
h4 {
    color: rgba(51, 51, 51, 0.37);
}
h3,
h4 {
    margin: 0;
    line-height: 1.4;
}
h4 {
    font-size: 26px;
}
.font-22,
.font-24 {
    font-size: 24px;
    line-height: 1.7;
}
.font-22 {
    font-size: 22px;
    line-height: 1.5;
}
h5 {
    font-size: 20px;
}
.font-18,
h6 {
    font-size: 18px;
}
h5,
h6 {
    margin: 0;
    line-height: 1.4;
}
.font-18 {
    line-height: 1.7;
}
.font-16,
.font-18,
h5,
h6,
ul li {
    color: rgba(51, 51, 51, 0.37);
}
.font-16,
ul li {
    font-size: 16px;
}
ol,
ul {
    padding-left: 0;
    margin-bottom: 0;
}
ul li {
    margin-bottom: 7px;
    font-weight: 400;
    text-decoration: none;
    list-style: none;
}
ol {
    margin-left: 15px;
}
.font-16,
ol li,
p,
ul li {
    line-height: 1.7;
}
ol li {
    margin-bottom: 7px;
    padding-left: 10px;
}
p {
    margin-bottom: 0;
}
p b {
    color: #000;
}
p a,
p b,
p strong {
    font-weight: 600;
}
ol li,
p,
p strong {
    color: rgba(51, 51, 51, 0.37);
}
p a {
    margin-left: 0;
    color: #632ddd;
}
a,
button,
i {
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
a,
button,
ol li,
p {
    font-weight: 400;
    font-size: 16px;
}
a,
button {
    line-height: 1.6;
    text-decoration: none;
    color: #632ddd;
}
button {
    font-size: 15px;
}
.textWrapper p {
    margin-bottom: 10px;
}
.textWrapper p a {
    padding-left: 0;
    font-weight: 700;
}
.textWrapper p:last-child,
footer .footerGrid .footerItem ul li:last-child {
    margin-bottom: 0;
}
.textWrapper ul {
    margin-top: 10px;
    margin-bottom: 5px;
}
.textWrapper ul li {
    padding-left: 27px;
}
.textWrapper ul li::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #632ddd;
    background-size: 15px;
}
.textWrapper ol {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 25px;
}
.textWrapper ol li,
.textWrapper ul li,
form .form-group {
    margin-bottom: 9px;
    position: relative;
}
.textWrapper img {
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.textWrapper h1,
.textWrapper h2,
.textWrapper h3,
.textWrapper h4,
.textWrapper h5,
.textWrapper h6 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 15px;
    display: block;
}
.textWrapper h4,
.textWrapper h5,
.textWrapper h6 {
    font-size: 22px;
}
form label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
form label span {
    color: red;
}
form .form-group {
    margin-bottom: 25px;
}
form .form-group .error {
    color: red;
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
}
form .form-group .form-control {
    margin-bottom: 0;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dadbe4;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.37);
    padding: 17px 16px;
}
form .form-group .form-control:focus {
    box-shadow: none;
}
form .form-group .form-control::placeholder {
    color: rgba(51, 51, 51, 0.37);
    opacity: 1;
}
form .form-group .form-control:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.37);
}
form .form-group .form-control::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.37);
}
form .form-group textarea.form-control {
    resize: none;
    height: 130px;
}
form .form-group .iti__selected-flag {
    padding: 0 20px;
    font-weight: 600;
}
form
    .form-group
    .iti--allow-dropdown
    .iti__flag-container:hover
    .iti__selected-flag {
    background-color: transparent;
}
form .form-group .iti__arrow {
    border: 0;
    width: 12px;
    height: 7px;
    background: url(../images/numberDownArrow.png) center no-repeat;
    background-size: 11px;
    margin-left: 10px;
}
form .form-group .iti__flag-box {
    display: flex;
    align-items: center;
}
form .form-group .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    position: relative;
    border-right: 1px solid #000;
}
form .form-group .iti--separate-dial-code .iti__selected-flag::after {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
}
form .form-group .iti__active,
form .form-group .iti__highlight {
    background-color: #632ddd;
    color: #fff;
}
.mobileMenu .offcanvas-body ul li a h6,
.textWrapper.color_white a:hover,
.textWrapper.color_white h1,
.textWrapper.color_white h2,
.textWrapper.color_white h3,
.textWrapper.color_white h4,
.textWrapper.color_white h5,
.textWrapper.color_white h6,
.textWrapper.color_white ol li,
.textWrapper.color_white ol li a:hover,
.textWrapper.color_white ol li b,
.textWrapper.color_white p,
.textWrapper.color_white p a:hover,
.textWrapper.color_white p b,
.textWrapper.color_white ul li,
.textWrapper.color_white ul li a:hover,
.textWrapper.color_white ul li b,
.whyFliq .whyFliqCard p,
footer .copy p,
form .form-group .iti__active .iti__dial-code,
form .form-group .iti__highlight .iti__dial-code {
    color: #fff;
}
form .form-group .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}
form .form-group .iti__country-name,
form .form-group .iti__dial-code {
    font-size: 14px;
}
form .form-group .iti__country-list {
    scroll-behavior: smooth;
}
.testimonial .testimonialCard p::-webkit-scrollbar,
form .form-group .iti__country-list::-webkit-scrollbar {
    width: 5px;
}
form .form-group .iti__country-list::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #cecec5;
}
form .form-group .iti__country-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #632ddd;
    opacity: 1;
}
form .form-group .iti__country {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
}
form .form-group .iti {
    width: 100% !important;
}
form .form-group .select2-container--default .select2-selection--single {
    border: 0 !important;
    font-weight: 400;
    border-radius: 0;
    background: #fff;
    height: inherit !important;
}
form
    .form-group
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 400;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.3;
}
form .form-group .select2-container {
    border: 0;
}
form .form-group .select2-results__option {
    padding: 5px 15px;
    font-size: 14px;
}
form
    .form-group
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border: 0 transparent;
    width: 13px;
    height: 7px;
    background: url(../images/svg/downArrow.svg) center no-repeat;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
}
form
    .form-group
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: inherit !important;
    bottom: 9px !important;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
form .form-group .select2.select2-container.select2-container--default {
    padding: 14px 20px;
    border: 1px solid #dadbe4 !important;
    position: inherit;
    border-radius: 5px;
    width: 100%;
}
form
    .form-group
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background-color: #f7f7f7;
    color: #632ddd;
}
form
    .form-group
    .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #632ddd;
    color: #fff;
}
form
    .form-group
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    background: #f9f9f9;
}
form
    .form-group
    .select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar {
    width: 7px;
}
form
    .form-group
    .select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-track {
    border-radius: 0;
    background: #000;
}
form
    .form-group
    .select2-container--default
    .select2-results
    > .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #632ddd;
    opacity: 1;
}
form .form-group label[for="file-input"] * {
    vertical-align: middle;
    cursor: pointer;
}
form .form-group label.form-control {
    display: flex;
    padding: 0;
    min-height: 50px;
}
form .form-group .file-inputSpan {
    color: #202528 !important;
    word-break: break-all;
    font-size: 14px;
    padding: 13px 15px;
    line-height: 1.4;
}
form .form-group .file-inputBtn {
    position: relative;
    border-radius: 0 0 0 0;
    background: 0 0;
    color: #000;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 13px 15px;
    font-size: 14px;
    border-right: 1px solid #6d6d6d;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
form .form-group .file-inputBtn:hover {
    background: #632ddd;
    color: #fff;
}
form textarea.form-control {
    resize: none;
    height: 64px;
}
.select2-position .position-relative {
    z-index: inherit !important;
}
.fw-Regular {
    font-weight: 400 !important;
}
.fw-Medium {
    font-weight: 500 !important;
}
.fw-SemiBold {
    font-weight: 600 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-ExtraBold {
    font-weight: 800 !important;
}
.fw-Black {
    font-weight: 900 !important;
}
.primary_btn,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
}
.primary_btn {
    margin: 0;
    overflow: hidden;
    padding: 14px 50px;
    box-shadow: none;
    outline: 0;
    width: fit-content;
    justify-content: center;
    grid-gap: 10px;
    border-radius: 40px;
    transition: ease-in 0.5s;
    background: #632ddd;
    box-shadow: 0 5px 15px rgba(99, 45, 221, 0.15);
}
.primary_btn:hover {
    background: #000;
    color: #fff;
}
.slick-track {
    margin-left: 0 !important;
}
.slick-arrow {
    width: 45px;
    height: 45px;
    z-index: 9;
}
.slick-prev {
    left: 0;
}
.slick-dots li button,
.slick-next::before,
.slick-prev::before {
    display: none;
}
.slick-prev,
.slick-prev:hover {
    background: url(../images/svg/sliderPrev.svg) center no-repeat !important;
    background-size: 42px !important;
}
.slick-next {
    right: 0;
}
.slick-next,
.slick-next:hover {
    background: url(../images/svg/sliderNext.svg) center no-repeat !important;
    background-size: 42px !important;
}
.slick-dots,
.slick-dots li,
.slickSliderNav {
    position: relative;
    display: flex;
    align-items: center;
}
.slickSliderNav {
    grid-gap: 20px;
    justify-content: end;
    width: 100%;
}
.slickSliderNav .slick-next,
.slickSliderNav .slick-prev {
    position: relative;
    top: 0 !important;
    transform: inherit !important;
}
.slickSliderNav .slick-prev {
    left: 0 !important;
}
.slickSliderNav .slick-next {
    right: 0 !important;
}
.slick-dots,
.slick-dots li {
    justify-content: center;
}
.slick-dots {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
    bottom: 0;
    grid-gap: 12px;
}
.slick-dots li {
    margin: 0;
    outline: 0;
    box-shadow: none;
    background-color: transparent !important;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 2px solid #632ddd;
    opacity: 0.5;
}
.slick-dots li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #632ddd;
    position: absolute;
}
.slick-dots .slick-active {
    border: 2px solid #632ddd;
    opacity: 1;
}
@media (max-width: 1199.98px) {
    .slick-arrow {
        width: 35px;
        height: 35px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next::before,
    .slick-prev::before {
        display: none;
    }
    .slick-prev,
    .slick-prev:hover {
        background: url(../images/svg/sliderPrev.svg) center no-repeat !important;
        background-size: 32px !important;
    }
    .slick-next {
        right: 0;
    }
    .slick-next,
    .slick-next:hover {
        background: url(../images/svg/sliderNext.svg) center no-repeat !important;
        background-size: 32px !important;
    }
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.readMore {
    color: #fff;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: fit-content;
}
.readMore:hover,
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    .dropdown-item:hover,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    background: linear-gradient(90deg, #ff9a00 9.12%, #632ddd 72.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media (max-width: 1599.98px) {
    h1 {
        font-size: 85px;
    }
    .font-60 {
        font-size: 55px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 30px;
    }
    .font-24,
    h4 {
        font-size: 22px;
    }
    .textWrapper h1,
    .textWrapper h2,
    .textWrapper h3 {
        font-size: 24px;
    }
    .textWrapper h4,
    .textWrapper h5,
    .textWrapper h6 {
        font-size: 20px;
    }
}
@media (max-width: 1499.98px) {
    .primary_btn {
        padding: 14px 40px;
    }
}
@media (max-width: 1399.98px) {
    h1 {
        font-size: 80px;
    }
    .font-60 {
        font-size: 50px;
    }
    .font-40 {
        font-size: 37px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 27px;
    }
    h5 {
        font-size: 18px;
    }
    .font-18,
    h6 {
        font-size: 17px;
    }
    .primary_btn {
        padding: 14px 30px;
    }
}
@media (max-width: 1299.98px) {
    h1 {
        font-size: 70px;
    }
    .font-60 {
        font-size: 47px;
    }
    .font-40 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    a,
    button,
    ol li,
    p,
    ul li {
        font-size: 15px;
    }
    form .form-group .form-control {
        padding: 11px 20px;
    }
    form .form-group .form-control,
    form .form-group .iti--separate-dial-code .iti__selected-dial-code,
    form
        .form-group
        .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        font-size: 15px;
        line-height: 24px;
    }
    form .form-group .select2.select2-container.select2-container--default {
        padding: 13px 20px;
    }
    form
        .form-group
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        bottom: 9px !important;
    }
}
@media (max-width: 1199.98px) {
    h1 {
        font-size: 60px;
    }
    .font-60 {
        font-size: 44px;
    }
    .font-40 {
        font-size: 33px;
    }
    h2 {
        font-size: 27px;
    }
    h3 {
        font-size: 24px;
    }
    h5 {
        font-size: 17px;
    }
    .font-18,
    h6 {
        font-size: 16px;
    }
    .font-24,
    h4 {
        font-size: 20px;
    }
    .textWrapper h1,
    .textWrapper h2,
    .textWrapper h3 {
        font-size: 22px;
    }
    .textWrapper h4,
    .textWrapper h5,
    .textWrapper h6 {
        font-size: 18px;
    }
}
@media (max-width: 991.98px) {
    h1 {
        font-size: 55px;
    }
    .font-60 {
        font-size: 40px;
    }
    .font-40 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 21px;
    }
    h5 {
        font-size: 16px;
    }
    .font-18,
    h6 {
        font-size: 15px;
    }
    a,
    button,
    ol li,
    p,
    ul li {
        font-size: 14px;
    }
    .font-24,
    h4 {
        font-size: 18px;
    }
    .textWrapper ul li::before {
        top: 7px;
        left: 0;
        width: 9px;
        height: 9px;
    }
    .textWrapper ol {
        margin-left: 17px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 45px;
    }
    .font-60 {
        font-size: 37px;
    }
    .font-40 {
        font-size: 27px;
    }
    a,
    button,
    ol li,
    p,
    ul li {
        font-size: 14px;
    }
    .font-24,
    h4 {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 40px;
    }
    form .form-group .iti__country-list {
        width: 320px;
    }
}
@media (min-width: 1550px) {
    .container {
        max-width: 90%;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 85%;
    }
}
.textWrapper.color_white a,
.textWrapper.color_white ol li a,
.textWrapper.color_white p a,
.textWrapper.color_white ul li a {
    color: #632ddd;
    text-decoration: underline;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-110 {
    padding-top: 110px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
@media (max-width: 1199.98px) {
    .pt-100 {
        padding-top: 70px !important;
    }
    .pt-90 {
        padding-top: 60px !important;
    }
    .pt-110 {
        padding-top: 80px;
    }
    .pb-110 {
        padding-bottom: 80px;
    }
    .pt-80 {
        padding-top: 50px !important;
    }
    .pt-70 {
        padding-top: 40px !important;
    }
    .pt-60 {
        padding-top: 50px !important;
    }
    .pb-100,
    .pb-90 {
        padding-bottom: 70px !important;
    }
    .pb-80 {
        padding-bottom: 50px !important;
    }
    .pb-70 {
        padding-bottom: 40px !important;
    }
    .pb-60 {
        padding-bottom: 50px !important;
    }
    .mt-30 {
        margin-top: 20px !important;
    }
    .mt-40 {
        margin-top: 30px !important;
    }
    .mt-50 {
        margin-top: 40px !important;
    }
    .mt-60 {
        margin-top: 50px !important;
    }
    .mt-70 {
        margin-top: 60px !important;
    }
    .mt-90 {
        margin-top: 80px !important;
    }
    .mb-30 {
        margin-bottom: 25px !important;
    }
    .mb-40 {
        margin-bottom: 30px !important;
    }
    .mb-50 {
        margin-bottom: 40px !important;
    }
    .mb-60 {
        margin-bottom: 50px !important;
    }
    .mb-70 {
        margin-bottom: 60px !important;
    }
    .mt-100 {
        margin-top: 70px !important;
    }
    .mb-100 {
        margin-bottom: 70px !important;
    }
}
@media (max-width: 991.98px) {
    .pt-110 {
        padding-top: 60px;
    }
    .pb-110 {
        padding-bottom: 60px;
    }
    .pt-100 {
        padding-top: 50px !important;
    }
    .pt-90 {
        padding-top: 40px !important;
    }
    .pt-80 {
        padding-top: 30px !important;
    }
    .pt-50,
    .pt-60,
    .pt-70 {
        padding-top: 40px !important;
    }
    .pb-100,
    .pb-90 {
        padding-bottom: 50px !important;
    }
    .pb-80 {
        padding-bottom: 30px !important;
    }
    .pb-50,
    .pb-60,
    .pb-70 {
        padding-bottom: 40px !important;
    }
    .mb-40 {
        margin-bottom: 20px !important;
    }
    .mt-100 {
        margin-top: 50px !important;
    }
    .mb-100 {
        margin-bottom: 50px !important;
    }
    .mt-70 {
        margin-top: 50px !important;
    }
    .mb-70 {
        margin-bottom: 60px !important;
    }
    .mt-90 {
        margin-top: 70px !important;
    }
}
@media (max-width: 767px) {
    .mt-60 {
        margin-top: 40px !important;
    }
    .mt-90 {
        margin-top: 70px !important;
    }
}
header {
    position: fixed;
    z-index: 999;
    padding: 0;
    top: -1px;
    width: 100%;
    animation: ease-in-out;
    animation-name: fadeInDown;
    animation-duration: 1s;
}
header .headerWrap {
    position: relative;
    height: 100%;
}
header .headerWrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(135deg, rgba(255, 138, 155, 0.8), rgba(99, 45, 221, 0.8));
    backdrop-filter: blur(2px);
}
header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: space-between;
    grid-gap: 40px;
}
header .navbar .navbar-brand,
header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
    padding: 0;
}
header .navbar .navbar-collapse .navbar-nav {
    grid-gap: 40px;
    transition: min-width 0.3s ease;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
    vertical-align: inherit;
    content: "";
    border: 0;
    background: url(../images/svg/downArrow.svg) center;
    background-size: contain;
    width: 16px;
    height: 8px;
    margin-top: 2px;
    margin-left: 10px;
    display: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 38px 0;
    font-size: 18px;
    transition: ease all 0.3s;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg {
    margin-left: 10px;
    transition: ease all 0.3s;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg path {
    transition: ease all 0.3s;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .current-menu {
    color: #632ddd !important;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .current-menu::before {
    width: 100%;
    background: #632ddd;
}
.blogDetailsCard .topWrap .primary_btn:hover svg path,
header .navbar .navbar-collapse .navbar-nav .nav-item .current-menu svg path {
    stroke: #632ddd;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    padding: 20px 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.11);
    min-width: 230px;
    max-width: 310px;
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    .dropdown-item {
    padding: 8px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    background-color: #fff;
    color: rgba(51, 51, 51, 0.37);
    display: flex;
    align-items: center;
    white-space: inherit;
    grid-gap: 10px;
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    li:last-child
    .dropdown-item {
    padding-bottom: 0;
}
.cta h2,
.mobileMenu .offcanvas-body ul li a:hover h6,
header .navbar .mobile_right .appBtn:hover,
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    .current-menu {
    background: linear-gradient(90deg, #ff9a00 9.12%, #632ddd 72.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu3 {
    max-width: 550px;
}
header
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu[data-bs-popper] {
    left: inherit;
    margin-top: inherit;
}
header .navbar .navbar-toggler {
    box-shadow: none;
    padding: 0;
    margin-left: 20px;
}
header .navbar .navbar-toggler:focus {
    box-shadow: none;
}
header .navbar .mobile_right {
    display: flex;
    grid-gap: 40px;
    align-items: center;
    transition: min-width 0.3s ease;
}
header .navbar .mobile_right .appBtn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    line-height: 24px;
}
header .navbar .mobile_right .hamburgerMenu {
    display: none;
}
header .navbar .mobile_right .hamburgerMenu img {
    width: 30px;
}
header .navbar .mobile_right .hamburgerMenu:hover {
    cursor: pointer;
}
header .dropdown-menu[data-bs-popper] {
    top: inherit;
}
header .navbar-collapse {
    flex-basis: 100%;
    flex-grow: inherit;
    align-items: center;
}
@media (max-width: 1499.98px) {
    header .navbar,
    header .navbar .navbar-collapse .navbar-nav {
        grid-gap: 35px;
    }
    header .navbar .mobile_right .appBtn,
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }
}
@media (max-width: 1399.98px) {
    header .navbar,
    header .navbar .mobile_right,
    header .navbar .navbar-collapse .navbar-nav {
        grid-gap: 30px;
    }
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }
    header .navbar .mobile_right .appBtn {
        font-size: 15px;
        grid-gap: 10px;
    }
    header .navbar .mobile_right .appBtn img {
        width: 20px;
    }
}
@media all and (min-width: 992px) {
    header .dropdown-menu > li:hover {
        background-color: #fff;
    }
    header .dropdown-menu > li:hover a.dropdown-itemSubmenu {
        color: #fff;
    }
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .nav-item.has-megamenu:hover .dropdown-menu2 {
        display: block !important;
        border: 0;
    }
    .navbar .nav-item.has-megamenu:hover .dropdown-menu3 {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 991.98px) {
    header {
        padding: 0;
    }
    header .headerWrap {
        padding: 10px 0;
    }
    header .navbar .navbar-brand {
        width: 50px;
    }
    header .navbar,
    header .navbar .mobile_right {
        grid-gap: 20px;
    }
    header .navbar .mobile_right .appBtn {
        font-size: 14px;
    }
    header .navbar .mobile_right .hamburgerMenu {
        display: block;
    }
}
@media (max-width: 767.98px) {
    header .navbar .navbar-brand {
        width: 40px;
    }
    header .navbar .mobile_right {
        grid-gap: 17px;
    }
    header .navbar .mobile_right .appBtn {
        grid-gap: 5px;
    }
    header .navbar .mobile_right .appBtn img {
        width: 15px;
    }
}
.mobileMenu {
    width: 65%;
    background: rgba(51, 51, 51, 0.368627451);
}
.mobileMenu .logo {
    width: 50px;
}
.mobileMenu .btn-close {
    box-shadow: none;
    outline: 0;
    opacity: 1;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
}
.mobileMenu .offcanvas-header {
    padding: 19px 20px;
    justify-content: space-between;
    grid-gap: 20px !important;
}
.mobileMenu .offcanvas-header a {
    display: flex;
    align-items: center;
    grid-gap: 20px !important;
}
.mobileMenu .offcanvas-body {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}
.mobileMenu .offcanvas-body ul {
    margin-bottom: 20px;
}
.mobileMenu .offcanvas-body ul li {
    margin-bottom: 0;
}
.mobileMenu .offcanvas-body ul li a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
}
.mobileMenu .offcanvas-body ul li .current-menu h6,
footer .footerGrid .footerItem ul li a:hover {
    color: #632ddd;
}
.mobileMenu .offcanvas-body ul li:last-child {
    border-bottom: 0;
}
.mobileMenu .offcanvas-body .btnArea {
    padding: 0 20px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
@media (max-width: 991.98px) {
    .mobileMenu.show {
        background: 0 0;
    }
    .mobileMenu.show::before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(2px);
        z-index: 1;
    }
    .mobileMenu.show .offcanvas-body,
    .mobileMenu.show .offcanvas-header {
        position: relative;
        z-index: 2;
    }
}
@media (max-width: 767px) {
    .mobileMenu {
        width: 100%;
    }
    .mobileMenu .logo {
        width: 40px;
    }
    .mobileMenu .offcanvas-body ul li a {
        padding: 10px 20px;
    }
    .mobileMenu .offcanvas-body ul li a h4 {
        font-size: 16px;
    }
}
.homeBanner {
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}
.homeBanner .bannerImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.homeBanner,
.homeBanner .bannerImg img {
    position: relative;
}
.homeBanner .contentArea,
.homeBanner .countContainerArea {
    position: relative;
    z-index: 2;
    margin-top: 150px;
}
.homeBanner .contentArea h2 {
    font-size: 70px;
    font-weight: 800;
}
.homeBanner .countContainerArea .countArea {
    display: flex;
    align-items: start;
    grid-gap: 100px;
    justify-content: center;
}
.homeBanner .countContainerArea .countArea h2 {
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.homeBanner .contentArea h2,
.homeBanner .countContainerArea .countArea p {
    color: #fff;
    text-align: center;
}
@media (min-width: 1600px) {
    .homeBanner .countContainerArea .countArea h2 {
        font-size: 40px;
    }
}
@media (max-width: 1499.98px) {
    .homeBanner .contentArea h2 {
        font-size: 60px;
    }
}
@media (max-width: 1399.98px) {
    .homeBanner .contentArea h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199.98px) {
    .homeBanner .contentArea h2 {
        font-size: 45px;
    }
    .homeBanner .countContainerArea .countArea {
        grid-gap: 50px;
    }
}
@media (max-width: 991.98px) {
    .homeBanner .contentArea h2 {
        font-size: 40px;
    }
}
@media (max-width: 767.98px) {
    .homeBanner .contentArea h2 {
        font-size: 35px;
    }
    .homeBanner .countContainerArea .countArea {
        grid-gap: 30px;
    }
}
@media (max-width: 575.98px) {
    .homeBanner {
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        min-height: 550px;
    }
    .homeBanner .bannerImg {
        position: absolute;
        height: 100% !important;
    }
    .homeBanner .contentArea {
        margin-top: 0 !important;
        padding: 80px 0 60px;
    }
    .homeBanner .countContainerArea,
    .homeBanner .headerSpace {
        display: none;
    }
    .homeBanner .container {
        margin-top: inherit !important;
        position: relative;
    }
}
.bodyColorDark {
    background: #fff;
}
.homeAbout {
    overflow: hidden;
    position: relative;
}
.homeAbout .gradientShape01 {
    position: absolute;
    right: 0;
    top: 20%;
}
.homeAbout .gradientShape02 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, 0);
}
.homeAbout .videoBox,
.homeAbout .videoBox .videoBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeAbout .videoBox {
    padding: 0;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.homeAbout .videoBox img,
.homeBanner .bannerImg img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.homeAbout .videoBox .videoBtn {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    cursor: pointer;
    background: #632ddd;
    position: absolute;
    z-index: 2;
    animation: animate 2s linear infinite;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.homeAbout .imgBox,
.scanAndClick .item a {
    padding: 0;
    background: #fff;
    display: flex;
    justify-content: center;
}
.homeAbout .imgBox {
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    height: 100%;
    align-items: end;
}
.homeAbout .imgBox img,
.homeAbout .videoBox img {
    position: relative;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .homeAbout .imgBox,
    .homeAbout .videoBox {
        border-radius: 15px;
    }
    .homeAbout .videoBox .videoBtn {
        width: 50px;
        height: 50px;
    }
    .homeAbout .videoBox .videoBtn svg {
        width: 17px;
    }
    .homeAbout .imgBox img {
        max-width: 60%;
    }
}
@media (max-width: 991.98px) {
    .homeAbout .imgBox,
    .homeAbout .videoBox {
        border-radius: 10px;
    }
    .homeAbout .videoBox .videoBtn {
        width: 40px;
        height: 40px;
    }
    .homeAbout .videoBox .videoBtn svg {
        width: 14px;
    }
    .homeAbout .imgBox img {
        padding-top: 30px;
        max-width: 50%;
    }
}
.whyFliq {
    overflow: hidden;
    scroll-margin-top: 120px;
}
.whyFliq .gradientShape05 {
    position: absolute;
    top: 0;
    left: 30%;
    transform: translate(-30%, 0);
}
.whyFliq .whyFliqCard .iconBox {
    width: 120px;
    height: 120px;
}
.whyFliq .whyFliqCard h5 {
    color: #fff;
    font-weight: 800;
    margin-top: 15px;
    background: linear-gradient(90deg, #ff9a00 9.12%, #632ddd 72.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.whyFliq .whyFliqCard:hover {
    cursor: pointer;
}
@media (max-width: 1399.98px) {
    .whyFliq .whyFliqCard .iconBox {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1199.98px) {
    .whyFliq .whyFliqCard .iconBox {
        width: 80px;
        height: 80px;
    }
}
.cta .imgMock,
.whyFliq {
    position: relative;
}
.cta .imgMock img {
    position: relative;
    z-index: 3;
}
.cta .imgMock .gradient {
    position: absolute;
    z-index: 1;
}
.scanAndClick {
    display: flex;
    grid-gap: 50px;
}
.scanAndClick .item {
    display: flex;
    align-items: start;
    flex-direction: column;
    grid-gap: 10px;
}
.scanAndClick .item p {
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.scanAndClick .item .box {
    border-radius: 10px;
    background: #fff;
    padding: 15px;
}
.scanAndClick .item .box img {
    width: 90px;
}
.scanAndClick .item a {
    border-radius: 5px;
    align-items: center;
    transition: ease 0.3s;
}
.scanAndClick .item a svg,
.scanAndClick .item a svg path {
    transition: ease 0.3s;
}
.scanAndClick .item a:hover {
    background: linear-gradient(90deg, #ff9a00 0, #632ddd 100%);
}
.scanAndClick .item a:hover svg path {
    fill: #fff;
}
.scanAndClick .item a:last-child:hover svg path {
    fill: #fff;
}
.scanAndClick .item a:last-child:hover svg path:first-child {
    fill: url(#paint0_linear_196_34134);
}
.scanAndClick .item a:last-child:hover svg path:nth-child(2) {
    fill: url(#paint1_linear_196_34134);
}
.scanAndClick .item a:last-child:hover svg path:nth-child(3) {
    fill: url(#paint2_linear_196_34134);
}
.scanAndClick .item a:last-child:hover svg path:nth-child(4) {
    fill: url(#paint3_linear_196_34134);
}
@media (max-width: 767.98px) {
    .cta h2,
    .cta p {
        text-align: center;
    }
    .scanAndClick {
        justify-content: center;
        grid-gap: 30px;
    }
    .scanAndClick .item .box {
        padding: 10px;
    }
}
@media (max-width: 575.98px) {
    .scanAndClick {
        justify-content: center;
        grid-gap: 20px;
        flex-wrap: wrap;
    }
    .scanAndClick .item .box img {
        width: 70px;
    }
    .scanAndClick .item p {
        margin-bottom: 0;
    }
    .scanAndClick .item svg {
        width: 130px;
        height: 41px;
    }
}
.blogSec,
.contactSec,
.faqSec,
.testimonial {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial .testimonialGradient {
    position: absolute;
    z-index: 1;
}
.blogSec h2,
.faqSec .accordion .accordion-header .accordion-button h3,
.testimonial .testimonialCard h4,
.testimonial h2 {
    background: linear-gradient(90deg, #ff9a00 9.12%, #632ddd 72.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.testimonial .testimonialSlider .slick-list {
    margin: 0-15px;
    display: flex;
}
.testimonial .testimonialSlider .slick-slide {
    margin: 0 15px;
}
.testimonial .testimonialSlider .slick-track {
    display: flex;
    height: auto;
}
.testimonial .testimonialSlider div {
    height: 100%;
}
.testimonial .testimonialCard {
    padding: 50px 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    height: 100%;
}
.testimonial .testimonialCard h4 {
    color: #fff;
    font-weight: 700;
}
.testimonial .testimonialCard p {
    height: 123px;
    overflow: auto;
    padding-right: 10px;
}
.testimonial .testimonialCard p::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(51, 51, 51, 0.37);
}
.testimonial .testimonialCard p::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #632ddd;
    opacity: 1;
}
.testimonial .testimonialCard .testimonialIcon {
    position: absolute;
    top: 45px;
    right: 30px;
}
@media (max-width: 1199.98px) {
    .testimonial .testimonialCard p {
        height: 110px;
    }
}
@media (max-width: 991.98px) {
    .testimonial .testimonialCard .testimonialIcon {
        width: 60px;
    }
    .testimonial .testimonialCard p {
        height: 105px;
    }
}
@media (max-width: 575.98px) {
    .testimonial .testimonialCard {
        padding: 30px 20px;
    }
}
footer {
    padding: 50px 0 20px;
    border-top: 1px solid #525151;
}
footer .footerGrid {
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .footerGrid .footerItem h5 {
    background: linear-gradient(90deg, #ff9a00 9.12%, #632ddd 72.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 30px;
}
footer .footerGrid .footerItem .social {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    flex-wrap: wrap;
}
footer .footerGrid .footerItem .social a:hover svg path {
    fill: #632ddd;
}
footer .footerGrid .footerItem .scanAndClick {
    grid-gap: 20px;
}
footer .footerGrid .footerItem ul li {
    margin-bottom: 15px;
}
footer .footerGrid .footerItem ul li a {
    color: #fff;
    position: relative;
    display: flex;
    padding-left: 25px;
}
footer .footerGrid .footerItem ul li a::before {
    content: "";
    display: flex;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #fff;
    background: linear-gradient(90deg, #ff9a00 9.12%, #632ddd 72.02%);
    position: absolute;
    top: 8px;
    left: 0;
}
footer .copy {
    margin-top: 30px;
}
@media (max-width: 1199.98px) {
    footer .footerGrid .footerItem01 {
        width: 100%;
        flex-shrink: 0 !important;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    footer .footerGrid .footerItem01 {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        margin-bottom: 20px;
    }
    footer .footerGrid .footerItem01 .scanAndClick {
        margin-top: 40px !important;
        justify-content: start;
    }
}
.getModal .modal-body,
.getModal .modal-header {
    padding: 20px 30px;
}
.getModal .modal-content {
    border-radius: 10px;
    border: 0;
}
.getModal form .form-group .form-control {
    font-size: 14px;
    padding: 12px 15px;
}
.getModal form .form-group .iti__flag {
    display: none;
}
.getModal form .form-group .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0;
}
.getModal form .form-group .iti__selected-flag {
    padding: 0 15px;
}
.getModal form .form-group .iti--separate-dial-code .iti__selected-flag {
    border-right: 0;
}
.getModal .primary_btn {
    border: 0;
    box-shadow: none;
    outline: 0;
}
@media (max-width: 767.98px) {
    .getModal .modal-body,
    .getModal .modal-header {
        padding: 20px 15px;
    }
}
.blogSec .blogGradient {
    position: absolute;
    z-index: 1;
}
.blogSec .blogCard {
    padding: 20px 15px 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blogSec .blogCard .blogImage {
    border-radius: 15px;
    overflow: hidden;
    height: auto;
    flex-shrink: 0 !important;
    position: relative;
}
.blogSec .blogCard .blogImage img {
    position: relative;
    z-index: 1;
}
.blogSec .blogCard .blogImage::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.blogSec .blogCard .blogDetails {
    padding: 30px 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blogSec .blogCard .blogDetails h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogDetailsCard .topWrap .primary_btn,
.blogSec .blogCard .blogDetails .primary_btn {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 12px 25px;
}
.blogSec .blogCard:hover .blogImage::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
.blogDetailsCard .topWrap {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.blogDetailsCard .topWrap .primary_btn {
    padding: 12px 30px;
    background: 0 0;
    border: 2px solid #fff;
}
.blogDetailsCard .topWrap .primary_btn svg path {
    transition: ease-in 0.5s;
}
.blogDetailsCard .topWrap .primary_btn:hover {
    border: 2px solid #632ddd;
    color: #632ddd;
}
.blogDetailsCard .topWrap h5 {
    color: #9292a1;
    font-weight: 800;
}
.blogDetailsCard .blogImg {
    margin-top: 35px;
    border-radius: 15px;
    overflow: hidden;
}
.blogDetailsCard .textWrapper h1,
.blogDetailsCard .textWrapper h2,
.blogDetailsCard .textWrapper h3,
.blogDetailsCard .textWrapper h4,
.blogDetailsCard .textWrapper h5,
.blogDetailsCard .textWrapper h6 {
    color: #fff;
    background: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
}
@media (max-width: 1399.98px) {
    .blogSec .blogCard .blogDetails .primary_btn {
        grid-gap: 5px;
        padding: 10px 20px;
    }
}
@media (max-width: 1199.98px) {
    .blogSec .blogCard {
        padding: 15px 15px 0;
        border-radius: 10px;
    }
    .blogSec .blogCard .blogImage {
        border-radius: 10px;
    }
    .blogSec .blogCard .blogDetails {
        padding: 20px 0 25px;
    }
    .blogSec .blogCard .blogDetails h5 {
        margin-bottom: 20px;
    }
}
.contactSec .contactGradient,
.faqSec .blogGradient {
    position: absolute;
    z-index: 1;
}
.faqSec .accordion .accordion-item {
    background: 0 0;
    color: #fff;
    border: 0;
    margin-bottom: 15px;
}
.faqSec .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faqSec .accordion .accordion-header {
    background: 0 0;
    color: #fff;
}
.faqSec .accordion .accordion-header .accordion-button {
    box-shadow: none;
    border: 0;
    outline: 0;
    background: 0 0;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.faqSec .accordion .accordion-header .accordion-button::after {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faqSec .accordion .accordion-header .accordion-button:not(.collapsed)::after {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faqSec .accordion .accordion-header .accordion-button:not(.collapsed) {
    background: 0 0;
    color: #fff;
}
.faqSec .accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.faqSec .accordion .accordion-body .textWrapper p {
    margin-bottom: 35px;
}
.faqSec .accordion .accordion-body .textWrapper h1,
.faqSec .accordion .accordion-body .textWrapper h2,
.faqSec .accordion .accordion-body .textWrapper h3,
.faqSec .accordion .accordion-body .textWrapper h4,
.faqSec .accordion .accordion-body .textWrapper h5,
.faqSec .accordion .accordion-body .textWrapper h6 {
    margin-top: 0;
}
.contactSec .infoBox h2 {
    background: linear-gradient(90deg, #ff9a00 9.12%, #632ddd 72.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}
.contactSec .formBox .form-group {
    margin-bottom: 30px;
}
.contactSec .formBox .form-group .form-control {
    background: 0 0;
    color: #fff;
    border-radius: 15px;
}
.contactSec .formBox .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #632ddd;
}
.contactSec .formBox .form-group .form-control::placeholder {
    color: #fff;
    opacity: 1;
}
.contactSec .formBox .form-group .form-control:-ms-input-placeholder {
    color: #fff;
}
.contactSec .formBox .form-group .form-control::-ms-input-placeholder {
    color: #fff;
}
.contactSec .formBox .primary_btn {
    border: 0;
    box-shadow: none;
    outline: 0;
}
