/* ====================== [ Start Typography  ] ====================== */
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 96%;
}

.row > * {
  position: relative;
}

.display-1 {
  font-size: 80px !important;
}
.display-2 {
  font-size: 72px !important;
}
.display-3 {
  font-size: 64px !important;
}
.display-4 {
  font-size: 56px !important;
}
.bg-primary {
  background-color: #d4103a !important;
}
.text-primary {
  color: #d4103a !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00967d !important;
}
.bg-secondary {
  background-color: #5a6d90 !important;
}
.text-secondary {
  color: #5a6d90 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #465571 !important;
}
.bg-success {
  background-color: #25b865 !important;
}
.text-success {
  color: #25b865 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1c8e4e !important;
}
.bg-warning {
  background-color: #f9a836 !important;
}
.text-warning {
  color: #f9a836 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f59207 !important;
}
.bg-info {
  background-color: #44bed0 !important;
}
.text-info {
  color: #44bed0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2da3b4 !important;
}
.bg-danger {
  background-color: #d6374a !important;
}
.text-danger {
  color: #d6374a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b52536 !important;
}
.bg-dark {
  background-color: #3c4858 !important;
}
.text-dark {
  color: #3c4858 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #272f3a !important;
}
.bg-muted {
  background-color: #8492a6 !important;
}
.text-muted {
  color: #8492a6 !important;
}
a.text-muted:hover,
a.text-muted:focus {
  color: #68788f !important;
}
.bg-light {
  background-color: #f7f7ff !important;
}
.text-light {
  color: #f7f7ff !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #c4c4ff !important;
}
.bg-red {
  background-color: #d52941 !important;
}
.text-red {
  color: #d52941 !important;
}
a.text-red:hover,
a.text-red:focus {
  color: #aa2134 !important;
}
.bg-skyblue {
  background-color: #32c2ec !important;
}
.text-skyblue {
  color: #32c2ec !important;
}
a.text-skyblue:hover,
a.text-skyblue:focus {
  color: #14abd7 !important;
}
.bg-blue {
  background-color: #2d84fb !important;
}
.text-blue {
  color: #2d84fb !important;
}
a.text-blue:hover,
a.text-blue:focus {
  color: #0568f0 !important;
}
.bg-yellow {
  background-color: #f89d36 !important;
}
.text-yellow {
  color: #f89d36 !important;
}
a.text-yellow:hover,
a.text-yellow:focus {
  color: #f38508 !important;
}
.bg-green {
  background-color: #6dc77a !important;
}
.text-green {
  color: #6dc77a !important;
}
a.text-green:hover,
a.text-green:focus {
  color: #48b958 !important;
}
.bg-footer {
  background-color: #465467 !important;
}
.text-footer {
  color: #465467 !important;
}
a.text-footer:hover,
a.text-footer:focus {
  color: #323c49 !important;
}
.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}
.rounded {
  border-radius: 15px !important;
}
.rounded-top {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}
.rounded-left {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}
.rounded-bottom {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.rounded-right {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.rounded-md {
  border-radius: 10px !important;
}
.rounded-lg {
  border-radius: 30px !important;
}
.border {
  border: 1px solid #e9ecef !important;
}
.border-top {
  border-top: 1px solid #e9ecef !important;
}
.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}
.border-left {
  border-left: 1px solid #e9ecef !important;
}
.border-right {
  border-right: 1px solid #e9ecef !important;
}
.small,
small {
  font-size: 85%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
}
.btn-primary {
  background-color: #d4103a !important;
  border: 1px solid #d4103a !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(0, 201, 167, 0.3);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
  background-color: #00967d !important;
  border-color: #00967d !important;
  color: #fff !important;
}
.btn-outline-primary {
  border: 1px solid #d4103a;
  color: #d4103a;
  background-color: transparent;
}
.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 {
  background-color: #d4103a;
  border-color: #d4103a;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(0, 201, 167, 0.3);
}
.btn-link-primary {
  color: #d4103a;
}
.btn-link-primary:hover,
.btn-link-primary:focus,
.btn-link-primary:active,
.btn-link-primary.active,
.btn-link-primary.focus,
.btn-link-primary:not(:disabled):not(.disabled):active {
  color: #00967d !important;
}
.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
  background-color: #465571 !important;
  border-color: #465571 !important;
  color: #fff !important;
}
.btn-outline-secondary {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}
.btn-link-secondary {
  color: #5a6d90;
}
.btn-link-secondary:hover,
.btn-link-secondary:focus,
.btn-link-secondary:active,
.btn-link-secondary.active,
.btn-link-secondary.focus,
.btn-link-secondary:not(:disabled):not(.disabled):active {
  color: #465571 !important;
}
.btn-success {
  background-color: #25b865 !important;
  border: 1px solid #25b865 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(37, 184, 101, 0.3);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
  background-color: #1c8e4e !important;
  border-color: #1c8e4e !important;
  color: #fff !important;
}
.btn-outline-success {
  border: 1px solid #25b865;
  color: #25b865;
  background-color: transparent;
}
.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 {
  background-color: #25b865;
  border-color: #25b865;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(37, 184, 101, 0.3);
}
.btn-link-success {
  color: #25b865;
}
.btn-link-success:hover,
.btn-link-success:focus,
.btn-link-success:active,
.btn-link-success.active,
.btn-link-success.focus,
.btn-link-success:not(:disabled):not(.disabled):active {
  color: #1c8e4e !important;
}
.btn-warning {
  background-color: #f9a836 !important;
  border: 1px solid #f9a836 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(249, 168, 54, 0.3);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
  background-color: #f59207 !important;
  border-color: #f59207 !important;
  color: #fff !important;
}
.btn-outline-warning {
  border: 1px solid #f9a836;
  color: #f9a836;
  background-color: transparent;
}
.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 {
  background-color: #f9a836;
  border-color: #f9a836;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(249, 168, 54, 0.3);
}
.btn-link-warning {
  color: #f9a836;
}
.btn-link-warning:hover,
.btn-link-warning:focus,
.btn-link-warning:active,
.btn-link-warning.active,
.btn-link-warning.focus,
.btn-link-warning:not(:disabled):not(.disabled):active {
  color: #f59207 !important;
}
.btn-info {
  background-color: #44bed0 !important;
  border: 1px solid #44bed0 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(68, 190, 208, 0.3);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
  background-color: #2da3b4 !important;
  border-color: #2da3b4 !important;
  color: #fff !important;
}
.btn-outline-info {
  border: 1px solid #44bed0;
  color: #44bed0;
  background-color: transparent;
}
.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 {
  background-color: #44bed0;
  border-color: #44bed0;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(68, 190, 208, 0.3);
}
.btn-link-info {
  color: #44bed0;
}
.btn-link-info:hover,
.btn-link-info:focus,
.btn-link-info:active,
.btn-link-info.active,
.btn-link-info.focus,
.btn-link-info:not(:disabled):not(.disabled):active {
  color: #2da3b4 !important;
}
.btn-danger {
  background-color: #d6374a !important;
  border: 1px solid #d6374a !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(214, 55, 74, 0.3);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
  background-color: #b52536 !important;
  border-color: #b52536 !important;
  color: #fff !important;
}
.btn-outline-danger {
  border: 1px solid #d6374a;
  color: #d6374a;
  background-color: transparent;
}
.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 {
  background-color: #d6374a;
  border-color: #d6374a;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(214, 55, 74, 0.3);
}
.btn-link-danger {
  color: #d6374a;
}
.btn-link-danger:hover,
.btn-link-danger:focus,
.btn-link-danger:active,
.btn-link-danger.active,
.btn-link-danger.focus,
.btn-link-danger:not(:disabled):not(.disabled):active {
  color: #b52536 !important;
}
.btn-dark {
  background-color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
  background-color: #272f3a !important;
  border-color: #272f3a !important;
  color: #fff !important;
}
.btn-outline-dark {
  border: 1px solid #3c4858;
  color: #3c4858;
  background-color: transparent;
}
.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 {
  background-color: #3c4858;
  border-color: #3c4858;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}
.btn-link-dark {
  color: #3c4858;
}
.btn-link-dark:hover,
.btn-link-dark:focus,
.btn-link-dark:active,
.btn-link-dark.active,
.btn-link-dark.focus,
.btn-link-dark:not(:disabled):not(.disabled):active {
  color: #272f3a !important;
}
.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}
.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #fff !important;
}
.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}
.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 {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}
.btn-link-muted {
  color: #8492a6;
}
.btn-link-muted:hover,
.btn-link-muted:focus,
.btn-link-muted:active,
.btn-link-muted.active,
.btn-link-muted.focus,
.btn-link-muted:not(:disabled):not(.disabled):active {
  color: #68788f !important;
}
.btn-light {
  background-color: #f7f7ff !important;
  border: 1px solid #f7f7ff !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(247, 247, 255, 0.3);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
  background-color: #c4c4ff !important;
  border-color: #c4c4ff !important;
  color: #fff !important;
}
.btn-outline-light {
  border: 1px solid #f7f7ff;
  color: #f7f7ff;
  background-color: transparent;
}
.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 {
  background-color: #f7f7ff;
  border-color: #f7f7ff;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(247, 247, 255, 0.3);
}
.btn-link-light {
  color: #f7f7ff;
}
.btn-link-light:hover,
.btn-link-light:focus,
.btn-link-light:active,
.btn-link-light.active,
.btn-link-light.focus,
.btn-link-light:not(:disabled):not(.disabled):active {
  color: #c4c4ff !important;
}
.btn-red {
  background-color: #d52941 !important;
  border: 1px solid #d52941 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(213, 41, 65, 0.3);
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus {
  background-color: #aa2134 !important;
  border-color: #aa2134 !important;
  color: #fff !important;
}
.btn-outline-red {
  border: 1px solid #d52941;
  color: #d52941;
  background-color: transparent;
}
.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red:active,
.btn-outline-red.active,
.btn-outline-red.focus,
.btn-outline-red:not(:disabled):not(.disabled):active {
  background-color: #d52941;
  border-color: #d52941;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(213, 41, 65, 0.3);
}
.btn-link-red {
  color: #d52941;
}
.btn-link-red:hover,
.btn-link-red:focus,
.btn-link-red:active,
.btn-link-red.active,
.btn-link-red.focus,
.btn-link-red:not(:disabled):not(.disabled):active {
  color: #aa2134 !important;
}
.btn-skyblue {
  background-color: #32c2ec !important;
  border: 1px solid #32c2ec !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(50, 194, 236, 0.3);
}
.btn-skyblue:hover,
.btn-skyblue:focus,
.btn-skyblue:active,
.btn-skyblue.active,
.btn-skyblue.focus {
  background-color: #14abd7 !important;
  border-color: #14abd7 !important;
  color: #fff !important;
}
.btn-outline-skyblue {
  border: 1px solid #32c2ec;
  color: #32c2ec;
  background-color: transparent;
}
.btn-outline-skyblue:hover,
.btn-outline-skyblue:focus,
.btn-outline-skyblue:active,
.btn-outline-skyblue.active,
.btn-outline-skyblue.focus,
.btn-outline-skyblue:not(:disabled):not(.disabled):active {
  background-color: #32c2ec;
  border-color: #32c2ec;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(50, 194, 236, 0.3);
}
.btn-link-skyblue {
  color: #32c2ec;
}
.btn-link-skyblue:hover,
.btn-link-skyblue:focus,
.btn-link-skyblue:active,
.btn-link-skyblue.active,
.btn-link-skyblue.focus,
.btn-link-skyblue:not(:disabled):not(.disabled):active {
  color: #14abd7 !important;
}
.btn-blue {
  background-color: #2d84fb !important;
  border: 1px solid #2d84fb !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(45, 132, 251, 0.3);
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus {
  background-color: #0568f0 !important;
  border-color: #0568f0 !important;
  color: #fff !important;
}
.btn-outline-blue {
  border: 1px solid #2d84fb;
  color: #2d84fb;
  background-color: transparent;
}
.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 {
  background-color: #2d84fb;
  border-color: #2d84fb;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(45, 132, 251, 0.3);
}
.btn-link-blue {
  color: #2d84fb;
}
.btn-link-blue:hover,
.btn-link-blue:focus,
.btn-link-blue:active,
.btn-link-blue.active,
.btn-link-blue.focus,
.btn-link-blue:not(:disabled):not(.disabled):active {
  color: #0568f0 !important;
}
.btn-yellow {
  background-color: #f89d36 !important;
  border: 1px solid #f89d36 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 157, 54, 0.3);
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.focus {
  background-color: #f38508 !important;
  border-color: #f38508 !important;
  color: #fff !important;
}
.btn-outline-yellow {
  border: 1px solid #f89d36;
  color: #f89d36;
  background-color: transparent;
}
.btn-outline-yellow:hover,
.btn-outline-yellow:focus,
.btn-outline-yellow:active,
.btn-outline-yellow.active,
.btn-outline-yellow.focus,
.btn-outline-yellow:not(:disabled):not(.disabled):active {
  background-color: #f89d36;
  border-color: #f89d36;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 157, 54, 0.3);
}
.btn-link-yellow {
  color: #f89d36;
}
.btn-link-yellow:hover,
.btn-link-yellow:focus,
.btn-link-yellow:active,
.btn-link-yellow.active,
.btn-link-yellow.focus,
.btn-link-yellow:not(:disabled):not(.disabled):active {
  color: #f38508 !important;
}
.btn-green {
  background-color: #6dc77a !important;
  border: 1px solid #6dc77a !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(109, 199, 122, 0.3);
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.focus {
  background-color: #48b958 !important;
  border-color: #48b958 !important;
  color: #fff !important;
}
.btn-outline-green {
  border: 1px solid #6dc77a;
  color: #6dc77a;
  background-color: transparent;
}
.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green:active,
.btn-outline-green.active,
.btn-outline-green.focus,
.btn-outline-green:not(:disabled):not(.disabled):active {
  background-color: #6dc77a;
  border-color: #6dc77a;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(109, 199, 122, 0.3);
}
.btn-link-green {
  color: #6dc77a;
}
.btn-link-green:hover,
.btn-link-green:focus,
.btn-link-green:active,
.btn-link-green.active,
.btn-link-green.focus,
.btn-link-green:not(:disabled):not(.disabled):active {
  color: #48b958 !important;
}
.btn-footer {
  background-color: #465467 !important;
  border: 1px solid #465467 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(70, 84, 103, 0.3);
}
.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
  background-color: #323c49 !important;
  border-color: #323c49 !important;
  color: #fff !important;
}
.btn-outline-footer {
  border: 1px solid #465467;
  color: #465467;
  background-color: transparent;
}
.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #465467;
  border-color: #465467;
  color: #fff !important;
  box-shadow: 0 3px 5px 0 rgba(70, 84, 103, 0.3);
}
.btn-link-footer {
  color: #465467;
}
.btn-link-footer:hover,
.btn-link-footer:focus,
.btn-link-footer:active,
.btn-link-footer.active,
.btn-link-footer.focus,
.btn-link-footer:not(:disabled):not(.disabled):active {
  color: #323c49 !important;
}
.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 5px;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}
.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}
.btn.searchbtn {
  padding: 6px 20px;
}
.btn.btn-pills {
  border-radius: 30px;
}
.btn.btn-light {
  color: #3c4858 !important;
  background: #f7f7ff !important;
  border: 1px solid #dee2e6 !important;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
  background-color: #ededff !important;
  color: #3c4858;
}
.btn.btn-outline-light {
  border: 1px solid #dee2e6 !important;
  color: #3c4858 !important;
  background-color: transparent;
}
.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
  background-color: #f7f7ff !important;
  color: #3c4858 !important;
}
.btn.btn-icon {
  display: inline-block;
  height: 35px;
  text-align: center;
  width: 35px;
  line-height: 32px;
  padding: 0;
}
button:not(:disabled) {
  outline: none;
  border: 0;
}
.shadow {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}
.shadow-md {
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}
.shadow-img {
  box-shadow: 0 4px 3px rgba(60, 72, 88, 0.2);
}
.badge-primary {
  background-color: #d4103a !important;
  color: #fff !important;
}
.badge-outline-primary {
  background-color: transparent !important;
  color: #d4103a !important;
  border: 1px solid #d4103a !important;
}
.badge-secondary {
  background-color: #5a6d90 !important;
  color: #fff !important;
}
.badge-outline-secondary {
  background-color: transparent !important;
  color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
}
.badge-success {
  background-color: #25b865 !important;
  color: #fff !important;
}
.badge-outline-success {
  background-color: transparent !important;
  color: #25b865 !important;
  border: 1px solid #25b865 !important;
}
.badge-warning {
  background-color: #f9a836 !important;
  color: #fff !important;
}
.badge-outline-warning {
  background-color: transparent !important;
  color: #f9a836 !important;
  border: 1px solid #f9a836 !important;
}
.badge-info {
  background-color: #44bed0 !important;
  color: #fff !important;
}
.badge-outline-info {
  background-color: transparent !important;
  color: #44bed0 !important;
  border: 1px solid #44bed0 !important;
}
.badge-danger {
  background-color: #d6374a !important;
  color: #fff !important;
}
.badge-outline-danger {
  background-color: transparent !important;
  color: #d6374a !important;
  border: 1px solid #d6374a !important;
}
.badge-dark {
  background-color: #3c4858 !important;
  color: #fff !important;
}
.badge-outline-dark {
  background-color: transparent !important;
  color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
}
.badge-muted {
  background-color: #8492a6 !important;
  color: #fff !important;
}
.badge-outline-muted {
  background-color: transparent !important;
  color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
}
.badge-light {
  background-color: #f7f7ff !important;
  color: #fff !important;
}
.badge-outline-light {
  background-color: transparent !important;
  color: #f7f7ff !important;
  border: 1px solid #f7f7ff !important;
}
.badge-red {
  background-color: #d52941 !important;
  color: #fff !important;
}
.badge-outline-red {
  background-color: transparent !important;
  color: #d52941 !important;
  border: 1px solid #d52941 !important;
}
.badge-skyblue {
  background-color: #32c2ec !important;
  color: #fff !important;
}
.badge-outline-skyblue {
  background-color: transparent !important;
  color: #32c2ec !important;
  border: 1px solid #32c2ec !important;
}
.badge-blue {
  background-color: #2d84fb !important;
  color: #fff !important;
}
.badge-outline-blue {
  background-color: transparent !important;
  color: #2d84fb !important;
  border: 1px solid #2d84fb !important;
}
.badge-yellow {
  background-color: #f89d36 !important;
  color: #fff !important;
}
.badge-outline-yellow {
  background-color: transparent !important;
  color: #f89d36 !important;
  border: 1px solid #f89d36 !important;
}
.badge-green {
  background-color: #6dc77a !important;
  color: #fff !important;
}
.badge-outline-green {
  background-color: transparent !important;
  color: #6dc77a !important;
  border: 1px solid #6dc77a !important;
}
.badge-footer {
  background-color: #465467 !important;
  color: #fff !important;
}
.badge-outline-footer {
  background-color: transparent !important;
  color: #465467 !important;
  border: 1px solid #465467 !important;
}
.badge {
  padding: 5px 10px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
}
.badge.badge-light {
  color: #3c4858 !important;
  background-color: #f7f7ff !important;
}
.badge.badge-outline-light {
  color: #3c4858 !important;
  border: 1px solid #9191ff !important;
  background-color: transparent !important;
}
.badge.badge-pill {
  border-radius: 20px;
}
.badge:focus,
.badge.focus {
  box-shadow: none !important;
}
.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #d4103a !important;
}
.dropdown-secondary .dropdown-menu .dropdown-item:hover,
.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #5a6d90 !important;
}
.dropdown-success .dropdown-menu .dropdown-item:hover,
.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #25b865 !important;
}
.dropdown-warning .dropdown-menu .dropdown-item:hover,
.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f9a836 !important;
}
.dropdown-info .dropdown-menu .dropdown-item:hover,
.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #44bed0 !important;
}
.dropdown-danger .dropdown-menu .dropdown-item:hover,
.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #d6374a !important;
}
.dropdown-dark .dropdown-menu .dropdown-item:hover,
.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #3c4858 !important;
}
.dropdown-muted .dropdown-menu .dropdown-item:hover,
.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #8492a6 !important;
}
.dropdown-light .dropdown-menu .dropdown-item:hover,
.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f7f7ff !important;
}
.dropdown-red .dropdown-menu .dropdown-item:hover,
.dropdown-red .dropdown-menu .dropdown-item.active,
.dropdown-red .dropdown-menu .dropdown-item:active,
.dropdown-red .dropdown-menu .dropdown-item.focus,
.dropdown-red .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #d52941 !important;
}
.dropdown-skyblue .dropdown-menu .dropdown-item:hover,
.dropdown-skyblue .dropdown-menu .dropdown-item.active,
.dropdown-skyblue .dropdown-menu .dropdown-item:active,
.dropdown-skyblue .dropdown-menu .dropdown-item.focus,
.dropdown-skyblue .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #32c2ec !important;
}
.dropdown-blue .dropdown-menu .dropdown-item:hover,
.dropdown-blue .dropdown-menu .dropdown-item.active,
.dropdown-blue .dropdown-menu .dropdown-item:active,
.dropdown-blue .dropdown-menu .dropdown-item.focus,
.dropdown-blue .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #2d84fb !important;
}
.dropdown-yellow .dropdown-menu .dropdown-item:hover,
.dropdown-yellow .dropdown-menu .dropdown-item.active,
.dropdown-yellow .dropdown-menu .dropdown-item:active,
.dropdown-yellow .dropdown-menu .dropdown-item.focus,
.dropdown-yellow .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f89d36 !important;
}
.dropdown-green .dropdown-menu .dropdown-item:hover,
.dropdown-green .dropdown-menu .dropdown-item.active,
.dropdown-green .dropdown-menu .dropdown-item:active,
.dropdown-green .dropdown-menu .dropdown-item.focus,
.dropdown-green .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #6dc77a !important;
}
.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #465467 !important;
}
.btn-group .dropdown-toggle:after {
  content: "";
  position: relative;
  right: -4px;
  top: -2px;
  border: solid #fff;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 0;
  vertical-align: 0;
}
.btn-group .dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.btn-group .dropdown-menu:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 45px;
  box-sizing: border-box;
  border: 7px solid #495057;
  border-radius: 0.5px;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}
