@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
.btn-text {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.btn-text {
  display: inline-block;
  margin: 0;
  font-size: .7rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  background-color: transparent;
  color: #f3f3f3;
  border: none;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-text::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: solid 1px currentColor;
  border-width: 1px 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.btn-text::after {
  display: none;
}

.btn-text.color-light {
  color: #fff;
}

.btn-text.color-light polygon {
  fill: #fff;
}

.btn-text:hover {
  color: #f3f3f3;
}

.btn-text:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-text:hover polygon {
  fill: #f3f3f3;
}

.btn-text span {
  margin-right: .5rem;
}

.btn-text svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 9px;
  position: relative;
  bottom: 1px;
}

.btn-text polygon {
  fill: #f3f3f3;
  -webkit-transition: fill .4s;
  transition: fill .4s;
}

.btn-border {
  border: solid 1px #579c0d;
  background-color: transparent;
  color: #a2c015;
  border-radius: 5px;
  font-size: .95rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 30px;
}

.btn-border:hover {
  background-color: #a2c015;
  color: #fff;
}

.btn-border:hover polygon {
  fill: #a2c015;
}

.btn-border polygon {
  fill: #a2c015;
}

.btn-md {
  padding: 8px 50px;
}

.btn-round {
  border-radius: 75px;
}

.btn-green {
  color: #fff;
  border-radius: 50px;
  background: #a2c015;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#a2c015), to(#579c0d));
  background-image: linear-gradient(to right, #a2c015, #579c0d);
}

.btn-green:hover {
  background-image: none;
  background-color: #579c0d;
}

.btn-white1 {
  color: #000;
  background: #fff;
  font-weight: 700;
  line-height: 2.5;
}

.btn-shadow {
  -webkit-box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
}

.btn-shadow2 {
  -webkit-box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
}

.btn-white {
  border: solid 1px #fff;
  color: #fff;
}

.btn-white:hover {
  background-color: #a2c015;
  border: solid 1px #a2c015;
  color: #fff;
}

.btn-white:hover polygon {
  fill: #a2c015;
}

.btn-white polygon {
  fill: #a2c015;
}

a:hover, a:focus, button:focus {
  text-decoration: none !important;
  outline: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

body {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Amaranth', sans-serif;
}

p {
  font-size: 1.1rem;
  line-height: 25px;
  text-align: justify;
  font-family: 'Roboto', sans-serif;
}

.block-header {
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 15px 0;
  -webkit-transition: .5s all;
  transition: .5s all;
  background-color: #fff;
}

.block-header hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

.block-header .social-icons {
  float: right;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .block-header .social-icons {
    margin-right: 70px;
  }
}

@media (max-width: 576px) {
  .block-header .social-icons {
    position: absolute;
    right: 15px;
    top: 10px;
    margin-right: 0;
    z-index: 999;
  }
}

.block-header .social-icons li {
  float: left;
  font-size: 14px;
  color: #5f5f5f;
}

.block-header .social-icons li a {
  padding: 5px 8px !important;
}

.block-header .social-icons li a i {
  color: #5f5f5f;
  font-size: 1.15rem;
}

@media (max-width: 576px) {
  .block-header {
    padding: 40px 20px 20px;
  }
}

.block-header .logo-block img {
  width: 75px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media (max-width: 480px) {
  .block-header .logo-block img {
    width: 50%;
  }
}

.block-header .nav-block {
  margin: 10px 0 10px -15px;
  display: none;
  font-family: 'Roboto', sans-serif;
}

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

.block-header .nav-block li {
  margin-right: 20px;
}

@media (max-width: 1100px) {
  .block-header .nav-block li {
    margin-right: 10px;
  }
}

.block-header .nav-block li a {
  color: #000;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.block-header .nav-block li a.active {
  font-weight: 700;
  color: #80abaa;
}

.link-efx {
  position: relative;
}

.link-efx a::after {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.link-efx a:hover::after,
.link-efx a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0px;
}

.dropdown-item {
  font-size: 13px;
}

.sideMenu {
  background-color: #f6be34;
  height: 100%;
  position: fixed;
  right: -260px;
  top: 0;
  -webkit-transition: right .4s ease-in-out;
  transition: right .4s ease-in-out;
  width: 260px;
  z-index: 9001;
}

.sideMenu ul li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
}

.toggler-block {
  position: absolute;
  right: 10px;
  top: 24px;
  display: block;
}

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

.toggler-block button {
  background-color: transparent;
  border: 0;
}

.block-mobile-nav.active {
  right: 0;
}

.block-wrapper.active .block-ui {
  right: 260px;
}

.block-wrapper .block-ui {
  position: relative;
  right: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.block-wrapper {
  width: 100%;
  overflow: hidden;
}

.block-header .btn-download {
  position: absolute;
  right: 0;
  top: 3px;
  padding: 8px 28px;
  padding: 8px 28px;
  background: #80abaa;
  color: #e1e6e6;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media (max-width: 991px) {
  .block-header .btn-download {
    right: 0;
    top: 0;
    position: relative;
  }
}

.js-menu.active span {
  background-color: #000;
}

.js-menu.active span:nth-child(2) {
  opacity: 0;
}

.js-menu.active span:first-child {
  top: 0.438em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-menu.active span:last-child {
  top: -0.313em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-menu span {
  position: relative;
  top: 0;
  display: block;
  width: 1.25em;
  height: 0.125em;
  margin-bottom: .250em;
  background-color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-menu span:last-child {
  margin-bottom: 0;
}

.home-banner {
  position: relative;
  min-height: 800px;
  padding: 60px 7%;
  background: #f7eef2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f7eef2), color-stop(14%, #faf5f7), color-stop(14%, #faf5f7), color-stop(50%, #fffcfc), color-stop(86%, #f6f8fa), color-stop(86%, #f6f8fa), color-stop(99%, #eef2f7));
  background: linear-gradient(to bottom, #f7eef2 0%, #faf5f7 14%, #faf5f7 14%, #fffcfc 50%, #f6f8fa 86%, #f6f8fa 86%, #eef2f7 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eef2', endColorstr='#eef2f7',GradientType=0 );
  /* IE6-9 */
}

@media (max-width: 768px) {
  .home-banner {
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .home-banner {
    padding: 60px 10px;
  }
}

.home-banner .banner-captions ul {
  margin-left: 45px;
  margin-top: 15px;
}

@media (max-width: 576px) {
  .home-banner .banner-captions ul {
    margin-left: 20px;
    margin-top: 15px;
  }
}

.home-banner .banner-captions ul li {
  width: 50%;
  float: left;
  list-style-type: disc;
  color: #545455;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Amaranth', sans-serif;
}

@media (max-width: 576px) {
  .home-banner .banner-captions ul li {
    font-size: 1.1rem;
  }
}

.home-banner .banner-icons {
  margin-top: 75px;
}

.home-banner .banner-icons li {
  margin-bottom: 15px;
}

.home-banner .banner_logo {
  width: 75% !important;
  margin-top: 60px;
}

@media (max-width: 576px) {
  .home-banner .banner_logo {
    margin-top: 30px;
  }
}

.btn-scrlDown {
  width: 50px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
  z-index: 999;
  background: transparent;
}

@-webkit-keyframes slide_Down {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(xx) translateY(0);
            transform: rotate(xx) translateY(0);
    opacity: 1;
  }
}

@keyframes slide_Down {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(xx) translateY(0);
            transform: rotate(xx) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide_Right {
  0% {
    -webkit-transform: translateX(30px) translateY(70px);
            transform: translateX(30px) translateY(70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
    opacity: 1;
  }
}

@keyframes slide_Right {
  0% {
    -webkit-transform: translateX(30px) translateY(70px);
            transform: translateX(30px) translateY(70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes zoom_Out {
  0% {
    -webkit-transform: scale(0.7) translateX(-70px);
            transform: scale(0.7) translateX(-70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
    opacity: 1;
  }
}

@keyframes zoom_Out {
  0% {
    -webkit-transform: scale(0.7) translateX(-70px);
            transform: scale(0.7) translateX(-70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
    opacity: 1;
  }
}

.owl-item.active .banner-captions .banner_logo {
  -webkit-animation: slide_Down 1s 1 0s ease;
          animation: slide_Down 1s 1 0s ease;
}

.owl-item.active .banner-captions ul {
  -webkit-animation: slide_Down 1.3s 1 0s ease;
          animation: slide_Down 1.3s 1 0s ease;
}

.owl-item.active .banner-icons li:nth-child(1) {
  -webkit-animation: slide_Right 1s 1 0s ease;
          animation: slide_Right 1s 1 0s ease;
}

.owl-item.active .banner-icons li:nth-child(2) {
  -webkit-animation: slide_Right 1.4s 1 0s ease;
          animation: slide_Right 1.4s 1 0s ease;
}

.owl-item.active .banner-icons li:nth-child(3) {
  -webkit-animation: slide_Right 1.8s 1 0s ease;
          animation: slide_Right 1.8s 1 0s ease;
}

.owl-item.active .banner-icons li:nth-child(4) {
  -webkit-animation: slide_Right 2.1s 1 0s ease;
          animation: slide_Right 2.1s 1 0s ease;
}

.owl-item.active .mobile_pic {
  -webkit-animation: zoom_Out 1.6s 1 0s ease;
          animation: zoom_Out 1.6s 1 0s ease;
}

.owl-item.active .testimony-pic {
  -webkit-animation: zoom_Out 1.6s 1 0s ease;
          animation: zoom_Out 1.6s 1 0s ease;
}

.card-info {
  background-color: #fff;
  border: 1px solid #020202;
  padding: 35px;
}

.card-info h1 {
  font-weight: bold;
  font-size: 4rem;
}

@media (max-width: 768px) {
  .card-info h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .card-info h1 {
    font-size: 1.6rem;
  }
}

.card-contact {
  background-color: #2396d5;
  padding: 35px;
  position: relative;
  top: 70px;
}

.card-contact h4 {
  color: #fff;
}

.card-contact h1 {
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
}

@media (max-width: 768px) {
  .card-contact h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .card-contact h1 {
    font-size: 1.6rem;
  }
}

.section-titles {
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}

.section-titles::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 60px;
  background-color: #30a6e4;
  left: 0;
  bottom: 0;
}

.section-titles2 {
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.section-titles2::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 60px;
  background-color: #80abaa;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}

.btn-learn {
  font-weight: 500;
  color: #30a6e4;
  border: 2px solid #30a6e4;
  border-radius: 20px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.btn-learn:hover {
  background-color: #30a6e4;
  color: #fff;
}

.mb-10 {
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .mb-10 {
    margin-bottom: 30px;
  }
}

.home-icon img {
  width: 80%;
  margin: 0 auto 40px;
}

.home-icon button {
  min-width: 90%;
}

.insta-box {
  margin-bottom: 35px;
  height: 60vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  .insta-box {
    height: 35vh;
  }
}

.insta-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ml-lr {
  margin-left: -30px;
  margin-right: -30px;
}

.footer-main {
  margin: 50px 0;
}

.footer-main h4 {
  position: relative;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-main h4::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 60px;
  background-color: #d6d9d9;
  left: 0;
  bottom: 0;
}

.footer-main .footer-links a {
  color: #8c8c8c;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-main .footer-links a i {
  margin-right: 8px;
}

.insta-pics img {
  width: 100%;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 576px) {
  .insta-pics {
    padding: 0 20px !important;
  }
}

/* HOVER EFFECT 3*/
figure.HoverSnip_3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.HoverSnip_3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.HoverSnip_3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

figure.HoverSnip_3 i {
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #3486b3;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

figure.HoverSnip_3 h3 {
  position: absolute;
  top: 100%;
  left: 50%;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

figure.HoverSnip_3:hover h3 {
  top: 75%;
  -webkit-transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}

figure.HoverSnip_3:hover h3 a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 20px;
  border-radius: 12px;
}

figure.HoverSnip_3.blue {
  background-color: #3486b3;
}

figure.HoverSnip_3.blue i {
  color: #20638f;
}

figure.HoverSnip_3.red {
  background-color: #3486b3;
}

figure.HoverSnip_3.red i {
  color: #3486b3;
}

figure.HoverSnip_3:hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

figure.HoverSnip_3:hover i {
  top: 50%;
  -webkit-transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}

.menu-titles {
  color: #fff;
  position: absolute;
  bottom: 20px;
  z-index: 99;
}

.page-titles {
  margin: 50px 0;
}

@media (max-width: 576px) {
  .page-titles {
    margin: 20px 0;
  }
}

.menu-titles, .page-titles {
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 4.5rem;
}

@media (max-width: 767px) {
  .menu-titles, .page-titles {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .menu-titles, .page-titles {
    font-size: 2rem;
  }
}

.vw-100 {
  width: 100% !important;
}

.vwh-100 {
  width: 100%;
  height: 100vh !important;
}

@media (max-width: 576px) {
  .vwh-100 {
    height: auto !important;
  }
}

.font-2x {
  font-size: 1.7rem;
}

.bg-right {
  right: 0;
  left: inherit;
}

.app-txtbox {
  border: 1px solid #80abaa;
  padding: 12px 15px;
  border-radius: 0px;
  font-weight: 500;
  margin-bottom: 15px;
}

.h-auto {
  height: auto !important;
}

.btn-download {
  padding: 8px 15px;
  background: #80abaa;
  border: 2px solid #80abaa;
  color: #e1e6e6;
  -webkit-transition: .5s all;
  transition: .5s all;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  transition: .5s all;
}

.btn-download:hover {
  background-color: transparent;
  color: #80abaa;
  border: 2px solid #80abaa;
}

#tesimonial_slider .owl-dots {
  counter-reset: dots;
}

#tesimonial_slider .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

#top-button {
  display: inline-block;
  background: #f6c64a;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s,  opacity .5s, visibility .5s;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button::after {
  content: "\f062";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#top-button:hover {
  cursor: pointer;
  background-color: #333;
}

#top-button:active {
  background-color: #555;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

.js-menu span {
  background-color: #000;
}

.floatHeader {
  position: fixed;
  padding: 12px 0px;
  background-color: #fff;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media (max-width: 576px) {
  .floatHeader {
    padding: 15px ​5px;
  }
  .floatHeader .toggler-block {
    top: 10px;
  }
}

.floatHeader .logo-block img {
  width: 75px;
}

.floatHeader .btn-download {
  top: -10px;
}

@media (max-width: 576px) {
  .floatHeader .btn-download {
    top: 0px;
  }
}

.floatHeader .nav-block {
  margin: 0px 0 0px -15px;
}

.floatHeader .nav-block li a {
  color: #000;
}

.floatHeader hr {
  margin-top: 5px;
  margin-bottom: 16px;
}

.page-banner {
  position: relative;
}

.page-banner img {
  width: 100%;
  height: 100%;
}

.page-banner h1 {
  position: absolute;
  left: 15%;
  top: 30%;
  color: #e8e8e8;
  font-size: 4rem;
  font-weight: bolder;
}

@media (max-width: 576px) {
  .page-banner h1 {
    font-size: 2.2rem;
  }
}

.inv-h1 {
  color: #80abaa !important;
}

.home-welcome {
  padding: 100px 0;
}

.home-characters {
  background-color: #f8f2f5;
  padding: 60px 0;
}

.home-characters h1 {
  margin: 40px 0;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #58585a;
}

.main-h1 {
  color: #58585a;
  font-size: 3.2rem;
}

@media (max-width: 576px) {
  .main-h1 {
    font-size: 2.2rem;
  }
}

.home-sounds {
  background-color: #ced5e3;
  padding: 60px 0;
}

.home-sounds h1 {
  text-align: right;
  margin: 40px 0;
  padding-bottom: 8px;
  padding-right: 30px;
  border-bottom: 2px solid #58585a;
}

@media (max-width: 768px) {
  .home-sounds p {
    padding-left: 30px;
  }
}

.home-wholoves {
  padding: 60px 0;
}

.home-wholoves h1 {
  font-weight: bolder;
}

.home-wholoves h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.home-testimonials {
  background-color: #f7f0ef;
  padding: 60px 0 0;
  margin-bottom: -20px;
}

@media (max-width: 768px) {
  .home-testimonials {
    margin-bottom: 0px;
    padding: 60px 0 40px;
  }
}

.home-testimonials .testimony-pic {
  margin-top: -75px;
}

.home-testimonials h1 {
  font-weight: bolder;
}

.home-testimonials #tesimonial_slider .owl-dots {
  position: absolute;
  left: 37%;
  top: 60px;
}

@media (max-width: 768px) {
  .home-testimonials #tesimonial_slider .owl-dots {
    left: 0px;
    top: inherit;
    bottom: 0;
    position: relative;
  }
}

.home-testimonials #tesimonial_slider .owl-dot {
  border: 2px solid #b1adac;
  color: #b1adac;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin: 15px auto;
}

@media (max-width: 768px) {
  .home-testimonials #tesimonial_slider .owl-dot {
    width: 22px;
    height: 22px;
    font-size: 11px;
    float: left;
    margin: 5px 10px;
  }
}

.home-testimonials #tesimonial_slider .owl-dot.active {
  width: 100px;
  height: 100px;
  border: 2px solid #000;
  color: #000;
  font-size: 32px;
}

@media (max-width: 768px) {
  .home-testimonials #tesimonial_slider .owl-dot.active {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.home-testimonials #tesimonial_slider .owl-dot span {
  display: none;
}

.home-testimonials #tesimonial_slider .item {
  margin-top: 40px;
  padding-top: 50px;
}

.home-testimonials #tesimonial_slider .item p {
  font-size: 1.4rem;
  line-height: 32px;
  padding-left: 25px;
}

.home-testimonials #tesimonial_slider .item i {
  font-size: 1.5rem;
}

.home-newsletter {
  background-color: #ecf1f1;
  padding: 20px 0;
}

.home-newsletter p {
  font-weight: 900;
  margin: 12px 0;
}

.home-newsletter p span {
  color: #9dc0bf;
}

.home-newsletter .input-group-text {
  color: #ffffff;
  background-color: #80abaa;
  border: 1px solid #80abaa;
  border-radius: 0;
  font-weight: 900;
  font-size: 14px;
}

.home-newsletter .form-control {
  border-radius: 0;
}

.home-newsletter .input-group {
  margin: 7px 0;
}

.home-funfacts {
  background-color: #efe8e7;
  padding: 70px 0;
}

.home-funfacts figure {
  padding: 0 15px 15px 15px;
}

.home-funfacts figure .fact-icon {
  width: 120px;
  margin: 0 auto 15px;
}

.home-funfacts figcaption {
  height: 80px;
  overflow: hidden;
}

.home-ourteam {
  padding: 70px 0;
}

.home-ourteam .team-card {
  border: 1px solid #efeeee;
  padding: 10px;
}

.home-ourteam .team-card img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 576px) {
  .home-ourteam .team-card img {
    width: 250px;
    height: 300px;
    margin: 0 auto;
  }
}

.home-ourteam .team-card ul {
  text-align: center;
}

.home-ourteam .team-card ul li {
  display: inline-block;
}

.home-ourteam .team-card ul li a {
  color: #a9a8a8;
  margin: 0 7px;
}

.home-ourteam .team-info {
  padding: 15px;
  height: 110px;
  overflow: hidden;
}

.home-ourteam .team-info p {
  font-style: italic;
}

.home-ourteam .team-info h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
}

.home-founder {
  padding: 120px 0;
  background-color: #efe8e7;
}

@media (max-width: 768px) {
  .home-founder {
    padding: 80px 30px;
  }
}

.home-founder .founder-img {
  margin: 35px auto 50px;
  display: block;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-founder h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.home-founder h4 b {
  font-weight: 900;
}

.home-founder .fa-quote-left {
  font-size: 1.6rem;
  margin-left: -35px;
}

.home-monetization {
  background-color: #fff;
  padding: 70px 0;
}

.home-monetization figure {
  padding: 0 15px 15px 15px;
}

.home-monetization figure .fact-icon {
  width: 120px;
  margin: 0 auto 15px;
}

.home-monetization figcaption {
  height: 80px;
  overflow: hidden;
}

.home-market {
  background-color: #e7e8e5;
  padding: 70px 0;
}

.marget-graph {
  background-color: #e7e8e5;
  border: 1px solid #f3f3f3;
  margin: 25px 0;
}

.marget-graph ul {
  margin-top: 50px;
}

.marget-graph ul li {
  font-family: 'Amaranth', sans-serif;
  font-size: 28px;
  color: #3e3838;
}

.missionVison {
  background-color: #fff;
  padding: 70px 0;
}

.missionVison img {
  margin-bottom: 30px;
}

.home-ourDteam {
  background-color: #efe8e7;
  padding: 70px 0;
}

.works-h1 {
  color: #58585a !important;
}

.mob-info {
  position: absolute;
  font-size: 20px;
  font-weight: 300;
}

.mob-info b {
  font-weight: 900;
}

.pos-x1 {
  top: 10%;
  right: -40px;
}

.pos-x2 {
  top: 50%;
  right: -50px;
}

.pos-x3 {
  top: 80%;
  right: -30px;
}

.pos-x4 {
  top: 18%;
  left: -100px;
}

.pos-x5 {
  top: 50%;
  left: -60px;
}

.pos-x6 {
  top: 85%;
  left: -20px;
}

.gesture-pic {
  position: relative;
  z-index: -1;
}

.bg-clr1 {
  background-color: #ced5e3 !important;
}

.home-features {
  padding: 0 0 70px;
}

@media (max-width: 991px) {
  .home-features .mob-info {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    top: inherit !important;
    bottom: inherit;
    left: inherit;
    right: inherit !important;
    margin-bottom: 40px;
  }
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f7eef2;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f7eef2), color-stop(14%, #faf5f7), color-stop(14%, #faf5f7), color-stop(50%, #fffcfc), color-stop(86%, #f6f8fa), color-stop(86%, #f6f8fa), color-stop(99%, #eef2f7));
  background: linear-gradient(to bottom, #f7eef2 0%, #faf5f7 14%, #faf5f7 14%, #fffcfc 50%, #f6f8fa 86%, #f6f8fa 86%, #eef2f7 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
}

#progress {
  height: 1px;
  background: #000;
  position: absolute;
  width: 0;
  top: 50%;
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #000;
}

.social-box li {
  float: left;
}

.social-box li a {
  color: #80abaa;
  font-size: 2rem;
  display: block;
  margin-right: 15px;
}

.playstore-links {
  text-align: center;
}

.playstore-links a {
  display: inline-block;
}

.playstore-links a img {
  width: 220px;
  margin: 0 15px;
}
/*# sourceMappingURL=styles.css.map */