
  .header-text p {
    color: #fff;
    font-size: 14px;
    margin: auto;
    margin-bottom: 25px;
    font-weight: 100;
    /* max-width: 500px; */
    max-width: 900px;
  }

  .theme-color {
    color: #42c423;
  }
  .col-sm-5.over-bg h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .section-padding {
    background: #000;
  }
  .header-top-area {
    background: transparent;
  }
  .menu-bg {
    -webkit-transition: .3s;
    transition: .3s;
    background: #09191f;
    box-shadow: 0 2px 10px -1px rgb(18, 70, 50);
    border: none;
}
  .mainmenu .navbar-nav li a {
    color: #fff;
    font-weight: 400;
  }

  .logo a p {
    color: #fff;
  }

  /* ========First section ========= */

  .welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../new/1.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
  }

  .display-table-cell {
    background: linear-gradient(#31679147,#000000b0);
  }
  .img-logo {
    padding:30px;
    padding-top: 50px;
    padding-left: 110px;
    padding-right: 110px;
  }
  a:focus, a:hover {
    color: #1cdfcd;
  }
  .btn.focus, .btn:focus, .btn:hover {
    color: #fff;
  }
  hr {
    border: 0.1px;
    border-top: 1px solid #898585;
  }
  section.about-us-area {
    /* background: #10232a; */
    background: linear-gradient(#000000,#000000);
    /* background: url(../img/home_about.jpg) no-repeat; */
    background-position: center center;
    background-size: cover;
    padding: 20px 0px;
    padding-bottom: 150px;
    padding-top: 130px;
    z-index: -2;
  }
  section.introduce-biz {
    background-image: url(../img/slide-04.jpg);
    background-position: bottom center;
    background-size: cover;
    position: relative;
    padding: 130px 0px;
    padding-bottom: 210px;
    overflow-x: hidden;
  }
  section.introduce-biz::before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: linear-gradient(#000000, #10232abf, #000000a3);
  }

  section.comunity-sec {
    background: url(../../new_assets/new/newbg.jpg) no-repeat; 
    background-position: center center;
    background-size: cover;
    padding: 0px 0px;
    overflow-x: visible;
  }

  .sec-img {
    padding:90px;
    padding-bottom:10px;
    padding-top:2px;
  }

  .about-us-area h2 {
    color: #42c423;
  }
  .section-title h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .about-us-area h4 {
    font-size: 14px;
    text-transform: none;
    line-height: 1.6em;
    padding-left: 30px;
    font-weight: 1100;
    padding-right: 30px;
  }

  .over-bg {
    background: none;
    padding: 80px 80px;
  }

  section.abut-sc {
    background: url(../new/landing.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
    overflow-x: hidden;
    /* background: #000000; */
  }
  section.abut-sc::before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: linear-gradient(#000000,#10232abf,#0000008a);
  }
  .col-sm-6.over-bg p, .abut-sc p {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
  }


  /* =====benefits ===== */
  .benefits {
    background-image: url(../new/stepbg02.jpg);
    background-position: right center;
    background-size: cover;
    position: relative;
    padding: 60px 0px;
    /* overflow-x: hidden; */
  }
  .benefits::before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    /* background: linear-gradient(#000000,#10232abf,#000000e3); */
    background: #000000; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top,  #000000e3 0%,#10232abf, #000000e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000000e3 0%,#10232abf, #000000e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000000e3 0%,#10232abf,#000000e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #000000e3 0%,#10232abf,#000000e3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #000000e3 0%,#10232abf,#000000e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000e3', endColorstr='#000000e3',GradientType=0 ); /* IE6-8 */
  }
  .service .icon {
    float: left;
    width: 70px;
    height: 70px;
    background: transparent;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 10px;
    border: 2px solid #42c423;
  }

  .service .icon:hover {
    background: #42c423;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
  .service .title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    color: #1fb2c1;
  }

  .service .icon+.info {
    margin-left: 90px;
  }
  .info p {
    color: #ffffff;
    font-size: 13px;
    text-align: left;
  }
  .navy-line {
    width: 450px;
    height: 1.5px;
    margin: 25px 5px 20px;
    border-bottom: 1px solid #aff499;
}

  /* ========team========== */
 .text p {
    line-height: 19px;
 }
  .team-member img {
    margin: auto;
    margin-bottom: 25px;
  }

  .img-small {
    height: 88px;
    width: 88px;
  }
  .team-member {
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffa800;
    padding: 20px;
  }


  .imageWrapper {
    position: relative;
    /* width: 300px;
    height: 300px; */
  }
  .imageWrapper img {
    display: block;
  }
  .imageWrapper .text {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top:0px;
    padding: 10px 10px;
    color: #ffffff;
    background: #000000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;

  }
  .imageWrapper:hover .text {
    opacity: 1.9;
  }
  .social-icon {
    padding-top: 10px;
  }
  .social-icon a {
    background: #0077B5;
    color: #fff;
    margin-top: 10px;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
  }
  .navy {
    color:#ffa800;
    font-size: 16px;
    font-weight: 200;

  }
  .spacing {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .gray-section {
    background-image: url(../new/3.png);
    background-position: bottom center;
    background-size: cover;
    position: relative;
    padding: 5px 0px;
    /* overflow-x: hidden; */
  }
  .gray-section::before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    /* background: linear-gradient(#000000,#10232abf,#000000f5); */
    background: #000000; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top,  #000000e3 0%,#10232abf, #000000e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000000e3 0%,#10232abf, #000000e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000000e3 0%,#10232abf,#000000e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #000000e3 0%,#10232abf,#000000e3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #000000e3 0%,#10232abf,#000000e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000e3',GradientType=0 ); /* IE6-8 */
  }

  .link-smoth-scroll {
    font-size:30px;
    text-transform:uppercase;
    font-weight: 700; color:#fff;
  }

  .coin-img {
    padding-top: 40px;
  }
  a.read-more {
    width: 220px;
  }
  .mainmenu .navbar-nav li a:hover {
    color:#42c423;
  }

  #service {
    background: transparent;
    padding: 100px 20px;
  }
  #service p {
    color:#fff;
  }
  .panel-title {
      font-weight: 200;
  }
  .panel-title:hover {
    font-weight: 200;
    color: #fff;
  }
  .panel-heading {
      padding: 15px 15px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 40px;
  }
  section.faq-sc {
      background: url(../new/termbg.jpg) no-repeat;
      background-position: center;
      background-size: cover;
      padding: 100px 0px;
      overflow-x: hidden;
      /* background: #000000; */
  }
  section.faq-sc::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(#000000,#10232abf,#0000008a);
  }
  .text-themes {
    color:#ffb300;
  }

  .mu-video-left {
    background: url(../img/phone.png);
    display: inline;
    float: left;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 110px 0;
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* .mu-video-left::before {
    bbackground-color: #999;
   } */

  .mu-video-play-btn {
      background-color: #fff;
      border-radius: 15px;
      display: inline-block;
      color: #204b65e0;
      height: 55px;
      width: 80px;
      position: relative;
      font-size: 20px;
      z-index: 99;
      line-height: 55px;
      opacity: 0.8;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
  }
  .modal-content {
    /* background: transparent; */
    /* box-shadow: none; */
    border: 0px;
    border-radius: 0px;
  }

  .close {
    color:#000;
    background-color:#000;
    font-size: 30px;
    border: 2px solid #000;
  }
  .close {
      position: absolute;
      right: 2px;
      top: 2px;
      background-color: #363636;
      opacity: 1;
      width: 30px;
      height: 30px;
      line-height: 20px;
      /* color: white; */
      border-radius: 100%;
      border: 2px solid #2196F3;
      -webkit-transition: ease all .3s;
      -o-transition: ease all .3s;
      transition: ease all .3s;
  }
  .modal-body {
    padding: 0px;
  }
  .modal-footer {
      padding: 10px;
      border-top: none;
  }


  @media (max-width: 1026px) {
    .img-logo {
    padding: 30px;
    padding-top: 70px;
    padding-left: 100px;
    padding-right: 100px;
}
    section.about-us-area {
      background: linear-gradient(#000000,#000000);
      background-position: center center;
      background-size: cover;
      padding: 20px 0px;
      padding-top: 130px;
      padding-bottom: 650px;
      z-index: -2;
    }

    .about-us-area h4 {
      padding-left: 5px;
      padding-right: 5px;
    }
    .mobile-vew {
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .benefits {
      padding-bottom: 50px;
    }

  .team-member {
    text-align: center;
    margin-bottom: 50px;
  }
  a.read-more {
    margin:5px;
  }
  .coin-img {
    padding-top: 20px;
}
  .over-bg {
    background: none;
    padding: 20px 20px;
  }
  .header-text h1 {
    font-size: 20px;
}

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

  .mu-video-left {
    padding: 60px 0;
  }

  .header-text p {
    margin: auto auto 15px;
    line-height: 20px;
    padding:10px;
  }
  .benefits {
    padding-bottom: 60px;
  }

  .team-member {
    text-align: center;
    margin-bottom: 50px;
  }

a.read-more {
  margin:5px;
}
.coin-img {
  padding-top: 20px;
}
.over-bg {
  background: none;
  padding: 20px 20px;
}
.header-text h1 {
  font-size: 20px;
}
/* #service {
    background: #000;
    padding: 40px 20px;
} */
}
@media only screen and (max-width: 480px){

  .mu-video-left {
    padding: 60px 0;
  }

.header-text h1 {
    font-size: 20px;
}
#service {
    background: #000;
    padding: 40px 20px;
}
}
@media only screen and (max-width: 991px) {
  
#service.content {
    margin-top: 40px!important;
}
#service {
    background: #000;
    padding: 40px 20px;
}
}
/* ========Trvc sale=========== */


