@import url("bootstrap.min.css");@import url("animate.css");@import url("classy-nav.min.css");@import url("magnific-popup.css");@import url("font-awesome.min-1.css");body,h1,h2,h3,h4,h5,h6 {
    font-family: Poppins,sans-serif
}

#preloader,body {
    background: #4834d4
}

#scrollUp,.bg-title,.reservation .opening,.section-title,.social_title {
    text-align: center
}

#scrollUp,.bg-title {
    text-transform: uppercase
}

.offer-text,.right_pkg,.what-we-do .outer .header-wraperumn {
    float: right
}

.faq .faq-list a,.news .news-post .news-post-image .news-category>a:active,.news .news-post .news-post-image .news-category>a:focus,.news .news-post .news-post-image .news-category>a:hover,.news .news-post .news-post-meta a:active,.news .news-post .news-post-meta a:focus,.news .news-post .news-post-meta a:hover,.news .news-post .news-post-text h3 a:active,.news .news-post .news-post-text h3 a:focus,.news .news-post .news-post-text h3 a:hover,a.tooltip:hover {
    text-decoration: none
}

.breadcrumb,.faq .faq-list,.our-team .social,.progresss,li {
    list-style: none
}

*,ol,ul {
    margin: 0;
    padding: 0
}

.hero-section.curved-section .special-head:before,.hero-section.fullwidth-header .special-head.dark:before,.hideing,.services-block-four:last-child .inner-box .icon-box:before,table {
    display: none
}

body {
    background: -webkit-linear-gradient(left,#4834d4,#341f97);
    background: linear-gradient(to right,#4834d4,#341f97)
}

.darker-blue {
    background: linear-gradient(180deg,#240044 0,#0f0240 25%,#400959 40%,#0f0240 65%,#0f0240)
}

h1,h2,h3,h4,h5,h6 {
    color: #fff;
    line-height: 1.4;
    font-weight: 500
}

a,a:active,a:focus,a:hover {
    text-decoration: none;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    outline: 0
}

#scrollUp,.header-area {
    -webkit-transition-duration: .5s
}

p {
    line-height: 1.9;
    color: rgba(255,255,255,.5);
    font-size: 15px
}

img {
    max-width: 100%;
    height: auto
}

.section-header {
    position: relative;
    margin-bottom: 50px
}

.section-title {
    font-size: 44px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    color: #fff
}

.section-header .desc {
    max-width: 800px;
    text-align: center;
    margin: 0 auto
}

.bg-title {
    margin-bottom: -37px;
    margin-left: -30px;
    font-size: 66px;
    opacity: .04;
    font-weight: 700;
    line-height: 1
}

.has-print {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: url("") no-repeat
}

.growing-company p .counter,.header-area .light.classy-nav-container a,.header-area.sticky .light.classy-nav-container a,.info-btn:hover {
    color: #fff
}

.header-area.sticky .classy-navbar-toggler .navbarToggler span {
    background: #333
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(to right,#000000cc,#0000009c);
    background: linear-gradient(to right,#000000cc,#0000009c)
}

.preload-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 100
}

#dream-load {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid;
    border-color: rgba(255,255,255,.5) transparent transparent;
    -webkit-animation: 2.4s linear infinite dreamrotate;
    animation: 2.4s linear infinite dreamrotate;
    z-index: 999
}

#dream-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px solid;
    border-color: rgba(255,255,255,.5) transparent transparent;
    -webkit-animation: 2.7s linear infinite dreamrotate;
    animation: 2.7s linear infinite dreamrotate
}

#dream-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px solid;
    border-color: rgba(255,255,255,.5) transparent transparent;
    -webkit-animation: 1.8s linear infinite dreamrotate;
    animation: 1.8s linear infinite dreamrotate
}

@-webkit-keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.dream-blip {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2em;
    background-color: #21d397;
    box-shadow: 0 0 5px #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    -webkit-animation: 4s infinite dreamblipper;
    animation: 4s infinite dreamblipper
}

@-webkit-keyframes dreamblipper {
    0%,100%,35% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes dreamblipper {
    0%,100%,35% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.dream-blip.blip1 {
    top: 20%;
    left: 20%
}

.dream-blip.blip2 {
    top: 70%;
    left: 30%
}

.dream-blip.blip3 {
    top: 30%;
    left: 10%
}

.dream-blip.blip4 {
    top: 60%;
    left: 10%
}

.blog_thumbnail img,.dream-faq-area dl,.feature_single_content .service_img img,.full-width,.hero-section.app img,.info-btn:hover:before {
    width: 100%
}

.width-90 {
    max-width: 90px
}

.width90 {
    max-width: 90%
}

.width-80 {
    max-width: 80%
}

.fs-48 {
    font-size: 48px!important
}

.bigger-text {
    font-size: 5rem!important;
    line-height: 1
}

.audit_text,.scheduler-border p {
    font-feature-settings: 'salt' on,'liga' off;
    line-height: normal;
    font-style: normal;
    font-size: 20px
}

#testimonial4 .carousel-inner .item,.feature_single_content.food .service_img,.hidden,.ico-sales-status,.spread-map {
    overflow: hidden
}

.block,.indicator-content span,a.tooltips:hover:after,a.tooltips:hover:before {
    display: block
}

.scheduler-border p {
    color: #303030;
    font-family: Poppins;
    font-weight: 600
}

.audit_text {
    color: #000;
    font-family: Helvetica;
    font-weight: 700
}

.audit_text span {
    color: #48dd9e
}

.nav-brand.light:focus,.nav-brand.light:hover,.services-block-four .inner-box:hover p,.signUpButton,.w-text {
    color: #fff!important
}

.wrapper_box {
    width: 500px;
    margin: 40px auto
}

.social_title {
    color: #000;
    font-family: Poppins;
    font-size: 24px!important;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 150%
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

#section_5-slider-circle .data_cir:nth-child(2n) .roadmap_content_info,.mt-20,.spread-map .counter-container {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.footer-content-area.demo,.mt-70 {
    margin-top: 70px
}

.mt-100 {
    margin-top: 100px
}

.mt-150 {
    margin-top: 150px
}

.mr-15 {
    margin-right: 15px
}

.mr-30,.post-meta p a {
    margin-right: 30px
}

.mr-50 {
    margin-right: 50px
}

.mr-100 {
    margin-right: 100px
}

.no-padding-right {
    padding-right: 0!important
}

.no-padding-left {
    padding-left: 0!important
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-bottom {
    padding-bottom: 0!important
}

.mb-0,.news .news-post .news-post-text p:last-child {
    margin-bottom: 0!important
}

.mt-0 {
    margin-top: 0!important
}

.footer-logo,.kyc .side-feature-list-item,.mb-15,.single-mission h6 {
    margin-bottom: 15px
}

#section_5-slider-circle .data_cir:nth-child(odd) .roadmap_content_info,.mb-20,.table_text_details>p,.welcome-content-small h4 {
    margin-bottom: 20px
}

.comment_area .comment-content .comment-meta,.comment_area .single_comment_area,.mb-30,.promo-section,.subscribe .section-heading,.subscribe .title-box,.who-we-contant .res-header {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.comment_area .title,.feature_single_content.food,.mb-50,.welcome-content-small,.what-we-do .outer .service-box-four,.what-we-do .outer .service-box-three {
    margin-bottom: 50px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-15 {
    margin-left: 15px
}

.ml-30 {
    margin-left: 30px
}

.ml-50 {
    margin-left: 50px
}

.ml-100 {
    margin-left: 100px
}

.res-header,.section-heading {
    margin-bottom: 80px
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px
}

.section-padding-0-70 {
    padding-top: 0;
    padding-bottom: 70px
}

.section-padding-70-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.section-padding-70-100 {
    padding-top: 70px;
    padding-bottom: 100px
}

.section-padding-100-85 {
    padding-top: 100px;
    padding-bottom: 85px
}

.section-before:before {
    content: "";
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    width: 150px;
    background: url("") 0 0/contain no-repeat
}

.scew-bg {
    background: url("") 0 0/cover no-repeat
}

.sec-before:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 580px;
    width: 200px;
    background: url("") 0 0/cover no-repeat
}

.sec-before2:before,.sec-before3:before {
    height: 580px;
    width: 500px;
    content: "";
    position: absolute;
    right: 0
}

.sec-before2:before {
    bottom: 0;
    background: url("") 0 0/cover no-repeat
}

.sec-before3:before {
    top: 0;
    background: url("") 0 0/cover no-repeat;
    -webkit-animation: 7s infinite floating2;
    -o-animation: 7s infinite floating2;
    animation: 7s infinite floating2
}

.sec-img-bg:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    background: url("") top right no-repeat
}

#section_5-slider-circle,.about-bg,.b-contact__form form>div span,.box-shadow,.counter-down,.demo-video,.fact-box .content,.featured-meal-wrapper,.features,.preview-thumb,.relative,.res-header,.section-heading,.service-img-wrapper .image-box,.spread-map .map-container,.subscribe,.what-we-do,.who-we-contant.new,a.tooltips {
    position: relative
}

.pettern2 {
    background: url("") 0 0/25%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.travel-bg {
    background: url("") 0 0/cover no-repeat
}

#scrollUp:before,.bg-overlay:after,.info-btn:before {
    position: absolute;
    content: ""
}

.box-shadow {
    -webkit-box-shadow: 0 10px 27px 0 rgba(154,161,171,.18);
    box-shadow: 0 10px 27px 0 rgba(154,161,171,.18);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: block;
    top: 0
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px
}

.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0
}

.section-padding-200 {
    padding-top: 200px;
    padding-bottom: 200px
}

.section-padding-0-200 {
    padding-top: 0;
    padding-bottom: 200px
}

.section-padding-200-0 {
    padding-top: 200px;
    padding-bottom: 0
}

.section-padding-200-100 {
    padding-top: 200px;
    padding-bottom: 100px
}

.section-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px
}

.section-padding-50-150 {
    padding-top: 50px;
    padding-bottom: 150px
}

.section-heading {
    z-index: 1
}

.section-heading h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.section-heading>p {
    line-height: 2;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto
}

.res-header h6 {
    font: 500 40px "Great Vibes",cursive;
    text-transform: capitalize;
    color: #cea676!important;
    letter-spacing: 3px;
    margin: 0 0 -20px
}

.res-header h4 {
    margin: 10px 0;
    color: #4e4e4e
}

.heade-before-after:before {
    content: "";
    background: url("") 0 10px no-repeat;
    display: inline-block;
    height: 35px;
    width: 60px;
    margin-right: 20px
}

.heade-before-after:after {
    content: "";
    background: url("") 0 10px no-repeat;
    display: inline-block;
    height: 35px;
    width: 60px;
    margin-left: 20px
}

.reservation .reservation-content {
    -webkit-box-shadow: 0 30px 100px -38px rgba(0,0,0,.3);
    -moz-box-shadow: 0 30px 100px -38px rgba(0,0,0,.3);
    box-shadow: 0 30px 100px -38px rgba(0,0,0,.3)
}

.reservation .opening {
    background-color: #21201e;
    padding: 30px
}

.reservation .opening-time {
    padding: 30px;
    border: 1px dashed #cea676
}

.reservation .opening-time h3 {
    color: #fff!important;
    padding: 0 0 60px
}

.reservation .opening-time .openning-days {
    font-size: 18px;
    color: #666;
    text-transform: uppercase
}

.reservation .opening-time p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0
}

.reservation hr {
    margin: 40px 0
}

.reservation .opening-time p:last-child {
    font-size: 20px;
    color: #cea676;
    margin-bottom: 0
}

.reservation-content {
    background: url("") center center/cover no-repeat
}

.reservation .reservation-online {
    padding: 60px
}

.b-contact__form form>div span {
    left: 20px;
    top: 32px;
    color: #eee
}

.b-contact__form input[type=text] {
    background: 0 0;
    border: 1px solid #555;
    padding: 10px 0 10px 45px;
    border-radius: 30px;
    width: 100%;
    font-size: 13px
}

.b-contact__form input:focus {
    outline: 0;
    border-color: #cea676
}

#scrollUp {
    bottom: 130px;
    font-size: 12px;
    line-height: 22px;
    right: 0;
    width: 100px;
    background-color: transparent;
    color: #fff;
    height: 20px;
    transition-duration: .5s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#scrollUp:before {
    width: 30%;
    height: 2px;
    background-color: #fff;
    top: 10px;
    right: 100%;
    z-index: -200!important
}

.about-us-area,.bg-overlay,.search-widget-area form,.welcome-meter {
    position: relative;
    z-index: 1
}

