/*** 
====================================================================
  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');

/*** 

====================================================================
  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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 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;
}

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

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: #000
}
.header-area.sticky .light.classy-nav-container a{
    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%;
}

.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-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
}
.mb-15 {
    margin-bottom: 15px;
}

.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 (max-width: 992px){
    .double-bg{
        background-size: cover !important
    }
    .mt-s{
        margin-top: 30px !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: 60px;
    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-100-85 {
    padding-top: 100px;
    padding-bottom: 85px;
}
.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.html) no-repeat;
    background-size: cover
    
}
.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;
   
}

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

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

#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
    }
}


.height-400 {
    height: 400px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

.height-900 {
    height: 900px;
}

.height-1000 {
    height: 1000px;
}

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










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

/* ##### 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.05);
}

.header-area.sticky {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #e1eafd;
    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
}
.classy-navbar {
    height: 90px;
    padding: 0;
}
.dark .classy-navbar-toggler.demo .navbarToggler span{
    background: #000;
}
.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: 765px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section.sme{
    position: relative;
    min-height: 765px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section.insti{
    position: relative;
    min-height: 765px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-section.transparent{
    background: none;
}
.hero-section.main-page{
    background: url('../img/bg-img/header4.png') no-repeat bottom center;
    background-size: cover
}
.hero-section.demo{
    background: url('../img/bg-img/demo-bg.png') no-repeat bottom center;
    background-size: cover
}
.hero-section.not{
    background: url('../img/bg-img/header5.html') no-repeat bottom center;
}

.hero-section.fuel{
    background: url('../img/bg-img/header2.png') no-repeat bottom center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 565px;
}

.hero-section.ai3{
    background: url('../img/bg-img/ai3.png') no-repeat top left;
    background-size: cover;
    
}
.hero-section.sme{
    background: url('../img/bg-img/sme.png') no-repeat top left;
    background-size: cover;
    
}
.hero-section.insti{
    background: url('../img/bg-img/insti.png') no-repeat top left;
    background-size: cover;
    
}

.overlayed:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #13287e;
    opacity: .88;
    z-index:0;
}






@media (min-width: 767px ){
    .hero-section.curved-section{
        padding-top: 50px
    }
}
@media (min-width: 992px ){
    .hero-section.curved-section{
        padding-top: 100px
    }
}
@media (max-width: 767px){
    .hero-section.curved-section img.curved{
        display: none;
    }
}
.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;
}








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

h4.smehead {
    color: #000;
}


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





.w-text{
    color:#000 !important
}


/*
* ----------------------------------------------------------------------------------------
*  START Roadmap STYLE
* ----------------------------------------------------------------------------------------
*/



