/**
* @Package: Cryptonia - Bitcoin & Cryptocurrency trading Dashboard
* @Version: 1.0.0
*/
/*** 

====================================================================
    General Styles
====================================================================

 ***/
body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

p {
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0
}
a:hover{
    text-decoration: none;
}
h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    margin-bottom: 50px;
    margin-top: 0;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

a {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt100 {
    margin-top: 100px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb90 {
    margin-bottom: 90px;
}

.o-hidden {
    overflow: hidden;
}
.width100{
    width: 100%
}
.white{
	color: #fff !important;
}

.text-bold {
    font-weight: 700;
}

.btn-login {
    padding: 7px 18px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 5px 25px -7px #464444;
    border: 1px solid;
    border-radius: 28px;
    font-family: Arial;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-login:focus,
.btn-login:hover {
    background: #fff;
    border: 1px solid;
    text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
    box-shadow: none;
}


/*
* ----------------------------------------------------------------------------------------
*  START Navbar STYLE
* ----------------------------------------------------------------------------------------
*/
.navbar {
    margin-bottom: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-toggle {
    border: none;
}

.navbar-right {
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fb819f;
    width: 24px;
}

.nav-item>li>a {
    padding: 15px;
}

.navbar-brand {
    height: 50px;
    padding: 0;
}

.navbar-brand img {
    height: 50px;
}

.nav-base {
    padding: 5px 0;
    top: 0;
    transition: all 200ms ease-in-out;
    z-index: 999;
}

.nav-base #navigation ul li a {
    text-transform: capitalize;
    font-size: 15px;
}

.nav-base .logo-blue {
    display: none;
}

.nav-base.mini-nav {
    padding: 5px 0;
    box-shadow: 0 0 2px rgba(100, 100, 100, 0.3);
}

.nav-base.mini-nav .logo-blue {
    display: block;
}

.nav-base.mini-nav .logo-white {
    display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.nav-base #navigation ul li a.btn {
    padding: 7px 15px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 7px;
    min-width: 40px;
}

.nav-base.dark-bg.mini-nav #navigation ul li.active a,
.nav-base.dark.mini-nav #navigation ul li.active a,
.nav-base.light-bg.mini-nav #navigation ul li.active a,
.nav-base.light.mini-nav #navigation ul li.active a {
    color: #e77512;
}

.nav-base.dark {
    background: transparent;
    box-shadow: 0 1px 0 rgba(255,255,255,.37);
}

.nav-base.dark #navigation ul li a {
    color: #fff;
    padding: 10px 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.nav-base.dark #navigation ul li a.special{
    border: 1px solid #fff
}

.nav-base.dark #navigation ul li a:hover {
    color: #253267;
}

.nav-base.dark #navigation ul li a.btn {
    color: #fff;
    background: #00AFF0;
}

.nav-base.dark #navigation ul li a.btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.nav-base.dark #navigation ul li a.btn-secondary {
    color: #fff;
    border-color: #fff;
    background: none;
}

.nav-base.dark #navigation ul li a.btn-secondary:hover {
    color: #fff;
    border-color: #00AFF0;
    background: #00AFF0;
}

.nav-base.dark.mini-nav {
    z-index: 1200;
    background: #fff;
    box-shadow: 5px 2px 12px -3px #999;
}

.nav-base.dark.mini-nav #navigation ul li a {
    color: #666;
}
.nav-base.dark.mini-nav #navigation ul li a.special{
    border-color: #e77512
}
.nav-base.dark.mini-nav #navigation ul li a.active {
    color: #e77512;
}

.nav-base.dark.mini-nav #navigation ul li a:hover {
    color: #e77512;
}

.nav-base.dark.mini-nav #navigation ul li a.btn {
    color: #00AFF0;
    border-color: #00AFF0;
    background: transparent;
}

.nav-base.dark.mini-nav #navigation ul li a.btn:hover {
    color: #fff;
    border-color: #00AFF0;
    background: #00AFF0;
}

.nav-base.dark.mini-nav #navigation ul li a.btn-secondary {
    color: #fff;
    border-color: #00AFF0;
    background: #00AFF0;
}

.nav-base.dark.mini-nav #navigation ul li a.btn-secondary:hover {
    color: #00AFF0;
    border-color: #00AFF0;
    background: transparent;
}

.nav-base.light {
    background: transparent;
}

.nav-base.light #navigation ul li a {
    color: #666;
}

.nav-base.light #navigation ul li a:hover {
    color: #00AFF0;
}

.nav-base.light #navigation ul li a.btn {
    color: #fff;
    background: #00AFF0;
}

.nav-base.light #navigation ul li a.btn:hover {
    color: #00AFF0;
    background: transparent;
}

.nav-base.light #navigation ul li a.btn-secondary {
    color: #00AFF0;
    background: none;
}

.nav-base.light #navigation ul li a.btn-secondary:hover {
    color: #fff;
    background: #00AFF0;
}

.nav-base.light.mini-nav {
    background: #fff;
}

.nav-base.light.mini-nav #navigation ul li a {
    color: #555;
}

.nav-base.light.mini-nav #navigation ul li a:hover {
    color: #00AFF0;
}

.nav-base.light.mini-nav #navigation ul li a.btn {
    color: #00AFF0;
    background: transparent;
}

.nav-base.light.mini-nav #navigation ul li a.btn:hover {
    color: #fff;
    background: #00AFF0;
}

.nav-base.light.mini-nav #navigation ul li a.btn-secondary {
    color: #fff;
    background: #00AFF0;
}

.nav-base.light.mini-nav #navigation ul li a.btn-secondary:hover {
    color: #00AFF0;
    background: none;
}

.nav-base.dark-bg {
    background: #242424;
}

.nav-base.dark-bg #navigation ul li a {
    color: #fff;
}

.nav-base.dark-bg #navigation ul li a:hover {
    color: #00AFF0;
}

.nav-base.dark-bg #navigation ul li a.btn {
    color: #fff;
    background: #00AFF0;
}

.nav-base.dark-bg #navigation ul li a.btn:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.nav-base.dark-bg #navigation ul li a.btn-secondary {
    color: #fff;
    border-color: #fff;
    background: none;
}

.nav-base.dark-bg #navigation ul li a.btn-secondary:hover {
    color: #fff;
    border-color: #00AFF0;
    background: #00AFF0;
}

.nav-base.dark-bg.mini-nav {
    background: #232323;
}

.nav-base.light-bg {
    background: #fff;
}

.nav-base.light-bg #navigation ul li a {
    color: #555;
}

.nav-base.light-bg #navigation ul li a:hover {
    color: #00AFF0;
}

.nav-base.light-bg #navigation ul li a.btn {
    color: #fff;
    background: #00AFF0;
}

.nav-base.light-bg #navigation ul li a.btn:hover {
    color: #00AFF0;
    background: transparent;
}

.nav-base.light-bg #navigation ul li a.btn-secondary {
    color: #00AFF0;
    background: none;
}

.nav-base.light-bg #navigation ul li a.btn-secondary:hover {
    color: #fff;
    background: #00AFF0;
}

.nav-base.light-bg.mini-nav {
    background: #fff;
}

.nav-base #navigation ul li.active a {
    color: #fff;
}

.dark.mini-nav .navbar-brand {
    visibility: visible;
}

/*
* ----------------------------------------------------------------------------------------
*  START Main header STYLE
* ----------------------------------------------------------------------------------------
*/
.main-header {
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    position: relative;
    margin-top: -100px;
    transform-origin: center;
}

.main-header.demo2:after {
    content: "";
    position: absolute;
    bottom: -200px;
    height: 400px;
    background-color: #fff;
    width: 100%;
    transform: skewY(-10deg);
}


.main-header.demo1{
	background: url('../images/header-bg/intro.png') no-repeat;
	background-size: cover
}
.main-header.demo4{
	background: url('../images/header-bg/demo4.jpg') bottom center no-repeat;
	background-size: cover
}
.main-header.demo1 .main-header-sub{
	padding-top: 200px;
}
.main-header.demo1 .main-header-sub.prev{
    padding-top: 170px;
}
@media (max-width: width: 993px){
    .main-header.demo1 .main-header-sub{
        padding-top: 100px;

    }
}
.main-header.demo3 .main-header-sub{
	padding-bottom: 150px;

}
.main-header.demo4 .main-header-sub{
	padding-bottom: 100px;

}

.main-header.demo3:before{
	content: "";
    position: absolute;
    bottom: -200px;
    height: 200px;
    background-color: #fff;
    width: 100%;
    transform: skewY(-10deg);
}
.main-header.demo3:after{
	content: "";
    position: absolute;
    bottom: -200px;
    height: 200px;
    background-color: #fff;
    width: 100%;
    transform: skewY(10deg);
}
.big-preview .img-section {
    position: relative;
}
.main-header.demo3 .img-section,
.main-header.demo4 .img-section {
    position: relative;
    margin-top: 50px;
}