.article.hover,.article:hover,.has-gradient,.light-version .dream-faq-area dt.v2 {
    background-image: linear-gradient(to right,#21d397 0,#7450fe 100%)
}

.has-border-top {
    border-top: 1px solid #eee
}

.bg-overlay:after {
    background: rgba(72,52,212,.95);
    background: -webkit-linear-gradient(left,rgba(72,52,212,.95),rgba(52,31,151,.95));
    background: linear-gradient(to right,rgba(72,52,212,.95),rgba(52,31,151,.95));
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.height-400 {
    height: 400px
}

.height-600 {
    height: 600px
}

.height-700 {
    height: 700px
}

.height-800 {
    height: 800px
}

.height-900 {
    height: 900px
}

.height-1000 {
    height: 1000px
}

.login-btn,.user-btn {
    position: relative;
    z-index: 1;
    font-size: 14px!important;
    line-height: 33px;
    padding: 0 20px;
    min-width: 100px;
    height: 35px;
    border-radius: 25px
}

.dream-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.dream-dots span {
    display: inline-block;
    color: #f1ac1c;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.dream-dots span:nth-child(2) {
    background-color: #9c88ff
}

.dream-dots span:nth-child(3) {
    background-color: #fbc531
}

.dream-dots span:nth-child(4) {
    background-color: #4cd137
}

.dream-dots span:nth-child(5) {
    background-color: #487eb0
}

.dream-dots span:nth-child(6) {
    background-color: #e84118
}

.dream-dots span:nth-child(7) {
    background-color: #8c7ae6
}

.login-btn {
    color: #fff!important;
    background: #f1ac1c;
    letter-spacing: 1px
}

.login-btn:focus,.login-btn:hover {
    color: #fff!important;
    background: #c0870d;
    border-color: #292312
}

.user-btn {
    color: #000!important;
    background: linear-gradient(45deg,#fff,#fff)!important;
    letter-spacing: 1px
}

.dream-btn,.more-btn {
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    padding: 0 20px;
    box-shadow: 0 3ox 20px rgba(0,0,0,.1);
    position: relative;
    z-index: 1;
    min-width: 160px;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.user-btn:focus,.user-btn:hover {
    color: #fff;
    background: #000;
    border-color: #292312
}

.dream-btn {
    font-size: 12px;
    border-radius: 100px;
    background: #f1ac1c;
    border: 1px solid #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.dream-btn:hover,.more-btn:hover {
    background-position: right center;
    color: #fff
}

.more-btn {
    font-size: 16px;
    background-size: 200% auto;
    border-radius: 100px;
    background: linear-gradient(45deg,#e43364,#3858f9)!important;
    border: 1px solid #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.more-btn.orange {
    background-image: -webkit-linear-gradient(to right,#ff4137 0,#fdc800 51%,#ff4137 100%);
    background-image: linear-gradient(to right,#ff4137 0,#fca336 51%,#ff4137 100%)
}

.more-btn.pink {
    background: linear-gradient(45deg,#f1ac1c,#a46f01)!important;
    box-shadow: 0 10px 34px 0 rgb(34 25 29 / 11%)
}

.info-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    font-size: 18px;
    padding: 13px 20px;
    background: 0 0;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff
}

.info-btn:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    z-index: -1;
    background: #cb202d;
    transition: .5s ease-in-out
}

.info-btn.brown:before {
    background: #cea676
}

.client-logo-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50.625rem;
    margin: 0 auto
}

.client-logo {
    background: url("") center/cover no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.875rem;
    height: 8.125rem;
    margin: 0 -.3rem
}

.client-logo img {
    margin: -10px 6px 0 0;
    max-height: 2rem;
    max-width: 3rem
}

@media (min-width: 1024px) {
    .client-logo img {
        max-width:3.5rem;
        max-height: 3rem
    }
}

.header-area {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    transition-duration: .5s;
    border-bottom: 1px solid rgba(255,255,255,.05)
}

.hero-section,.hero-section.app,.hero-section.app2 {
    position: relative;
    display: flex
}

.header-area.sticky {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #d7dfef;
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    border-bottom: none
}

.dark.classy-nav-container {
    background-color: #010111
}

.nav-brand:focus,.nav-brand:hover {
    color: #333!important
}

.classy-navbar {
    height: 90px;
    padding: 0
}

#steps .item_single_content.specialitem .service_icon,.dark .classy-navbar-toggler.demo .navbarToggler span,.how .service_single_content:hover .service_icon,.light-version .how .service_single_content,.res-features .single-testimonial,.services-block-four.v3,.special-head.dark:before {
    background: #fff
}

.classynav ul li .megamenu li a {
    font-size: 80%
}

.hero-section {
    min-height: 500px;
    background: url("") bottom center/cover no-repeat;
    justify-content: center;
    align-items: center
}

.hero-section.app {
    min-height: 700px;
    background: url("") bottom center/cover no-repeat;
    justify-content: center;
    align-items: center
}

.right_social {
    position: absolute;
    right: 0;
    top: 30px
}

.hero-section.ico-header5 {
    background: top center,linear-gradient(90deg,#c38a16 0,#e29e12 100%);
    background-size: cover;
    background-position: top left
}

.hero-section.curved-section .welcome-content {
    margin-top: 0;
    align-items: center;
    display: flex;
    justify-content: start;
    height: 100%
}

.hero-section.app2 {
    min-height: 100vh;
    background-size: cover;
    justify-content: center;
    align-items: center
}

.app2 {
    background: url("hero-app-bg.png") center no-repeat,linear-gradient(90deg,#e2e2e242 0,#dedede42 100%)
}

.app3 {
    background: url("") center/cover no-repeat
}

.agency-bg {
    background: url("") center/cover no-repeat
}

.creamy {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 10%;
    right: 50%;
    -webkit-animation: 7s infinite floating3;
    -o-animation: 7s infinite floating3;
    animation: 7s infinite floating3;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: linear-gradient(90deg,#5f36ff 0,#b719f6 100%)
}

@keyframes floating3 {
    0%,100% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translate(0,0) scale(1)
    }

    25% {
        transform: rotateX(0) translate(10px,190px) scale(1.3)
    }

    50% {
        transform: rotateX(0) translate(190px,230px) scale(1)
    }

    75% {
        transform: rotateX(0) translate(170px,190px) scale(1.3)
    }
}

.cd-intro.v2 {
    margin: 0 auto
}

.cd-intro.v2 .cd-headline.clip span {
    display: inline;
    padding: 0!important
}

.cd-intro.v2 .cd-headline.clip .cd-words-wrapper {
    vertical-align: middle
}

#canvasplus {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .6;
    z-index: 0
}

.hero-section.fullwidth-header {
    padding-top: 100px;
    padding-bottom: 365px;
    background-color: #446beb;
    background-image: url("");
    background-position: 58% 100%;
    background-size: 1200px;
    background-repeat: no-repeat;
    text-align: center
}

.hero-section.curved-section .special-head,.hero-section.fullwidth-header .special-head.dark {
    padding-left: 0
}

.city-img {
    position: relative;
    bottom: -50px
}

.bootssection {
    font-size: 30px;
    font-weight: 600;
    margin: 0
}

.bootssection span {
    font-size: 30px;
    font-weight: 500;
    color: #edaa1c
}

.hero-section.gradient {
    overflow: visible;
    background-image: linear-gradient(106deg,#d787f5,#3634bb)
}

@media (min-width: 767px) {
    .hero-section.curved-section {
        padding-top:150px
    }
}

@media (max-width: 767px) {
    .no-padding-right {
        padding-right:15px!important
    }

    .no-padding-left {
        padding-left: 15px!important
    }

    .mt-x {
        margin-top: 30px!important
    }

    .main-ilustration-5 {
        height: 65vh!important
    }

    .hero-section.curved-section img.curved {
        display: none
    }
}

.welcome_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 900px!important
}

.hero-content {
    width: 100%;
    height: 100%;
    background: rgba(72,52,212,.95);
    background: -webkit-linear-gradient(left,rgba(72,52,212,.95),rgba(52,31,151,.95));
    background: linear-gradient(to right,rgba(72,52,212,.95),rgba(52,31,151,.95));
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 10
}

.hero-content.globe {
    background: linear-gradient(to right,rgba(72,52,212,.95),rgba(52,31,151,.75))
}

.bub-right,.hero-content.with-after {
    background: url("") center right no-repeat
}

.hero-content.with-after-before {
    background-image: url(""),url("");
    background-position: right top,left bottom;
    background-size: auto;
    background-repeat: no-repeat
}

.hero-content.soft1 {
    background: url("") top right/65% 100% no-repeat
}

.hero-section.soft2 {
    background: url("") bottom center/cover no-repeat
}

.hero-content.creative {
    background: url("") center right/cover no-repeat
}

.hero-content.pizza {
    background: url("") right top no-repeat
}

.hero-section.fuel {
    background: url("") center bottom/cover no-repeat;
    padding-top: 60px;
    padding-bottom: 765px
}

.promo-section.bg,.promo-section.bg2 {
    padding: 10px 20px;
    display: inline-block
}

.hero-section.corporate-bg-1 {
    background: url("") center center/cover no-repeat
}

.hero-section.hos-bg-2 {
    background: url("") center top/cover no-repeat
}

.blue-back,.hero-section.blue-bg {
    background: #2e39bf;
    overflow: hidden
}

.hero-section.blue-bg:before {
    height: 700px;
    content: "";
    width: 150%;
    left: 0;
    bottom: -324px;
    background: #252eb0;
    display: inline-block;
    position: absolute;
    transform: rotate(155deg)
}

.hero-content.tringle {
    background: url("") center right no-repeat
}

.hero-content.scew {
    background: url("") center top no-repeat
}

.hero-content.trans {
    background: url("") right top no-repeat
}

.hero-content.transparent,.services-block-four.v2 {
    background: 0 0
}

.hero-content.dark-blue {
    background: rgb(33,0,67,.9)
}

.hero-content .ico-counter {
    margin: 100px 7% 0
}

.hero-content .service-img-wrapper .image-box .rings {
    position: absolute;
    top: 50%;
    z-index: -1;
    margin: 0 auto;
    left: 50%!important;
    width: 120%;
    transform: translate(-50%,-50%);
    animation: unset;
    -webkit-animation: unset
}

.welcome-content,.welcome-video-area {
    position: relative;
    z-index: 1;
    margin-top: 90px
}

.promo-section.bg {
    background: #ff966a
}

.promo-section.bg2 {
    background: #cb202d
}

.promo-section.bg .special-head {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px
}

.subscribe-section {
    background: #fff;
    padding: 15px;
    display: inline-block;
    border-radius: 35px!important
}

.subscribe-section .input-wrapper {
    position: relative;
    display: inline-block
}

.subscribe-section input {
    padding: 10px 10px 10px 40px;
    position: relative;
    border: 1px solid #eee;
    min-width: 350px;
    border-radius: 25px
}

.subscribe-section input:focus {
    border-radius: 25px;
    outline: 0;
    border-color: #2ec8a6
}

.subscribe-section i {
    font-size: 20px;
    color: #2ec8a6;
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 15px
}

.inovation p,.integration-icon .badge {
    font-size: 12px;
    margin-bottom: 0
}

.special-head {
    color: #28cc8b;
    padding-left: 40px;
    font-size: 18px;
    position: relative
}

.special-head:before {
    content: "";
    background: #3964f9;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px
}

.integration-link:before,.overlay:after {
    top: 0;
    position: absolute;
    left: 0;
    content: ""
}

.special-head.dark {
    color: #f8f517;
    font-weight: 700
}

.integration-link {
    padding: 8px 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: .58px;
    font-size: 14px;
    line-height: 24px;
    color: #d5d5ea
}

.integration-link:before {
    bottom: 0;
    right: 0;
    background: #eee;
    border-radius: 100px
}

.integration-icon {
    margin: 0 5px 0 0
}

.integration-icon .badge {
    background: #14cab1;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
    padding: 6px 13px
}

.integration-text {
    margin: 0 7px 0 0;
    color: #7e7b7b
}

.integration-link>* {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top
}

.button,.how .service_icona,.lock .ball,.lock img,.partner-box {
    vertical-align: middle
}

.main-ilustration {
    position: relative;
    background: url("") center 65%/contain no-repeat;
    height: 100vh
}

.main-ilustration-2 {
    position: relative;
    background: url("") center bottom/contain no-repeat;
    height: 100vh;
    bottom: 0
}

.main-ilustration-3 {
    position: relative;
    background: url("") center bottom/cover no-repeat;
    height: 100vh;
    bottom: 0
}

.main-ilustration-4 {
    position: relative;
    background: url("") center 65%/cover no-repeat;
    height: 100vh
}

.main-ilustration-5 {
    position: relative;
    background: url("") center 65%/100% no-repeat;
    height: 75vh
}

.main-ilustration-10,.main-ilustration-11,.main-ilustration-6,.main-ilustration-7,.main-ilustration-8,.main-ilustration-9 {
    position: relative;
    height: 100vh
}

.header-ilustration-1 {
    min-width: 0;
    margin-top: 60px;
    position: relative
}

.header-ilustration-1 img {
    width: 100%;
    border-radius: 10px
}

.header-ilustration-1.small img {
    width: 85%
}

.header-ilustration-1.big img {
    width: 105%
}

.has-shadow {
    -webkit-box-shadow: 0 9px 68px 0 rgba(62,57,107,.2);
    box-shadow: 0 9px 68px 0 rgba(62,57,107,.2);
    border-radius: 10px
}

.overlay:after {
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%
}

.overlay.v2:after {
    background: rgba(255,255,255,.95)
}

@media (min-width: 991px) {
    .circle-m:before {
        background:url("") center center/contain no-repeat;
        width: 250px;
        height: 250px;
        content: "";
        position: absolute;
        animation: 7s infinite floating2;
        -webkit-animation: 7s infinite floating2;
        top: -50px;
        left: -50px
    }
}

.header-ilustration-1 .video-btn-container {
    position: absolute;
    width: 150px;
    height: 150px;
    background: url("") center center/cover no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.header-ilustration-1 .video-btn-container .video-icon a {
    background: #fff;
    color: #2ea9fd
}

.bub-left {
    background: url("") center left no-repeat
}

.main-ilustration-6 {
    background: url("") center 65%/100% no-repeat
}

.main-ilustration-7 {
    background: url("") center 65%/80% no-repeat
}

.main-ilustration-8 {
    background: url("") center 65%/100% no-repeat
}

.main-ilustration-9 {
    background: url("") center 65%/100% no-repeat
}

.main-ilustration-10 {
    background: url("") center 65%/80% no-repeat
}

.main-ilustration-11 {
    background: url("") center 65%/100% no-repeat
}

@media (max-width: 992px) {
    .double-bg {
        background-size:cover!important
    }

    .mt-md-30,.mt-s {
        margin-top: 30px!important
    }

    .mb-s {
        margin-bottom: 30px!important
    }

    .padding-t-md-0 {
        padding-top: 0!important
    }

    .nav-brand img {
        width: 100px
    }

    .xs-none {
        font-size: 12px
    }

    .welcome-meter {
        text-align: center
    }

    .sec-before2:before,.sec-before3:before,.sec-before:before {
        display: none
    }

    .has-border-top-md {
        border-top: 1px solid #eee
    }

    .hero-content.soft1 {
        background-size: 100%
    }

    .hero-content .ico-counter,.hero-content .service-img-wrapper .image-box {
        margin-top: 0!important
    }

    .header-ilustration-1 {
        margin-top: 0
    }

    .bub-left,.bub-right {
        background-size: cover
    }

    .main-ilustration-5 {
        height: 65vh
    }

    .mb-md-30 {
        margin-bottom: 30px
    }
}

@media (max-width: 1200px) {
    .main-ilustration-3 {
        background-size:contain;
        background-position: left
    }

    .main-ilustration-3 .inovation {
        right: 0!important;
        top: 5%;
        display: inline-table
    }

    .main-ilustration-3 .inovation.num2 {
        right: 5%;
        top: 27%
    }

    .service-img-wrapper .image-box .rings {
        left: 3%!important
    }

    .service-img-wrapper .image-box {
        margin-top: 0!important
    }
}

@media (max-width: 767px) {
    .mt-sm-30 {
        margin-top:30px
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .main-ilustration-6 {
        height: 65vh
    }

    .welcome-content {
        padding-right: 0
    }

    .main-ilustration-3 {
        background-size: contain;
        background-position: left
    }

    .main-ilustration-3 .inovation {
        right: 0!important;
        top: 42%;
        display: inline-table
    }

    .main-ilustration-3 .inovation.num2 {
        right: 5%;
        top: auto
    }

    .welcome-small-wrapper {
        position: absolute;
        width: 38%
    }

    .welcome-content-small {
        position: absolute;
        top: -30px
    }

    .welcome-content.ill {
        margin-top: 120px!important
    }

    .header-ilustration-1 .video-btn-container {
        width: 150px;
        height: 150px
    }
}

.main-ilustration-2:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 1000px;
    left: 50%;
    top: -30%;
    transform: rotate(21deg);
    background: rgba(0,0,128,.7)
}

.main-ilustration-3 .inovation {
    position: absolute;
    bottom: 10%;
    right: -15%;
    width: 40%;
    background: #0d003b;
    padding: 20px
}

.inovation.num2 {
    right: -57%
}

.inovation h5 {
    padding-left: 25px;
    position: relative
}

.inovation h5:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 15px;
    height: 2px;
    background: #25cbd3
}

@media (min-width: 1400px) {
    .main-ilustration {
        min-width:650px
    }
}

#home .carousel-inner {
    height: 450px
}

#home .carousel-indicators {
    justify-content: left;
    margin-left: 20px;
    margin-right: 0;
    cursor: pointer;
    z-index: 1000;
    bottom: 30px
}

#home .carousel-indicators li {
    height: 12px;
    width: 12px;
    border-radius: 50%
}

.right_pkg {
    width: 350px
}

.welcome-content h2 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 20px
}

.welcome-content h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px
}

.welcome-content .subtitle {
    font-size: 26px;
    font-weight: 400!important
}

.agency-header {
    position: relative;
    padding-left: 50px
}

.agency-header span {
    position: absolute;
    top: 17px;
    left: -25px;
    font-size: 48px;
    font-weight: bolder;
    text-transform: uppercase;
    transform: rotate(270deg)
}

.welcome-content h1.artficial {
    font-size: 38px
}

.welcome-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px
}

.gradient-text {
    font-weight: 700;
    display: inline-block;
    background-image: linear-gradient(135deg,#846ff4 0,#f17674 100%)
}

.gradient-text.blue {
    background-image: linear-gradient(93deg,#9cd323 0,#9cd323 100%)!important
}

.green {
    color: #9cd323!important
}

#days,.orange {
    color: #f1ac1c
}

.gradient-text.cyan {
    background-image: linear-gradient(271deg,#000 0,#000 115%)!important
}

p.artficial {
    padding-left: 20px;
    border-left: 1px solid #fff;
    position: relative
}

p.artficial:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff
}

.welcome-content-small p.artficial {
    font-size: 12px
}

.welcome-video-area .welcome-thumb {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    border: 1px solid #25cbd3;
    border-radius: 15px;
    padding: 0 30px
}

.welcome-video-area .welcome-thumb img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0,0,0,.15);
    position: relative;
    top: -30px
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #4834d4
}

.video-btn {
    background-color: #4834d4;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50%;
    line-height: 70px;
    padding: 0;
    text-align: center;
    min-width: 70px;
    font-size: 24px
}

.video-btn.v2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    font-size: 16px
}

.video-btn:hover {
    background-color: #4834d4;
    color: #fff
}

.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height:300%;
        top: -100%
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width:300%;
        left: -100%
    }
}

.offer-box,.seafood-box {
    left: 0;
    position: absolute
}

.welcome_area.video .desc {
    max-width: 60%;
    margin: 0 auto
}

.video-bg-illution {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #010111;
    z-index: 50;
    opacity: .7
}

.item-feat {
    border: 2px solid #ddd;
    position: relative;
    margin-bottom: 30px;
    transition: .3s
}

.item-feat:after {
    content: "";
    width: 40px;
    height: 16px;
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    background: #fff
}

.item-feat h3 {
    background: #fff;
    padding: 10px 0 5px;
    font-size: 22px;
    font-weight: 600;
    transform: translate(-10px,0)
}

.item-feat span.number {
    font-size: 1.8rem;
    font-weight: 800;
    transition: .3s
}

.item-feat p {
    padding: 0 30px 30px;
    margin-bottom: 0
}

.item-feat.hover,.item-feat:hover {
    border-color: #3f88fb
}

.item-feat.hover span.number,.item-feat:hover span.number {
    color: #3f88fb
}

.food-img img,.food-img-wrapper {
    transition: 1.5s ease-in-out;
    overflow: hidden
}

.food-img-wrapper:hover .food-img img,ul.banner-share-buttons a:hover {
    transform: scale(1.1)
}

.offer-box {
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: center;
    align-items: flex-end
}

.seafood-box {
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.offer-info,.offer-info.v2 {
    top: 30px;
    position: absolute
}

.offer-info {
    left: 30px
}

.offer-info.v2 {
    right: 30px;
    left: auto
}

.offer-info h4 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500
}

.offer-info p,.offer-text p {
    font-weight: 700;
    line-height: 1
}

.offer-info p {
    font-size: 52px
}

