@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500;1,600");
:root {
  --global--font-body: "Montserrat", sans-serif;
  --global--font-heading: "Montserrat", sans-serif;
  --global--color-primary: #1346aa;
  --global--color-secondary: #283046;
  --global--color-input: #c8cace;
  --global--color-success: #5ab463;
  --global--color-body: #60698d;
  --global--color-heading: #1f1845;
  --global--color-white: #ffffff;
  --global--color-light: #f5f5f5;
  --global--color-gray: #faf8fb;
  --global--color-pink: #fefbff;
  --global--font--size-default: 13px;
}

.btn.btn-outline-primary {
  background: transparent;
  border: 1px solid var(--global--color-primary);
}
.btn.btn-outline-primary:hover {
  color: var(--global--color-primary);
}
.btn.btn-primary:hover {
  background-color: rgba(var(--global--color-primary), 0.5) !important;
}
.btn.btn-store {
  border: 2px solid var(--global--color-success);
  background: var(--global--color-success);
  color: var(--global--color-white);
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
}
.btn.btn-store:hover {
  background: transparent;
  color: var(--global--color-success);
}

.bg_box {
  cursor: progress;
}
.bg_box h5 {
  font-size: 1rem;
}

.toast-container {
  z-index: 99999;
}
.toast-container .toast {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important;
  background: #212529;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.toast-container .toast .toast-title {
  text-align: left !important;
}
.toast-container .toast * {
  color: #ced4da !important;
}

@media (max-width: 576px) {
  .toast-container {
    left: 0;
    right: 0;
    padding: 5px;
  }
}
.form-control {
  border-width: 0 !important;
  box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, 0.2) !important;
  transition: all 300ms;
}
.form-control:focus, .form-control:active, .form-control:hover {
  outline: 1px solid var(--global--color-secondary);
  border-color: var(--global--color-secondary) !important;
}

button.btn {
  height: 50px !important;
}

.contactForm textarea {
  margin-bottom: 15px;
}
.contactForm label.error {
  display: flex;
  align-items: center;
  display: block;
  font-size: small;
  margin-top: -10px;
  margin-bottom: 5px;
  color: #dc3545;
}
.contactForm label.error:before {
  content: "⛔";
  margin-right: 3px;
}

@font-face {
  font-family: "mc-font-icons";
  src: url("fonts/mc-font-icons.eot?5jftwd");
  src: url("fonts/mc-font-icons.eot?5jftwd#iefix") format("embedded-opentype"), url("fonts/mc-font-icons.ttf?5jftwd") format("truetype"), url("fonts/mc-font-icons.woff?5jftwd") format("woff"), url("fonts/mc-font-icons.svg?5jftwd#mc-font-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=mc-], [class*=" mc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mc-font-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mc-bookmark-o:before {
  content: "\e904";
}

.mc-bookmark:before {
  content: "\e905";
}

.mc-history:before {
  content: "\e903";
}

.mc-calc:before {
  content: "\e900";
}

.mc-search:before {
  content: "\e901";
}

.mc-dynamic-view:before {
  content: "\e902";
}

body,
html {
  overflow-x: hidden;
}

html {
  font-size: var(--global--font--size-default);
}

body {
  background-color: var(--global--color-white);
  font-family: var(--global--font-body);
  font-size: var(--global--font--size-default);
  font-weight: 400;
  color: var(--global--color-body);
  line-height: 1.5;
  margin: 0;
}

img {
  pointer-events: none;
}

.toast h4 {
  font-size: 1.2rem;
  margin: 0 !important;
}
.toast .toast-message {
  font-size: 1rem;
}

.wrapper {
  background-color: var(--global--color-white);
}

* {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
  text-shadow: none;
}

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--global--color-success);
}
a:hover {
  color: rgba(var(--global--color-success), 10%);
  text-decoration: none;
}
a:focus {
  color: rgba(var(--global--color-success), 10%);
  outline: none;
  text-decoration: none;
}
a:active {
  color: rgba(var(--global--color-success), 10%);
  outline: none;
  text-decoration: none;
}

hr {
  margin: 0;
}

textarea {
  resize: none;
}

button.btn {
  margin-bottom: 0;
}

section {
  background-color: var(--global--color-white);
}

.modal-backdrop {
  z-index: 1020;
  background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
  height: 100vh !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .fullscreen {
    height: auto !important;
  }
}
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-heading);
  font-family: var(--global--font-heading);
  font-weight: 500;
  margin: 0 0 28px;
  line-height: 1;
}

.h1,
h1 {
  font-size: 52px;
}

.h2,
h2 {
  font-size: 42px;
}

.h3,
h3 {
  font-size: 38px;
}

.h4,
h4 {
  font-size: 32px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 18px;
}

p {
  color: var(--global--color-body);
  font-size: var(--global--font--size-default);
  font-weight: 400;
  line-height: 1.8;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
}

/* Aligning Text */
.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

.text--center {
  text-align: center !important;
}

.text--just {
  text-align: justify !important;
}

.align--top {
  vertical-align: top;
}

.align--bottom {
  vertical-align: bottom;
}

.align--middle {
  vertical-align: middle;
}

.align--baseline {
  vertical-align: baseline;
}

/* Weight Text */
.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

/* Text Color */
.text-white {
  color: var(--global--color-white) !important;
}

.text-gray {
  color: --global--color-gray !important;
}

.text-black {
  color: var(--global--color-heading);
}

.text-theme {
  color: var(--global--color-primary);
}

.text--capitalize {
  text-transform: capitalize !important;
}

.text--uppercase {
  text-transform: uppercase !important;
}

.font-heading {
  font-family: var(--global--font-heading);
}

.font-body {
  font-family: var(--global--font-body);
}

