@charset "UTF-8";
/****** Utils ******/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.footer-widget ul li a:after, .footer-widget ul li a:hover:after, .footer-widget ul li a:hover, .footer-widget ul li a, .footer-widget .social-links a img, .footer-widget .social-links a::before, .footer-widget .social-links a:hover img, .footer-widget .social-links a:hover, .footer-widget .social-links a, .business-slider .business-flex .business-grid .business-arrow, .business-slider .business-flex:hover .business-arrow, .grow-btn a img, .grow-btn a:hover img, .grow-btn a:hover, .grow-btn a, .grow-btn:hover, .grow-btn, .feature-btn a img, .feature-btn a:hover img, .feature-btn a:hover, .feature-btn a, .feature-btn:hover, .feature-btn, .feature-card .feature-icon, .feature-card:hover .feature-icon, .feature-card:hover, .feature-card, .benefit-bg .benefit-flex .benefit-grid .benefit-arrow a, .benefit-bg .benefit-flex .benefit-grid:hover .benefit-content .benefit-arrow a, .hero-bg .hero-grid:hover, .hero-bg .hero-grid, .header .header-navbar-rht .nav-item .header-login:hover, .header .header-navbar-rht .nav-item .header-login, .header-topbar .nav li .get-support .header-top-social a i, .header-topbar .nav li .get-support .header-top-social a::before, .header-topbar .nav li .get-support .header-top-social a:hover i, .header-topbar .nav li .get-support .header-top-social a:hover, .header-topbar .nav li .get-support .header-top-social a, .custom-modal .modal-body .close-icon:hover, .custom-modal .modal-body .close-icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/******* Base *******/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #686868;
  line-height: 1.5;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

::selection {
  background: #02026A;
  color: #ffffff;
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: inherit;
}

* {
  outline: none;
}

button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button:focus {
  box-shadow: none !important;
}

a {
  color: #02026A;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #1EE3C0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: 0;
}

p {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000427;
  margin-bottom: 0;
}

ol, ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}

ul {
  list-style: none;
}
ul.list-disc {
  list-style: disc;
  padding-left: 15px;
}
ul.list-disc ul {
  list-style-type: circle;
}
ul.list-decimal {
  list-style: decimal;
  padding-left: 15px;
}
ul.list-decimal ul {
  list-style-type: decimal;
}
ul.list-icon {
  list-style: none;
  padding-left: 0;
}
ul.list-icon > li {
  padding-left: 1.875rem;
  counter-increment: li;
}
ul.list-icon > li i,
ul.list-icon > li .feather-icon,
ul.list-icon > li .svg-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -1.25rem;
  position: relative;
  left: -10px;
  padding: 1px;
  top: -1px;
}
ul.list-icon > li i {
  font-size: 20px;
  top: 5px;
}
ul .btn-primary:not(:disabled):not(.disabled):active:focus, ul .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.form-group {
  margin-bottom: 24px;
}

.form-wrap {
  margin-bottom: 24px;
}

label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  color: #000000;
}

.form-control {
  border: 1px solid #E4E8EB;
  box-shadow: none;
  background: #ffffff;
  border-radius: 6px;
  color: #000000;
  font-size: 16px;
  padding: 10px 15px;
  height: 40px;
  transition: all 0.5s;
}
@media (max-width: 767.98px) {
  .form-control {
    font-size: 14px;
  }
}

.form-control:focus {
  border-color: #02026A;
  box-shadow: none;
  outline: 0 none;
}

.form-control:focus {
  border: 1px solid #02026A;
}

.form-control.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-control-sm {
  background-color: #fff;
}

.form-control.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-control::placeholder {
  font-size: 16px;
  color: #99A2A8;
}
@media (max-width: 767.98px) {
  .form-control::placeholder {
    font-size: 14px;
  }
}

input, input:focus,
button, button:focus {
  outline: none;
}

input[type=file] {
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px);
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  resize: none;
  min-height: 100px;
}

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

/******* Components ******/
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 500;
}
.avatar a.badge:hover {
  color: #ffffff;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.avatar.avatar-rounded img {
  border-radius: 50%;
}
.avatar.avatar-radius-0 {
  border-radius: 0;
}
.avatar.avatar-radius-0 img {
  border-radius: 0;
}
.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #ffffff;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.online:before, .avatar.offline:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid #ffffff !important;
  z-index: 1;
}
.avatar.online:before {
  background-color: #71DE71;
}
.avatar.offline:before {
  background-color: #000;
}
.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}
.avatar.avatar-sm.online:before, .avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}
.avatar.avatar-md.online:before, .avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before, .avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}
.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}
.avatar.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before, .avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}
.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before, .avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar.avatar-xxxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.75rem;
}
.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxxl.online:before, .avatar.avatar-xxxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}
.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
  border: 2px solid #E4E8EB;
  font-size: 0.9rem;
}
.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-group.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-group.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}

.avatar-group .avatar:hover {
  z-index: 1;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #FF9900;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #FF9900;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.bor-b1 {
  border-bottom: 1px solid #000;
}

.main-btn {
  position: relative;
  padding: 0;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  gap: 5px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-btn:hover .btn-primary {
  color: #ffffff;
  border: 1px solid #1EE3C0;
  background: #1EE3C0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-btn:hover .btn-primary::before {
  width: 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-btn:hover .btn-light {
  color: #ffffff;
  border: 1px solid #1EE3C0;
  background: #1EE3C0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-btn:hover .btn-light::before {
  width: 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-btn:hover .secondary-arrow {
  color: #ffffff;
  background: #02026A;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-btn:hover .secondary-arrow::before {
  width: 100%;
  background: #02026A;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-btn .secondary-arrow {
  font-size: 20px;
  color: #ffffff;
  width: 46px;
  min-width: 46px;
  height: 46px;
  background: #1EE3C0;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  .main-btn .secondary-arrow {
    font-size: 18px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.main-btn .secondary-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background: #02026A;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.btn-primary {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 24px;
  min-height: 46px;
  border: 1px solid #02026A;
  border-radius: 100px;
  background: #02026A;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767.98px) {
  .btn-primary {
    font-size: 14px;
    padding: 8px 24px;
    min-height: 40px;
  }
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background: #1EE3C0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.btn-primary:hover::before {
  width: 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  border: 1px solid #1EE3C0;
  background: #1EE3C0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #1EE3C0;
  border: 1px solid #1EE3C0;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-secondary {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 24px;
  min-height: 46px;
  border: 1px solid #1EE3C0;
  border-radius: 100px;
  background: #1EE3C0;
  position: relative;
  z-index: 1;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767.98px) {
  .btn-secondary {
    font-size: 14px;
    padding: 8px 24px;
    min-height: 40px;
  }
}
.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background: #02026A;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.btn-secondary:hover::before {
  width: 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  border: 1px solid #02026A;
  background: #02026A;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover {
  background-color: #02026A;
  border: 1px solid #02026A;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-light {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 10px 24px;
  min-height: 46px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  border: 1px solid #ffffff;
  background: #ffffff;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.btn-light::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background: #1EE3C0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.btn-light:hover::before {
  width: 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  .btn-light {
    font-size: 14px;
    padding: 8px 24px;
    min-height: 40px;
  }
}

.btn-light:hover,
.btn-light:focus,
.btn-light.active,
.btn-light:active,
.open > .dropdown-toggle.btn-light {
  color: #ffffff;
  border: 1px solid #1EE3C0;
  background: #1EE3C0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-light.active.focus,
.btn-light.active:focus,
.btn-light.active:hover,
.btn-light.focus:active,
.btn-light:active:focus,
.btn-light:active:hover,
.open > .dropdown-toggle.btn-light.focus,
.open > .dropdown-toggle.btn-light:focus,
.open > .dropdown-toggle.btn-light:hover {
  color: #ffffff;
  background-color: #1EE3C0;
  border: 1px solid #1EE3C0;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: unset;
}

.select2-container--default .select2-selection--single {
  height: 40px !important;
  border: 1px solid #E4E8EB !important;
  padding: 5px 10px !important;
  border-radius: 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #02026A !important;
  color: #ffffff !important;
}

.btn-hvr, .link-hvr {
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;
  position: relative;
}
.btn-hvr::after, .link-hvr::after {
  content: "";
  display: block;
  width: 150px;
  height: 48px;
  border-radius: 50%;
  background: #1EE3C0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease 0s;
}
.btn-hvr:hover::after, .link-hvr:hover::after {
  transform: translate(-50%, -50%) scale(5);
  background: rgba(0, 0, 0, 0.2);
}

.link-tag {
  background-color: #02026A;
  height: 44px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 25px;
  transition: all 0.7s ease 0s;
  line-height: 44px;
}
.link-tag:hover {
  background-color: #1EE3C0;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .link-tag {
    width: 49%;
  }
}

.link-hvr {
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;
  position: relative;
}
.link-hvr::after {
  content: "";
  display: block;
  width: 80px;
  height: 48px;
  border-radius: 50%;
  background: #02026A;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease 0s;
}
.link-hvr:hover::after {
  transform: translate(-50%, -50%) scale(5);
  background: rgba(0, 0, 0, 0.2);
}

.table {
  width: 100%;
  color: #000000;
  border: 1px solid #E4E8EB;
  margin-bottom: 0;
}
.table > tbody > tr > th {
  border-top: 0;
  padding: 10px;
}
.table.dataTable {
  margin: 0 !important;
  border-collapse: collapse !important;
}
.table thead {
  background-color: #F1F4F6;
  border-bottom: 1px solid #F1F4F6;
}
.table thead tr {
  border-bottom: 1px solid #E4E8EB;
}
.table thead tr:last-child {
  border-color: transparent;
}
.table thead tr th {
  font-weight: 500;
  color: #000000;
  border: 0;
  vertical-align: middle;
  padding: 10px;
  background: transparent;
  box-shadow: none;
}
.table thead tr th:first-child {
  padding-right: 0 !important;
}
.table tbody tr {
  border-bottom: 1px solid #E4E8EB;
}
.table tbody tr td {
  vertical-align: middle;
  padding: 10px;
}
.table tbody tr td::first-child {
  padding: 0;
}
.table tbody tr .light-text {
  color: #99A2A8;
}

table.table td h2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
table.table td h2.table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: regular;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
table.table td h2 a {
  font-weight: 500;
  color: #000000;
}
table.table td h2 a:hover {
  color: #02026A;
}
table.table td h2 span {
  color: #99A2A8;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 3px;
}
table .badge {
  font-size: 13px;
  font-weight: 400;
  min-width: 70px;
  padding: 7px 9px;
  border-radius: 50px;
}
table .bg-light-success {
  color: #71DE71;
  background: #EAFFEA;
}
table .bg-light-warning {
  color: #FF9900;
  background: #FFF3DC;
}
table .bg-light-danger {
  color: #FF0000;
  background: #FFEAEA;
}

.table-responsive {
  white-space: nowrap;
}

.table-space {
  width: 100px;
}

.card.table-card .card-body {
  padding: 15px;
}

#tablelength {
  margin-bottom: 15px;
}

#tablelength label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
}

