
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;500&family=Lato:wght@400;700&display=swap");
body {
  font-family: "Karla", sans-serif;
  overflow-x: hidden !important;
  position: relative;
  color: #06163a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 17px;
  line-height: 26px;
}

.row > * {
  position: relative;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.bg-lightan {
  background: linear-gradient(to bottom, #ffffff 50%, rgba(30, 87, 199, 0.08) 100%);
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-gradient {
  background: linear-gradient(to right, #0044eb, #229bee);
}

.bg-overlay {
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.bg-overlay-black {
  background-color: #242527;
  opacity: 0.8;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.title-box .title-sub-title {
  background: rgba(30, 87, 199, 0.1);
  padding: 7px 22px;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
}
.title-box .title-heading {
  font-size: 30px;
  max-width: 450px;
  margin: 0 auto;
}

.btn-rounded {
  border-radius: 30px;
}

.box-shadow {
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}

hr {
  border-top: 1px solid #808eb1;
  margin: 0;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

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

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

.bg-footer .f-18 {
  color: #eee;
}

.f-19 {
  font-size: 19px;
}

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

.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}

.fw-normal {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.icon-size-15 {
  height: 15px;
  width: 15px;
}
.icon-size-15 svg {
  height: 15px !important;
  width: 15px !important;
}

.icon-sm {
  height: 18px;
  width: 18px;
}
.icon-sm svg {
  height: 18px !important;
  width: 18px !important;
}

.icon-xs {
  height: 20px;
  width: 20px;
}
.icon-xs svg {
  height: 20px !important;
  width: 20px !important;
}

.icon-md {
  height: 25px;
  width: 25px;
}
.icon-md svg {
  height: 25px !important;
  width: 25px !important;
}

.icon-lg {
  height: 30px;
  width: 30px;
}
.icon-lg svg {
  height: 30px !important;
  width: 30px !important;
}

.icon-xl {
  height: 35px;
  width: 35px;
}
.icon-xl svg {
  height: 35px !important;
  width: 35px !important;
}

.icon-xxl {
  height: 40px;
  width: 40px;
}
.icon-xxl svg {
  height: 40px !important;
  width: 40px !important;
}

.icon-xxxl {
  height: 60px;
  width: 60px;
}
.icon-xxxl svg {
  height: 60px !important;
  width: 60px !important;
}

.uim-icon-primary .uim-svg {
  fill: #0044eb !important;
}

.icon-fill-primary {
  fill: rgba(30, 87, 199, 0.15);
}

.uim-icon-success .uim-svg {
  fill: #0fdf89 !important;
}

.icon-fill-success {
  fill: rgba(15, 223, 137, 0.15);
}

.uim-icon-info .uim-svg {
  fill: #229bee !important;
}

.icon-fill-info {
  fill: rgba(34, 155, 238, 0.15);
}

.uim-icon-warning .uim-svg {
  fill: #f6cb42 !important;
}

.icon-fill-warning {
  fill: rgba(246, 203, 66, 0.15);
}

.uim-icon-danger .uim-svg {
  fill: #fb3e3e !important;
}

.icon-fill-danger {
  fill: rgba(251, 62, 62, 0.15);
}

.uim-icon-orange .uim-svg {
  fill: #f09105 !important;
}

.icon-fill-orange {
  fill: rgba(240, 145, 5, 0.15);
}

.uim-icon-dark .uim-svg {
  fill: #404b67 !important;
}

.icon-fill-dark {
  fill: rgba(64, 75, 103, 0.15);
}

.uim-icon-cyan .uim-svg {
  fill: #00e6e6 !important;
}

.icon-fill-cyan {
  fill: rgba(0, 230, 230, 0.15);
}

.uim-icon-blue .uim-svg {
  fill: #2762da !important;
}

.icon-fill-blue {
  fill: rgba(39, 98, 218, 0.15);
}

.uim-icon-muted .uim-svg {
  fill: #808eb1 !important;
}

.icon-fill-muted {
  fill: rgba(128, 142, 177, 0.15);
}

.uim-icon-purple .uim-svg {
  fill: #704fff !important;
}

.icon-fill-purple {
  fill: rgba(112, 79, 255, 0.15);
}

.uim-icon-pink .uim-svg {
  fill: #f85f89 !important;
}

.icon-fill-pink {
  fill: rgba(248, 95, 137, 0.15);
}

.uim-icon-white .uim-svg {
  fill: #ffffff !important;
}

.icon-fill-white {
  fill: rgba(255, 255, 255, 0.15);
}

.uim-icon-light .uim-svg {
  fill: #f8fafd !important;
}

.icon-fill-light {
  fill: rgba(248, 250, 253, 0.15);
}

.icon {
  position: relative;
  top: -2px;
}

.btn {
  transition: all 0.5s;
}
.btn:focus {
  box-shadow: none;
}

.btn:hover:before {
  opacity: 1;
}

.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
}

.shadow {
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06) !important;
}

.bg-primary {
  background-color: #0044eb !important;
}

.bg-soft-primary {
  background-color: rgba(30, 87, 199, 0.1) !important;
}

.text-primary {
  color: #0044eb !important;
}

.border-primary {
  color: #0044eb !important;
}

.icon-dual-primary {
  color: #0044eb;
  fill: rgba(30, 87, 199, 0.2);
}

.btn-soft-primary {
  background-color: rgba(30, 87, 199, 0.25) !important;
  color: #0044eb !important;
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary .open > .dropdown-toggle.btn-primary {
  background: #1b4fb5;
}

.btn-primary {
      background: #0044eb;
    border-color: #0044eb !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #1967d2;
  border-color: #1967d2;
  box-shadow: 0px 8px 20px -6px rgba(30, 87, 199, 0.6);
}

.btn-outline-primary {
  color: #0044eb;
  border-color: #0044eb;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #0044eb;
  border-color: #0044eb;
  box-shadow: 0px 8px 20px -6px rgba(30, 87, 199, 0.6);
}

.bg-success {
  background-color: #0fdf89 !important;
}

.bg-soft-success {
  background-color: rgba(15, 223, 137, 0.1) !important;
}

.text-success {
  color: #0fdf89 !important;
}

.border-success {
  color: #0fdf89 !important;
}

.icon-dual-success {
  color: #0fdf89;
  fill: rgba(15, 223, 137, 0.2);
}

.btn-soft-success {
  background-color: rgba(15, 223, 137, 0.25) !important;
  color: #0fdf89 !important;
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus, .btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success .open > .dropdown-toggle.btn-primary {
  background: #0ecc7d;
}

.btn-success {
  background: #0fdf89;
  border-color: #0fdf89 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #0ecc7d;
  border-color: #0ecc7d;
  box-shadow: 0px 8px 20px -6px rgba(15, 223, 137, 0.6);
}

.btn-outline-success {
  color: #0fdf89;
  border-color: #0fdf89;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #0fdf89;
  border-color: #0fdf89;
  box-shadow: 0px 8px 20px -6px rgba(15, 223, 137, 0.6);
}

.bg-info {
  background-color: #229bee !important;
}

.bg-soft-info {
  background-color: rgba(34, 155, 238, 0.1) !important;
}

.text-info {
  color: #229bee !important;
}

.border-info {
  color: #229bee !important;
}

.icon-dual-info {
  color: #229bee;
  fill: rgba(34, 155, 238, 0.2);
}

.btn-soft-info {
  background-color: rgba(34, 155, 238, 0.25) !important;
  color: #229bee !important;
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus, .btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info .open > .dropdown-toggle.btn-primary {
  background: #1292ea;
}

.btn-info {
  background: #229bee;
  border-color: #229bee !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #1292ea;
  border-color: #1292ea;
  box-shadow: 0px 8px 20px -6px rgba(34, 155, 238, 0.6);
}

.btn-outline-info {
  color: #229bee;
  border-color: #229bee;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #229bee;
  border-color: #229bee;
  box-shadow: 0px 8px 20px -6px rgba(34, 155, 238, 0.6);
}

.bg-warning {
  background-color: #f6cb42 !important;
}

.bg-soft-warning {
  background-color: rgba(246, 203, 66, 0.1) !important;
}

.text-warning {
  color: #f6cb42 !important;
}

.border-warning {
  color: #f6cb42 !important;
}

.icon-dual-warning {
  color: #f6cb42;
  fill: rgba(246, 203, 66, 0.2);
}

.btn-soft-warning {
  background-color: rgba(246, 203, 66, 0.25) !important;
  color: #f6cb42 !important;
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus, .btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning .open > .dropdown-toggle.btn-primary {
  background: #f5c62f;
}

.btn-warning {
  background: #f6cb42;
  border-color: #f6cb42 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #f5c62f;
  border-color: #f5c62f;
  box-shadow: 0px 8px 20px -6px rgba(246, 203, 66, 0.6);
}

.btn-outline-warning {
  color: #f6cb42;
  border-color: #f6cb42;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #f6cb42;
  border-color: #f6cb42;
  box-shadow: 0px 8px 20px -6px rgba(246, 203, 66, 0.6);
}

.bg-danger {
  background-color: #fb3e3e !important;
}

.bg-soft-danger {
  background-color: rgba(251, 62, 62, 0.1) !important;
}

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

.border-danger {
  color: #fb3e3e !important;
}

.icon-dual-danger {
  color: #fb3e3e;
  fill: rgba(251, 62, 62, 0.2);
}

.btn-soft-danger {
  background-color: rgba(251, 62, 62, 0.25) !important;
  color: #fb3e3e !important;
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus, .btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger .open > .dropdown-toggle.btn-primary {
  background: #fb2a2a;
}

.btn-danger {
  background: #fb3e3e;
  border-color: #fb3e3e !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #fb2a2a;
  border-color: #fb2a2a;
  box-shadow: 0px 8px 20px -6px rgba(251, 62, 62, 0.6);
}

.btn-outline-danger {
  color: #fb3e3e;
  border-color: #fb3e3e;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #fb3e3e;
  border-color: #fb3e3e;
  box-shadow: 0px 8px 20px -6px rgba(251, 62, 62, 0.6);
}

.bg-orange {
  background-color: #f09105 !important;
}

.bg-soft-orange {
  background-color: rgba(240, 145, 5, 0.1) !important;
}

.text-orange {
  color: #f09105 !important;
}

.border-orange {
  color: #f09105 !important;
}

.icon-dual-orange {
  color: #f09105;
  fill: rgba(240, 145, 5, 0.2);
}

.btn-soft-orange {
  background-color: rgba(240, 145, 5, 0.25) !important;
  color: #f09105 !important;
}
.btn-soft-orange:hover, .btn-soft-orange:focus, .btn-soft-orange:active, .btn-soft-orange.active, .btn-soft-orange.focus, .btn-soft-orange:not(:disabled):not(.disabled):active, .btn-soft-orange:not(:disabled):not(.disabled):active:focus,
.btn-soft-orange .open > .dropdown-toggle.btn-primary {
  background: #dc8505;
}

.btn-orange {
  background: #f09105;
  border-color: #f09105 !important;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.focus, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange .open > .dropdown-toggle.btn-primary {
  background: #dc8505;
  border-color: #dc8505;
  box-shadow: 0px 8px 20px -6px rgba(240, 145, 5, 0.6);
}

.btn-outline-orange {
  color: #f09105;
  border-color: #f09105;
}
.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.focus, .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange .open > .dropdown-toggle.btn-primary {
  background: #f09105;
  border-color: #f09105;
  box-shadow: 0px 8px 20px -6px rgba(240, 145, 5, 0.6);
}

.bg-dark {
  background-color: #404b67 !important;
}

.bg-soft-dark {
  background-color: rgba(64, 75, 103, 0.1) !important;
}

.text-dark {
  color: #404b67 !important;
}

.border-dark {
  color: #404b67 !important;
}

.icon-dual-dark {
  color: #404b67;
  fill: rgba(64, 75, 103, 0.2);
}

.logo img {
    width: 184px;
}

.logo--login01 img{
   width: 175px;
}

span.esign--lofo {
    color: #061739;
    font-weight: 500;
    font-size: 21px;
}

.esign--logo02 {
    color: #374151;
    font-weight: 600;
    font-size: 18px;
    padding-left: 3px;
}

.btn-soft-dark {
  background-color: rgba(64, 75, 103, 0.25) !important;
  color: #404b67 !important;
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus, .btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark .open > .dropdown-toggle.btn-primary {
  background: #38425a;
}

.btn-dark {
  background: #404b67;
  border-color: #404b67 !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #38425a;
  border-color: #38425a;
  box-shadow: 0px 8px 20px -6px rgba(64, 75, 103, 0.6);
}

.btn-outline-dark {
  color: #404b67;
  border-color: #404b67;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #404b67;
  border-color: #404b67;
  box-shadow: 0px 8px 20px -6px rgba(64, 75, 103, 0.6);
}

.bg-cyan {
  background-color: #00e6e6 !important;
}

.bg-soft-cyan {
  background-color: rgba(0, 230, 230, 0.1) !important;
}

.text-cyan {
  color: #00e6e6 !important;
}

.border-cyan {
  color: #00e6e6 !important;
}

.icon-dual-cyan {
  color: #00e6e6;
  fill: rgba(0, 230, 230, 0.2);
}

.btn-soft-cyan {
  background-color: rgba(0, 230, 230, 0.25) !important;
  color: #00e6e6 !important;
}
.btn-soft-cyan:hover, .btn-soft-cyan:focus, .btn-soft-cyan:active, .btn-soft-cyan.active, .btn-soft-cyan.focus, .btn-soft-cyan:not(:disabled):not(.disabled):active, .btn-soft-cyan:not(:disabled):not(.disabled):active:focus,
.btn-soft-cyan .open > .dropdown-toggle.btn-primary {
  background: #00d2d2;
}

.btn-cyan {
  background: #00e6e6;
  border-color: #00e6e6 !important;
}
.btn-cyan:hover, .btn-cyan:focus, .btn-cyan:active, .btn-cyan.active, .btn-cyan.focus, .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan .open > .dropdown-toggle.btn-primary {
  background: #00d2d2;
  border-color: #00d2d2;
  box-shadow: 0px 8px 20px -6px rgba(0, 230, 230, 0.6);
}

.btn-outline-cyan {
  color: #00e6e6;
  border-color: #00e6e6;
}
.btn-outline-cyan:hover, .btn-outline-cyan:focus, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.focus, .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan .open > .dropdown-toggle.btn-primary {
  background: #00e6e6;
  border-color: #00e6e6;
  box-shadow: 0px 8px 20px -6px rgba(0, 230, 230, 0.6);
}

.bg-blue {
  background-color: #2762da !important;
}

.bg-soft-blue {
  background-color: rgba(39, 98, 218, 0.1) !important;
}

.text-blue {
  color: #2762da !important;
}

.border-blue {
  color: #2762da !important;
}

.icon-dual-blue {
  color: #2762da;
  fill: rgba(39, 98, 218, 0.2);
}

.btn-soft-blue {
  background-color: rgba(39, 98, 218, 0.25) !important;
  color: #2762da !important;
}
.btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active, .btn-soft-blue.focus, .btn-soft-blue:not(:disabled):not(.disabled):active, .btn-soft-blue:not(:disabled):not(.disabled):active:focus,
.btn-soft-blue .open > .dropdown-toggle.btn-primary {
  background: #235aca;
}

.btn-blue {
  background: #2762da;
  border-color: #2762da !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus, .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue .open > .dropdown-toggle.btn-primary {
  background: #235aca;
  border-color: #235aca;
  box-shadow: 0px 8px 20px -6px rgba(39, 98, 218, 0.6);
}

.btn-outline-blue {
  color: #2762da;
  border-color: #2762da;
}
.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue .open > .dropdown-toggle.btn-primary {
  background: #2762da;
  border-color: #2762da;
  box-shadow: 0px 8px 20px -6px rgba(39, 98, 218, 0.6);
}

.bg-muted {
  background-color: #808eb1 !important;
}

.bg-soft-muted {
  background-color: rgba(128, 142, 177, 0.1) !important;
}

.text-muted {
  color: #545f7a !important;
}

.border-muted {
  color: #808eb1 !important;
}

.icon-dual-muted {
  color: #808eb1;
  fill: rgba(128, 142, 177, 0.2);
}

.btn-soft-muted {
  background-color: rgba(128, 142, 177, 0.25) !important;
  color: #808eb1 !important;
}
.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus, .btn-soft-muted:not(:disabled):not(.disabled):active, .btn-soft-muted:not(:disabled):not(.disabled):active:focus,
.btn-soft-muted .open > .dropdown-toggle.btn-primary {
  background: #7383a9;
}

.btn-muted {
  background: #808eb1;
  border-color: #808eb1 !important;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #7383a9;
  border-color: #7383a9;
  box-shadow: 0px 8px 20px -6px rgba(128, 142, 177, 0.6);
}

.btn-outline-muted {
  color: #808eb1;
  border-color: #808eb1;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #808eb1;
  border-color: #808eb1;
  box-shadow: 0px 8px 20px -6px rgba(128, 142, 177, 0.6);
}

.bg-purple {
  background-color: #704fff !important;
}

.bg-soft-purple {
  background-color: rgba(112, 79, 255, 0.1) !important;
}

.text-purple {
  color: #704fff !important;
}

.border-purple {
  color: #704fff !important;
}

.icon-dual-purple {
  color: #704fff;
  fill: rgba(112, 79, 255, 0.2);
}

.btn-soft-purple {
  background-color: rgba(112, 79, 255, 0.25) !important;
  color: #704fff !important;
}
.btn-soft-purple:hover, .btn-soft-purple:focus, .btn-soft-purple:active, .btn-soft-purple.active, .btn-soft-purple.focus, .btn-soft-purple:not(:disabled):not(.disabled):active, .btn-soft-purple:not(:disabled):not(.disabled):active:focus,
.btn-soft-purple .open > .dropdown-toggle.btn-primary {
  background: #5f3bff;
}

.btn-purple {
  background: #704fff;
  border-color: #704fff !important;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus, .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open > .dropdown-toggle.btn-primary {
  background: #5f3bff;
  border-color: #5f3bff;
  box-shadow: 0px 8px 20px -6px rgba(112, 79, 255, 0.6);
}

.btn-outline-purple {
  color: #704fff;
  border-color: #704fff;
}
.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.focus, .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open > .dropdown-toggle.btn-primary {
  background: #704fff;
  border-color: #704fff;
  box-shadow: 0px 8px 20px -6px rgba(112, 79, 255, 0.6);
}

.bg-pink {
  background-color: #f85f89 !important;
}

.bg-soft-pink {
  background-color: rgba(248, 95, 137, 0.1) !important;
}

.text-pink {
  color: #f85f89 !important;
}

.border-pink {
  color: #f85f89 !important;
}

.icon-dual-pink {
  color: #f85f89;
  fill: rgba(248, 95, 137, 0.2);
}

.btn-soft-pink {
  background-color: rgba(248, 95, 137, 0.25) !important;
  color: #f85f89 !important;
}
.btn-soft-pink:hover, .btn-soft-pink:focus, .btn-soft-pink:active, .btn-soft-pink.active, .btn-soft-pink.focus, .btn-soft-pink:not(:disabled):not(.disabled):active, .btn-soft-pink:not(:disabled):not(.disabled):active:focus,
.btn-soft-pink .open > .dropdown-toggle.btn-primary {
  background: #f74b7b;
}

.btn-pink {
  background: #f85f89;
  border-color: #f85f89 !important;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus, .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open > .dropdown-toggle.btn-primary {
  background: #f74b7b;
  border-color: #f74b7b;
  box-shadow: 0px 8px 20px -6px rgba(248, 95, 137, 0.6);
}

.btn-outline-pink {
  color: #f85f89;
  border-color: #f85f89;
}
.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.focus, .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open > .dropdown-toggle.btn-primary {
  background: #f85f89;
  border-color: #f85f89;
  box-shadow: 0px 8px 20px -6px rgba(248, 95, 137, 0.6);
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
  color: #ffffff !important;
}

.border-white {
  color: #ffffff !important;
}

.icon-dual-white {
  color: #ffffff;
  fill: rgba(255, 255, 255, 0.2);
}

.btn-soft-white {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
}
.btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active, .btn-soft-white.active, .btn-soft-white.focus, .btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}

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

.bg-footer.bg-light {
      background-color: #020842 !important;
}
.bg-soft-light {
  background-color: rgba(248, 250, 253, 0.1) !important;
}

.text-light {
  color: #f8fafd !important;
}

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

.icon-dual-light {
  color: #f8fafd;
  fill: rgba(248, 250, 253, 0.2);
}

.btn-soft-light {
  background-color: rgba(248, 250, 253, 0.25) !important;
  color: #f8fafd !important;
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus, .btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light .open > .dropdown-toggle.btn-primary {
  background: #e8eff8;
}

.btn-light {
  background: #f8fafd;
  border-color: #f8fafd !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #e8eff8;
  border-color: #e8eff8;
  box-shadow: 0px 8px 20px -6px rgba(248, 250, 253, 0.6);
}

.btn-outline-light {
  color: #f8fafd;
  border-color: #f8fafd;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #f8fafd;
  border-color: #f8fafd;
  box-shadow: 0px 8px 20px -6px rgba(248, 250, 253, 0.6);
}

.navbar-custom {
  padding: 15px 30px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 15px 0;
  margin: 0 10px;
  font-weight: 500;
}
.navbar-custom .nav-social a {
  background: rgba(255, 255, 255, 0.1);
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.navbar-custom .nav-social a i {
  font-size: 16px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.6) !important;
}
.navbar-custom .nav-social a i:hover {
  color: #ffffff !important;
}

.sticky-wrapper {
  position: absolute;
  width: 100%;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #404b67;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #ffffff;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}
.navbar-custom .navbar-toggles-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}

.menu-toggle span {
  line-height: 27px;
}

.navbar-button {
  margin-left: 20px;
}

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

.logo .logo-dark {
  display: none;
}

.is-sticky .logo .logo-dark {
  display: inline-block;
}

.is-sticky .logo .logo-light {
  display: none;
}

/*---Navbar-White--*/
.navbar-custom.navbar-white .navbar-nav li a,
.navbar-custom.navbar-white .navbar-brand,
.navbar-white .navbar-toggle {
  color: #404b67 !important;
}

.navbar-custom.navbar-white .navbar-nav li.active a,
.navbar-custom.navbar-white .navbar-nav li a:hover,
.navbar-custom.navbar-white .navbar-nav li a:focus,
.navbar-custom.navbar-white .navbar-nav li a:active {
  color: #0044eb !important;
}

.navbar-white .nav-social a {
    background: #0044eb;
    display: inline-block;
    text-align: center;
    transition: all 0.5s;
    width: auto;
    height: auto;
    border-radius: 4px;
    padding: 6px 13px;
    color: #fff;
}
.navbar-white .nav-social a i {
  font-size: 16px;
  line-height: 36px;
  color: #404b67 !important;
}
.navbar-white .nav-social a i:hover {
  color: #0044eb !important;
}

.navbar-white .nav-social a.signin--top526 {
    background: #217bf1;
}

/*---NAVBAR STICKY--*/
.is-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.is-sticky.navbar-custom.sticky-dark {
  background-color: #404b67;
}
.is-sticky .navbar-nav li a {
  color: #404b67 !important;
}
.is-sticky .nav-social a {
    background: #00F260;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0575E6, #00F260);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.is-sticky .nav-social a i {
  color: #404b67 !important;
}
.is-sticky .nav-social a i:hover {
  color: #0044eb !important;
}

.is-sticky .navbar-custom .navbar-nav li.active a,
.is-sticky .navbar-custom .navbar-nav li a:hover,
.is-sticky .navbar-custom .navbar-nav li a:active {
  color: #0044eb !important;
}

.is-sticky .navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}

.is-sticky .navbar-nav {
  margin-top: 0px;
}

.is-sticky .navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.035);
}

.bg-home {
  padding: 110px 0px 50px 0px;
}

.home-overlay {
  background-image: url(../images/overlay-4.png);
  opacity: 0.7;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.login--bg01{
   background: #e5eaf7 url(../images/overlay-4.png);
   background-size: cover;
   background-position: top;
   position: relative;
}

/* .login--bg01:before {
    content: "";
    position: absolute;
    background: rgb(8 62 160 / 92%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
} */

.form-check-input{
      border: var(--bs-border-width) solid #2c2ac7;
}

.home-heading-title {
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
  background: #ffffff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 5px;
}

.home-title {
  max-width: 700px;
  font-size: 38px;
  margin: 0 auto;
}

.home-desc {
  max-width: 600px;
  margin: auto;
}

.form-select {
  color: #676f86 !important;
}

.color--sim526 {
    font-weight: 500;
    color: #1e5bc3;
}

.home-form {
      padding: 17px 0px;
}
.home-form .form-control {
  border: 1px solid #dfe9f1;
  height: 54px !important;
  font-size: 15px;
  border-radius: 0.25rem;
}
.home-form .form-control ::placeholder {
  color: #676f86;
}
.home-form .form-control:focus {
  border-color: #e4eef7;
}
.home-form .home-button .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-form input {
  padding: 14px 20px;
  width: 100%;
  font-size: 17px;
  color: #808eb1 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.search-form button {
  position: absolute;
  top: 6px;
  right: 7px;
  outline: none !important;
  font-size: 15px;
  padding: 9px 30px;
}
.search-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.bg-home-2 {
  background-image: url(../images/overlay-5.png);
  padding: 220px 0px 220px 0px;
  background-position: center;
}

.bg-home-3 {
  background-image: url(../images/overlay-6.png);
  padding: 150px 0px 0px 0px;
}

.home-img-3 img {
  position: relative;
  top: 100px;
}

.bg-home-4 {
  position: relative;
  background-image: url(../images/bg-1.jpg);
  background-position: center;
  padding: 220px 0px 250px 0px;
}

.play-btn {
  background-color: #0044eb;
  color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
}

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

.play-shadow {
  border-radius: 50%;
  border: 1px solid transparent;
  width: 82px;
  height: 82px;
  margin: 20px auto 0px auto;
}

.home-modal {
  border: 0;
  background-color: transparent;
}
.home-modal .btn-close {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: relative;
  top: 70px;
  z-index: 3;
}
.home-modal .btn-close:hover, .home-modal .btn-close:focus {
  opacity: 0.5;
}
.home-modal video:focus {
  outline: none;
}

.video-box {
  width: 100%;
}

.bg-home-5 {
  background-image: url(../images/bg-2.jpg);
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
}

.slidero {
  position: relative;
  z-index: 1;
}

.home-registration-form {
  padding: 40px 35px;
  border-radius: 3px;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.home-registration-form .registration-form label {
  font-size: 15px;
}

.registration-form .registration-input-box {
  border: none;
  border-radius: 0px;
  color: #808eb1;
  border-bottom: 1px solid #c5c5c5;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.registration-form .registration-input-box:focus {
  border-color: #0044eb;
}

.service-box {
  padding: 36px 25px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  transition: all 0.5s;
}
.service-box .service-border {
  width: 3px;
  height: 15px;
  border: 1px solid rgba(128, 142, 177, 0.4);
}
.service-box .service-icon {
  width: 66px;
  height: 66px;
  line-height: 56px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid rgba(30, 87, 199, 0.3);
}
.service-box .service-icon .uim-svg {
  fill: #808eb1;
}
.service-box .read-more {
  position: relative;
}
.service-box .read-more .arrow {
  position: relative;
  margin-left: 0px;
  font-size: 40px;
  transition: all 0.5s;
}
.service-box .read-more:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(30, 87, 199, 0.1);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 12px;
}
.service-box:hover {
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.service-box:hover .service-border {
  background: #0044eb;
  border: 1px solid rgba(30, 87, 199, 0.4);
}
.service-box:hover .service-icon {
  background: rgba(30, 87, 199, 0.1);
  border-color: rgba(30, 87, 199, 0.3);
}
.service-box:hover .service-icon .uim-svg {
  fill: #0044eb;
}
.service-box:hover .arrow {
  position: relative;
  margin-left: 40px;
}

.service-box.active {
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.service-box.active .service-border {
  background-color: #0044eb;
  border: 1px solid rgba(30, 87, 199, 0.4);
}
.service-box.active .service-icon {
  background: rgba(30, 87, 199, 0.1);
  border-color: rgba(30, 87, 199, 0.3);
}
.service-box.active .service-icon .uim-svg {
  fill: #0044eb;
}
.service-box.active .arrow {
  margin-left: 40px;
}

.read-more {
  position: relative;
}
.read-more:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(30, 87, 199, 0.1);
  left: 0;
  top: 12px;
}
.read-more .arrow {
  position: relative;
  margin-left: 0px;
  font-size: 40px;
  transition: all 0.5s;
}
.read-more:hover .arrow {
  position: relative;
  margin-left: 20px;
}

.features-1 {
  position: relative;
}
.features-1 img {
  position: relative;
      margin-left: -18%;
}

.features-icon {
  width: 60px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid rgba(30, 87, 199, 0.3);
  background: rgba(30, 87, 199, 0.1);
}
.features-icon .uim-svg {
  fill: #808eb1;
}

.client-title-main {
  font-size: 160px;
  color: rgba(30, 87, 199, 0.03);
  position: absolute;
  left: 0px;
  right: 0;
  margin-top: 70px;
}

.testi-box {
  max-width: 850px;
  margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
  background: transparent;
  border: none;
  width: 5%;
}

.carousel-indicators {
  margin-right: 0%;
  margin-left: 0%;
  position: relative;
}
.carousel-indicators button {
  width: 280px;
  height: 110px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  overflow: hidden;
  border: none;
  background: transparent;
  opacity: 0.3;
}
.carousel-indicators .testi-img {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.carousel-indicators .active {
  opacity: 1;
  border-top: 3px solid #0044eb;
  z-index: 3;
  opacity: 1 !important;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}

.client-title {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
}

.client-icon i {
  font-size: 50px;
  color: #0044eb;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #0044eb;
  background-size: 100% 40%;
  border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.pricing-box {
  position: relative;
  padding: 30px 40px;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.pricing-box .pricing-title {
  font-size: 36px;
}
.pricing-box .pricing-img img {
  height: 110px;
}
.pricing-box .pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-box .pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -60px;
  top: 28px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #0044eb;
}

.pricing-box.active {
  transform: scale(1.08);
  z-index: 2;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #0044eb;
}

.nav-tabs > li > a, .nav-pills > li > a {
  color: #404b67;
}

.nav-pills > a {
  color: #404b67;
}

.pricing-tab-border {
  border: 1px solid #e6effe;
  background: #ffffff;
}

.nav-link.active,
.show > .nav-link {
  background-color: #0044eb !important;
}

.nav-tabs-custom {
  border-bottom: 2px solid #e6effe;
}
.nav-tabs-custom .nav-item {
  position: relative;
  color: #404b67;
}
.nav-tabs-custom .nav-item .nav-link {
  border: none;
}
.nav-tabs-custom .nav-item .nav-link::after {
  content: "";
  background: #0044eb;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs-custom .nav-item .nav-link.active {
  color: #0044eb;
}
.nav-tabs-custom .nav-item .nav-link.active:after {
  transform: scale(1);
}

.bg-contact {
  background-image: url(../images/overlay-3.png);
}

.custom-form .alert-warning {
  padding: 10px;
}

textarea.form-control {
  height: auto !important;
}

.form-control {
  box-shadow: none !important;
  height: 39px !important;
  padding: 4px 10px;
  border: 1px solid #dfe9f1;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
}
.form-control:focus {
  border-color: #e4eef7;
}

textarea.form-control {
  height: auto;
  padding-top: 14px;
}

.client-images img {
  opacity: 0.5;
}

.bg-footer {
  padding-top: 90px;
  padding-bottom: 70px;
  background-position: center center;
}

.footer-link a {
  color: #808eb1;
  line-height: 38px;
  font-size: 17px;
  -webkit-transition: all 0.5s;
  background-color: transparent;
  transition: all 0.5s;
}
.footer-link a:hover {
  color: #0044eb;
}

.footer-social i {
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background: #0044eb;
  font-size: 15px;
  color: #ffffff;
}

.costbtn--526 {
   display: flex;
    gap: 10px;
}

.home-form .home-button.costbtn--526 a{
   font-weight: 600;
    font-size: 16px;
    padding: 16px 16px;
    font-family: "Lato", sans-serif;
}

.home-form .home-button.costbtn--526 a.vp--overv23 {
    background: transparent;
    border: solid 2px;
}

.servic--sec58956{
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.heading_block {
    margin-bottom: 40px;
}

.heading_block .heading_text {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 16px;
    letter-spacing: -1px;
    color: #020842;
}


.heading_block .heading_description {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #020842;
}

.text-center .heading_description {
    margin: auto;
    max-width: 610px;
}

.row.business_consulting_services .iconbox_block {
       padding: 50px 24px 58px;
}

.iconbox_block {
    padding: 50px 50px 42px;
    transition: 300ms ease;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 2px 0 rgba(174, 191, 210, 0.3);
}

.iconbox_block .iconbox_icon {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    margin: 0 0 32px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: #0044eb;
    background-color: rgb(0 68 235 / 10%);
}

.row.business_consulting_services .iconbox_block .iconbox_icon {
    width: 96px;
    height: 96px;
    margin: 0 0 34px;
    border: 1px solid #F5F5F5;
    background-color: #fff;
    box-shadow: 0 34px 40px 0 rgba(29, 40, 78, 0.06);
}

.iconbox_block .iconbox_icon img {
    max-width: 40px;
}

.iconbox_block .iconbox_title a {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
    color: #020842;
}

.iconbox_block p {
    font-size: 16px;
    font-family: "Lato", sans-serif;
}

.btns_group {
    gap: 30px;
    display: flex;
    padding: 50px 0;
    align-items: center;
    justify-content: center;
}

.creative_btn {
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    display: inline-flex;
    color: #fff;
    justify-content: center;
}

.creative_btn .btn_label {
    border-radius: 50px;
    padding: 17px 50px 16px;
    background-color: rgb(0 68 235) !important;
}

.row.business_consulting_services > [class*="col-"] {
    padding: 7px;
}

.creative_btn .btn_icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
}

.creative_btn .btn_icon i {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    transition: .3s;
    position: absolute;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.creative_btn .btn_icon i:nth-child(2) {
    left: -150%;
    bottom: -150%;
    transform: scale(0);
}

.creative_btn:hover .btn_icon i:nth-child(1) {
    top: -150%;
    right: -150%;
    transform: scale(0);
}

.creative_btn:hover .btn_icon i:nth-child(2) {
    left: 0%;
    bottom: 0%;
    transform: scale(1);
}

.contact_method_box {
    padding: 40px 50px 23px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 23px 0 rgba(174, 191, 210, 0.3);
}

.heading_focus_text.has_underline {
    z-index: 1;
    font-weight: 500;
    position: relative;
    margin-bottom: 26px;
    color: #020842;
    padding: 0 36px 6px 0;
    text-transform: uppercase;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.unordered_list_block {
    display: flex;
    flex-direction: column;
}

.contact_method_list {
    gap: 10px;
}


.contact_method_box .contact_method_list {
    margin-bottom: 40px;
    padding: 0px;
}

.unordered_list_block > li {
    width: 100%;
    display: block;
}

.contact_method_list a {
    gap: 20px;
    align-items: center;
    display: inline-flex;
    color: #020842;
}

.contact_method_list .icon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    background-color: #0044eb;
}

.contact_method_list .text {
    font-size: 17px;
    font-weight: 500;
}

.support_step {
    gap: 10px;
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
}

.support_step:before {
    top: 0;
    bottom: 0;
    left: 20px;
    width: 1px;
    content: '';
    z-index: -1;
    position: absolute;
    background-color: #0044eb;
}

.support_step > li {
    gap: 10px;
    display: flex;
    align-items: center;
}

.support_step .serial_number {
    width: 40px;
    height: 40px;
    display: flex;
    flex: 0 0 auto;
    font-weight: 500;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #0044eb;
    background-color: #fff;
    border: 1px solid #0044eb;
}

.support_step .text {
    font-size: 17px;
    padding-top: 4px;
    font-weight: 500;
}

.instant_contact_form {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 23px 0 rgba(174, 191, 210, 0.3);
}

.instant_contact_form .small_title {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 26px;
    color: #020842;
    text-transform: uppercase;
}

.instant_contact_form .form_title {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 36px;
    color: #020842;
}

.form-group {
    position: relative;
    margin-bottom: 1.3rem;
}

.input_title {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #020842;
}

.instant_contact_form .form-group .input_title {
    top: 22px;
    left: 22px;
    position: absolute;
}

.instant_contact_form .form-group .input_title i {
    color: #676767;
    animation: none;
    font-size: 20px;
}

/* .form-group input.form-control, .form-group select.form-select {
    height: 60px;
} */

.instant_contact_form .form-group .form-control, .instant_contact_form .form-group .form-select {
    box-shadow: none;
    padding-left: 50px;
    caret-color: #020842;
}

.form-group textarea.form-control {
    min-height: 180px;
    border-radius: 12px;
    padding: 15px 25px 25px;
}

.instant_contact_form .small_title i {
    color: #0044eb;
}



.login-register .form-control:not(.form-control-sm) {
    padding: .810rem .96rem;
    height: inherit;
    border-color: #d2e0eb;
}

.login-register .form-control:focus {
    -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
    box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
    border-color: #80bdff !important;
}

.login-register .form-control.bg-light {
    background-color: #f5f5f6 !important;
}

.login--right526 h1 {
    font-weight: 300;
}

#signin, #signup{
  position: relative;
}

  .esihn--demobtn256 {
    position: absolute;
    top: 50%;
    display: flex;
    left: -25px;
}

.esihn--demobtn256 a {
    padding: 14px 10px;
    background: linear-gradient(85deg, rgba(148, 191, 255, 1) 0%, rgba(91, 157, 255, 1) 49%, rgba(41, 127, 255, 1) 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
}


/************************demo form css*******************************/

.demo-section{
  background:#ffffff;
}

.demo-list{
  list-style:none;
  padding:0;
}

.demo-list li{
  padding-left:35px;
  position:relative;
  margin-bottom:15px;
  font-size:15px;
}

.demo-list li::before{
  content:"✓";
  width:22px;
  height:22px;
  background:#6f42ff;
  color:#fff;
  border-radius:50%;
  position:absolute;
  left:0;
  top:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
}

.budget-box{
 background: rgb(30 87 199 / 6%);
  padding:25px;
  border-radius:12px;
}

.budget-box h5{
  font-weight:600;
  margin-bottom:15px;
}

.demo-form{
  padding: 20px;
}

.form-control:focus{
  box-shadow:none;
  border-color:#6f42ff;
}

.demo-form .form-label {
    margin-bottom: 5px;
    color: #242424;
    font-size: 15px;
}
.input-group-text{padding: 0.77rem 0.75rem;}

.main--bg526 {
    background-image: url(../images/service-bg-2.jpg);
    background-size: cover;
        z-index: 9;
            padding: 16px 0px;
}

.usernam01 {
    font-weight: 600;
    font-size: 16px;
}

.usernam01 i {
    font-size: 20px;
    background: #004ce6;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.main--border01 {
    border: 1px solid #b6c1db;
    border-radius: 10px;
    /* padding: 22px 33px; */
    margin-bottom: 40px;
    background: #fff;
    position: relative;
    margin-top: 0px;
}

.main--border01:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -5px;
    background: #f1f4fc;
    border: 1px solid #b6c1db;
    border-radius: 8px;
    height: 70px;
    z-index: -1;
    transition: .3s ease-in;
}

.main--border01:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -10px;
    background: #dfe5f0;
    border: 1px solid #b6c1db;
    border-radius: 8px;
    height: 70px;
    z-index: -2;
    transition: .3s ease-in;
}

.align--eqal01 {
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 6px;
    border-bottom: dashed 1px #dbdbdb;
    margin-bottom: 14px;
    background: #227fed;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.sign--docu--tbl01 {
    padding: 8px 12px;
}

.align--eqal01 p {
    margin: 10px 4px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.sign--docu--tbl01 table th {
    font-size: 15px;
    font-weight: 600;
    color: #313b52;
    font-family: "Karla", sans-serif;
    padding: 6px;
}

.sign--docu--tbl01 table td {
    font-size: 16px;
    color: #212838;
    font-family: "Karla", sans-serif;
    padding: 6px;
}

.sign--docu--tbl01 table td a {
    padding: 0px;
    border-radius: 6px;
    /* text-decoration: underline !important; */
}

.form--kyc526 {
    padding: 8px 15px;
}

.auth--signt--align01.dv_aad_kyc {
    padding: 8px 15px;
}

.bg-transprent526{
  background: transparent;
}


.prevnxt--main526 .btn-info {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1;
}

.prevnxt--main526 .btn-primary {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1;
}

.aadhar--img562 {
    background-image: url(../images/Aadhaar01.png);
       background-size: contain;
    background-position: top;
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 18px;
}

.aadhar--img562::before {
    content: "";
    background: url(../images/sign02.png);
    background-size: contain;
    width: 227px;
    height: 136px;
    position: absolute;
    right: 0px;
    top: 18%;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.aadhar--img562::after {
    content: "";
    background: url(../images/sign03.png);
    background-size: contain;
    width: 227px;
    height: 136px;
    position: absolute;
    left: 0px;
    bottom: 1%;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.prevnxt--main526 {
    border: dashed 1px #ddd;
    align-items: center;
    padding: 4px 5px;
    border-radius: 6px;
    margin: 0 10px;
}

.aadhar--dett526 h5 {
    font-size: 16px;
    color: #313b52;
    border-bottom: dashed 1px #cdcdcd;
    padding-bottom: 5px;
}

.otp--common--butn label {
    font-weight: 500;
}

.otp--common--butn .contcheck012 {
    color: #444444;
    font-size: 15px;
}

.verif--aadhar4526 {
    margin-top: 13px;
}

.resend--otp895 {
    position: absolute;
    right: 4px;
    top: 3px;
    z-index: 9999;
}

.resend--otp895 .btn-info {
    padding: 6px 8px;
    font-size: 14px;
    letter-spacing: 0;
    background: #1c77e3;
    color: #fff;
    font-weight: 500;
}

.esign--documt562 {
    display: flex;
    justify-content: end;
    margin-top: 13px;
    align-items: center;
    gap: 22px;
}

.form--kyc526 .form-label {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 15px;
}

.esign-header h3 {
    font-size: 1.1rem;
}

.uploadarea01 {
    width: 100%;
}

.upload-box {
    width: 100%;
    height: 200px;
    border: 2px dashed #999;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fafafa;
    transition: 0.3s;
    text-align: center;
    gap: 10px;
}

.upload-box input {
    display: none;
}

.upload-text {
    background-color: transparent;
    color: #06163a;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    border: solid 1px #06163a;
}

.file-name {
    font-size: 13px;
    color: #555;
}

.clear-btn {
    border: none;
    margin-top: 4px;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 500;
    color: #565656;
}

.esign-tabs .active:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0044eb;
    position: absolute;
    bottom: -7px;
}

/*********************otp section css***********************/

.pos-rel {
    position: relative;
}

span.view--pass--btn {
    position: absolute;
    right: 114px;
    border: none;
    background: transparent;
    top: 9px;
    z-index: 9;
    cursor: pointer;
}


.view-mike12 {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 9;
}

.view-mike12.televerify--btn526 {
    gap: 2px;
    display: flex;
}

.pan--rght.dsc--form--rght .btn.btn-info.resend--ottp56 {
    padding: 9px 6px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
   border-top-left-radius: 0;
    background: #227fed;
    color: #fff;
    border-bottom-left-radius: 0;
}

.pan--rght.dsc--form--rght .btn.btn-primary.bordradius52 {
    background: #48A3D7;
}
.pan--rght.dsc--form--rght .btn.btn-primary.bordradius52 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pan--rght.dsc--form--rght .btn.btn-primary.bordradius53 {
    background: #7A70BA;
}

.pan--rght.dsc--form--rght .btn.btn-primary.border--radis25 {
    padding: 9px 6px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    border-top-left-radius: 4px;
    background: #0053e1;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 2px;
}

.pan--rght.dsc--form--rght .btn.btn-primary.bordradius53 {
    background: #7A70BA;
}

.pan--rght.dsc--form--rght .btn.btn-primary.bordradius52 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.view--pass--btn.viewpass--emply25 {
    right: 143px;
}


/*********************end otp section css*****************************/

/***********************loader css***********************/

#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ffffff;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.verify--phon--comm012 {
    position: relative;
}

.verify--phon--comm012 button {
   position: absolute;
    right: 3px;
    top: 3px;
    padding: 5px 6px;
    background: rgb(3 51 163);
    color: #fff;
    z-index: 9;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #00F260;
    background: -webkit-linear-gradient(to right, #0575E6, #00F260);
    background: linear-gradient(to right, #0575E6, #00F260);
    border: none;
    font-weight: 500;
}

.captcha-coustom01 {
    position: absolute;
    right: 2px;
    top: 2px;
}

.captcha-coustom01 img {
  width: 100px;
}

.coustome--demo--innerbg01 {
    background: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 32px;
    box-shadow: 0 16px 50px #0003;
}


.call__back-shape-two img {
    position: absolute;
    z-index: -1;
}

.call__back-shape-two img:nth-child(1) {
    left: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
}

.call__back-shape-two img:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.call__back-shape-two img:nth-child(3) {
    right: 0;
    top: 0;
}

.auth-box {
    padding: 0px;
    min-height: 100vh;
   /* background: #f9f9f9;*/
}

/*********************end loader css**********************/

.demo-form button.btn.btn-primary {
    background: #0442ad;
    color: #fff;
    padding: 10px;
}

.title-box h2 {
    color: #333;
    font-size: 31px;
}

.title-box02 h5 {
        color: #8b8b8b;
    font-size: 19px;
}

.title-box02 .btn-outline-primary {
    background: #ecf6ff;
    font-weight: 500;
}

.title-box02 .btn-outline-primary:hover{
  color: #0442ad;
}
.demo-form .form-control{
    font-size: 16px !important;
    border-color: #7dc7ff;
}

.demo-form .form-select{
    font-size: 16px;
    padding: 10px 10px;
}
   
.demo-form .form-control::placeholder {
    color: #666;
}

.demo-form .form-select {
    --bs-form-select-bg-img: url(../images/arrow-down01.svg);
    appearance: auto;
    position: relative;
}

.card.login--inner256 {
    border-radius: 1rem;
    border-color: #e5e7eb;
    box-shadow: 0 10px 5px rgb(0 0 0 / 10%);
}

.captcha-box-login{
  position: relative;
}

.posrel {
    position: relative;
}

.captcha-box.captcha-login--area01 {
position: absolute;
    right: 2px;
    top: 3px;
}

.captcha-box.captcha-login--area01 img {
    width: 94px;
}

.captcha-box.captcha-login--area01 .refresh--captcha25 {
    padding: 4px 10px;
    font-size: 17px;
}

.verifyp--otp025 button {
    padding: 8px;
}

.custom-video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.verifyp--otp025 {
  position: absolute;
    right: 4px;
    top: 6px;
}

.verifyp--otp025 button {
   background: #004ce6;
    color: #fff;
    padding: 3px 6px;
    font-size: 14px;
    border: none;
    font-weight: 500;
    border-radius: 4px;
}

.features-1 video {
    width: 100%;
}

.bg-light05{
  background-color: #f0f4fb;
}

.captcha-demo--area01 {
    position: absolute;
    right: 2px;
}




/**********************************end demo**************************************/

.twm-w-process-steps {
    padding-left: 80px;
    padding-top: 60px;
    margin-bottom: 30px;
    position: relative;
}

.twm-w-process-steps .twm-large-number {
    color: #efefef;
    font-size: 75px;
    font-weight: 800;
    line-height: 0px;
    position: absolute;
    left: 0px;
    top: 30px;
    font-family: "Poppins", sans-serif;
}

.twm-w-process-steps .twm-w-pro-top {
    margin-left: 20px;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.bg-clr-sky {
    background-color: #3898e2;
}

.twm-w-process-steps .twm-w-pro-top .twm-media {
    position: absolute;
    left: -20px;
    top: 10px;
    width: 90px;
    height: 95px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}

.twm-w-process-steps .twm-w-pro-top .twm-title {
    color: #fff;
    padding-left: 74px;
    margin-bottom: 0px;
    font-size: 19px;
}

.bg-clr-pink {
    background-color: #bc84ca;
}

.bg-clr-green {
    background-color: #56d8b1;
}

.twm-w-process-steps .twm-w-pro-top .twm-media span i {
    font-size: 54px;
    color: #2f89ca;
}

.twm-how-it-work-section{
  position: relative;
}

.twm-how-it-work-section:before {
    content: "";
    position: absolute;
    background: url(../images/work_process.png);
    left: 40px;
    width: 100%;
    height: 100%;
    top: 57px;
    background-repeat: no-repeat;
}

.inidea--foot01 {
    color: #b1b6d0;
}

.form-control:focus {
    border-color: #227fed !important;
    background-color: #ecf6ff;
}

.login-register .form-control.bg-light:focus {
    background: #fff !important;
}

@media (min-width: 200px) and (max-width: 1024px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
    background: #ffffff;
  }
  .navbar-custom .navbar-nav {
    margin-left: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    margin: 6px;
    color: #404b67 !important;
    padding: 6px 0;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-white .navbar-toggler {
    color: #404b67 !important;
  }
  .navbar-button {
    margin-top: 15px;
    margin-left: 0px;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #0044eb !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .home-title {
    font-size: 32px;
  }
  .carousel-indicators {
    right: 0;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
  .pricing-box.active {
    transform: none;
  }
  .features-1 img {
    max-width: 100%;
    margin-left: 0;
  }
  .features-2 img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .carousel-indicators button {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}/*# sourceMappingURL=style.css.map */



