@charset "UTF-8";

/* Absolute Center Spinner */

.loading {
  display: none;
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

/* Transparent Overlay */

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;
  border: 5px solid #23b1fe;
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*====================================================*/

.app-parent {
  font: 400 15px/28px "Poppins", sans-serif;
}

.app-parent .form-control {
  font-size: 0.9rem;
}

.app-parent .pointer-none {
  pointer-events: none;
}

.app-parent .back-cancel-free {
  position: absolute;
  top: 5px;
  left: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.app-parent .app-header .list-group-horizontal {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.app-parent .app-header .list-group-horizontal .list-group-item.active {
  background-color: #23b1fe;
  border-color: #23b1fe;
  color: #fff;
  font-weight: 300;
}

.app-parent .app-header .list-group-horizontal .list-group-item {
  border-radius: 0;
  font-weight: 300;
  color: #495057;
  cursor: pointer;
}

.app-parent .app-header .list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.app-parent .app-header .list-group-horizontal .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.app-parent .app-header .list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.app-parent .app-header .list-group .list-group-item.active {
  background-color: #23b1fe;
  border-color: #23b1fe;
  color: #fff;
  font-weight: 500;
}

.app-parent .app-header .list-group .list-group-item {
  border-radius: 0;
  font-weight: 300;
  color: #495057;
  cursor: pointer;
}

.app-parent .app-header .list-group .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.app-parent .app-header .list-group .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.app-parent .dash-stat {
  font-size: 30px;
  line-height: 30px;
}

.app-parent .dash-stat + small {
  line-height: 12px;
  display: block;
}

.app-parent .btn-dash-upgrade {
  color: #fff;
}

.app-parent .btn-dash-upgrade:hover {
  opacity: 0.9;
}

.app-parent .progress-bar {
  background-color: #23b1fe !important;
}

.app-parent .api-access-block input {
  cursor: pointer;
}

.app-parent .text-danger {
  color: #FF4B17 !important;
}

.app-parent .bg-danger {
  background: #FF4B17 !important;
}

.app-parent .text-success {
  color: #30bf90 !important;
}

.app-parent .text-success:hover,
.app-parent .text-success:focus {
  color: #30bf90 !important;
  border-color: transparent;
  opacity: 0.9;
}

.app-parent .bg-success {
  background: #30bf90 !important;
}

.app-parent .bg-success:hover,
.app-parent .bg-success:focus {
  background: #30bf90 !important;
  border-color: transparent;
  opacity: 0.9;
}

.app-parent .text-primary {
  color: #23b1fe !important;
}

.app-parent .bg-primary {
  background: #23b1fe !important;
}

.app-parent input,
.app-parent select {
  border: 1px solid #ced4da;
}

.app-parent input:focus,
.app-parent select:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
}

.app-parent button,
.app-parent .btn {
  border: none !important;
  box-shadow: none !important;
}

.app-parent button.reset-btn {
  border: 1px solid #ced4da !important;
}

.app-parent .panel-price-block .plan-price {
  padding: 12px 0 16px;
}

.app-parent .panel-price-block .price {
  padding: 0 0 8px;
}

.app-parent .panel-price-block .price .pay {
  font-size: 18px;
  font-weight: 500;
  color: #212529;
}

.app-parent .panel-price-block .price-yearly .pay {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
}

.app-parent .panel-price-block .free-plan {
  display: block;
  margin: 0 auto;
}

.app-parent .mollie-component {
  width: 100%;
  padding: 5px 15px 5px;
  color: #222;
  border: 2px solid transparent;
  /*border-radius: 6px;*/
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
}

.app-parent .way-to-pay .ways {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}

.app-parent .way-to-pay .ways .way:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.app-parent .way-to-pay .ways .way:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.app-parent .way-to-pay .ways .way.paypal-active {
  background: #ffc439 !important;
}

.app-parent .way-to-pay .ways .way {
  cursor: pointer;
  padding: 0.5rem 0.7rem;
}

.app-parent .way-to-pay .ways .way img {
  width: 36px;
  margin-right: 1rem;
}

.app-parent .way-to-pay .ways .way span {
  font-weight: 500;
}

.app-parent .way-to-pay .ways .way:hover {
  background: rgba(0, 0, 0, 0.05);
}

.app-parent .way-to-pay .ways .way-disabled {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.02);
}

.app-parent .change-way {
  margin-top: 1rem;
  text-align: center;
  padding: 0.7rem;
  background: rgba(0, 0, 0, 0.025);
  border-radius: 5px;
}

.app-parent .change-way span {
  cursor: pointer;
  text-decoration: underline;
}

.app-parent .creditcart-type-block {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}

.app-parent .creditcart-type-block .creditcard-header {
  padding: 0.5rem 0.7rem;
  background: rgba(0, 0, 0, 0.025);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.app-parent .creditcart-type-block .creditcard-header img {
  width: 36px;
  margin-right: 1rem;
}

.app-parent .creditcart-type-block .creditcard-body {
  padding: 0.5rem 1rem;
}

.app-parent .creditcart-type-block .creditcard-body label {
  font-size: 14px;
}

.app-parent .billing-page .pagination .page-item:focus,
.app-parent .billing-page .pagination .page-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

.app-parent .billing-page .pagination .page-item.active .page-link {
  background-color: #23b1fe;
  border-color: #23b1fe;
  color: #fff;
}

.app-parent .billing-page .pagination .page-link {
  color: #23b1fe;
}

.app-parent .billing-page .pagination .page-item.disabled .page-link {
  color: #6c757d !important;
}

.app-parent .billing-page .active-plan {
  background: rgba(48, 191, 144, 0.15);
}

.app-parent .billing-page .download-invoice-link {
  color: #23b1fe;
}

.app-parent #account-page .payments-header:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.app-parent #account-page input:disabled {
  background: #e9ecef !important;
}

.app-parent #account-page .v-select input,
.app-parent #account-page .v-select button {
  border: none !important;
}

.app-parent #account-page .v-select input {
  line-height: inherit !important;
}

.app-parent #account-page .v-select .vs__dropdown-toggle {
  border: 1px solid #ced4da !important;
}

.app-parent #account-page .btn-checkout {
  display: none;
}

.app-parent #account-page .vs--disabled .vs__search,
.app-parent #account-page .vs--disabled .vs__dropdown-toggle {
  background-color: #e9ecef !important;
}

.app-parent #account-page .vs--disabled .vs__open-indicator {
  background: transparent;
}

.app-parent #account-page .saved-payment-method {
  padding: 20px;
}

.app-parent #account-page .saved-payment-method div {
  padding: 0.5rem;
}

.app-parent #account-page .saved-payment-method h5 {
  margin-bottom: 0;
}

.app-parent #account-page .saved-payment-method span {
  font-size: 14px;
}

.app-parent .usage-monthly-block .card-body-p {
  padding: 0.5rem 1.25rem !important;
}

.app-parent .plan-parent .current-plan-badge {
  position: absolute;
  top: 19px;
  right: 20px;
}

.app-parent .plan-parent .plan-btn:disabled {
  opacity: 0.65 !important;
}

.app-parent #plan-select .btn-checkout {
  display: none;
}

.app-parent #plan-select .braintree-sheet__header {
  background-color: rgba(0, 0, 0, 0.03);
}

.app-parent #plan-select .braintree-placeholder {
  margin-bottom: 6px;
}

.app-parent #plan-select .braintree-show-methods {
  margin-top: 18px;
}

.app-parent #plan-select #period_totals {
  margin-bottom: 20px;
}

.app-parent #plan-select .font-1-5 {
  font-size: 1.5em;
}

.app-parent #plan-select .select-plan-item.disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.app-parent #plan-select .saved-payment-method {
  padding: 20px;
}

.app-parent #plan-select .saved-payment-method div {
  padding: 0.5rem;
}

.app-parent #plan-select .saved-payment-method h5 {
  margin-bottom: 0;
}

.app-parent #plan-select .saved-payment-method span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .app-header {
    display: none !important;
  }

  .app-parent .plan-card {
    max-width: 450px;
    margin: 0 auto;
  }

  .main-header-list,
  .main-header-a {
    display: none !important;
  }

  .member-header-list {
    display: block !important;
  }
}

/*====================================================*/

/*=== fonts ====*/

/* poppins-300 - latin */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/poppins/poppins-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/poppins/poppins-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/poppins-v20-latin-300.woff2") format("woff2"), url("/fonts/poppins/poppins-v20-latin-300.woff") format("woff"), url("/fonts/poppins/poppins-v20-latin-300.ttf") format("truetype"), url("/fonts/poppins/poppins-v20-latin-300.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* poppins-regular - latin */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/poppins/poppins-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/poppins/poppins-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/poppins-v20-latin-regular.woff2") format("woff2"), url("/fonts/poppins/poppins-v20-latin-regular.woff") format("woff"), url("/fonts/poppins/poppins-v20-latin-regular.ttf") format("truetype"), url("/fonts/poppins/poppins-v20-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* poppins-500 - latin */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/poppins/poppins-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/poppins/poppins-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/poppins-v20-latin-500.woff2") format("woff2"), url("/fonts/poppins/poppins-v20-latin-500.woff") format("woff"), url("/fonts/poppins/poppins-v20-latin-500.ttf") format("truetype"), url("/fonts/poppins/poppins-v20-latin-500.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* poppins-600 - latin */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/poppins/poppins-v20-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/poppins/poppins-v20-latin-600.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/poppins-v20-latin-600.woff2") format("woff2"), url("/fonts/poppins/poppins-v20-latin-600.woff") format("woff"), url("/fonts/poppins/poppins-v20-latin-600.ttf") format("truetype"), url("/fonts/poppins/poppins-v20-latin-600.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* poppins-700 - latin */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/poppins/poppins-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/poppins/poppins-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/poppins-v20-latin-700.woff2") format("woff2"), url("/fonts/poppins/poppins-v20-latin-700.woff") format("woff"), url("/fonts/poppins/poppins-v20-latin-700.ttf") format("truetype"), url("/fonts/poppins/poppins-v20-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/* poppins-900 - latin */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/poppins/poppins-v20-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/poppins/poppins-v20-latin-900.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/poppins-v20-latin-900.woff2") format("woff2"), url("/fonts/poppins/poppins-v20-latin-900.woff") format("woff"), url("/fonts/poppins/poppins-v20-latin-900.ttf") format("truetype"), url("/fonts/poppins/poppins-v20-latin-900.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

/*===== color =====*/

/*====================================================*/

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.row.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

i:before {
  margin-left: 0 !important;
}

body {
  font: 400 15px/28px "Poppins", sans-serif;
  letter-spacing: 0;
  color: #677294;
  padding: 0;
  overflow-x: hidden;
  z-index: 0;
}

