/*
* Author: Hamza mohamet
* URL: https://foxthemes.net
*/
/* -------------------------------------------------------------- */
/* Default Colors
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Typography
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap");
/* -------------------------------------------------------------- */
/* Header Settings for Desktop Devices
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* 02. Graphic User Interface Elements
-----------------------------------------------------------------*/
/* ---------------------------------- */
/* Buttons
------------------------------------- */
button {
  vertical-align: middle;
}

a.button, span.button, button.button {
  background-color: #2a41e8;
  height: 38px;
  padding: 0 20px;
  line-height: 24px;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  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: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: none;
  border-radius: 12px;
}

input[type="button"], input[type="submit"] {
  background-color: #2a41e8;
  height: 38px;
  padding: 0 20px;
  line-height: 24px;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  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: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: none;
  border-radius: 12px;
}

/* Icons Aligment*/
.button i[class^="icon-material"], button.button i[class^="icon-material"] {
  font-size: 18px;
  height: 0;
  width: 18px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

input[type="button"] i[class^="icon-material"], input[type="submit"] i[class^="icon-material"] {
  font-size: 18px;
  height: 0;
  width: 18px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

a.button i[class^="icon-material"] {
  font-size: 18px;
  height: 0;
  width: 18px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

.button i[class^="icon-feather"], button.button i[class^="icon-feather"] {
  font-size: 18px;
  height: 0;
  width: 16px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

input[type="button"] i[class^="icon-feather"], input[type="submit"] i[class^="icon-feather"] {
  font-size: 18px;
  height: 0;
  width: 16px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

a.button i[class^="icon-feather"] {
  font-size: 18px;
  height: 0;
  width: 16px;
  line-height: 0;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

/* Dark Style */
button.button.dark {
  background-color: #333;
  color: #fff;
}

input[type="button"].dark, input[type="submit"].dark {
  background-color: #333;
  color: #fff;
}

a.button.dark {
  background-color: #333;
  color: #fff;
}

/* Dark Style */
button.button.gray {
  background-color: #eaeaea;
  color: #666;
}

input[type="button"].gray, input[type="submit"].gray {
  background-color: #eaeaea;
  color: #666;
}

a.button.gray {
  background-color: #f1f3f4;
  color: #666;
}

button.button.gray:hover {
  background-color: rgba(241, 243, 244, 0.8);
}

input[type="button"].gray:hover, input[type="submit"].gray:hover {
  background-color: #f1f3f4;
}

a.button.gray:hover {
  background-color: rgba(241, 243, 244, 0.8);
}

body .button i.icon-material-outline-arrow-right-alt {
  font-size: 22px;
  top: 4px;
}

.button.full-width {
  max-width: 100%;
  width: 100%;
  text-align: center;
  display: block;
}

.button.big {
  font-size: 18px;
  height: 44px;
  padding: 0 30px;
}

.button.small {
  font-size: 13px;
  height: 34px;
  padding: 0 15px;
}

.btn {
  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;
  min-width: 212px;
  height: 62px;
  padding: 0 42px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn .icon {
  margin-right: 10px;
  font-size: 24px;
}

.btn_blue {
  background: #377DFF;
  color: #ffffff;
}

.btn_blue:hover {
  background: #1366ff;
}

.btn_blue-light {
  background: #E5F1FF;
  color: #377DFF;
}

.btn_blue-light:hover {
  background: #cce3ff;
}

@media only screen and (max-width: 767px) {
  .btn {
    height: 52px;
    padding: 0 42px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
  }
  .btn_more {
    height: 90px;
    line-height: 1.7;
    text-align: center;
  }
}

.card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.card .card-media {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.card .card-media img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.card .card-media-overly {
  background-color: #f1f3f4;
  height: 100%;
  width: 100%;
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.card .card-body {
  padding: 0.875rem;
  position: relative;
}

.card .box-title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card_feature {
  padding: 32px 32px 24px;
  border-radius: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: -webkit-box-shadow .2s;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s;
}

.card_feature:hover {
  -webkit-box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
          box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
}

.card_feature .card_feature__icon {
  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: 80px;
  height: 80px;
  margin-bottom: 29px;
  border-radius: 50%;
}

.card_feature .card_feature__title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.21429;
  font-weight: 700;
}

.card_feature .card_feature__text {
  color: #8A94A6;
  font-size: 18px;
  font-weight: 500;
  line-height: 31.5px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .card_feature {
    padding: 32px;
  }
  .card_feature .card_feature__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
    border-radius: 50%;
  }
  .card_feature .card_feature__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .card_feature .card_feature__text {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 16px;
  }
}

.feature__item:not(:last-child) {
  margin-bottom: 33px;
}

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

.feature__item .feature__icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 74px;
  height: 74px;
  margin-right: 32px;
  border-radius: 50%;
}

.feature__item .feature__title {
  margin-bottom: 23px;
  font-size: 24px;
  line-height: 1.20833;
  font-weight: 600;
}

.feature__item .feature__text {
  line-height: 2;
  color: #8A94A6;
}

@media only screen and (max-width: 1259px) {
  .feature__icon {
    margin-right: 20px !important;
    width: 56px !important;
    height: 56px !important;
  }
  .feature__title {
    margin-bottom: 14px  !important;
    font-size: 20px !important;
    line-height: 1.6 !important;
  }
  .feature__text {
    font-size: 16px !important;
  }
}

/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input.with-border, input[type="text"].with-border, input[type="password"].with-border, input[type="email"].with-border, input[type="number"].with-border, textarea.with-border, select.with-border {
  border: 2px solid #FAFBFC  !important;
}

select, textarea, input, input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  outline: none;
  font-size: 19px;
  color: #808080;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #fff;
  font-weight: 500;
  opacity: 1;
  border-radius: 12px;
  border: none;
  color: #808080  !important;
}

select {
  cursor: pointer;
}

input {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus {
  color: #808080;
  -webkit-transition: -webkit-box-shadow 0.2s !important;
  transition: -webkit-box-shadow 0.2s !important;
  transition: box-shadow 0.2s !important;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
  opacity: 1;
  border: none;
}

textarea:focus {
  color: #808080;
  -webkit-transition: -webkit-box-shadow 0.2s !important;
  transition: -webkit-box-shadow 0.2s !important;
  transition: box-shadow 0.2s !important;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
  opacity: 1;
  border: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #808080 !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #808080 !important;
}

input.with-border, input[type="text"].with-border, input[type="password"].with-border, input[type="email"].with-border, input[type="number"].with-border {
  border: 1px solid #e0e0e0;
}

/* With Border */
textarea.with-border, select.with-border {
  border: 1px solid #e0e0e0;
}

input.with-border:focus, input[type="text"].with-border:focus, input[type="password"].with-border:focus, input[type="email"].with-border:focus, input[type="number"].with-border:focus {
  border: 1px solid #e0e0e0;
}

textarea.with-border:focus {
  border: 1px solid #e0e0e0;
}

input[type="submit"] {
  border: none;
  padding: 11px 18px;
  width: auto;
}

input[type="checkbox"] {
  display: inline;
}

input[type="radio"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Input Placeholder Color */
::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
::placeholder {
  color: #808080;
  opacity: 1;
}

textarea {
  height: auto;
  line-height: 1.75;
  padding: 20px;
  min-height: 130px;
  -webkit-transition: none !important;
  transition: none !important;
  min-width: 100%;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #8A94A6;
}

label span, legend span {
  font-weight: normal;
  font-size: 14px;
  color: #444;
}

fieldset {
  padding: 0;
  border: none;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  cursor: pointer;
}

button {
  outline: none !important;
}

img {
  max-width: 100%;
}

/* ---------------------------------- */
/* Input With Icon
------------------------------------- */
.input-with-icon {
  position: relative;
}

.input-with-icon input {
  padding-left: 45px;
}

.input-with-icon i {
  position: absolute;
  top: 0;
  color: #a0a0a0;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.input-with-icon.no-border i {
  border: none;
}

/* Input with right icon */
.input-with-icon-right {
  display: block;
  position: relative;
}

.input-with-icon-right input {
  padding-right: 60px;
}

.input-with-icon-right i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-size: 20px;
  color: #a0a0a0;
  font-style: normal;
  cursor: normal;
  pointer-events: none;
}

.input-with-icon-right i.currency {
  font-size: 14px;
}

/* ---------------------------------- */
/* Keywords Input
------------------------------------- */
.keywords-container {
  margin-bottom: -15px;
}

.keywords-list {
  display: block;
  float: left;
  height: 0;
}

.keyword {
  background-color: rgba(42, 65, 232, 0.07);
  color: #2a41e8;
  display: inline-block;
  float: left;
  padding: 0;
  border-radius: 12px;
  cursor: default;
  margin: 0 7px 7px 0;
  height: 35px;
  line-height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: KeywordIn 0.3s ease-in-out;
          animation: KeywordIn 0.3s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  max-width: 100%;
  font-size: 14.7px;
}

.keyword.keyword-removed {
  max-width: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: KeywordOut 0.4s ease-in-out;
          animation: KeywordOut 0.4s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  pointer-events: none;
}

@-webkit-keyframes KeywordIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes KeywordIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes KeywordOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-top: -35px;
  }
}

@keyframes KeywordOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-top: -35px;
  }
}

.keyword-text {
  padding-right: 12px;
}

.keyword .keyword-remove:before {
  display: inline-block;
  cursor: pointer;
  font-family: "Feather-Icons";
  content: "\ea02";
  line-height: 20px;
  position: relative;
  top: 2px;
  margin-right: 4px;
  margin-left: 10px;
  font-size: 15px;
}

.keyword-input-container {
  position: relative;
}

.keyword-input-container .keyword-input-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  padding: 0;
  color: #fff;
  background-color: #2a41e8;
  border-radius: 12px;
  margin: 6px;
  font-size: 19px;
  text-align: center;
  line-height: 36px;
}

.keyword-input-container .keyword-input-button i {
  color: #fff;
  position: relative;
  top: 2px;
}

input.keyword-input {
  margin: 0 0 15px 0;
}

/* ---------------------------------- */
/* Input animation placeholder
------------------------------------- */
.line {
  position: relative;
  height: 55px;
}

.line__input {
  border: 1px solid #dadce0 !important;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  outline: 0;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  padding-top: 11px !important;
  height: 55px !important;
}

.line__placeholder {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  font-size: 15px;
  padding: 0 5px;
  color: #a7a7a7;
  -webkit-transition: .25s;
  transition: .25s;
}

.line__input:focus {
  -webkit-box-shadow: 0 0 0 1px #2a41e8 inset;
          box-shadow: 0 0 0 1px #2a41e8 inset;
  border-color: transparent !important;
}

.line textarea {
  padding-top: 22px !important;
}

.line__input:not([value=""]) + .line__placeholder,
.line__input:not([value=""]) + .line__placeholder,
.line__input:focus + .line__placeholder {
  top: 6px;
  font-size: 12px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.line__input:focus + .line__placeholder {
  color: #2a41e8;
}

.line textarea + .line__placeholder {
  top: 30px;
}

/* ---------------------------------- */
/* Checkbox
------------------------------------- */
.checkbox {
  display: inline-block;
  margin-bottom: 0;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 45px;
  line-height: 25px;
}

.checkbox label span.checkbox-icon {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #E5F1FF;
  height: 34px;
  width: 34px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 1px;
}

.checkbox label span.checkbox-icon:hover {
  background-color: #E5F1FF;
}

.checkbox input + label span.checkbox-icon:after {
  position: absolute;
  top: 4.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  border: solid #2a41e8;
  border-width: 0 3px 3px 0;
  -webkit-transform: scale(0.5) rotate(45deg);
          transform: scale(0.5) rotate(45deg);
  -webkit-transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
  transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}

.checkbox input:checked + label span.checkbox-icon {
  border-color: #E5F1FF;
  background-color: #E5F1FF;
}

.checkbox input:checked + label span.checkbox-icon:after {
  -webkit-transform: scale(1) rotate(45deg);
          transform: scale(1) rotate(45deg);
  opacity: 1;
}

/* ---------------------------------- */
/* Common Styles
------------------------------------- */
body,
html {
  background-color: #ffffff;
  overflow-x: hidden;
}

body {
  color: #666;
  font-size: 18px;
  line-height: 1.75;
  background-color: #ffffff;
  font-family: Inter, "Open Sans", sans-serif !important;
  text-transform: none;
}

body.gray {
  background-color: #fbfbfb;
}

body p {
  font-size: 18px;
  line-height: 1.75;
}

@media only screen and (max-width: 992px) {
  body {
    font-size: -16px;
  }
}

/* Main Font */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, "Open Sans", sans-serif !important;
  text-transform: none;
}

input[type="text"], input[type="password"], input[type="email"] {
  font-family: Inter, "Open Sans", sans-serif !important;
  text-transform: none;
}

textarea,
select {
  font-family: Inter, "Open Sans", sans-serif !important;
  text-transform: none;
}

input[type="button"], input[type="submit"] {
  font-family: Inter, "Open Sans", sans-serif !important;
  text-transform: none;
}

button,
body .pac-container {
  font-family: Inter, "Open Sans", sans-serif !important;
  text-transform: none;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323b4b;
}

.h1,
.h2,
.h3 {
  font-weight: 700;
}

.h1 {
  font-size: 80px;
  line-height: 1.2125;
}

@media only screen and (max-width: 1339px) {
  .h1 {
    font-size: 60px;
    line-height: 1.21667;
  }
}

@media only screen and (max-width: 1024px) {
  .h1 {
    font-size: 40px;
    line-height: 1.625;
  }
}

@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}