.food-img-wrapper .text-wrapper {
    width: 370px;
    background: #cb202d;
    padding: 3%;
    margin-right: 50px;
    overflow: hidden;
    height: auto
}

.seafood-box .sea-text {
    width: 370px;
    margin-left: 50px;
    overflow: hidden;
    height: auto
}

.offer-text {
    text-transform: uppercase;
    color: #fff
}

.offer-text p {
    font-size: 50px;
    margin-bottom: 0;
    color: #fff
}

.uppercase {
    text-transform: uppercase
}

.offer-text .text-big {
    font-size: 116px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 15px
}

@media (min-width: 450px) {
    .food-img-wrapper .text-wrapper .percent {
        letter-spacing:-15px;
        font-size: 200px;
        line-height: 1;
        font-weight: 700;
        color: #fff
    }
}

.partners {
    padding: 0 0 70px
}

.partner-box {
    border: 1px solid #25cbd3;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    background-color: #0d003b;
    margin-bottom: 30px;
    transition: .3s ease-in-out
}

.partner-box:hover {
    background: #25cbd3;
    cursor: pointer
}

.b-text {
    color: #272e3a!important
}

.g-text {
    color: #d8d0d0!important
}

.p-text {
    color: #8a2be2!important
}

.green-text {
    color: #2ec8a6!important
}

.o-text {
    color: #faaf52!important
}

.brown-text {
    color: #cea676!important
}

.bold {
    font-weight: 600!important
}

.bolder {
    font-weight: 700!important
}

.normal {
    font-weight: 500!important
}

.thin {
    font-weight: 400!important
}

.double-bg {
    background: url("") center left/contain no-repeat
}

.double-bg-1 {
    position: relative;
    background: url("") top right/cover no-repeat
}

.double-bg-2 {
    background: url("") center left/cover no-repeat
}

.light-version .single-team-member.v2:after,.sky-bg {
    background: #f4f9ff
}

.blue-back:before {
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: .5;
    background: url("");
    position: absolute
}

.who-we-contant h4 {
    margin-bottom: 20px;
    font-size: 30px
}

.our-mission-area {
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    height: 400px!important
}

.breadcumb-content,.cta-content-area,.our-mission-content {
    position: absolute!important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(72,52,212,.95);
    background: -webkit-linear-gradient(left,rgba(72,52,212,.95),rgba(52,31,151,.95));
    background: linear-gradient(to right,rgba(72,52,212,.95),rgba(52,31,151,.95))
}

.single-mission {
    position: relative;
    z-index: 1;
    text-align: center
}

.article,.articlev2,.hos-article {
    margin-bottom: 30px;
    text-align: left;
    transition: .4s ease-in-out
}

.single-mission i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff
}

.single-mission p {
    margin-top: 0;
    margin-bottom: 0
}

.preview-thumb .preview-mobile {
    position: absolute;
    left: 16%;
    top: 5%
}

.moving-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200rem;
    height: 70%;
    font-size: 260px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f9f9f9;
    visibility: inherit;
    background: url("") 0 100% repeat-x;
    -webkit-animation: 120s linear infinite cloudwash;
    -moz-animation: 120s linear infinite cloudwash;
    animation: 10s linear infinite cloudwash
}

@-webkit-keyframes cloudwash {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }
}

@keyframes cloudwash {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }
}

.welcome-meter.arficial {
    position: relative;
    z-index: 1;
    height: 427px;
    background: url("") center center/137% no-repeat
}

.growing-company p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0
}

.box-shadow:hover {
    -webkit-box-shadow: 0 25px 36px 0 rgba(154,161,171,.24);
    box-shadow: 0 25px 36px 0 rgba(154,161,171,.24);
    top: -3px
}

.article {
    background: #fff;
    padding: 25px 15px 15px;
    border: 1px solid #00dcd8;
    border-radius: 5px
}

.articlev2 {
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 35px 15px 15px;
    border-bottom: 3px solid orange
}

.articlev2 img {
    margin-bottom: 10px
}

.hos-article {
    border: 1px solid #00dcd8;
    border-radius: 5px
}

.article__icon {
    font-size: 40px;
    position: relative;
    color: #00dcd8
}

.article__icon .flag-img {
    position: absolute;
    bottom: 19.8%;
    width: 30px;
    right: 12.7%
}

.article__title {
    font-size: 18px;
    margin-top: 8px;
    color: #333
}

.article p,.steps .item_single_content.specialitem p {
    color: #888
}

.article.hover .article__icon,.article.hover .article__title,.article.hover p,.article:hover .article__icon,.article:hover .article__title,.article:hover p,.compare .title-box .title-center,.contact_info_area .contact_info a:hover p,.contact_info_area .contact_info h5,.copywrite_text>p>a,.form-block-rcl>.login-message,.light-version .cool_fact_detail h2,.light-version .cool_fact_detail h3,.light-version .cta-content h2,.light-version .cta-content p,.light-version .demo-video h2,.light-version .service_single_content.food h6,.light-version .services-block-four .inner-box h3 a,.light-version .single-mission h6,.light-version .single-mission p,.light-version .subscribe .group input,.light-version .subscribe .group label,.light-version .subscribe h2,.light-version .welcome-content h2,.port-more-view>a,.timelineBody .timeline .timelineWork h6,.white-heading,.white-heading span {
    color: #fff
}

.services-block-four {
    position: relative;
    margin-bottom: 40px;
    background: #fff;
    display: flex
}

.icon-font-box,.icon-img-box,.res-features .icon-img-box {
    position: absolute;
    top: 0;
    left: 0
}

.icon-font-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #2da4ee
}

.res-features {
    background: url("") center center/cover no-repeat
}

.res-features .services-block-four:hover .icon-img-box {
    background: #444
}

.res-features .icon-img-box {
    height: 55px;
    width: 55px;
    transition: .5s ease-in-out;
    line-height: 50px;
    text-align: center;
    background: #cb202d
}

.icon-font-box i {
    font-size: 24px;
    font-weight: 500;
    color: #2da4ee
}

.counter-boxed .counter,.globe-text h3,.social h4 {
    font-size: 36px
}

.services-block-four .inner-box {
    position: relative;
    display: flex;
    border: 1px dashed #595454;
    height: 95px;
    align-items: center;
    padding: 20px 10px 10px 80px;
    width: 100%;
    border-radius: 8px;
    transition-duration: .5s;
    background: #fff;
    box-shadow: 0 2px 27px 0 rgba(154,161,171,.18);
    border: 1px solid #cccccc3b;
    border-left: 5px solid #cea676
}

.services-block-four .inner-box:hover {
    background: linear-gradient(45deg,#e9a71b,#80623e)!important;
    transition-duration: .5s;
    border-left: 5px solid #7a5c36
}

.has-border-bottom {
    border-bottom: 3px solid orange
}

.trust-item,.vertical-social {
    border-bottom: 3px solid #a843fd;
    overflow: hidden
}

.services-block-four.v2 .inner-box {
    position: relative;
    padding-left: 70px
}

.services-block-four.v2 .inner-box .icon-img-box {
    max-width: 50px
}

.services-block-four.how .inner-box,.services-block-four.v3 .inner-box {
    padding-left: 70px
}

.services-block-four.v4 {
    position: relative;
    background: 0 0;
    padding: 20px 0
}

.services-block-four.v4 .inner-box {
    padding-left: 85px
}

.services-block-four.v4:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 15px;
    z-index: -1;
    background: rgba(106,102,102,.05)
}

.services-block-four.v4 .icon-img-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.comment_area .single_comment_area:last-of-type,.light-version .service_single_content p,.services-block-four.how .inner-box .text,.services-block-four.v4 .inner-box .text,.single_comment_area .children .single_comment_area .comment-meta,.spread-map .sec-title,.timeline .block p,.timelineBody .timeline li:last-child {
    margin-bottom: 0
}

.bg-ring {
    background: url("") center center/cover no-repeat
}

.features .services-block-four {
    box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
    -webkit-box-shadow: 0 9px 68px 0 rgb(62 57 107 / 20%);
    padding: 30px 20px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    overflow: hidden
}

.special .services-block-four {
    box-shadow: 0 2px 27px 0 rgba(154,161,171,.18);
    -webkit-box-shadow: 0 2px 27px 0 rgba(154,161,171,.18);
    padding: 20px 20px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.special .services-block-four .inner-box {
    position: relative;
    padding-left: 160px
}

.demo-video.features .services-block-four {
    padding: 25px 20px 15px;
    margin-bottom: 20px
}

.licenes .services-block-four .inner-box .icon-box {
    font-size: 56px;
    border-radius: 0
}

.licenes .services-block-four .inner-box .icon-box:after {
    border-radius: 0
}

.services-block-four .inner-box .icon-box:after,.services-block-four .inner-box .icon-box:before {
    background: #25cbd3
}

.services-block-four .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border: 2px solid;
    font-size: 40px;
    line-height: 98px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px!important;
    transition: .3s
}

@media (max-width: 992px) {
    .welcome-meter.arficial {
        background-size:100%
    }

    .service-img-wrapper .image-box {
        margin-top: 30px!important
    }

    .service-img-wrapper .image-box.no-mt {
        margin-top: 0!important
    }

    .service-img-wrapper .phone-img {
        padding: 0 10%!important
    }

    .service-img-wrapper .image-box .rings {
        left: 17%!important;
        width: 66%
    }

    .service-img-wrapper.how .image-box img {
        width: 100%;
        margin-bottom: 50px
    }
}

.service-img-wrapper .image-box .rings {
    position: absolute;
    top: 5%;
    z-index: -1;
    margin: 0 auto;
    left: 10%;
    transform: translate(-50%,-50%)
}

.services-block-four .inner-box .icon-box span {
    position: relative;
    z-index: 99
}

.services-block-four .inner-box:hover .icon-box,.services-block-four .inner-box:hover .icon-box span {
    color: #fff;
    transition: .5s
}

.services-block-four .inner-box .icon-box:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: .7s
}

.services-block-four .inner-box:hover .icon-box:after {
    transform: scale(1);
    transition: .7s
}

.services-block-four .inner-box .icon-box:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    width: 1px;
    height: 95%;
    background: #25cbd3
}

.services-block-four .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.services-block-four.how {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff
}

.services-block-four .inner-box .step {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #7d60f9;
    background: #7d60f9;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px!important;
    transition: .3s
}

.services-block-four .inner-box h3 a {
    color: #fff;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.services-block-four .inner-box .icon-box,.timelineBody .timeline .timelineDate p {
    color: #25cbd3
}

.services-block-four .inner-box .text {
    font-size: 14px;
    color: #545151;
    margin-top: 18px;
    margin-bottom: 25px;
    line-height: 22px
}

.services-block-four .inner-box .read-more {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.services-block-four .inner-box .read-more:hover {
    color: #253267
}

.floating,.service-img-wrapper .image-box img {
    animation: 7s infinite floating2;
    -webkit-animation: 7s infinite floating2
}

@media (min-width: 992px) {
    .hero-section.curved-section {
        padding-top:100px
    }

    .special-size {
        max-width: 140%;
        margin-left: -100px
    }

    .service-img-wrapper .image-box {
        margin-top: 0
    }
}

@keyframes floating2 {
    0%,100% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0)
    }

    50% {
        -webkit-transform: rotateX(0) translateY(15px);
        -moz-transform: rotateX(0) translateY(15px);
        -ms-transform: rotateX(0) translateY(15px);
        -o-transform: rotateX(0) translateY(15px);
        transform: rotateX(0) translateY(15px)
    }
}

@-webkit-keyframes floating2 {
    0%,100% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0)
    }

    50% {
        -webkit-transform: rotateX(0) translateY(15px);
        -moz-transform: rotateX(0) translateY(15px);
        -ms-transform: rotateX(0) translateY(15px);
        -o-transform: rotateX(0) translateY(15px);
        transform: rotateX(0) translateY(15px)
    }
}

.features-list {
    background: url("") center center/cover no-repeat;
    padding: 30px;
    border-radius: 20px
}

.features-list.v2 {
    background-image: linear-gradient(35deg,#17ead9 0,#6078ea 100%);
    background-image: -webkit-linear-gradient(35deg,#17ead9 0,#6078ea 100%)
}

.counter-boxed-warrper.v3,.features-list.v3 {
    background: #1e3953
}

.features-list.v3 {
    padding: 50px 30px
}

.list-marked li {
    top: 8px;
    padding: 7px 0;
    color: #fff;
    left: 0
}

.list-marked i {
    font-weight: 400;
    margin-right: 10px;
    color: #0ff;
    border: 1px solid #0ff;
    padding: 5px;
    line-height: 30px;
    text-align: center;
    background: 0 0;
    width: 30px;
    height: 30px
}

.counter-boxed-warrper {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 27px 0 rgba(154,161,171,.18);
    -webkit-box-shadow: 0 2px 27px 0 rgba(154,161,171,.18);
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    padding-bottom: 30px
}

.counter-boxed-warrper:before {
    content: "";
    width: 100%;
    height: 64%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f6fc;
    z-index: -1;
    border-radius: 0 0 274px
}

.counter-boxed {
    padding: 30px 20px 0
}

.box-list .text-bismark {
    color: #96aabf;
    font-size: 16px
}

.api-box,.fact-item {
    position: relative;
    margin-bottom: 30px
}

.fact-item img {
    width: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.fact-item .fact-info {
    display: inline-block;
    padding-left: 85px
}

.fact-item .fact-number {
    font-size: 32px;
    line-height: 33px
}

.fact-item .fact-header {
    padding-top: 5px;
    font-size: 17px
}

.swiper-container.screenshots-slider {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 80px 0
}

.swiper-container.screenshots-slider::before {
    content: "";
    width: 400px;
    height: 100%;
    background: url("") center center/100% no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%)
}

.swiper-container.screenshots-slider img {
    width: 255px
}

@media (max-width: 450px) {
    section.screenshots .screenshots-slider::before {
        display:none!important
    }
}

.intro {
    position: relative;
    z-index: 0
}

.beans {
    background: url("") right/23% 100% no-repeat
}

.caffen {
    background: url("") right/25% 100% no-repeat
}

.intro .no-r-l {
    padding-right: 0;
    padding-left: 0
}

.intro .intro-box {
    color: #fff;
    padding: 35px 25px
}

.intro .intro-box h4 {
    margin-top: 25px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase
}

.intro .box-1 {
    background-color: #0487d9
}

.intro .box-2 {
    background-color: #1998e7
}

.intro .box-3 {
    background-color: #2da4ee
}

.intro .box-4 {
    background-color: #43adf0
}

.intro .intro-box p {
    color: #efefef;
    margin-bottom: 0;
    font-size: 14px
}

.img-info {
    display: inline-block;
    text-align: center;
    height: 60px;
    padding-bottom: 15px
}

.header-social,.vertical-social {
    transform: translateY(-50%);
    left: 0;
    height: 370px!important;
    margin-left: 30px
}

.agency-sec {
    background: #fff;
    padding: 50px 30px 17px
}

.side-feature-list-item.v2 {
    font-size: 14px;
    padding: 3px 0
}

.side-feature-list-item.v2 .check-mark-icon-font {
    color: #18d7a5;
    font-size: 16px;
    width: 25px
}

.demo-video .welcome-video-area {
    margin-top: 0
}

@media (max-width: 992px) {
    .service-img-wrapper .image-box img {
        width:100%
    }

    .beans,.caffen {
        background: 0 0
    }

    .vertical-social {
        display: none!important
    }

    .how {
        border-top: 1px solid #eee
    }
}

.vertical-social {
    position: fixed;
    top: 50%;
    background: #0d003b;
    border-radius: 40px;
    padding: 30px 15px;
    z-index: 999;
    transition: 1s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 4px 13px 0 rgba(168,67,253,.3)
}

.vertical-social li {
    padding: 7px 0;
    text-align: center
}

.vertical-social li a {
    color: #fff;
    opacity: .6;
    font-size: 22px
}

.doc-element:hover:after,.info-wrapper .token-icon.img,.ripple-active,.social-list li a:hover,.vertical-social li a:hover {
    opacity: 1
}

.header-social {
    position: absolute;
    top: 60%
}

.check,.image,.social-text,.trust-section {
    position: relative
}

.social-text {
    margin-bottom: 0;
    transform: rotate(270deg);
    text-transform: uppercase
}

.our-team .post,.our-team .title,.restaurant-head {
    text-transform: capitalize
}

.header-social-list {
    position: relative;
    text-align: center;
    margin-top: 120px
}

.header-social-list:before {
    content: "";
    position: absolute;
    top: -65px;
    left: 50%;
    width: 2px;
    height: 50px;
    background: #fff
}

.check .check-icon,.check .value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.header-social-list li {
    padding: 3px
}

.header-social-list li a {
    font-size: 16px;
    color: #fff
}

.restaurant-head {
    font: 500 44px "Great Vibes",cursive;
    color: #cea676!important;
    letter-spacing: 3px
}

#timer span,.about_title {
    font-family: Poppins;
    font-style: normal
}

.trust-section {
    padding: 100px 0 60px
}

.trust-item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 37px 35px 25px;
    min-height: 205px;
    box-shadow: 4px 4px 10px 0 rgba(168,67,253,.3)
}

