body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  position: relative;
  color: #494d61;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

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

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

p {
  line-height: 25px;
}

.row > * {
  position: relative;
}

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

.bg-lightan {
  background: linear-gradient(to bottom, rgba(33, 90, 231, 0.1) 30%, #ffffff 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, #215ae7, #229bee);
}

.bg-overlay {
  background-image: url(../images/bg-1.png);
  opacity: 0.5;
  background-position: center;
  animation: ani-bg 3s infinite alternate;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.bg-overlay-black {
  background-color: rgba(14, 28, 46, 0.8);
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.title-box .sub-title {
  background: rgba(33, 90, 231, 0.2);
  padding: 7px 22px;
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
}

.title-box .title-desc {
  max-width: 700px;
  margin: 0 auto;
}

/*** ani-bg ***/
@keyframes ani-bg {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(200px);
  }
}

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

.box-shadow {
  box-shadow: 0px 2px 10px 0px rgba(22, 85, 197, 0.06);
}

hr {
  border-top: 1px solid #9197b5;
  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;
}

.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;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.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: #215ae7 !important;
}

.icon-fill-primary {
  fill: rgba(33, 90, 231, 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: #494d61 !important;
}

.icon-fill-dark {
  fill: rgba(73, 77, 97, 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: #9197b5 !important;
}

.icon-fill-muted {
  fill: rgba(145, 151, 181, 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: #eff4fd !important;
}

.icon-fill-light {
  fill: rgba(239, 244, 253, 0.15);
}

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

.btn {
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}

.btn:focus {
  box-shadow: none;
}

.btn:hover {
  transform: translateY(-5px);
}

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

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

.shadow {
  box-shadow: 0px 2px 10px 0px rgba(22, 85, 197, 0.06) !important;
}

.bg-primary {
  background-color: #215ae7 !important;
}

.bg-soft-primary {
  background-color: rgba(33, 90, 231, 0.1) !important;
}

.text-primary {
  color: #215ae7 !important;
}

.border-primary {
  color: #215ae7 !important;
}

.icon-dual-primary {
  color: #215ae7;
  fill: rgba(33, 90, 231, 0.2);
}

.btn-soft-primary {
  background-color: rgba(33, 90, 231, 0.25) !important;
  color: #215ae7 !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: #1850dc;
}

.btn-primary {
  background: #215ae7;
  border-color: #215ae7 !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: #1850dc;
  border-color: #1850dc;
  box-shadow: 0px 8px 20px -6px rgba(33, 90, 231, 0.6);
}

.btn-outline-primary {
  color: #215ae7;
  border-color: #215ae7;
}

.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: #215ae7;
  border-color: #215ae7;
  box-shadow: 0px 8px 20px -6px rgba(33, 90, 231, 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: #494d61 !important;
}

.bg-soft-dark {
  background-color: rgba(73, 77, 97, 0.1) !important;
}

.text-dark {
  color: #494d61 !important;
}

.border-dark {
  color: #494d61 !important;
}

.icon-dual-dark {
  color: #494d61;
  fill: rgba(73, 77, 97, 0.2);
}

.btn-soft-dark {
  background-color: rgba(73, 77, 97, 0.25) !important;
  color: #494d61 !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: #404455;
}

.btn-dark {
  background: #494d61;
  border-color: #494d61 !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: #404455;
  border-color: #404455;
  box-shadow: 0px 8px 20px -6px rgba(73, 77, 97, 0.6);
}

.btn-outline-dark {
  color: #494d61;
  border-color: #494d61;
}

.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: #494d61;
  border-color: #494d61;
  box-shadow: 0px 8px 20px -6px rgba(73, 77, 97, 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: #9197b5 !important;
}

.bg-soft-muted {
  background-color: rgba(145, 151, 181, 0.1) !important;
}

.text-muted {
  color: #9197b5 !important;
}

.border-muted {
  color: #9197b5 !important;
}

.icon-dual-muted {
  color: #9197b5;
  fill: rgba(145, 151, 181, 0.2);
}

.btn-soft-muted {
  background-color: rgba(145, 151, 181, 0.25) !important;
  color: #9197b5 !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: #858bad;
}

.btn-muted {
  background: #9197b5;
  border-color: #9197b5 !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: #858bad;
  border-color: #858bad;
  box-shadow: 0px 8px 20px -6px rgba(145, 151, 181, 0.6);
}

.btn-outline-muted {
  color: #9197b5;
  border-color: #9197b5;
}

.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: #9197b5;
  border-color: #9197b5;
  box-shadow: 0px 8px 20px -6px rgba(145, 151, 181, 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: #eff4fd !important;
}

.bg-soft-light {
  background-color: rgba(239, 244, 253, 0.1) !important;
}

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

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

.icon-dual-light {
  color: #eff4fd;
  fill: rgba(239, 244, 253, 0.2);
}

.btn-soft-light {
  background-color: rgba(239, 244, 253, 0.25) !important;
  color: #eff4fd !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: #dde8fb;
}

.btn-light {
  background: #eff4fd;
  border-color: #eff4fd !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: #dde8fb;
  border-color: #dde8fb;
  box-shadow: 0px 8px 20px -6px rgba(239, 244, 253, 0.6);
}

.btn-outline-light {
  color: #eff4fd;
  border-color: #eff4fd;
}

.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: #eff4fd;
  border-color: #eff4fd;
  box-shadow: 0px 8px 20px -6px rgba(239, 244, 253, 0.6);
}

.navbar-custom {
  padding: 15px 0px;
  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: 15px;
  text-transform: capitalize;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 15px 0;
  margin: 0 10px;
  font-weight: 500;
}

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

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

.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: #494d61 !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: #215ae7 !important;
}

/*---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: #494d61;
}

.is-sticky .navbar-nav li a {
  color: #494d61 !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: #215ae7 !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);
}

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

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

.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-2 {
  background-image: url(../images/bg-2.jpg);
  background-position: center;
  padding: 200px 0px 250px 0px;
}

.search-form input {
  padding: 16px 20px;
  width: 100%;
  font-size: 15px;
  color: #9197b5 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 2px 10px 0px rgba(22, 85, 197, 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-3 {
  background-image: url(../images/overlay-5.png);
  background-position: center;
  padding: 290px 0px 270px 0px;
}

.home-slider {
  position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
  height: 100vh;
  width: 100%;
  padding: 0;
}

.home-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}

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

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

.home-4-desc {
  max-width: 700px;
  margin: 0 auto;
}

.bg-home-5 {
  background-image: url(../images/overlay-5.png);
  background-position: center;
  height: 100vh;
}

.home-registration-form {
  border-radius: 3px;
  box-shadow: 0px 2px 10px 0px rgba(22, 85, 197, 0.06);
}

.home-registration-form .registration-form label {
  font-size: 15px;
}

.registration-input-box {
  border: none !important;
  border-radius: 0px !important;
  color: #9197b5;
  border-bottom: 1px solid #c5c5c5 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.registration-input-box:focus {
  border-color: #215ae7 !important;
}

.bg-home-6 {
  background-image: url(../images/bg-3.jpg);
  background-position: center;
  height: 100vh;
}

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

.service-box {
  height: 100%;
  margin: 10px;
  padding: 40px 24px;
  box-shadow: 0px 2px 10px 0px rgba(22, 85, 197, 0.06);
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
}

.service-box:before {
  transition: all 0.5s;
}

.service-box .service-icon {
  width: 66px;
  height: 66px;
  line-height: 56px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid rgba(33, 90, 231, 0.3);
}

.service-box:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  background-color: rgba(33, 90, 231, 0.1);
  transform: rotate(-8deg);
  z-index: -1;
  margin-top: -40px;
}

.service-box:hover .service-icon {
  background-color: rgba(33, 90, 231, 0.1);
}

.service-active:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  background-color: rgba(33, 90, 231, 0.1);
  transform: rotate(-8deg);
  z-index: -1;
  margin-top: -40px;
}

.service-active .service-icon {
  background-color: rgba(33, 90, 231, 0.1);
}

.bg-cta {
  background: linear-gradient(to right, #215ae7, #229bee);
}

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

.cta-search .form-control {
  border: none;
}

.cta-search button {
  padding: 11px 24px;
  font-size: 15px;
}

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

.pricing-box {
  position: relative;
  padding: 30px 40px;
  box-shadow: 0px 2px 10px 0px rgba(22, 85, 197, 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: 1;
  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: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #215ae7;
}

.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: #215ae7;
}

.nav-tabs > li > a, .nav-pills > li > a {
  color: #494d61;
}

.nav-pills > a {
  color: #494d61;
}

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

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

.nav-tabs-custom {
  border-bottom: 2px solid #e6effe;
}

.nav-tabs-custom .nav-item {
  position: relative;
  color: #494d61;
}

.nav-tabs-custom .nav-item .nav-link {
  border: none;
}

.nav-tabs-custom .nav-item .nav-link::after {
  content: "";
  background: #215ae7;
  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: #215ae7;
}

.nav-tabs-custom .nav-item .nav-link.active:after {
  transform: scale(1);
}

.team-img {
  border: 2px dotted rgba(33, 90, 231, 0.15);
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.team-img img {
  padding: 20px;
}

.team-img .team-badge {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
  transition: all 0.5s;
  opacity: 0;
}

.team-img .team-badge p {
  padding: 3px 10px;
  position: relative;
  display: inline-block;
}

.team-img:hover {
  box-shadow: 0px 2px 10px 0px rgba(22, 85, 197, 0.06);
}

.team-img:hover img {
  opacity: 0.8;
}

.team-img:hover .team-badge {
  opacity: 1;
}

.team-space {
  padding: 45px;
}

.team-social-icon i {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 34px;
  margin-top: -34px;
  margin-left: 30px;
  background: #215ae7;
  color: #ffffff;
  text-align: center;
}

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

.bg-testimonial {
  background: url(../images/bg-2.png);
  background-position: center;
}

.client-box {
  box-shadow: 0px 2px 10px 0px rgba(22, 85, 197, 0.06);
  border-radius: 10px;
  padding: 25px;
  margin: 15px 80px;
}

.client-box .client-img img {
  width: 130px;
  height: 130px;
  border: 2px dotted rgba(33, 90, 231, 0.15);
  padding: 10px;
  position: relative;
  margin-left: -80px;
}

.client-box .client-content {
  flex: 1;
}

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

.client-box .client-icon i {
  font-size: 50px;
  color: #215ae7;
}

.carousel-indicators {
  align-items: center;
  position: absolute;
  left: auto;
  right: -50px;
  display: block;
  margin-right: 0;
  margin-left: 0;
  top: 40px;
}

.carousel-indicators button {
  width: 50px !important;
  height: 50px !important;
  margin: 10px 5px !important;
  border-radius: 50% !important;
  border: 3px solid transparent !important;
  cursor: pointer;
  overflow: hidden;
  display: block;
}

.carousel-indicators .active {
  opacity: 1;
  border: 3px solid #215ae7 !important;
  z-index: 3;
}

.client-images img {
  max-height: 35px;
  opacity: 0.7;
}

.client-images img:hover {
  opacity: 0.9;
}

.blog-lable {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #215ae7;
  color: #ffffff;
  text-align: center;
}

.blog-lable .date {
  line-height: 34px;
}

.blog-lable .month {
  line-height: 1px;
}

.blog-content {
  border-radius: 6px;
  box-shadow: 0px 2px 10px 0px rgba(22, 85, 197, 0.06);
  padding: 15px;
  width: 150%;
  background-color: #ffffff;
  left: -110px;
  position: relative;
}

.blog-img img {
  border-radius: 6px;
}

.blog-title {
  flex: 1;
}

.contact-box {
  margin-bottom: -60px;
  position: relative;
  background: #ffffff;
  padding: 30px 40px 40px 40px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(22, 85, 197, 0.06);
}

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

.form-control {
  margin-bottom: 15px;
  box-shadow: none !important;
  height: 46px;
  padding-left: 20px;
  border: 1px solid #dfe9f1;
  font-size: 14px;
  color: #9197b5;
  border-radius: 30px;
}

.form-control:focus {
  border-color: #e4eef7;
}

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

.bg-footer {
  padding-top: 120px;
  margin-bottom: 80px;
}

.footer-link a {
  color: #9197b5;
  line-height: 38px;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  background-color: transparent;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #215ae7;
}

.footer-email input {
  padding: 12px 8px;
  width: 100%;
  font-size: 15px;
  color: #9197b5;
  border: none;
  border-bottom: 2px solid rgba(33, 90, 231, 0.4);
  outline: none !important;
  background-color: transparent;
  padding-right: 80px;
}

.footer-email input::placeholder {
  color: #9197b5;
}

.footer-email button {
  position: absolute;
  top: 6px;
  right: 8px;
  outline: none !important;
  border-radius: 30px;
  font-size: 14px;
  padding: 5px 15px;
}

.footer-email form {
  position: relative;
  max-width: 600px;
}

@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: #494d61 !important;
    padding: 6px 0;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-white .navbar-toggler {
    color: #494d61 !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: #215ae7 !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .blog-content {
    left: 0;
    width: 100%;
  }
  .carousel-indicators {
    right: 0;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (max-width: 445px) {
  .client-box {
    margin: 15px 40px;
  }
  .client-box .client-img img {
    width: 80px;
    height: 80px;
    margin-left: -60px;
  }
  .carousel-indicators {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */