@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Space+Grotesk:wght@300..700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: normal;
    font-family: "Plus Jakarta Sans", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: 'General Sans', sans-serif; */
    /* font-family: "Dosis", sans-serif; */
    font-family: "Rubik", sans-serif;
}

a {
    text-decoration: none !important;
}

p {
    font-size: 16px;
}

p.header-offer {
    color: #000;
    padding: 7px;
    margin: 0;
    background: #005aff;
}

.header-top {
    position: relative;
}

p.header-offer a {
    font-weight: 600;
    color: #ffffff;
}

.brand-log img {
    width: 180px;
    margin: -14px 0;
}

.header-main {
    padding: 10px 0;
    /* background: #fff; */
}

.brand-log {
    width: 240px;
    padding: 8px;
}

.banner-title h1 {
    font-size: 3.8rem;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 4.5rem;
    letter-spacing: 1px;
    overflow-wrap: anywhere;
    letter-spacing: 2px;
    font-family: 'General Sans', sans-serif;
    margin-top: 40px;
    letter-spacing: 0;
}

.banner-title h3 {
    font-size: 18px;
    color: #002b6b;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'General Sans', sans-serif;
    background: #fff;
    display: inline;
    padding: 6px 15px;
    border-radius: 40px;
}

.sec-btn a {
    font-size: 16px;
    border: 0;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 0;
    background: #0c053e;
    color: #fff;
    padding: 14px 40px;
    display: inline-block;
    transition: all 0.5s ease;
    /* border: 2px solid transparent; */
    position: relative;
    border-radius: 50px;
    background: #000000;
}

.new-btn {
    background: #91f001;
    color: #ffffff;
}

.new-btn:hover {
    color: #ffffff !important;
}

.sec-btn a:hover {
    /* background: #91f001; */
    color: #fff;
}

.px-4.py-7.rounded.hover-translate {
    min-height: 320px;
    padding: 24px;
    background: #91da29;
    color: #fff;
    line-height: 1.8;
    border-radius: 30px;
}

.px-4.py-7.rounded.hover-translate svg {
    filter: brightness(0) invert(1)
}

a.border-btn {
    background: #91f001;
    display: inline-block;
    transition: all 0.5s ease;
    color: #fff;
}

a.border-btn:hover {
    background: #1f2a77;
}

.banner-title p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
}

.beaget-sec .sec-title h2 {
    font-size: 40px;
    font-weight: 600;
    color: #9d66ff;
    width: 70%;
    margin: 0 auto;
}

.beaget-sec p {
    color: #000;
}

.beaget-sec .lest-sec ul li {
    background: #000;
    color: #fff;
    margin: 20px 20px;
    background: linear-gradient(270deg, rgb(104 80 255) 0%, rgb(141 95 255) 53%, rgb(174 109 255) 100%);
    border-bottom: 3px solid #8747da;
    border-left: 2px solid #814ccd;
}

.lest-sec ul {
    padding: 0;
    margin: 0 auto;
}

.lest-sec ul li {
    font-weight: 500;
    list-style: none;
    display: inline-block;
    margin: 8px 20px 8px 0;
    background: #e4dfff;
    padding: 8px 20px;
    line-height: 29px;
    border-radius: 50px;
    border-bottom: 3px solid #0000002b;
    border-left: 2px solid #0000002b;
}

.main-sec {
    background: url(../images/banner1.jpg)no-repeat;
    background-position: left top;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
    overflow: hidden;
    /* margin-top: -125px; */
}

.banner-title {
}

.api-box {
    padding: 25px;
    background: #1f2a77;
}

.right-box {
    background: linear-gradient(314deg, rgb(161 146 241 / 64%) 0%, rgb(86 63 216) 100%);
    height: 73%;
}

.api-title h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
}

.api-title p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    20px: 15px; margin-top: 20px;
    line-height: 1.8;
}

.beaget-sec .api-icon {
    align-items: center;
    display: flex;
    width: 80px;
    border-radius: 50px;
    height: 80px;
    margin-right: 25px;
    background: #fff0;
    justify-content: center;
    margin: 0 auto;
}

.api-icon svg {
    fill: #00b768;
    width: auto;
    height: 33px;
}

.left-box {
    position: relative;
    background: rgb(50, 50, 50);
    background: linear-gradient(314deg, rgb(161 146 241 / 64%) 0%, rgb(86 63 216) 100%);
    height: 73%;
}

.lest-sec ul li i {
    font-size: 22px;
}

p.padding-right {
    padding-right: 10%;
}

.price-table {
    padding: 20px;
    background: #1f2a77;
}

.price-table .sec-btn a {
    background: #91f001;
    color: #fff;
}

.price-table .sec-btn a:hover {
    background: transparent;
    border: 2px solid #91f001;
    color: #91f001;
}

.price-list p {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    padding: 10px;
    color: #fff;
    border: 2px solid #fff;
}

.price-list p i {
    color: #9d66ff;
    font-weight: 700;
    font-size: 16px;
    display: none;
}

.price-name, .plane-title {
    color: #fff;
}

.price-list {
    color: #f5f5f5;
}

.price-name h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}

.price-name span {
    font-size: 29px;
    font-weight: 200;
    color: #3e3e3e;
}

details {
    background: #000000;
    padding: 30px;
    border-radius: 8px;
    color: #fff;
}