.big-preview .img-section .img-chat {
    top: 150px;
    left: 50px;
    position: absolute;
    z-index: 3;
    box-shadow: 0 10px 38px 2px rgba(4, 26, 55, 0.25);
    animation: floating1 8s infinite;
    -webkit-animation: floating1 8s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.big-preview .img-section .img-browser {
    position: relative;
    z-index: 2;
}

.big-preview .img-section .img-followers {
    top: 80px;
    position: absolute;
    right: 20px;
    z-index: 3;
    box-shadow: 0 10px 38px 2px rgba(4, 26, 55, 0.25);
    animation: floating2 7s infinite;
    -webkit-animation: floating2 7s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.home-cont img {
    display: inline-block;
}

.home-cont h2 {
    margin-top: 0;
}

.main-header {
    position: relative;
    overflow: visible;
}

.main-header h1 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 32px;
    text-shadow: 0 18px 20px rgba(102, 102, 102, 0.34);
}
.main-header-sub.sub h1{font-size: 40px;text-shadow:none }
.main-header .content-text h3 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.8;
}
.special-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 9px;
    box-shadow: 0 -6px 0 0 #d5d5d5 inset;
    color: #03060d;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 60px;
    letter-spacing: 2px;
    margin: 60px 15px 0;
    min-width: 216px;
    padding: 16px 10px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.special-btn:hover {
    box-shadow: 0 6px 0 0 #d5d5d5 inset;
    color: #03060d;
    transition: .3s;
}
.special-btn img {
    margin: 0 11px 0 0;
}
.offer-price {
    bottom: 0;
    left: -140px;
    margin: auto;
    position: absolute;
    top: 50%;
    max-width: 100%;
    height: auto;
}

.learn-more {
    border: 2px solid;
    border-radius: 28px;
    font-family: Arial;
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 0.5s;
    box-shadow: 0 5px 25px -7px #000000;
}

.learn-more:focus,
.learn-more:hover {
    background: #fff;
    color: #444;
    text-decoration: none;
    opacity: 0.8;
    border: 2px solid #fff;
    cursor: pointer;
}

.main-header .main-header-sub {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 250px;
    z-index: 9;
}

.main-header .content-text {
    top: calc(50% - 150px);
    width: 100%;
    position: relative;
}

.main-header .content-text .circle-1 {
    position: absolute;
    left: -22%;
    width: 150px;
    height: 150px;
    border: 8px solid #db85fb;
    border-radius: 50%;
    opacity: 0.3;
    animation: floating 10s infinite;
    -webkit-animation: floating 10s infinite;
}

.main-header .content-text .circle-2 {
    position: absolute;
    right: -20%;
    bottom: 0;
    width: 80px;
    height: 80px;
    border: 15px solid #00ffc9;
    border-radius: 50%;
    opacity: 0.4;
    animation: floating 9s infinite;
    -webkit-animation: floating 9s infinite;
}

.main-header .content-text .circle-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 6px solid #b1af00;
    border-radius: 50%;
    opacity: 0.6;
    animation: floating 8s infinite;
    -webkit-animation: floating 8s infinite;
}

.main-header .content-text .circle-4 {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100px;
    height: 100px;
    border: 15px solid #f95eaa;
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
    animation: floating 7s infinite;
    -webkit-animation: floating 7s infinite;
}
.current-ico-bouns{
    padding: 20px;
    z-index: 9;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    background: #fff;
    border: 1px solid #eee
}
.current-ico-bouns.buttons{
    background: transparent;
    border: none;
    padding: 0
}
.current-ico-bouns.buttons .special-btn{
    margin-top: 0
}
.current-ico-bouns .buy-now{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-top: 40px solid #e77512;
    border-left: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-right: 40px solid #e77512;
    background: #e77512
}
.current-ico-bouns .buy-now i{
    top: -27px;
    position: relative;
    font-size: 20px;
    left: 6px;
    color: #fff;
}
.bouns-labels-list li{
    display: inline-block;
    padding: 0 4%;
    width: 24%
}
.bouns-labels-list li h4{
    font-size: 16px;
    font-weight: 600
}
.bouns-progress .bg-color1{
    background: #ebc844
}
.bouns-progress .bg-color2{
    background: #f16c20
}
.bouns-progress .bg-color3{
    background: #c02e1d 
}
.bouns-labels-list li h4 .color1{
    color: #ebc844;
    font-weight: 600
}
.bouns-labels-list li h4 .color2{
    color: #f16c20;
    font-weight: 600
}
.bouns-labels-list li h4 .color3{
    color: #c02e1d ;
    font-weight: 600
}
/*
* ----------------------------------------------------------------------------------------
*  START counter-down STYLE
* ----------------------------------------------------------------------------------------
*/
.counter-down{
    border: 1px solid #ccc;
    background-color: #eee;
    padding-bottom: 10px;
    margin-top: 170px;
    z-index: 9;
    position: relative;
}
@media (max-width: 767px) {
    .counter-down{
        margin-top: 30px;
    }
}
.conuter-header{
    padding: 30px 0 20px;
    overflow: hidden;
    position: relative;
    background: #e77512;
    border-radius: 0 0 70px 70px
}

.conuter-header h3{
    font-weight: 600;
    font-size: 24px;
    color: #fff
}
.conuter-header h4{
    font-size: 18px;
    text-transform: uppercase;
}
.counterdown-content{
    padding: 30px 16px;

}
.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: #4d4c4c;
}
.btc-earning{
    font-size: 24px;
    font-weight: 600;
    padding-right: 45px;
    color: #4d4c4c;
    position: relative;
}
.ico-sales-status p{
    font-size: 12px
}
.btc-earning span{
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 6px;
}

.ico-progress {
   margin: 20px 10px;
   overflow: hidden;
}
.ico-progress ul{
    margin-bottom: 5px
}
.ico-progress li {
   font-size: 18px;
   font-weight: 400;
}
.ico-progress li.title {
   float: left;
   padding-left: 30px
}
.ico-progress li.strength {
   float: right;
}
.ico-progress .current-progress {
   width: 100%;
   height: 16px;
   position: relative;
   background: #bfbfbf;
   border-radius: 7px
}
.ico-progress .current-progress:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 26px;
    bottom: -5px;
    left: 12%;
    background: #2b1b1b
}

