@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,600,700|Poppins:400,600,700');
body {
  color: #4c5462;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px
}

@media(min-width:1200px) {
  .container {
    width: 1200px
  }
}

.img {
  max-width: 100%
}

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

a:focus, a:hover, a:active {
  color: #4c5462;
  text-decoration: none
}

a, button {
  outline: medium none;
  color: #4c5462;
  text-decoration: none;
  display: inline-block
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #333;
  margin-top: 0;
  font-style: normal;
  font-weight: 400
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit
}

h1 {
  font-size: 48px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px;
  color: #2b323f
}

h4 {
  font-size: 20px;
  color: #2b323f;
  font-weight: 600
}

h5 {
  font-size: 18px;
  color: #2b323f;
  font-weight: 600
}

h6 {
  font-size: 16px
}

ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

p, ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #444;
  margin-bottom: 15px
}

hr {
  margin: 60px 0;
  padding: 0;
  border-bottom: 1px solid #eceff8;
  border-top: 0
}

label {
  color: #626262;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400
}

blockquote {
  background-color: #f6f6f6;
  border: 0 none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 60px 0 30px 30px;
  padding: 30px
}

*::-moz-selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none
}

::-moz-selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none
}

*::-moz-placeholder {
  color: #4c5462;
  font-size: 14px
}

*::-webkit-input-placeholder {
  color: #4c5462;
  font-size: 14px
}

*:-ms-input-placeholder {
  color: #4c5462;
  font-size: 14px
}

.fix {
  overflow: hidden
}

.media-left {
  padding-right: 30px
}

.dsp-tc {
  display: table-cell;
  vertical-align: top
}

.btn {
  background: #333;
  border-radius: 10px;
  padding: 11px 30px;
  color: #fff;
	font-size: 18px;
}

.btn:hover, .btn:focus, .btn:active {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #fe730e;
  text-decoration: none
}

.btn.btn-bordered-white:hover, .btn.btn-bordered-white:focus {
  border-color: transparent;
  outline: 0 none
}

.btn.btn-bordered-white:after {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0, #81ee8e 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0, #81ee8e 100%) repeat scroll 0 0;
  border-radius: 100px;
  content: "";
  height: calc(100%+4px);
  left: -2px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  position: absolute;
  top: -2px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: calc(100%+4px);
  z-index: -1
}

.btn.btn-bordered-white:hover:after, .btn.btn-bordered-white:focus:after {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"
}

.btn.btn-bordered-grad {
  background: transparent none repeat scroll 0 0;
  color: #2b323f
}

.btn.btn-bordered-grad:hover, .btn.btn-bordered-grad:focus {
  color: #fff
}

.btn.btn-bordered-grad:before {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0, #81ee8e 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0, #81ee8e 100%) repeat scroll 0 0;
  border-radius: 100px;
  content: "";
  height: calc(100%+4px);
  left: -2px;
  position: absolute;
  top: -2px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: calc(100%+4px);
  z-index: -2
}

.btn.btn-bordered-grad:after {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 100%;
  z-index: -1
}

.chart-container {
  margin: 0 auto;
  text-align: center
}

.chart {
  text-align: center;
  min-height: 370px;
  padding: 0;
  padding-bottom: 30px;
  border: 1px solid #ddd;
  background-color: #fafafa
}

.chart ul li {
  text-align: left;
  margin-bottom: 18px;
  font-size: 18px
}

.chart ul li {
  color: #2ecc71
}

.chart ul li span {
  color: #e74c3c
}

.chart ul li i {
  margin-right: 7px
}

.chart ul {
  display: inline-block;
  margin: 30px auto 10px auto;
  text-align: left
}

.chart-header {
  text-align: center;
  height: 40px;
  background-color: #4a4a4a;
  padding: 13px
}

.chart-header-triangle {
  width: 100%;
  height: 17px;
  background: #fe730e;
  position: relative
}

.chart-header-triangle:before {
  border-right: 17vw solid #fafafa;
  border-top: 17px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 0
}