details>summary {
    position: relative;
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

.accordion-toggle::after, .accordion-toggle::before {
    content: "";
    width: var(--wp--custom--accordion-toggle-icon--width, 1em);
    height: 2px;
    display: inline-block !important;
    background: currentcolor;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    transition: all 0.2s ease, opacity 1s ease-in-out;
}

.accordion-toggle {
    bottom: 30%;
    position: relative;
    height: 0.1em;
    width: 2em;
    left: 75%;
}

.accordion-toggle::after {
    transform: rotate(90deg);
}

span.accordion-toggle {
    position: absolute;
    top: 0;
    left: 96%;
}

.accordion-toggle::after, .accordion-toggle::before {
    content: "";
    width: var(--wp--custom--accordion-toggle-icon--width, 1em);
    height: 2px;
    display: inline-block !important;
    background: currentcolor;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    transition: var(--wp--custom--transition, opacity 1s ease-in-out);
}

.is-style-accordion details[open] summary span::after {
    opacity: 0;
}

.contact-sevice {
    background: #000000;
    padding: 60px;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(222 211 241 / 82%) 53%, rgb(181 152 233) 100%);
}

.color-2 {
    background: var(--color-2-shade);
}

.color-2 svg {
    fill: var(--color-2);
}

.color-3 {
    background: var(--color-3-shade);
}

.color-3 svg {
    fill: var(--color-3);
}

.color-4 {
    background: var(--color-4-shade);
}

.color-4 svg {
    fill: var(--color-4);
}

.color-5 {
    background: var(--color-5-shade);
}

.color-5 svg {
    fill: var(--color-5);
}

.color-6 {
    background: var(--color-6-shade);
}

.color-6 svg {
    fill: var(--color-6);
}

@media screen and (max-width: 768px) {
    .left-box {
        position: relative;
        right: 0px;
    }

    .brand-log img {
        width: auto;
        height: 37px;
    }

    .main-sec {
        background-position: left;
    }

    .banner-title {
        text-align: center;
    }

    .beg-text {
        width: 100%;
    }

    .beaget-sec .sec-title h2 {
        width: 100%;
    }

    .sec-content {
        text-align: center;
    }
}

footer {
    /* background: url(../images/footer-bg.jpg)no-repeat center bottom; */
    background-size: cover;
    padding: 100px 0 0;
    background-color: #151a3a;
}

.menu-links ul li {
    list-style: none;
    margin: 15px 0;
}

.menu-links ul {
    padding: 0;
}

.menu-links ul li a {
    font-size: 16px;
    color: #fcfcfc;
    transition: all 0.5s ease;
}

.menu-links ul li a:hover {
    color: #bababa;
}

.footer-content h4 {
    font-size: 25px;
    margin-bottom: 30px;
    color: #006cc3;
}

.contact-info-dec {
    margin-bottom: 20px;
}

.contact-info-dec h3 {
    font-size: 16px;
    color: #e43110;
    margin-bottom: 10px;
    width: fit-content;
    padding-bottom: 5px;
    border-bottom: 2px solid #c6c6c6;
}

.contact-info-dec a {
    font-size: 16px;
    color: #c9c9c9;
    transition: all 0.5s ease;
}

.contact-info-dec a:hover {
    color: #a6a6a6;
}

.entry-content ul li {
    font-size: 16px;
}

.beaget-sec {
    background: #e4dfff;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.secton-three .lest-sec ul li {
    display: block;
    margin: 10px 0;
}

.secton-three .lest-sec ul {
    padding: 0;
    margin: ;
    margin: initial;
}

header {
    position: relative;
    z-index: 999;
    /* background: #ddd; */
    /* background: rgb(0 0 0 / 23%); */
    /* background: linear-gradient(90deg, rgba(15,6,78,1) 0%, rgba(8,3,40,1) 61%, rgba(15,6,78,1) 100%); */
    background: #ffffff;
    border-bottom-color: var(--white-15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #000;
    position: absolute;
        margin-bottom: 0 !important;
}

.sec-title h2 {
    color: #1f2a77;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 50px;
}

.shapes {
}

section.sec-content {
    overflow: hidden;
    position: relative;
}

.shapes .shape1 {
    position: absolute;
    bottom: -70px;
    right: -50px;
    z-index: -1;
}

.beg-text {
    width: 70%;
    margin: 0 auto;
    color: #000;
}

.app-box {
    background: #fff;
}

.app-box:hover {
    background: #232323;
    transition: all 0.5s ease;
}

.app-box h2 {
    font-size: 30px;
    color: #9d66ff;
}

.app-box p {
    font-size: 16px;
    color: #9d66ff;
}

.secton-three {
    background: url(../images/banner2.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
}

.sec-box {
    background: #ddd;
    height: 250px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(222 211 241 / 82%) 53%, rgb(181 152 233) 100%);
}

.price-sec {
    background: #ffffff;
}

.plane-title h2 {
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
}

.inner-head {
    background: #fff;
}

.contact-shape-1 {
    position: absolute;
    bottom: 4px;
    left: 0;
    animation: leftright 3s linear forwards infinite alternate;
}

.contact-shape-2 {
    position: absolute;
    bottom: 45px;
    left: 0;
    animation: leftright 5s linear forwards infinite alternate;
}

.contact-shape-3 {
    position: absolute;
    bottom: 4px;
    left: 125px;
}

.contact-shape-4 {
    position: absolute;
    bottom: 4px;
    left: 165px;
}

.contact-shape-5 {
    position: absolute;
    bottom: -7px;
    right: 10.5%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .contact-shape-5 {
        right: 1.5%;
    }
}

.contact-shape-6 {
    position: absolute;
    bottom: 185px;
    right: 350px;
    animation: hero-shape-anim-2 1s linear forwards infinite alternate;
}

.contact-main-shape-bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.contact-main-shape-bg img {
    width: 100%;
}

.contact-content p {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .contact-content p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .n1-btn {
        display: none;
    }
}

.block-b {
    position: relative;
}

.contact-title {
    color: var(--tp-common-11);
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .contact-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .contact-info {
        padding-right: 0;
    }
}

.contact-mail {
    background: #f5f5f5;
    border-radius: 6px;
    font-size: 16px;
    display: block;
    position: relative;
    padding: 20px 30px 18px 30px;
    color: #000;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .contact-mail {
        padding: 20px 15px 18px 15px;
    }
}