.group input,
.group textarea {
    font-size: 12px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.group input:focus,
.group textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.group label {
    color: #fff;
    font-style: italic;
    font-size: 12px;
    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 ##### */

/* ##### 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: #fff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin: 0 2px;
    border: 1px solid #222;
    color: #333;
    width: 40px;
    height: 40px;
    text-align: center;
}

/* ##### Sidebar CSS ##### */

.search-widget-area form {
    position: relative;
    z-index: 1;
}

.search-widget-area form input {
    width: 100%;
    height: 45px;
    border: 2px solid #007bff;
    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 #007bff;
    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: #007bff;
    display: block;
    text-transform: uppercase;
}

.subscribe-form input {
    width: 100%;
    height: 45px;
    border-radius: 45px;
    border: 2px solid #007bff;
    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;
}


/*
================================================
   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.svg), url(../img/svg/download-bg3.svg), radial-gradient(695.86px at 60.13% 22.68%, rgb(140, 183, 255) 0%, rgb(96, 153, 250) 100%);
    background-size:  894px 645px, 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.svg), radial-gradient(695.86px at 60.13% 22.68%, rgb(140, 183, 255) 0%, rgb(96, 153, 250) 100%);
        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
}

.copy-rights{
    padding: 30px 0;
    background: #000
}
/*
* ----------------------------------------------------------------------------------------
*  START counter-down STYLE
* ----------------------------------------------------------------------------------------
*/
.ico-counter{
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
    padding: 45px 40px;
    border-radius: 20px
}

@media (max-width: 767px) {
    .ico-counter{
        margin-bottom: 30px;
        padding: 45px 15px;
    }
}

.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;
}
@media (max-width: 480px) {
    .count-down .tab-metr{
        font-size: 14px
    }
}
.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: linear-gradient(to right, #4834d4, #341f97)
}
.ico-progress span {
    color: #370779;
    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;
}
/* ##### 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);
}

/* ##### 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: #000000bf;
}

.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: #000;
}
h2.special-head.dark {
    font-size: 30px;
    margin-top: -208px;
    margin-left: -45px;
}

.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-color: #f2f4f8;
    content: "";
    z-index: -5;
}
.light-version .faq-timeline-area{
   background-size: cover;
    background-color: #00000024;
    padding: 30px;
}
.light-version .trust-item{
    border: 1px solid #ddd
}
.light-version #scrollUp {
    color: #000;
}
.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 #scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #000;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;
}
.light-version .our_blog_area{
    background: #edf6fd
}
.light-version .group input,
.light-version .group textarea {
    color: #222 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.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: #fff;
}

.light-version .client_slides .owl-dot.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background: #42d897;
    color: #fff
}

.parttns{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}
.parttns:before{
    position: absolute;
    bottom: 0;
    width: 70px;
    border-radius: 20%;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: #fb555c;
    content: '';
}
@media (max-width: 577px){
    .parttns{
        display: none;
    }
}
.bl-text {
    color: #000000 !important;
    font-size: 1.73em;
    font-weight: 600;
}
.g-text{
    color: #d4d7e1 !important
}
.limited{
    max-width: 800px;
    margin: 0 auto
}
/* 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
}
@media (min-width: 1200px){
	.demo .container {
	    max-width: 1280px;
	}
    .header-ilustration-1.spec img{
        margin-top: 50px
    }
    .mts-50{
        margin-top: 50px
    }
    .hero-section img{
        max-width: 120%;
        margin-top: 60px
    }
    .hero-section.main-page img{
        max-width: 120%;
        margin-top: 90px
    }
    .hero-section .curved{
        max-width: 100%;
        margin-top: 30px
    }
}
.demo-item:hover{
    -webkit-box-shadow: 0 1px 28px rgba(0, 161, 255, 0.66);
    box-shadow: 0 1px 28px rgba(0, 161, 255, 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: #5594fd;
    text-transform: uppercase;
    border: 1px solid #5594fd;
}
.preview-demo i{
	margin-left: 10px
}
.preview-demo:hover{
    color: #333
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

li.active a:hover {
    color: #243c7b!important;
    border-bottom: 1px solid#243c7b;
}

a.active {
    color: #243c7b !important;
    border-bottom: 2px solid#243c7b;
    width: 100%;
    font-weight: 600;
}

a:hover.btn.login {
    background-color: #243c7b;
    color: #fff;
  
}

li a:hover {
    color: #243c7b !important;
    font-weight: 600;
   
}

.card{
        margin-bottom: 67px;
    padding: 9px;
        border: 1px solid#0000000d;
}

.card:hover {
    box-shadow: 2px 2px 2px 2px #00000014;
}

.services{
    background-color: #243c7b;
    padding: 30px;
    border-radius: 50%;
    width: 118px;
    height: 118px;
    margin: 0 auto;
    box-shadow: 1px 1px 11px 1px #00000047;
    margin-top: -57px;
}

.services img{
    width: 60px;
    object-fit: contain;
}
.section-headingx {
    margin-bottom: 100px;
}
h4.wow.fadeInUp {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
   color: #333333d9;
}
h4.featuresheadnormal.wow.fadeInUp {
    font-size: 30px;
    text-align: left;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
   color: #000000d9;
}

h4.featureshead.wow.fadeInUp {
    font-size: 30px;
    text-align: left;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
   color: #000000d9;
}

h3.fadeInUp.bold {
    color: #000;
    font-weight: 600;
}

.col-md-6.featurestext span {
    line-height: 250px;
}

.col-md-6.featurestext p {
       margin-top: -87px;
    font-size: 18px;
    color: #0000007a;
}

span.fadeInUp {
    font-size: 26px;
    font-weight: 600;
}

p.text {
    padding: 4px;
    font-size: 15px;
    text-align: center;
    line-height: 31px;
    color: #616161;
}

.card.text a {
    text-align: center;
    border: 2px solid #243c7b;
    width: 50%;
    margin: 0 auto;
    padding: 7px;
    margin-bottom: 24px;
    margin-top: 12px;
    color: #243c7b;
    font-weight: 600;
    border-radius: 5px;
}

.card.text a:hover {
    background-color: #243c7b;
    color: #fff;
    font-weight: 600;
}

.slideshow-container {
  max-width: 1015px;
  position: relative;
  margin: auto;
        margin-top: -75px;
   
}

/* Caption text */
.slidertext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 250px;
    
  
   
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 11px;
  width: 11px;
  margin: 0 2px;
  background-color: #243c7b2e;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activee {
      background-color: #243c7b;
     height: 15px;
  width: 15px;

}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .slidertext {font-size: 11px}
}

