﻿@charset "UTF-8";
.show-popup .overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 1000011;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
}
.overlay .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
    transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    width: 100%;
    max-width: 600px;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #fff;
    padding: 70px 80px;
}
.close_page {
    color: #999;
}
.close_page {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    line-height: 30px;
    font-size: 40px;
    padding: 20px;
    cursor: pointer;
    z-index: 11;
}
.overlay .popup .popup-header {
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
    text-transform: uppercase;
}
.overlay .popup .popup-body {
    padding: 0 80px 60px;
}
.overlay .overlay-blur {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0.6);
}
.show-popup .overlay .popup.show {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.msg-popup {
    position: fixed;
    bottom: 15%;
    left: 50%;
    width: 100%;
    max-width: 38vw;
    z-index: 111111111111;
    padding: 30px;
    color: #000;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 50px rgba(51, 51, 51, 0.1);
    line-height: 1.4;
    transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(-50%);
}
.msg-popup.center,
body.login .msg-popup {
    margin-left: 0 !important;
}
.msg-popup.danger p {
    color: #000000;
}
.msg-popup.warning p {
    color: #000;
}
.msg-popup.info p {
    color: #000;
}
.msg-popup.success p {
    color: #000;
}
.close_popup {
    position: absolute;
    top: 32px;
    right: 25px;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
}
.close_popup:hover {
    filter: invert(1);
}
.msg-popup.showw {
    pointer-events: auto;
    visibility: visible;
    bottom: 20%;
    opacity: 1;
}
.msg-popup p {
    color: #fff;
    text-align: left;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
}
@media (max-width: 480px) {
    .msg-popup {
        max-width: 94%;
    }
}

/*============================================
Template Name: Gooland
Version: 1.0
Author: pixelaxis
Author URI: https://themeforest.net/user/pixelaxis/portfolio
Description: Bitcoin Investment HTML Template


/*======== Table of Css Content ==========*/
/* Typography */
/* variables */
/* Normalize */
/* input and button type focus outline disable */
/* Global style */
/* Preloader Css */
/* Banners Start */
/* Main-menu Start */
/* Counter Start */
/* Process Start */
/* testomonial Start */
/* Footer Start */
/* Scroll To Top Start *
/*
=========================
=============================
 */
/* @import url("../../../../css2"); */
/*
=========================
font-family: 'Roboto', sans-serif;
font-family: 'Roboto', sans-serif;
=============================
 */
/* Typography */
/* Normalize  */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font: inherit;
    padding: 0;
    margin: 0;
}

body {
    font: inherit;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.556;
    font-weight: 400;
    padding-top: 69px;
    color: #000;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    line-height: 64px;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 30px;
}

p,
a,
li,
span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.556;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

a {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    font-weight: 400;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

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

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="date"]:focus,
input[type="submit"]:focus,
select:focus,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hero-container {
    max-width: 1620px;
}
/* Global style */
.button-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 50px;
    min-width: 160px;
    padding: 5px 25px;
    height: 50px;
    width: auto !important;
    /* text-transform: uppercase; */
    background: #31468c;
    border: none;
    transition: all 0.25s ease-in-out 0s;
    box-shadow: rgba(0, 33, 132, 0.19) 0 10px 20px,rgba(0, 39, 132, 0.23) 0 2px 6px;
}
.button-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 0px;
    min-width: 160px;
    padding: 5px 25px;
    height: 50px;
    /* text-transform: uppercase; */
    background: #31468c;
    transition: all 0.25s ease-in-out 0s;
}
.row.or::before {
	content: "ILI";
	position: absolute;
	top: 13px;
	left: 50%;
	width: 24px;
	font-size: 16px;
	text-align: center;
    font-weight: 700 !important;
}
.row.or {
    position: relative;
}
.footer .footer-bottom {
    margin-top: 60px !important;
}

.big-button {
    height: 60px !important;
    font-size: 16px;
}
.big-button:hover,
.button-1:hover,
.button-2:hover {
    color: #ffffff;
    background: #182a68;
}
p.text small {
	line-height: 20px;
	display: block;
	margin-top: 10px;
}
.navbar-toggler {
    border: none !important;
    margin: 0px;
    padding: 0px;
}

.navbar-toggler:focus {
    outline: 0px;
}

h1.head {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
}
.custom-hero-row {
    height: 60vh;
    align-items: flex-end;
}
h2.title {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    line-height: 64px;
}

h3.subtitle {
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    line-height: 34px;
}
.total-box h3.subtitle {
    margin-bottom: 20px;
}

h3.lasth {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 30px;
}

