@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --prozo-blue: #2f55d4;
  --prozo-gray: #F2F2F2;
  --prozo-green: #23cd6a;
  --prozo-dark: #000;
  --prozo-light: #fff;
  --prozo-dark-gray: #ccc;
}

.font-2 {
  font-family: "Poppins", serif !important;
}

.font-1 {
  font-family: "Poppins", sans-serif !important;
}

.bg-primary {
  background-color: #2f55d4 !important;
}

.border-primary-prozo {
  border: 6px solid var(--prozo-light);
  ;
}

.border-primary-prozo.active {
  border: 6px solid var(--prozo-blue) !important;
  transition: border-color 0.3s ease;
}

.bg-soft-primary {
  background-color: rgba(47, 85, 212, 0.2) !important;
  border: 1px solid rgba(47, 85, 212, 0.2) !important;
  color: #2f55d4 !important;
}

.text-primary {
  color: #2f55d4 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #284bc1 !important;
}

.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-soft-secondary {
  background-color: rgba(90, 109, 144, 0.2) !important;
  border: 1px solid rgba(90, 109, 144, 0.2) !important;
  color: #5a6d90 !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #506180 !important;
}

.bg-success {
  background-color: #2eca8b !important;
}

.bg-soft-success {
  background-color: rgba(46, 202, 139, 0.2) !important;
  border: 1px solid rgba(46, 202, 139, 0.2) !important;
  color: #2eca8b !important;
}

.text-success {
  color: #2eca8b !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-success:hover,
a.text-success:focus {
  color: #29b57d !important;
}

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

.bg-soft-warning {
  background-color: rgba(241, 116, 37, 0.2) !important;
  border: 1px solid rgba(241, 116, 37, 0.2) !important;
  color: #f17425 !important;
}

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

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ed650f !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-soft-info {
  background-color: rgba(23, 162, 184, 0.2) !important;
  border: 1px solid rgba(23, 162, 184, 0.2) !important;
  color: #17a2b8 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-info:hover,
a.text-info:focus {
  color: #148ea1 !important;
}

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

.bg-soft-danger {
  background-color: rgba(228, 63, 82, 0.2) !important;
  border: 1px solid rgba(228, 63, 82, 0.2) !important;
  color: #e43f52 !important;
}

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

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e1293e !important;
}

.bg-dark {
  background-color: #3c4858 !important;
}

.bg-soft-dark {
  background-color: rgba(60, 72, 88, 0.2) !important;
  border: 1px solid rgba(60, 72, 88, 0.2) !important;
  color: #3c4858 !important;
}

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

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #323c49 !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.2) !important;
  border: 1px solid rgba(132, 146, 166, 0.2) !important;
  color: #8492a6 !important;
}