.chart-header-triangle:after {
  border-left: 17vw solid #fafafa;
  border-top: 17px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 0;
  z-index: 0
}

.chart-header-triangle.black {
  background: #4a4a4a
}

.chart .btn {
  display: block;
  width: 180px;
  margin: 20px auto 0 auto
}

.orange-bg, .orange-bg-chart {
  background-color: #fe730e
}

.orange-bg:hover, .orange-bg:active {
  background-color: #333
}

.chart-header h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold
}

}

.btn.btn-bordered-grad:hover:after, .btn.btn-bordered-grad:focus:after {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"
}

.button-group a {
  margin-right: 30px
}

.button-group a:last-child {
  margin-right: 0
}

.header-space {
  margin-top: 120px
}

.transition-3s {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

a, .btn, img {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0
}

.mt-0 {
  margin-top: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0
}

.pt-10 {
  padding-top: 10px
}

.pt-15 {
  padding-top: 15px
}

.pt-20 {
  padding-top: 20px
}

.pt-30 {
  padding-top: 30px
}

.pt-40 {
  padding-top: 40px
}

.pt-50 {
  padding-top: 50px
}

.pt-60 {
  padding-top: 60px
}

.pt-70 {
  padding-top: 70px
}

.pt-80 {
  padding-top: 80px
}

.pt-90 {
  padding-top: 90px
}

.pt-100 {
  padding-top: 100px
}

.pt-110 {
  padding-top: 110px
}

.pt-120 {
  padding-top: 120px
}

.pt-130 {
  padding-top: 130px
}

.pt-140 {
  padding-top: 140px
}

.pt-150 {
  padding-top: 150px
}

.pr-0 {
  padding-right: 0
}

.pr-10 {
  padding-right: 10px
}

.pr-15 {
  padding-right: 15px
}

.pr-20 {
  padding-right: 20px
}

.pr-30 {
  padding-right: 30px
}

.pr-40 {
  padding-right: 40px
}

.pr-50 {
  padding-right: 50px
}

.pr-60 {
  padding-right: 60px
}

.pr-70 {
  padding-right: 70px
}

.pr-80 {
  padding-right: 80px
}

.pr-90 {
  padding-right: 90px
}

.pr-100 {
  padding-right: 100px
}

.pr-110 {
  padding-right: 110px
}

.pr-120 {
  padding-right: 120px
}

.pr-130 {
  padding-right: 130px
}

.pr-140 {
  padding-right: 140px
}

.pb-0 {
  padding-bottom: 0
}

.pb-10 {
  padding-bottom: 10px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-30 {
  padding-bottom: 30px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-50 {
  padding-bottom: 50px
}

.pb-60 {
  padding-bottom: 60px
}

.pb-70 {
  padding-bottom: 70px
}

.pb-80 {
  padding-bottom: 80px
}

.pb-90 {
  padding-bottom: 90px
}

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

.pb-110 {
  padding-bottom: 110px
}

.pb-120 {
  padding-bottom: 120px
}

.pb-130 {
  padding-bottom: 130px
}

.pb-140 {
  padding-bottom: 140px
}

.pb-150 {
  padding-bottom: 150px
}

.pl-0 {
  padding-left: 0
}

.pl-10 {
  padding-left: 10px
}

.pl-15 {
  padding-left: 15px
}

.pl-20 {
  padding-left: 20px
}

.pl-30 {
  padding-left: 30px
}

.pl-40 {
  padding-left: 40px
}

.pl-50 {
  padding-left: 50px
}

.pl-60 {
  padding-left: 60px
}

.pl-70 {
  padding-left: 70px
}

.pl-80 {
  padding-left: 80px
}

.pl-90 {
  padding-left: 90px
}

.pl-100 {
  padding-left: 100px
}

.pl-110 {
  padding-left: 110px
}

.pl-120 {
  padding-left: 120px
}

.pl-130 {
  padding-left: 130px
}

.pl-140 {
  padding-left: 140px
}

.pl-150 {
  padding-left: 150px
}

.ptb-0 {
  padding: 0
}

.ptb-10 {
  padding: 10px 0
}

.ptb-20 {
  padding: 20px 0
}

.ptb-30 {
  padding: 30px 0
}

.ptb-40 {
  padding: 40px 0
}

.ptb-50 {
  padding: 50px 0
}

.ptb-60 {
  padding: 60px 0
}

.ptb-70 {
  padding: 70px 0
}

.ptb-80 {
  padding: 80px 0
}

.ptb-90 {
  padding: 90px 0
}

.ptb-100 {
  padding: 100px 0
}

.ptb-110 {
  padding: 110px 0
}

.ptb-120 {
  padding: 120px 0
}

.ptb-130 {
  padding: 130px 0
}

.ptb-140 {
  padding: 140px 0
}

.ptb-150 {
  padding: 150px 0
}

.p-100 {
  padding: 100px
}

.mtb-0 {
  margin: 0
}

.mtb-10 {
  margin: 10px 0
}

.mtb-15 {
  margin: 15px 0
}

.mtb-20 {
  margin: 20px 0
}

.mtb-30 {
  margin: 30px 0
}

.mtb-40 {
  margin: 40px 0
}

.mtb-50 {
  margin: 50px 0
}

.mtb-60 {
  margin: 60px 0
}

.mtb-70 {
  margin: 70px 0
}

.mtb-80 {
  margin: 80px 0
}

.mtb-90 {
  margin: 90px 0
}

.mtb-100 {
  margin: 100px 0
}

.mtb-110 {
  margin: 110px 0
}

.mtb-120 {
  margin: 120px 0
}

.mtb-130 {
  margin: 130px 0
}

.mtb-140 {
  margin: 140px 0
}

.mtb-150 {
  margin: 150px 0
}

.gray-bg {
  background-color: #f5f7fb
}

.orange-gradient-bg {
  background-image: url('./img/bg/7.jpg');
  background-size: cover;
  position: relative
}

.orange-gradient-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-41deg, #ff6a00 15%, #ffa70c 72%, #ffaf0d 90%);
  opacity: .9
}

.orange-gradient-bg-2 {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0, #f89482 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0, #f89482 100%) repeat scroll 0 0
}

.overlay-white, .overlay-dark, .overlay-grad-one, .overlay-grad-two {
  position: relative;
  z-index: 0
}

.overlay-white:after {
  background-color: rgba(245, 247, 251, 1);
  content: "";
  height: 100%;
  left: 0;
  opacity: .9;
  -ms-filter: "alpha(opacity=90)";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1
}

.overlay-dark:after {
  background-color: rgba(39, 45, 58, 1);
  content: "";
  height: 100%;
  left: 0;
  opacity: .85;
  -ms-filter: "alpha(opacity=85)";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1
}

.overlay-grad-one:after, .overlay-grad-two:after {
  content: "";
  height: 100%;
  left: 0;
  opacity: .9;
  -ms-filter: "alpha(opacity=90)";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1
}

.overlay-grad-one:after {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0, #81ee8e 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0, #81ee8e 100%) repeat scroll 0 0
}

.overlay-grad-three {
  background-image: linear-gradient(50deg, #ff6a00 20%, #ff8e07 51%, #ffa70c 75%, #ffaf0d 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: .93;
  -ms-filter: "alpha(opacity=85)";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0
}

.text-center {
  margin: 0 auto;
  text-align: center
}

.section-heading {
  margin: 0 auto;
  display: block;
  max-width: 770px
}

.section-heading-down {
  text-align: left;
  margin-bottom: 30px
}

.section-heading-down h2 {
  font-weight: 600
}

.section-heading-mid {
  text-align: center
}

.section-heading-mid h2 {
  font-weight: 600;
  margin-bottom: 20px
}

.section-heading-mid p {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 1.5
}

.section-heading h2 {
  margin-bottom: 25px;
  color: #333;
  font-weight: 600;
  padding-bottom: 0;
  position: relative
}

.section-heading.white-shape h2:after {
  background: rgba(0, 0, 0, 0) url("img/others/line-shape-white.png") no-repeat scroll 0 0
}

.section-heading p {
  font-size: 20px;
  line-height: 1.5;
  margin: 40px auto 50px auto
}

.section-heading p span {
  color: #fe730e;
  font-weight: bold
}

.section-heading.shape-2 h2:after {
  background: rgba(0, 0, 0, 0) url("img/others/line-shape-2.png") no-repeat scroll 0 0
}

.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}

#navigation {
  padding: 0 15px
}

.navbar {
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
  min-height: 90px
}

.navbar i {
  margin-right: 5px;
  color: #fe730e
}

.navbar-right {
  padding-top: 14px
}

.navbar.affix-top {
  padding: 30px 0
}

.navbar.affix {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0, #81ee8e 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0, #81ee8e 100%) repeat scroll 0 0;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8)
}

.navbar-brand>img {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 100%;
  max-width: 160px
}

.navbar.affix .navbar-brand>img {
  width: 85%
}

.navbar-nav li a {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0 20px 40px
}

.nav>li>a:focus, .nav>li>a:hover, .nav>.active>a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #2b323f
}