.alert-primary {
  background-color: #00ddb8;
  color: #fff;
  border-color: #d4103a;
}
.alert-primary .alert-link {
  color: #007d67;
}
.alert-outline-primary {
  background-color: #fff;
  color: #d4103a;
  border-color: #d4103a;
}
.alert-secondary {
  background-color: #62779d;
  color: #fff;
  border-color: #5a6d90;
}
.alert-secondary .alert-link {
  color: #3d4961;
}
.alert-outline-secondary {
  background-color: #fff;
  color: #5a6d90;
  border-color: #5a6d90;
}
.alert-success {
  background-color: #28c96e;
  color: #fff;
  border-color: #25b865;
}
.alert-success .alert-link {
  color: #187842;
}
.alert-outline-success {
  background-color: #fff;
  color: #25b865;
  border-color: #25b865;
}
.alert-warning {
  background-color: #fab14a;
  color: #fff;
  border-color: #f9a836;
}
.alert-warning .alert-link {
  color: #dc8307;
}
.alert-outline-warning {
  background-color: #fff;
  color: #f9a836;
  border-color: #f9a836;
}
.alert-info {
  background-color: #54c4d4;
  color: #fff;
  border-color: #44bed0;
}
.alert-info .alert-link {
  color: #28909f;
}
.alert-outline-info {
  background-color: #fff;
  color: #44bed0;
  border-color: #44bed0;
}
.alert-danger {
  background-color: #d94859;
  color: #fff;
  border-color: #d6374a;
}
.alert-danger .alert-link {
  color: #a02130;
}
.alert-outline-danger {
  background-color: #fff;
  color: #d6374a;
  border-color: #d6374a;
}
.alert-dark {
  background-color: #445264;
  color: #fff;
  border-color: #3c4858;
}
.alert-dark .alert-link {
  color: #1d232b;
}
.alert-outline-dark {
  background-color: #fff;
  color: #3c4858;
  border-color: #3c4858;
}
.alert-muted {
  background-color: #909caf;
  color: #fff;
  border-color: #8492a6;
}
.alert-muted .alert-link {
  color: #5d6c81;
}
.alert-outline-muted {
  background-color: #fff;
  color: #8492a6;
  border-color: #8492a6;
}
.alert-light {
  background-color: #fff;
  color: #fff;
  border-color: #f7f7ff;
}
.alert-light .alert-link {
  color: #ababff;
}
.alert-outline-light {
  background-color: #fff;
  color: #f7f7ff;
  border-color: #f7f7ff;
}
.alert-red {
  background-color: #d93950;
  color: #fff;
  border-color: #d52941;
}
.alert-red .alert-link {
  color: #951d2d;
}
.alert-outline-red {
  background-color: #fff;
  color: #d52941;
  border-color: #d52941;
}
.alert-skyblue {
  background-color: #45c8ee;
  color: #fff;
  border-color: #32c2ec;
}
.alert-skyblue .alert-link {
  color: #1298c0;
}
.alert-outline-skyblue {
  background-color: #fff;
  color: #32c2ec;
  border-color: #32c2ec;
}
.alert-blue {
  background-color: #4190fb;
  color: #fff;
  border-color: #2d84fb;
}
.alert-blue .alert-link {
  color: #045dd7;
}
.alert-outline-blue {
  background-color: #fff;
  color: #2d84fb;
  border-color: #2d84fb;
}
.alert-yellow {
  background-color: #f9a74a;
  color: #fff;
  border-color: #f89d36;
}
.alert-yellow .alert-link {
  color: #da7708;
}
.alert-outline-yellow {
  background-color: #fff;
  color: #f89d36;
  border-color: #f89d36;
}
.alert-green {
  background-color: #7ccd87;
  color: #fff;
  border-color: #6dc77a;
}
.alert-green .alert-link {
  color: #40a74f;
}
.alert-outline-green {
  background-color: #fff;
  color: #6dc77a;
  border-color: #6dc77a;
}
.alert-footer {
  background-color: #4f5e73;
  color: #fff;
  border-color: #465467;
}
.alert-footer .alert-link {
  color: #272f3a;
}
.alert-outline-footer {
  background-color: #fff;
  color: #465467;
  border-color: #465467;
}
.alert {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 13px;
}
.alert.alert-light {
  background-color: #f7f7ff;
  color: #3c4858;
  border-color: #dee2e6;
}
.alert.alert-dismissible {
  padding-right: 30px;
}
.alert.alert-dismissible .btn-close {
  top: 10px;
  right: 10px;
  padding: 0px;
}
.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}
.alert.alert-pills .content {
  font-weight: 600;
}
.fea {
  stroke-width: 1.8;
}
.fea.icon-sm {
  height: 16px;
  width: 16px;
}
.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}
.fea.icon-m-md {
  height: 28px;
  width: 28px;
}
.fea.icon-md {
  height: 35px;
  width: 35px;
}
.fea.icon-lg {
  height: 42px;
  width: 42px;
}
.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}
.avatar.avatar-ex-sm {
  max-height: 30px;
}
.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}
.avatar.avatar-small {
  height: 70px;
  width: 70px;
}
.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}
.avatar.avatar-large {
  height: 140px;
  width: 140px;
}
.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #fff, #fff);
  z-index: 9999999;
}
#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#preloader #status .spinner {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #d4103a;
  animation: sk-scaleout 1.3s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.pagination {
  line-height: 20px;
  font-size: 13px;
}
.pagination li {
  margin: auto 2px;
}
.pagination li:first-child a {
  border-left-width: 1px;
  border-radius: 30px 5px 5px 30px;
}
.pagination li:last-child a {
  border-radius: 5px 30px 30px 5px;
}
.pagination li a {
  text-decoration: none;
}
.pagination li a:hover {
  color: #fff !important;
  background: #d4103a !important;
  border-color: #d4103a !important;
}
.pagination .active a {
  background: #d4103a !important;
  border-color: #d4103a !important;
  cursor: not-allowed;
}
.page-next-level .page-next {
  letter-spacing: 0.5px;
}
.page-next-level .page-next li:after {
  content: "/";
}
.page-next-level .page-next li:last-child {
  margin-right: 0 !important;
}
.page-next-level .page-next li:last-child:after {
  display: none;
}
.page-next-level .page-next li.icon-light:after {
  color: #000;
}
.page-next-level .page-next li a,
.page-next-level .page-next li span {
  font-size: 14px;
  transition: all 0.5s ease;
  font-weight: 500;
  color: #7325c6;
  text-transform: uppercase;
}
.page-next-level .page-next li a {
  color: #000000 !important;
}
.page-next-level .page-next li a:hover {
  color: #7325c6 !important;
}
.page-next-level .page-next-white li span:last-child {
  padding-right: 0px !important;
}
.page-next-level .page-next-white {
  letter-spacing: 0.5px;
  color: #fff;
}
.page-next-level .page-next-white li:after {
  content: "/";
}
.page-next-level .page-next-white li:last-child {
  margin-right: 0 !important;
}
.page-next-level .page-next-white li:last-child:after {
  display: none;
}
.page-next-level .page-next-white li.icon-light:after {
  color: #fff;
}
.page-next-level .page-next-white li a,
.page-next-level .page-next-white li span {
  font-size: 14px;
  transition: all 0.5s ease;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.page-next-level .page-next-white li a {
  color: #fff !important;
}
.page-next-level .page-next-white li a:hover {
  color: #fff !important;
}
.page-next-level .page-next-white li span:last-child {
  padding-right: 0px !important;
  font-weight: 700;
}
/*color*/

.accordion .accordion-item {
  overflow: hidden;
  border: 0;
}
.accordion-header {
  border-bottom: 1px dashed #DBD8D8;
}
.accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.accordion .accordion-item .accordion-button {
  font-weight: 700;
  text-align: left;
  padding-left: 0;
  padding-right: 15px;
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:before {
  content: "\F0143";
  display: block;
  font-family: "Material Design Icons";
  font-size: 20px;
  color: #7325c6;
  position: absolute;
  right: 0px;
  top: 15px;
  transition: all 0.5s ease;
}
.accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent;
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
  transition: all 0.5s;
}
.accordion .accordion-item .accordion-button.collapsed:before {
  top: 15px;
  transform: rotate(180deg);
  color: #3c4858 !important;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #7325c6;
  font-size: 18px;
  background: transparent;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.accordion .accordion-item .accordion-button:after {
  display: none;
}
.nav-pills {
  background: #fff;
  border-right: 1px dotted #a1a1a1;
}
.nav-pills .nav-link {
  color: #000000 !important;
  position: relative;
  padding: 15px 10px 15px 10px;
  font-weight: 700;
  border-radius: 0;
  letter-spacing: 0;
  transition: all 0.5s ease;
  border-bottom: 1px solid #dcdcdc;
}
.nav-pills .nav-link:hover {
  background-color: rgba(115, 37, 198, 0.9);
  color: #fff !important;
}
.nav-pills .nav-link.active {
  background-color: rgba(115, 37, 198, 0.9);
  font-weight: 700;
  color: #fff !important;
}
.nav-pills .nav-link.active::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  color: #fff;
  top: 12px;
  right: 10px;
}

.map {
  line-height: 0;
}
.map.map-gray {
  filter: grayscale(100%);
}
.map.map-gray iframe {
  height: 100vh;
}
.map iframe {
  width: 100%;
  height: 400px;
}
.progress-box .title {
  font-size: 13px !important;
}
.progress-box .progress {
  height: 8px;
  overflow: visible;
}
.progress-box .progress .progress-bar {
  animation: animate-positive 3s !important;
  overflow: visible !important;
  border-radius: 5px;
}
.progress-box .progress .progress-value {
  position: absolute;
  top: -27px;
  right: -15px;
  font-size: 13px;
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.form-label,
.form-check-label {
  font-size: 14px;
  font-weight: 600;
}
.form-control {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  color: #3c4858;
  height: 45px;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.form-control:focus,
.form-control.active {
  border-color: #bf01a6 !important;
  box-shadow: none;
}
textarea {
  height: 120px !important;
}
textarea.form-control {
  line-height: 25px;
}
.form-check-input:checked {
  background-color: #bf01a6;
  border: #bf01a6;
}
.form-check-input:focus {
  box-shadow: none;
}

.privacy {
  font-size: 14px !important;
}
.privacy a {
  font-size: 18px !important;
  font-weight: 600;
}
.adress-box h3 {
  color: #ba0d70;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.adress-box p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.adress-box p span {
  font-weight: 700;
}

.subcribe-form input {
  padding: 14px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 130px;
  background-color: rgba(255, 255, 255, 0.8);
}
.subcribe-form button {
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none !important;
}
.form-group input[type="button"],
.form-group input[type="submit"],
.form-group input[type="reset"] {
  background: linear-gradient(92deg, #e416e5 6.33%, #7e04d5 93.75%);
  border: none;
  color: #fff;
  padding: 12px 40px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  white-space: normal;
}

.blockquote {
  font-size: 18px;
}
.blockquote:before {
  content: '"';
  position: absolute;
  top: -30%;
  left: 10px;
  color: #dee2e6;
  font-size: 160px;
  z-index: -1;
  opacity: 0.4;
}
.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}
.social-icon li a .fea-social {
  stroke-width: 2;
}
.social-icon li a:hover {
  background-color: #d4103a;
  border-color: #d4103a !important;
  color: #fff !important;
}
.social-icon li a:hover .fea-social {
  fill: #00b092;
}
.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #6d08be;
  color: #fff;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  display: none;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  opacity: 0.9;
}
.back-to-top:hover {
  background: linear-gradient(92deg, #e416e5 6.33%, #7e04d5 93.75%);
  opacity: 1;
  color: #fff;
}
.back-to-home {
  position: fixed;
  top: 4%;
  right: 2%;
  z-index: 1;
}
.back-to-home a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: #d4103a;
}
.back-to-home a .fea {
  stroke-width: 2;
}
.hover-transform {
  transition: all 0.5s ease;
}
.hover-transform:hover {
  transform: scale(1.05);
}
@media (min-width: 1024px) {
  .padding-ten {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (min-width: 1025px) {
  .padding-ten {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.table-border-bottom td {
  border-bottom: 1px solid #4f4a6c;
}
.pay-icon-img {
  transition: all 0.5s;
}
.pay-icon-img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.dashboard-shape-two:before {
  content: "";
  position: absolute;
  bottom: 5rem;
  right: -35rem;
  width: 70rem;
  height: 50rem;
  z-index: -1;
  background-color: #2d84fb;
  border-radius: 30rem;
  transform: rotate(-45deg);
  opacity: 0.8;
}
@media (max-width: 767px) {
  .dashboard-shape-two:before {
    bottom: -5rem;
    right: -10rem;
    width: 30rem;
    height: 24rem;
    border-radius: 8rem;
  }
}
body {
  color: #000;
  background: #ffffff;
  line-height: 1.5;
  font-weight: 300;
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
::selection {
  background: #465467;
  color: #fff;
}
a {
  text-decoration: none !important;
}
p {
  color: #a4a7b1;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 2;
}
.section {
  padding: 100px 0;
  position: relative;
}
.section-two {
  padding: 60px 0;
  position: relative;
}
.bg-overlay {
  background-color: rgba(60, 72, 88, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.bg-gradident-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-overlay-dark {
  background-color: rgba(22, 28, 45, 0.75);
}
.bg-gradient-primary {
  background: linear-gradient(to right, #000000 30%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
}
.bg-gradient-bottom {
  background: rgb(4, 4, 4);
  background: -moz-linear-gradient(
    180deg,
    rgba(4, 4, 4, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(4, 4, 4, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(4, 4, 4, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040404",endColorstr="#000000",GradientType=1);
  top: auto;
  bottom: 0;
  height: 20vh;
  z-index: 1;
}
.bg-gradient-bottom-2 {
  background: rgb(4, 4, 4);
  background: -moz-linear-gradient(
    180deg,
    rgba(4, 4, 4, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(4, 4, 4, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(4, 4, 4, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040404",endColorstr="#000000",GradientType=1);
  top: auto;
  bottom: 0;
  height: 20vh;
  z-index: 1;
}

.title-heading {
  position: relative;
  z-index: 999;
}
.title-heading .heading {
  font-size: 45px !important;
  letter-spacing: 1px;
}
.title-heading .para-desc {
  font-size: 18px;
}
.section-title {
  position: relative;
}
.section-title .title {
  letter-spacing: 0.5px;
  font-size: 26px !important;
}
.para-desc {
  max-width: 600px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-60 {
  margin-bottom: 60px;
}
.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -1px;
  left: 0;
}
.shape > svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}
@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
  .margin-top-100 .heading {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 35px !important;
  }
  .title-heading .para-desc {
    font-size: 18px;
  }
  .section-title .title {
    font-size: 24px;
  }
  .mt-60 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .shape {
    bottom: -1px;
  }
}
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.process .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  transition: all 0.5s ease;
}
.process .icon.icon-uil {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
.process.process-bar:after {
  display: block;
  width: 50%;
  position: absolute;
  content: " ";
  border-width: 0 0 1px 0;
  border: 1px #dee2e6 dashed;
  top: 20%;
  left: 75%;
}
@media (max-width: 767px) {
  .process.process-bar:after {
    display: none;
  }
}
.tagline {
  position: absolute;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  border-bottom: 1px solid #dbd8d8;
  font-size: 14px;
  padding: 15px 0;
}
.tagline .tag-social,
.tagline .tag-right {
  line-height: 32px;
}
.tagline .tag-social a,
.tagline .tag-right a {
  transition: all 0.5s ease;
  color: #252525;
  font-weight: 500;
}
.tagline .tag-social a:hover,
.tagline .tag-right a:hover {
  color: #6d08be;
  background: transparent;
}
.tag-social a.dropdown-item.active,
.tag-social a.dropdown-item:active {
  background: transparent;
}
.tagline .tag-right a.active-inner {
  color: #6d08be;
}
.tagline li {
  margin-bottom: 0 !important;
}
.tagline .tag-right .form-group .form-control,
.small-tagline .form-group .form-control {
  height: 36px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

.tagline-inner {
  background: transparent;
  border-bottom: 1px dotted #dbd8d8;
}
.tagline-inner.inner-menu.sticky {
  position: fixed;
  top: 0;
  background: linear-gradient(287deg, #000 1.01%, #6d08be 97.88%);
}

.tagline-inner .tagline .tag-social a,
.tagline .tag-right a {
  transition: all 0.5s ease;
  color: #000;
  font-weight: 500;
}
.tagline-inner .tagline .tag-social a:hover,
.tagline .tag-right a:hover {
  color: #6d08be;
}

.sticky-white-menu.tagline .tag-right a {
  transition: all 0.5s ease;
  color: #ffffff;
  font-weight: 500;
}
.sticky-white-menu.tagline .tag-right a:hover {
  color: #ffb703;
}

.sticky-white-menu.tagline .tag-right a.active-inner {
  color: #ffb703;
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  transition: all 0.5s ease;
}
#topnav .logo {
  float: left;
  color: #3c4858 !important;
}
#topnav .logo .l-dark {
  display: none;
}
#topnav .logo .l-light {
  display: inline-block;
}
#topnav .has-submenu.active a {
  color: #fff;
}
#topnav .has-submenu.active .submenu li.active > a {
  color: #d4103a;
}
#topnav .has-submenu.active.active .menu-arrow {
  border-color: #d4103a;
}
#topnav .has-submenu {
  position: relative;
}
#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 12px;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 28px 0px 28px;
  height: 18px;
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.5s ease;
}
#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}
#topnav .navbar-toggle.open span {
  position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg);
}
#topnav .navbar-toggle.open span:hover {
  background-color: #d4103a;
}
#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover,
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 14px;
}
#topnav .navigation-menu > li:last-child {
  margin-right: 0 !important;
}
#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #d4103a !important;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #3c4858;
  line-height: 24px;
  font-weight: 500;
  transition: all 0.5s;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 0px;
  padding-right: 15px;
}
#topnav .navigation-menu > li > a:last-child {
  padding-right: 0 !important;
}
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:active {
  color: #7c07db;
}
#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #fff;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.5s;
  right: 0px;
  top: 36px;
}
.contact-link a {
  color: #fff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2.17px;
  text-transform: uppercase;
  font-size: 14px;
}
.contact-link a:hover {
  color: #7c07db;
}
#topnav .menu-extras {
  float: right;
}
#topnav.navbar-light {
  background-color: #3c4858 !important;
}
#topnav.navbar-light .logo {
  color: #fff !important;
}
#topnav.scroll {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
#topnav.scroll .navigation-menu > li > a {
  color: #3c4858;
}
#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #3c4858;
}
#topnav.scroll .navigation-menu > li:hover > a,
#topnav.scroll .navigation-menu > li.active > a {
  color: #d4103a;
}
#topnav.scroll .navigation-menu > li:hover > .menu-arrow,
#topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #d4103a;
}
#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}
#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}
#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}
#topnav.defaultscroll.nav-sticky {
  top: 0 !important;
}
#topnav.nav-sticky {
  background: #1b1d21;
  box-shadow: 0 1px 10px rgba(22, 28, 45, 0.15);
}
#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #fff;
}
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow {
  border-color: #7c07db;
}
#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #fff;
}
#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}
#topnav.nav-sticky .logo .l-light {
  display: none;
}
.logo {
  font-weight: 600;
  font-size: 22px;
  padding: 10px 10px 10px 0px;
  letter-spacing: 0.5px;
  line-height: 68px;
}
.megamenu-home {
  width: 94%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  z-index: 999;
  position: relative;
  margin: 0 auto;
}
.inner-header-menu {
  position: relative !important;
}
@media (min-width: 1025px) {
  #topnav .navigation-menu > li .submenu.megamenu {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  #topnav .navigation-menu > li .submenu.megamenu {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: flex;
    justify-content: flex-end;
  }
  #topnav
    .navigation-menu
    > .has-submenu
    > .submenu
    > .has-submenu
    > .submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0px 0px rgba(22, 28, 45, 0.15);
    border-color: transparent #fff #fff transparent;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 15px;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    transition: all 0.2s ease;
  }
  .small-menu {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    left: -12px !important;
    min-width: 300px !important;
    top: 84px !important;
    padding: 18px 20px !important;
  }
  .small-menu li {
    padding: 8px 10px;
  }
  .small-menu li:hover {
    background: #f3f3f3;
    border-radius: 8px;
  }

  #topnav .navigation-menu > li .submenu-w {
    min-width: 300px;
  }
  #topnav .navigation-menu > li .submenu:before {
    box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.8px;
    color: #03386f;
    white-space: normal;
    transition: all 0.3s;
    font-weight: 500;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #7325c6;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: normal;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: 84px;
    display: flex;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    vertical-align: top;
    width: 20%;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
    padding: 10px 20px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858 !important;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 101%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 66px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #d4103a;
  }
  #topnav .navigation-menu > li:hover > a,
  #topnav .navigation-menu > li.active > a {
    color: #7c07db !important;
  }

  #topnav .has-submenu::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #7c07db;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
  }

  #topnav .has-submenu:hover::before,
  #topnav .has-submenu.active::before {
    transform: scaleX(1);
  }

  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav
    .navigation-menu
    > li.last-elements
    .submenu
    > li.has-submenu
    .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: #f7f7ff;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #7c07db;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #ffffff;
  }
  #topnav .navigation-menu.nav-light .has-submenu.active.active .menu-arrow {
    border-color: #d4103a;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: flex !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  #topnav {
    background-color: #000;
    min-height: 80px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    background: #fff;
    padding: 8px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    transition: all 0.3s;
  }
  .megamenu-home {
    width: 99%;
    margin: 0 auto;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #fff;
    padding: 10px 10px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #d4103a;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #d4103a;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 10px;
    overflow: auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #000;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
}
@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav
    .navigation-menu
    > li.has-submenu:hover
    > .submenu
    > li.has-submenu:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .tagline {
    display: none;
  }
  .taglines {
    top: 0px !important;
  }
  #topnav .small-tagline {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }
  #topnav .small-tagline li {
    margin-bottom: 0;
  }
  #topnav .small-tagline a {
    transition: all 0.5s ease;
  }
  #topnav .small-tagline a:hover {
    color: #d4103a !important;
  }

}
@media (min-width: 576px) {
  .taglines {
    top: 58px !important;
  }
}
@media (max-width: 375px) {
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}
.bg-home {
  height: 100vh;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}
