body { 
  background-color: #fff !important;
  font-size: 16px;
  padding-top: 65px;  
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: right;
}
img { 
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  border-radius: 10px;
}
header {
  border-bottom: none;
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1;
  box-shadow: 0 10px 26px rgba(0,0,0,0.05);
}
header .container{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;  
}
header .container::after,
header .container::before{
  display: none;
}
header .navlogo {
  position: relative;
  z-index: 10;
  width: auto !important;
  text-align: center;
  display: inline-block;
  float: none;
  width: 60px;
}
header .navlogo img {
  width: 60px;
}
header .navmenu {
  margin: 0;
  padding: 0; 
}
header .navmenu li {
  display: inline-block;
  margin: 0 15px;
}
header .navmenu li a{
  color:#333;
}
header .loginbtn {
  background-color: #50D38D;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  line-height: normal;
  transition: all linear 0.2s;
}
header .loginbtn:hover{
  background-color: #13AF5B;
}

/**************/
.topinfo {
  padding: 100px 0 0;
  margin-bottom: 30px;
}
.topinfo .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topinfo .item {
  height: 600px;
  display: table-cell;
  overflow: visible;
  vertical-align: middle;
  line-height: 1.5em !important;
  position: relative;
}
.topinfo h1 {
  font-weight: normal;
  font-size: 30px;
  margin: 0 0 10px;
  line-height: normal;
}
.topinfo h2 {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 10px;
  line-height: normal;
}
.topinfo a.login{
  border: solid 1px #50D38D;
  color: #50D38D;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  line-height: normal;
  transition: all linear 0.2s;
  margin-left: 10px;
}
.topinfo a.login:hover{
  background-color: #50D38D;
  color: #fff;
}
.topinfo a.reg{
  background-color: #50D38D;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  line-height: normal;
  transition: all linear 0.2s;
}
.topinfo a.reg:hover{
  background-color: #13AF5B;
}
.shape {
  position: absolute;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  mix-blend-mode: multiply;
  opacity: 0.4;
  -webkit-animation: random 7s infinite;
          animation: random 7s infinite;
} 
.purple-hero {
  width: 500px;
  height: 500px;
  top: 0px;
  left: 0px;
  background: #6A14BA;
  border-radius: 250px;
  z-index: -1;
} 
.purple {
  width: 400px;
  height: 400px;
  top: 0px;
  left: 0px;
  background: #6A14BA;
  border-radius: 200px;
  z-index: -1;
}
.orange {
  width: 320px;
  height: 320px;
  bottom: 0px;
  right: 80px;
  background: #FF8A00;
  border-radius: 160px;
  z-index: -2;
  animation-direction: reverse;
}
.orange-hero {
  width: 320px;
  height: 320px;
  bottom: -40px;
  right: -70px;
  background: #FF8A00;
  border-radius: 160px;
  z-index: -2;
  animation-direction: reverse;
} 
.blue-hero {
  width: 320px;
  height: 320px;
  top: 0px;
  right: -40px;
  background: #00C1FF;
  border-radius: 160px;
  z-index: -3;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
} 
.blue {
  width: 320px;
  height: 320px;
  top: 0px;
  left: 0px;
  background: #00C1FF;
  border-radius: 160px;
  z-index: -2;
}
.red-hero {
  width: 320px;
  height: 320px;
  bottom: 0px;
  left: 0px;
  background: #EB5757;
  border-radius: 160px;
  z-index: -4;
  animation-direction: reverse;
}
.red {
  width: 360px;
  height: 360px;
  bottom: 0px;
  right: 100px;
  background: #EB5757;
  border-radius: 180px;
  z-index: -2;
}