.navbar.navbar-white, .navbar-white.navbar-fixed-top {
  background: #fff none repeat scroll 0 0
}

.navbar-white .navbar-nav li a {
  color: #2b323f
}

.navbar-white .nav>li>a:focus, .navbar-white .nav>li>a:hover, .navbar-white .nav>.active>a {
  color: #00c9fd
}

.navbar-white .navbar-toggle .icon-bar {
  background-color: #00c9fd
}

#start-hero-area {
  overflow: hidden
}

#start-hero-area.home-style-1 {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0, #81ee8e 100%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0, #81ee8e 100%) repeat scroll 0 0;
  padding-top: 90px;
  position: relative
}

#start-hero-area.home-style-1:after {
  border-left: 50vw solid #fff;
  border-top: 100px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1
}

#start-hero-area.home-style-1:before {
  border-right: 50vw solid #fff;
  border-top: 100px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 1;
}

#start-hero-area.home-style-1.home-style-4 {
  background: rgba(0, 0, 0, 0) url("img/bg/6.jpg") repeat scroll center center / cover;
  overflow: hidden;
  padding-top: 0;
}

#start-hero-area.home-style-1.home-style-4:before {
  z-index: 1;
}

.slide .container {
  position: relative
}

.slider-text {
  padding-bottom: 11em;
  padding-top: 10em
}