.body_wrapper {
  z-index: 20;
  overflow: hidden;
}

a,
.btn,
button {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

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

.container.custom_container {
  max-width: 1520px;
}

@media (min-width: 1250px) {
  .container:not(.app):not(.custom_container) {
    max-width: 1200px !important;
  }
}

.f_size_50 {
  font-size: 50px;
}

.f_size_40 {
  font-size: 40px;
}

.f_size_30 {
  font-size: 30px;
}

.f_size_28 {
  font-size: 28px;
}

.f_size_22 {
  font-size: 22px;
}

.f_size_24 {
  font-size: 24px;
}

.f_size_20 {
  font-size: 20px;
}

.f_size_18 {
  font-size: 18px;
}

.f_size_16 {
  font-size: 16px;
}

.f_size_15 {
  font-size: 15px;
}

.f_size_14 {
  font-size: 14px;
}

.f_size_13 {
  font-size: 13px;
}

.f_size_12 {
  font-size: 12px;
}

.f_size_100 {
  font-size: 100px;
}

.l_spacing1 {
  letter-spacing: 1px;
}

.l_spacing2 {
  letter-spacing: 2px;
}

.l_height1n3 {
  line-height: 1.3;
}

.l_height60 {
  line-height: 60px;
}

.l_height50 {
  line-height: 50px;
}

.l_height45 {
  line-height: 45px;
}

.l_height40 {
  line-height: 40px;
}

.l_height30 {
  line-height: 30px;
}

.l_height34 {
  line-height: 34px;
}

.l_height28 {
  line-height: 28px;
}

.f_p {
  font-family: "Poppins", sans-serif;
}

/*=========== font-weight ==============*/

.f_300 {
  font-weight: 300;
}

.f_400 {
  font-weight: 400;
}

.f_500 {
  font-weight: 500;
}

.f_600 {
  font-weight: 600;
}

.f_700 {
  font-weight: 700;
}

.f_900 {
  font-weight: 900;
}

.t_color {
  color: #051441;
}

.w_color {
  color: #fff;
}

.t_color2 {
  color: #3f4451;
}

.t_color3 {
  color: #222d39;
}

.d_p_color {
  color: #bdbed6;
}

.bg_color {
  background: #fbfbfd;
}

.bg-1 {
  background: #fbfbfb;
}

.dk_bg_one {
  background: #090a21;
}

.dk_bg_two {
  background: #0f1029;
}

.mt_0 {
  margin-top: 0;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_130 {
  margin-top: 130px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_30 {
  margin-bottom: 30px;
}

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

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

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

.mb_60 {
  margin-bottom: 60px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_90 {
  margin-bottom: 90px;
}

.pl_20 {
  padding-left: 20px;
}

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

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_100 {
  padding-left: 100px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_120 {
  padding-left: 120px;
}

.pr_100 {
  padding-right: 100px;
}

.pr_120 {
  padding-right: 120px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_20 {
  padding-right: 20px;
}

.pt_150 {
  padding-top: 150px;
}

.pt_120 {
  padding-top: 40px;
}

.sec_pad {
  padding: 80px 0;
}

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

.cursor-pointer {
  cursor: pointer;
}

/*====================================================*/

.btn_hover {
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn_hover:hover {
  color: #fff;
}

.btn_get {
  font: 500 15px/47px "Poppins", sans-serif;
  color: #6754e2;
  border: 2px solid #ccc5fa;
  border-radius: 4px;
  box-shadow: 0 20px 24px 0 rgba(0, 11, 40, 0.3);
  padding: 0 23px;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  background: #6754e2;
  -webkit-transition: none;
  transition: none;
  min-width: 120px;
  text-align: center;
  margin-left: 40px;
}

.btn_get:hover {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  box-shadow: none;
}

.price_btn {
  font: 500 15px/53px "Poppins", sans-serif;
  color: #6754e2;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 0 25px;
  display: inline-block;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.price_btn:hover {
  color: #fff;
}

.btn_three {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #7444fd;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #00aff0;
  margin-top: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}

.btn_three:hover {
  color: #7444fd;
  background: transparent;
}

.gr_btn {
  font: 500 14px "Poppins", sans-serif;
  color: #23b1fe;
  display: inline-block;
  padding: 15px 31px;
  position: relative;
  min-width: 140px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(-48deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
  z-index: 1;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.gr_btn:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  width: calc(100% - 2px);
  bottom: 1px;
  border-radius: 4px;
  background: #fff;
  z-index: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.gr_btn .text {
  position: relative;
  z-index: 1;
}

.gr_btn:hover {
  color: #fff;
}

.gr_btn:hover:before {
  opacity: 0;
}

/*====================================================*/

/*============== header_area css ==============*/

.header_area {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
}

.menu_main {
  padding: 0;
}

.sign-in-btn {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 12px !important;
}

.sign-in-btn:before {
  height: 0 !important;
}

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

.sticky_logo img {
  display: block;
}

.sticky_logo img + img {
  display: none;
}

@media (min-width: 992px) {
  .mobile_btn {
    visibility: hidden;
    display: none;
  }
}

.menu > .not-auth-item {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.menu > .nav-item {
  position: relative;
  padding-bottom: 35px;
  padding-top: 35px;
}

.menu > .nav-item > .nav-link {
  font: 500 15px "Poppins", sans-serif;
  color: #051441;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  position: relative;
}

.menu > .nav-item > .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #6754e2;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.menu > .nav-item > .nav-link:after {
  display: none;
}

.menu > .nav-item + .nav-item {
  margin-left: 45px;
}

.menu > .nav-item.active .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}

.menu > .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
}

.w_menu .nav-item .nav-link {
  color: #fff;
}

.w_menu .nav-item .nav-link:before {
  background: #fff;
}

.nav_right_btn .login_btn {
  font: 500 15px "Poppins", sans-serif;
  padding: 13px 32px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-right-radius: 45px;
  border: 1px solid transparent;
}

.nav_right_btn .login_btn:hover,
.nav_right_btn .login_btn.active {
  background: #fff;
  box-shadow: 0 20px 24px 0 rgba(0, 11, 40, 0.1);
}

@media (max-width: 991px) {
  .nav_right_btn {
    display: none;
  }
}

.menu_var .menu .nav-item.active .nav-link:before,
.menu_var .menu .nav-item:hover .nav-link:before {
  background: #fff;
}

.menu_var .saas_btn {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #23b1fe;
}

.menu_var .saas_btn.erp_btn_two {
  border-radius: 45px;
  color: #4e78f4;
}

.menu_var .menu_toggle .hamburger-cross span,
.menu_var .menu_toggle .hamburger span {
  background: #fff;
}

/*========= hamburger menu css ========*/

.navbar-toggler {
  padding: 0;
  margin-left: 20px;
}

.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}

.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #5e2ced;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s;
}

.menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

.menu_toggle .hamburger-cross span {
  display: block;
  background: #5e2ced;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/*============ sticky menu css ==============*/

.header_area {
  -webkit-transition: none;
  transition: none;
}

.header_area.navbar_fixed {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
}

.header_area.navbar_fixed .menu_main {
  padding: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header_area.navbar_fixed .menu_main .btn_get {
  box-shadow: none;
}

.header_area.navbar_fixed .sticky_logo img {
  display: none;
}

.header_area.navbar_fixed .sticky_logo img + img {
  display: block;
}

.header_area.navbar_fixed .w_menu .nav-item .nav-link {
  color: #051441;
}

.header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
  background: #051441;
}

.header_area.navbar_fixed .menu_var .saas_btn {
  border-color: #23b1fe;
  box-shadow: none;
}

.header_area.navbar_fixed .menu_var .saas_btn:hover {
  background: #23b1fe;
  color: #fff;
}

.header_area.navbar_fixed .menu_var .saas_btn.erp_btn_two {
  border-color: #4e78f4;
}

.header_area.navbar_fixed .menu_var .saas_btn.erp_btn_two:hover {
  background: #4e78f4;
}

.header_area.navbar_fixed .menu_var .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_var .menu_toggle .hamburger-cross span {
  background: #23b1fe;
}

.hamburger-menu-wrepper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 108;
  padding: 55px 80px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.8s ease 0.4s;
  transition: -webkit-transform 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  background: rgba(5, 20, 65, 0.98);
}

.hamburger-menu-wrepper .nav {
  position: relative;
  z-index: 108;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
}

.hamburger-menu-wrepper .nav .nav_logo img {
  opacity: 1 !important;
}

.hamburger-menu-wrepper .nav .close-menu {
  color: #fff;
}

.hamburger-menu-wrepper .animation-box {
  position: absolute;
  top: 5%;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hamburger-menu-wrepper .animation-box .menu-box {
  display: table;
  height: 100%;
  width: 62%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hamburger-menu-wrepper.show-menu {
  z-index: 108;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  transition: -webkit-transform 0.7s ease 0.2s;
  -webkit-transition: -webkit-transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
}

.hamburger-menu-wrepper.show-menu .nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity ease 1.4s 0.7s, -webkit-transform ease 1.4s 0.7s;
  transition: opacity ease 1.4s 0.7s, -webkit-transform ease 1.4s 0.7s;
  transition: transform ease 1.4s 0.7s, opacity ease 1.4s 0.7s;
  transition: transform ease 1.4s 0.7s, opacity ease 1.4s 0.7s, -webkit-transform ease 1.4s 0.7s;
  opacity: 1;
  visibility: visible;
}

.hamburger-menu-wrepper.show-menu .animation-box {
  top: 0;
  opacity: 1;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.hamburger-menu-wrepper.show-menu .animation-box .menu-box {
  opacity: 1;
}

.hamburger-menu-wrepper.show-menu .animation-box .menu-box .offcanfas_menu > li a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity ease 1.4s 0.6s, color 0.3s, -webkit-transform ease 1.4s 0.6s;
  transition: opacity ease 1.4s 0.6s, color 0.3s, -webkit-transform ease 1.4s 0.6s;
  transition: transform ease 1.4s 0.6s, opacity ease 1.4s 0.6s, color 0.3s;
  transition: transform ease 1.4s 0.6s, opacity ease 1.4s 0.6s, color 0.3s, -webkit-transform ease 1.4s 0.6s;
  opacity: 1;
  visibility: visible;
}

.close_icon {
  position: absolute;
  right: 60px;
  top: 40px;
  color: #7b84a2;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.close_icon:hover {
  color: #fff;
}

.burger_menu {
  width: 40px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  font-size: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #051441;
  margin-left: 25px;
}

.menu_main {
  padding: 0 !important;
}

.menu_main .container-fluid {
  padding-left: 65px;
  padding-right: 100px;
}

@media (max-width: 991px) {
  .mobile-btn-media {
    background-color: #23b1fe !important;
    color: #fff !important;
  }
}

@media (max-width: 991px) {
  .panel_container.container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}

/*====================================================*/

.banner_area_main {
  z-index: 1;
  min-height: 800px;
}

.banner_area_main .section_intro {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #24b0fe), to(#fff));
  background-image: linear-gradient(180deg, #24b0fe 10%, #fff);
  min-height: 800px;
}

.section_container {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  height: 800px;
}

.section_container .intro_content {
  width: 100%;
  left: 0;
  padding: 100px 15px;
}

.section_container .intro_content h1 {
  font-size: 50px;
  letter-spacing: -0.2px;
  line-height: 70px;
  margin-bottom: 16px;
}

.section_container .intro_content p {
  line-height: 30px;
  margin-bottom: 40px;
}

.section_container .intro_content .valiatebutton {
  max-width: 570px;
  margin: 0 auto;
}

.section_container .intro_content .valiatebutton .form-control {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 11, 40, 0.1);
  font: 300 16px/36px "Poppins", sans-serif;
  border: 0;
  color: #051441;
  height: 60px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.section_container .intro_content .valiatebutton .form-control.placeholder {
  color: #a1a8be;
}

.section_container .intro_content .valiatebutton .form-control:-moz-placeholder {
  color: #a1a8be;
}

.section_container .intro_content .valiatebutton .form-control::-moz-placeholder {
  color: #a1a8be;
}

.section_container .intro_content .valiatebutton .form-control::-webkit-input-placeholder {
  color: #a1a8be;
}

.section_container .intro_content .valiatebutton .btn_submit {
  position: absolute;
  top: 0;
  right: 0;
  font: 400 14px/60px "Poppins", sans-serif;
  color: #fff;
  background: #1c7ce7;
  border-radius: 4px;
  padding: 0 25px;
  border: 0;
  z-index: 2;
}

.animation_img {
  text-align: center;
  margin-top: -320px;
  z-index: 2;
  position: relative;
}

/*============ keyframes animation  =============*/

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

/*====================================================*/

/*=========== saas_subscribe_area css ==========*/

.sign_up_area .sign_up_area_content {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 22px 95px 0 rgba(55, 168, 237, 0.3);
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 22px;
  margin-bottom: -25px;
  position: relative;
  z-index: 2;
}

.sign_up_area .sign_up_area_content .gr_btn {
  min-width: 200px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

.sign_up_area .sign_up_area_content .gr_btn:before {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sign_up_area .sign_up_area_content .gr_btn:hover {
  color: #23b1fe;
}

.sign_up_area .sign_up_area_content .gr_btn:hover:before {
  opacity: 1;
}

/*====================================================*/

/*============= saas_service_area css =============*/

.product_service_item .product_service_content .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 64px;
  color: #00aff0;
  text-align: center;
  margin-bottom: 35px;
  box-shadow: 0 10px 20px 0 rgba(45, 139, 239, 0.5);
}

.product_service_item .product_service_content h4 {
  margin-bottom: 20px;
}

.product_service_item .product_service_content p {
  margin-bottom: 45px;
}

.product_service_item + .product_service_item {
  margin-top: 80px;
}

/*====================================================*/

.price_content .fade {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.price_content .fade.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.price_content .price_item {
  max-width: 270px;
  height: 100%;
  text-align: center;
  box-shadow: 0 4px 6px 0 rgba(0, 11, 40, 0.1);
  padding: 50px 50px 40px;
  border: 1px solid #dfdcfe;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  border-radius: 3px;
}

.price_content .price_item .tag {
  position: absolute;
  font: 400 14px "Poppins", sans-serif;
  color: #fff;
  background: #00aff0;
  padding: 19px 32px;
  top: -10px;
  left: -39px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.price_content .price_item .tag span {
  position: relative;
  top: 11px;
}

.price_content .price_item p {
  font-size: 15px;
  line-height: 22px;
  color: #677294;
  font-weight: 400;
  margin-bottom: 0;
}

.price_content .price_item .price {
  line-height: 40px;
  padding: 20px 0 30px;
}

.price_content .price_item .price sub {
  color: #677294;
  bottom: 0;
}

.price_content .price_item .p_list {
  padding: 30px 0 0;
  margin-bottom: 0;
}

.price_content .price_item .p_list li {
  text-align: left;
  font: 400 15px/40px "Poppins", sans-serif;
  color: #505975;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  padding: 0 10px;
}

.price_content .price_item .p_list li i {
  padding-right: 13px;
  font-weight: 700;
}

.price_content .price_item .p_list li .ti-check {
  color: #00aff0;
}

.price_content .price_item .p_list li .ti-close {
  color: #f0002d;
}

.price_content .price_item .price_btn {
  border-radius: 45px;
  color: #00aff0;
  border-color: #00aff0;
  padding: 0 28px;
}

.price_content .price_item .price_btn:hover {
  color: #fff;
  background: #00aff0;
}

.price_content .price_item .price_btn.highlight {
  color: #fff;
  background: #00aff0;
}

.price_content .price_item .price_btn.highlight:hover {
  color: #00aff0;
  background: #fff;
}

.price_content .price_item:hover {
  border-color: #c9ebfa;
  box-shadow: 0 30px 60px 0 rgba(0, 11, 40, 0.2);
}

.price_content .price_item:hover .price_btn {
  color: #fff;
  background: #00aff0;
}

.price_content .price_item:hover .price_btn:hover {
  color: #00aff0;
  background: #fff;
}

.price_content .price_item:hover .price_btn.highlight {
  color: #00aff0;
  background: #fff;
}

.price_content .price_item:hover .price_btn.highlight:hover {
  color: #fff;
  background: #00aff0;
}

.price_design .price_item .tag {
  background: #00aff0;
}

.price_design .price_item .p_list li .ti-check {
  color: #00aff0;
}

.price_design .price_item .price_btn {
  border-color: #00aff0;
  color: #00aff0;
  background: transparent;
}

.price_design .price_item .price_btn:hover {
  background: #00aff0;
  color: #fff;
}

/*====================================================*/

/*============== faq area css =============*/

.faq_tab {
  border: 1px solid #f4f4f9;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  padding: 50px 40px;
}

.faq_tab .nav-tabs {
  border: 0;
  margin-bottom: 0;
  display: block;
}

.faq_tab .nav-item {
  margin: 0;
}

.faq_tab .nav-item .nav-link {
  font: 400 16px/22px "Poppins", sans-serif;
  color: #677294;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.faq_tab .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #007bff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.faq_tab .nav-item .nav-link.active {
  color: #007bff;
}

.faq_tab .nav-item .nav-link.active:before {
  width: 100%;
}

.faq_content .tab-pane .card {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #e4e0ee;
}

.faq_content .tab-pane .card .card-header {
  padding: 0;
  border: 0;
  background: transparent;
}

.faq_content .tab-pane .card .card-header .btn {
  color: #007bff;
  display: block;
  width: 100%;
  text-align: left;
  font: 500 18px/26px "Poppins", sans-serif;
  padding: 20px 30px 20px 0;
  position: relative;
  white-space: normal;
}

.faq_content .tab-pane .card .card-header .btn i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  font-size: 20px;
}

.faq_content .tab-pane .card .card-header .btn i + i {
  display: block;
}

.faq_content .tab-pane .card .card-header .btn.collapsed {
  color: #576370;
}

.faq_content .tab-pane .card .card-header .btn.collapsed i {
  display: block;
}

.faq_content .tab-pane .card .card-header .btn.collapsed i + i {
  display: none;
}

.faq_content .tab-pane .card .card-body {
  padding: 0 0 45px;
  font: 400 15px/26px "Poppins", sans-serif;
  color: #677294;
}

/*====================================================*/

/*================== contact_info_area css ================*/

.contact_info_item {
  border-bottom: 1px solid #eeebf6;
  padding-bottom: 25px;
}

.contact_info_item p {
  color: #677294;
  margin-bottom: 8px;
}

.contact_info_item a {
  color: #677294;
  padding-left: 3px;
  display: inline-block;
}

.contact_info_item a:hover {
  color: #5e2ced;
}

.contact_info_item + .contact_info_item {
  border: 0;
  margin-top: 33px;
}

.text_box {
  margin-bottom: 25px;
}

.text_box input[type=text],
.text_box textarea,
.text_box input[type=password],
.text_box input[type=email] {
  font: 400 15px/60px "Poppins", sans-serif;
  color: #222d39;
  height: 50px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  width: 100%;
  border: 1px solid #ced4da;
  padding-left: 20px;
}

.text_box input[type=text].placeholder,
.text_box textarea.placeholder,
.text_box input[type=password].placeholder,
.text_box input[type=email].placeholder {
  color: #9ca3b9;
}

.text_box input[type=text]:-moz-placeholder,
.text_box textarea:-moz-placeholder,
.text_box input[type=password]:-moz-placeholder,
.text_box input[type=email]:-moz-placeholder {
  color: #9ca3b9;
}

.text_box input[type=text]::-moz-placeholder,
.text_box textarea::-moz-placeholder,
.text_box input[type=password]::-moz-placeholder,
.text_box input[type=email]::-moz-placeholder {
  color: #9ca3b9;
}

.text_box input[type=text]::-webkit-input-placeholder,
.text_box textarea::-webkit-input-placeholder,
.text_box input[type=password]::-webkit-input-placeholder,
.text_box input[type=email]::-webkit-input-placeholder {
  color: #9ca3b9;
}

.text_box input[type=text]:focus,
.text_box textarea:focus,
.text_box input[type=password]:focus,
.text_box input[type=email]:focus {
  border-color: #f2effc;
  box-shadow: 0 10px 14px 0 rgba(12, 0, 46, 0.06);
  outline: none;
}

.text_box textarea {
  height: 220px;
}

.contact_form_box .btn_three {
  min-width: 180px;
  text-align: center;
  background: #00aff0;
  border-color: #00aff0;
  margin-top: 0;
}

.contact_form_box .btn_three:hover {
  background: transparent;
  color: #00aff0;
}

/*============= login_area css =============*/

.login_area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.login_area .login_info {
  padding: 60px 100px 160px 0;
}

.login_area .login_info:before {
  content: "";
  position: absolute;
  width: 2500px;
  right: 0;
  height: 100%;
  top: 0;
  z-index: -1;
}

.login_area .login_info p a {
  color: #677294;
}

.login-form .text_box .text_c {
  color: #161341;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.login-form .text_box input[type=password] {
  padding-top: 8px;
  line-height: 50px;
}

.login-form .extra {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font: 400 14px/30px "Poppins", sans-serif;
  margin-bottom: 30px;
}

.login-form .extra .checkbox label {
  margin-bottom: 0;
}

.login-form .extra .checkbox input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: text-top;
}

.login-form .extra .checkbox input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border: 1px solid #23b1fe;
  border-radius: 2px;
  background-color: white;
}

.login-form .extra .checkbox input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  border: solid #23b1fe;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 5px;
}

.login-form .extra .forgotten-password a {
  color: #677294;
}

.login-form .btn_three {
  width: 100%;
  background: #00aff0;
  color: #fff;
  margin-top: 0;
}

.login-form .btn_three:hover {
  box-shadow: 0 20px 30px 0 rgba(61, 100, 244, 0.16);
}

.login-form .alter-login {
  font: 400 15px/26px "Poppins", sans-serif;
  color: #9ca3b9;
}

.login-form .alter-login a {
  color: #00aff0;
  display: inline-block;
  margin-left: 6px;
}

.login-form .g-recaptcha {
  margin-bottom: 30px;
}

.login_img {
  margin-right: -100px;
}

.login_img img {
  max-width: 100%;
}

/*==================== sign_in_area css ==================*/

.sign_info {
  border: 20px solid #fff;
  background: #fbfbfd;
  padding: 80px 50px;
  box-shadow: 0 50px 100px 0 rgba(12, 0, 46, 0.05);
}

.sign_info .login_info {
  padding-left: 30px;
}

.sign_info .sign_info_content h2 {
  font-size: 30px;
  color: #677294;
}

.sign_info .sign_info_content ul li {
  font: 400 16px/34px "Poppins", sans-serif;
  color: #677294;
}

.sign_info .sign_info_content ul li i {
  color: #5e2ced;
  margin-right: 10px;
}

.sign_info .login-form .text_box {
  margin-bottom: 25px;
}

.sign_info .lead-text {
  font: 400 14px/40px "Poppins", sans-serif;
  color: #677294;
  padding-right: 20px;
}

.sign_info .social_tag li {
  display: inline-block;
}

.sign_info .social_tag li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  line-height: 44px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-left: 7px;
}

.sign_info .social_tag li:first-child a {
  background: #4779de;
}

.sign_info .social_tag li:nth-child(2) a {
  background: #e43e30;
}

.sign_info .social_tag li:nth-child(3) a {
  background: #1da1f3;
}

.sign_info .sign-in-form .btn_three {
  width: auto;
  margin-top: 0;
}

.sign_info .sign-in-form .extra .forgotten-password a {
  color: #161341;
  font-weight: 400;
}

.sign_info .sign-in-form .extra .forgotten-password a:hover {
  color: #00aff0;
}

.sign_btn_transparent {
  display: inline-block;
  background: transparent;
  border-color: #5e2ced;
  color: #5e2ced;
}

.sign_btn_transparent:hover {
  background: #5e2ced;
  color: #fff;
}

#success,
#error {
  position: relative;
  top: 10px;
  right: 0;
  left: 0;
  bottom: -15px;
  display: none;
  font-weight: 600;
}

#success {
  color: lawngreen;
}

#error {
  color: orangered;
}

/*====================================================*/

/*================= error_area css ==================*/

.error_area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 650px;
}

.error_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.error_contain h1 {
  font-size: 15vw;
  line-height: 14vw;
  margin-bottom: 0;
}

.error_contain h2 {
  letter-spacing: 12px;
  margin-bottom: 25px;
}

.error_contain .about_btn {
  min-width: 230px;
  box-shadow: 0 20px 30px 0 rgba(15, 0, 57, 0.1);
}

/*================= error_area css ==================*/

/*================= error_two_area css ==================*/

.error_two_area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 750px;
}

.error_content_two h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: #051441;
  margin-top: 40px;
}