.current-progress .progress-bar{
    border-radius: 7px
}
.ico-progress span {
    color: #777;
    font-size: 12px;
    padding-top: 5px;
    display: inline-block;
}
.has-gradient{
    background-image: -webkit-linear-gradient(to right, #e8962e, #e45131) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(to right), color-stop(#e8962e), to(#e45131)) !important;
    background-image: linear-gradient(to right bottom, #e8962e, #e45131) !important;
}
.buy-tokens{
    border-radius: 25px;
    border: 2px dashed #e77512;
    padding: 10px 30px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.buy-tokens.has-gradient:hover{background: transparent !important;color: #e77512}

/*
* ----------------------------------------------------------------------------------------
*  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: #253267
}
.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: #ff693a;
   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: #ff693a;
}

/*timeline block */
.timeline-split .timeline .block {
   width: 50%;
   width: calc(50% - 30px);
   text-align: left;
   position: relative
}
/*block marker */
.timeline-split .timeline .block::before {
   content: "";
   width: 10px;
   height: 10px;
   border-radius: 50%;
   position: absolute;
   background: #ff693a;
   top: 10px;
}

/*left block */
.timeline-split .timeline .block.block-left {
   text-align: right;
}
.timeline-split .timeline .block.block-left::before {
   right: -35px;
}

/*right block */
.timeline-split .timeline .block.block-right {
   text-align: left;
   margin-left: 50%;
   margin-left: calc(50% + 30px);
}
.timeline-split .timeline .block.block-right::before {
   left: -35px;
}
/*decrease the timeline heading text */
@media (max-width: 768px) {
   .timeline-split .timeline {
      padding: 50px 20px;
   }

   .timeline-split .timeline h3 {
      font-size: 19px;
   }
}
/*change timeline layout to fit tiny screen size */
@media (max-width: 767px) {
   .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
   }
}

/*
===========================================================
  intro bar
===========================================================
*/
.intro-wrapper{
    position: relative;
}
.intro-wrapper:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../svg/wave3.svg);
}
.banner-bottom-inner {
    background-color: #ffffff;
    position: relative;
    z-index: 500;
    width: 100%;
    float: left;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
}
.banner-bottom-inner .row{
    border-left: 1px solid #ededed
}
@media (min-width: 480px) {
    .banner-bottom-inner {
        top: -30px;
    }
}

@media (min-width: 768px) {
    .banner-bottom-inner {
        top: -50px;
    }
}

.single-info-item {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-right: 1px solid #ededed; 
  overflow: hidden;
  -webkit-transition:.7s;
  transition:.7s;
}
.single-info-item .info-text,
.single-info-item .info-icon {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.single-info-item:hover .info-icon {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.single-info-item:hover .info-text {
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.info-left-bg {
    float: left;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}
.info-icon {
    position: relative;
    margin: 40px auto 0;
    overflow: hidden;
    text-align: center;
}

.info-text {
    overflow: hidden;
    padding: 26px 0px 40px;
    text-align: center;
}
.info-text h3 {
    font-size: 20px;
    font-weight: 500;
    padding-right: 10px;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: capitalize;
}
.info-text h3 a{
  color: #fff;
  transition:.5s;
}
.info-text h3 a:hover{
  color:#333;
  transition:.5s;
}
.info-text p {
    color: #eee;
    font-family: 'Open Sans', sans-serif;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 22px;
}


/*
* ----------------------------------------------------------------------------------------
*  START money exchange STYLE
* ----------------------------------------------------------------------------------------
*/
.money-exchange{
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 60px
}
.bg-shape-bot {
    position: absolute;
    z-index: 0;
    width: auto;
    height: 110%;
    top: -85px;
    right: 0;
    vertical-align: middle;
    border-style: none;
}

@media screen and (min-width: 992px){
    .bg-shape-bot {
        top: -20px;
        height: 100%;
        bottom: 25px;
    }

}
@media screen and (min-width: 768px){
    .bg-shape-bot {
        top: -60px;
        height: 110%;
        left: 0;
        right: 0;
        width: 100%;
    }
}
.money-exchange .money-exchange-right {
    max-width: 480px;
}
@media screen and (min-width: 992px){
    .money-exchange .money-exchange-right {
        margin: 100px 0 100px;
    }
}
.money-exchange .money-exchange-right h2 {
    font-weight: 400;
    font-size: 54px;
    line-height: 1.07;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 20px;
}
.money-exchange .money-exchange-right p {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.3px;
    color: #e0dfe8;
}
@media screen and (min-width: 992px){
    .money-exchange .money-exchange-left img {
        top: -30px;
    }
}

@media screen and (min-width: 768px){
    .money-exchange .money-exchange-left img {
        max-width: 85%;
        top: -60px;
        left: 10px;
        position: absolute;
    }
}

.s-list{
  margin-top: 30px;
  margin-bottom: 0
}
.s-list li {
    margin-bottom: 10px;
    color: #eee;
    font-size: 16px
}
.s-list span.fa {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}


/*
* ----------------------------------------------------------------------------------------
*  START ico-distribution STYLE
* ----------------------------------------------------------------------------------------
*/
.ico-distribution{
    position: relative;
    padding: 100px 0 80px;
}
.ico-distribution .section-title h3,
.ico-distribution .section-title p{
    color: #fff
}
.center-values{position: absolute;
    top: 35%;
    left: 40%;
    height: 110px;
    width: 110px;
    color: #979292;
    background-color: #fff;
    padding: 20px 16px;
    border-radius: 100px; text-align:center;    box-shadow: 0 0 0 20px rgba(0,0,0,0.3);}
.margin-btm{ 
    color: #a67220;
    margin: 5px 0;}
.phx{ color:#5b5b5b; font-size:13px;}
.phx.trix{font-size: 12px}
.angle-round {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size: 16px;
}

.number {
    color: grey;
    float: right;
}
.ico-distribution .progress {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 12px;
    border-radius: 10px;
}
.ico-distribution .progress-cls {
    background-color: #eee !important;
    height: 20px !important;
    margin-bottom: 20px;
    width: 100%
}
.ico-distribution .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    line-height: 25px;
    height: 20px;
    border-radius: 10px;
    justify-content: center;
    color: #fff;
    background-color: #ebc844;
}
.background-one {
    width: 30%;
    background-color: #2f66d4;
    border-radius: 10px;
}


/*
* ----------------------------------------------------------------------------------------
*  START Team STYLE
* ----------------------------------------------------------------------------------------
*/
.team.features{
    padding-bottom: 50px
}
.team-member {
    display: inline-block;
    padding: 0px;
    text-align: center;
    border: 0px solid #eaeaea;
    margin: 0 0 30px 0;
    background-color: transparent;
}
.team-img {
    padding: 0px;
}
.team-img img{
    max-width: 170px;
    border-radius: 50%
}
.team-info {
    margin: 20px 0 10px;
    display: block;
    position: relative;
    padding: 0;
}
.team-info h3{

}

.team-member .social-icons li{
    display: inline-block;
}
.team-member .social-icons a {
    display: inline-block;
    margin-bottom: 5px;
    color: #e77512
}
.team-member .social-icons i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    padding: 7px !important;
    text-align: center;
}
.icon-primary.icon-bordered {
    border: 1px solid #e77512;
    background-color: transparent;
    color: #e77512;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.about-you {
    overflow: hidden;
    padding-bottom: 100px;
}

.about-you h2 {
    margin-bottom: 120px;
}

.about-you .about-image .img-1 {
    position: absolute;
    z-index: 1;
}

.about-you .about-image .img-2 {
    position: absolute;
    left: 17%;
    top: -40px;
    z-index: 3;
}

.about-you .about-image .img-3 {
    position: relative;
    left: 232%;
    z-index: 5;
}

.about-you .about-image .img-4 {
    position: absolute;
    left: 60%;
    top: -60px;
    z-index: 8;
}

.about-you .about-image .img-5 {
    position: absolute;
    right: 0;
    top: -20%;
    z-index: 7;
}

.about-you .about-image .img-6 {
    position: absolute;
    left: 9%;
    top: 250px;
    z-index: 2;
}

.about-you .about-image .img-7 {
    position: absolute;
    left: 20%;
    top: 250px;
    z-index: 4;
}

.about-you .about-image .img-8 {
    position: absolute;
    left: 50%;
    top: 300px;
    z-index: 6;
}

.about-you .about-image .img-9 {
    position: absolute;
    right: 0;
    top: 250px;
    z-index: 8;
}

.about-you .about-image .img-hvr {
    transition-delay: 0s!important;
}

.about-you .about-image .img-hvr:hover {
    z-index: 999;
    transform: scale(1.1)!important;
}

.habit {
    background-color: #303549;
    position: relative;
    margin-top: 150px;
    padding-bottom: 190px;
    background-size: cover;
}

.habit h2 {
    font-weight: 600;
    color: #fff;
}

.habit h3 {
    font-weight: 600;
    color: #fff;
}

.habit h4 {
    margin: 25px 0 20px;
    line-height: 1.6;
    font-size: 16px;
}

.habit i {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.habit p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}

.habit .work {
    padding: 20px;
    margin-bottom: 60px;
    color: #fff;
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background-image: linear-gradient(34deg, #e77512 0%, #81c1fd 100%);
    box-shadow: 0 5px 23px 2px rgba(4, 26, 55, 0.45);
    transition: all 0.3s;
}

.habit .work:hover {
    box-shadow: 0 7px 23px 2px rgba(4, 26, 55, 0.45);
    transform: scale(1.02);
}

.habit .play {
    padding: 20px;
    margin-bottom: 60px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 25%;
    margin-left: 15px;
    margin-right: 15px;
    background-image: linear-gradient(34deg, #1fe4bd 0%, #67cfc6 99%);
    box-shadow: 0 5px 23px 2px rgba(4, 26, 55, 0.45);
    transition: all 0.3s;
}

.habit .play:hover {
    box-shadow: 0 7px 23px 2px rgba(4, 26, 55, 0.45);
    transform: scale(1.02);
}

.habit .grow {
    padding: 20px;
    margin-bottom: 60px;
    color: #fff;
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background-image: linear-gradient(34deg, #f1c40f 0%, #f3da75 100%);
    box-shadow: 0 5px 23px 2px rgba(4, 26, 55, 0.45);
    transition: all 0.3s;
}

.habit .grow:hover {
    box-shadow: 0 7px 23px 2px rgba(4, 26, 55, 0.45);
    transform: scale(1.02);
}

.habit .rest {
    padding: 20px;
    margin-bottom: 60px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 75%;
    margin-left: 15px;
    margin-right: 15px;
    background-image: linear-gradient(34deg, #f78ea4 0%, #ff9eac 100%);
    box-shadow: 0 5px 23px 2px rgba(4, 26, 55, 0.45);
    transition: all 0.3s;
}

.habit .rest:hover {
    box-shadow: 0 7px 23px 2px rgba(4, 26, 55, 0.45);
    transform: scale(1.02);
}

.habit .right-main {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 50px;
}

.schedule:before {
    content: "";
    opacity: 0.2;
    top: 30%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: url("../images/bg-svg.svg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.schedule {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.schedule .schedule-text {
    margin-top: 50px;
}

.schedule h2 {
    margin-top: 20px;
}

.schedule .schedule-content {
    position: relative;
    margin: 80px 0 0;
}

.schedule .schedule-content .row {
    display: flex;
    align-items: center;
}

.schedule .schedule-content ul li {
    line-height: 1.52;
}

.schedule .schedule-content ul li:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #e77512;
    border-radius: 10px;
    margin: 0 10px;
}

.schedule .schedule-content ul li:after {
    content: "";
    display: flex;
    width: 1px;
    height: 15px;
    background-color: #e77512;
    margin: 0 15px;
}

.schedule .schedule-content ul li:last-child:after {
    content: none;
}

.schedule .schedule-content .left-main p {
    margin: 20px 0 30px;
}

.schedule .schedule-content .ui1 {
    position: absolute;
    z-index: 1;
    top: 130px;
    left: 140px;
}

.schedule .schedule-content .ui2 {
    position: absolute;
    z-index: 1;
    top: 190px;
    right: 140px;
}

.team {
    position: relative;
    overflow: hidden;
}

.team .tab-content .title {
    margin-top: 80px;
}

.team #version1 h2 {
    margin: 30px 0;
}

.team #version1 h3 {
    margin-bottom: 20px;
}

#sync2 h3 {
    margin-top: 0;
}

#carousel-custom-dots .owl-dot.active {
    background: transparent;
}

.owl-carousel .owl-item {
    padding: 25px 0;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-item p:first-child {
    width: 50%;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 35px;
}

.team-images {
    width: 110px!important;
    border-color: transparent!important;
    display: inline-block;
}

.team-images img {
    border-radius: 100px;
    opacity: 0.6;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

.team-images:hover {
    background: transparent!important;
}

.team-images .img-1 {
    position: absolute;
    top: 50px;
    left: 160px;
    width: 90px;
    z-index: 1;
    animation: floating 7s infinite;
    -webkit-animation: floating 7s infinite;
}

.team-images .img-2 {
    position: absolute;
    top: 140px;
    left: 20px;
    width: 65px;
    z-index: 1;
    animation: floating 6s infinite;
    -webkit-animation: floating 6s infinite;
}

.team-images .img-3 {
    position: absolute;
    top: 170px;
    left: 200px;
    width: 82px;
    z-index: 1;
    animation: floating 5s infinite;
    -webkit-animation: floating 5s infinite;
}

.team-images .img-4 {
    position: absolute;
    top: 250px;
    left: 150px;
    width: 55px;
    z-index: 1;
    animation: floating 8s infinite;
    -webkit-animation: floating 8s infinite;
}

.team-images .img-5 {
    position: absolute;
    top: 310px;
    left: -20px;
    z-index: 1;
    animation: floating 9s infinite;
    -webkit-animation: floating 9s infinite;
}

.team-images .img-6 {
    position: absolute;
    top: 330px;
    left: 220px;
    width: 50px;
    z-index: 1;
    animation: floating 5s infinite;
    -webkit-animation: floating 5s infinite;
}

.team-images .img-7 {
    position: absolute;
    top: 430px;
    left: 100px;
    z-index: 1;
    animation: floating 6s infinite;
    -webkit-animation: floating 6s infinite;
}

.team-images .img-8 {
    position: absolute;
    top: 50px;
    right: 160px;
    width: 90px;
    z-index: 1;
    animation: floating 6s infinite;
    -webkit-animation: floating 6s infinite;
}

.team-images .img-9 {
    position: absolute;
    top: 140px;
    right: 20px;
    width: 65px;
    z-index: 1;
    animation: floating 5s infinite;
    -webkit-animation: floating 5s infinite;
}

.team-images .img-10 {
    position: absolute;
    top: 170px;
    right: 200px;
    width: 82px;
    z-index: 1;
    animation: floating 9s infinite;
    -webkit-animation: floating 9s infinite;
}

.team-images .img-11 {
    position: absolute;
    top: 250px;
    right: 150px;
    width: 50px;
    z-index: 1;
    animation: floating 8s infinite;
    -webkit-animation: floating 8s infinite;
}

.team-images .img-12 {
    position: absolute;
    top: 310px;
    right: -20px;
    z-index: 1;
    animation: floating 5s infinite;
    -webkit-animation: floating 5s infinite;
}

.team-images .img-13 {
    position: absolute;
    top: 330px;
    right: 220px;
    width: 50px;
    z-index: 1;
    animation: floating 6s infinite;
    -webkit-animation: floating 6s infinite;
}

.team-images .img-14 {
    position: absolute;
    top: 430px;
    right: 100px;
    z-index: 1;
    animation: floating 7s infinite;
    -webkit-animation: floating 7s infinite;
}

.team-images.active img {
    border: 2px solid #0e7ae8;
    border-radius: 65px;
    opacity: 1;
}

#team .nav-pills {
    padding-top: 80px;
}

#team .nav-pills li {
    float: none;
    display: inline-block;
}

#team .nav-pills li a {
    transition: all ease-in 0.3s;
}

#team .nav-pills li a:hover {
    opacity: 1;
    background: #0e7ae8;
    color: #fff;
    transition: all ease-in 0.3s;
}

.nav-pills li a {
    border: 1px solid #0e7ae8;
}

.nav-pills li.active a {
    background: #0e7ae8;
    transition: all ease-in 0.3s;
    border: 1px solid transparent;
    opacity: 1;
}

.nav-pills li.active a:focus {
    background: #0e7ae8;
    transition: all ease-in 0.3s;
    border: 1px solid transparent;
    opacity: 1;
}

.nav-pills li.active a:hover {
    background: #fff;
    color: #0e7ae8;
    border: 1px solid #0e7ae8;
}

.team-block img {
    bottom: -10px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    margin: 0 auto;
}

.team-desc {
    background: #f7f7f7;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}

.team-name {
    padding: 10px 0;
}

.team-position p {
    color: #0e7ae8;
}

.team-socials {
    display: inline-block;
    padding-top: 15px;
    padding-left: 0;
}

.team-socials li {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.team-socials li a {
    color: #2d2d2d;
}

.team-socials i {
    transition-duration: 0.4s;
    cursor: pointer;
    font-size: 20px;
}

.team_layout2 {
    padding: 50px 0;
}

.team-block:hover img {
    bottom: 0;
    transition: 0.3s;
}

.team-desc {
    transition-duration: 0.5s;
}

.team-block:hover .team-desc {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.19);
    transition-duration: 0.5s;
}

.post-by {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.post-by img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin: 0 10px;
}

.post-by .name h6,
.post-by .name p {
    margin-bottom: 0;
    text-align: left;
}

.post-by .name h6 {
    color: #e77512;
    font-size: 15px;
}

.post-by .name p {
    font-size: 13px;
}

.round-header-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.5;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.round-header-circle .round-1 .r-1,
.round-header-circle .round-2 .r-1,
.round-header-circle .round-3 .r-1 {
    top: -5px;
    margin-left: -5px;
}

.round-header-circle .round-animate {
    width: 900px;
    height: 900px;
    position: relative;
    display: inline-block;
}

.round-header-circle .round-animate .round-1 span,
.round-header-circle .round-animate .round-2 span,
.round-header-circle .round-animate .round-3 span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
}

.round-header-circle .round-animate .round-1 span {
    border: 2px solid #8c1bff;
}

.round-header-circle .round-animate .round-2 span {
    border: 2px solid #00ffc9;
}

.round-header-circle .round-animate .round-3 span {
    border: 2px solid #b1af00;
}

.round-header-circle .round-animate .round-1,
.round-header-circle .round-animate .round-2,
.round-header-circle .round-animate .round-3 {
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    position: absolute;
}

.round-header-circle .round-animate .round-1 {
    width: 900px;
    height: 900px;
    transform: rotate(23deg);
    animation: round-1 100s linear infinite;
}

.round-header-circle .round-animate .round-1 span.r-2 {
    width: 50px;
    height: 50px;
    border: 8px solid #8c1bff;
}

.round-header-circle .round-animate .round-1 span.r-3 {
    width: 20px;
    height: 20px;
    border: 3px solid #8c1bff;
}

.round-header-circle .round-animate .round-2 {
    width: 700px;
    top: 100px;
    height: 700px;
    left: 100px;
    transform: rotate(-41deg);
    animation: round-2 80s linear infinite;
}

.round-header-circle .round-animate .round-2 span.r-2 {
    width: 30px;
    height: 30px;
    border: 5px solid #00ffc9;
}

.round-header-circle .round-animate .round-2 span.r-3 {
    width: 30px;
    height: 30px;
    border: 8px solid #00ffc9;
}

.round-header-circle .round-animate .round-3 {
    width: 500px;
    top: 200px;
    height: 500px;
    left: 200px;
    transform: rotate(0deg);
    animation: round-3 60s linear infinite;
}

.round-header-circle .round-animate .round-3 span.r-2 {
    width: 20px;
    height: 20px;
    border: 3px solid #adadad;
}

.round-header-circle .round-animate .round-3 span.r-3 {
    width: 30px;
    height: 30px;
    border: 5px solid #adadad;
}

.round-header-circle .round-1 .r-2 {
    margin-left: 343px;
    top: 682px;
}

.round-header-circle .round-1 .r-3 {
    margin-left: -424px;
    top: 262px;
}

.round-header-circle .round-1 .r-4 {
    margin-left: -338px;
    top: 745px;
}

.round-header-circle .round-2 .r-2 {
    margin-left: -354px;
    top: 248px;
}

.round-header-circle .round-2 .r-3 {
    margin-left: -198px;
    top: 632px;
}

.round-header-circle .round-2 .r-4 {
    margin-left: 192px;
    top: 633px;
}

.round-header-circle .round-3 .r-2 {
    margin-left: -254px;
    top: 190px;
}

.round-header-circle .round-3 .r-3 {
    margin-left: 2px;
    top: 483px;
}

.round-header-circle .round-3 .r-4 {
    margin-left: 244px;
    top: 233px;
}

.round-built-by {
    position: absolute;
    left: -40%;
    top: 15%;
    opacity: 0.2;
    z-index: 0;
}

.round-built-by .round-animate {
    width: 700px;
    height: 700px;
    position: relative;
    display: inline-block;
}

.round-built-by .round-animate .round-1 span,
.round-built-by .round-animate .round-2 span,
.round-built-by .round-animate .round-3 span {
    border-radius: 50%;
    position: absolute;
    left: 50%;
}

.round-built-by .round-animate .round-1,
.round-built-by .round-animate .round-2,
.round-built-by .round-animate .round-3 {
    border: 1px solid #e2e2e2;
}

.round-built-by .round-animate .round-1,
.round-built-by .round-animate .round-2,
.round-built-by .round-animate .round-3 {
    border: 1px solid #797474;
    border-radius: 50%;
    position: absolute;
}

.round-built-by .round-animate .round-1 {
    width: 700px;
    height: 700px;
    transform: rotate(23deg);
    animation: round-1 60s linear infinite;
}

.round-built-by .round-animate .round-2 {
    width: 600px;
    top: 50px;
    height: 600px;
    left: 50px;
    transform: rotate(-41deg);
    animation: round-2 80s linear infinite;
}

.round-built-by .round-animate .round-3 {
    width: 500px;
    top: 100px;
    height: 500px;
    left: 100px;
    transform: rotate(0deg);
    animation: round-3 60s linear infinite;
}

.round-built-by .round-1 .r-1 {
    border: 2px solid #8c1bff;
    width: 25px;
    height: 25px;
    top: -12px;
    background-color: #eef6fe;
}

.round-built-by .round-1 .r-2 {
    margin-left: 339px;
    top: 330px;
    width: 20px;
    height: 20px;
    border: 3px solid #8c1bff;
    background-color: #eef6fe;
}

.round-built-by .round-2 .r-1 {
    border: 2px solid #00ffc9;
    width: 15px;
    height: 15px;
    top: -8px;
    background-color: #eef6fe;
}

.round-built-by .round-2 .r-2 {
    margin-left: -300px;
    top: 239px;
    width: 20px;
    height: 20px;
    border: 3px solid #00ffc9;
    top: 216px;
    background-color: #eef6fe;
}

.round-built-by .round-3 .r-1 {
    border: 2px solid #b1af00;
    width: 15px;
    height: 15px;
    top: -8px;
    background-color: #eef6fe;
}

.round-built-by .round-3 .r-2 {
    margin-left: -254px;
    top: 290px;
    width: 20px;
    height: 20px;
    border: 3px solid #b1af00;
    background-color: #eef6fe;
}

.schedule-round {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    z-index: -9;
    transform: translate(-50%, -50%);
}

.schedule-round .round-animate {
    width: 1300px;
    height: 1300px;
    position: relative;
    display: inline-block;
    transform: scale(0.8);
}

.schedule-round .round-animate .round-1 span,
.schedule-round .round-animate .round-2 span,
.schedule-round .round-animate .round-3 span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #253267;
    position: absolute;
    left: 50%;
}

