/*--
    Common Css
--*/
body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font: 14px/22px 'Source Sans Pro', sans-serif, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px; }

h1 {
  font-size: 44px;
  line-height: 56px;
  color: #fff; }

h2 {
  font-size: 30px;
  line-height: 35px; }

h3 {
  font-size: 23px;
  line-height: 25px; }

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

p {
  font-size: 16px;
  line-height: 25px;
  margin: 0px; }

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

a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none; }

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

.section {
  padding: 50px 0; 

}

/*--
    custom heading
--*/
.text-center {
  text-align: center; }

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px; }
  .heading h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px; }
  .heading p {
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300; }

.btn {
  border-radius: 0; }

.btn-home {
  background-color: #1bafb4;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  padding: 10px 40px;
  margin-top: 30px; }
  .btn-home:hover, .btn-home:focus {
    background-color: #fff;
    color: #555;
    border: 1px solid #fff; }

/*Preloader*/
#preloader {
  background-color: #fff;
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 9999; }

.book {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px; }

.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #1bafb4;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg); }
  20% {
    background: #1bafb4; }
  29.9% {
    background: #1bafb4; }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #1bafb4; }
  54.999% {
    opacity: 1; }
  55% {
    opacity: 0; }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg); }
  20% {
    background: #1bafb4; }
  29.9% {
    background: #1bafb4; }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #1bafb4; }
  54.999% {
    opacity: 1; }
  55% {
    opacity: 0; }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; } }

/*--
    .hero-area start
--*/
.bg-1 {
    background-image: url('../images/bg_banner.jpg');
    /*background-image: url("../images/header-bg.jpg");*/
    background-size: cover;
    background-attachment: fixed;
}