.text-muted {
  color: #8492a6 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-muted:hover,
a.text-muted:focus {
  color: #75859b !important;
}

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

.bg-soft-light {
  background-color: rgba(248, 249, 252, 0.2) !important;
  border: 1px solid rgba(248, 249, 252, 0.2) !important;
  color: #f8f9fc !important;
}

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

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-light:hover,
a.text-light:focus {
  color: #e6eaf4 !important;
}

.bg-blue {
  background-color: #2f55d4 !important;
}

.bg-soft-blue {
  background-color: rgba(47, 85, 212, 0.2) !important;
  border: 1px solid rgba(47, 85, 212, 0.2) !important;
  color: #2f55d4 !important;
}

.text-blue {
  color: var(--prozo-blue) !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #284bc1 !important;
}

.bg-footer {
  background-color: #202942 !important;
}

.bg-soft-footer {
  background-color: rgba(32, 41, 66, 0.2) !important;
  border: 1px solid rgba(32, 41, 66, 0.2) !important;
  color: #202942 !important;
}

.text-footer {
  color: #202942 !important;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.text-footer:hover,
a.text-footer:focus {
  color: #181e30 !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

.rounded-card {
  border-radius: 10px !important;
  background: #f6f1e7 !important;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !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: 90%;
}

.card.active {
  background-color: var(--prozo-blue);
  /* Blue background */
  color: white;
  /* White text */
  border-color: var(--prozo-blue);
  /* Blue border */
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all 0.5s ease
}


.card .card-body {
  padding: 1.5rem;
}

.component-wrapper .title {
  font-size: 20px;
}

.component-wrapper.sticky-bar li {
  margin-bottom: 6px;
}

.component-wrapper.sticky-bar li:last-child {
  margin-bottom: 0px !important;
}

.component-wrapper.sticky-bar li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.component-wrapper.sticky-bar li a:hover,
.component-wrapper.sticky-bar li a:focus {
  color: #2f55d4 !important;
}

.btn-primary {
  background-color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
  background-color: #2443ac !important;
  border-color: #2443ac !important;
  color: #ffffff !important;
}

.btn-soft-primary {
  background-color: rgba(47, 85, 212, 0.2) !important;
  border: 1px solid rgba(47, 85, 212, 0.2) !important;
  color: #2f55d4 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
  background-color: #2f55d4 !important;
  border-color: #2f55d4 !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border: 1px solid #2f55d4;
  color: #2f55d4;
  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: #2f55d4;
  border-color: #2f55d4;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
  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: #ffffff !important;
}

.btn-soft-secondary {
  background-color: rgba(90, 109, 144, 0.2) !important;
  border: 1px solid rgba(90, 109, 144, 0.2) !important;
  color: #5a6d90 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
  background-color: #5a6d90 !important;
  border-color: #5a6d90 !important;
  color: #ffffff !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: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
  background-color: #2eca8b !important;
  border: 1px solid #2eca8b !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
  background-color: #25a06e !important;
  border-color: #25a06e !important;
  color: #ffffff !important;
}

.btn-soft-success {
  background-color: rgba(46, 202, 139, 0.2) !important;
  border: 1px solid rgba(46, 202, 139, 0.2) !important;
  color: #2eca8b !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
  background-color: #2eca8b !important;
  border-color: #2eca8b !important;
  color: #ffffff !important;
}

.btn-outline-success {
  border: 1px solid #2eca8b;
  color: #2eca8b;
  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: #2eca8b;
  border-color: #2eca8b;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-warning {
  background-color: #f17425 !important;
  border: 1px solid #f17425 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
  background-color: #d55b0e !important;
  border-color: #d55b0e !important;
  color: #ffffff !important;
}

.btn-soft-warning {
  background-color: rgba(241, 116, 37, 0.2) !important;
  border: 1px solid rgba(241, 116, 37, 0.2) !important;
  color: #f17425 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
  background-color: #f17425 !important;
  border-color: #f17425 !important;
  color: #ffffff !important;
}

.btn-outline-warning {
  border: 1px solid #f17425;
  color: #f17425;
  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: #f17425;
  border-color: #f17425;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-info {
  background-color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
  background-color: #117a8b !important;
  border-color: #117a8b !important;
  color: #ffffff !important;
}

.btn-soft-info {
  background-color: rgba(23, 162, 184, 0.2) !important;
  border: 1px solid rgba(23, 162, 184, 0.2) !important;
  color: #17a2b8 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: #ffffff !important;
}

.btn-outline-info {
  border: 1px solid #17a2b8;
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-danger {
  background-color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
  background-color: #d21e32 !important;
  border-color: #d21e32 !important;
  color: #ffffff !important;
}

.btn-soft-danger {
  background-color: rgba(228, 63, 82, 0.2) !important;
  border: 1px solid rgba(228, 63, 82, 0.2) !important;
  color: #e43f52 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
  background-color: #e43f52 !important;
  border-color: #e43f52 !important;
  color: #ffffff !important;
}

.btn-outline-danger {
  border: 1px solid #e43f52;
  color: #e43f52;
  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: #e43f52;
  border-color: #e43f52;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-dark {
  background-color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
  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: #ffffff !important;
}

.btn-soft-dark {
  background-color: rgba(60, 72, 88, 0.2) !important;
  border: 1px solid rgba(60, 72, 88, 0.2) !important;
  color: #3c4858 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
  background-color: #3c4858 !important;
  border-color: #3c4858 !important;
  color: #ffffff !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: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
  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: #ffffff !important;
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.2) !important;
  border: 1px solid rgba(132, 146, 166, 0.2) !important;
  color: #8492a6 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !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: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
  background-color: #d4daed !important;
  border-color: #d4daed !important;
  color: #ffffff !important;
}

.btn-soft-light {
  background-color: rgba(248, 249, 252, 0.2) !important;
  border: 1px solid rgba(248, 249, 252, 0.2) !important;
  color: #f8f9fc !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
  background-color: #f8f9fc !important;
  border-color: #f8f9fc !important;
  color: #ffffff !important;
}

.btn-outline-light {
  border: 1px solid #f8f9fc;
  color: #f8f9fc;
  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: #f8f9fc;
  border-color: #f8f9fc;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-blue {
  background-color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus {
  background-color: #2443ac !important;
  border-color: #2443ac !important;
  color: #ffffff !important;
}

.btn-soft-blue {
  background-color: rgba(47, 85, 212, 0.2) !important;
  border: 1px solid rgba(47, 85, 212, 0.2) !important;
  color: #2f55d4 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-soft-blue:hover,
.btn-soft-blue:focus,
.btn-soft-blue:active,
.btn-soft-blue.active,
.btn-soft-blue.focus {
  background-color: #2f55d4 !important;
  border-color: #2f55d4 !important;
  color: #ffffff !important;
}

.btn-outline-blue {
  border: 1px solid #2f55d4;
  color: #2f55d4;
  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: #2f55d4;
  border-color: #2f55d4;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-footer {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
  background-color: #0f131f !important;
  border-color: #0f131f !important;
  color: #ffffff !important;
}

.btn-soft-footer {
  background-color: rgba(32, 41, 66, 0.2) !important;
  border: 1px solid rgba(32, 41, 66, 0.2) !important;
  color: #202942 !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
  background-color: #202942 !important;
  border-color: #202942 !important;
  color: #ffffff !important;
}

.btn-outline-footer {
  border: 1px solid #202942;
  color: #202942;
  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: #202942;
  border-color: #202942;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
  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;
  border: 1px solid #dee2e6;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
  background-color: #d4daed !important;
  color: #3c4858 !important;
}

.btn.btn-soft-light {
  color: rgba(60, 72, 88, 0.5) !important;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-soft-light:hover,
.btn.btn-soft-light:focus,
.btn.btn-soft-light:active,
.btn.btn-soft-light.active,
.btn.btn-soft-light.focus {
  color: #3c4858 !important;
}

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

.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.shadow-md {
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.badge-primary {
  background-color: #2f55d4 !important;
  color: #ffffff !important;
}

.badge-outline-primary {
  background-color: transparent !important;
  color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
}

.badge-secondary {
  background-color: #5a6d90 !important;
  color: #ffffff !important;
}

.badge-outline-secondary {
  background-color: transparent !important;
  color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
}

.badge-success {
  background-color: #2eca8b !important;
  color: #ffffff !important;
}

.badge-outline-success {
  background-color: transparent !important;
  color: #2eca8b !important;
  border: 1px solid #2eca8b !important;
}

.badge-warning {
  background-color: #f17425 !important;
  color: #ffffff !important;
}

.badge-outline-warning {
  background-color: transparent !important;
  color: #f17425 !important;
  border: 1px solid #f17425 !important;
}

.badge-info {
  background-color: #17a2b8 !important;
  color: #ffffff !important;
}

.badge-outline-info {
  background-color: transparent !important;
  color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
}

.badge-danger {
  background-color: #e43f52 !important;
  color: #ffffff !important;
}

.badge-outline-danger {
  background-color: transparent !important;
  color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
}

.badge-dark {
  background-color: #3c4858 !important;
  color: #ffffff !important;
}

.badge-outline-dark {
  background-color: transparent !important;
  color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
}

.badge-muted {
  background-color: #8492a6 !important;
  color: #ffffff !important;
}

.badge-outline-muted {
  background-color: transparent !important;
  color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
}

.badge-light {
  background-color: #f8f9fc !important;
  color: #ffffff !important;
}

.badge-outline-light {
  background-color: transparent !important;
  color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
}

.badge-blue {
  background-color: #2f55d4 !important;
  color: #ffffff !important;
}

.badge-outline-blue {
  background-color: transparent !important;
  color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
}

.badge-footer {
  background-color: #202942 !important;
  color: #ffffff !important;
}

.badge-outline-footer {
  background-color: transparent !important;
  color: #202942 !important;
  border: 1px solid #202942 !important;
}

.badge {
  padding: 5px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}

.badge.badge-light {
  color: #3c4858 !important;
  background-color: #f8f9fc !important;
}

.badge.badge-outline-light {
  color: #3c4858 !important;
  border: 1px solid #b1bcdd !important;
  background-color: transparent !important;
}

.badge.badge-pill {
  border-radius: 12px;
}

.badge:focus,
.badge.focus {
  -webkit-box-shadow: none !important;
  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: #2f55d4 !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: #2eca8b !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: #f17425 !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: #17a2b8 !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: #e43f52 !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: #f8f9fc !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: #2f55d4 !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: #202942 !important;
}

.btn-group .dropdown-toggle:after {
  content: "";
  position: relative;
  right: -4px;
  top: -2px;
  border: solid #ffffff;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0;
  vertical-align: 0;
}

.btn-group .dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.btn-group .dropdown-menu:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 7px solid #495057;
  border-radius: 0.5px;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
  box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.alert-primary {
  background-color: rgba(47, 85, 212, 0.9);
  color: #ffffff;
  border-color: #2f55d4;
}

.alert-primary .alert-link {
  color: #122258;
}

.alert-outline-primary {
  background-color: #ffffff;
  color: #2f55d4;
  border-color: #2f55d4;
}

.alert-secondary {
  background-color: rgba(90, 109, 144, 0.9);
  color: #ffffff;
  border-color: #5a6d90;
}

.alert-secondary .alert-link {
  color: #1f2632;
}

.alert-outline-secondary {
  background-color: #ffffff;
  color: #5a6d90;
  border-color: #5a6d90;
}

.alert-success {
  background-color: rgba(46, 202, 139, 0.9);
  color: #ffffff;
  border-color: #2eca8b;
}

.alert-success .alert-link {
  color: #124d35;
}

.alert-outline-success {
  background-color: #ffffff;
  color: #2eca8b;
  border-color: #2eca8b;
}

.alert-warning {
  background-color: rgba(241, 116, 37, 0.9);
  color: #ffffff;
  border-color: #f17425;
}

.alert-warning .alert-link {
  color: #753208;
}

.alert-outline-warning {
  background-color: #ffffff;
  color: #f17425;
  border-color: #f17425;
}

.alert-info {
  background-color: rgba(23, 162, 184, 0.9);
  color: #ffffff;
  border-color: #17a2b8;
}

.alert-info .alert-link {
  color: #062a30;
}

.alert-outline-info {
  background-color: #ffffff;
  color: #17a2b8;
  border-color: #17a2b8;
}

.alert-danger {
  background-color: rgba(228, 63, 82, 0.9);
  color: #ffffff;
  border-color: #e43f52;
}

.alert-danger .alert-link {
  color: #79111d;
}

.alert-outline-danger {
  background-color: #ffffff;
  color: #e43f52;
  border-color: #e43f52;
}

.alert-dark {
  background-color: rgba(60, 72, 88, 0.9);
  color: #ffffff;
  border-color: #3c4858;
}

.alert-dark .alert-link {
  color: black;
}

.alert-outline-dark {
  background-color: #ffffff;
  color: #3c4858;
  border-color: #3c4858;
}

.alert-muted {
  background-color: rgba(132, 146, 166, 0.9);
  color: #ffffff;
  border-color: #8492a6;
}

.alert-muted .alert-link {
  color: #3d4654;
}

.alert-outline-muted {
  background-color: #ffffff;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: rgba(248, 249, 252, 0.9);
  color: #ffffff;
  border-color: #f8f9fc;
}

.alert-light .alert-link {
  color: #8d9dce;
}

.alert-outline-light {
  background-color: #ffffff;
  color: #f8f9fc;
  border-color: #f8f9fc;
}

.alert-blue {
  background-color: rgba(47, 85, 212, 0.9);
  color: #ffffff;
  border-color: #2f55d4;
}

.alert-blue .alert-link {
  color: #122258;
}

.alert-outline-blue {
  background-color: #ffffff;
  color: #2f55d4;
  border-color: #2f55d4;
}

.alert-footer {
  background-color: rgba(32, 41, 66, 0.9);
  color: #ffffff;
  border-color: #202942;
}

.alert-footer .alert-link {
  color: black;
}

.alert-outline-footer {
  background-color: #ffffff;
  color: #202942;
  border-color: #202942;
}

.alert {
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 14px;
}

.alert.alert-light {
  background-color: #f8f9fc;
  color: #3c4858;
  border-color: #dee2e6;
}

.alert.alert-dismissible {
  padding-right: 30px;
}

.alert.alert-dismissible .close {
  top: -2px;
  right: -10px;
  font-size: 16px !important;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}

.alert.alert-pills .content {
  font-weight: 600;
}

.page-next-level .title {
  font-size: 28px;
  letter-spacing: 1px;
}

.page-next-level .page-next {
  position: relative;
  top: 110px;
  z-index: 99;
}

.breadcrumb {
  letter-spacing: 0.5px;
  padding: 8px 24px;
  display: block;
}

.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #2f55d4;
}

.breadcrumb .breadcrumb-item.active {
  color: #2f55d4;
}

.breadcrumb .breadcrumb-item:before {
  content: "";
}

.breadcrumb .breadcrumb-item:after {
  content: "\F0142" !important;
  font-size: 14px;
  color: #3c4858;
  font-family: 'Material Design Icons';
  padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.pagination .page-item .page-link {
  color: #3c4858;
  border: 1px solid #dee2e6;
  padding: 10px 15px;
  font-size: 14px;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item .page-link:hover {
  color: #ffffff;
  background: rgba(47, 85, 212, 0.9);
  border-color: rgba(47, 85, 212, 0.9);
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #2f55d4 !important;
  border-color: #2f55d4;
  cursor: not-allowed;
}

.avatar.avatar-ex-sm {
  max-height: 25px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 65px;
  width: 65px;
}

.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

.faq-container .question {
  font-size: 20px;
}

.faq-content .card .faq .card-header {
  padding-right: 40px !important;
}

.faq-content .card a.faq[data-toggle=collapse] {
  background-color: #ffffff;
  color: #2f55d4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
  content: '\F0143';
  display: block;
  font-family: 'Material Design Icons';
  font-size: 18px;
  color: #3c4858;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
  background-color: #ffffff;
  color: #3c4858 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
  top: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #3c4858 !important;
}

.faq-content .card .title {
  font-size: 16px;
}

.nav-pills {
  margin-bottom: 15px;
  background: #f4f6fa;
}

.nav-pills .nav-link {
  color: #495057 !important;
  padding: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-pills .nav-link.active {
  background: #2f55d4;
  color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
  color: rgba(255, 255, 255, 0.65) !important;
}

.nav-pills a .title {
  font-size: 17px;
  font-weight: 700;
}

.progress-box .title {
  font-size: 15px;
}

.progress-box .progress {
  height: 8px;
  overflow: visible;
}

.progress-box .progress .progress-bar {
  border-radius: 6px;
  -webkit-animation: animate-positive 3s;
  animation: animate-positive 3s;
  overflow: visible !important;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -25px;
  right: -15px;
  font-size: 13px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 6px;
  font-size: 16px;
}

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

.form-group label {
  font-size: 14px;
  font-weight: 700;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  color: #3c4858;
  height: 42px;
  font-size: 13px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group .form-control:focus,
.form-group .form-control.active {
  border-color: #2f55d4;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked~.custom-control-label:before {
  color: #ffffff;
  border-color: #2f55d4;
  background-color: #2f55d4;
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #2f55d4;
}

.custom-control-label {
  cursor: poPoppins;
}

.custom-control-label:before,
.custom-control-label:after {
  top: 2px;
}

.custom-switch .custom-control-label:after {
  top: 4px;
}

.subcribe-form input {
  padding: 14px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none !important;
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive .table td,
.table-responsive .table th {
  vertical-align: middle;
}

.table thead th {
  border-bottom: 0px;
}

.table-responsive .table tr td,
.table-responsive .table th {
  border-top: 1px solid #424242 !important;
}

.table-responsive .table-center th {
  vertical-align: middle !important;
}

.table-responsive .table-center tbody tr:hover {
  color: #3c4858;
  background-color: #f8f9fa;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
  text-align: end;
}

.modal-open {
  padding-right: 0 !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  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: #2f55d4;
  border-color: #2f55d4 !important;
  color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
  fill: #2f55d4;
}

.social-icon.social li a {
  color: #fff;
  border-color: #fff;
}

.social-icon.social li a:hover {
  background-color: #29ff65 !important;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top .icons {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.back-to-top:hover .icons {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.back-to-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

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

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.uim-svg {
  vertical-align: 0 !important;
}

@media (max-width: 768px) {
  .page-next-level .page-next {
    top: 70px;
  }

  .display-1 {
    font-size: 56px !important;
  }

  .display-2 {
    font-size: 50px !important;
  }

  .display-3 {
    font-size: 42px !important;
  }

  .display-4 {
    font-size: 36px !important;
  }
}

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden !important;
  font-size: 17px;
  color: #161c2d;
  background-color: #fff;
  /* background-color: #F5F5F5; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.section {
  padding: 30px 0;
  position: relative;
}

.section-two {
  padding: 30px 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%;
}

.bg-overlay-gradient {
  background-color: rgba(47, 85, 212, 0.6);
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-overlay-gradient2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#2eca8b), color-stop(#2f55d4), to(#2eca8b));
  background-image: linear-gradient(90deg, #2eca8b, #2f55d4, #2eca8b);
  opacity: 0.5;
}

.title-heading {
  line-height: 26px;
}

.title-heading .para-desc {
  font-size: 16px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 25px;
}

.text-shadow-title {
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}

.shape {
  position: absolute;
  poPoppins-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}

.shape>svg,
.prozo-shape>svg {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.feature-posts-placeholder {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 66.6%;
}

.spin-anything {
  -webkit-animation: spinner-animation 5s linear infinite;
  animation: spinner-animation 5s linear infinite;
}

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

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

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

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

@media (min-width: 768px) {

  .margin-top-100 {
    margin-top: 100px;
  }

  .margin-top-100 .heading {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .page-heading {
    font-size: 35px !important
  }

  .section {
    padding: 40px 0;
  }

  .prozo-modal .section {
    padding: 60px 0 !important;
  }

  .prozo-modal .section .card .card-body {
    padding: 0px !important;
  }

  .prozo-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: 425px) {
  .shape {
    bottom: -4px;
  }

  .prozo-shape {
    top: -4px;
  }
}

@media (max-width: 425px) {
  .feature-posts-placeholder {
    height: 80%;
  }
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: #fff;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  /* padding-bottom: 10px; */
  padding-top: 13px;
}

#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: #ffffff;
}

/* #topnav .has-submenu.active .submenu li.active>a {
  color: #2f55d4;
} */

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #2f55d4;
}

#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: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
  border-color: #2f55d4;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: poPoppins;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 13px 20px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  /* line-height: 68px; */
}

#topnav .buy-button .login-btn-primary {
  display: none;
}

#topnav .buy-button .login-btn-light {
  display: inline-block;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #2f55d4;
}

#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 15px;
}

#topnav .navigation-menu>li>a {
  display: block;
  font-size: 14px;
  background-color: transparent !important;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  transition: all 0.5s;
  font-family: "Poppins", sans-serif;
  padding-left: 0px;
  padding-right: 10px;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -1px;
  top: 15px;
}

#topnav .navigation-menu .has-submenu.active .menu-arrow {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  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: #2f55d4;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
  border-color: #2f55d4;
}

#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.nav-sticky {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
  color: #3c4858;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
  color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
  border-color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
  color: #2f55d4 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #3c4858;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  /* line-height: 68px; */
}



@media (min-width: 992px) {
  .p-container {
    margin-left: calc((100% - 960px) / 2) !important;
  }

  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
    top: 20px;
    margin-left: -35px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(60, 72, 88, 0.15);
    box-shadow: 1px 1px 0px 0px rgba(60, 72, 88, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }

  #topnav .navigation-menu>.has-submenu.active .menu-arrow {
    top: 20px !important;
  }

  #topnav .navigation-menu>.has-submenu.active .menu-arrow {
    top: 20px;
  }

  #topnav .navigation-menu>li .submenu {
    position: absolute;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    /* border-radius: 6px; */
    background-color: #ffffff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    max-width: 100%;
    top: 100%;
    left: 0;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  #topnav .navigation-menu>li .submenu.mega {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 80px !important;
  }

  #topnav .navigation-menu>li .submenu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
    display: none;
  }

  #topnav .navigation-menu>li .submenu li {
    position: relative;
  }

  #topnav .navigation-menu>li .submenu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: var(--prozo-dark);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #topnav .navigation-menu>li .submenu li a:hover {
    color: #2f55d4 !important;
  }

  #topnav .navigation-menu>li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  #topnav .navigation-menu>li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }

  #topnav .navigation-menu>li .submenu>li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }

  #topnav .navigation-menu>li>a {
    padding-top: 10px;
    padding-bottom: 31px;
    /* min-height: 58px; */
  }

  #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: rgba(255, 255, 255, 0.5);
  }

  #topnav .navigation-menu.nav-light>li.active>a {
    color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
    border-color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-light>li:hover>a {
    color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.5);
  }

  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }

  #topnav .navigation-menu.nav-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  #topnav .navigation-menu.nav-left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  #topnav .navigation-menu.nav-left>li.last-elements .submenu {
    left: 0 !important;
    right: auto !important;
  }

  #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
    left: 45px !important;
    right: auto !important;
  }

  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 15px;
  }

  #topnav .navbar-toggle {
    display: none;
  }

  #topnav #navigation {
    display: block !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 (min-width: 1200px) {
  .p-container {
    margin-left: calc((100% - 1140px) / 2) !important;
  }
}