.ico-platform-logo {
    margin-bottom: 25px;
    min-height: 75px
}

.check {
    height: 40px;
    margin: 0 -10px;
    background-color: rgba(13,0,59,.9);
    border-radius: 5px;
    color: #25cbd3
}

.check .value {
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0,243,255,.5)
}

.check .check-icon {
    background: url("") 50%/contain no-repeat;
    width: 31px;
    height: 23px
}

.gradient-section-bg {
    background-image: -webkit-linear-gradient(17deg,#000,#000);
    background-image: linear-gradient(17deg,#000,#000);
    overflow: hidden
}

.gray-bg {
    background: #f4f4f7
}

.gray1-bg {
    background: #d5ddfe
}

.transparent {
    background: 0 0!important
}

.hos-sec-1 {
    background: url("") center center/cover no-repeat;
    overflow: hidden
}

.corporate-sec-bg {
    background: url("") center center/cover no-repeat
}

.resturant-bg-2 {
    background: url("") center bottom/cover no-repeat
}

.world-map {
    background: url("") center center/cover no-repeat
}

.coffee-bg {
    background: url("") center bottom/cover no-repeat
}

.coffee-sec {
    background: url("") center center/cover no-repeat
}

.ico-about-bg {
    background: url("") center center/cover no-repeat,0 0/cover #fff
}

.ico-header6 {
    background: url("") bottom center/cover no-repeat
}

.striples-bg {
    background: url("") top center/cover no-repeat
}

.our_team_area {
    background: #f0f0f0
}

.ico-bg2,.ico-bg3,.info-wrapper .token-icon {
    background-repeat: no-repeat
}

.ico-bg2 {
    background-image: url("SPACE-bg.webp");
    background-size: cover;
    background-position: top
}

.ico-bg3 {
    background-image: url("");
    background-position: top left
}

.res-about {
    background: url("") center center/cover no-repeat
}

.corporate-sec-bg2 {
    background: url("") center center/cover no-repeat
}

.hero-bg {
    background: url("") center/cover no-repeat
}

.image {
    left: 0;
    margin-bottom: -100px
}

.image img {
    max-width: 72%
}

.globe-text {
    position: absolute;
    bottom: 35%;
    left: 25%;
    max-width: 60%
}

.globe-text h3 {
    font-weight: 700!important
}

.numbers-box {
    margin-right: -50px
}

.numbers-box.v2 {
    margin-left: -50px;
    margin-right: 0
}

.numbers-box h2 {
    font-size: 45px;
    font-weight: 500!important;
    line-height: 40px
}

.about_title {
    color: #f1ac1c!important;
    font-size: 20px!important;
    font-weight: 500;
    line-height: normal
}

.api-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 42%;
    background-size: cover
}

.api-box.v2:before {
    background: url("") right center/55% no-repeat;
    height: 42%
}

@media (max-width: 991px) {
    .hero-section.fullwidth-header {
        padding-bottom:285px;
        background-position: 50% 100%;
        background-size: 897px
    }

    .special-pb {
        padding-bottom: 100px
    }

    .right-img,.right-img img {
        border-radius: 10px!important
    }

    .image {
        margin-bottom: 0!important
    }

    .image img {
        max-width: 77%!important
    }

    .numbers-box {
        margin-right: 0
    }

    .numbers-box.v2 {
        margin-left: 0
    }

    .clearfix-sp {
        clear: both
    }

    .mt-200 {
        margin-top: 0!important
    }

    .globe-text {
        bottom: 15%;
        left: 20%
    }

    .right-img img {
        width: 100%
    }

    .api-box {
        padding: 15px 10px
    }
}

.token-distribution {
    padding-bottom: 100px;
    overflow: hidden
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background:url("") center center/cover no-repeat
    }

    .welcome_area.video .desc {
        max-width: 80%;
        margin: 0 auto
    }

    .fullscreen-bg__video,.header-social {
        display: none
    }

    .services-block-four {
        margin-bottom: 20px
    }

    .m-sm-50 {
        margin-top: 50px!important
    }

    .side-feature-list-item {
        margin-bottom: 15px!important;
        line-height: 18px;
        align-items: flex-start!important
    }

    .token-info-wapper {
        margin-top: 30px
    }

    .globe-text h3 {
        font-size: 26px
    }
}

.token-info {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    display: -ms-flexbox;
    display: flex
}

.b-world__item-num,.b-world__item-val-circles,.pizza-prop p,.service_icon {
    display: inline-block
}

.token-info .info-wrapper {
    border: 1px solid #eee;
    border-radius: 0 10px 10px 0;
    padding: 19px 15px;
    background-color: #fff;
    width: 100%;
    position: relative;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 2px 27px 0 rgba(154,161,171,.18);
    -webkit-box-shadow: 0 2px 27px 0 rgba(154,161,171,.18)
}

.token-info .info-wrapper.one {
    border-left: 7px solid #997dea
}

.token-info .info-wrapper.two {
    border-left: 7px solid #e66392
}

.token-info .info-wrapper.three {
    border-left: 7px solid #2acd72
}

.token-info .info-wrapper.four {
    border-left: 7px solid #9898ef
}

.token-info .info-wrapper.five {
    border-left: 7px solid #f5a67e
}

.info-wrapper .token-icon {
    right: 40px;
    width: 38px;
    height: 38px;
    font-size: 45px;
    line-height: 38px;
    font-weight: 700;
    opacity: .06;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: 50%;
    background-size: contain
}

.info-wrapper .token-descr {
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    font-weight: 300;
    line-height: 1.25
}

.steps .item_single_content {
    background-image: linear-gradient(179deg,#e2a72e 7%,#855c05 90%,#a77206 100%);
    z-index: 5;
    padding: 120px 20px 40px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
    border-radius: 15px
}

.steps .box-wrapper1 {
    padding-top: 50px
}

.how .service_icon,.how .service_icona {
    padding: 30px;
    max-width: 140px;
    transition: .3s ease-in-out
}

.steps .service_icon {
    width: 125px;
    height: 125px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 125px;
    border-radius: 50%
}

.steps .item_single_content h6 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600
}

.steps .item_single_content p {
    margin-bottom: 0;
    color: #f8efef
}

.steps .item_single_content.specialitem {
    background: #fff;
    padding: 140px 20px 60px;
    z-index: 6;
    position: relative
}

.steps .item_single_content.specialitem .service_icon {
    background-image: linear-gradient(-177deg,#ffb824 7%,#ad7709 90%,#f4a80c 100%);
    top: -50px
}

.service_single_content {
    position: relative;
    z-index: 1;
    transition: .3s ease-in-out
}

.light-version .service_single_content.food {
    background: #5a20c6;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative
}

.light-version .service_single_content.food h5 {
    position: absolute;
    top: 17px;
    right: -49px;
    transform: rotate(41deg);
    background: red;
    padding: 10px 58px;
    color: #fff
}

.pizza-prop li {
    padding: 5px 0
}

.pizza-prop p {
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    width: 50%;
    color: #cfc9c9!important
}

.pizza-prop span {
    width: 50%;
    color: #fff
}

.service_single_content .service_icon i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    display: block
}

.embed-video {
    max-width: 250px!important;
    height: auto!important
}

.how .service_icon {
    position: relative;
    border: 2px solid #00dcd8;
    background-image: linear-gradient(to right,#21d397 0,#7450fe 100%);
    border-radius: 50%
}

.how .service_icona {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 30px;
    border: 2px solid #eee;
    border-radius: 50%
}

.how.v2 .service_icon {
    border-color: transparent;
    background-image: linear-gradient(to right,#ff9059 0,#fca336 100%)
}

.how .service_icon .white-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.how .service_single_content:hover .white-icon {
    visibility: hidden
}

.service_icon .step-num {
    position: absolute;
    top: 0;
    right: -10px;
    background: #21d397;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff
}

.service_icon {
    margin-bottom: 30px;
    max-width: 150px
}

.service_single_content h6 {
    margin-bottom: 15px;
    font-size: 18px
}

.hos-features .feature_single_content {
    width: 90%;
    padding: 0;
    position: relative;
    margin-bottom: 50px
}

.feature_single_content .feature-info {
    border-radius: 5px;
    position: absolute!important;
    right: -35px;
    width: 80%;
    bottom: 18px;
    display: block;
    background: #3b61b9;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 14px 17px;
    color: #fff;
    overflow: hidden;
    transition: .2s ease-in-out;
    text-align: left
}

.feature_single_content.food .service_img img {
    transition: .5s ease-in-out
}

.feature_single_content.food:hover .service_img img {
    transform: scale(1.2)
}

.feature_single_content.food .feature-info {
    width: 35%;
    background: #cb202d
}

.red-bg {
    background: #cb202d!important
}

.b-world__item-val {
    margin: 25px 0 10px;
    text-align: left
}

.b-world__item-val-title {
    font: 400 10px "Open Sans",sans-serif;
    margin-right: 10px
}

.b-world__item-val-circles span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #cb202d;
    fill: #cb202d
}

.b-world__item-val-circles span.m-empty {
    border: 1px solid #ddd;
    background: 0 0!important
}

.b-world__item-num {
    padding: 3px 12px;
    border-radius: 13px;
    font: 400 10px "Open Sans",sans-serif;
    border: 1px solid #ddd;
    margin-left: 10px
}

.label-chief,.our-team .team_img {
    border-radius: 50%;
    background-color: #fff
}

.b-world__title {
    margin: 20px 0 25px;
    font: 600 16px "Open Sans",sans-serif;
    padding: 0 0 0 10px;
    text-align: left;
    border-left: 3px solid #cb202d
}

.label-chief {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cb202d;
    font-family: "Great Vibes",cursive;
    font-size: 25px;
    line-height: 17px;
    font-style: italic;
    text-align: center;
    box-shadow: 2px 3px;
    transition: 350ms ease-out
}

.feature_single_content .feature-info:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 24px;
    color: #23d5ae;
    opacity: 0;
    transition: opacity .2s ease-in-out,transform .28s ease-in-out;
    -webkit-transform: translateX(-10px) scale(0);
    transform: translateX(-10px) scale(0);
    position: absolute;
    top: 10px;
    left: 14px
}

.feature_single_content .feature-info:hover {
    background: #294481;
    padding-left: 48px
}

.feature_single_content .feature-info:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
}

.side-feature-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.check-mark-icon {
    margin-right: 16px;
    width: 30px;
    height: 30px
}

.check-mark-icon-font {
    font-size: 20px;
    margin-right: 2px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #f1ab1b
}

.text-warning {
    color: #f1ab1b!important
}

.circle-icon-font {
    margin-right: 12px;
    width: 50px;
    height: 50px
}

.foot-c-info {
    font-weight: 400;
    color: #42526e;
    font-size: 13px
}

.call_to_action_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px!important
}

.cta-content h2 {
    font-size: 40px;
    margin-bottom: 15px
}

.cta-content p {
    font-size: 18px;
    margin-bottom: 25px
}

.right-img {
    border: 1px dashed #b8b8b8c9;
    padding: 15px;
    border-radius: 230px 0 0 230px
}

.right-img img {
    border-radius: 200px 0 0 200px;
    height: 100%
}

.our-team {
    border: 1px solid #cea676;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    height: 350px;
    background: #fff
}

.half,.seperator {
    background: #ffc107
}

.our-team .team_img {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    padding-top: 15px;
    border: 2px dashed #ccc;
    margin: 40px auto 0
}

.our-team .team_img:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: .3s
}

.our-team .title:after,.our-team .title:before {
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    transition-duration: .25s;
    background: #cea676;
    content: ""
}

.our-team:hover .team_img:after {
    bottom: 0
}

.our-team img {
    width: 100%;
    height: auto
}

.our-team .social {
    padding: 10px 0;
    margin: 0;
    position: absolute;
    top: -100%;
    right: 30px;
    background: #cea676;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: .3s
}

.mfp-iframe-holder .mfp-close,.our-team:hover .social {
    top: 0
}

.our-team .social li a {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff
}

.our-team:hover .social li a:hover {
    color: #000
}

.our-team .team-content {
    padding: 20px 0
}

.our-team .title {
    margin: 0 0 20px;
    font: 600 16px "Open Sans",sans-serif;
    color: #000;
    position: relative
}

.our-team .title:before {
    right: 50%;
    margin-right: 9px
}

.our-team .title:after {
    left: 50%;
    margin-left: 9px
}

.our-team:hover .title:after,.our-team:hover .title:before {
    width: 50px
}

.our-team .post {
    display: inline-block;
    font: 500 13px/20px "Open Sans",sans-serif;
    color: #666
}

.our-team .post:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cea676;
    margin: 0 auto;
    position: relative;
    top: -13px
}

.our-team.ico-team {
    border: 1px solid #e19c0c
}

.our-team.ico-team .social {
    background: #e19c0c
}

.our-team.ico-team .team-content {
    padding: 20px 20px 30px
}

.our-partners .team-member {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
    background-color: #fff;
    border-radius: 5px;
    transition: .4s ease-in-out
}

.circle_box {
    border: 2px dashed #cccccc5c;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    margin: auto;
    padding: 40px 5px 5px;
    overflow: hidden
}

.compare .vs-text,.icon-icon {
    border-radius: 50%;
    text-align: center
}

.our-partners .team-member i {
    font-size: 50px;
    color: #fff
}

.our-partners .team-member:hover {
    cursor: pointer;
    border-color: #1d66f6
}

.half {
    width: 150px;
    height: 2px
}

.who-we-contant.new:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 30%;
    top: 0;
    right: 0
}

.seperator {
    width: 5px;
    text-align: center;
    height: 60%;
    margin: 0 auto
}

.icon-icon {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 50px;
    height: 50px;
    line-height: 44px
}

.compare-box,.compare-box-right,.doc-box,.single_cool_fact,.unfeat-list li {
    margin-bottom: 30px
}

.icon-icon img {
    max-width: 30px
}

.icon-icon.bg1 {
    background-image: linear-gradient(-12deg,#ff895b 0,#ffec9e 100%)
}

.icon-icon.bg2 {
    background-image: linear-gradient(-151deg,#fcd3bb 0,#f88691 94%)
}

.icon-icon.bg3 {
    background-image: linear-gradient(126deg,#a2f8e4 0,#4bc39d 100%)
}

.icon-icon.bg4 {
    background-image: linear-gradient(-12deg,#2a57d7 0,#9eeeff 100%)
}

.doc-box {
    position: relative;
    padding: 0 30px 30px;
    text-align: center
}

.doc-content {
    z-index: 3;
    position: relative
}

.doc-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom,#a11542,#291e78)
}

.indexed-label {
    background: url("") right center no-repeat;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 60%
}

.compare {
    background-color: #2c225a;
    float: left;
    width: 100%;
    position: relative;
    background-image: url("");
    background-size: 140%
}

.compare .vs-text {
    position: absolute;
    top: 55px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    background: rgba(7,7,52,.6);
    height: 50px;
    display: block;
    color: #fff;
    padding-top: 8px;
    font-size: 24px;
    font-weight: 700;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.4);
    box-shadow: 0 0 30px rgba(0,0,0,.4)
}

.compare .title-box .description {
    color: #eaebfb
}

.compare-box {
    padding: 50px 60px 20px;
    background: linear-gradient(to right,#fe86a7,#ffa493)
}

.compare-box-right {
    background: rgba(1,7,53,.1);
    border-bottom-right-radius: 80px;
    -webkit-box-shadow: 0 0 80px rgba(0,0,0,.4);
    box-shadow: 0 0 80px rgba(0,0,0,.4);
    background: linear-gradient(to right,#14aff5,#23d0ec)
}

.compare-box .compare-heading .title {
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 29px;
    padding-bottom: 20px
}

.compare-box .compare-heading p {
    font-size: 18px;
    color: #41faa4;
    margin: 0
}

.unfeat-list li {
    width: 100%
}

.unfeat-list li .icon {
    border: 2px solid #2cd3ee;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    position: relative;
    float: left
}

.unfeat-list li .icon img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.unfeat-list li .desc {
    overflow: hidden;
    padding-left: 20px
}

.unfeat-list li .desc .title {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 12px
}

.unfeat-list li .desc p {
    margin: 0;
    font-size: 14px;
    color: #eaebfb;
    line-height: 1.7
}

.progress.prog,.progress.prog .progress-bar {
    min-height: 25px
}

.progress.prog .progress-bar.percent {
    margin-left: 3px;
    margin-right: 3px
}

.br-10 {
    border-radius: 10px
}

.bg1 {
    background: #e82d53
}

.bg2 {
    background: #f2724a
}

.bg3 {
    background: #f2b94a
}

.bg4 {
    background: #94db21
}

.bg5 {
    background: #1ac995
}

.bg6 {
    background: #4cb8f5
}

.bg7 {
    background: #2f80ed
}

.bg8 {
    background: #8a27e5
}

.bg9 {
    background: #bb6bd9
}

.bg10 {
    background: #eb6cde
}

.section_5-content {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px
}

.section_5-slider-trumb {
    display: inline-block;
    width: 100%;
    left: 0;
    height: 4px;
    background-color: #5892f5;
    position: relative;
    border-radius: 3px
}

#section_5-slider-circle .data_cir {
    top: 0;
    position: absolute;
    margin-left: -8px;
    margin-top: -16px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #5892f5;
    border: 4px solid #000;
    -webkit-box-shadow: 0 0 6px 2px #5892f5;
    -moz-box-shadow: 0 0 6px 2px #5892f5;
    box-shadow: 0 0 6px 2px #5892f5
}

#section_5-slider-circle .data_cir-content {
    position: relative;
    width: 200px;
    height: auto;
    display: inline-block;
    margin-left: -60px;
    text-align: center
}

#section_5-slider-circle .data_cir-content p {
    font-size: 13px;
    color: #5892f5;
    line-height: 2
}

#section_5-slider-circle .data_cir-content>div {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

#section_5-slider-circle .data_cir-content div {
    font-size: 13px;
    color: #777;
    letter-spacing: 0;
    width: 100%;
    line-height: 20px
}