#tablelength .dataTables_length {
  margin-top: 0 !important;
}

#tablelength .form-control.form-control-sm {
  height: 34px;
  appearance: auto;
  min-height: 34px;
  min-width: 56px;
  width: 56px;
  padding: 4px 8px;
  margin-left: 10px;
}

.nav-table-filter {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  margin-bottom: 15px;
}
.nav-table-filter li {
  margin-right: 10px;
}
.nav-table-filter li:last-child {
  margin-right: 0;
}
.nav-table-filter .form-control.form-control-sm {
  height: 35px;
}

#tablefilter label {
  margin: 0;
}

.tab-footer .pagination {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  margin-bottom: 0;
}
.tab-footer .dataTables_info {
  float: left;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
}
.tab-footer .dataTables_paginate .pagination li:last-child {
  margin: 0;
}
.tab-footer .dataTables_paginate .pagination li a {
  font-size: 14px;
  border-radius: 3px !important;
}
.tab-footer .dataTables_paginate .pagination li a.page-link:focus {
  box-shadow: none;
}
.tab-footer .dataTables_paginate .pagination li.active a.page-link {
  color: #ffffff;
}
.tab-footer .dataTables_paginate .pagination li.previous .page-link {
  font-size: 18px;
  background: transparent;
  border: 0;
}
.tab-footer .dataTables_paginate .pagination li.previous .page-link:hover {
  color: #02026A;
}
.tab-footer .dataTables_paginate .pagination li.next .page-link {
  font-size: 18px;
  background: transparent;
  border: 0;
}
.tab-footer .dataTables_paginate .pagination li.next .page-link:hover {
  color: #02026A;
}

.table-card table.dataTable > thead .sorting:before, .table-card table.dataTable > thead .sorting_asc:before, .table-card table.dataTable > thead .sorting_desc:before, .table-card table.dataTable > thead .sorting_asc_disabled:before, .table-card table.dataTable > thead .sorting_desc_disabled:before {
  content: "\f0de" !important;
  font-weight: 600;
}

.table-card table.dataTable > thead .sorting:after, .table-card table.dataTable > thead .sorting_asc:after, .table-card table.dataTable > thead .sorting_desc:after, .table-card table.dataTable > thead .sorting_asc_disabled:after, .table-card table.dataTable > thead .sorting_desc_disabled:after {
  content: "\f0dd" !important;
  font-weight: 600;
  bottom: 14px !important;
}

.data-check-list .nav li {
  margin-right: 4px;
}
.data-check-list .nav li:last-child {
  margin-right: 0;
}
.data-check-list span {
  width: 17px;
  height: 7px;
  border-radius: 2px;
  display: inline-block;
}
.data-check-list .check-list-active {
  background: #71DE71;
}
.data-check-list .check-list-warning {
  background: #FF9900;
}
.data-check-list .check-list-danger {
  background: #FF0000;
}
.data-check-list p {
  font-size: 12px;
  color: #99A2A8;
  margin-bottom: 0;
}
.data-check-list p span {
  color: #000000;
}
.data-check-list p a {
  font-weight: 400;
  color: #99A2A8;
}
.data-check-list .view-checklist {
  position: relative;
  display: inline-block;
}
.data-check-list .view-checklist:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #99A2A8;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.data-check-list .view-checklist:hover {
  color: #02026A;
}
.data-check-list .view-checklist:hover:after {
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}

.table-action .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  color: #000000;
  background: transparent;
}

.table-action .dropdown-toggle::after {
  display: none;
}

.table-action .dropdown-menu {
  min-width: 170px;
  border-radius: 6px;
  border: 0;
  padding: 0;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.1490196078);
}

.table-action .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 14px;
  color: #606060;
  padding: 10px 15px;
  border-bottom: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.dropdown-item.active, .dropdown-item:active {
  background: #E4E8EB;
}

.table-action .dropdown-menu .dropdown-item:first-child {
  border-radius: 6px 6px 0 0;
}

.table-action .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 0;
}

.table-action .dropdown-menu .dropdown-item:hover {
  color: #02026A;
  padding-left: 20px;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.table-action .dropdown-menu .dropdown-item i {
  font-size: 16px;
  margin-right: 8px;
}

.breadcrumb-bar {
  background: #194185;
  margin: 0;
  padding: 20px 0 10px;
}
.breadcrumb-bar .breadcrumb-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-bar .breadcrumb-info .breadcrumb-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-info .breadcrumb-title {
    font-size: 18px;
  }
}
.breadcrumb-bar .breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb-bar .breadcrumb-item {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}
.breadcrumb-bar .breadcrumb-item a {
  color: #FFA500;
}
.breadcrumb-bar .breadcrumb-item a:hover {
  color: #02026A;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
  color: #9595b5;
  content: "\f101";
  font-family: "Fontawesome" !important;
}

.breadcrumb-pipe .breadcrumb-item + .breadcrumb-item::before {
  color: #9595b5;
  content: "\f061";
  font-family: "Fontawesome" !important;
}

.breadcrumb-line .breadcrumb-item + .breadcrumb-item::before {
  color: #9595b5;
  content: "-";
}