.milestone-counter {
    float: left;
    margin: 25px;
    text-align: center;
}
.stat {
    /* margin: 10px auto; */
    width: 100%;
}
.highlight {
   color:#111;
   padding:20px 0;
   font-weight:bold;
   display:block;
   overflow:hidden;
   margin-bottom:0;
   font-size:48px;
}
.stat i {
	color: #3498db;
}
.milestone-details {
 
   font-size:18px;
   color:#23408a;
}

.item {
    width: 446px;
}
.shadow-effect {
    background: #fff;
    padding: 13px;
    border-radius: 4px;
    text-align: center;
    border: 0px solid #ECECEC;
    box-shadow: 0 4px 5px rgb(0 0 0 / 36%), 0 1px 10px rgb(0 0 0 / 11%);
}
		#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
    color: #00000059;
}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
    border-radius: 70px;
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
    margin-top: -62px;
}

img.img-circle {
    box-shadow: 0 2px 2px 2px #243c7bab;
}
		#customers-testimonials.owl-carousel  span,
#customers-testimonials.owl-carousel  span {
		    background: #3190E7;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel {
	display: inline-block;
}
		#customers-testimonials.owl-carousel n {
		    background: #3190E7;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
h3.wow.fadeInUp.bold.testimonials {
    padding-top: 40px;
}

h3.testimonialname {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 15px;
}
.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #243c7b;
/*        padding-bottom: 60px;*/
}



p.footertext {
    color: #fff;
    font-size: 16px;
    float: right;
    /* width: 100%; */
}

.footercontain {
    padding-top: 30px;
}

.footertext1 ul li a {
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.footertext1 ul li a:hover {
   
    color: #fff !important;
}

.row.footerlogo {
    padding-bottom: 55px;
}
ul.iconsocial li i {
    color: #fff;
    float: left;
    padding-right: 0px;
    /* text-align: center; */
    font-size: 17px;
    margin-top: 10px;
    /* margin-left: 11px; */
    font-weight: 700;
}

.playstore {
    float: right;
    margin-top: 25px;
}

a.appstore img {
    margin-top: 20px;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

h3.wow.fadeInUp.bold.ourpartner {
   
    margin-top: -80px;
    padding-bottom: 34px;
}



.row.contetc {
    margin-left: 117px;
    margin-right: -60px;
}
.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(left, #21d397 0%, #7450fe 51%, #21d397 100%);
    background-image: linear-gradient(to right, #243c7b 0%, #7450fe 51%, #243c7b 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.carousel-indicators .active {
    background-color: #243c7b;
}

p.abouttext.fadeInUp {
   font-weight: 500;
    color: #000000bf;
    font-size: 16px;
}

.row.contetc p {
    color: #fff;
    font-size: 16px;
  
}

section.aboutbanner {
    margin-top: -55px;
}

section.about-us-area.our-team.clearfix {
    padding-top: 40px;
}

.container.contect {
    padding-top: 40px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #c4c4c42b;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 50px;
}

select {
    width: 100%;
    padding: 5px;
    border: 1px solid#ced4da;
    background-color: #f5f5f5;
}option {
    /* background-color: #f00; */
    font-weight: 600;
}

button.submit {
    padding: 7px;
    padding-left: 27px;
    padding-right: 27px;
    background-color: #243c7b;
    color: #fff;
    border-radius: 4px;
    margin-top: 30px;
    margin-left: 15px;
}






.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 800px;
        height: 70%;
    width: 100%;
    position: relative;
    margin: 10% auto;
   
    border-radius: 3px;
    background: #fff;
}
.close {
    font-family: Arial, Helvetica, sans-serif;
    background: #f26d7d;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}
.close:hover {
    background: #fa3f6f;
}
p.modaltext {
    color: #000;
    font-weight: 700;
    padding: 15px;
}

.servicess {
    background-color: #2b2b2b;
    
    border-radius: 50%;
    width: 118px;
    height: 118px;
    margin: 0 auto;
    box-shadow: 1px 1px 11px 1px #00000047;
    margin-top: -57px;
}
img.photo {
    width: 224px;
    height: 215px;
    margin: 0 auto;
}

img.details {
    border: 2px solid#000;
}.row.space {
    padding-top: 35px;
}

.col-md-12.contentdetails h4 {
    color: #000;
    padding-top: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .row.contetc {
    margin-left: 0px;
    margin-right: 0px;
}
li a.sociallinks  {
    text-align: left;
}
.playstore {
    float: left;
    margin-top: 45px;
}
.classynav {
    margin-left: 0 auto;
}

.item {
    margin-left: -28px;
    
}

}


@media only screen and (max-width: 500px) {
    
.item {
    width: 440px;
    
}

}


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

.item {
    width: 330px;
    
}


}

h4.wow.fadeInUp.team{
    font-size: 18px;
    /* text-align: center; */
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333d9;
    margin-left: -5px;
}


h1.team-h1 {
    margin: 0;
    position: absolute;
    top: -16px;
    text-align: center;
    left: 40%;
    font-family: georgia;
    font-style: italic;
    background-color: white;
    padding: 0px 20px;
    color: #222; 
  }
  
  .cf:before,
  .cf:after {
      content: " "; /* 1 */
      display: table; /* 2 */
  }
  
  .cf:after {
      clear: both;
  }
  
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  .cf {
      *zoom: 1;
  }
  
  .team-container {
    max-width: 1000px;
    margin: auto;
    
    padding-top: 5em;
    padding-bottom: 5em;
    margin-top: 3em;
    position: relative;
  }
  
  .team-member {
    
    float: left;
    text-align: center;
    margin-right: 5%;
  }
  
  .team-member:last-child {margin-right: 0;}
  
  
  .team-member span,
  .team-member h3 {
   
    font-family: sans-serif;
    letter-spacing: -1px;
  }
  
  .team-member h3 {
    color: #000;
    font-size: 22px;
    margin-top: 10px;
}
  
  .email {
    color: #EA2678;
    
  }
  
  .team-member span {
    display: block;
   
  }
  .team-photo {
    border-radius: 50%;
    text-align: center;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: 0.1s transform ease-in-out;
  }
  
  
  .team-photo:hover {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
  
  
  /* code for phone layout */
  @media (max-width:850px){
    .team-member {
      width:25%;
      margin-left: 4%;
      margin-right: 4%;
      margin-bottom: 40px;
      
    }
    
  }
  
  
  
  @media (max-width:650px){
    .team-member {
      float: none;
      display: block;
      margin: 50px auto;
      width: 100%;
      text-align: center;
    }
    
    .team-member h3,
    .team-member span {
      margin: 15px auto;
    }
  }

}
.title {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: inherit;
    color: #243c7b;
}
@keyframes openModal {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
.main .modal {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #0000009e;
}
.main .modal-dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 80%;
    height: auto;
    margin: 10% auto;
    padding: 1rem 1.5rem;
    border: none;
    outline: none;
    border-radius: 4px;
    color: #000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    animation: openModal 1s ease;
}
.main .modal-close {
    position: absolute;
    display: block;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.25rem;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    background-color: #000;;
    margin-top: -15px;
    margin-right: -23px;
}
.main .modal-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.main .modal-content {
    padding: 1.5rem 0;
    color: #000;
    background: #fff;
}

p#modalcontent {
    padding: 18px;
    line-height: 21px;
    font-size: 13px;
}
div#modal .modalimages {
    /* margin: 0 auto; */
    padding-left: 600px;
    padding-top: 113px;
    margin-bottom: -130px;
}

@media only screen and (max-width: 1200px) {
    div#modal .modalimages {
        /* margin: 0 auto; */
        padding-left: 450px;
        padding-top: 113px;
        margin-bottom: -99px;
    }
  }

  @media only screen and (max-width: 992px) {
    div#modal .modalimages {
        /* margin: 0 auto; */
        padding-left: 400px;
        padding-top: 113px;
        margin-bottom: -130px;
    }
  }

  @media only screen and (max-width: 768px) {
    div#modal .modalimages {
       display: none;
    }
  }

  @media only screen and (max-width: 1020px) {
    div#modal .modalimages {
        /* margin: 0 auto; */
        padding-left: 450px;
        padding-top: 113px;
        margin-bottom: -99px;
    }
  }

i.arrow{
    margin-left: -31px;
    margin-top: 4px;
    font-size: 24px;
}

i.arrows{
    margin-left: -15px;
    margin-top: 4px;
    font-size: 24px;
}

.dropdown {
    /* border: 1px solid#ced4da; */
    background: #f5f5f5;
    padding: 24px;
    line-height: 42px;
    font-weight: 600;
    margin-top: -50px;
}
.corporate a {
    border: 1px solid#243c7b;
    padding: 10px;
    border-radius: 19px 19px 19px 19px;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
    background: #f5f5f5;
}
.corporate a:hover {
background-color: #243c7b;
color: #fff;
    
}
.corporate{
    margin-bottom: 20px;
    width: 100%;
}

a.gift p {
    
    padding: 6px;
    border-radius: 22px;
    font-size: 16px;
    background: #f5f5f5;
}
 a:hover.gift p {
    background-color: #243c7b;
    color:#fff;
    
} 