@media (max-width: 1200px) {
    .image {
        margin-bottom:-100px
    }

    .image img {
        max-width: 90%
    }

    #section_5-slider-circle .data_cir-content div {
        width: 94%;
        font-size: 11px
    }
}

#section_5-slider-circle .data_cir:nth-child(odd) .data_cir-content {
    bottom: 44px;
    -webkit-transform: translateY(-100%) translateX(-18%);
    -ms-transform: translateY(-100%) translateX(-18%);
    -moz-transform: translateY(-100%) translateX(-18%);
    -o-transform: translateY(-100%) translateX(-18%);
    transform: translateY(-100%) translateX(-18%)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content {
    top: 55px;
    -webkit-transform: translateX(-18%);
    -ms-transform: translateX(-18%);
    -moz-transform: translateX(-18%);
    -o-transform: translateX(-18%);
    transform: translateX(-18%)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content .roadmap_img {
    -ms-order: -1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1
}

#section_5-slider-circle .data_cir .data_cir-content ul {
    text-align: left;
    position: relative
}

#section_5-slider-circle .data_cir .data_cir-content ul::before {
    content: "";
    position: absolute;
    border-left: 1px solid #5892f5;
    left: -14px;
    opacity: .2;
    width: 45%;
    height: -webkit-calc(100% + 37px);
    height: -moz-calc(100% + 37px);
    height: calc(100% + 37px)
}

#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content ul::before {
    border-top: 1px solid #5892f5;
    margin-top: -46px
}

#section_5-slider-circle .data_cir:nth-child(odd) .data_cir-content ul::before {
    border-bottom: 1px solid #5892f5;
    margin-top: 10px
}

#section_5-slider-circle .data_cir .data_cir-content ul li {
    padding-left: 5px;
    list-style: disc;
    color: #5892f5
}

#section_5-slider-circle .data_cir .data_cir-content ul li span {
    color: #777
}

.roadmap .section-heading>p {
    padding-left: 15px;
    padding-right: 15px
}

#section_5-slider-circle .data_cir .data_cir-content .roadmap_img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #5892f5;
    -webkit-box-shadow: 0 0 6px 1px rgba(0,228,255,.5);
    -moz-box-shadow: 0 0 6px 1px rgba(0,228,255,.5);
    box-shadow: 0 0 6px 1px rgba(0,228,255,.5)
}

#section_5-slider-circle .data_cir::before {
    content: "";
    opacity: .6;
    position: absolute;
    display: block;
    width: 1px;
    height: 40px;
    background-color: #5892f5;
    left: -webkit-calc(50% - 1px);
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px)
}

#section_5-slider-circle .data_cir:nth-child(odd)::before {
    top: -44px
}

#section_5-slider-circle .data_cir:nth-child(2n)::before {
    top: 17px
}

#section_5-slider-circle .data_cir::after {
    content: attr(data-date);
    position: absolute;
    display: block;
    width: 50px;
    color: #fff;
    font-size: 12px;
    left: 0;
    text-align: center;
    -webkit-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    transform: translateX(-35%)
}

#section_5-slider-circle .data_cir:nth-child(odd)::after {
    top: 30px
}

#section_5-slider-circle .data_cir:nth-child(2n)::after {
    top: -45px
}

#section_5-slider-circle .data_cir.next {
    background-color: #000;
    border: 4px solid #000;
    -webkit-box-shadow: 0 0 6px 2px #5892f5;
    -moz-box-shadow: 0 0 6px 2px #5892f5;
    box-shadow: 0 0 6px 2px #5892f5
}

.conuter-header,.main-timeline {
    overflow: hidden;
    position: relative
}

.main-timeline:after,.main-timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #d6d5d5;
    position: absolute;
    top: 30px;
    left: 50%
}

.main-timeline .timeline {
    width: 50%;
    float: left;
    padding-right: 30px;
    position: relative
}

.main-timeline .timeline-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #fe6847;
    background: #fe6847;
    position: absolute;
    top: 5.5%;
    right: -17.5px
}

.main-timeline .year {
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 30px;
    color: #fff;
    border-radius: 0 50px 50px 0;
    background: #fe6847;
    text-align: center;
    position: relative
}

.main-timeline .year:before {
    content: "";
    border-top: 35px solid #f59c8b;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: -35px;
    left: 0
}

.main-timeline .timeline-content {
    padding: 30px 20px;
    margin: 0 45px 0 35px;
    background: #f2f2f2
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    color: #504f54;
    margin: 0 0 10px
}

.main-timeline .description {
    font-size: 14px;
    color: #7d7b7b;
    margin: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    right: auto;
    left: -14.5px
}

.main-timeline .timeline:nth-child(2n) .year {
    border-radius: 50px 0 0 50px;
    background: #7eda99
}

.main-timeline .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 35px solid transparent;
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    text-align: right;
    margin: 0 35px 0 45px
}

.main-timeline .timeline:nth-child(2) {
    margin-top: 170px
}

.main-timeline .timeline:nth-child(odd) {
    margin: -175px 0 0
}

.main-timeline .timeline:nth-child(2n) {
    padding: 0 0 0 30px;
    margin-bottom: 80px
}

.main-timeline .timeline:first-child,.main-timeline .timeline:last-child:nth-child(2n) {
    margin: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #7eda99;
    background: #7eda99
}

.main-timeline .timeline:nth-child(2n) .year:before {
    border-top-color: #92efad
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8a5ec1;
    background: #8a5ec1
}

.main-timeline .timeline:nth-child(3n) .year {
    background: #8a5ec1
}

.main-timeline .timeline:nth-child(3n) .year:before {
    border-top-color: #a381cf
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #f98d9c;
    background: #f98d9c
}

.main-timeline .timeline:nth-child(4n) .year {
    background: #f98d9c
}

.main-timeline .timeline:nth-child(4n) .year:before {
    border-top-color: #f2aab3
}

.timeline-split {
    position: relative;
    width: 100%
}

.timeline-split .timeline {
    position: relative;
    padding: 50px;
    overflow: hidden
}

.timeline-split .timeline h3 {
    font-size: 22px;
    color: #25cbd3
}

.timeline-split .timeline span {
    color: #666;
    display: block;
    margin-bottom: 10px
}

.timeline-split .timeline::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: #25cbd3;
    left: calc(50% - 10px)
}

.timeline-split .timeline::after {
    content: "";
    width: 2px;
    height: 4000px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    left: calc(50% - 1px);
    background: #25cbd3
}

.timeline-split .timeline .block {
    width: 50%;
    padding: 30px;
    background: #0d003b;
    border: 1px solid #25cbd3;
    width: calc(50% - 74px);
    text-align: left;
    position: relative
}

.timeline .block .between,.timeline .block .date {
    padding: 5px 10px;
    color: #fff;
    display: inline-block
}

.fact-box .inner::after,.fact-box .inner:before {
    top: 0;
    border-bottom: 2px solid #2ec8a6;
    content: ""
}

.timeline .block .date {
    background: #25cbd3;
    margin: 10px 0;
    font-size: 13px;
    border-radius: 15px
}

.timeline-split .timeline .block::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #25cbd3;
    top: 30px
}

.timeline-split .timeline .block.block-left::after,.timeline-split .timeline .block.block-right::after {
    content: "";
    width: 79px;
    height: 2px;
    position: absolute;
    background: #25cbd3;
    top: 34px;
    z-index: 0;
    right: -78px
}

.timeline-split .timeline .block.block-right::after,.timeline-split .timeline .block.block-right::before {
    left: -80px
}

.timeline-split .timeline .block.block-left {
    text-align: right
}

.timeline-split .timeline .block.block-left::before {
    right: -80px
}

.timeline-split .timeline .block.block-right {
    text-align: left;
    margin-left: 50%;
    margin-left: calc(50% + 74px)
}

.mfp-wrap {
    z-index: 6000
}

.mfp-bg {
    z-index: 5500
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    right: 0;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    opacity: 1;
    padding-right: 0
}

.single_gallery_item {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    margin-bottom: 30px
}

.gallery-hover-overlay {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 15px;
    z-index: 10;
    background-color: rgba(72,52,212,.8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    padding: 30px;
    text-align: center
}

.single_gallery_item:hover .gallery-hover-overlay {
    opacity: 1;
    visibility: visible
}

.portfolio-menu button {
    line-height: 1;
    background-color: transparent;
    color: rgba(255,255,255,.5);
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 15px 5px;
    border-radius: 30px
}

.portfolio-menu button.active {
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.port-more-view i {
    color: #69dec4;
    font-size: 20px;
    margin-top: 30px
}

.port-hover-text h3 {
    font-size: 14px;
    color: #d8d0d0!important;
    margin-bottom: 0
}

.port-hover-text>a {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: capitalize
}

.cool_fact_detail h2,.price_table_text>h5,.team-info h5,.team-info p {
    text-transform: uppercase
}

.cool-facts-area {
    padding: 100px 0 70px
}

.single_cool_fact {
    position: relative;
    z-index: 1;
    background: #0d003b;
    border: 1px solid #25cbd3;
    border-bottom: 3px solid #25cbd3;
    border-radius: 0 0 20px 20px;
    padding: 30px;
    overflow: hidden
}

.cool_fact_icon i {
    font-size: 40px;
    margin-top: 15px;
    color: #fff
}

.cool_fact_detail h3 {
    font-size: 36px;
    margin-top: 15px
}

.cool_fact_detail h2 {
    font-size: 14px;
    margin-bottom: 0
}

.facts .left-crown {
    left: inherit;
    right: -6.7%
}

.facts .next-section {
    right: inherit
}

.fact-box {
    position: relative;
    margin-top: 26px
}

.fact-box .inner {
    position: relative;
    padding: 50px 15px 30px;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #2ec8a6;
    border-radius: 0 0 5px 5px;
    border-top: none
}

.fact-box .inner:before {
    position: absolute;
    right: 0;
    width: 60px
}

.fact-box .inner::after {
    position: absolute;
    left: 0;
    width: 60px
}

.fact-box .icon-box {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 48px;
    font-size: 42px
}

.count-outer {
    position: relative;
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 700;
    color: #333;
    margin-bottom: 7px
}

.count-outer .count-text {
    font-weight: 700
}

.fact-box .counter-title {
    position: relative;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    color: #333
}

.single_price_table_content {
    padding: 50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    border-radius: 6px
}

.single_price_table_content.active {
    box-shadow: 0 5px 30px rgba(0,0,0,.15)
}

.price_table_text {
    margin-bottom: 45px
}

.price_table_text>h5 {
    font-size: 18px;
    margin-bottom: 20px
}

.price_table_text>h1 {
    font-size: 48px;
    margin-bottom: 25px;
    line-height: 1;
    color: #3964f9
}

.price_table_text>p,.table_text_details>p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1
}

.single-testimonial {
    border-radius: 15px;
    border: 1px solid #eee;
    position: relative;
    margin: 0 15px;
    overflow: hidden;
    padding: 30px 20px;
    background: url(""),#fff
}

.icon_wrapper:after {
    content: "";
    border-right: 120px solid transparent;
    border-top: 120px solid #2ec8a6;
    position: absolute;
    left: 0;
    top: 0
}

.icon_foot img,.icon_wrapper img {
    top: 20px;
    left: 12px;
    max-width: 41px;
    color: #fff;
    z-index: 3;
    position: absolute
}

.icon_wrapper i {
    top: 20px;
    left: 15px;
    color: #fff;
    font-size: 36px;
    z-index: 3;
    position: absolute
}

.icon_foot:before {
    content: "";
    border-left: 80px solid transparent;
    border-bottom: 80px solid #2ec8a6;
    position: absolute;
    right: 0;
    bottom: 0
}

.icon_foot i {
    bottom: 12px;
    right: 8px;
    color: #fff;
    font-size: 28px;
    z-index: 3;
    position: absolute;
    transition: .4s ease-in-out
}

.icon_foot:hover i {
    right: 5px
}

.testimonial-description {
    position: relative;
    z-index: 2;
    background-color: transparent;
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.button,.team-member-thumb.hos {
    background: #fff;
    overflow: hidden
}

.testimonial_image {
    height: 100px;
    width: 100px;
    margin: auto
}

.comment_area .comment-content .comment-author img,.testimonial_image>img {
    border-radius: 50%
}

.testimonial_text>p {
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px
}

.admin_text>h5 {
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px
}

.admin_text>p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0
}

.single-team-member {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    margin-bottom: 100px
}

.single-team-member.hos {
    padding: 0!important
}

.team-member-thumb {
    width: 190px;
    height: 190px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 20px
}

.button i,.s-list span.fa,.subscribe .buy-tokens i,.telegram-text {
    margin-right: 10px
}

.team-member-thumb.hos {
    width: auto;
    height: auto;
    border: 1px solid #eee;
    padding-top: 10px;
    border-bottom: 0;
    border-radius: 0;
    position: relative;
    margin: 0 auto;
    transition: .4s ease-in-out
}

.team-member-thumb.hos:hover {
    border-color: #5785e8
}

.team-info h5 {
    color: #7057f9;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0
}

.team-info p {
    color: #a592b4;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center
}

.team-social-icon {
    text-align: center;
    position: absolute;
    top: 20px;
    right: 4%
}

.social-list,.telegram-text {
    position: relative;
    z-index: 2
}

.team-social-icon a {
    font-size: 22px;
    margin-top: 10px;
    width: 80px;
    height: 80px;
    background: url("") center center/contain no-repeat;
    line-height: 70px;
    display: inline-block
}

.subscribe-wrapper {
    padding: 60px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 10px 80px rgba(15,62,153,.3)
}

.subscribe .section-heading>p {
    color: #eee
}

.subscribe .service-text {
    padding-top: 0
}

.telegram-text {
    font-size: 20px;
    color: #fff
}

.social-list {
    display: inline-block;
    margin-bottom: 0;
    height: 40px
}

.social-list li {
    float: left;
    padding: 0 14px
}

.social-list li a {
    font-size: 34px;
    color: #fff;
    opacity: .8
}

.subscribe .dream-btn {
    position: absolute;
    top: -2px;
    right: -10px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border-color: #fff
}

.subscribe .dream-btn:hover {
    cursor: pointer
}

.button {
    position: relative;
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    z-index: 2;
    line-height: 1.25;
    color: #25cbd3;
    border: 0 solid;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: 250ms ease-in-out;
    box-shadow: 0 3px 21px 4px rgba(41,41,58,.2)
}

.button:hover {
    background: #25cbd3;
    color: #fff
}

.what-we-do .outer {
    position: relative;
    padding-top: 20px
}

.what-we-do .outer .inner-circle {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -150px;
    width: 300px;
    height: 300px;
    border: 1px dashed #d0d0d0;
    line-height: 300px;
    text-align: center;
    border-radius: 50%;
    z-index: 2
}

.what-we-do .outer .phone {
    position: absolute;
    width: 100%;
    left: 50%;
    top: -110px;
    transform: translateX(-50.5%)
}

.what-we-do .outer:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -250px;
    width: 500px;
    height: 500px;
    border: 1px solid #f5f5f5;
    border-radius: 50%
}

.service-box-four .icon-box,.service-box-three .icon-box {
    width: 72px;
    height: 72px;
    font-size: 30px;
    border-radius: 50%;
    transition: .3s
}