p.text {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}
.list-item p.text {
    font-size: 16px;
    line-height: 24px;
}
/* LOGO */
.logo {
    width: 300px;
    transition: all 0.25s linear 0s;
}
.jcc {
    justify-content: center;
    display: flex;
}
.mein-menu.nav-fixed .logo {
    width: 200px;
}
/* Preloader Css */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #31468c 0%, #31468c 100%);
    overflow: hidden;
}
.preloader .preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #fff;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes pulsani {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.002);
        transform: scale(1.002);
    }
    100% {
        -webkit-transform: scale(1.004);
        transform: scale(1.004);
        opacity: 0;
    }
}
@keyframes pulsani {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.002);
        transform: scale(1.002);
    }
    100% {
        -webkit-transform: scale(1.004);
        transform: scale(1.004);
        opacity: 0;
    }
}
@-webkit-keyframes trantani {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}
@keyframes trantani {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}
@-webkit-keyframes ura {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
}
@keyframes ura {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/* Main-menu Start */
.mein-menu {
    width: 100%;
    z-index: 9999;
    padding: 20px 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.mein-menu .navbar {
    padding: 0px 0px;
    padding: 0px 0px;
    padding: 0px 0px;
    padding: 0px 0px;
    padding: 0px 0px;
    padding: 0px 0px;
    padding: 0px 0px;
    padding: 0px 0px;
    padding: 0rem 0rem;
}
.mein-menu .navbar #navbarNavDropdown {
    margin: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav {
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item {
    margin-left: 25px !important;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item:first-child {
    margin-left: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    text-transform: none;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:before {
    position: absolute;
    content: "";
    top: calc(100% + 22px);
    left: 0;
    width: 0%;
    height: 2px;
    background: #31468c;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:hover:before,
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link.active:before {
    width: 100%;
    display: none;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
    border: 0;
    width: 65px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600 !important;
    color: #31468c;
    height: auto;
    padding: 3px 0px 0px;
    background: transparent;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select:after {
    border-bottom: 2px solid #31468c;
    border-right: 2px solid #31468c;
    width: 10px;
    height: 10px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select span {
    font-weight: 600 !important;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list {
    width: 100px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list li {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600 !important;
    color: #31468c;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1 {
    width: 160px;
    color: #31468c;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1 .Start_Now__ {
    font-size: 16px;
    font-family: "Roboto";
    color: #31468c;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.75;
    text-align: center;
    position: absolute;
    left: 1384.203px;
    top: 36px;
    z-index: 367;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1:hover,
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1.active {
    color: #fff;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1:before {
    display: none;
}

.mein-menu.nav-fixed {
    /* display:none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 3.801px 2.432px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3.801px 2.432px 24px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 0 20px;
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link,
.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
    color: #31468c;
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:before {
    background: #000;
    display: none;
}

.navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.mein-menu .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2849, 70, 140, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1 {
    color: #ffff;
    border: transparent;
    -webkit-box-shadow: 0px 16px 38px 0px rgba(53, 89, 6, 0.59);
    box-shadow: 0px 16px 38px 0px rgba(57, 89, 6, 0.59);
    background: linear-gradient(45deg, #31468c 0%, #31468c 100%);
}

/* Banners Start */
.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 314px 0 227px;
    position: relative;
    z-index: 1;
}
.banner .bg-sape {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 55%;
}
.banner .tree-1 {
    position: absolute;
    bottom: 50px;
    right: 0px;
}
.banner .tree-2 {
    position: absolute;
    bottom: 50px;
    right: 50%;
}
.banner .hero-area {
    position: relative;
    z-index: 2;
}
.banner .hero-area .banner-content h1.head {
    color: #fff;
    font-weight: 400;
}
.banner .hero-area .banner-content p.text {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 20px 0px 37px;
}
.banner .hero-area .banner-content a.button {
    width: 240px;
    height: 50px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item.last-item {
	margin-left: 20px !important;
}
/* section-head Start */
.section-head {
    margin-bottom: 26px;
}
.section-head h2.title {
    color: #31468c;
    font-weight: 400;
    padding: 0px 0 16px;
}
.section-head p.text {
    color: #000;
}
.section-head a.button.button-1 {
    margin-top: 33px;
    min-width: 220px;
    width: 240px;
    /* -webkit-box-shadow: 0px 7px 13px 0px rgba(99, 138, 255, 0.34);
          box-shadow: 0px 7px 13px 0px rgba(99, 138, 255, 0.34); */
}

/* partner Start */
.partner {
    padding: 120px 0 60px;
}
.partner .content {
    text-align: center;
    margin-bottom: 44px;
}
.partner .content h3.subtitle {
    color: #000;
}
.partner .partner-box .single-partner {
    text-align: center;
    -webkit-transition: 0.3s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.partner .partner-box .single-partner:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

/* Control Start */
#how {
    padding: 300px 0 60px;
}
.control {
    padding: 60px 0 60px;
    position: relative;
    z-index: 1;
}
.control .bg .control-bg {
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.control .bg .sape-1 {
    position: absolute;
    top: 25%;
    left: 3%;
    z-index: -1;
    -webkit-animation: rotate 6s linear infinite;
    animation: rotate 6s linear infinite;
}
.control .bg .sape-2 {
    position: absolute;
    top: 36%;
    left: 4%;
    z-index: -1;
    -webkit-animation: trantani 4s ease-in-out infinite;
    animation: trantani 4s ease-in-out infinite;
}
.control .section-head {
    margin-bottom: 10px;
    padding: 10px 15px 10px;
}
.control .section-head h2.title {
    padding: 16px 0 16px;
}
.control .control-box {
    margin-top: 30px;
    color: #544a84;
}
.control .control-box h3.subtitle {
    color: #504c89;
    padding: 17px 0 7px;
}
.control .control-box p.text {
    color: #504c89;
}
.control .videoo {
    position: relative;
    margin-top: 120px;
    border-radius: 15px;
    background-color: #f8faff;
    padding: 20px 20px 20px;
    z-index: 1;
}
.control .videoo:before {
    position: absolute;
    top: -40px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(248, 250, 255, 0.3);
    z-index: -1;
    border-radius: 15px;
}
.control .videoo:after {
    position: absolute;
    top: -20px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(248, 250, 255, 0.5);
    z-index: -1;
    border-radius: 15px;
}
.control .videoo .video-ilstation {
    position: absolute;
    left: 25%;
    bottom: 22px;
    -webkit-animation: trantani 5s linear infinite;
    animation: trantani 5s linear infinite;
}
.control .videoo .video-bg {
    width: 100%;
    z-index: -1;
}
.control .videoo .video-box {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 60px;
    color: #000;
}
.control .videoo .video-box .video-img {
    position: relative;
    border-radius: 50%;
    background-color: #31468c;
    width: 78px;
    height: 78px;
}
.control .videoo .video-box .video-img i {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
}
.control .videoo .video-box .video-text {
    margin-left: 20px;
}
.control .videoo .video-box .video-text p.text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #31468c;
}
.control .videoo .video-box .video-text span {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

/* Workflow Start */
.workflow {
    padding: 80px 0px;
    background-color: #31468c;
    position: relative;
    margin-bottom: 80px;
}
.workflow::after,
.workflow::before {
    z-index: 0 !important;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 65px;
    width: 100%;
    background-image: url(../img/upper-curve.png);
    bottom: auto !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.workflow::after {
    left: 0;
    height: 65px;
    background-image: url(../img/bottom-curve.png);
    bottom: -65px !important;
    top: inherit !important;
}
.workflow .section-head {
    margin-bottom: 30px;
}
.workflow .section-head h2.title {
    padding: 0px 0 16px;
    font-weight: 400;
    text-align: left;
}
.workflow .workflow-box {
	text-align: left;
	padding: 35px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 100%;
}
#howworks.workflow.new .workflow-box {
	display: flex;
	align-items: center;
	/*text-align: center;
	justify-content: center;*/
}
.workflow-box img {
    width: auto;
    height: 100px;
    margin-left: -22px;
}
.workflow .workflow-box .arrow {
    position: absolute;
    top: 23%;
    right: -30px;
}
@keyframes pulse-border {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.7);
        -webkit-transform: scale(1.7);
        opacity: 0;
    }
}
.elementor-icon {
	position: relative;
	width: 60px;
	height: 60px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c7cb50;
	margin-left: 20px;
	border-radius: 50%;
	color: #fff;
	transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}
.elementor-icon i {
    position: relative;
    left: 2px;
}
.elementor-icon:hover {
    color: #fff;
    background: #919430 !important;
}
a.elementor-icon:before {
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}
a.elementor-icon:after {
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation: pulse-border 1s linear infinite;
    -o-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
}
a.elementor-icon::before,
a.elementor-icon::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 0.2);
}

/* features */
.tril {
    padding: 50px 0;
}
.tril .section-head h2.title {
    color: #000;
    font-weight: 400;
    padding: 0px 0 16px;
}
.tril .text {
    display: flex;
    align-items: first baseline;
    gap: 10px;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px !important;
}
.tril .text i {
    font-size: 25px;
    line-height: 25px;
    color: #c7cb50;
    position: relative;
    top: 2px;
}

.tril h3.subtitle,
.workflow h3.subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #757c8c;
    text-transform: uppercase;
}
.workflow .workflow-box .content h4.lasthead {
	font-family: "Nunito Sans", sans-serif;
    padding: 20px 0px 10px;
    color: #fff;
    font-size: 24px;
	text-transform: uppercase;
}
.workflow .workflow-box .content p.text {
    color: #fff;
}
.workflow .workflow-box .content .btn-arrow {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
}

/* Workflow Start */
.business {
    padding: 60px 0px 120px;
}
.business .section-head {
    margin-bottom: 17px;
}
.business .section-head h2.title {
    padding: 15px 0 16px;
}
.business .total-box {
    padding-top: 120px;
    position: relative;
}
.business .total-box:before {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 695px;
    height: 695px;
    border: 1px dashed #5d88aa;
    border-radius: 50%;
    content: "";
}
.business .total-box .shape {
    text-align: center;
}
.business .total-box .box {
    max-width: 360px;
    padding: 30px 20px 30px;
}
.business .total-box .box .thumb .icon {
    text-align: center;
}
.business .total-box .box .content h3.subtitle {
    color: #31468c;
    padding: -20px 0px 17px;
}
.business .total-box .box .content p.text {
    color: #000;
}
.business .total-box .box.one {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.business .total-box .box.two {
    position: absolute;
    bottom: 0px;
    left: 8%;
}
.business .total-box .box.three {
    position: absolute;
    bottom: 0px;
    right: 8%;
}

/* feature Start */
.feature {
    padding: 60px 0 60px;
    background: #fff;
}
.feature .pic {
    margin-left: 30px;
}
.feature .pic .feature-img {
    max-width: unset;
}
.feature .section-head ul.list {
    padding-top: 17px;
}
.feature .section-head ul.list li.list-item {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-box-shadow: 3.801px 12.432px 38px 0px rgba(207, 200, 234, 0.26);
    box-shadow: 3.801px 12.432px 38px 0px rgba(207, 200, 234, 0.26);
    padding: 30px 30px 30px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.feature .section-head ul.list li.list-item span.icon {
    margin-right: 30px;
}
.feature .section-head ul.list li.list-item span.icon img {
    min-width: 50px;
}
.feature .section-head ul.list li.list-item h3.subtitle {
    color: #31468c;
}
.feature .section-head ul.list li.list-item p.text {
    color: #62598f;
}
.feature .section-head ul.list li.list-item:hover {
    -webkit-box-shadow: 0px 10px 8px 0px rgba(231, 226, 255, 0.65);
    box-shadow: 0px 10px 8px 0px rgba(231, 226, 255, 0.65);
}

.feature.one .pic {
    direction: rtl;
    margin-left: 0px;
    margin-right: 30px;
}
.feature.one .pic .feature-img {
    max-width: unset;
}

/* pricing Start */
.pricing {
    background: #31468c;
    position: relative;
    padding: 90px 0px 60px;
    z-index: 1;
}
.pricing .pricing-bg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    z-index: -1;
}
.pricing .shape-1 {
    position: absolute;
    top: 5%;
    left: 2%;
    -webkit-animation: rotate 5s ease-in-out infinite;
    animation: rotate 5s ease-in-out infinite;
}
.pricing .shape-2 {
    position: absolute;
    top: 15%;
    left: 4%;
    -webkit-animation: trantani 6s ease-in-out infinite;
    animation: trantani 6s ease-in-out infinite;
}
.pricing .section-head {
    position: relative;
}
.pricing .pricing-item {
    overflow: hidden;
    margin-top: 60px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center;
    border-radius: 30px;
    margin-left: 40px;
    position: relative;
}
.pricing .pricing-item .circle {
    position: absolute;
}
.pricing .pricing-item .circle-1 {
    right: 10px;
    bottom: 5px;
}
.pricing .pricing-item .circle-2 {
    top: 50px;
    left: 50%;
}
.pricing .pricing-item .circle-3 {
    top: 50px;
    left: -30px;
}
.pricing .pricing-item .circle-4 {
    bottom: -35px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.pricing .pricing-item .circle-5 {
    right: -30px;
    bottom: -30px;
}
.pricing .pricing-item .pricing-header {
    position: relative;
    color: #fff;
    padding-bottom: 30px;
}
.pricing .pricing-item .pricing-header .name {
    font-weight: 400;
    margin: 0 auto;
    border-radius: 0 0 30px 30px;
    line-height: 40px;
    display: inline-block;
    width: auto;
    margin: 0 auto 40px;
    background: #fff;
    color: #000;
    min-width: 160px;
    padding: 0 15px;
}
.pricing .pricing-item .pricing-header .title {
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}
.pricing .pricing-item .pricing-header .title .info {
    text-transform: uppercase;
}
.pricing .pricing-item .pricing-body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    -webkit-box-shadow: 1.95px 15.881px 30px 0 rgba(47, 105, 252, 0.3);
    box-shadow: 1.95px 15.881px 30px 0 rgba(47, 105, 252, 0.3);
    margin-left: -10px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    padding: 20px 40px 20px 65px;
    border-radius: 0 30px 30px 0;
    position: relative;
    z-index: 9;
}
.pricing .pricing-item .pricing-body:before {
    position: absolute;
    width: 40px;
    height: 48px;
    background: #cdd0f6;
    left: 0;
    top: 100%;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.pricing .pricing-item .pricing-body ul li {
    border-bottom: 2px dotted #bccaea;
    line-height: 28px;
    padding: 8px 0;
    color: #000;
}
.pricing .pricing-item .pricing-body ul li:last-child {
    border-bottom: 0px;
}
.pricing .pricing-item .pricing-footer {
    position: relative;
    padding: 40px 15px;
}
.pricing .pricing-item .pricing-footer a.button-1 {
    margin: 0px auto 0px;
    width: 240px;
}
.pricing .pricing-item.two {
    margin-top: 30px;
}
.pricing .pricing-item.two .pricing-header {
    padding-bottom: 70px;
}
.pricing .pricing-item.two .pricing-footer {
    padding: 40px 15px 60px;
}

/* Testomonial Start */
.testomonial {
    padding: 60px 0 60px;
}
.testomonial .testobox .single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testomonial .testobox .single .image {
    margin-right: 30px;
}
.testomonial .testobox .single .image img {
    width: unset;
}
.testomonial .testobox .single .section-head {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
.testomonial .testobox .single .section-head:after {
    position: absolute;
    left: 0;
    bottom: -95px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #f1e8fa;
    font-size: 300px;
    z-index: -1;
}
.testomonial .testobox .single .section-head h2.title {
    padding: 0px 0 26px;
}
.testomonial a.button.button-1 {
    margin: 40px auto 0px auto;
    width: 280px;
    -webkit-box-shadow: 0px 7px 13px 0px rgba(156, 255, 99, 0.59);
    box-shadow: 0px 7px 13px 0px rgba(135, 255, 99, 0.59);
}

/* FAQ Start */
/*Faqs Seciton*/
.nav--tabs {
    margin: -10px;
    margin-bottom: 25px;
    border: 0;
    justify-content: center;
}

@media (min-width: 768px) {
    .nav--tabs {
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

.nav--tabs .nav-item {
    padding: 10px;
}

.nav--tabs .nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #0d1856;
    text-transform: capitalize;
    border: 1px solid #e4e4e4;
    padding: 8px 20px 8px;
    border-radius: 0px;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav--tabs .nav-item .nav-link.active {
    color: #fff;
    border-color: rgba(0, 0, 0, 0) !important;
    background: #31468c;
}

.nav--tabs.cl-2 .nav-item .nav-link.active {
    background: #0abe81;
}

@media (max-width: 991px) {
    .nav--tabs {
        margin-left: -5px;
        margin-top: -5px;
        margin-right: -5px;
    }

    .nav--tabs .nav-item {
        padding: 5px;
    }

    .nav--tabs .nav-item .nav-link {
        font-size: 16px;
        padding: 7px 18px;
    }
}

@media (max-width: 991px) {
    .nav--tabs .nav-item .nav-link {
        font-size: 14px;
    }
}

.faq {
    padding: 60px 0 60px;
    position: relative;
}
.faq .fdot-1 {
    position: absolute;
    top: 15%;
    left: 45%;
    max-width: unset;
    z-index: -1;
    -webkit-animation: trantani 8s linear infinite;
    animation: trantani 8s linear infinite;
}
.faq .fdot-2 {
    position: absolute;
    top: 6%;
    left: 65%;
    max-width: unset;
    z-index: -1;
    -webkit-animation: trantani 6s linear infinite;
    animation: trantani 6s linear infinite;
}
.faq .fdot-3 {
    position: absolute;
    top: 0%;
    left: 35%;
    max-width: unset;
    z-index: -1;
    -webkit-animation: trantani 4s linear infinite;
    animation: trantani 4s linear infinite;
}
.faq .section-head {
    margin-bottom: 26px;
}
.faq .section-head p.text a.link {
    color: #31468c;
}
.faq .section-head p.text a.link:hover {
    text-decoration: underline;
}
.faq .faq-box .accordion .accordion-item {
	outline: none;
	margin-top: 20px;
	box-shadow: 0 2px 40px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
    overflow: hidden;
}
.faq .faq-box .accordion .accordion-item .accordion-header {
    position: relative;
    border-radius: 10px;
    background-color: white;
    /* -webkit-box-shadow: 9.272px 3.746px 38px 0px rgba(176, 163, 231, 0.26); */
    /* box-shadow: 9.272px 3.746px 38px 0px rgba(176, 163, 231, 0.26); */
}
.faq .faq-box .accordion .accordion-item .accordion-header:hover {
    /* box-shadow: 9.272px 3.746px 38px 0px rgba(129, 148, 193, 0.5); */
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    border-radius: 0;
    border: none;
    outline: none !important;
    padding: 20px 50px 20px 20px;
}
.accordion-button.collapsed:hover {
	background: #31468c;
	color: #fff !important;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded="true"] {
    background: transparent;
    outline: none !important;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
    /* box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25); */
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button .icon {
    margin-right: 20px;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:after {
    display: none;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:before {
    display: none;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded="true"]:before {
    top: 35%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq .faq-box .accordion .accordion-item .accordion-collapse {
    border: none;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
    background-color: white;
    /* -webkit-box-shadow: 9.272px 3.746px 38px 0px rgba(176, 163, 231, 0.26); */
    /* box-shadow: 9.272px 3.746px 38px 0px rgba(176, 163, 231, 0.26); */
}
.faq .faq-box .accordion .accordion-item .accordion-collapse .accordion-body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	font-weight: 300;
	padding: 24px 20px 26px 20px;
}
.faq .fpic {
    margin-left: 30px;
}
.faq .fpic .faq-girl {
    max-width: unset;
}

/* tril Start */
.tril {
    padding: 60px 0px 60px;
}
.tril .content {
    padding: 116px 0 120px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 20px;
}
.tril .content .section-head {
    margin-bottom: 0px;
}
.tril .content .section-head h2.title {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
}
.tril .content .section-head p.text {
    color: #fff;
}
.tril .content .section-head a.button {
    margin-top: 37px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0px 35px 0px;
    color: #fff;
    width: auto;
}

/* Footer Start */
.footer {
    background: #fff;
    padding: 60px 0px 0px;
    color: #31468c;
}
.footer .footer-box .logo {
    padding-bottom: 10px;
}
.footer .footer-box p.text {
    padding-top: 8px;
    color: #fff;
}
.footer .footer-box h3.subtitle {
    color: #fff;
    padding-bottom: 10px;
}
.footer .footer-box .footer-link li {
    color: #fff;
    padding-top: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.footer .footer-box .footer-link li a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.footer .footer-box .footer-link li a:hover {
    color: #31468c;
}
.footer .footer-bottom {
    margin-top: 117px;
    padding: 20px 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(104, 112, 197, 0.2);
}
.footer .footer-bottom .content p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #31468c;
}
.footer .footer-bottom .content p a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #31468c;
}
.footer .footer-bottom .content p a:hover {
    text-decoration: underline;
}
.social-style {
    display: flex;
    align-items: center;
}
.social-style a.reg-link:hover {
    text-decoration: underline;
}
#cookie-msg .msg {
    font-size: 14px;
}
.btn-aceptar:hover {
    background: #31468c !important;
}
.btn-aceptar {
    display: inline-block;
    font-size: 12px;
    text-decoration: none !important;
    padding: 10px 20px;
    margin-left: 20px;
}
.social-style a.reg-link {
    font-size: 14px !important;
    color: #31468c;
    display: inline-block;
    margin-right: 15px;
}
.footer .footer-bottom .social-style a:not(.reg-link) {
    margin-left: 15px;
    background-color: rgba(49, 70, 140, 0.3);
    color: #31468c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(236, 239, 253, 0.73);
    line-height: 40px;
    display: inline-block;
}
.footer .footer-bottom .social-style a:hover:not(.reg-link) {
    background: rgba(49, 70, 140, 0.3);
}
#home::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
    width: 100%;
    opacity: 0.35;
    z-index: 1;
}
.newsletter-form {
    width: 100%;
    padding-left: 100px;
    position: relative;
}
.newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    height: 100%;
    border: none;
    background: #31468c;
    color: #fff;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}
.cta {
    padding: 60px 0px 120px;
}
.cta2 {
    padding: 120px 0px 120px;
}
.newsletter-form button:hover {
    background: #1b2a5c;
}
.input-field {
    width: 100%;
    padding-left: 100px;
    width: 100%;
    border: 1px solid #31468c;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 162, 255, 0.22);
    box-shadow: 0px 3px 8px 0px rgba(0, 88, 255, 0.12);
    height: 58px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 26px;
    color: #31468c;
    padding: 0px 30px 0px;
}
.f-36 {
    font-size: 36px !important;
}
.flex {
    display: flex;
}
.aic {
    align-items: center;
}
.jcl {
    justify-content: flex-start;
}
.jcr {
    justify-content: flex-end;
}
.jcc {
    justify-content: center;
}
.jcsb {
    justify-content: space-between;
}

#home {
    position: relative;
}
/* Scroll To Top Start */
#scrollUp {
    position: fixed;
    display: none;
    height: 45px;
    width: 40px;
    right: 1%;
    bottom: 70px;
    border-radius: 4px;
    background: #c7cb50;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 500;
    color: black;
}

#scrollUp i.fas.fa-arrow-up {
    color: #fff;
    line-height: 45px;
}
.fly-box {
    background: #31468c;
    color: #fff;
    padding: 80px;
    border-radius: 0 0 100px 0;
    max-width: 500px;
}
/* Portfolio Start */
.portfolio {
    padding: 120px 0px 120px;
    position: relative;
    margin-top: 50px;
    background: #f0f5fc;
}
/* .portfolio:before {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 65%;
    content: "";
    background: #dfe7fb;
    z-index: -1;
    border-radius: 20px;
  } */
.col-md-25 {
    flex: 0 0 auto;
    width: 20%;
}
.portfolio .item-box {
	margin-top: 30px;
	padding: 60px 10px 10px;
	background-color: white;
	width: 100%;
	border: 1px solid #31468c1c;
	height: 100%;
	border-radius: 10px;
}
.portfolio .item-box .thumb .icon img {
	width: 100px;
}
.portfolio .item-box .thumb .icon {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.portfolio .item-box:hover .content h3.subtitle {
    color: #31468c;
}
.portfolio .item-box .content h3.subtitle {
    padding: 36px 0px 16px;
    letter-spacing: 0;
    color: #030313;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.portfolio .item-box .content P.text {
    color: #142645;
}
.portfolio .item-box:hover .thumb .icon {
    /* -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); */
}

/* Open-Account Start */
.open-account {
    position: relative;
    padding: 120px 0px 100px;
    background: #31468c;
}
.open-account .open-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: unset;
    z-index: -1;
}
.open-account .account-box {
    padding: 60px 40px 60px;
    border-radius: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 49px 0px rgba(51, 42, 147, 0.54);
    box-shadow: 0px 5px 49px 0px rgba(51, 42, 147, 0.54);
}
.open-account .account-box .thrty-six {
    font-size: 36px;
    line-height: 46px;
    color: #31468c;
}
.open-account .account-box p.text {
    color: #31468c;
}
.open-account .account-box .form-group {
    padding: 10px 0px 10px;
}
.open-account .section-head p,
.open-account .section-head h2.title {
	color: #fff;
}
.open-account .account-box .form-group input {
    width: 100%;
    border: 1px solid #31468c;
    background-color: rgba(38, 13, 76, 0);
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 162, 255, 0.22);
    box-shadow: 0px 3px 8px 0px rgba(0, 88, 255, 0.12);
    height: 58px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #31468c;
    padding: 0px 30px 0px;
}
.open-account .account-box .form-group textarea {
    width: 100%;
    border: 1px solid #31468c;
    background-color: rgba(38, 13, 76, 0);
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 162, 255, 0.22);
    box-shadow: 0px 3px 8px 0px rgba(0, 88, 255, 0.12);
    min-height: 120px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #31468c;
    padding: 10px 30px 10px;
}
.open-account .account-box .form-group input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #6180c0;
}
.open-account .account-box .form-group input::-moz-placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #6180c0;
}
.open-account .account-box .form-group input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #6180c0;
}
.open-account .account-box .form-group input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #6180c0;
}
.open-account .account-box .form-group input::placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #6180c0;
}
.open-account .account-box .button-box button.button-2 {
    width: 75%;
    border-radius: 50px;
    border: 0;
    margin: 0px auto 0px;
    height: 60px;
    line-height: 60px;
}

/* About Section Start */
.about-section {
    position: relative;
    padding: 120px 0px 120px;
}
.about-section .about-thumb {
    padding-right: 15px;
    direction: rtl;
    position: relative;
    height: 100%;
}
.about-full-img {
	height: 100% !important;
    object-fit: cover;
    width: 100%;
}
.about-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* .about-section .about-thumb img.about-img {
    max-width: unset;
  } */
.about-section .about-content .upper-content {
    margin-bottom: 38px;
}
.about-section .about-content .upper-content h2.title {
    padding: 13px 0 16px;
}
.about-section .about-content .counter-area-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}
.about-section .about-content .counter-area-5 .page-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: calc(100% / 3);
    padding: 15px;
    position: relative;
}
.about-section .about-content .counter-area-5 .page-counter:before {
    position: absolute;
    top: 0;
    right: -10%;
    content: "";
    width: 1px;
    height: 100%;
    background: #d8daf3;
}
.about-section .about-content .counter-area-5 .page-counter:last-child:before {
    display: none;
}
.about-section .about-content .counter-area-5 .page-counter .counter-thumb {
    width: 65px;
}
.about-section .about-content .counter-area-5 .page-counter .counter-item {
    width: calc(100% - 65px);
    padding-left: 15px;
}
.about-section .about-content .counter-area-5 .page-counter .counter-item h2.title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #31468c;
}
.about-section .about-content .counter-area-5 .page-counter .counter-item h2.title span {
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #31468c;
}
.about-section .about-content .counter-area-5 .page-counter .counter-item p.text {
    color: #fff;
}