.slider-text ul li {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
  line-height: 1.3;
  position: relative;
  padding-left: 30px
}

.slider-text ul li:before {
  font-family: 'icofont';
  content: '\efab';
  font-size: 26px;
  position: absolute;
  left: 0;
  top: -6px
}

.slider-text ul {
  color: #fff;
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff
}

.slider-text ul li span {
  font-weight: bold
}

.slider-text h1 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 15px
}

.slider-text p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 26px;
  width: 86%
}

.button-group .btn-white {
  font-size: 16px
}

.button-group .download-btn {
  margin-right: 30px
}

.button-group {
  margin-top: 45px
}

.circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin-right: 10px;
  float: left;
  position: relative;
  top: -9px
}

.circle img {
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.hero-image-container {
  position: relative;
  z-index: 9
}

.hero-image-container img {
  max-width: 100%
}

.scroll-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2
}

.scroll-icon a {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  text-decoration: none;
  z-index: 1
}

.scroll-icon a i {
  color: #fff;
  font-size: 48px
}

.promo-header-area {
  margin: 150px auto 0;
  width: 67%
}

.promo-header-area h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase
}

.promo-header-area h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  text-transform: uppercase
}

.promo-header-area p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 30px
}

.promo-header-area .btn.btn-style-2:after {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"
}


#start-hero-area.home-style-3 {
  padding-top: 90px
}

.home-style-3 .slider-text>h1 {
  font-size: 60px
}

.slider-text span {
  font-weight: 300
}

.single-feature {
  padding: 30px;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}


.feature-icon img {
  margin-top: 10px
}

.feature-details p {
  margin-bottom: 0
}

#app-features-area.home-style-2 {
  padding-top: 40px
}