.contact-mail:hover i svg {
    color: var(--tp-common-white);
}

.contact-mail span {
    display: inline-block;
    transform: translateY(-1px);
    margin-right: 10px;
}

.contact-mail i {
    text-align: right;
    height: 34px;
    width: 34px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #E7E8EB;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .contact-mail i {
        right: 15px;
    }
}

.contact-mail i svg {
    color: #0E1331;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact-social {
    border-radius: 6px;
    background: var(--tp-common-white);
    display: inline-block;
}

.contact-social a {
    display: inline-block;
    color: #55585B;
    padding: 8px 26.5px;
    position: relative;
}

.contact-social a::before {
    position: absolute;
    content: "";
    right: -6px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #E7E8EB;
}

.contact-social a:last-child::before {
    display: none;
}

.contact-social a:hover {
    color: var(--tp-theme-primary);
}

.contact-social a i {
    font-size: 15px;
}

.contact-bg {
    padding: 50px 0;
}

.contact-form {
    background: var(--tp-common-white);
    box-shadow: 0px 40px 50px rgba(3, 8, 31, 0.1);
    border-radius: 20px;
    padding: 60px 70px 70px 70px;
    margin-bottom: -130px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form {
        padding: 60px 30px 70px 30px;
    }
}

@media (max-width: 767px) {
    .contact-form {
        margin-bottom: 50px;
        padding: 60px 20px 70px 20px;
    }
}

.contact-form-title {
    font-weight: 600;
    font-size: 26px;
    color: var(--tp-common-11);
    margin-bottom: 35px;
}

.contact-form-input input, .contact-form-input textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E8EB;
    box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);
    border-radius: 6px;
    height: 54px;
    padding: 5px 22px;
    margin-bottom: 25px;
}

.contact-form-input input::placeholder, .contact-form-input textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #84848B;
}

.contact-form-input input:focus, .contact-form-input textarea:focus {
    border-color: var(--tp-theme-primary);
}

.contact-form-input input:focus::placeholder, .contact-form-input textarea:focus::placeholder {
    font-size: 0;
}

.contact-form-input textarea {
    height: 180px;
    resize: none;
    padding: 22px 22px;
    margin-bottom: 14px;
}

.contact-form-check .form-check-input {
    height: 16px;
    width: 16px;
    border: 1px solid #DADADF;
    border-radius: 2px;
    margin-top: 0;
    margin-right: 9px;
    flex: 0 0 auto;
}

.contact-form-check .form-check-input[type=checkbox] {
    border-radius: 0;
}

.contact-form-check .form-check-input:checked {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}

.contact-form-check .form-check-input:focus {
    border-color: var(--tp-theme-primary);
    outline: 0;
    box-shadow: none;
}

.contact-form-check .contact-form-label {
    font-size: 14px;
    color: #84848B;
    cursor: pointer;
}

.contact-form-btn .tp-btn {
    padding: 14px 46px;
}

.contact-info h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 14px 0;
}

.breadcrumb-area {
    background: #ddd;
    background: #5d9af5;
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(90 90 90) 100%);
    padding: 200px 0 100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    /* margin-top: -125px; */
        background: url(../images/inner-page-bg.jpg) no-repeat;
    background-size: cover;
}

.breadcrumb__content-2 .breadcrumb__list span a {
    color: #ffffff;
}

.breadcrumb__content-2 .breadcrumb__list span a:hover {
    color: #ffffff;
}

.breadcrumb__title {
    color: #ffffff;
    font-weight: 800;
    font-size: 56px;
    line-height: normal;
}

.breadcrumb__list span {
    font-weight: 500;
    font-size: 16px;
    color: #68686F;
}

.breadcrumb__content p {
    border-bottom: 1px solid #ddd;
}

.breadcrumb__list .dvdr::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(1px);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #ffffff;
}

.breadcrumb__content-2 .breadcrumb__list span {
    color: #ffffff;
}

.breadcrumb__list .dvdr {
    position: relative;
    margin-right: 10px;
    margin-left: 4px;
}

.shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

section.position-relative {
    padding: 125px 0 125px 0;
    z-index: 0;
}

.prod_total {
    width: 100%;
    padding: 10px 15px;
    float: right;
    margin-top: 15px;
}

.prod_total_top {
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 14px;
    padding: 0 0 6px;
    color: #ffffff;
    font: 18px/20px "MyriadProSemibold";
}

.prod_total {
    width: 100%;
    padding: 10px 15px;
    float: right;
    margin-top: 15px;
}

.prod_total {
    display: flex;
    justify-content: space-between;
}

