/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&family=Roboto&display=swap");
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Roboto", sans-serif;
    color: #e8e8e8;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background: #002046;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
}
body.page-trns-active {
    opacity: 0.5;
}
img {
    max-width: 100%;
    height: auto;
    user-select: none;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
button {
    cursor: pointer;
}
*:focus {
    outline: none;
}
button {
    border: none;
}
button:focus {
    outline: none;
}
span {
    display: inline-block;
}
a:hover {
    color: #37ebec;
}
/* reset css end */
/* global css strat */
.text--primary {
    color: #7367f0 !important;
}
.text--secondary {
    color: #868e96 !important;
}
.text--success {
    color: #28c76f !important;
}
.text--danger {
    color: #ea5455 !important;
}
.text--warning {
    color: #ff9f43 !important;
}
.text--info {
    color: #1e9ff2 !important;
}
.text--dark {
    color: #10163A !important;
}
.text--muted {
    color: #cccccc !important;
}
.text--base {
    color: #37ebec !important;
}
/* background color css start */
.bg--primary {
    background-color: #10163A !important;
}
.bg--secondary {
    background-color: #868e96 !important;
}
.bg--success {
    background-color: #28c76f !important;
}
.bg--danger {
    background-color: #ea5455 !important;
}
.bg--warning {
    background-color: #ff9f43 !important;
}
.bg--info {
    background-color: #1e9ff2 !important;
}
.bg--dark {
    background-color: #10163A !important;
}
.bg--base {
    background-color: #37ebec !important;
}
/* background color css end */
.mb-30 {
    margin-bottom: 30px;
}
.mb-none-30 {
    margin-bottom: -30px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.bg_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.glass--bg, .custom--card, .single-roadmap, .testimonial-slider .prev, .testimonial-slider .next, .contact-form, .contact-card, .d-widget {
    background-color: rgba(55, 235, 236, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.glass--bg-two, .testimonial-card, .subscribe-wrapper, .account-wrapper {
    background-color: rgba(0, 32, 70, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.glass--bg-three {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.overlay--one {
    position: relative;
    z-index: 1;
}
.overlay--one::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002046;
    opacity: 0.45;
    z-index: -1;
}
.slick-arrow {
    cursor: pointer;
}
.section-header {
    margin-bottom: 4.0625rem;
}
.section-title {
    font-size: 3.25rem;
}
@media (max-width: 1199px) {
    .section-title {
        font-size: 3rem;
    }
}
@media (max-width: 991px) {
    .section-title {
        font-size: 2.25rem;
    }
}
a.text-white:hover {
    color: #37ebec !important;
}
.custom--accordion .accordion-item + .accordion-item {
    margin-top: 1.25rem;
}
.custom--accordion .accordion-item {
    border: 1px solid rgba(55, 235, 236, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.custom--accordion .accordion-item:first-child .accordion-button {
    border-top: none;
}
.custom--accordion .accordion-item:last-child .accordion-button {
    border-bottom: none;
}
.custom--accordion .accordion-button {
    color: #ffffff;
    padding: 1.25rem 1.5625rem;
    background-color: rgba(55, 235, 236, 0.15);
    font-size: 1.125rem;
    position: relative;
    text-align: left;
}
.custom--accordion .accordion-button::after {
    position: absolute;
    top: 1.25rem;
    right: 0.8125rem;
    font-size: 1.0625rem;
    content: '\f107';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    background-image: none;
    color: #ffffff;
}
.custom--accordion .accordion-button:not(.collapsed) {
    background-color: #37ebec;
    color: #000;
}
.custom--accordion .accordion-button:not(.collapsed)::after {
    color: #000;
}
.custom--accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}
.custom--accordion .accordion-body {
    padding: 1.25rem 1.5625rem;
}
.page-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.9375rem;
}
.page-breadcrumb li {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
}
.page-breadcrumb li::after {
    content: '-';
    color: #ffffff;
    margin: 0 0.3125rem;
}
.page-breadcrumb li:first-child::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #37ebec;
    margin-right: 0.375rem;
}
.page-breadcrumb li:last-child::after {
    display: none;
}
.page-breadcrumb li a {
    color: #ffffff;
    text-transform: capitalize;
}
.page-breadcrumb li a:hover {
    color: #37ebec;
}

.pagination .page-item.disabled .page-link ,
.pagination .page-item .page-link {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    background-color: #002046;
}

.pagination .page-item.active .page-link {
    background-color: #cc2e94;
}

.scroll-to-top {
    height: 3.75rem;
    width: 3.75rem;
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
    z-index: 99999;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: #37ebec;
    line-height: 4.8125rem;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}
.scroll-to-top .scroll-icon {
    font-size: 1.9375rem;
    color: #ffffff;
    display: inline-block;
}
.scroll-to-top .scroll-icon i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header__bottom, .header .main-menu li.menu_has_children > a::before, .header .main-menu li .sub-menu, .header .main-menu li .sub-menu li a, .header .main-menu li .sub-menu li a::before, .header-login-btn, .header-login-btn i, .roadmap-wrapper .single-roadmap::before, .single-roadmap, .feature-card, .team-card, .contact-card, .d-widget, .d-widget__amount::after, .deposit-card, .social-links li a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.progress-bar {
    background-color: #37ebec;
}
.cmn-list li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.cmn-list li:first-child {
    padding-top: 0;
}
.cmn-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.modal-header .btn-close {
    background-color: #fff;
}
.video-btn {
    position: relative;
    width: 6.5625rem;
    height: 6.5625rem;
    color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    background-color: #37ebec;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation: pulse 2000ms linear infinite;
    -webkit-animation: pulse 2000ms linear infinite;
    -moz-animation: pulse 2000ms linear infinite;
}
.video-btn::before, .video-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #37ebec;
    opacity: 0.15;
    z-index: -10;
}
.video-btn::before {
    z-index: -10;
    animation: inner-ripple 2000ms linear infinite;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
}
.video-btn::after {
    z-index: -10;
    animation: outer-ripple 2000ms linear infinite;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
}
.video-btn i {
    font-size: 36px;
}
.video-btn.video-btn--sm {
    width: 4.375rem;
    height: 4.375rem;
}
@-webkit-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}
@-moz-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}
@-ms-keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}
@keyframes outer-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    80% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}
@-webkit-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-ms-keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes inner-ripple {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    30% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.object-fit--cover {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.overlay {
    z-index: 10;
    background-color: #222;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.overlay-loader {
    width: 50px;
    height: 50px;
    background-color: #bada55;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
/* global css end */
h1 {
    font-size: 3.875rem;
}
h2 {
    font-size: 2rem;
}
@media (max-width: 991px) {
    h2 {
        font-size: 1.875rem;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.375rem;
}
@media (max-width: 767px) {
    h4 {
        font-size: 1.25rem;
    }
}
h5 {
    font-size: 1.25rem;
}
@media (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}
h6 {
    font-size: 1.125rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow", sans-serif;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: "Barlow", sans-serif;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.3;
    word-break: break-word;
}
p, li, span {
    margin: 0;
}
a {
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
a:hover {
    text-decoration: none;
}
.font-size--18px {
    font-size: 1.125rem !important;
}
.font-size--16px {
    font-size: 1rem !important;
}
.font-size--14px {
    font-size: 0.875rem !important;
}
.font-size--12px {
    font-size: 0.75rem !important;
}
/* button css start */
button:focus {
    outline: none;
}
[class*="btn--"]:not(.btn--link):not(.btn--light):not(.btn) {
    color: #000;
}
.btn--primary {
    background-color: #7367f0;
}
.btn--primary:hover {
    background-color: #5e50ee;
}
.btn--secondary {
    background-color: #868e96;
}
.btn--secondary:hover {
    background-color: #78818a;
}
.btn--success {
    background-color: #28c76f;
}
.btn--success:hover {
    background-color: #24b263;
}
.btn--danger {
    background-color: #ea5455;
}
.btn--danger:hover {
    background-color: #e73d3e;
}
.btn--warning {
    background-color: #ff9f43;
}
.btn--warning:hover {
    background-color: #ff922a;
}
.btn--info {
    background-color: #1e9ff2;
}
.btn--info:hover {
    background-color: #0d93e9;
}
.btn--light {
    background-color: #e8e8e8;
}
.btn--light:hover {
    background-color: #dbdbdb;
}
.btn--dark {
    background-color: #10163A;
    color: #fff;
}
.btn--dark:hover {
    background-color: #0a0e26;
    color: #fff;
}
.btn--link {
    color: #7367f0;
}
.btn--base {
    padding: 0.75rem 1.875rem;
    background-color: #37ebec;
    color: #000;
}
.btn--base:hover {
    background-color: #20e9ea;
    color: #000;
    box-shadow: 0 2px 5px 1px #37ebec;
}
.btn-outline--primary {
    color: #7367f0;
    border-color: #7367f0;
}
.btn-outline--primary:hover {
    background-color: #7367f0;
    color: #ffffff;
}
.btn-outline--secondary {
    color: #868e96;
    border-color: #868e96;
}
.btn-outline--secondary:hover {
    background-color: #868e96;
    color: #ffffff;
}
.btn-outline--success {
    color: #28c76f;
    border-color: #28c76f;
}
.btn-outline--success:hover {
    background-color: #28c76f;
    color: #ffffff;
}
.btn-outline--danger {
    color: #ea5455;
    border-color: #ea5455;
}
.btn-outline--danger:hover {
    background-color: #ea5455;
    color: #ffffff;
}
.btn-outline--warning {
    color: #ff9f43;
    border-color: #ff9f43;
}
.btn-outline--warning:hover {
    background-color: #ff9f43;
    color: #ffffff;
}
.btn-outline--info {
    color: #1e9ff2;
    border-color: #1e9ff2;
}
.btn-outline--info:hover {
    background-color: #1e9ff2;
    color: #ffffff;
}
.btn-outline--light {
    color: #e8e8e8;
    border-color: #e8e8e8;
}
.btn-outline--light:hover {
    background-color: #e8e8e8;
    color: #ffffff;
}
.btn-outline--dark {
    color: #10163A;
    border-color: #10163A;
}
.btn-outline--dark:hover {
    background-color: #10163A;
    color: #ffffff;
}
.btn-outline--base {
    color: #37ebec;
    border: 1px solid #37ebec;
}
.btn-outline--base:hover {
    background-color: #37ebec;
    color: #000000;
}
.btn-shadow--primary {
    box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}
.btn-shadow--secondary {
    box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}
.btn-shadow--success {
    box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}
.btn-shadow--danger {
    box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}
.btn-shadow--warning {
    box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}
.btn-shadow--info {
    box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}
.btn-shadow--light {
    box-shadow: 0 0 6px 1px rgba(232, 232, 232, 0.35);
}
.btn-shadow--dark {
    box-shadow: 0 0 6px 1px rgba(16, 22, 58, 0.35);
}
.btn-shadow--base {
    box-shadow: 0 0 6px 1px rgba(55, 235, 236, 0.35);
}
.btn--group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -0.525rem;
    margin-right: -0.525rem;
}
.btn--group *[class*="btn"] {
    margin: 0.2125rem 0.525rem;
    align-items: center;
}
.btn--group *[class*="btn"].d-flex {
    padding: 0.4rem 2.0875rem;
}
[class*="btn"].btn-md {
    padding: 0.525rem 1.15rem;
}
[class*="btn"].btn-sm {
    padding: 0.275rem 0.525rem;
}
/* button css end */
.badge--primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid #7367f0;
    color: #454545;
}
.badge--secondary {
    background-color: rgba(134, 142, 150, 0.15);
    border: 1px solid #868e96;
    color: #454545;
}
.badge--success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #28c76f;
    color: #454545;
}
.badge--danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid #ea5455;
    color: #454545;
}
.badge--warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ff9f43;
    color: #454545;
}
.badge--info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid #1e9ff2;
    color: #454545;
}
.badge--light {
    background-color: rgba(232, 232, 232, 0.15);
    border: 1px solid #e8e8e8;
    color: #454545;
}
.badge--dark {
    background-color: rgba(16, 22, 58, 0.15);
    border: 1px solid #10163A;
    color: #454545;
}
.badge--base {
    background-color: rgba(55, 235, 236, 0.15);
    border: 1px solid #37ebec;
    color: #454545;
}
.badge--orange {
    background-color: rgba(251, 206, 177, 0.35);
    border: 1px solid #FF7F50;
    color: #454545;
}
.badge--purple {
    background-color: rgba(160,32,240, 0.15);
    border: 1px solid #CC8899;
    color: #454545;
}