.breadcrumb-dot .breadcrumb-item + .breadcrumb-item::before {
  color: #9595b5;
  content: "•";
}

.breadcrumb-divide .breadcrumb-item + .breadcrumb-item::before {
  color: #9595b5;
  content: "\f054";
  font-family: "Fontawesome" !important;
}

.breadcrumb-separatorless .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: none;
}

.breadcrumb-colored {
  padding: 12px 15px;
  border-radius: 6px;
}
.breadcrumb-colored li a {
  color: #ffffff;
}
.breadcrumb-colored .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb-colored .breadcrumb-item.active {
  color: #ffffff;
  opacity: 0.8;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

.embedded-breadcrumb:before {
  opacity: 0.7;
}

[data-theme-mode=dark] .embedded-breadcrumb:before {
  filter: invert(1);
}

/******* Vendors ******/
.select2-container {
  min-width: 100% !important;
  z-index: 99;
}
.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #686868;
  line-height: 38px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select {
  width: 219px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #637381;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  margin-left: -6px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #000000;
  border-width: 2px 0 0 2px;
  margin-top: 3px;
  padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #02026A;
  color: #ffffff;
}

.select2-container--focus .select2-selection--single {
  background: #ffffff !important;
  border-color: #02026A;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  border-color: #000;
  color: #686868;
  height: 40px;
  line-height: 40px;
}

.select2-container--default .select2-selection--multiple {
  line-height: 27px;
  height: auto;
  min-height: 40px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0.5em !important;
  content: "\f107" !important;
  font-family: "Font Awesome 5 Free";
  bottom: 12px !important;
  color: #BABFC7 !important;
  font-size: 12px !important;
  opacity: 1 !important;
  position: absolute;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 0.5em !important;
  content: "\f106" !important;
  font-family: "Font Awesome 5 Free";
  top: 12px !important;
  color: #BABFC7 !important;
  font-size: 12px !important;
  opacity: 1 !important;
  position: absolute;
}

.dataTables_paginate .paging_numbers {
  float: right;
}

.dataTables_info {
  float: right;
  padding-right: 15px;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.custom-select {
  min-width: 80px;
  background: no-repeat 95% 50%;
}

.dataTables_paginate .pagination li {
  margin: 0 5px;
}
.dataTables_paginate .pagination li a {
  background: var(--Stroke, rgba(145, 158, 171, 0.3));
  border-radius: 85px !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5B6670;
}
.dataTables_paginate .pagination li a:hover {
  background: #02026A;
  color: #ffffff;
}
.dataTables_paginate .pagination li.active a.page-link {
  background: #02026A;
  border-color: #02026A;
  border-radius: 85px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_paginate .pagination li.previous.disabled {
  width: 20px;
}
.dataTables_paginate .pagination li.previous.disabled a {
  background-color: transparent;
  border: 0;
  width: 20px;
}
.dataTables_paginate .pagination li.next.disabled {
  width: 20px;
}
.dataTables_paginate .pagination li.next.disabled a {
  background-color: transparent;
  border: 0;
  width: 20px;
}

.dataTables_length,
.dataTables_paginate {
  margin-top: 15px !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 23px;
}

table.dataTable thead > tr > th.no-sort.sorting_asc:before {
  display: none;
}

table.dataTable thead > tr > th.no-sort.sorting_asc::after {
  display: none;
}

table.dataTable thead > tr > th.no-sort.sorting:before {
  display: none;
}

table.dataTable thead > tr > th.no-sort.sorting::after {
  display: none;
}

/****** Layout ******/
.content {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .content {
    padding: 40px 0;
  }
}

.page-header {
  margin-bottom: 14px;
}
.page-header .page-title {
  font-size: 24px;
  font-weight: 600;
  color: #2F4B64;
  margin-bottom: 10px;
}
.page-header .page-title span {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .page-header .page-title {
    font-size: 20px;
  }
}

.swal2-header .swal2-title {
  font-size: 18px;
}

.none {
  display: none !important;
}

.text-red {
  color: #FF0000 !important;
}

.text-green {
  color: #71DE71 !important;
}

.input-blocks input[type=text]:focus {
  border-color: #e9edf6;
}

.input-group .scanner-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #02026A;
  border-radius: 5px !important;
  width: 40px;
  color: #ffffff;
  font-weight: 600;
  padding: 0;
}
.input-group .scanner-set:hover {
  background: #000427;
}

.swal2-header .swal2-title {
  font-size: 18px;
}

.none {
  display: none !important;
}

.text-gray {
  color: #606060 !important;
}

.text-danger {
  color: #FF0000 !important;
}

.text-success {
  color: #71DE71 !important;
}

.bg-light-success {
  background: #F5FFF5;
}

.bg-light-danger {
  background: #FFF6F6;
}

.bg-light-gray {
  background: #F6F6F6;
}

.input-blocks input[type=text]:focus {
  border-color: #e9edf6;
}

.custom-control.custom-checkbox .checkboxs {
  line-height: 1;
}

.custom-control.custom-checkbox .checkmarks {
  border-radius: 5px;
}

.custom-control.custom-checkbox .checkboxs input {
  cursor: auto;
}

.checkboxs {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}
.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkboxs input ~ .checkmarks {
  border: 1px solid #000;
  border-radius: 5px;
}
.checkboxs input:checked ~ .checkmarks {
  background-color: #02026A;
  border-color: #02026A;
}
.checkboxs input:checked ~ .checkmarks:after {
  display: block;
}
.checkboxs .checkmarks {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.checkboxs .checkmarks:after {
  content: "";
  position: absolute;
  display: none;
}
.checkboxs .checkmarks:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

th .checkboxs .checkmarks, td .checkboxs .checkmarks {
  width: 18px;
  height: 18px;
}
th .checkboxs .checkmarks::after, td .checkboxs .checkmarks::after {
  left: 6px;
  top: 3px;
}

.checktoggle {
  background-color: rgba(115, 103, 240, 0.2);
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 13px;
  margin-bottom: 0;
  position: relative;
  width: 25px;
}
.checktoggle:after {
  content: " ";
  display: block;
  transform: translate(2px, -50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  transition: left 300ms ease, transform 300ms ease;
  border-radius: 50%;
  transform: translate(2px, -50%);
  -webkit-transform: translate(2px, -50%);
  -ms-transform: translate(2px, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.check:checked + .checktoggle:after {
  background-color: #ffffff;
  left: 100%;
  transform: translate(calc(-90% - 3px), -45%);
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.check:checked + .checktoggle {
  background-color: #71DE71;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.card {
  background: #ffffff;
  border: 1px solid #f8f9fa;
  border-radius: 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1490196078);
  margin: 0 0 24px;
}
@media (max-width: 767.98px) {
  .card {
    margin: 0 0 20px;
  }
}
.card .card-header {
  background: #ffffff;
  border-bottom: 1px solid #E4E8EB;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767.98px) {
  .card .card-header {
    padding: 20px;
  }
}
.card .card-header .card-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.98px) {
  .card .card-header .card-title {
    font-size: 18px;
  }
}
.card .card-header .view-all-link {
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.card .card-header .view-all-link:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #02026A;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.card .card-header .view-all-link:hover:after {
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.card .card-body {
  padding: 24px;
}
@media (max-width: 767.98px) {
  .card .card-body {
    padding: 20px;
  }
}
.card .card-footer {
  background: #ffffff;
  border-top: 1px solid #E4E8EB;
  padding: 24px;
}
@media (max-width: 767.98px) {
  .card .card-footer {
    padding: 20px;
  }
}

.table-checkbox {
  position: relative;
}
.table-checkbox .check-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.table-checkbox .check-input input {
  display: none;
}
.table-checkbox .check-input input:checked + .box {
  background: #02026A;
}
.table-checkbox .check-input input:checked + .box:after {
  top: 0;
}
.table-checkbox .check-input .box {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  background: #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #E4E8EB;
  border-radius: 5px;
}
.table-checkbox .check-input .box:after {
  width: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #ffffff;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 3px;
  margin: auto;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  color: #000000;
  background: transparent;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  min-width: 170px;
  border-radius: 6px;
  border: 0;
  padding: 0;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.1490196078);
}

.dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 14px;
  color: #606060;
  padding: 10px 15px;
  border-bottom: 1px solid #f8f9fa;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.dropdown-item.active, .dropdown-item:active {
  background: #E4E8EB;
}

.dropdown-menu .dropdown-item:first-child {
  border-radius: 6px 6px 0 0;
}

.dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 0;
}

.dropdown-menu .dropdown-item:hover {
  color: #02026A;
  padding-left: 20px;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.dropdown-menu .dropdown-item i {
  font-size: 16px;
  margin-right: 8px;
}

.pagination {
  padding: 0;
  margin-bottom: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767.98px) {
  .pagination {
    margin-bottom: 0;
  }
}
.pagination .nav {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.pagination .nav li {
  margin-right: 10px;
  margin-bottom: 5px;
}
.pagination .nav li:last-child {
  margin-right: 0;
}
.pagination .nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  color: #606060;
  background: #ffffff;
  border-radius: 3px;
}
.pagination .nav li a:hover {
  color: #02026A;
}
.pagination .nav li a.active {
  color: #ffffff;
  background: #02026A;
}
.pagination .nav li a.active:hover {
  color: #ffffff;
}

.datepicker table tr td.active {
  background-image: none !important;
  background-color: #02026A;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -4px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background: #1EE3C0 !important;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #1EE3C0 !important;
  opacity: 0.1;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  border: 2px solid #1EE3C0;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.mim_tm_all_wrap[data-magic-cursor=hide] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.progress-wrap {
  position: fixed;
  right: 25px;
  bottom: 25px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(112, 201, 134, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 35px;
  font-size: 17px;
  color: #02026A;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #02026A;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.custom-modal .modal-content-bg {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.custom-modal .modal-content-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: radial-gradient(circle at top right, #1bb5a7, #000428);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 70% 70%, 0 85%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-content-bg:before {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 70%, 0 85%);
  }
}
.custom-modal .modal-body {
  padding: 20px;
  position: relative;
}
.custom-modal .modal-body .close-icon {
  font-size: 24px;
  width: 26px;
  min-width: 26px;
  height: 26px;
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 0;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
.custom-modal .modal-body .close-icon:hover {
  font-size: 16px;
  color: #ffffff;
  background: #FF0000;
  border-radius: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.custom-modal .modal-body .modal-top {
  margin-bottom: 24px;
}
.custom-modal .modal-body .modal-top h4 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 14px;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-body .modal-top h4 {
    font-size: 20px;
  }
}
.custom-modal .modal-body .modal-top p {
  color: #ffffff;
  max-width: 400px;
}
.custom-modal .modal-body .modal-includes {
  margin-bottom: 24px;
}
.custom-modal .modal-body .modal-includes h6 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-body .modal-includes .nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 6px;
  }
}
.custom-modal .modal-body .modal-includes .nav li {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8588235294);
  width: 33%;
  gap: 5px;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-body .modal-includes .nav li {
    width: 100%;
  }
}
.custom-modal .modal-body .modal-includes .nav li i {
  font-size: 15px;
}
.custom-modal .modal-body .modal-get-btn {
  margin-bottom: 100px;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-body .modal-get-btn {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.custom-modal .modal-body .modal-worth {
  position: relative;
}
.custom-modal .modal-body .modal-worth .modal-worth-round {
  position: absolute;
  top: 0;
  right: 50px;
  width: 120px;
  min-width: 120px;
  height: 120px;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 100%;
  background-image: url(../img/round-img.png);
  background-repeat: repeat-x;
  background-color: #1EE3C0;
  animation: loader-waves 6s infinite linear;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-body .modal-worth .modal-worth-round {
    position: relative;
    right: 0;
    margin: 15px auto 0;
  }
}
.custom-modal .modal-body .modal-worth .modal-worth-round p {
  font-size: 18px;
  font-weight: 500;
  color: #02026A;
}
.custom-modal .modal-body .modal-worth .modal-worth-round h4 {
  font-size: 24px;
  font-weight: 700;
  color: #02026A;
}
.custom-modal .modal-body .modal-email {
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-body .modal-email {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.custom-modal .modal-body .modal-email .modal-input {
  position: relative;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-body .modal-email .modal-input {
    width: 100%;
  }
}
.custom-modal .modal-body .modal-email .modal-input .form-control {
  color: #000427;
  background: rgba(0, 4, 39, 0.0509803922);
  border: 1px solid rgba(0, 4, 39, 0.2);
  padding: 12px 32px 12px 16px;
  height: 44px;
  border-radius: 50px;
}
.custom-modal .modal-body .modal-email .modal-input .form-control::placeholder {
  color: #000427;
}
.custom-modal .modal-body .modal-email .modal-input i {
  font-size: 18px;
  color: #052139;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .custom-modal .modal-body .modal-email .modal-input-btn {
    width: 100%;
  }
  .custom-modal .modal-body .modal-email .modal-input-btn .btn {
    width: 100%;
  }
}

@keyframes loader-waves {
  100% {
    background-position: -538px 0px;
  }
}
.main-header {
  position: relative;
}

.header-topbar {
  padding: 20px 0;
  border-bottom: 1px solid #DADADA;
}
@media (max-width: 767.98px) {
  .header-topbar {
    display: none;
  }
}
.header-topbar .nav li {
  margin-right: 15px;
}
.header-topbar .nav li:last-child {
  margin-right: 0;
}
.header-topbar .nav li a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  gap: 8px;
  color: #232323;
}
.header-topbar .nav li a:hover {
  color: #1EE3C0;
}
.header-topbar .nav li a span {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 5px;
  background: rgba(196, 196, 196, 0.231372549);
}
.header-topbar .nav li a i {
  font-size: 18px;
}
.header-topbar .nav li .get-support {
  gap: 24px;
}
.header-topbar .nav li .get-support .header-top-social {
  gap: 8px;
}
.header-topbar .nav li .get-support .header-top-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
}
.header-topbar .nav li .get-support .header-top-social a:hover {
  color: #ffffff;
}
.header-topbar .nav li .get-support .header-top-social a:hover::before {
  top: 0;
}
.header-topbar .nav li .get-support .header-top-social a:hover i {
  color: #ffffff;
}
.header-topbar .nav li .get-support .header-top-social a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1EE3C0;
  z-index: 2;
}
.header-topbar .nav li .get-support .header-top-social a i {
  font-size: 14px;
  position: relative;
  z-index: 3;
}

.header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: tranparent;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
.header.fixed {
  background-color: #ffffff;
  box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
  position: fixed;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header .logo a {
  float: left;
}
.header .logo a img {
  float: left;
  max-height: 32px;
}
.header .header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 90px;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .header .header-nav {
    height: 65px;
  }
}
.header .header-nav .main-nav > li > a {
  font-size: 16px;
  color: #2C2C2C;
  line-height: 75px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .header .header-nav .main-nav > li > a {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li > a {
    color: #ffffff;
  }
}
.header .header-nav .main-nav > li > a:hover {
  color: #02026A;
}
.header .header-nav .main-nav > li > a.active {
  color: #02026A;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li > a.active {
    color: #1EE3C0;
  }
}
.header .header-nav .main-nav > li .submenu li {
  position: relative;
}
.header .header-nav .main-nav > li .submenu li.active {
  color: #02026A;
}
.header .header-nav .main-nav > li .submenu li.active > a {
  color: #02026A;
}
.header .header-nav .main-nav > li .submenu li h4 {
  font-size: 16px;
  color: #8593A3;
  text-transform: uppercase;
  padding: 10px 15px 10px;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu li h4 {
    font-size: 14px;
  }
}
.header .header-nav .main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px 10px;
  clear: both;
  white-space: nowrap;
  color: #000000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu li a {
    font-size: 14px;
  }
}
.header .header-nav .main-nav > li .submenu li a:hover {
  color: #1EE3C0;
  padding-left: 20px;
}
.header .header-nav .main-nav > li .login-link {
  display: none;
}
.header .navbar-header {
  line-height: normal;
}
.header .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0;
  line-height: 0;
}
@media (max-width: 991.98px) {
  .header .navbar-header .navbar-brand {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .header .navbar-header .logo {
    display: none;
  }
}
.header .navbar-header .logo-small {
  display: none;
}
@media (max-width: 575.98px) {
  .header .navbar-header .logo-small {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.header .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .header .navbar-header #mobile_btn {
    display: inline-block;
    line-height: 0;
  }
}
@media (max-width: 575.98px) {
  .header .navbar-header #mobile_btn {
    left: 0;
    margin-right: 0;
    padding: 0 0px;
    position: absolute;
    z-index: 99;
  }
}
.header .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}
.header .navbar-header #mobile_btn .bar-icon span {
  background-color: #02026A;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  margin-bottom: 5px;
}
.header .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 20px;
}
.header .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  width: 16px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .header .navbar-header {
    width: 100%;
  }
}
.header .main-menu-wrapper {
  margin: 0 15px 0;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(-260px);
    transition: all 0.4s;
    background: #02026A;
    margin: 0;
    backdrop-filter: blur(8px);
  }
}
.header .main-menu-wrapper .menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    align-items: center;
    background: #ffffff;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .menu-header .menu-logo img {
    width: 160px;
  }
}
.header .main-menu-wrapper .menu-header .menu-close {
  font-size: 18px;
  color: #02026A;
}
.header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
  left: 100%;
  top: 0;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
    left: 0;
  }
}
.header .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}
.header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: #02026A;
  }
}
.header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .header .main-menu-wrapper .main-nav > li {
    margin-right: 0;
  }
  .header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
    border: 0;
  }
}
.header .main-menu-wrapper .main-nav > li.active > a {
  display: block;
  color: #02026A;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li.active > a {
    color: #1EE3C0;
  }
}
.header .main-menu-wrapper .main-nav > li a i {
  font-size: 12px;
  margin-left: 3px;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
  }
  .header .main-menu-wrapper .main-nav > li a i {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}