/* FAQ Section Start */
.faq-section {
    padding: 70px 0 70px;
    background: #31468c;
    color: #fff;
}
/* Chart Section Start */
.chart-section {
    padding: 118px 0 107px;
    background: #fff;
}
.proven-list {
    padding-left: 0;
    list-style: none;
    margin-top: 40px;
}
.proven-list li {
    color: #000;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}
.green-button {
    background-color: #c7cb50 !important;
    width: 240px;
    box-shadow: rgba(128, 132, 0, 0.19) 0 10px 20px,rgba(116, 132, 0, 0.23) 0 2px 6px;;
}
.green-button:hover {
    background-color: #919430 !important;
}
.proven-list li i {
    position: relative;
    top: 4px;
    color: #c9cd50;
}
.chart-section .upper-content h2.title {
    padding: 0px 0 3px;
    color: #fff;
}
.chart-section .upper-content p.text {
    color: rgba(255, 255, 255, 0.9);
}
.chart-section .page-counter {
    margin-top: 13px;
}
.chart-section .page-counter p.text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
}
.chart-section .page-counter h2.title {
    margin-top: 4px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #ffffff;
}
.chart-section .page-counter h2.title span.count-num {
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #ffffff;
}
.chart-section #chart {
    font-family: "Open Sans", sans-serif;
    min-height: 400px;
    width: 100%;
    margin: 2rem auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-radius: 5px;
}
.chart-section #timeline-chart {
    margin: 0 auto;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.chart-section #timeline-chart.loaded {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.chart-section .apexcharts-toolbar {
    display: none !important;
}