/* table css start */
.custom--table {
    background-color: rgba(55, 235, 236, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.custom--table.white-space-nowrap th {
    white-space: nowrap;
}
.custom--table thead {
    background-color: rgba(0, 32, 70, 0.75);
}
.custom--table thead th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-top: none;
    padding: 1.25rem 1.875rem;
    color: #ffffff;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
}
.custom--table thead th:first-child {
    text-align: left;
}
.custom--table thead th:last-child {
    text-align: right;
}
.custom--table tbody td {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.75rem 1.875rem;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
.custom--table tbody td:first-child {
    text-align: left;
}
.custom--table tbody td:last-child {
    text-align: right;
}
.custom--table tbody tr {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.custom--table tbody tr:nth-child(even) {
    background-color: rgba(0, 32, 70, 0.25);
}
.custom--table tbody tr:last-child td {
    border-bottom: none;
}
[data-label] {
    position: relative;
}
[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    color: #ffffff;
    top: 0;
    left: 0;
    padding: 0.7125rem 0.8375rem;
    display: none;
    font-size: 0.65rem;
}
@media (max-width: 991px) {
    .table-responsive--md thead {
        display: none;
    }
    .table-responsive--md tbody tr:nth-child(odd) {
        background-color: #10101047;
    }
    .table-responsive--md tr th, .table-responsive--md tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
    }
    .table-responsive--md tr th:first-child, .table-responsive--md tr td:first-child {
        border-top: none !important;
    }
    .table-responsive--md [data-label]::before {
        display: block;
    }
}
@media (max-width: 767px) {
    .table-responsive--sm thead {
        display: none;
    }
    .table-responsive--sm tbody tr:nth-child(odd) {
        background-color: #10101047;
    }
    .table-responsive--sm tr th, .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
    }
    .table-responsive--sm tr th:first-child, .table-responsive--sm tr td:first-child {
        border-top: none !important;
    }
    .table-responsive--sm [data-label]::before {
        display: block;
    }
}
@media (max-width: 1199px) {
    *[class*="table-responsive--"].data-label--none tr th, *[class*="table-responsive--"].data-label--none tr td {
        padding-left: .75rem;
    }
}
/* table css end */
/* form css start */
.form-group {
    margin-bottom: 1.15rem;
}
.form-control {
    padding: 0.525rem 1.15rem;
    border: 1px solid #37ebec;
    width: 100%;
    background-color: #002046;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #ffffff;
    min-height: 3.2375rem;
}
.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.form-control:focus {
    background-color: #002046;
    border-color: #37ebec !important;
    box-shadow: 0 0 5px rgba(55, 235, 236, 0.35);
    color: #ffffff;
}
.form-control:placeholder-shown {
    border-color: rgba(255, 255, 255, 0.15);
    background-color: #002046;
}
.form-control.style--two {
    background-color: #002046;
}
.form-control.style--two:placeholder-shown {
    border-color: rgba(255, 255, 255, 0.25);
    background-color: transparent;
}
.form-control[readonly] {
    background-color: #002046;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover, 
.form-control:-webkit-autofill:focus {
    background-color: #002046 !Important;
}
.form-group.country-code .input-group-prepend .input-group-text {
    padding: 0;
    border-color: rgba(255, 255, 255, 0.15) !important;
    background: transparent !important;
    border-right: none;
}
.country-code .input-group-prepend .input-group-text .select {
    border-bottom-right-radius: 0;
    height: 53px;
}

@media (max-width: 380px) {
    .country-code .input-group-prepend {
        width: 100%;
    }
    .country-code .input-group-prepend .input-group-text .select {
        border-radius: 5px;
    }
    .country-code .form-control {
        width: 100%;
        border-radius: 5px;
    }
}
.select {
    padding: 0.625rem 1.25rem;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    color: #e8e8e8;
    background-color: #002046;
    height: 3.125rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.select option {
    padding: 0.625rem 0;
    display: block;
    border-top: 1px solid #e5e5e5;
}
.select.style--two {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.8125rem;
    padding: 0.3125rem 0.625rem;
    height: auto;
}
.select.style--white {
    color: #ffffff;
}
.select.style--white option {
    color: #000000;
}
textarea {
    min-height: 9.375rem !important;
    resize: none;
    width: 100%;
}
label {
    color: #ffffff;
    margin-bottom: 0.625rem;
    font-family: "Barlow", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
}
.input-group-text {
    background-color: #37ebec;
    border-color: #37ebec;
    color: #ffffff;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
input[type="number"] {
    -moz-appearance: none;
}

/* form css end*/

/* card css start */
.custom--card {
    border: 2px solid rgba(55, 235, 236, 0.25);
}
.custom--card .card-header {
    background-color: rgba(0, 32, 70, 0.45);
}
/* card css end */
/* header start */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.header.menu-fixed .header__top {
    display: none;
}
.header.menu-fixed .header__bottom {
    background-color: #002046;
}
.header__top {
    background-color: #002046;
    padding: 0.625rem 0;
}

.header .top-info a {
    color: #37ebec;
}
.header__bottom {
    background-color: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1199px) {
    .header__bottom {
        padding: 0.625rem 0;
    }
}
.header .site-logo img {
    width: 10.9375rem;
    height: 35px;
}
@media (max-width: 1199px) {
    .header .site-logo img {
        max-width: 9.375rem;
    }
}
.header .main-menu {
    margin-left: 4.375rem;
}
@media (max-width: 1199px) {
    .header .main-menu {
        margin-left: 0;
        padding: 0.9375rem 0;
    }
}
.header .main-menu li {
    position: relative;
}
@media (max-width: 1199px) {
    .header .main-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}
.header .main-menu li:last-child a {
    padding-right: 0;
}
.header .main-menu li.menu_has_children {
    position: relative;
}
.header .main-menu li.menu_has_children.open .sub-menu {
    display: block;
}
.header .main-menu li.menu_has_children > a {
    padding-right: 1.5625rem;
}
@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a {
        display: block;
    }
}
.header .main-menu li.menu_has_children > a::before {
    position: absolute;
    content: "\f067";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 1.5625rem;
    right: 0;
    color: #ffffff;
}
@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a::before {
        display: block;
        top: 0.5625rem;
    }
}
.header .main-menu li.menu_has_children:hover > a::before {
    content: "\f068";
    color: #37ebec;
}
.header .main-menu li a {
    padding: 1.5625rem 0.9375rem 1.5625rem 0;
    text-transform: capitalize;
    font-size: 1rem;
    color: #ffffff;
    position: relative;
    font-weight: 400;
}
@media (max-width: 1199px) {
    .header .main-menu li a {
        color: #ffffff;
        padding: 0.5rem 0;
        display: block;
    }
}
.header .main-menu li a:hover, .header .main-menu li a:focus {
    color: #37ebec;
}
.header .main-menu li .sub-menu {
    position: absolute;
    width: 220px;
    top: 105%;
    left: 0;
    z-index: 9999;
    background-color: #37ebec;
    padding: 0.625rem 0;
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    border: 2px solid #37ebec;
}
@media (max-width: 1199px) {
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
    }
}
.header .main-menu li .sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header .main-menu li .sub-menu li:last-child {
    border-bottom: none;
}
.header .main-menu li .sub-menu li a {
    padding: 0.5rem 1.5625rem;
    display: block;
    color: #000000;
    position: relative;
}
.header .main-menu li .sub-menu li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: -0.25rem;
    width: 0.25rem;
    height: 100%;
    background-color: #37ebec;
    opacity: 0;
}
.header .main-menu li .sub-menu li a:hover {
    background-color: rgba(55, 235, 236, 0.05);
    color: #000000;
}
.header .main-menu li .sub-menu li a:hover::before {
    opacity: 1;
    left: 0;
}
.header .main-menu li .sub-menu li + li {
    margin-left: 0;
}
.header .main-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.header .main-menu li + li {
    margin-left: 1.25rem;
}
@media (max-width: 1199px) {
    .header .main-menu li + li {
        margin-left: 0;
    }
}
.header .nav-right {
    padding-left: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .nav-right {
        padding-left: 0;
    }
}
.header .nav-right .select {
    background-color: transparent;
    width: auto;
    padding: 0;
    height: auto;
    color: #ffffff;
    border: none;
}
.header .nav-right .select option {
    color: #ffffff;
    background-color: #002046;
}
.header-login-btn {
    color: #002046;
    padding: 0.5rem 1.25rem;
    border: 1px solid #37ebec;
    background-color: #37ebec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.header-login-btn:hover {
    background-color: rgba(55, 235, 236, 0.35);
    box-shadow: 0 0 5px 2px rgba(55, 235, 236, 0.5);
}
.header-login-btn:hover i {
    color: #37ebec;
}
.header-login-btn i {
    color: #002046;
    font-size: 1.5rem;
    margin-right: 0.375rem;
}
@media (max-width: 1199px) {
    .navbar-collapse {
        background-color: #001d4a;
        padding: 0 1.875rem 1.25rem 1.875rem;
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 20rem;
        overflow: auto;
    }
}
@media (max-width: 1199px) {
    .navbar {
        justify-content: start;
    }
    .navbar .site-logo {
        margin: 0 auto;
    }
}
.navbar-toggler {
    padding: 0;
    border: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.menu-toggle {
    margin: 10px 0;
    position: relative;
    display: block;
    width: 2.1875rem;
    height: 1.25rem;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #ffffff;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.menu-toggle:before, .menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}
@media (max-width: 1199px) {
    .menu-toggle:before, .menu-toggle:after {
        background-color: #ffffff;
    }
}
.navbar-toggler[aria-expanded="true"] span {
    border-color: transparent;
}
.navbar-toggler[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] span.menu-toggle:hover {
    color: #ffffff;
}
@media (max-width: 1199px) {
    .navbar-toggler[aria-expanded="true"] span.menu-toggle:hover {
        color: #ffffff;
    }
}
.navbar-toggler[aria-expanded="true"] span {
    border-color: transparent;
}
.navbar-toggler[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* header end */
/* hero css start */
.hero {
    padding-top: 18.75rem;
    padding-bottom: 12.5rem;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199px) {
    .hero {
        padding-top: 13.75rem;
        padding-bottom: 6.25rem;
    }
}
.hero::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002046;
    opacity: 0.55;
    z-index: -1;
}
.hero__title {
    font-size: 4.125rem;
}
@media (max-width: 1399px) {
    .hero__title {
        font-size: 3.5rem;
    }
}
@media (max-width: 1199px) {
    .hero__title {
        font-size: 3rem;
    }
}
@media (max-width: 575px) {
    .hero__title {
        font-size: 2.25rem;
    }
}
.count-wrapper {
    --shadow-color: #37ebec;
    padding: 3.125rem 1.875rem;
    border: 2px solid var(--shadow-color);
    animation: glow 2s infinite linear;
}

@-webkit-keyframes glow{
    0% {
        box-shadow: 0 0 10px 0 var(--shadow-color);
    }
    25% {
        box-shadow: 0 0 20px 1px var(--shadow-color);
    }
    50% {
        box-shadow: 0 0 10px 0px var(--shadow-color);
    }
    75% {
        box-shadow: 0 0 15px 1px var(--shadow-color);
    }
    100% {
        box-shadow: 0 0 15px 0px var(--shadow-color);
    }
}
@-moz-keyframes glow{
    0% {
        box-shadow: 0 0 10px 0 var(--shadow-color);
    }
    25% {
        box-shadow: 0 0 20px 1px var(--shadow-color);
    }
    50% {
        box-shadow: 0 0 10px 0px var(--shadow-color);
    }
    75% {
        box-shadow: 0 0 15px 1px var(--shadow-color);
    }
    100% {
        box-shadow: 0 0 15px 0px var(--shadow-color);
    }
}
@-ms-keyframes glow{
    0% {
        box-shadow: 0 0 10px 0 var(--shadow-color);
    }
    25% {
        box-shadow: 0 0 20px 1px var(--shadow-color);
    }
    50% {
        box-shadow: 0 0 10px 0px var(--shadow-color);
    }
    75% {
        box-shadow: 0 0 15px 1px var(--shadow-color);
    }
    100% {
        box-shadow: 0 0 15px 0px var(--shadow-color);
    }
}
@-o-keyframes glow{
   0% {
        box-shadow: 0 0 10px 0 var(--shadow-color);
    }
    25% {
        box-shadow: 0 0 20px 1px var(--shadow-color);
    }
    50% {
        box-shadow: 0 0 10px 0px var(--shadow-color);
    }
    75% {
        box-shadow: 0 0 15px 1px var(--shadow-color);
    }
    100% {
        box-shadow: 0 0 15px 0px var(--shadow-color);
    } 
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px 0 var(--shadow-color);
    }
    25% {
        box-shadow: 0 0 20px 1px var(--shadow-color);
    }
    50% {
        box-shadow: 0 0 10px 0px var(--shadow-color);
    }
    75% {
        box-shadow: 0 0 15px 1px var(--shadow-color);
    }
    100% {
        box-shadow: 0 0 15px 0px var(--shadow-color);
    }
}

.date-unit-list .single-unit {
    width: calc((100% / 4) - 15px);
    padding: 1.25rem 0.625rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgba(0, 32, 70, 0.75);
}
@media (max-width: 1199px) {
    .date-unit-list .single-unit {
        padding: 0.625rem;
    }
}
@media (max-width: 540px) {
    .date-unit-list .single-unit {
        width: calc((100% / 2) - 10px);
        margin-bottom: 20px;
    }
}
.date-unit-list .single-unit span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #37ebec;
}
@media (max-width: 360px) {
    .date-unit-list .single-unit span {
        font-size: 1.5rem;
    }
}
/* hero css end */
/* inner-hero css start */
.inner-hero {
    padding-top: 13.75rem;
    padding-bottom: 7.5rem;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199px) {
    .inner-hero {
        padding-top: 11.875rem;
        padding-bottom: 5.3125rem;
    }
}
.inner-hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002046;
    opacity: 0.5;
    z-index: -1;
}
.page-title {
    font-size: 2.625rem;
}
@media (max-width: 1199px) {
    .page-title {
        font-size: 2.25rem;
    }
}
@media (max-width: 767px) {
    .page-title {
        font-size: 2rem;
    }
}
/* inner-hero css end */