.h2 {
  font-size: 60px;
  line-height: 1.21667;
}

@media only screen and (max-width: 1339px) {
  .h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 767px) {
  .h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}

.h3 {
  font-size: 48px;
  line-height: 1.25;
}

@media only screen and (max-width: 1339px) {
  .h3 {
    font-size: 34px;
    line-height: 1.17647;
  }
}

.h4 {
  font-size: 40px;
  line-height: 1.2;
}

@media only screen and (max-width: 1339px) {
  .h4 {
    font-size: 32px;
    line-height: 1.21875;
  }
}

.h5 {
  font-size: 32px;
  line-height: 1.21875;
}

.h6 {
  font-size: 28px;
  line-height: 1.21429;
}

.section {
  padding: 110px 0;
}

.section.main__section {
  margin-top: -80px;
  padding-top: 190px !important;
}

@media only screen and (max-width: 1339px) {
  .section {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .section.main__section {
    padding-top: 140px !important;
  }
}

@media only screen and (max-width: 992px) {
  .section {
    padding: 80px 0;
  }
  .section.main__section {
    padding-top: 95px !important;
  }
  .section .sec__title {
    margin-top: 30px;
  }
}

.container {
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 0 100px;
}

@media only screen and (max-width: 1260px) {
  .container {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.sec__title {
  max-width: 936px;
  margin: 0 auto 32px;
  text-align: center;
}

.sec__info {
  max-width: 815px;
  margin: 0 auto 45px;
  text-align: center;
}

.info {
  font-size: 20px;
  color: #8A94A6;
}

@media only screen and (max-width: 1259px) {
  .sec__title {
    margin: 0 auto 32px;
  }
  .sec__info {
    margin: 0 auto 35px;
  }
  .info {
    line-height: 1.7;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .sec__title {
    text-align: left;
    margin: 0 auto 30px;
  }
  .sec__info {
    text-align: left;
    margin: 0 auto 35px;
  }
}

/* ---------------------------------- */
/* Icons Cheatsheet Styles
------------------------------------- */
.icon-set-container {
  display: block;
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.glyph.fs1 {
  position: relative;
  font-size: 20px;
  background-color: #fff;
  color: #666;
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  padding: 15px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #666;
}

.glyph.fs1:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.glyph.fs1 .fs0,
.glyph.fs1 fieldset {
  display: none;
}

.glyph.fs1 span:not([class*="mls"]) {
  vertical-align: middle;
  top: -4px;
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 12px;
  font-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.glyph.fs1 .mls:not([class*="icon-"]) {
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  top: 0;
  vertical-align: middle;
  padding-left: 55px;
}

.more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #377DFF;
}

.more .icon {
  width: 22px;
  height: 20px;
  margin-left: 12px;
  fill: #377DFF;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.more:hover .icon {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

@media only screen and (max-width: 767px) {
  .more {
    font-size: 17px;
  }
  .more .icon {
    margin-top: 3px;
  }
}

.custom-clip {
  -webkit-clip-path: ellipse(100% 100% at 100% 50%);
          clip-path: ellipse(100% 100% at 100% 50%);
}

@media only screen and (max-width: 1024px) {
  .custom-clip {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.error {
  width: 100%;
  padding: 83px 30px 124px;
  background: #4E5D78;
  color: #ffffff;
}

.error__head {
  margin-bottom: 138px;
  text-align: center;
}

.error___heading {
  font-size: 180px;
  line-height: 1.21111;
  font-weight: 700;
}

.error___title {
  font-size: 69px;
  line-height: 1.25;
  margin-bottom: 32px;
  font-weight: 700;
}

.error___info {
  margin-bottom: 46px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}

.error__btn {
  background: rgba(250, 251, 252, 0.15);
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .error {
    padding: 60px 20px 124px;
  }
  .error .error__head {
    margin-bottom: 100px;
  }
  .error___heading {
    font-size: 80px;
  }
  .error___title {
    font-size: 36px;
  }
}

.packages__item {
  border-radius: 15px;
  border: 2px solid #eff4f9;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  padding: 41px 36px 48px;
}

.packages__item:hover {
  -webkit-box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
          box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
}

.packages__item .packages__subtitle {
  color: black;
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 1.21875;
  font-weight: 700;
}

.packages__item .packages__text {
  margin-bottom: 18px;
  color: #8A94A6;
}

.packages__item .packages__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 45px;
  padding-bottom: 47px;
  border-bottom: 2px solid #eff4f9;
}

.packages__item .packages__price {
  color: black;
  font-size: 42px;
  line-height: 1.21429;
  font-weight: 700;
}

.packages__item .packages__note {
  position: relative;
  top: -7px;
  margin-left: 24px;
  line-height: 1.2;
  color: #8A94A6;
}

.packages__item .packages__list {
  margin-bottom: 45px;
}

.packages__item .packages__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 28px;
  padding-left: 41px;
  line-height: 1.2;
  color: #8A94A6;
  font-weight: 500;
}

.packages__item .packages__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url("../images/icons/check.png");
  background-size: cover;
}

.packages__item .packages__list li:not(:last-child) {
  margin-bottom: 20px;
}

.packages__item .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.price_2.packages__item .packages__subtitle {
  font-size: 30px;
  margin-bottom: 12px;
}

.price_2.packages__item .packages__price {
  margin-bottom: 15px;
  font-size: 60px;
}

.price_2.packages__item .packages__note {
  margin-bottom: 52px;
  font-size: 20px;
  margin-left: 0;
  margin-bottom: 52px;
  top: auto;
}

.price_2.packages__item .packages__list li {
  font-size: 20px;
}

.price_2.packages__item .packages__list li li:not(:last-child) {
  margin-bottom: 21px;
}

.price_3.packages__item .packages__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.price_3.packages__item .packages__subtitle {
  font-size: 32px;
  margin-bottom: 0;
}

.price_3.packages__item .packages__category {
  margin-left: auto;
  padding: 0 20px;
  background: #E5F1FF;
  border-radius: 18px;
  line-height: 36px;
  font-weight: 600;
  color: #377DFF;
}

@media only screen and (max-width: 1339px) {
  .packages__item .packages__subtitle {
    font-size: 30px !important;
  }
  .packages__item .packages__price,
  .price_2 .packages__price {
    font-size: 35px !important;
  }
  .packages__item .packages__list li {
    margin-bottom: 20px;
    font-size: 16px !important;
  }
  .packages__item .packages__line {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .price_3.packages__item .packages__subtitle {
    font-size: 26px !important;
  }
  .packages__text {
    font-size: 16px;
  }
  .packages__note {
    margin-left: 16px;
    font-size: 16px;
  }
}

.plans__row {
  padding: 41px 30px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 0 2px #eff4f9;
          box-shadow: inset 0 0 0 2px #eff4f9;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.plans__row .plans__row__text {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 500;
  color: #8A94A6;
}

.plans__row__title {
  margin-bottom: 12px;
  color: #323B4B;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
}

.plans__row__price {
  margin-bottom: 12px;
  color: #323B4B;
  font-size: 45px;
  line-height: 1.25;
  font-weight: 700;
}

.plans__row__info {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #8A94A6;
}

.plans__row__btn {
  width: 100%;
}

.plans__row:not(:last-child) {
  margin-bottom: 27px;
}

.price_sticky {
  background-color: white;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.price_sticky::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: 4%;
  width: 85%;
  right: 0;
  height: 17px;
  border-radius: 100%;
  background: #c1c1c1;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.price_sticky .plans__row__title {
  font-size: 19px;
  margin-bottom: 6px;
}

.price_sticky .plans__row__price {
  font-size: 34px;
  margin-bottom: 10px;
}

.price_sticky .plans__row__info {
  display: none;
}

.price_sticky .plans__row__btn {
  height: 48px;
  font-size: 18px;
}

@media only screen and (max-width: 992px) {
  .plans__row__title {
    font-size: 20px;
  }
  .plans__row__price {
    font-size: 27px;
    color: #67738a;
  }
  .plans__row__info {
    display: none;
  }
  .plans__row {
    padding: 30px 25px;
  }
  .plans__row__btn {
    height: 45px;
    padding: 0;
    min-width: auto;
  }
  .plans__row__btn span {
    display: none;
  }
}

.shadow-1,
.shadow-hover:hover {
  -webkit-box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
          box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.view-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42%;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 15px;
  background-blend-mode: color-burn;
}

@media only screen and (max-width: 767px) {
  .view-video {
    padding-bottom: 80%;
  }
}

.switch {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.switch__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch__in {
  position: relative;
  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: opacity .25s;
  transition: opacity .25s;
}

.switch__in:hover {
  opacity: .9;
}

.switch__text {
  white-space: nowrap;
  margin: 0 23px;
  font-size: 20px;
  line-height: 1.2;
  color: #8A94A6;
}

.switch__box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  height: 41px;
  border-radius: 20px;
  background: #F3F3F3;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.switch__box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: white;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.switch__input:checked + .switch__in .switch__box {
  background: #2DCA8C;
}

.switch__input:checked + .switch__in .switch__box:before {
  -webkit-transform: translateY(-50%) translateX(45px);
          transform: translateY(-50%) translateX(45px);
}

@media only screen and (max-width: 767px) {
  .switch__box {
    width: 65px;
    height: 30px;
  }
  .switch__box::before {
    width: 24px;
    height: 24px;
  }
  .switch__input:checked + .switch__in .switch__box:before {
    -webkit-transform: translateY(-50%) translateX(28px);
            transform: translateY(-50%) translateX(28px);
  }
  .switch__text {
    white-space: nowrap;
    margin: 0 23px;
    font-size: 20px;
  }
}

.border-light {
  border-color: #FAFBFC !important;
}

.disable-after::after {
  display: none;
}

.portfolio-tab a.uk-active {
  color: #2563eb;
  background-color: #dbeafe;
}

/* ---------------------------------- */
/* Radio Button
------------------------------------- */
.radio {
  display: inline-block;
  vertical-align: top;
}

.radio label {
  margin: 3px 0;
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  line-height: 25px;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + label .radio-label {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 2px solid #b4b4b4;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 8px #fff;
          box-shadow: inset 0 0 0 8px #fff;
  z-index: 100;
  position: absolute;
  top: 2px;
  left: 0;
}

.radio input[type="radio"] + label .radio-label:after {
  background-color: #2a41e8;
  content: "";
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.radio input[type="radio"]:checked + label .radio-label {
  background-color: #2a41e8;
  border-color: #2a41e8;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

.radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}

.interactive-effect label .radio-label:before {
  -webkit-animation: radius-shadow 0.4s;
          animation: radius-shadow 0.4s;
}

@-webkit-keyframes radius-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.4);
            box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

@keyframes radius-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.4);
            box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.small-label {
  border-radius: 12px;
  display: inline-block;
  background: #e0f5d7;
  color: #449626;
  padding: 0 8px;
  line-height: 1.75;
  height: 26px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

/* ---------------------------------- */
/* On/Off Switch
------------------------------------- */
.switches-list .switch-container {
  width: 100%;
}

.switches-list .switch-container:last-child label {
  margin-bottom: 0;
}

.switch-container {
  display: inline-block;
  cursor: pointer;
}

label.switch {
  position: relative;
}

.switches-list .switch-container label {
  cursor: pointer;
  position: relative;
  padding-left: 45px;
  line-height: 26px;
}

.switch-button {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 7px 0 0;
  top: 4px;
  position: absolute;
  top: 2px;
  left: 0;
}

.notify-box .switch-button {
  top: 0;
}

.notify-box .switch-container {
  top: 1px;
  position: relative;
}

.switch span.switch-text {
  display: block;
  padding-left: 48px;
  font-size: 18px;
  line-height: 22px;
  color: #666;
}

.switch input {
  display: none;
}

.switch.interactive-effect input:checked + .switch-button:before {
  -webkit-animation: switch-shadow-color 0.4s;
          animation: switch-shadow-color 0.4s;
}

.switch.interactive-effect .switch-button:before {
  -webkit-animation: switch-shadow 0.4s;
          animation: switch-shadow 0.4s;
}

@-webkit-keyframes switch-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
  }
}

@keyframes switch-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes switch-shadow-color {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.6);
            box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
  }
}

@keyframes switch-shadow-color {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.6);
            box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
  }
}

.switch-button:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  bottom: 2px;
  left: 2px;
  background-color: white;
  -webkit-transition: 0.4s, -webkit-box-shadow 0.3s;
  transition: 0.4s, -webkit-box-shadow 0.3s;
  transition: 0.4s, box-shadow 0.3s;
  transition: 0.4s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border-radius: 50px;
}

input:checked + .switch-button {
  background-color: #2a41e8;
}

input:checked + .switch-button:before {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}

header {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-bottom: 1px solid #f7f4f4;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 100%;
  padding: 0 20px;
}

header .header_inner .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_inner .left-side #logo {
  display: inline-block;
  margin-right: 20px;
  font-size: 21px;
  letter-spacing: .9px;
}

header .header_inner .left-side #logo img {
  max-width: none;
  height: 48px;
}

header .header_inner .left-side #logo img.logo_inverse,
header .header_inner .left-side #logo img.logo_mobile {
  display: none;
}

header .header_inner .left-side .triger {
  position: relative;
  width: 45px;
  height: 45px;
  margin-left: 12px;
  display: none;
}

header .header_inner .left-side .triger::before {
  font-family: "Feather-Icons";
  font-size: 24px;
  content: '\e98f';
  line-height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

header .header_inner .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

header .header_inner .right-side > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .header_inner .right-side .btn_buy {
  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;
  padding: 0px 15px;
  border-radius: 9px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: all .2s;
  transition: all .2s;
  min-width: 170px;
  height: 47px;
  background: #377DFF;
  color: #ffffff;
  margin-left: 25px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

/* header is fixed */
header.is_fixed {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 6px 12px rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 6px 12px rgba(0, 0, 0, 0.02);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(50%) blur(6px);
          backdrop-filter: saturate(50%) blur(6px);
  border: 0;
}

.mdropdown,
.menu_dropdown {
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
  padding: 13px;
  border: 1px solid #f1f3f4;
  display: none;
}

.menu_dropdown {
  width: 250px;
}

.menu_dropdown ul li {
  margin: 0;
  margin-bottom: -1px;
}

.menu_dropdown ul li a {
  font-size: 16px !important;
  display: block !important;
  padding: 8px 14px !important;
  position: relative;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
}

.menu_dropdown ul li a:hover {
  color: #016eef;
}

.uk-drop,
.uk-dropdown,
.menu_dropdown {
  display: none;
}

header.uk-sticky-fixed {
  z-index: 990;
}

.has-shadow {
  -webkit-box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
          box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* header menu */
.header_menu > ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.header_menu > ul > li > a {
  color: rgb(102, 102, 102);
  font-size: 17px;
  padding: 1.5rem 0.9rem;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 8px;
  letter-spacing: -.01em;
  -webkit-transition: .2s color;
  transition: .2s color;
  border-radius: 4px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}

.header_menu > ul > a.active,
.header_menu > ul > a:hover {
  color: #377dff;
}

/* Indicator Arrow */
.header_menu ul li a:after,
.header_menu ul ul li a:after {
  font-family: "Feather-Icons";
  opacity: 0.5;
  font-size: 11px;
}

.header_menu ul li a:after {
  content: '\e92e';
  padding-left: 6px;
  margin-top: 2px;
  line-height: 13px;
  color: #908f8f;
  opacity: 1;
  font-size: 16px;
}

.header_menu ul li a:only-child:after,
.header_menu ul ul li a:only-child:after {
  content: '';
  display: none;
}

/* if the #navigation ul ul has  .uk-light  */
.header_menu ul ul.uk-light li a:after {
  color: rgba(255, 255, 255, 0.72);
}

.uk-light .header_menu li a:after {
  opacity: 1;
}

.header_menu ul ul li a:after {
  content: '\e930';
  position: absolute;
  right: 5px;
  font-size: 23px;
  top: 10px;
  color: #666666;
}

header .uk-dropdown {
  display: none;
  -webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

header .header_inner,
.horizontal .container {
  max-width: 1160px;
}

@media (min-width: 1024px) {
  .is-dark {
    background-color: #2d3748;
  }
  .is-dark #logo img {
    display: none;
  }
  .is-dark #logo img.logo_inverse {
    display: block !important;
  }
  .is-dark .header_menu > ul > li > a,
  .is-dark .header_menu > ul > li > a:after {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .is-dark .header_menu > ul > li > a:hover,
  .is-dark .header_menu > ul > li > a.active {
    color: white !important;
  }
  .is-transparent {
    background-color: transparent;
  }
  .has-bg {
    background-color: #2a41e8 !important;
  }
  .has-bg .header_inner .left-side,
  .has-bg .header_inner .right-side {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
    border: 0;
  }
  .border-none {
    border: 0;
  }
}

@media (max-width: 992px) {
  header {
    min-height: 65px !important;
    height: auto;
  }
  header .header_inner {
    padding: 0;
  }
  header .header_inner .left-side #logo {
    margin-left: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .header_inner .left-side #logo img {
    display: none;
  }
  header .header_inner .left-side #logo img.logo_mobile {
    display: block !important;
    height: 40px;
  }
  header .header_inner .left-side .triger {
    display: block !important;
  }
  header .header_inner .right-side {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  header .header_inner .right-side .btn_buy {
    min-width: 150px;
    height: 40px;
    padding: 0px 13px;
    font-size: 15px;
    margin-top: 3px;
  }
  header .header_menu ul li a:after,
  header .header_menu ul ul li a:after {
    content: '\e930';
    margin-top: 7px;
    line-height: 13px;
    position: absolute;
    right: 20px;
    color: #585858;
    font-size: 20px;
  }
  .is-verticle header .header_inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header_menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .header_menu {
    -webkit-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out;
    display: none;
  }
  .header_menu li {
    display: block !important;
    margin: 0 !important;
  }
  .header_menu li a {
    display: block !important;
    padding: 15px 26px !important;
    line-height: inherit !important;
    margin: 0 !important;
    font-size: 17px !important;
  }
  .header_menu li a ul li a {
    padding: 0px !important;
  }
  .header_menu .uk-drop,
  .header_menu .uk-dropdown,
  .header_menu .mdropdown,
  .header_menu .menu_dropdown {
    position: relative;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }
  .header_menu .mdropdown ul {
    padding-left: 0;
  }
  .header_menu.is-visible {
    display: block !important;
    position: fixed;
    background: white;
    width: 50%;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100vh;
    overflow: hidden;
  }
  .header_menu.is-visible li a.uk-open {
    background-color: #edf2f7;
    position: absolute;
    color: #a2a2a2 !important;
    top: 0;
    width: 101%;
    border-radius: 0;
    margin-bottom: 0 !important;
    padding: 13px !important;
    padding-left: 16% !important;
    z-index: 1;
  }
  .header_menu.is-visible li li a.uk-open {
    top: -53px;
    left: -5px;
    position: absolute;
    z-index: 2;
    display: block !important;
  }
  .header_menu.is-visible li li .uk-drop.uk-open {
    background: white;
    position: fixed;
    width: 50% !important;
    left: -20px !important;
    height: 100vh;
  }
  .header_menu.is-visible li a.uk-open::before {
    content: '\e92f';
    width: 30px;
    height: 30px;
    font-family: "Feather-Icons";
    font-weight: 600;
    text-align: center;
    color: #7d7d7d;
    position: absolute;
    font-size: 22px;
    top: 50%;
    left: 8%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header_menu.is-visible li a.uk-open::after {
    display: none;
  }
  .header_menu.is-visible li .uk-drop.uk-open {
    background-color: white;
    position: absolute;
    border-radius: 0;
    margin-top: 0;
    height: 100%;
    width: 101% !important;
    top: 52px !important;
  }
  .header_menu.is-visible ~ .overly {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 1;
    display: inline;
  }
  .header_menu.is-visible ~ .overly::before {
    font-family: "Feather-Icons";
    font-size: 24px;
    content: '\ea02';
    top: 10px;
    right: calc(44% - 10px);
    position: absolute;
    background: white;
    border-radius: 100%;
    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;
  }
  .header_dropdown {
    left: auto !important;
    right: -20px !important;
    width: 100vw;
    max-width: 400px !important;
  }
}

@media (max-width: 600px) {
  header .header_inner {
    padding: 0 15px;
  }
  header .header_inner .left-side .triger {
    position: absolute;
    right: 15px;
  }
  header .header_inner .right-side .btn_buy {
    display: none;
  }
  header .header_inner .header_menu.is-visible ~ .overly::before {
    right: 3px;
    border-radius: 8px;
  }
}

@media (max-width: 560px) {
  .header_menu.is-visible,
  .header_menu.is-visible li li .uk-drop.uk-open {
    width: 85% !important;
  }
}

/* -------------------------------------------------------------- */
/* 03. Vendor (third party assets styles)
----------------------------------------------------------------- */
/* ---------------------------------- */
/* Tippy.js Tooltips
------------------------------------- */
/* Dark */
.tippy-tooltip.dark-theme {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 12px;
}

.tippy-tooltip.dark-theme .tippy-backdrop {
  background-color: #333;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.dark-theme .tippy-arrow {
  border-top-color: #323b4b;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.dark-theme .tippy-arrow {
  border-bottom-color: #323b4b;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.dark-theme .tippy-arrow {
  border-right-color: #323b4b;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.dark-theme .tippy-arrow {
  border-left-color: #323b4b;
}

.tippy-tooltip.dark-theme .tippy-arrow {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.tippy-tooltip.light-theme {
  color: #323b4b;
  font-weight: 500;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  background-color: #fff;
}

/* Light */
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-top-color: #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom-color: #fff;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-right-color: #fff;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-left-color: #fff;
}

/* ---------------------------------- */
/* Bootstrap-select
------------------------------------- */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #808080;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #808080;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .checkbox .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.checkbox-lg .bootstrap-select.btn-group.form-control, .checkbox-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.checkbox-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .checkbox-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: hidden;
  width: 100%;
  line-height: 46px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  float: left;
  height: 46px;
  display: block;
}

.bootstrap-select.btn-group .dropdown-menu li.hidden {
  display: none;
}

.language-switcher.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  max-width: 100%;
  float: left;
}

.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  max-width: 100%;
  float: left;
  line-height: 20px;
  height: auto;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -1px;
  vertical-align: middle;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.bootstrap-select.open .dropdown-toggle .caret::before {
  content: "\e931";
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0 10px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  margin-bottom: 1px;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled {
  opacity: 0.75;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 7px;
  opacity: 0.8;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: calc(100% - 20px);
  margin: 0;
  min-height: 26px;
  padding: 3px 5px;
  pointer-events: none;
  padding: 5px 10px;
  background: #333;
  color: #fff;
  margin: 5px;
  margin-bottom: 5px;
  border-radius: 12px;
  white-space: nowrap;
  font-size: 14px;
  border: none;
}

.bootstrap-select.btn-group .no-results {
  padding: 5px 10px;
  background: #f6f6f6;
  margin: 5px 0;
  margin-bottom: 0;
  border-radius: 12px;
  white-space: nowrap;
  font-size: 14px;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  white-space: normal;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 0 5px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
  margin-top: -5px;
}

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

.bootstrap-select.btn-group .bs-actionsbox div button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px;
  height: 36px;
  font-size: 14px;
  color: #777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bootstrap-select.btn-group .bs-actionsbox div button:first-child {
  border-radius: 12px 0 0 12px;
  background-color: #f0f0f0;
}

.bootstrap-select.btn-group .bs-actionsbox div button:last-child {
  border-radius: 0 12px 12px 0;
}

.bootstrap-select.btn-group .bs-actionsbox div button:hover {
  background: #2a41e8;
  color: #fff;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox {
  position: relative;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f4f4f4;
  margin: -5px 0 10px 0;
  height: 38px;
  line-height: 38px;
  padding: 10px;
}

.bs-searchbox .form-control:focus {
  margin-bottom: 0;
  width: 100%;
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f4f4f4;
  margin: -5px 0 10px 0;
  height: 38px;
  line-height: 38px;
  padding: 10px;
}

.bs-searchbox:after {
  font-family: "Material-Icons";
  content: "\e982";
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 0;
  display: inline-block;
  position: absolute;
  margin: 0;
  color: #a0a0a0;
  right: 15px;
  top: 18px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
}

.caret::before {
  font-size: 20px;
  width: 1.4em;
  margin-right: -12px;
  float: right;
  font-family: "Feather-Icons";
  content: "\e92e";
  color: rgba(0, 0, 0, 0.54);
}

.uk-open > .uk-accordion-title::before {
  content: "\e931";
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 10px 0;
  margin: -4px 0 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: none;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  display: none;
}

.dropdown-menu > li > a {
  display: block;
  padding: 7px 10px;
  padding-right: 35px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #808080;
  border-radius: 12px;
}

.bootstrap-select:before {
  content: "";
  position: absolute;
  z-index: 2100;
  bottom: 0px;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bootstrap-select.open:before {
  opacity: 1;
}

.dropdown-menu > li > a:hover {
  color: #2a41e8;
  text-decoration: none;
  background-color: rgba(42, 65, 232, 0.07);
}

.dropdown-menu > .active > a {
  color: #2a41e8;
  text-decoration: none;
  background-color: rgba(42, 65, 232, 0.07);
}

.dropdown-menu > .active > a:hover {
  color: #2a41e8;
  text-decoration: none;
  background-color: rgba(42, 65, 232, 0.07);
}

.dropdown-menu > .disabled > a {
  color: #777;
}

.dropdown-menu > .disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.dropdown-menu.inner::-webkit-scrollbar {
  width: 5px;
}

.dropdown-menu.inner::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #d8d8d8;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
  border-radius: 12px;
  background-color: #c8c8c8;
}

/* Custom Scrollbar for -wekbit */
.bootstrap-select .dropdown-menu {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
}

.bootstrap-select.open .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 10px 20px;
  line-height: 20px;
  white-space: nowrap;
  background: #f6f6f6;
  color: #777;
  margin: 10px -10px !important;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: 100%;
  bottom: auto;
  margin-bottom: 2px;
}

