/*** 
====================================================================
  Table of contents
====================================================================

- Google Fonts
- Css Imports
- General Css Styles
- Header Area style
- Welcome Area Styles 
- Partners area style
- About us area style 
- services-block-four style 
- Demo-video area style 
- Trust area style 
- services area style 
- Call-to-action area style
- Video area style 
- Gallery area style 
- Cool-facts style 
- Price table style
- Testimonials area style 
- Team area style
- Blog area style 
- Contact us style 
- FAQ style -Timeline style 
- Footer area style 

***/

/*** 

====================================================================
  Google fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,900');

/*** 

====================================================================
  Import All Css
====================================================================

***/

@import 'bootstrap.min.css';
@import 'animate.css';
@import 'about-sonar.css';
@import 'classy-nav.min.css';
@import 'dzsparallaxer.css';
@import 'owl.carousel.min.css';
@import 'magnific-popup.css';
@import 'animated-headline.css';
@import 'font-awesome.min.css';
@import 'font-icons.css';
@import 'cryptocoins.css';
@import 'themify-icons.css';

/*** 

====================================================================
  General css style
====================================================================

***/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #4834d4;
    background: -webkit-linear-gradient(to right, #4834d4, #341f97);
    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 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}

li {
    list-style: none;
}

p {
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px; text-align: justify;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.section-header {
    position: relative;
    margin-bottom: 50px
}

.section-title {
    font-size: 44px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    text-align: center;
    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: bold;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}

.has-print {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    background: url(../img/core-img/shape1.html) no-repeat;
}

.header-area .light.classy-nav-container a {
    color: #fff
}

.header-area.sticky .light.classy-nav-container a {
    color: #333
}
.header-area.sticky .light.classy-nav-container a:hover {
    color: #333;
}


.header-area.sticky .classy-navbar-toggler .navbarToggler span {
    background: #333 !important
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #4834d4;
    background: -webkit-linear-gradient(to right, #4834d4, #341f97);
    background: -webkit-linear-gradient(left, #4834d4, #341f97);
    background: linear-gradient(to right, #4834d4, #341f97);
}

.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;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2400ms linear infinite;
    animation: dreamrotate 2400ms linear infinite;
    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;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2700ms linear infinite;
    animation: dreamrotate 2700ms linear infinite
}

#dream-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 1800ms linear infinite;
    animation: dreamrotate 1800ms linear infinite
}

@-webkit-keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* Blip CSS */

.dream-blip {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2em 2em 2em 2em;
    background-color: #21d397;
    box-shadow: 0 0 5px #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: dreamblipper ease 4s none infinite;
    animation: dreamblipper ease 4s none infinite;
}

@-webkit-keyframes dreamblipper {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    35% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes dreamblipper {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    35% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.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%;
}

.full-width {
    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
}

.relative {
    position: relative;
}

.hidden {
    overflow: hidden;
}

.block {
    display: block;
}

@media only screen and (max-width: 767px) {
    .fs-48 {
        font-size: 36px !important
    }

    .bigger-text {
        font-size: 3rem !important;
        line-height: 1
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    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
}

@media (max-width: 767px) {
    .no-padding-right {
        padding-right: 15px !important
    }

    .no-padding-left {
        padding-left: 15px !important
    }
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    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;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1380px;
    }
}

.hero-section .hero-data {
    position: relative;
    padding: 0 0 90px;
}

.hero-section h4 {
    font-size: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
    margin-right: 20%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e35029;
}

.white-color h4,
.white-color span {
    color: #fff !important;
}

.hero-section .hero-data span {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .double-bg {
        background-size: cover !important
    }

    .mt-s {
        margin-top: 30px !important
    }

    .mb-s {
        margin-bottom: 30px !important
    }

    .padding-t-md-0 {
        padding-top: 0 !important
    }
}

@media (max-width: 767px) {
    .mt-x {
        margin-top: 30px !important
    }

    .main-ilustration-5 {
        height: 65vh !important
    }
}

@media (max-width: 480px) {

    .welcome_area.ico {
        height: 100vh !important;
    }

    .main-ilustration-5 {
        display: none;
    }

    .integration-text {
        font-size: 12px
    }

    .integration-icon .badge {
        display: none;
    }

    .spons {
        border-top: 1px solid #eee
    }

    .spons img {
        width: 80%
    }
}

.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: 0px;
    padding-bottom: 70px;
}

.section-padding-70-0 {
    padding-top: 70px;
    padding-bottom: 0px;
}

.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-padding-0-85 {
    padding-top: 0px;
    padding-bottom: 85px;
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-0-100 {
    padding-top: 0px;
    padding-bottom: 100px;
}

.section-before:before {
    content: '';
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    width: 150px;
    background: url(../img/core-img/shape1.html) no-repeat;
    background-size: contain;
}

.scew-bg {
    background: url(../img/svg/bg-header1.svg) no-repeat;
    background-size: cover
}

.sec-before:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 580px;
    width: 200px;
    background: url(../img/core-img/sec-before.html) no-repeat;
    background-size: cover;
}

.sec-before2:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 580px;
    width: 500px;
    background: url(../img/core-img/sec-before2.html) no-repeat;
    background-size: cover;
}

.sec-before3:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 580px;
    width: 500px;
    background: url(../img/team-img/app/bubbules.html) no-repeat;
    background-size: cover;
    -webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
}

@media (max-width: 992px) {

    .sec-before:before,
    .sec-before2:before,
    .sec-before3:before {
        display: none;
    }
}

.sec-img-bg:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/bg-img/sec-img-bg.html') no-repeat top right;
}

.pettern2 {
    background: url(../img/core-img/pettern2.html) repeat;
    background-size: 25%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.travel-bg {
    background: url(../img/bg-img/travel-bg.html) no-repeat;
    background-size: cover
}

.relative {
    position: relative;
}

.box-shadow {
    -webkit-box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
    box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    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 {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 15px; font-weight: bold; color: #000 !important;
}

.section-heading>p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    /* max-width: 800px; */
    margin: 0 auto;
}

.who-we-contant .res-header {
    margin-bottom: 30px
}

.res-header {
    position: relative;
    margin-bottom: 80px
}

.res-header h6 {
    font: 500 40px 'Great Vibes', cursive;
    text-transform: capitalize;
    color: #cea676 !important;
    letter-spacing: 3px;
    margin: 0 0 -20px 0;
}

.res-header h4 {
    margin: 10px 0;
    color: #4e4e4e
}

.heade-before-after:before {
    content: "";
    background: url(../img/team-img/food/head-before.html) no-repeat scroll 0px 10px;
    display: inline-block;
    height: 35px;
    width: 60px;
    margin-right: 20px;
}

.heade-before-after:after {
    content: "";
    background: url(../img/team-img/food/head-after.html) no-repeat scroll 0px 10px;
    display: inline-block;
    height: 35px;
    width: 60px;
    margin-left: 20px;
}

/* reservation */
.reservation .reservation-content {
    -webkit-box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3);
}

.reservation .opening {
    background-color: #21201e;
    padding: 30px;
    text-align: center;

}

.reservation .opening-time {
    padding: 30px;
    border: 1px dashed #cea676;
}

.reservation .opening-time h3 {
    color: #fff !important;
    padding: 0 0 60px 0
}

.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(../img/team-img/food/reservation-bg.html) no-repeat center center;
    background-size: cover
}

.reservation .reservation-online {
    padding: 60px;
}

.b-contact__form form>div span {
    position: relative;
    left: 20px;
    top: 32px;
    color: #eee
}

.b-contact__form input[type='text'] {
    background: transparent;
    border: 1px solid #555555;
    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: 30px;
    width: 100px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    height: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #fff;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.has-gradient {
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
}

.has-border-top {
    border-top: 1px solid #eee
}

@media (max-width: 992px) {
    .has-border-top-md {
        border-top: 1px solid #eee
    }
}

.bg-overlay:after {
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    position: absolute;
    content: "";
    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;
}

.dream-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.dream-dots span {
    font-weight: bold;
    display: inline-block;
   /*  background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 35px;
    /* text-transform: uppercase; */
}

.dream-dots span:first-child {
    background-color: #000;
}

.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 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 33px;
    padding: 5px 15px;
    color: #fff !important;
    background: #dd3333;

    border-radius: 4px;
    border: 1px solid #dd3333;
    letter-spacing: 1px;
}

.login-btn:hover,
.login-btn:focus {
    color: #fff !important;
    background: #666 !important;
    border-color: #222222;
}

.dream-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-image: -webkit-linear-gradient(to right, #846FF4 0%, #F17674 51%, #846FF4 100%);
    background-image: linear-gradient(to right, #846FF4 0%, #F17674 51%, #846FF4 100%);
    border: 1px solid #fff;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

/*
    background-image: -webkit-linear-gradient(to right,#FF4137 0,#FDC800 51%,#FF4137 100%);
    background-image: linear-gradient(to right,#FF4137 0,#FDC800 51%,#FF4137 100%);
    box-shadow: 0 0 15px 0 rgba(255, 125, 55, 0.9);
*/

.dream-btn:hover {
    background-position: right center;
    color: #fff;
}

.more-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    color: #fff !important;
    background: #dd3333;

    border-radius: 4px;
    border: 1px solid #dd3333;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.more-btn:hover {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}

.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(to right, #1965eb 0%, #007bff 100%);
    border: 0;
    box-shadow: 0 20px 43px 0 rgba(49, 53, 255, 0.32);
}

.info-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    font-size: 18px;
    padding: 13px 20px;
    background: transparent;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
}

.info-btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    z-index: -1;
    background: #cb202d;
    transition: all .5s ease-in-out;
}

.info-btn.brown:before {
    background: #cea676
}

.info-btn:hover:before {
    width: 100%;
}

.info-btn:hover {
    color: #fff;
}

.btn.btn-tra-black {
    color: #444 !important;
    background-color: transparent;
    border-color: #444;
}

.btn.btn-tra-black:hover {
    color: #fff !important;
    background-color: #444;
}

.gray_secBg {
    background: #e5e5e5;
}
.yellow_secBg {
    
    /* background-image: url(../img/bg-img/whats-new.jpg); */
    background-image: url(../img/bg-img/Noveltics-Group-whats-new.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-size: cover;
    
}

.py-7 {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* ### Clients #####*/
.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(../img/svg/diamond-shape.html) center no-repeat;
    background-size: cover;
    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;
    }
}

/* ##### 2.0 Header Area CSS ##### */

