/*=== Media Query ===*/
/* /////////////////////////// 
    Header Area
//////////////////////////// */
.site-header {
  background-color: #eedd2d;
}

@media (min-width: 768px) {
  .site-header {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .site-header {
    padding-top: 15px;
  }
}

.site-header .main-menu {
  margin: 0 -18px;
}

@media (min-width: 992px) {
  .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .main-menu > li > a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #1f1f1f;
    padding: 18px;
    cursor: pointer;
  }
}

@media (min-width: 992px) {
  .main-menu > li:hover > a {
    color: #666666;
  }
}

@media (min-width: 992px) {
  .main-menu .has-dropdown {
    position: relative;
    z-index: 99;
  }
}

@media (min-width: 992px) {
  .main-menu .has-dropdown:hover .menu-dropdown {
    top: 100%;
    opacity: 1;
    pointer-events: visible;
  }
}

.main-menu .has-dropdown:hover .menu-dropdown p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .main-menu .menu-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 110%;
    position: absolute;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 530px;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    padding: 30px 30px 0px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity .4s,top .4s;
    transition: opacity .4s,top .4s;
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .main-menu .menu-dropdown .single-item {
    -webkit-box-flex: calc(50% - 20px);
        -ms-flex: calc(50% - 20px);
            flex: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .main-menu .menu-dropdown .single-item:hover a h3 {
    color: #666666;
  }
}

.main-menu .menu-dropdown .single-item a h3 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.4px;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 0;
}

.main-menu .menu-dropdown .single-item a p {
  margin-bottom: 0;
}

.main-menu .menu-dropdown .single-item p {
  color: #878b90;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.35px;
}

@media (min-width: 992px) {
  .main-menu .menu-dropdown .single-item:nth-child(odd) {
    margin-right: 40px;
  }
}

