/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
ul {
  margin-bottom: 1rem;
}
body {
  text-align: left;
}
header,
section {
  display: block;
}
ul {
  margin-top: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
a {
  text-decoration: none;
}
.btn:not(:disabled):not(.disabled),
.main-btn,
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
img {
  vertical-align: middle;
}
a {
  color: #007bff;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  border-style: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
h3,
h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12,
.col-6,
.col-lg-10,
.col-lg-12,
.col-lg-2,
.col-lg-6,
.col-md-12,
.col-md-4,
.col-md-7,
.col-sm-5,
.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.header-nav-box .appie-btn-box,
.offcanvas_main_menu li {
  position: relative;
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
a:focus,
a:hover {
  text-decoration: none;
}
.back-to-top,
.offcanvas_menu {
  display: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.position-fixed {
  position: fixed !important;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.canvas_close a {
  text-transform: uppercase;
  text-transform: uppercase;
}
@media print {
  img {
    page-break-inside: avoid;
  }
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
}
a,
i,
span {
  display: inline-block;
} /*!
 * Font Awesome Pro 5.8.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fal {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-times:before {
  content: "\f00d";
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"),
    url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa,
.fal {
  font-family: "Font Awesome 5 Pro";
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"),
    url("../fonts/fa-light-300.ttf") format("truetype");
}
.fal,
body {
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"),
    url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fa {
  font-weight: 900;
}
.footer-about-widget,
.footer-navigation,
.mt-30 {
  margin-top: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ml-30 {
  margin-left: 30px;
}
.pt-160 {
  padding-top: 160px;
}
.appie-section-title {
  padding-bottom: 25px;
}
.pb-160 {
  padding-bottom: 160px;
}
.position-fixed.telegram {
  right: 30px;
  bottom: 110px;
  z-index: 999;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  border-radius: 100px;
}
.position-fixed.telegram .fab {
  background: #229ed9;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  animation: 2s infinite animationpulse;
  -webkit-animation: 2s ease-out infinite animationpulse;
  box-shadow: 1px 1px 5px #27a5e7;
}
.position-fixed.telegram .help-title {
  color: #000;
  border: 2px solid #27a5e7;
  border-radius: 10px;
  padding: 5px 15px;
  margin-right: 15px;
  position: relative;
  background: #fff;
}
.position-fixed.telegram .help-title:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background: #27a5e7;
  z-index: 0;
  mix-blend-mode: hue;
}
@media screen and (max-width: 992px) {
  .position-fixed.telegram .help-title {
    display: none;
  }
}
@keyframes animationpulse {
  0% {
    transform: scale(1, 1);
    -moz-box-shadow: 0 0 0 0 inherit;
    box-shadow: 0 0 0 0 inherit;
  }
  10% {
    transform: scale(1.1, 1.1);
  }
  15% {
    transform: scale(1, 1);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@-ms-keyframes animationpulse {
  0%,
  100%,
  20% {
    -ms-transform: scale(1, 1);
  }
  10% {
    -ms-transform: scale(1.1, 1.1);
  }
}
body,
p {
  color: #505056;
}
body {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a,
i,
span {
  transition: 0.3s linear;
}
h3,
h4 {
  font-family: Roboto, sans-serif;
  font-weight: 900;
  color: #0e1133;
  margin: 0;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
p {
  font-size: 16px;
}
.appie-header-main-menu ul,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.appie-logo-box img {
  width: 150px;
  height: 40px;
}
.appie-footer-area .logo img {
  width: 122px;
  height: 36px;
}
.offcanvas-brand img {
  width: 60%;
}
.paymentSystem img {
  width: 120px;
  height: 40px;
}
.back-to-top a,
.canvas_close a {
  width: 40px;
  height: 40px;
  text-align: center;
}
.disableButton {
  pointer-events: none;
  opacity: 0.3;
}
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #527bf3;
  padding: 0 30px;
  font-size: 15px;
  line-height: 45px;
  border-radius: 6px;
  color: #fff;
  z-index: 5;
  transition: 0.4s ease-out;
  background-color: #527bf3;
}
.main-btn:hover {
  background-color: #fff;
  color: #527bf3;
  border-color: #527bf3;
}
.appie-section-title .appie-title {
  font-size: 44px;
  line-height: 54px;
}
.canvas_close a,
.offcanvas_main_menu li a {
  font-size: 18px;
  display: block;
  transition: 0.3s ease-out;
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}
.back-to-top a {
  line-height: 40px;
  background: #527bf3;
  border-radius: 6px;
  color: #fff;
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
  transition: 0.3s linear;
}
.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  z-index: 9999;
  top: 0;
  height: 100%;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 30px 30px;
  overflow-y: visible;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li a {
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: #222;
}
.appie-header-main-menu ul > li > a.main-btn:hover,
.footer-navigation ul li a:hover,
.offcanvas_main_menu li a:hover {
  color: #527bf3;
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: -50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}
.canvas_close a {
  font-weight: 500;
  line-height: 40px;
  border: 1px solid #527bf3;
  border-radius: 10px;
  background: #527bf3;
  color: #fff;
}
.canvas_close a:hover {
  background: #527bf3;
  border-color: #527bf3;
  color: #fff;
}
.toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #0e1133;
}
.appie-header-area {
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}
.appie-header-main-menu ul > li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.appie-header-main-menu ul > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #0e1133;
  line-height: 45px;
}
.appie-header-main-menu ul > li > a.main-btn {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appie-section-title .appie-title {
    font-size: 36px;
    line-height: 46px;
  }
  .appie-header-main-menu ul > li {
    margin-right: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appie-section-title .appie-title {
    font-size: 36px;
    line-height: 46px;
  }
  .offcanvas_menu {
    display: block;
  }
  .header-nav-box .appie-btn-box {
    padding-right: 50px;
  }
  .appie-header-main-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .appie-section-title .appie-title {
    font-size: 26px;
    line-height: 36px;
  }
  .offcanvas_menu {
    display: block;
  }
  .header-nav-box .appie-btn-box {
    padding-right: 30px;
  }
  .appie-header-main-menu {
    display: none;
  }
  .mt-30 {
    margin-top: 15px !important;
  }
}
.footer-navigation ul {
  padding: 0;
  list-style-type: none;
}
.appie-footer-area {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .footer-about-widget {
    padding-right: 0;
  }
  .footer-navigation ul li {
    margin: 0 5px !important;
  }
}
.footer-navigation p {
  font-size: 12px;
}
.footer-navigation ul {
  margin: 0;
  padding-inline-start: 0 !important;
  margin-block-start: 0;
  margin-block-end: 0;
}
.footer-navigation ul li {
  display: inline;
  margin: 0 15px;
}
.footer-navigation ul li a {
  color: #505056;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
}
.appie-download-3-box {
  border-radius: 20px;
  background: #ebf2fc;
  overflow: hidden;
}
.appie-download-3-box img {
  width: 70px;
  float: left;
  margin: 0 30px 30px 0;
}
.appie-download-3-box .content {
  padding: 50px;
}
.appie-download-3-box .content .title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}
.appie-download-3-box .content a.main-btn {
  background: #fff;
  color: #0e1133;
  border-color: #fff;
  margin-top: 33px;
}
.appie-download-3-box .content a.main-btn:hover {
  background: -webkit-linear-gradient(#00daa1, #3658bc);
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appie-download-3-box {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .appie-download-3-box {
    margin: 30px 0 0;
  }
  .appie-download-3-box .content {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .appie-section-title .appie-title {
    font-size: 36px;
    line-height: 46px;
  }
  .appie-download-3-box .content {
    padding: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