@media (max-width: 991px) {

  .Category-slick .slider-container {
    height: 320px !important;
  }

  .left-right-section {
    flex-direction: column;
  }

  .new-section-layout .left-right-section .content p {
    width: 100%;
  }

  #topnav {
    background-color: #6a49f2;
    -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 32%);
    box-shadow: 0 0 3px rgb(60 72 88 / 32%);
    min-height: 74px;
    padding-top: 13px;
  }

  .miniHeder {
    display: none !important;
  }

  .p-container {
    margin-left: calc((100% - 720px) / 2) !important;
  }

  header.sub-header {
    display: none !important;
  }

  #topnav .logo .l-dark {
    display: inline-block !important;
  }

  #topnav .logo .l-light {
    display: none !important;
  }

  #topnav .container {
    width: auto;
  }

  #topnav #navigation {
    height: calc(100vh - 75px);
    background-color: var(--prozo-gray);
    padding: 20px 0px;
  }

  .suppchain-tech {
    display: block !important;
  }

  #topnav .navigation-menu {
    float: none;
    background-color: var(--prozo-gray);
  }

  #topnav .navigation-menu>li {
    float: none;
  }

  #topnav .navigation-menu>li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }

  #topnav .navigation-menu .has-submenu .menu-arrow {
    border-color: var(--prozo-dark) !important;
  }

  #topnav .navigation-menu>li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 500;
    color: var(--prozo-dark) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #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: var(--prozo-dark);
    padding: 10px 0px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }

  #topnav .navigation-menu>li>a:after {
    position: absolute;
    right: 15px;
  }

  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }

  #topnav .navbar-header {
    float: left;
  }

  #topnav .buy-button .login-btn-primary {
    display: inline-block !important;
  }

  #topnav .buy-button .login-btn-light {
    display: none;
  }

  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }

  #topnav .has-submenu.active a {
    color: var(--prozo-dark);
  }

  /* .submenu .column:nth-child(even) {
    background-color: unset !important;
  } */

  #topnav .navigation-menu>li .submenu .column {
    padding: 5px 0px !important;
    width: 100% !important;
    border-bottom: 1px solid #616161;

  }

  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }

  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }

  #topnav .buy-button {
    padding: 3px 0;
  }

  .p-container {
    margin-left: 0 !important;
    width: 100% !important;
    padding: 0 15px;
  }

  .p-container img {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu>li.has-submenu.active>.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 (max-width: 375px) {
  #topnav .buy-button {
    display: none;
  }

  #topnav .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }

  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}

.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 150px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 184px 0 90px;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.gradient {
  background: #2f55d4 !important;
  background: linear-gradient(45deg, #2f55d4, #2f55d4) !important;
  opacity: 0.9;
}

.bg-circle-gradiant {
  background: radial-gradient(circle at 50% 50%, rgba(47, 85, 212, 0.1) 0%, rgba(47, 85, 212, 0.1) 33.333%, rgba(47, 85, 212, 0.3) 33.333%, rgba(47, 85, 212, 0.3) 66.666%, rgba(47, 85, 212, 0.5) 66.666%, rgba(47, 85, 212, 0.5) 99.999%);
}

.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}

.classic-saas-image .bg-saas-shape:after {
  bottom: 3rem;
  left: 0;
  width: 75rem;
  height: 55rem;
  border-radius: 20rem;
  opacity: 0.9;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
}

.studio-home {
  padding: 7%;
}

.agency-wrapper:before {
  content: "";
  position: absolute;
  bottom: 22rem;
  right: 54rem;
  width: 90rem;
  height: 35rem;
  border-radius: 17rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #f8f9fc;
  z-index: -1;
}