.schedule-round .round-animate .round-1 span {
    border: 2px solid #8c1bff;
}

.schedule-round .round-animate .round-2 span {
    border: 2px solid #00ffc9;
}

.schedule-round .round-animate .round-3 span {
    border: 2px solid #b1af00;
}

.schedule-round .round-animate .round-1,
.schedule-round .round-animate .round-2,
.schedule-round .round-animate .round-3 {
    border: 1px solid #e2e2e2;
}

.schedule-round .round-animate .round-1,
.schedule-round .round-animate .round-2,
.schedule-round .round-animate .round-3 {
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    position: absolute;
}

.schedule-round .round-animate .round-1 {
    width: 1350px;
    height: 1350px;
    transform: rotate(23deg);
    animation: round-1 100s linear infinite;
}

.schedule-round .round-animate .round-2 {
    width: 1020px;
    top: 180px;
    height: 1020px;
    left: 190px;
    transform: rotate(-41deg);
    animation: round-2 80s linear infinite;
}

.schedule-round .round-animate .round-3 {
    width: 680px;
    top: 360px;
    height: 680px;
    left: 360px;
    transform: rotate(0deg);
    animation: round-3 60s linear infinite;
}

.schedule-round .round-1 .r-2 {
    margin-left: 343px;
    top: 1247px;
}