.single-feature.feature-style-2 {
  padding: 50px 30px;
  text-align: center
}

.feature-style-2 .feature-icon {
  margin-bottom: 30px;
  min-height: 50px
}

.feature-style-2 .feature-icon img {
  margin-top: 0
}

#chart-area {
  overflow: hidden
}

#chart-area .section-heading {
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto
}

.about-app h3 {
  margin-bottom: 30px
}

.about-app p {
  margin-bottom: 35px
}

.store-buttons {
  margin-top: 50px
}

.store-buttons a {
  text-align: left
}

.store-buttons a i, .store-buttons a p {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.about-app .store-buttons a:hover i, .about-app .store-buttons a:hover p {
  color: #fff
}

.store-buttons a p {
  line-height: 1.2
}

.store-buttons i {
  color: #fff;
  font-size: 24px;
  padding-right: 10px;
  vertical-align: middle
}

.about-app .store-buttons i {
  color: #2b323f
}

.store-buttons span {
  font-size: 18px;
  font-weight: 700
}

.about-app-mockup img {
  margin-left: auto
}

.gray-bg .btn.btn-bordered-grad:after {
  background: #f5f7fb none repeat scroll 0 0
}

#cross-seller-area {
  background-color: #fafafa
}

#cross-seller-area .section-heading {
  margin-bottom: 50px
}

.hiw-feature {
  padding: 40px 0 40px 0;
  background-color: #fff;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin-top: 50px;
  margin-bottom: 30px
}

.hiw-feature:hover {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1)
}

.hiw-feature-content {
  position: relative
}

.hiw-mockup {
  left: 0;
  position: absolute;
  right: 0;
  top: 45px
}

.hiw-feature-icon {
  width: auto
}

.hiw-feature img {
  position: absolute;
  left: 50px;
  top: -35px;
  z-index: 999;
  max-width: 100%
}

.hiw-feature-details {
  display: inline-block;
  margin-left: 45%
}

.hiw-feature-details h5 {
  font-size: 32px;
  color: #333;
  font-weight: 400
}

.hiw-feature-details h4 {
  margin-top: 30px
}

.hiw-feature-details span {
  color: #fe730e;
  font-size: 35px
}

.hiw-feature-details p {
  margin-bottom: 0
}

.hiw-feature-details a.btn {
  margin-top: 10px
}

.hiw-feature-content.style-2 {
  margin-top: 50px
}

.hiw-mockup.style-2 {
  top: -20px
}


.line {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80px;
  height: 3px;
  background-color: #fe730e
}

.smartphone-features h2 {
  margin-bottom: 25px;
  font-weight: 700;
  color: #fff;
  font-size: 48px
}

.smartphone-features ul li {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px
}

.smartphone-features ul {
  border-bottom: 1px solid #fff;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-bottom: 10px
}

.smartphone-features .btn {
  margin-top: 20px
}

.smartphone-features p {
  font-size: 16px;
  line-height: 1.5
}

#smartphone-features-area {
  overflow: hidden
}

#smartphone-features-area.smartphone-features {
  display: inline-block
}

#smartphone-features-area .hero-img-container img {
  max-width: 100%
}

#smartphone-features-area:after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0
}

.smartphone-features {
  position: relative;
  z-index: 1
}

.smartphone-features h1, .smartphone-features p {
  color: #fff
}

.smartphone-features h1 {
  margin-bottom: 15px
}

#smartphone-features-area.home-style-2:after {
  background: rgba(0, 0, 0, 0) url("img/mockups/smartphone-features-mockup-2.png") no-repeat scroll right bottom
}


#usp-area p {
  margin-bottom: 8px
}

.hwn-usp {
  height: 324px;
  background-image: url('https://placehold.it/600x400');
  background-size: cover;
  background-position: center;
  position: relative
}

#usp-1 {
  background-image: url('./img/bg/usp-1.jpg')
}

#usp-2 {
  background-image: url('./img/bg/usp-2.jpg')
}

#usp-3 {
  background-image: url('./img/bg/usp-3.jpg')
}