section.comunity-sec.what-tiv {
    background: #000;
    background-position: left top;
    /* background-size: 100%; */
    overflow-x: visible;
}
.overlay-bg {
    padding: 108px 80px;
}
.overlay-bg p {
    color: #d6d6d6;
    text-align: center;
}
.section-title h2 {
    font-size: 16px;
}
.about-us-area.section-padding.count-sec-trc {
    background: url(../new/6.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0px;
}
h2.service-title {
    color: #ffa800;
}
.services {
  padding-right: 30px;
}
.services .icon {
  float: left;
  width: 50px;
  height: 50px;
  background: #42c423;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 10px;
}

.services .icon:hover {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #42c423;
}
.services .title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  color:#1fb2c1;
  font-weight: bold;
}
.services .icon+.info {
    margin-left: 65px;
}
.section-roadmap {
    padding: 160px 0;
    background: url(../new/6.jpg) no-repeat;
    /* background-color: #080808; */
}
.section-roadmap a {
    background: transparent;
    color: #fff;
    border: 1px solid white;
}
@media only screen and (max-width: 767px){
.mb-0-rev {
    margin-bottom: 0 !important;
    padding-left: 10px;
}
.mb-30-ser {
    padding-left: 30px;
}
.white-bg-pvt h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
}
.header-text {
    margin-top: 10px;
}
.overlay-bg {
    padding: 34px 39px;
}
}

/* =========Contact ======== */

@media only screen and (max-width: 767px){
  .navbar-toggle .icon-bar {
    background: #fff;
  }
}
.bg-silver-lighter {
  /* background: url(new_assets/new/3.png) no-repeat;
  background-position: center; */
  background: #000;
  background-size: cover;
  padding: 30px 0px;
  overflow-x: hidden;
}

/* .bg-silver-lighter::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: linear-gradient(#000000,#10232abf,#0000008a);
} */
section.contact-sc {
  background: url(../new/1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0px;
  overflow-x: hidden;
  /* background: #000000; */
}
section.contact-sc::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(#000000,#10232abf,#0000008a);
}

.bg-silver-lighter .form-control {
  background: transparent;
  color:#fff;
}
.bg-silver-lighter .btn-block {
  background: #000;
  color:#fff;
}
.bg-silver-lighter .btn-block:hover {
  background: #42c423;
  color:#fff;
}
.bg-silver-lighter h3 {
  color: #42c423;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.bg-silver-lighter p {
  color: #fff;
  padding-bottom: 30px;
  font-size: 16px;
}
.content .content-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  background: #242a30;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.content .content-desc {
  text-align: center;
  margin-bottom: 60px;
  color: #242a30;
}
p {
  font-size: 12px;
  line-height: 20px;
}
.form-group {
  margin-bottom: 0px;
}

.form-control {
  display: block;
  border: 0px;
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #F7F7F7;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 15px;
}

.btn-block {
  padding-left: 12px;
  padding-right: 12px;
}

.btn {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 991px) {}
  #contact.content {
    margin-top: 2px;
    }}


/* ============FAQ=========== */

@media only screen and (max-width: 767px){
	.navbar-toggle .icon-bar {
		background: #000;
	}
}

.panel-default>.panel-heading {
    color: #42c423;
    background-color: #000000;
    border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  background:#000;
}
.panel-body {
  color: #dad9d9;
  font-weight: 200;
  font-size: 14px;
}