.schedule-round .round-1 .r-3 {
    margin-left: -186px;
    top: 17px;
}

.schedule-round .round-1 .r-4 {
    margin-left: -338px;
    top: 1255px;
}

.schedule-round .round-2 .r-2 {
    margin-left: -300px;
    top: 91px;
}

.schedule-round .round-2 .r-3 {
    margin-left: -198px;
    top: 955px;
}

.schedule-round .round-2 .r-4 {
    margin-left: 192px;
    top: 953px;
}

.schedule-round .round-3 .r-2 {
    margin-left: -254px;
    top: 82px;
}

.schedule-round .round-3 .r-3 {
    margin-left: 2px;
    top: 493px;
}

.schedule-round .round-3 .r-4 {
    margin-left: 234px;
    top: 73px;
}

.amazing-features {
    background-image: url("../images/shape2.jpg");
    position: relative;
    background-size: cover;
    padding-top: 0;
}

.amazing-features .blue-card i {
    color: #e77512;
}

.amazing-features .blue-card:hover {
    background-color: rgba(70, 128, 255, 0.3);
}

.amazing-features .green-card i {
   
}

.amazing-features .green-card:hover {
    background-color: rgba(17, 193, 91, 0.3);
}

.amazing-features .pink-card i {
    color: #fb617f;
}

.amazing-features .pink-card:hover {
    background-color: rgba(251, 97, 127, 0.3);
}

.amazing-features .yellow-card i {
    color: #ffb64d;
}

.amazing-features .yellow-card:hover {
    background-color: rgba(255, 182, 77, 0.3);
}

.amazing-features .coffee-card i {
    color: #ab7967;
}

.amazing-features .coffee-card:hover {
    background-color: rgba(171, 121, 103, 0.3);
}

.amazing-features .skyblue-card i {
    color: #1fe4bd;
}

.amazing-features .skyblue-card:hover {
    background-color: rgba(31, 228, 189, 0.3);
}

.amazing-features h2 {
    margin-bottom: 70px;
}

.amazing-features .custom-feature {
    background-color: #fff;
    margin: 15px 0;
    padding: 40px;
    box-shadow: 0 0 20px 0 #ddd;
    transition: all 0.2s ease;
}

.amazing-features .custom-feature .icon img {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
}

.amazing-features .custom-feature p {
    font-size: 13px;
}

.amazing-features .custom-feature h5 {
    margin: 20px 0;
}

.amazing-features .custom-feature i {
    font-size: 40px;
    margin: 40px 0;
}

.amazing-features .custom-feature:hover {
    box-shadow: 0 0 25px 0 #bbb;
}



.visit {
    background-color: #f1f1f1;
    overflow: hidden;
}

.visit h5 {
    font-weight: 700;
    color: #e77512;
    margin-bottom: 20px;
}

.visit h2 {
    color: #253267;
    margin-bottom: 40px;
    font-size: 48px;
}

.visit h2:after {
    content: "";
    position: absolute;
    bottom: 65px;
    width: 100px;
    height: 5px;
    background-color: #e77512;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
}

.visit ul li {
    font-size: 22px;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    color: #afafaf;
}

.visit ul li:last-child {
    border-right: none;
}

.footer {
    padding: 50px auto 20px;
}

.footer h3 {
    font-size: 18px;
    color: #253267;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer p {
    font-size: 14px;
    color: #383838;
}

.footer ul li a {
    text-decoration: none;
    color: #253267;
}

.footer ul li h5 {
    font-size: 14px;
    color: #888888;
    margin: 0 auto 30px;
}

.footer .footer_socials a i {
    font-size: 22px;
    margin-right: 10px;
    color: #adadad;
}

.footer .get-in-touch {
    background-color: #e77512;
    color: #fff;
    border-color: #e77512;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.footer .get-in-touch:focus {
    box-shadow: none;
}

.footer-logo {
    margin: 40px 0;
}

.copyright {
    padding: 18px 0px;
    color: #cccccc;
    background: #131313;
}

.copyright h4 {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

.screenshot {
    width: 100%;
    margin: 0 auto;
}

.screenshot h3 {
    margin-bottom: 20px;
}

.screenshot h2 {
    margin-bottom: 50px;
}

.my-gallery .owl-stage-outer {
    overflow: hidden;
}

.my-gallery .owl-item {
    display: inline-block;
}

.wave-main {
    position: relative;
    bottom: 70px;
}

.wave {
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    bottom: 0;
    z-index: 1;
    transform: rotate(180deg);
}

.wave+.wave {
    z-index: 2;
}

.scrollup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 1100;
    color: #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 1.5;
    cursor: pointer;
    transition: 0.5s;
}

.scrollup i {
    color: #fff;
}

@-webkit-keyframes round-1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes round-1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes round-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes round-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes round-3 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes round-3 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floating1 {
    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(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    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 floating1 {
    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(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    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);
    }
}

@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);
    }
}

@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}