a.gift p.active {
    background-color: #243c7b;
    color:#fff;
    
}


.form-group {
    width: 100%;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


i#up {
    margin-left: -31px;
}

.col-md-6.photobackground {
    background-color: #3b3c3d;
    margin-top: -20px;
    margin-left: -5px;
   
}
p.name {
    text-align: center;
    background: #fff;
    padding: 4px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
}

h4.featureshead {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    padding-top: 174px;
}
h4.featuresheadnormal {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    ;
    
}


p.featuresheadcontent {
    font-size: 16px;
    padding-top: 10px;
}

.container.featuresgap {
    padding-top: 150px;
}
/* .col-md-6.indonepal {
    padding-left: 128px;
} */

/* .col-md-6.travel {
    padding-left: 200px;
} */




.container-fluid.featuresgap {
    padding-top: 150px;
}

img.wow.fadeInUp {
    width: 100%;
}
.content {
    padding-top: 250px;
}

@media only screen and (max-width: 990px) {
    h4.featureshead.wow.fadeInUp {
        font-size: 23px;
        text-align: left;
        margin-top: -110px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #000000d9;
    }
    .col-md-6.contectleft {
        margin-left: 0px;
    }
    .col-md-6.travel {
        padding-left: 10px;
    }
    .content {
        padding-top: 0px;
}
  }

  @media only screen and (max-width: 440px) {
    h4.featureshead.wow.fadeInUp {
        font-size: 23px;
        text-align: left;
        margin-top: -110px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #000000d9;
    }
    .col-md-6.contectleft {
        margin-left: 0px;
    }
    .content {
        padding-top: 0px;
}
.col-md-6.travel {
    padding-left: 0px;
}


  }

  @media only screen and (max-width: 1122px) {
    h4.featuresheadnormal.wow.fadeInUp {
        font-size: 24px;
        text-align: left;
        margin-top: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #333333d9;
    }
    .col-md-6.indonepal {
        padding-left: 10px;
    }
    
  }
  

  .popup {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 20;
  }
  .popup:target {
    opacity: 1;
    visibility: visible;
  }
  .popup__content {
    width: 50%;
    position: absolute;
    background-color: #fff;
    top: 60%;
    left: 50%;
    overflow: auto;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
    box-shadow: 1rem 2rem 4rem rgba(0, 0, 0, 0.15);
    transition: all 0.5s 0s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  
  /* POPUP STYLING */
  .popup__wrapper {
    padding: 2rem;
  }
  .popup__wrapper h1 {
    text-align: center;
    color: #54585A;
  }
  .popup__wrapper hr {
    width: 12%;
    margin-left: auto;
    margin-right:auto;
  }
  .popup__close:link, .popup__close:visited {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    line-height: 1rem;
    text-decoration: none;
    font-size: 1.8rem;
    color: #333;
    transition: color .3s;
  }
  .popup__close:hover, .popup__close:active {
    color: #00778B;
  }
  
  /* MEDIA QUERIES */
  @media screen and (max-width: 100em), (max-height: 43.75em)  {
  .popup__wrapper {
    overflow-y: scroll;
    max-height: 75vh;
    margin-bottom: -31px;
  }
  }
  @media only screen and (max-width: 63.9375em) {
    .popup__content {
      width: 90%;
  }
  }
  .col-md-4.background {
    background: #000;
    margin-top: -30px;
    margin-left: -15px;
    height: auto;
}
.col-md-4.background img {
    padding-top: 130px;
}
  

input[type="submit"] {
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #243c7b;
    color: #fff;
    font-weight: bold;
}

.row.corpinsti {
    padding-top: 30px;
}
    img.footerlogo {
    width: 70% !important;
}


.footertext1 {
    margin-top: 20px;
}


.servicess{
    background-color: #2b2b2b;
   /*  padding: 30px; */
    border-radius: 50%;
   /*  width: 118px;
    height: 118px; */
    margin: 0 auto;
    box-shadow: 1px 1px 11px 1px #00000047;
    margin-top: -57px;
}

.servicess img{
    width: 100%;
    object-fit: contain;
}
.classy-nav-container{
    background-color: transparent;
}


.fa {
  padding: 3px;
    font-size: 30px;
    width: 28px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
}


.fa-facebook {
  border: 3px solid #fff;
}
.fa-instagram {
  border: 3px solid #fff;
}
.fa-linkedin {
  border: 3px solid #fff;
}
.fa-youtube-play {
  border: 3px solid #fff;
}

p.addressColor {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

img.serProImge {
    width: 50%;
}