@media (min-width: 767px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.bootstrap-select.btn-group {
  position: relative;
}

.bootstrap-select.btn-group button {
  position: relative;
  display: inline-block;
  height: 46px;
  line-height: 0;
  padding: 0 20px;
  margin: 0;
  outline: none;
  font-size: 18px;
  color: #808080;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background-color: #fff;
  font-weight: 500;
  opacity: 1;
  border-radius: 12px;
  border: none;
}

.is-small.bootstrap-select.btn-group button, .is-small.bootstrap-select.btn-group button .filter-option {
  height: 42px;
  line-height: 42px;
}

.is-small.bootstrap-select.btn-group .caret::before {
  margin-top: -19px;
}

/* Select Check Icon */
.hide-tick .check-mark {
  display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}

.bootstrap-select.btn-group .dropdown-menu li span.check-mark:before {
  font-family: "Feather-Icons";
  content: "\e92b";
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  top: 50%;
  right: 0;
  position: absolute;
  margin: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.bootstrap-select.btn-group .dropdown-menu li.selected span.check-mark:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
  transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}

.bootstrap-select .dropdown-menu li.selected a span.check-mark:before, .bootstrap-select .dropdown-menu li.selected:hover a span.check-mark:before {
  color: #2a41e8;
}

.bootstrap-select .glyphicon:not(.check-mark) {
  font-size: 17px;
  line-height: 0;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.bootstrap-select .filter-option .glyphicon {
  position: relative;
  top: 1px;
}

/* Icons*/
/* Styles with border */
.with-border .dropdown-menu {
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

.with-border.bootstrap-select.btn-group button {
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.with-border.bootstrap-select:before {
  width: calc(100% - 2px);
  left: 1px;
}

/****************
Simplebar  Styles
****************/
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: scroll;
  max-width: 100%;
  max-height: 100%;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.simplebar-scrollbar {
  position: absolute;
  right: 5px;
  width: 5px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transition: opacity 0.2s, background-color 0.3s;
  transition: opacity 0.2s, background-color 0.3s;
  background-color: #545252;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* ---------------------------------- */
/* Magnific Popup
------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #111;
}

.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  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: 505;
}

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

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

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

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

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

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

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

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

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

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

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

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

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

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 0px;
  top: -40px;
}

/* Close Button */
.og-close, button.mfp-close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -20px;
  display: block;
  right: -12px;
  cursor: pointer !important;
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0px;
  background-color: transparent;
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -12px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
  top: 20px;
  right: 10px;
}

.mfp-gallery .mfp-content .mfp-close {
  display: none;
}

.mfp-close::after, .mfp-close::before {
  top: 0px;
}

.og-close {
  margin: 17px;
  right: 10px;
  background: transparent;
  color: #222;
}

.og-close:before {
  font-family: "Feather-Icons";
  font-size: 20px;
  top: 2px;
  left: 0;
  position: relative;
  height: 10px;
}

.mfp-close:before {
  font-family: "Feather-Icons";
  font-size: 20px;
  top: 2px;
  left: 0;
  position: relative;
  height: 10px;
}

.og-close:before, .mfp-close:before {
  content: "\ea02";
}

#small-dialog .mfp-close, #small-dialog-1 .mfp-close, #small-dialog-2 .mfp-close, #small-dialog-3 .mfp-close, #small-dialog-4 .mfp-close, #sign-in-dialog {
  color: #fff;
}

.mfp-close {
  color: #fff;
}

.mfp-close:hover {
  color: #fff;
}

/* Popup close button*/
#sign-in-dialog .mfp-close, #small-dialog-1 .mfp-close, #small-dialog-2 .mfp-close, #small-dialog-3 .mfp-close, #small-dialog-4 .mfp-close, #small-dialog .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  border-radius: 12px;
  top: 28px;
  right: 40px;
  width: 40px;
  height: 40px;
}

#sign-in-dialog .mfp-close:hover, #small-dialog-1 .mfp-close:hover, #small-dialog-2 .mfp-close:hover, #small-dialog-3 .mfp-close:hover, #small-dialog-4 .mfp-close:hover, #small-dialog .mfp-close:hover {
  color: #fff;
  background-color: #2a41e8;
}

.small-dialog-content input[type=submit] {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 10px;
}

.small-dialog-content .divider {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 0;
}

.small-dialog-header {
  font-size: 22px;
  width: calc(100% + 80px);
  position: relative;
  left: -40px;
  top: 0;
  border-radius: 12px 12px 0 0;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 35px 40px;
  margin-bottom: 40px;
}

.small-dialog-header h3 {
  padding: 0;
  margin: 0;
  font-size: 23px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
}

.mfp-arrow {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  outline: none;
}

.mfp-arrow:hover {
  background: #2a41e8;
  color: #fff;
}

.mfp-arrow.mfp-arrow-left {
  font-family: "simple-line-icons";
  font-size: 20px;
}

.mfp-arrow.mfp-arrow-right {
  font-family: "simple-line-icons";
  font-size: 20px;
  right: 15px;
}

.mfp-arrow.mfp-arrow-left:before {
  content: "\e605";
  left: -1px;
  top: 0px;
  position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\e606";
  left: 1px;
  top: 0px;
  position: relative;
}

.mfp-content:hover .mfp-arrow {
  opacity: 1;
}

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

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

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

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

/* Popup */
#sign-in-dialog, #small-dialog-1, #small-dialog-2, #small-dialog-3, #small-dialog-4, #small-dialog {
  background: #fff;
  padding: 40px;
  padding-top: 0;
  text-align: left;
  max-width: 610px;
  margin: 40px auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  max-width: 550px;
}