.header-area {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-area.sticky {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.dark.classy-nav-container {
    background-color: transparent;

}

.nav-brand:hover,
.nav-brand:focus {
    color: #333 !important
}

.nav-brand.light:hover,
.nav-brand.light:focus {
    color: #fff !important;
    background: none !important; 
}

.classy-navbar {
    height: 90px;
    padding: 0;
}

.dark .classy-navbar-toggler.demo .navbarToggler span {
    background: #fff
}

.classynav ul li a {
    text-transform: uppercase;
}

.classynav ul li .megamenu li a {
    font-size: 80%;
}

/* ##### 3.0 Wellcome Area CSS ##### */
.hero-section {
    position: relative;
    min-height: 700px;
    background: url('../img/bg-img/header2.html') no-repeat bottom center;
    background-size: cover;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.hero-section.app {
    position: relative;
    min-height: 700px;
    background: url('../img/bg-img/header-app.html') no-repeat bottom center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section.app img {
    width: 100%
}

.hero-section.ico-header5 {
    background: url(../img/bg-img/header-bg55.png) no-repeat top center;
    background-size: cover
}

.hero-section.curved-section:before {
    content: '';
    position: absolute;
    width: 103%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: -3px;
    background: url(../img/svg/curve.html) no-repeat bottom;
    z-index: 0
}

.hero-section.curved-section .welcome-content {
    margin-top: 0
}

.hero-section.app2 {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app2 {
    background: url(../img/bg-img/hero-app-bg.html) no-repeat center, linear-gradient(90deg, #5f36ff 0, #b719f6 100%);
}

.app3 {
    background: url(../img/bg-img/app2-bg.html) no-repeat center;
    background-size: cover;
}

.agency-bg {
    background: url(../img/bg-img/agency-bg.html) no-repeat center;
    background-size: cover
}

.creamy {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 10%;
    right: 50%;
    -webkit-animation: floating3 7s infinite;
    -o-animation: floating3 7s infinite;
    animation: floating3 7s infinite;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(90deg, #5f36ff 0, #b719f6 100%)
}

@keyframes floating3 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translate(0px, 0px) scale(1);
    }

    25% {
        transform: rotateX(0deg) translate(10px, 190px) scale(1.3);
    }

    50% {
        transform: rotateX(0deg) translate(190px, 230px) scale(1);
    }

    75% {
        transform: rotateX(0deg) translate(170px, 190px) scale(1.3);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translate(0px, 0px) scale(1);
    }
}

.cd-intro.v2 {
    margin: 0em 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: 405px;
    background-image: url(../img/bg-img/header-bg3.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section.fullwidth-header .special-head.dark {
    padding-left: 0
}

.hero-section.fullwidth-header .special-head.dark:before {
    display: none;
}

.city-img {
    position: relative;
    bottom: 0px
}

@media (max-width: 991px) {
    .hero-section.fullwidth-header {
        padding-bottom: 0px;
        background-image: url(../img/bg-img/header-bg3-min.png);
        background-position: top center;
        background-size: cover;
        padding-top: 0
    }

    .special-pb {
        padding-bottom: 100px
    }

    .welcome-content.spe {
        margin-top: 0 !important
    }
}

.hero-section.gradient {
    overflow: visible;
    background-image: linear-gradient(106deg, #d787f5, #3634bb);
}

@media (min-width: 767px) {
    .hero-section.curved-section {
        padding-top: 150px
    }
}

@media (min-width: 992px) {
    .hero-section.curved-section {
        padding-top: 100px
    }

    .hero-section img,
    .hero-section .fullscreen-bg {
        max-width: 150%;
    }
}

@media (max-width: 767px) {
    .hero-section.curved-section img.curved {
        display: none;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .fullscreen-bg {
        margin-top: -400px;
        margin-left: -50px
    }
}

.hero-section.curved-section .special-head {
    padding-left: 0
}

.hero-section.curved-section .special-head:before {
    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, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 10;
}

.hero-content.globe {
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.75));
}

.hero-content.with-after {
    background: url('../img/svg/bg_hero.svg') no-repeat center right;
}

.hero-content.with-after-before {
    background-image: url(../img/svg/bg_hero1.svg), url(../img/svg/bg_hero2.svg);
    background-position: right top, left bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.hero-content.soft1 {
    background: url(../img/bg-img/soft1.html) no-repeat top right;
    background-size: 65% 100%;
}

.hero-section.soft2 {
    background: url(../img/bg-img/soft2.html) no-repeat bottom center;
    background-size: cover;
}

@media (max-width: 992px) {
    .hero-content.soft1 {
        background-size: 100%
    }
}

.hero-content.creative {
    background: url('../img/bg-img/header3.html') no-repeat center right;
    background-size: cover
}

.hero-content.pizza {
    background: url(../img/bg-img/banner-bg.html) no-repeat right top;
}

.hero-section.fuel {
    background: url(../img/team-img/ico/header-bg3.html) no-repeat right bottom;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 765px;
}

.hero-section.corporate-bg-1 {
    background: url(../img/bg-img/corporate-bg-1.html) no-repeat center center;
    background-size: cover;
}

.hero-section.hos-bg-2 {
    background: url(../img/bg-img/hos-bg-2.html) no-repeat center top;
    background-size: cover;
}

.hero-section.blue-bg {
    background: #2e39bf;
    overflow: hidden;
}

.hero-section.blue-bg:before {
    height: 700px;
    content: '';
    width: 150%;
    left: 0;
    bottom: -324px;
    background: rgba(37, 46, 176, 1);
    display: inline-block;
    position: absolute;
    transform: rotate(155deg);
}

.hero-content.tringle {
    background: url('../img/bg-img/tringle.html') no-repeat center right;
}

.hero-content.scew {
    background: url('../img/bg-img/header2-2.html') no-repeat center top;
}

.hero-content.trans {
    background: url('../img/bg-img/trans.html') no-repeat right top;
}

.hero-content.transparent {
    background: transparent;
}

.hero-content.dark-blue {
    background: rgb(33, 0, 67, 0.9);
}

.hero-content .ico-counter {
    margin: 100px 7% 0;
}

@media (max-width: 992px) {

    .hero-content .ico-counter,
    .hero-content .service-img-wrapper .image-box {
        margin-top: 0px !important
    }

}

.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 {
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

.promo-section {
    margin-bottom: 0px;
}

.promo-section.bg {
    background: #ff966a;
    padding: 10px 20px;
    display: inline-block;

}

.promo-section.bg2 {
    background: #cb202d;
    padding: 10px 20px;
    display: inline-block;

}

.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: flex;
    border-radius: 35px !important
}

.subscribe-section .input-wrapper {
    position: relative;
    display: inline-block;
    width: 70%
}

.subscribe-section input {
    padding: 10px 10px 10px 40px;
    position: relative;
    border: 1px solid #eee;
    width: 100%;
    border-radius: 25px;
}

.subscribe-section input:focus {
    border-radius: 25px;
    outline: none;
    border-color: #2ec8a6
}

.subscribe-section i {
    font-size: 20px;
    color: #fc9936;
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 15px
}

@media (max-width: 767px) {
    .subscribe-section {
        display: inline-block;
    }

    .subscribe-section .input-wrapper {
        width: 100%
    }

    .subscribe-section .more-btn {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .ico-circled {
        width: 400px;
        height: 400px;
        position: absolute;
        top: 0;
        left: 0;
        border: 70px solid #2bd6ff;
        border-radius: 50%;
        opacity: 0.2;
        animation: floating2 7s infinite;
        -webkit-animation: floating2 7s infinite;
    }
}

.special-head {
    color: #28cc8b;
    padding-left: 40px;
    font-size: 20px;
    position: relative;
}

.special-head:before {
    content: '';
    background: #dd3333;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
}

.special-head.dark {
    color: #f8f517;
    font-weight: bold;
}

.special-head.dark:before {
    background: #fff
}

.integration-link {
    padding: 8px 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: .58px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    color: #d5d5ea
}

.integration-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eee;
    border-radius: 100px;
}

.integration-icon {
    margin: 0 5px 0 0;
}

.integration-icon .badge {
    background: #14cab1;
    margin-bottom: 0;
    font-size: 12px;
    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;
}

.main-ilustration {
    position: relative;
    background: url(../img/core-img/hero-bg.html) no-repeat center 65%;
    height: 100vh;
    background-size: contain;
}

.main-ilustration-2 {
    position: relative;
    background: url(../img/core-img/robot-1.html) no-repeat center bottom;
    height: 100vh;
    bottom: 0;
    background-size: contain;
}

.main-ilustration-3 {
    position: relative;
    background: url(../img/core-img/robot-2.html) no-repeat center bottom;
    height: 100vh;
    bottom: 0;
    background-size: cover;
}

.main-ilustration-4 {
    position: relative;
    background: url(../img/svg/head-bg-1.html) no-repeat center 65%;
    height: 100vh;
    background-size: cover;
}

.main-ilustration-5 {
    position: relative;
    background: url(../img/core-img/about-5.html) no-repeat center 65%;
    height: 75vh;
    background-size: 100%;
}

.header-ilustration-1 {
    min-width: 0px;
    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%;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
}

.overlay.v2:after {
    background: rgba(255, 255, 255, 0.95)
}

@media (min-width: 991px) {
    .circle-m:before {
        background: url(../img/core-img/circle-m.html) no-repeat center center;
        background-size: contain;
        width: 250px;
        height: 250px;
        content: '';
        position: absolute;
        animation: floating2 7s infinite;
        -webkit-animation: floating2 7s infinite;
        top: -50px;
        left: -50px;
    }

    .cir-left:before {
        background: url(../img/core-img/cir-left.png) no-repeat center center;
        background-size: contain;
        width: 300px;
        height: 750px;
        content: '';
        position: absolute;
        opacity: 0.5;
        top: 0px;
        left: 0px;
    }

    .cir-right:before {
        background: url(../img/core-img/cir-right.png) no-repeat center center;
        background-size: contain;
        width: 300px;
        height: 750px;
        content: '';
        position: absolute;
        opacity: 0.5;
        top: 0px;
        right: 0px;
    }

}

.header-ilustration-1 .video-btn-container {
    position: absolute;
    width: 150px;
    height: 150px;
    background: url(../img/core-img/video-btn-bg.html) no-repeat center center;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-ilustration-1 .video-btn-container .video-icon a {
    background: #fff;
    color: #2ea9fd;
}

.bub-right {
    background: url('../img/svg/bg_hero.svg') no-repeat center right;
}

.bub-left {
    background: url('../img/svg/benefits-bg.svg') no-repeat center left;
}

.welcome-meter.bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/svg/bg-home-bubble.svg) center;
    background-size: cover;
    overflow: visible;
}

@media (max-width: 992px) {
    .header-ilustration-1 {
        margin-top: 0
    }

    .bub-right {
        background-size: cover;
    }

    .bub-left {
        background-size: cover;
    }

}

.main-ilustration-6 {
    position: relative;
    background: url(../img/core-img/about-1.html) no-repeat center 65%;
    height: 100vh;
    background-size: 100%;
}

.main-ilustration-7 {
    position: relative;
    background: url(../img/core-img/faq.html) no-repeat center 65%;
    height: 100vh;
    background-size: 80%;
}

.main-ilustration-8 {
    position: relative;
    background: url(../img/svg/header-area-ill.svg) no-repeat center 65%;
    height: 100vh;
    background-size: 100%;
}

.main-ilustration-9 {
    position: relative;
    background: url(../img/core-img/travel.html) no-repeat center 65%;
    height: 100vh;
    background-size: 100%;
}

.main-ilustration-10 {
    position: relative;
    background: url(../img/core-img/pizza-header.html) no-repeat center 65%;
    height: 100vh;
    background-size: 80%;
}

.main-ilustration-11 {
    position: relative;
    background: url(../img/team-img/app/app3.html) no-repeat center 65%;
    height: 100vh;
    background-size: 100%;
}

@media (max-width: 992px) {
    .main-ilustration-5 {
        height: 65vh
    }

    .mt-md-30 {
        margin-top: 30px !important
    }

    .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%;
    }
}

@media (max-width: 767px) {
    .mt-sm-30 {
        margin-top: 30px
    }

    .mt-sm-15 {
        margin-top: 15px
    }

    .mt-sm-0 {
        margin-top: 0px !important
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .main-ilustration-6 {
        height: 65vh
    }

    .welcome-content {
        padding-right: 15px
    }

    .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
    }
}

@media (max-width: 480px) {

    .main-ilustration-6,
    .header-ilustration-1 {
        display: none;
    }

    .welcome-content {
        vertical-align: middle;
        margin-top: 100px !important
    }

    .main-ilustration-3 {
        display: none;
    }

    .welcome-small-wrapper {
        display: none;
    }

}

.main-ilustration-2:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 1000px;
    left: 50%;
    top: -30%;
    transform: rotate(21deg);
    background: rgba(0, 0, 128, 0.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;
}

.inovation p {
    font-size: 12px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .main-ilustration {
        min-width: 650px;
    }
}

.welcome-content h2 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 20px;
}

.welcome-content h1 {
    font-size: 68px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: -1px;
}

@media (max-width: 767px) {
    .welcome-content h1 {
        font-size: 26px;
    }

    .welcome-content p {
        font-size: 16px;
    }

    .hero-section h4 {
        font-size: 17px;
    }

    .hero-section .hero-data span {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .welcome-content h1 {
        font-size: 36px;
    }

    .welcome-content p {
        font-size: 18px;
    }
}

.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: bold;
    display: inline-block;
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.gradient-text.blue {
    background-image: linear-gradient(35deg, #17EAD9 0%, #6078EA 100%);
}

/* .gradient-text.cyan{
    /* background-image:linear-gradient(135deg, #4675c9 0%, #1965eb 100%)  !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 {
    margin-bottom: 50px
}

.welcome-content-small h4 {
    margin-bottom: 20px
}

.welcome-content-small p.artficial {
    font-size: 12px
}

.welcome-video-area {
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

.welcome-video-area .welcome-thumb {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    border: 1px solid #25cbd3;
    border-radius: 15px;
    padding: 0px 30px 0;
}

.welcome-video-area .welcome-thumb img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 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%;
    }
}

.welcome_area.video .desc {
    max-width: 60%;
    margin: 0 auto
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('video/video-frame.html') center center / cover no-repeat;
    }

    .welcome_area.video .desc {
        max-width: 80%;
        margin: 0 auto
    }

    .fullscreen-bg__video {
        display: none;
    }
}

.video-bg-illution {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #010111;
    z-index: 50;
    opacity: .7;
}

/* Features veersion 2*/
.item-feat {
    border: 2px solid #ddd;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.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: 5px 0;
    padding-top: 10px;
    font-size: 22px;
    font-weight: 600;
    transform: translate(-10px, 0);
}

.item-feat span.number {
    font-size: 1.8rem;
    font-weight: 800;
    transition: all 0.3s;
}

.item-feat p {
    padding: 0 30px 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;
}

/* ##### Restaurant template ##### */
.food-img-wrapper,
.food-img img {
    transition: all 1.5s ease-in-out;
    overflow: hidden;
}

.food-img-wrapper:hover .food-img img {
    transform: scale(1.1);
}

.offer-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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 {
    position: absolute;
    left: 0;
    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 {
    position: absolute;
    top: 30px;
    left: 30px;
}

.offer-info.v2 {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
}

.offer-info h4 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500
}

.offer-info p {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.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;
    float: right;
}

.offer-text p {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    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: bold;
        color: #fff;
    }
}

/* ##### Partners Area ##### */
.partners {
    padding: 0 0 70px
}

.partner-box {
    border: 1px solid #25cbd3;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #0d003b;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.partner-box:hover {
    background: #25cbd3;
    cursor: pointer;
}

.b-text {
    color: #272e3a !important;
}

.w-text {
    color: #fff !important
}

.g-text {
    color: #d8d0d0 !important
}

.p-text {
    color: blueviolet !important
}

.green-text {
    color: #2ec8a6 !important;
}

.o-text {
    color: #dd3333 !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
}

/* ##### About Us Area ##### */
.double-bg {
    background: url('../img/svg/section-bg.svg') no-repeat center left;
    background-size: contain
}

.double-bg-1 {
    position: relative;
    background: url('../img/bg-img/section-bg.html') no-repeat top right;
    background-size: cover
}

.double-bg-2 {
    background: url('../img/svg/two-sec-bg.svg') no-repeat center left;
    background-size: cover
}

.about-us-area {
    position: relative;
    z-index: 1;
}

.gt-start-earning-anim {
    padding-bottom: 100px
}

.gt-start-earning-anim-bg {
    max-width: 115%;
    position: relative;
    left: -20px;
    top: 84px;
}

.bar {
    transform-origin: center bottom;
    -webkit-animation: bar infinite 4s ease-in-out;
    -moz-animation: bar infinite 4s ease-in-out;
    animation: bar infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}

.floater-2 {
    -webkit-animation: floater-2 infinite 4s ease-in-out;
    -moz-animation: floater-2 infinite 4s ease-in-out;
    animation: floater-2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}

.gt-start-earning-anim-bar {
    width: 3px;
    position: absolute;
    left: -91px;
    right: 0;
    margin: 0 auto;
    top: 270px;
    z-index: 1;
}

.gt-start-earning-anim-bar2 {
    width: 3px;
    height: 37px;
    transform-origin: center bottom;
    position: absolute;
    left: -136px;
    right: 0;
    margin: 0 auto;
    top: 282px;
    z-index: 1;
}

.gt-start-earning-anim-bar3 {
    width: 3px;
    height: 50px;
    position: absolute;
    left: -36px;
    right: 0;
    margin: 0 auto;
    top: 296px;
    z-index: 1;
}

.gt-start-earning-anim-m1 {
    width: 82px;
    position: absolute;
    left: -10px;
    right: 0;
    margin: 0 auto;
    top: 138px;
    z-index: 1;
}

.ad-4-5 {
    animation-duration: 4.5s;
}

.ad-3 {
    animation-duration: 3s;
}

.ad-3-5 {
    animation-duration: 3.5s;
}

.gt-start-earning-anim-m2 {
    width: 76px;
    position: absolute;
    left: 40px;
    right: 0;
    margin: 0 auto;
    top: 56px;
    z-index: 1;
    opacity: 0.80;
}

.gt-start-earning-anim-m3 {
    width: 76px;
    position: absolute;
    left: -90px;
    right: 0;
    margin: 0 auto;
    top: 0px;
    z-index: 1;
    opacity: 0.80;
}

.gt-transparency-anim-bg {
    width: 100%;
    max-width: 115%;
    position: relative;
    left: -20px;
}

.rain {
    -webkit-animation: rain infinite 2s ease-in-out;
    -moz-animation: rain infinite 2s ease-in-out;
    animation: rain infinite 2s ease-in-out;
    animation-fill-mode: forwards;
}

.gt-transparency-anim-rain-1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: -100px;
}

.ad-2-5 {
    animation-duration: 2.5s;
}

.gt-transparency-anim-rain-2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: -100px;
}

.cloudmove-1 {
    -webkit-animation: cloudmove-1 infinite 5s ease-in-out;
    -moz-animation: cloudmove-1 infinite 5s ease-in-out;
    animation: cloudmove-1 infinite 5s ease-in-out;
    animation-fill-mode: forwards;
}

.gt-transparency-anim-cloud-1 {
    width: 180px;
    position: absolute;
    left: 0;
    top: 30px;
}

.gt-transparency-anim-cloud-2 {
    width: 130px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.cloudmove-2 {
    -webkit-animation: cloudmove-2 infinite 4s ease-in-out;
    -moz-animation: cloudmove-2 infinite 4s ease-in-out;
    animation: cloudmove-2 infinite 4s ease-in-out;
    animation-fill-mode: forwards;
}

.about-bg {
    position: relative;

}

.sky-bg {
    background: #f4f9ff;
}

.blue-back {
    background: #2e39bf;
    overflow: hidden;
}

.blue-back:before {
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0px;
    opacity: .5;
    background: url(../img/core-img/wire.html) repeat;
    position: absolute;
}

@media (min-width: 1200px) {
    .about-bg {
        background: url(../img/bg-img/about-bg.html) no-repeat right top;
        background-size: contain;
        position: absolute;
        width: 71%;
        height: 100%;
        content: '';
        right: -18%;
        top: 0;
        z-index: -1;
    }
}

.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;
}

.our-mission-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

.single-mission {
    position: relative;
    z-index: 1;
    text-align: center;
}

.single-mission i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff;
}

.single-mission h6 {
    margin-bottom: 15px;
}

.single-mission p {
    margin-top: 0;
    margin-bottom: 0
}

.preview-thumb {
    position: relative;
}

.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: bold;
    text-transform: uppercase;
    color: #f9f9f9;
    visibility: inherit;
    background: transparent url(../img/core-img/crypto.html) repeat-x scroll 0 100%;
    -webkit-animation: cloudwash 120s linear infinite;
    -moz-animation: cloudwash 120s linear infinite;
    animation: cloudwash 10s linear infinite;
}

@-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 {
    position: relative;
    z-index: 1;
}

.welcome-meter.arficial {
    position: relative;
    z-index: 1;
    height: 427px;
    background: url(../img/svg/ai-illustration.html) no-repeat;
    background-size: 137%;
    background-position: center center;
}

@media (max-width: 992px) {
    .welcome-meter.arficial {
        background-size: 100%;
    }
}

.growing-company p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.growing-company p .counter {
    color: #fff;
}

.box-shadow:hover {
    -webkit-box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
    box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
    top: -3px;
}

.article {
    background: #fff;
    padding: 25px 15px 15px;
    border: 1px solid #00dcd8;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 5px;
    transition: all .4s ease-in-out;
}

.articlev2 {
    background: #fff;
    border: none;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 5px;
    transition: all .4s ease-in-out;
    padding: 35px 15px 15px;
    border-bottom: 3px solid orange
}

.articlev2 img {
    margin-bottom: 10px
}

.hos-article {
    border: 1px solid #00dcd8;
    margin-bottom: 30px;
    text-align: left;
    border-radius: 5px;
    transition: all .4s ease-in-out;
}

.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 {
    color: #888
}

.article:hover,
.article.hover {
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
}

.article:hover .article__title,
.article:hover p,
.article:hover .article__icon,
.article.hover .article__title,
.article.hover p,
.article.hover .article__icon {
    color: #fff
}

/*** 

====================================================================
  services-block-four style
====================================================================

***/
.features {
    position: relative;
}

.services-block-four {
    position: relative;
    margin-bottom: 30px;
    background: #fff
}

.icon-img-box {
    position: absolute;
    left: 0;
    top: 0;
}

.icon-font-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #2da4ee
}

.res-features {
    background: url(../img/team-img/food/res-features.html) no-repeat center center;
    background-size: cover
}

.res-features .services-block-four:hover .icon-img-box {
    background: #444
}

.res-features .icon-img-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    transition: all .5s ease-in-out;
    line-height: 50px;
    text-align: center;
    background: #cb202d;
}