.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 992px) {
  .header-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-btns .btn-2 {
  min-width: 165px;
  height: 40px;
  border-radius: 3px;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .header-btns .btn-2 {
    margin: 0 17px;
  }
}

.header-btns .btn-2 a {
  color: #ffffff;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}

/*  Mobile Menu / Mean Menu Reset  */
.mobile-menu.mean-container .mean-bar {
  position: static;
  float: none;
  background: transparent;
}

.mobile-menu.mean-container .mean-bar .meanmenu-reveal {
  text-indent: 0 !important;
  position: relative;
  font-size: 21px;
  color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  width: 42px;
  margin-left: auto;
  margin-right: -24px;
}

.mobile-menu.mean-container .mean-bar .mean-expand {
  font-size: 0 !important;
  padding: 0 !important;
  height: 42px;
  width: 42px;
}

.mobile-menu.mean-container .mean-bar .mean-expand:before {
  position: absolute;
  display: inline-block;
  font: normal normal normal 32px/1 'ep';
  content: "\ea1a";
  font-size: 15px;
  color: #7c7373;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu.mean-container .mean-bar .mean-expand.mean-clicked {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu.mean-container .mean-bar .mean-expand:hover {
  background: transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav {
  float: none;
  margin-top: 0;
  position: absolute;
  left: 0;
  border: 0;
  z-index: 888;
  background: transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav .main-menu {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 8px;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-item > a {
  border-bottom: 0;
  font-size: 14px;
  padding: .4em 5%;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-item.mean-last {
  border-bottom: 1px solid transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown {
  padding-left: 0 !important;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown .single-item {
  padding-bottom: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
  .mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown {
    padding-left: 40px;
  }
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown p {
  margin-bottom: 0;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li {
  float: none;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li a {
  color: #000;
  float: none;
  text-transform: initial;
}

/* /////////////////////////// 
          HERO-AREA
//////////////////////////// */
.hero-area {
  padding-top: 60px;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .hero-area {
    padding-top: 120px;
  }
}

.hero-area:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: 0;
}

@media (min-width: 992px) {
  .hero-area:after {
    height: 70%;
    bottom: 200px;
  }
}

.hero-shape {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-shape {
    top: 0%;
  }
}

@media (min-width: 992px) {
  .hero-shape {
    display: block;
  }
}

.hero-left-content {
  text-align: center;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .hero-left-content {
    text-align: left;
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .hero-left-content {
    text-align: left;
    margin-top: 85px;
  }
}

.hero-left-content h1 {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -5px;
  margin-bottom: 10px;
  line-height: 56px;
}

@media (min-width: 768px) {
  .hero-left-content h1 {
    font-size: 59px;
  }
}

@media (min-width: 992px) {
  .hero-left-content h1 {
    font-size: 65px;
    line-height: 72px;
    margin-bottom: 22px;
  }
}

@media (min-width: 1200px) {
  .hero-left-content h1 {
    font-size: 70px;
    padding-right: 35px;
  }
}

.hero-left-content p {
  color: #222f3f;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 36px;
}

@media (min-width: 992px) {
  .hero-left-content p {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .hero-left-content p {
    padding-right: 5px;
  }
}

.hero-left-content .hero-btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .hero-left-content .hero-btns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.hero-left-content .hero-btns .apple-store {
  padding: 0 6px;
}

.hero-left-content .hero-btns .google-play {
  padding: 0 6px;
}

.hero-image {
  padding: 0 35px;
}

@media (min-width: 480px) {
  .hero-image {
    padding: 0 60px;
    margin-top: -70px;
  }
}

@media (min-width: 320px) {
  .hero-image {
    padding: 0 60px;
    margin-top: -70px;
  }
}

@media (min-width: 768px) {
  .hero-image {
    padding: 0;
  }
}

/* /////////////////////////// 
            ABOUT
//////////////////////////// */
.about-section-01 {
  padding-bottom: 45px;
}

.about-section-03 {
  padding-top: 46px;
}

@media (min-width: 992px) {
  .about-section-03 {
    padding-top: 120px;
  }
}

.about-wrapper {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.about-wrapper .about-content {
  text-align: center;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .about-wrapper .about-content {
    text-align: left;
    margin-top: 0;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .about-wrapper .about-content {
    padding-top: 115px;
    padding-bottom: 100px;
  }
}

.about-wrapper .about-content h2 {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 50px;
}

@media (min-width: 768px) {
  .about-wrapper .about-content h2 {
    margin-bottom: 20px;
    font-size: 45px;
  }
}

@media (min-width: 992px) {
  .about-wrapper .about-content h2 {
    font-size: 60px;
    line-height: 64px;
  }
}

@media (min-width: 1200px) {
  .about-wrapper .about-content h2 {
    padding-right: 60px;
  }
}

.about-wrapper .about-content p {
  color: #666666;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .about-wrapper .about-content p {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .about-wrapper .about-content p {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .about-wrapper .about-content p {
    padding-right: 12px;
  }
}

.about-wrapper .about-image-01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .about-wrapper .about-image-01 {
    position: absolute;
    top: 20px;
    right: 0;
  }
}

.about-wrapper .about-image-01 img {
  max-width: 100%;
}

.about-wrapper .about-image-02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .about-wrapper .about-image-02 {
    position: absolute;
    top: 40px;
    left: 0;
  }
}

.about-wrapper .about-image-02 img {
  max-width: 100%;
}

.about-wrapper .about-image-03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .about-wrapper .about-image-03 {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.about-wrapper .about-image-03 img {
  max-width: 100%;
}

/* /////////////////////////// 
    Testimonial Section
//////////////////////////// */
.testimonial-section {
  padding-top: 46px;
  padding-bottom: 36px;
  background-color: #f4f5f7;
  position: relative;
  z-index: 1;
  background: #e7f4ed;
}

@media (min-width: 992px) {
  .testimonial-section {
    background: transparent;
    padding-top: 120px;
  }
  .testimonial-section .section-title {
    margin-bottom: 62px;
  }
}

.tstimonial-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  color: #1f1f1f;
  font-family: Karla;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: -4px;
}

@media (min-width: 992px) {
  .section-title {
    margin-bottom: 45px;
  }
  .section-title h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

.masonry-with-columns {
  -webkit-columns: 3 350px;
          columns: 3 350px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.masonry-with-columns .testimonial-card {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.testimonial-card {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 30px 30px 35px 35px;
}

.testimonial-card .card-content {
  margin-bottom: 34px;
}

.testimonial-card .card-content p {
  color: #1f1f1f;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 32px;
}

.testimonial-card .card-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-card .card-id .id-content {
  margin-left: 22px;
}

.testimonial-card .card-id .id-content h6 {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.32px;
  margin-bottom: 2px;
}

.testimonial-card .card-id .id-content span {
  color: #666666;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.4px;
}

/* ///////////////////////////
         CTA Section
//////////////////////////// */
.cta-content {
  padding-top: 52px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .cta-content {
    padding-top: 80px;
    padding-bottom: 135px;
  }
}

.cta-content {
  text-align: center;
}

.cta-content h2 {
  color: #1f1f1f;
  font-family: 'Karla', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 55px;
  margin-top: 35px;
}

@media (min-width: 992px) {
  .cta-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

.cta-content .title-top-text {
  color: #666666;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-content .cta-btns {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-content .cta-btns .apple-store {
  padding: 0 9px;
}

.cta-content .cta-btns .google-play {
  padding: 0 9px;
}

/* /////////////////////////// 
       Footer Section
//////////////////////////// */
.footer-bar-wrapper {
  border-top: 1px solid #e5e5e5;
  padding: 0px 0 50px;
}

@media (min-width: 992px) {
  .footer-bar-wrapper {
    padding: 22px 0;
  }
}

.footer-icon {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer-icon {
    margin-bottom: 0;
  }
}

.footer-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.footer-nav .nav-item {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.69px;
  position: relative;
}

.footer-nav .nav-item a {
  padding: 0 7px;
}

@media (min-width: 992px) {
  .footer-nav .nav-item a {
    padding: 0 17px;
  }
}

.footer-nav .nav-item:after {
  position: absolute;
  content: '';
  background-color: #0d41e9;
  left: 0;
  width: 45px;
  height: 0px;
  bottom: 0;
  opacity: 0;
  margin-left: 6px;
  margin-top: 2px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (min-width: 768px) {
  .footer-nav .nav-item:after {
    margin-left: 6px;
  }
}

@media (min-width: 992px) {
  .footer-nav .nav-item:after {
    margin-left: 16px;
  }
}

.footer-nav .nav-item:hover a {
  color: #333333;
}

.footer-nav .nav-item:hover:after {
  opacity: 1;
}

@media (min-width: 768px) {
  .footer-nav {
    margin-bottom: 0;
  }
}

.copy-right {
  text-align: center;
}

.copy-right p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */