.m_features2{
  padding: 50px 0;
}
.more-features2{
  background: #fff;
  padding: 30px 0;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: .6s;
  color: #666;
}
.more-features2 i{
  font-size: 40px;  
  margin-bottom: 10px;
  display: inline-block;
}
.more-features2 h4{ font-size: 15px;}
.more-features2:hover{
  transform: translateY(-7%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  background: linear-gradient(45deg, #8ed8ec, #85f7b5);
  color: #fff;
}

.hero {
	height: 100vh;
	position: relative;
}

.hero .bg-holder {
	height: 100vh;
}

.hero .hero-title {
	text-align: center;
  width: 100%;
  padding: 50px 0;
}

.hero .hero-title h2 {
	color: #333;
}

.more-features {min-height: 200px;}

.more-features  .feature-item-title{ margin-top: 20px;}
.hero .app-shot {
	width: 100%;
}

.hero .app-shot img {
	display: block;
    margin: 0px auto;
    max-width: 1500px;
    max-width: 100%;
    padding: 0px 30px;
}

.select-demo {
	padding: 80px 0px;
	background-color: #fff;
}


.features {
	padding: 80px 0px;
	background-color: #fff;
}

.feature-box {
	position: relative;
}
.feature-icon {
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: 0;
    line-height: 1;
    font-weight: bold;
    font-size: 60px;
    color: #139aec;
    opacity: 0.15;
}    
.feature-title {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 20px;
    margin-bottom: 25px;
    padding-left: 30px;
 }  

 .footer {
 	background-color: #30373e;
    color: #99abb4;
    padding: 90px 0px;
 }
.loader-wrapper {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  opacity: 1;
  overflow: hidden;
  height: 100%; }
  .loader-wrapper .loaders {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    -webkit-transform: translateX(-50%) translateY(-45%);
    -moz-transform: translateX(-50%) translateY(-45%);
    -o-transform: translateX(-50%) translateY(-45%);
    -ms-transform: translateX(-50%) translateY(-45%); }
    .loader-wrapper .loaders img {
      position: relative;
      z-index: 999; }
  .loader-wrapper .loader-1 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0px 0px -80px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #ececec;
    z-index: -1;
    opacity: 0.4; }
    .loader-wrapper .loader-1:before {
      content: '';
      width: 160px;
      height: 160px;
      display: block;
      position: absolute;
      border: 2px solid;
      border-radius: 50%;
      top: -2px;
      left: -2px;
      box-sizing: border-box;
      clip: rect(0px, 35px, 35px, 0px);
      z-index: 10;
      -webkit-animation: rotate 3s linear infinite;
      -moz-animation: rotate 3s linear infinite;
      -ms-animation: rotate 3s linear infinite;
      -o-animation: rotate 3s linear infinite;
      animation: rotate 3s linear infinite; }
    .loader-wrapper .loader-1:after {
      content: '';
      width: 160px;
      height: 160px;
      display: block;
      position: absolute;
      border: 2px solid #cecece;
      border-radius: 50%;
      top: -2px;
      left: -2px;
      box-sizing: border-box;
      clip: rect(0px, 164px, 150px, 0px);
      z-index: 9;
      -webkit-animation: rotate2 3s linear infinite;
      -moz-animation: rotate2 3s linear infinite;
      -ms-animation: rotate2 3s linear infinite;
      -o-animation: rotate2 3s linear infinite;
      animation: rotate2 3s linear infinite; }
  .loader-wrapper .loader-2 {
    -webkit-animation: spin 1.2s backwards infinite;
    -moz-animation: spin 1.2s backwards infinite;
    -ms-animation: spin 1.2s backwards infinite;
    -o-animation: spin 1.2s backwards infinite;
    animation: spin 1.2s backwards infinite;
    background: none;
    border-radius: 50%;
    border: 3px solid;
    width: 60px;
    height: 60px;
    color: #cecece;
    position: absolute;
    left: 35%; }
  .loader-wrapper .loader-3 {
    transform: translateY(-50%);
    padding: 0 100px;
    text-align: center; }
    .loader-wrapper .loader-3 label {
      height: 10px;
      width: 10px;
      background-color: #333743;
      margin: 0px 7.5px;
      border-radius: 50%;
      opacity: 0;
      display: inline-block; }
      .loader-wrapper .loader-3 label:nth-child(7) {
        -webkit-animation: array-fade 3s ease-in-out infinite;
        -moz-animation: array-fade 3s ease-in-out infinite;
        -ms-animation: array-fade 3s ease-in-out infinite;
        -o-animation: array-fade 3s ease-in-out infinite;
        animation: array-fade 3s ease-in-out infinite; }
      .loader-wrapper .loader-3 label:nth-child(6) {
        -webkit-animation: array-fade 3s 100ms ease-in-out infinite;
        -moz-animation: array-fade 3s 100ms ease-in-out infinite;
        -ms-animation: array-fade 3s 100ms ease-in-out infinite;
        -o-animation: array-fade 3s 100ms ease-in-out infinite;
        animation: array-fade 3s 100ms ease-in-out infinite; }
      .loader-wrapper .loader-3 label:nth-child(5) {
        -webkit-animation: array-fade 3s 200ms ease-in-out infinite;
        -moz-animation: array-fade 3s 200ms ease-in-out infinite;
        -ms-animation: array-fade 3s 200ms ease-in-out infinite;
        -o-animation: array-fade 3s 200ms ease-in-out infinite;
        animation: array-fade 3s 200ms ease-in-out infinite; }
      .loader-wrapper .loader-3 label:nth-child(4) {
        -webkit-animation: array-fade 3s 300ms ease-in-out infinite;
        -moz-animation: array-fade 3s 300ms ease-in-out infinite;
        -ms-animation: array-fade 3s 300ms ease-in-out infinite;
        -o-animation: array-fade 3s 300ms ease-in-out infinite;
        animation: array-fade 3s 300ms ease-in-out infinite; }
      .loader-wrapper .loader-3 label:nth-child(3) {
        -webkit-animation: array-fade 3s 400ms ease-in-out infinite;
        -moz-animation: array-fade 3s 400ms ease-in-out infinite;
        -ms-animation: array-fade 3s 400ms ease-in-out infinite;
        -o-animation: array-fade 3s 400ms ease-in-out infinite;
        animation: array-fade 3s 400ms ease-in-out infinite; }
      .loader-wrapper .loader-3 label:nth-child(2) {
        -webkit-animation: array-fade 3s 500ms ease-in-out infinite;
        -moz-animation: array-fade 3s 500ms ease-in-out infinite;
        -ms-animation: array-fade 3s 500ms ease-in-out infinite;
        -o-animation: array-fade 3s 500ms ease-in-out infinite;
        animation: array-fade 3s 500ms ease-in-out infinite; }
      .loader-wrapper .loader-3 label:nth-child(1) {
        -webkit-animation: array-fade 3s 600ms ease-in-out infinite;
        -moz-animation: array-fade 3s 600ms ease-in-out infinite;
        -ms-animation: array-fade 3s 600ms ease-in-out infinite;
        -o-animation: array-fade 3s 600ms ease-in-out infinite;
        animation: array-fade 3s 600ms ease-in-out infinite; }
  .loader-wrapper .loader-logo-pulse {
    -webkit-animation: pulse-fade 4s backwards infinite;
    -moz-animation: pulse-fade 4s backwards infinite;
    -ms-animation: pulse-fade 4s backwards infinite;
    -o-animation: pulse-fade 4s backwards infinite;
    animation: pulse-fade 4s backwards infinite; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
    clip: rect(0px, 35px, 35px, 0px); }
  50% {
    clip: rect(0px, 40px, 40px, 0px); }
  100% {
    transform: rotate(360deg);
    clip: rect(0px, 35px, 35px, 0px); } }