.icon-font-box i {
    font-size: 24px;
    font-weight: 500;
    color: #2da4ee;
}

@media (max-width: 480px) {

    .icon-img-box,
    .icon-font-box {
        position: relative;
        margin-bottom: 15px
    }

    .icon-font-box .width-80 {
        width: 100% !important
    }

    .services-block-four .inner-box {
        padding-left: 0px !important;
    }
}

.services-block-four .inner-box {
    position: relative;
    padding-left: 100px;
}

.services-block-four.v2 {
    background: transparent;
}

.services-block-four.v3 {
    background: #fff;
}

.has-border-bottom {
    border-bottom: 3px solid orange
}

.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.v3 .inner-box {
    padding-left: 70px;
}

.services-block-four.v4 {
    position: relative;
    background: transparent;
    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, 0.05)
}

.services-block-four.v4 .icon-img-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.services-block-four.v4 .inner-box .text {
    margin-bottom: 0
}

.bg-ring {
    background: url(../img/bg-img/bread-bg.png) no-repeat center center;
    background-size: cover;
}

.features .services-block-four {
    box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    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: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.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: 0px;
    top: 0px;
    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 ease;
}

.service-img-wrapper .image-box {
    position: relative;
}

@media (max-width: 1200px) {
    .service-img-wrapper .image-box .rings {
        left: 3% !important;
    }

    .service-img-wrapper .image-box {
        margin-top: 0 !important
    }
}

@media (min-width: 992px) {
    .special-size {
        max-width: 140%;
        margin-left: -100px
    }
}

@media (max-width: 992px) {
    .service-img-wrapper .image-box {
        margin-top: 30px !important
    }

    .service-img-wrapper .image-box.no-mt {
        margin-top: 0px !important
    }

    .service-img-wrapper .phone-img {
        padding: 0 10% !important
    }

    .service-img-wrapper .image-box .rings {
        left: 17% !important;
        width: 66%;
    }
}

.service-img-wrapper .image-box .rings {
    position: absolute;
    top: 50%;
    z-index: -1;
    margin: 0 auto;
    left: 50%;
    max-width: 90%;
    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 ease;
}

.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 ease;

}

.services-block-four .inner-box:hover .icon-box:after {
    transform: scale(1);
    transition: .7s ease;
}

.services-block-four .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    width: 1px;
    height: 95%;
    background: #25cbd3
}

.services-block-four:last-child .inner-box .icon-box:before {
    display: none;
}

.services-block-four .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.services-block-four.how .inner-box {
    padding-left: 70px
}

.services-block-four.how {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff
}

@media (max-width: 992px) {
    .service-img-wrapper.how .image-box img {
        width: 100%;
        margin-bottom: 50px
    }
}

.services-block-four .inner-box .step {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: 2px solid;
    background: #7d60f9;
    border-color: #7d60f9;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px !important;
    transition: .3s ease;
}

.services-block-four.how .inner-box .text {
    margin-bottom: 0
}

.services-block-four .inner-box h3 a {
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-four .inner-box .icon-box {
    color: #25cbd3
}

.services-block-four .inner-box h3 a:hover {}

.services-block-four .inner-box .text {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
    margin-bottom: 10px;
}

.services-block-four .inner-box .read-more {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-four .inner-box .read-more:hover {
    color: #253267;
}

.floating {
    animation: floating2 7s infinite;
    -webkit-animation: floating2 7s infinite;
}

@media (min-width: 992px) {
    .service-img-wrapper .image-box {
        margin-top: 0px;
    }
}

@media (max-width: 992px) {
    .service-img-wrapper .image-box img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .services-block-four {
        margin-bottom: 40px
    }
}

@media (max-width: 480px) {
    .services-block-four .inner-box .step {
        position: relative;
    }
}

.service-img-wrapper .image-box {
    position: relative;
}

@keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.features-list {
    background: url(../img/core-img/feature-bg.html) no-repeat center center;
    background-size: cover;
    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%)
}

.features-list.v3 {
    background: #1e3953;
    padding: 50px 30px
}

.list-marked li {
    top: 8px;
    padding: 7px 0;
    color: #fff;
    left: 0;
}

.list-marked i {
    font-weight: normal;
    margin-right: 10px;
    color: cyan;
    border: 1px solid cyan;
    padding: 5px;
    line-height: 30px;
    text-align: center;
    background: transparent;
    width: 30px;
    height: 30px;
}

.counter-boxed-warrper {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.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.v3 {
    background: #1e3953;
}

.counter-boxed-warrper:before {
    content: '';
    width: 100%;
    height: 64%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f6fc;
    z-index: -1;
    border-radius: 0 0px 274px 0px;
}

.counter-boxed {
    padding: 30px 20px 0;
}

.counter-boxed .counter {
    font-size: 36px
}

.box-list .text-bismark {
    color: #96aabf;
    font-size: 16px
}

@media(max-width: 767px) {}

/*** 

====================================================================
  Fun-Facts Section styles
====================================================================

***/

.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;
}

/* ===================================================================
        SCREENSHOTS SECTION
===================================================================  */
.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(../img/core-img/transparent-iphone.html) no-repeat;
    background-position: center center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.swiper-container.screenshots-slider img {
    width: 255px;
}

/* Screenshots Media Query -------------------------------------------- */
@media (max-width: 450px) {
    section.screenshots .screenshots-slider::before {
        display: none !important;
    }
}


/*
* ----------------------------------------------------------------------------------------
* Start Intro Style
* ----------------------------------------------------------------------------------------
*/


.intro {
    position: relative;
    z-index: 0;
}

.margined {
    margin-top: -50px
}

.beans {
    background: url(../img/team-img/food/beans.html) no-repeat;
    background-size: 23% 100%;
    background-position: right;
}

.caffen {
    background: url(../img/team-img/food/coffee.html) no-repeat;
    background-size: 25% 100%;
    background-position: right;
}

@media (max-width: 992px) {

    .beans,
    .caffen {
        background: transparent;
    }
}

.intro .no-r-l {
    padding-right: 0px;
    padding-left: 0px;
}

.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: 0px;
    font-size: 14px
}

.img-info {
    display: inline-block;
    text-align: center;
    height: 60px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .intro {
        position: relative;
        z-index: 0;
    }
}

/* Start .agency-sec*/
.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 Area CSS ##### */
.demo-video {
    position: relative;
}

.demo-video .welcome-video-area {
    margin-top: 0
}

@media (max-width: 992px) {
    .vertical-social {
        display: none !important;
    }
}

.vertical-social {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #0d003b;
    height: 370px !important;
    margin-left: 30px;
    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: 0px 4px 13px 0 rgba(168, 67, 253, .3);
    overflow: hidden;
    border-bottom: 3px solid #a843fd;
}

.vertical-social li {
    padding: 7px 0;
    text-align: center;
}

.vertical-social li a {
    color: #fff;
    opacity: .6;
    font-size: 22px;
}

.vertical-social li a:hover {
    opacity: 1;

}

.header-social {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    height: 370px !important;
    margin-left: 30px;
}

.social-text {
    position: relative;
    margin-bottom: 0;
    transform: rotate(270deg);
    text-transform: uppercase;
}

.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
}

.header-social-list li {
    padding: 3px
}

.header-social-list li a {
    font-size: 16px;
    color: #fff
}

@media (max-width: 767px) {
    .header-social {
        display: none;
    }
}

.restaurant-head {
    font: 500 44px 'Great Vibes', cursive;
    text-transform: capitalize;
    color: #cea676 !important;
    letter-spacing: 3px;
}

/* ##### trust Area CSS ##### */
.trust-section {
    position: relative;
    padding: 100px 0 60px
}

.trust-item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 0 35px;
    min-height: 205px;
    padding-top: 37px;
    padding-bottom: 25px;
    box-shadow: 4px 4px 10px 0 rgba(168, 67, 253, .3);
    overflow: hidden;
    border-bottom: 3px solid #a843fd;
}

.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;
    position: relative;
}

.check .value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 243, 255, .5);
}

.check .check-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/svg/checkmark.html) 50% no-repeat;
    background-size: contain;
    width: 31px;
    height: 23px;
}