/* about section css start */
.about-thumb {
    position: relative;
}
.about-thumb .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
/* about section css end */

/* roadmap section css start */
.roadmap-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 1.875rem;
}
.roadmap-wrapper::after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #37ebec;
    margin-left: -1px;
}
@media (max-width: 767px) {
    .roadmap-wrapper::after {
        display: none;
    }
}
.roadmap-wrapper .single-roadmap {
    position: relative;
    width: calc((100% / 2) - 60px);
    margin-bottom: 1.875rem;
    align-self: flex-end;
}
@media (max-width: 767px) {
    .roadmap-wrapper .single-roadmap {
        width: 100%;
    }
}
.roadmap-wrapper .single-roadmap::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -17px;
    border-width: 10px 15px 10px 0px;
    border-style: solid;
    border-color: transparent rgba(55, 235, 236, 0.45) transparent transparent;
    margin-top: -10px;
}
@media (max-width: 767px) {
    .roadmap-wrapper .single-roadmap::before {
        display: none;
    }
}
.roadmap-wrapper .single-roadmap:hover::before {
    border-color: transparent #37ebec transparent transparent;
}
.roadmap-wrapper .single-roadmap:nth-child(even) {
    align-self: flex-start;
    text-align: right;
}
@media (max-width: 767px) {
    .roadmap-wrapper .single-roadmap:nth-child(even) {
        text-align: left;
    }
}
.roadmap-wrapper .single-roadmap:nth-child(even) .roadmap-dot {
    left: auto;
    right: -72px;
}
.roadmap-wrapper .single-roadmap:nth-child(even):hover::before {
    border-color: transparent transparent transparent #37ebec;
}
.roadmap-wrapper .single-roadmap:nth-child(even)::before {
    left: auto;
    right: -17px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent rgba(55, 235, 236, 0.45);
}
.single-roadmap {
    position: relative;
    padding: 1.875rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 2px solid rgba(55, 235, 236, 0.45);
}
.single-roadmap:hover {
    border-color: #37ebec;
}
.single-roadmap:hover::before {
    border-color: transparent #37ebec transparent transparent;
}
.single-roadmap .roadmap-dot {
    position: absolute;
    top: 50%;
    left: -72px;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -10px;
    background-color: #37ebec;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width: 767px) {
    .single-roadmap .roadmap-dot {
        display: none;
    }
}
.single-roadmap .roadmap-dot::before, .single-roadmap .roadmap-dot::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #37ebec;
    opacity: 0.35;
    z-index: -1;
}
.single-roadmap .roadmap-dot::before {
    z-index: -1;
    animation: inner-ripple 1000ms linear infinite;
    -webkit-animation: inner-ripple 1000ms linear infinite;
    -moz-animation: inner-ripple 1000ms linear infinite;
}
.single-roadmap .roadmap-dot::after {
    z-index: -1;
    animation: outer-ripple 1000ms linear infinite;
    -webkit-animation: outer-ripple 1000ms linear infinite;
    -moz-animation: outer-ripple 1000ms linear infinite;
}
.single-roadmap .title {
    margin-bottom: 0.9375rem;
}
.single-roadmap .roadmap-date {
    font-size: 0.875rem;
}
/* roadmap section css end */
/* feature section css start */
.feature-card {
    padding: 1.875rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0px 2px rgba(55, 235, 236, 0.45);
    height: 100%;
}
.feature-card:hover {
    box-shadow: 0 5px 25px 2px rgba(55, 235, 236, 0.25);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.feature-card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 32, 70, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    z-index: -1;
}
.feature-card__icon {
    margin-bottom: 1.5625rem;
}
.feature-card__icon i {
    font-size: 3rem;
    color: #37ebec;
}
/* feature section css end */
/* team section css start */
.team-card {
    padding: 0.9375rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #001937;
    box-shadow: 0 0 5px 1px rgba(55, 235, 236, 0.75);
    position: relative;
    z-index: 1;
}
.team-card::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: -1;
}
.team-card:hover {
    box-shadow: 0 10px 25px 1px rgba(55, 235, 236, 0.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.team-card__thumb {
    max-height: 330px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}
.team-card__content {
    padding: 1.875rem 0.9375rem 0.9375rem 0.9375rem;
}
.team-card__content .name {
    font-size: 28px;
}
/* team section css end */
/* testimonial section css start */
.testimonial-slider .slick-list {
    margin: -1.875rem;
}
.testimonial-slider .single-slide {
    margin: 1.875rem;
}
@media screen and (max-width:1350px) {
    
    .testimonial-slider .slick-list {
        margin: -15px -10px;
    }
    .testimonial-slider .single-slide {
        margin: 15px 10px;
    }
}
.testimonial-slider .prev, .testimonial-slider .next {
    position: absolute;
    top: 50%;
    width: 2.8125rem;
    height: 2.8125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -1.375rem;
    font-size: 1.375rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid rgba(55, 235, 236, 0.35);
    z-index: 1;
}
@media (max-width: 575px) {
    .testimonial-slider .prev, .testimonial-slider .next {
        display: none !important;
    }
}
.testimonial-slider .prev {
    left: -1.25rem;
}
.testimonial-slider .next {
    right: -1.25rem;
}
.testimonial-card {
    padding: 3.125rem 3.125rem 1.875rem 3.125rem;
    border: 2px solid rgba(55, 235, 236, 0.35);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.testimonial-card:hover {
    border-color: #37ebec;
}
@media (max-width: 575px) {
    .testimonial-card {
        padding: 1.875rem;
    }
}
.testimonial-card::before {
    position: absolute;
    top: -4rem;
    left: 1.1875rem;
    content: "\f10d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #37ebec;
    font-size: 5rem;
}
@media (max-width: 575px) {
    .testimonial-card::before {
        top: -3.4375rem;
        font-size: 4.125rem;
    }
}
.testimonial-card__content p {
    font-size: 1.125rem;
    color: #fff;
    font-style: italic;
}
@media (max-width: 575px) {
    .testimonial-card__content p {
        font-size: 1rem;
    }
}
.testimonial-card__client {
    margin-top: 1.875rem;
}
.testimonial-card__client .thumb {
    width: 5.625rem;
    height: 5.625rem;
    display: inline-flex;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.25);
}
.testimonial-card__client .thumb img {
    width: inherit;
    height: inherit;
    object-position: top;
    -o-object-position: top;
}
.testimonial-card__client .designation {
    font-size: 0.875rem;
}
/* testimonial section css end */
/* subscribe section css start */
.subscribe-section {
    padding: 5rem 0;
}
.subscribe-wrapper {
    padding: 3.125rem;
    border: 2px solid rgba(55, 235, 236, 0.15);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    animation: glow 2s infinite linear;
    -webkit-animation: glow 2s infinite linear;
}
@media (max-width: 575px) {
    .subscribe-wrapper {
        padding: 1.875rem;
    }
}
.subscribe-wrapper .title {
    font-size: 3rem;
}
@media (max-width: 767px) {
    .subscribe-wrapper .title {
        font-size: 2.625rem;
    }
}
@media (max-width: 575px) {
    .subscribe-wrapper .title {
        font-size: 2rem;
    }
}
.subscribe-wrapper .details {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
}
.subscribe-form {
    background-color: #002046;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.625rem;
    border: 2px solid rgba(55, 235, 236, 0.5);
}
@media (max-width: 575px) {
    .subscribe-form {
        background-color: transparent;
        padding: 0;
        border: none;
        justify-content: center;
    }
}
.subscribe-form .form-control {
    background-color: #002046;
    border: none;
    width: auto;
    color: #ffffff;
    width: calc(100% - 12.25rem);
}
.subscribe-form .form-control:focus {
    box-shadow: none;
}
@media (max-width: 575px) {
    .subscribe-form .form-control {
        width: 100%;
        margin-bottom: 1.25rem;
        border: 1px solid rgba(55, 235, 236, 0.5);
        border-radius: 999px;
        -webkit-border-radius: 999px;
        -moz-border-radius: 999px;
        -ms-border-radius: 999px;
        -o-border-radius: 999px;
    }
}
.subscribe-form .subscribe-btn {
    padding: 0.875rem 1.875rem;
    background-color: #37ebec;
    color: #000;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    width: 12.25rem;
}
/* subscribe section css end */
/* account-section css start */
.account-section {
    padding: 6.25rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.account-area {
    width: 70%;
}
.account-wrapper {
    padding: 0 3.125rem 3.125rem 3.125rem;
    border: 2px solid rgba(55, 235, 236, 0.35);
    border-radius: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: 3.125rem;
}
@media (max-width: 440px) {
    .account-wrapper {
        padding: 0 1.875rem 1.875rem 1.875rem;
    }
}
.account-thumb-area {
    margin-bottom: 2.5rem;
}
.account-thumb-area .title {
    font-size: 1.75rem;
    margin-top: 1.25rem;
}
@media (max-width: 440px) {
    .account-thumb-area .title {
        font-size: 1.5rem;
    }
}
.account-thumb-area .account-thumb {
    width: 6.25rem;
    height: 6.25rem;
    border: 1px solid #37ebec;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #37ebec;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    background-color: #002046;
    box-shadow: 0 3px 10px 2px rgba(55, 235, 236, 0.35);
    margin-left: auto;
    margin-right: auto;
    margin-top: -3.125rem;
}
.account-wrapper-logo {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
}
.account-wrapper-logo img {
    max-height: 55px;
}
/* account-section css end */
/* contact-form css start */
.contact-form {
    padding: 1.875rem;
    border: 2px solid #37ebec;
}
.contact-card {
    height: 100%;
    padding: 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border: 2px solid rgba(55, 235, 236, 0.15);
}
@media (max-width: 991px) {
    .contact-card {
        padding: 1.25rem;
        justify-content: center;
    }
}
.contact-card:hover {
    border-color: #37ebec;
    box-shadow: 0 5px 10px 2px rgba(55, 235, 236, 0.25);
}
.contact-card__icon {
    width: 4.0625rem;
}
.contact-card__icon i {
    font-size: 3.5rem;
}
.contact-card__content {
    width: calc(100% - 4.0625rem);
    padding-left: 0.9375rem;
}
@media (max-width: 991px) {
    .contact-card__content {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 1.25rem;
    }
}
.contact-card__content .caption {
    margin-top: 6px;
    word-break: break-word;
}
.contact-card__content .caption a {
    color: #e8e8e8;
}
.contact-card__content .caption a:hover {
    color: #37ebec;
}
/* contact-form css end */
/* dashboard section css start */
.d-widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.25rem;
    border: 2px solid rgba(55, 235, 236, 0.15);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 380px) {
    .d-widget {
        justify-content: center;
    }
}
.d-widget:hover {
    border-color: #37ebec;
}
.d-widget:hover .d-widget__amount::after {
    background-color: #37ebec;
}
.d-widget__icon {
    width: 30px;
    height: 30px;
    background-color: #002046;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-widget__icon i {
    font-size: 1.25rem;
    color: #37ebec;
    text-shadow: 0 0 15px rgba(55, 235, 236, 0.5);
}
.d-widget__content {
    padding-left: 1.25rem;
    width: calc(100% - 95px);
}
@media (max-width: 380px) {
    .d-widget__content {
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 1.5625rem;
    }
}
.d-widget__amount {
    font-size: 1.5rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0.3125rem;
    position: relative;
}
.d-widget__amount::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -1.25rem;
    height: 1px;
    width: calc(100% + 2.5rem);
    background-color: rgba(55, 235, 236, 0.15);
    z-index: -1;
}
.modal-open {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}
.modal-content {
    background-color: #062046;
}
.modal-content,
.modal-header,
.modal-footer {
    border-color: rgba(255, 255, 255, 0.15);
}
.modal-header .modal-title {
    color: #fff !important;
}
.highlighted-text {
    background-color: #37ebec;
    box-shadow: 0 0 5px 1px #37ebec;
    color: #000 !important;
}
.highlighted-text * {
    color: #000 !important;
}
/* dashboard section css end */
/* deposit section css start */
.deposit-card {
    padding: 1.875rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(55, 235, 236, 0.25);
    height: 100%;
}
.deposit-card:hover {
    border-color: #37ebec;
    box-shadow: 0 5px 20px 1px rgba(55, 235, 236, 0.35);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.deposit-card__title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/* deposit section css end */
/* profile section css start */
.profile-form {
    padding: 3.125rem;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-top: 100px;
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
    .profile-form {
        padding: 0 1.875rem 1.875rem 1.875rem;
    }
}
.profile-thumb {
    position: relative;
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: inline-flex;
}
.profile-thumb .profilePicPreview {
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: block;
    border: 3px solid #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    background-size: cover;
    background-position: center;
}
.profile-thumb .profilePicUpload {
    font-size: 0;
    opacity: 0;
}
.profile-thumb .avatar-edit {
    position: absolute;
    right: 35%;
    bottom: -30px;
}
.profile-thumb .avatar-edit input {
    width: 0;
}
.profile-thumb .avatar-edit label {
    width: 45px;
    height: 45px;
    background-color: #37ebec;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    border: 2px solid #ffffff;
    font-size: 18px;
    cursor: pointer;
    color: #000000;
}
/* profile section css end */
/* deposit preview section css start */
.deposit-preview-card {
    text-align: center;
}
.deposit-preview-card .title {
    font-size: 1.00rem;
}
.deposit-preview-card .deposit-preview-list li {
    padding: 0.625rem 0;
    border-bottom: none;
}
.deposit-preview-card .deposit-preview-list li:last-child {
    border-bottom: none;
}
/* deposit preview section css end */
/* authentication section css start */
.qr-code-wrapper {
    padding: 1.25rem;
    background-color: rgba(0, 32, 70, 0.45);
}
.qr-code {
    padding: 0.625rem 1.25rem;
    background-color: rgba(0, 32, 70, 0.45);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.qr-code-copy-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.qr-code-copy-form input[type="text"] {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.25rem;
    width: calc(100% - 75px);
    height: 40px;
}
@media (max-width: 440px) {
    .qr-code-copy-form input[type="text"] {
        font-size: 1rem;
    }
}
@media (max-width: 360px) {
    .qr-code-copy-form input[type="text"] {
        font-size: 0.875rem;
    }
}
.qr-code-copy-form input[type="submit"] {
    width: 75px;
    background-color: #37ebec;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.qr-code-form {
    position: relative;
}
.qr-code-form .form-control {
    height: 4.0625rem;
    padding-right: 5.9375rem;
}
.qr-code-form__btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 75px;
    height: calc(100% - 20px);
}
.verification-code-form .phone {
    display: flex;
    justify-content: center;
}
.verification-code-form .phone input {
    padding: 10px;
    text-align: center;
    margin-left: -1px;
}
/* authentication section css end */
/* support section css start */
.custom--file-upload {
    position: relative;
    line-height: 2rem;
}
.custom--file-upload::before {
    position: absolute;
    content: 'Choose File';
    color: #000000;
    top: 0;
    left: 0;
    width: 125px;
    height: 100%;
    background-color: #37ebec;
    padding: 0.625rem 1.25rem;
}
.single-reply {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.875rem;
    background-color: rgba(0, 32, 70, 0.65);
    border-radius: 5px;
}
.single-reply .left {
    width: 20%;
}
.single-reply.admin-reply {
    margin-left: 30px;
    background-color: rgba(0, 32, 70, 0.85);
}
@media (max-width: 767px) {
    .single-reply .left {
        width: 100%;
    }
}
.single-reply .right {
    width: 80%;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 1.25rem;
}
@media (max-width: 767px) {
    .single-reply .right {
        width: 100%;
        padding-left: 0;
        border-left: none;
        margin-top: 1.25rem;
    }
}
.single-reply + .single-reply {
    margin-top: 20px;
}
/* support section css end */
/* footer section css start */
.footer {
    background-color: #002046;
}
.footer__top {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
.footer .footer-logo img {
    max-height: 3.125rem;
}
.footer .footer-menu {
    margin: -0.3125rem -0.9375rem;
}
.footer .footer-menu li {
    margin: 0.3125rem 0.9375rem;
}
.footer .footer-menu li a {
    color: #ffffff;
}
.footer .footer-menu li a:hover {
    color: #37ebec;
}
.footer__bottom {
    padding: 0.9375rem 0;
    position: relative;
    z-index: 1;
}
.footer__bottom::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
    z-index: -1;
}
.social-links {
    margin: -0.3125rem -0.4375rem;
}
.social-links li {
    margin: 0.3125rem 0.4375rem;
}
.social-links li a {
    width: 2.1875rem;
    height: 2.1875rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.social-links li a:hover {
    background-color: #37ebec;
    color: #ffffff;
    border-color: #37ebec;
}

#g-recaptcha-error span{
  color:white !important;
}
/* footer section css end */


@supports (backdrop-filter: none) {
	.glass--bg, .custom--card, .single-roadmap, .testimonial-slider .prev, .testimonial-slider .next, .contact-form, .contact-card, .d-widget, .glass--bg-two, .testimonial-card, .subscribe-wrapper, .account-wrapper {
        background-color: #37ebec33 !important;
    }
}

@supports not (backdrop-filter: none) {
    .glass--bg, .custom--card, .single-roadmap, .testimonial-slider .prev, .testimonial-slider .next, .contact-form, .contact-card, .d-widget, .glass--bg-two, .testimonial-card, .subscribe-wrapper, .account-wrapper {
        background-color: #002046bf !important;
    }
}
.preloader-holder {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #002046;
  }
  
  .preloader {
    /* size */
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
  }
  
  @keyframes rotatePreloader {
    0% {
      transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
  }
  .preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  
  .preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    background-color: #ffffff;
    transform: translateX(-50%);
    border-radius: 50%;
  }
  
  .preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
  }
  
  @keyframes rotateCircle1 {
    0% {
      opacity: 0;
    }
    0% {
      opacity: 1;
      transform: rotateZ(36deg);
    }
    7% {
      transform: rotateZ(0deg);
    }
    57% {
      transform: rotateZ(0deg);
    }
    100% {
      transform: rotateZ(-324deg);
      opacity: 1;
    }
  }
  .preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
  }
  
  @keyframes rotateCircle2 {
    5% {
      opacity: 0;
    }
    5.0001% {
      opacity: 1;
      transform: rotateZ(0deg);
    }
    12% {
      transform: rotateZ(-36deg);
    }
    62% {
      transform: rotateZ(-36deg);
    }
    100% {
      transform: rotateZ(-324deg);
      opacity: 1;
    }
  }
  .preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
  }
  
  @keyframes rotateCircle3 {
    10% {
      opacity: 0;
    }
    10.0002% {
      opacity: 1;
      transform: rotateZ(-36deg);
    }
    17% {
      transform: rotateZ(-72deg);
    }
    67% {
      transform: rotateZ(-72deg);
    }
    100% {
      transform: rotateZ(-324deg);
      opacity: 1;
    }
  }
  .preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
  }
  
  @keyframes rotateCircle4 {
    15% {
      opacity: 0;
    }
    15.0003% {
      opacity: 1;
      transform: rotateZ(-72deg);
    }
    22% {
      transform: rotateZ(-108deg);
    }
    72% {
      transform: rotateZ(-108deg);
    }
    100% {
      transform: rotateZ(-324deg);
      opacity: 1;
    }
  }
  .preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
  }
  
  @keyframes rotateCircle5 {
    20% {
      opacity: 0;
    }
    20.0004% {
      opacity: 1;
      transform: rotateZ(-108deg);
    }
    27% {
      transform: rotateZ(-144deg);
    }
    77% {
      transform: rotateZ(-144deg);
    }
    100% {
      transform: rotateZ(-324deg);
      opacity: 1;
    }
  }
  .preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
  }
  
  @keyframes rotateCircle6 {
    25% {
      opacity: 0;
    }
    25.0005% {
      opacity: 1;
      transform: rotateZ(-144deg);
    }
    32% {
      transform: rotateZ(-180deg);
    }
    82% {
      transform: rotateZ(-180deg);
    }
    100% {
      transform: rotateZ(-324deg);
      opacity: 1;
    }
  }
  .preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
  }
  
  @keyframes rotateCircle7 {
    30% {
      opacity: 0;
    }
    30.0006% {
      opacity: 1;
      transform: rotateZ(-180deg);
    }
    37% {
      transform: rotateZ(-216deg);
    }
    87% {
      transform: rotateZ(-216deg);
    }
    100% {
      transform: rotateZ(-324deg);
      opacity: 1;
    }
  }
  .preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
  }
  
  @keyframes rotateCircle8 {
    35% {
      opacity: 0;
    }
    35.0007% {
      opacity: 1;
      transform: rotateZ(-216deg);
    }
    42% {
      transform: rotateZ(-252deg);
    }
    92% {
      transform: rotateZ(-252deg);
    }
    100% {
      transform: rotateZ(-324deg);
      opacity: 1;
    }
  }
  .preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
  }
  
  @keyframes rotateCircle9 {
    40% {
      opacity: 0;
    }
    40.0008% {
      opacity: 1;
      transform: rotateZ(-252deg);
    }
    47% {
      transform: rotateZ(-288deg);
    }
    97% {
      transform: rotateZ(-288deg);
    }
    100% {
      transform: rotateZ(-324deg);
      opacity: 1;
    }
  }
  .preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
  }
  
  @keyframes rotateCircle10 {
    45% {
      opacity: 0;
    }
    45.0009% {
      opacity: 1;
      transform: rotateZ(-288deg);
    }
    52% {
      transform: rotateZ(-324deg);
    }
    102% {
      transform: rotateZ(-324deg);
    }
    100% {
      transform: rotateZ(-324deg);
      opacity: 1;
    }
  }
/*# sourceMappingURL=main.css.map */


.single-roadmap p {
    white-space: break-spaces;
    word-break: break-all;
}

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

    .subscribe-form .subscribe-btn {
        width: 100%;
    }

}

.section1{
  position:relative;
  height:600px;
  background:#F1F5F8;
  padding:10px 0px;
  width:100%;
}
.section1 h2{
  text-align:center;
  font-size:40px;
}
.section1 p{
  text-align:center;
  padding:0px 70px;
  color:grey;
}
.sticky-social{
  position:fixed;
  top:20px;
  left:-40px;
  padding:0px;
  margin:0px;
}
.social{
  list-style:none;
}
.social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.social li:hover{
    margin-right:-30px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:20px;
  
}
.fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.fb{
  background-color:#3C5A98;
}
.twitter{
    background-color:#1EA1F2;
}
.insta{
    background-color:#DC4F42;
}
.pin{
    background-color:#CB2128;
}
.vim{
    background-color:#59BFBE;
}