.header .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid #E4E8EB;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li {
    display: block;
    position: relative;
    margin-right: 36px;
  }
  .header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .header .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav > li {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav > li ul {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
}
.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info {
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info {
    padding: 0 0 5px 15px;
  }
}
.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info h4 {
  font-size: 16px;
  color: #8593A3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info h4 {
    font-size: 14px;
    margin: 15px 0;
  }
}
.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p {
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p:last-child {
  margin-bottom: 0;
}
.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a {
    font-size: 13px;
  }
}
.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a:hover {
  color: #1EE3C0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a:hover i {
  color: #02026A;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a i {
  font-size: 22px;
  color: #354052;
  margin: 0;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .mega-menu-info p a i {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu {
    position: inherit;
  }
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu .submenu {
    padding: 40px 40px 10px;
    width: 100%;
    min-width: inherit;
    border-radius: 30px;
    border: 1px solid #E1E1E1;
  }
  .header .main-menu-wrapper .main-nav li.has-submenu.mega-submenu:hover .submenu {
    width: 100%;
    margin-top: 0;
    min-width: inherit;
    border-radius: 30px;
    border: 1px solid #E1E1E1;
  }
  .header .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(0.7);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    border-radius: 5px;
  }
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
    background: #E6ECF1;
  }
}
.header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}
@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}
.header .header-navbar-rht {
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .header .header-navbar-rht {
    display: none;
  }
}
.header .header-navbar-rht > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.header .header-navbar-rht > li:last-child {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .header .header-navbar-rht > li {
    padding-right: 0;
  }
  .header .header-navbar-rht > li:last-child {
    display: none;
  }
}
.header .header-navbar-rht > li .dropdown-menu {
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item {
  border-top: 1px solid #000000;
  padding: 10px 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item:hover {
  color: #02026A;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item:last-child {
  border-top: 0;
  border-radius: 5px 5px 0 0;
}
.header .header-navbar-rht > li .dropdown-menu .dropdown-item:first-child {
  border-radius: 0 0 5px 5px;
}
.header .header-navbar-rht .nav-item .add-listing {
  font-weight: 500;
  font-size: 16px;
  color: #606060;
}
.header .header-navbar-rht .nav-item .add-listing span {
  color: #29344a;
}
.header .header-navbar-rht .nav-item .header-login {
  background-color: #606060;
  border: 1px solid #606060;
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .header .header-navbar-rht .nav-item .header-login {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.header .header-navbar-rht .nav-item .header-login:hover {
  background-color: #ffffff;
  border: 1px solid #606060;
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: #606060;
}
@media (max-width: 1199.98px) {
  .header .header-navbar-rht .nav-item .main-btn b {
    display: none;
  }
}
.header .header-navbar-rht .nav-item .btn-secondary {
  gap: 10px;
}
.header .dropdown-toggle::after {
  display: none;
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}
.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}

/****** Pages ******/
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  padding: 50px;
  border-radius: 50px;
  background: linear-gradient(180deg, #EAEAEA 0%, rgba(245, 245, 245, 0.1) 78.83%);
}
@media (max-width: 1199.98px) {
  .hero-bg {
    padding: 24px;
  }
}
@media (max-width: 767.98px) {
  .hero-bg {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.hero-bg .hero-content {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .hero-bg .hero-content {
    margin-bottom: 30px;
  }
}
.hero-bg .hero-content h1 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .hero-bg .hero-content h1 {
    font-size: 46px;
  }
}
@media (max-width: 991.98px) {
  .hero-bg .hero-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .hero-bg .hero-content h1 {
    font-size: 24px;
    font-weight: 600;
  }
}
.hero-bg .hero-content p {
  font-size: 32px;
  color: #000427;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .hero-bg .hero-content p {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .hero-bg .hero-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.hero-bg .hero-img {
  margin-bottom: 20px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.hero-bg .hero-text .hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  background: #ffffff;
  box-shadow: 0px 23px 45px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 110px;
  padding: 10px 20px;
  margin-bottom: 50px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .hero-bg .hero-text .hero-btns {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: inherit;
    margin-bottom: 30px;
    padding: 10px 0px 0 0px;
  }
}
.hero-bg .hero-text .hero-btns .how-link {
  font-size: 20px;
  font-weight: 600;
  color: #000427;
}
@media (max-width: 767.98px) {
  .hero-bg .hero-text .hero-btns .how-link {
    font-size: 15px;
  }
}
.hero-bg .hero-text .hero-btns .how-link:hover {
  color: #1EE3C0;
}
.hero-bg .hero-text .hero-btns .watch-btn {
  font-size: 20px;
  font-weight: 500;
  color: #000427;
  gap: 10px;
  background: #E3E3F3;
  border-radius: 100px;
  padding: 12px 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hero-bg .hero-text .hero-btns .watch-btn {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .hero-bg .hero-text .hero-btns .watch-btn {
    width: 100%;
    padding: 10px 15px;
    border-radius: 0 0 40px 40px;
  }
}
.hero-bg .hero-text .hero-btns .watch-btn:hover {
  background: #1EE3C0;
}
.hero-bg .hero-text .hero-btns .watch-btn:hover::before {
  width: 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-bg .hero-text .hero-btns .watch-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background: #1EE3C0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.hero-bg .hero-text p {
  font-size: 20px;
  color: #232323;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .hero-bg .hero-text p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .hero-bg .hero-text p {
    font-size: 14px;
  }
}
.hero-bg .hero-grid {
  background: #F3F3FF;
  box-shadow: 0px 32px 50px 0px rgba(0, 0, 0, 0.031372549);
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 30px;
  transform: translateY(0);
}
.hero-bg .hero-grid:hover {
  transform: translateY(-20%);
}
@media (max-width: 767.98px) {
  .hero-bg .hero-grid {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.hero-bg .hero-grid .hero-flex {
  gap: 24px;
}
.hero-bg .hero-grid .hero-flex .hero-icon {
  width: 70px;
  min-width: 70px;
}
@media (max-width: 767.98px) {
  .hero-bg .hero-grid .hero-flex .hero-icon {
    width: 50px;
    min-width: 50px;
  }
}
.hero-bg .hero-grid .hero-flex .hero-icon img {
  width: 100%;
}
.hero-bg .hero-grid .hero-flex p {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .hero-bg .hero-grid .hero-flex p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .hero-bg .hero-grid .hero-flex p {
    font-size: 13px;
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
}
.choose-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(229, 228, 228, 0.3) 0%, #FFFFFF 100%);
  border-radius: 77px 77px 0 0;
}
.choose-section:before {
  content: "";
  position: absolute;
  background: url(../img/choose-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
@media (max-width: 991.98px) {
  .choose-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .choose-section {
    padding: 40px 0;
    border-radius: 30px 30px 0 0;
  }
}

.choose-img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@media (max-width: 991.98px) {
  .choose-img {
    margin-bottom: 20px;
  }
  .choose-img img {
    width: 100%;
  }
}

.choose-list p {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.choose-list p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .choose-list p {
    font-size: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .choose-list p img {
    width: 22px;
  }
}

.choose-content .choose-grid {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 10px;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  .choose-content .choose-grid {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.choose-content .choose-grid:last-child {
  margin-bottom: 0;
}
.choose-content .choose-grid h4 {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .choose-content .choose-grid h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .choose-content .choose-grid h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.choose-content .choose-grid p {
  font-size: 18px;
  font-weight: 500;
  color: #232323;
}
@media (max-width: 1399.98px) {
  .choose-content .choose-grid p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .choose-content .choose-grid p {
    font-size: 14px;
  }
}

.section-header {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header h2 {
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .section-header h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 24px;
  }
}
.section-header h6 {
  font-size: 24px;
  font-weight: 500;
  color: #232323;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .section-header h6 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-header h6 {
    font-size: 16px;
    margin-top: 20px;
  }
}
.section-header p {
  font-size: 18px;
  font-weight: 500;
  color: #000427;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .section-header p {
    font-size: 14px;
  }
}

.trust-section {
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .trust-section {
    padding: 0 0 60px;
  }
}
@media (max-width: 767.98px) {
  .trust-section {
    padding: 0 0 40px;
  }
}
.trust-section .section-header {
  max-width: 470px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .trust-section .section-header {
    margin-bottom: 30px;
  }
}

.trust-slider .owl-item img {
  width: auto;
}

.built-section {
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .built-section {
    padding: 0 0 60px;
  }
}
@media (max-width: 767.98px) {
  .built-section {
    padding: 0 0 40px;
  }
}

.built-bg {
  background: url(../img/built-bg.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  padding: 50px;
}
@media (max-width: 991.98px) {
  .built-bg {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .built-bg {
    padding: 20px;
    border-radius: 20px;
  }
}
.built-bg p {
  font-size: 20px;
  max-width: 860px;
  margin: auto;
}
@media (max-width: 991.98px) {
  .built-bg p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .built-bg p {
    font-size: 14px;
  }
}

.benefit-section {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .benefit-section .section-header h2 {
    margin-bottom: 20px;
  }
}
.benefit-section .benefit-btn {
  text-align: right;
}
@media (max-width: 767.98px) {
  .benefit-section .benefit-btn {
    text-align: left;
  }
}

.benefit-bg {
  background: url(../img/benefit-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefit-bg .benefit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .benefit-bg .benefit-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .benefit-bg .benefit-flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.benefit-bg .benefit-flex .benefit-grid {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .benefit-bg .benefit-flex .benefit-grid {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .benefit-bg .benefit-flex .benefit-grid {
    width: 100%;
    max-width: 100%;
  }
}
.benefit-bg .benefit-flex .benefit-grid:before {
  content: "";
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  display: block;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.4s;
}
.benefit-bg .benefit-flex .benefit-grid:hover:before {
  opacity: 0;
}
.benefit-bg .benefit-flex .benefit-grid:hover .benefit-content:before {
  opacity: 1;
}
.benefit-bg .benefit-flex .benefit-grid:hover .benefit-content:after {
  opacity: 1;
  transform: translate(-10px, 10px);
}
.benefit-bg .benefit-flex .benefit-grid:hover .benefit-content .benefit-info .benefit-text {
  transform: translateY(-10%);
}
.benefit-bg .benefit-flex .benefit-grid:hover .benefit-content .benefit-info .benefit-text p {
  opacity: 1;
  animation: 0.6s ease-in 0.3s normal forwards 1 service_1_slide_top;
}
.benefit-bg .benefit-flex .benefit-grid:hover .benefit-content .benefit-arrow a {
  background: #1EE3C0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.benefit-bg .benefit-flex .benefit-grid .benefit-content {
  position: relative;
  overflow: hidden;
  padding: 160px 0px 114px 0px;
  background-color: rgba(2, 1, 1, 0);
  transition: 0.4s;
  margin: 0px 0px 0px 0px;
  background-color: rgba(2, 1, 1, 0);
  transition: background 0s;
  border-style: solid;
  border-width: 0px 2px 0px 0px;
  border-color: #ffffff;
  height: 100%;
}
@media (max-width: 991.98px) {
  .benefit-bg .benefit-flex .benefit-grid .benefit-content {
    border-width: 0px 2px 2px 0px;
  }
}
@media (max-width: 767.98px) {
  .benefit-bg .benefit-flex .benefit-grid .benefit-content {
    border-width: 0px 0px 2px 0px;
  }
}
.benefit-bg .benefit-flex .benefit-grid .benefit-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  display: block;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.4s;
  backdrop-filter: blur(16.9px);
  -webkit-backdrop-filter: blur(16.9px);
}
.benefit-bg .benefit-flex .benefit-grid .benefit-content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  display: none;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.8s, opacity 0.4s;
  width: 0;
  height: 0;
  border-top: 50px solid #1EE3C0;
  border-left: 50px solid transparent;
  transform: translate(50px, -50px);
  display: block;
}
.benefit-bg .benefit-flex .benefit-grid .benefit-content .benefit-info {
  position: relative;
  z-index: 2;
}
.benefit-bg .benefit-flex .benefit-grid .benefit-content .benefit-info .benefit-wrap:after {
  display: block;
  margin: 25px 0px 0px 0px;
  width: 100%;
  height: 1px;
  content: "";
  display: none;
  width: 40px;
  height: 2px;
  margin: 19px 0 21px 0;
  background-color: currentColor;
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.1);
}
.benefit-bg .benefit-flex .benefit-grid .benefit-content .benefit-info .benefit-text {
  transition-duration: 0.7s;
  transform: translateY(25%);
}
.benefit-bg .benefit-flex .benefit-grid .benefit-content .benefit-info .benefit-text h2 {
  font-size: 60px;
  color: #B2B2B2;
  margin: 0px 38px 11px 38px;
  position: relative;
}
@media (max-width: 991.98px) {
  .benefit-bg .benefit-flex .benefit-grid .benefit-content .benefit-info .benefit-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .benefit-bg .benefit-flex .benefit-grid .benefit-content .benefit-info .benefit-text h2 {
    font-size: 40px;
  }
}
.benefit-bg .benefit-flex .benefit-grid .benefit-content .benefit-info .benefit-text h4 {
  font-size: 28px;
  color: #ffffff;
  margin: 0px 38px 20px 38px;
}
@media (max-width: 991.98px) {
  .benefit-bg .benefit-flex .benefit-grid .benefit-content .benefit-info .benefit-text h4 {
    font-size: 20px;
  }
}
.benefit-bg .benefit-flex .benefit-grid .benefit-content .benefit-info .benefit-text p {
  font-size: 18px;
  color: #ffffff;
  margin: 0px 38px 0px 38px;
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 767.98px) {
  .benefit-bg .benefit-flex .benefit-grid .benefit-content .benefit-info .benefit-text p {
    font-size: 15px;
  }
}
.benefit-bg .benefit-flex .benefit-grid .benefit-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-align: left;
  margin: 0px 0px 40px 40px;
}
.benefit-bg .benefit-flex .benefit-grid .benefit-arrow a {
  font-size: 24px;
  color: #ffffff;
  width: 68px;
  min-width: 68px;
  height: 68px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.231372549);
}
@media (max-width: 767.98px) {
  .benefit-bg .benefit-flex .benefit-grid .benefit-arrow a {
    font-size: 20px;
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}

.feature-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .feature-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .feature-section {
    padding: 40px 0;
  }
}

.feature-text {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .feature-text {
    margin-bottom: 20px;
  }
}
.feature-text p {
  font-size: 20px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 24px;
}
@media (max-width: 1399.98px) {
  .feature-text p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .feature-text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.feature-text p:last-child {
  margin-bottom: 0;
}

.feature-card {
  padding: 24px;
  margin-bottom: 24px;
  background: #F3F3FF;
  border: 1px solid #0E82FD;
  border-radius: 10px;
  position: relative;
  transform: translateY(0);
}
.feature-card:hover {
  transform: translateY(-5%);
}
.feature-card:hover .feature-icon {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .feature-card {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.feature-card .feature-info {
  gap: 24px;
}
@media (max-width: 767.98px) {
  .feature-card .feature-info {
    gap: 15px;
  }
}
.feature-card .feature-info .feature-img {
  min-width: 60px;
  width: 60px;
}
@media (max-width: 767.98px) {
  .feature-card .feature-info .feature-img {
    min-width: 40px;
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  .feature-card .feature-info .feature-content {
    margin-right: 15px;
  }
}
.feature-card .feature-info .feature-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  max-width: 85px;
}
@media (max-width: 1199.98px) {
  .feature-card .feature-info .feature-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .feature-card .feature-info .feature-content h4 {
    font-size: 15px;
    max-width: inherit;
  }
}
.feature-card .feature-info .feature-content .feature-sub-title {
  max-width: inherit;
}
.feature-card .feature-info .feature-content p {
  font-size: 18px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 767.98px) {
  .feature-card .feature-info .feature-content p {
    font-size: 14px;
  }
}
.feature-card .feature-icon {
  margin-left: auto;
  min-width: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .feature-card .feature-icon {
    min-width: 40px;
    width: 40px;
  }
}

.feature-btn {
  margin-bottom: 24px;
  transform: translateY(0);
}
@media (max-width: 767.98px) {
  .feature-btn {
    margin-bottom: 20px;
  }
}
.feature-btn:hover {
  transform: translateY(-5%);
}
.feature-btn a {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  background-size: 300% 100%;
  position: relative;
  padding: 24px;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .feature-btn a {
    font-size: 15px;
    padding: 15px;
  }
}
.feature-btn a:hover {
  background-position: 100% 0;
}
.feature-btn a:hover img {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.feature-btn a img {
  position: absolute;
  top: 0;
  right: 0;
  filter: invert(1) brightness(1000);
  min-width: 60px;
  width: 60px;
}
@media (max-width: 767.98px) {
  .feature-btn a img {
    min-width: 40px;
    width: 40px;
  }
}

.grow-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  margin-bottom: 100px;
  background: url(../img/business-bg.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  .grow-section {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .grow-section {
    padding: 40px 0;
  }
}

.grow-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 10px;
  background: #ffffff;
  height: 260px;
}
@media (max-width: 767.98px) {
  .grow-card {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.grow-card:hover .grow-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.grow-card .grow-text h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .grow-card .grow-text h4 {
    font-size: 16px;
  }
}
.grow-card .grow-text p {
  font-size: 18px;
  font-weight: 500;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 767.98px) {
  .grow-card .grow-text p {
    font-size: 14px;
  }
}
.grow-card .grow-overlay {
  padding: 24px;
  background: linear-gradient(135deg, #00021b 0%, #0d3740 100%);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .grow-card .grow-overlay {
    padding: 20px;
  }
}
.grow-card .grow-overlay h4 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .grow-card .grow-overlay h4 {
    font-size: 16px;
  }
}
.grow-card .grow-overlay p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.grow-card .grow-overlay p i {
  font-size: 16px;
  color: #1EE3C0;
}
.grow-card .grow-overlay p span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 1399.98px) {
  .grow-card .grow-overlay p span {
    -webkit-line-clamp: 1;
  }
}
.grow-card .grow-overlay a {
  width: 68px;
  min-width: 68px;
  height: 68px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1EE3C0;
  color: #ffffff;
  border-radius: 100px 100px 0 100px;
}
@media (max-width: 767.98px) {
  .grow-card .grow-overlay a {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .grow-card .grow-overlay a img {
    width: 30px;
  }
}
.grow-card .grow-overlay a:hover img {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(130deg);
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
}
.grow-card .grow-overlay a img {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.grow-btn {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .grow-btn {
    margin-bottom: 20px;
  }
}
.grow-btn a {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  background: linear-gradient(135deg, #00021b 0%, #0d3740 100%);
  position: relative;
  padding: 24px;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .grow-btn a {
    font-size: 15px;
    padding: 15px;
  }
}
.grow-btn a:hover {
  color: #1EE3C0;
}
.grow-btn a:hover img {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.grow-btn a img {
  position: absolute;
  top: 0;
  right: 0;
  filter: invert(1) brightness(1000);
  min-width: 60px;
  width: 60px;
}
@media (max-width: 767.98px) {
  .grow-btn a img {
    min-width: 40px;
    width: 40px;
  }
}

.leader-section {
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .leader-section {
    padding: 0 0 60px;
  }
}
@media (max-width: 767.98px) {
  .leader-section {
    padding: 0 0 40px;
  }
}

.leader-bg {
  background: url(../img/leader-bg.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  padding: 50px;
}
@media (max-width: 991.98px) {
  .leader-bg {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .leader-bg {
    padding: 20px;
    border-radius: 20px;
  }
}
.leader-bg .leader-tabs {
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  .leader-bg .leader-tabs {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .leader-bg .leader-tabs {
    margin-bottom: 30px;
  }
}
.leader-bg .leader-tabs .nav-tabs {
  border: 0;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .leader-bg .leader-tabs .nav-tabs {
    gap: 20px;
  }
}
.leader-bg .leader-tabs .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background: #41435d;
  padding: 13px 35px;
  border: 0;
  border-radius: 100px;
}
@media (max-width: 991.98px) {
  .leader-bg .leader-tabs .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
}
.leader-bg .leader-tabs .nav-tabs .nav-item .nav-link:hover {
  background: #1EE3C0;
  color: #000427;
}
.leader-bg .leader-tabs .nav-tabs .nav-item .nav-link.active {
  background: #1EE3C0;
  color: #000427;
  border: 0;
}
.leader-bg .tab-content {
  padding: 0;
}
.leader-bg .tab-content .nav {
  gap: 24px;
}
.leader-bg .tab-content .nav li a {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  gap: 15px;
  border-radius: 20px;
  border: 1px solid #0E82FD;
  background: #41435d;
  width: 167px;
  min-width: 167px;
  height: 167px;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .leader-bg .tab-content .nav li a {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .leader-bg .tab-content .nav li a {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .leader-bg .tab-content .nav li a {
    font-size: 13px;
    width: 110px;
    min-width: 110px;
    height: 110px;
  }
  .leader-bg .tab-content .nav li a img {
    width: 40px;
  }
}
.leader-bg .tab-content .nav li a:hover {
  border: 1px solid #1EE3C0;
}

.business-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  margin-bottom: 100px;
  background: url(../img/business-bg.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  .business-section {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .business-section {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

.business-slider .business-flex:hover .business-arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
@media (max-width: 991.98px) {
  .business-slider .business-flex .business-img {
    margin-bottom: 20px;
  }
}
.business-slider .business-flex .business-img img {
  border-radius: 10px;
}
.business-slider .business-flex .business-grid {
  position: relative;
  padding: 50px;
  border-radius: 10px;
  background: #ffffff;
}
@media (max-width: 1399.98px) {
  .business-slider .business-flex .business-grid {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .business-slider .business-flex .business-grid {
    padding: 20px;
  }
}
.business-slider .business-flex .business-grid .business-arrow {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .business-slider .business-flex .business-grid .business-arrow img {
    width: 40px;
  }
}
.business-slider .business-flex .business-grid .business-top-text {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .business-slider .business-flex .business-grid .business-top-text {
    margin-bottom: 20px;
  }
}
.business-slider .business-flex .business-grid .business-top-text h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .business-slider .business-flex .business-grid .business-top-text h4 {
    font-size: 20px;
  }
}
.business-slider .business-flex .business-grid .business-top-text p {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .business-slider .business-flex .business-grid .business-top-text p {
    font-size: 14px;
  }
}
.business-slider .business-flex .business-grid .business-center-text {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .business-slider .business-flex .business-grid .business-center-text {
    margin-bottom: 20px;
  }
}
.business-slider .business-flex .business-grid .business-center-text p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .business-slider .business-flex .business-grid .business-center-text p {
    font-size: 14px;
  }
}
.business-slider .business-flex .business-grid .business-bottom-text h4 {
  font-size: 30px;
  color: #686868;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .business-slider .business-flex .business-grid .business-bottom-text h4 {
    font-size: 16px;
  }
}
.business-slider .business-flex .business-grid .business-bottom-text p {
  font-weight: 500;
}

.business-nav-control {
  text-align: right;
}
@media (max-width: 767.98px) {
  .business-nav-control {
    margin-top: 20px;
  }
}
.business-nav-control button {
  font-size: 16px;
  color: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .business-nav-control button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 12px;
  }
}
.business-nav-control button:hover {
  background: #1EE3C0;
  border-color: #1EE3C0;
}
.business-nav-control .owl-next {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .business-nav-control .owl-next {
    margin-left: 10px;
  }
}

.faq-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  .faq-section {
    padding: 0 0 60px;
  }
}
@media (max-width: 767.98px) {
  .faq-section {
    padding: 0 0 40px;
  }
}

.faq-grid {
  background: linear-gradient(180deg, #EAEAEA 0%, rgba(245, 245, 245, 0.1) 78.83%);
  padding: 50px;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  .faq-grid {
    padding: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .faq-grid {
    padding: 20px;
    border-radius: 20px;
  }
}
.faq-grid .faq-grid-text {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .faq-grid .faq-grid-text {
    margin-bottom: 30px;
  }
}
.faq-grid .faq-grid-text p {
  font-size: 20px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 24px;
}
@media (max-width: 1399.98px) {
  .faq-grid .faq-grid-text p {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .faq-grid .faq-grid-text p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .faq-grid .faq-grid-text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.faq-grid .faq-grid-text p:last-child {
  margin-bottom: 0;
}

.faq-content .accordion {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .faq-content .accordion {
    gap: 20px;
  }
}
.faq-content .accordion .accordion-item {
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  padding: 24px;
}
@media (max-width: 767.98px) {
  .faq-content .accordion .accordion-item {
    padding: 20px;
  }
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  font-weight: 600;
  color: #2C2C2C;
  background: transparent;
  padding: 0;
  border: 0;
}
@media (max-width: 1399.98px) {
  .faq-content .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .faq-content .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
  }
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button::after {
  font-family: "tabler-icons";
  font-size: 20px;
  font-weight: 400;
  content: "\ea24";
  margin-left: auto;
  transition: transform 0.2s !important;
  background-image: none;
  background: #F5F3F3;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767.98px) {
  .faq-content .accordion .accordion-item .accordion-header .accordion-button::after {
    font-size: 15px;
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0;
  color: #232323;
  box-shadow: none;
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  color: #ffffff;
  content: "\ea15";
  background-image: none;
  transform: none !important;
  background: #FFCC12;
}
.faq-content .accordion .accordion-item .accordion-header span {
  font-size: 42px;
  color: #E5E5E5;
  margin-right: 24px;
}
@media (max-width: 767.98px) {
  .faq-content .accordion .accordion-item .accordion-header span {
    font-size: 24px;
    margin-right: 10px;
  }
}
.faq-content .accordion .accordion-item .accordion-body {
  color: #606060;
  padding: 20px 0 0 66px;
}
@media (max-width: 767.98px) {
  .faq-content .accordion .accordion-item .accordion-body {
    padding: 10px 0 0 40px;
  }
}

.footer {
  background: #02026A;
  border-radius: 70px 70px 0 0;
}
@media (max-width: 991.98px) {
  .footer {
    border-radius: 20px 20px 0 0;
  }
}
.footer .footer-top {
  padding: 50px 0 0;
}
@media (max-width: 991.98px) {
  .footer .footer-top {
    padding: 30px 0 10px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top {
    padding: 20px 0 0;
  }
}
.footer .footer-top .footer-address {
  margin-bottom: 24px;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .footer .footer-top .footer-address {
    margin-bottom: 20px;
    gap: 20px;
  }
}
.footer .footer-top .footer-address .footer-icon {
  line-height: normal;
}
@media (max-width: 575.98px) {
  .footer .footer-top .footer-address .footer-icon img {
    width: 30px;
  }
}
.footer .footer-top .footer-address .footer-cont h6 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .footer .footer-top .footer-address .footer-cont h6 {
    font-size: 14px;
  }
}
.footer .footer-top .footer-address .footer-cont p {
  font-weight: 500;
  color: #ffffff;
}
.footer .footer-bottom {
  background: #ECECFF;
  border-radius: 70px 70px 0 0;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.footer .footer-bottom:before {
  content: "";
  position: absolute;
  background: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom {
    padding: 30px 0;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-bottom {
    padding: 20px 0;
  }
}

.footer-widget {
  margin-bottom: 24px;
}
.footer-widget p {
  font-weight: 500;
  color: #232323;
  margin: 24px 0 20px;
}
.footer-widget .social-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
}
.footer-widget .social-links a:hover::before {
  top: 0;
}
.footer-widget .social-links a:hover img {
  filter: invert(1) brightness(1000);
}
.footer-widget .social-links a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1EE3C0;
  z-index: 2;
}
.footer-widget .social-links a img {
  position: relative;
  z-index: 3;
  width: 26px;
}
.footer-widget h4 {
  font-size: 20px;
  color: #232323;
  margin-bottom: 20px;
}
.footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-widget ul li {
  margin-bottom: 10px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li a {
  font-weight: 500;
  color: #232323;
  position: relative;
}
.footer-widget ul li a:hover {
  color: #02026A;
  letter-spacing: 0.5px;
}
.footer-widget ul li a:hover:after {
  width: 100%;
}
.footer-widget ul li a:after {
  position: absolute;
  content: "";
  background: #02026A;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
}

.copy-right {
  margin-top: 26px;
  background: #ffffff;
  border-radius: 15px;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .copy-right {
    padding: 15px 20px;
    margin-top: 0;
  }
}
.copy-right p {
  color: #232323;
  margin-bottom: 5px;
}
.copy-right h6 {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
}

.copy-content {
  text-align: right;
}
@media (max-width: 991.98px) {
  .copy-content {
    text-align: left;
    margin-top: 15px;
  }
}
.copy-content .copy-dropdown {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .copy-content .copy-dropdown {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .copy-content .copy-dropdown {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copy-content .copy-dropdown .position-relative {
    width: 100%;
  }
}
.copy-content .copy-dropdown .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  padding: 5px 10px;
  gap: 10px;
}
.copy-content .copy-dropdown .dropdown-toggle i {
  font-size: 20px;
}
.copy-content .copy-dropdown .dropdown-menu {
  width: 100%;
}

.logo-animate {
  margin-top: 20px;
  animation: slide 35s infinite linear;
}
@keyframes slidealt {
  0% {
    transform: translateX(calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}
.logo-animate h2 {
  font-size: 122px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4117647059);
  -webkit-text-stroke: 1px rgba(38, 38, 44, 0.1019607843);
  white-space: nowrap;
}
@media (max-width: 1299.98px) {
  .logo-animate h2 {
    font-size: 100px;
  }
}
@media (max-width: 1199.98px) {
  .logo-animate h2 {
    font-size: 90px;
  }
}
@media (max-width: 767.98px) {
  .logo-animate h2 {
    font-size: 60px;
  }
}

@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}
button.scroll-top:focus {
  outline: none;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -40%;
  right: 35px;
  border-radius: 10px;
  z-index: 9;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #02026A;
  transition: 1s ease;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.scroll-top::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background: #1EE3C0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.scroll-top:hover {
  background: #1EE3C0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.scroll-top:hover::before {
  width: 100%;
  background: #1EE3C0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.scroll-top span {
  color: #fff;
  line-height: 0;
}

/*# sourceMappingURL=style.css.map */