.error_content_two p {
  font-size: 20px;
  line-height: 30px;
}

.error_content_two .search {
  margin: 45px 0 40px;
}

.error_content_two .search .form-control {
  background-color: white;
  box-shadow: 0 4px 22px 0 rgba(12, 0, 46, 0.06);
  border: 1px solid transparent;
  border-radius: 45px;
  height: 60px;
  padding: 0 30px;
  color: #677294;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.error_content_two .search .form-control.placeholder {
  color: #677294;
}

.error_content_two .search .form-control:-moz-placeholder {
  color: #677294;
}

.error_content_two .search .form-control::-moz-placeholder {
  color: #677294;
}

.error_content_two .search .form-control::-webkit-input-placeholder {
  color: #677294;
}

.error_content_two .search .form-control:focus {
  border-color: #5e2ced;
}

.error_content_two .about_btn {
  background: #051441;
  color: #fff;
  border-radius: 3px;
  padding: 17px 35px;
  font-weight: 400;
}

.error_content_two .about_btn i {
  vertical-align: middle;
  padding-left: 5px;
}

.error_content_two .about_btn:hover {
  box-shadow: none;
}

/*====================================================*/

.typography_breacrumb {
  background: #f9f9f9;
}

.typography_breacrumb h1 {
  color: #222d39;
  font-weight: 400;
}