#sign-in-dialog-1 span.line, #sign-in-dialog-2 span.line, #sign-in-dialog-3 span.line, #sign-in-dialog-4 span.line, #sign-in-dialog span.line, #small-dialog span.line {
  padding-top: 0;
}

/* Animating */
.my-mfp-zoom-in {
  /* In */
  /* Out */
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto;
  border-radius: 12px;
}

/* The shadow behind the image */
.mfp-figure {
  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;
  -webkit-box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
          box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}

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

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

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

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

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

/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .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-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    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;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* The shadow behind the image */
}

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

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
  background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Feedback Yes No */
.feedback-yes-no {
  margin-bottom: 15px;
}

.feedback-yes-no strong {
  font-size: 18px;
  font-weight: 600;
  color: #323b4b;
  display: block;
}

.feedback-yes-no .radio {
  margin-right: 15px;
}

.feedback-yes-no .leave-rating {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  margin: 3px 0 10px 3px;
}

/* ---------------------------------- */
/* Popup tabs
------------------------------------- */
.popup-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  height: 62px;
  background: #f8f8f8;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid #e0e0e0;
}

.popup-tabs-nav li {
  float: left;
  line-height: 62px;
  height: 62px;
  padding: 0;
  margin-right: 0;
  position: relative;
}

.popup-tabs-nav li:first-child a {
  border-radius: 4px 0 0 0;
}

.popup-tabs-nav li a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.popup-tab-reviews {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.popup-tabs-nav li a {
  border: none;
  color: #777;
  display: inline-block;
  outline: none;
  padding: 0;
  text-decoration: none;
  font-size: 18px;
  z-index: 10;
  position: relative;
  height: 100%;
  padding: 0 30px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transition: all 0.3s, font-weight 0s;
  transition: all 0.3s, font-weight 0s;
  border-right: 1px solid #e0e0e0;
}

.popup-tabs-nav li.active {
  background-color: #fff;
  position: relative;
}

.popup-tabs-nav li a:hover {
  background-color: #f3f3f3;
  height: calc(100% - 1px);
  color: #323b4b;
}

.popup-tabs-nav li:last-child a:hover {
  border-right: 1px solid #e0e0e0;
}

.popup-tabs-nav li.active {
  background-color: #fff;
}

.popup-tabs-nav li.active a {
  color: #2a41e8;
  font-weight: 600;
}

.popup-tabs-nav li.active a:hover {
  background-color: #fff;
}

.popup-tabs-nav li.active:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 111;
}

.popup-tabs-nav li:first-child.active {
  border-left: none;
  border-radius: 4px 0 0 0;
}

.popup-tab-content {
  padding: 50px 35px;
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 100%;
}

.popup-tabs-container {
  overflow: hidden;
  width: 100%;
}

.popup-tab-content p:last-child {
  margin-bottom: 0;
}

.dialog-with-tabs#sign-in-dialog, .dialog-with-tabs#small-dialog-1, .dialog-with-tabs#small-dialog-2, .dialog-with-tabs#small-dialog-3, .dialog-with-tabs#small-dialog-4, .dialog-with-tabs#small-dialog {
  padding: 0;
  color: #666;
  max-width: 540px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

/* Close Button Adjustments*/
#sign-in-dialog.dialog-with-tabs .mfp-close, #small-dialog.dialog-with-tabs .mfp-close, #small-dialog-1.dialog-with-tabs .mfp-close, #small-dialog-2.dialog-with-tabs .mfp-close, #small-dialog-3.dialog-with-tabs .mfp-close, #small-dialog-4.dialog-with-tabs .mfp-close {
  color: #888;
  background-color: #f8f8f8;
  border-left: 1px solid #e0e0e0;
  border-radius: 0 4px 0 0;
  top: 0;
  right: 0;
  width: 62px;
  height: 61px;
}

#sign-in-dialog.dialog-with-tabs .mfp-close:hover, #small-dialog-1.dialog-with-tabs .mfp-close:hover, #small-dialog-2.dialog-with-tabs .mfp-close:hover, #small-dialog-3.dialog-with-tabs .mfp-close:hover, #small-dialog-4.dialog-with-tabs .mfp-close:hover, #small-dialog.dialog-with-tabs .mfp-close:hover {
  color: #323b4b;
  background-color: #f2f2f2;
}

.dialog-with-tabs {
  /* Chrome autocomplete highlight reset */
  /* Forgot Password Link */
  /* Submit Button Adjustments */
}

.dialog-with-tabs .mfp-close:before {
  font-size: 24px;
}

.dialog-with-tabs input {
  margin-bottom: 22px;
}

.dialog-with-tabs input:-webkit-autofill, .dialog-with-tabs input:focus:-webkit-autofill {
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0 0 0px 9999px white, 0 1px 4px rgba(0, 0, 0, 0.07);
}

.dialog-with-tabs .forgot-password {
  font-size: 14px;
  color: #888;
  margin-top: -12px;
  display: block;
}

.dialog-with-tabs .forgot-password:hover {
  color: #2a41e8;
}

.dialog-with-tabs .button {
  height: 48px;
  width: 100% !important;
  margin-top: 25px;
  -webkit-box-shadow: 0 4px 12px rgba(42, 65, 232, 0.15);
          box-shadow: 0 4px 12px rgba(42, 65, 232, 0.15);
}

/* Welcome Text */
.welcome-text {
  display: block;
  text-align: center;
  color: #808080;
  margin-bottom: 33px;
}

.welcome-text h3 {
  display: block;
  font-weight: 700;
  color: #323b4b;
  font-size: 24px;
}

.welcome-text span {
  display: block;
  margin-top: 4px;
}

.welcome-text span a {
  font-weight: 500;
}

/* Social Login Separator */
.social-login-separator {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 38px 0 15px 0;
  height: 1px;
}

.social-login-separator:before {
  width: 100%;
  content: "";
  height: 1px;
  display: block;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
}

.social-login-separator span {
  background-color: #fff;
  top: 0;
  position: absolute;
  line-height: 10px;
  top: -5px;
  margin-left: -15px;
  padding: 0px 10px;
  color: #808080;
}

/* Social Login Buttons */
.social-login-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 20px);
}

.social-login-buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border: 1px solid #333;
  color: #323b4b;
  border-radius: 12px;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 14px;
  padding: 9px 5px;
  max-width: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-login-buttons button:hover {
  background-color: #333;
  color: #fff;
}

.social-login-buttons button i {
  position: relative;
  top: 1px;
  margin-right: 7px;
  font-size: 15px;
}

.social-login-buttons .facebook-login {
  border-color: #3b5998;
  color: #3b5998;
}

.social-login-buttons .facebook-login:hover {
  background-color: #3b5998;
  color: #fff;
}

.social-login-buttons .google-login {
  border-color: #dd4b39;
  color: #dd4b39;
}

.social-login-buttons .google-login:hover {
  background-color: #dd4b39;
  color: #fff;
}

@media (max-width: 768px) {
  .social-login-separator {
    margin-bottom: 25px;
  }
  .social-login-buttons {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .social-login-buttons a {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}

/* Account Type */
.account-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 20px);
  margin: 0 0 20px 0;
}

.account-type div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.account-type label {
  border-radius: 3px;
  border: none;
  background-color: #f2f2f2;
  width: 100%;
}

.account-type input.account-type-radio:empty {
  display: none;
}

.account-type label i {
  position: relative;
  font-size: 18px;
  top: 2px;
  margin-right: 2px;
}

.account-type input.account-type-radio:empty ~ label {
  position: relative;
  float: left;
  padding: 10px;
  text-align: center;
  padding-bottom: 11px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 12px;
  color: #888;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 48px;
  line-height: 28px;
  overflow: hidden;
}

.account-type input.account-type-radio ~ label:hover {
  color: #289c41;
  background-color: #e4f6e9;
}

.account-type input.account-type-radio:checked ~ label {
  color: #fff;
  background-color: #47bb67;
}

.account-type input.account-type-radio:empty ~ label:after, .account-type input.account-type-radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 48px;
  border-radius: 12px;
  font-size: 22px;
  background: transparent;
  z-index: 100;
  opacity: 0;
}

.account-type .ripple-effect-dark span.ripple-overlay {
  -webkit-animation: ripple 1.2s;
          animation: ripple 1.2s;
  opacity: 0.03;
}

/* hide input */
/* style label */
/* Standard syntax */
@-webkit-keyframes typeCheck {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes typeCheck {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes typeBG {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes typeBG {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Popups Media Queries */
@media (max-width: 480px) {
  .popup-tabs-nav {
    padding-top: 50px;
    height: 50px;
  }
  .mfp-container {
    padding: 0 10px;
  }
  .popup-tabs-nav li {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .popup-tabs-nav li:first-child {
    border-top: 1px solid #e0e0e0;
  }
  .popup-tabs-nav li a {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .popup-tabs-nav li a:hover {
    background-color: transparent;
  }
  #sign-in-dialog.dialog-with-tabs .mfp-close, #small-dialog.dialog-with-tabs .mfp-close, #small-dialog-1.dialog-with-tabs .mfp-close, #small-dialog-2.dialog-with-tabs .mfp-close, #small-dialog-3.dialog-with-tabs .mfp-close, #small-dialog-4.dialog-with-tabs .mfp-close {
    height: 50px;
    width: 50px;
  }
  .account-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-login-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-login-buttons button {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .uploadButton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .uploadButton .uploadButton-file-name {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

/* -------------------------------------------------------------- */
/* 04. Docs
----------------------------------------------------------------- */
body.docs {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.docs_header {
  position: fixed;
  background-color: #fff;
  z-index: 99;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
}

.docs_header__inner {
  padding: 15px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.docs_header .h_logo {
  height: 2rem;
}

.docs_header .triger {
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 12px;
}

.docs_header .triger::before {
  font-family: "Feather-Icons";
  font-size: 24px;
  content: '\e98f';
  line-height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.docs_sidebar {
  width: 300px;
  background-color: #fff;
  -webkit-transition: all 300ms 0s ease-in-out;
  transition: all 300ms 0s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  border-right: 1px solid #f1f1f1;
}

.docs_sidebar__inner {
  padding: 20px;
  height: calc(100% - 75px);
  margin-top: 75px;
}

.docs_sidebar .docs_title {
  padding: 6px 5px;
  color: #58575a;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.docs_sidebar .docs_title:hover {
  color: #8a8690;
}

.docs_sidebar ul.docs_list li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font-weight: 500;
  padding: 7px 17px;
  margin-bottom: 5px;
  border-radius: 8px;
  text-transform: capitalize;
}

.docs_sidebar ul.docs_list li a:hover {
  background: #ececec;
}

.docs_sidebar ul.docs_list li.uk-active a,
.docs_sidebar ul.docs_list li.active a {
  background-color: rgba(42, 65, 232, 0.07);
  color: #2a41e8;
}

.docs_sidebar .sec-1 .docs_title,
.docs_sidebar .sec-2 .docs_title,
.docs_sidebar .sec-3 .docs_title,
.docs_sidebar .sec-4 .docs_title {
  margin: 10px 0 6px;
}

.docs_sidebar .sec-1 .docs_title::before,
.docs_sidebar .sec-2 .docs_title::before,
.docs_sidebar .sec-3 .docs_title::before,
.docs_sidebar .sec-4 .docs_title::before {
  font-family: "Feather-Icons";
  content: '\e931';
  opacity: 1;
  font-size: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  width: 18px;
  height: 26px;
  color: #a8a8a8;
  position: absolute;
  right: 8px;
  top: 2px;
}

.docs_sidebar .sec-1.is-collapse .docs_title::before,
.docs_sidebar .sec-2.is-collapse .docs_title::before,
.docs_sidebar .sec-3.is-collapse .docs_title::before,
.docs_sidebar .sec-4.is-collapse .docs_title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0px;
  right: 5px;
}

.docs_sidebar .sec-1.is-collapse .docs_list,
.docs_sidebar .sec-2.is-collapse .docs_list,
.docs_sidebar .sec-3.is-collapse .docs_list,
.docs_sidebar .sec-4.is-collapse .docs_list {
  display: none;
}

.docs_sidebar .simplebar-scrollbar:before {
  background-color: #cacaca;
}

.docs_content {
  margin-top: 75px;
}

.docs_content__inner {
  max-width: 1000px !important;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
}

.docs_content .content_heading {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom-width: 1px;
}

.docs_content .content_heading_title {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.docs_content .content_heading_text {
  font-size: 19px;
  color: #969696;
}

.docs_content p {
  font-size: 16px;
  line-height: 1.9;
}

.docs_content .docs_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  margin-bottom: 20px;
  background: #f0f3f7;
  border-radius: 6px;
  padding: 3px;
  text-align: center;
}

.docs_content .docs_tabs a {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.docs_content .docs_tabs a i {
  margin-right: 6px;
}

.docs_content .docs_tabs a.uk-active {
  background: white;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.docs_content .content-tabs {
  clear: both;
}

.docs_content .is-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -2rem;
  text-transform: capitalize;
}

.docs_content .list .uk-active a {
  border-color: blue;
  color: blue;
  border-bottom-width: 2px;
}

.docs_content .docs-list {
  margin-bottom: 12px;
}

.docs_content .docs-list a {
  color: #999;
  padding: 7px 0;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
}

.docs_content .docs-list a:hover {
  color: #5a5a5a;
}

.docs_content .docs-list .uk-active a {
  color: blue;
}

@media (min-width: 1200px) {
  .docs_content {
    margin-left: 300px;
    width: calc(100% - 300px);
  }
  .triger {
    display: none;
  }
}

@media (max-width: 1200px) {
  .docs_header__inner {
    padding: 16px 35px;
  }
  .docs_sidebar {
    margin-left: -300px;
  }
  .docs_sidebar .docs_sidebar__inner {
    margin-top: 0px;
  }
  .sidebar-visible .docs_sidebar {
    z-index: 100;
    margin-left: 0px !important;
  }
  .sidebar-visible .triger {
    z-index: 99;
  }
  .sidebar-visible .docs_header {
    z-index: 89;
  }
  .docs_content .content_heading {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .docs_content .content_heading_title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .docs_content .content_heading_text {
    font-size: 19px;
  }
  .docs_content__inner {
    padding: 30px;
  }
  .side-overly {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 90;
    display: inline;
    display: none;
  }
  .side-overly::before {
    font-family: "Feather-Icons";
    font-size: 24px;
    content: '\ea02';
    top: 10px;
    right: 10px;
    position: absolute;
    background: white;
    border-radius: 100%;
    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;
    display: none;
  }
  .sidebar-visible .side-overly {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 992px) {
  .side-overly::before {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 640px) {
  .triger {
    position: absolute !important;
    right: 0;
  }
}

/* -------------------------------------------------------------- */
/* 05. Add your custom classes
----------------------------------------------------------------- */
/*# sourceMappingURL=style.css.map */