.bg-half-260 {
  padding: 260px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}
.bg-half-170 {
  padding: 170px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}
.bg-half-170.half-home {
  padding: 180px 0 105px;
}
.bg-half {
  padding: 160px 0 140px;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}
.user-pages {
  padding: 117px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}
.bg-animation-left:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}
.bg-animation-left.ani-travel:after {
  width: 100%;
  clip-path: circle(75% at 0% 50%);
  background: #fff;
}
.bg-animation-left.dark-left:after {
  background: rgba(60, 72, 88, 0.6);
}
.bg-animation-left.half-home:after {
  background: #eff1f3;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}
.social-media-wrapper {
  overflow: hidden;
}
.social-media-wrapper:before {
  content: "";
  position: absolute;
  bottom: 15rem;
  right: 12rem;
  width: 60rem;
  height: 35rem;
  transform: rotate(75deg);
  background: linear-gradient(90deg, #fff, transparent);
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .social-media-wrapper:before {
    right: -10rem;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  .social-media-wrapper:before {
    right: -10rem;
    height: 25rem;
    bottom: 25rem;
  }
}
.overview-home {
  background: url("../images/index/bg.png") repeat 0 0;
  animation: animate-left-to-right 60s linear infinite;
}
@keyframes animate-left-to-right {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.form-inline .icons {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 18px;
}
.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  height: 100%;
}
.slide-bg-image {
  background-position: bottom center;
}
.swiper-slider-hero video {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-slider-hero .swiper-container .swiper-button-prev,
.swiper-slider-hero .swiper-container .swiper-button-next {
  top: 95%;
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -30px;
  transition: all 0.3s;
}
.swiper-slider-hero .swiper-container .swiper-button-prev:before,
.swiper-slider-hero .swiper-container .swiper-button-next:before {
  font-family: "Material Design Icons";
  font-weight: 900;
  color: #fff;
}
.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.swiper-slider-hero .swiper-container .swiper-button-next:hover {
  background: linear-gradient(92deg, #e416e5 6.33%, #7e04d5 93.75%);
  border-color: #7c07db !important;
}
.swiper-slider-hero .swiper-container .swiper-button-prev {
  left: auto;
  right: 70px;
}
.swiper-slider-hero .swiper-container .swiper-button-prev:before {
  content: "\f0141";
}
.swiper-slider-hero .swiper-container .swiper-button-next {
  right: 25px;
}
.swiper-slider-hero .swiper-container .swiper-button-next:before {
  content: "\f0142";
}
.swiper-slider-hero .swiper-pagination-bullet {
  color: #f8f9fa;
  background: transparent;
}
.swiper-slider-hero .swiper-pagination-bullet-active {
  color: #fff;
}
.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
  bottom: 45px;
}
.swiper-slider-hero
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 13px;
}

.bg-digital-marketing {
  background: radial-gradient(
      circle at 80% 50%,
      rgba(60, 72, 88, 0.05) 0%,
      rgba(60, 72, 88, 0.05) 33.333%,
      rgba(206, 212, 218, 0.1) 33.333%,
      rgba(206, 212, 218, 0.1) 66.666%,
      rgba(73, 80, 87, 0.1) 66.666%,
      rgba(73, 80, 87, 0.1) 99.999%
    ),
    linear-gradient(45deg, #d4103a, #2d84fb);
}
.bg-digital-marketing .digital-hero {
  border-bottom-right-radius: 30% !important;
}
.bg-digital-marketing .play-icon {
  bottom: 44px;
  right: 0px;
  left: auto;
}
.online-course-bg .container-fluid .padding-less.img,
.job-home-hero .container-fluid .padding-less.img,
.comingsoon .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}
.online-course-bg .container-fluid .padding-less.img {
  border-radius: 0 0 80px 0;
}
.job-home-hero .container-fluid .padding-less.img {
  border-radius: 80px 0 0 80px;
}
.job-home-hero .container-fluid .job-hero-content {
  z-index: 1;
}
.main-slider .carousel-control-next,
.main-slider .carousel-control-prev {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  border: 1px solid #ced4da;
}
.main-slider .carousel-control-next-icon,
.main-slider .carousel-control-prev-icon {
  width: 30%;
}
.bg-animation-left:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}
.bg-animation-left.dark-left:after {
  background: rgba(60, 72, 88, 0.6);
}
@media (min-width: 768px) {
  .attach-icons-hero {
    position: absolute;
    right: 0;
    top: -35px;
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .bg-animation-left.ani-travel:after {
    clip-path: circle(65% at 0% 50%);
  }
  .online-course-bg .hero-img,
  .job-home-hero .hero-img,
  .comingsoon .hero-img {
    height: auto !important;
    align-items: start !important;
  }
  .online-course-bg .hero-my-60,
  .job-home-hero .hero-my-60,
  .comingsoon .hero-my-60 {
    margin: 60px 0;
  }
  .online-course-bg .padding-less,
  .job-home-hero .padding-less,
  .comingsoon .padding-less {
    position: relative !important;
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .bg-home,
  .bg-half-170,
  .bg-half-260,
  .swiper-slider-hero .swiper-container .swiper-slide,
  .main-slider .slides .bg-slider,
  .user-pages {
    padding: 150px 0;
    height: auto !important;
  }
  .bg-half {
    padding: 195px 0 120px;
  }
  .bg-animation-left.half-home:after {
    background: none !important;
  }
  .online-hero-img img {
    max-width: 100%;
    height: auto;
  }
  .attach-icons-hero {
    border-bottom: 1px solid #e9ecef;
  }
  .app-image-fluid img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .bg-animation-left.ani-travel:after {
    clip-path: circle(85% at 50% 0%);
    background: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  .registration-form-box {
    margin-bottom: 10px;
  }
}
.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}
.feature.feature-transition {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.feature.serve-one .icons {
  height: 42px;
  width: 42px;
  line-height: 42px;
}
.feature.serve-one .content .title {
  transition: all 0.5s ease;
}
.feature .icon {
  height: 62px;
  width: 62px;
  line-height: 62px;
}
.feature .icon .feature-icon {
  stroke-width: 1.5;
}
.feature:hover.feature-transition {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  transform: translateY(-5px);
}
.feature:hover .icon {
  background-color: #d4103a;
}
.feature:hover .icon .feature-icon {
  color: #fff !important;
}
.feature .icon,
.feature.serve-one .icons {
  display: inline-block;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}
.space-feature {
  transition: all 0.5s ease;
}
.space-feature:hover {
  background-color: #f7f7ff;
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}
.feature-transform {
  transition: all 0.5s ease;
  margin: -200px 0 0px;
  z-index: 2;
}
.feature-transform .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
}
.feature-transform .title:hover {
  color: #d4103a !important;
}
.feature-transform:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}
@media screen and (max-width: 767px) {
  .feature-transform {
    margin: 0 0 30px;
  }
}
.img-icon {
  width: 45px;
  height: 45px;
}
.saas-icon {
  font-size: 31px;
}
.timeline-area {
  border-left: 2px solid #e9ecef;
  margin: 18px 4px;
  padding: 0 20px 0 30px;
}
.timeline-inner {
  background-color: #f7f7ff;
  padding: 18px 20px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
}
.timeline-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #d4103a;
  padding: 2px;
  top: 27px;
  left: -36px;
}
.feature-app {
  transition: all 0.5s;
  border-radius: 5px;
}
.feature-app:hover {
  border-radius: 40px 10px 40px 10px;
  box-shadow: 5px 5px 15px #c0d7f8;
}
.watch-video a.watch {
  font-size: 14px;
  font-weight: 700;
}
.watch-video a .play-icon-circle {
  height: 36px;
  width: 36px;
  background-color: #d4103a;
  line-height: 36px;
}
.watch-video a .play-icon-circle.play-iconbar {
  font-size: 16px;
}
.watch-video a .play-icon-circle.play {
  top: 77%;
}
.bg-cta {
  padding: 150px 0;
}
.play-icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}
.play-icon i {
  height: 85px;
  width: 85px;
  line-height: 85px;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.play-icon i:hover {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: #fff;
}
.cta-review {
  position: relative;
  top: 85px;
}
.team,
.job-candidate {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.team img,
.job-candidate img {
  transition: all 0.5s ease;
}
.team .team-social,
.team .candidate-position,
.job-candidate .team-social,
.job-candidate .candidate-position {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.team:hover,
.job-candidate:hover {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  transform: translateY(-5px);
}
.team:hover img,
.job-candidate:hover img {
  transform: scale(1.1);
}
.team:hover .team-social,
.team:hover .candidate-position,
.job-candidate:hover .team-social,
.job-candidate:hover .candidate-position {
  opacity: 1;
}
.review .content .icons {
  position: absolute;
  top: 4%;
  right: 4%;
  opacity: 0.07;
}
.review .review-icon {
  position: absolute;
  top: -20px;
  right: 0;
  opacity: 0.2;
}
.tns-nav {
  text-align: center;
  margin-top: 10px;
}
.tns-nav button {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(0, 201, 167, 0.4) !important;
  transition: all 0.5s ease;
  opacity: 1;
  margin: 4px;
  border: none;
}
.tns-nav button.tns-nav-active {
  background: #d4103a !important;
  width: 10px;
}
.testi-hero .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  left: 10%;
}
.pricing.price-bundle,
.pricing.price-table {
  transition: all 0.2s ease;
}
.pricing.price-bundle .price-img {
  position: absolute;
  top: 30%;
  right: 24px;
  transform: translateY(-30%);
  opacity: 0.05;
  transition: all 0.2s ease;
}
.pricing.price-bundle:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}
.pricing.price-bundle:hover .price-img {
  opacity: 0.1;
}
.pricing.price-table .price-top,
.pricing.price-table .price-content,
.pricing.price-table .price-feature .table-addon {
  transition: all 0.4s ease;
}
.pricing.price-table:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}
.pricing.price-table:hover .price-top {
  background: #f7f7ff;
}
.pricing.price-table:hover .price-content,
.pricing.price-table:hover .price-feature .table-addon {
  color: #d4103a;
}
.filter-box {
  display: none;
}
.filter-box.show {
  display: block;
}
.tobii__btn svg {
  height: 30px;
  width: auto;
}
.tobii__counter {
  font-size: 16px;
}
.tobii-zoom {
  display: block !important;
}
.tobii-zoom__icon {
  display: none;
}
#grid {
  padding: 0 !important;
}
@media (max-width: 640px) {
  [data-type] iframe,
  [data-type] video {
    width: 500px;
    height: 300px;
  }
}
@media (max-width: 425px) {
  [data-type] iframe,
  [data-type] video {
    width: 360px;
    height: 260px;
  }
}
@media (max-width: 375px) {
  [data-type] iframe,
  [data-type] video {
    width: 100%;
    height: auto;
  }
}
.container-filter li {
  font-size: 14px;
  padding: 0px 5px;
  margin: 0 5px;
  font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer;
  line-height: 34px;
  transition: all 0.5s ease;
}
.container-filter li:hover {
  color: #3c4858 !important;
}
.container-filter li.active {
  color: #d4103a !important;
}
.work-container.work-classic .work-image {
  transition: all 0.5s ease;
}
.work-container.work-classic .work-image:hover {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}
.work-container.work-classic .content .title,
.work-container.work-grid .content .title,
.work-container.work-modern .content .title {
  font-size: 18px;
  transition: all 0.5s ease;
}
.work-container.work-classic .content .title:hover,
.work-container.work-grid .content .title:hover,
.work-container.work-modern .content .title:hover {
  color: #d4103a !important;
}
.work-container.work-classic .content .tag,
.work-container.work-grid .content .tag,
.work-container.work-modern .content .tag {
  font-size: 15px !important;
}
.work-container.work-modern .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}
.work-container.work-modern .content,
.work-container.work-modern .icons {
  position: absolute;
  right: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.work-container.work-modern .content {
  transform: translateY(200px);
  bottom: 0;
}
.work-container.work-modern .icons {
  transform: translateY(-200px);
  top: 0;
}
.work-container.work-modern .icons .work-icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
  transition: all 0.5s ease;
}
.work-container.work-modern .icons .work-icon:hover {
  background: #d4103a !important;
  color: #fff !important;
}
.work-container.work-modern:hover .overlay-work {
  opacity: 0.6;
}
.work-container.work-modern:hover .content {
  transform: translateY(0);
}
.work-container.work-modern:hover .icons {
  top: 50%;
  transform: translateY(-50%);
}
.work-container.work-grid {
  transition: all 0.5s ease;
}
.work-container.work-grid img,
.work-container.work-grid .content,
.work-container.work-grid .content .title {
  transition: all 0.5s ease;
}
.work-container.work-grid .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateY(150px);
  overflow: hidden;
}
.work-container.work-grid .content .title:hover {
  color: #d4103a !important;
}
.work-container.work-grid:hover {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.work-container.work-grid:hover img {
  transform: translateY(-40px);
}
.work-container.work-grid:hover .content {
  transform: translateY(0);
}
.it-work-icons {
  height: 55px;
  width: 55px;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 0px 21px 2px #f8f9fa;
  font-size: 30px;
  padding: 6px;
}
.call:hover {
  text-decoration: underline !important;
}
.blog-post .blog-img .author-desc {
  bottom: 20px;
  left: 10px;
}
.blog-post .blog-img .author-desc .author .name:hover {
  color: #d4103a !important;
}
.blog-post .blog-content h5 {
  line-height: 1.3;
}
.blog-post .blog-content .title {
  font-size: 18px !important;
  transition: all 0.5s ease;
}
.blog-post .blog-content .title:hover {
  color: #d4103a !important;
}
.blog-post .blog-content .post-meta .like:hover,
.blog-post .blog-content .post-meta .comment:hover,
.blog-post .blog-content .post-meta .read:hover,
.blog-post .blog-content .post-meta .tag:hover {
  color: #d4103a !important;
}
.blog-post .blog-content .post-meta .like:focus .like-icon {
  color: #d6374a;
  fill: #d6374a;
}
.blog-post:hover {
  transform: translateY(-10px);
}
.blog-post:hover.single-blog-post {
  transform: translateY(0px);
}
.blog-post:hover .blog-img .overlay {
  opacity: 0.6;
}
.blog-post:hover .blog-img .author-desc {
  opacity: 1;
}
.blog-post .blog-img .overlay,
.blog-post .blog-img .author-desc,
.popular-tour .overlay {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
}
.blog-post .blog-img .overlay,
.popular-tour .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog-content span {
  color: #adadad;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-content h3 {
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
}
.blog-content h3 a {
  color: #000000;
}
.blog-content p {
  font-size: 18px;
  color: #242424;
  line-height: 28px;
  margin-bottom: 20px;
}
.viewlink {
  font-size: 14px;
  font-weight: 700;
}

.sticky-bar {
  position: sticky;
  top: 80px;
}
.sidebar .widget .title {
  font-size: 18px !important;
}
.sidebar .widget .widget-search form {
  position: relative;
}
.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
  box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}