.typography_breacrumb h1 span {
  font-weight: 700;
}

.typography_breacrumb p {
  color: #677294;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b505e;
}

p {
  font-size: 16px;
  color: #677294;
}

p span {
  padding: 3px 8px;
}

.bg-dark {
  background: #222d39 !important;
}

.bg-purpple {
  background: #6e3ef8;
}

.bg-blue {
  background: #2cabed;
}

.h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
  margin-bottom: 50px;
}

.heading_style h1,
.heading_style h2,
.heading_style h3,
.heading_style h4,
.heading_style h5,
.heading_style h6 {
  color: #4b505e;
  font-weight: 700;
}

.heading_style .h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
}

.heading_style h1 {
  font-size: 50px;
}

.heading_style h2 {
  font-size: 44px;
}

.heading_style h3 {
  font-size: 36px;
}

.heading_style h4 {
  font-size: 30px;
}

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

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

.heading_style.medium h1,
.heading_style.medium h2,
.heading_style.medium h3,
.heading_style.medium h4,
.heading_style.medium h5,
.heading_style.medium h6 {
  font-weight: 500;
}

.heading_style.medium .h_title {
  font-weight: 300;
}

.heading_style.regular .h_title {
  font-weight: 300;
}

.heading_style.regular h1,
.heading_style.regular h2,
.heading_style.regular h3,
.heading_style.regular h4,
.heading_style.regular h5,
.heading_style.regular h6 {
  font-weight: 400;
}

.tooltip_p .text-green {
  color: #49c10e;
}

.tooltip_p .text-red {
  color: #f0368d;
}

.tooltip > .tooltip-inner {
  background-color: #28a745;
  color: #fff;
}

.tooltip > .tooltip-inner .arrow:before {
  border-bottom-color: #28a745;
}

.drop_text span {
  float: left;
  font-size: 54px;
  color: #2cabed;
  font-weight: 700;
  line-height: 50px;
}

.nested {
  font-size: 16px;
  color: #627387;
  line-height: 36px;
  font-weight: 400;
}

.blockquote {
  border-left: 2px solid #4b505e;
  padding-left: 30px;
}

.blockquote p {
  font-size: 18px;
  color: #4b505e;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.blockquote_two {
  background: #f9fafb;
  padding: 20px 20px 20px 40px;
  font-size: 22px;
  font-style: italic;
  color: #627387;
}

.blockquote_two img {
  margin-right: 40px;
}

.blockquote_three {
  background: #f9fafb;
  padding: 40px;
  font-size: 22px;
  color: #677294;
  font-style: italic;
  line-height: 40px;
}

.blockquote_three img {
  margin-right: 40px;
}

.typography_promo_area {
  position: relative;
  z-index: 1;
  height: 400px;
  background-color: #5e2ced;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.typography_promo_area .bg_overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
  opacity: 0.1;
}

.typography_promo_area h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.typography_promo_area .btn_get {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 30px;
}

.typography_promo_area .btn_get:hover {
  background: #fff;
  color: #051441;
}

.alert {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  margin-bottom: 30px;
}

.alert i {
  float: left;
  font-size: 20px;
  line-height: 32px;
  margin-right: 20px;
}

.alert .alert_close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

.alert .alert_close i {
  margin-right: 0;
}

.alert.notice {
  background: #f9f8fc;
  border-color: #e9e6f5;
  color: #677294;
}

.alert.error {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}

.alert.warning {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}

.alert.info {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}

.alert.success {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}

.alert.message {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.big_alert {
  padding: 40px;
  font-size: 20px;
}

.big_alert i {
  font-size: 24px;
}

.box_alert {
  border: 1px solid #e9e6f5;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}

.box_alert .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #677294;
  border: 1px solid #e9e6f5;
  background: #f9f8fc;
  border-radius: 50%;
  margin-right: 30px;
}

.box_alert .media-body h5 {
  font-size: 20px;
  line-height: 28px;
  color: #222d39;
  font-weight: 500;
  margin-bottom: 10px;
}

.box_alert .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #677294;
}

.box_alert .alert_close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #677294;
  font-size: 20px;
  cursor: pointer;
}

.box_alert.box_warning .icon {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}

.box_alert.box_success .icon {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}

.box_alert.box_error .icon {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}

.box_alert.box_info .icon {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}