.service-box-four,.service-box-three {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

.what-we-do .outer .service-box-three:first-child {
    left: 0;
    top: 10px
}

.what-we-do .outer .service-box-three:last-child {
    margin-bottom: 0;
    left: 0;
    top: 0
}

.service-box-three .inner-box {
    position: relative;
    display: block;
    text-align: right;
    padding-right: 110px
}

.service-box-three .icon-box {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff!important;
    background-image: linear-gradient(to right,#21d397 0,#7450fe 100%);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.service-box-four.v2 .icon-box,.service-box-three.v2 .icon-box {
    background-image: linear-gradient(135deg,#846ff4 0,#f17674 100%)
}

.service-box-four .icon-box img,.service-box-three .icon-box img {
    max-width: 35px;
    top: 50%;
    position: relative;
    transform: translateY(-50%)
}

.service-box-four h3,.service-box-three h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600
}

.service-box-three h3 a {
    position: relative;
    color: #5785e8
}

.service-box-four .text,.service-box-three .text {
    position: relative;
    line-height: 1.7em;
    color: #888
}

.what-we-do .outer .service-box-four:last-child {
    margin-bottom: 0;
    top: 0
}

.service-box-four .inner-box {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 110px
}

.service-box-four .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff!important;
    background-image: linear-gradient(to right,#7450fe 0,#21d397 100%);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.service-box-four h3 a {
    position: relative;
    color: #5785e8;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

@media only screen and (max-width: 1200px) {
    .what-we-do .outer .inner-circle {
        display:none
    }

    .what-we-do .outer .service-box-four:first-child,.what-we-do .outer .service-box-four:last-child,.what-we-do .outer .service-box-three:first-child,.what-we-do .outer .service-box-three:last-child {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }
}

.modal,.modal-dialog {
    max-width: 800px
}

@media (max-width: 767px) {
    .compare-box {
        padding:30px 20px 1px
    }

    .progress.prog {
        display: none
    }

    .fact-box-xs {
        margin-top: 60px!important
    }

    .what-we-do {
        padding-bottom: 50px
    }

    .featured-meal-wrapper .featured-bg {
        max-width: 110%
    }

    .spread-map .map-container {
        margin-top: 30px
    }

    .token-allocation .visa {
        margin-bottom: 30px
    }
}

@media (max-width: 650px) {
    .featured-meal-wrapper .featured-bg {
        max-width:120%
    }
}

@media (max-width: 550px) {
    .featured-meal-wrapper .featured-bg {
        max-width:180%
    }

    .res-header.special {
        padding-top: 50px
    }
}

.featured-meal-desc {
    position: absolute;
    left: 15%;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.footer-area,.group,.group .bar,.news .news-post,.single-blog-area {
    position: relative
}

.featured-meal-desc p {
    max-width: 60%
}

.news .news-post {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px #dfdfdf;
    -moz-box-shadow: 0 0 20px #dfdfdf;
    -ms-box-shadow: 0 0 20px #dfdfdf;
    -o-box-shadow: 0 0 20px #dfdfdf;
    box-shadow: 0 0 20px #dfdfdf;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news .news-post img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news .news-post:focus img,.news .news-post:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news .news-post .news-post-image {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.news .news-post .news-post-image .news-overlay {
    z-index: 1;
    background: 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.news .news-post .news-post-image .news-category {
    margin: 20px 0 0 15px;
    float: left;
    z-index: 2;
    position: absolute
}

.news .news-post .news-post-image .news-category>a {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    line-height: 1.5;
    font-family: "Open Sans",Arial,sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #2ec8a6;
    margin: 0 4px 4px 0;
    background: #2ec8a6;
    display: inline-block;
    zoom:1}

.news .news-post .news-post-image .news-category>a:hover {
    background: 0 0;
    border: 1px solid #fff
}

.news .news-post .news-post-text {
    padding: 20px
}

.news .news-post .news-post-text h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 500
}

.news .news-post .news-post-text h3 a {
    color: #222
}

.news .news-post .news-post-text h3 a:hover {
    color: #ffb426
}

.news .news-post .news-post-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #a6a6a6
}

.news .news-post .news-post-meta {
    border-top: 1px solid #f0f0f0;
    padding: 10px 20px;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 400
}

.news .news-post .news-post-meta a {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #b3b3b3
}

.news .news-post .news-post-meta a i {
    display: inline-block;
    margin-right: 5px;
    color: #2ec8a6
}

.news .news-post .news-post-meta a:hover {
    color: #3b61b9
}

.single-blog-area {
    z-index: 1;
    margin-bottom: 100px
}

.post-meta p {
    color: rgba(255,255,255,.7);
    font-size: 12px;
    text-transform: uppercase
}

.post-meta p a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

.post-title {
    margin-bottom: 20px;
    display: block
}

#timer,.timer-body-block {
    display: flex
}

.single-blog-area blockquote {
    background-color: rgba(255,255,255,.1);
    padding: 30px;
    border-radius: 3px;
    margin: 30px 0;
    display: block
}

.single-blog-area blockquote span {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

.comment_area {
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-top: 50px;
    padding-bottom: 50px
}

.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79px;
    flex: 0 0 79px;
    min-width: 79px;
    margin-right: 55px;
    border-radius: 50%
}

.more-info {
    color: #2ec8a6
}

.comment_area .comment-content .comment-meta .post-date {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    display: block
}

.comment_area .comment-content .comment-meta .post-author {
    margin-bottom: 15px;
    display: block;
    color: #fff
}

.comment_area .comment-content .comment-meta p {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    line-height: 2
}

.comment_area .comment-content .comment-meta .comment-reply {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase
}

.comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .fs-48 {
        font-size:36px!important
    }

    .bigger-text {
        font-size: 3rem!important;
        line-height: 1
    }

    .intro {
        position: relative;
        z-index: 0
    }

    .main-timeline {
        overflow: visible
    }

    .main-timeline:before {
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(2),.main-timeline .timeline:nth-child(2n),.main-timeline .timeline:nth-child(odd) {
        margin: 0
    }

    .main-timeline .timeline {
        width: 100%;
        float: none;
        padding: 0 0 0 30px;
        margin-bottom: 20px!important
    }

    .main-timeline .timeline:last-child {
        margin: 0!important
    }

    .main-timeline .timeline-icon {
        right: auto;
        left: -14.5px
    }

    .main-timeline .year {
        border-radius: 50px 0 0 50px
    }

    .main-timeline .year:before {
        border-left: none;
        border-right: 35px solid transparent;
        left: auto;
        right: 0
    }

    .main-timeline .timeline-content {
        margin: 0 35px 0 45px
    }

    .what-we-do .outer:after,.what-we-do .outer:before {
        display: none
    }

    .what-we-do .outer .service-box-four,.what-we-do .outer .service-box-three {
        padding: 0 20px
    }

    .what-we-do .outer .service-box-four,.what-we-do .outer .service-box-four:last-child,.what-we-do .outer .service-box-three,.what-we-do .outer .service-box-three:last-child {
        margin-bottom: 50px
    }

    .service-box-four .inner-box,.service-box-three .inner-box {
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .service-box-four .icon-box,.service-box-three .icon-box {
        position: relative;
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto 30px
    }

    .comment_area .comment-content {
        padding: 20px 15px
    }

    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        min-width: 60px;
        margin-right: 15px
    }

    .comment_area .children .single_comment_area {
        margin-left: 15px
    }
}

.group {
    z-index: 1;
    margin-bottom: 30px
}

.group input,.group textarea {
    font-size: 12px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border-bottom: 2px solid rgba(255,255,255,.2)
}

.group input:focus,.group textarea:focus {
    outline: 0!important;
    box-shadow: none!important;
    background-color: transparent!important
}

.group label {
    color: #fff;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 14px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0
}

.group .bar {
    display: block;
    width: 100%
}

.group .bar:after,.group .bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.group .bar:before {
    left: 50%
}

.group .bar:after {
    right: 50%
}

.group textarea {
    height: 130px
}

.group input:focus~label,.group input:valid~label,.group textarea:focus~label,.group textarea:valid~label {
    top: -17px;
    font-size: 12px;
    color: #fff
}

.group input:focus~.bar:after,.group input:focus~.bar:before,.group textarea:focus~.bar:after,.group textarea:focus~.bar:before {
    width: 50%;
    background-color: #fff
}

input:required,textarea:required {
    box-shadow: none!important
}

.footer-area {
    z-index: 1;
    padding: 0
}

.footer-content-area {
    padding: 80px 0;
    margin-top: 100px;
    background: #1f1f1f!important
}

.breadcrumb,.page-link,.search-widget-area form input {
    background-color: transparent
}

.footer-logo a {
    color: #fff;
    font-size: 20px
}

.footer-logo img {
    width: 140px
}

.footer-side-thumbnail {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: top center;
    opacity: .3
}

.copywrite_text>p {
    margin-bottom: 10px;
    color: #c9c6c6!important;
    font-size: 13px
}

.footer-social-info a i {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.footer-social-info a i:hover {
    color: #4a7aec
}

.contact_info_area .contact_info {
    text-align: left!important
}

.contact_info_area .contact_info h5 {
    font-size: 14px
}

.contact_info_area .contact_info p {
    margin-bottom: 0;
    color: #c9c6c6;
    font-size: 14px
}

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 400px!important
}

.breadcumb--con {
    padding-top: 90px
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    border-radius: 0
}

.breadcumb--con .title {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0
}

.breadcrumb-item,.breadcrumb-item.active,.breadcrumb-item>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-link {
    color: #fff;
    border: 1px solid rgba(255,255,255,.05);
    margin: 0 2px
}

.search-widget-area form input {
    width: 100%;
    height: 45px;
    border: 2px solid rgba(255,255,255,.2);
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 30px
}

.search-widget-area form button {
    width: 60px;
    height: 45px;
    background-color: transparent;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100
}

.widget-title h5 {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    padding: 0 0 5px
}

.subscribe-form button,.subscribe-form input {
    height: 45px;
    margin-bottom: 15px;
    width: 100%;
    color: #fff
}

.dont-miss-post-content>a {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 15px
}

.dont-miss-post-content>span {
    font-size: 12px;
    color: #fff;
    display: block;
    text-transform: uppercase
}

.ico-progress span,.lock .ball,.lock img {
    display: inline-block
}

.subscribe-form input {
    border-radius: 45px;
    border: none;
    padding: 0 20px;
    font-size: 12px;
    font-style: italic;
    background-color: rgba(255,255,255,.1)
}

.subscribe-form button {
    border-radius: 45px;
    border: none;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    background-color: rgba(255,255,255,.2);
    cursor: pointer
}

.timelineBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 2px
}

.timelineHeader {
    padding: 2rem;
    background: #e91e63;
    position: relative;
    z-index: 3
}

.timelineHeader h3 {
    font-size: 2rem;
    margin: 0
}

.timelineHeader h3+span {
    font-size: 1.2rem;
    color: #fff
}

.timelineBody {
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto
}

.timelineBody .timeline {
    padding: 2em;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2
}

.timelineBody .timeline li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1em 0;
    position: relative
}

.timelineBody .timeline li:before {
    position: absolute;
    content: "";
    left: 7px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #25cbd3
}

.timelineBody .timeline .timelineDot {
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-right: auto;
    margin-top: 6px;
    box-shadow: 0 0 8px #56cb5f
}

.timelineBody .timeline .timelineDot:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 3px;
    height: 9px;
    width: 9px;
    background: #25cbd3;
    border-radius: 50%
}

.timelineBody .timeline .timelineDate {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    padding: 0
}

.timelineBody .timeline .timelineWork {
    font-size: 16px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

.timelineBody .timeline .timelineWork span {
    display: block;
    color: #bdbdbd;
    font-size: 13px
}

.fuel-features,.lock {
    position: relative;
    overflow: hidden
}

.lock img {
    float: left;
    margin: 0 20px
}

.lock img:first-child {
    margin-left: 0
}

.lock .ball {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 38px 4px 0;
    float: left
}

.lock .ball.ball_active {
    background: #1666ed;
    background: -moz-linear-gradient(45deg,#1666ed 0,#57c6f3 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0,#1666ed),color-stop(100%,#57c6f3));
    background: -webkit-linear-gradient(45deg,#1666ed 0,#57c6f3 100%);
    background: -o-linear-gradient(45deg,#1666ed 0,#57c6f3 100%);
    background: -ms-linear-gradient(45deg,#1666ed 0,#57c6f3 100%);
    background: linear-gradient(45deg,#1666ed 0,#57c6f3 100%)
}

.lock .ball.ball_blue {
    background: #22047a
}

.hero-section .lock .ball {
    margin-top: 25px
}

.hero-section .lock .ball.ball_blue {
    background: #eee
}

.spread-map .s-list-icon {
    position: absolute;
    top: 8px;
    padding: 7px;
    border: 1px solid;
    left: 0
}

.spread-map .s-list-desc {
    padding-left: 45px
}

.counter-wrapper {
    position: relative;
    margin-top: 20px;
    color: #222;
    z-index: 5
}

.counter-wrapper .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    border: 2px solid #ffb426
}

.counter-wrapper .icon-box img {
    position: absolute;
    max-width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.counter-wrapper .counter {
    color: #ffb426;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    font-family: Roboto,sans-serif;
    margin-bottom: 5px
}

.counter-wrapper h5 {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.download {
    position: relative;
    background-image: url(""),url(""),-webkit-linear-gradient(-73deg,#d787f5,#3634bb);
    background-size: 894px 660px,1005px 663px,100%;
    box-shadow: rgba(6,28,66,.1) 0 20px 40px;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: calc(50% - 370px) 50%,calc(50% - 455px) 50%,center center
}

@media (max-width: 992px) {
    .who-we-contant.new {
        margin-right:0;
        padding-right: 50px;
        margin-top: 0
    }

    #section_5-slider-trumb,.section_5-slider-trumb {
        width: 4px;
        height: -webkit-calc(100% - 4px);
        height: -moz-calc(100% - 4px);
        height: calc(100% - 4px);
        top: 4px;
        position: absolute;
        left: -webkit-calc(45vw + 8px);
        left: -moz-calc(45vw + 8px);
        left: calc(45vw + 8px)
    }

    .section_5-content {
        position: relative;
        padding-top: 0;
        padding-bottom: 0
    }

    #section_5-slider-circle .data_cir {
        margin-top: 0;
        margin-bottom: 150px;
        position: relative;
        left: 0!important;
        margin-left: -webkit-calc(45vw + 2px);
        margin-left: -moz-calc(45vw + 2px);
        margin-left: calc(45vw + 2px)
    }

    #section_5-slider-circle .data_cir:last-child {
        margin-bottom: 0!important
    }

    #section_5-slider-circle .data_cir::before {
        top: 3px!important;
        height: 1px;
        width: 40px;
        left: auto;
        right: 14px
    }

    #section_5-slider-circle .data_cir-content {
        margin-left: 60px;
        -webkit-transform: translateY(0)!important;
        -ms-transform: translateY(0)!important;
        -moz-transform: translateY(0)!important;
        -o-transform: translateY(0)!important;
        transform: translateY(0)!important;
        top: 0!important;
        bottom: 0!important;
        width: 250px
    }

    #section_5-slider-circle .data_cir-content div {
        width: 100%;
        font-size: 14px
    }

    #section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content ul::before,#section_5-slider-circle .data_cir:nth-child(odd) .data_cir-content ul::before {
        display: none
    }

    #section_5-slider-circle .data_cir:first-child .data_cir-content>div {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        -moz-transform: none!important;
        -o-transform: none!important;
        transform: none!important;
        text-align: left
    }

    #section_5-slider-circle .data_cir-content>div {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        height: auto
    }

    .roadmap_img {
        display: none!important
    }

    #section_5-slider-circle .data_cir::after {
        left: auto;
        right: 55px;
        color: #222;
        padding: 5px 7px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        top: 4px!important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 1px solid #5892f5;
        width: 70px
    }

    .timeline-split .timeline {
        padding: 50px 20px
    }

    .timeline-split .timeline h3 {
        font-size: 19px
    }

    .timeline-split .timeline .block.block-left::after {
        left: -80px
    }

    .timeline-split .timeline::after {
        left: 9px
    }

    .timeline-split .timeline::before {
        left: 0
    }

    .timeline-split .timeline .circle {
        left: 2px
    }

    .timeline-split .timeline .block {
        width: 100%!important;
        text-align: left;
        padding-left: 20px
    }

    .timeline-split .timeline .block.block-right::before,.timeline-split .timeline .block::before {
        left: -15px
    }

    .timeline-split .timeline .block.block-left {
        text-align: left
    }

    .timeline-split .timeline .block.block-right {
        margin-left: 0
    }

    .mt-30 {
        margin-top: 30px
    }

    .fact-box-sm {
        margin-top: 60px!important
    }

    .download {
        margin-top: 0;
        background-image: url(""),-webkit-linear-gradient(-73deg,#d787f5,#3634bb);
        background-size: 100%,100%;
        padding: 100px 0;
        background-position: 50% 100%,center center
    }
}

.download .dream-btn {
    border-radius: 0;
    height: 55px;
    line-height: 52px;
    font-size: 14px
}

.download .dream-btn img {
    padding-right: 10px
}

.indicator {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    cursor: pointer
}