.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}
.sidebar .widget .widget-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}
.sidebar .widget .catagory li {
  padding-bottom: 10px;
}
.sidebar .widget .catagory li:last-child {
  padding-bottom: 0;
}
.sidebar .widget .catagory li a,
.sidebar .widget .catagory li span {
  font-size: 15px;
}
.sidebar .widget .catagory li a {
  color: #3c4858;
  transition: all 0.5s ease;
}
.sidebar .widget .catagory li a:hover {
  color: #d4103a;
}
.sidebar .widget .widget-grid .item {
  position: relative;
  width: 33.33333333%;
  padding-top: 33.33333333%;
  float: left;
}
.sidebar .widget .widget-grid .item a {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  overflow: hidden;
}
.sidebar .widget .widget-grid .item:first-child {
  width: 66.66666666%;
  padding-top: 66.66666666%;
}
.sidebar .widget .widget-grid .item:nth-child(4) {
  clear: both;
}
.tagcloud > a {
  background: #e9ecef;
  color: #3c4858;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.tagcloud > a:hover {
  background: #d4103a;
  color: #fff;
}
.media-list .comment-desk a:hover {
  color: #d4103a !important;
}
.job-catagory,
.explore-feature {
  transition: all 0.5s ease;
}
.job-catagory .title,
.explore-feature .title {
  font-size: 18px;
  transition: all 0.5s ease;
}
.job-catagory .title:hover,
.explore-feature .title:hover {
  color: #d4103a !important;
}
.job-catagory .icon,
.explore-feature .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  transition: all 0.5s ease;
}
.job-catagory:hover,
.explore-feature:hover {
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
  background-color: #fff;
}
.job-catagory:hover .icon,
.explore-feature:hover .icon {
  color: #d4103a;
}
.job-listing .like .like-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  opacity: 0;
  transition: all 0.5s ease;
}
.job-listing .like:focus .like-icon {
  color: #d6374a;
  fill: #d6374a;
}
.job-listing:hover .like .like-icon {
  opacity: 1;
}
.job-grid .job-title,
.job-grid .company {
  transition: all 0.5s ease;
}
.job-grid .job-title:hover,
.job-grid .company:hover {
  color: #d4103a !important;
}
.job-grid .job-type {
  position: absolute;
  top: 20px;
  right: 0;
  transform: translateX(100px);
  transition: all 0.5s ease;
}
.job-grid:hover {
  background: #f7f7ff;
}
.job-grid:hover .job-type {
  transform: translateX(0);
}
.job-grid,
.job-listing {
  transition: all 0.5s ease;
}
.job-grid .content .title,
.job-grid .content .job-title,
.job-listing .content .title,
.job-listing .content .job-title {
  font-size: 18px !important;
}
.job-grid:hover,
.job-listing:hover {
  transform: translateY(-5px);
}
.blog-post,
.popular-course {
  transition: all 0.5s ease;
}
.blog-post:hover,
.popular-course:hover {
  transform: translateY(-10px);
}
.popular-tour img {
  transition: all 0.8s ease;
}
.popular-tour .content {
  position: absolute;
  bottom: 3%;
  left: 5%;
}
.popular-tour:hover .overlay {
  opacity: 0.65;
}
.popular-tour:hover img {
  transform: scale(1.2);
}
@media (min-width: 576px) {
  .candidate-detail .candidate-detail-top {
    display: flex;
  }
}
.coming-soon,
.maintenance,
.error-page {
  font-size: 40px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .coming-soon,
  .maintenance,
  .error-page {
    font-size: 32px;
  }
}
#countdown .count-down,
#eventdown .count-down {
  display: inline-block;
  margin: 30px 10px 10px;
  text-align: center;
}
#countdown .count-down .count-number,
#eventdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
}
#countdown .count-down .count-head,
#eventdown .count-down .count-head {
  display: block;
  position: relative;
  transform: translateY(-20px);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
#countdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
  color: #3c4858;
  height: 130px;
  width: 130px;
  border-radius: 50%;
}
#eventdown .count-down {
  margin: 10px !important;
  border: 0;
}
@media (max-width: 767px) {
  #eventdown .count-down {
    width: 60px;
  }
}
#eventdown .count-down .count-number {
  line-height: 80px;
}
@media (max-width: 767px) {
  #eventdown .count-down .count-number {
    font-size: 30px;
  }
}
#eventdown .count-down .count-head {
  transform: translateY(-15px);
}
@media (max-width: 767px) {
  #eventdown .count-down .count-head {
    font-size: 10px;
  }
}
#maintenance {
  color: #fff;
  font-size: 56px;
  letter-spacing: 1px;
}
#maintenance .indicator {
  font-size: 18px;
}
#countdown .count-down,
#token-sale .count-down {
  display: inline-block;
  margin: 30px 10px 10px;
  color: #fff;
  text-align: center;
}
#countdown .count-down .count-number,
#token-sale .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
}
#countdown .count-down .count-head,
#token-sale .count-down .count-head {
  display: block;
  position: relative;
  transform: translateY(-20px);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
#countdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
  border: 4px solid #dee2e6;
  height: 130px;
  width: 130px;
  border-radius: 50%;
}
#token-sale .count-down {
  border: 0;
  color: #3c4858 !important;
}
#token-sale .count-down .count-number {
  line-height: 80px;
}
@media (max-width: 767px) {
  #token-sale .count-down .count-number {
    font-size: 30px;
  }
}
#token-sale .count-down .count-head {
  margin-bottom: 0 !important;
  transform: translateY(-15px);
}
@media (max-width: 767px) {
  #token-sale .count-down .count-head {
    font-size: 10px;
  }
}

.contact-bg {
  border-radius: 15px;
  background: #f3f3f3;
}
.contact-growth-bg {
  border-radius: 15px 0px 0px 15px;
  background: #4f0174;
  padding: 20px 30px;
}
.custom-form {
  padding: 30px 20px 30px 0px;
}
.form-icon .icons {
  position: absolute;
  top: 13px;
  left: 18px;
}
.custom-form.contact-creative {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 15px;
  left: 15px;
  margin: 0 auto;
  max-width: 445px;
  display: none;
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}
.custom-form.contact-creative .contact-hide-btn {
  color: #3c4858;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  transition: all 0.4s;
}
.custom-form.contact-creative .contact-hide-btn:hover {
  background-color: #3c4858;
  color: #fff;
}
.contact-show-btn {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-show-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #d4103a;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 201, 167, 0.5);
  animation: beatbtn 0.9s ease-in-out infinite;
}
@keyframes beatbtn {
  0% {
    background-color: #d4103a;
    transform-origin: center;
    transform: scale(1);
  }
  50% {
    background-color: rgba(0, 201, 167, 0.8);
    transform-origin: center;
    transform: scale(1.1);
  }
}
.error {
  margin: 8px 0px;
  display: none;
  color: #d6374a;
}
#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}
.error_message,
#success_page {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
}
.error_message {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 2px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
  font-size: 14px;
}
.contact-loader {
  display: none;
}
#success_page {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 2px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
}
#success_page p {
  margin-bottom: 0 !important;
}
.footer {
  position: relative;
  padding: 60px 0;
  background-color: #000000;
  color: #adb5bd;
}
.footer-bg {
  background: #000000;
}
.m-dotted-line {
  border-top: 1px dotted rgba(188, 176, 176, 0.9);
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 9;
}
.footer h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.footer h3 a {
  color: #6d08be;
}
.footer h3 a:hover {
  color: #ffb703;
}
.footer h4 {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer li {
  margin-bottom: 0.4rem;
  position: relative;
  list-style: none;
}
.footer li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.footer li a:hover {
  color: #ffb703;
}

.footer li a p {
  color: #000;
  font-size: 0.75rem;
  line-height: 18px;
}

.list-inline ul {
  padding-left: 10px;
}

.list-inline li {
  display: inline-block;
  color: #000000;
}

.navmenu-col ul {
  margin: 0rem;
  padding: 0rem;
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 1.25rem;
}
.navmenu-col ul li {
  display: inline-block;
  color: #019fe2;
  margin: 0 0rem;
  margin-right: 0.625rem;
}

.navmenu-col ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #000000;
}

.social-icons li {
  display: inline-block;
  margin: 0 0.7rem 0 0;
}
.social-icons > li > a {
  border: 0.125rem solid #fff;
  border-radius: 50%;
  text-align: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1.625rem;
}
.social-icons > li > a i {
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.social-icons > li > a:hover,
.social-icons > li > a:focus {
  background: none;
  border: 0.125rem solid #6d08be;
}
.social-icons > li > a:hover i {
  color: #6d08be;
}

.footer-copyright {
  padding: 0.938rem 0;
  color: #000000;
}

.navmenufooter ul {
  margin-bottom: 0.313rem;
  padding: 0px;
}
.navmenufooter ul li {
  color: #fff;
  display: inline-block;
  margin: 0 0rem;
  font-size: 12px;
}
.navmenufooter ul li a {
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.navmenufooter ul li a:hover {
  color: #6d08be;
}
.navmenufooter p {
  font-size: 12px;
  color: #fff;
  margin-right: 20px;
  font-weight: 500;
}

.white-border-line {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #fff;
  opacity: 0.25;
}

.subscribe input {
  width: 100%;
  padding: 7px 20px;
  color: #000;
  font-size: 12px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.14);
}
.butn {
  padding: 0.55rem 1.3rem;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  cursor: pointer;
}
.butn.dark {
  background: #d4103a;
  color: #ffffff;
}

.butn.dark:hover {
  background: transparent;
  border-color: #d4103a;
  color: #000;
  text-decoration: none;
}

.butn.curve {
  border-radius: 8px;
}
.w-70 {
  width: 68%;
}

/*-------------------------------------------------------
			 margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.313rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-15 {
  margin-top: 0.938rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-25 {
  margin-top: 1.563rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-35 {
  margin-top: 1.875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-45 {
  margin-top: 2.813rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-55 {
  margin-top: 3.438rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-62 {
  margin-top: 3.875rem !important;
}

.mt-65 {
  margin-top: 4.063rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mt-75 {
  margin-top: 4.688rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-85 {
  margin-top: 5.313rem !important;
}

.mt-90 {
  margin-top: 5.625rem !important;
}

.mt-95 {
  margin-top: 5.938rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

/*-------------------------------------------------------
               margin-bottom  (0/100) +5
  -------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 0.313rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.938rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-25 {
  margin-bottom: 1.563rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-35 {
  margin-bottom: 2.188rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-45 {
  margin-bottom: 2.813rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-55 {
  margin-bottom: 3.438rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-62 {
  margin-bottom: 3.875rem !important;
}

.mb-65 {
  margin-bottom: 4.063rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.mb-75 {
  margin-bottom: 4.688rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-85 {
  margin-bottom: 5.313rem !important;
}

.mb-90 {
  margin-bottom: 5.625rem !important;
}

.mb-95 {
  margin-bottom: 5.938rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

/*-------------------------------------------------------
              padding-top  (0/100) +5
  -------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 0.313rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pt-15 {
  padding-top: 0.938rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-25 {
  padding-top: 1.563rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-35 {
  padding-top: 2.188rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-45 {
  padding-top: 2.813rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pt-55 {
  padding-top: 3.438rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-65 {
  padding-top: 4.063rem !important;
}

.pt-70 {
  padding-top: 4.375rem !important;
}

.pt-75 {
  padding-top: 4.688rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-85 {
  padding-top: 5.313rem !important;
}

.pt-90 {
  padding-top: 5.625rem !important;
}

.pt-95 {
  padding-top: 5.938rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

/*-------------------------------------------------------
           padding-bottom  (0/100) +5
  -------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 0.313rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-15 {
  padding-bottom: 0.938rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-25 {
  padding-bottom: 1.25rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-35 {
  padding-bottom: 2.188rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-45 {
  padding-bottom: 2.813rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pb-55 {
  padding-bottom: 3.438rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-65 {
  padding-bottom: 4.063rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

.pb-75 {
  padding-bottom: 4.688rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-85 {
  padding-bottom: 5.313rem !important;
}

.pb-90 {
  padding-bottom: 5.625rem !important;
}

.pb-95 {
  padding-bottom: 5.938rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}
.pb-130 {
  padding-bottom: 8.125rem !important;
}
.pl-20 {
  padding-left: 1.25rem;
}
.pr-20 {
  padding-right: 1.25rem;
}

.no-padding {
  padding: 0 !important;
}

.butn {
  padding: 0.55rem 1.3rem;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}
.butn-style1 {
  background-image: linear-gradient( to right, #ff0e00 0%, #6d08be 51%, #ff0e00 100%);
  font-size: 14px;
  padding: 0.6rem 2rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
}
.butn-style1:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.light {
  border: 1px solid #7325c6;
  color: #252525;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  display: inline-block;
}

.light:hover {
  background: #6d08be;
  color: #fff !important;
  border: 1px solid #6d08be;
  text-decoration: none;
}

.dark {
  background-image: linear-gradient( to right, #ff0e00 0%, #6d08be 51%, #ff0e00 100%);
  font-size: 14px;
  padding: 0.6rem 2rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
}

.dark:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.dark-light {
  background-image: linear-gradient( to right, #ff0e00 0%, #6d08be 51%, #ff0e00 100%);
  font-size: 14px;
  padding: 0.6rem 2rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
}

.dark-light:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.dark-blue {
  background: #7b61ff;
  border: 1px solid #7b61ff;
  font-size: 14px;
  padding: 0.6rem 2rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
}

.dark-blue:hover {
  border: 1px solid #7b61ff;
  color: #fff;
  text-decoration: none;
  background: transparent;
}

.dark-blue-dark {
  background: #7b61ff;
  border: 1px solid #7b61ff;
  font-size: 14px;
  padding: 0.6rem 2rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
}

.dark-blue-dark:hover {
  border: 1px solid #7b61ff;
  color: #000000;
  text-decoration: none;
  background: transparent;
}


.menu-main-title {
  border-radius: 8px 8px 0px 0px;
  background: rgba(233, 244, 255, 0.8);
  padding: 8px 15px;
}

.inner-main-menu-box {
  padding: 15px 15px;
}

.menu-main-title {
  border-radius: 8px 8px 0px 0px;
  background: rgba(233, 244, 255, 0.8);
  padding: 8px 15px;
}
.menu-main-title h3 {
  color: #000;
  font-size: 1.25rem;
}
.menu-main-list h4 {
  color: #000;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.menu-main-list ul {
  margin: 0;
  padding-left: 20px;
}
.menu-main-list ul li {
  list-style-type: disc;
  position: relative;
  padding-left: 0.125rem;
  color: #7c07db;
  padding-bottom: 0.625rem;
}
.menu-main-list ul li a {
  font-size: 1.125rem;
  line-height: 1rem;
  color: #03386f;
  text-decoration: none;
}

.menu-main-list ul li a span {
  color: #03386f;
  font-size: 0.875rem;
}

.menu-main-list ul li a span:hover {
  color: #000;
  text-decoration: underline;
}
.menu-main-list ul li a p {
  color: #000;
  font-size: 0.75rem;
  margin-bottom: 0px;
  line-height: 18px;
}

.title-heading h1 {
  font-size: calc(100% + 2.5vw);
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 120% !important;
}

.title-heading h1 span {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
}
.title-heading p {
  font-size: calc(100% + 0.5vw);
  color: #fff;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 20px;
}
.title-heading p span {
  font-weight: 700;
}

.section-padding {
  padding: 5.125rem 0;
}

.trusted-bg {
/*  background: #000000;*/
  position: relative;
}