.usp-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 260px;
  height: 180px;
  text-align: center
}

.usp-text h3, .usp-text p {
  color: #fff
}

.usp-text h3 {
  font-weight: 600
}

.usp-text .circle {
  background: transparent;
  border: 3px solid #fff;
  width: 40px;
  height: 40px;
  clear: both;
  float: none;
  display: block;
  line-height: 37px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto 10px auto
}

.usp-text p span {
  font-weight: 600;
  color: #fe730e
}
#start-hero-area.home-style-1.home-style-4:before {
    z-index: 1;
}

#footer-area {
  background-color: #2b323f;
  padding-bottom: 8px;
  padding-top: 8px
}

#footer-area .social {
  margin-bottom: 25px;
  margin-top: 45px
}

.copyright p {
  color: #fafafa;
  margin-bottom: 0;
  font-size: 12px
}

.copyright a {
  color: #fe730e
}

.home-style-2 .copyright a {
  color: #ee0f6f
}

.particle-bg {
  overflow: hidden;
  position: relative;
  z-index: 1
}

.shape {
  -webkit-animation: 15s ease-in 0s normal forwards infinite running shape;
  animation: 15s ease-in 0s normal forwards infinite running shape;
  border: 2px solid #fff;
  box-shadow: 0 0 20px #00c9fd;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  width: 10px
}

.shape:nth-child(2n) {
  border-style: solid;
  border-width: 0 3px 5.196px 3px;
  border-color: transparent transparent #fff transparent;
  box-shadow: 0 0 20px #81ee8e;
  height: 0;
  left: 75vw;
  top: 50vh;
  width: 0
}

.shape:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 75vw;
  top: 50vh
}

.shape:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 25vw;
  top: 40vh
}

.shape:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  left: 90vw;
  top: 10vh
}

.shape:nth-child(5) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  background-color: #fff;
  border: 0;
  left: 10vw;
  top: 85vh
}

.shape:nth-child(6) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  left: 50vw;
  top: 100vh
}

.shape:nth-child(7) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  left: 87vw;
  top: 80vh
}

@-webkit-keyframes shape {
  0% {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    transform: scale(0) rotate(0deg) translate(-50%, -50%)
  }
  100% {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
    transform: scale(20) rotate(960deg) translate(-50%, -50%)
  }
}

@keyframes shape {
  0% {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    transform: scale(0) rotate(0deg) translate(-50%, -50%)
  }
  100% {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
    transform: scale(20) rotate(960deg) translate(-50%, -50%)
  }
}

#particles-js {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

#particles-js.home-style-16 {
  opacity: 0.
}

/********************/
/*     13. TEAM     */
/********************/
.team {
	padding-bottom: 70px;
}

.team .team-member {
	display: inline-block;
	margin-top: 30px;
	margin-right: 13px;
	margin-left: 13px;
    width: 30%;
}

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

.team .team-member h4 {
	margin-top: 15px;
	margin-bottom: 2px;
}

/* Team members images hover state */
.team .team-member .image-container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.team .team-member .image-container img {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.team .team-member .image-container .hover-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(255, 99, 30, 0.8);
	color: #fff;
	opacity: 0;
	text-align: center;
	-o-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.team .team-member .image-container:hover .hover-overlay {	
	opacity: 1;
}

.team .team-member .image-container .hover-overlay p {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}

.team .team-member .image-container .hover-overlay .fa-stack .fa-stack-1x {
	color: #ff631e;
	-o-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
}

.team .team-member .image-container .hover-overlay .fa-stack:hover .fa-circle {
	color: #ff631e;
}

.team .team-member .image-container .hover-overlay .fa-stack:hover .fa-stack-1x {
	color: #fff;
}

.team .team-member .image-container .hover-overlay a, 
.team .team-member .image-container .hover-overlay a:hover {
	color: #fff;	
}
/* end of team members images hover state */

/* CONTACT */

.contactul .fa{
    font-size="200"
    width="500px"
}

.contactul ul li {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px
}

.contactul ul {
  border-bottom: 1px solid #fff;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-bottom: 10px
}