.box_alert.box_info_two .icon {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.button_item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.button_item .btn_hover {
  margin-top: 0;
}

.button_item + .button_item {
  margin-top: 20px;
}

.btn_s {
  padding: 9px 44px;
}

.btn_m {
  padding: 16px 50px;
}

.btn_l {
  padding: 24px 86px;
}

.btn_c {
  padding: 16px 50px;
}

.btn_border {
  border-width: 1px;
  border-style: solid;
  border-color: #222d39;
  color: #222d39;
}

.btn_border:hover {
  background: #7444fd;
  border-color: #7444fd;
  color: #fff;
}

.border2 {
  border-width: 2px;
}

.border3 {
  border-width: 3px;
}

.border4 {
  border-width: 4px;
}

.btn_r {
  border-radius: 4px;
}

.btn_r_n {
  border-radius: 0;
}

.btn_r_two {
  border-radius: 8px;
}

.btn_r_three {
  border-radius: 45px;
}

.box_s {
  background: #5f2eed;
  box-shadow: 0 6px #8057f8;
}

.box_s:hover {
  background: #5f2eed;
  color: #fff;
}

.box_s:hover:hover {
  box-shadow: 0 4px #8057f8;
}

.btn-style2 {
  position: relative;
  overflow: visible;
  z-index: auto;
  background: #5f2eed;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-style2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dfd5fb;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-style2:hover {
  background: #5f2eed;
  margin-right: 0;
  margin-bottom: 0;
  color: #fff;
}

.btn-style2:hover:before {
  right: 0;
  bottom: 0;
}

.btn-style3 {
  position: relative;
  background: transparent;
}

.btn-style3:before {
  content: "";
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  background: #5f2eed;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-style3:hover {
  color: #fff;
}

.btn-style3:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.btn-style4 {
  position: relative;
  background: #dfd5fb;
  border: 0;
}

.btn-style4:before {
  content: "";
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  background: #5f2eed;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-style4:hover {
  color: #fff;
}

.btn-style4:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.i_btn_one {
  padding: 16px 50px;
}

.i_btn_one i {
  margin-right: 10px;
}

.i_btn_two {
  padding: 16px 50px;
}

.i_btn_two i {
  margin-left: 14px;
}

.i_btn_three {
  padding: 0 50px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.i_btn_three i {
  width: 50px;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 53px;
  margin-right: 35px;
  border-right: 1.2px solid rgba(255, 255, 255, 0.2);
}

.i_btn_three:hover i {
  border-color: #7444fd;
}

.i_btn_four {
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.i_btn_four i {
  width: 50px;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 53px;
  margin-left: 35px;
  border-left: 1.2px solid rgba(255, 255, 255, 0.2);
}

.i_btn_four:hover i {
  border-color: #7444fd;
}

.btn_blue {
  background: #2e95ed;
  border-color: #2e95ed;
}

.btn_blue:hover {
  background: #2e95ed;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_red {
  background: #db247f;
  border-color: #db247f;
}

.btn_red:hover {
  background: #db247f;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_green {
  background: #62be09;
  border-color: #62be09;
  padding: 16px 64px;
}

.btn_green:hover {
  background: #62be09;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_yellow {
  background: #e4a817;
  border-color: #e4a817;
  padding: 16px 64px;
}

.btn_yellow:hover {
  background: #e4a817;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_purple {
  background: #b715f3;
  border-color: #b715f3;
}

.btn_purple:hover {
  background: #b715f3;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_violte {
  background: #5f2eed;
  border-color: #5f2eed;
}

.btn_violte:hover {
  background: #5f2eed;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_orange {
  background: #f05b2d;
  border-color: #f05b2d;
  padding: 16px 64px;
}

.btn_orange:hover {
  background: #f05b2d;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_nill {
  background: #1bbbce;
  border-color: #1bbbce;
  padding: 16px 64px;
}

.btn_nill:hover {
  background: #1bbbce;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hr {
  width: 100%;
  height: 1px;
  background: #e7e7f6;
  margin-bottom: 40px;
}

ul {
  color: #677294;
}

.small_note {
  color: #666;
  font-style: italic;
}

/*====================================================*/

/*============== footer_area css ==============*/

.f_bg {
  background: #eff2f9;
  box-shadow: 0 -1px 0 0 rgba(231, 236, 246, 0.004);
}

.footer_top {
  border-bottom: 1px solid #e0e3ef;
  padding: 20px 0 100px;
  font: 300 16px/20px "Poppins", sans-serif;
}

.f_widget .widget-wrap {
  margin-top: 35px;
}

.f_widget .widget-wrap p span {
  color: #051441;
}

.f_widget .widget-wrap p a {
  color: #677294;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.f_widget.info-block-area .f_list {
  margin-bottom: 0;
}

.f_widget.info-block-area .f_list li {
  margin-bottom: 15px;
}

.f_widget.info-block-area .f_list li a {
  font: 400 15px/20px "Poppins", sans-serif;
  color: #677294;
  position: relative;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline-block;
}

.f_widget.info-block-area .f_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #6754e2;
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.f_widget.info-block-area .f_list li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.f_widget.info-block-area .f_list li:last-child {
  margin-bottom: 0;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0;
}

.footer_bottom p a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer_bottom .f_menu {
  margin-bottom: 0;
}

.footer_bottom .f_menu li {
  display: inline-block;
  position: relative;
}

.footer_bottom .f_menu li a {
  color: #7f88a6;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer_bottom .f_menu li a:hover {
  color: #6754e2;
}

.footer_bottom .f_menu li + li {
  margin-left: 16px;
}

.footer_bottom .f_menu li + li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}

.footer_bottom a:hover {
  color: #6754e2;
}

.copy_company_info a {
  font-size: 14px;
  color: #969db4;
  margin: 8px 0;
  display: block;
}

/*============== footer_dark_one css =============*/

.footer_dark_main {
  background: #15133a;
}

.footer_dark_main .footer_top {
  border-color: #1f1d48;
}

.footer_dark_main .f_widget.info-block-area .f_list li a,
.footer_dark_main .f_widget .widget-wrap p a,
.footer_dark_main .copy_company_info a {
  color: #9ca5c1;
}

.footer_dark_main .copy_company_info {
  padding-top: 25px;
}

.dark_f_bottom a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.dark_f_bottom a:hover {
  color: #4069eb;
}

.dark_f_bottom p {
  color: #9ca5c1;
}

.dark_f_bottom p a {
  color: #4069eb;
}

.dark_f_bottom .f_menu li a {
  color: #9ca5c1;
}

.dark_f_bottom .f_menu li a:hover {
  color: #4069eb;
}

.dark_f_bottom .f_menu li + li:before {
  background: #5e6482;
}

.dark_block_area .f-title {
  color: #fff;
}

.dark_block_area.company_widget .copy_company_info {
  margin-top: 25px;
}

.dark_block_area.company_widget .copy_company_info a:first-child {
  margin-left: 0;
}

.dark_block_area.company_widget .copy_company_info a:hover {
  color: #4069eb;
}

.dark_block_area .widget-wrap p span {
  color: #fff;
}

.dark_block_area .widget-wrap p a:hover {
  color: #4069eb;
}

.dark_block_area.info-block-area .f_list li a:before {
  background: #4069eb;
}

.dark_block_area.info-block-area .f_list li a:hover {
  color: #4069eb;
}

.dark_block_area .f_subscribe .form-control {
  background: transparent;
  border-color: #202430;
}

.dark_block_area .f_subscribe button {
  color: #fff;
}

/*===========footer_dark_ten css ===========*/

.footer_dark_var .f_widget .widget-wrap p a:hover {
  color: #23b1fe;
}

.footer_dark_var .f_widget.info-block-area .f_list li a:before {
  background: #23b1fe;
}

.footer_dark_var .f_widget.info-block-area .f_list li a:hover {
  color: #23b1fe;
}

.footer_dark_var .dark_f_bottom .f_menu li a:hover,
.footer_dark_var .dark_f_bottom a {
  color: #23b1fe;
}

/*====================================================*/

@media (max-width: 1650px) {
  .about_content {
    padding: 100px 30px;
  }

  .section_container {
    height: 795px;
  }

  .main_features_item {
    padding: 0;
  }
}

@media (max-width: 1550px) {
  .container.custom_container {
    max-width: 1170px;
  }

  .service_item {
    padding: 47px 15px 0;
  }

  .company_block img,
  .protype_img {
    max-width: 100%;
  }

  .action_img {
    margin-right: 0;
  }

  .service_carousel {
    padding-left: 70px;
  }

  .about_content_left {
    padding: 0 0 0 50px;
  }

  .about_content {
    padding: 60px 30px 100px;
  }

  .about_img .about_img_slider .about_item .about_text {
    padding: 0 20px;
  }

  .footer_top_six .social-widget .f_social_icon a + a {
    margin-left: 0;
  }

  .menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1450px) {
  .developer_product_area .service_tab_img {
    max-width: 100%;
  }

  .text_box textarea {
    height: 140px;
  }

  .section_one_img {
    margin-left: 0;
    text-align: center;
  }

  .section_one_img img {
    max-width: 80%;
  }

  .section_one_img .round {
    width: 450px;
    height: 450px;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -225px;
  }

  .scroll-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section_one-content h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .section_one-content h2 br {
    display: none;
  }

  .support_tab_content .tab-pane .tab_img {
    max-width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .s_pricing-item {
    padding: 55px 25px;
  }

  .feature_info .f_content h2 {
    padding-right: 0;
  }

  .mobile_img .mobile {
    left: -180px;
  }

  .service_item .icon {
    right: 5px;
  }

  .footer_top_two .f_width_24 {
    width: 35%;
  }

  .f_width_12 {
    width: 15%;
  }

  .f_width_20 {
    width: 25%;
  }

  .f_width_24,
  .f_width_12,
  .f_width_20 {
    margin-bottom: 35px;
  }

  .footer_top_two .pl-30,
  .footer_top_two .pl_40,
  .tab-content .tab_img {
    padding-left: 0;
  }

  .action_area_two {
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .about_content_left,
  .about_img {
    max-width: 100%;
    -webkit-box-flex: 1;
            flex: 1;
    padding-left: 0;
  }

  .about_content {
    bottom: 0;
    margin-bottom: 0;
    padding: 90px 30px 100px;
  }

  .footer_top_six .social-widget {
    margin-left: -42px;
  }

  .menu > .nav-item + .nav-item {
    margin-left: 20px;
  }

  .faq_area .pr_50 {
    padding-right: 15px;
  }

  .service_details_area .service_details_img img {
    max-width: 100%;
  }

  .sign_info .login_info {
    padding-left: 0;
  }

  .sign_info .social_tag li a {
    margin-left: 0;
  }

  .login-form .extra {
    font-size: 13px;
  }

  .feature_info .feature_img.f_img_two .four {
    left: 0;
  }

  .product_service_content {
    padding-right: 0;
    padding-left: 0;
  }

  .product_service_item + .product_service_item {
    margin-top: 118px;
  }

  .login_img {
    padding-left: 20px;
    margin-right: -115px;
  }

  .login_area .login_info {
    padding-right: 50px;
  }

  .triangle_shape {
    height: 107%;
  }

  .new_service .new_service_content {
    padding: 50px 15px;
  }

  .navbar .pl_100 {
    padding-left: 48px;
  }

  .details_img img {
    max-width: 100%;
  }

  .price_info_two .price_item:first-child {
    padding-left: 10px;
  }

  .navbar .search_cart .shpping-cart {
    margin-left: 0;
  }

  #multiscroll {
    overflow: auto;
    height: 100vh;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }

  #multiscroll .ms-left,
  #multiscroll .ms-right {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
  }

  .border_shap.two {
    left: 2%;
  }

  .h_features_img img {
    max-width: 100%;
  }

  .h_features_content {
    padding-right: 0;
  }

  .b_line li:nth-child(8) {
    right: 95px;
  }

  .b_line li:nth-child(7) {
    right: 200px;
  }

  .b_line li:nth-child(5) {
    right: 395px;
  }

  .b_line li:nth-child(4) {
    right: 250px;
  }

  .h_price_inner {
    max-width: 100%;
  }

  .intro {
    margin-right: auto;
  }

  .support_home_img img {
    max-width: 100%;
  }

  .navbar .offcanfas_menu > .nav-item + .nav-item {
    margin-left: 0;
  }

  .header_footer p {
    margin-bottom: 0;
  }

  .f_widget.pl_70,
  .f_widget.pl_40 {
    padding-left: 0;
  }

  .menu_main .container-fluid {
    padding-left: 35px;
    padding-right: 72px;
  }

  .price_content .price_item {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .sign-in-btn {
    padding: 0 !important;
  }

  .menu > .not-auth-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .dash-btn {
    margin-left: 0 !important;
  }

  .dashboard-header-menu {
    display: block !important;
  }

  .menu_scroll .alter_nav {
    position: relative;
    right: 0;
    top: 0;
  }

  .menu_scroll.menu_poss .w_menu.search_cart a.nav-link {
    color: #051441;
  }

  .menu_scroll .menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
    left: 0;
    right: auto;
  }

  .service_details_area .service_details_img {
    margin-left: 0;
    margin-bottom: 60px;
  }

  .service_promo_area .shape.shape_four,
  .service_promo_area .shape.shape_three {
    bottom: -2%;
  }

  .banner_top br {
    display: none;
  }

  .footer_top .f_widget {
    padding-left: 0;
    margin-bottom: 40px;
  }

  .footer_top {
    padding-bottom: 60px;
  }

  .footer_bottom,
  .copy_company_info a {
    font-size: 13px;
  }

  .slider_area {
    height: auto;
  }

  .mobile_img .mobile {
    left: 0;
    top: -143px;
  }

  .mobile_img .women_img {
    top: 70px;
    right: 280px;
  }

  .container.custom_container {
    max-width: 100%;
    padding: 0 15px;
  }

  .price_content .price_item {
    height: 100%;
  }

  .price_content .col-sm-6 {
    margin-bottom: 30px;
  }

  .pricing_area {
    padding-bottom: 80px;
  }

  .feature_info .feature_img {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .feature_info .feature_img.f_img_two {
    max-width: 570px;
    position: relative;
  }

  .feature_info .feature_img.f_img_two .one {
    right: 40%;
  }

  .features_area .mt_130 {
    margin-top: 80px;
  }

  .service_item {
    padding: 47px 25px 0;
  }

  .service_item .icon {
    right: 20px;
  }

  .feature_info .feature_img.f_img_one {
    margin-left: 0;
  }

  .p_service_item.pl_50,
  .p_service_item.pl_70 {
    padding-left: 0;
  }

  .p_service_item.pr_70 {
    padding-right: 0;
  }

  .p_service_item {
    margin-bottom: 40px;
  }

  .action_content {
    margin-bottom: 40px;
  }

  .action_img {
    margin-top: 0;
  }

  .p_service_info {
    margin-bottom: -40px;
  }

  .footer_area_four .footer_top {
    padding-bottom: 40px;
  }

  .get_started_area .col-lg-6.text-right img {
    margin-top: 50px;
  }

  .faq_tab {
    margin-bottom: 60px;
  }

  .faq_content h3.mt_100 {
    margin-top: 50px;
  }

  .sign_info .login_info {
    margin-top: 50px;
  }

  .sec_title p br {
    display: none;
  }

  .menu > .nav-item + .nav-item {
    margin-left: 0;
  }

  .menu > .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu {
    padding: 10px 0;
    background: #fff;
    margin-top: 0;
  }

  .menu_main .navbar-collapse {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 25px;
  }

  .navbar-collapse,
  .menu_four .navbar-collapse {
    max-height: 400px;
    overflow-y: hidden;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
  }

  .menu > .nav-item {
    margin-right: 0;
  }

  .header_area .navbar-brand .menu_toggle {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .navbar .pl_100 {
    padding-left: 20px;
    padding-right: 15px;
  }

  .header_area.navbar_fixed .navbar-brand,
  .navbar_fixed .menu_toggle {
    margin-bottom: 0;
  }

  .menu > .nav-item > .nav-link {
    display: inline-block;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    box-shadow: none;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding: 0 25px;
  }

  .menu > .nav-item.submenu .dropdown-menu {
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .burger_menu {
    display: none;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
    padding-top: 0;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item:last-child {
    padding-bottom: 0;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
    content: "\E649";
    display: inline-block;
    font-family: "themify";
    margin-right: 8px;
    width: auto;
    font-size: 9px;
    float: none;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item:first-child {
    padding-top: 12px;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item:last-child {
    padding-bottom: 0;
  }

  .menu_main .mobile_btn {
    margin-left: 15px;
    display: none;
  }

  .menu_main .btn_get {
    margin-left: 0;
    border: none;
  }

  .menu_four .btn_get {
    border-color: #ccc5fa;
    box-shadow: none;
    margin-left: 20px;
  }

  .header_area .menu_six .cus_dark {
    margin-left: 30px;
    border-color: #3d64f4;
    color: #3d64f4;
    display: inline-block;
    margin-bottom: 15px;
  }

  .header_area a.menu_cus {
    margin-left: 30px !important;
  }

  .header_area .menu_five .menu_custfive {
    border-color: #3d64f4;
    color: #3d64f4;
    display: inline-block;
  }

  .header_area .menu_four .menu_custfive {
    border-color: #563bd1;
    color: #563bd1;
    display: inline-block;
  }

  .menu_nine .btn_get {
    display: inline-block;
    border-color: #5f51fb;
    color: #5f51fb;
    margin-left: 28px;
    margin-bottom: 10px;
  }

  .header_area_three .menu_four .menu_toggle .hamburger span {
    background: #6754e2;
  }

  .header_area_three {
    padding: 28px 0;
  }

  .header_area_six .container,
  .header_area_seven .container {
    position: relative;
  }

  .footer_top_two .f_widget {
    margin-bottom: 40px;
  }

  .footer_area_two .footer_top_two .row {
    margin-bottom: -40px;
  }

  .header_area .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu_main,
  .header_area.navbar_fixed .menu_main,
  .menu_two,
  .menu_six,
  .menu_seven {
    padding: 0.5rem 1rem !important;
  }

  .w_menu .nav-item .nav-link {
    color: #051441;
  }

  .w_menu .nav-item:hover .nav-link,
  .w_menu .nav-item.active .nav-link {
    color: #00aff0;
  }

  .menu_four .menu > .nav-item .nav-link,
  .menu_five .menu > .nav-item .nav-link,
  .menu_six .menu > .nav-item .nav-link,
  .menu_seven .menu .nav-item .nav-link {
    color: #051441;
  }

  .menu_five .menu > .nav-item:hover .nav-link,
  .menu_five .menu > .nav-item.active .nav-link {
    color: #3d64f4;
  }

  .menu_five > .menu > .nav-item:hover .nav-link:before,
  .menu_five .menu > .nav-item.active .nav-link:before {
    background: #3d64f4;
  }

  .menu_seven .menu > .nav-item:hover .nav-link,
  .menu_seven .menu > .nav-item.active .nav-link {
    color: #4069eb;
  }

  .menu_seven > .menu > .nav-item:hover .nav-link:before,
  .menu_seven .menu > .nav-item.active .nav-link:before {
    background: #4069eb;
  }

  .menu_four > .menu > .nav-item:hover .nav-link,
  .menu_four .menu > .nav-item.active .nav-link {
    color: #6754e2;
  }

  .menu_four > .menu > .nav-item:hover > .nav-link:before,
  .menu_four .menu > .nav-item.active > .nav-link:before {
    background: #6754e2;
  }

  .section_container .intro {
    height: 50%;
  }

  .main_features_area {
    padding-top: 50px;
  }

  .product_service_img {
    margin-bottom: 40px;
  }

  .product_service_item + .product_service_item {
    margin-top: 80px;
  }

  .sign_up_area .sign_up_area_content {
    text-align: center;
  }

  .sign_up_area .justify-content-end {
    -webkit-box-pack: center !important;
            justify-content: center !important;
    margin-top: 20px;
  }

  .app_service_area {
    padding-top: 100px;
  }

  .login_area .login_info {
    padding-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .login_area .login_info:before {
    right: -20%;
  }

  .login_img {
    margin: 0 auto !important;
    padding: 70px 0;
  }

  .footer_bottom .f_menu li + li {
    margin-left: 7px;
  }

  .triangle_shape {
    height: 115%;
    transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    width: 170%;
  }

  .new_service .separator {
    display: none;
  }

  .new_service .new_service_content {
    margin-top: 0;
  }

  .service_promo_area .shape.shape_two {
    left: 0;
  }

  .service_details_area .details_content {
    padding-top: 50px;
  }

  .breadcrumb_area {
    padding-top: 180px;
  }

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

  .pr_sidebar {
    margin-top: 60px;
  }

  .alter_nav {
    position: absolute;
    right: 63px;
    top: -4px;
  }

  .header_area_six + section {
    margin-top: 122px;
  }

  .header_contact_info li {
    font-size: 13px;
  }

  .header_contact_info li:before {
    margin: 0 5px 0 0;
  }

  .new_footer_top .pl_70 {
    padding-left: 0;
  }

  .new_footer_top .f_widget {
    margin-bottom: 50px;
  }

  .header_area_six .alter_nav {
    top: 0;
  }

  .menu_pos .w_menu .nav-item:hover .nav-link,
  .w_menu .nav-item.active .nav-link {
    color: #5e53fb;
  }

  .navbar_fixed .menu_pos .container .menu_toggle .hamburger span,
  .navbar_fixed .menu_pos .container .menu_toggle .hamburger-cross span {
    background: #051441;
  }

  .section-1 .section_one-content {
    padding-top: 80px;
  }

  .header_area .container {
    position: relative;
  }

  .menu_main .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 768px) {
  .docs-td-resp {
    width: 30% !important;
  }

  .footer_bottom p {
    text-align: center;
    margin-bottom: 12px !important;
  }

  .footer_bottom .copy_company_info {
    text-align: right !important;
    margin-bottom: 12px;
  }

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

  .banner_top h2 {
    font-size: 32px;
  }

  .l_height60 {
    line-height: 45px;
  }

  .footer_top_two .f_width_24,
  .f_width_12,
  .f_width_20 {
    width: 100%;
  }

  .footer_area_two .footer_bottom p {
    text-align: left;
    margin-bottom: 0 !important;
  }

  .action_area_three:before {
    background-size: contain;
  }

  .action_area_three .action_content {
    margin: 0;
  }

  .mb_90 {
    margin-bottom: 50px;
  }

  .pricing_area {
    padding-bottom: 10px;
  }

  .design_img_two {
    margin-top: -50px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .app_service_area {
    padding-top: 80px;
  }

  .price_content .price_item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sign_info {
    padding: 50px 30px;
  }

  .banner_top {
    padding-top: 125px;
  }

  .svg_intro_bottom {
    width: 130%;
  }

  .slider_content {
    padding-top: 150px;
  }

  .main_features_area {
    padding-top: 50px;
  }

  .section_container .intro_content {
    position: relative;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section_container .intro_content h1 {
    font-size: 44px;
  }

  .product_service_img img {
    max-width: 100%;
  }

  .f_widget .mb_40 {
    margin-bottom: 16px;
  }

  .company_block .mt_30 {
    margin-top: 20px;
  }

  .feature_info .f_content h2 {
    line-height: 33px;
    margin-bottom: 15px;
  }

  .sign_info {
    background: #fff;
  }

  .error_contain h1 {
    font-size: 20vw;
    line-height: 22vw;
  }

  .service_details_area .pr_70 {
    padding-right: 15px;
  }

  .new_footer_area .footer_bottom p {
    text-align: left;
    font-size: 14px;
  }

  .full_header {
    padding: 20px 15px;
  }

  .hamburger-menu-wrepper .animation-box .menu-box {
    width: 100%;
  }

  .hamburger-menu-wrepper .animation-box .menu-box .menu {
    background: transparent;
  }

  .header_footer p {
    display: none;
  }

  .close_icon {
    top: 10px;
    right: 30px;
    z-index: 2;
  }

  .menu_scroll .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .setup_inner .setup_item .line {
    display: none;
  }

  .setup_inner .setup_content {
    text-align: center;
    padding-left: 0;
    max-width: 350px;
    margin: 0 auto;
  }

  .setup_inner .setup_item .round {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .integration_img {
    margin-left: 0;
  }

  .support_home_area img {
    max-width: 100%;
  }

  .support_home_img {
    margin-left: 0;
  }

  .h_leaf.two,
  .h_leaf.one {
    max-width: 40%;
  }

  .hamburger-menu-wrepper .animation-box {
    display: -webkit-box;
    display: flex;
  }

  .hamburger-menu-wrepper .animation-box .menu-box {
    display: block !important;
    width: 80%;
    max-height: 450px;
    overflow-y: scroll;
  }

  .close_icon {
    right: 20px;
    top: 20px;
  }

  .hamburger-menu-wrepper.show-menu .animation-box .menu-box .offcanfas_menu > li a {
    font-size: 25px;
  }

  .navbar .offcanfas_menu > .nav-item:not(:last-child) {
    margin-bottom: 5px;
  }

  .header_footer {
    padding-bottom: 0;
    padding-top: 20px;
    display: block;
  }

  .header_footer ul {
    margin-bottom: 0;
  }

  .navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu {
    padding-top: 0;
  }

  .product_service_img img {
    max-width: 100%;
    height: 100%;
  }
}

@media (max-width: 650px) {
  .about_img .about_img_slider .about_item.w45,
  .about_img .about_img_slider .about_item.w55 {
    width: 100%;
  }

  .about_img .pluse_icon {
    display: none;
  }

  .comment-box .post_comment .reply-comment {
    padding-left: 25px;
  }

  .sign_info .login_info .sign-in-form .d-flex {
    display: block !important;
  }

  .sign_info .lead-text {
    padding-right: 0;
    padding-top: 15px;
  }

  .about_img .about_img_slider .about_item .about_text {
    bottom: 30px;
  }

  .t_color3 br {
    display: none;
  }

  .design_developers_area .btn_four {
    margin-top: 35px;
  }

  .company_block .mt_40 {
    margin-top: 25px;
  }

  .f_widget h3.mb-30 {
    margin-bottom: 15px;
  }

  .f_widget .widget-wrap {
    margin-top: 20px;
  }

  .error_contain p br {
    display: none;
  }

  .error_contain h2 {
    letter-spacing: 0.5px;
  }

  .triangle_shape {
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
  }

  .post_author_two {
    padding: 25px 20px;
  }

  .comment_inner .comment_box .post_comment {
    padding: 30px 20px 30px;
  }

  .intro {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .section_container .intro {
    width: auto;
  }

  .intro {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 576px) {
  .footer_bottom .copy_company_info,
  .footer_bottom .f_menu,
  .footer_area_two .footer_bottom p {
    text-align: center !important;
  }

  .footer_bottom .copy_company_info {
    margin-bottom: 6px;
  }

  .banner_top h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .l_height60,
  .l_height50 {
    line-height: 45px;
  }

  .f_size_30 {
    font-size: 24px;
    line-height: 35px;
  }

  .mobile_img .mobile {
    left: 0;
    top: -100px;
    max-width: 100%;
  }

  .f_size_40 {
    font-size: 30px;
  }

  .footer_area_two .footer_bottom p {
    margin-bottom: 8px !important;
  }

  .about_content {
    padding: 90px 15px 100px;
  }

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

  .get_started_area .col-lg-6.text-right img {
    max-width: 100%;
  }

  .get_content .app_btn.app_btn_two {
    margin-left: 0;
  }

  .app_service_item {
    padding: 50px 20px;
  }

  .login-form .extra,
  .security_banner_content .action_btn.d-flex {
    display: block !important;
  }

  .feature_info .feature_img.f_img_one .one {
    left: 0;
    max-width: 80%;
  }

  .feature_info .feature_img.f_img_one .three {
    max-width: 69%;
  }

  .feature_info .feature_img.f_img_two .one {
    right: 131px;
    max-width: 43%;
  }

  .mobile_btn {
    display: none;
  }

  .action_area_three .action_content .white_btn {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer_nine_bottom {
    text-align: center;
  }

  .footer_nine_bottom .flag_selector {
    float: none;
    margin-top: 12px;
  }

  .banner_top .valiatebutton .btn_submit {
    position: relative;
    right: 0;
    display: block;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 20px auto 0;
  }

  .banner_top .valiatebutton {
    display: block;
  }

  .banner_top .valiatebutton .form-control {
    display: block;
    width: 100%;
  }

  .breadcrumb_area {
    padding: 110px 0 50px;
  }

  .sign_up_area .subscribe_form_info {
    padding: 80px 20px;
  }

  .pr_sidebar .widget {
    text-align: left;
  }

  .section-1 .section_one-content {
    padding-right: 0;
  }

  .section_one_img .round {
    width: 290px;
    height: 290px;
    margin-left: -145px;
    margin-top: -145px;
  }

  .section_one_img .dots {
    display: none;
  }
}

@media (max-width: 480px) {
  .header_area .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section_container .intro_content h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .section_container .intro_content .valiatebutton {
    display: block;
  }

  .section_container .intro_content .valiatebutton .form-control {
    width: 100%;
  }

  .section_container .intro_content .valiatebutton .btn_submit {
    position: relative;
    margin-top: 10px;
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .get_content .app_btn {
    margin-top: 5px;
  }

  .pr_footer,
  .login-form .extra {
    display: block !important;
  }

  .sign_info {
    padding: 30px 15px;
  }

  .btn_six + .btn_six {
    margin-left: 0;
  }

  .example-vat-validate-response-parent .code-table table td:last-child {
    text-align: left;
  }

  .example-vat-validate-response-parent .code-table table td:first-child {
    padding-right: 10px !important;
  }

  .example-vat-validate-response-parent .code-table-p {
    padding: 1.5rem 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1080px) {
  .price_content .price_item:last-child .descr {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*====================================================*/

.docs-page {
  font-family: "Poppins", sans-serif;
}

#docs-header .logo {
  border-bottom: 1px solid #e9ecef;
  z-index: 2;
  width: 220px;
  border-right: 1px solid #e9ecef;
}

#docs-header .header-nav {
  padding-left: 220px;
}

#docs-header .top-nav {
  display: none;
}

#docs-header .top-nav .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#docs-header .top-nav .custom-select optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#docs-header .language-nav {
  background: #1d2124;
}

#docs-header .language-nav .nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#docs-header .language-nav .nav .nav-link {
  display: block;
  padding: 0.3rem 1rem;
  font-size: 14px;
  border-radius: 0.25rem;
}

#docs-header .language-nav .nav .nav-link.active {
  color: #fff;
  background-color: #007bff;
}

#docs-header .language-nav .nav a.bg-success {
  background-color: #0fb3b5 !important;
}

#docs-header .language-nav .nav a.bg-success:hover {
  background-color: #0b8486 !important;
}

#docs-sidebar {
  padding: 70px 0 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 220px;
  border-right: 1px solid #e9ecef;
}

#docs-sidebar .sidebar-nav {
  overflow-y: scroll;
  height: 100%;
}

#docs-sidebar .sidebar-nav h5 {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #6c757d;
}

#docs-sidebar .sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

#docs-sidebar .sidebar-nav ul li {
  font-size: 15px;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#docs-sidebar .sidebar-nav ul li ul {
  padding: 0 0 0 20px;
  margin: 0;
}

#docs-sidebar .sidebar-nav ul li a {
  color: #343a40;
}

#docs-sidebar .sidebar-nav ul li a:hover {
  text-decoration: underline !important;
}

#docs-content {
  padding-left: 220px;
}

#docs-content .method-copy {
  border-bottom: 1px solid #e9ecef;
}

#docs-content .method-copy p {
  font-size: 14px;
  line-height: 26px;
}

#docs-content .method-copy .alert {
  font-size: 14px;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#docs-content .method-copy .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

#docs-content .method-copy .sample-code {
  border: 1px solid #e9ecef;
  background: #f8f9fa;
  padding: 3px;
  border-radius: 3px;
}

#docs-content .method-copy code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

#docs-content .method-copy .attributes-table {
  padding: 40px 0 0;
}