.empower {
  background: linear-gradient(180deg, #000 0%, #000163 100%);
  position: relative;
}

.all-section-content h2 {
  font-size: calc(100% + 1.5vw);
  line-height: 130%;
  color: #112951;
  margin-bottom: 20px;
}

.all-section-content h2 span {
  background: linear-gradient(176deg, #6d08be 63.69%, #e416e5 97.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.all-section-content h3 {
  font-size: calc(100% + 1.2vw);
  line-height: 130%;
  color: #000000;
  margin-bottom: 20px;
}

.all-section-content h4 {
  font-size: 24px;
  color: #03386f;
  line-height: 26px;
  margin-bottom: 20px;
}
.all-section-content h4 span {
  color: #000000;
}

.all-section-content h5 {
  font-size: 18px;
  color: #03386f;
  line-height: 2rem;
  margin-bottom: 20px;
}

.all-section-content p {
  font-size: 18px;
  color: #000000;
  line-height: 166.4%;
  margin-bottom: 20px;
}

.all-section-content p span {
  font-weight: 700;
}
.all-section-content ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.all-section-content ul li {
  font-size: 16px;
  color: #242424;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}

.partner-text p {
  color: #091E42;
  font-size: 18px;
  font-style: italic;
  line-height: 184%;
  font-weight: 400;
}

.partner-text p span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
}

.small-text {
  font-size: 16px !important;
}

.help-you {
  position: relative;
}
.help-explore-box {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  z-index: 99;
}
.help-explore-box h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.help-explore-box p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.rounded {
  border-radius: 15px !important;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4458158263305322) 48%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4458158263305322) 48%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4458158263305322) 48%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a0396",endColorstr="#4a0396",GradientType=1);
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 1;
}

.discover-bg {
  background: url(../../assets/images/get-bg.jpg) no-repeat top center #000000;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
}

.meet-us-bg {
  background: linear-gradient(
    180deg,
    rgba(251, 253, 255, 0) 0%,
    #cce5ff 52.92%,
    rgba(255, 255, 255, 0.21) 98.23%
  );
}

/* Flexbox Equal Height Bootstrap Columns (fully responsive) */
@media only screen and (min-width: 768px) {
  .flex-row.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-row.row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }
}
/* Grow thumbnails to fill columns height */
.flex-row .equal-height {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.rounded-top-left {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.blog-white-box {
  background: #ffffff;
}
.news-cont h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000000;
  margin-bottom: 0.5rem;
}
.news-cont span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #464545;
  margin-bottom: 0.625rem;
}
.news-cont h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 1.25rem;
}
.news-cont h2 a {
  color: #000000;
}
.news-cont h2 a:hover {
  text-decoration: underline !important;
}
.red-link a {
  color: #d4103a;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.red-link a:hover {
  text-decoration: underline !important;
}
.happening-item-box {
  background: #fff;
  padding: 1rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.top-bottom-space {
  padding: 4rem 0;
}
.blue-bg {
  background: linear-gradient(180deg, #01356b 0%, #000000 100%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.74) 0%,
      rgba(80, 135, 149, 0.22) 97.84%
    );
}

.partners-map {
  background: url(../../assets/images/home/map.png) bottom center no-repeat;
}

.testimo-h p {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.testi-img-box-r {
  width: 61px;
  margin-left: auto;
  margin-top: -86px;
}
.img-left img {
  margin: inherit !important;
}

.testi-img-box img {
  width: auto;
  padding-bottom: 1.25rem;
}

.img-normal img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

/**********************/
/* Full screen search */
/**********************/
aside {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(200deg, #27156e, #6a2a88, #9f4981);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 9999;
}

.open {
  opacity: 1;
  visibility: visible;
}

.search-box-home {
  text-align: center;
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.close-search-btn {
  position: fixed;
  top: 5.5rem;
  right: 8.75rem;
  color: #fff;
  z-index: 99999;
  cursor: pointer;
  font-family: sans-serif;
}
.close-search-btn span,
.close-search-btn span:before,
.close-search-btn span:after {
  border-radius: 0.25rem;
  height: 0.125rem;
  width: 2.188rem;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}
.close-search-btn span {
  background: transparent;
}
.close-search-btn span:before {
  transform: rotate(45deg);
}
.close-search-btn span:after {
  transform: rotate(-45deg);
}

.outer-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.313rem;
  height: 5.313rem;
  cursor: pointer;
  z-index: 99999;
}

.search-box {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.search-controls {
  width: 40%;
  margin: 0 auto;
  text-align: left;
}
.search-controls .search {
  color: #fff;
  width: 100%;
  padding: 0.938rem 0;
  background: transparent;
  border: 0;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.3);
}
.search::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 9;
}
.search::-moz-placeholder {
  color: #ffffff;
  opacity: 9;
}
.search:-ms-input-placeholder {
  color: #ffffff;
  opacity: 9;
}
.product-bg {
  border-radius: 15px;
  background: #f4f1fa;
  padding: 30px 30px;
}
.product-bg h2 {
  color: #03386f;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
.product-bg p {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 24px;
}

.datasheets-box {
  padding: 40px;
  border-radius: 15px;
}

.tabmenu-box {
  padding: 20px;
  position: relative;
}

.tabmenu-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px dotted #a1a1a1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tabmenu-box h3 a {
  color: #4a0396;
}
.tabmenu-box h3 a:hover {
  color: #7325c6;
}
.blog-menubg {
  border-radius: 0px;
  background: #7325c6;
  padding: 20px;
}

.blog-menubg h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}
.blog-menubg p {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.blog-menubg p a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.blog-menubg p a:hover {
  text-decoration: underline !important;
}
.blog-menubg p span {
  color: #ffffff;
  font-weight: 700;
}

.inner-megamenu-list p {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.inner-megamenu-list p a {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.inner-megamenu-list p a:hover {
  text-decoration: underline !important;
}
.inner-megamenu-list ul {
  padding: 0;
  margin: 0;
}

.inner-megamenu-list li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: none;
}

.inner-megamenu-list li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  color: #6d08be;
  top: 7px;
  left: 0px;
}
.inner-megamenu-list li a:hover {
  color: #d04628;
  font-size: 16px;
  line-height: 20px;
}
.header_in button {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: 0;
  margin-left: 15px;
  position: relative;
  z-index: 99;
}

.toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: relative;
  cursor: pointer;
}

.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-out;
}

.toggle span:before {
  top: -8px;
}

.toggle span:after {
  top: 8px;
}

.toggle span.toggle {
  background: transparent;
}

.toggle span.toggle:before {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}

.toggle span.toggle:after {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}

.sidebar {
  background: #4f0174;
  width: 100%;
  position: fixed;
  top: 0px;
  right: -100%;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.sidebarshow {
  right: 0;
}
.home_table_cell {
  display: table;
  width: 100%;
  height: 100%;
}
.home_table_cell_center {
  display: table-cell;
  vertical-align: middle;
}
.count-title {
  text-align: center;
  border-right: 1px solid #AAC0E6;
}
.count-title-last{
  border-right: 0px;
}

.count-title h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 15px;
}
.count-title p {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.bd-video {
  position: relative;
}
.bd-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
}
.case-study-bg {
  border-radius: 15px;
  background: #4f0174;
  padding: 30px 50px;
  position: relative;
}

.case-study-bg h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
.case-study-bg p a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.case-study-bg p a:hover {
  text-decoration: underline !important;
}
.triangle-shape {
  position: relative;
  text-align: end;
}
.case-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0px 40px;
  width: 100%;
}

.case-study-fullbg {
  border-radius: 15px;
  background: #4f0174;
  position: relative;
}

.news-stories-bg {
  background: linear-gradient(117deg, #370063 2.63%, #000 96.78%);
}

.tabbed-content {
  position: relative;
}

.tabs-sales-bg {
  border-radius: 16px;
  background: #f4f4f5;
  padding: 40px 40px;
}
.tabs ul {
  padding: 0;
  margin: 0 auto;
  font-weight: 500;
  border-radius: 25px;
  border: 1px solid #e3e2e2;
  background: transparent;
  display: inline-block;
  margin-bottom: 70px;
}
.tabs ul li {
  position: relative;
}
.tabs ul li a {
  padding: 0.5em 3em;
  font-size: 20px;
  font-weight: 500;
  color: #5d5a5a;
}
.tabs ul li a:hover,
.tabs ul li a.active {
  border-radius: 25px;
  background: #e8e0fa;
  color: #6d08be;
  font-weight: 500;
  text-decoration: underline !important;
}
.tabs ul li a.active {
  font-weight: 600;
}

.item {
  margin-bottom: 0px;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #570598;
  padding: 0.9em;
  border-radius: 16px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.item.active::before {
  background: #6d08be;
  color: #fff;
  border-radius: 16px;
}
.item.active .item-content {
  padding: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 150px;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }
}

.graph-shape {
  margin-bottom: -90px;
}

.address p {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.address p span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.address p a {
  color: #ffffff;
}

.image-scroll {
  position: relative;
  y: 0;
}
.image-scroll > div {
  width: 100%;
}
.image-scroll img {
  width: 100%;
}
#grow {
  transform: scale(0.6);
  transform-origin: top center;
}

/*Mobile menu style*/
.back {
  color: #fff;
  background: linear-gradient(92deg, #e416e5 6.33%, #7e04d5 93.75%);
}
.menu-wrap {
  height: 100vh;
  width: 50%;
  padding: 0;
  float: left;
  position: relative;
}
.mobile-mockup-wrap {
  height: auto;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 21.25rem;
}
.show-in-mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .show-in-mobile {
    display: block;
  }

  .demo-page .menu-wrap {
    height: 42.5rem;
  }
  .content-wrap,
  .menu-wrap {
    float: none;
    height: auto;
    width: 100%;
  }

  .mobile-mockup-wrap {
    height: auto;
    left: 50%;
    margin: 3.125rem auto;
    position: absolute;
    top: auto;
    transform: translateX(-50%);
    width: 18.75rem;
  }
}

body.mmactive {
  overflow: hidden;
}
.mobile_menu {
  display: none;
  position: relative;
  padding-left: 10px;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
}
.sm_menu_outer {
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 3.75rem;
  bottom: 0;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background: #000;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm_menu_outer.active {
  opacity: 1;
  top: 88px;
  z-index: 999;
}
.sm_menu_outer .mobile_menu li.back a {
  padding: 1rem 0.313rem 1rem 3.438rem;
  background: url("../../assets/images/back.png") no-repeat scroll 0.938rem
    center / 5% auto;
}
.sm_menu_outer .mobile_menu span {
  color: #d4103a;
  display: block;
  font-size: 1.125rem;
  padding: 0.75rem 0.938rem 0rem;
  text-decoration: none;
}
.sm_menu_outer .mobile_menu a {
  color: #ffffff;
  display: block;
  font-size: 1.125rem;
  padding: 0.75rem 0.938rem;
  text-decoration: none;
}
/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
  background-color: #000000;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
  padding-left: 10px;
}
.sm_menu_outer.slide .mobile_menu li.active > .submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      #2a2a2a 20%,
      #2a2a2a 50%,
      #2a2a2a 80%,
      rgba(0, 0, 0, 0) 100%
    )
    0 0 1 0;
  color: #ffffff;
}
.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url("../../assets/images/next.png") no-repeat scroll 95% center /
    5% auto;
}
/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 1.563rem;
  position: fixed;
  right: 0.313rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 1.875rem;
  top: 30px;
  right: 20px;
  z-index: 9999;
}
#sm_menu_ham span {
  background-color: #ffffff;
  border-radius: 0.313rem;
  display: block;
  height: 0.125rem;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 1.875rem;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 0.625rem;
}
#sm_menu_ham span:nth-child(4) {
  top: 1.25rem;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 1.125rem;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 1.125rem;
  width: 0;
}
@media (min-width: 1000px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}

.inner-menu {
  width: 100%;
  z-index: 999;
  position: static;
}
.inner-menu.sticky {
  position: fixed;
  top: 0;
}
.inner-banner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}
.inner-banner-text h1 {
  font-size: calc(100% + 2vw);
  color: #252525;
  margin-bottom: 20px;
  line-height: 120%;
}
.inner-banner-text p {
  font-size: calc(100% + 0.3vw);
  color: #01284c;
  margin-bottom: 20px;
  line-height: 150%;
}
.inner-banner-box {
  position: relative;
}

.shape-inner {
  position: absolute;
  bottom: -40px;
  left: -120px;
}
.next-gen {
  background: url(../../assets/images/next-gen.jpg);
  background-size: cover;
  border-radius: 16px;
  padding: 80px 60px;
  display: flex;
  align-items: center;
}

.sales-targets-bg {
  background: #f4f4f5;
}

.border-right-light {
  border-right: 1px solid rgba(0, 0, 0, 0.19);
}