.font-18 {
  font-size: 24px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-40 {
  font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  text-center-xs {
    text-align: center !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  text-center-sm {
    text-align: center !important;
  }
}
.higlighted-style1 {
  background-color: var(--global--color-primary);
  color: #fff;
  padding: 5px 0;
}

.higlighted-style2 {
  background-color: var(--global--color-heading);
  color: #fff;
  padding: 5px 0;
}

.higlighted-style3 {
  background-color: --global--color-gray;
  color: var(--global--color-primary);
  padding: 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
  color: var(--global--color-heading) !important;
}

.color-theme {
  color: var(--global--color-primary) !important;
}

.color-white {
  color: var(--global--color-white) !important;
}

.color-gray {
  color: --global--color-gray !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
/* All margin */
.m-0 {
  margin: 0 !important;
}

.m-xs {
  margin: 10px;
}

.m-sm {
  margin: 20px;
}

.m-md {
  margin: 40px;
}

.m-lg {
  margin: 80px;
}

/* top margin */
.mt-0 {
  margin-top: 0;
}

.mt-xs {
  margin-top: 10px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px;
}

/* bottom margin */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
  margin-right: 0;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-150 {
  margin-right: 150px;
}

/* left margin */
.ml-0 {
  margin-left: 0;
}

.ml-xs {
  margin-left: 10px;
}

.ml-sm {
  margin-left: 20px;
}

.ml-md {
  margin-left: 40px;
}

.ml-lg {
  margin-left: 80px;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-150 {
  margin-left: 150px;
}

/* All padding */
.p-0 {
  padding: 0 !important;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 20px;
}

.p-md {
  padding: 40px;
}

.p-lg {
  padding: 80px;
}

/* top padding */
.pt-0 {
  padding-top: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

/* bottom padding */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* right padding */
.pr-0 {
  padding-right: 0;
}

.pr-xs {
  padding-right: 10px;
}

.pr-sm {
  padding-right: 20px;
}

.pr-md {
  padding-right: 40px;
}

.pr-lg {
  padding-right: 80px;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-150 {
  padding-right: 150px;
}

/* left padding */
.pl-0 {
  padding-left: 0 !important;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

/* Postions */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/* Zindex*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

/* Borders */
.border-all {
  border: 1px solid var(--global--color-primary);
}

.border-top {
  border-top: 1px solid var(--global--color-primary);
}

.border-bottom {
  border-bottom: 1px solid var(--global--color-primary);
}

.border-right {
  border-right: 1px solid var(--global--color-primary);
}

.border-left {
  border-left: 1px solid var(--global--color-primary);
}

/* Display */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

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

@media only screen and (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .pull-none-xs {
    float: none !important;
    text-align: center !important;
  }

  .mb-15-xs {
    margin-bottom: 15px;
  }

  .mb-30-xs {
    margin-bottom: 30px !important;
  }

  .mb-50-xs {
    margin-bottom: 50px;
  }

  .mb-60-xs {
    margin-bottom: 60px !important;
  }

  .p-none-xs {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }

  .mb-0-sm {
    margin-bottom: 0;
  }

  .mb-15-sm {
    margin-bottom: 15px;
  }

  .mb-30-sm {
    margin-bottom: 30px !important;
  }

  .mb-50-sm {
    margin-bottom: 50px;
  }

  .mb-60-sm {
    margin-bottom: 60px;
  }

  .pb-15-sm {
    padding-bottom: 15px;
  }

  .pb-30-sm {
    padding-bottom: 30px;
  }

  .pb-50-sm {
    padding-bottom: 50px;
  }

  .pb-60-sm {
    padding-bottom: 60px;
  }

  .p-none-sm {
    padding-right: 0;
    padding-left: 0;
  }

  .pull-none-sm {
    float: none !important;
    text-align: center !important;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
}
/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.col-content {
  padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .col-content {
    padding: 40px !important;
  }
}
.col-img {
  height: 600px !important;
  padding: 60px;
  overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .col-img {
    height: auto;
    min-height: 600px;
  }
}
/* Postion Helpers */
.pos-fixed {
  position: fixed;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.pos-top {
  top: 0;
}

.pos-bottom {
  bottom: 0;
}

.pos-right {
  right: 0;
}

.pos-left {
  left: 0;
}

.pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

.height-700 {
  height: 700px !important;
}

.height-500 {
  height: 500px !important;
}

.height-800 {
  height: 800px !important;
}

@media only screen and (min-width: 992px) {
  .hidden-lg,
.hidden-md {
    display: none;
  }
}
/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
  background-color: var(--global--color-primary) !important;
}

.bg-primary-alt {
  background-color: var(--color-hover) !important;
}

.bg-secondary {
  background-color: var(--global--color-secondary) !important;
}

.bg-gray {
  background-color: var(--global--color-gray) !important;
}

.bg-white {
  background-color: var(--global--color-white) !important;
}

.bg-pink {
  background-color: var(--global--color-pink) !important;
  border-top: 1px solid #f8e2ff;
  border-bottom: 1px solid #f8e2ff;
}

.bg-dark {
  background-color: var(--global--color-heading) !important;
}

.bg-gradient {
  background: bottom center var(--global--color-white);
}

.bg-light-primary {
  background-color: #f1f8fe !important;
}

/* Background Image */
.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-pattern {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-content {
  background-size: contain;
}

.bg-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-light:before {
  background-color: var(--global--color-white);
  opacity: 0.8;
}

.bg-overlay-dark:before {
  background-color: rgba(31, 24, 69, 0.06);
}

.bg-overlay-dark-2:before {
  background-color: black;
  opacity: 0.6;
}

.bg-overlay-grey:before {
  background-color: whitesmoke;
  opacity: 0.902;
}

.bg-overlay-theme:before {
  background-color: var(--global--color-primary);
  opacity: 0.7;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-ytvideo.bg-overlay:before {
  z-index: 1;
  opacity: 0.7;
}

/* Background Color Palettes */
.bg-purple {
  color: var(--global--color-white);
  background-color: #cc66cc !important;
}

.bg-sun-flower {
  color: var(--global--color-white);
  background-color: #f1c40f !important;
}

.bg-orange {
  color: var(--global--color-white);
  background-color: #f39c12 !important;
}

.bg-carrot {
  color: var(--global--color-white);
  background-color: #e67e22 !important;
}

.bg-pumpkin {
  color: var(--global--color-white);
  background-color: #d35400 !important;
}

.bg-alizarin {
  color: var(--global--color-white);
  background-color: #e74c3c !important;
}

.bg-pomegranate {
  color: var(--global--color-white);
  background-color: #c0392b !important;
}

.bg-turquoise {
  color: var(--global--color-white);
  background-color: #1abc9c !important;
}

.bg-green-sea {
  color: var(--global--color-white);
  background-color: #16a085 !important;
}

.bg-emerald {
  color: var(--global--color-white);
  background-color: #2ecc71 !important;
}

.bg-nephritis {
  color: var(--global--color-white);
  background-color: #27ae60 !important;
}

.bg-peter-river {
  color: var(--global--color-white);
  background-color: #3498db !important;
}

.bg-belize-hole {
  color: var(--global--color-white);
  background-color: #2980b9 !important;
}

.bg-amethyst {
  color: var(--global--color-white);
  background-color: #9b59b6 !important;
}

.bg-wisteria {
  color: var(--global--color-white);
  background-color: #8e44ad !important;
}

.bg-wet-asphalt {
  color: var(--global--color-white);
  background-color: #34495e !important;
}

.bg-wet-asphalt {
  color: var(--global--color-white);
  background-color: #34495e !important;
}

.bg-midnight-blue {
  color: var(--global--color-white);
  background-color: #2c3e50 !important;
}

.bg-silver {
  color: var(--global--color-white);
  background-color: #bdc3c7 !important;
}

.bg-concrete {
  color: var(--global--color-white);
  background-color: #859596 !important;
}

.bg-asbestos {
  color: var(--global--color-white);
  background-color: #7f8c8d !important;
}

.bg-asbestos {
  color: var(--global--color-white);
  background-color: #7f8c8d !important;
}

.bg-graphite {
  color: var(--global--color-white);
  background-color: #454545 !important;
}

.bg-gray-0 {
  background-color: #eeeeee !important;
  color: #454545;
}

.bg-gray-1 {
  background-color: #ececec !important;
  color: #454545;
}

.bg-gray-2 {
  background-color: #bdc3c7 !important;
  color: #454545;
}

.bg-gray-3 {
  background-color: #dadfe1 !important;
  color: #454545;
}

.bg-gray-5 {
  background-color: #ecf0f1 !important;
  color: #454545;
}

.bg-gray-4 {
  background-color: #f2f1ef !important;
  color: #454545;
}

.bg-gray-6 {
  background-color: #d2d7d3 !important;
  color: #454545;
}

.bg-gray-7 {
  background-color: #e6e6e6 !important;
  color: #454545;
}

.bg-orange-1 {
  background-color: #f9690e !important;
  color: var(--global--color-white);
}

.bg-orange-2 {
  background-color: #d35400 !important;
  color: var(--global--color-white);
}

.bg-orange-3 {
  background-color: #f89406 !important;
  color: var(--global--color-white);
}

.divider-1 {
  height: 1px;
  background-color: #fce5e6;
}

.divider-2 {
  height: 1px;
  width: 100%;
  background-color: #f8e2ff;
}

.skew-divider {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  background: -o-linear-gradient(left top, #fefbff 49%, #fff 50%), -o-linear-gradient(140deg, #ffffff 16px, #000 0);
  background: linear-gradient(to right bottom, #fefbff 49%, #fff 50%), linear-gradient(-50deg, #ffffff 16px, #000 0);
}

.skew-divider.divider-theme {
  background: -o-linear-gradient(left top, var(--global--color-primary) 49%, #fff 50%), -o-linear-gradient(140deg, #ffffff 16px, #000 0);
  background: linear-gradient(to right bottom, var(--global--color-primary) 49%, #fff 50%), linear-gradient(-50deg, #ffffff 16px, #000 0);
}

.skew-divider-top {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  top: 0;
  background: -o-linear-gradient(left top, #ffffff 49%, #262b47 50%), -o-linear-gradient(140deg, #ffffff 16px, #000 0);
  background: linear-gradient(to right bottom, #ffffff 49%, #262b47 50%), linear-gradient(-50deg, #ffffff 16px, #000 0);
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family: var(--global--font-heading);
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0;
  width: 200px;
  height: 60px;
  border: 0;
  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;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  border-radius: 6px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 200px;
    height: 70px;
  }
}
.btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -o-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  border-radius: inherit;
}

.btn:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.btn.active,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .icon {
  margin-left: 10px;
}

.btn.btn-bg::before {
  content: unset;
}

.btn.btn-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
}

.btn.btn-bg.g-play::after {
  background-image: url("../images/buttons/g-play.png");
}

.btn.btn-bg.ios-store::after {
  background-image: url("../images/buttons/ios-store.png");
}

.btn.btn-bg.g-play-dark::after {
  background-image: url("../images/buttons/g-play-dark.png");
}

.btn.btn-bg.ios-store-dark::after {
  background-image: url("../images/buttons/ios-store-dark.png");
}

.btn-video {
  width: 73px;
  height: 73px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--global--color-primary);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 5;
}

.btn-video::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ff7d3b;
  border-radius: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-animation: pulse 0.8s ease-out 0s infinite;
  animation: pulse 0.8s ease-out 0s infinite;
  z-index: -1;
}

.btn-video svg {
  fill: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-video:hover {
  background-color: var(--global--color-secondary);
}

.btn-video:hover::after {
  background-color: var(--global--color-secondary);
}

.btn-video:hover svg {
  fill: var(--global--color-white);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
a.back {
  position: absolute;
  top: 54px;
  left: 70px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  color: var(--global--color-white);
}

a.back:hover span {
  -webkit-transform: rotate(-180deg) translateX(10px);
  -ms-transform: rotate(-180deg) translateX(10px);
  transform: rotate(-180deg) translateX(10px);
}

a.back span {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-right: 15px;
}

/* Button Primary */
.btn--primary {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
}

.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
  background-color: var(--color-hover);
  color: var(--global--color-white);
}

/* Button Secondary*/
.btn--secondary {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
}

.btn--secondary.btn--hover-white:active,
.btn--secondary.btn--hover-white:focus,
.btn--secondary.btn--hover-white:hover {
  background-color: var(--global--color-white);
  color: var(--color-hover);
}

/* Button Success*/
.btn--success {
  background-color: var(--global--color-success);
  color: var(--global--color-white);
}
.btn--success:active, .btn--success:focus, .btn--success:hover {
  background-color: var(--global--color-success);
  color: var(--global--color-white);
}
.btn--success.btn--hover-white:active, .btn--success.btn--hover-white:focus, .btn--success.btn--hover-white:hover {
  background-color: var(--global--color-white);
  color: var(--color-hover);
}

/* Button White */
.btn--white {
  background-color: var(--global--color-white);
  color: var(--global--color-heading);
  border: 1px solid var(--global--color-white);
  border-radius: 4px;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
  border-color: var(--global--color-primary);
}

/* Button Block */
.btn--block {
  width: 100%;
}

.btn--auto {
  width: auto;
  padding: 0 17px;
}

/* Button Rounded */
.btn--rounded {
  border-radius: 50px;
}

/* Button Bordered */
.btn--bordered {
  background-color: transparent;
  border: 2px solid transparent;
}

.btn--bordered.btn--primary {
  color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}

.btn--bordered.btn--secondary {
  color: var(--global--color-secondary);
  border-color: var(--global--color-secondary);
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
}

.btn--bordered.btn--white {
  color: var(--global--color-white);
  border-color: var(--global--color-white);
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
  color: var(--global--color-primary);
  background-color: var(--global--color-white);
  border-color: var(--global--color-white);
}

.btn--white.btn--secondary {
  color: var(--global--color-secondary);
  border-color: var(--global--color-white);
  background-color: var(--global--color-white);
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
  color: var(--global--color-secondary);
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  height: 55px;
  border: 1px solid var(--global--color-input);
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: var(--global--color-primary);
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: 120px;
  padding: 15px;
}

/* Placeholder */
.input-group {
  border-radius: 0;
  border: 1px solid grey;
  background-color: transparent;
  overflow: hidden;
  padding: 3px;
}

.input-group .btn {
  width: 160px;
}

.input-group .input-group-btn {
  border-radius: 50px;
  overflow: hidden;
}

/* Subscribe Alert */
.subscribe-alert {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  margin: 0;
  cursor: pointer;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-animation: alertfadein 0.35s ease 0.5s both;
  animation: alertfadein 0.35s ease 0.5s both;
}

.subscribe-alert .alert {
  margin: 0 auto;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  color: var(--global--color-white);
}

.subscribe-alert .alert:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
}

.subscribe-alert .alert.alert-danger {
  background-color: #cc0000;
}

.subscribe-alert .alert.alert-success {
  background-color: #198c19;
}

@-webkit-keyframes alertfadein {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes alertfadein {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.form-inline .form-control {
  background-color: var(--global--color-white);
  font-size: 16px;
  font-weight: 400;
  width: 221px;
  height: 51px;
  border-radius: 50px;
  margin-right: 30px;
  padding-left: 20px;
  border-bottom: none;
  margin-bottom: 0;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading {
  margin-bottom: 56px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .heading {
    text-align: center;
  }
}
.heading .heading-subtitle {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 7px;
  color: var(--global--color-primary);
}

.heading .heading-title {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .heading .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }

  .heading .heading-title br {
    display: none;
  }
}
.heading .heading-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0;
  color: var(--global--color-body);
}

.heading.heading-light .heading-subtitle,
.heading.heading-light .heading-desc {
  color: #fefeff;
}

.heading.heading-light .heading-title {
  color: var(--global--color-white);
}

.about .heading {
  margin-bottom: 40px;
}

.about .about-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about .about-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.about .about-action .btn {
  margin-right: 30px;
}

.about .about-action .btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .about .about-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .about .about-action .btn:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .about img {
    display: block;
    margin: 0 auto;
  }
}
/*------------------------------------*\
    #Blog
\*------------------------------------*/
@media screen and (max-width: 991px) {
  .blog .blog-card {
    margin: 0 auto 30px;
    max-width: 370px;
  }
}
@media screen and (max-width: 991px) {
  .blog .blog-card {
    max-width: 370px;
    margin: 0 auto 40px;
  }
}
.blog .blog-card:hover .blog-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .blog-card .blog-img {
  overflow: hidden;
  border-radius: 18px;
}

.blog .blog-card .blog-img img {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 100%;
}

.blog .blog-card .blog-content {
  padding-top: 18px;
  border-radius: 0 0 21px 21px;
  background-color: var(--global--color-white);
}

.blog .blog-card .blog-content .blog-meta-container {
  margin-bottom: 19px;
}

.blog .blog-card .blog-content .blog-meta-container div {
  display: inline-block;
}

.blog .blog-card .blog-content .blog-meta-container div:first-of-type {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .blog .blog-card .blog-content .blog-meta-container div:first-of-type {
    margin-bottom: 15px;
  }
}
.blog .blog-card .blog-content .blog-meta-container div span {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--global--color-body);
}

.blog .blog-card .blog-content .blog-title {
  font-family: var(--global--font-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--global--color-heading);
  margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .blog .blog-card .blog-content .blog-title {
    padding-right: 40px;
  }
}
.blog .blog-card .blog-content .blog-title a {
  color: var(--global--color-heading);
}

.blog .blog-card .blog-content .blog-title a:hover {
  color: var(--global--color-primary);
}

.blog .blog-card .blog-content .blog-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog .blog-card .blog-content .read-more a {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--global--color-heading);
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog .blog-card .blog-content .read-more a:hover {
  color: var(--global--color-primary);
}

.blog .blog-card .blog-content .read-more a:hover i {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
  color: var(--global--color-primary);
}

.blog .blog-card .blog-content .read-more a i {
  color: var(--global--color-heading);
  font-size: 13px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 12px;
}

/*------------------------------------*\
    #Clients
\*------------------------------------*/
.clients {
  padding-top: 290px;
  padding-bottom: 30px;
  overflow: visible;
}

.clients.bg-grey {
  background-color: var(--global--color-light);
}

@media screen and (max-width: 991px) {
  .clients {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.clients .client {
  padding-top: 60px;
  padding-bottom: 60px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .clients .client {
    width: 130px;
  }
}
.clients .client:hover::before {
  width: 100%;
}

.clients .client a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.clients .client img {
  max-width: 100%;
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*------------------------------------*\
    #Counters
\*------------------------------------*/
@media screen and (max-width: 991px) {
  .counters {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .counters .counter {
    text-align: center;
    margin-bottom: 30px;
  }
}
.counters .counter .counter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .counters .counter .counter-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.counters .counter .counter-content .counter-icon {
  width: 42px;
  margin-right: 15px;
}

.counters .counter .counter-content .counter-icon img {
  max-width: 100%;
}

.counters .counter .counter-content .counter-num .counting {
  font-family: var(--global--font-body);
  font-weight: 500;
  font-size: 45px;
  color: var(--global--color-primary);
}

.counters .counter .counter-name h6 {
  font-family: var(--global--font-body);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fefeff;
  margin-bottom: 0;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  height: 80px;
}

.header.header-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 80px;
  border: none;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .header .navbar {
    background: var(--global--color-white);
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
  }
}
.header .navbar .navbar-brand {
  margin-right: 0;
  padding: 0;
}

a.logo > img {
  width: 50%;
}

.header .navbar .navbar-brand .logo-dark {
  display: none;
}

.header .navbar .navbar-brand .logo-light {
  display: inline-block;
}

.header .navbar .navbar-nav > li {
  margin-right: 35px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .navbar .navbar-nav > li:last-child {
  margin-right: 0;
}

.header .navbar .navbar-nav > li > a {
  font-family: var(--global--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--global--color-heading);
  padding: 0;
  position: relative;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .header .navbar .navbar-nav > li > a::before {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    height: 3px;
    width: 0;
    background-color: var(--global--color-success);
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
  }
}
@media screen and (min-width: 992px) {
  .header .navbar .navbar-nav > li.active > a:before,
.header .navbar .navbar-nav > li > a:focus:before,
.header .navbar .navbar-nav > li > a:hover:before {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar .navbar-nav > li {
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 4px;
  }

  .header .navbar .navbar-nav > li a {
    margin-right: 0;
    padding: 15px 10px;
    color: var(--global--color-heading);
    line-height: 1;
  }

  .header .navbar .navbar-nav > li.active,
.header .navbar .navbar-nav > li:hover,
.header .navbar .navbar-nav > li:focus,
.header .navbar .navbar-nav > li:active {
    background-color: var(--global--color-primary);
  }

  .header .navbar .navbar-nav > li.active a,
.header .navbar .navbar-nav > li:hover a,
.header .navbar .navbar-nav > li:focus a,
.header .navbar .navbar-nav > li:active a {
    color: var(--global--color-white);
  }
}
.header .navbar.navbar-sticky {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.header .navbar.navbar-fixed {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background: var(--global--color-white);
  -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
  -webkit-animation: navbarFixed 0.8s;
  animation: navbarFixed 0.8s;
}

.header .navbar.navbar-fixed .navbar-brand .logo-dark {
  display: inline-block;
}

.header .navbar.navbar-fixed .navbar-brand .logo-light {
  display: none;
}

.header .navbar.navbar-fixed .navbar-nav > li > a {
  color: var(--global--color-heading);
}

@media screen and (max-width: 991px) {
  .header .navbar.navbar-fixed .navbar-nav > li.active a,
.header .navbar.navbar-fixed .navbar-nav > li:hover a,
.header .navbar.navbar-fixed .navbar-nav > li:focus a,
.header .navbar.navbar-fixed .navbar-nav > li:active a {
    color: var(--global--color-white);
  }
}
@media screen and (min-width: 992px) {
  .header.header-dark .navbar .navbar-nav > li > a {
    color: var(--global--color-heading);
  }
}
@-webkit-keyframes navbarFixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes navbarFixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 576px) {
  .navbar .navbar-brand {
    max-width: 200px;
  }

  .navbar .navbar-brand img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-brand {
    margin-left: 15px;
    line-height: 80px;
  }

  .navbar .navbar-brand img {
    max-width: 100%;
    height: auto;
  }

  .navbar .navbar-toggler {
    width: 30px;
    height: 30px;
    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;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    outline: none;
    margin-right: 15px;
    padding: 0;
  }

  .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .navbar .navbar-toggler {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler .navbar-toggler-icon {
    width: 100%;
    height: 2px;
    background-color: var(--global--color-primary);
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .navbar .navbar-toggler .navbar-toggler-icon:before,
.navbar .navbar-toggler .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--global--color-primary);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .navbar .navbar-toggler .navbar-toggler-icon:before {
    top: -10px;
  }

  .navbar .navbar-toggler .navbar-toggler-icon:after {
    top: 10px;
  }

  .navbar .navbar-toggler .navbar-toggler-icon.active {
    background-color: transparent;
  }

  .navbar .navbar-toggler .navbar-toggler-icon.active:before,
.navbar .navbar-toggler .navbar-toggler-icon.active:after {
    top: 0;
  }

  .navbar .navbar-toggler .navbar-toggler-icon.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbar .navbar-toggler .navbar-toggler-icon.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar .navbar-collapse {
    background-color: var(--global--color-white);
    padding: 15px;
  }

  .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon {
    background-color: var(--global--color-primary);
  }

  .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon.active {
    background-color: transparent;
  }

  .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:before,
.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:after {
    background-color: var(--global--color-primary);
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header .navbar .navbar-nav > li {
    margin-right: 20px;
  }

  .module .module-icon,
.module-consultation .btn {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/*------------------------------------*\
    #Modules
\*------------------------------------*/
.header .module-container {
  padding-left: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header .module-container {
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header .module-container {
    padding-left: 0;
    margin-top: 15px;
  }
}
.header .module-container .module-cta .btn {
  width: auto;
  height: 40px;
  padding: 0 35px;
  cursor: pointer;
  font-family: var(--global--font-heading);
  color: var(--global--color-primary);
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  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;
  z-index: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  background-color: transparent;
  border: 2px solid var(--global--color-primary);
}

.header .module-container .module-cta .btn .icon {
  margin-left: 15px;
}

.header .module-container .module-cta .btn:hover {
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .header .module-container .module-cta .btn {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin-right: 0px;
    background-color: var(--global--color-secondary);
    border-color: var(--global--color-secondary);
    color: #fff;
  }

  .header .module-container .module-cta .btn:before {
    line-height: 40px;
  }
}
.header .navbar-fixed .module-container .module-cta .btn {
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
  color: #fff;
}

.header .navbar-fixed .module-container .module-cta .btn:hover,
.header .navbar-fixed .module-container .module-cta .btn:active,
.header .navbar-fixed .module-container .module-cta .btn:focus {
  background-color: var(--global--color-success);
  border-color: var(--global--color-success);
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.hero {
  overflow: visible;
  position: relative;
  padding: 0 0 50px 0;
  background-size: contain;
  background-position: right -3%;
}

.hero .hero-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero .hero-container {
    min-height: 650px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-container {
    height: auto;
    padding-top: 200px;
  }
}
.hero .hero-container .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 991px) {
  .hero .hero-container .hero-content {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-container .hero-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 100px;
  }
}
.hero .hero-container .hero-content .hero-title {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 14px;
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .hero .hero-container .hero-content .hero-title {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero .hero-container .hero-content .hero-title {
    font-size: 38px;
    line-height: 48px;
  }
}
.hero .hero-container .hero-content .hero-desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 35px;
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .hero .hero-container .hero-content .hero-desc {
    padding-right: 0;
  }
}
.hero .hero-container .hero-content .hero-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .hero .hero-container .hero-content .hero-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hero .hero-container .hero-content .hero-action .btn {
  margin-right: 30px;
}

.hero .hero-container .hero-content .hero-action .btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .hero .hero-container .hero-content .hero-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .hero .hero-container .hero-content .hero-action .btn:last-child {
    margin-bottom: 0;
  }
}
.hero .hero-container .hero-content .hero-action .contact-body .contactForm {
  position: relative;
}

.hero .hero-container .hero-content .hero-action .contact-body .contactForm .form-control {
  margin-bottom: 0;
  background-color: var(--global--color-white);
  border-radius: 4px;
  padding-left: 40px;
  padding-right: 250px;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .hero .hero-container .hero-content .hero-action .contact-body .contactForm .form-control {
    padding-left: 6px;
    padding-right: 200px;
  }
}
.hero .hero-container .hero-content .hero-action .contact-body .contactForm .btn {
  position: absolute;
  top: 3px;
  right: 3px;
}

@media screen and (max-width: 767px) {
  .hero .hero-container .hero-content .hero-action .contact-body .contactForm .btn {
    width: 170px;
  }
}
.hero .hero-container .hero-content .hero-action .form-action {
  position: relative;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 576px) {
  .hero .hero-container .hero-content .hero-action .form-action {
    width: 300px;
  }
}
@media screen and (min-width: 578px) and (max-width: 767px) {
  .hero .hero-container .hero-content .hero-action .form-action {
    width: 500px;
  }
}
.hero .hero-container .hero-content .hero-action .form-action .input-group {
  border: none;
  height: 65px;
  padding: 0;
  border-radius: 6px;
  background-color: var(--global--color-white);
}

.hero .hero-container .hero-content .hero-action .form-action .input-group .btn {
  width: 130px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .hero .hero-container .hero-content .hero-action .form-action .input-group .btn {
    width: 120px;
    font-size: 13px;
  }
}
.hero .hero-container .hero-content .hero-action .form-action .form-control {
  margin-bottom: 0;
  border-radius: 0;
  padding-left: 24px;
  padding-right: 0;
  border-bottom: 0;
  width: calc(100% - 130px);
  height: 50px;
}

@media screen and (max-width: 767px) {
  .hero .hero-container .hero-content .hero-action .form-action .form-control {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 13px;
    width: calc(100% - 120px);
  }
}
.hero .hero-container .hero-content .hero-action .form-action .btn {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 60;
}

.hero .hero-container .hero-img {
  overflow: hidden;
}

.hero .hero-container .hero-img img {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .hero .hero-container .hero-img {
    margin-left: -50px;
    width: auto;
  }

  .hero .hero-container .hero-img img {
    max-width: 85%;
  }
}
.hero.hero-light .hero-container .hero-content .hero-headline {
  color: var(--global--color-white);
}

.hero.hero-light .hero-container .hero-content .hero-bio {
  color: #f8f9fa;
}

.hero.hero-lead-2 {
  background-color: #f2f0fb;
}

.hero.hero-lead-2 .hero-container {
  min-height: unset;
}

.hero.hero-lead-2 .hero-container .hero-content {
  text-align: center;
  padding-top: 200px;
}

@media screen and (max-width: 991px) {
  .hero.hero-lead-2 .hero-container .hero-content {
    padding-top: 0;
  }
}
.hero.hero-lead-2 .hero-container .hero-content .hero-title {
  font-size: 60px;
  line-height: 90px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .hero.hero-lead-2 .hero-container .hero-content .hero-title {
    font-size: 32px;
    line-height: 1.5;
  }
}
.hero.hero-lead-2 .hero-container .hero-content .hero-desc {
  margin-bottom: 25px;
}

.shape-divider-bottom {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.shape-divider-bottom svg {
  fill: #fff;
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonials .testimonials-customers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .testimonials .testimonials-customers-container {
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.testimonials .testimonials-customers-container .author-img {
  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;
  overflow: hidden;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.testimonials .testimonials-customers-container .author-img img {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.testimonials .testimonials-customers-container .author-img:last-child {
  margin-right: 0;
}

.testimonials .testimonials-customers-container .author-img.active {
  opacity: 1;
}

.testimonials .testimonials-customers-container .author-img.active img {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

@media screen and (max-width: 991px) {
  .testimonials .testimonials-customers-container .author-img {
    width: 70px;
    height: 70px;
  }

  .testimonials .testimonials-customers-container .author-img:last-child {
    margin-right: 23px;
  }
}
.testimonials .testimonials-customers-container .author-img img {
  height: 100%;
  border-radius: 50%;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.testimonials .testimonial-card .testimonial-body {
  text-align: center;
}

.testimonials .testimonial-card .testimonial-name {
  font-family: var(--global--font-body);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--global--color-primary);
  margin-bottom: 0;
}

.testimonials .testimonial-card .testimonial-title {
  font-family: var(--global--font-body);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: var(--global--color-body);
  margin-bottom: 0px;
}

.testimonials .testimonial-card .testimonial-desc {
  font-family: var(--global--font-body);
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  color: var(--global--color-body);
  margin-bottom: 36px;
}

@media screen and (min-width: 1200px) {
  .testimonials .testimonial-card .testimonial-desc {
    max-width: 80%;
    margin: 0 auto 36px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .testimonials .testimonial-card .testimonial-desc {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}
.testimonials.testimonials-2 {
  padding-top: 111px;
  padding-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .testimonials.testimonials-2 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.testimonials.testimonials-2 .owl-carousel {
  padding: 0 5%;
}

@media screen and (min-width: 992px) {
  .testimonials.testimonials-2 .owl-carousel {
    padding: 0 2%;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials.testimonials-2 .owl-carousel {
    padding: 0 3%;
  }
}
.testimonials.testimonials-2 .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonials.testimonials-2 .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}

.testimonials.testimonials-2 .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.testimonials.testimonials-2 .testimonial-card {
  background-color: var(--global--color-white);
  border-radius: 23px;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.04);
  padding: 40px 45px 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .testimonials.testimonials-2 .testimonial-card {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials.testimonials-2 .testimonial-card {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.testimonials.testimonials-2 .testimonial-card .testimonial-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.testimonials.testimonials-2 .testimonial-card .testimonial-body .testimonial-img {
  width: 57px;
  height: 59px;
  border-radius: 20px;
  margin-right: 12px;
}

.testimonials.testimonials-2 .testimonial-card .testimonial-body .testimonial-content .testimonial-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  color: var(--global--color-heading);
  margin-bottom: 0;
}

.testimonials.testimonials-2 .testimonial-card .testimonial-body .testimonial-content .testimonial-title {
  font-size: 14px;
  font-weight: 300;
}

.testimonials.testimonials-2 .testimonial-card .testimonial-desc {
  max-width: unset;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.testimonials.testimonials-2 .testimonial-background {
  width: 100%;
  height: 350px;
  border-radius: 50px;
  background-color: var(--global--color-secondary);
  opacity: 0.08;
  -webkit-transform: translateY(-227px);
  -ms-transform: translateY(-227px);
  transform: translateY(-227px);
  margin-bottom: -227px;
}

@media screen and (max-width: 991px) {
  .testimonials.testimonials-2 .testimonial-background {
    -webkit-transform: translateY(-260px);
    -ms-transform: translateY(-260px);
    transform: translateY(-260px);
    margin-bottom: -260px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials.testimonials-2 .testimonial-background {
    -webkit-transform: translateY(-280px);
    -ms-transform: translateY(-280px);
    transform: translateY(-280px);
    margin-bottom: -280px;
  }
}
/*------------------------------------*\
    #Screenshots
\*------------------------------------*/
.screenshots .screenshot-warp {
  position: relative;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .screenshots .screenshot-warp:before {
    width: 602px;
  }
}
.screenshots .owl-carousel {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .screenshots .owl-carousel {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .screenshots .owl-carousel {
    padding-top: 45px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .screenshots .owl-carousel {
    padding-top: 48px;
  }
}
.screenshots .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.screenshots .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}

.screenshots .owl-carousel .owl-stage-outer .owl-item.center img {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .screenshots .owl-carousel .owl-stage-outer .owl-item img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .screenshots .owl-carousel .owl-stage-outer .owl-item img {
    max-width: 300px;
    max-height: 615px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .screenshots .owl-carousel .owl-stage-outer .owl-item img {
    max-width: 300px;
    max-height: 615px;
  }
}
.screenshots .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .screenshots .owl-carousel .owl-stage-outer .owl-item.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.screenshots .owl-carousel .owl-stage-outer .owl-item.center {
  z-index: 2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media screen and (max-width: 767px) {
  .screenshots .owl-carousel .owl-stage-outer .owl-item.center {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  .screenshots .owl-carousel .owl-stage-outer .owl-item.center {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.screenshots .owl-carousel .owl-stage-outer .owl-item.center {
  background-color: transparent;
  position: relative;
  border-radius: 15px;
}
.screenshots .owl-carousel .owl-stage-outer .owl-item.center img {
  border-radius: 15px;
  border: 0.8rem solid #000;
  position: relative;
  background-color: #000;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.screenshots .owl-carousel .owl-stage-outer .owl-item.center::before {
  content: "";
  background: #d5d9dc;
  height: 4px;
  width: 110%;
  position: absolute;
  left: 50%;
  margin-left: -55%;
  bottom: -5px;
  z-index: 3;
  box-shadow: 0 0 0 1px #d5d9dc;
}
.screenshots .owl-carousel .owl-stage-outer .owl-item.center::after {
  content: "";
  background: #818b93;
  background: linear-gradient(0deg, #818b93 0%, #818b93 10%, rgba(129, 139, 147, 0) 30%);
  height: 40px;
  left: 0;
  width: 118%;
  left: 50%;
  margin-left: -59%;
  position: absolute;
  bottom: -13px;
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .screenshots .owl-carousel .owl-stage-outer .owl-item:not(.center):before {
    left: -18px;
  }
}
.screenshots .owl-carousel .owl-nav .owl-prev,
.screenshots .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  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;
  border-radius: 8px;
}

.screenshots .owl-carousel .owl-nav .owl-prev::before,
.screenshots .owl-carousel .owl-nav .owl-next::before {
  content: unset;
}

.screenshots .owl-carousel .owl-nav .owl-prev {
  background: url("../images/icons/chevron-left.png") no-repeat center;
  background-color: #fff;
  left: -85px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (min-width: 992px) and (max-width: 1200px) {
  .screenshots .owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
}
.screenshots .owl-carousel .owl-nav .owl-next {
  background: url("../images/icons/chevron-right.png") no-repeat center;
  background-color: #fff;
  right: -85px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (min-width: 992px) and (max-width: 1200px) {
  .screenshots .owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
}
.screenshots.screenshots-2 {
  padding-top: 140px;
  padding-bottom: 128px;
}

@media screen and (max-width: 991px) {
  .screenshots.screenshots-2 {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.screenshots.screenshots-2 .heading {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 992px) {
  .screenshots.screenshots-2 .heading {
    padding-left: 15%;
  }
}
@media screen and (max-width: 991px) {
  .screenshots.screenshots-2 .heading {
    padding: 0 5%;
  }
}
@media screen and (max-width: 991px) {
  .screenshots.screenshots-2 .owl-carousel {
    padding: 0 5%;
  }
}
@media screen and (min-width: 992px) {
  .screenshots.screenshots-2 .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 0.7;
  }
}
@media screen and (min-width: 992px) {
  .screenshots.screenshots-2 .owl-carousel .owl-stage-outer .owl-item:not(.active) + .owl-item.active {
    z-index: 2;
    opacity: 1;
    -webkit-box-shadow: 10px 10px 99px rgba(0, 0, 0, 0.33);
    box-shadow: 10px 10px 99px rgba(0, 0, 0, 0.33);
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .screenshots.screenshots-2 .owl-carousel .owl-stage-outer .owl-item:not(.active) + .owl-item.active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/*------------------------------------*\
    #Features
\*------------------------------------*/
@media screen and (max-width: 991px) {
  .features {
    padding-bottom: 30px;
  }
}
.feature-card {
  padding: 75px 30px 68px;
  border-radius: 12px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #f2f1f4;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.03);
}
.feature-card.active, .feature-card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  color: var(--global--color-heading);
}
.feature-card.active .feature-content h3,
.feature-card.active .feature-content p, .feature-card:hover .feature-content h3,
.feature-card:hover .feature-content p {
  color: var(--global--color-heading);
}

@media screen and (max-width: 991px) {
  .feature-card {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .feature-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.feature-card:hover .feature-icon {
  background-color: var(--global--color-success);
}
.feature-card .feature-icon {
  transition: all 300ms;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  padding: 15px;
  background-color: var(--global--color-primary);
  height: 76px;
  width: 76px;
  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;
  margin-bottom: 19px;
}
.feature-card .feature-icon > img {
  width: 100%;
}

.feature-card .feature-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.feature-card .feature-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.feature-card .feature-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--global--color-body);
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*------------------------------------*\
    #Processes
\*------------------------------------*/
.processes .process-card {
  padding: 0 20px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .processes .process-card {
    text-align: center;
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
.processes .process-card .process-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.processes .process-card .process-content .process-phase {
  margin-bottom: 40px;
  width: 90px;
  height: 90px;
  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;
  border-radius: 8px;
  background-color: #fff2eb;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.processes .process-card .process-content .process-phase p {
  font-family: var(--global--font-body);
  font-size: 47px;
  font-weight: 600;
  color: var(--global--color-primary);
  margin-bottom: 0;
}

.processes .process-card .process-content .process-title {
  font-family: var(--global--font-body);
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: var(--global--color-heading);
  margin-bottom: 10px;
}

.processes .process-card .process-content .process-desc {
  font-family: var(--global--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  color: var(--global--color-body) 2;
}

.processes .process-card:hover .process-content .process-phase {
  -webkit-box-shadow: 0 20px 50px 0 rgba(255, 125, 59, 0.16);
  box-shadow: 0 20px 50px 0 rgba(255, 125, 59, 0.16);
}

.processes .process-card.process-card-1 .process-content .process-phase {
  position: relative;
}

@media screen and (min-width: 992px) {
  .processes .process-card.process-card-1 .process-content .process-phase::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    z-index: 1;
    background-image: url("../images/line/line-top.png");
    background-size: contain;
    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;
    width: 200px;
    height: 26px;
    background-repeat: no-repeat;
    background-position-x: center;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .processes .process-card.process-card-1 .process-content .process-phase::after {
    left: 125%;
  }
}
.processes .process-card.process-card-2 .process-content .process-phase {
  background-color: var(--global--color-primary);
  -webkit-box-shadow: 0 20px 50px 0 rgba(255, 125, 59, 0.16);
  box-shadow: 0 20px 50px 0 rgba(255, 125, 59, 0.16);
  position: relative;
}

.processes .process-card.process-card-2 .process-content .process-phase p {
  color: var(--global--color-white);
}

@media screen and (min-width: 992px) {
  .processes .process-card.process-card-2 .process-content .process-phase::after {
    content: "";
    position: absolute;
    top: 72%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    z-index: 1;
    background-image: url("../images/line/line-bottom.png");
    background-size: contain;
    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;
    width: 200px;
    height: 26px;
    background-repeat: no-repeat;
    background-position-x: center;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .processes .process-card.process-card-2 .process-content .process-phase::after {
    left: 125%;
  }
}
.processes.processes-2 {
  padding-bottom: 42px;
}

@media screen and (max-width: 991px) {
  .processes.processes-2 {
    padding-bottom: 2px;
  }
}
/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
  position: relative;
  overflow: visible;
  padding-bottom: 75px;
  background-image: url("../images/background/bg-download.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .cta {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.cta .contactForm .btn {
  width: 220px;
  height: 65px;
  margin: 0 auto;
}

.form-mailchimp {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}

.form-mailchimp .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  height: 73px;
  padding: 0;
  border-radius: 13px;
  background-color: var(--global--color-white);
  border-color: var(--global--color-white);
  position: relative;
  overflow: hidden;
}

.form-mailchimp .input-group .btn {
  width: 79px;
  border-radius: 13px;
  height: 73px;
  line-height: 73px;
  outline: none;
}

.form-mailchimp .input-group .btn::before {
  content: unset;
}

.form-mailchimp .input-group .btn:hover {
  background-color: #ff5b07;
}

.form-mailchimp .input-group .input-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-mailchimp .input-group .input-icon .form-control {
  margin-bottom: 0;
  border: 0;
  height: 73px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.cta-note p {
  margin-bottom: 0;
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: var(--global--color-body);
}

.cta-note p i {
  margin-right: 5px;
}

/* Download */
.download {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 991px) {
  .download {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.download .download-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  height: 100%;
  background-color: var(--global--color-secondary);
  z-index: 0;
  border-radius: 22px;
}

@media screen and (min-width: 991px) {
  .download .heading .heading-desc {
    padding: 0 40px;
  }
}
.download .download-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .download .download-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.download .download-action .btn {
  margin-right: 30px;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.download .download-action .btn:hover,
.download .download-action .btn:active,
.download .download-action .btn:focus {
  background-color: #f8f8f8bb;
  border-color: #f8f8f8bb;
}

.download .download-action .btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .download .download-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .download .download-action .btn:last-child {
    margin-bottom: 0;
  }
}
/*------------------------------------*\
    #Pricing
\*------------------------------------*/
.pricing {
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .pricing {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
.pricing .pricing-switcher {
  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;
  margin-bottom: 47px;
}

.pricing .pricing-switcher input {
  display: none;
}

.pricing .pricing-switcher label {
  font-family: var(--global--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  color: var(--global--color-heading);
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .pricing .pricing-switcher label {
    font-size: 16px;
  }
}
.pricing .pricing-switcher label:hover,
.pricing .pricing-switcher label.active {
  color: var(--global--color-heading);
}

.pricing .pricing-switcher .indicator {
  width: 55px;
  height: 25px;
  background-color: var(--global--color-secondary);
  border-radius: 22px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .pricing .pricing-switcher .indicator {
    width: 70px;
    margin: 0 15px;
  }
}
.pricing .pricing-switcher .indicator .ball {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.pricing .pricing-switcher .indicator .ball.yearly {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

@media screen and (max-width: 767px) {
  .pricing .pricing-switcher .indicator .ball.yearly {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
  }
}
.pricing .pricing-switcher .indicator .ball.monthly {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.pricing .pricing-table {
  position: relative;
}

@media screen and (max-width: 991px) {
  .pricing .pricing-table {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
.pricing .pricing-table .pricing-card {
  background-color: var(--global--color-white);
  border: 3px solid #ebeeee;
  padding: 45px 45px 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 19px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricing .pricing-table .pricing-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pricing .pricing-table .pricing-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pricing .pricing-table .pricing-card.active {
  background-color: var(--global--color-secondary);
  border-color: var(--global--color-secondary);
  transition: all 300ms;
}
.pricing .pricing-table .pricing-card.active:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing .pricing-table .pricing-card.active .pricing-head .pricing-type .per {
  color: var(--global--color-light);
}

.pricing .pricing-table .pricing-card.active .pricing-head .pricing-type .price {
  color: var(--global--color-success);
}

.pricing .pricing-table .pricing-card.active .pricing-head .pricing-type .price::before {
  color: var(--global--color-light);
}

.pricing .pricing-table .pricing-card.active .pricing-head .pricing-name {
  color: var(--global--color-light);
}

.pricing .pricing-table .pricing-card.active .pricing-head .pricing-desc {
  color: var(--global--color-light);
}

.pricing .pricing-table .pricing-card.active .pricing-body .pricing-list li {
  color: var(--global--color-light);
}

.pricing .pricing-table .pricing-card.active .pricing-body .pricing-list li.active svg {
  color: var(--global--color-light);
}

.pricing .pricing-table .pricing-card.active .pricing-body .pricing-list li.unavailable svg {
  color: #c3badf;
}

.pricing .pricing-table .pricing-card.active .pricing-body .btn {
  background-color: var(--global--color-success);
  border-color: var(--global--color-success);
  color: #fff;
}
.pricing .pricing-table .pricing-card.active .pricing-body .btn:hover, .pricing .pricing-table .pricing-card.active .pricing-body .btn:active, .pricing .pricing-table .pricing-card.active .pricing-body .btn:focus {
  background-color: var(--global--color-white);
  border-color: var(--global--color-white);
  color: var(--global--color-success);
}

.pricing .pricing-table .pricing-card.visible {
  position: relative;
  z-index: 5;
}

.pricing .pricing-table .pricing-card.hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pricing .pricing-table .pricing-card .pricing-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  margin-bottom: 42px;
}

.pricing .pricing-table .pricing-card .pricing-head .pricing-type {
  margin-bottom: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.pricing .pricing-table .pricing-card .pricing-head .pricing-type .per {
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--global--color-secondary);
  text-transform: lowercase;
  margin-bottom: 0;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 4px;
}

.pricing .pricing-table .pricing-card .pricing-head .pricing-type .price {
  font-family: var(--global--font-body);
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 89px;
  color: var(--global--color-secondary);
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 0;
}
.pricing .pricing-table .pricing-card .pricing-head .pricing-type .price > span {
  font-size: 2rem;
}

.pricing .pricing-table .pricing-card .pricing-head .pricing-type .price::before {
  content: "R$";
  position: absolute;
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 20px;
  color: var(--global--color-secondary);
  line-height: 45px;
  top: 0;
  left: 0;
}

.pricing .pricing-table .pricing-card .pricing-head .pricing-name {
  font-family: var(--global--font-body);
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: var(--global--color-heading);
  margin-bottom: 10px;
}

.pricing .pricing-table .pricing-card .pricing-head .pricing-desc {
  font-family: var(--global--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--global--color-body);
  margin-bottom: 0px;
}

.pricing .pricing-table .pricing-card .pricing-body {
  text-align: center;
}

.pricing .pricing-table .pricing-card .pricing-body .pricing-list {
  margin-bottom: 45px;
}

.pricing .pricing-table .pricing-card .pricing-body .pricing-list li {
  font-family: var(--global--font-body);
  font-size: 16px;
  line-height: 1.8;
  color: var(--global--color-heading);
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
}

.pricing .pricing-table .pricing-card .pricing-body .pricing-list li i {
  margin-right: 9px;
  font-size: 13px;
  color: #ebeeee;
}

.pricing .pricing-table .pricing-card .pricing-body .pricing-list li.active i {
  color: var(--global--color-success);
}

.pricing .pricing-table .pricing-card .pricing-body .pricing-list li:last-child {
  padding-bottom: 0;
}

.pricing .pricing-table .pricing-card .pricing-body .btn {
  width: 100%;
  height: 51px;
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active {
  -webkit-box-shadow: 0 20px 50px 0 rgba(69, 28, 192, 0.2);
  box-shadow: 0 20px 50px 0 rgba(69, 28, 192, 0.2);
  border-color: var(--global--color-secondary);
  background-color: var(--global--color-white);
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-head .pricing-type .per {
  color: var(--global--color-secondary);
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-head .pricing-type .price {
  color: var(--global--color-secondary);
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-head .pricing-type .price::before {
  color: var(--global--color-secondary);
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-head .pricing-name {
  color: var(--global--color-secondary);
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-head .pricing-desc {
  color: var(--global--color-secondary);
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-body .pricing-list li {
  color: var(--global--color-secondary);
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-body .pricing-list li.active svg {
  color: var(--global--color-secondary);
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-body .pricing-list li.unavailable svg {
  color: rgba(69, 28, 192, 0.42);
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-body .btn {
  background-color: var(--global--color-secondary);
  border-color: var(--global--color-secondary);
  color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-body .btn:hover,
.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-body .btn:active,
.pricing .pricing-table.pricing-table-2 .pricing-card.active .pricing-body .btn:focus {
  background-color: var(--global--color-white);
  border-color: var(--global--color-secondary);
  color: var(--global--color-secondary);
}

.video .player {
  margin-top: 50px;
  border-radius: 45px;
  height: 495px;
  position: relative;
  z-index: 1;
  overflow: visible;
  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 screen and (max-width: 991px) {
  .video .player {
    height: 450px;
  }
}
.video .player::before {
  border-radius: 45px;
}

.video .player .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 45px;
  -webkit-box-shadow: 10px 30px 50px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 10px 30px 50px 0 rgba(0, 0, 0, 0.04);
}

.video .player .shape-top,
.video .player .shape-bottom {
  content: "";
  position: absolute;
  width: 156px;
  height: 156px;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .video .player .shape-top,
.video .player .shape-bottom {
    width: 120px;
    height: 120px;
  }
}
.video .player .shape-top img,
.video .player .shape-bottom img {
  max-width: 100%;
}

.video .player .shape-top {
  top: -78px;
  right: -78px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .video .player .shape-top {
    top: -60px;
    right: -60px;
  }
}
.video .player .shape-bottom {
  bottom: -78px;
  left: -78px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .video .player .shape-bottom {
    bottom: -60px;
    left: -60px;
  }
}
/*------------------------------------*\
    #Footer
\*------------------------------------*/
/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.carousel-dots .owl-dots.disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .carousel-dots .owl-dots {
    margin-top: 133px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .carousel-dots .owl-dots {
    margin-top: 100px;
  }
}
.carousel-dots .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background-color: #e9e9e9;
  border-radius: 50%;
  margin-right: 10px;
}

.carousel-dots .owl-dots .owl-dot.active {
  background-color: var(--global--color-secondary);
}

.carousel-dots .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.carousel-dots .owl-dots .owl-dot:hover,
.carousel-dots .owl-dots .owl-dot:focus {
  outline: none;
}

@media screen and (max-width: 991px) {
  .carousel-navs .owl-nav {
    display: none;
  }
}
.carousel-navs .owl-nav.disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-navs .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  width: 45px;
  height: 25px;
}

.carousel-navs .owl-nav [class*=owl-] span {
  display: none;
}

.carousel-navs .owl-nav button.owl-prev {
  left: 0px;
  -webkit-transform: rotate(-180deg) translateY(50%);
  -ms-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
  background: url("../images/icons/right-arrow.png") no-repeat center;
}

.carousel-navs .owl-nav button.owl-next {
  right: 0px;
  background: url("../images/icons/right-arrow.png") no-repeat center;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-dots .owl-controls {
    margin-top: 20px;
  }
}
/*------------------------------------*\
    #Promo Page
\*------------------------------------*/
.landing-hero {
  padding: 150px 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .landing-hero {
    padding: 125px 0 0 0;
    margin-bottom: 90px;
  }
}
.landing-hero .shape-divider-bottom {
  bottom: 0;
}

.landing-hero .landing-content {
  padding-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .landing-hero .landing-content {
    padding-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
}
.landing-hero .landing-content h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 33px;
}

@media screen and (max-width: 991px) {
  .landing-hero .landing-content h1 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .landing-hero .landing-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .landing-hero .landing-content {
    font-size: 50px;
    line-height: 55px;
  }
}
.landing-hero .landing-content p {
  font-family: var(--global--font-heading);
  font-size: 18px;
  line-height: 27px;
}

.landing-hero .landing-content .scroll-to i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  color: var(--global--color-primary);
  font-size: 42px;
  cursor: pointer;
  -webkit-animation: 1s Up-Down ease-in-out infinite;
  animation: 1s Up-Down ease-in-out infinite;
}

.landing-demos {
  padding: 120px 0 40px 0;
}

@media screen and (max-width: 991px) {
  .landing-demos {
    padding: 40px 0;
  }
}
.landing-demos .showcase-card {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  margin: 0 auto 80px auto;
  font-size: 18px;
  font-weight: 700;
  color: var(--global--color-heading);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .landing-demos .showcase-card {
    max-width: 500px;
  }
}
.landing-demos .showcase-card .showcase-card-img {
  -webkit-box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
  box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
  margin-bottom: 30px;
}

.landing-demos .showcase-card .showcase-card-img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.landing-demos .showcase-card a {
  color: var(--global--color-heading);
  text-align: center;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.landing-demos .showcase-card a:hover {
  color: var(--global--color-primary);
}

.landing-demos .showcase-card:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.landing-action {
  padding: 150px;
  overflow: visible;
}

.landing-action h3 {
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .landing-action h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
.landing-action p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}

.landing-featues {
  padding-bottom: 50px;
}

.landing-featues .feature-box {
  margin-bottom: 50px;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: g;
}

@keyframes g {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.stripe-mc h5 {
  font-size: 1.2rem;
}
.stripe-mc span.mcpro-logo img {
  height: 18px;
}
.stripe-mc span.mc-logo img {
  height: 30px;
}

/*# sourceMappingURL=mc-pro.css.map */