#docs-content .method-copy .attributes-table h5 {
  font-size: 16px;
  padding: 0 0 10px;
  color: #6c757d;
}

#docs-content .method-copy .attributes-table p {
  line-height: 16px;
}

#docs-content .method-copy .attributes-table p:last-child {
  margin: 0;
}

#docs-content .method-copy .attributes-table .value-description {
  color: #6c757d;
}

#docs-content .method-copy .attributes-table .index {
  margin: 0;
  color: #212529;
}

#docs-content .method-copy .attributes-table .text-muted {
  color: #6c757d !important;
}

#docs-content .method-copy .attributes-table .text-success {
  color: #0fb3b5 !important;
}

#docs-content .method-copy .attributes-table .row {
  margin: 0;
}

#docs-content .method-copy .attributes-table .row > div {
  padding: 14px;
}

#docs-content .method-copy .attributes-table .attribute-row > div {
  border-top: 1px solid #dae0e5;
}

#docs-content .method-copy .attributes-table .child {
  margin: 2px 0 0;
  border: 1px solid #dae0e5;
  border-radius: 6px;
}

#docs-content .method-copy .attributes-table .child-header {
  position: relative;
}

#docs-content .method-copy .attributes-table .child-header .row > div {
  padding: 8px 16px;
}

#docs-content .method-copy .attributes-table .child-header:before {
  border-color: rgba(218, 224, 229, 0) !important;
  border-bottom-color: #dae0e5 !important;
  border-width: 11px !important;
  margin-left: -33px !important;
}