@media (max-width: 1366px) {
    .schedule h2 {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .schedule h3 {
        margin-top: 20px;
    }
    .about-you {
        padding-top: 30px;
    }
    .about-you .about-image .img-3 {
        left: 175%;
    }
    .about-you .about-image .img-4 {
        top: 30px;
    }
    .main-header .content-text .circle-1 {
        left: -15%;
    }
    .main-header .content-text .circle-2 {
        right: 0;
    }
    .schedule .schedule-text {
        margin-top: 0;
    }
    
}

@media (max-width: 1199px) {
    .team-round-left,
    .team-round-right {
        display: none;
    }
    .round-header-circle {
        display: none;
    }
    .schedule .schedule-content .ipad {
        right: -30%;
    }
    .schedule .schedule-content .ipad-2 {
        left: -35%;
    }
}

@media (max-width: 1024px) {
    
    .habit h3 {
        font-size: 22px;
    }
    .habit h4 {
        line-height: 30px;
        font-size: 14px;
        margin: 15px 0 10px;
    }
    .schedule {
        padding-top: 60px;
    }
    .schedule .schedule-content .left-main {
        margin-top: 320px;
        margin-bottom: 320px;
    }
    .schedule .schedule-text {
        margin: 140px 0 50px;
    }
    .about-us-creative .about-detail .btn-mobile {
        display: block;
        margin: 8px auto;
    }
    .about-us-creative .btn-preview {
        background-color: #3a73f1;
        border: 1px solid #3a73f1;
        border-radius: 20px;
        font-size: 14px;
    }
    .about-us-creative .btn-preview:focus {
        box-shadow: none;
    }
    .about-us-creative .btn-preview:hover {
        opacity: 0.8;
    }
    .about-us-creative .about-hvr-effect {
        display: none;
    }
    .team .owl-dots {
        display: none;
    }
    .team .carousel-custom-dots{
    	margin-bottom: 0
    }
    .post-by {
        margin-bottom: 0;
    }
    .amazing-features {
        padding-top: 50px;
    }
    .team .tab-content .title {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .nav-base.dark #navigation ul li a {
        padding: 0 8px;
    }
    #team .owl-dot {
        display: none;
    }
    .offer-price{
        display: none !important;
    }
    .hidden-md{
        display: none;
        visibility: hidden;
    }
    .main-header .img-chat,
    .main-header .img-followers {
        display: none;
    }
    .habit {
        margin-top: 0;
        padding-bottom: 30px;
    }
    .habit .right-main {
        text-align: center;
    }
    .habit .right-main .right {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
    .habit .right-main .right h2 {
        margin-bottom: 25px;
    }
    .habit .round-built-by {
        display: none;
    }
    .habit .play,
    .habit .rest {
        position: initial;
    }
    .schedule h2 {
        margin: 0;
    }
    .schedule .schedule-text {
        margin: 0;
    }
    .schedule .schedule-content .left-main,
    .schedule .schedule-content .right-main {
        width: 80%;
        margin: 40px auto;
    }
    .schedule .schedule-content .ipad,
    .schedule .schedule-content .ipad-2 {
        display: none;
    }
    .schedule .schedule-round {
        display: none;
    }
    .about-you h2 {
        margin-bottom: 30px;
    }
    .about-you .about-image {
        text-align: center;
        display: block;
        width: 100%;
    }
    .about-you .about-image .img-3,
    .about-you .about-image .img-4,
    .about-you .about-image .img-7 {
        position: static;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .about-you .about-image .img-1,
    .about-you .about-image .img-2,
    .about-you .about-image .img-5,
    .about-you .about-image .img-6,
    .about-you .about-image .img-8,
    .about-you .about-image .img-9 {
        display: none;
    }
    .about-you .about-image .img-3,
    .about-you .about-image .img-4 {
        box-shadow: 0 10px 38px 2px rgba(4, 26, 55, 0.25);
    }
    .about-you .about-image .img-7 {
        box-shadow: 0 10px 38px 2px rgba(4, 26, 55, 0.25);
    }
    .about-you .about-image img {
        margin: 25px auto!important;
        width: 90%!important;
    }
    .amazing-features h2 {
        margin-bottom: 40px;
    }
    .footer h3 {
        font-size: 16px;
    }
    .wave-main {
        display: none;
    }
}

@media (max-width: 767px) {
    .nav-base .logo-blue {
        display: block;
    }
    .habit .right-main {
        margin-left: 0;
    }
    .navbar-brand {
        margin-left: 15px;
    }
    .nav-base .logo-white {
        display: none;
    }
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
    h3 {
        font-size: 18px;
    }
    p {
        width: 100%;
    }
    .main-header h1 {
        font-size: 32px;
    }
    .main-header:after {
        display: none;
    }
    
    .video .video-play {
        width: 50px;
        height: 60px;
        font-size: 30px;
    }
    .video .video-play i {
        position: absolute;
	    top: 52%;
	    left: 52%;
    transform: translate(-50%, -50%);
    }
    .navbar-dark .navbar-toggler {
        color: #e77512;
        outline: none;
        margin-right: 25px;
    }
    .nav-base.dark {
        background-color: #fff;
    }
    .nav-base.dark #navigation ul {
        text-align: center;
        background-color: #fff;
    }
    .nav-base.dark #navigation ul li {
        padding: 10px 0;
    }
    .nav-base.dark #navigation ul li.active a {
        color: #e77512;
    }
    .nav-base.dark #navigation ul li a {
        color: #253267;
    }
    .nav-base.dark .btn-login {
        margin: 0 auto;
    }
    .schedule .schedule-content {
        margin: 30px 0 0;
    }
    .schedule .schedule-content .gadget-1,
    .schedule .schedule-content .gadget-2 {
        display: none;
    }
    .schedule .schedule-content .left-main,
    .schedule .schedule-content .right-main {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .schedule .schedule-content .left-main .left h3,
    .schedule .schedule-content .right-main .left h3 {
        font-size: 20px;
    }
    .owl-carousel .owl-item p:first-child {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
    }
    .visit h2 {
        font-size: 34px;
    }
    .visit h2:after {
        bottom: 54px;
    }
    .visit ul li {
        font-size: 15px;
    }
    .about-you {
        padding-top: 60px;
    }
    .about-you .about-image .img-1 {
        margin-bottom: 20px;
    }
    .amazing-features .custom-feature i {
        font-size: 40px;
        margin: 20px 0 40px;
    }
    .habit .grow,
    .habit .play,
    .habit .rest,
    .habit .work {
        margin-bottom: 30px;
    }
}
@media (max-width: 675px) {
	.round-built-by{
		display: none;
	}
}
@media (max-width: 575px) {
    .navbar-toggler {
        margin-right: 15px;
    }
    .navbar-brand {
        padding: 0;
    }
    .footer {
        text-align: center;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
    h2 {
        line-height: 28px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 18px;
    }
    h6,
    p {
        font-size: 12px;
        line-height: 18px;
    }
    .main-header .content-text .circle-1,
    .main-header .content-text .circle-2,
    .main-header .content-text .circle-3,
    .main-header .content-text .circle-4 {
        display: none;
    }
    .habit {
        margin-top: 0;
    }
    .footer h3 {
        margin-bottom: 10px;
    }
    .footer ul {
        margin: 5px 0 30px;
    }
    .footer ul li h5 {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .powerful-template {
        padding-bottom: 0;
    }
    .team .owl-carousel .owl-item p:first-child {
        font-size: 14px;
        line-height: 25px;
    }
    .visit h2 {
        font-size: 24px;
    }
    .visit h2:after {
        bottom: 120px;
    }
    .visit ul li {
        font-size: 15px;
        display: block;
        border: none;
        line-height: 30px;
    }
    .main-header h1 {
        margin-bottom: 15px;
    }
    .main-header h1 img {
        display: none;
    }
    .big-preview .img-section {
        margin-top: 25px;
    }
    .main-header h3 {
        line-height: 28px;
    }
    .main-header .main-header-sub {
        padding-top: 220px;
    }
    .main-header .content-text h3 {
        margin-bottom: 15px;
    }
    .about-you {
        padding-bottom: 50px;
    }
}

.title-box {
    margin-bottom: 50px;
}
.title-box .title-center {
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    margin: 0;
    background: url(../images/elements/line.png) no-repeat bottom center;
    padding-bottom: 20px;
}
.title-box .title-left {
    color: #1a1a1a;
    text-transform: capitalize;
    font-size: 37px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    background: url(../images/elements/line.png) no-repeat bottom left;
    padding-bottom: 20px;
}
.title-box .description {
  font-weight: 300;
  max-width: 500px;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  color: #777;
  margin: 15px auto 0;
}
.title-box .description-left {
  font-weight: 300;
  max-width: 500px;
  font-family: 'Poppins',sans-serif;
  font-size: 16px;
  color: #777;
  margin: 15px 0 0;
}
.no-padding-bottom{
	padding-bottom: 0
}
.no-padding-top{
	padding-top: 0
}

/*** 

====================================================================
  services style 1 style
====================================================================

***/

.single-service-item {
	margin-bottom: 26px;
	position: relative;
	padding: 40px 15px;
	background: #fff;
	text-align: center;
	-webkit-transition:.5s;
	transition:.5s;
	border-left: 2px solid;
}

.single-service-item:hover{
  -webkit-transition:.5s;
  transition:.5s;
}
.single-service-item.border:after {
    position: absolute;
    content: "";
    border-right: 10px solid #eeeeee;
    border-bottom: 10px solid #eeeeee;
    top: 39px;
    right: -34px;
    bottom: 8px;
    left: 118px;
    z-index: 5;
    transition: .5s ease;
}
.single-service-item .content {
    position: relative;
}
.single-service-item .top-border{
    width: 100%;
    height: 2px;
    top: 0;
    background: #eee;
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
}
.single-service-item .right-border{
    width: 2px;
    height: 100%;
    background: #eee;
    position: absolute;
    transform: rotate(180deg);
    top: 0px;
    right: 0px;
}
.single-service-item .bottom-border{
    width: 100%;
    height: 2px;
    background: #eee;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.single-service-item .top-border:before,
.single-service-item .right-border:before,
.single-service-item .bottom-border:before {
    content: '';
    position: absolute;
    top:0;left:0;    
}
.single-service-item .top-border:before {
    width: 0%;
    height: 100%;
    transition: all .3s ease .0s;
}
.single-service-item .right-border:before {
    width: 100%;
    height: 0%;
    transition: all .3s ease .3s;
}
.single-service-item .bottom-border:before {
    width: 0%;
    height: 100%;
    transition: all .3s ease .6s;
}
.single-service-item:hover .top-border:before {
    transition: all .3s ease .6s;
}
.single-service-item:hover .right-border:before {
    transition: all .3s ease .3s;
}
.single-service-item:hover .bottom-border:before {
    transition: all .3s ease .0s;
}

.single-service-item:hover .top-border:before,
.single-service-item:hover .bottom-border:before {
    width: 100%;
}
.single-service-item:hover .right-border:before {
    height: 100%;
}

.service-left-bg {
  background: #ededed none repeat scroll 0 0;
  height: 100%;
  overflow: hidden;
  width: 80px;
  border-left: 2px solid;
  -webkit-transition:.5s;
  transition:.5s;
}

.single-service-item:hover .service-left-bg{
  -webkit-transition:.5s;
  transition:.5s;
}

.our-services .single-service-item .service-icon{
	text-align: center;
    width: 180px;
    position: relative;
    height: 180px;
    margin: 0 auto;
}

.our-services .single-service-item .service-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-service-item:hover .service-icon{

  background:#fff;
  border-radius:50px;
  -webkit-transition:.5s;
  transition: .5s;
}

.service-text {
  overflow: hidden;
  padding: 30px 10px 0;
}
.service-text h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.service-text h4 a{
  color: #253267;
  transition:.5s;
}
.service-text p{
	font-family: 'open sans',sans-serif;
    font-size: 14px;
    color: #777;
}
.service-text h4 a:hover{
  transition:.5s;
  text-decoration: none;
}


.more-about-us {
  position: relative;
  z-index: 9;
}

@media (max-width: 767px){
	.more-about-us:before{
		display: none;
	}
}
.more-about-us .main-content {padding-left: 45px;}
.more-about-us .main-content h2 {
  line-height: 60px;
  font-size: 34px
}
.more-about-us .main-content .main-wrapper {
  padding: 20px 0 0 65px;
}
.more-about-us .main-content .main-wrapper h4 {position: relative;}
.more-about-us .main-content .main-wrapper h4:before {
  content: "";
    font-family: Flaticon;
    font-size: 40px;
    position: absolute;
    width: 40px;
    height: 5px;
    top: 10px;
    left: -65px;
    font-weight: bold;
}
.more-about-us .main-content .main-wrapper p {
  line-height: 35px;
  margin: 32px 0 40px 0;
}
.more-about-us [class*="col-"] {position: static;}
.more-about-us .main-content .main-wrapper .button-wrapper a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 20px 30px;
  margin-top: 2px;
}
.more-about-us .main-content .main-wrapper .button-wrapper a i {
  font-size: 25px;
  font-weight: normal;
  margin-left: 12px;
  vertical-align: middle;
}
.more-about-us .image-box {
  position: absolute;
  top:90px;
  left:10px;
  z-index: 1;
}
@media (max-width: 1200px){
	.more-about-us .image-box{
		left: -245px;
	}
}
@media (max-width: 992px){
	.more-about-us .image-box{
		position: relative;
		left: auto;
		top: 10px
	}
	.more-about-us .theme-shape-two{
		left: auto !important
	}
	.more-about-us .theme-shape-one{
		left: auto !important
	}
	.more-about-us .theme-shape-three{
		left: auto !important
	}
}
@media (max-width: 767px){
	.more-about-us .image-box{
		display: none;
	}
}
.more-about-us .image-box .image-shape {
    animation: floating2 7s infinite;
    -webkit-animation: floating2 7s infinite;
}
.more-about-us .theme-shape-three {
  background: url(../svg/3.svg);
  width: 865px;
  height: 525px;
  position: absolute;
  top: 85px;
  left: -186px;
  z-index: -1;
}
.more-about-us .theme-shape-two {
  background: url(../svg/2.svg);
  width: 865px;
  height: 525px;
  position: absolute;
  top: 85px;
  left: -186px;
  z-index: -1;
}
.more-about-us .theme-shape-one {
  background: url(../svg/1.svg);
  width: 865px;
  height: 525px;
  position: absolute;
  top: 85px;
  left: -186px;
  z-index: -1;
}

/*** 

====================================================================
  Features style
====================================================================

***/
.clearfix{
    clear: both;
}
.choosing-demo{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf1f3), to(#fff)); */
    background-image: linear-gradient(to bottom, #eaf1f3, #fff);
    position: relative;
    padding: 100px 0 70px;
    border-bottom: 1px solid #eee
}
.choosing-demo .has-after{
    content: '';
    background: url(../svg/wave1.svg);
    background-size: cover;
    position: absolute;
    width: 500px;
    height: 500px;
    bottom: 0;
    right: 0;
}
.choosing-demo:before{
    content: '';
    background: url(../svg/wave2.svg);
    background-size: cover;
    position: absolute;
    width: 500px;
    height: 500px;
    bottom: 0;
    left: 0;
}
.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
}
.demo-item:hover{
    -webkit-box-shadow: 0 1px 28px rgba(255,152,0,.66);
    box-shadow: 0 1px 28px rgba(255,152,0,.66);
}
.demo-item h3{
    font-size: 22px;
    text-align: center;
    margin: 30px 0 10px;
}
.preview-link{text-align: center;}
.preview-demo{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    color: #e77512;
    text-transform: uppercase;
    border: 2px dashed #e77512;
    margin: 10px auto 30px;
}
.preview-demo:hover{
    color: #333
}

/*** 

====================================================================
  Features style
====================================================================

***/
.call-to-action{
	text-align: center;
	background: #f7f7f7;
	position: relative;
}
.call-to-action.demo1{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.call-to-action.with-circle:before{
	content: '';
    position: absolute;
    top: -27%;
    right: -12%;
    width: 350px;
    height: 350px;
    background: url(../svg/circle.svg) no-repeat center center;
    background-size: cover;
    animation: floating 9s infinite;
    -webkit-animation: floating 9s infinite;
}
@media (max-width: 767px){

	.call-to-action:before{
		display: none;
	}
}

.call-to-action .btn-login{
	padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
}

/*** 

====================================================================
  Features style
====================================================================

***/
.features{
	position: relative;
	background: url('../images/elements/shape2.jpg') no-repeat top right;
	background-size: cover;
	padding-bottom: 70px
}
.article {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
}
.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;
}
.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__icon {
    font-size: 70px;
}
.article__title {
    font-size: 18px;
    margin-top: 8px;
}

/*** 

====================================================================
  pricing style
====================================================================

***/
.prices{
	background-color: #f7f7f7;
}

.prices-box {
    text-align: center;
}
.prices-item-wrapper{
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.prices__item {
	text-align: center;
    display: inline-block;
    padding: 45px 15px 45px;
}
.item-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 12px;
    color: #212529;
    text-transform: uppercase;
    letter-spacing: 0.085em;
}
.item-price {
    font-weight: 700;
    display: block;
    font-size: 48px;
}
.price-info {
    display: block;
    margin-bottom: 40px;
    font-size: 12px;
}
.prices-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
}
.prices-list-item {
    position: relative;
    display: table;
    margin: auto auto 10px;
    font-size: 14px;
}
.prices-list-item:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 12px;
    height: 8px;
    background: url(../svg/right.svg) no-repeat center/100% auto;
}
.button--gray-shadow {
    -webkit-box-shadow: 4px 6.9px 16px rgba(99, 117, 138, 0.1);
    -moz-box-shadow: 4px 6.9px 16px rgba(99, 117, 138, 0.1);
    box-shadow: 4px 6.9px 16px rgba(99, 117, 138, 0.1);
}
.button--white {
    background-color: white;
}
.button {
    font-weight: 600;
    display: inline-block;
    min-width: 150px;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    font-size: 12px;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button--white:hover {
    background-color: #1b8bf9;
    color: white;
}
.prices__item--accent--02 {
    width: 100%;
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 5px 8.7px 40px rgba(99, 117, 138, 0.3);
    -moz-box-shadow: 5px 8.7px 40px rgba(99, 117, 138, 0.3);
    box-shadow: 5px 8.7px 40px rgba(99, 117, 138, 0.3);
}
.button--blue-shadow:hover {
    -webkit-box-shadow: 4px 6.9px 16px rgba(27, 139, 249, 0.6);
    -moz-box-shadow: 4px 6.9px 16px rgba(27, 139, 249, 0.6);
    box-shadow: 4px 6.9px 16px rgba(27, 139, 249, 0.6);
}
.button--blue {
    background-color: #1b8bf9;
    color: white;
}
.button--blue-shadow {
    -webkit-box-shadow: 4px 6.9px 16px rgba(27, 139, 249, 0.4);
    -moz-box-shadow: 4px 6.9px 16px rgba(27, 139, 249, 0.4);
    box-shadow: 4px 6.9px 16px rgba(27, 139, 249, 0.4);
}
.button--blue:hover {
    background-color: rgba(27, 139, 249, 0.8);
}
.button--blue:hover, .button--blue:focus, .button--blue:active, .button--blue:visited {
    color: white;
}
.button:hover, .button:focus, .button:active, .button:visited {
    text-decoration: none;
}

/*** 

====================================================================
  video style
====================================================================

***/
.two-wrapper {
    background: url(../images/elements/shape-3.png) no-repeat top center;
}
.video{
	position: relative;
	overflow: hidden;
}

.mac{
	text-align:center;
}
.mac img{
	width: 100%
}
.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.thumb,
.video-frame {
    width: 100%;
}

.video-frame {
    height: 320px;
}

.mfp-iframe-holder .mfp-close {
    top: 60px;
    display: inline-block;
    border: 2px solid;
    width: 35px;
    height: 35px;
    right: -17px;
    padding: 0 5px;
    text-align: center;
    line-height: 34px;
    background: #000;
    border-radius: 50%;
}
.mfp-iframe-scaler iframe{
	top: 15%;
	height: 80%
}
.video-play {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    width: 80px;
    position: absolute;
    top: 39%;
    border: 5px solid;
    color: #007bff;
    box-sizing: content-box;
    transform-origin: center;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 88px;
    line-height: 88px;
    padding-left: 10px;
    font-size: 40px;
    margin: 0 auto;
    box-shadow: 0 3px 15px -2px rgba(94, 94, 94, 0.65);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.video-play:hover {
    color: #ff3366;
}

.mfp-close:hover {
    background-color: transparent;
    box-shadow: none;
}



/*** 

====================================================================
  services-block-four style
====================================================================

***/
.services-block-four{
  position:relative;
  margin-bottom:55px;
}

.services-block-four .inner-box{
  position:relative;
  padding-left:130px;
}

.services-block-four .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100px;
  height:100px;
  font-size:40px;
  line-height:98px;
  text-align:center;
  border-radius:50%;
  margin-bottom:20px !important;
  background-color:#fff;
  transition: .3s ease;
}

.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:100%;
}