.indicator-item {
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #e35583;
    -webkit-animation: .6s infinite alternate pulse;
    animation: .6s infinite alternate pulse
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(.5,.5,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(.5,.5,1);
        transform: scale3d(.5,.5,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.indicator:hover .indicator-item {
    border-color: #071e33
}

.indicator:first-child {
    top: 10%;
    left: 40%
}

.indicator:nth-child(2) {
    top: 19%;
    left: 13%
}

.indicator:nth-child(3) {
    top: 40%;
    left: 50%
}

.indicator:nth-child(4) {
    top: 20%;
    left: 70%
}

.indicator-content {
    position: absolute;
    z-index: 99;
    width: 250px;
    left: 50%;
    bottom: 100%;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
    color: #fffaf0;
    background: 0 0;
    opacity: 0;
    margin: 0 0 20px -150px;
    cursor: default;
    pointer-events: none;
    font-family: open-sans,cursive;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity .3s .3s;
    transition: opacity .3s .3s
}

.indicator:hover .indicator-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.indicator-text {
    border-bottom: 3px solid #ffb426;
    overflow: hidden;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s
}

.indicator:hover .indicator-text {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.indicator-inner {
    background: #1e3953;
    padding: 10px 15px;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    webkit-transition: -webkit-transform 0.3s;
    transition: transform .3s
}

.indicator:hover .indicator-inner {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.s-list li {
    margin-bottom: 10px;
    color: #777;
    position: relative;
    font-size: 15px
}

.btc-earning,.conuter-header h3,.dollar-earning {
    font-size: 24px;
    font-weight: 600
}

.s-list span.fa {
    font-size: 16px;
    color: #5892f5
}

.spread-map .s-list li {
    min-height: 50px
}

.spread-map .single-service-item {
    min-height: 519px
}

.hotel-item {
    position: relative;
    border-radius: 10px
}

.hotel-item .review {
    position: absolute;
    padding: 5px 9px;
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #0066d6;
    border-radius: 5px
}

.hotel-info {
    position: absolute;
    width: 100%;
    background: -webkit-linear-gradient(top,transparent,#000);
    background: linear-gradient(to bottom,transparent,#000);
    padding: 25px 20px 5px;
    bottom: 0;
    left: 0
}

.hotel-info h6 {
    color: #fff!important;
    text-align: left
}

.hotel-item .stars i {
    font-size: 12px;
    color: #fff
}

.ico-counter {
    background-image: -webkit-linear-gradient(45deg,#e43364,#3858f9);
    background-image: linear-gradient(45deg,#e43364,#3858f9);
    padding: 45px 40px;
    border-radius: 20px
}

.ico-counter .dream-btn {
    min-width: 205px
}

.count-down .table-cell {
    position: relative;
    width: 25%
}

.count-down .tab-val {
    width: 90%;
    font-size: 30px;
    font-weight: 500;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    background-color: #190345;
    color: #fff
}

.count-down .tab-metr {
    margin-top: 15px;
    font-size: 16px;
    color: #fff
}

@media (max-width: 480px) {
    .welcome_area.ico {
        height:100vh!important
    }

    .header-ilustration-1,.integration-icon .badge,.main-ilustration-3,.main-ilustration-5,.main-ilustration-6,.welcome-small-wrapper {
        display: none
    }

    .integration-text {
        font-size: 12px
    }

    .spons {
        border-top: 1px solid #eee
    }

    .spons img {
        width: 80%
    }

    .welcome-content {
        vertical-align: middle;
        margin-top: 100px!important
    }

    .icon-font-box,.icon-img-box {
        position: relative;
        margin-bottom: 15px
    }

    .icon-font-box .width-80 {
        width: 100%!important
    }

    .services-block-four.v4 {
        padding: 20px
    }

    .services-block-four.v4 .icon-img-box {
        position: relative;
        top: 0;
        transform: translateY(0)
    }

    .services-block-four.v4:after {
        width: 100%
    }

    .no-m-xs {
        margin-top: 0!important
    }

    .services-block-four .inner-box .step {
        position: relative
    }

    .icon-icon {
        position: absolute;
        margin-bottom: 15px
    }

    .globe-text h3 {
        font-size: 23px
    }

    .count-down .tab-metr {
        font-size: 14px
    }
}

.conuter-header h3 {
    color: #fff
}

.conuter-header h4 {
    font-size: 18px;
    text-transform: uppercase
}

.counterdown-content {
    padding: 30px 0 0
}

.clock-wrapper {
    position: relative;
    background: #fff;
    padding: 30px 0 15px 9px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid
}

.dollar-earning {
    padding-left: 10px;
    color: #fff
}

.btc-earning {
    padding-right: 45px;
    color: #fff;
    position: relative
}

.ico-sales-status p {
    font-size: 12px;
    margin-bottom: 0;
    color: rgba(255,255,255,.62)
}

.btc-earning span {
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 6px
}

.ico-progress {
    margin: 20px 10px
}

.ico-progress ul {
    margin-bottom: 5px
}

.ico-progress li {
    font-size: 18px;
    font-weight: 400
}

.ico-progress li.title {
    float: left;
    padding-left: 30px;
    font-weight: 500;
    color: #fff
}

.ico-progress li.strength {
    float: right;
    font-weight: 500;
    color: #fff
}

.ico-progress .current-progress {
    width: 100%;
    height: 16px;
    position: relative;
    background: rgba(191,191,191,.6);
    border-radius: 7px
}

.doc-element:after,.doc-element:before {
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    right: 15px;
    width: 27px;
    content: ""
}

.ico-progress .current-progress:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    bottom: -5px;
    left: 12%;
    background: #fff
}

.current-progress .progress-bar {
    border-radius: 7px;
    height: 100%;
    background-image: -webkit-linear-gradient(left,#fb881d 0,#ffad34 100%);
    background-image: -o-linear-gradient(left,#fb881d 0,#ffad34 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#fb881d),to(#ffad34));
    background-image: linear-gradient(to right,#fb881d 0,#ffad34 100%)
}

.ico-progress span {
    color: #e8e0f3;
    font-size: 12px;
    font-weight: 700;
    padding-top: 7px
}

#steps .item_single_content h6,.cd-headline,.cd-headline.clip b,.cd-words-wrapper b,.heading span {
    font-weight: 500
}

.dream-faq-area dd,.dream-faq-area dt {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.doc-element {
    background-color: #1d025c;
    border-radius: 4px;
    border-bottom: 2px solid #25cbd3;
    position: relative;
    transition: .5s;
    cursor: pointer;
    padding: 20px;
    margin-top: 20px;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.doc-element:before {
    display: block;
    position: absolute;
    height: 34px;
    background: url("") 50%/contain no-repeat
}

.doc-element:after {
    display: block;
    position: absolute;
    height: 30px;
    background: url("") 50%/contain no-repeat;
    opacity: 0
}

.doc-element .document-entry .title {
    font-size: 14px;
    color: #fff;
    line-height: 1.35
}

.doc-element:hover {
    background-color: #25cbd3
}

.ico-info-table {
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 2px 27px 0 rgba(154,161,171,.18);
    -webkit-box-shadow: 0 2px 27px 0 rgba(154,161,171,.18)
}

.dream-faq-area dt {
    cursor: pointer;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500
}

.dream-faq-area dt:first-child {
    border-top: 1px solid rgba(255,255,255,.1)
}

.dream-faq-area dd {
    margin: 0
}

.dream-faq-area.hos dd {
    margin: -15px 30px 15px;
    padding: 15px 25px 0;
    background: #fff;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.ripple {
    position: absolute;
    height: .25em;
    width: .25em;
    opacity: 0;
    z-index: -1;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    -webkit-transform-origin: center 50%;
    transform-origin: center 50%;
    -webkit-transition: opacity 1.6s;
    transition: opacity 1.6s;
    -webkit-animation: 1.6s forwards ripple;
    animation: 1.6s forwards ripple
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    100% {
        -webkit-transform: scale3d(50,50,50);
        transform: scale3d(50,50,50)
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0)
    }

    100% {
        -webkit-transform: scale3d(50,50,50);
        transform: scale3d(50,50,50)
    }
}

.cd-intro.default-title>h2 {
    font-size: 50px
}

.heading,.preview-demo {
    font-weight: 700;
    text-transform: uppercase
}

#particles-js {
    height: 900px;
    width: 100%;
    position: relative;
    z-index: 1
}

#particles-js canvas.particles-js-canvas-el {
    position: absolute!important;
    top: 0!important;
    left: 0!important
}

.snow-content-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.bird,.fuel-features:after {
    z-index: -1;
    position: absolute
}

.fullwidth {
    width: 100vw!important;
    height: 100vh!important
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .welcome_area.ico {
        height:1200px!important
    }
}

.welcome_area .welcome_slides .owl-next,.welcome_area .welcome_slides .owl-prev {
    color: #fff;
    font-size: 24px;
    left: -100px;
    margin-top: -44px;
    position: absolute;
    text-align: center;
    top: calc(50% + 90px);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    z-index: 99
}

.welcome_area .welcome_slides .owl-next {
    right: -100px;
    left: auto
}

.welcome_area .welcome_slides:hover .owl-next {
    right: 30px
}

.welcome_area .welcome_slides:hover .owl-prev {
    left: 30px
}

.bird {
    background-size: cover;
    width: 352px;
    height: 500px;
    -webkit-animation: 1s steps(10) -.5s infinite fly-cycle;
    animation: 1s steps(10) -.5s infinite fly-cycle;
    top: 23%;
    left: 10%
}

.heading,.preview-demo,.testimonial {
    position: relative
}

@-webkit-keyframes fly-cycle {
    100% {
        background-position: -3600px 0
    }
}

@keyframes fly-cycle {
    100% {
        background-position: -3600px 0
    }
}

.welcome-content .subscribe-email {
    width: 70%;
    height: 55px;
    border: none;
    padding: 0 25px;
    border-radius: 8px;
    font-size: 12px;
    font-style: italic
}

body.light-version {
    background: #fff!important
}

.light-version p, .light-version p a {
    color: #726f6f
}

.light-version .copywrite_text>p>a,.light-version .group label,.light-version .growing-company p .counter,.light-version .portfolio-menu button,.light-version .post-meta p a,.light-version .service_single_content .service_icon i,.light-version h2,.light-version h3,.light-version h4,.light-version h5,.light-version h6,.light-version input:focus~label,.light-version input:valid~label,.light-version textarea:focus~label,.light-version textarea:valid~label {
    color: #222
}

.light-version .dream-faq-area dt {
    color: #fff;
    border: 1px solid #f2f4f8;
    background-image: linear-gradient(to right,#846ff4 0,#f17674 100%);
    background-image: -webkit-linear-gradient(to right,#846ff4 0,#f17674 100%);
    border-radius: 25px;
    margin-bottom: 15px
}

.light-version .dream-faq-area dt:first-child {
    border-top: 1px solid #f2f4f8
}

.light-version .timelineBox {
    background: #f2f4f8;
    box-shadow: 0 2px 2px rgba(0,0,0,.1)
}

.light-version .portfolio-menu button.active {
    color: #222;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.light-version .single-team-member {
    padding: 30px
}

.light-version .single-team-member:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right,#846ff4 0,#f17674 100%);
    background-image: -webkit-linear-gradient(to right,#846ff4 0,#f17674 100%);
    content: "";
    z-index: -5
}

.light-version .single-team-member.hos .team-info {
    background-image: linear-gradient(to right,#21d397 0,#7450fe 100%);
    background-image: -webkit-linear-gradient(to right,#21d397 0,#7450fe 100%);
    padding: 20px 0 15px
}

.light-version .faq-timeline-area {
    background: url("") center center/cover no-repeat
}

.light-version .trust-item {
    border: 1px solid #ddd
}

.light-version #scrollUp {
    color: orange
}

.light-version .subscribe .group input {
    border-bottom-color: rgba(255,255,255,.2)!important
}

.light-version .demo-video {
    background: linear-gradient(to right,#4834d4,#341f97);
    overflow: hidden;
    border-top: 1px solid #eee
}

.light-version .demo-video p {
    color: rgba(255,255,255,.7)
}

.light-version .our_services_area {
    padding-bottom: 70px
}

.light-version .service_single_content {
    border-radius: 10px;
    background-color: #fff;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.11);
    box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
    border: none;
    padding: 40px 20px;
    margin-bottom: 30px!important
}

.token .service_single_content {
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
    background: 0 0
}

.token.v2 .service_single_content .service_icon {
    max-width: 60px;
    height: 60px;
    box-shadow: 0 2px 27px 0 rgba(154,161,171,.54)
}

.token .service_single_content .service_icon img {
    height: 100%
}

.fuel-features:after {
    content: "";
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    background: #f4f9ff
}

.fuel-features .container.has-shadow {
    padding: 50px 30px 20px;
    background: #fff
}

.light-version #scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #ffc107;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200!important
}

.light-version .our_blog_area {
    background: #edf6fd
}

.light-version .group input,.light-version .group textarea {
    color: #222!important;
    border-bottom: 2px solid rgba(0,0,0,.2)
}

.contact_form.green {
    padding: 50px;
    background: #2ec8a6
}

.light-version .group input:focus~.bar:after,.light-version .group input:focus~.bar:before,.light-version .group textarea:focus~.bar:after,.light-version .group textarea:focus~.bar:before {
    background-color: #222
}

.res-features .client_slides .owl-dot.active {
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    background: tan
}

.res-features .icon_wrapper:after {
    border-top-color: #cea676
}

.demo-item {
    -webkit-box-shadow: 0 2px 28px rgba(0,0,0,.1);
    box-shadow: 0 2px 28px rgba(0,0,0,.2);
    transition: .3s ease-in;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .about-bg {
        background:url("") right top/contain no-repeat;
        position: absolute;
        width: 71%;
        height: 100%;
        content: "";
        right: -18%;
        top: 0;
        z-index: -1
    }

    .outer .right-column {
        margin-left: 33.3%
    }

    .res-img-wrapper img {
        max-width: 128%;
        margin-top: -100px
    }

    .extended {
        padding: 30px
    }

    .extended:before {
        content: "";
        position: absolute;
        width: 900px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background: #f0f8ff
    }

    .extended.v2:before {
        background: linear-gradient(90deg,#5f36ff 0,#b719f6 100%);
        border-radius: 15px
    }

    .meal-pic {
        margin-left: -150px;
        max-width: 120%
    }

    .featured-meal-desc .row.special-width {
        max-width: 70%
    }

    .demo .container {
        max-width: 1280px
    }

    .hero-section img {
        max-width: 100%
    }

    .spec-ml {
        margin-left: -50px
    }

    .hero-section.gradient img {
        margin-bottom: -300px;
        margin-left: -100px
    }

    .hero-section .curved {
        max-width: 100%;
        margin-top: 30px
    }
}

.demo-item:hover {
    -webkit-box-shadow: 0 1px 28px rgba(255,152,0,.66);
    box-shadow: 0 1px 28px rgba(255,152,0,.66);
    transform: translate(0,-9px);
    -webkit-transform: translate(0,-9px)
}

.preview-link {
    text-align: center
}

.preview-demo {
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
    color: #673ab7;
    border: 1px solid #673ab7
}

.preview-demo i {
    margin-left: 10px
}

.preview-demo:hover {
    color: #333
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    margin-bottom: 70px;
    z-index: 999
}

.heading:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url("") center no-repeat
}

.white-heading:after {
    background: url("") center no-repeat
}

.heading span {
    font-size: 18px;
    display: block
}

#timer,#timer span,.devider {
    font-weight: 600
}

.testimonial:after {
    position: absolute;
    top: 0!important;
    left: 0;
    content: " ";
    background: url("") 0 0/100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99
}

.testimonial {
    min-height: 375px;
    padding-top: 50px;
    background-position: center;
    background-size: cover;
    background: linear-gradient(45deg,#e43364,#3858f9)!important
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: 0 0;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .6s cubic-bezier(.3, 1, 0, 1);
    transition: .6s cubic-bezier(.3, 1, 0, 1)
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto
}

.testimonial4_control_button .carousel-control.left:hover,.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative
}

.testimonial4_slide,.testimonial4_slide img {
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    position: relative
}

.testimonial4_header h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase
}

.testimonial4_slide {
    bottom: 0;
    padding-bottom: 20px;
    text-align: left;
    height: 200px;
    border-bottom: 1px solid #2e384e
}

.testimonial4_slide p i {
    font-size: 23px;
    color: #ffc107
}

.testimonial4_slide img {
    width: 136px;
    height: 136px;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0,0,0,.23);
    -moz-box-shadow: -6px 6px 6px rgba(0,0,0,.23);
    -o-box-shadow: -6px 6px 6px rgba(0,0,0,.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0,0,0,.23)
}

.testimonial4_slide p {
    color: #fff;
    margin: 0 0 20px
}

.testimonial4_slide h4 {
    color: #fff;
    font-size: 22px
}

.testimonial .carousel-control-next-icon,.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px
}

.mt-200 {
    margin-top: 200px
}

.globe-img-wrap {
    margin-top: -60px
}

.modal {
    margin: 0 auto;
    z-index: 9999;
    overflow-x: auto!important
}

.close {
    position: absolute;
    right: 0;
    top: -10px;
    background-color: rgb(52 27 123)!important;
    width: 30px;
    height: 30px;
    z-index: 99999!important;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #fff!important;
    color: #fff;
    outline: 0
}

.close:hover {
    opacity: 1!important;
    color: #fff
}

@media only screen and (max-width: 1024px) and (min-width:640px) {
    .hero-section {
        min-height:45vh
    }

    .numbers-box {
        margin-top: 0!important
    }

    .steps .item_single_content p {
        font-size: 13px
    }

    .api-box {
        padding: 15px 25px
    }
}

@media only screen and (max-width: 768px) and (min-width:320px) {
    #works {
        padding-top:50px
    }

    .section-heading {
        margin-bottom: 20px
    }

    .modal {
        margin: 150px auto
    }

    .apis-sec:before {
        background: 0 0
    }

    .modal-body {
        padding: 3px
    }

    .close {
        right: -3px;
        top: -6px
    }

    .xs-none {
        font-size: 12px
    }

    .steps .item_single_content {
        border-radius: 10px!important
    }

    .mb-100 {
        margin-bottom: 50px
    }

    .section-padding-100 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .foot-c-info {
        font-size: 13px!important;
        margin-left: 5px
    }

    .app_section {
        text-align: center
    }

    .app_section h1 {
        font-size: 20px
    }

    .app_section a {
        display: inline!important;
        margin: 0 auto;
        padding: 8px 14px;
        margin-left: 0!important
    }

    .app_section .pt-4 {
        padding-top: 5px!important;
        margin-bottom: 10px
    }
}

.nav-brand {
    width: 150px
}

.header_banner {
    position: absolute;
    top: 20px;
    border: 1px solid #401572;
    border-radius: 7px;
    left: 180px;
    height: 50px;
    width: 300px
}

.header_banner img {
    border-radius: 7px
}

.section-padding-150-70 {
    padding-top: 150px;
    padding-bottom: 70px
}

.banner_heading {
    font-size: 40px!important;
    color: #fff!important
}

.timmer {
    top: 120px
}

#timer {
    line-height: 1;
    font-size: 32px;
    color: #f1ac1c;
    padding: 10px 0;
    border-radius: 10px;
    width: 250px
}
#timer p{
    margin-bottom: 0px;
    font-size: 32px;
    color: #f1ac1c;
    
}
#timer span {
    display: block;
    color: #f1ac1c;
    text-align: center;
    font-size: 13.11px
}

.devider {
    font-size: 32px!important;
    padding: 0px;
    padding-top: 6px;
    display: flex!important;
    align-items: normal;
    text-align: center;
    color: #f1ac1c!important;
 
}

.counter_section {
    padding: 100px 0 20px 20px;
    background: #f4f4f4
}

.counter_section p {
    color: #f1ac1c;
    font-size: 35px;
    margin: 0
}

.counter_section p span {
    color: #f1ac1c;
    font-weight: bolder
}

.img_section {
    border-left: 2px solid #302d2d
}

.faq {
    padding: 20px 0;
    border-radius: 15px
}

.faq .faq-list {
    padding: 0
}

.faq .faq-list li {
    background: linear-gradient(45deg,#f1ac1c,#a46f01)!important;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 40px
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: -25px;
    top: 6px;
    transition: 1s
}

a.tooltips:after,a.tooltips:before {
    position: absolute;
    left: 0;
    display: none
}

.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #fff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #fff
}

.faq .faq-list p {
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff
}

.collapsed i.fa.fa-arrow-up {
    transform: rotate(180deg)
}

a.tooltips:after {
    content: attr(tip);
    font-size: 90%;
    line-height: 1.2em;
    color: #000;
    padding: 5px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0,.65);
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.65);
    box-shadow: 3px 3px 4px rgba(0,0,0,.65);
    bottom: -25px
}

a.tooltips:before {
    z-index: 1000;
    content: "";
    top: 15px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

a.tooltips:hover {
    z-index: 1000;
    position: relative;
    color: #8325f7
}

.classycloseIcon {
    left: 20px;
    top: 20px
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    display: none;
    z-index: 15;
    background-color: #000;
    font-family: Poppins,sans-serif
}

.cookie-para {
    color: #e3e3e3!important;
    font-size: 16px;
    font-weight: 400;
    display: inline-block
}

.cookie-space {
    padding-bottom: 45px
}

.cookie-btn {
    font-size: 13px;
    color: #fff;
    background: #f1ab1b;
    padding: 2px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 1%
}

.cookie-btn.secondary {
    color: #fff;
    background: #000;
    border: 1px solid #fff
}

.app_section h1 {
    font-size: 26px;
    font-weight: 500;
    color: #f1ab1b;
    margin: 0
}

.app_section p {
    font-size: 16px;
    color: #2e2e2e
}

.how_to_buy .section-heading h2,.left_text h4 {
    color: #f1ac1c;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    font-style: normal
}

.btm_line {
    background: #cccccc69;
    padding: 10px;
    margin-top: 10px;
    font-size: 12px;
    border-left: 2px solid #e6b115
}

.how_to_buy {
    background: #000
}

.how_to_buy .section-heading h2 {
    font-size: 40px;
    line-height: normal
}

.how_to_buy .section-heading p {
    color: #fff;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.steps_btn {
    padding: 7px 20px;
    color: #fff;
    font-family: Poppins;
    border-radius: 5px;
    margin: auto;
    background: rgba(241,172,28,.15);
    display: block;
    width: 110px;
    text-align: center
}

.left_text h4 {
    font-size: 24px;
    margin: 20px 0
}

.left_text p {
    color: #fff;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.banner-share-buttons a,.floating-share-buttons a {
    text-decoration: none;
    font-size: 14px;
    color: #fff
}

#nav {
    margin-right: 20px
}

.floating-share-buttons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

.banner-share-buttons a.share-facebook,.floating-share-buttons a.share-facebook {
    background-color: #316ff6
}

.banner-share-buttons a.share-pinterest,.floating-share-buttons a.share-pinterest {
    background-color: #b8171c
}

.banner-share-buttons a.share-twitter,.floating-share-buttons a.share-twitter {
    background-color: #1c9deb
}

.banner-share-buttons a.share-linkedin,.floating-share-buttons a.share-linkedin {
    background-color: #21577e
}

.floating-share-buttons a.share-whatsapp {
    background-color: #48a91f;
    display: none
}

.banner-share-buttons a.share-mail,.floating-share-buttons a.share-mail {
    background: linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)
}

ul.banner-share-buttons {
    text-align: center;
    display: flex;
    padding: 0;
    z-index: 9;
    justify-content: center
}

ul.banner-share-buttons a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    transition: transform .2s;
    width: 52px;
    height: 52px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: #fff
}