#docs-content .method-copy .attributes-table .child-header:after {
  border-color: rgba(255, 255, 255, 0) !important;
  border-bottom-color: #fff !important;
  border-width: 10px !important;
  margin-left: -32px !important;
}

#docs-content .method-copy .attributes-table .child-header:after,
#docs-content .method-copy .attributes-table .child-header:before {
  bottom: 100%;
  left: 33%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#docs-content .docs-example {
  border-bottom: 1px solid #3f474e;
}

#docs-content .docs-example span.copy-icon {
  position: absolute;
  color: #fff;
  cursor: pointer;
}

#docs-content .docs-example span.copy-icon-endpoint {
  left: 5.5rem;
}

#docs-content .docs-example span.copy-example-request {
  left: 7.4rem;
}

#docs-content .docs-example h3 {
  font-size: 18px;
  padding: 0 0 10px;
}

#docs-content .docs-example .text-light {
  color: #f8f9fa !important;
}

#docs-content .docs-example .example-table {
  font-size: 12.5px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  overflow: hidden;
}

#docs-content .docs-example .example-table table {
  background: transparent;
  color: #d1d9e1;
  margin: 0;
}

#docs-content .docs-example .example-table .table-dark.table-striped tbody tr:nth-of-type(2n+1) {
  background: rgba(0, 0, 0, 0.1);
}

