body {
  font-family: roboto!important, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  font-size: 18px;
}
h1 {
  font-family: carlito;
}
#header {
  padding: 90px 10px 60px;
}
#header h1 {
  line-height: 1.5;
}
#header h2 {
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 20px;
}
#header h3 {
  font-size: 24px;
  font-weight: normal;
}
#features {
  background-color: #e6f0fd;
  padding: 50px 10px;
}
#features h1 {
  font-weight: 100;
  font-size: 31px;
}
#features h3{
  font-family: roboto;
  font-size: 19px;
  color: #113567;
  font-weight: bold;
  padding-top: 30px;
}
#features p {
  font-family: carlito;
  font-size: 17px;
}
#features1 {
  background-color: #cde7ea;
  padding: 50px 10px;
}
#features1 h1 {
  font-weight: normal;
  font-size: 31px;
}
#features1 h3{
  font-family: roboto;
  font-size: 19px;
  color: #113567;
  font-weight: bold;
  padding-top: 30px;
}
#features1 p {
  font-family: roboto;
  font-size: 15px;
  text-align: justify;
  padding-right: 15px;
}
#modules {
  background-color: #fff;
  padding: 50px 10px;
}
#modules h1 {
  font-weight: 100;
  font-size: 33px;
  line-height: 1.6;
}
#modules h3{
  font-family: roboto;
  font-size: 17px;
  color: #113567;
  font-weight: bold;
  padding: 13px 0 7px;
}
#modules p {
  font-family: carlito;
  font-size: 17px;
}
#modules img {
  width: 100%;
  box-shadow: -1px 3px 14px -3px rgba(185, 185, 185, 0.58);
  -webkit-box-shadow: -1px 3px 14px -3px rgba(185, 185, 185, 0.58);
  -moz-box-shadow: -1px 3px 14px -3px rgba(185, 185, 185, 0.58);
  border-radius: 8px;
  margin-bottom: 4px;
}
#plan {
  background-color: rgb(239,243,246);
  padding: 50px 10px;
}
#unlimited{
  background-color: white;
  padding: 50px 10px;
}
#unlimited h1 {
  font-size: 33px;
  line-height: 1.6;

}
#plan h1 {
  font-weight: 100;
  font-size: 33px;
  line-height: 1.6;
}
#plan h3{
  font-family: roboto;
  font-size: 17px;
  color: #113567;
  font-weight: bold;
  padding: 20px 15px 0;
}
#plan p {
  font-size: 15px;
}
#application {
  background-color: #f6f6f9;
  padding: 50px 10px;
  font-family: roboto;
}
#application h1 {
  font-weight: 100;
  font-size: 33px;
  line-height: 1.6;
  margin-top: .5rem;
}
#application h3{
  font-family: roboto;
  font-size: 17px;
  color: #113567;
  font-weight: bold;
  padding: 20px 15px 0;
}
#application p {
  font-family: carlito;
  font-size: 17px;
}
#atompack {
  background-color: #3f51b5;
  padding: 50px 10px;
  font-family: carlito;
  color: white;
}
#atompack h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
}
#atompack h3{
  font-family: roboto;
  font-size: 17px;
  color: #113567;
  font-weight: bold;
  padding: 20px 15px 0;
}
#atompack p {
  font-family: roboto;
  font-size: 17px;
  text-align: justify;
  color: white;
}
#atompack img {
  display: inline-block;
  float: right;
  margin-top: -100px;
  width: 147px;
}