.inner-gradient {
  background: linear-gradient(287deg, #000 1.01%, #6d08be 97.88%);
}
.unleash-power {
  border-radius: 15px;
  padding: 40px 0px 40px 30px;
  background: linear-gradient(180deg, #d9c6e7 0%, rgba(255, 255, 255, 0) 100%);
}

.right-img-space {
  margin-right: -50px;
  text-align: right;
}
.border-right-dark {
  border-right: 1px solid #000;
}

.get-started-bg {
  background: url("../../assets/images/dot-pattern.png") no-repeat right bottom,
    linear-gradient(117deg, #6d08be 34.92%, #01284c 95.81%);
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner-dropmenu {
  background: transparent;
  color: #4a0396;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.inner-dropmenu-white {
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.offering-bg-01 {
  border-radius: 16px;
  background: #dcf5ff;
}
.offering-bg-02 {
  border-radius: 16px;
  background: #fff3f3;
}
.offering-bg-03 {
  border-radius: 16px;
  background: rgba(109, 8, 190, 0.1);
}
.offering-slider .controls {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-58%);
  -ms-transform: translateY(-58%);
  transform: translateY(-58%);
  z-index: 4;
  width: 100%;
}

.offering-slider .controls .swiper-button-next,
.offering-slider .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #fff;
  background: #fff;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #000;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.offering-slider .controls .swiper-button-next:after,
.offering-slider .controls .swiper-button-prev:after {
  display: none;
}
.offering-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}
.offering-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 40px;
  right: auto;
}

.rounded-top-right {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.offering-section-content h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.offering-section-content h5 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.offering-section-content p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Arrows */

.trusted-client .slick-arrow {
  position: absolute;
  margin: 0px;
  z-index: 99;
  font-size: 0;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 0;
  top: auto !important;
  bottom: -60px !important;
}
.trusted-client .slick-prev:before,
.trusted-client .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: none;
}
.trusted-client .slick-arrow.slick-prev {
  right: auto;
  left: 42%;
  background: url("../../assets/images/arrow-left.png") 0 0 / 100% no-repeat;
}
.trusted-client .slick-arrow.slick-next {
  left: auto;
  right: 42%;
  background: url("../../assets/images/arrow-right.png") 0 0 / 100% no-repeat;
}

.trusted-client p {
  color: #5f5d5d;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
}
.trusted-client p span {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.vission-box-bg {
  border-radius: 12px;
  background: #fff3f3;
  padding: 20px 30px;
}

.what-makes-bg {
  background: url(../../assets/images/what-makes-bg.jpg) no-repeat top right
    #000000;
  position: relative;
  background-size: cover;
}

.m-dotted-line {
  border-top: 1px dotted rgba(188, 176, 176, 0.9);
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.light-color-text {
  color: #ffdfdf !important;
}
.office-box-img {
  margin-right: 20px;
}
.appending-bg {
  background: #fff3f3;
}

.types-box {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
.types-box h5 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.services-list ul {
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.services-list ul li {
  list-style: none;
  font-size: 16px;
  color: #242424;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.services-list ul li::before {
  content: "\2022";
  color: #e115e5;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding-right: 10px;
}

.shape-bottom {
  margin-bottom: -20px;
}

.think-bg {
  background: #4f0174;
}

.counter-box {
  border-radius: 10px;
  background: #ae007f;
  padding: 20px;
}

.inner-small-text {
  font-size: 16px !important;
  line-height: 22px !important;
}

.tablerounededCorner {
  border: 0;
  background-color: #fff;
  border-radius: 10px;
}

.roundedTable {
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.roundedTable th,
.roundedTable td {
  padding: 0.6em;
  border-bottom: 1px solid #cdcdcd;
}

.roundedTable th {
  text-align: left;
}

.roundedTable tr:last-child td {
  border-bottom: none;
}

.tb-color {
  background: #ae007f !important;
  font-weight: 700;
  color: #fff;
}

.table-text p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.gray-table {
  border-radius: 10px;
  background: #f1f1f1;
}
.blue-header {
  border-radius: 10px 10px 0px 0px;
  background: #4a0396;
  color: #fff;
}
.white-line {
  margin: 1rem 0;
  color: #fff;
  border: 0;
  border-top: var(--bs-border-width) solid #fff;
  opacity: 0.6;
}
.careers-section-content h2 {
  color: #14164f;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0;
}
.careers-section-content p {
  color: #040b24;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.why-lakeb2b-bg {
  background: #4f0174;
  padding-bottom: 200px;
}

.lake-icon-bg {
  border-radius: 15px;
  background: #5f058a;
  padding: 30px 20px;
}
.lake-icon-bg h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.lake-icon-bg p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.careers-video {
  margin-top: -150px;
  position: relative;
}
.video-counter-bg {
  background: #fff3f3;
  padding-bottom: 300px;
}
.counter-box-c {
  text-align: center;
}
.counter-box-c h2 {
  color: #9b0560;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.counter-box-c h6 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.swiper {
  width: calc(min(1140px, 90%));
  margin: 0 auto;
  overflow: visible;
}

@media (min-width: 1400px) {
  .swiper {
    width: calc(min(1320px, 90%));
    margin: 0 auto;
    overflow: visible;
  }
}
@media screen and (min-width: 500px) {
  .swiper {
    display: grid;
  }
}
.careers-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -230px;
}

.swiper-slide {
  overflow: hidden;
  position: relative;
}

.swiper-slide.active {
  overflow: visible;
}
.swiper-slide:hover {
  overflow: visible;
}

.careers-slider .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
}

.careers-slider .controls .swiper-button-next,
.careers-slider .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #000;
  background: #000;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.careers-slider .controls .swiper-button-next:after,
.careers-slider .controls .swiper-button-prev:after {
  display: none;
}
.careers-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}
.careers-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 40px;
  right: auto;
}

.careers-tour {
  position: relative;
}
.careers-tour img {
  width: 100%;
  border-radius: 15px;
}
.overlay-job {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  overflow: hidden;
  width: 100%;
  height: 60%;
  border-radius: 15px;
  z-index: 1;
}
.content-tour {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  z-index: 99;
}

.content-tour h5 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  position: relative;
}
.content-tour h5::before {
  content: "";
  width: 10px;
  height: 40px;
  background-color: #ffb703;
  left: -30px;
  position: absolute;
  display: block;
  top: 0px;
}
.content-tour p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.talent-bg {
  background: url(../../assets/images/careers/talent-bg.jpg);
  background-size: cover;
  border-radius: 16px;
  padding: 120px 60px;
}

.free-contact-bg {
  background: linear-gradient(117deg, #6d08be 34.92%, #01284c 95.81%);
  padding-top: 60px;
  padding-bottom: 60px;
}

.read-more-content {
  display: none;
}
.read-more {
  display: inline-block;
}

.resources-slider {
  position: relative;
}

.resources-slider .swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.resources-slider .controls {
  position: absolute;
  top: 35%;
  z-index: 4;
  width: 100%;
  transform: translate(-50% -50%);
}

.resources-slider .controls .swiper-button-next,
.resources-slider .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #e3e3e3;
  background: #fff;
  border-radius: 100%;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2.125rem;
  text-align: center;
  color: #000;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.resources-slider .controls .swiper-button-next:after,
.resources-slider .controls .swiper-button-prev:after {
  display: none;
}
.resources-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -15px;
  left: auto;
}
.resources-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -15px;
  right: auto;
}

.resources-color-1 {
  background: #ffe2e2;
  border-radius: 10px;
  padding: 40px 20px;
}
.resources-color-2 {
  background: #f0e6f8;
  border-radius: 10px;
  padding: 40px 20px;
}
.resources-color-3 {
  background: #fff6de;
  border-radius: 10px;
  padding: 40px 20px;
}
.resources-color-4 {
  background: #dcf5ff;
  border-radius: 10px;
  padding: 40px 20px;
}

.resources-slider a h6 {
  font-size: 22px;
  font-weight: 600;
  color: #1d327b;
  line-height: 28px;
}
.view-link a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6d08be;
  line-height: 24px;
}
.view-link a:hover {
  color: #ba0d70;
}

.news-gray-box {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 30px 40px;
  margin-left: -200px;
}

.lead-section-content h4 {
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 0px;
}

.lead-section-content p {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.more-btn {
  font-size: 16px;
  color: #6d08be;
}

.list-number-box {
  background: #370063;
  padding: 20px 30px;
  border-radius: 12px;
  margin-top: -100px;
}
.list-num-text {
  padding-left: 20px;
  padding-right: 20px;
}

.list-num-text h4 {
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 0px;
}

.list-num-text span {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.white-line-right {
  border-right: 1px solid #fff;
}

.news-section-content span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.155em;
  text-transform: uppercase;
  color: #545454;
}

.news-section-content h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #14164f;
  margin-bottom: 10px;
  margin-top: 10px;
}

.news-section-content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #14164f;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news-section-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 150.9%;
  color: #303030;
}
.news-section-content p span {
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
  color: #303030;
}

.red-arrow a {
  font-weight: 700;
  color: #e8033a;
  font-size: 16px;
}
.red-arrow a:hover {
  color: #000000;
}
.resources-blog-box {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
}
.white-papers-slider {
  position: relative;
}

.white-papers-bg {
  background: #4f0174;
  padding-bottom: 250px;
}

.white-papers-slider .swiper-button-prev,
.white-papers-slider .swiper-button-next {
  top: 0px;
  background: #c4bba2;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: 0px;
  transition: all 0.3s;
  border-radius: 50%;
}

.white-papers-slider .swiper-button-prev:before,
.white-papers-slider .swiper-button-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
}

.white-papers-slider .swiper-button-prev:hover,
.white-papers-slider .swiper-button-next:hover {
  background: #000;
  border-color: #7c07db !important;
}

.white-papers-slider .swiper-button-prev {
  left: auto;
  right: 170px;
}

.white-papers-slider .swiper-button-prev:before {
  content: "\f053";
}

.white-papers-slider .swiper-button-next {
  right: 120px;
}

.white-papers-slider .swiper-button-next:before {
  content: "\f054";
}
.offer-box {
  background: #5c5c5c;
  border-radius: 15px;
  padding: 40px 30px;
  margin: 10px 5px;
  min-height: 330px;
}
.white-papers-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.white-papers-box img {
  transition: all 0.5s ease;
}
.white-papers-box:hover img {
  transform: scale(1.05);
}
.white-papers-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  z-index: 9;
}
.white-papers-box:hover h3 a {
  color: #fec914;
}
.white-papers-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.white-papers-content h3 a {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.white-papers-content h3 a:hover {
  color: #fec914;
}
.white-papers-content h3::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -30px;
  width: 10px;
  height: 50px;
  background-color: #e8033a;
}
.white-papers-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
}
.case-studies-bg {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 30px;
  margin-top: -250px;
}
.case-studies-box {
  border-right: 1px solid #bdbdbd;
  padding-right: 40px;
}
.other-resources-bg {
  background: #33004b;
  padding-bottom: 450px;
}
.other-resources-box {
  background: #5f058a;
  border-radius: 15px;
  padding: 20px 20px;
}
.top-space-resources {
  margin-top: -450px;
}
.r-subscribe input {
  background-color: #ededed;
  border: 1px solid #ededed;
  padding: 10px;
}

.grow-roi-bg {
  background-color: #281730;
  border-radius: 10px;
  padding: 40px 30px;
}

.roi-grow-box h4 {
  font-size: 20px;
  color: #03386f;
  line-height: 26px;
  margin-bottom: 20px;
}

.border-dashed-right {
  border-right: 1px dashed #dd4c7f;
}

/* New Css */

.light-purpel-bg {
  background: #fff3f3;
  padding: 30px;
  border-radius: 10px;
}
#icp-reasons.accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent;
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
  transition: all 0.5s;
  box-shadow: none;
}
#icp-reasons.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #7325c6;
  font-size: 18px;
  background: transparent;
  font-weight: 600;
  border-bottom: 0;
  box-shadow: none;
}

#icp-reasons .accordion-header {
  border-bottom: 1px dashed #dbd8d8;
  box-shadow: none;
}

.pink-table {
  border-radius: 10px;
  background: #fff3f3;
}
.pink-table td span {
  font-weight: 700;
}
.pink-table th,
.pink-table td {
  padding: 1.2em 3em;
  border-bottom: 1px dashed #cdcdcd;
}
.pink-table tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: dashed;
  border-width: 0;
}
.lightblue-header {
  border-radius: 10px 10px 0px 0px;
  background: #d9c6e7;
  color: #354c9d;
}
.customer-profile-bg {
  background: #f9f9fc;
}

.customer-list h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.customer-list p {
  color: #252525;
  font-size: 18px;
  font-weight: 400;
  line-height: 150.4%;
}

.light-line-gray {
  border-top: 1px dashed #dbd8d8;
  opacity: 0.9;
}
.new-section-content h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 138.4%;
  margin-bottom: 20px;
}

.works-box h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 158%;
}
.works-box p {
  color: #252525;
  font-size: 18px;
  font-weight: 400;
  line-height: 158%;
}

.icptech-work-bg {
  background: linear-gradient(180deg, #e3f5ff 0%, rgba(227, 245, 255, 0) 58.5%);
}
.list-blue-box {
  border-radius: 10px;
  background: #5b32d1;
  padding: 30px 30px;
}
.list-blue-box h4 {
  color: var(--white-100, #fff);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
}
.list-blue-box p {
  color: var(--white-100, #fff);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.client-testimonials-bg {
  background: #fff3f3;
}
.client-testimonials-content {
  border-radius: 10px;
  background: var(--white-100, #fff);
  padding: 30px;
}
.client-testimonials-content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 138.4%;
}
.client-testimonials-content p span {
  font-weight: 700;
}
.merketing-bg-01 {
  border-radius: 10px;
  background: #edf9ff;
  padding: 50px 45px;
}
.merketing-bg-02 {
  border-radius: 10px;
  background: #fff0f6;
  padding: 50px 45px;
}
.merketing-bg-03 {
  border-radius: 10px;
  background: #f8efff;
  padding: 50px 45px;
}
.merketing-bg-04 {
  border-radius: 10px;
  background: #eef4ff;
  padding: 50px 45px;
}
.merketing-bg-05 {
  border-radius: 10px;
  background: #fffbee;
  padding: 50px 45px;
}
.merketing-bg-06 {
  border-radius: 10px;
  background: #eefff6;
  padding: 50px 45px;
}
.faq-bg {
  background: #f6f6f6;
}
.faq-bg .accordion {
  background-color: transparent !important;
}
.target-bg {
  background: linear-gradient(264deg, #e795cb 18.32%, #d2bdff 87.11%);
}

#faqtab.accordion .accordion-item .accordion-button.collapsed {
  background-color: transparent;
  color: #000 !important;
  font-size: 18px;
  font-weight: 500;
  padding-right: 20px;
  transition: all 0.5s;
  box-shadow: none;
}
#faqtab.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #7325c6;
  font-size: 18px;
  background: transparent;
  font-weight: 700;
  border-bottom: 0;
  box-shadow: none;
}

#faqtab .accordion-header {
  border-bottom: 1px dashed #dbd8d8;
  box-shadow: none;
}
#faqtab .accordion-body {
  border-bottom: 1px dashed #dbd8d8;
}

.newmenu-list h3 {
  color: #5b32d1;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.newmenu-list p {
  color: rgba(37, 37, 37, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 156.4%;
}
.newmenu-list h3 a {
  color: #105bcc;
}
.newmenu-list h3 a:hover {
  color: #000000;
}
.newmenu-list ul {
  margin: 0;
  padding: 0;
}
.newmenu-list ul li {
  position: relative;
  list-style: none;
  padding: 2px 8px;
  border-radius: 8px;
  padding-left: 20px;
}
.newmenu-list ul li:hover {
  background: #f3f3f3;
  border-radius: 8px;
}
.newmenu-list li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  color: #000000;
  top: 5px;
  left: 7px;
}
.newmenu-list ul li a {
  font-size: 13px !important;
  line-height: 150% !important;
  letter-spacing: normal !important;
  color: rgba(37, 37, 37, 0.6) !important;
  white-space: normal;
  font-weight: 500;
}
.newmenu-list ul li a:hover {
  color: #7325c6;
  font-size: 14px;
  line-height: 150% !important;
}

.menu-resources-box {
  border-radius: 15px;
  background: #e8e0fa;
  padding: 40px 30px;
}
.menu-resources-box h4 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 166.4%;
  text-transform: capitalize;
}
.r-link {
  margin-top: 40px;
}
.r-link a {
  color: #7e04d5;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.r-link a:hover {
  color: #000000;
}
.m-title-color-01 a {
  color: #5a0fa4 !important;
}
.m-title-color-01 a:hover {
  color: #000000 !important;
}

.menu-header-bg {
  background: #000000 !important;
}
.menu-boder-right {
  border-right: 1px dotted #a1a1a1;
}
.megamenu-overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  transition: all 0.5s;
}

.tab-section-content h5 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}
.tab-section-content h2 {
  color: #253858;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}
.inspiring-sales-box {
  border-radius: var(--16, 16px);
  background: #e8f1ff;
}

.inspiring-sales-box h3 {
  color: #112951;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
}
.inspiring-sales-box h4 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; 
}
.inspiring-sales-box p {
  color: #091e42;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.inspiring-sales-box a {
  color: #4f0174;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.inspiring-sales-box ul {
  padding: 0;
  margin: 0;
}
.inspiring-sales-box ul li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.inspiring-sales-box ul li:before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  color: #000;
  top: 0px;
  left: 0px;
}
.data-list{
  position: relative;
  padding-right: 10px;
}
.data-list:before {
    border-left: 1px solid #a1a1a1;
    content: "";
    display: block;
    height: 60px;
    right: -10px;
    position: absolute;
    width: 0.5rem;
    top: 30%;
    z-index: 0;
    transform: translate(-50%,-50%)
}
.remove-before:before{
    content: none;
    border: 0; 
}

.data-list h5{
  color: #6d08be;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 5px; 
}
.data-list p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; 
}

.link-more a {
  color: #4f0174;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.link-more a:hover {
  text-decoration: underline !important;
}
.space-box {
  padding: 40px 30px;
  position: relative;
  width: 100%;
}
.finder-bg-02 {
  background-color: #fff3f3;
}
.finder-bg-03 {
  background: url(../../assets/images/ats-box-bg.jpg) no-repeat top center
    #fee5ff;
  background-size: cover;
}
.finder-bg-04 {
  background-color: #fee5ff;
}

.video-containers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-containers video {
  width: auto;
  min-width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.home-slider {
  position: relative;
  z-index: 999;
  cursor: default !important;
}
.blog-slider {
  transition: all 5s;
}

.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(16) {
  transition-delay: 1.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(17) {
  transition-delay: 1.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(18) {
  transition-delay: 2s;
}

.blog-slider__content > * {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
}

.stories-explore-box{
  position: relative;
  padding: 0 0rem;
}

.stories-explore-box h5 {
    font-size: 1.125rem;
    margin: 1em 0;
/*    text-transform: uppercase;*/
    color: #000000;
    font-weight: 600;
}
.stories-explore-box h2 {
    font-weight: 700;
    max-width: 100%;
    font-size: 1.95rem;
    color: #000000;
    margin: 1rem 0;
}
.stories-explore-box p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0;
    max-width: 100%;
    color: #000000;
    max-width: 400px;
    margin-bottom: 1rem;
}
.s-link a {
    font-weight: 700;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin: 1em 0;
    color: #000000;
}
.s-link a i{
  transform: rotate(310deg);
}
.inspire-box h3{
  color: #112951;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px; 
}
.inspire-box{
  padding-right: 20px;
  padding-left: 20px;
}
.inspire-box ul {
  padding: 0;
  margin: 0;
}
.inspire-box ul li {
  color: #050505;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; 
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.inspire-box ul li:before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  color: #000;
  top: 0px;
  left: 0px;
}
.border-right-gray{
    border-right: 1px solid #cdcdcd !important;
}

.solutions-slider {
  position: relative;
  width: 100%;
}

.solutions-slider .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
}

.solutions-slider .controls .swiper-button-next,
.solutions-slider .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #000;
  background: #000;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.solutions-slider .controls .swiper-button-next:after,
.solutions-slider .controls .swiper-button-prev:after {
  display: none;
}
.solutions-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}
.solutions-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 40px;
  right: auto;
}
.solutions-slider-1 {
  position: relative;
  width: 100%;
}