#docs-content .docs-example .example-table .example-properties th {
  text-align: right;
}

#docs-content .docs-example pre {
  display: grid;
}

#docs-content .docs-example pre:before {
  font-size: 14px;
  color: #f8f9fa;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0 0 10px;
}

#docs-content .docs-example .example-endpoint:before {
  content: "API Endpoint";
}

#docs-content .docs-example .example-request:before {
  content: "Example Request";
}

#docs-content .docs-example .example-response:before {
  content: "Example Response";
}

#docs-content .docs-example .example-invalid-response:before {
  content: "Example Error Response";
}

#docs-content .docs-example code.hljs {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 12px 12px 12px 32px;
  font-size: 12.5px;
}

#docs-content .docs-example .hljs {
  display: block;
  padding: 0.5em;
  background: #474949;
  color: #d1d9e1;
}

#docs-content .docs-example .example-request {
  display: none;
}

#docs-content .docs-example .example-request.active {
  display: grid;
}

.hljs-symbol,
.hljs-bullet,
.hljs-subst,
.hljs-meta,
.hljs-link {
  color: #f99157;
}

.hljs-comment,
.hljs-quote {
  color: #969896;
  font-style: italic;
}

.hljs-string,
.hljs-doctag,
.hljs-regexp {
  color: #8abeb7;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-type,
.hljs-addition {
  color: #cc99cc;
}

.hljs-number,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #f99157;
}

.hljs-attr,
.hljs-attribute {
  color: #81a2be;
}

@media (max-width: 991.98px) {
  #docs-content {
    padding: 54px 0 0;
  }

  #docs-sidebar {
    display: none;
  }

  #docs-header {
    background: #f8f9fa;
  }

  #docs-header .logo {
    border: 0;
    width: 160px;
  }

  #docs-header .header-nav {
    padding: 0;
  }

  #docs-header .left-nav {
    border-bottom: 1px solid #e9ecef;
  }

  #docs-header .top-nav {
    display: block;
    padding-left: 160px !important;
  }
}

@media (max-width: 767.98px) {
  #docs-content {
    padding: 50px 0 0;
  }
}

.docs-page .important-field > span {
  color: #f99157 !important;
}

.docs-page .textarea-clipboard {
  position: fixed;
  top: -1000000px;
}

.docs-page .cursor-pointer {
  cursor: pointer;
}

.docs-page .tooltip-inner {
  background-color: #000000 !important;
  color: #fff;
}

.docs-page .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.docs-page .bs-tooltip-bottom .arrow::before {
  border-bottom-color: transparent !important;
}

.docs-page ::-webkit-scrollbar {
  width: 0;
}

.docs-page ::-webkit-scrollbar-track {
  display: none;
}

.docs-page pre.example-request {
  white-space: pre-line;
  line-break: anywhere;
}

.docs-page pre.example-request.break-space {
  white-space: break-spaces;
}

.docs-page pre.example-response,
.docs-page pre.example-invalid-response {
  white-space: break-spaces;
}

.docs-page .code_select a {
  color: #fff;
}

.docs-page .example-table table.example-properties {
  word-break: break-word;
}

.docs-td-resp {
  width: 25%;
}

@media (max-width: 767.98px) {
  .table-responsive {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/*====================================================*/

a:hover {
  text-decoration: none !important;
}

.text-underline {
  text-decoration: underline;
}

.custom_price_item_card {
  background: #f6f7fa;
  box-shadow: 0 4px 6px 0 #f6f7fa;
  cursor: default;
  padding: 30px 14px 40px !important;
}

.custom_price_item_card.highlight {
  border-color: #c9ebfa;
  box-shadow: 0 30px 60px 0 rgba(0, 11, 40, 0.3);
}

.support_form {
  background: #fbfbfb;
}

.support_form a {
  color: #007bff !important;
}

.support_form .login_info:before {
  background: transparent !important;
}

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

.sign-in-a a:hover {
  text-decoration: underline !important;
}

.example-vat-validate-response-parent {
  margin-top: 50px;
  margin-bottom: 100px;
}

.example-vat-validate-response-parent .example-vat-validate-response {
  width: 450px;
  background: rgba(36, 58, 85, 0.9);
  margin: 0 auto;
  margin-top: -30px;
  border-radius: 8px;
}

.example-vat-validate-response-parent .example-vat-validate-response .tabs {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #243a55;
}

.example-vat-validate-response-parent .example-vat-validate-response .tabs .nav-link {
  padding: 0.1rem 0.8rem;
  border-radius: 0.25rem;
  font-size: 13px;
  cursor: pointer;
}

.example-vat-validate-response-parent .example-vat-validate-response .tabs .nav-link.active {
  color: #fff;
  background: #1c7ce7 !important;
}

.example-vat-validate-response-parent .example-vat-validate-response .code-type.active {
  display: block !important;
}

.example-vat-validate-response-parent .example-vat-validate-response .code-type {
  display: none !important;
}

.example-vat-validate-response-parent .example-vat-validate-response pre {
  font-size: 87.5%;
  margin: 0;
  color: #212529;
  overflow: hidden;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.example-vat-validate-response-parent .example-vat-validate-response pre code {
  text-align: left;
  overflow-x: hidden;
  /* background: rgba(0,0,0,0.2); */
  border-radius: 6px;
  padding: 0 12px 12px 32px;
  font-size: 12.5px;
  color: #d1d9e1;
  display: block;
}

.example-vat-validate-response-parent .code-table {
  border-radius: 8px;
  font-size: 14px;
}

.example-vat-validate-response-parent .code-table table {
  width: 100%;
  border-collapse: collapse;
}

.example-vat-validate-response-parent .code-table table td:first-child {
  padding-right: 16px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}

.example-vat-validate-response-parent .code-table table td:last-child {
  color: #fff;
}

.example-vat-validate-response-parent .code-table table td {
  padding: 4px;
  vertical-align: top;
}

.example-vat-validate-response-parent .code-table table .valid-badge {
  font-size: 11px;
  top: -1px;
  position: relative;
}

.vat-form {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .example-vat-validate-response-parent {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .section_intro {
    padding-bottom: 100px;
  }

  .example-vat-validate-response-parent .example-vat-validate-response {
    width: auto;
  }

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

@media (max-width: 500px) {
  .section_intro {
    padding-bottom: 180px;
  }
}

@media (max-width: 400px) {
  .section_intro {
    padding-bottom: 205px;
  }

  .example-vat-validate-response-parent {
    margin-top: 40px;
  }

  .example-vat-validate-response-parent .example-vat-validate-response pre code {
    overflow-x: scroll;
  }
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #3f4451;
}

.tooltip.bs-tooltip-top > .tooltip-inner {
  background-color: #3f4451;
}

.c-pointer {
  cursor: pointer;
}

html,
body,
#app,
.app-parent,
.body_wrapper {
  min-height: 100%;
}

html {
  height: 100%;
  overflow-y: scroll;
}

.list-group-horizontal .list-group-item {
  display: inline-block;
  width: 20%;
}

.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
  border-right-width: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  margin-left: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-right-width: 1px;
}

@media (max-width: 992px) {
  .header_area {
    -webkit-transition: none;
    transition: none;
  }

  body.nav-collapsed .sticky_logo img {
    display: none;
  }

  body.nav-collapsed .sticky_logo img + img {
    display: block;
  }

  body.nav-collapsed .header_area {
    background: #fff;
  }

  body.nav-collapsed .menu_var .menu_toggle .hamburger-cross span {
    background: #23b1fe;
  }
}

.main_features_area {
  padding-top: 25px;
}

.main_features_item h4 {
  margin: 25px 0 20px;
}

.main_features_item {
  padding: 10px 20px;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .fade-enter-active,
  .fade-leave-active {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .fade-enter,
  .fade-leave-to {
    opacity: 0;
  }

  .v-enter {
    opacity: 0;
  }

  .v-enter-active {
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }

  .v-leave-to {
    opacity: 0;
  }
}

span.switcher {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 55px;
  border-radius: 25px;
}

span.switcher input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 220px;
  height: 55px;
  border-radius: 25px;
  background: #f4f5f8;
  outline: none;
}

span.switcher input:before,
span.switcher input:after {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00aff0;
  cursor: pointer;
}

span.switcher input:before {
  content: "Monthly";
  left: 28px;
}

span.switcher input:after {
  content: "Annual";
  right: 28px;
}

span.switcher label {
  z-index: 1;
  position: absolute;
  height: 40px;
  right: 8px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: 98px;
  background: #fff;
  border-radius: 20px;
}

span.switcher.switcher-1 input:checked:before {
  color: #00aff0;
}

span.switcher.switcher-1 input:checked:after {
  color: #aaaaaa;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

span.switcher.switcher-1 input:checked + label {
  left: 10px;
  right: 100px;
}

span.switcher.switcher-1 input:not(:checked):before {
  color: #aaaaaa;
}

span.switcher.switcher-1 input:not(:checked):after {
  color: #00aff0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

span.switcher.switcher-1 input:not(:checked) + label {
  -webkit-transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
  transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
}

.sign-in-block {
  max-width: 400px;
  margin-left: 50px;
}

.sign-up-block {
  max-width: 450px;
  margin-right: -200px;
}

.details_content.privacy_policy,
.details_content.terms-and-conditions {
  font-family: "Poppins", sans-serif;
}

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

.swal2-actions button {
  box-shadow: none !important;
}

.sticky-content {
  min-height: calc(100vh - 350px);
}

/*====================================================*/