.bg-marketing {
  padding: 76px 0 120px;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

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

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

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

.home-slider .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-slider .slides .bg-slider {
  background-size: cover;
  height: 100vh;
  position: relative;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.main-slider .slides .bg-slider.shopping {
  height: 75vh;
}

.flex-control-paging li a {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flex-control-paging li a.flex-active {
  background: #2f55d4;
  cursor: default;
  font-size: 17px;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flex-control-nav {
  display: none;
}

.bg-animation-left:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}

.bg-animation-left.dark-left:after {
  background: rgba(60, 72, 88, 0.6);
}

.bg-animation-left.crypto-home:after {
  background: #2f55d4;
  width: 80%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.bg-animation-left.task-management-home:after {
  /* background: url("../images/task/bg.png") #2f55d4; */
  width: 100%;
  -webkit-clip-path: circle(65% at 40% 25%);
  clip-path: circle(65% at 40% 25%);
}

.bg-invoice {
  padding: 100px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.classic-app-image .bg-app-shape:after {
  bottom: 3rem;
  left: -8rem;
  width: 55rem;
  height: 35rem;
  border-radius: 20rem;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  opacity: 0.9;
}

.classic-app-image .app-images {
  position: absolute;
  bottom: 60px;
  right: -20px;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
  content: " ";
  position: absolute;
  z-index: -1;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
  -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
  box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
  background-color: #2f55d4;
}

.shape-before .shape-img {
  position: absolute;
  top: -50px;
  left: -35px;
  z-index: -1;
  height: auto;
  overflow: hidden;
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper-slider-hero .swiper-container .swiper-button-prev,
.swiper-slider-hero .swiper-container .swiper-button-next {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -30px;
}

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

.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.swiper-slider-hero .swiper-container .swiper-button-next:hover {
  background: #2f55d4;
  border-color: #2f55d4 !important;
}

.swiper-slider-hero .swiper-container .swiper-button-prev {
  left: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before {
  content: "\f0141";
}

.swiper-slider-hero .swiper-container .swiper-button-next {
  right: 10px;
}

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

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

@media (min-width: 769px) {
  .bg-studio:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .home-dashboard.onepage-hero {
    overflow: hidden;
  }

  .p-container {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .agency-wrapper:before {
    right: 12rem;
  }

  .bg-half {
    padding: 169px 0 50px;
  }

  .wave-one,
  .wave-three {
    background-size: 50% 50px;
  }

  .wave-two {
    background-size: 50% 70px;
  }

  .classic-saas-image .bg-saas-shape img {
    max-width: 550px;
  }
}

@media (max-width: 767px) {

  .bg-home,
  .bg-half-170,
  .bg-half-260,
  .main-slider .slides .bg-slider,
  .bg-marketing,
  .swiper-slider-hero .swiper-container .swiper-slide {
    padding: 150px 0;
    height: auto;
  }

  .agency-wrapper:before {
    right: 0;
  }

  .bg-animation-left:after {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .classic-saas-image .bg-saas-shape img {
    max-width: 100%;
    height: auto;
  }

  .classic-saas-image .bg-saas-shape:after {
    bottom: -5rem;
    left: 10rem;
    width: 30rem;
    height: 30rem;
    border-radius: 10rem;
  }
}

.features .icon,
.features .icons {
  background: rgba(47, 85, 212, 0.1);
}

.features .icons {
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}

.features .image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -15px;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  -webkit-transform: rotate(33.75deg);
  transform: rotate(33.75deg);
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.09));
  z-index: -1;
}

.features .ride-image {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.features .ride-image img {
  border-radius: 100% 100% 100% 0;
}

.features .title-2 {
  font-size: 20px;
}

.features:hover .image:before {
  background: rgba(47, 85, 212, 0.07);
  -webkit-animation: spinner-border 5s linear infinite;
  animation: spinner-border 5s linear infinite;
}

.features.fea-primary {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.features.fea-primary .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.features.fea-primary .content .title:hover {
  color: #2f55d4 !important;
}

.features.fea-primary .big-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.015;
  font-size: 180px;
}

.features.fea-primary:hover {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  background-color: #2f55d4 !important;
  color: #ffffff !important;
}

.features.fea-primary:hover .icon2,
.features.fea-primary:hover .para {
  color: rgba(255, 255, 255, 0.5) !important;
}

.features.fea-primary:hover .content,
.features.fea-primary:hover .icon2 {
  z-index: 2;
}

.features.fea-primary:hover .big-icon {
  opacity: 0.05;
}

.features .title,
.key-feature .title {
  font-size: 18px;
}

.features .icon,
.key-feature .icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.key-feature {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
}

.key-feature:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.work-process {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-process .title {
  font-size: 20px;
}

.work-process .step,
.work-process .step-icon {
  opacity: 0.06;
}

.work-process a {
  font-size: 15px;
}

.work-process.process-arrow:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 40px;
  top: 80px;
  left: 80%;
  background: url(../images/process.png) center center no-repeat;
  z-index: 1;
}

.work-process.process-arrow:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.work-process:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.work-process.d-none-arrow:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.course-feature .title {
  font-size: 20px;
}

.course-feature .title:hover {
  color: #2f55d4 !important;
}

.course-feature .full-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: -2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.course-feature:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.course-feature:hover .full-img {
  opacity: 0.08;
}

.crypto-table,
.course-feature,
.features-absolute {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.crypto-table,
.course-feature {
  margin: -260px 0 0px;
}

.features-absolute {
  margin: -200px 0 0px;
}

.features-absolute.blog-search {
  margin: -120px 0 0px;
}

.catagories {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.catagories:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.catagories a:hover {
  color: #2f55d4 !important;
}

.app-feature-shape-right:after,
.app-feature-shape-left:after {
  bottom: 0rem;
  width: 30rem;
  height: 40rem;
  border-radius: 10rem;
}

.app-feature-shape-right:after {
  left: 10rem;
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.app-feature-shape-left:after {
  right: 10rem;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.app-subscribe {
  position: absolute;
  top: -200px;
}

.saas-feature-shape-left:after,
.saas-feature-shape-right:after {
  bottom: -3rem;
  width: 35rem;
  height: 35rem;
  border-radius: 15rem;
  -webkit-transform: rotate(145deg);
  transform: rotate(145deg);
}

.saas-feature-shape-left:after {
  left: -10rem;
}

.saas-feature-shape-right:after {
  right: -10rem;
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
  background: rgba(47, 85, 212, 0.1);
  -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
  box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.social-feature-left:after,
.social-feature-right:after {
  width: 450px;
  height: 520px;
  border-radius: 30px;
  bottom: -75px;
}

.social-feature-left:after {
  right: -200px;
}

.social-feature-right:after {
  left: -200px;
}

.explore-feature {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.explore-feature .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.explore-feature:hover {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.explore-feature:hover .icon,
.explore-feature:hover .title {
  color: #2f55d4 !important;
}

@media (max-width: 768px) {
  .app-feature-shape-right:after {
    left: 0;
  }

  .app-feature-shape-left:after {
    right: 0;
  }

  .social-feature-left:after,
  .social-feature-right:after {
    width: 300px;
    height: 400px;
    bottom: -65px;
  }

  .features-absolute {
    margin: -140px 0 0;
  }

  .features-absolute.blog-search {
    margin: -90px 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .process-arrow:after {
    display: none;
  }

  .course-feature,
  .crypto-table {
    margin: 0 0 30px;
  }

  .app-subscribe {
    position: relative;
    top: 0;
  }

  .saas-feature-shape-left:after,
  .saas-feature-shape-right:after {
    bottom: -1rem;
    width: 25rem;
    height: 25rem;
    border-radius: 10rem;
  }
}

@media (min-width: 576px) {
  .p-container {
    max-width: 100%;
  }
}

@media (max-width: 575px) {

  .social-feature-left:after,
  .social-feature-right:after {
    bottom: -35px;
  }

  .social-feature-left:after {
    right: 60px;
  }

  .social-feature-right:after {
    left: 60px;
  }
}

.customer-testi {
  cursor: e-resize;
}

.customer-testi .content:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #3c4858;
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
  box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
  background: #fff !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.pricing-rates {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #adb5bd !important;
}

.pricing-rates .title {
  font-weight: 700;
  font-size: 16px;
}

.pricing-rates .price {
  font-weight: 400;
}

.pricing-rates.business-rate {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 2;
  border-color: #2f55d4;
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  background-color: #ffffff !important;
}

.pricing-rates.business-rate:hover .title {
  color: #2f55d4;
}

.pricing-rates.starter-plan {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  border-color: #2f55d4;
}

.pricing-rates.best-plan {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-rates.best-plan .lable {
  width: 200px;
  position: absolute;
  top: 15px;
  right: -65px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.pricing-rates.best-plan .lable h6 {
  font-size: 12px;
}

.pricing-rates.best-plan:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.invoice-top .logo-invoice {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .pricing-rates.starter-plan {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.watch-video a.watch {
  font-size: 14px;
  font-weight: 700;
}

.watch-video a .play-icon-circle {
  height: 36px;
  width: 36px;
  background-color: #2f55d4;
  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-btn {
  height: 78px;
  width: 78px;
  font-size: 30px;
  line-height: 76px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}

.play-icon i {
  height: 75px;
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
}

.play-icon i:hover {
  -webkit-text-stroke: 2px #2f55d4;
  -webkit-text-fill-color: #2f55d4;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1110px;
}

.blog {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .content h4 {
  line-height: 1.2;
}

.blog .content .title {
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .content .title:hover {
  color: #2f55d4 !important;
}

.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .content .post-meta .like:hover {
  color: #e43f52 !important;
}

.blog .content .post-meta .comments:hover {
  color: #2eca8b !important;
}

.blog .content .post-meta .readmore:hover {
  color: #2f55d4 !important;
}

.blog .author,
.blog .teacher,
.blog .course-fee {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog .author {
  top: 5%;
  left: 5%;
}

.blog .teacher {
  bottom: 6%;
  left: 5%;
}

.blog .course-fee {
  bottom: -5%;
  right: 5%;
  width: 50px;
  height: 50px;
}

.blog .course-fee .fee {
  line-height: 50px;
}

.blog.blog-detail:hover {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.blog:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.blog:hover .overlay {
  opacity: 0.4;
}

.blog:hover .author,
.blog:hover .teacher,
.blog:hover .course-fee {
  opacity: 1;
}

.blog .blog-list-meta {
  position: absolute;
  bottom: 24px;
}

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  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;
  poPoppins-events: none;
}

.sidebar .widget .widget-title {
  font-size: 18px;
}

.sidebar .widget .blog-catagories li {
  padding-bottom: 10px;
}

.sidebar .widget .blog-catagories li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .blog-catagories li a,
.sidebar .widget .blog-catagories li span {
  font-size: 15px;
}

.sidebar .widget .blog-catagories li a {
  color: #3c4858;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .blog-catagories li a:hover {
  color: #2f55d4;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #3c4858;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #2f55d4;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud>a {
  background: #e9ecef;
  color: #3c4858;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px 7px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}

.sidebar .widget .tagcloud>a:hover {
  background: #2f55d4;
  color: #ffffff;
}

.page-title {
  font-size: 20px;
}

.media-list .media .media-heading:hover {
  color: #2f55d4 !important;
}

.media-list .sub-comment {
  border-left: 2px dashed #dee2e6;
}

.blog .overlay,
.job-box .job-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box .job-overlay {
  opacity: 0.6;
}

.job-box .head {
  position: absolute;
  top: 15px;
  right: 15px;
}

.job-box .position {
  position: absolute;
  top: 15px;
  left: 15px;
}

.job-box .position a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box .position a:hover {
  color: #2f55d4 !important;
}

.job-box .firm-logo {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin: 0 auto;
  top: -30px;
}

.job-box .company-name {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.job-box .company-name:hover {
  color: #2f55d4 !important;
}

.job-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (min-width: 1024px) {
  .job-profile {
    top: -378px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .job-profile {
    top: -338px;
  }
}

@media (max-width: 767px) {
  .company-logo {
    float: none !important;
    text-align: left !important;
  }
}

.work-container.work-classic .work-image {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-classic .work-image:hover {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-classic .content .title,
.work-container.work-grid .content .title,
.work-container.work-modern .content .title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  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: #2f55d4 !important;
}

.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons {
  position: absolute;
}

.work-container.work-modern .overlay-work {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.work-container.work-modern .content {
  z-index: 1;
  bottom: 5%;
  left: 5%;
}

.work-container.work-modern .content,
.work-container.work-modern .client {
  opacity: 0;
}

.work-container.work-modern .client,
.work-container.work-modern .read_more {
  z-index: 1;
  right: 5%;
  top: 5%;
}

.work-container.work-modern .read_more {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.work-container.work-modern .icons {
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}

.work-container.work-modern .icons .work-icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.work-container.work-modern .icons .work-icon:hover {
  background: #2f55d4 !important;
  color: #ffffff !important;
}

.work-container.work-modern:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.work-container.work-modern:hover .overlay-work {
  opacity: 0.65;
}

.work-container.work-modern:hover .icons {
  opacity: 1;
}

.work-container.work-modern:hover .personal-port,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .client {
  opacity: 1;
}

.work-container.work-grid {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-grid img,
.work-container.work-grid .content,
.work-container.work-grid .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-grid .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  overflow: hidden;
}

.work-container.work-grid:hover {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-grid:hover img {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.work-container.work-grid:hover .content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.work-details ul li b {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}

.courses-desc img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses-desc:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.courses-desc .overlay-work,
.popular-tour .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses-desc:hover .overlay-work,
.popular-tour:hover .overlay-work {
  opacity: 0.6;
}

.event-schedule {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.event-schedule .date .day {
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(47, 85, 212, 0.1);
  line-height: 48px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
  box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
}

.event-schedule .date .month {
  font-size: 13px;
}

.event-schedule .content .title {
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.event-schedule .content .title:hover {
  color: #2f55d4 !important;
}

.event-schedule .content .location-time {
  font-size: 14px;
}

.event-schedule:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  border-color: #2f55d4 !important;
  background: #f8f9fc !important;
}

.courses-desc {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses-desc .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.courses-desc .content .title:hover {
  color: #2f55d4 !important;
}

.courses-desc .collection,
.courses-desc .preview {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.courses-desc .collection {
  top: 15px;
  left: 15px;
}

.courses-desc .collection i {
  -webkit-text-stroke: 2px #e43f52;
  -webkit-text-fill-color: transparent;
}

.courses-desc .collection i:active {
  -webkit-text-stroke: 0px #e43f52;
  -webkit-text-fill-color: #e43f52;
}

.courses-desc .preview {
  bottom: 15px;
  right: 15px;
}

.courses-desc:hover {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.courses-desc:hover .collection,
.courses-desc:hover .preview {
  opacity: 1;
}

.personal-port {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container-filter li a {
  font-size: 13px;
  padding: 0px 15px;
  margin: 5px 3px;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: poPoppins;
  line-height: 34px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container-filter li a.active,
.container-filter li a:hover {
  color: #2f55d4 !important;
  border-color: #2f55d4 !important;
}

.spacing {
  padding-left: 7px;
  padding-right: 7px;
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shop-list .shop-image .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.shop-list .shop-image .shop-icons {
  top: 15px;
  right: 15px;
  z-index: 2;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
  opacity: 1;
}

.shop-list .shop-image:hover .shop-icons {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.shop-list .content .product-name {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shop-list .content .product-name:hover {
  color: #2f55d4 !important;
}

.popular-tour .content {
  position: absolute;
  bottom: 3%;
  left: 5%;
}

.main-icon {
  border: 2px solid #e9ecef;
  height: 40px;
  width: 40px;
  line-height: 0;
  text-align: center;
}

.main-icon .fea {
  height: 20px;
}

.timeline-page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 95%;
  margin: auto;
  width: 2px;
  background-color: #e9ecef !important;
}

.timeline-page .timeline-item .date-label-left,
.timeline-page .timeline-item .duration-right {
  margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .duration-right:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-color: #2f55d4;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.timeline-page .timeline-item .date-label-left {
  float: right;
  margin-right: 15px;
}

.timeline-page .timeline-item .date-label-left:after {
  right: -37px;
}

.timeline-page .timeline-item .duration-right {
  float: left;
  margin-left: 15px;
}

.timeline-page .timeline-item .duration-right:after {
  left: -37px;
}

.timeline-page .timeline-item .event {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.timeline-page .timeline-item .event.event-description-right {
  margin-left: 15px;
}

.timeline-page .timeline-item .event.event-description-left {
  margin-right: 15px;
  text-align: right;
}

@media (min-width: 768px) {
  .main-icon {
    margin: 0 auto;
  }

  .p-container {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .timeline-page {
    margin-left: 18px;
  }

  .timeline-page:after {
    margin: 0;
  }

  .timeline-page .timeline-item .duration {
    float: left !important;
    margin: 0 0 30px 15px !important;
    text-align: left !important;
  }

  .timeline-page .timeline-item .duration:after {
    left: -21px !important;
  }

  .timeline-page .timeline-item .duration .event {
    text-align: left !important;
    margin-left: 15px;
  }

  .timeline-page .timeline-item .event-description-left {
    text-align: left !important;
    margin: 0 0 0 15px;
  }
}

.team img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team .name:hover {
  color: #2f55d4 !important;
}

.team .team-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team:hover img {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  opacity: 0.2;
}

.team:hover .overlay-team {
  opacity: 0.6;
}

.team:hover .team-icon {
  opacity: 1;
}

.login-page {
  font-size: 15px;
}

.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

.cover-user .container-fluid {
  max-width: 100%;
}

.cover-user .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.cover-user .cover-user-img {
  height: 100vh;
}

.bg-profile {
  padding: 100px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-profile .public-profile {
  top: 175px;
}

.accounts {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accounts .pro-icons,
.accounts .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accounts:hover,
.accounts.active {
  background-color: #2f55d4;
}

.accounts:hover .pro-icons,
.accounts.active .pro-icons {
  color: rgba(255, 255, 255, 0.5) !important;
}

.accounts:hover .title,
.accounts.active .title {
  color: #ffffff !important;
}

@media (min-width: 1025px) {
  .cover-user .cover-user-img {
    padding: 0px 20%;
  }
}

@media (max-width: 768px) {
  .cover-user .padding-less {
    position: relative !important;
    height: 400px !important;
  }

  .cover-user .cover-user-content {
    text-align: left !important;
  }

  .cover-user .cover-user-img {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
    height: auto !important;
  }

  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}

.coming-soon,
.maintenance,
.error-page {
  font-size: 40px;
  letter-spacing: 1px;
}

#countdown .count-down,
#eventdown .count-down {
  display: inline-block;
  margin: 30px 10px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #dee2e6;
  height: 130px;
  width: 130px;
}

#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;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

#eventdown .count-down {
  margin: 10px !important;
  border: 0;
  height: 20px;
  width: 80px;
}

#eventdown .count-down .count-number {
  line-height: 80px;
}

#eventdown .count-down .count-head {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

#clock {
  color: #ffffff;
}

#clock p {
  width: 80px;
}

#clock p span {
  font-size: 40px;
}

#clock p span.indicator {
  font-size: 18px;
}

@media (min-width: 200px) and (max-width: 767px) {

  .coming-soon,
  .maintenance,
  .error-page {
    font-size: 32px;
  }

  #eventdown .count-down {
    width: 60px;
  }

  #eventdown .count-down .count-number {
    font-size: 30px;
  }

  #eventdown .count-down .count-head {
    font-size: 10px;
  }
}

.contact-detail .content .title {
  font-size: 20px;
}

.form-group .icons {
  position: absolute;
  top: 43px;
  left: 18px;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #e43f52;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #e43f52;
  color: #e43f52;
  border-radius: 6px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #2eca8b;
  font-size: 22px;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: #2f55d4;
  border-color: #2f55d4;
}

@media (min-width: 768px) {
  .map.map-height-two iframe {
    height: 551px;
  }
}

.footer {
  background: #000;
  padding: 30px 0;
  position: relative;
  color: #fff;
  border-top: 1px solid #ffffff4d;
}

.footer .logo-footer {
  font-size: 22px;
}

.footer .footer-head {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}

.footer .foot-subscribe .form-control {
  background-color: #27314f;
  border: 1px solid #27314f;
  color: #f8f9fc;
}

.footer .foot-subscribe .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer .foot-subscribe.foot-white .form-control {
  color: #adb5bd;
}

.footer .foot-subscribe input::-webkit-input-placeholder {
  color: #adb5bd;
}

.footer .foot-subscribe input:-ms-input-placeholder {
  color: #adb5bd;
}

.footer .foot-subscribe input::-ms-input-placeholder {
  color: #adb5bd;
}

.footer .foot-subscribe input::placeholder {
  color: #adb5bd;
}


.footer .text-foot {
  font-family: 'Poppins', sans-serif;
  color: #bdbdbd;
  font-weight: 500;
  font-size: 13px;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list li {
  margin-bottom: 0px;
}

.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
  /*  color: #e6e8ea; */
  font-weight: bold;
}

.footer .footer-list li:last-child {
  margin-bottom: 0;
}

.footer.footer-bar {
  padding: 10px 0;
  border-top: 1px solid #ffffff4d;
}

#style-switcher {
  background: none repeat scroll 0 0 #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  left: -189px;
  position: fixed;
  top: 17%;
  width: 189px;
  z-index: 9999;
  padding: 10px 5px;
}

#style-switcher .title {
  font-size: 16px;
}

#style-switcher .bottom {
  background: none repeat scroll 0 0 #ffffff;
}

#style-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #ffffff;
  height: 41px;
  position: absolute;
  right: -41px;
  top: 0px;
  width: 40px;
  padding: 3px;
  border-radius: 0 30px 30px 0;
}

#style-switcher ul.pattern {
  list-style: none outside none;
  overflow: hidden;
  padding: 0;
  border-radius: 0px;
}

#style-switcher ul.pattern li.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 0;
}

#style-switcher ul.pattern li a {
  cursor: poPoppins;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin: 3px;
}

#style-switcher ul.pattern .default {
  background-color: #2f55d4;
}

#style-switcher ul.pattern .green {
  background-color: #6dc77a;
}

#style-switcher ul.pattern .red {
  background-color: #ff5b69;
}

#style-switcher ul.pattern .purple {
  background-color: #7952B3;
}

#style-switcher ul.pattern .skyblue {
  background-color: #32c2ec;
}

#style-switcher ul.pattern .skobleoff {
  background-color: #0f7173;
}

#style-switcher ul.pattern .cyan {
  background-color: #00c9a7;
}

#style-switcher ul.pattern .slateblue {
  background-color: #766df4;
}

#style-switcher .t-dark,
#style-switcher .t-rtl-light {
  display: inline-block;
}

#style-switcher .t-ltr-light,
#style-switcher .t-light,
#style-switcher .t-rtl-dark,
#style-switcher .t-ltr-dark {
  display: none;
}

@media only screen and (max-width: 425px) {
  #style-switcher {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  .hide-mobile {
    display: none !important;
  }
}

.prozo-em {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0px !important;
  font-size: 60px;
  line-height: 1.1 !important;
  text-align: center;
}

.section-em {
  padding: 200px 0px 150px 0px;
  position: relative;
}

.bg-light-em {
  background-color: #000;
  color: #fff;
}

.em-ul {
  list-style: none;
  display: flex;
  width: 50%;
  margin: 0 auto;
}

.em-ul li {
  flex-grow: 1;
  flex-basis: 0;
}

.em-ul li svg {
  margin-top: -2px;
  color: #2f55d4 !important;
}

.em-ul li p {
  display: inline;
}

.title-heading-em {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-heading-em img {
  width: 50px;
  margin: -10px 0px 0px 10px !important;
  display: block !important;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* filter: brightness(0) invert(1); */
}

.prozo-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0px !important;
  font-size: 30px;
  line-height: 1.1 !important;
}

.bounce-3 {
  animation-name: bounce-3;
  animation-timing-function: ease;
}

@keyframes bounce-3 {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.prozo-bg {
  background: #202942;
}

.prozo-shape {
  position: absolute;
  poPoppins-events: none;
  right: 0;
  top: -2px;
  left: 0;
  transform: rotate(180deg);
}

.prozo-bg .card {
  background: transparent;
}

.prozo-subheading {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 0px !important;
  font-size: 20px;
  line-height: 1.2 !important;
}

.picon {
  position: absolute;
  top: 39px;
  left: 18px;
}

.plink {
  display: inline-flex;
  text-decoration: underline;
}

.prozo-bg2 {
  background: #f8f9fc;
}

header {
  -webkit-box-shadow: 0 0 3px rgb(60 72 88 / 32%);
  box-shadow: 0 0 3px rgb(60 72 88 / 32%);
}

header.sub-header {
  margin-top: 0px;
  position: static !important;
  max-height: 40px;
  z-index: 1029 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #3c485852 !important;
}

.sub-header.fix-subheader {
  margin-top: 72px;
  position: fixed !important;
}

.sub-header.nav-sticky {
  border-top: 1px solid #3c485852 !important;
}

.sub-header .navigation-menu>li>a {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  min-height: 40px !important;
}

.sub-header .navigation-menu>li>a {
  font-size: 12px !important;
  letter-spacing: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.sub-header .navigation-menu>li {
  margin: 0px !important;
}

.timeline .content .title {
  font-size: 20px;
  line-height: 1.2;
}

.timeline .content img {
  width: 50px;
}

.prozo-modal {
  background-color: #fff;
}

.prozo-modal .section {
  padding: 50px;
}

.prozo-modal section {
  background-color: #fff;
}

.prozo-modal .close {
  position: absolute;
  z-index: 1;
  right: 8px;
  font-size: 40px;
  top: 0;
}

body.modal-open {
  overflow: hidden !important;
}

.modal {
  padding-right: 0px;
}

#topnav .navigation-menu>li.suppchain-tech {
  display: none;
}

.p-container img {
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
  display: block;
}

.p-ul {
  list-style: none;
  display: flex;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  align-items: center;
}

.p-ul li {
  display: inline;
  width: 15%;
  margin: 0 15px;
}

.p-ul li:first-child {
  margin-left: 0px;
}

.p-ul li img {
  max-height: 35px;
}

.page-header #topnav {
  position: relative;
  margin-top: 0px;
}

.zoom-on-hover {
  transition: transform .3s;
}

.zoom-on-hover:hover {
  transform: scale(1.4)
}

.pjd {
  list-style: decimal-leading-zero !important;
  padding-left: 30px;
}

.pjd li {
  padding: 5px 0px;
}

.pAlert {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999999999999999;
}

p {
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: .2px;
  font-size: 16px;
  font-weight: 400
}

canvas {
  poPoppins-events: none;
}

.client {
  text-align: center;
}

.client img {
  margin-left: auto !important;
  margin-right: auto !important;
  height: 100px;
  width: auto !important;
  max-width: 70%;
  object-fit: contain;
}

@media (max-width: 720px) {
  .em-ul {
    padding: 0px !important;
    width: 100% !important;
  }

  .em-ul li p {
    font-size: 15px !important;
  }

  .title-heading-em img {
    /* display: none !important; */
  }

  .tab .input-group {
    max-width: 100% !important;
  }
}

.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.tab .input-group {
  max-width: 50%;
  margin: 0 auto;
}

.tab .input-group input,
.tab .input-group textarea,
.tab .input-group select {
  height: 50px;
  padding: 10px;
  margin: 5px 0px;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 5px;
}

.tab .input-group input.invalid {
  border-color: #E91E63;
}

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

input.form-control:focus {
  border: 2px solid;
}

ul.custom-style li {
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: .2px;
  font-size: 16px;
  font-weight: 400;
}

h5.smartText,
h2.smartText,
h3.smartText,
h4.smartText {
  font-size: 17px;
  font-weight: 500 !important;
}

.shadowbox {
  background: var(--prozo-gray);
  border: 0px;
  color: var(--prozo-dark);
}

.shadowbox .smartText {
  border-bottom: 1px solid var(--prozo-dark-gray);
  border-top-left-radius: 10;
  border-top-right-radius: 10
}

.logogrid {
  display: inline-flex;
  list-style: none;
  width: 100%;
  align-items: center;
  text-align: justify;
  padding: 0px 10px;
  margin-top: 19px;
}

.logogrid li {
  width: 25%;
  text-align: center;
}

.logogrid.tgrid li {
  width: 50% !important;
}

.miniHeder {
  display: none;
  text-align: center;
  box-shadow: 0 0 3px rgb(60 72 88 / 32%);
  background-color: #23325f;
}

.miniHeder p {
  color: #fff;
}

.miniHeder a {
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: .5px;
  font-weight: 500;
}

@media (max-width: 720px) {
  .miniHeder {
    display: none;
  }

  .shadowbox {
    box-shadow: 0 0px 2px 0 rgb(171 171 171 / 55%);
    -webkit-box-shadow: 0 0px 2px 0 rgb(171 171 171 / 55%);
    -moz-box-shadow: 0 0px 2px 0 rgba(171, 171, 171, .55);
  }
}

.small-text {
  font-size: 15px;
}

.minHeight {
  min-height: 115px;
}

.sub-header {
  padding-top: unset !important;
  padding-bottom: unset !important;
}

.counterParent .shadowbox {
  color: #fff;
}

ul.custom-style li {
  line-height: 30px;
}

.servingCat {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 30px 0px;
  align-items: center;
}

.servingCat div {
  flex-grow: 1;
  flex-basis: 0;
}

.servingCat div .avatar.avatar-ex-sm {
  max-height: 70px !important;
}

.servingCat.channnels div .avatar.avatar-ex-sm {
  max-height: 20px !important;
}

@media (max-width: 900px) {
  .servingCat {
    overflow-x: scroll;
    justify-content: flex-start;
  }

  .servingCat div {
    padding: 0px 30px;
  }

  .textGradient {
    font-size: 16px !important;
    margin-bottom: 0px !important;
  }
}

.textGradient {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  background: yellow;
  padding: 0px 10px;
  border-radius: 3px;
  display: inline-block;
}

#contactForm section {
  padding-bottom: 50px;
}

#client-four .owl-next,
.our-clients1 .owl-next,
.our-clients .owl-next {
  height: 35px;
  width: 35px;
  background: #2f55d4 !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 20px !important;
  position: absolute;
  top: 40%;
  right: -15px;
}

.slick-arrow {
  height: 25px;
  width: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: 6%;
  right: 20px;
  padding: 2px;
  border: 1px solid #000;
  outline: none;
  background: #fff;
  z-index: 1;
}

.slick-arrow.slick-prev {
  right: 50px !important;
}

.mdi.mdi-chevron-left.slick-arrow {
  left: 0 !important;
}

.mdi.mdi-chevron-right.slick-arrow {
  right: 0 !important;
}

#client-four .owl-prev,
.our-clients1 .owl-prev,
.our-clients .owl-prev {
  height: 35px;
  width: 35px;
  background: #2f55d4 !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 20px !important;
  position: absolute;
  top: 40%;
  left: -15px;
}

.clientGrid {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.clientGrid .client {
  text-align: center;
  background: #cccccc5c;
  margin: 15px;
  padding: 15px;
  flex: 1 1 20%;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}

.clientGrid .client a {
  color: inherit;
  font-size: 15px;
  text-decoration: underline !important;
  cursor: default;
}

.bgvideo {
  position: relative;
}

.bgvideo .overlay {
  position: absolute;
  height: 98.8%;
  width: 100%;
  top: 0%;
  background-color: #0423c380;
}

.bgvideo video {
  width: 100%;
  object-fit: cover;
  height: 450px;
}

.bgvideo .text-ov {
  position: absolute;
  top: 150px;
  left: 60px;
  z-index: 1;
  color: #fff;
}

.bgvideo .text-ov h1 {
  font-size: 45px;
}

.headerImages {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: -70px;
}

.headerImages div {
  margin: 10px;
  position: relative;
}

.headerImages div img {
  width: 100%;
}

.headerImages div .ov {
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 0px;
  left: 3px;
  right: 5px;
  background: linear-gradient(0deg, #222222 21.02%, rgba(34, 34, 34, 0.489583) 59.56%, rgba(34, 34, 34, 0) 100%);
  border-radius: 0px 0px 10px 10px;
  margin: 0px;
}

.headerImages div p {
  position: absolute;
  bottom: 0px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}

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

.courier,
.clientsNewPage .client {
  width: 100%;
  padding: 35px;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #cccccc69;
}

.clientsNewPage .client img {
  height: 100px !important
}

.clientsNewPage .client {
  padding: 20px !important;
  flex-direction: column;
}

.clientsNewPage .client h5 {
  display: none;
}

.clientsNewPage .client img {
  margin: 0px !important;
  width: 100% !important;
  height: 60px !important;
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .d-md-block-f {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .bgvideo video {
    height: 350px !important;
  }

  .bgvideo .text-ov {
    left: 10px;
    right: 10px;
  }
}

@media (min-width: 768px) {
  .textOffer {
    width: 130px;
    height: 130px;
    border-radius: 50% !important;
    font-size: 13px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 30%;
    right: -20px;
  }
}

@media (max-width: 500px) {
  .clientGrid .client {
    flex: 1 1 42% !important
  }
}

.xmas {
  /* padding: 5px 10px; */
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  background-color: #ff7878;
  background-image: linear-gradient(315deg, #ff7878 0%, #ff0000 74%);
  position: relative;
  background-image: url(../images/bg.png);
}

.xmas img {
  border-radius: 10px;
}

.xmas p {
  font-size: 14px !important;
}

.oferImg1 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.oferImg2 {
  position: absolute;
  top: -0px;
  left: 0px;
}

.mediaCov {
  background: #cccccc26;
}

.mediaCov h6 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 25px;
  color: #fff;
}

.mediaCov p {
  font-size: 14px;
}

.mediaCov .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mediaCov .meta p {
  margin-top: 10px;
  font-size: 13px;
}

.mediaCov .content {
  height: 111px;
  overflow-y: hidden;
  color: #fff;
}

.mediaCov img {
  filter: invert(1)
}

.mediaCov .content:hover {
  overflow-y: scroll
}

.mediaCov .content::-webkit-scrollbar {
  width: 3px;
}

.mediaCov .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.mediaCov .content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0px solid slategrey;
}

.cusbg {
  background: #00000075;
  padding: 15px 20px;
  border-radius: 15px;
}

.prozo-heading18 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
}

details>summary .smartText small {
  font-weight: 500;
  font-size: 14px !important;
}

details>summary {
  list-style-type: '+';
}

details[open]>summary {
  list-style-type: '-';
}

.detailsFaq details {
  border-radius: 10px;
  margin-bottom: 5px;
  background-color: var(--prozo-gray);
}

.detailsFaq details summary {
  background: var(--prozo-gray);
  padding: 14px 15px 7px 15px;
  border-radius: 10px;
  color: var(--prozo-dark) !important;
}

.detailsFaq details p {
  padding: 10px 20px
}

.cookie-overlay {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 2051;
  line-height: 20px;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background: #fff;
}

.hoverEffect:hover {
  background-color: var(--prozo-blue) !important;
  transition: ease all .5s;
}

.hoverEffect:hover .text-blue,
.hoverEffect:hover .text-dark {
  color: var(--prozo-light) !important;
}

.cookie-overlay a {
  text-decoration: underline;
}

.cookie-overlay .close-cookies {
  cursor: poPoppins;
}

.blue-bg {
  background: #6a49f2 !important;
  color: #fff !important;
}

.blue-bg p {
  color: #fff !important;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

.subtitle {
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
}


@media only screen and (max-width: 425px) {
  .subtitle {
    font-size: 14px;
    /* Adjust to your desired font size for mobile */
  }
}

.subtitle-point {
  font-size: 14px;
  word-break: break-word;
}

@media only screen and (max-width: 425px) {
  .subtitle-point {
    font-size: 12px;
    /* Adjust to your desired font size for mobile */
  }
}

.large-padding {
  padding: 30px 0px
}

@media (max-width: 768px) {
  .large-padding {
    padding: 10px 10px
  }
}

.logo img {
  filter: drop-shadow(1px 1px 0px #000)
}

.black .logo img {
  filter: drop-shadow(1px 1px 0px #fff)
}

.pulse-blue {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 15px;
  background: #6a49f2;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-blue 2s infinite;
}

@media only screen and (max-width: 425px) {
  .pulse-blue {
    font-size: 12px !important;
    /* Adjust to your desired font size for mobile */
  }
}


@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #6a49f2;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.pulse-white {
  color: #6a49f2 !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 15px;
  background: white;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.light-purple-bg {
  background-color: #F6F4FE;
}

.border-color-light {
  border: 1px solid rgba(145, 158, 171, 0.24)
}

.bold25 {
  font-size: 25px;
  font-weight: bold;
}

.prozo-card {
  box-shadow: 0 4px 30px #ede9fe;
  background: #fff;
  border-radius: 20px;
}

.prozo-card-blue {
  box-shadow: 0 4px 30px #ede9fe;
  background: #6a49f2;
  border-radius: 30px;
}

.bg-text {
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: .03;
}

@media (min-width: 1100px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px !important;
  }
}

.borderRadius20 {
  border-radius: 20px;
}

.bg-image {
  background-image: url(../images/new/yt_thumb.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bred_crumb {
  background: #6A49F2;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0px;
}

.bred_crumb::after {
  content: "";
  background-image: url(../images/new/inner_page_banner_overlay.svg);
  position: absolute;
  bottom: -1px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  background-position: center;
}

.page-heading {
  font-size: 45px;
  font-weight: bold
}

.customScroll {
  overflow: auto;
  visibility: hidden;
}

.customScroll:hover,
.customScroll table,
.customScroll div {
  visibility: visible;
}

.customScroll::-webkit-scrollbar {
  width: 15px;
}

.customScroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0px;
}

.customScroll::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: #ccc;
}

.homepagebg {
  background-image: url(../images/new/image06.png);
  background-repeat: no-repeat;
  background-size: 100% 90vh;
  height: 90vh;
  margin-top: 70px;
}

.homepagebg .title-heading .prozo-heading {
  margin-top: 150px
}

.bg-black {
  background-color: #000 !important;
}

.btn-blue {
  background-color: #3646f5;
  color: #fff !important;
}

.white {
  background: #fff !important
}

/* .transparent {
  background: transparent !important
} */

.black {
  background: #000 !important;
}

/* .white a {
  color: #000 !important;
} */

.black a {
  color: #fff !important
}

.white .navigation-menu .has-submenu .menu-arrow,
.white .navigation-menu>.has-submenu:hover .menu-arrow {
  border-color: #000 !important;
}

.black .navigation-menu .has-submenu .menu-arrow,
.black .navigation-menu>.has-submenu:hover .menu-arrow {
  border-color: #fff !important;
}

.mt-100 {
  margin-top: 100px;
}

.page-heading2x {
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
}

@media only screen and (max-width: 425px) {
  .page-heading2x {
    font-size: 25px !important;
    /* Adjust to your desired font size for mobile */
  }
}

.page-heading2xBold {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
}

@media only screen and (max-width: 425px) {
  .page-heading2xBold {
    font-size: 30px !important;
  }
}


.page-heading40 {
  font-size: 35px;
  line-height: 60px;
  font-weight: bold;
}


@media only screen and (max-width: 425px) {
  .page-heading40 {
    font-size: 25px !important;
    /* Adjust to your desired font size for mobile */
  }
}

.increment-number {
  font-size: 30px;
  font-weight: bold;
}

.text-green {
  color: var(--prozo-green);
}

.bgbd:after {
  content: "";
  background-image: linear-gradient(to right, var(--green) 55%, hsla(0, 0%, 100%, 0) 0);
  background-position: 0 100%;
  background-size: 9px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.border-green {
  border: 1px solid #29ff65;
}

.border-left-1-dashed-white {
  border-left: 2px dashed #fff;
}

.border-right-1-dashed-white {
  border-right: 2px dashed #fff;
}

.border-bottom-1-dashed-white {
  border-bottom: 1px dashed #fff;
}

.border-left-1-dashed-blue {
  border-left: 1px dashed #3646f5;
}

.border-bottom-1-dashed-blue {
  border-bottom: 1px dashed #3646f5;
}

.border-left-1-dashed-black {
  border-left: 1px dashed #ffffff4d;
}

.border-bottom-1-dashed-black {
  border-bottom: 1px dashed #ffffff4d;
}

.border-light-black {
  border: 1px dashed #ffffff4d
}

.number {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}

.bg-white .number {
  color: #c2c2c2 !important;
}

.number-black {
  color: #000 !important;
  font-weight: bold;
  font-size: 50px;
}

.faq summary {
  padding: 10px;
  font-size: 16px !important;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}


.secondary-black-bg {
  background-color: #151515 !important;
}

.video-overlay {
  position: absolute;
  color: #fff;
  background: #000000c7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-button {
  border: 0px;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  font-size: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Accordion */

details[open] summary {
  border-bottom: 0px !important;
}

details[open] p {
  padding-bottom: 5px !important;
  padding-left: 30px !important;
  font-size: 13px !important;
  color: var(--prozo-dark) !important;
  /* border-bottom: 1px solid var(--prozo-blue); */
}

.hero-image-new {
  width: 100% !important;
  transform: scale(1.2);
}

.subtitle small {
  font-size: 12px !important;
  font-weight: bold;
}

.shadow-dark {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.page-heading-20 {
  font-size: 18px;
  font-weight: 400;
}

.video-container {
  /* width: 100vw;
  height: 100vh; */
}

.video-container iframe {
  width: 100%;
  border: 0px !important;
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 35vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 100%;
    height: 50vw;
  }
}

.white .navbar-toggle span {
  background-color: #000;
}

.black .navbar-toggle span {
  background-color: #fff;
}

.has-submenu.active:hover {
  border-bottom: 2px solid var(--prozo-dark);
  ;
}

.white .page-heading100,
.bg-black .page-heading100 {
  font-size: 100px;
  line-height: 100px;
}

.page-heading70 {
  font-size: 70px;
  line-height: 70px;
}

.amazon {
  background-color: #f59301;
}

.flipkart {
  background-color: #2874f0;
}

.nykaa {
  background-color: #fc2779;
}

.myntra {
  background-color: #f41cb2;
}

.tatacliq {
  background-color: #a91e3e;
}

.customer-testi.dark .content:before {
  border-color: transparent #000 #000 transparent !important;
}

.how-we-work,
.fulfillment-top-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: stretch;
}

.per33 {
  width: 30%;
}

.fulfillment-top-slider .slider,
.slider-auto {
  position: relative;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}

.min-width-400 {
  min-width: 400px;
}

.fulfillment-top-slider .slider .slider-img,
.slider-auto .slider-img {
  height: 100%;
}

.image-slider img,
.slider-auto .slider-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.fulfillment-top-slider .slider .slider-card {
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.how-we-work .timeline-new {
  margin-left: 75px;
  min-width: 300px;
  flex: 1;
  -webkit-flex: 1;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 100px;
  position: relative;
}

.how-we-work .timeline-new:first-child {
  margin-left: 0px;
}

.how-we-work::-webkit-scrollbar,
.fulfillment-top-slider::-webkit-scrollbar {
  display: none;
}

.how-we-work .timeline-new:after {
  position: absolute;
  content: "";
  right: -75px;
  width: 1px;
  height: 0px;
  border-left: 75px solid #151515;
  border-top: 75px solid transparent;
  border-bottom: 75px solid transparent;
  transition: border 0.3s;
}

.how-we-work .timeline-new:before {
  position: absolute;
  content: "";
  left: -1px;
  width: 0px;
  height: 0px;
  border-left: 75px solid #000;
  border-top: 75px solid transparent;
  border-bottom: 75px solid transparent;
  transition: border 0.3s;
}

.vl {
  border-left: 1px solid #c2c2c2;
  /* height: 200px; */
}

.media.customer-testi img {
  width: 120px !important;
  height: auto !important;
  object-fit: contain;
}

.fix-height-point {
  height: 60px;
}

.single-item-slider .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.single-item-slider .owl-dots button span {
  background-color: #000 !important;
}

.bg-light-white {
  background-color: var(--prozo-gray);
  margin: 5px 0px;
}

.slider .owl-carousel .owl-stage {
  display: flex;
}

.slider .owl-carousel,
.slider .owl-carousel .owl-stage-outer {
  display: flex;
  height: 100%;
}

/* .scroll-smooth {
  scroll-behavior: smooth;
} */

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

.custom-tabs a {
  color: #fff;
}

.custom-tabs a.active {
  color: #000;
  background: #fff !important;
}

.single-item-slider .owl-carousel .owl-stage img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.all-client-logos {
  flex-wrap: wrap;
}

.rever-image img,
.all-client-logos img {
  filter: brightness(.5);
  margin: 0px !important;
}

.all-client-logos .client {
  width: 21%;
  margin: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px;
}

.shadow-carousel .owl-stage-outer {
  margin: -20px;
  padding: 20px;
}

.shadow-carousel .owl-item.active .large-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #f7f7f7 !important;
}

.divider {
  height: 100%;
  width: 15px;
  background: #2e55d4;
  position: absolute;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  left: 0;
}

.divider-sm {
  height: 80%;
  width: 3px;
  background: #2f55d4;
  position: absolute;
  top: 5px;
  left: -5px;
}

.star-rating svg {
  fill: gold;
}

.bg-testimonials {
  background-image: url(../images/new/bg-testimonal.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer.white {
  border-top-color: var(--prozo-gray);
}

.footer.bg-gray {
  border-top-color: var(--prozo-dark-gray);
}

.footer.white a,
.footer.bg-gray a {
  color: #000;
}

.footer.white .text-light,
.footer.bg-gray .text-light {
  color: #000 !important;
}

.footer.footer-bar.white,
.footer.footer.footer-bar.bg-gray {
  background-color: var(--prozo-gray);
}

.footer.footer-bar.white .text-sm-left,
.footer.footer.footer-bar.bg-gray .text-sm-left {
  color: var(--prozo-dark);
}

.footer.footer-bar.white p {
  color: #000 !important;
}

.custom-order {
  background-color: #f7f7f7;
}

@media (min-width: 1000px) {

  .custom-order:nth-child(2n+2) .image {
    order: 2 !important;
  }

  .custom-order:nth-child(2n+2) .text-o {
    order: 1 !important;
  }

  .custom-order:nth-child(2n+1) .image {
    order: 1 !important;
  }

  .custom-order:nth-child(2n+1) .text-o {
    order: 2 !important;
  }

  .white .navigation-menu>li>a,
  .white .has-submenu.active {
    color: #000 !important;
  }

  .fixedHeight {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  section.wipe {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .card-heigth-500-lg {
    height: 520px !important
  }

  .card-heigth-150-lg {
    height: 150px !important
  }

  .image400 {
    height: 400px;
    object-fit: contain;
  }
}

.cp {
  cursor: poPoppins;
}

.owl-carousel.mc .owl-item img {
  width: 100px !important;
}

.card300image {
  height: 235px;
  width: 100%;
  object-fit: cover;
}

.slider-height {
  height: 420px;
  width: 100% !important;
  object-fit: cover;
}

.height200 {
  height: 200px;
}

@media only screen and (max-width: 425px) {
  .height200 {
    height: 100px !important;
  }
}

.height250 {
  height: 210px;
}

.case-study img {
  height: 100% !important;
  object-fit: cover;
}

.minheight500 {
  height: 550px;
  display: flex;
  flex-direction: column;
}

.single-item-slider.owl-carousel.owl-loaded {
  display: flex;
  height: 100%;
}

.single-item-slider.owl-carousel.owl-loaded .owl-item {
  display: flex;
  height: 100%;
}

.single-item-slider.owl-carousel .owl-stage-outer,
.single-item-slider.owl-carousel .owl-stage {
  display: flex;
  height: 100%;
}

.single-item-slider.owl-carousel .slider-img {
  display: flex;
  height: 100%;
}

.single-item-slider.owl-carousel .slider-img img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover
}

.youtube-video {
  border-radius: 20px;
  height: 400px;
  width: 100%;
}

.testimonial-one img:first-child {
  height: 100px;
}

.testimonial-one img:last-child {
  height: 80px;
}

.image-grayscale {
  filter: grayscale(1);
}

@media (max-width: 991px) {

  .new-section-layout .left-right-section .content p {
    width: 100% !important;
  }

  .headingXlarge {
    font-size: 35px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
  }

  @media only screen and (max-width: 425px) {
    .headingXlarge {
      font-size: 30px !important;
      line-height: 38px !important;
      font-weight: 600 !important;
    }
  }

  .clpbg1,
  .clpbg {
    padding-top: 100px;
  }

  .all-client-logos .client {
    width: 45%;
    margin: 5px;
  }

  .divider,
  .divider-sm {
    display: none;
  }

  .height200 {
    height: 150px;
  }



  .page-heading2x,
  .page-heading100,
  .page-heading40 {
    font-size: 32px;
    line-height: 38px;
    word-break: break-word;
  }

  .page-heading {
    font-size: 25px !important;
    line-height: 30px;
    font-weight: bold;
  }

  .border-left-1-dashed-white {
    border-left-width: 0px !important;
  }

  .number,
  .increment-number,
  .page-heading-20 {
    font-size: 20px
  }

  .shadow-card .content {
    padding: 20px !important;
  }

  .subtitle,
  .subtitle-point {
    font-size: 13px;
  }

  .container.mt-100 {
    margin-top: 0px;
  }

  .timeline-new p small {
    font-size: 12px
  }

  .how-we-work .timeline-new {
    margin-left: 40px;
    min-width: 220px;
    height: 100px;
    padding: 10px 10px 10px 50px;
  }

  .how-we-work .timeline-new:before {
    border-left: 40px solid #000;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }

  .how-we-work .timeline-new:after {
    right: -40px;
    border-left: 40px solid #151515;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
  }

  .vl {
    border-left: 0px;
    border-top: 1px solid var(--prozo-gray);
    height: 0px;
    width: 90%;
    margin: 0 auto;
  }

  .hero-image-new {
    transform: scale(1) !important;
  }

  .fix-height-point {
    height: auto !important;
  }

  .fulfillment-top-slider {
    flex-flow: column !important;
  }

  .fulfillment-top-slider .slider {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .min-width-400 {
    min-width: 100% !important;
  }

  #v-pills-oms,
  #v-pills-wms,
  #v-pills-pp,
  #v-pills-pi,
  #v-pills-ps {
    display: block !important;
    margin-top: 50px;
  }

  .slider-height {
    height: 300px !important;
  }

  .image400 {
    width: 100% !important;
  }

  .case-study img {
    height: 250px !important;
    margin-bottom: 20px;
  }
}

.text-tags {
  color: #fff;
  border-bottom: 1px solid #29FF65;
  text-transform: capitalize !important;
}

.text-tags:hover {
  color: #fff;
}

.border-bottom-light {
  border-top: 1px solid #ccc6;
}

.clpbg {
  background-image: url(../images/bgcom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: left;
}

.clpbg1 {
  background-image: url(../images/LP\ Banner.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: left;
}

.cont2 {
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cont2 label,
.cont2 .form-group .form-control,
.cont2 p,
.cont2 a {
  color: #fff;
}

.cont2 .form-group .form-control {
  background: transparent;
}

.cont2 .col-lg-4:nth-child(7) {
  max-width: 100% !important;
  flex: auto !important;
}

/* .submenu .column:nth-child(even) {
  background-color: #F5F5F5
} */

#topnav .navigation-menu>li .submenu {
  /* border-radius: 0px; */
  padding: 0px;
}

#topnav .navigation-menu ul {
  list-style: none;
}

#topnav .navigation-menu>li .submenu .column {
  padding: 20px 20px;
  min-width: 300px;
}


#topnav .navigation-menu>li .mheading {
  font-size: 15px !important;
  text-transform: uppercase;
  color: #9E9E9E !important;
  /* background: -webkit-linear-gradient(#FF7043, #7E57C2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.herobg {
  margin-top: 80px;
  height: calc(100vh - 80px);
}

.herobg~.overlay {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  background-color: #fff;
  height: calc(100vh - 80px);
  opacity: .9;
}

.heading_gradient {
  background: #121FCF;
  background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headingXlarge {
  font-weight: bold;
  font-size: 60px;
  line-height: 80px;
  word-break: break-word;
}

section.plg {
  padding: 50px 0px;
}

.section-noPaddingBottom {
  padding-bottom: 0px !important;
}

.bg-video .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bg-video .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}

.bg-video .overlay .white {
  background: #fff;
}

.bg-video .overlay .black {
  background: #000;
}

.bg-video .content {
  z-index: 3;
  position: relative;
}

.my-lg {
  margin-top: 50px;
  margin-bottom: 50px;
}

.minh-400 {
  min-height: 400px;
}

.highlited-border {
  border-bottom: 8px solid #94194e
}

.circle-content {
  /* border: 10px solid #2f55d4; */
  border-radius: 50%;
  height: 250px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 50px;
  text-align: center;
  text-transform: none;
  box-sizing: content-box;
  margin: 10px;

  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
    repeating-linear-gradient(165deg, #121fcf 0%, #cf1512 100%);
  box-sizing: content-box;
}

section.hero+section {
  margin-bottom: -200px;
  margin-top: -200px;
}

section.hero .subtitle {
  font-size: 25px;
}

@media only screen and (max-width: 425px) {
  section.hero .subtitle {
    font-size: 18px;
    /* Adjust to your desired font size for mobile */
  }
}

.background-video {
  position: relative;
}

.background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

.background-video::before,
.background-video::after {
  height: 10vw;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, transparent 7.5%, #FFF 82.83%);
  will-change: transform;
}

.background-video::after {
  z-index: 2;
  bottom: -1px;
  transform: rotate(180deg);
}

.prozo-card-new {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 320px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.slick-slide>div {
  width: 100%;
  padding: 5px;
}

.slick-slide .item {
  padding: 30px;
}

.bg-white .slick-slide .item {
  /* background-color: #f5f5f5; */
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
}

.bg-black .slick-slide .item {
  background-color: #151515;
}

.slick-slider .slick-track {
  margin-top: 1px;
  margin-left: 1px;
}

.slick-slide .item {
  background-color: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
}

.slick-slide .item img {
  width: 100%;
  height: 100px;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}

img.bright {
  filter: brightness(0.5);
  height: 40px !important;
}

/* Gradient Scrollbar */
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgba(7, 0, 211, 1) 100%);
}

body::-webkit-scrollbar-thumb {
  background: transparent;
  /* opacity: 0; should do the thing either */
  box-shadow: 0px 0px 0px 100000vh black;
}

.left-right-section {
  padding: 10px 0px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  gap: 50px;
}

.left-right-section.fullwidth {
  flex-direction: column;
  align-items: flex-start;
}

.left-right-section.fullwidth .content {
  flex-direction: column;
  align-items: flex-start;
}

.left-right-section.fullwidth .content p {
  width: 100% !important;
}

.left-right-section .figure {
  flex: 0 0 40%;
  /* Flex-grow: 0, Flex-shrink: 0, Flex-basis: 40% */
  display: flex;
  align-items: center;
  /* Center the image vertically */
  justify-content: center;
  /* Center the image horizontally */
}

.left-right-section.fullwidth .figure {
  width: 100%;
}

.left-right-section .figure img {
  height: 100%;
  /* Make the image take the full height of the parent */
  width: auto;
  /* Maintain the aspect ratio */
}

.left-right-section.fullwidth .figure img {
  width: 100% !important;
}

.left-right-section .content {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.new-section-layout .section-line {
  width: 100%;
  position: relative;
}

.new-section-layout .section-line::before {
  content: "";
  position: absolute;
  width: 100px;
  left: 0;
  top: 0;
}

.bg-black .new-section-layout .section-line {
  border-bottom: 1px solid #585555;
}

.bg-gray .new-section-layout .section-line {
  border-bottom: 1px solid var(--prozo-dark-gray);
}

.bg-gray .new-section-layout .section-line::before {
  border-bottom: 1px solid var(--prozo-dark);
}

.bg-black .new-section-layout .section-line::before {
  border-bottom: 1px solid #29ff65;
}

.bg-white .new-section-layout .section-line {
  border-bottom: 1px solid #c2c2c2;
}

.bg-white .new-section-layout .section-line::before {
  border-bottom: 1px solid #000;
}

.new-section-layout .tag {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.new-section-layout .left-right-section {
  margin-top: 100px;
}

.new-section-layout .left-right-section .content p {
  width: 75%;
}

.bg-white .new-section-layout .tag,
.bg-white .new-section-layout .page-heading2x,
.bg-white .new-section-layout .subtitle {
  color: #000;
}

.bg-black .new-section-layout .tag,
.bg-black .new-section-layout .page-heading2x,
.bg-black .new-section-layout .subtitle {
  color: #fff;
}

.new-section-layout .content .image {}

.boxShadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 100px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.shadow-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 100px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 30px;
}

.shadow-card .content {
  padding: 35px
}

.shadow-card .content .title {
  padding-bottom: 24px;
  border-bottom: 1px solid #c2c2c2;
}

.shadow-card .content .title p {
  margin: 0px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
}

.shadow-card .content .description {
  margin-top: 30px;
}

.shadow-card img,
.shadow-card video {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: -7px;
}

.start-line {
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.start-line::before {
  content: "";
  height: 40%;
  position: absolute;
  margin-left: -1px;
}

.bg-white .start-line {
  border-left: 1px solid #c2c2c2;
}

.bg-white .start-line::before {
  border-left: 1px solid #000;
}

.bg-black .start-line {
  border-left: 1px solid #585555;
}

.bg-black .start-line::before {
  border-left: 1px solid #29ff65;
}

.shadow-card .content .title p,
.card-potrait .title {
  margin: 0px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
}

.bg-white .card-potrait .number {
  color: #000;
  font-size: 50px;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.bg-white .card-potrait .number small {
  font-size: 16px;
  color: #9E9E9E;
  text-transform: uppercase;

}

.wipe:nth-last-child(2) {
  margin-bottom: 400px;
}

.poPoppinss {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.poPoppinss .item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #151515;
  height: 80px;
  width: 210px;
  padding: 15px;
  border-radius: 10px;
}

.poPoppinss .item .icon {
  width: 25px;
  display: flex;
  align-self: stretch;
}

.poPoppinss .item .subtitle {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hgrid {
  display: grid;
  position: relative;
  grid-template-columns: 40% 50px calc(100% - 40% - 50px);
  grid-column-gap: 10px;
}

.hgrid.equal {
  grid-template-columns: 45% 50px calc(100% - 45% - 50px);
}

.hgrid.three {
  grid-template-columns: 20% 30% 50px calc(100% - 30% - 50px);
}

.hgrid.three .icon {
  width: 100%;
}

.hgrid.three .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hgrid .title {
  height: 100%;
  position: relative;
}

.hgrid .seperator {
  height: 100%;
  position: relative;
}

.hgrid .content {
  align-self: center;
}

.hgrid .content,
.hgrid .title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hgrid .seperator::before {
  content: "";
  z-index: 1;
  /* height: 30%; */
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
}

.hgrid .seperator::after {
  height: 100%;
  position: absolute;
  left: 50%;
  content: "";
}

.bg-white .hgrid .seperator::after,
.hgrid .seperator::after {
  border-left: 1px solid #c2c2c2;
}

.bg-white .hgrid .seperator::before,
.hgrid .seperator::before {
  border-left: 1px solid #000;
}

.bg-black .hgrid .seperator::after {
  border-left: 1px solid #585555;
}

.bg-black .hgrid .seperator::before {
  border-left: 1px solid #29ff65;
}

.icons-list {
  display: flex;
  width: 100%;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 80px;
}

@media only screen and (max-width: 425px) {
  .icons-list {
    margin-top: 0px;
    /* Adjust to your desired font size for mobile */
  }
}

.icons-list .icon {
  padding: 12px;
  flex: 1
}

.icons-list .icon img {
  width: 100%;
}

.d2c-grid-container {
  display: grid;
  grid-template-columns: 1.3fr 1.2fr;
  grid-template-rows: auto auto auto auto auto auto;
  gap: 10px 30px;
  grid-auto-flow: row;
  grid-template-areas:
    "desc media"
    "desc1 media"
    "desc2 media"
    "desc3 media"
    "desc4 media"
    "desc5 media";

  z-index: 3;
  position: relative;
  margin-top: 100px;
}

.d2c-grid-container .media {
  grid-area: media;
}

.d2c-grid-container .item {
  grid-area: item;
}

.d2c-grid-container .desc {
  grid-area: desc;
}

.d2c-grid-container .item2 {
  grid-area: item2;
}

.d2c-grid-container .desc1 {
  grid-area: desc1;
}

.d2c-grid-container .desc2 {
  grid-area: desc2;
}

.d2c-grid-container .item3 {
  grid-area: item3;
}

.d2c-grid-container .desc3 {
  grid-area: desc3;
}

.d2c-grid-container .item4 {
  grid-area: item4;
}

.d2c-grid-container .desc4 {
  grid-area: desc4;
}

.d2c-grid-container .item5 {
  grid-area: item5;
}

.d2c-grid-container .desc5 {
  grid-area: desc5;
}

.bg-gray {
  background-color: var(--prozo-gray);
}

.bg-gray.footer .text-foot {
  color: var(--prozo-dark);
}

.bg-black form label {
  color: var(--prozo-light);
}

.bg-white form label {
  color: var(--prozo-dark);
}

.bg-black form i {
  color: var(--prozo-green) !important;
}

.bg-black form .info {
  color: var(--prozo-light);
}

.bg-black .contactus h3,
.bg-black .contactus .subtitle {
  color: var(--prozo-light);
}

/* html{
  scroll-behavior: smooth;
} */

.slider-container {
  height: 158px;
  overflow-y: hidden !important;
}

.Category-slick .slider-container {
  height: 360px;
}

.brand-logos {
  margin-top: 140px;
  margin-bottom: 50px;
  position: relative;
  display: block;
  height: 158px;
  overflow-y: hidden;
}

.slider-container {
  position: relative;
  padding: 20px 0px;
}

.slider-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-info button {
  display: flex;
  height: 25px !important;
  width: 25px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--prozo-dark);
  border-radius: 50%;
  background-color: var(--prozo-light);
  transition: all 0.3s ease;
}

.slider-info span {
  font-size: 13px;
  margin-top: 3px;
  font-weight: 500;
}

/* Dynamic arrow positioning for testimonials - Desktop */
.testimonial-slider-container {
  position: relative;
}

.testimonial-slider-container .slider-info {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  left: auto;
  flex-direction: column;
  gap: 10px;
  z-index: 15;
}

.testimonial-slider-container .slider-info button {
  height: 40px !important;
  width: 40px !important;
  border: 2px solid var(--prozo-dark);
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-slider-container .slider-info button:hover {
  background-color: var(--prozo-dark);
  color: white;
  transform: scale(1.1);
}

.testimonial-slider-container .slider-info button:active {
  transform: scale(0.95);
}

.testimonial-slider-container .slider-info span {
  font-size: 12px;
  margin-top: 0;
  font-weight: 600;
  color: var(--prozo-dark);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
  border-radius: 12px;
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Hide arrows on mobile screens */
@media (max-width: 768px) {
  .testimonial-slider-container .slider-info {
    display: none !important;
  }
}

/* Hide arrows on small mobile screens */
@media (max-width: 480px) {
  .testimonial-slider-container .slider-info {
    display: none !important;
  }
}

/* Hide arrows on landscape orientation mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .testimonial-slider-container .slider-info {
    display: none !important;
  }
}

@media only screen and (max-width: 425px) {

  .slick-slide .item {
    padding: 10px 5px !important
  }

  .brand-logos {
    margin-top: -70px;
    /* Reduce top margin for brand slider */
    margin-bottom: 0px
  }
}

.shadow-none .slick-slide .item {
  box-shadow: none;
}

.mp,
.mp .modal-body {
  border-radius: 10px;
}

.bg-black .consent {
  color: var(--prozo-light) !important;
}


.slider-img img {
  /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}

.background-video.bottom-shadow-none::before {
  content: none !important;
}

.background-video.bottom-shadow-none::after {
  height: 7vw !important;
}

.background-video.bottom-shadow-none img {
  box-shadow: 0px -3px 10px -3px rgba(0, 0, 0, 0.1);
}

.tabs-container {
  display: block
}

.tabs-container .tabs {
  display: flex;
  gap: 10px 20px;
  align-items: center;
  justify-content: center;
  overflow-x: scroll;
  padding: 5px 2px;
}

.tabs-container .tabs::-webkit-scrollbar {
  width: 1px;
  height: 0px;
}


.tabs-container .tabs .tab {
  display: flex;
  flex-direction: column;
  align-items: start;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 2px 20px;
  border-radius: 8px;
  cursor: pointer;
}

.tabs-container .tabs .tab .content {
  display: none
}

.tabs-container .tabs .tab:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.tabs-container .tabs .tab i {
  font-size: 25px;
  margin-right: 15px;
}

.tabs-container .tabs .tab.active {
  background-color: var(--prozo-blue);
}

.card {
  border-radius: 0px !important;
}

.tabs-container .tab-content {
  margin-top: 0px;
}

.tabs-container .tabs .tab .subtitle {
  margin: 0px;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 500;
}

.tabs-container .tabs .tab button {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  border: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  font-size: 15px;
  outline: none;
}

.bg-gray .slick-slide .item {
  background-color: transparent !important;
}

.tabs-container .tabs .tab.active i {
  color: var(--prozo-light) !important;
}

.tabs-container .tabs .tab.active .subtitle,
.tabs-container .tabs .tab.active .page-heading-20 {
  color: var(--prozo-light) !important;
}

.scard {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  max-width: 200px;
  position: relative;
}

.scard img {
  /* height: 150px; */
  margin-bottom: 20px;
}

@media (min-width: 1000px) {

  .tabs-container {
    display: grid;
    grid-template-columns: .6fr 1fr;
    gap: 100px;
    align-items: start;
  }

  .tabs-container .tabs {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    position: sticky;
    top: 100px;
  }

  .tabs-container .tabs .tab {
    width: 100%;
  }

  .tabs-container .tab-content {
    margin-top: 0px;
  }

  .sticky-section .stick-it {
    position: sticky;
    top: 100px;
  }

}

.category-ads img {
  filter: invert(1) !important;
  width: 60px;
}

@media (max-width: 1000px) {

  .number-black {
    font-size: 30px;
  }

  .tabs-container .tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .tabs-container .tabs .tab {
    flex: 0 0 auto;
    padding: 15px 15px;
    width: 100%;
  }

  .tabs-container .tabs .tab .content {
    display: block;
  }

  .tabs-container .tabs .tab .content .page-heading-20 {
    margin-top: 20px;
  }

  .tabs-container .tabs .tab i {
    font-size: 18px;
  }

  .tabs-container .tabs .tab .subtitle {
    font-size: 13px;
  }

  .tabs-container .tab-content {
    display: none;
  }

  .hgrid {
    grid-template-columns: 100%
  }

  .d2c-grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-areas:
      "item"
      "desc"
      "item2"
      "desc1"
      "desc2"
      "item3"
      "desc3"
      "item4"
      "desc4"
      "item5"
      "desc5"
      "media";
  }
}



.slick-prev:hover,
.slick-next:hover {
  background-color: #000;
  /* Black background on hover */
  border-color: #fff;
  /* White border on hover */
  color: #fff;
  /* White icon color on hover */
}



.slick-prev svg,
.slick-next svg {
  stroke: currentColor;
  /* SVG stroke color will follow the button's color */
}

.slick-prev:hover svg,
.slick-next:hover svg {
  stroke: #fff;
  /* White icon color on hover */
}

.cert-img {
  width: 120px;
  /* Adjust the width as needed */
  height: 120px;
  /* Adjust the height as needed */
  object-fit: contain;
  /* Ensures the image maintains aspect ratio while fitting within the specified dimensions */
  display: block;
  margin: 0 auto;
  /* Center the image within its container */
}

.accordion-container {
  max-width: 600px;
  margin: 0 auto;
}

.card-header-accordian {
  padding: 15px 20px;
  font-size: 16px;
  /* font-weight: bold; */
  background-color: var(--prozo-light);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.card.active .card-header-accordian {
  background-color: var(--prozo-light);
  /* Blue background for selected */
  color: var(--prozo-blue);
  /* White text for selected */
}

.card-body-accordian {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.6;
}

.career-allocation-card {
  background-color: var(--prozo-blue);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 31px 39px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 350px;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
}

/* .career-allocation-card:hover{
  transform: rotate3d(1, 1, 1, 360deg);
  transition: all 0.5s linear;
} */

.career-allocation-card .item {
  background: var(--prozo-light);
  border-radius: 6px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}

/* .career-allocation-card .item.active {
  background-color: #7ad0ff;
} */

.career-allocation-card .item p {
  margin: 0px;
  font-size: 13px;
  font-weight: 500;
  flex-grow: 1;
}

.career-allocation-card .item i {
  font-size: 25px;
}

.slider-full-height .slider-container {
  height: auto !important;
}

.navigation-active {
  background-color: var(--prozo-blue) !important;
}

.navigation-active p,
.navigation-active p span {
  color: var(--prozo-light) !important;
}

.category-ads .slider-container {
  height: auto !important;
}

.category-ads .slider-container .slick-slide .item img {
  height: 60px !important;
}

.category-ads .slider-container .slick-slide .item {
  background-color: var(--prozo-gray);
}

.lead-page-header {
  background-image: url(../images/16282276_rm222batch2-mind-03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding-bottom: 50px !important;
}

.lead-page-header .contact-form-container {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 20px 30px !important;
}

.clientsNewPage.category-ads {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 20px;
  /* Optional: add padding to the container */
}

.clientsNewPage.category-ads .item {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
}

.clientsNewPage.category-ads .item {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/* Responsive: 3 items per row on mobile */
@media (max-width: 768px) {
  .clientsNewPage.category-ads {
    grid-template-columns: repeat(2, 1fr);
  }

  .clientsNewPage.category-ads .item {
    padding: 10px;
  }

  .category-ads img {
    width: 50px;
    margin-bottom: 10px;
  }

  .category-ads .subtitle {
    margin-bottom: 0px !important;
  }
}

.client-testimonials .slider-container {
  height: auto !important;
}

.lead-form-brands .slick-slide .item {
  background-color: transparent;
}

@media (max-width: 750px) {

  .warehouse-services-page h1,
  .warehouse-services-page,
  h3.font-weight-bold,
  .warehouse-services-page .page-heading40 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
  }

  .warehouse-services-page p.text-dark {
    font-size: 13px;
  }

  .warehouse-services-page p.page-heading-20 {
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  .warehouse-services-page,
  ul li {
    font-size: 13px !important;
    font-weight: normal !important;
  }
}