@font-face {
    font-family: proxima;
    src: url('../webfonts/proxima.otf');
}

@font-face {
    font-family: vanguard;
    src: url(../webfonts/FontsFree-Net-vanguard-cf-medium.ttf);
}

body {
    background-color: #fff;
    font-family: 'proxima';
    color: #2c2c2c;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'proxima';
}
.section__header__title {
    color: #2d5e82;
    font-size: 45px;
}
.logo {
    width: 200px;
}

.header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .padding-top {
        padding-top: 100px;
    }

    .padding-bottom {
        padding-bottom: 100px;
    }
}

.color1 {
    color: #f48e1e;
}

.color2 {
    color: #2d5e82;
}

.banner__content h1 {
    font-family: 'vanguard';
    letter-spacing: 6px;
    font-size: 7rem;
}
.banner--style2 .banner__content p{
    margin-inline:initial;
}

.tech {
    position: absolute;
    height: 400px;
    width: 400px !important;
    z-index: -1;
    top: 0;
    right: 50px;
    opacity: .4;
}

.tech1 {
    position: absolute;
    height: 400px;
    width: 400px !important;
    z-index: -1;
    top: 0;
    right: 50px;
    opacity: .4;
    animation: rotate 5s infinite linear;
}

.default-btn {

    background: #f48e1e;

}

.home-bg {
    height: 100vh;
}

.text-shadow {
    text-shadow: -1px 3px 7px #00000057;
}

.banner {
    /* background:url(../images/banner/bg3.png); */
    background-size: 100%;
}

.banner--style2 {
    margin-top: -70px;
    padding: 0;
}

.banner__content {
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-60%);
}

.banner__content p {
    color: rgba(216, 223, 233, 0.8) !important;
}

.bg-video {
    position: relative;
}

.bg-video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(#00000000, #000);
}