.banner-share-buttons a {
    border-radius: 50%;
    margin: 0 10px 0 0
}

.banner-share-buttons a.share-whatsapp {
    background-color: #48a91f
}

.signupo button,.slide_btn a:hover {
    background: #f1ac1c
}

ul.floating-share-buttons {
    position: fixed;
    top: 58%;
    transform: translateY(-50%);
    min-height: 100px;
    padding: 0;
    z-index: 99
}

ul.floating-share-buttons a {
    width: 3rem;
    height: 3rem;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    transition: width .5s
}

ul.floating-share-buttons a:hover {
    width: 4.5rem
}

#steps {
    width: auto
}

#steps .service_icon {
    width: 150px;
    height: 150px;
    border: 1px solid #302f2f;
    margin: 15px 0;
    line-height: 140px;
    border-radius: 50%
}

#steps .item_single_content {
    background-image: linear-gradient(179deg,#000 7%,#23211d 90%,#000 100%);
    box-shadow: 0 5px 40px 0 rgb(0 0 0)
}

#steps .left_text {
    margin: 15px 0
}

#steps .item_single_content p {
    color: #bebcbc;
    font-size: 13px!important
}

@media (max-width: 1024px) {
    .steps .item_single_content p,.steps .item_single_content.specialitem p {
        text-align:center
    }

    ul.banner-share-buttons {
        justify-content: center;
        text-align: center
    }

    ul.banner-share-buttons a {
        width: 45px!important;
        height: 45px!important;
        font-size: 8px;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        transition: width .5s
    }

    .floating-share-buttons {
        z-index: 999;
        top: 200px;
        position: fixed;
        left: 0
    }

    .banner-share-buttons li a,.floating-share-buttons li a {
        align-items: center;
        display: inline-flex;
        justify-content: center;
        height: 3rem;
        width: 3rem
    }

    .banner-share-buttons {
        left: 0
    }

    .banner-share-buttons li a svg {
        width: 15px;
        height: 15px
    }
}

.new h4,.new h4 span {
    font-size: 46px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600
}

.showing {
    opacity: block
}

@media (max-width: 767px) {
    .ico-counter {
        margin-bottom:30px;
        padding: 45px 15px;
        margin-top: 30px
    }

    .more-btn {
        min-width: 140px
    }

    .cookie-bar {
        padding: 10px 15px 40px
    }

    .how_to_buy .section-heading p {
        text-align: center;
        margin-bottom: 40px
    }

    .left_text h4 {
        text-align: center
    }

    .left_text p {
        text-align: center!important
    }

    .steps_btn {
        margin: 10px auto
    }

    .border_btm {
        border-bottom: 1px solid #524e4e;
        padding-bottom: 20px
    }

    ul.floating-share-buttons {
        display: none
    }
}

.new h4 {
    color: #000;
    text-transform: capitalize
}

.new h4 span {
    color: #f1ac1c
}

.about_content h4 {
    font-size: 40px
}

.v_content h4,.v_content h4 span {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 180%
}

.v_content {
    border-radius: 12px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 4px 100px 0 rgba(175,173,181,.2)
}

.v_content h4 {
    color: #000;
    font-family: Poppins;
    margin: 0
}

.progress__title,.ranks_sec p {
    font-family: Poppins;
    font-size: 20px;
    text-transform: capitalize
}

.v_content h4 span {
    color: #f1ac1c;
    font-family: Poppins
}

.ranks_sec {
    border-radius: 30px;
    padding: 30px;
    background: #fdfaf3;
    margin-top: 30px
}

.ranks_sec p {
    color: #000;
    font-weight: 400;
    line-height: 180%
}

.feature_contents img {
    width: 200px;
    height: 200px
}

.feature_contents h5 {
    font-size: 24px;
    margin-top: 20px
}

.feature_contents p {
    color: #4e4e4e;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

.rember_ui h5,.rember_ui p {
    margin-bottom: 10px;
    line-height: normal
}

.v-steps {
    display: flex;
    align-items: center;
    justify-content: center
}

.progressContainer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: #fff
}

.progresss {
    position: relative
}

.progress__item {
    position: relative;
    min-height: 150px;
    counter-increment: list;
    padding-left: .5rem
}

.progress__item:before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 33px;
    height: 80%;
    width: 1px;
    border-left: 2px solid #f1ac1c
}

.progress__item:after {
    content: counter(list);
    position: absolute;
    top: 0;
    left: -2.5rem;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: 0 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.2rem;
    text-align: center;
    border: 2px solid #f1ac1c
}

.foot-c-info b,.progress__item.progress__item--completed {
    color: #f1ac1c
}

.progress__item:last-child:before {
    border: none
}

.progress__item.progress__item--completed:after {
    content: "1";
    font-weight: 400;
    background: #f1ac1c;
    color: #fff
}

.progress__item.progress__item--active:after {
    background: #fff;
    color: #392a60
}

.progress__title {
    color: #424242!important;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0
}

.progress__info,.rember_ui h5 {
    font-size: 16px;
    font-style: normal
}

.foot-c-info b,.progress__info {
    font-weight: 400;
    font-family: Poppins
}

.progress__info {
    color: #424242;
    line-height: 150%;
    text-transform: capitalize
}

.kyc .foot-c-info {
    font-size: 16px!important
}

.rember_ui {
    border-radius: 4.552px;
    position: relative;
    padding: 15px;
    align-items: center;
    background: #008d45
}

.rember_ui span {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 90px
}

.rember_ui h5 {
    color: #fff;
    font-family: Poppins;
    font-weight: 700
}

.rember_ui p {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize
}

.inner_testimonials {
    border-radius: 12px;
    padding: 25px;
    background: #1a202c
}

.inner_testimonials h4 {
    text-align: left;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -.54px
}

.inner_testimonials p {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400
}

.slide_btn {
    display: flex;
    margin: 40px auto 0;
    justify-content: center
}

.carousel-control-next,.carousel-control-prev {
    position: inherit!important;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    line-height: 40px;
    color: #9e9e9e;
    text-align: center;
    width: 40px;
    background: #000;
    border-radius: 50%;
    height: 40px
}

.signupo {
    width: 400px
}

.signupo .form-control {
    border-radius: 30px 0 0 30px;
    height: 40px;
    font-size: 14px;
    outline: 0
}

.signupo button {
    border-radius: 30px;
    color: #fff;
    font-size: 14px
}

.signupo .form-control:focus,.signupo button:focus {
    box-shadow: none;
    outline: 0
}

.signupo button:hover {
    background: #000;
    cursor: pointer
}

.dearn_multiple h3 {
    margin-bottom: 20px;
    line-height: 25px
}

.dearn_multiple p {
    font-size: 16px
}

@media screen and (min-device-width: 1366px) and (max-device-width:1600px) {
    #home {
        /* height:93vh; */
        display: flex;
        align-items: center
    }
}
@media screen and (min-device-width: 1500px) and (max-device-width:1600px) {
    #home {
        height:93vh;
        display: flex;
        align-items: center
    }
}

@media screen and (min-device-width: 1600px) and (max-device-width:2400px) {
    #home {
        height:94vh;
        display: flex;
        align-items: center
    }
}

.pool-addres img {
    width: 20px;
}

.pool-addres .addText a span {
    color: #726f6f;
    font-size: 11px;
    font-weight: 500;
    /*-webkit-animation: shiney 1.5s infinite;*/
    /*-moz-animation: shiney 1.5s infinite;*/
    /* animation: blink 1s linear infinite; */
}

.pool-addres .addText:first-child a span {
    /*-webkit-animation: shiney 1.35s infinite;*/
    /*-moz-animation: shiney 1.35s infinite;*/
    /* animation: blink 1s linear infinite; */
}

.pool-addres {
    text-align: left;
    /* width: 16%; */
    margin-top: 20px; 
    display: flex;
    justify-content: flex-end;
}

.addText {
    position: relative;
    padding: 7px 10px;
    transition: 0.3s;
    border: 1px #cccccc69 dashed;
}

.addText::before {
    content: "";
    background: url("devider.png") no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 26px;
    height: 26px;
    background-size: contain;
}

.addText::after {
    content: "";
    background: url("devider-1.png") no-repeat;
    position: absolute;
    background-size: contain;
    right: 0px;
    bottom: 0px;
    width: 26px;
    height: 26px;
}

.addText:hover {
    background: #f6ead2;
    color: #fffaf0;
    border-radius: 1px;
}

@-webkit-keyframes shiney {
    0% {
        opacity: .2;
        -webkit-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .2;
        -webkit-transform: rotate(0deg) scale(1.5);
        transform: rotate(0deg) scale(1.5)
    }
}

@keyframes shiney {
    0% {
        opacity: .2;
        -webkit-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .2;
        -webkit-transform: rotate(0deg) scale(1.5);
        transform: rotate(0deg) scale(1.5)
    }
}

.btm_card {
    background: #fffcf4;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

.btm_card h5 {
    font-weight: 400;
    margin-bottom: 0px;
}

.referal_box {
    position: relative;
}

.referal_box .input_box {
    border-radius: 20px;
    border: 1.5px solid #F1AC1C;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    color: #4E4E4E;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    outline: none;
    font-weight: 500;
    line-height: 35px;
    /* 32.4px */
    text-transform: capitalize;
    background: #FFF;
}

.referal_box a {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #f1ac1c;
    font-weight: 500;
    cursor: pointer;
}

.tokencard {
    border-radius: 20px;
    border: 0.5px solid #F1AC1C;
    padding: 5px 10px;
    margin-top: 20px;
    background: #FFF;
}

.tokencard p {
    margin-bottom: 0px;
    color: #4E4E4E;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 36px */
    text-transform: capitalize;
}

.tokencard p span {
    color: #F1AC1C;
}
 
.rightTimer ul {
 line-height:1;
 font-family: Poppins,sans-serif;
 display: flex;
}
.rightTimer ul li span{
    font-weight: 600;
    font-size:32px;
    color:#fff !important; 
}
.rightTimer ul li { 
    display: block; 
    color:#fff;
    text-align:center;
    text-transform: capitalize;
    font-size:13.11px;
    font-weight:600;
    font-family: Poppins,sans-serif;
    font-style: normal;
    display: flex;
    flex-direction: column;
    padding: 0 9px;
} 
.rightTimer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
}
.lockLiq{
    position: relative;
}
.lockLiq img{
   border-radius: 18px;
}
.deviderBlack {
    font-size: 32px!important;
    padding: 0px;
    padding-top: 6px;
    display: flex!important;
    align-items: normal;
    text-align: center;
    color: #fff!important;
 
}