
html,
body {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: tranparent;
  -ms-overflow-style: scrollbar;
  font-family: 'PingFangTC-Regular', 'PingFangHK-Regular', 'PingFangSC-Regular', 'Helvetica',
    'Microsoft JhengHei', 'Microsoft YaHei', 'MS Gothic', 'Malgun Gothic', 'Arial', 'sans-serif';
}

/* line 15, ../sass/forest.scss */
body {
  overflow-x: hidden;
}



/* line 26, ../sass/forest.scss */
.carousel-inner {
  width: 100%;
  height: 100%;
}

/* line 30, ../sass/forest.scss */
.carousel-control {
  background-image: none !important;
}

/* line 33, ../sass/forest.scss */
.header {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
}
/* line 40, ../sass/forest.scss */
.header .header-down {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 50px;
  cursor: pointer;
  border: solid white 1px;
  border-radius: 25px;
}
/* line 51, ../sass/forest.scss */
.header .header-down img {
  width: 100%;
}

/* line 57, ../sass/forest.scss */
.header-content {
  width: 100%;
  height: 100%;
  background: url(../images/background.png) no-repeat center;
  background-size: cover;
}

/* line 64, ../sass/forest.scss */
.container {
  max-height: 100%;
}
.navbar-nav > li > a{color:#9d9d9d !important}
.navbar-nav > li > a:hover{color:#9d9d9d !important}
/* line 68, ../sass/forest.scss */
.screenshot {
  display: none;
  margin: auto;
  max-height: 100%;
  width: 350px;
}
@media only screen and (min-width: 992px) {
  /* line 68, ../sass/forest.scss */
  .screenshot {
    display: block;
  }
}

/* line 77, ../sass/forest.scss */
.header-container {
  position: absolute;
  top: calc(15%);
  left: 0;
  right: 0;
}

/* line 84, ../sass/forest.scss */
.header-info {
  vertical-align: middle;
  margin-top: 0px;
  text-align: left;
}
/* line 88, ../sass/forest.scss */
.header-info .icon {
  margin-top: 10px;
}
/* line 91, ../sass/forest.scss */
.header-info h1,
.header-info h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  vertical-align: middle;
}
/* line 96, ../sass/forest.scss */
.header-info h1 {
  font-size: 3.6vw;
}
/* line 99, ../sass/forest.scss */
.header-info h3 {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  /* line 99, ../sass/forest.scss */
  .header-info h3 {
    font-size: 14pt;
  }
}
/* line 105, ../sass/forest.scss */
.header-info h4 {
  font-size: 2.3vw;
  margin-top: 5px;
}
/* line 110, ../sass/forest.scss */
.header-info .row {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  /* line 113, ../sass/forest.scss */
  .header-info .header-text {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  /* line 118, ../sass/forest.scss */
  .header-info .download-container {
    text-align: left;
  }
}
/* line 124, ../sass/forest.scss */
.header-info .appstore-link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 40%;
  color: white;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  padding: 7px;
  margin: 10px;
}
/* line 134, ../sass/forest.scss */
.header-info .appstore-link:hover:not(.mobile-store),
.header-info .appstore-link:active:not(.mobile-store) {
  background-color: #50aa8d;
  border-color: #50aa8d;
  text-decoration: none;
}
/* line 139, ../sass/forest.scss */
.header-info .mobile-store {
  color: transparent;
  border: none;
  padding: 0;
}
/* line 145, ../sass/forest.scss */
.header-info .mobile-store img {
  width: 100%;
}
/* line 148, ../sass/forest.scss */
.header-info .mobile-store img {
  min-width: 100px;
  width: 100%;
}
/* line 155, ../sass/forest.scss */
.header-info .browser {
  display: none;
}
@media only screen and (min-width: 992px) {
  /* line 155, ../sass/forest.scss */
  .header-info .browser {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 84, ../sass/forest.scss */
  .header-info {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 84, ../sass/forest.scss */
  .header-info {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 84, ../sass/forest.scss */
  .header-info {
    margin-top: 150px;
  }
}

/* line 171, ../sass/forest.scss */
section {
  padding-top: 50px;
}
/* line 173, ../sass/forest.scss */
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  text-align: center;
}
/* line 176, ../sass/forest.scss */
section h2,
section h3 {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 250, ../sass/forest.scss */
.fadeout {
  opacity: 0;
  transition: opacity 0.5s;
}

.features_area {
  padding: 77px 0 90px 0;background:url(../images/bg.png) top center no-repeat;background-size:100% 100%
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area {
    padding: 30px 0 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area {
    padding: 30px 0 40px 0;
  }
}

/* line 10, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
.features_area .about_image img {
  width: 100%;
}



/* line 19, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
.features_area .features_main_wrap {
  padding: 90px 0;
}

@media (max-width: 767px) {
  /* line 19, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_main_wrap {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  /* line 25, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_main_wrap .about_image img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 32, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info2 {
    margin-bottom: 30px;
  }
}

/* line 36, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
.features_area .features_info2 h3 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  color: #2C2C2C;
}

@media (max-width: 767px) {
  /* line 36, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info2 h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 36, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info2 h3 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 36, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info2 h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 54, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
.features_area .features_info2 p {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 22px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 32px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 62, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info2 p br {
    display: none;
  }
}

/* line 69, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
.features_area .features_info {
  padding-left: 68px;
}

@media (max-width: 767px) {
  /* line 69, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 69, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info {
    padding-left: 30px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 69, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 69, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info {
    padding-left: 30px;
    padding-top: 0;
  }
}

/* line 93, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
.features_area .features_info h3 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  color: #2C2C2C;
}

@media (max-width: 767px) {
  /* line 93, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 93, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info h3 {
    font-size: 38px;
    line-height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 93, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  /* line 110, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 110, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 110, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info h3 br {
    display: none;
  }
}

/* line 122, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
.features_area .features_info p {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 22px;
  margin-top: 28px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 128, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
  .features_area .features_info p br {
    display: none;
  }
}

/* line 160, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_features.scss */
.features_area .features_info .boxed-btn3 {
  padding: 13px 46px 14px 46px;
}





/* line 1, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 6, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #1F1F1F;
}

@media (max-width: 767px) {
  /* line 6, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/* line 25, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 25, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/* line 35, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/* line 45, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p {
  color: #C7C7C7;
}

/* line 48, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

/* line 54, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

/* line 57, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

/* line 63, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

/* line 67, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #5DB2FF;
  border-bottom: 1px solid #5DB2FF;
}

/* line 71, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

/* line 79, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li {
  color: #C7C7C7;
  font-size: 13px;
  line-height: 42px;
}

/* line 83, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a {
  color: #C7C7C7;
}

/* line 85, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a:hover {
  color: #5DB2FF;
}

/* line 91, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/* line 94, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  border: none;
}

/* line 102, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 16px;
  color: #919191;
}

/* line 107, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #5DB2FF;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
}

/* line 121, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 16px;
  color: #BABABA;
}

/* line 127, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .copy-right_text {
  padding-bottom: 30px;
  background: #000000;
}

/* line 130, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

/* line 133, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
  font-size: 13px;
  color: #C7C7C7;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 133, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}

/* line 141, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
  color: #5DB2FF;
}

/* line 146, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .socail_links {
  margin-top: 47px;
}

@media (max-width: 767px) {
  /* line 146, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
  .footer .socail_links {
    margin-top: 30px;
  }
}

/* line 152, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .socail_links ul li {
  display: inline-block;
}

/* line 155, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .socail_links ul li a {
  font-size: 18px;
  color: #C3B2F0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #565656;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #FFFFFF;
  line-height: 41px !important;
}

/* line 168, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_footer.scss */
.footer .socail_links ul li a:hover {
  color: #fff !important;
  background: #5DB2FF;
}