/* Creativity Section Start */
.history-section {
    padding: 116px 0 110px;
    background: #f0f5fc;
}
.history-section .upper-content h2.title {
    padding: 18px 0 4px;
}
.history-section .history-slider {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.history-section .history-slider .history-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 30px 0px 0px;
    text-align: center;
}
.history-section .history-slider .history-item .history-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: 0 auto 52px;
    position: relative;
}
.history-section .history-slider .history-item .history-content:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    background: #2c18b4;
    left: calc(50%);
    top: calc(100% + 7px);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.history-section .history-slider .history-item .history-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #2c18b4;
    top: calc(100% + 52px);
    left: 0;
}
.history-section .history-slider .history-item .history-content .content {
    padding: 35px 15px;
    max-width: 220px;
    border-radius: 20px;
    -webkit-box-shadow: 3.629px 14.554px 30.72px 1.28px rgba(24, 37, 163, 0.2);
    box-shadow: 3.629px 14.554px 30.72px 1.28px rgba(24, 37, 163, 0.2);
    background: #fff;
    margin: 0 auto 52px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: none;
}
.history-section .history-slider .history-item .history-content .content h6.title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #31468c;
    font-weight: 400;
    margin-bottom: 4px;
}
.history-section .history-slider .history-item .history-content .content p {
    font-size: 14px;
    line-height: 24px;
    color: #31468c;
}
.history-section .history-slider .history-item .history-thumb {
    padding-top: 23px;
    position: relative;
    cursor: pointer;
}
.history-section .history-slider .history-item .history-thumb .anime-item-2 {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.history-section .history-slider .history-item .history-thumb .anime-item-2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #2c18b4;
    -webkit-box-shadow: 3.694px -4.728px 38px 0 rgba(17, 65, 189, 0.52);
    box-shadow: 3.694px -4.728px 38px 0 rgba(17, 65, 189, 0.52);
    margin-left: -5px;
    margin-top: -5px;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: pulsani 3s linear infinite;
    animation: pulsani 3s linear infinite;
    z-index: -1;
}
.history-section .history-slider .history-item .history-thumb .anime-item-2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #2c18b4;
    -webkit-box-shadow: 3.694px -4.728px 38px 0 rgba(17, 65, 189, 0.52);
    box-shadow: 3.694px -4.728px 38px 0 rgba(17, 65, 189, 0.52);
    margin-left: -5px;
    margin-top: -5px;
    cursor: pointer;
}
.history-section .history-slider .history-item .history-thumb span {
    font-size: 18px;
    line-height: 28px;
    color: #31468c;
}
.history-section .owl-carousel .owl-item.active.center {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.history-section .owl-carousel .owl-item.active.center .history-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.history-section .owl-carousel .owl-item.active.center .history-item .history-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.history-section .owl-carousel .owl-item.active.center .history-item .history-content:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.history-section .owl-carousel .owl-item.active.center .history-item .history-content .content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.checkboxes {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    /* gap: 20px; */
}
.checkbox {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-checkbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
    position: relative;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 58px;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
    color: #fff;
	padding: 0 2rem;
}
.single-checkbox.selected {
    border: none;
    background-color: rgba(0,0,0,0);
    color: #fff;
    position: relative;
}
.single-checkbox.selected::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
}
.single-checkbox::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
}
/* TABLE */
.base-slider__container {
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    transition: filter 0.1s;
}
.base-slider__wrapper {
    position: relative;
    height: 100%;
    display: flex;
    box-sizing: content-box;
    float: left;
    transition-property: transform;
    z-index: 1;
    flex-wrap: nowrap;
    will-change: transform;
    white-space: nowrap;
    touch-action: pan-Y;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0;
}
.base-slider__item {
    white-space: normal;
    cursor: pointer;
    transition-property: transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.base-slider__item .img {
    height: 100%;
    background: no-repeat 50% / cover;
}
.base-slider__item .base-image--placeholder {
    height: 100%;
}
.base-slider__button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
    .base-slider__button {
        width: 33px;
        height: 33px;
    }
}
.base-slider__button .arrow-icon {
    width: 13px;
    height: 22px;
}
@media screen and (max-width: 991px) {
    .base-slider__button .arrow-icon {
        width: 10px;
        height: 16px;
    }
}
.base-slider__button--prev {
    left: 10px;
}
@media screen and (max-width: 991px) {
    .base-slider__button--prev {
        left: 15px;
    }
}
.base-slider__button--prev .svg-icon {
    margin-right: 1px;
}
.base-slider__button--next {
    right: 10px;
    left: auto;
}
@media screen and (max-width: 991px) {
    .base-slider__button--next {
        right: 15px;
    }
}
.base-slider__button--next .svg-icon {
    margin-left: 3px;
}
.base-slider__button[disabled] {
    opacity: 0.5;
}
.base-slider__blur {
    height: 100%;
    width: 39px;
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    position: absolute;
    z-index: 1;
    cursor: pointer;
    opacity: 1;
}
.base-slider__blur--left {
    left: 0;
}
.base-slider__blur--right {
    right: -1px;
    transform: rotate(180deg);
}
.treesury-table-column {
    max-width: 156px;
    width: 100%;
    padding-top: 20px;
    z-index: 2;
}
@media screen and (max-width: 991px) {
    .treesury-table-column {
        width: 100%;
        max-width: 100%;
        min-width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .treesury-table-column {
        padding-top: 0;
    }
}
.treesury-table-column .column-title {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
}
@media screen and (max-width: 767px) {
    .treesury-table-column .column-title {
        padding-bottom: 20px;
        justify-content: flex-end;
    }
    .treesury-table-column .column-title {
        height: 90px;
    }
}
.treesury-table-column .column-title span {
	font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    margin-top: 10px;
    color: #31468c;
}
@media screen and (max-width: 360px) {
    .treesury-table-column .column-title span {
        font-size: 8px;
    }
}
.treesury-table-column .column-title__icon {
    height: 40px;
    width: 40px;
}
@media screen and (min-width: 768px) {
    .treesury-table-column .column-title__icon {
        opacity: 1;
    }
}
@media screen and (max-width: 360px) {
    .treesury-table-column .column-title__icon {
        width: 25px;
        height: 25px;
    }
}
@media screen and (min-width: 768px) {
    .treesury-table-column.hovering .column-value .line-bg {
        width: calc(100% - 30px);
    }
}
@media screen and (min-width: 768px) {
    .treesury-table-column.hovering .column-value:last-child .line-bg {
        border-top: 6px solid hsla(0, 0%, 95.3%, 0);
    }
}
@media screen and (min-width: 768px) {
    .treesury-table-column.hovering .column-title__icon {
        opacity: 1;
    }
}
.treesury-table-column .column-value {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .treesury-table-column .column-value {
        padding: 0 10px;
    }
}
.treesury-table-column .column-value:first-child {
    display: none;
}
.treesury-table-column .column-value:last-child .line-bg {
    height: 6px;
    border-top: 6px solid hsla(0, 0%, 95.3%, 0.5);
    top: 3px;
}
@media screen and (max-width: 576px) {
    .treesury-table-column .column-value:last-child .line-bg {
        border-top: 3px solid hsla(0, 0%, 95.3%, 0.5);
    }
}
.treesury-table-column .column-value .line-bg {
    border-top: 1px solid #f3f3f3;
    position: absolute;
    top: 1px;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translate(-50%, -50%);
}
.treesury-table-column .column-value__check-icon {
    /* fill:#90be6d;
    background-color:rgba(144,190,109,.15); */
    border-radius: 100px;
    height: 16px;
    width: 16px;
    padding: 0;
    position: relative;
    z-index: 4;
}
@media screen and (max-width: 767px) {
    .treesury-table-column .column-value__check-icon {
        height: 20px;
        width: 20px;
        padding: 2px;
    }
}
.treesury-table-column .column-value__times-icon {
    /* fill:#ef626c;
    background-color:rgba(239,98,108,.15); */
    border-radius: 100px;
    height: 16px;
    width: 16px;
    padding: 0;
    position: relative;
    z-index: 4;
}
@media screen and (max-width: 767px) {
    .treesury-table-column .column-value__times-icon {
        height: 20px;
        width: 20px;
        padding: 2px;
    }
}
.treesury-table-column .column-value .line {
    margin: 0 auto;
    width: 16px;
    height: 2px;
    background-color: #9d9c9c;
    display: inline-block;
    position: relative;
    top: 0;
    opacity: 1;
}
@media screen and (max-width: 825px) {
    .treesury-table-column .column-value .line {
        width: 20px;
    }
}
@media screen and (max-width: 640px) {
    .treesury-table-column .column-value .line {
        width: 9px;
        height: 1px;
        top: -1px;
    }
}
@media screen and (min-width: 768px) {
    .treesury-table-column .column-value.active:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 61px;
        background-color: #f3f3f3;
        opacity: 0.5;
        z-index: -1;
    }
}
.treesury-table-column .column-value.spark {
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.treesury-table-column .column-value.spark:before {
    display: none;
}
.treesury-table-column .column-value.spark .block-line {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
@media screen and (max-width: 767px) {
    .treesury-table-column .column-value.spark .block-line {
        /*background-color: transparent !important;*/
    }
}
.treesury-table-column .column-value.spark .block-line .value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    white-space: nowrap;
}
.treesury-table-column .column-value.spark .block-line .value a {
	font-family: "Nunito Sans", sans-serif;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0s ease;
    transition: all 0s ease-in-out;
    font-size: 24px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}
.treesury-table-column .column-value.spark .block-line .spark-line {
    position: relative;
    width: 100%;
    opacity: 0;
}
.treesury-table-column .column-value.spark .block-line .spark-line__icon {
    position: relative;
    top: 0;
}
.treesury-table-column .column-value.spark .block-line .spark-line .absolute-line {
    position: absolute;
    left: 0;
    top: 0;
}
.treesury-table-column.hovering {
    border-radius: 10px;
    z-index: 3;
}
@media screen and (min-width: 768px) {
    .treesury-table-column.hovering {
        box-shadow: 0 10px 40px -10px rgba(62, 62, 62, 0.15);
        background: #fff;
    }
}
.treesury-table-column.hovering .column-value .block-line .spark-line {
    opacity: 0.15;
}
@media screen and (max-width: 767px) {
    .treesury-table-column.hovering .column-value .block-line .spark-line {
        opacity: 0;
    }
}
.table {
    display: flex;
    flex-direction: column;
}
.table .small-text {
    margin-top: 35px;
    margin-bottom: 0;
    font-size: 14px;
}
.table-navigation {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .table-navigation {
        margin-top: 35px;
    }
}
.table .paginations {
    margin-left: 0;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: center;
    padding-left: 0;
}
.table .paginations li {
    margin-left: 15px;
}
.table .paginations li:first-child {
    margin-left: 0;
}
.table .paginations li a {
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
    position: relative;
    border-radius: 100px;
    display: flex;
    transition: all 0.2s ease;
    transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
    .table .paginations li a {
        pointer-events: none;
    }
}
.table .paginations li a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #9d9c9c;
    border-radius: 100px;
    opacity: 0.3;
    transition: all 0.2s ease;
    transition: all 0.2s ease-in-out;
}
.table .paginations li a span {
    display: none;
}
.table .paginations li.active a {
    border: 1px solid rgba(157, 156, 156, 0.3);
}
.table .paginations li.active a:before {
    opacity: 1;
}
.treesury-table-column .column-value.active::before {
    content: "";
    position: absolute;
    left: -0.5rem;
    top: 0;
    width: calc(100% + 1rem);
    height: 61px;
    background-color: #f3f3f3;
    opacity: 0.5;
    z-index: -1;
}
.treesury-table-desktop,
.treesury-table {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
}
.treesury-table-titles {
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .treesury-table-titles {
        max-width: 130px;
        min-width: 125px;
        margin-left: -15px;
        background-color: #fbfbfb;
        position: relative;
        z-index: 2;
    }
    .treesury-table-titles:before {
        content: "";
        position: absolute;
        left: 0;
        top: 25px;
        width: 100%;
        height: calc(100% - 50px);
        z-index: -1;
        box-shadow: 5px 0 30px -5px rgba(0, 0, 0, 0.1);
    }
}
.treesury-table-titles .title-row {
    padding: 20px 10px;
    height: 60px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .treesury-table-titles .title-row {
        padding-left: 15px;
        padding-right: 0;
        display: flex;
        align-items: center;
        background-color: #fbfbfb;
    }
}
.treesury-table-titles .title-row .line-bg {
    border-top: 1px solid #f3f3f3;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .treesury-table-titles .title-row .line-bg {
        display: none;
    }
}
.treesury-table-titles .title-row:first-child {
    height: 108px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
@media screen and (max-width: 767px) {
    .treesury-table-titles .title-row:first-child {
        height: 100px;
    }
}
.treesury-table-titles .title-row:first-child .line-bg,
.treesury-table-titles .title-row:first-child:before {
    display: none;
}
.treesury-table-titles .title-row:last-child .line-bg {
    height: 6px;
    border-top: 6px solid hsla(0, 0%, 95.3%, 0.5);
}
.treesury-table-titles .title-row:last-child:before {
    display: none;
}
.treesury-table-titles .title-row .is-h6__title {
	font-family: "Nunito Sans", sans-serif;
    position: relative;
    z-index: 2;
    font-size: 12px !important;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
}
@media screen and (max-width: 767px) {
    .treesury-table-titles .title-row .is-h6__title {
        font-size: 12px;
        padding-right: 0;
    }
}
@media screen and (max-width: 576px) {
    .treesury-table-titles .title-row .is-h6__title {
        line-height: 10px;
        font-size: 11px !important;
    }
}
.treesury-table-titles .title-row .is-h6__title span {
    color: #9d9c9c;
}
@media screen and (min-width: 768px) {
    .treesury-table-titles .title-row.active:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 61px;
        background-color: #f3f3f3;
        opacity: 0.5;
    }
}
.treesury-table__slider .base-slider__item {
    display: flex;
    flex-direction: row;
}
.why-treesury {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.why-treesury-heder {
    width: 100%;
    max-width: 755px;
    margin-bottom: 45px;
}
.why-treesury-heder .is-h1__title {
    margin-bottom: 15px;
}
.desktop {
    display: block !important;
}
.desktop-flex {
    display: flex !important;
}
.mobile {
    display: none !important;
}
.mobile-flex {
    display: none !important;
}
#tablee .section-head p {
    max-width: 70%;
    margin: auto;
}
#tablee .section-head {
    text-align: center;
    margin-bottom: 80px;
}
.custom-select-container {
    position: relative;
}
.custom-select-val {
    width: 100%;
    border: 1px solid #31468c;
    background-color: rgba(38, 13, 76, 0);
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 162, 255, 0.22);
    box-shadow: 0px 3px 8px 0px rgba(0, 88, 255, 0.12);
    height: 58px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #31468c;
    padding: 0px 30px 0px;
    display: flex;
    position: relative;
    z-index: 5;
    background: #fff;
    align-items: center;
    font-weight: 500;
}
.custom-select-dropdown {
    border: 1px solid #31468c;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 162, 255, 0.22);
    box-shadow: 0px 3px 8px 0px rgba(0, 88, 255, 0.12);
    height: auto;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
    padding: 30px 20px 20px;
    width: 100%;
    z-index: 0;
    top: 100%;
    margin-top: -20px;
    display: none;
}
.custom-select-dropdown li {
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #31468c;
}
.budget-custom {
    height: 40px !important;
    padding: 0px 15px 0px !important;
}
.custom-select-val::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 24px;
    border: 7px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #31468c;
}
.custom-select-dropdown li[data-value]:hover {
    background: #f0f0f0;
    cursor: pointer;
}
.cancel_budget {
    position: absolute;
    top: 7px;
    right: 95px;
    border: none;
    background: #fff;
    color: #000;
    height: 34px;
    border-radius: 8px;
    font-size: 12px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.save_budget {
    position: absolute;
    top: 7px;
    right: 33px;
    border: none;
    background: #31468c;
    color: #fff;
    height: 34px;
    border-radius: 8px;
    font-size: 12px;
    padding: 0 15px;
}
.custom-val {
    position: relative;
}
.social {
    display: flex;
    align-items: center;
}
.footer .social a {
    background: #31468c;
}
.social a:hover {
    background: #919430;
}
.social a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c7cb50;
    margin-right: 20px;
    color: #fff;
    border-radius: 50%;
    transition: all 0.25s ease-in-out 0s;
}
.button.button-1.invert-button {
	background: #c7cb50;
	color: #fff;
    transition: all 0.25s ease-in-out 0s;
    width: 240px;
}
.button.button-1.invert-button:hover {
	background: #c7cb50;
	color: #fff;
}
@media (max-width: 767px) {
    .treesury-table-titles::before {
        content: "";
        position: absolute;
        left: 0;
        top: 25px;
        width: 100%;
        height: calc(100% - 50px);
        z-index: -1;
        box-shadow: 5px 0 30px -5px rgba(0, 0, 0, 0.1);
    }
    .desktop {
        display: none !important;
    }
    .desktop-flex {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .mobile-flex {
        display: flex !important;
    }

    #tablee .section-head p {
        max-width: 100%;
        margin: auto;
    }
    #tablee .section-head {
        text-align: center;
        margin-bottom: 50px;
    }
    .treesury-table-column .column-title__icon {
        opacity: 0.25;
    }
    .treesury-table-column.hovering .column-title__icon {
        opacity: 1;
    }
    .mobile-only {
        display: block !important;
    }
    .btn-aceptar {
        margin-left: 0;
    }
    .footer-logo {
        width: 200px !important;
        margin: 20px 0;
    }
    .cta2 .f-36 {
        font-size: 24px !important;
        text-align: center;
    }
    .cta {
        padding: 60px 0px 60px !important;
    }
    .cta2 {
        padding: 60px 0px 60px !important;
    }
    .treesury-table-desktop,
    .treesury-table {
        position: relative;
        padding-bottom: 40px;
    }
    #cookie-msg {
        right: 20px !important;
        width: calc(100% - 40px) !important;
    }
    .show-popup .overlay .popup.show {
        width: 94%;
    }
    .custom-select-dropdown {
        padding: 30px 10px 20px;
    }
    .open-account .account-box .thrty-six {
        font-size: 24px;
        line-height: 46px;
        color: #142645;
    }
    .popup p.text {
        font-size: 16px;
        line-height: 24px;
    }
    .open-account .account-box .form-group input {
        height: 45px;
    }
    .custom-select-val {
        height: 45px;
    }
    .custom-select-val::before {
        top: 18px;
    }
    .show-popup .overlay .popup.early-access-popup.show {
        -webkit-transform: translate(-50%, 0%) scale(1);
        transform: translate(-50%, 0%) scale(1);
        top: 50px;
    }
    .custom-select-dropdown li {
        padding: 4px 10px;
    }
    .save_budget {
        right: 13px;
    }
}

/* Scroll To Top End */