.gradient-section-bg {
    background-image: linear-gradient(106deg, #d787f5, #3634bb);
    background-image: -webkit-linear-gradient(106deg, #d787f5, #3634bb);
    overflow: hidden;
}

.sky-bg {
    background: url(../img/svg/ico-about-bg.svg) #eff4ff;
    background-size: cover;
}

.gray-bg {
    background: #f4f4f7
}

.gray1-bg {
    background: #d5ddfe
}

.transparent {
    background: transparent !important
}

.hos-sec-1 {
    background: url(../img/bg-img/hos-sec-1.html) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.corporate-sec-bg {
    background: url(../img/bg-img/corporate-sec-bg.html) no-repeat center center;
    background-size: cover
}

.resturant-bg-2 {
    background: url(../img/bg-img/resturant-bg-2.html) no-repeat center bottom;
    background-size: cover
}

.world-map {
    background: url(../img/bg-img/world-map.html) no-repeat center center;
    background-size: cover
}

.coffee-bg {
    background: url(../img/bg-img/coffee-bg.html) no-repeat center bottom;
    background-size: cover
}

.coffee-sec {
    background: url(../img/team-img/food/coffee-bg.html) no-repeat center center;
    background-size: cover
}

.ico-about-bg {
    /*  background: url(../img/svg/ico-about-bg.svg) no-repeat center center; */
    background-size: cover
}

.ico-header4 {
    background: url(../img/team-img/ico/header-bg4.html) no-repeat top center;
    background-size: cover
}

.ico-header6 {
    background: url(../img/team-img/ico/header-bg6.html) no-repeat bottom center;
    background-size: cover
}

.striples-bg {
    position: relative;
}

.striples-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../img/svg/striples-bg.svg) no-repeat top center;
    background-size: cover;
    -webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
}

.ico-bg1 {
    background-image: url(../img/bg-img/header-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1200px) {
    .sity {
        max-width: 142%;
        margin-left: -100px;
        margin-top: 50px
    }

    .ico-bg1 .g-text {
        max-width: 85%
    }
}
.error-bg {
    background-image: url(../img/bg-img/error-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.ico-bg2 {
    /* background-image: url(../img/bg-img/header-bg6.png); */
    background-image: url(../img/bg-img/Noveltics-Group-header-bg6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.ico-bg3 {
    background-image: linear-gradient(#120869, #250b9f);
    background-repeat: no-repeat;
    background-position: top
}

.ico-bg4 {
    background-image: url(../img/bg-img/header-bg2.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.res-about {
    background: url(../img/team-img/food/about-bg.html) no-repeat center center;
    background-size: cover
}

.corporate-sec-bg2 {
    background: url(../img/bg-img/corporate-sec-bg2.html) no-repeat center center;
    background-size: cover
}

.hero-bg {
    background: url(../img/bg-img/hero-bg.html) no-repeat center;
    background-size: cover;
}

.image {
    position: relative;
    left: 0px;
    margin-bottom: -100px;
}

.image {
    position: relative;
    left: 0px;
    margin-bottom: -100px;
}

.image img {
    max-width: 72%
}

.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    width: 58vw;
    height: 120vh;
    overflow: hidden;
    z-index: 0;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .fullscreen-bg {
        top: -373px;
        left: -100px
    }
}

@media (max-width: 992px) {
    .fullscreen-bg {
        display: none
    }
}

@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%;
    }
}

.globe-text {
    position: absolute;
    bottom: 20%;
    left: 10%;
    max-width: 60%;
}

.globe-text h3 {
    font-size: 36px;
    font-weight: 700 !important;
}

.numbers-box {
    margin-right: -50px
}

.numbers-box.v2 {
    margin-left: -50px;
    margin-right: 0;
}

.numbers-box h2 {
    font-size: 65px;
    font-weight: 700 !important
}

.apis-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    background: #fff;
    bottom: -200px;
    left: 0;
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);

}

.api-box {
    padding: 50px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    max-height:520px;
}

/* .api-box:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 42%;
    background: url(../img/svg/api1-bg.svg) no-repeat ;
    background-size: cover
} */
.api-box.v2:before {
    background: url(../img/svg/api2-bg.svg) no-repeat;
    height: 42%;
    background-size: 55%;
    background-position: right center;
}

@media (max-width: 991px) {
    .image {
        margin-bottom: 0px !important;
    }

    .image img {
        max-width: 77% !important
    }

    .numbers-box {
        margin-right: 0px
    }

    .numbers-box.v2 {
        margin-left: 0px
    }

    .clearfix-sp {
        clear: both;
    }

}

@media (max-width: 1200px) {
    .image {
        margin-bottom: -100px;
    }

    .image img {
        max-width: 90%
    }
}

.token-distribution {
    padding-bottom: 100px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .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;
}

.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: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.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: 0.06;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-wrapper .token-icon.img {
    opacity: 1
}

.info-wrapper .token-descr {
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    font-weight: 300;
    line-height: 1.25;
}

/* ##### steps Area CSS ##### */
.steps .item_single_content {
    background-image: linear-gradient(-177deg, #FCD3BB 7%, #F88691 90%, #F88691 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);
}

.steps .box-wrapper1 {
    padding-top: 50px
}

.steps .service_icon {
    width: 125px;
    height: 125px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 125px;
    border-radius: 50%;
}

.steps .item_single_content h6 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.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 p {
    color: #888
}

.steps .item_single_content.specialitem .service_icon {
    background-image: linear-gradient(-177deg, #FCD3BB 7%, #F88691 90%, #F88691 100%);
    top: -50px
}

/* ##### Service Area CSS ##### */

.service_single_content {
    position: relative;
    z-index: 1;
    transition: all .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 h6 {
    color: #fff
}

.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 {}

.pizza-prop li {
    padding: 5px 0
}

.pizza-prop p {
    display: inline-block;
    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;
}

.light-version .how .service_single_content {
    background: #fff
}

.how .service_icon {
    padding: 30px;
    position: relative;
    border: 2px solid #00dcd8;
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
    max-width: 140px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.how .service_icona {
    padding: 30px;
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 30px;
    border: 2px solid #eee;
    max-width: 140px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.how.v2 .service_icon {
    border-color: transparent;
    background-image: linear-gradient(to right, #ff9059 0, #fca336 100%)
}

@media (max-width: 992px) {
    .how {
        border-top: 1px solid #eee
    }
}

.how .service_icon .white-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.how .service_single_content:hover .service_icon {
    background: #fff
}

.how .service_single_content:hover .white-icon {
    visibility: hidden;
}

.service_icon .step-num {
    position: absolute;
    top: 0px;
    right: -10px;
    background: #21d397;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
}

.service_icon {
    margin-bottom: 30px;
    display: inline-block;
    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: 30px
}

.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;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 15px 14px 17px;
    color: #fff;
    overflow: hidden;
    transition: .2s ease-in-out;
    position: relative;
    text-align: left;
}

.feature_single_content.food {
    margin-bottom: 50px
}

.feature_single_content.food .service_img {
    overflow: hidden;
}

.feature_single_content.food .service_img img {
    transition: all .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 0;
    text-align: left;
}

.b-world__item-val-title {
    font: 400 10px 'Open Sans', sans-serif;
    margin-right: 10px;
}

.b-world__item-val-circles {
    display: inline-block;
}

.b-world__item-val-circles span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.b-world__item-val-circles span {
    background-color: #cb202d;
    fill: #cb202d;
}

.b-world__item-val-circles span.m-empty {
    border: 1px solid #dddddd;
    background: none !important;
}

.b-world__item-num {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 13px;
    font: 400 10px 'Open Sans', sans-serif;
    border: 1px solid #dddddd;
    margin-left: 10px;
}

.b-world__title {
    margin: 20px 0 25px 0;
    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;
    background-color: #fff;
    color: #cb202d;
    font-family: 'Great Vibes', cursive;
    font-size: 25px;
    line-height: 17px;
    font-style: italic;
    text-align: center;
    border-radius: 50%;
    box-shadow: 2px 3px;
    transition: 350ms ease-out;
}

.feature_single_content .service_img img {
    width: 100%
}

.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;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.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: #5785e8;
}

.foot-c-info {
    font-weight: 500;
    color: #42526e
}

/* ##### 6.0 CTA Area CSS ##### */

.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;
}

.cta-content-area {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

/*
* ----------------------------------------------------------------------------------------
*  START OURTEAM 2 STYLE
* ----------------------------------------------------------------------------------------
*/
.our-team {
    border: 1px solid #cea676;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.our-team .team_img {
    position: relative;
    overflow: hidden;
}

.our-team .team_img:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}

.our-team:hover .team_img:after {
    bottom: 0;
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .social {
    padding: 10px 0 10px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 30px;
    background: #cea676;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.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;
    background: #fff;
}

.our-team .title {
    margin: 0 0 25px 0;
    font: 600 16px 'Open Sans', sans-serif;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}

.our-team .title:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #cea676;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}

.our-team .title:after {
    content: "";
    width: 25px;
    height: 1px;
    background: #cea676;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}

.our-team:hover .title:before,
.our-team:hover .title:after {
    width: 50px;
}

.our-team .post {
    display: inline-block;
    font: 500 14px 'Open Sans', sans-serif;
    color: #666;
    text-transform: capitalize;
}

.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 #dd3333;
}

.our-team.ico-team .social {
    background: #ff6699
}

.our-team.ico-team .team-content {
    padding: 20px 0 30px
}

.our-partners .team-member {
    display: inline-block;
    padding: 10px;
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 0 0 30px 0;
    transition: all .4s ease-in-out;
    border: 2px solid #eaeaea
}

.our-partners .team-member:hover {
    cursor: pointer;
    border-color: #dd3333;
}

.half {
    width: 80px;
    height: 2px;
    background: #FFC107;
}

.who-we-contant.new {
    margin-right: -100px;
    padding: 50px;
    position: relative;
    padding-right: 100px;
    border: 10px solid #ba97f5;
    border-right: 0;
}

@media (max-width: 992px) {
    .who-we-contant.new {
        margin-right: 0;
        padding-right: 50px
    }
}

.who-we-contant.new:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 30%;
    top: 0;
    right: 0;
    background: #ba97f5
}

.seperator {
    width: 5px;
    background: #FFC107;
    text-align: center;
    height: 60%;
    margin: 0 auto
}

.icon-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%
}

.icon-icon img {
    max-width: 45px
}

.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(145deg, #A2F8E4 0, #4BC39D 100%);
}

.icon-icon.bg4 {
    background-image: linear-gradient(-12deg, #2a57d7 0, #9eeeff 100%);
}

/*
* ----------------------------------------------------------------------------------------
*  Documentaion STYLE
* ----------------------------------------------------------------------------------------
*/
.doc-box {
    position: relative;
    padding: 0 30px 30px;
    text-align: center;
    margin-bottom: 30px
}

.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 right, #14aff5, #23d0ec);
}

.indexed-label {
    background: url(../img/team-img/ico/doc-bg.html) no-repeat right center;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 60%
}

/*
* ----------------------------------------------------------------------------------------
*  compare STYLE
* ----------------------------------------------------------------------------------------
*/
.compare {
    position: relative;
    background-color: #2C225A;
    float: left;
    width: 100%;
    position: relative;
    background-image: url(../img/team-img/ico/ico-about-bg.html);
    background-size: 140%;
}

.compare.non {
    background: transparent;
}

.compare .vs-text {
    position: absolute;
    top: 55px;
    border-radius: 50%;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    background: rgba(7, 7, 52, 0.6);
    height: 50px;
    display: block;
    color: #fff;
    padding-top: 8px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.compare .title-box .title-center {
    color: #fff
}

.compare .title-box .description {
    color: #eaebfb
}

.compare-box {
    padding: 40px 30px 20px 30px;
    margin-bottom: 30px;
    background: #fff;
}

@media (max-width: 767px) {
    .compare-box {
        padding: 30px 20px 1px;
    }
}

.compare-box-right {
    background: rgba(1, 7, 53, 0.1);
    border-bottom-right-radius: 80px;
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
    background: linear-gradient(to right, #14aff5, #23d0ec);
    margin-bottom: 30px
}

.compare-box .compare-heading .title {
    display: block;
    color: #dd3333;
    font-size: 29px;
    padding-bottom: 20px;
}

.compare-box .compare-heading p {
    font-size: 18px;
    color: #444;
    margin: 0;
}

.unfeat-list li {
    width: 100%;
    margin-bottom: 10px;
}

.unfeat-list li .icon {
    border: 1px solid #333;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
}



.unfeat-list li .icon img {
    position: absolute;
    top: 50%;
    left: 0;
    -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 .icon i {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 16px;
    color: #333;
    -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: 10px;
}


.unfeat-list li .desc .title {
    display: block;width: 98%; padding:0 5px 2px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    
    line-height: 24px;
}
.unfeat-list li .desc .title:hover { width: 98%; border-radius:5px; padding:0 5px 2px;
     color:#dd3333;
}


.unfeat-list li .desc p {
    margin: 0;
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}

.progress.prog,
.progress.prog .progress-bar {
    min-height: 25px
}

@media (max-width: 767px) {
    .progress.prog {
        display: none;
    }
}

.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
}

/*
* ----------------------------------------------------------------------------------------
*  START Roadmap 2 STYLE
* ----------------------------------------------------------------------------------------
*/
.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 {
    position: relative
}

#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) {
    #section_5-slider-circle .data_cir-content div {
        width: 94%;
        font-size: 11px
    }
}

#section_5-slider-circle .data_cir:nth-child(2n+1) .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:nth-child(2n) .roadmap_content_info {
    margin-top: 20px
}

#section_5-slider-circle .data_cir:nth-child(2n+1) .roadmap_content_info {
    margin-bottom: 20px
}

#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(2n+1) .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(2n+1)::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;
    color: #222;
    color: #777;
    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%)
}

.form-block-rcl>.login-message {
    color: #fff;
}

#section_5-slider-circle .data_cir:nth-child(2n+1)::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
}

@media (max-width: 992px) {
    .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;
    }

    .section_5-content {
        padding-top: 0;
        padding-bottom: 0;
    }

    #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-slider-circle .data_cir {
        margin-top: 0px;
        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(2n+1) .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;
    }

    #section_5-slider-circle .data_cir::after {
        width: 70px;
    }

}


/*
* ----------------------------------------------------------------------------------------
*  START Roadmap STYLE
* ----------------------------------------------------------------------------------------
*/
.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
}

/*top circle */
.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);
}

/*vertival line */
.timeline-split .timeline::after {
    content: "";
    width: 2px;
    height: 4000px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    left: calc(50% - 1px);
    background: #25cbd3;
}

/*timeline block */
.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 .date {
    padding: 5px 10px;
    display: inline-block;
    background: #25cbd3;
    margin: 10px 0;
    color: #fff;
    font-size: 13px;
    border-radius: 15px;
}

.timeline .block .between {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
}

/*block marker */
.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 {
    left: -80px
}

/*left block */
.timeline-split .timeline .block.block-left {
    text-align: right;
}

.timeline-split .timeline .block.block-left::before {
    right: -80px;
}

.timeline .block p {
    margin-bottom: 0
}

/*right block */
.timeline-split .timeline .block.block-right {
    text-align: left;
    margin-left: 50%;
    margin-left: calc(50% + 74px);
}

.timeline-split .timeline .block.block-right::before {
    left: -80px;
}

/*decrease the timeline heading text */
@media (max-width: 992px) {
    .timeline-split .timeline {
        padding: 50px 20px;
    }

    .timeline-split .timeline h3 {
        font-size: 19px;
    }
}