.bg-gray {
  background: #f8f8f8; }

.hero-area {
  height: 120vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero-area h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 19px;
    margin-top: 30px; }
  .hero-area p {
    color: #fff;
    font-size: 20px;
    line-height: 1.3; }
  .hero-area .counter {
    background: rgba(255, 255, 255, 0.2);
    padding: 18px; }
    .hero-area .counter ul li {
      background-color: rgba(255, 255, 255, 0.3);
      color: #fff;
      display: inline-block;
      line-height: 25px;
      padding: 25px 28px 20px;
      text-align: center;
      width: 49%;
      margin-bottom: 3px; }
      .hero-area .counter ul li span {
        display: block;
        font-size: 16px;
        font-weight: 600; }
      .hero-area .counter ul li .digit {
        display: inline-block;
        font-size: 50px;
        font-weight: bold;
        line-height: 50px;
        position: relative;
        overflow: hidden;
        height: 60px; }

/* .hero-area  */
.navigation {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  /*padding: 10px 50px;*/
  margin: 0;
  border: 0; }
  .navigation .navbar-brand {
    padding-top: 5px;
    display: inline-block; }
  .navigation .navbar-toggler {
    background: #fff;
    outline: none;
    border-radius: 0;
    float: right; }
    .navigation .navbar-toggler i {
      font-size: 22px; }

.navigation.animated {
  /*background-color: #fff;*/
  /*box-shadow: 0 2px 7px 0px rgba(142, 142, 142, 0.15);*/ }
  .navigation.animated .menu a {
    color: #666; }

.menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold; }
  .menu li a:hover, .menu li a:focus {
    background: none; }

/*--
    service start
--*/
.service {
    text-align: center;
    background-color: #070707 !important
}
  .service .block {
      padding:20px;
    margin-bottom: 50px; }
    .service .block i {
        font-size: 30px;
        display: inline-block;
        margin-bottom: 15px;
        color: #ffa100;
    }
    .service .block h3 {
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 15px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .service .block p {
        color: #7a7d83;
        text-align:justify
    }

/*--
    About start
--*/
.about {
    background-color: #0c0d0e !important;
}
.ab:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 150%;
    background: url(https://www.x365.io/wp-content/uploads/2020/08/bg_glow_new.png) no-repeat;
    /*top: -10%;*/
    margin: -14% 0 0 -12%;
    background-position: 20% -50px;
}

.about .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  color: #7e7e7e;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif; }

.about .about-slider img {
  width: 100%;
  height: auto; }

/*--
    call-to-action start
--*/
.call-to-action {
  padding: 90px 0px;
  background-image: url(../images/call-to-action.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative; }
  .call-to-action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }
  .call-to-action .block h2 {
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 600; }
  .call-to-action .block p {
    padding-right: 30px;
    color: #fff; }
  .call-to-action .block .input-group {
    margin-top: 30px; }
    .call-to-action .block .input-group input {
      height: 50px;
      border-radius: 0;
      border: none;
      box-shadow: none; }
    .call-to-action .block .input-group .btn-subscription {
      height: 50px;
      border-radius: 0;
      border: none;
      box-shadow: none;
      background: #1bafb4;
      padding: 0px 35px;
      color: #fff;
      font-weight: bold; }

.input-field .form-control {
  box-shadow: none;
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  border-radius: 0; }

.btn-send {
  line-height: 48px;
  border: 2px solid #1bafb4;
  background: #1bafb4;
  color: #fff;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0;
  margin-top: 10px; }
  .btn-send:hover {
    color: #fff; }

.input-field label {
  color: rgba(237, 28, 36, 0.7); }

.form-group .input-field + .input-field {
  margin-top: 10px; }

.input-field textarea.form-control {
  height: 160px;
  box-shadow: none; }

.form-group {
  margin-top: 10px; }

#success,
#error {
  display: none; }

footer {
  text-align: center;
  background: #272727;
  padding: 27px 0px; }
    footer p {
        font-weight: 700;
        font-size: 14px;
        color: #dfdfdf;
        letter-spacing: 1px;
        text-align:left
    }
    footer p a {
      color: #fff; }
      footer p a:hover {
        color: #fff;
        text-decoration: none; }

.pad-top{
    padding:220px 0 0 0;
}

.signIn a {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    display: block;
    height: 41px;
    line-height: 37px;
    padding: 0 48px;
    background: #ffa100;
    font-weight: 700;
    border-radius: 25px;
    border: 2px solid #ffa100;
    transition: all .35s;
    text-decoration: none;
}
    .signIn a:hover {
        background: transparent;
        color: #ffa100;
    }
.join_button a {
    background: #ffa100 ;
    border-radius: 31px;
    border: 2px solid #ffa100 !important;
    padding: 10px 35px !important;
    font-size: 22px;
    color: #000;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
}
 .join_button a:hover {
    background: transparent ;
    color: #fff;
    cursor:pointer;
}
.join_button-rev a{
    background: transparent ;
    border-radius: 31px;
    text-decoration:none;
    border: 2px solid #ffa100 !important;
    padding: 10px 42px !important;
    font-size: 22px;
    color: #ffa100;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
}
    .join_button-rev a:hover {
        background: #ffa100;
        color: #fff;
    }

    .hero_text_style h1 {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.title h2 strong {
    font-size: 40px;
    color: #ffa100;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}

.title h2 {
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    padding-bottom:40px
}



@media only screen and (max-width: 600px) {
    .signIn a {
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
        display: block;
        height: 40px;
        line-height: 37px;
        padding: 0 28px;
        background: #ffa100;
        font-weight: 700;
        border-radius: 25px;
        border: 2px solid #ffa100;
        transition: all .35s;
        text-decoration: none;
    }

    .pad-top {
        padding: 120px 0 0 0;
    }

    .ab:before {
        margin: -87% 0 0 -0%;
    }

    .title h2 strong {
        font-size: 32px;
    }
}
.content p{
    color:#fff !important;
}


#our-process {
    background: #0c0d0e !important;
}

.process-wrapp {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    margin: 0 15px;
  
}

    .process-wrapp, .process-wrapp li,
    .process-wrapp li > .pro-step {
        position: relative;
        z-index: 1;
    }

        .process-wrapp li {
            text-align: center;
            padding: 70px 15px 0 15px;
            display: table-cell;
        }

            .process-wrapp li:hover {
                cursor: pointer;
            }

            .process-wrapp li > .pro-step {
                display: inline-block;
                height: 90px;
                width: 90px;
                line-height: 90px;
                border: 1px solid #ffa100;
                font-size: 28px;
                font-weight: 600;
                color: #fff;
                text-align: center;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

            .process-wrapp li p:first-child {
                font-size: 15px;
            }

            .process-wrapp li p:last-child {
                
                font-size: 14px;
                line-height: 21px;
                color: rgba(255,255,255,0.6);
                font-weight: 400;
            }

            /*.process-wrapp li:hover > .pro-step {
                -webkit-box-shadow: 0 0 25px 50px #fff inset;
                box-shadow: 0 0 25px 50px #fff inset;
                color: #00bcd4;
            }*/

            .process-wrapp li::before, .process-wrapp li::after {
                content: "";
                height: 1px;
                top: 115px;
                background: #ffa100;
                position: absolute;
                width: 50%;
                z-index: -1;
                margin: 0 -45px;
            }

            .process-wrapp li:first-child::before,
            .process-wrapp li:last-child::after {
                opacity: 0;
                visibility: hidden;
            }

            .process-wrapp li::before {
                left: 0;
            }

            .process-wrapp li::after {
                right: 0;
            }

/*process with box */
.process-number {
    background: #fff;
    padding: 0 1rem 2.5rem 1rem;
    position: relative;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .process-number,
    .process-number .pro-step {
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }

        .process-number:hover {
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
            box-shadow: 0 0 20px rgba(0, 0, 0, .15);
            cursor: pointer;
        }

        .process-number .pro-step {
            font-weight: bold;
            font-size: 1.75rem;
            font-family: 'Open Sans', sans-serif;
            margin-right: 5px;
            color: #fff;
            line-height: 1;
            background: #00bcd4;
            height: 50px;
            width: 50px;
            text-align: center;
            line-height: 50px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            margin-top: -50px;
        }

            .process-number .pro-step::after {
                content: "";
                height: 5px;
                width: 5px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                display: inline-block;
                /*background: #fff;*/
                margin-left: 3px;
            }

        .process-number.even .pro-step {
            background: #643094;
        }

        /*Process icoin inside*/
        .process-number.iconic {
            padding: 2.5rem 1rem;
        }

            .process-number.iconic > span {
                height: 90px;
                width: 90px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                line-height: 90px;
                display: inline-block;
                text-align: center;
                font-size: 48px;
                background: #00bcd4;
                color: #fff;
            }

            .process-number.iconic:hover > span {
                -webkit-box-shadow: 0 0 20px 45px #643094 inset;
                box-shadow: 0 0 20px 45px #643094 inset;
            }


@media screen and (max-width: 992px) {
    .process-wrapp {
        text-align: center;
    }

        .process-wrapp li {
            display: inline-block;
            max-width: 300px;
        }

            .process-wrapp li:first-child::before,
            .process-wrapp li:last-child::after {
                opacity: 1;
                visibility: visible;
            }
}


.head {
    font-size: 19px;
    display: block;
    color: #ffffff;
    font-family: 'Roboto Condensed',sans-serif;
    margin-bottom: 8px;
    margin-top: 5px;
}
/*-------------------------------*/
/*Work Process ends */
/*-------------------------------*/
ul.liveDetails {
    display: flex;
    list-style: none;
    margin: -44px 0 0 0;
    padding: 0;
}
    ul.liveDetails li {
        flex: 1;
        position: relative;
    }

ul.liveDetails li:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 76px;
    background: rgba(255,255,255,0.2);
    right: 0;
    top: 0px;
    display: block;
    border-radius: 2px;
}

        ul.liveDetails li .part-main-text {
            font-family: 'Roboto Condensed',sans-serif;
            font-size: 22px;
            color: #fff;
            text-align: center;
        }
        ul.liveDetails li .part-main-value {
            font-size: 40px;
            padding-top: 10px;
            color: #ffa100;
            text-align: center;
        }

@media (max-width: 714px) {
    ul.liveDetails {
        flex-direction: column;
    }
}
@media (max-width: 714px) {
    ul.liveDetails li {
        margin-bottom: 36px;
    }
}
@media (max-width: 990px) {
    ul.liveDetails li .part-main-text {
        font-size: 25px;
    }
}
@media (max-width: 990px) {
    ul.liveDetails li .part-main-value {
        font-size: 30px;
    }
}