@import url("https://fonts.googleapis.com/css?family=Mada:400,500,600");
@import url("bootstrap.min.css");
@import url("../fonts/fontawesome/css/fontawesome-all.min.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Mada", sans-serif;
  font-size: 14px;
  color: #686c71;
}

a {
  outline: none;
  text-decoration: none;
}
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
}

p {
  font-size: 15px;
}

section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.bg-dark {
  background: #242e3e !important;
  color: #fff;
}
.bg-dark p {
  color: #b5bdca;
}

.border-white {
  border-color: rgba(181, 189, 202, 0.15) !important;
}

.theme-alt-bg {
  background: #eff3f6;
}

.title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.title h2 {
  margin-bottom: 10px;
  z-index: 3;
}
.title h2 span {
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .title {
    margin-bottom: 30px;
  }
  .title h2 {
    margin-bottom: 10px;
  }
}

.bg-primary {
  background: #4680ff !important;
}

.bg-success {
  background: #11c15b !important;
}

.bg-dark-icon {
  background: #242e3e !important;
}

.btn {
  padding: 10px 20px;
  border-radius: 0.25rem;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.btn.btn-primary {
  color: #fff;
  background: #4680ff;
  border-color: #2d6eff;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #1d64ff;
  border-color: #1d64ff;
}
.btn.btn-success {
  color: #fff;
  background: #11c15b;
  border-color: #0faa50;
}
.btn.btn-success:hover {
  color: #fff;
  background-color: #0e9c49;
  border-color: #0e9c49;
}
.btn.btn-danger {
  color: #fff;
  background: #ff5252;
  border-color: #ff3939;
}
.btn.btn-danger:hover {
  color: #fff;
  background-color: #ff2929;
  border-color: #ff2929;
}
.btn.btn-dark {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#263238), to(#3b4d56));
  background: linear-gradient(to top, #263238, #3b4d56);
  border-color: #202a2f;
}
.btn.btn-dark:hover {
  color: #fff;
  background-color: #171e21;
  border-color: #11171a;
}
.btn:hover {
  background-position: top !important;
}

.right-nav {
  position: fixed;
  z-index: 1024;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.right-nav.active {
  right: 20px;
}
.right-nav ul {
  margin-bottom: 0;
  text-align: right;
}
.right-nav ul .nav-item .nav-link {
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.right-nav ul .nav-item .nav-link .bullet {
  width: 20px;
  height: 20px;
  position: relative;
}
.right-nav ul .nav-item .nav-link .bullet:after, .right-nav ul .nav-item .nav-link .bullet:before {
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.right-nav ul .nav-item .nav-link .bullet:before {
  border: 2px solid #4680ff;
}
.right-nav ul .nav-item .nav-link .bullet:after {
  background: #4680ff;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
.right-nav ul .nav-item .nav-link.active .bullet:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.b-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-brand .b-bg {
  background: #4680ff;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  color: #fff;
  position: relative;
}
.b-brand .b-title {
  margin-left: 10px;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
}

header {
  background: -webkit-gradient(linear, left top, left bottom, from(#242e3e), to(#3a4c67)) !important;
  background: linear-gradient(to bottom, #242e3e 0%, #3a4c67 100%) !important;
  overflow: hidden;
}
header h2,
header h4 {
  font-weight: 400;
}
header h4 {
  color: #4680ff;
}
header:before {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.25' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  content: "";
}
header:after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #242e3e), to(transparent));
  background-image: linear-gradient(to top, #242e3e 40%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
header .codrops-header {
  padding: 3vmax 0 0 3vmax;
  position: absolute;
  width: auto;
  z-index: 1028;
}
header .h-page-block {
  overflow: hidden;
  position: relative;
  z-index: 1024;
  height: 100vh;
  min-height: 800px;
  max-height: 1200px;
  padding: 5vmax 7vmax 0;
  visibility: visible;
  text-align: center;
}
header .h-page-block .img-mokeup {
  border-radius: 5px 5px 0 0;
  margin-top: 5vmax;
}
header .tech-list {
  margin-top: 35px;
}
header .tech-list svg {
  width: 50px;
  height: 50px;
}

.top-features {
  -webkit-box-shadow: 0 -28px 38px rgba(36, 46, 62, 0.1);
          box-shadow: 0 -28px 38px rgba(36, 46, 62, 0.1);
  z-index: 1024;
  position: relative;
}
.top-features h4 {
  color: #4680ff;
  font-size: 16px;
  position: relative;
  margin-bottom: 30px;
}
.top-features h4:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 80px;
  background-color: #e4e3e3;
  background-color: #eff3f6;
  left: 0;
  top: 30px;
}

.layouts .layouts-block {
  position: relative;
  overflow: hidden;
}
.layouts .layouts-block img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.layouts .layouts-block .hover-data {
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layouts .layouts-block:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.layouts .layouts-block:hover .hover-data {
  opacity: 1;
  padding-bottom: 0;
}
.layouts .layouts-block ~ h5 {
  margin-bottom: 30px;
}

.extra-pages .ext-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 3px;
  font-size: 24px;
}
.extra-pages .ext-img-block {
  position: relative;
}
.extra-pages .ext-img-block img {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 1px rgba(52, 58, 64, 0.15);
          box-shadow: 0 0 1px 1px rgba(52, 58, 64, 0.15);
}

.menu-styler {
  position: relative;
  overflow: hidden;
}
.menu-styler .top-title {
  color: #4680ff;
}
.menu-styler .m-style-img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.menu-styler .m-style-img + .row {
  position: relative;
  z-index: 5;
}
.menu-styler .popup-vid {
  margin-left: 50px;
}
.menu-styler .popup-vid i:before {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-styler .popup-vid:hover i:before {
  color: white;
}
.menu-styler:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 28, 29, 0.3);
  z-index: 3;
}

.price .price-bg-block {
  overflow: hidden;
  position: relative;
}
.price .price-bg-block:after, .price .price-bg-block:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 1;
}
.price .price-bg-block:before {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#242e3e), to(transparent));
  background: linear-gradient(to top, #242e3e 0%, transparent 100%);
}
.price .price-bg-block:after {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#242e3e), to(transparent));
  background: linear-gradient(to bottom, #242e3e 0%, transparent 100%);
}
.price .price-block {
  text-align: center;
  border-radius: 3px;
  position: relative;
  color: #fff;
}
.price .price-block .fas {
  color: #fff;
  position: relative;
  top: 4px;
}
.price .price-block h5,
.price .price-block p {
  color: #fff;
}
.price .price-block h2 {
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
}
.price .price-block .amount {
  font-size: 45px;
  color: #fff;
}
.price .price-block .amount span {
  font-size: 20px;
}
.price .price-ct {
  position: relative;
}
.price .small-price {
  position: absolute;
  left: 0;
}
.price .small-price .price-block {
  background: #4680ff;
  -webkit-box-shadow: 4px 4px 21px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 21px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 30px;
  z-index: 4;
}
.price .big-price {
  margin-left: -80px;
}
.price .big-price .price-block {
  background: #7759de;
  -webkit-box-shadow: 4px 4px 21px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 21px 0 rgba(0, 0, 0, 0.16);
  padding: 80px 40px 80px 80px;
  z-index: 1;
}

footer {
  color: #fff;
  padding: 90px 0 0;
}
footer a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer h5 {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}
footer h5:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
}
footer .list-unstyled li a {
  font-size: 14px;
}
footer .sos-icon li {
  display: inline-block;
}
footer .sos-icon a {
  width: auto;
  height: 45px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .sos-icon a:focus, footer .sos-icon a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
footer .b-footer {
  position: relative;
  padding-top: 50px;
}
footer .b-footer p {
  margin-bottom: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 1;
  position: relative;
}
footer .b-footer .bottom-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 100px;
  opacity: 0.05;
  width: 100%;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn {
    padding: 6px 12px;
    margin-bottom: 15px;
  }

  .subscribe .mail-block {
    padding: 15px;
  }

  .support-buy-now:after {
    padding-left: calc(50% - 80px);
    font-size: 160px;
  }

  footer {
    padding: 40px 0 0;
  }
  footer .list-unstyled li a {
    font-size: 16px;
  }
  footer h5 {
    margin-top: 20px;
  }
  footer .b-footer {
    padding-top: 10px;
  }
  footer .b-footer p {
    padding: 10px 0;
  }
  footer .b-footer .bottom-tag {
    display: none;
  }

  .extra-pages {
    text-align: center;
  }
  .extra-pages .ext-icon {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .menu-styler .m-style-img {
    display: none;
  }
  .menu-styler .m-style-img + .row > div:last-child {
    text-align: center;
  }
  .menu-styler .popup-vid {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .layouts .nav-pills .nav-link {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .right-nav {
    display: none;
  }

  .price {
    overflow: hidden;
  }
  .price .big-price .price-block {
    padding: 40px 30px;
  }
  .price .small-price {
    position: relative;
    margin-bottom: 20px;
  }
}
.fixed-button {
  position: fixed;
  bottom: -50px;
  right: 30px;
  -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.15);
  box-shadow: 0 13px 21px rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: 1025;
  border-radius: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fixed-button .btn {
  margin: 0;
  background: #79b530;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  border-bottom: 2px solid #5e8d25;
}

.fixed-button.active {
  bottom: 50px;
  opacity: 1;
}