@-webkit-keyframes random {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  33% {
    -webkit-transform: translate(30px, -50px) scale(1.1);
            transform: translate(30px, -50px) scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  66% {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
}

@keyframes random {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  33% {
    -webkit-transform: translate(30px, -50px) scale(1.1);
            transform: translate(30px, -50px) scale(1.1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  66% {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
}
/**********/
.options.container {
  padding: 100px 15px;
}
.options .item .lnr {
  color: #50D38D;
  font-size: 24px;
}
.options .item .lnr.icon2{
  color: #FF8A00;
}
.options .item .lnr.icon3{
  color: #6A14BA;
}
.options .item .lnr.icon4{
  color: #EB5757;
}
.options .item h3 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 17px;
}
.options .item p {
  font-size: 14px;
  color: #666;
}
/**********/
.section1 {
  padding: 100px 15px 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section1 h2 {
  font-weight: normal;
  font-size: 25px;
  margin: 0 0 20px;
  line-height: normal;
}
.section1 .item{
  position: relative;
}
/**********/
.section2 {
  padding: 100px 15px 0;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
} 
.section2 h2 {
  font-weight: normal;
  font-size: 25px;
  margin: 0 0 20px;
  line-height: normal;
}
.section2 .item{
  position: relative;
}
/**********/
.video {
  display: flex;
  align-items: center;
  padding: 50px 15px;
  flex-wrap: wrap;
}
.video h2 {
  font-weight: normal;
  font-size: 25px;
  margin: 0 0 20px;
  line-height: normal;
}
.video video {
  box-shadow: 0px 0px 1px rgba(0,0,0,0.05),0px 10px 30px rgba(0,0,0,0.08),0px 1px 4px rgba(0,0,0,0.05);
  border-radius: 10px;
  width: 100%;
}

.each_video {
  position: relative;
  padding-right: 55px;
  margin: 0 0 10px;
  display: flex;
  min-height: 45px;
  align-items: center;
}
.each_video > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #FF8A00;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.each_video p {
  margin: 0;
  color: #666;
} 
/**************/
.faq h2 {
  font-weight: normal;
  font-size: 25px;
  margin: 0 0 20px;
  line-height: normal;
  text-align: center;
}
.faq {
  position: relative; 
  padding: 0 100px;
  margin: 0 auto 20px;
}  
.panel-group {
  width: 60%;
  margin: 0 auto;
}
.panel-group .panel {
  border-radius: 0;
  border-top: solid 1px #eee;
  margin: 0;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
  padding: 20px 15px 20px 45px;
  background: rgba(255, 131, 251,0.05);
  position: relative;
  font-weight: normal;
  line-height: normal;
}
.panel-title[aria-expanded="true"]::after {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0; 
  border-radius: 5px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 13px;
  font-size: 14px;
  content: "\e873";
  font-family: Linearicons-Free;
}
.panel-title[aria-expanded="false"]:after{
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0; 
  border-radius: 5px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 13px;
  font-size: 14px;
  content: "\e874";
  font-family: Linearicons-Free;
}
.panel-body {
  padding: 15px;
  font-size: 14px;
  line-height: 25px;
}
/**********/
footer {
  text-align: center;
  position: relative !important; 
}
footer .footerlogo img {
  width: 80px;
}
footer p {
  width: 80%;
  margin: 20px auto;
  color: #666;
  text-align: center;
}
#footer-social {
  margin: 0 0 30px;
  padding: 0;
}
#footer-social li {
  display: inline-block;
  margin: 0 2px;
}
#footer-social li img {
  width: 30px;
}
.copyright{
  background-color: #f5f5f5;
  padding: 15px 0;
  border-top: 1px solid #eaeaea;
  text-align: center;
  position: relative !important;

}
/**************/
.container {
  width: 1400px;
}
 
@media (max-width: 1300px){
  .container {
    width: 95%;
  }
 
  .topinfo h1,
  .topinfo .desc,
  .panel-group {
    width: 100%;
  }
  .topinfo {  
    padding: 50px 0;
    height: auto;
  }
  .faq {
    min-height: auto;
    padding: 0 ;
    margin: 0 auto 20px;
  }

  .faq h2{
  text-align: center;
  } 
  .video {
      margin: 0 auto 20px;
  }
  header .navmenu li { 
    margin: 0 5px;
  }
}
@media (max-width: 980px){
  .container {
    padding: 0px;
  }
  
  .order2{
    order: 2;
  }
  .video,
  .section2,
  .section1{ 
    text-align: center;
    padding: 0px;
    margin-bottom: 50px;

  } 
  
  .topinfo{
    padding: 0px 0 20px;
  }
  .topinfo *{
    text-align: center;
  }
  .topinfo .buttons {
    margin: 0 0 20px;
  }
  .video video { 
    margin: 20px 0 0;
  }
}
@media (max-width: 780px){
  .container {
    width: 100%;
    padding: 0 5px !important;
    overflow: hidden;
  }
  .topinfo h1 { 
  line-height: 40px; 
  font-size: 20px;
}
  h2 { 
  font-size: 20px;
}
}
@media (max-width: 560px){
  .topinfo .item {
    height: auto;
  }
   
  header .navlogo {
    width: 50px !important;
  }
  #logo {  
    width: 50px !important;
  height: 50px !important; 
  }
  .hmobile {
   display: none;
  }
  header .loginbtn { 
      padding: 10px;
      border-radius: 10px;
      width: 50px;
  } 
  .purple-hero {
    width: 200px;
    height: 200px;
  }
  .orange-hero,
  .blue-hero,
  .red-hero{
    width: 120px;
    height: 120px;
  }
  .blue ,
  .purple,
  .orange,
  .red{
    width: 150px;
    height: 150px; 
  }
}



.seven_boxes {
  margin-bottom: 50px;
}
.seven_boxes .row > div {
  margin: 0 0 20px;
}
.seven_boxes a {
  display: flex;
  padding: 15px;
  border: solid 1px #eee;
  border-radius: 10px;
  transition: all linear 0.3s;
  background: #fff;
  color: #333;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  text-decoration: none;
  flex-direction: column;
}
.seven_boxes a:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.18);
  color: #e50001;
}
.seven_boxes img {  
  width: 100%;
  margin-left: 0;
  border-radius: 10px;
}
.seven_boxes h3 {
  font-size: 14px;
  margin: 15px 0 0;
  line-height: normal;
  width: 100%;
  text-align: center;
}

.seven_boxes a:hover h3{
  color: #e50001;
}