/*change timeline layout to fit tiny screen size */
@media (max-width: 992px) {
    .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::before {
        left: -15px;
    }

    .timeline-split .timeline .block.block-left {
        text-align: left;
    }

    .timeline-split .timeline .block.block-right {
        margin-left: 0;
    }

    .timeline-split .timeline .block.block-right::before {
        left: -15px;
    }

    .mt-30 {
        margin-top: 30px
    }
}


/* Roadmap style 2*/

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #00e0c4;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #00e0c4;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0;
    font-size: 14px;
    color: #d8d0d0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

.main-timeline .timeline:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }

    .main-timeline .date-content:before {
        width: 22.5%
    }

    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }

    .main-timeline .title {
        font-size: 17px
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }

    .main-timeline .timeline {
        margin-bottom: 30px
    }

    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }

    .main-timeline .icon {
        margin: auto 0
    }

    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }

    .main-timeline .date-content:before {
        display: none
    }

    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }

    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }

    .main-timeline .date {
        top: 30%
    }

    .main-timeline .year {
        font-size: 24px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }

    .main-timeline .title {
        margin-bottom: 10px
    }
}

.d-sec {
    background: #2C225A;
}

/* ##### 7.0 Video Area CSS ##### */

.mfp-wrap {
    z-index: 6000;
}

.mfp-bg {
    z-index: 5500;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding-right: 0;
}

.mfp-iframe-holder .mfp-close {
    top: 0;
}

/* ##### 9.0 Gallry Item Area CSS ##### */

.single_gallery_item {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    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, 0.8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 30px;
    text-align: center;
}

.single_gallery_item:hover .gallery-hover-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.portfolio-menu button {
    line-height: 1;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.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-more-view>a {
    color: #fff;
}

.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;
}

/* ##### 10.0 Cool Fact Area CSS ##### */

.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;
    margin-bottom: 30px;
}


.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;
    text-transform: uppercase;
}

/*** 

====================================================================
    Facts
====================================================================

 ***/
.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: 0px 0px 5px 5px;
    border-top: none;
}

.fact-box .inner:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    border-bottom: 2px solid #2ec8a6;
}

.fact-box .inner::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    border-bottom: 2px solid #2ec8a6;
}

.fact-box .icon-box {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 48px;
    font-size: 42px;
}

.fact-box .content {
    position: relative;
}

.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;
}

@media (max-width:992px) {
    .fact-box-sm {
        margin-top: 60px !important
    }
}

@media (max-width:767px) {
    .fact-box-xs {
        margin-top: 60px !important
    }
}



/* ##### 11.0 Price Table Area CSS ##### */

.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, 0.15);
}

.price_table_text {
    margin-bottom: 45px;
}

.price_table_text>h5 {
    font-size: 18px;
    text-transform: uppercase;
    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;
}

.table_text_details>p {
    margin-bottom: 20px;
}

/* ##### 12.0 testimonial Area CSS ##### */
.single-testimonial {
    border-radius: 15px;
    border: 1px solid #eee;
    position: relative;
    margin: 0 15px;
    overflow: hidden;
    padding: 30px 20px;
    background: url(../img/core-img/cards-bg.png), #fff;
}

.icon_wrapper:after {
    content: '';
    border-right: 120px solid transparent;
    border-top: 120px solid #2ec8a6;
    position: absolute;
    left: 0px;
    top: 0px;
}

.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: 0px;
    bottom: 0px;
}

.icon_foot img {
    top: 20px;
    left: 12px;
    max-width: 41px;
    color: #fff;
    z-index: 3;
    position: absolute;
}

.icon_foot i {
    bottom: 12px;
    right: 8px;
    color: #fff;
    font-size: 28px;
    z-index: 3;
    position: absolute;
    transition: all .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: 500ms;
    transition-duration: 500ms;
}

.testimonial_image {
    height: 100px;
    width: 100px;
    margin: auto;
}

.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;
}

.client_slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.client_slides .owl-dot {
    margin: 0 5px;
    line-height: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.client_slides .owl-dot.active {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

/* ##### 13.0 Team Area CSS ##### */

.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;
    margin-bottom: 20px;
}

.team-member-thumb.hos {
    overflow: hidden;
    width: auto;
    height: auto;
    border: 1px solid #eee;
    background: #fff;
    padding-top: 10px;
    border-bottom: 0;
    border-radius: 0;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0px;
    transition: all .4s ease-in-out;
}

.team-member-thumb.hos:hover {
    border-color: #5785e8
}

.team-info h5 {
    color: #7057f9;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}

.team-info p {
    color: #a592b4;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
}

.team-social-icon {
    text-align: center;
    position: absolute;
    top: 20px;
    right: 4%;
}

.team-social-icon a {
    font-size: 22px;
    margin-top: 10px;
    width: 80px;
    height: 80px;
    background: url(../img/svg/diamond-shape.html) no-repeat center center;
    background-size: contain;
    line-height: 70px;
    display: inline-block;
}

/*
* ----------------------------------------------------------------------------------------
*  START Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/

.subscribe-wrapper {
    padding: 60px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 10px 80px rgba(15, 62, 153, .3);
}

.subscribe {
    position: relative;
}

.subscribe .section-heading>p {
    color: #eee
}

.subscribe .section-heading {
    margin-bottom: 30px
}

.subscribe .service-text {
    padding-top: 0
}

.subscribe .title-box {
    margin-bottom: 30px
}

.telegram-text {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    z-index: 2
}

.social-list {
    display: inline-block;
    margin-bottom: 0;
    height: 40px;
    position: relative;
    z-index: 2;
}

.social-list li {
    float: left;
    padding: 0 14px
}

.social-list li a {
    font-size: 34px;
    color: #fff;
    opacity: .8
}

.social-list li a:hover {
    opacity: 1
}

.subscribe .buy-tokens i {
    margin-right: 10px
}

.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;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    z-index: 2;
    line-height: 1.25;
    color: #25cbd3;
    background: #fff;
    border: 0 solid;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    box-shadow: 0 3px 21px 4px rgba(41, 41, 58, 0.2);
}

.button:hover {
    background: #25cbd3;
    color: #fff
}

.button i {
    margin-right: 10px
}

/*** 

====================================================================
    What we do
====================================================================

 ***/
.what-we-do {
    position: relative;
}

@media(max-width: 767px) {
    .what-we-do {
        padding-bottom: 50px
    }
}

.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%;
}

.what-we-do .outer .header-wraperumn {
    float: right;
}

.service-box-three {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.what-we-do .outer .service-box-three {
    margin-bottom: 50px;
}

.what-we-do .outer .service-box-three:first-child {
    left: 0px;
    top: 10px;
}

.what-we-do .outer .service-box-three:last-child {
    margin-bottom: 0px;
    left: 0px;
    top: 0px;
}

.service-box-three .inner-box {
    position: relative;
    display: block;
    text-align: right;
    padding-right: 110px;
}

.service-box-three .icon-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 58px;
    color: #fff !important;
    font-size: 30px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #7450fe 0%, #21d397 100%);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-box-three.v2 .icon-box {
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%)
}

.service-box-three .icon-box img {
    max-width: 35px;
    top: 25%;
    position: relative;
    transform: translateY(-50%);
}

.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: #333;
}

.service-box-three .text {
    position: relative;
    line-height: 1.7em;
    color: #888
}

.service-box-four {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.what-we-do .outer .service-box-four {
    margin-bottom: 50px;
}


.what-we-do .outer .service-box-four:last-child {
    margin-bottom: 0px;
    top: 0px;
}

.service-box-four .inner-box {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 110px;
}

.service-box-four .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 58px;
    color: #fff !important;
    font-size: 30px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #7450fe 0%, #21d397 100%);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-box-four.v2 .icon-box {
    background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%)
}

.service-box-four .icon-box img {
    max-width: 35px;
    top: 25%;
    position: relative;
    transform: translateY(-50%);
}

.service-box-four h3 {
    position: relative;
    line-height: 1.6em;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-box-four h3 a {
    position: relative;
    color: #333;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-box-four .text {
    position: relative;
    line-height: 1.7em;
    color: #888
}

@media (min-width: 1200px) {
    .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: aliceblue
    }

    .extended.v2:before {
        background: linear-gradient(90deg, #5f36ff 0, #b719f6 100%);
        border-radius: 15px
    }
}

@media only screen and (max-width: 1200px) {
    .what-we-do .outer .inner-circle {
        display: none;
    }

    .what-we-do .outer .service-box-three:first-child,
    .what-we-do .outer .service-box-three:last-child,
    .what-we-do .outer .service-box-four:first-child,
    .what-we-do .outer .service-box-four:last-child {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {

    .what-we-do .outer:before,
    .what-we-do .outer:after {
        display: none;
    }

    .what-we-do .outer .service-box-three,
    .what-we-do .outer .service-box-four {
        padding: 0 20px
    }

    .what-we-do .outer .service-box-three:last-child,
    .what-we-do .outer .service-box-four:last-child,
    .what-we-do .outer .service-box-three,
    .what-we-do .outer .service-box-four {
        margin-bottom: 50px;
    }

    .service-box-three .inner-box,
    .service-box-four .inner-box {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .service-box-three .icon-box,
    .service-box-four .icon-box {
        position: relative;
        display: block;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0 auto 30px;
    }
}

/* Featured MEal*/
.featured-meal-wrapper {
    position: relative;
}

@media (min-width: 1200px) {
    .meal-pic {
        margin-left: -150px;
        max-width: 120%;
    }

    .featured-meal-desc .row.special-width {
        max-width: 70%
    }
}

@media (max-width: 767px) {
    .featured-meal-wrapper .featured-bg {
        max-width: 110%;
    }
}

@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;
}

.featured-meal-desc p {
    max-width: 60%
}

/* ##### 14.0 Our Blog Area CSS ##### */

.news .news-post {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px #DFDFDF;
    -moz-box-shadow: 0px 0px 20px #DFDFDF;
    -ms-box-shadow: 0px 0px 20px #DFDFDF;
    -o-box-shadow: 0px 0px 20px #DFDFDF;
    box-shadow: 0px 0px 20px #DFDFDF;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news .news-post img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news .news-post:hover img,
.news .news-post:focus 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: rgba(0, 0, 0, 0.3);
    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: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    /* *display: inline; */
}

.news .news-post .news-post-image .news-category>a:hover {
    background: transparent;
    border: 1px solid #fff;
}

.news .news-post .news-post-image .news-category>a:hover,
.news .news-post .news-post-image .news-category>a:active,
.news .news-post .news-post-image .news-category>a:focus {
    text-decoration: none;
}

.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 h3 a:hover,
.news .news-post .news-post-text h3 a:active,
.news .news-post .news-post-text h3 a:focus {
    text-decoration: none;
}

.news .news-post .news-post-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #a6a6a6;
}

.news .news-post .news-post-text p:last-child {
    margin-bottom: 0 !important;
}

.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,
.news .news-post .news-post-meta a:active,
.news .news-post .news-post-meta a:focus {
    text-decoration: none;
}

.news .news-post .news-post-meta a:hover {
    color: #3b61b9;
}

/*------------------------------------------*/
/*	 SCHEDULE TABS NAVIGATION
/*------------------------------------------*/

.nav-tabs {
    margin-bottom: 60px;
}

.bg-dark .nav-tabs {
    border-color: #666;
}

.nav {
    width: 100%;
}

.nav-tabs .nav-link {
    color: #999;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0;
    border: none;
    padding: 0.85rem 0;
}

.nav-tabs.red-nav .nav-link.active,
.nav-tabs.red-nav .nav-item.show .nav-link {
    color: #fff;
    background-color: #dd3333;
}

.nav-tabs.yellow-nav .nav-link.active,
.nav-tabs.yelloe-nav .nav-item.show .nav-link {
    color: #333;
    background-color: #feca16;
}

.nav-tabs.grey-nav .nav-link.active,
.nav-tabs.grey-nav .nav-item.show .nav-link {
    color: #333;
    background-color: #ccc;
}

/*------------------------------------------*/
/*	 SCHEDULE TABS CONTENT
 /*------------------------------------------*/

.schedule-event {
    margin-bottom: 15px;
}

/*------------------------------------------*/
/*	  Event Time
 /*------------------------------------------*/

.event-time span {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    display: block;
    padding-left: 10px;
}

/*------------------------------------------*/
/*	  Session Description
 /*------------------------------------------*/

.event-description {
    padding-left: 0;
}

.event-description h4 {
    margin-bottom: 7px;
}

.event-description a {
    color: #dd3333
}

.event-description p.event-speaker {
    color: #757575;
    margin-bottom: 0;
}

.bg-dark .event-description p.event-speaker {
    color: #ddd;
}

.event-description p.p-small {
    color: #777;
    line-height: 1.3;
    margin-top: 8px;
}

.bg-dark .event-description p.p-small {
    color: #aaa;
}

.event-description hr {
    border-color: #ccc;
    margin-top: 25px;
    margin-right: 25px;
}

.bg-dark .event-description hr {
    border-color: #666;
}

.single-blog-area {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.post-meta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-transform: uppercase;
}

.post-meta p a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 30px;
}

.post-title {
    margin-bottom: 20px;
    display: block;
}

.blog_thumbnail img {
    width: 100%;
}

.single-blog-area blockquote {
    background-color: rgba(78, 60, 179, .3);
    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 #9b31ad;
    border-bottom: 1px solid #9b31ad;
    padding-top: 50px;
    padding-bottom: 50px;
}

.comment_area .title {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content {
        padding: 20px 15px;
    }
}

.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%;
}

@media only screen and (max-width: 767px) {
    .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;
    }
}

.more-info {
    color: #2ec8a6;
}

.comment_area .comment-content .comment-author img {
    border-radius: 50%;
}

.comment_area .comment-content .comment-meta {
    margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-date {
    color: #7450fe;
    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: #222;
}

.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: #7450fe;
    font-weight: bold;
    text-transform: uppercase;
}

.comment_area .single_comment_area {
    margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
    margin-bottom: 0;
}

.comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .comment_area .children .single_comment_area {
        margin-left: 15px;
    }
}

.single_comment_area .children .single_comment_area .comment-meta {
    margin-bottom: 0;
}


/* ##### Contact Area CSS ##### */