.solutions-slider-1 .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
}

.solutions-slider-1 .controls .swiper-button-next,
.solutions-slider-1 .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #000;
  background: #000;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.solutions-slider-1 .controls .swiper-button-next:after,
.solutions-slider-1 .controls .swiper-button-prev:after {
  display: none;
}
.solutions-slider-1 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}
.solutions-slider-1 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 40px;
  right: auto;
}
.solutions-content-box{
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100px;
    right: 100px;
    z-index: 99;
    border-radius: 15px;
    background: var(--white-100, #FFF);
    width: 50%;
    padding: 30px 40px;
}
.solutions-content-box h3{
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px; 
}
.solutions-content-box p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px; 
  max-width: 350px;
}
.custom-solutions-box{
  border-radius: 15px;
  background:#FFE7DE;
}
.custom-solutions-content{
  position: relative;
  padding: 30px 20px;
}
.custom-solutions-content h3{
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; 
}

.custom-solutions-content p{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
}
.solutions-bg-02{
  background: #FAF0D4 !important;
}
.solutions-bg-03{
  background: #FED7E5 !important;
}
.solutions-bg-04{
  background: #E8F1FF !important;
}

.tag-new-btn a{
  color: #fff !important;
}
.tag-new-btn a:hover{
  background-image: linear-gradient(to right, #ff0e00 0%, #6d08be 51%, #ff0e00 100%) !important;
  background-position: right center !important;
  background-size: 200% auto !important;
}
.new-banner-bg-light{
  background: #FFF6F6;
}
.webinar-bg-01{
  background: #E8F1FF;
}
.webinar-bg-02{
  background: #FFF3F3;
}
.webinar-bg-03{
  background: #E5EAF1;
}
.webinar-bg-04{
  background: #F4EBFF;
}
.webinar-bg-05{
  background: #F6EFDD;
}

.target-box h4{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.target-box p{
  color: rgba(0, 0, 0, 0.90);
  font-size: 16px;
  font-weight: 400;
  line-height: 150.4%;
  margin-bottom: 20px; 
}
.target-box ul{
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
.target-box ul li{
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
}

.target-box ul li span{
  font-weight: 600;
}
.target-box ul li:before {
  content: "\2022";
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  color: #ff6600;
  top: 0px;
  left: 0px;
  line-height: 18px;
}

.space-box h4{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}

.features-section-content p{
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 150.9%; 
}
.new-blog-box{
  position: relative;
  margin-top: 30px;
}

.new-blog-box h4{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 166.4%; 
  text-transform: uppercase;
}
.new-blog-box p{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 166.4%; 
  text-decoration: none;
 }
.blog-card a:hover p{
   text-decoration: underline;
}


.growth-tellus-client h3{
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 138.4%; 
}

.client-accelerator{
  border-radius: var(--16, 16px);
  background: #F0F5FD;
  padding: 20px;
}
.client-accelerator h3{
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 138.4%; 
}
.client-accelerator h4{
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 138.4%; 
}
.client-accelerator .form-check-label {
    font-size: 14px;
    font-weight: 500;
}

.lead-data{
  border-radius: var(--16, 16px);
  padding: 20px 30px;

}
.lead-data h5{
  color: #112951;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0; 
}
.lead-data-bg-01{
  background: #F6EFDD;
} 
.lead-data-bg-02{
  background: #FFF3F3;
} 
.lead-data-bg-03{
  background: #E5EAF1;
}
.lead-data-bg-04{
  background: #F4EBFF;
}
.lead-data-bg-05{
  background: #E8F1FF;
}  
.lead-data-bg-06{
  background: #F4EBFF;
}

.triple-card-box{
   padding-right: 20px;
}

.triple-card-box h4{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 138.4%;
  margin-bottom: 20px; 
}
.triple-card-box h5{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 138.4%;
  margin-bottom: 20px;
}
.triple-card-box p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 138.4%;
   margin-bottom: 20px; 
}

.reputation-box-bg{
    background: #4f0174;
    padding: 20px 30px;
}
.reputation-box-bg p{
  font-size: 16px;
  color: #fec914;
  line-height: 140%;
}

.video-background {
  top: 0; right: 0; bottom: 0; left: 0;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

.alert-warning {
  background-color: #6d08be;
  color: #fff;
  border-color: #6d08be;
  border-radius: 0;
  z-index: 99999;
  margin-bottom: 0;
  text-align: center;
}
.alert-warning h4{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.alert-warning h4 span {
  font-size: 16px;
  font-weight: 300;
}
.alert-warning .btn-close{
  background-color: #fff;
  padding: 6px !important;
  border-radius: 50%;
  opacity: 0.9 !important;
}
.badge{
  font-size: 14px !important;
  font-weight: 700 !important;
}

.main-slider{
  position: relative;
  z-index: 99;
  text-align: center;
}

.main-slider h1{
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
}
.main-slider p{
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}
.main-slider h4{
  background: linear-gradient(90deg, #6D08BE 0%, #F30D10 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  -webkit-text-stroke-color: #000;
  font-size: 36px;
  font-weight: 700;
}
.all-section-content ul li span{
  font-weight: 700;
}

.empowering-box {
  border-radius: 16px;
  padding: 30px 30px 0px 30px;
}

.insights-bg{
  background: #FFF3F3;
}
.engagement-bg{
   background: #c3cff7;
}
.intelligence-bg{
  background: #E5EAF1;
}
.e-solutions-bg{
  background: #F4EBFF;
}
.growth-bg{
  background: #FFF0EA;
}

.empowering-box h3 {
  color: #112951;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

.empowering-box h4 {
  color: #091E42;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.empowering-box p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.empowering-box a {
  color: #4f0174;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.started-bg {
  background: linear-gradient(0deg, #190053 0%, #190053 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}

.ai-powered-bg{
/*    background: linear-gradient(180deg, #6049CD -1.56%, #091E42 75.21%);*/
    background: linear-gradient(98.82deg, #6049CD 6.24%, #091E42 61.32%);

}
.wordwide-box{
   background: #F2F3F7;
   border-radius: 15px;
   padding: 20px 30px;
   justify-content: center;
}
.wordwide-box h4{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.wordwide-box h4 span{
  font-weight: 700;
}

.e-book-bg{
  border-radius: 16px;
  background: #F6F6F6;
  padding: 40px 40px;
}
.e-book-bg h2{
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
}
.e-book-bg p{
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.animate-text {
  position: relative;
  height: 60px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.animate-text span {
  position: absolute;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  white-space: nowrap;
  background: linear-gradient(90deg, #6D08BE 0%, #F30D10 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 36px;
  font-weight: 700;
}

.animate-text span.active {
  opacity: 1;
  transform: translateY(0);
}

.continouss-gradient{
  background: linear-gradient(180deg, #000 0%, #300246 50.47%, #1A0027 77.51%);
/*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
}
.pt-12{
  padding-top: 12rem !important;
}
.pt-6{
  padding-top: 6rem !important;
}
.common-top-heading h3 {
  font-size: calc(100% + 1.5vw);
  line-height: 130%;
  color: #fff;
  margin-bottom: 20px;
}

.common-top-heading p {
 font-family: Montserrat;
font-weight: 400;
font-size: 18px;
line-height: 166%;
letter-spacing: 0%;
 margin-bottom: 20px;
}
.fw-600{
  font-weight: 600 !important;
}
.client-success-main{
  position: relative;
}
.client-success-main .client-success-card{
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.client-success-main .client-success-card .client-success-icon img{
  margin-bottom: 15px;
}
.client-success-main .client-success-card h3{
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0;
    line-height: 125%;
}
.client-success-main .col-lg-4, .scalable-success-top-main .col-lg-3{
  padding: 0 6px;
}
.client-success-main .client-success-card p{
  margin-bottom: 15px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 166.4%;
  height: 150px;
}
.butn.btn-mildblue {
  background: #7B61FF;
  color: #ffffff;
  border: 1px solid#7B61FF;
}

.butn.btn-mildblue:hover {
  background: transparent;
 border: 1px solid #7B61FF;
  color: #7B61FF;
  text-decoration: none;
}

.intent-action-main {
  position: relative;
}

/* Inner Content */
.intent-action-main .intent-action-inner {
  position: relative;
  transition: all 0.3s ease;
}

/* Image Styling */
.intent-action-main .intent-action-inner .intent-img {
  text-align: center;
  position: relative;
}

.intent-action-main .intent-action-inner .intent-img img {
  border-radius: 50%;
  padding: 20px;
  max-width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  z-index: 999;
  position: relative;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.intent-action-main .intent-action-inner .intent-img img:hover {
  transform: scale(1.05);
}

/* Circle border colors */
.intent-action-main .intent-action-inner.inten-1 .intent-img img {
  border: 10px solid #FBC0A9;
}
.intent-action-main .intent-action-inner.inten-2 .intent-img img {
  border: 10px solid #C5B4D2;
}
.intent-action-main .intent-action-inner.inten-3 .intent-img img {
  border: 10px solid #130A39;
}

/* Triangle Pointer */
.intent-action-main .intent-action-inner .intent-img:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: -25px;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
  top: 38%;
  right: 24%;
  transform: rotate(90deg);
  z-index: 99;
  transition: all 0.3s ease;
}

.intent-action-main .intent-action-inner.inten-1 .intent-img:before {
  background: #FBC0A9;
}
.intent-action-main .intent-action-inner.inten-2 .intent-img:before {
  background: #C5B4D2;
}
.intent-action-main .intent-action-inner.inten-3 .intent-img:before {
  background: #130A39;
}

/* Animated Dashed Connector Line - Horizontal Layout */
.intent-action-main .intent-action-inner .step-bar-left {
  position: absolute;
  top: 40%;
  left: calc(37% + 100px);
  width: calc(100% - 250px);
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #000,
    #000 6px,
    transparent 6px,
    transparent 12px
  );
  background-size: 24px 2px;
  animation: flowAnimation 1.5s linear infinite;
  z-index: 1;
}

.intent-action-main .intent-action-inner .step-bar-left i {
  position: absolute;
  top: -7px;
  right: -15px;
  animation: arrowBounce 1.5s infinite;
}

.intent-action-main .intent-action-inner .step-bar-right {
  position: absolute;
  top: 40%;
  right: calc(30% + 100px);
  width: calc(100% - 250px);
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #000,
    #000 6px,
    transparent 6px,
    transparent 12px
  );
  background-size: 24px 2px;
  animation: flowAnimation 1.5s linear infinite;
  animation-delay: 0.75s;
  z-index: 1;
}

.intent-action-main .intent-action-inner h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  z-index: 999;
}

/* Arrow colors */
.intent-action-main .intent-action-inner.inten-1 .step-bar-left i {
  color: #FBC0A9;
}
.intent-action-main .intent-action-inner.inten-2 .step-bar-left i {
  color: #C5B4D2;
}
.intent-action-main .intent-action-inner.inten-3 .step-bar-left i {
  color: #130A39;
}

/* Animations */
@keyframes flowAnimation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 24px 0;
  }
}

@keyframes arrowBounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

.scalable-success-top-main .scalable-success-main{
  position: relative;
}
.scalable-success-top-main .scalable-success-main .scalable-success{
  background: #F5F5F5;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 15px;
  position: relative;
  z-index: 99;
 
 display: block; 
   overflow: hidden; 
 
 
 
  transition: all 500ms ease;
  
}

.scalable-success-top-main .scalable-success-main .scalable-success:hover {
  transform: translateY(-15px);
  background: #E8EDFF;
  

}
.p-r{
  position: relative;
}

.scalable-success-top-main .scalable-success-main .scalable-success .scalable-icon img{
margin-bottom: 15px;
position: relative;
}
.scalable-success-top-main .scalable-success-main .scalable-success h3{
 margin-bottom: 15px;
 position: relative;
  color: #000;
  font-weight: 700;
  font-size: 18px;
 
}
.scalable-success-top-main .scalable-success-main .scalable-success p{
 margin-bottom: 15px;
 position: relative;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 166%;
}
.scalable-success-top-main .scalable-success-main .scable-content{
 height: 140px;
}

 .tab-containers {
/*      padding: 0 20px;*/
    }
    
    .vertical-tabss {
      display: flex;
    }
    
    .nav-tabss {
      border-bottom: none;
      flex-direction: column;
      padding-right: 15px;
      position: relative;
    }
    .nav-tabss .nav-linkss{
      border: 0;
    }
    .nav-itemss {
      position: relative;
      z-index: 2;
      margin-bottom: 25px;
/*      box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
      border-radius: 10px;
      background: white;
    }
    
    .nav-linkss {
      border: none;
      color: #000;
      font-weight: 500;
      padding: 0px 0 0 25px;
      line-height: 100%;
      text-align: left;
      border-radius: 5px;
      transition: all 0.3s ease;
      display: block;
      background: white;
      position: relative;
      cursor: pointer;
    }
    
    .nav-progress {
       position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0%;
    background-color: #6D08BE; /* Your progress bar color */
    transition: height 0.1s linear;
    z-index: 2;
    }
    .nav-linkss.active::before {
    background-color: transparent; /* Hide the border for active tab */
}
.nav-linkss::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: transparent; /* Default inactive border color */
}
    .nav-linkss.active {
      color: #000;
      font-weight: 600;
    }
    .tab-contentss.active p{
      color: #000;
      margin-bottom: 10px;
      line-height: 166%;
    }
    .tab-contentss-wrapper {
      flex: 1;
      padding: 0 20px;
    }
    .tab-contentss {
    position: relative;
}

.nav-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    border-radius: 20px;
    height: 0%;
    background-color: #6D08BE;
    transition: height 1.1s linear;
    z-index: 2;

}
    .tab-contentss {
     display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: 
        opacity 0.3s ease,
        transform 0.3s ease,
        max-height 0.3s ease;
    }
    
    .tab-contentss.active {
        opacity: 1;
    max-height: 300px;
    transform: translateY(0);
    padding: 15px 20px 15px 0px;
    }
    
    .tab-heading {
      font-size: 18px;
      font-weight: 700;
      margin: 0;
      line-height: 100%;
          transition: color 0.3s ease, font-weight 0.3s ease;
    }
    .tab-contentss.slideInDown {
    opacity: 0;
    transform: translateY(-10px);
}

/* Tab Image Transitions */
.tab-image {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tab-image.active {
    display: block;
    opacity: 1;
    position: relative;
}

.tab-image.slideInDown {
    opacity: 0;
}

 .tab-heading.inactive {
    }
    
    .tab-heading.active {
      color: #000;
    }
    
    .tab-image {
      width: 100%;
      
      border-radius: 10px;
      object-fit: cover;
/*      box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
      display: none;
    }
    
    .tab-image.active {
      display: block;
    }
    
    @keyframes fadeInss {
      from { opacity: 0; }
      to { opacity: 1; }
    }
.real-worldss{
   padding: 80px 0 120px;
}
    .real-worldss .image-section{
      position: relative;
      
     
    }
     .real-worldss .image-section .ima-1 img{
    position: relative;
  max-width: 100%;
  float: left;
  width: 100%;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.real-worldss{
  position: relative;
}
   .real-worldss  .image-section .ima-2{
      position: absolute;
  bottom: -11%;
  width: 200px;
  left: 3%;
    }
    
    .real-worldss  .image-section .ima-2 img{
      width: 450px;
    }
    .business-need{
      position: relative;
      background: #210F43;
    }
    .business-need .business-need-main.busines-color-1{
      background: #590682;
    }
    .business-need .business-need-main.busines-color-2{
      background: #750B7A;
    }
    .business-need .business-need-main.busines-color-3{
      background: #43249C;
    }
 .business-need .business-need-main{
      padding: 70px 25px 0 25px;
      
      height: 100%;
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
    }
    .business-need .business-need-main h3{
      color: #FEFDFE;
      font-weight: 600;
      font-size: 30px;
      margin-bottom: 40px;
    }
    .business-need .business-need-main .business-ima{
      text-align: center;
    }
.business-need .business-need-main .business-ima img{
  max-width: 100%;
}

.business-need .business-need-main .business-listed ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
    height: 180px;
}

.business-need .business-need-main .business-listed li {
    position: relative;
    padding-left: 1.3em; /* Space for the icon */
    margin-bottom: 20px; /* Optional spacing between items */
    color: #FEFDFE;
    font-weight: 400;
    font-size: 18px;
}

.business-need .business-need-main .business-listed li::before {
    content: "\f0da"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: inherit; 
}
.double-main.spaceee{
  margin-bottom: 10px;
}
.double-main{
  background: #ECE6F9;
  padding: 20px 25px;
  border-radius: 15px;
 
}
.double-main .double-icons{
text-align: right;
  margin-bottom: 15px;
}
.double-main h3{
font-size: 36px;
margin-bottom: 10px;
}
.double-main p{
font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.single-main{
  background: #ECE6F9;
  padding: 20px;
  position: relative;
  height: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.single-main .single-main-img{
position: relative;
}
.single-main .single-main-img .img-1 img{
    width: 270px;
    top: -3px;
    right: 0px;
  position: absolute;
  z-index: 2;
}
.single-main .single-main-img .img-1{
  position: relative;

}

.single-main .single-main-img .img-2{
  position: absolute;
  top: 40px;
  right: 39%;
  z-index: 1;
  width: 250px;
  
}

.single-main p{
  color: #000;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  position: absolute;
  bottom: 3%;
    left: 5%;
  max-width: 220px;
}

.third-main{
  background: #F8E1F1;
  padding: 20px;
  position: relative;
  height: 100%;
  border-radius: 20px;
  margin-bottom: 20px;;
}
.third-main h3{
font-size: 30px;
margin-bottom: 30px;
}
.third-main p{
font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  line-height: 20px;
}
.third-main .third-imag .third-img-1 img{
background: #F5F5F5;
padding: 15px;
width: 100%;
border-radius: 15px;
margin-bottom: 15px;
}
.third-main .third-imag .third-img-2 img{
background: #D52C8E;
padding: 10px;
width: 100%;
border-radius: 50px;
margin-bottom: 20px;
}
.great-sales-main{
  
  background: #F8E1F1;
  border-radius: 15px;
  height: 100%;
}
.great-sales-main .great-sales-img{
  display: flex;
  gap: 10px;
}
.great-sales-main .great-sales-img .gre-img-1{
  padding-bottom: 20px;
}
.great-sales-main .great-sales-img .gre-img-2{
  padding-top: 20px;
}
.great-sales-main .great-sales-head{
  padding: 20px;
  align-items: center;
}
.great-sales-main .great-sales-head h3{
 font-size: 25px;
 font-weight: 400;
}
.great-sales-main .great-sales-head h3 span{
 
 font-weight: 800;
}
.last-multiple{
  padding: 20px 30px;
  background: #ECE6F9;
  height: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.last-multiple h3{
font-size: 36px;
margin-bottom: 0px;
}
.last-multiple p{
font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.table-responsive {
  overflow: hidden;
  border-radius: 15px;
/*  background: #4F0174; /* Match header color */*/
}


.table-setup {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
 
  font-family: "Montserrat", sans-serif;
}


.table-setup thead tr:first-child th:first-child {
  border-top-left-radius: 15px;
}
.table-setup thead tr:first-child th:last-child {
  border-top-right-radius: 15px;
}


.table-setup thead {
  background: #4F0174;
  color: #fff;
}


.table-setup th,
.table-setup td {
  padding: 16px 20px;
  text-align: left;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}


.table-setup th:first-child,
.table-setup td:first-child {
  border-left: none;
}
.table-setup th:last-child,
.table-setup td:last-child {
  border-right: none;
}


.table-setup tbody td {
  background: #F5F5F5;
  color: #000;
}


.table-setup tbody td:last-child {
  background: #EDE2EE;
  font-weight: bold;
}


.table-setup tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.table-setup tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}


.table-setup tbody tr.last-row td {
  border-bottom: none;
}


/*.table-setup tbody tr:hover td {
  background: #e0e0e0;
}
.table-setup tbody tr:hover td:last-child {
  background: #d8c4e8;
}*/


.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.inside-solution-heading{
position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8%;
  right: 100px;
  z-index: 99;
  color: #fff;
  max-width: 40%;
 
}
.inside-solution-view-more{
  position: absolute;
  bottom: 8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8%;
  right: 100px;
  font-weight: 600;
  font-size: 14px;
  z-index: 99;
  color: #fff;
  max-width: 40%;
  margin-bottom: 20px;
}
.clr-fff{
  color: #fff !important;
}
.counter-border-all{
  border: 1px solid #AAC0E6;
  padding: 30px 30px;
  border-radius: 15px;
}
.purple-gradient{
  background: linear-gradient(91.55deg, #E416E5 6.33%, #7E04D5 93.75%) !important;

}
.purple-gradient:hover{
  background: linear-gradient(91.55deg, #7E04D5 6.33%, #E416E5 93.75%) !important;

}

.subscribe input[type=submit] {
    background-image: linear-gradient(to right, #ff0e00 0%, #6d08be 51%, #ff0e00 100%);
    font-size: 14px;
    padding: 0.5rem 2rem;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
  border:0;
}




.scroll-animation-wrapper {
     position: relative;
    z-index: 1;
    overflow: hidden;
}

.scroll-animation.scroll-right-left {
    -webkit-animation: 80s linear infinite forwards scroll;
    -moz-animation: 80s linear infinite forwards scroll;
    animation: 80s linear infinite forwards scroll
}

.scroll-animation.scroll-left-right {
    -webkit-animation: 80s linear infinite forwards scrollLeft;
    -moz-animation: 80s linear infinite forwards scrollLeft;
    animation: 80s linear infinite forwards scrollLeft
}

.scroll-animation {
    display: flex;
    width: 7200px;
    position: relative;
    will-change: transform; /* Improves animation performance */
    backface-visibility: hidden; /* Fixes visual glitches during animation */
    transform-style: preserve-3d;
}

.scroll-animation .single-column-20 {
   padding: 0 15px;
    flex-shrink: 0; /* Prevents items from shrinking */
    position: relative;
    backface-visibility: hidden; /* Fixes visual glitches */
}

.rbt-testimonial-box {
    position: relative;
    z-index: 2;
    
}

.rbt-testimonial-box .inner {
   position: relative;
    padding: 15px;
    z-index: 2;
    text-align: center;
    background: transparent; /* Explicitly set background */
    transform: translateZ(0); /* Force hardware acceleration */
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }
}

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes scrollLeft {
    0% {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px)
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

.contain-main{
  width: 100%;
}
.contain-main .pad-r-50{
  padding-right: 50px;
}
.contain-main .pad-r-0{
  padding-right: 0px;
}
.contain-main .pad-le-50{
  padding-left: 100px;
}
.contain-main .pad-le1-50{
  padding-left: 100px;
}


.solution-business-head3
{
  position: absolute;
    top: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8%;
    right: 100px;
    z-index: 99;
    color: #fff;
    max-width: 40%;
    margin: 50px 0 0 0;
  }
  .clr-000{
    color: #000 !important;
  }

  .lin-btn-marg-btm{
    margin-top: 40px;
    margin-bottom: 80px;
  }

.blogmain-page-slider { position: relative;
  width: 100%;
}

.blogmain-page-slider .controls {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
}

.blogmain-page-slider .controls .swiper-button-next,
.blogmain-page-slider .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #000;
  background: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.blogmain-page-slider .controls .swiper-button-next:after,
.blogmain-page-slider .controls .swiper-button-prev:after {
  display: none;
}
.blogmain-page-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}
.blogmain-page-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 40px;
  right: auto;
}
.blogmain-page-slider { position: relative;
  width: 100%;
}

.blogmain-page-slider .controls {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
}

.blogmain-page-slider .controls .swiper-button-next,
.blogmain-page-slider .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #000;
  background: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.blogmain-page-slider .controls .swiper-button-next:after,
.blogmain-page-slider .controls .swiper-button-prev:after {
  display: none;
}
.blogmain-page-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0%;
  left: auto;
}
.blogmain-page-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0%;
  right: auto;
}

.scable-access-slider { position: relative;
  width: 100%;
}

.scable-access-slider .controls {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
}

.scable-access-slider .controls .swiper-button-next,
.scable-access-slider .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #000;
  background: #000;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.scable-access-slider .controls .swiper-button-next:after,
.scable-access-slider .controls .swiper-button-prev:after {
  display: none;
}
.scable-access-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.scable-access-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.scable-access-slider { position: relative;
  width: 100%;
}

.scable-access-slider .controls {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
}

.scable-access-slider .controls .swiper-button-next,
.scable-access-slider .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #000;
  background: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.scable-access-slider .controls .swiper-button-next:after,
.scable-access-slider .controls .swiper-button-prev:after {
  display: none;
}
.scable-access-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}
.scable-access-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}



.mss-4{
  margin-left: 1.5rem !important;
}

.solutions-slider {
    padding: 0 10px; /* More space for navigation arrows */
    overflow: hidden; /* Allow slides to overflow container */
}


.swiper-slidess {
    width: 75% !important; /* Slightly narrower slides for better spacing */
    transition: all 0.3s ease;
    opacity: 0.7;
    margin: 0 -20px; /* Negative margin to create overlap */
}

.solutions-swiper-slider .swiper-slide-active {
    transform: scale(1.05);
    opacity: 1;
    z-index: 10;
   
}

/*prepackaging css*/
.prepackaging-home{
  position: relative;
  z-index: 99;
  text-align: center;
}

.prepackaging-home h1{
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.prepackaging-home p{
  color: #FFF;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 150%;
}
.interior-main {
  position: relative;
  padding: 5rem 0 0rem 0;
}
.interior-main .border-ri-1{
  border-right: 1px solid #B87AEA;
  padding: 0 0  0 25px;
}
.interior-main .border-ri-11{
    padding: 0 0  0 25px;
}

.interior-main .interior-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1rem;
}
.interior-main .bg-interior{
 background: #6C07BD;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 25px 15px 15px 20px;
}
.interior-main p {
  color: #FFF;


font-size: 18px;
font-style: normal;

font-weight: 700;
line-height: 152.4%; /* 30.48px */
text-transform: capitalize;
}


.included-main{
  position: relative;
  padding: 50px 0;
}

.included-main h3{
  position: relative;
  color: #253858;
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 30px;
}

.included-main .include-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
   
}

.included-main .include-list li {
    position: relative;
    padding-left: 1.3em; /* Space for the icon */
    margin-bottom: 20px; /* Optional spacing between items */
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.included-main .include-list li span{
  font-weight: 400;
}
.included-main .include-list li::before {
    content: "\f0da"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #6D08BE;
   
}
.included-main .include-para p{
font-size: 14px;
font-weight: 700;
color: #6D08BE;

}
.included-main .image-bx{
position: relative;
}
.included-main .image-bx .inc-img-1{
  width: 100%;
}
.included-main .image-bx .inc-img-2{
  position: absolute;
bottom: 12%;
  left: -11%;
 
}

.included-main .image-bx .inc-img-3{
  position: absolute;
bottom: 2%;
  right: -3%;
}
.list-workss{
  position: relative;
  padding: 60px 0;
}
.list-workss .list-work-inside{
  background: #FFF3F3;
  
  padding: 35px;
  text-align: center;
 border-radius: 15px;
}
.list-workss .list-work-inside .list-work-inside-icon img{

}
.list-workss .list-work-inside .list-work-inside-icon{
 
  margin-bottom: 25px;
  text-align: center;
 
}
.list-workss .list-work-inside h3{
 
  font-size: 18px;
   font-weight: 500;
}
.list-workss .col-lg-3{
  padding: 0 6px;
}
.sample-mains{
  position: relative;
  padding: 50px 0;
}
.sample-mains .sample-data{
  background: #7E49DE;
  padding: 50px;
  border-radius: 15px;
   position: relative;
}
.sample-mains .sample-data h3{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 166%;
  margin: 40px 0;
  text-transform: capitalize;

}
.sample-mains .sample-data .bg-masking img{
  position: absolute;
  top: 0;
  right: 0;

}
.sample-mains .sample-data .bg-masking-1 img{
  position: absolute;
  bottom: 0;
  left: -4%;
}
.sample-mains .sample-data .samp-img{
  position: relative;
}
.sample-mains .sample-data .samp-img .sampl-i-1{
position: relative;

  right: 2.7%;
  bottom: -68px;
  z-index: 3;
}
.sample-mains .sample-data .samp-img .sampl-i-2{
  position:absolute;
  z-index: 2;
     top: 34%;
    left: -13%;
}
.sample-mains .sample-data .samp-img .sampl-i-3{
  position:absolute;
  z-index: 1;
     bottom: -13%;
    left: -20%;
}

.sample-mains .sample-data .samp-img .sampl-i-4{
  position:absolute;
     
    z-index: 1;
    left: -42%;
    width: 250px;
    bottom: 1%;
}
.sample-mains .sample-data .sample-listing ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
   
}
.sample-mains .sample-data .sample-listing li {
    position: relative;
    padding-left: 2em; /* Space for the icon */
    margin-bottom: 20px; /* Optional spacing between items */
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.sample-mains .sample-data .sample-listing li::before {
    content: "\f058"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #fff;
   
   
}


.use-listed-main h3{
  position: relative;
  color: #253858;
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 30px;

}

.use-listed-main .use-listedd ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
   
}
.use-listed-main .use-list-all{
  padding: 60px 50px;
  background: #F7F6F8;
  border-top-left-radius:15px;
  border-bottom-left-radius: 15px;
}
.use-listed-main .use-im img{
  max-width: 500px;
}
.use-listed-main .use-listedd li:last-child{
  border-bottom: unset !important;
}
.use-listed-main .use-listedd li {
    position: relative;
    padding-left: 2em; /* Space for the icon */
    margin-bottom: 24px; /* Optional spacing between items */
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 15px;
  border-bottom: 1px solid #B7B7B7;
}
.use-listed-main .use-listedd li span{
  font-weight: 400;
}
.use-listed-main .use-listedd li::before {
    content: "\f0da"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #6D08BE;
   
}
.buy-us-main{
  padding: 50px 0;
}
.buy-us-main .buy-card-set{
  background: #FFF3F3;
  padding: 30px 40px;
  border-radius: 15px;

}
.buy-us-main .col-lg-3{
  padding: 0 6px;
}
.buy-us-main .buy-card-set h3{
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  text-transform: capitalize;
}
.buy-us-main .buy-card-set h3 span{
  
  color: #6D08BE;
  font-weight: 700;
}
.support-heading h3{
  position: relative;
  font-size: 35px;
color: #253858;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 40px;
text-transform: capitalize;
}
.email-database{
  position: relative;
  padding: 50px 0;
}
.email-database .email-inside-db{
  background: #FFF3F3;
  padding: 30px 40px;
  border-radius: 15px;
}
.email-database .email-inside-db h3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 100%;
  color: #000;
}
.email-database .email-inside-db h4{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 100%;
  color: #000;
}
.email-database .email-inside-db h4 span{

  color: #fff;
  background: purple;
}
.email-database .email-inside-db p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 100%;
  color: #000;
  
}
.faq-section{
  position: relative;
  padding: 50px 0px 50px 0px;
}
.pricing-pack-main{
  padding: 60px 0;
  background: #F8F4FF;
  position: relative;
}
.pricing-pack-main .col-lg-3{
  padding: 0 6px;
}
.pricing-pack-main .price-pack-inside{
border-radius: 24px;
background: #FFF;
padding: 25px;
margin-bottom: 30px;

}
.pricing-pack-main .price-pack-inside .price-top-inside{
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 25px;
}
.pricing-pack-main .price-pack-inside.premium-colors{
  background: #181059;
}
.pricing-pack-main .price-pack-inside.premium-colors .price-top-inside h3, .pricing-pack-main .price-pack-inside.premium-colors .price-top-inside p{
  color: #fff;
}
.pricing-pack-main .price-pack-inside .price-top-inside h3{
color: #6D08BE;

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
margin-bottom: 20px;
}
.pricing-pack-main .price-pack-inside .price-top-inside p{
color: #000;
margin-bottom: 20px;


font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
}
.pricing-pack-main .price-pack-inside .price-inside-list{
  
}
.pricing-pack-main .price-pack-inside .price-inside-list ul, .pricing-pack-main .price-pack-inside.premium-colors .price-inside-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
    height: 350px;
   
}
.pricing-pack-main .additional-servicess h3{
color: #000;

font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
margin-bottom: 25px;
}
.pricing-pack-main .additional-servicess .additional-flex-service{
 display: flex; 
 gap: 2em;
}

.pricing-pack-main .additional-servicess .additional-flex-service ul {
list-style: none;
padding-left: 0;
margin-bottom: 25px;
}
.pricing-pack-main .additional-servicess .additional-flex-service li {
position: relative;
padding-left: 1.3em; /* Space for the icon */
margin-bottom: 20px; /* Optional spacing between items */
color: #000;
font-weight: 600;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 180%; /* 32.4px */
text-transform: capitalize;
}

.pricing-pack-main .additional-servicess .additional-flex-service li::before {
content: "\f0da";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
left: 0;
color: #6D08BE;

}

.pricing-pack-main .price-pack-inside.premium-colors .price-inside-list li, .pricing-pack-main .price-pack-inside.premium-colors .price-inside-list li::before, .pricing-pack-main .price-pack-inside.premium-colors .price-amt-inside{
  color: #fff;
}
.pricing-pack-main .price-pack-inside .price-inside-list li {
    position: relative;
    padding-left: 1.6em; /* Space for the icon */
    margin-bottom: 22px; /* Optional spacing between items */
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.pricing-pack-main .price-pack-inside .price-inside-list li::before {
    content: "\f00c"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #181059;
   
}
.pricing-pack-main .price-pack-inside .price-amt-inside{
  color: #181059;

font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 10px;
height: 40px;

}
.pricing-pack-main .price-pack-inside .price-btn-inside .dark-blue{
 background: #8645FF !important;
 border-radius: 8px; 
}
.email-database .email-inside-db .dark-blue{
 background: #8645FF !important;
 border-radius: 8px; 
}

.faq-section .accordion-box{
  position:relative;
  padding-left: 0;
}

.faq-section .accordion-box .block{
  position:relative;
  margin-bottom: 15px;
  
  border-radius: 0px;
  padding: 0px 20px 0 0;
  list-style: none;
  border-bottom: 1px solid #A7A7A7;
}

.faq-section .accordion-box .block:last-child{
  margin-bottom: 0px;
  border-bottom: unset !important;
}
    
.faq-section .accordion-box .block .acc-btn h4{
  position:relative;
  display: block;
  font-size:20px;
  font-weight: 600;
  color:#000;
  
  padding: 20px 30px 19px 0px;
  cursor:pointer;
  transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn.active h4{
  color: #000;
  padding-top: 20px;
 
}

.faq-section .accordion-box .block .acc-content{
  position:relative;
  display:none; 
  padding-top: 6px;
  padding-bottom: 27px;
}

.faq-section .accordion-box .block .acc-content.current{
  display:block;  
}

.faq-section .accordion-box .block .content .text{
  position:relative;
  display: block;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  padding-right: 40px;
  
}

.faq-section .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 21px;
  right: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer{
  color: #fff;
}
.faq-section .accordion-box .block .acc-btn.active .icon-outer i{
background: #ECECEC;
    padding: 5px;
    border-radius: 50%;
}
.faq-section .accordion-box .block .acc-btn .icon-outer i{
  background: #ECECEC;
  padding: 5px;
  border-radius: 50%;
   font-size: 12px;
}
.faq-section .accordion-box .block .acc-btn.active .icon-outer i:before{
  position: relative;
  background: #ECECEC;
  font-size: 12px;
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0px;
  content: "\f068";
}


@media (max-width: 768px) {
  .interior-main .interior-flex {
    justify-content: center;
    gap: 0.5rem;
  }
  
  .interior-main p {
    white-space: normal;
    padding: 0.3rem 0.5rem;
  }
}

@media (max-width: 480px) {
  .interior-main .interior-flex {
    flex-direction: column;
    align-items: center;
  }
}