.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 .inner-box h3 a{
  color:#253267;
  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 h3 a:hover{
  
}

.services-block-four .inner-box .text{
  font-size:14px;
  color:#777777;
  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;
}
.service-img-wrapper .image-box img{
	animation: floating2 7s infinite;
    -webkit-animation: floating2 7s infinite;
}
@media (min-width: 992px){
	.service-img-wrapper .image-box{
    	margin-top: -60px;
	}
}
@media (max-width: 992px){
	.service-img-wrapper .image-box img{
    	width: 100%;
	}
}

.testimonial {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
  padding-bottom: 50px
}

.testimonial-item {
  margin-bottom: 50px;
}
.testimonial .testimonial-item .content {
  padding-left: 30px;
  padding-top: 37px;
  padding-bottom: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #efefef;
  position: relative;
  padding-right: 30px;
  transition: .5s ease;
}
.testimonial .testimonial-item:hover .content {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
    
}

.testimonial .testimonial-item .content span {
  height: 50px;
  font-size: 30px;
}
.testimonial .testimonial-item .content span:after {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
}
.testimonial .testimonial-item .rating {
  color: #ffc300;
  margin-bottom: 0;
  margin-top: 15px;
}
.testimonial .testimonial-item .author {
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}
.testimonial .testimonial-item .author li {
  vertical-align: middle;
  display: inline-block;
  padding-right: 5px 
}
.testimonial .testimonial-item .author li img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 6px solid #fff;
}
.testimonial .testimonial-item .author h3 {
  font-size: 18px;
  color: #253267;
  text-transform: capitalize;
}
.testimonial .testimonial-item .author p {
  font-weight: 600;
}