@-moz-keyframes rotate {
  0% {
    transform: rotate(0);
    clip: rect(0px, 35px, 35px, 0px); }
  50% {
    clip: rect(0px, 40px, 40px, 0px); }
  100% {
    transform: rotate(360deg);
    clip: rect(0px, 35px, 35px, 0px); } }
@-ms-keyframes rotate {
  0% {
    transform: rotate(0);
    clip: rect(0px, 35px, 35px, 0px); }
  50% {
    clip: rect(0px, 40px, 40px, 0px); }
  100% {
    transform: rotate(360deg);
    clip: rect(0px, 35px, 35px, 0px); } }
@-o-keyframes rotate {
  0% {
    transform: rotate(0);
    clip: rect(0px, 35px, 35px, 0px); }
  50% {
    clip: rect(0px, 40px, 40px, 0px); }
  100% {
    transform: rotate(360deg);
    clip: rect(0px, 35px, 35px, 0px); } }
@keyframes rotate {
  0% {
    transform: rotate(0);
    clip: rect(0px, 35px, 35px, 0px); }
  50% {
    clip: rect(0px, 40px, 40px, 0px); }
  100% {
    transform: rotate(360deg);
    clip: rect(0px, 35px, 35px, 0px); } }
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    clip: rect(0px, 164px, 150px, 0px); }
  50% {
    clip: rect(0px, 164px, 0px, 0px);
    transform: rotate(360deg); }
  100% {
    transform: rotate(720deg);
    clip: rect(0px, 164px, 150px, 0px); } }
@keyframes array-fade {
  0% {
    opacity: 0;
    transform: translateX(-300px); }
  33% {
    opacity: 1;
    transform: translateX(0px); }
  66% {
    opacity: 1;
    transform: translateX(0px); }
  100% {
    opacity: 0;
    transform: translateX(300px); } }
@keyframes pulse-fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

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

    }