.group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.group input,
.group textarea {
    font-size: 16px;
   /*  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, 0.2);
}

.group input:focus,
.group textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.group label {
    color: #fff;

    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 14px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 0;
}

.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before,
.group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

.group textarea {
    height: 130px;
}

/* Form Active State */

.group input:focus~label,
.group textarea:focus~label,
.group input:valid~label,
.group textarea:valid~label {
    top: -17px;
    font-size: 12px;
    color: #fff;
}

.group input:focus~.bar:before,
.group textarea:focus~.bar:before,
.group input:focus~.bar:after,
.group textarea:focus~.bar:after {
    width: 50%;
    background-color: #fff;
}

input:required,
textarea:required {
    box-shadow: none !important;
}

/* ##### Footer Area ##### */

.footer-area {
    position: relative;
    z-index: 1;
    padding: 0;
}

.footer-content-area {
    padding: 80px 0;
    background: #333 !important;
}

.footer-content-area.demo {
    margin-top: 70px
}

.footer-logo {
    margin-bottom: 35px
}

.footer-logo a {
    color: #fff;
    font-size: 28px
}

.footer-logo img {
    /* width: 40px; */ margin-top: -12px;
}

.footer-side-thumbnail {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: top center;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.copywrite_text>p {
    margin-bottom: 10px;
    color: #ddd !important;
    font-size: 15px; text-align: justify;
}

.contact_info_area .contact_info p {
    color: #ddd
}
.contact_info_area .contact_info i.fa  {
    color: #dc3545; margin-right: 5px; font-size:18px;
}

.copywrite_text>p>a {
    color: #fff;
}

.footer-social-info a i {
    font-size: 16px;
    color: #fff;
   /*  margin-right: 15px; */
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    line-height: 45px;
}

.footer-social-info a i:hover {
    color: #4a7aec;
}

.footer-social-info a i.fa-twitter:hover {
    color:#1DA1F2;
}
.footer-social-info a i.fa-google-plus:hover {
    color:#dd4b39;
}
.footer-social-info a i.fa-instagram:hover {
    color:#ee2a7b;
}
.footer-social-info a i.fa-linkedin:hover {
    color:#0A66C2;
}

.contact_info_area .contact_info {
    text-align: left !important;
}


.contact_info_area .contact_info h5 {
    font-size: 24px;   font-weight: normal; color: #fff !important; margin-bottom: 25px; position: relative;
}
.contact_info_area .contact_info h5:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background-color: #dd3333;
    content: '';
}

.contact_info_area .contact_info p {
    margin-bottom: 8px;
    font-size: 15px;
}

.contact_info_area .contact_info a:hover p {
    color: #dd3333;
}


/* ##### Breadcumb Area ##### */

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 400px !important;
}

.breadcumb-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}

.breadcumb--con {
    padding-top: 90px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    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: #192057;
    background-color: transparent;
    border: 1px solid #192057;
    margin: 0 2px;
}

.page-link:hover {
    border: 1px solid #192057
}

/* ##### Sidebar CSS ##### */

.search-widget-area form {
    position: relative;
    z-index: 1;
}

.search-widget-area form input {
    width: 100%;
    height: 45px;
    border: 2px solid rgb(25, 32, 87);
    background-color: transparent;
    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: 2px solid #9b31ad;
    padding: 0 0 5px 0;
}

.dont-miss-post-content>a {
    font-size: 16px;
    color: #222;
    display: block;
    margin-top: 15px;
}

.dont-miss-post-content>span {
    font-size: 12px;
    color: #7450fe;
    display: block;
    text-transform: uppercase;
}

.subscribe-form input {
    width: 100%;
    height: 45px;
    border-radius: 45px;
    border: 1px solid rgb(25, 32, 87);
    padding: 0 20px;
    font-size: 12px;
    font-style: italic;
    color: #fff;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}

.subscribe-form button {
    width: 100%;
    height: 45px;
    border-radius: 45px;
    border: none;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

/* ##### Timeline CSS ##### */

.timelineBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
}

.timelineHeader {
    padding: 32px;
    padding: 32px;
    padding: 2rem;
    background: #e91e63;
    position: relative;
    z-index: 3;
}

.timelineHeader h3 {
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    margin: 0;
}

.timelineHeader h3+span {
    font-size: 19.2px;
    font-size: 19.2px;
    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 li:last-child {
    margin-bottom: 0;
}

.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 .timelineDate p {
    color: #25cbd3;
}

.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 h6 {
    color: #fff;
}

.timelineBody .timeline .timelineWork span {
    display: block;
    color: #bdbdbd;
    font-size: 13px;
}



.lock {
    position: relative;
    overflow: hidden;
}

.lock img {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 0px 20px;
}

.lock img:first-child {
    margin-left: 0;
}

.lock .ball {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 38px 4px 0 4px;
    vertical-align: middle;
    display: inline-block;
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1666ed', endColorstr='#57c6f3', GradientType=1);
}

.lock .ball.ball_blue {
    background: #22047a;
}

.hero-section .lock .ball {
    margin-top: 25px
}

.hero-section .lock .ball.ball_blue {
    background: #eee;
}

/*
================================================
   Map style
================================================
*/

.spread-map {
    overflow: hidden;
}

.spread-map .sec-title {
    margin-bottom: 0
}

.spread-map .counter-container {
    margin-top: 20px
}

@media (max-width: 767px) {
    .spread-map .map-container {
        margin-top: 30px
    }

    .token-allocation .visa {
        margin-bottom: 30px
    }
}

.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;
}

/*
================================================
   map section style
================================================
*/
.download {
    position: relative;
    background-image: url(../img/svg/download-bg2.html), url(../img/svg/download-bg3.html), -webkit-linear-gradient(-73deg, #d787f5, #3634bb);
    background-size: 894px 660px, 1005px 663px, 100%;
    box-shadow: rgba(6, 28, 66, 0.1) 0px 20px 40px;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: calc(50% - 370px) 50%, calc(50% - 455px) 50%, center center;
}

@media (max-width: 992px) {
    .download {
        margin-top: 0px;
        background-image: url(../img/svg/download-bg2.html), -webkit-linear-gradient(-73deg, #d787f5, #3634bb);
        ;
        background-size: 100%, 100%;
        padding: 100px 0px;
        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
}

.spread-map .map-container {
    position: relative;
}

.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: pulse 0.6s infinite alternate;
    animation: pulse 0.6s infinite alternate;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.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: transparent;
    opacity: 0;
    margin: 0 0 20px -150px;
    cursor: default;
    pointer-events: none;
    font-family: 'open-sans', cursive;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.indicator:hover .indicator-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.indicator-content span {
    display: block;
}

.indicator-text {
    border-bottom: 3px solid #ffb426;
    overflow: hidden;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.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 0.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
}

.s-list span.fa {
    font-size: 16px;
    color: #5892f5;
    margin-right: 10px;
}

.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
}

/*
* ----------------------------------------------------------------------------------------
*  START counter-down STYLE
* ----------------------------------------------------------------------------------------
*/
.ico-counter {
    background-image: -webkit-linear-gradient(73deg, #d787f5, #3634bb);
    background-image: linear-gradient(73deg, #d787f5, #3634bb);
    padding: 45px 40px;
    border-radius: 20px
}

@media (max-width: 767px) {
    .ico-counter {
        padding: 45px 15px;
    }
}

.ico-counter .dream-btn {
    min-width: 205px
}

.counter-down {
    position: relative;
}

.conuter-header {
    overflow: hidden;
    position: relative;
}

.timer-body-block {
    display: flex
}

.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: #ffffff;
}

.count-down .tab-metr {
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
}

.video-demo-prev {
    display: inline-block;
}

@media (max-width: 480px) {
    .count-down .tab-metr {
        font-size: 14px
    }

    .welcome-content h1 {
        font-size: 30px;
        line-height: 1.5 !important
    }

    .welcome-content .cd-headline {
        min-height: 140px
    }

    .margined {
        margin-top: 100px
    }

    .icon-icon {
        position: relative;
        margin-bottom: 20px
    }
}

@media (max-width: 420px) {
    .video-demo-prev {
        margin-top: 20px
    }
}

.conuter-header h3 {
    font-weight: 600;
    font-size: 24px;
    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 {
    font-size: 24px;
    font-weight: 600;
    padding-left: 10px;
    color: #fff;
}

.btc-earning {
    font-size: 24px;
    font-weight: 600;
    padding-right: 45px;
    color: #fff;
    position: relative;
}

.ico-sales-status {
    overflow: hidden;
}

.ico-sales-status p {
    font-size: 12px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62)
}

.btc-earning span {
    font-size: 13px;
    font-weight: bold;
    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
}

.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;
    display: inline-block;
}

.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 {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: .3s;
    right: 15px;
    width: 27px;
    height: 34px;
    background: url(../img/svg/pdf.html) 50% no-repeat;
    background-size: contain;
}

.doc-element:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: .3s;
    right: 15px;
    width: 27px;
    height: 30px;
    background: url(../img/svg/view.html) 50% no-repeat;
    background-size: contain;
    opacity: 0;
}

.doc-element .document-entry .title {
    font-size: 14px;
    color: #fff;
    line-height: 1.35;
}

.doc-element:hover {
    background-color: #25cbd3;
}

.doc-element:hover:after {
    opacity: 1;
}

.ico-info-table {
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
    -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
}

/* ##### Accordians CSS ##### */

.dream-faq-area dl {
    width: 100%;
}

.dream-faq-area dt {
    cursor: pointer;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

.dream-faq-area dt:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dream-faq-area dd {
    margin: 0;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dream-faq-area.hos dd {
    margin: -15px 30px 15px;
    padding: 15px 25px 0px;
    background: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ##### Button Effects ##### */

.ripple {
    position: absolute;
    height: .25em;
    width: .25em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform-origin: center 50%;
    transform-origin: center 50%;
    -webkit-transition: opacity 1.6s;
    transition: opacity 1.6s;
    -webkit-animation: ripple 1.6s;
    animation: ripple 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ripple-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-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);
    }
}

/* ##### Animated Headline CSS ##### */

.cd-intro.default-title>h2 {
    font-size: 50px;
}

.cd-headline.clip b,
.cd-words-wrapper b {
    font-weight: 500;
}

.cd-headline {
    font-weight: 500;
}

/* ##### particless CSS ##### */

#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 Version CSS ##### */

.snow-content-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.fullwidth {
    width: 100vw !important;
    height: 100vh !important;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .welcome_area.ico {
        height: 1200px !important
    }
}

/* ##### Slider Area CSS ##### */

.welcome_area .welcome_slides .owl-prev,
.welcome_area .welcome_slides .owl-next {
    color: #fff;
    font-size: 24px;
    left: -100px;
    margin-top: -44px;
    position: absolute;
    text-align: center;
    top: calc(50% + 90px);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    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;
}

/* ##### Flying Bird CSS ##### */

.bird {
    background-size: cover;
    width: 352px;
    height: 500px;
    -webkit-animation: fly-cycle 1s -0.5s steps(10) infinite;
    animation: fly-cycle 1s -0.5s steps(10) infinite;
}

@-webkit-keyframes fly-cycle {
    100% {
        background-position: -3600px 0;
    }
}

@keyframes fly-cycle {
    100% {
        background-position: -3600px 0;
    }
}

.bird {
    position: absolute;
    top: 23%;
    left: 10%;
    z-index: -1;
}

/* ##### Subscribe form area CSS ##### */

.welcome-content .subscribe-email {
    width: 70%;
    height: 55px;
    border: none;
    padding: 0 25px;
    border-radius: 8px;
    font-size: 12px;
    font-style: italic;
}

/* ##### Light Version CSS ##### */

body.light-version {
    background: #fff !important;
}

.light-version p {
    color: #212529;
}

.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version h6,
.light-version .growing-company p .counter,
.light-version .service_single_content .service_icon i,
.light-version .portfolio-menu button,
.light-version .post-meta p a,
/* .light-version .group label,
.light-version input:focus~label,
.light-version textarea:focus~label,
.light-version input:valid~label,
.light-version textarea:valid~label, */
.light-version .copywrite_text>p>a {
    color: #dd3333 ;
}

.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.v2 {
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%)
}

.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, 0.1);
}

.light-version .single-mission h6,
.light-version .single-mission p,
.light-version .welcome-content h2,
.light-version .cool_fact_detail h3,
.light-version .cool_fact_detail h2,
.light-version .cta-content h2,
.light-version .cta-content p,
.contact_info_area .contact_info h5 {
    color: #fff;
}

.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 .single-team-member.v2:after {
    background: #f4f9ff
}

.light-version .faq-timeline-area {
    background: url('../img/bg-img/bread-bg.png') no-repeat center center;
    background-size: cover
}

.light-version .trust-item {
    border: 1px solid #ddd
}

.light-version #scrollUp {
    color: #dd3333;
}

.light-version .subscribe h2,
.light-version .demo-video h2,
.light-version .subscribe .group label,
.light-version .subscribe .group input {
    color: #fff
}

.light-version .subscribe .group input {
    border-bottom-color: rgba(255, 255, 255, 0.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(../img/core-img/cards-bg.png);
    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;
}

.light-version .service_single_content p {
    margin-bottom: 0
}

.light-version .services-block-four .inner-box h3 a {
    color: #222
}

.token .service_single_content {
    background-image: none;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
    background: none
}

.token .service_single_content .service_icon {}

.token.v2 .service_single_content .service_icon {
    max-width: 60px;
    height: 60px;
    box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.54)
}

.token .service_single_content .service_icon img {
    height: 100%
}

.fuel-features {
    position: relative;
    overflow: hidden;
}

.fuel-features:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    background: #f4f9ff;
    z-index: -1
}

.fuel-features .container.has-shadow {
    padding: 50px 30px 20px;
    background: #fff
}

.light-version #scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #dd3333;
    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: #dd3333 !important; */
    border-bottom: 2px solid #dd3333;
}

.contact_form.green {
    padding: 50px;
    background: #2ec8a6;
}

.light-version .group input:focus~.bar:before,
.light-version .group textarea:focus~.bar:before,
.light-version .group input:focus~.bar:after,
.light-version .group textarea:focus~.bar:after {
    background-color: #222;
}

.light-version .client_slides .owl-dot {
    color: #222;
    background-color: transparent;
}

.light-version .client_slides .owl-dot.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.res-features .client_slides .owl-dot {
    color: #222;
    background-color: #fff;
}