.signup-section {
  
}
.signup-section .section-inner {
  background: url('../svg/map.svg') no-repeat center center;
  background-size: cover;
}

.signup-section .title-center,
.signup-section .description {
  color: #fff;
}
.signup-section .form-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.signup-section .form-wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.signup-section .form-box {
  background: #fff;
  padding: 45px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.signup-section .form-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  margin-left: -10px;
  left: 50%;
}
.form-control{
	padding: 10px
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
  font-size: 14px
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  font-size: 14px
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
  font-size: 14px
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  font-size: 14px
}
.signup-section .form-heading {
  margin-top: 0;
  color: #35373C;
  font-size: 28px;
}
.signup-section .form-desc {
  margin-bottom: 30px;
}
.signup-section .legal-note {
  font-size: 14px;
  margin-bottom: 30px;
  color: #999ca4;
}
.signup-section .social-buttons {
  margin-bottom: 45px;
}
.signup-section .social-buttons li {
  margin-bottom: 15px;
}
.signup-section .divider {
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 45px;
}
.signup-section .or-text {
  position: relative;
  position: absolute;
  top: -12px;
  padding: 0 10px;
  background: #fff;
  display: inline-block;
  left: 50%;
  margin-left: -21px;
}
.signup-section .alter-login {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #999ca4;
}
a.btn-google,
.btn-google {
  background: #d73d32;
}
a.btn-google:hover,
.btn-google:hover,
a.btn-google:active,
.btn-google:active,
a.btn-google:focus,
.btn-google:focus {
  background: #c83227;
}
a.btn-facebook,
.btn-facebook {
  background: #3b5998;
}
a.btn-facebook:hover,
.btn-facebook:hover,
a.btn-facebook:active,
.btn-facebook:active,
a.btn-facebook:focus,
.btn-facebook:focus {
  background: #344e86;
}
a.btn-social, .btn-social {
    border: none;
    color: #fff;
    padding: 10px 15px;
    font-weight: normal;
    text-align: left;
}
a.btn-social .fa, .btn-social .fa {
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-align: left;
    font-size: 16px;
    padding-top: 2px;
}
a.btn-social .btn-text, .btn-social .btn-text {
    padding-left: 10px;
    display: inline-block;
    text-align: center;
}



/*** 

====================================================================
    Footer
====================================================================

 ***/
.main-footer {
    position: relative;
    background: #1c1c1c;
    padding: 70px
}
.main-footer .has-line-center:after{
	width: 30px
}
.main-footer h3{
	color: #fff;
	margin:25px 0;
}
.main-footer .widgets-section{
	position:relative;
	color:#bbbbbb;
	background:url(../images/elements/map-pattern-footer.png) center 75% no-repeat;	
}
.has-line-center:after, .has-line:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    margin: 15px auto;
}

.main-footer .footer-widget{
	position:relative;	
}
.main-footer .about-widget .text{
	position:relative;
	margin-bottom:25px;
	line-height:1.9em;	
}

.main-footer .newsletter-widget .text{
	position:relative;
	font-size: 14px;
	margin-bottom:25px;
	line-height:1.9em;	
}

.main-footer .about-widget .social-links{
	position:relative;	
}

.main-footer .about-widget .social-links li{
	position:relative;
	display:inline-block;
	margin-right:5px;
}

.main-footer .about-widget .social-links li{
	margin:0px 2px;	
}

.main-footer .about-widget .social-links li a{
	position:relative;
	display:block;
	line-height:38px;
	width:38px;
	height:38px;
	text-align:center;
	font-size:13px;
	background:rgba(255,255,255,0.05);
	color:#bbbbbb;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-footer .about-widget .social-links li a:hover{
	color:#ffffff;
}

.main-footer .about-widget .contact-info{
	margin-bottom:30px;	
}

.main-footer .contact-info li{
	position:relative;
	display:block;
	line-height:26px;
	margin-bottom:15px;	
}
.main-footer .contact-info li a{color: #bbb}
.main-footer .contact-info li{
	margin-bottom:7px;
	line-height:24px;	
}

.main-footer .contact-info li .icon{
	position:relative;
	font-size:32px;
	margin:0 auto 20px;
	line-height:36px;
}

.main-footer .contact-info li:last-child{
	margin-bottom:0px;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:18px 0px;
	color:#cccccc;
	background:#131313;
	line-height:24px;
	text-align:center;	
}
.main-footer .newsletter-widget input:focus,
.main-footer .newsletter-widget select:focus {
    outline: none;
}

.main-footer .newsletter-widget{
	position:relative;
	max-width:300px;
	margin:0 auto;	
}

.main-footer .newsletter-widget .form-group{
	position:relative;
	margin:0px;	
}

.main-footer .newsletter-widget input[type="email"]{
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 40px 10px 25px;
	height:48px;
	font-size:14px;
	color:#ffffff;
	border:1px solid rgba(255,255,255,0.20);
	background:none;
	border-radius:24px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-footer .newsletter-widget .send-btn{
	position:absolute;
	right:10px;
	top:0px;
	width:50px;
	border: none;
	height:48px;
	line-height:48px;
	text-align:center;
	color:rgba(255,255,255,0.50);
	font-size:16px;
	background:none;
	cursor:pointer;
}
.main-footer .newsletter-widget .send-btn:hover{
	
}

.main-footer .links-widget .list li{
	position:relative;
	margin-bottom:12px;
}

.main-footer .links-widget .list li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:0px 0px 0px 25px;
	color:#aaaaaa;
	text-transform:capitalize;	
}
/*** 

====================================================================
    preloader
====================================================================

 ***/
.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%;
 z-index:999999; background-color:#fff; background-position:center center;
  background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}