.default-btn:hover {
    color: #2d5e82;
    transform: translateY(-3px);
    background: transparent;
    border-color: #2d5e82;
    box-shadow: 0 0 10px rgba(40, 219, 209, 0.4);
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

.menu li .submenu li a {
    font-size: 14px;
}

.menu {
    font-family: "proxima";
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.header-wrapper .menu-area .wallet-btn {
    background: #f48e1e;
    padding: 0.5rem 1.5rem;
    color: #fff;
    transition: .3s ease;
    font-size: 18px;
}

.header-wrapper .menu-area .wallet-btn:hover {
    background: #3183ff;
    color: #000;
}

.header-section {
    z-index: 99;
    background: #ffffff;
    padding: 5px 0;
}

.header-section.header-fixed {
    position: fixed;
    background-color: #ffffffa8;
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    animation: fadeInDown 0.5s;
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.glow-top {
    position: absolute;
    left: 0%;
    top: -70px;
    right: 0%;
    z-index: -1;
    width: 100%;
    height: 500px;
    background-image: radial-gradient(circle farthest-side at 50% -170%, transparent, #000), -webkit-gradient(linear, left top, left bottom, from(#3183ff), to(transparent));
    background-image: radial-gradient(circle farthest-side at 50% -170%, transparent, #000), linear-gradient(180deg, #3183ff, transparent);
}

.cls-1 {
    fill: #3183ff;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 5rem;
    }
}

.menu>li>a {
    font-size: .85rem;
    /* color: #fff; */
    color: #2c2c2c;
    font-weight: 600;
    padding: 15px 22px;
    text-transform: uppercase;
    transition: .3s ease;
}

.menu>li>a:hover {
    color: #f48e1e;
}

.menu-item-has-children>a::before {
    background-color: #2c2c2c !important;
}

.menu-item-has-children>a::after {
    background-color: #2c2c2c !important;
}

@media (min-width: 992px) {
    .menu li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        z-index: 9;
        background: #fbfbfb;
        width: 370px;
        padding: 0;
        -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 0;
        visibility: hidden;
        border: 1px solid rgba(40, 219, 209, 0.1);
        border-radius: 5px;
        column-count: 2;
    }

    .menu li .submenu li a {
        position: relative;
        padding: 15px 25px;
        color: #2c2c2c;
    }

    .menu li .submenu::before {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        transform: rotate(45deg);
        background: #fbfbfb;
        top: -8px;
        left: 48px;
    }
}

.bg2 {
    background: url(../images/banner/bg3.png) no-repeat bottom;
    background-size: cover;
    /* background-attachment: fixed; */
}
.bg3 {
    background: url(../images/bg3.png) no-repeat bottom;
    background-size: cover;
    /* background-attachment: fixed; */
}

.bg {
    background: #efefef;
}

.figure-a-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.figure-a1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(220deg, rgba(0, 0, 0, 0.8), transparent), linear-gradient(50deg, #3183ff, transparent);
    opacity: 0.5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translate3d(0px, 0px, 4vh);
    transform: translate3d(0px, 0px, 4vh);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.figure-a2 {
    position: absolute;
    width: 90%;
    height: 90%;
    background-image: linear-gradient(220deg, rgba(0, 0, 0, 0.8), transparent), linear-gradient(50deg, #3183ff, transparent);
    -webkit-transform: translate3d(0px, 0px, -13vh);
    transform: translate3d(0px, 0px, -13vh);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.figure-a3 {
    position: absolute;
    width: 60%;
    height: 70%;
    background-image: linear-gradient(220deg, rgba(0, 0, 0, 0.8), transparent), linear-gradient(50deg, #3183ff, transparent);
    opacity: 0.5;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translate3d(0px, 0px, -34vh);
    transform: translate3d(0px, 0px, -34vh);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.figure-block-a-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(46deg) rotateY(17deg) rotateZ(-3deg);
    transform: rotateX(46deg) rotateY(17deg) rotateZ(-3deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



.token__info-list {
    column-count: 5;
    column-gap: 20px;
}

.token__info-list-item {
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cta__wrapper {
    margin: auto;
    background-image: linear-gradient(140deg, rgb(244 142 30), rgb(255 188 0));
    position: relative;
    overflow: hidden;
    text-align: left;
}

.cta__wrapper .cta__content h2 {
    color: #fff;
    font-size: 45px;
    /* text-shadow: 0 3px 2px #000; */
    text-transform: uppercase;

}

.cta__wrapper .cta__content h3 {
    /* text-shadow: 0 2px 1px #00000097; */
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 1px;
    font-size: 2.2rem;
}

.cta__wrapper .cta__content p {
    font-size: 20px;
}

.cta__wrapper .cta__content .default-btn {
    background: #2d5e82;
    color: #fff;
}

.glow-banner {
    position: absolute;
    left: 10%;
    top: -50px;
    right: 10%;
    bottom: auto;
    z-index: 0;
    height: 260px;
    border-radius: 100%;
    background-color: #3183ff96;
    opacity: 0.6;
    -webkit-filter: blur(65px);
    filter: blur(65px);
}

/* .about-img{
    width: 400px;
    margin: auto;
    
}  */
.about-img img {
    width: 100%;
}

.ppadding-top2 {
    padding-top: 100px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.token-img {
    display: block;
    background: #efefef;
    /* height: 70px; */
    width: 100%;
    padding: 10px 15px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    transition: .3s ease;
}

/* .token-img:hover{
    box-shadow:inset 0 0 5px 4px #f18c1ea6;;
} */
.token-img img {
    width: 100%;
    transform: scale(1);
    transition: .3s ease;
}

.token-img:hover img {
    transform: scale(1.1);
}
.benifit-img img{
    transform: scale(1);
    transition: .3s ease;
}
.benifit-img:hover img{
    transform: scale(1.2);
}

.benifit__item {
    margin-bottom: 50px;
    border-bottom: 5px solid #f48e1e;
    height: 161px;
    padding: 15px 0;
    background-color: #fff;
    background-image: url(../images/benifit/bg-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 20px;
    box-shadow: -6px 7px 17px #00000030;
    text-align: left;
    transition: .3s ease;
}

.benifit__item:hover {
    height: fit-content;
}

.benifit__item-content p {
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
}

.benifit__item:hover .benifit__item-content p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.benifit__item-thumb {
    width: 80px;
}

.rlborder {
    border-right: 1px solid #f48e1e8c;
    border-left: 1px solid #f48e1e8c;
}

.rborder {
    border-right: 1px solid #f48e1e8c;
}

.section__header__title {
    color: #2d5e82;
}

.benifit__item-content h4 {
    color: #2d5e82;
}

.faq__tab .nav-link {
    border: 1px solid #2F3D5F;
    padding: 1rem 1.3rem;
    border-radius: 5px;
    color: #2F3D5F;
    font-weight: 500;
    font-size: 1rem;
}

.accordion-item {
    padding: 0rem 0rem;
    background-color: transparent;
    border-radius: 5px !important;
    border: none;
    overflow: hidden;
}

.accordion-button {
    background-color: #f48e1e;
    padding: 1rem;
    border-radius: 5px;
}

.section-header--middle:after {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: #2d5e82;
    border-bottom: 2px solid #f48e1e;
}

.accordion-body {
    padding: 1rem;
    background: #efefef;
    color: #2c2c2c;
}

.work__item-content h4 {
    color: #2F3D5F
}

.owl-item.active h1 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.font-xl {
    font-size: 1.2rem;
}

.port_tab {
    margin-bottom: 20px;
}

.port_tab .nav-link {
    font-size: 18px !important;
    color: #2c2c2c;
    font-weight: 600;
}

.port_tab .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #2d5e82 !important;
}

.port_tab .nav-link:hover {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #f48e1e !important;
}
.withyou_wrapper ul{
    text-align: center;
}
.withyou_wrapper ul li {
    font-weight: 600;
    margin-bottom: 15px;
}


.line {
    content: '';
    position: relative;
    width: 300px;
    height: 5px;
    background: #f48e1e;
    transform: skew(-30deg);
    margin-top: 30px;
}

.about-content img {
    margin-right: auto;
}

.about-point {
    background: #efefef;
    padding: 15px 30px;
    border-radius: 20px;
    box-shadow: -4px 9px 16px 0px #00000042;
    padding-left: 60px;
}

.about-point li {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px dashed #2d5f825f;
    position: relative;
}

.about-point li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.about-point li span {
    font-weight: bolder;
    font-size: 22px;
    color: #2F3D5F;
}

.about-point li img {
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
}

.vision-content h2 {
    font-size: 4rem;
}

.vision-content .line {
    margin-top: 0;
    margin-bottom: 20px;
}

.vision-content p {
    font-size: 22px;
    font-weight: bolder;
    font-style: italic;
}

.about-img2 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.page-header {
    margin-top: -75px;
}

.core__item {
    padding: 15px;
}

.core__item-content h3 {
    color: #2d5e82;
}

.core__item-thumb {
    margin-bottom: 20px;
}

.what-do-tab {
    padding-right: 20px;
    border-right: 1px solid #2d5f8283;
}

.what-do-tab .nav-link {
    font-size: 30px;
    font-weight: bolder;
    text-align: left;
    color: #2d5e82;
    margin-bottom: 15px;
}

.what-do-tab .nav-link:last-child {
    margin-bottom: 0;
}

.what-do-tab .nav-link.active {
    background-color: #f48e1e;
}

.what-do-content p {
    font-size: 28px;
    font-weight: bold;
}

.vision_tab .nav-link {
    padding: 10px 51px;
    font-size: 28px !important;
    margin-right: 20px;
    letter-spacing: 1px;
}

.core_tab {
    padding-bottom: 50px;
    border-bottom: 1px solid #2d5f829d;
}

.core_tab .nav-link {
    width: 200px;
    margin-left: 20px;
}

.core_tab .nav-link.active {
    background: #2d5e82;
    border-bottom: 5px solid #f48e1e;
}

.core_tab .nav-link img {
    width: 80px;
}

.core_tab .nav-link h3 {
    color: #2d5e82;
}

.core_tab .nav-link.active h3 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.core-content {
    margin-top: 50px;
}

.core-content p {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
}

.loo_tab {
    padding: 25px 0 50px;
}

.loo_tab .nav-link {
    font-size: 20px !important;
    margin-right: 5px;
}

.roadmap__item2 {
    background: transparent
}

.roadmap__item2-header h4 {
    color: #2d5e82;
    font-size: 45px;
}

.bb {
    position: relative;
    border-bottom: 2px solid #2d5f828c;
}

.stop {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    background: #f48e1e;
    left: -15px;
    margin-top: -12px;
    box-shadow: 0 0 10px #f48e1e
}

.stop2 {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    background: #f48e1e;
    right: -15px;
    margin-top: -12px;
    box-shadow: 0 0 10px #f48e1e
}

.cert-content {
    margin-left: 30px;
}

.cert-content .title {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cert-content .title h3 {
    color: #2d5e82;
}

.cert-content .address h4 {
    color: #f48e1e;
}

.cert-content .address p svg {
    color: #f48e1e;
    margin-right: 10px;
}

.certificate .doc {
    padding-top: 80px;
}

.team__item {
    background-color: #2d5e82;
    border-radius: 15px;
}

.team__content p {
    color: #fff;
}

.team__content p img {
    width: 60px;
    margin-right: 10px;
}

.team__content .rank {
    color: #fff;
    position: relative;
}

.team__content .rank::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    padding: 17px;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 25px;
    opacity: 0;
    transition: .3s ease;
}

.team__content .rank:hover::before {
    opacity: 1;
    width: 120%;
}

.team__content .line {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2px;
}

.team__content .rank:hover {
    color: #000
}

.cert-content .title img {
    width: 100px;
}

.cert-wrapper .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.cert-wrapper .owl-nav .owl-prev,
.cert-wrapper .owl-nav .owl-next {

    color: #fff !important;
    font-size: 22px !important;
    font: caption !important;
}

.cert-wrapper .owl-nav .owl-prev span,
.cert-wrapper .owl-nav .owl-next span {
    display: inline-block;
    background: #2d5e82 !important;
    width: 100px;
    font-size: 40px !important;
    border-radius: 5px;
}

.cert-wrapper .owl-nav .owl-prev:hover span,
.cert-wrapper .owl-nav .owl-next:hover span {
    background: #f48e1e !important;
}

.plan-img {
    margin-bottom: 40px;
    padding: 15px;
    position: relative;
}

.plan-img .default-btn {
    position: absolute;
    left: 0;
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
}

.plan-img:hover .default-btn {
    opacity: 1;
    visibility: visible;
    left: 50%;
}

.text-area h3 {
    color: #2d5e82;
}

.text-area .img-area {
    background: #efefef;
    border-radius: 15px;
}

.wallet .points li {
    margin-bottom: 15px;
    position: relative;
}

.map-section {
    position: relative;
}

.map-content {
    position: relative;
}

.map {
    position: relative;
}

.pointer {
    display: inline-block;
    width: 200px;
}

.pointer img {
    width: 30px;
    animation: zoomIn 2s infinite ease;
}

.pointer .country {
    width: 165px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 45px;
    background: #000000b3;
    padding: 0px 10px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 20px;
    opacity: 0;
    transition: .3s ease;
}

.pointer:hover .country {
    opacity: 1;
}

.pointer1 {
    position: absolute;
    left: 335px;
    top: 155px;
}

.pointer2 {
    position: absolute;
    left: 530px;
    top: 135px;
}

.pointer3 {
    position: absolute;
    left: 1080px;
    bottom: 70px;
}

.pointer4 {
    position: absolute;
    left: 730px;
    bottom: 95px;
}

.pointer5 {
    position: absolute;
    left: 520px;
    bottom: 230px;
}

.mega-section .box {
    text-align: center;
    margin-bottom: 50px;
    background-color: #efefef;
    padding: 15px;
    border-radius: 20px;
    box-shadow: -3px 3px 5px #00000042;
}

.mega-section .box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.mega-section .box .default-btn {
    margin: 10px;
}

.mega-section .box h3 {
    color: #2d5e82;
    font-size: 25px;
    margin-top: 10px;
}

.account-wrapper {
    border-radius: 8px;
    box-shadow: -4px 8px 4px 0px rgb(0 0 0 / 18%);
    background: linear-gradient(149deg, #2a2a2aa8, #ffffffc4);
    backdrop-filter: blur(8px);
    padding: 0px 0px;
    text-align: center;
    max-width: 530px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.account-wrapper .account-title{
    background:#efefef;
    padding: 15px;
    border-bottom: 5px solid #f48e1e;
    box-shadow: 0px 15px 17px #00000075;
}
.account-form{
    padding:0 30px;
}

.account-wrapper input::placeholder {
    color: #fff !important;
}
.account-form .form-group input {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    background-color: #f48e1e;
    padding: 8px 20px;
    color: #fff;
    border: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px #00000053 ;
}

.account-form .form-group input:focus {
    box-shadow: none;
    border-color: #fff;
    outline: none;
    background-color: #2d5e82;
}
.cap input{
    background: #fff !important;
    color: #2c2c2c !important;
}

.account-form .form-group .checkgroup label {
    margin: 0;
    color: #fff;
}
.account-bottom {
    margin-top: 0;
    margin-bottom: 25px;
}
.account-form .form-group a {
    color: #fff;
}
.account-form .default-btn{
    background: #2d5e82;
    color: #fff;
    margin-top: 10px !important;
    line-height: 45px;
}
.cap input::placeholder{
    color: #2c2c2c!important;
}
.tm-title2 {
    color: #2d5e82;
    font-size: 35px;
    font-weight: bold;
}

.account-title .logo img {
    width: 250px;
}

#press .token-img {
    background: none;
    border: 1px solid #2d5f8263;
}


/* testimonial */

.testimonial {
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 140px;
    position: relative;
    box-shadow: -3px 4px 5px #0000001f;
}

.testimonial:after {
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.testimonial:after {
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}

.testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: #2d5e82;
    margin-bottom: 20px;
    opacity: 1;
}

.testimonial .description {
    font-size: 16px;
    /* color: #777; */
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}

.testimonial .testimonial-content {
    width: 100%;
    position: absolute;
    left: 0;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #f48e1e;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    /* font-size: 15px; */
    font-weight: bold;
    color: #f48e1e;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 18px;
    color: #2d5e82;
    font-weight: bold;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #bd986b;
    margin: 5px;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ffd9b8;
    border-color: #fff;
}

.social__link {
    background-color: #2d5e82;
}

.footer .logo {
    width: 260px;
}

.menu2 {
    display: flex;
    flex-wrap: wrap;
}

.footer__content .menu2 li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu2 li a {
    font-size: 1rem;
    /* color: #fff; */
    color: #2c2c2c;
    font-weight: 600;
    padding: 15px 22px;
    text-transform: uppercase;
    transition: .3s ease;
}

.menu2 li a:hover {
    color: #f48e1e;
}

.footer__content .menu2 li .icon {
    color: #f48e1e;
    font-size: 16px;
}

.footer__copyright .menu2 li a {
    font-size: 18px;
    border-right: 2px solid #f48e1e;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer__copyright .menu2 li:last-child a {
    border-right: none;
}

.footer__content p {
    font-size: 18px;
    /* color: #fff; */
}

.contact-info-card {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-info-card a {
    font-size: 1rem;
    color: #fff;
}

.contact-info-card .icon {
    color: #f48e1e;
    margin-right: 10px;
}

.contact .form input,
.contact .form textarea {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border: 1px solid transparent;
    -moz-border: 1px solid transparent;
    -ms-border: 1px solid transparent;
    -o-border: 1px solid transparent;
    border: 1px solid #f48e1e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #efefef;
    color: #2c2c2c;
    padding: 20px 30px;
    border-radius: 5px;
}

::placeholder {
    color: #2c2c2c !important;
}

.contact .form input:focus-within,
.contact .form textarea:focus-within {
    outline: none;
    border-color: #2d5e82;
}

.contact-info-panel {
    /* padding:40px 15px; */
    background: #2d5e82;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px #00000031;
}

.contact-info-panel .info-panel {
    display: flex;
    gap: 20px;
    padding-left: 30px;
}

.contact-info-panel .info-panel .icon {
    color: #f48e1e;
}

.contact-info-panel .info-panel .info-content .info-title {
    color: #f48e1e;
}

.contact-info-panel .info-panel .info-content .info-text {
    color: #fff;
}

.contact-info-panel .info-panel .info-content .info-text a {
    color: #fff;
}

.overlay-photo-image-bg {
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.overlay-photo-image-bg img {
    margin-top: -30px;
}

.rplan-wrapper {
    background: url(../images/digi-bg.png), linear-gradient(#ff9f39, #2d2318d1);
    padding: 25px 50px;
    background-size: 100%;
    border-radius: 15px;
}

.rplan-wrapper p {
    color: #fff;
}

.rplan-wrapper .default-btn {
    background: #2d5e82;
    color: #fff;
}

.rplan-content {
    padding: 70px;
    position: relative;
}

.rplan-content img {
    position: relative;
}

.rplan-content .rplan-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
}

.rplan-content .rplan-text h4 span {
    font-size: 30px;
    font-weight: 700;
}

.mb-107 {
    margin-bottom: 107px;
}

.header-bar span {
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #2c2c2c;
    left: 0;
}

.header-wrapper .menu-area .wallet-btn {
    display: grid;
    place-items: center;
    /* padding: 0; */
    font-family: "proxima", sans-serif;
    font-weight: 600;
}
/* calculator */

.calculator {
    background: linear-gradient(#00000042,#000000b5),url(../images/calc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: 0px 5px 20px 0px #0000001c;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    border-bottom: 5px solid #f48e1e;
}

    .calculator .calc-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.calc-top .title {
    font-weight: 800;
    color:#f48e1e;
}

.calc-top .title h3 {
    font-weight: 800;
    font-size: 3rem ;
    color: #fff;
}

.calc-top .title p {
    margin-bottom: 5px;
}

.calc-right {
    display: flex;
    align-items: center;
}


.calc-top .input-group{
    width:250px;
}
.calc-right .form .form-control {
    background: #eeeeee;
    border: none;
    box-shadow: inset 0 0 5px #c8c8c8;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
}

.calc-right .form .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2rem;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #2c2c2c;
    text-align: center;
    white-space: nowrap;
    background-color: #f48e1e;
    /* border: 1px solid #ced4da; */
    /* border-radius: 0.25rem; */
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.calc-bottom {
    position: relative;
}

.calc-bottom .profit {
    display: flex;
    color: #f48e1e;
    gap: 10px;
}

.calc-bottom .profit input {
    border: none;
    font-weight: 700;
  border-radius: 5px;
  margin-bottom: 15px;
    background-color: #efefef;
    padding: 10px 15px;
}

.calc-bottom .profit i {
    font-size: 30px;
    color: #f48e1e;
}

.calc-bottom .profit h5 {
    font-weight: 700;
    margin-bottom: 2px;
    color: #fff;
}

.calc-bottom .profit input::placeholder {
    color: #2d5e82;
}

.calc-bottom .profit .month::placeholder {
    color: #2d5e82;
}

.calc-btn {
    position: relative;
    transition: .3s ease;
}


.calc-btn .btn3 {
    padding: 12px 20px;
    background: #f48e1e;
    width: 100%;
    display: block;
    border-radius: 50px;
    color: #fff;
    position: relative;
    font-weight: 600;
    text-align: center;
    transition: .3s ease;
}

.calc-btn .btn3:hover {
   background-color: #2d5e82;
}

.calc-btn .btn3 i {
    background: var(--yellow);
    padding: 16px;
    position: absolute;
    right: 0;
    /* text-align: right; */
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}



.form-label {
    margin-bottom: 0.5rem;
    color: #fff;
}

.range-slider {
    margin: 10px auto;
    position: relative
}

.range-slider input {
    width: 100%;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  border-radius:20px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #f48e1e;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #2d5e82;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f48e1e;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #f48e1e;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #2d5e82;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #fff;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #f48e1e;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #2d5e82;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #f48e1e;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f48e1e;
}


/* social-icons */

.social-icons {
    position: fixed;
    top: 60%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 9998;
}

.social2 {
    margin: 1em 1em;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 53px;
    border-radius: 5px;
    color: #fff !important;
    background: #f48e1e;
    position: relative;
    transform: rotateY(0deg);
    transition: transform .25s ease-out;
    transform-style: preserve-3d;
}

.social2>div {
    width: 50px;
    height: 50px;   
    background: #f48e1e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
}

.social2>.front {
    transform: translateZ(20px);
}

.social2>.back {
    background: #3B5998;
    font-size: 1em;
    transform: rotateY(-90deg) translateZ(20px);
}

/*  Social Media Colors 
Facebook #3B5998
Flickr #FE0883
Foursquare #8FD400
Google+ #C63D2D
Instagram #4E433C
Linkedin #4875B4
Tumblr #2B4964
Twitter #33CCFF
Vimeo #86B32D
Youtube #FF3333
Dribbble #ea4c89
*/
.social2.social-twitter>.back {
    background: #55ACEE;
}

.social2.social-github>.back {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social2.social-pinterest>.back {
    background: #e3262e;
}

.social2.social-googleplus>.back {
    background: #0088cc;
}

.social2.social-skype>.back {
    background: 	#25D366;
}


/* Hover */
.social2:hover {
    transform: rotateY(90deg);
}







@media screen and (max-width:700px) {
    .new-range-slider {
        width: 100%;
    }
}




/* @media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
} */

@media (max-width:1280px) {
    .w-100 {
        width: 100% !important;
        height: 90vh;
    }

    .map-section {
        overflow-x: hidden;
    }

    .solving {
        padding: 50px 0;
    }

    .pointer1 {
        position: absolute;
        left: 288px;
        top: 130px;
    }

    .pointer2 {
        position: absolute;
        left: 440px;
        top: 115px;
    }

    .pointer5 {
        position: absolute;
        left: 457px;
        bottom: 197px;
    }

    .pointer4 {
        position: absolute;
        left: 630px;
        bottom: 80px;
    }

    .pointer3 {
        position: absolute;
        left: 930px;
        bottom: 55px;
    }

    .footer__copyright .menu li a {
        font-size: 16px;
    }
    .calculator .calc-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 2px dashed #2d5e82;
    }

}

@media(max-width:1024px) {
    body {
        font-size: 18px;
    }
.calc .col-lg-6{
    width: 100%;
}
.calc-bottom .profit input {
   width: 350px;
}
    .menu>li>a {
        padding: 15px 10px;
    }

    .banner__content h1 {
        font-size: 5rem;
    }

    .mb-107 {
        margin-bottom: 90px;
    }

    .rplan-content {
        padding: 30px;
        position: relative;
        text-align: center;
    }

    .pointer1 {
        position: absolute;
        left: 238px;
        top: 110px;
    }

    .pointer2 {
        position: absolute;
        left: 365px;
        top: 98px;
    }

    .pointer3 {
        position: absolute;
        left: 780px;
        bottom: 45px;
    }

    .pointer4 {
        position: absolute;
        left: 525px;
        bottom: 65px;
    }

    .pointer5 {
        position: absolute;
        left: 375px;
        bottom: 165px;
    }

    .cta__wrapper .cta__content h2 {
        font-size: 35px;
    }

    .cta__wrapper .cta__content h3 {
        font-size: 22px;
    }

    .cta__wrapper .cta__content p {
        font-size: 16px;
    }

    .footer__copyright .menu2 li a {
        font-size: 14px;
    }

    .about-point li {
        font-size: 18px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 2px dashed #2d5f825f;
        position: relative;
    }

    .core_tab .nav-link {
        width: 160px;
        margin-left: 20px;
    }

    .core_tab .nav-link img {
        width: 60px;
    }

    .core_tab .nav-link.active h3 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

    .core_tab .nav-link h3 {
        color: #2d5e82;
        font-size: 20px;
    }

    .loo_tab .nav-link {
        font-size: 18px !important;
        margin-right: 2px;
    }

    .vision-content h2 {
        font-size: 2.5rem;
    }

    .what-do-tab .nav-link {
        font-size: 25px;
    }

    .modal.show .modal-dialog {
        max-width: 100% !important;
    }

    .what-do-content p {
        font-size: 24px;
        font-weight: bold;
    }
    .social-icons{display: none;}
    .social-icons2 {
        display: none
    }
}


@media (max-width:991px) {

    .menu {
        background: #fff;
    }

    .banner__content {
        width: 100%;
    }

    .dis-desk {
        width: auto !important;
        height: 100vh !important;
    }

    .menu li a {
        display: block;
        padding: 10px 25px;
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize;
        border-top: 1px solid rgba(59, 59, 59, 0.1);
        color: #2c2c2c;
    }
    .calc-bottom .profit input {
        width: auto;
     }
    .map-content {
        display: none;
    }

    .benifit__item {
        margin-bottom: 50px;
        padding-bottom: 30px;
        height: fit-content;
    }

.benifit__item .benifit__item-content p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
    .mb-107 {
        margin-bottom: 0;
    }

    .divers {
        text-align: center;
        margin-top: 20px;
    }

    .port_tab {
        margin-bottom: 30px !important;
    }

    .mobile-logo {
        width: 200px;
    }

    .cta__wrapper .cta__content p {
        font-size: 18px;
    }

    .footer__copyright .menu2 {
        justify-content: center;
    }

    .footer__copyright .text {
        text-align: center !important;
    }

    .menu li a:hover {
        background: #f48e1e;
        color: #fff;
    }

    .page-header {
        padding: 90px 0;
    }

    .about-img2 {
        width: 100%;
    }

    .about-point li img {
        position: absolute;
        left: -80px;
        top: 50%;
        transform: translateY(-50%);
        width: 70px;
    }

    .core_tab .nav-link.active {
        background: #2d5e82;
        border-bottom: 5px solid #f48e1e;
        margin-bottom: 15px;
    }

    .what-do-tab {
        margin-bottom: 20px;
    }

    .loo_tab .nav-link {
        margin-bottom: 15px;
    }

    .what-do-tab .nav-link {
        font-size: 25px;
        text-align: center;
    }

    .what-do-content p {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .cert-wrapper .owl-nav {
        position: absolute;
        right: 20px;
        bottom: -34px;
    }

    .cert-img img {
        margin-bottom: 30px;
    }

    .plan3 .text-area {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 3.50rem;
    }
}

@media (min-width: 1440px) {
    .page-header {
        padding-block: 130px;
    }
}

@media (min-width: 992px) {
    .cta__wrapper {
        padding-block: 50px;
    }
}

@media (min-width: 768px) {

    .roadmap__wrapper2:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background-color: #2d5f828c;
        border-radius: 4px;
        top: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .roadmap__wrapper2:after {
        background: transparent;
    }

}

@media (max-width:512px) {
    .banner__content h1 {
        font-size: 3rem;
    }
    .banner__content {
        position: absolute;
        top: 50%;
        left: 0px;
        padding: 0 20px;
        transform: translateY(-50%);
    }
    .footer__content .menu2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer__content .menu2 li a {
        text-align: center;
    }

    .mobile-logo {
        width: 160px;
    }

    .header-wrapper .menu-area .wallet-btn span {
        display: block;
    }

    .header-wrapper .menu-area .wallet-btn {
        width: auto;
        height: auto;
        padding: 5px 10px;
        font-size: 14px;
    }
    /* .calculator .calc-top {
        flex-direction: column;
    }
    .calc-bottom .d-flex{
       flex-direction: column;
    } */
    .calc-bottom .profit {
        display: flex;
        color: #f48e1e;
        gap: 10px;
        width: 100%;
    }
  
    .section__header__title {
        color: #2d5e82;
        font-size: 35px;
    }
}