.prod_bx {
    margin-right: 30px;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
}

.prod_total h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.prod_total h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.del-btn {
    position: absolute;
    width: 15px;
    top: 46%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
}

.del-btn img {
    max-width: 100%;
}

.prod_total {
    padding: 15px;
    background-color: #e6e6e6;
    border: 1px solid #cacacaaf;
    position: relative;
    margin: 0;
    border-top: 0;
}

.total_sec h2 {
    font-weight: 400;
    text-align: right;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
}

.prod_total.prod_totaltop {
    background: #000000;
    color: #fff;
    padding-top: 10px;
}

.login-bg {
    background: url(../images/log-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-dashboard {
    padding: 30px;
    background: #000000;
    box-shadow: 0px 2px 48px #0000000d;
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.login-bg h3.form-title {
    color: #fff;
    font-weight: 800;
    margin: 15px 0;
}

.site-logo img {
    width: auto;
    height: 70px;
}

.back-home {
    width: 40px;
    height: 40px;
    background: #000;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 11;
    border-radius: 50px;
    padding: 8px;
}

.back-home img {
    filter: invert(1);
}

.login-form {
    margin: 10px 0 0 0;
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    padding-left: 40px;
    border-radius: 10px;
    color: #fff;
}

.login-form.password {
    background: url(../images/password.png);
    background-size: 15px;
    background-position: 2% center;
    background-repeat: no-repeat;
}

.login-form.user {
    background: url(../images/user.png);
    background-size: 15px;
    background-position: 2% center;
    background-repeat: no-repeat;
}

.login-bg .sec-btn input {
    color: #fff;
    font-size: 15px;
    padding: 14px 45px;
    background: #545454;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
    margin-top: 20px;
    transition: all 0.5s ease;
}

.login-bg .sec-btn input:hover {
    background-color: #191919;
}

.val-sec .phone-validate h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

#c-code {
    min-height: 60px;
}

.val-sec .sec-btn button {
    color: #fff;
    font-size: 15px;
    padding: 14px 45px;
    background: #1f2a77;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
    width: 100%;
    transition: all 0.5s ease;
    margin-top: 20px;
}

.val-sec .sec-btn button:hover {
    background-color: #191919;
}

.phn-val-result-sec {
    display: none;
}

.val-result {
    margin-top: 20px;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

.val-sec .dropdown-toggle {
    border: 0;
    background-color: transparent;
}

.val-sec .dropdown .dropdown-menu {
    padding: 10px;
}

.frm-btn {
    color: #fff;
    font-size: 15px;
    padding: 14px 45px;
    background: #1f2a77;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
    margin-top: 20px;
    transition: all 0.5s ease;
}

.error_handler_overlay {
    display: none;
}

.btn-grup.sec-btn {
    /* display: flex; */
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .btn-grup.sec-btn {
        justify-content: center;
    }
}

a.cart i {
    margin-right: 10px;
}

a.cart {
    background-color: #91f001;
}

a.cart:hover {
    background-color: #1f2a77;
}

.block-b {
    padding-right: 30px;
}

.block-b h2 {
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.block-b p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.new_card {
    padding: 20px;
    box-shadow: 0 0 10px #0003;
    min-height: 265px;
    margin-bottom: 25px;
}

.new_card:last-child {
    margin-bottom: 0;
}

.new_card h3 {
    font-size: 22px;
    color: #1f2a77;
    margin-bottom: 20px;
}

.new_card p {
    font-size: 15px;
    color: #191919;
    line-height: 1.8;
    margin: 0;
}

.lead {
    margin-top: 20px;
    line-height: 1.8;
}

footer p {
    color: #d8d8d8;
    line-height: 1.8;
    margin: 0;
}

.footer-logo {
    width: 200px;
}

.fb-copyright {
    text-align: center;
    padding-bottom: 15px;
}

.fb-copyright a {
    color: #ffffff;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #fff;
    border: 0;
    opacity: .25;
}

.trms-sec {
    padding: 100px 0;
}

.trms-sec h1, .trms-sec h2 {
    margin: 25px 0;
}

.trms-sec p {
    line-height: 1.8;
}

.trms-sec ul {
    padding: 0;
    list-style: none;
}

.trms-sec li {
    margin: 10px 0;
}

.contact-area {
    padding: 100px 0;
}

.contact-content h4 {
    margin-bottom: 20px;
}

.thankyou_sec {
    padding: 100px 0;
}

#cookiePopup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #000000;
    padding: 15px;
    /* display: flex; */
    flex-wrap: wrap;
    z-index: 999999;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}

#cookiePopup h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

#cookiePopup p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    max-width: 850px;
}

#cookiePopup p a {
    color: #fff;
    text-decoration: underline;
}

.cookieBtns {
    display: inline-flex;
    gap: 10px;
}

.cookieBtns button {
    font-size: 15px;
    margin: 10px 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background: #000000;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #fff;
}

.cookieBtns button:last-child {
    background-color: #fff;
    color: #000000;
}

.main-menu {
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    padding: 14px;
    display: inline-block;
    color: #000;
}

.main-menu ul li a {
    font-size: 17px;
    color: #111111;
    padding: 0 10px;
    font-weight: 500;
}

.main-menu ul li a:hover {
    color: #4a6df8;
    transition: all 0.5s ease;
}

.menu-bttn a {
font-size: 16px;
    padding: 15px 35px;
    transition: all 0.5s ease;
    background: #1c2871;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    line-height: 16px;
    color: #ffffff;
}

.btn-grup.sec-btn a img {
    margin-left: 10px;
    width: 40px;
    position: relative;
    transition: all 0.5s ease;
}

.btn-grup.sec-btn a:hover img {
    transition: all 0.5s ease;
    transform: translateY(-6.24834px);
}

.bann-icons {
    position: absolute;
    left: -7em;
    top: 13em;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.bann-icons2 {
    position: absolute;
    right: -7em;
    bottom: 0;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: -1;
}

.bann-icons3 {
    position: absolute;
    right: 0;
    bottom: 19%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: -1;
}

.bann-icons4 {
    position: absolute;
    right: 0em;
    top: -12%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: -1;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.featu-sec {
    padding-top: 200px;
    z-index: 0;
}

.featu-sec::before {
    position: absolute;
    content: "";
    background: url(../images/banner2.png) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 707px;
    z-index: -1;
}

.fetur-box {
    background: #91f001;
    padding: 50px 30px;
    border-radius: 30px;
    position: relative;
    transition: all 0.5s ease;
}

.fetur-box:hover {
    transition: all 0.5s ease;
    transform: translateY(-6.24834px);
}

.fetur-box h5 {
    font-size: 30px;
    height: 80px;
}

.fetur-box p {
    font-size: 20px;
    height: 70px;
}

.pack-sec {
    padding: 100px 0;
    position: relative;
    z-index: 0;
    background: linear-gradient(117deg, rgba(25,56,251,1) 0%, rgba(24,28,103,1) 50%, rgba(22,9,102,1) 62%, rgba(40,41,175,1) 73%, rgba(171,74,226,1) 100%);
    background: #002B6B;
    background: linear-gradient(139deg, rgba(0, 43, 107, 1) 0%, rgba(18, 98, 219, 1) 51%, rgba(183, 0, 255, 1) 100%);
}

.sec-title h5 {
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
}

.sec-title ul {
    margin: 0;
    padding: 0;
}

.sec-title ul li a {
    font-size: 5rem;
    color: #000000;
    letter-spacing: 3px;
}

.sec-title ul li a img {
    width: 100px;
    margin: 0 20px;
}

.before-arrow {
    visibility: visible;
    width: 100px;
    transition: all 0.5s ease;
}

.after-arrow {
    visibility: hidden;
    width: 0;
}

.sec-title ul li:hover .before-arrow {
    visibility: hidden;
    transition: all 0.5s ease;
    width: 0;
}

.sec-title ul li:hover .after-arrow {
    visibility: visible;
    transition: all 0.5s ease;
    width: 100px;
}

.ab-img {
}

.ab-sec {
    padding: 100px 0 200px;
    border-radius: 200px 200px 0 0;
    background: #000;
    margin-top: -200px;
    position: relative;
}

.sec-title h4 {
    font-size: 3.5rem;
    color: #000000;
}

.ab-cont h3 {
    font-size: 41px;
    color: #fff;
}

.ab-cont h2 {
    font-size: 30px;
    color: #fff;
}

.ab-list-box {
    background: #2e2e2e;
    padding: 20px;
    margin: 15px 0;
    border-radius: 30px;
}

.ab-cont p {
    color: #fff;
    line-height: 27px;
    margin: 14px 0;
}

.ab-img img {
    width: 100%;
}

.ab-list-box img {
    width: 40px;
    margin: 0 0 10px;
}

.bann-icons3 img {
    width: 90%;
    float: right;
}

.main-package {
    background: #ddd;
    padding: 100px 0;
    /* border-radius: 100px 100px 0 0; */
    /* margin-top: -100px; */
    background: rgb(21 26 58);
    /* background: #bfbfbf21; */
    position: relative;
}

.first-pro-list h3 {
    font-size: 2.2rem;
    color: #ffffff;
    text-transform: capitalize;
}

.prod-name {
    font-size: 30px;
    color: #9b9b9b;
    font-weight: 700;
    margin-bottom: 20px;
}

.pro-price span {
    font-size: 20px;
}

.pro-price h5 {
    font-size: 5rem;
    color: #e43110;
}

.first-pro-list a {
    font-size: 18px;
    background: #1c2871;
    padding: 12px 30px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.5s ease;
}

.first-pro-list a:hover {
    background: #50497b;
    transition: all 0.5s ease;
}

.first-list-ab h5 {
    font-size: 3rem;
    color: #ffffff;
    text-transform: capitalize;
}

.first-list-ab ul {
    margin: 0;
    padding: 0;
}

.first-list-ab ul li {
    font-size: 20px;
    list-style: none;
    color: #9f9f9f;
    padding: 7px 0;
    font-weight: 700;
    border-bottom: 1px solid #4d4d4d24;
}

.first-list-ab ul li img {
    width: 6%;
    height: 6%;
    padding-right: 18px;
}

.first-pro-list {
    padding: 40px;
    background: rgb(255 255 255 / 7%);
    border-radius: 50px;
    margin: 0 50px;
}

.pro-price {
    margin-bottom: 30px;
    color: #bababa;
}

.first-list-ab {
    margin: 0 30px;
}

.why-choose {
    padding: 70px 0;
    background: #ffffff;
    position: relative;
    z-index: 0;
}

.choose-sec {
    padding: 10px;
}

.choose-sec img {
    border-radius: 40px;
}

.choose-sec h5 {
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 40px;
    border-bottom: 1px solid #7e7e7e;
    color: #002b6b;
    padding-bottom: 15px;
    letter-spacing: 0;
}

.choose-sec p {
    font-size: 16px;
    color: #000000;
    line-height: 23px;
}

.ab-bann {
    padding: 80px 0;
        padding-bottom: 10px;
}

.ab-bann .sec-title h4 {
    line-height: 4rem;
    color: #000;
}

.ab-bann .sec-title p {
    font-size: 20px;
    width: 90%;
    margin: 20px auto;
    line-height: 30px;
}

.faq-sec {
    padding: 100px 0
}

.faq-sec h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.faq-sec .accordion-item {
    border-radius: 0;
    border: 0;
}

.faq-sec .accordion-item h2 {
    border-bottom: 1px solid #ddd;
}

.faq-sec .accordion-button {
    background: #fff;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.faq-sec .accordion-button:focus {
    border-color: #fff;
    box-shadow: none;
}

.package-sec {
    padding: 100px 0;
}

.package-sec .sec-title h4 {
    color: #000;
}

.pack-cont {
    padding: 30px;
    border-radius: 20px;
    background: #f2f2f2;
}

.pack-cont:hover {
    background: rgb(37,55,171);
    background: linear-gradient(36deg, rgb(79 97 209) 0%, rgb(81 85 213) 45%, rgb(151 7 208) 75%, rgb(209 68 179) 100%);
    background: #8f009c;
    background: linear-gradient(220deg, rgba(143, 0, 156, 1) 0%, rgba(10, 90, 209, 1) 100%);
    background: #8f8f8f;
    transition: all 0.5s ease;
}

.pack-cont .prod-name {
    color: #000;
}

.pack-cont:hover .prod-name {
    color: #fff;
    transition: all 0.5s ease;
}

.pack-bttn {
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
}

.pack-cont:hover .pack-bttn {
    border-bottom: 1px solid #fff;
    transition: all 0.5s ease;
}

.pack-bttn a {
    background: #000000;
    padding: 14px 30px;
    display: block;
    color: #fff!important;
    font-weight: 700;
    border-radius: 50px;
}

.pack-cont:hover .pack-bttn a {
    background: #fff;
    color: #000!important;
    transition: all 0.5s ease;
}

.pack-cont ul li {
    list-style: none;
    text-align: left;
    padding: 5px 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.pack-cont:hover .pack-cont ul li {
    color: #fff;
    transition: all 0.5s ease;
}

.pack-cont ul {
    padding: 0;
    margin: 0;
}

.pack-cont ul li img {
    width: 6%;
    margin-right: 6px;
}

.slik-list {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
}

.pack-cont:hover .slik-list {
    color: #fff;
    transition: all 0.5s ease;
}

.pack-cont:hover .pro-price span {
    color: #fff;
    transition: all 0.5s ease;
}

.pack-cont:hover .pro-price h5 {
    transition: all 0.5s ease;
    color: #fff;
}

.val-head {
    background: #000000;
    padding: 10px 0;
    border: 0;
}

.menu-bttn a span img {
    width: 16px;
}

.menu-bttn a span {
    background: #000000;
    border-radius: 50px;
    margin-left: 10px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
}

.gal-sec {
    background-color: #f7faff;
    padding: 0 0 60px 0;
    overflow: hidden;
    position: relative;
}

.marquee-container {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scrollMarquee 30s linear infinite;
}

.gallery-item {
    min-width: 150px;
    margin: 10px 15px;
    border-radius: 35px;
    overflow: hidden;
    flex-shrink: 0;
    width: 350px;
    height: 350px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.gallery-item img {
    width: auto;
    height: auto;
    display: block;
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.choose {
    background: url(../images/bann2.jpg)no-repeat;
    background-position: center;
    padding: 150px 0;
}

.box-shad-choo {
    background: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
    box-shadow: rgb(89 184 230 / 33%) 0px 4px 12px;
}

.box-shad-choo h3 {
    font-size: 24px;
    font-family: 'General Sans', sans-serif;
    font-weight: 500;
}

.box-shad-choo p {
    font-size: 16px;
    margin-bottom: 26px;
}

.box-shad-choo a {
    background: #0066ff;
    font-size: 18px;
    padding: 8px 20px;
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 20px;
}

.site-choose-bann {
    width: 80%;
    border-radius: 30px;
    overflow: hidden;
}

.site-choose-bann img {
    width: 100%;
}

.box-shad-choo img {
    width: 50px;
    height: 50px;
    margin: 10px;
}

.choo-box1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose .sec-title h5 {
    color: #002b6b;
}

.menu-bttn a:hover span img {
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

.sec-btn a:hover {
    background: #000;
}

.contact-us .contact-details {
    padding: 30px 50px 40px;
    border-radius: 5px;
    margin-left: 20px;
    background-color: #1d2253;
}

.contact-us .contact-info {
    border-bottom: 1px solid rgba(255,255,255,0.1215686275);
    padding: 0 0 25px;
    margin-bottom: 22px
}

.contact-us .contacts-icon {
    float: left;
    margin-right: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: rgba(255,255,255,0.5196078431);
    text-align: center;
    display: inline-block;
    transition: .5s
}

.contact-us .contacts-icon i {
    color: #fff;
    font-size: 22px;
    transition: .5s
}

.contact-us .contacts-title h6 {
    font-size: 14px;
    line-height: 23px;
    opacity: .702;
    margin-top: 5px
}

.contact-us .contact-info:hover .contacts-icon {
    transform: rotateY(180deg);
    background: #3f5af3;
}

.contact-us .contact-info.upper2 {
    border-bottom: none;
    margin-bottom: 0px
}

.contact-us .contact-details .follow-company-icon2 a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-right: 7px;
    transition: .5s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: rgba(255,255,255,0.2);
    text-align: center
}

.contact-us .follow-company-icon2 a:hover {
    background: #eb5a31
}

@media screen and (max-width: 1199px) {
    .contact-us {
        padding:40px
    }

    .contact-us .contact-details {
        padding: 30px 31px 30px;
        margin-left: 7px
    }
}

@media screen and (max-width: 575px) {
    .contact-us {
        padding:30px 19px 31px 19px
    }

    .contact-us .contact-info {
        padding: 0 0 18px;
        margin-bottom: 21px
    }

    .contact-us .contacts-icon {
        margin-right: 13px;
        width: 48px;
        height: 48px;
        line-height: 48px
    }

    .contact-us .contact-details {
        padding: 19px 19px 19px;
        margin-left: 7px
    }

    .contact-us .contacts-title h6 {
        font-size: 13px;
        line-height: 21px
    }
}

.contact-us-section .contact-box {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.05);
    z-index: 9;
    margin-bottom: -100px;
    word-break: break-all
}

.contact-us {
    padding: 60px;
    background-color: #f6f6f6
}

.contact-us .contacts-icon img {
    padding: 16px
}

.contact-details .h4 {
    color: #000;
    font-size: 25px;
    margin: 10px 0;
}

.contact-details .sm-title {
    color: #fff;
    font-size: 41px;
    font-weight: 600;
}

.contact-details {
    background: #000000;
    padding: 30px;
    border-radius: 30px;
}

.contacts-title h6 {
    font-size: 18px;
}

.contacts-title {
    margin: 10px 0;
    border-bottom: 1px solid #646464;
}

@media (max-width: 767px) {
    .sec-title ul li a {
        font-size: 4rem;
        color: #000000;
        letter-spacing: 1px;
    }

    .sec-title ul li a img {
        width: 50px;
        margin: 0 20px;
    }

    .sec-title ul li:hover .after-arrow {
        visibility: visible;
        transition: all 0.5s ease;
        width: 50px;
    }
}

.pack-cont:hover .ng-binding {
    color: #fff;
}

.hero-content .hero-sub-title {
    color: #fb2a04;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

.hero-content .hero-title {
    color: #ffffff;
    font-size: 62px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: capitalize;
    font-weight: 500;
}

.hero-content .hero-title span {
    color: #e43110;
    font-weight: bold;
}

.hero-content p {
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.theme-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 16px 27px;
    transition: var(--transition);
    text-transform: capitalize;
    position: relative;
    /* border-radius: 15px; */
    vertical-align: middle;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #1c2871;
    box-shadow: var(--box-shadow);
    z-index: 1;
    border-radius: 50px;
    transition: .3s ease;
}

.hero-content .hero-btn {
    gap: 15px;
    display: flex;
    margin-top: 20px;
    justify-content: start;
}

.hero-content .theme-btn:hover {
    background-color: #50497b;
    color: #fff;
}

.feature-area {
    position: relative;
    padding: 100px 0;
    /* background: #efefef; */
}

.feature-item {
    position: relative;
    /* background: #ffffff; */
    /* border-radius: 20px; */
    /* display: flex; */
    gap: 20px;
    /* padding: 20px; */
    z-index: 1;
    /* margin-top: -75px; */
    border-radius: 10px;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.feature-item .count {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #fd6a6a;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: rgba(255, 255, 255, 0.12);
    z-index: -1;
}

.feature-item-inner {
    overflow: hidden;
    /* position: absolute; */
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    border: 1px solid #eee;
    height: 320px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
}

.feature-icon {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 48px;
    /* background: #000000; */
    border-radius: 50px;
    /* margin: 0 0 25px; */
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}

.feature-icon::before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    /* border: 2px dashed #cdcdcd; */
    border-radius: 50px;
}

.feature-icon img {
    width: 38px;
    filter: brightness(0) invert(1);
}

.feature-item-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.feature-item-inner-item {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.80s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.80s cubic-bezier(.5, .3, .3, 1);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
    padding: 40px;
    width: 70%;
    background-color: rgb(21 26 58 / 75%);
}

.feature-content {
    flex: 1;
}

.feature-content h4 {
    color: #5fcdff;
    font-size: 22px;
    font-weight: 500;
}

.feature-content p {
    color: #e3e3e3;
    margin-top: 15px;
    min-height: 101px;
}

.feature-item-inner.bottom {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 3;
}

.feature-item-inner.bottom {
    width: 100%;
    height: 100%;
}

.feature-item-inner-item.two {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    transition: -webkit-transform 0.90s cubic-bezier(.5, .3, .3, 1);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
    height: 80%;
}

.feature-item:hover .feature-item-inner {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.feature-item:hover .feature-item-inner.bottom {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.feature-item:hover .feature-item-inner-item.two {
    -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(-50%) translateZ(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 80%;
}

.about-area {
    position: relative;
    padding: 100px 0;
}

.about-left {
    position: relative;
    z-index: 1;
}

.about-left::before {
    content: "";
    position: absolute;
    left: -32px;
    top: -32px;
    width: 200px;
    height: 200px;
    border-radius: 50px;
    /* background: #4453cd; */
    opacity: .1;
    z-index: -1;
}

.about-img-1 {
    width: 84%;
    margin: auto;
}

.about-img-1 img {
    border-radius: 20px;
}

.about-img-2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 250px;
}

.about-img-2 img {
    border-radius: 100px;
    border: 20px solid #ffffff;
}

.about-shape {
    position: absolute;
    left: -32px;
    bottom: -32px;
    z-index: -1;
}

.about-experience {
    position: absolute;
    right: 20%;
    top: -30px;
    border-radius: 100px;
    padding: 18px 20px;
    background: #4453cd;
    color: #ffffff;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    box-shadow: var(--box-shadow);
}

.about-experience::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    /* border: 2px dashed #ffffff; */
    border-radius: 100px;
}

.about-experience h1 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
}

.about-experience-text {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

.about-right {
    position: relative;
    display: block;
    /* padding-left: 30px; */
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #4453cd;
    position: relative;
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    color: #00283a;
    margin-bottom: 0;
}

.site-title span {
    color: #fd025f;
}

.about-list-wrap {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.about-list {
    position: relative;
    display: block;
    /* border: 1px solid #cfcfcf; */
    /* border-radius: 35px; */
    /* padding: 20px; */
    margin-bottom: 30px;
}

.about-list li {
    position: relative;
    display: flex;
    gap: 15px;
    /* border-bottom: 1px solid #cfcfcf; */
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.about-list li .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #000000;
    border-radius: 50px;
    text-align: center;
}

.about-list li .icon img {
    width: 42px;
    filter: brightness(0) invert(1);
}

.about-list li .content {
    flex: 1;
}

.about-list li .content h4 {
    color: #000000;
    font-size: 22px;
    line-height: 1;
}

.about-list li .content p {
    margin-top: 10px;
}

.sa-bg {
    background: url(../images/banner2.jpg)no-repeat center;
    background-size: cover;
    padding: 100px 0;
    background: #151a3a;
    padding-bottom: 60px;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    padding: 9px 22px;
    background: #006cc3;
    border-radius: 30px;
    margin-bottom: 20px;
}

.site-title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 44px;
    /* color: #00283a; */
    margin-bottom: 0;
}

.site-title span {
    color: #e43110;
}

.site-heading p {
    margin-top: 15px;
}

.service-item {
    position: relative;
    padding: 25px 29px;
    border-radius: 0px;
    background: #ffffff;
    text-align: left;
    transition: var(--transition);
    margin-bottom: 33px;
    z-index: 1;
    border-radius: 14px;
    /* height: 88%; */
    border-bottom-color: var(--white-15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgb(255 255 255 / 7%);
}

.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 81px;
    height: 81px;
    /* margin: 0 auto; */
    border-radius: 50px;
    transform: rotate(45deg);
    border: 3px solid #000000;
    background: #000000;
    position: relative;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    /* display: none; */
}

.service-icon img {
    width: 45px;
    filter: brightness(0) invert(1);
    transform: rotate(-45deg);
}

.service-content {
    position: relative;
    margin-top: 20px;
}

.service-title a {
    font-size: 19px;
    margin-top: 40px !important;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ffffff;
}

.service-text {
    /* padding-bottom: 30px; */
    color: #979797;
}

.service-arrow {
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translateX(-50%);
    border: 10px solid #00283a;
    border-radius: 50px;
}

.service-btn {
    width: 65px!important;
    height: 55px!important;
    line-height: 39px;
    border-radius: 50px;
    border: 3px solid #4453cd;
    background: #4453cd;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    transition: var(--transition2);
    z-index: 1;
    /* max-width: 85px; */
}

.navbar-dark .navbar-nav .nav-link {
    /* color: #ffffff !important; */
}

.container-fluid {
    padding: 0 40px;
}

.theme-btn:hover {
    background: #ddd;
    color: #000;
}
.check-sec{
    padding-top: 50px;
}

/*  */
@media only screen and (max-width: 767px) {
    .container-fluid {
        padding: 0 15px;
    }

    .first-pro-list {
        padding: 10px;
        background: #000000;
        border-radius: 10px;
        margin: 0 ;
        padding-bottom: 40px;
    }

    .first-list-ab {
        margin: 0 ;
    }

    .first-list-ab ul li {
        font-size: 14px;
        list-style: none;
        color: #9f9f9f;
        padding: 7px 0;
        font-weight: 700;
        border-bottom: 1px solid #4d4d4d24;
    }

    .first-list-ab ul li img {
        width: 32px;
        height: auto;
        padding-right: 13px;
    }

    .about-list-wrap {
        margin-top: 40px;
    }
}
#cookiePopup {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background: #000000;
	padding: 15px;
	/* display: flex; */
	flex-wrap: wrap;
	z-index: 999999;
	gap: 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: none;
}

#cookiePopup h4 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 15px;
}

#cookiePopup p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
	max-width: 850px;
}

#cookiePopup p a {
	color: #fff;
	text-decoration: underline;
}

.cookieBtns {
	display: inline-flex;
	gap: 10px;
}

.cookieBtns button {
	font-size: 15px;
	margin: 10px 0;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	background: #000000;
	cursor: pointer;
	transition: all 0.5s ease;
	border: 2px solid #fff;
}

.cookieBtns button:last-child {
	background-color: #fff;
	color: #000000;
}
div#cookiePopup {
    background: #000;
}
p.about-text {
    line-height: 1.8;
}