#faq {
  padding: 70px 10px;
  font-family: roboto;
  border-bottom: 1px solid #ddd;
}
#faq a {
  font-size: 16px;
}
#faq h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
#faq h3{
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 27px;
  color: #39394d;
}
#faq p {
  font-family: roboto;
  line-height: 26px;
  color: #39394d;
  opacity: 0.8;
  font-size: 15px;
  text-align: justify;
}
#pricing {
  padding: 80px 10px;
}
#reference {
  padding: 80px 10px;
  background-color: #f6f6f9;
}
#contact {
  padding: 60px 10px;
  background-color: rgba(192,239,245,1);
}
#contact h1 {
  font-size: 28px;
  font-family: carlito;
}
#foot-nav {
  padding: 50px 10px;
  font-family: roboto;
  font-size: 14px;
}
#foot {
  background-color: #113567;
  padding: 30px 10px;
  font-family: roboto;
  font-size: 13px;
  color: white;
  text-align: center;
}
.price {
  background-color: white;
  border-top: 7px solid #11bdd8;
  padding: 30px 15px;
  margin: 5px;
  text-align: left;
}
.price .name {
  color: #029bb3;
  font-weight: bold;
  font-size: 19px;
  margin-left: 10px;
}
.price .name2 {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
.price .tag_sub{
  font-size: 14px;
  display:block;
  text-align: right;
  color: #7b7b7b;
}
.price .tag {
  color: #000;
  font-weight: bold;
  font-size: 26px;
  display: block;
  text-align: right;
  margin-top: -30px;
}
.price .tag2 {
  color: #000;
  font-weight: normal;
  font-size: 22px;
  display: block;
  text-align: right;
  margin-top: -28px;
}
.price li {
  font-size: 15px;
  margin: 10px 0;
}
.line {
  padding-bottom: 10px;
}
.subscribe {
  width: 90%;
  border-radius: 0;
  padding: 12px;
  display: block;
  margin: 32px auto 0;
}
.support {
  background-color: white;
  padding: 30px 20px;
  margin: 7px 3px;
}
.support .title{
  font-size: 20px;
  font-weight: bold;
  position: absolute;
}
.support .tag {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  display: block;
  text-align: right;
}
.support .mth {
  text-align: right;
  color: #656565;
  font-weight: normal;
  display: block;
}
.sub {
  color: #565656;
  margin-top: -9px;
  margin-left: 10px;
  line-height: 1.5;
}
.sample_main_wrapper {
  vertical-align: top;
  padding: 25px 15px;
  background-color: white;
}
.sample_main_wrapper .tag {
  margin: 5px 0;
  font-size: 14px;
  color: #17a2b8;
  font-family: roboto;
}
.date {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #565656;
}
.p1 {
  margin:10px 0;
  white-space:normal;
  height:130px;
  overflow-y:auto;
  line-height: 1.4;
}
.t1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 9px;
  display: inline-block;
  color: #007bff;
  font-family: roboto;
}
.align-end {
  justify-content: flex-end;
}
.align-center {
  justify-content: center;
}
.bold {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: bold;
  }
  #header h3 {
    font-size: 18px;
  }
  #features h1 {
    font-size: 28px;
    font-weight: bold;
  }
  #modules h1 {
    font-size: 28px;
    font-weight: bold;
  }
  #application h1 {
    font-size: 28px;
    font-weight: bold;
  }
  #unlimited h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
  }
  #plan h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
  }
}
#demo {
   background-color:rgb(239,243,246);
   padding: 2rem;
}
#demo .thumbnail {
  background-color: white;
}
#demo .thumbnail .title {
  font-size: 17px;
  font-weight: bold;
}
#demo .description {
  font-size: 15px;
}
#demo img {
  width: 100%;
}
#play {
  background-color: #fff;
  padding: 50px 10px;
}
#play h1 {
  font-size:1.7rem;
}

#play h2 {
  font-size: 1.5rem;
}
.sample_main_wrapper 2{
    vertical-align: top;
    background-color: white;
    display: inline-block;
    border-radius: 20px;
    padding: 25px 12.5px;
    border: solid 1px #ececec;
}
/*
.ms5-navbar .index-user-btns .btn-index-get-started {
    background-color: rgba(16,204,190,1);
}
.ms5-navbar .index-user-btns .btn {
    font-weight: bold;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
*/
e2:after {
    content: ' \25B6';
}
/*
.navbar-index{
	transition : ease;
	z-index:1000;
  background-color: rgba(1,110,255,1);
}
.navbar-index-inside{
	background-color:rgb(10,45,69);
}
*/
/*
.ms5-navbar {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items: center;
    list-style:none;
    padding:15px 0;
    margin:0;
	z-index:1000;

}
*/
/*
.ms5-navbar .ms5-logo .logo-text{
	padding-left:9px;
	font-weight:bold;
	line-height:1.2em;
	color:white;
	font-size:1em;
}
*/
/*
.ms5-navbar .menu-item{
	font-weight:bold;
	padding:0 35px;
	order:2;
	flex-grow:0;
}
*/
	/*
.ms5-navbar .menu-item a{
	color:white;
	font-size:16px;
}
.ms5-navbar .spacer{
	flex-grow:1;
}
.ms5-navbar .index-user-btns .btn{
  font-weight:bold;
  color:white;
	padding-left:20px;
	padding-right:20px;
  background: none;
  font-family: roboto;
}
.ms5-navbar .index-user-btns .btn-index-get-started{
	background-color:rgba(16,204,190,1);
}

*/
.two-column-color {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.left-column-color {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background-color: rgb(235,240,250);
    left: 0;
}
.right-column-color {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background-color: rgb(246,248,252);
    right: 0;
}
.two-column-color-row {
    position: relative;
    z-index: 30;
}
.uikit-links {
    display: flex;
    list-style: none;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0;
    width: 100%;
    max-width: 420px;
    justify-content: center;
}
.text-stroke {
    color: #000;
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
#sectionWrapper {
    width: 100%;
    height: auto;
    padding: 7.5em .55em;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