.res-features .client_slides .owl-dot.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: tan
}

.res-features .single-testimonial {
    background: #fff
}

.res-features .icon_wrapper:after {
    border-top-color: #cea676
}

/* demo page */
.demo-item {
    -webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
    transition: all .3s ease-in;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px
}

.ico-video video {
    width: 135%;
    margin-left: -60px;
}

@media (min-width: 1200px) {
    .demo .container {
        max-width: 1280px;
    }

    .spec-ml {
        margin-left: -120px
    }

    .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 {
    position: relative;
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
    font-weight: 700;
    color: #673AB7;
    text-transform: uppercase;
    border: 1px solid #673AB7;
}

.preview-demo i {
    margin-left: 10px
}

.preview-demo:hover {
    color: #333
}


@-webkit-keyframes floater-body {
    0% {
        transform: translate3d(0px, 0px, 0px) rotate(0);
    }

    50% {
        transform: translate3d(0px, -5px, 0px) rotate(-3deg);
    }

    100% {
        transform: translate3d(0px, 0px, 0px) rotate(0);
    }
}

@keyframes floater-body {
    0% {
        transform: translate3d(0px, 0px, 0px) rotate(0);
    }

    50% {
        transform: translate3d(0px, -5px, 0px) rotate(-3deg);
    }

    100% {
        transform: translate3d(0px, 0px, 0px) rotate(0);
    }
}

@-webkit-keyframes floater-body-2 {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, -4px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes floater-body-2 {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, -4px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes tapmove {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(15px, 0px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes tapmove {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(15px, 0px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes tapbodymove {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes tapbodymove {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes hands {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes hands {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes bodymove {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes bodymove {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes floater {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, -20px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes floater {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, -20px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes floater-2 {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, -10px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes floater-2 {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    50% {
        transform: translate3d(0px, -10px, 0px);
    }

    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes bar {
    0% {
        transform: scaleY(1);
    }

    30% {
        transform: scaleY(0.6);
    }

    60% {
        transform: scaleY(0.8);
    }

    80% {
        transform: scaleY(0.5);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes bar {
    0% {
        transform: scaleY(1);
    }

    30% {
        transform: scaleY(0.6);
    }

    60% {
        transform: scaleY(0.8);
    }

    80% {
        transform: scaleY(0.5);
    }

    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes shot-1 {
    0% {
        transform: translateX(0) translateY(0) rotate(-75deg);
        opacity: 0;
    }

    80% {
        transform: translateX(0) translateY(0) rotate(-75deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(-230px) translateY(-65px) rotate(-75deg);
        opacity: 0;
    }
}

@keyframes shot-1 {
    0% {
        transform: translateX(0) translateY(0) rotate(-75deg);
        opacity: 0;
    }

    80% {
        transform: translateX(0) translateY(0) rotate(-75deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(-230px) translateY(-65px) rotate(-75deg);
        opacity: 0;
    }
}

@-webkit-keyframes shot-2 {
    0% {
        transform: translateX(0) translateY(0) rotate(-90deg);
        opacity: 0;
    }

    80% {
        transform: translateX(0) translateY(0) rotate(-90deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(-230px) translateY(0) rotate(-90deg);
        opacity: 0;
    }
}

@keyframes shot-2 {
    0% {
        transform: translateX(0) translateY(0) rotate(-90deg);
        opacity: 0;
    }

    80% {
        transform: translateX(0) translateY(0) rotate(-90deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(-230px) translateY(0) rotate(-90deg);
        opacity: 0;
    }
}

@-webkit-keyframes shot-3 {
    0% {
        transform: translateX(0) translateY(0) rotate(-105deg);
        opacity: 0;
    }

    75% {
        transform: translateX(0) translateY(0) rotate(-105deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(-230px) translateY(65px) rotate(-105deg);
        opacity: 0;
    }
}

@keyframes shot-3 {
    0% {
        transform: translateX(0) translateY(0) rotate(-105deg);
        opacity: 0;
    }

    75% {
        transform: translateX(0) translateY(0) rotate(-105deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(-230px) translateY(65px) rotate(-105deg);
        opacity: 0;
    }
}

@-webkit-keyframes shot-4 {
    0% {
        transform: translateX(0) translateY(0) rotate(65deg);
        opacity: 0;
    }

    75% {
        transform: translateX(0) translateY(0) rotate(65deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(75px) translateY(-48px) rotate(65deg);
        opacity: 0;
    }
}

@keyframes shot-4 {
    0% {
        transform: translateX(0) translateY(0) rotate(65deg);
        opacity: 0;
    }

    75% {
        transform: translateX(0) translateY(0) rotate(65deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(75px) translateY(-48px) rotate(65deg);
        opacity: 0;
    }
}

@-webkit-keyframes shot-5 {
    0% {
        transform: translateX(0) translateY(0) rotate(90deg);
        opacity: 0;
    }

    75% {
        transform: translateX(0) translateY(0) rotate(90deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(150px) translateY(10px) rotate(90deg);
        opacity: 0;
    }
}

@keyframes shot-5 {
    0% {
        transform: translateX(0) translateY(0) rotate(90deg);
        opacity: 0;
    }

    75% {
        transform: translateX(0) translateY(0) rotate(90deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(150px) translateY(10px) rotate(90deg);
        opacity: 0;
    }
}

@-webkit-keyframes shot-6 {
    0% {
        transform: translateX(0) translateY(0) rotate(105deg);
        opacity: 0;
    }

    80% {
        transform: translateX(0) translateY(0) rotate(105deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(200px) translateY(60px) rotate(105deg);
        opacity: 0;
    }
}

@keyframes shot-6 {
    0% {
        transform: translateX(0) translateY(0) rotate(105deg);
        opacity: 0;
    }

    80% {
        transform: translateX(0) translateY(0) rotate(105deg);
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(200px) translateY(60px) rotate(105deg);
        opacity: 0;
    }
}

@-webkit-keyframes blink-1 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blink-1 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink-2 {
    20% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blink-2 {
    20% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink-3 {
    40% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blink-3 {
    40% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cloudmove-1 {
    0% {
        transform: translate3d(-50px, 40px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(-50px, 40px, 0px);
    }
}

@keyframes cloudmove-1 {
    0% {
        transform: translate3d(-50px, 40px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(-50px, 40px, 0px);
    }
}

@-webkit-keyframes cloudmove-2 {
    0% {
        transform: translate3d(40px, 20px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(40px, 20px, 0px);
    }
}

@keyframes cloudmove-2 {
    0% {
        transform: translate3d(40px, 20px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(40px, 20px, 0px);
    }
}

@-webkit-keyframes cloudmove-3 {
    0% {
        transform: translate3d(40px, 20px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(40px, 20px, 0px);
    }
}

@keyframes cloudmove-3 {
    0% {
        transform: translate3d(-50px, 40px, 0px);
    }

    50% {
        transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(-50px, 40px, 0px);
    }
}

@-webkit-keyframes rain {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(100px);
        opacity: 0;
    }
}

@keyframes rain {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(100px);
        opacity: 0;
    }
}

@-webkit-keyframes cloudmove {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(800px, 0px, 0px);
    }
}

@keyframes cloudmove {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }

    100% {
        transform: translate3d(800px, 0px, 0px);
    }
}

@-webkit-keyframes lever {
    0% {
        transform: rotate(0);
    }

    70% {
        transform: rotate(0);
    }

    80% {
        transform: rotate(30deg);
    }

    90% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes lever {
    0% {
        transform: rotate(0);
    }

    70% {
        transform: rotate(0);
    }

    80% {
        transform: rotate(30deg);
    }

    90% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes playmove {
    0% {
        transform: translateY(40%);
        opacity: 0;
    }

    30% {
        transform: translateY(40%);
        opacity: 0;
    }

    40% {
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        transform: translateY(0);
        opacity: 1;
    }

    80% {
        transform: translateY(-40%);
        opacity: 0;
    }

    100% {
        transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes playmove {
    0% {
        transform: translateY(40%);
        opacity: 0;
    }

    30% {
        transform: translateY(40%);
        opacity: 0;
    }

    40% {
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        transform: translateY(0);
        opacity: 1;
    }

    80% {
        transform: translateY(-40%);
        opacity: 0;
    }

    100% {
        transform: translateY(40%);
        opacity: 0;
    }
}


@keyframes bounceIn {

    0%,
    2%,
    4%,
    6%,
    8%,
    10% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    2% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }

    4% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    6% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    8% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    10% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounceIn {

    0%,
    2%,
    4%,
    6%,
    8%,
    10% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    2% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }

    4% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    6% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    8% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    10% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* END ANIMATIONS */



/* Updated CSS */
@media (max-width: 700px) and (min-width: 374px) {
    .more-btn{
        margin-top: 10px;
    }
}
.contact_us_area {
    /* background-image: url(../img/bg-img/register-bg.jpg); */
    background-image: url(../img/bg-img/register-bg-2025.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-size: cover;
}
.selTkt{  border: 0;
margin-top: 17px;
border-bottom: 2px solid #dd3333; background: none; color: #fff; width: 100%;}
.pt-20{padding-top: 20px;}
.newsletter-form {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 35px;
}
.form-control {
    height: calc(2.25rem + 2px) !important;
    padding: 0 10px;
}
.btn-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn {text-transform: uppercase; font-weight: 600;}
.btn-primary {
    background: #dd3333;
    border-color: #dd3333;
    border-radius: 4px;
}
.btn-primary:hover {
    background: #444;
    border-color: #444;
}
.btn-secondary {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color:#dd3333;
    border-radius: 4px;
}
.btn-secondary:hover {
    background: #dd3333;
    border-color: #dd3333;
    color:#fff;
}
.list-inline {
    margin: 10px 0;
}
.list-inline li {
    margin: 0;
    padding-right: 5px;
    display: inline-block;
}
.footer-social-info a {
    display: inline-block;
    height: 45px;
    width: 45px;
   /*  border-radius: 50%; */
    color: #fff;
    background-color: #dc3545;
    border:1px solid #dc3545;
    line-height: 45px;
    text-align: center;
}

.nav-pills li {
    position: relative;
    display: inline-block;
}

.lgx-schedule .lgx-tab {
    text-align: center
}

.lgx-schedule .lgx-tab .nav-pills {
	display: inline-block;
	margin-bottom: 2.6rem
}

.lgx-schedule .lgx-tab .nav-pills li {
	background: #f1f1f1;
	padding: 0;
	border-radius: 4px;
	margin: 0 .4rem
}

.lgx-schedule .lgx-tab .nav-pills li a {
	background: #fff;
    border: 3px solid #e5e5e5;
	padding: 10px 20px;
	border-radius: 4px;
    position: relative;
    display: block;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    position: rel;
}

.lgx-schedule .lgx-tab .nav-pills li a h3 {
	font-size: 30px;
	line-height: 3.9000000000000004rem;
	line-height: 2.6rem;
	color: #2e2841 !important;
	text-transform: uppercase;
	margin: 0;
    font-weight: 700;
    letter-spacing: 0;
}

.lgx-schedule .lgx-tab .nav-pills li a h3 span {
	color: #dc4e41
}

.lgx-schedule .lgx-tab .nav-pills li a p {
	font-style: italic;
	margin: 0
}

.lgx-schedule .lgx-tab .nav-pills li a p span {
	color: #dc4e41;
	font-weight: 700
}

.lgx-schedule .lgx-tab .nav-pills .active {
	background: #fff;
    border: 3px solid #dc4e41;
    color: #fff !important;
	position: relative;
	-moz-box-shadow: 3px 4px 15px rgba(52, 61, 71, .49);
	-webkit-box-shadow: 3px 4px 15px rgba(52, 61, 71, .49);
	-o-box-shadow: 3px 4px 15px rgba(52, 61, 71, .49);
	-ms-box-shadow: 3px 4px 15px rgba(52, 61, 71, .49);
	box-shadow: 3px 4px 15px rgba(52, 61, 71, .49);
    position: relative;
}

.fade.active {opacity: 1;}
.lgx-schedule .lgx-tab .nav-pills .active:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #dc4e41;
	top: 100%;
	left: 33%;
}

.lgx-schedule .lgx-tab .lgx-tab-content {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .25)
}

.lgx-schedule .lgx-tab .lgx-single-tab {
	background: rgba(255, 255, 255, .4);
	border-radius: 4px;
	padding: .5rem 1.6rem .3rem;
}
.lgx-schedule .lgx-tab .lgx-single-tab h3 {
    font-weight: 400;
}
.lgx-schedule .lgx-tab .lgx-single-tab h3, .lgx-schedule .lgx-tab .lgx-single-tab h4, 
.lgx-schedule .lgx-tab .lgx-single-tab h5  {
    color: #444 !important; font-size: 16px; font-weight: bold;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover h3, .lgx-schedule .lgx-tab .lgx-single-tab:hover h4, 
.lgx-schedule .lgx-tab .lgx-single-tab:hover h5  {
    color: #fff !important;
}

.lgx-schedule .lgx-tab .lgx-single-tab:nth-of-type(even) {
	background: rgba(241, 241, 241, .5)
}

.lgx-schedule .lgx-tab .lgx-single-tab .time-area .time {
	font-family: Oswald, sans-serif;
	font-size: 15px;
    font-weight: bold;
	text-align: right;
	/* line-height: 45px; */
	text-transform: uppercase;
	display: inline-block
}

.lgx-schedule .lgx-tab .lgx-single-tab .schedule-info,
.lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info {
	text-align: left
}

.lgx-schedule .lgx-tab .lgx-single-tab .time-area .time span {
	display: block;
	color: #dc4e41;
	font-size: 30px;
	line-height: 3.9000000000000004rem;
	opacity: .7
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-img,
.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info {
	width: 50%;
	float: left
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-img {
	max-width: 100px;
	margin-right: 1.3rem
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-img img {
	max-width: 100px;
	border-radius: 50%
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info {
	text-align: left;
	margin-top: 2rem
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .name {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	color: #2e2841;
	margin: 0
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .name a {
	color: inherit
}

.lgx-schedule .lgx-tab .lgx-single-tab .author .author-info .author-title {
	color: #dc4e41;
	margin: 0
}

.lgx-schedule .lgx-tab .lgx-single-tab .schedule-info .title {
	color: #2e2841;
	margin-top: 0;
	/* margin-bottom: .5rem */
}

.lgx-schedule .lgx-tab .lgx-single-tab .schedule-info .title a {
	color: inherit
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .name,
.lgx-schedule .lgx-tab .lgx-single-tab:hover .time-area .time span,
.lgx-schedule .lgx-tab .lgx-single-tab:hover p {
	color: #fff
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover {
	background: #dc4e41;
	color: #fff;
	border-radius: 0
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover h4 {
 color:#fff;
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover:first-child {
	border-radius: 4px 4px 0 0
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover:last-child {
	border-radius: 0 0 4px 4px
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-img img {
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-transform-origin: center;
	transform-origin: center;
	animation-duration: .4s;
	animation-timing-function: linear
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}
.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .name a {
	color: inherit
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover .author .author-info .author-title,
.lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info .title {
	color: #fff
}

.lgx-schedule .lgx-tab .lgx-single-tab:hover .schedule-info .title a {
	color: inherit
}
.header-area.sticky .has-down .dd-arrow::before, .header-area.sticky .has-down .dd-arrow::after {
    background: #000;
}
.pageBanner {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pageBanner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.75);
  }
  .pageBanner .container {
    position: relative;
    z-index: 2;
  }
.pageBanner .bannerTitle {
    font-size: 48px;
    line-height: 58px;
    color: #fff !important;
    font-family: var(--body-font);
    margin: 147px 0 144px 64px;
    text-align: center;
}
.pageBanner .breadcrumbs {
    display: inline-block;
    background: #F8F8FA;
    border-radius: 5px 5px 0px 0px;
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 13px 32px 12px 30px;
  }
  .pageBanner .breadcrumbs a {
    color: #dd3333;
  }
  .pageBanner .breadcrumbs a:hover {
    color: var(--primay-color);
  }
  .pageBanner .breadcrumbs span {
    margin: 0 4px;
  }
  .register_sec { padding-top: 50px; padding-bottom: 80px;}

  .addonCard .card-body h5, .addonCard .card-body h6 {margin: 0 0 10px; color:#222 !important}
.total-cost {color: #222 !important; font-size: 28px;}
  .ordered-list {margin-left: 20px; margin-bottom: 20px;}
  .ordered-list li {list-style: number; margin-bottom: 5px;}
  h3.head1{ color: #222 !important;
    border-bottom: 2px solid #dd3333;
    margin-bottom:15px;
    display: inline-block;line-height: 35px !important;
}
h4.head1{ color: #222 !important;
    border-bottom: 2px solid #dd3333 ;
    margin-bottom:15px;
    display: inline-block;
    font-size: 20px;
    
}
.steps {
    z-index: 1;
}
.steps::before {
    content: "";
    position: absolute;
    display: block;
    width: 94%;
    margin: 0 auto;
    height: 4px;
    border: 2px dashed #dee2e6;
    top: 43px;
    left: 22px;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
.form-main fieldset>legend>span:first-of-type {
    top: -10px;
    left: -34px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 14px;
    padding: 4px;
}
label {
    display: inline-block;
    margin-bottom: 0;
}
.right-links li>a {
    padding-left: 45px !important;
    text-transform: uppercase;
    font-size: 15px;
    
    border-radius: 50px !important;
    background: #dedede;
}
.right-links li>a.btn-light:hover {
    color: #ffffff;
    background-color: #dd3333;
}
.right-links li>a>i {
    z-index: 1;
    left: -5px;
    top: -3px;
    font-size: 22px;
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: white;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    background: rgb(54,176,182);
    background: -moz-linear-gradient(top, rgba(221,51,61,1) 0%, rgba(255,193,7,1) 100%);
    background: -webkit-linear-gradient(top, rgba(221,51,61,1) 0%,rgba(255,193,7,1) 100%);
    background: linear-gradient(to bottom, rgba(221,51,61,1) 0%,rgba(255,193,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b0b6', endColorstr='#ffc107',GradientType=0 );
}
.bg-white {background: #fff;}
.call-for-abstracts-main [data-toggle="collapse"]{
        
    cursor: pointer;
 }
 .call-for-abstracts-main .track-img {
    height: 70px;
    overflow: hidden;
}
.call-for-abstracts-main .track-img img {
    height: 70px;
  
}
.call-for-single>.align-items-center[aria-expanded]:before {
    position: absolute;
    right: 10px;
    top: 0;
    content: "\f067";
    font-family: 'FontAwesome';
    font-weight: 900;
    display: inline-block;
    font-size: 22px;
}
.call-for-single>.align-items-center[aria-expanded = "true"]:before{

    content: "\f068";
}

.call-for-single>.align-items-center[data-toggle="collapse"]:hover,
.call-for-single>.align-items-center[aria-expanded="true"]{
background:#dd333d;
color:white !important;

}
.call-for-single>.align-items-center[data-toggle="collapse"]:hover *,
.call-for-single>.align-items-center[aria-expanded="true"] *{

color:white !important;
}
.show-special  h4, .content-box h4{ color: #212529 !important;}

#faqAccordion-01 .card:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #999;
    top: 12px;
    left: 18px;
    position: absolute;
}




#faqAccordion [data-toggle="collapse"]::before{
    content: "\f106";
    font:normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background: #dd3333;
    border-radius: 3px;
    border: 1px solid #df8d12;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}


#faqAccordion .collapsed[data-toggle="collapse"]::before {
    content: "\f107";
    color: #000;
    background: #fff;
    border: 1px solid #6e8898;
}
.bg-light {
    background-color: #eeeeee !important;
}

.instruct_sec {background: #fff; padding-top: 80px; padding-bottom: 80px;}


.list-style-02>li{
    position: relative;
    padding: 5px 5px 5px 35px;
    /* border: 0; */
}
.list-style-02>li:before{
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #dd3333;
}


.tab-menu.poster-competion .nav .nav-link{
    color:#333;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    margin-top: -1px;
}
.tab-menu.poster-competion .nav .nav-link:first-of-type{
 
    border-top:0;
}
.tab-menu.poster-competion .nav .nav-link:last-of-type{
    
       border-bottom:0;
   }
  

.tab-menu.poster-competion .nav .nav-link.active{
    position: relative;
    color:#fff;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    background: #dd3333;
}

.tab-menu.poster-competion .nav .nav-link.active::before{
    content: "";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #dd3333;
    border-bottom: 20px solid transparent;
}


.custom-control {
  position: relative;
  display: block;
  min-height: 1rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 20px
}

.custom-control-label::before {
    background-color: #aaa;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #dd3333;
}
.contact-main {
    background-image: url(../img/get-involved-conference.jpg);
    background-size: cover; min-height: 150px;
}
.heading-shape.text-left.position-relative:before {
    position: absolute;
    left: 0;
    right: auto;
    top: -8px;
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 8px solid #546069;
}
.heading-shape.position-relative:before {
    position: absolute;
    right: 0;
    top: -8px;
    content: "";
    display: none;
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #546069;
}
.sponsorship-packages-single ul.position-relative>li:before {
    position: absolute;
    content: "\f0a4";
    font:normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    padding-right: 0.5em;
    left: 4px;
    top:8px; 
}
.sponsorship-packages-single ul.position-relative>li {
    padding-left: 26px;
    position: relative;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #1b242b;
    color: white!important;
    border-color: transparent !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.list-style-01>li {
    position: relative;
    padding: 10px 10px 10px 35px; font-size: 15px; text-align: justify;
}
.list-style-01>li:before {
    position: absolute;
    left: 12px;
    top:15px;
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    padding-right: 0.5em;
    color: #dd3333;
}
.carousel-caption h5{ color: #fff !important;}
.tag a {
    background: #EAEAEA; color: #888888;
   /*  border-radius: 5px; */
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 11px;
    font-size: 0.6692rem !important;
    font-weight: 500;
    margin: 0px 3px 7px;
}
.tag a:hover{
    background-color: #dd3333;
    border-color: transparent;
    color: #fff;
    opacity: 1 !important;
}
.bg-event{
    /* background-image: url(../img/bg-img/event-bg.jpg);*/
    background-image: url(../img/bg-img/Noveltics-Group-event-bg.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-size: cover;
}
.section-heading .tag-line{ font-weight: normal; font-size: 18px;}
.section-heading .w-text{ color: #fff !important;}
.collapse .bg-light{background: rgba(0, 0, 0, .03) !Important;
    border-bottom: 1px solid #eee;
    margin-bottom: 1px;}
    .about-banner-m{
   
        margin-top: 157px;
    }
    .about-banner-m h1 {
        font-size: 30px;
    }
    .border-radius{

        border-radius:3px;
    }
    .gt-date{
        background: rgba(0, 0, 0, 0.35);
    color: #fff;
    display: inline;
    padding: 3px 5px;
    border-radius: 3px; font-size: 16px; margin-top: 5px;
    }
    a.g-text:hover {
        color: #dd3333!important;
    }
 .one-fourth.column {
        width: 25%;
    }
    .column, .columns {
        float: left;
        margin: 0 0 20px;
    }
 .one.column {
        width: 100%;
    }
    .pricing-box .plan-header {
        text-align: center;
        padding: 10px 15px 0; font-weight: bold;
    }
    .pricing-box .plan-header h2 {
        margin: 0 0 5px;
        font-size: 15px;
        line-height: 30px;
    }
    .pricing-box .plan-header .price {
        margin: 0 0 5px;
    }
    .pricing-box .plan-header .price sup.currency {
        font-size: 20px;
        line-height: 20px;
        top: -10px;
        font-family: Patua One;
        position: relative;
    }
    .pricing-box .plan-header .price>span {
        font-size: 35px;
        line-height: 45px;
        font-family: Patua One;
        margin: 0 5px;
    }
    .pricing-box .plan-inside {
        padding: 0px 5px 10px;
        text-align: center;
    }
    .plan-header hr{

        margin-top: 5px;
        margin-bottom: 5px;
    }
    .custom-checkbox {
        text-align: left;
        margin: 10% 0 0 15%;
        color: #333;
        font-weight: bold;
    }
    .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5rem;
    }
    .custom-control-input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
    .custom-control label{
 font-size: 16px; display: flex;
    }
    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #a9bfd5;
    }
  
    .sub-title {
        letter-spacing: 0px !important;
        font-size: 14px !important;
        color: #333;
    }
    .reg-headd {
        background: #ebebeb;
        border:1px solid #d7d7d7;
    }
    .sr-fade3 {
       
        background: #fffbe5;
        border-radius: 5px;
        box-shadow: 0 2px 50px rgba(153, 153, 153, 0.75);
    }
    .fade3-border{
        border:5px solid #f3f3f3;
    }
    .sec-title .big-title {
        margin: 0;
        padding: 0;
        font-size: 40px;
        font-weight: 400;
        color: #333;
    }

    .sec-title .custom-checkbox {
        text-align: left;
        margin: 10% 0 0 30%;
        color: #333;
        font-weight: bold;
    }
    .big-title {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        color: #000 !important;
    }
    .big-title3 {
        font-size: 22px !important;
        margin-bottom: 5px !important;
        color: #000 !important;
    }
    .border-highlight{
      border:  2px solid #fff;
    }
    .list-group {
        max-height: 735px;
    overflow-y: scroll;
    }
    .box.box2 {
        border: 1px solid #f99d1b;
        background-color: transparent;
        padding: 70px;
    }
    @media only screen and (max-width: 1024px){
.section_wrapper .column, .container .column, .sections_group, .four.columns {
    margin: 0;
    width: 100%!important;
    clear: both;
}
.custom-checkbox {
    text-align: left;
    margin: 10% 0 0 35%;
    color: #333;
    font-weight: bold;
}


}

@media only screen and (max-width: 900px){
.sec-title .custom-checkbox{
    margin:0 0 0 45%;
}
}
@media only screen and (max-width: 500px){

.sec-title .custom-checkbox{
    margin:0 0 0 40%;
}
}
.our-team {
    border: none;
}

.our-team.ico-team {
    border: none;
}

.speaker:hover .hover-overlay>img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.hover-overlay>img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
}

.our-team .post:before {

    border-radius: 50%;
    background: #dd3333;

    top: -14px;
}

.our-team .post:before {

    background: #dd3333
}

.our-team .title:before {
    background: #dd3333;
}

.our-team .title:after {

    background: #dd3333;
}
#whatsApp_link {position: fixed;
    left:0;
    bottom: 40px;
    z-index: 9;
    font-size: 26px;
    border-left: 0;
}
#whatsApp_link a {color: #fff} 
.Whatsapp-channel {
    background: #dd3333;
    color: #fff;
    border-radius: 0 6px 6px 0;
    padding: 8px 20px;
    text-align: left;
        transition: width 0.5s;
        -webkit-transition: width 0.5s;
        overflow: hidden;
        width: 65px;
        height: 55px;
        line-height: 40px;
    }
.Whatsapp-channel:hover {width: 100%;}
.Whatsapp-channel .fa {font-size: 40px;}
.classynav ul li a {
    padding: 0 8px;
}
.nav-brand {padding-right: 20px;}
.nav-brand img {max-width: 260px;}
.width90 {
    max-width: 90% !important;
}

.partners_card {border:1px solid #ddd; box-shadow: 1px 2px 1px #e5e5e5 ;}
.partners_card:hover {border:1px solid #dd3333}
.partners_card .card-img-top {padding: 5px 10px; text-align: center;}
.partners_modal {z-index: 9999;}
.partners_modal .modal-dialog {max-width: 800px;}
.partners_modal .modal-body {padding-top: 40px;}
.partners_modal .close {position: absolute; right: 20px; top: 10px; z-index: 9;}
.partners_modal .close  { font-size: 50px; font-weight: normal; color: #dd3333;}
.partners_card {
    border: 1px solid #ddd;
    box-shadow: 1px 2px 1px #e5e5e5;
    margin-bottom: 20px;
    min-height: 350px;
    max-height: 350px;
    overflow: hidden;
}
.partners_card .card-body > div
 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.mediaPartner_bInfo {
    padding:50px  30px;
    background: #e5e5e5;
    margin-bottom: 20px;
    min-height: 380px;
    max-height: 380px;
    overflow: hidden;
    text-align: center;
}
.mediaPartner_bInfo .mediaPartner_bInfolink {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
.right-align { margin-left: auto; }
