#main-hero, .ctasection{
  background:linear-gradient(150deg,#53f 15%,#05d5ff 100%);
  padding-top:9em;
  padding-bottom:9em;
}

.common-button{
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px !important;
  padding: 0 14px;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  background: #fff;
  border-radius: 4px;
  font-size: 15px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #6772e5;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  text-decoration: none;
}
.common-button:hover{
  text-decoration: none;
  color: white;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.green-button{
  /* margin-right: 23px; */
  color: #fff;
  background: #3ecf8e;
  text-shadow: 0 1px 3px rgba(36,180,126,.4);
}

.primary-button{
  color: #fff;
  background: #6772e5;
}

#menu1{
  position: absolute;
  z-index: 99;
  width: 100%;
}

.bar__module .dropdown__trigger {
  color: #fff;
  font-size: 15px !important;
  opacity: 1 !important;

}

.bar__module > ul > li > a {
  color: white;
  font-size: 15px !important;
  opacity: 1 !important;
}

.bar__module > ul > li > a > span {
  color: white;
  font-size: 15px !important;
  opacity: 1 !important;
}

.bar__module > ul > li {
  margin-right: 3.2em !important;
}

.bg-light{
  background:rgb(244,247,251);
}
.section-padding-top{
  padding-top:7.42857143em !important;
}
h1{
  font-weight: 400 !important;
}

.heading-block h2{
  font-weight: 600;
  color: #6772e5;
}

#features h4{
  color: #525f7f;
}
p{
  color: #525f7f;
}

.testimonial__image h5{
  color: #6772e5;
}

.home-logo{
  color: white;
}
#pageheader{
  padding-bottom: 50px;
}
@media (max-width: 767px){
  .bar + nav.bar {
      background: white;
    }

  .bar__module .dropdown__trigger{
    color: #252525;
  }

  .bar__module > ul > li > a {
    color: #252525;
  }

}
