@charset "UTF-8";
@import url(../vendor/select2/css/select2.min.css);
@import url(../vendor/font-awesome/css/fontawesome.min.css);
@import url(../vendor/font-awesome/css/all.min.css);
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700");
@media (max-width: 576px) {
  .w-sm-75 {
    width: 75%;
  }
}
/*-------------- Global Settings: font weight ----------------*/
html body .font-bold {
  font-weight: 600;
}
html body .font-normal {
  font-weight: normal;
}
html body .f-style {
  font-style: normal;
}

/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}

.icon--xs {
  font-size: 1em;
}

.icon--sm {
  font-size: 2.35714286em;
}

.icon--lg {
  font-size: 5.57142857em;
}

.imagebg:not(.image--light) span {
  color: #fff;
}

/*-------------- Global Settings: Opacity ----------------*/
.op-8 {
  opacity: 0.8;
}

.op-7 {
  opacity: 0.7;
}

.op-5 {
  opacity: 0.5;
}

.op-3 {
  opacity: 0.3;
}

/*-------------- Global Settings: Text Colors ----------------*/
.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #f33066 !important;
}

.text-muted {
  color: #8d97ad !important;
}

.text-warning {
  color: #ff9b20 !important;
}

.text-success {
  color: #2ea033 !important;
}

.text-info {
  color: #03a98a !important;
}

.text-inverse {
  color: #3e4555 !important;
}

html body .text-blue {
  color: #02bec9;
}
html body .text-purple {
  color: #7460ee;
}
html body .text-primary {
  color: #da0b4e !important;
}
html body .text-megna {
  color: #1dc8cd;
}
html body .text-dark {
  color: #8d97ad;
}
html body .text-themecolor {
  color: #da0b4e;
}

/*------------- Global Settings: Avater --------------------*/
img.avatar-30 {
  max-width: 30px;
}

img.avatar-50 {
  max-width: 50px;
}

img.avatar-40 {
  max-width: 40px;
}

img.avatar-60 {
  max-width: 60px;
}

img.avatar-70 {
  max-width: 70px;
}

/*------------- Global Settings: Badge ----------------*/
.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #2ea033;
}

.badge-info {
  background-color: #da0b4e;
}

.badge-primary {
  background-color: #da0b4e;
}

.badge-warning {
  background-color: #ff9b20;
}

.badge-danger {
  background-color: #f33066;
}

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #3e4555;
}

/*------------- Global Settings: Buttons ----------------*/
.btn {
  border: 2px solid transparent;
  color: #ffffff;
  padding: 12px 25px;
  cursor: pointer;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  border-radius: 0.1rem;
}

a.btn-trans-video {
  font-size: 1em;
  padding: 0.8em 1.6em;
  color: #da0b4e;
}
a.btn-trans-video i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  background: #da0b4e;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
  box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
  -webkit-box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
}

.light-vid a.btn-trans-video {
  color: #ffffff;
}
.light-vid a.btn-trans-video i {
  background: #3583ff;
  color: #ffffff;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.5);
}

.btn:hover {
  color: #ffffff;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238;
  padding: 10px 15px;
}
.btn-link .underline {
  border-bottom: 1px solid #263238;
}
.btn-link:hover {
  color: #da0b4e;
}

.btn-light {
  color: #263238;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 5px;
}
.btn-light:hover {
  background: #252c41;
  color: #ffffff !important;
  border-color: #252c41;
}

.btn-lg {
  padding: 0.8em 2em;
  border-radius: 0.4rem;
  font-size: 1.2em;
}

.btn-md {
  padding: 1em 1.5em;
  font-size: 1em;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 10px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.btn-circle.btn-md {
  padding: 18px 0px;
  width: 60px;
  height: 60px;
  font-size: 20px;
}
.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}
.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-rounded {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}

.btn-arrow {
  position: relative;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow:hover span, .btn-arrow:focus span {
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}
.btn-arrow i {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow:hover i, .btn-arrow:focus i {
  opacity: 1;
  right: -2rem;
}

.btn-theme {
  background: #da0b4e;
  border-color: #da0b4e;
  color: #ffffff;
  transition: all ease 0.4s;
}

.btn-theme-2 {
  background: #3151B7;
  border-color: #3151B7;
  color: #ffffff;
  transition: all ease 0.4s;
}
.btn-theme-2:hover, .btn-theme-2:focus {
  background: #da0b4e;
  border-color: #da0b4e;
  color: #ffffff !important;
}

.btn-outline-theme {
  color: #da0b4e;
  background-color: transparent;
  border: 2px solid #da0b4e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-theme:hover, .btn-outline-theme:focus {
  color: #ffffff !important;
  background-color: #da0b4e;
  border-color: #da0b4e;
}

.btn-outline-theme-2 {
  color: #3151B7;
  background-color: transparent;
  border: 2px solid #3151B7;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-theme-2:hover, .btn-outline-theme-2:focus {
  color: #ffffff;
  background-color: #3151B7;
  border-color: #3151B7;
}

.btn-secondary {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #eef0f3;
  color: #8d97ad;
}
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #eef0f3;
  color: #8d97ad;
}
.btn-secondary:hover, .btn-secondary.disabled:hover {
  color: #ffffff !important;
}
.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus {
  color: #ffffff !important;
  background: #263238;
  border-color: #263238;
}
.btn-secondary.disabled.active, .btn-secondary.disabled:active, .btn-secondary.disabled:focus {
  color: #ffffff !important;
  background: #263238;
  border-color: #263238;
}

.btn-primary {
  background: #da0b4e;
  border: 1px solid #da0b4e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-primary.disabled {
  background: #da0b4e;
  border: 1px solid #da0b4e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-primary:hover, .btn-primary.disabled:hover {
  background: #e05707;
  border: 1px solid #e05707;
  color: #ffffff !important;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus {
  background: #345bcb;
}
.btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus {
  background: #345bcb;
}

.btn-themecolor {
  background: #da0b4e;
  color: #ffffff;
  border: 1px solid #da0b4e;
}
.btn-themecolor.disabled {
  background: #da0b4e;
  color: #ffffff;
  border: 1px solid #da0b4e;
}
.btn-themecolor:hover, .btn-themecolor.disabled:hover {
  background: #028ee1;
  border: 1px solid #028ee1;
}

.btn-black {
  background: #263547;
  color: #ffffff;
  border: 1px solid #263547;
}
.btn-black:hover, .btn-black:focus {
  background: #b4b3ff;
  border: 1px solid #b4b3ff;
}

.btn-themecolor.active, .btn-themecolor:active, .btn-themecolor:focus {
  background: #028ee1;
}
.btn-themecolor.disabled.active, .btn-themecolor.disabled:active, .btn-themecolor.disabled:focus {
  background: #028ee1;
}

.btn-success {
  background: #2ea033;
  border: 1px solid #2ea033;
  color: #ffffff;
}
.btn-success.disabled {
  background: #2ea033;
  border: 1px solid #2ea033;
  color: #ffffff;
}
.btn-success:hover, .btn-success.disabled:hover {
  background: #1fd628;
  border: 1px solid #1fd628;
}
.btn-success.active, .btn-success:active, .btn-success:focus {
  background: #1fd628;
}
.btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus {
  background: #1fd628;
}

.btn-info {
  background: #1ac790;
  border: 1px solid #1ac790;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-info.disabled {
  background: #1ac790;
  border: 1px solid #1ac790;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-info:hover, .btn-info.disabled:hover {
  background: #1ac790;
  border: 1px solid #1ac790;
}
.btn-info.active, .btn-info:active, .btn-info:focus {
  background: #0976ea;
}
.btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus {
  background: #0976ea;
}

.btn-warning {
  background: #ff9b20;
  color: #ffffff;
  border: 1px solid #ff9b20;
}
.btn-warning.disabled {
  background: #ff9b20;
  color: #ffffff;
  border: 1px solid #ff9b20;
}
.btn-warning:hover, .btn-warning.disabled:hover {
  background: #f1901a;
  color: #ffffff;
  border: 1px solid #f1901a;
}
.btn-warning.active, .btn-warning:active, .btn-warning:focus {
  background: #f1901a;
  color: #ffffff;
}
.btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus {
  background: #f1901a;
  color: #ffffff;
}

.btn-danger {
  background: #f33066;
  border: 1px solid #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-danger.disabled {
  background: #f33066;
  border: 1px solid #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-danger:hover, .btn-danger.disabled:hover {
  background: #d73e6b;
  border: 1px solid #d73e6b;
}
.btn-danger.active, .btn-danger:active, .btn-danger:focus {
  background: #d73e6b;
}
.btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus {
  background: #d73e6b;
}

.btn-inverse {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #ffffff;
}
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #ffffff;
}
.btn-inverse:hover, .btn-inverse.disabled:hover {
  background: #232a37;
  color: #ffffff;
  border: 1px solid #232a37;
}
.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus {
  background: #232a37;
  color: #ffffff;
}
.btn-inverse.disabled.active, .btn-inverse.disabled:active, .btn-inverse.disabled:focus {
  background: #232a37;
  color: #ffffff;
}

.btn-red {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
.btn-red:hover, .btn-red.disabled:hover {
  border: 1px solid #d61f1f;
  background: #d61f1f;
}
.btn-red.active, .btn-red:active, .btn-red:focus {
  background: #d73e6b;
}
.btn-red.disabled.active, .btn-red.disabled:active, .btn-red.disabled:focus {
  background: #d73e6b;
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #727b84;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background: #263238;
}

.btn-outline-primary {
  color: #da0b4e;
  background-color: #ffffff;
  border-color: #da0b4e;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
  background: #da0b4e;
  color: #ffffff;
  border-color: #da0b4e;
}
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
  background: #345bcb;
}

.btn-outline-success,
a.btn-outline-success {
  color: #2ea033;
  background-color: transparent;
  border-color: #2ea033;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus {
  background: #2ea033;
  border-color: #2ea033;
  color: #ffffff;
}

a.btn-outline-success:hover, a.btn-outline-success:focus, a.btn-outline-success.focus {
  background: #2ea033;
  border-color: #2ea033;
  color: #ffffff;
}

.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:focus {
  background: #1fd628;
}

a.btn-outline-success.active, a.btn-outline-success:active, a.btn-outline-success:focus {
  background: #1fd628;
}

.btn-outline-info {
  color: #1ac790;
  background-color: transparent;
  border-color: #1ac790;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
  background: #1ac790;
  border-color: #1ac790;
  color: #ffffff;
}
.btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:focus {
  background: #1ac790;
}

.btn-outline-warning {
  color: #ff9b20;
  background-color: transparent;
  border-color: #ff9b20;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
  background: #ff9b20;
  border-color: #ff9b20;
  color: #ffffff;
}
.btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:focus {
  background: #f1901a;
}

.btn-outline-danger {
  color: #f33066;
  background-color: transparent;
  border-color: #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
  background: #f33066;
  border-color: #f33066;
  color: #ffffff;
}
.btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus {
  background: #d73e6b;
}

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a;
}
.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
}
.btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:focus {
  background: #d73e6b;
}

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
  background: #3e4555;
  border-color: #3e4555;
  color: #ffffff;
}

.btn-outline-light:hover {
  color: #263238 !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}
.btn-primary.focus:active {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}
.btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}

.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}
.btn-success.focus:active {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}
.btn-success:active:focus, .btn-success:active:hover {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}

.open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}

.btn-success.focus, .btn-success:focus {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover {
  background-color: #1ac790;
  border: 1px solid #1ac790;
  color: #ffffff;
}
.btn-info.focus:active {
  background-color: #1ac790;
  border: 1px solid #1ac790;
  color: #ffffff;
}
.btn-info:active:focus, .btn-info:active:hover {
  background-color: #1ac790;
  border: 1px solid #1ac790;
  color: #ffffff;
}

.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: #1ac790;
  border: 1px solid #1ac790;
  color: #ffffff;
}

.btn-info.focus, .btn-info:focus {
  background-color: #1ac790;
  border: 1px solid #1ac790;
  color: #ffffff;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover {
  background-color: #f1901a;
  border: 1px solid #f1901a;
  color: #ffffff;
}
.btn-warning.focus:active {
  background-color: #f1901a;
  border: 1px solid #f1901a;
  color: #ffffff;
}
.btn-warning:active:focus, .btn-warning:active:hover {
  background-color: #f1901a;
  border: 1px solid #f1901a;
  color: #ffffff;
}

.open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  background-color: #f1901a;
  border: 1px solid #f1901a;
  color: #ffffff;
}

.btn-warning.focus, .btn-warning:focus {
  background-color: #f1901a;
  border: 1px solid #f1901a;
  color: #ffffff;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
  color: #ffffff;
}
.btn-danger.focus:active {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
  color: #ffffff;
}
.btn-danger:active:focus, .btn-danger:active:hover {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
  color: #ffffff;
}

.open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
  color: #ffffff;
}

.btn-danger.focus, .btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
  color: #ffffff;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover {
  background-color: #232a37;
  border: 1px solid #232a37;
  color: #ffffff;
}

.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
  color: #ffffff;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red.focus, .btn-red:active, .btn-red:focus, .btn-red:hover {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px;
}

.btn-warning-light {
  color: #ff8f00 !important;
  background: rgba(255, 143, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning-light:hover, .btn-warning-light:focus {
  color: #ffffff !important;
  background: #ff8f00;
  border-color: #ff8f00;
}

.btn-success-light {
  color: #29cf8d !important;
  background: rgba(41, 207, 141, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.btn-success-light:hover, .btn-success-light:focus {
  color: #ffffff !important;
  background: #29cf8d;
  border-color: #29cf8d;
}

.btn-primary-light {
  color: #da0b4e !important;
  background: rgba(51, 137, 255, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary-light:hover, .btn-primary-light:focus {
  color: #ffffff !important;
  background: #da0b4e;
  border-color: #da0b4e;
}

.btn-danger-light {
  color: #ed2929 !important;
  background: rgba(237, 41, 41, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger-light:hover, .btn-danger-light:focus {
  color: #ffffff !important;
  background: #ed2929;
  border-color: #ed2929;
}

.btn-over-light {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.btn-over-light:hover, .btn-over-light:focus {
  color: #ffffff !important;
  background: #ff8f00;
  border-color: rgba(255, 255, 255, 0.2);
}

.custom-button-primary {
  text-align: center;
  color: #ffffff !important;
  background-color: #1DA1F2 !important;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0.7rem !important;
  text-decoration: none !important;
}
.custom-button-primary:hover, .custom-button-primary:focus {
  color: #ffffff !important;
  background-color: #007DC9 !important;
}

.custom-button-secondary {
  text-align: center;
  min-width: 6em;
  color: #ffffff !important;
  background-color: #FF6636 !important;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0.7rem !important;
}
.custom-button-secondary:hover, .custom-button-secondary:focus {
  color: #ffffff !important;
  background-color: #FC511B !important;
}

.cstm-btn-small-blue {
  text-align: center;
  min-width: 6em;
  color: #ffffff !important;
  background-color: #1DA1F2 !important;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0.5rem !important;
  text-decoration: none !important;
}
.cstm-btn-small-blue:hover, .cstm-btn-small-blue:focus {
  color: #ffffff !important;
  background-color: #1b90d9 !important;
}

.cstm-btn-small-green {
  text-align: center;
  min-width: 6em;
  color: #ffffff !important;
  background-color: #1ac790 !important;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0.5rem !important;
  text-decoration: none !important;
}
.cstm-btn-small-green:hover, .cstm-btn-small-green:focus {
  color: #ffffff !important;
  background-color: #15aa7b !important;
}
.cstm-btn-small-green:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.cstm-btn-small-orange {
  text-align: center;
  min-width: 6em;
  color: #ffffff !important;
  background-color: #FF6636 !important;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0.5rem !important;
  text-decoration: none !important;
}
.cstm-btn-small-orange:hover, .cstm-btn-small-orange:focus {
  color: #ffffff !important;
  background-color: #cd502a !important;
}

.cstm-btn-small-red {
  text-align: center;
  min-width: 6em;
  color: #ffffff !important;
  background-color: #f34d4d !important;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0.5rem !important;
  text-decoration: none !important;
}
.cstm-btn-small-red:hover, .cstm-btn-small-red:focus {
  color: #ffffff !important;
  background-color: #c33b3b !important;
}

/*------------ Global Settings: Common & List ----------------*/
ul:last-child {
  margin: 0;
}

.list-inline li {
  padding: 0 1em;
  margin-left: 0;
}
.list-inline li:first-child {
  padding-left: 0;
}
.list-inline li:last-child {
  padding-right: 0;
}
.list-inline.list-inline--narrow li {
  padding: 0 0.5em;
}
.list-inline.list-inline--wide li {
  padding: 0 2em;
}

.color--white {
  color: #fff !important;
}

.color--dark {
  color: #252525 !important;
}

.color--success {
  color: #4ebf56 !important;
}

.color--error {
  color: #e23636 !important;
}

.bg--dark {
  background: #1f2025 !important;
}
.bg--dark:not(.nav-bar):not(.bar) {
  color: #ffffff;
}
.bg--dark .boxed:not([class*=bg-]) {
  background: none;
  color: #fff;
}

.imagebg:not(.image--light) .boxed:not([class*=bg-]) {
  background: none;
  color: #fff;
}

.bg--dark .large-features-2,
.bg--dark .pr-table-box,
.bg--dark .veticle-large-features-box,
.bg--dark .large-features-box,
.bg--dark .packages_wrapping {
  background: none;
  color: #fff;
}
.bg--dark .boxed:not([class*=bg-]).boxed--border {
  border-color: #2a2b31;
}

.imagebg:not(.image--light) .boxed:not([class*=bg-]).boxed--border {
  border-color: #2a2b31;
}

.bg--dark:not(.nav-bar):not(.bar) h1,
.bg--dark:not(.nav-bar):not(.bar) h2,
.bg--dark:not(.nav-bar):not(.bar) h3,
.bg--dark:not(.nav-bar):not(.bar) h4,
.bg--dark:not(.nav-bar):not(.bar) h5,
.bg--dark:not(.nav-bar):not(.bar) h6,
.bg--dark:not(.nav-bar):not(.bar) i,
.bg--dark:not(.nav-bar):not(.bar) span:not(.btn__text),
.bg--dark:not(.nav-bar):not(.bar) p {
  color: #ffffff;
}
.bg--dark:not(.nav-bar):not(.bar) a:not(.btn) {
  color: #fff;
}

.bg--site {
  background: #ffffff;
}

.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn),
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
  color: #fff;
}
.bg--primary .color--primary {
  color: #fff !important;
}

.bg--light {
  background: #fff;
}
.bg--light p,
.bg--light span,
.bg--light ul,
.bg--light a:not(.btn) {
  color: #666666;
}
.bg--light h1,
.bg--light h2,
.bg--light h3,
.bg--light h4,
.bg--light h5,
.bg--light h6,
.bg--light i {
  color: #252525;
}

.bg--error {
  background: #e23636;
}

.bg--success {
  background: #4ebf56;
}

.imagebg:not(.image--light) .bg--light p,
.imagebg:not(.image--light) .bg--light span,
.imagebg:not(.image--light) .bg--light ul,
.imagebg:not(.image--light) .bg--light a:not(.btn) {
  color: #666666;
}
.imagebg:not(.image--light) .bg--light h1,
.imagebg:not(.image--light) .bg--light h2,
.imagebg:not(.image--light) .bg--light h3,
.imagebg:not(.image--light) .bg--light h4,
.imagebg:not(.image--light) .bg--light h5,
.imagebg:not(.image--light) .bg--light h6,
.imagebg:not(.image--light) .bg--light i {
  color: #252525;
}
.imagebg:not(.image--light) .bg--secondary {
  background: rgba(250, 250, 250, 0.2);
}

.image-bg:not(.image-light) *:not(a) {
  color: #fff;
}

.color--facebook {
  color: #3b5998 !important;
}

.color--twitter {
  color: #00aced !important;
}

.color--googleplus {
  color: #dd4b39 !important;
}

.color--instagram {
  color: #125688 !important;
}

.color--pinterest {
  color: #cb2027 !important;
}

.color--dribbble {
  color: #ea4c89 !important;
}

.color--behance {
  color: #053eff !important;
}

.color--linkedin {
  color: #1685b9 !important;
}

.bg--facebook {
  background: #3b5998 !important;
  color: #fff !important;
}

.bg--twitter {
  background: #00aced !important;
  color: #fff !important;
}

.bg--googleplus {
  background: #dd4b39 !important;
  color: #fff !important;
}

.bg--instagram {
  background: #125688 !important;
  color: #fff !important;
}

.bg--pinterest {
  background: #cb2027 !important;
  color: #fff !important;
}

.bg--dribbble {
  background: #ea4c89 !important;
  color: #fff !important;
}

.bg--behance {
  background: #053eff !important;
  color: #fff !important;
}

.bg--linkedin {
  background: #1685b9 !important;
  color: #fff !important;
}

/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  cursor: pointerer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #d8dfe6;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #d8dfe6;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  background: #da0b4e;
  border-radius: 2px;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
  background: #da0b4e;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.company-brands label {
  font-weight: normal;
  color: #828f99;
  font-size: 15px;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
  outline: none;
}

.company-brands input[type=checkbox]:focus,
.company-brands label:focus {
  outline: none;
}

/*----------- Global Settings: Custom Radio Button ------------*/
[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=radio]:checked + label, [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
[type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #da0b4e;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #da0b4e;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*------------- Global Settings: dropdown ----------------*/
.dropdown-item {
  padding: 8px 1rem;
  color: var(--text-primary) !important;
  font-size: 15.5px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
}

.dropdown-item:hover {
  background-color: var(--border) !important;
  color: var(--text-primary);
}

/*------------ Global Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--header-primary) !important;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.cl_2 {
  color: #242f65;
}

h5 {
  color: var(--text-primary);
}

.font-2 {
  font-family: "Poppins", sans-serif;
}

h1 {
  line-height: 40px;
  font-size: 36px;
}

h2 {
  line-height: 36px;
  font-size: 30px;
}

h3 {
  line-height: 30px;
  font-size: 24px;
}

h4 {
  line-height: 26px;
  font-size: 21px;
}

h5 {
  line-height: 22px;
  font-size: 18px;
}

h6 {
  line-height: 20px;
  font-size: 16px;
}

.lead {
  font-size: 20px !important;
}

.lead-i {
  font-family: "Work Sans", sans-serif;
  font-size: 22px !important;
  font-style: italic;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.display-7 {
  font-size: 26px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

html body .dl {
  display: inline-block;
}
html body .db {
  display: block;
}

.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}

.circle {
  border-radius: 100%;
}

.theme-cl {
  color: #da0b4e;
}

.theme-bg {
  background: #da0b4e;
}

.devided {
  position: relative;
  border-top: 1px solid #eaedf5;
}
.devided span {
  text-align: center;
  position: relative;
  padding: 5px 20px 6px;
  border: 1px solid #eaedf5;
  border-radius: 50px;
  line-height: 0;
  background: #ffffff;
  top: -12px;
}

/*-------------- Global Settings: Labels ----------------*/
.label {
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}

.label-rounded {
  border-radius: 60px;
}

.label-custom {
  background-color: #1dc8cd;
}

.label-success {
  background-color: #2ea033;
}

.label-info {
  background-color: #da0b4e;
}

.label-warning {
  background-color: #ff9b20;
}

.label-danger {
  background-color: #f33066;
}

.label-megna {
  background-color: #1dc8cd;
}

.label-primary {
  background-color: #da0b4e;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #3e4555;
}

.label-default {
  background-color: #f4f8fa;
}

.label-white {
  background-color: #ffffff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #da0b4e;
}

.label-light-info {
  background-color: #cfecfe;
  color: #da0b4e;
}

.label-light-warning {
  background-color: #fff8ec;
  color: #ff9b20;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #f33066;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #1dc8cd;
}

.label-light-primary {
  background-color: #f1effd;
  color: #da0b4e;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555;
}

/*------------------------ Global Settings: Lists ------------------*/
.lists-4,
.lists-3,
.lists-2,
.lists-1 {
  margin: 0;
  padding: 0;
}

.lists-4 li,
.lists-3 li,
.lists-2 li,
.lists-1 li {
  list-style: none;
  margin: 1px 0 14px;
  line-height: 27px;
  margin-left: 22px;
  position: relative;
}

.lists-4 li:before,
.lists-3 li:before,
.lists-2 li:before,
.lists-1 li:before {
  font-family: "themify";
  margin: 0;
  position: relative;
  color: #66676b;
  float: left;
  margin-left: -22px;
  display: block;
}

.lists-4.color li:before,
.lists-3.color li:before,
.lists-2.color li:before {
  color: #D70040;
}

.lists-1.color li:before {
  color: #D70040;
}
.lists-1 li:before {
  content: "\e71b";
  font-size: 13px;
}

.lists-2 li:before {
  content: "\e724";
  font-size: 13px;
}

.lists-3 li:before {
  content: "\e64c";
  font-size: 13px;
}

.lists-4 li:before {
  content: "\e65d";
  font-size: 13px;
}

/*--------------- Global Settings: On off switch ---------------*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-right: 27px;
  background-color: #da0b4e;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 24px;
  background-color: #3e4555;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/*----------- Global Settings: Pagination ------------------*/
.pagination {
  display: table;
  padding-left: 0;
  border-radius: 4px;
  margin: 20px auto 0 !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0;
  margin: 5px;
  color: #5a6f7c;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #eaeff5;
}
.pagination > .active > a {
  z-index: 2;
  color: #ffffff;
  cursor: pointer;
  background-color: #da0b4e;
  border-color: #da0b4e;
}
.pagination > .active > a:focus, .pagination > .active > a:hover {
  z-index: 2;
  color: #ffffff;
  cursor: pointer;
  background-color: #da0b4e;
  border-color: #da0b4e;
}
.pagination > .active > span {
  z-index: 2;
  color: #ffffff;
  cursor: pointer;
  background-color: #da0b4e;
  border-color: #da0b4e;
}
.pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #ffffff;
  cursor: pointer;
  background-color: #da0b4e;
  border-color: #da0b4e;
}
.pagination > li > a:focus, .pagination > li > a:hover {
  z-index: 2;
  color: #ffffff;
  cursor: pointer;
  background-color: #da0b4e;
  border-color: #da0b4e;
}
.pagination li:first-child a {
  background: #da0b4e;
  border: 1px solid #da0b4e;
  border-radius: 50% !important;
  color: #fff;
}
.pagination li:last-child a {
  background: #35434e;
  border: 1px solid #35434e;
  border-radius: 50% !important;
  color: #fff;
}
.pagination > li {
  display: inline;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #da0b4e;
  border-color: #da0b4e;
}

/*------------------------------------
	Preloader
------------------------------------*/
.preloader {
  background-color: var(--bg-secondary);
  background-image: var(--preloader);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

i.req {
  color: #e41515;
}

ul {
  padding: 0;
  margin: 0;
}

/*------------ Global Settings: Spinner ----------------*/
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
  border: 3px solid;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

/* .spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
} */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 30px;
  height: 30px;
}

/*------------ Global Settings: Table ------------*/
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid transparent;
  border-top: 0px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--border) !important;
  color: var(--text-primary) !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
  border-top: 1px solid #f7f9fb;
}
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  border-top: 1px solid #f7f9fb;
}
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #f7f9fb;
}
.table tr th,
.table tr td {
  border-color: #eaeff5;
  padding: 12px 15px;
  vertical-align: middle;
}
.table.tbl-big tr th,
.table.tbl-big tr td {
  padding: 20px 15px;
}
.table.tbl-big.center tr th,
.table.tbl-big.center tr td {
  padding: 20px 15px;
  text-align: center;
}

table.table tr th {
  font-weight: 600;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e !important;
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/*----------- Global Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
  margin: 2.77em 0;
}

.video-play-icon {
  width: 6.42857143em;
  height: 6.42857143em;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: inline-block;
  border: 2px solid #ffffff;
  cursor: pointer;
  line-height: 6em;
  background: #ffffff;
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}
.video-play-icon a {
  font-size: 3em;
  color: #da0b4e;
}

/*---------- Alert Top ---------------*/
.alert.alert_top {
  background: #003783;
  padding: 0.55rem 1.25rem;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
}

.alert_caption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.alert_rate {
  display: inline-block;
  margin-right: 10px;
  font-size: 9px;
  color: #ffffff;
}
.alert_rate i.filled {
  color: #FF9800;
}
.alert_rate i {
  margin-right: 2px;
}

.alert_caption {
  color: #5ab2fe;
}
.alert_caption a {
  color: #ffffff;
}
.alert_caption p {
  margin: 0;
  display: inline-block;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 0.65rem 1.25rem;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}

/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/
/*---------- Call To Action -------------------*/
.call-to-act-wrap {
  padding: 50px 0;
}

.call-to-act {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  align-items: center;
}

.call-to-act-head {
  flex: 1;
}

.call-to-act h3 {
  color: #ffffff;
  margin-bottom: 5px;
}

.btn.btn-call-to-act {
  background: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  color: #333640;
  font-weight: 600;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

/*---------- Small footer -------------------*/
footer {
  border-top: 1px solid var(--bg-secondary);
  z-index: 99;
  padding-top: 60px;
  position: relative;
}
footer.dark-footer {
  background: #252c41;
}

.footer-logo {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #eaeef3;
  border-bottom: 1px solid #eaeef3;
}

footer.footer-small {
  padding: 50px 0 0 0;
}

img.img-footer {
  max-width: 150px;
  margin-bottom: 2rem;
}

.ft-itext {
  font-weight: 500;
  font-size: 16px;
  text-align: center !important;
  margin: 10px;
}
.ft-itext i {
  margin-right: 5px;
}

ul.social {
  margin: 0;
  padding: 0;
}
ul.social li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
ul.social li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
  line-height: 40px;
  text-align: center;
}

.footer-add {
  color: #858b9f;
  font-size: 13px;
}

.ft-copyright {
  border-top: 1px solid #eaeef3;
  padding: 15px 0 12px 0;
}
.ft-copyright p {
  margin-bottom: 0;
}

.footer-logo img {
  max-width: 185px;
}

.footer-widget {
  padding: 0px 0 30px;
}

h4.widget-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
}

.footer-widget ul {
  padding: 0;
  margin: 0;
}
.footer-widget ul li {
  list-style: none;
  margin-top: 15px;
  display: block;
}
.footer-widget ul li a {
  color: #626a70;
}

footer.skin-dark-footer h4 {
  color: #ffffff;
}
footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer a {
  color: #858b9f;
  transition: all ease 0.4s;
  font-size: 14px;
}
footer.skin-dark-footer {
  color: #858b9f;
  transition: all ease 0.4s;
  font-size: 14px;
}
footer.skin-dark-footer .footer-widget ul li a:hover, footer.skin-dark-footer .footer-widget ul li a:focus {
  color: #ffffff;
}

.widget_media_image {
  margin-top: 3rem;
}

.footer-bottom {
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid var(--bg-secondary);
}

.skin-dark-footer .footer-bottom {
  background: #1b2132;
  border-top: none;
}

ul.footer-bottom-social {
  margin: 0;
  padding: 0;
}
ul.footer-bottom-social li {
  display: inline-block;
  list-style: none;
  margin-right: 17px;
  margin-top: 0;
}
ul.footer-bottom-social li a {
  color: #546e7a;
}
ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus {
  color: #007bff;
}
ul.footer-bottom-social li i {
  margin-right: 5px;
}

footer.skin-dark-footer ul.footer-bottom-social li a {
  color: #858b9f;
  font-size: 14px;
}
footer.skin-dark-footer ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus {
  color: #ffffff;
  opacity: 1;
}

.fw {
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  width: 100%;
}
.fw:last-child {
  margin: 0;
}
.fw:before {
  font-family: "themify";
  vertical-align: initial;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.fw.fw-location:before {
  content: "\e693";
}
.fw.fw-mail:before {
  content: "\e75a";
}
.fw.fw-call:before {
  content: "\e621";
}
.fw.fw-skype:before {
  content: "\e72d";
}
.fw.fw-web:before {
  content: "\e665";
}

.other-store-link {
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
}
.other-store-link:last-child {
  margin-bottom: 0;
}

.other-store-app {
  width: 250px;
  height: 70px;
  border: 1px solid #353d56;
  border-radius: 4px;
  padding: 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
}

.os-app-caps span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #858b9f;
}

.os-app-icon {
  margin-right: 13px;
}
.os-app-icon i {
  font-size: 32px;
}

.os-app-caps {
  font-size: 18px;
  font-weight: 600;
}

.f-newsletter {
  max-width: 510px;
  margin-top: 15px;
  display: block;
  position: relative;
}
.f-newsletter .form-control {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #7f8ca2;
  background-color: transparent;
  border: 2px solid #a5aebf;
  padding: 18px 20px 18px;
  border-radius: 3px;
  height: 60px;
}

.skin-dark-footer .f-newsletter .form-control {
  border: 2px solid #9ea6ba;
}

.f-newsletter .btn {
  bottom: 4px;
  position: absolute;
  right: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 18px 12px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  border-width: 0;
  color: #9ea6ba;
  cursor: pointer;
  border-radius: 2px;
  height: 52px;
  background: transparent;
}

.skin-dark-footer .form-control::-webkit-input-placeholder, .skin-dark-footer .form-control:-ms-input-placeholder, .skin-dark-footer .form-control::placeholder {
  color: #9ea6ba;
}

.light-footer .other-store-app {
  color: #4a5682;
  border: 1px solid #d9dde8;
}

/*------- Footer Top -------------*/
.foot-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.foot-news-first {
  padding-right: 2rem;
}

/**************************************
	Header Navigation Styles
***************************************/
/*----------- Navigation -------------*/
.nav-brand {
  color: #404656;
}
.nav-brand:focus, .nav-brand:hover {
  color: #404656;
}

.nav-menu > li > a {
  color: var(--text-primary);
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
  list-style: none;
}

.menu__link {
  -webkit-tap-highlight-color: transparent;
}

.navigation {
  -webkit-tap-highlight-color: transparent;
}
.navigation * {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.navigation {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.nav-toggle,
.navigation-hidden .nav-header {
  display: none;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
  letter-spacing: 0.1px;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 17px 15px;
  font-size: 24px;
  margin-right: 1rem;
  padding-left: 0;
  text-decoration: none !important;
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown > li > a,
.nav-menu > li > a,
nav a {
  text-decoration: none;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus > img {
  outline: initial;
}

.deatils ul li a,
.indicate a {
  outline: 0;
}

.menu__link:focus, .menu__link:hover {
  outline: 0;
}

nav a {
  outline: 0;
}
nav a:focus, nav a:hover {
  outline: 0;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}

.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #1c2138;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #2d3454;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #2d3454;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li > a {
  padding: 30px 12px;
  display: inline-block;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  height: auto;
  width: 100%;
  color: #787fa0;
  padding: 12px 15px 12px 26px;
}

.nav-menu > .active > a,
.nav-menu > .focus > a {
  color: #D70040 !important;
}
.nav-menu > li:hover > a {
  color: #D70040 !important;
}
.nav-menu > li > a > [class*=ion-],
.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -ms-transform: scale(1.4);
  /* transform: scale(1.4); */
  top: 1px;
  position: relative;
}
.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  border: none !important;
}
.nav-menu + .nav-menu > li:first-child {
  position: relative;
}
.nav-menu + .nav-menu.dhsbrd > li:first-child:before {
  display: none;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa,
.nav-menu.nav-menu-social > li > a > .fas {
  font-size: 15px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron,
.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #D70040 #D70040 transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: color 0.3s;
}
.nav-search-icon:after {
  content: "";
  pointer-events: none;
}
.nav-search-icon:before {
  content: "";
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #D70040;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type=search], .nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: 0;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type=search], .navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button,
.nav-text {
  display: inline-block;
  font-size: 14px;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #D70040;
  transition: opacity 0.3s;
}
.nav-button:focus, .nav-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  color: #70798b;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 250px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li .nav-dropdown {
  border: none;
  padding: 15px;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
  -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}
.nav-menu > li > .nav-dropdown:before {
  background-color: #ffffff;
  content: "";
  width: 22px;
  height: 22px;
  left: 27px;
  top: -12px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 14px 20px 14px 10px;
  border-bottom: 1px solid #e4e8ec;
  display: inline-block;
  float: left;
  color: #70798b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-dropdown > li:last-child > a {
  border-bottom: none;
}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
  padding-left: 20px;
  color: #D70040;
}

.social-icon a i,
.social-icons a i {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 16px;
}

.nav-dropdown > .focus > a,
.nav-dropdown > li:hover > a {
  color: red;
}
.nav-dropdown.nav-dropdown-left {
  right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}

.menu__list,
.navbar,
nav a {
  position: relative;
}

.navigation-portrait .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-dropdown > .focus > a .submenu-indicator-chevron,
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #D70040 #D70040 transparent;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

nav a {
  display: inline-block;
}

.header {
  background: var(--bg-secondary);
  z-index: 4;
}

.header-top {
  padding: 1em 0;
  background: #05222A;
}

.indicate {
  float: left;
}

.deatils {
  float: right;
}

.indicate a {
  font-size: 1.1em;
  color: #C6C7C7;
  vertical-align: middle;
}

.deatils ul li i {
  font-size: 1.2em;
  color: #888f90;
  vertical-align: middle;
}

.indicate i {
  font-size: 1.2em;
  color: #888f90;
  vertical-align: middle;
  margin-right: 0.5em;
}

.deatils ul li {
  display: inline-block;
  margin: 0 5px;
}
.deatils ul li i {
  margin-right: 0.5em;
}
.deatils ul li a {
  font-size: 1.1em;
  color: #C6C7C7;
  vertical-align: middle;
}

.social-icons {
  float: right;
  margin-top: 0.7em;
}

.logo h1 a {
  color: #fff;
  font-size: 1.3em;
}
.logo span {
  display: block;
  font-size: 0.32em;
  letter-spacing: 4px;
}

.header-bottom {
  padding: 1em 0;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-default {
  background: #fff;
  border: none !important;
}
.navbar-default .navbar-nav > li > a {
  color: #05222A;
  font-size: 1.3em;
  font-weight: 900;
}
.navbar-default .navbar-nav > .active > a {
  color: #02B875;
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #02B875;
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #02B875;
  background-color: #fff;
}

.navbar {
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar-default .navbar-nav > .open > a {
  color: #05222A;
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #05222A;
  background-color: #fff;
}

.menu__list {
  -webkit-flex-wrap: inherit;
  flex-wrap: inherit;
}

.menu__item {
  display: block;
  margin: 1em 0;
}

.menu__link {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.menu--francisco .menu__item {
  margin: 0 1.5em;
}
.menu--francisco .menu__link {
  position: relative;
  overflow: hidden;
  height: 3em;
  padding: 1em 0;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu--francisco .menu__link:focus, .menu--francisco .menu__link:hover {
  color: #929292;
}
.menu--francisco .menu__item--current .menu__link {
  color: #02B875;
}
.menu--francisco .menu__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background: #02B875;
  -webkit-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
  -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
  transition: transform 0s 0.3s, opacity 0.2s;
}
.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu--francisco .menu__helper {
  display: block;
  pointer-events: none;
}
.menu--francisco .menu__item--current .menu__helper {
  -webkit-animation: anim-francisco 0.3s forwards;
  animation: anim-francisco 0.3s forwards;
}

.menu__link:hover .menu__helper {
  -webkit-animation: anim-francisco 0.3s forwards;
  animation: anim-francisco 0.3s forwards;
}

@-webkit-keyframes anim-francisco {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-francisco {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.nav-menu.nav-menu-social > li.login_click {
  border-radius: 2px;
  top: 19px;
  position: relative;
  height: 45px;
  padding: 0px;
  margin-left: 10px;
}
.nav-menu.nav-menu-social > li.login_click.style-2 {
  border-radius: 4px;
  min-width: 140px;
  top: 17px;
  position: relative;
  height: 46px;
}
.nav-menu.nav-menu-social > li.login_click.dark-bg {
  background: #2e3654;
}
.nav-menu.nav-menu-social > li.login_click.bg-whit {
  background: #ffffff !important;
}
.nav-menu.nav-menu-social > li.login_click.bg-whit a {
  color: #333333 !important;
}

.nav-brand img {
  max-width: 120px;
  position: relative;
  top: 4px;
}

.nav-menu.nav-menu-social > li.login_click {
  border-radius: 4px;
  top: 20px;
  position: relative;
  height: 42px;
  padding: 0 5px;
  margin-left: 10px;
  background: #131b31;
  border: 1px solid #131b31;
}
.nav-menu.nav-menu-social > li.login_click.search {
  border-radius: 4px;
  top: 20px;
  position: relative;
  height: 42px;
  padding: 0 5px;
  margin-left: 10px;
  background: transparent;
  border: none;
}

.login_click.search .form-inline.addons .form-control {
  border-radius: 3px 0px 0px 3px;
  height: 42px;
  font-size: 13px;
}
.login_click.search .form-inline.addons button {
  border-radius: 0 3px 3px 0;
  height: 42px;
  padding: 0 15px 0 0px;
}

.nav-menu.nav-menu-social > li.login_click.bg-green {
  background: #00ba74;
  border: 1px solid #00ba74;
}
.nav-menu.nav-menu-social > li.login_click.bg-red {
  background: #da0b4e;
  border: 1px solid #da0b4e;
}
.nav-menu.nav-menu-social > li.login_click.bg-blue {
  background: #2983f5;
  border: 1px solid #2983f5;
}
.nav-menu.nav-menu-social > li.login_click.light {
  transition: all ease 0.4s;
  background: #ffffff;
  border: 1px solid rgba(100, 123, 156, 0.3) !important;
}
.nav-menu.nav-menu-social > li.login_click.light a {
  color: #da0b4e !important;
}
.nav-menu.nav-menu-social > li.login_click.light.green a {
  color: #202b44 !important;
}
.nav-menu.nav-menu-social > li.login_click.light:hover, .nav-menu.nav-menu-social > li.login_click.light:focus {
  background: #da0b4e;
  border-color: #da0b4e !important;
}
.nav-menu.nav-menu-social > li.login_click.light:hover a, .nav-menu.nav-menu-social > li.login_click.light:focus a {
  color: #ffffff !important;
}

/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
  position: relative;
  padding: 19px 15px;
}

.dropdown-menu {
  background-color: var(--bg-secondary) !important;
}

.account-drop .dropdown-menu a {
  padding: 0.6rem 0;
  font-size: 14px;
}
.account-drop .dropdown-menu {
  top: 60px !important;
  right: 0 !important;
  background: #fff;
  box-shadow: none;
  border: solid 1px #ebedf3;
  min-width: 200px;
  left: initial !important;
  padding: 0.4rem 1rem;
}

/*----------Dark Menu --------*/
.header.head-shadow {
  box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
  -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
}

@media (min-width: 992px) {
  .nav-menu.nav-menu-social > li.login_click.bg-white {
    background: #ffffff !important;
  }
  .nav-menu.nav-menu-social > li.login_click.bg-white a {
    color: #333333 !important;
  }
  .header.header-fixed {
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  .nav-menu.nav-menu-social > li.login_click a {
    top: -11px;
    /* top: 0; */
    padding: 20px 15px;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
  }
  .nav-menu.nav-menu-social > li.login_click.style-2 a {
    top: -16px;
  }
  .header.header-dark {
    background-color: #1f263e;
  }
  .header.header-dark .nav-brand {
    color: #ffffff;
  }
  .header.header-dark .nav-brand:focus, .header.header-dark .nav-brand:hover {
    color: #ffffff;
  }
  .header.header-dark .nav-menu > li > a {
    color: #ffffff;
  }
  .header.header-dark .nav-menu > li .nav-dropdown {
    background: #232b46;
  }
  .header.header-dark .nav-dropdown > li > a {
    border-bottom: 1px solid #2e3654;
  }
  .header.header-dark .nav-menu > li > .nav-dropdown:before {
    background-color: #232b46;
  }
  .header.header-transparent {
    background: #003783;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    z-index: 4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header.header-transparent.header-fixed {
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #003783;
    position: relative;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  .header.header-transparent .nav-brand {
    color: #ffffff;
  }
  .header.header-transparent .nav-brand:focus, .header.header-transparent .nav-brand:hover {
    color: #ffffff;
  }
  .header.header-transparent .nav-menu > li > a {
    color: #ffffff;
  }
  .header.header-transparent.header-fixed .nav-brand {
    color: #ffffff;
  }
  .header.header-transparent.header-fixed .nav-brand:focus, .header.header-transparent.header-fixed .nav-brand:hover {
    color: #ffffff;
  }
  .header.header-transparent.header-fixed .nav-menu > li > a {
    color: #ffffff;
  }
  /*------ transparent --------*/
  .change-logo .nav-brand.fixed-logo {
    display: none;
  }
  .change-logo.header-fixed .nav-brand.fixed-logo {
    display: block;
  }
  .change-logo.header-fixed .nav-brand.static-logo {
    display: none;
  }
  .dark-text .nav-brand {
    color: #404656;
  }
  .header-transparent.dark-text .nav-brand:focus, .header-transparent.dark-text .nav-brand:hover {
    color: #404656;
  }
  .header-transparent.dark-text .nav-menu > li > a {
    color: #404656;
  }
  .header-transparent.dark-text .nav-menu > li > a:hover, .header-transparent.dark-text .nav-menu > li > a:focus {
    color: #D70040;
  }
}
/*------ drop down style --------*/
nav .menu > li.dropdown > a:before, nav .menu > li.megamenu > a:before {
  margin-left: 10px;
  content: "\e61a";
  font-family: "themify";
  float: right;
  position: relative;
  font-size: 12px;
  top: 2px;
}
nav .menu > li.dropdown li.dropdown > a:before {
  margin-left: 10px;
  content: "\e649";
  font-family: "themify";
  float: right;
  position: relative;
  font-size: 14px;
  top: 1px;
}
nav .menu li.dropdown.open > a {
  color: #e74c3c;
}

.top-header {
  background: #333c56;
  padding: 12px 0;
  color: #ffffff;
}

.cn-info ul {
  padding: 0;
  margin: 0;
}
.cn-info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.cn-info ul li i {
  margin-right: 5px;
}
.cn-info ul li:last-child {
  margin-right: 0;
}

.top-social {
  padding: 0;
  margin: 0;
  float: right;
}
.top-social li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.top-social li:last-child {
  margin-right: 0;
}
.top-social li a {
  color: #ffffff;
}

.mg-menu-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.mg-menu-items i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.mg-menu-items h5 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 16px;
  font-size: 15px;
  color: #031b4e;
  margin-bottom: 0;
}
.mg-menu-items h5 > span {
  color: #72809D;
  display: block;
  font-weight: 500;
  font-family: "Muli", sans-serif;
}

.account-drop .btn.btn-order-by-filt {
  padding: 0;
  box-shadow: none;
  margin-top: 5px;
  font-weight: 600;
}
.account-drop .btn.btn-order-by-filt img.avater-img {
  width: 35px;
  border-radius: 50%;
  margin-right: 7px;
}

li.login-attri .account-drop a {
  height: auto;
  line-height: 1.5;
  padding: 10px 10px !important;
  box-shadow: none;
  color: #606c8e !important;
  font-size: 15px;
}

/*----------- Navigation -------------*/
.nav-brand {
  color: #404656;
}
.nav-brand:focus, .nav-brand:hover {
  color: #404656;
}

.nav-menu > li > a {
  color: var(--text-primary);
}

.menu__list, .nav-dropdown, .nav-menu, ul {
  list-style: none;
}

.menu__link {
  -webkit-tap-highlight-color: transparent;
}

.navigation {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.navigation * {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.nav-toggle, .navigation-hidden .nav-header {
  display: none;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
  letter-spacing: 0.1px;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 0;
  margin-right: 1rem;
  padding-left: 0;
  padding-top: 0.2rem;
}

.deatils ul li a, .indicate a, .logo h1 a, .nav-button, .nav-dropdown > li > a, .nav-menu > li > a, nav a {
  text-decoration: none;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus > img {
  outline: initial;
}

.deatils ul li a, .indicate a {
  outline: 0;
}

.menu__link:focus, .menu__link:hover {
  outline: 0;
}

nav a {
  outline: 0;
}
nav a:focus, nav a:hover {
  outline: 0;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}

.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #1c2138;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px var(--sidebar-border);
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px var(--sidebar-border);
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li > a {
  padding: 30px 12px;
  display: inline-block;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  height: auto;
  width: 100%;
  color: #787fa0;
  padding: 12px 15px 12px 26px;
}

.nav-menu > .active > a, .nav-menu > .focus > a {
  color: #1DA1F2 !important;
}
.nav-menu > li > a:hover {
  color: #1DA1F2 !important;
}
.nav-menu > li > a > [class*=ion-], .nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -ms-transform: scale(1.4);
  /* transform: scale(1.4); */
  top: 1px;
  position: relative;
}
.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  border: none !important;
}
.nav-menu + .nav-menu > li:first-child {
  position: relative;
}
.nav-menu + .nav-menu.dhsbrd > li:first-child:before {
  display: none;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa, .nav-menu.nav-menu-social > li > a > .fas {
  font-size: 15px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron, .nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #D70040 #D70040 transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: color 0.3s;
}
.nav-search-icon:after {
  content: "";
  pointer-events: none;
}
.nav-search-icon:before {
  content: "";
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #D70040;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type=search], .nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: 0;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type=search], .navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button, .nav-text {
  display: inline-block;
  font-size: 14px;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #D70040;
  transition: opacity 0.3s;
}
.nav-button:focus, .nav-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  color: #70798b;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 250px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li .nav-dropdown {
  border: none;
  padding: 15px;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
  -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}
.nav-menu > li > .nav-dropdown:before {
  background-color: #ffffff;
  content: "";
  width: 22px;
  height: 22px;
  left: 27px;
  top: -12px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 14px 20px 14px 10px;
  border-bottom: 1px solid #e4e8ec;
  display: inline-block;
  float: left;
  color: #70798b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-dropdown > li:last-child > a {
  border-bottom: none;
}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
  padding-left: 20px;
  color: #D70040;
}

.social-icon a i, .social-icons a i {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 16px;
}

.nav-dropdown > .focus > a, .nav-dropdown > li:hover > a {
  color: red;
}
.nav-dropdown.nav-dropdown-left {
  right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}

.menu__list, .navbar, nav a {
  position: relative;
}

.navigation-portrait .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-dropdown > .focus > a .submenu-indicator-chevron, .nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #D70040 #D70040 transparent;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

nav a {
  display: inline-block;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-default {
  background: #fff;
  border: none !important;
}
.navbar-default .navbar-nav > li > a {
  color: #05222A;
  font-size: 1.3em;
  font-weight: 900;
}
.navbar-default .navbar-nav > .active > a {
  color: #02B875;
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #02B875;
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #02B875;
  background-color: #fff;
}

.navbar {
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar-default .navbar-nav > .open > a {
  color: #05222A;
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #05222A;
  background-color: #fff;
}

.menu__list {
  -webkit-flex-wrap: inherit;
  flex-wrap: inherit;
}

.menu__item {
  display: block;
  margin: 1em 0;
}

.menu__link {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.menu--francisco .menu__item {
  margin: 0 1.5em;
}
.menu--francisco .menu__link {
  position: relative;
  overflow: hidden;
  height: 3em;
  padding: 1em 0;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu--francisco .menu__link:focus, .menu--francisco .menu__link:hover {
  color: #929292;
}
.menu--francisco .menu__item--current .menu__link {
  color: #02B875;
}
.menu--francisco .menu__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background: #02B875;
  -webkit-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
  -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
  transition: transform 0s 0.3s, opacity 0.2s;
}
.menu--francisco .menu__item--current .menu__link::before, .menu--francisco .menu__link:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu--francisco .menu__helper {
  display: block;
  pointer-events: none;
}
.menu--francisco .menu__item--current .menu__helper {
  -webkit-animation: anim-francisco 0.3s forwards;
  animation: anim-francisco 0.3s forwards;
}

.menu__link:hover .menu__helper {
  -webkit-animation: anim-francisco 0.3s forwards;
  animation: anim-francisco 0.3s forwards;
}

@-webkit-keyframes anim-francisco {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-francisco {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.nav-menu.nav-menu-social > li.login_click {
  border-radius: 2px;
  top: 19px;
  position: relative;
  height: 45px;
  padding: 0px;
  margin-left: 10px;
}
.nav-menu.nav-menu-social > li.login_click.style-2 {
  border-radius: 4px;
  min-width: 140px;
  top: 17px;
  position: relative;
  height: 46px;
}
.nav-menu.nav-menu-social > li.login_click.dark-bg {
  background: #2e3654;
}
.nav-menu.nav-menu-social > li.login_click.bg-whit {
  background: #ffffff !important;
}
.nav-menu.nav-menu-social > li.login_click.bg-whit a {
  color: #333333 !important;
}

.nav-brand img {
  max-width: 120px;
  position: relative;
  top: 4px;
}

.nav-menu.nav-menu-social > li.login_click {
  border-radius: 4px;
  top: 20px;
  position: relative;
  height: 42px;
  padding: 0 5px;
  margin-left: 10px;
  background: #131b31;
  border: 1px solid #131b31;
}
.nav-menu.nav-menu-social > li.login_click.search {
  border-radius: 4px;
  top: 20px;
  position: relative;
  height: 42px;
  padding: 0 5px;
  margin-left: 10px;
  background: transparent;
  border: none;
}

.login_click.search .form-inline.addons .form-control {
  border-radius: 3px 0px 0px 3px;
  height: 42px;
  font-size: 13px;
}
.login_click.search .form-inline.addons button {
  border-radius: 0 3px 3px 0;
  height: 42px;
  padding: 0 15px 0 0px;
}

.nav-menu.nav-menu-social > li.login_click.bg-green {
  background: #00ba74;
  border: 1px solid #00ba74;
}
.nav-menu.nav-menu-social > li.login_click.bg-red {
  background: #da0b4e;
  border: 1px solid #da0b4e;
}
.nav-menu.nav-menu-social > li.login_click.bg-blue {
  background: #2983f5;
  border: 1px solid #2983f5;
}
.nav-menu.nav-menu-social > li.login_click.light {
  transition: all ease 0.4s;
  background: #ffffff;
  border: 1px solid rgba(100, 123, 156, 0.3) !important;
}
.nav-menu.nav-menu-social > li.login_click.light a {
  color: #da0b4e !important;
}
.nav-menu.nav-menu-social > li.login_click.light.green a {
  color: #202b44 !important;
}
.nav-menu.nav-menu-social > li.login_click.light:hover, .nav-menu.nav-menu-social > li.login_click.light:focus {
  background: #da0b4e;
  border-color: #da0b4e !important;
}
.nav-menu.nav-menu-social > li.login_click.light:hover a, .nav-menu.nav-menu-social > li.login_click.light:focus a {
  color: #ffffff !important;
}

/*--------- General Features: Topbar -----------*/
.topbar-head {
  padding: 12px 0px;
  background: #13213a;
}

.topbar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topbar-head ul.tp-list {
  display: inline-block;
  margin-right: 0;
  margin: 0;
  padding: 0;
}
.topbar-head ul.tp-list.nbr {
  border-right: none;
}
.topbar-head ul li {
  display: inline-block;
  list-style: none;
  padding-right: 18px;
}
.topbar-head ul ul.dropdown-menu.mlix-wrap li a img {
  display: inline-block;
  max-width: 15px;
  margin-right: 5px;
}
.topbar-head ul li:last-child {
  padding-left: 0px;
}
.topbar-head ul li a {
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
}

ul.dropdown-menu.mlix-wrap {
  background: #13213a;
  max-width: 120px !important;
  min-width: 60px;
  padding: 1rem;
  right: 0;
  left: auto !important;
}

.topbar-head ul ul.dropdown-menu.mlix-wrap li {
  padding-right: 0;
  width: 100%;
}

ul.tp-nav li {
  margin-bottom: 10px;
  display: block;
  transition: all ease 0.4s;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe3ea;
}
ul.tp-nav li:hover, ul.tp-nav li:focus {
  margin-left: 10px;
}

.tp-side-menu {
  padding: 5px 10px;
  background: #1a2b4a;
  border-radius: 2px;
  color: #859cc5 !important;
}

/*-------------- Global Settings: Background Colors ----------------*/
.bg-primary {
  background-color: #da0b4e !important;
}

.bg-success {
  background-color: #2ea033 !important;
}

.bg-info {
  background-color: #1ac790 !important;
}

.bg-warning {
  background-color: #ff9b20 !important;
}

.bg-danger {
  background-color: #f33066 !important;
}

.bg-orange {
  background-color: #ec2828 !important;
}

.bg-yellow {
  background-color: #fed700;
}

.bg-facebook {
  background-color: #3b5a9a;
}

.bg-twitter {
  background-color: #56adf2;
}

html body .bg-megna {
  background-color: #1dc8cd;
}
html body .bg-theme {
  background-color: #da0b4e;
}
html body .bg-inverse {
  background-color: #374158;
}
html body .bg-purple {
  background-color: #7460ee;
}
html body .bg-light {
  background-color: #f4f8fa !important;
}
html body .bg-light-primary {
  background-color: #f1effd;
}
html body .bg-light-success {
  background-color: #e8fdeb;
}
html body .bg-light-info {
  background-color: #cfecfe;
}
html body .bg-light-extra {
  background-color: #ebf3f5;
}
html body .bg-light-warning {
  background-color: #fff8ec;
}
html body .bg-light-danger {
  background-color: #f9e7eb;
}
html body .bg-light-inverse {
  background-color: #f6f6f6;
}
html body .bg-light {
  background-color: #f5f7f9;
}
html body .bg-white {
  background-color: #ffffff;
}
html body .bg-whites {
  background-color: #f4f5f7;
}
html body .bg-red {
  background-color: #e21137;
}
html body .bg-green {
  background-color: #4caf50;
}
html body .bg-sky {
  background-color: #20b2c1;
}
html body .bg-blue {
  background-color: #03a9f4;
}
html body .bg-dark-blue {
  background-color: #192c48;
}

/*------------ Global Settings: Blockquote -------------*/
blockquote {
  font-size: 1.78571429em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-left: 0;
  font-style: italic;
}
blockquote:not(:last-child) {
  margin-bottom: 1.04em;
}

.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}

/*-------------- Global Settings: Border ----------------*/
html body .b-0 {
  border: none !important;
}
html body .b-r {
  border-right: 1px solid #e0ecf5 !important;
}
html body .b-l {
  border-left: 1px solid #e0ecf5 !important;
}
html body .b-b {
  border-bottom: 1px solid #e0ecf5 !important;
}
html body .b-t {
  border-top: 1px solid #e0ecf5 !important;
}
html body .b-all {
  border: 1px solid #e0ecf5 !important;
}

/*------------- Global Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.card-columns .card {
  margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up,
.hidden-xl-down {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
/*------------ Global Settings: Common Bg Style -------------*/
.bg-cover,
.image-bg {
  background-size: cover !important;
  background-position: center !important;
}

.default-bg {
  background-size: initial !important;
  background-position: initial !important;
}

.image-bg-wrap {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.image-bg-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #182538;
  display: block;
  content: "";
  opacity: 0.8;
}

/*---------------- Global Element: data-overlay --------------*/
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: "";
  background: #052044;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.theme-ov[data-overlay]:before {
  background: linear-gradient(109.7deg, rgb(229, 0, 57) 1.8%, rgb(162, 91, 182) 90.2%);
}

[data-overlay] *:not(.container):not(.bg-img-holder) {
  z-index: 2;
}
[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4a90e2;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

[data-overlay="0"]:before {
  opacity: 0;
}

.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #666666;
}

div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6,
div[data-overlay] p {
  color: #fff;
}

.parallax {
  overflow: hidden;
}

/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}

.icon--xs {
  font-size: 1em;
}

.icon--sm {
  font-size: 2.35714286em;
}

.icon--lg {
  font-size: 5.57142857em;
}

.imagebg:not(.image--light) span {
  color: #fff;
}

/*------------ Global Settings: All Forms Style ---------------*/
.frm_submit_block {
  margin-bottom: 30px;
}

.form-control {
  background-color: var(--bg-tertiary) !important;
  color: var(--text-primary) !important;
  border: 1px solid var(--border) !important;
  height: 54px;
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  background-clip: initial;
}

.create-class-container select.form-control {
  color: #647b9c;
}

.submit-form .form-control, .submit-page .form-control, .frm_submit_block .form-control {
  background: #f9fafc;
  border: 1px solid #ebedf5;
  border-radius: 3px;
  color: #646e77;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.frm_submit_block h3 {
  margin-left: 10px;
}

.form-control.simple {
  background: #f2f3f5;
  border-color: #f2f3f5;
  border-radius: 4px;
}

.select2-container {
  width: 100% !important;
  z-index: 55;
}

span.select2-selection.select2-selection--single {
  padding-left: 15px;
  border-radius: 10px;
  border: 1px solid var(--bg-tertiary);
}

.select2-container--default .select2-selection--single {
  background-color: var(--bg-tertiary) !important;
  border-radius: 0;
  border: none;
  height: 54px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--header-primary);
  font-weight: 500;
  line-height: 54px;
  text-align: left;
  padding: 0 15px 0 0;
  width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}

.full_search_box.modern .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 29px;
}
.full_search_box.modern .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 29px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #647b9c transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--text-secondary) !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  right: 14px;
  top: 1px;
}

.image-bg .form-control, .bg--dark .form-control {
  color: #495057 !important;
}

select.form-control:not([size]):not([multiple]) {
  height: 56px;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
  height: 62px;
}

.form-control.fc-lg {
  height: 62px;
}

textarea.form-control {
  height: 140px;
}
textarea.form-control.big {
  height: 180px;
}

.form-control::-webkit-input-placeholder, .form-control:-ms-input-placeholder, .form-control::placeholder {
  color: var(--text-secondary) !important;
  font-weight: 500;
}

.form-control::-webkit-scrollbar,
.form-select::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
  width: 8px; /* scrollbar width */
}

.form-control::-webkit-scrollbar-track,
.form-select::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.form-control::-webkit-scrollbar-thumb,
.form-select::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.form-control::-webkit-scrollbar-thumb:hover,
.form-select::-webkit-scrollbar-thumb:hover,
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox support */
.form-control,
.form-select,
.modal-body {
  scrollbar-width: thin;
  scrollbar-color: var(--text-secondary) var(--bg-tertiary);
}

/*---------- Global Settings: Section Heading Style ---------*/
.sec-heading {
  margin-bottom: 2rem;
}
.sec-heading.lg {
  margin-bottom: 30px;
}
.sec-heading.center {
  text-align: center;
}
.sec-heading h2,
.sec-heading p {
  margin-bottom: 5px;
}
.sec-heading.light h2,
.sec-heading.light p {
  color: #ffffff;
}

.color-heading .sec-heading h2 {
  color: #D70040;
}

.sec-heading p {
  margin-bottom: 0;
  line-height: 1.2;
}

.sec-heading-flex {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  align-items: center;
  position: relative;
}

.sec-heading-flex-one {
  flex: 1;
}
.sec-heading-flex-one h2 {
  margin-bottom: 0;
  font-size: 22px;
  font-family: "Playfair Display", serif;
}

.sec-heading h2,
.f_2 {
  font-family: "Playfair Display", serif;
}

.single-items {
  padding: 0 10px;
}

.property-slide,
.item-slide {
  margin: 0 -15px;
}

.sec-heading2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sec-left {
  flex: 1;
}
.sec-left h3 {
  font-size: 20px;
  margin-bottom: 0px;
}

.sec-right a {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
}

/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
  padding: 0;
  margin: 0;
}

ul.list-style li {
  margin-bottom: 1.2em;
  line-height: 1.5;
  list-style: none;
  padding-left: 30px;
  position: relative;
}

ul.list-style li:before {
  content: "\e64c";
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 0;
  color: #da0b4e;
  font-family: "themify";
}

ul.list-style.style-2 li:before {
  content: "\e628" !important;
  color: #0273ff;
}

/*------------- Global Settings: List-style-none ----------------*/
ul.list-style-none {
  margin: 0px;
  padding: 0px;
}
ul.list-style-none li {
  list-style: none;
}
ul.list-style-none li a {
  color: #8d97ad;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
  font-size: 15.5px;
}
ul.list-style-none li a:hover {
  color: #da0b4e;
}

/*------------ Global Settings: vertical alignment -------------*/
html body .vt {
  vertical-align: top;
}
html body .vm {
  vertical-align: middle;
}
html body .vb {
  vertical-align: bottom;
}

/*----------------------------------------------
	Blog Styles
--------------------------------------------*/
/*------------- Blog Style ----------------*/
.articles_grid_style {
  position: relative;
  background: transparent;
  padding: 0 0 1rem;
  margin-bottom: 30px;
  border-radius: 0.4rem;
  overflow: hidden;
  transition: all ease 0.4s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  width: 100%;
  position: relative;
  background: transparent;
  padding: 0 0 1rem;
  margin-bottom: 25px;
  transition: all ease 0.4s;
  width: 100%;
}

.articles_grid_thumb img {
  max-width: 100%;
}

.articles_grid_caption {
  padding: 1rem 1rem 0;
}
.articles_grid_caption h4 {
  font-size: 17px;
}

.articles_grid_author {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
}
.articles_grid_author .articles_grid_author_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.articles_grid_author .articles_grid_author_img img {
  border-radius: 50%;
}
.articles_grid_author h4 {
  font-size: 14px;
  font-weight: 400;
  color: #7182a7;
}

/*--------- Blog Detail Page -----------*/
.single_article_wrap {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px solid #e5e8f3;
}

.article_featured_image {
  display: block;
  margin-bottom: 1.5rem;
}
.article_featured_image img {
  border-radius: 6px;
}

.single_article_wrap .article_body_wrap .article_middle_info {
  padding: 0;
  list-style: none;
}
.single_article_wrap .article_body_wrap .article_middle_info li {
  display: inline-block;
  margin-right: 19px;
}
.single_article_wrap .article_body_wrap .article_middle_info li a {
  color: #6e7c90;
  display: block;
  letter-spacing: 0;
  line-height: 18px;
}
.single_article_wrap .article_body_wrap .article_middle_info li a .icons {
  margin-right: 10px;
}
.single_article_wrap .article_body_wrap .post-title {
  display: block;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  margin: 15px 0 0;
}
.single_article_wrap .article_body_wrap p,
.single_article_wrap .article_body_wrap .text {
  color: #6e7c90;
  font-size: 16px;
  margin: 35px 0 0;
}

.blog-page .article_detail_wrapss blockquote {
  background: #f7f9fc;
  padding: 28px 28px 28px 100px;
  margin: 50px 0;
  position: relative;
}
.blog-page .article_detail_wrapss blockquote .icon {
  color: #da0b4e;
  position: absolute;
  font-size: 28px;
  line-height: 28px;
  left: 35px;
  top: 42%;
}
.blog-page .article_detail_wrapss blockquote .name {
  color: #000c35;
  margin: 12px 0 0;
}
.blog-page .article_detail_wrapss .article_bottom_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 43px 0 0;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-tags {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-tags .pbm-title {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list {
  padding: 0;
  list-style: none;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list li {
  display: inline-block;
  margin-bottom: 10px;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list li a {
  border: 1px solid #e4e4e6;
  letter-spacing: 0;
  display: block;
  padding: 9px 20px;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-tags .list li a:hover {
  color: #ffffff;
  background: #da0b4e;
  border-color: #da0b4e;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-share .list {
  padding: 0;
  list-style: none;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li {
  display: inline-block;
  margin-right: 22px;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li:last-child {
  margin-right: 0;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-share {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: right;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-share .pbm-title {
  font-size: 18px;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li a {
  color: #8c96b5;
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.blog-page .article_detail_wrapss .article_bottom_info .post-share .list li a:hover {
  color: #ef4060;
}

.single_article_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  border-top: 1px solid #e4e4e6;
  padding: 48px 0 0;
  margin: 40px 0 0;
}
.single_article_pagination .prev-post {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.single_article_pagination .next-post {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: right;
}
.single_article_pagination .next-post .title {
  font-size: 20px;
}
.single_article_pagination .prev-post .title {
  font-size: 20px;
}
.single_article_pagination .article_pagination_center_grid {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.single_article_pagination .article_pagination_center_grid a {
  font-size: 2.5rem;
  color: #da0b4e;
}
.single_article_pagination .prev-post a,
.single_article_pagination .next-post a {
  display: inline-block;
  overflow: hidden;
  padding: 14px 25px;
  height: 50px;
  border: 4px !important;
  color: #ffffff !important;
  overflow: hidden;
  text-transform: capitalize !important;
}
.single_article_pagination .prev-post a span,
.single_article_pagination .next-post a span {
  margin: 0;
}
.single_article_pagination .prev-post a .title-with-link .title {
  color: #000c35;
  line-height: 28px;
}

/*-------- Comment ---------*/
.blog-page .article_detail_wrapss .comment-area .all-comments .comments-title {
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 35px;
}
.blog-page .article_detail_wrapss .comment-area .all-comments .comment-list ul {
  padding: 0;
  list-style: none;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article {
  overflow: hidden;
  margin: 0 0 50px;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .article_comments_thumb {
  float: left;
  width: 100px;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .article_comments_thumb img {
  max-width: 100px;
  border-radius: 50%;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details {
  overflow: hidden;
  padding-left: 30px;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 2px;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name .selected {
  font-size: 12px;
  color: #cacfef;
  margin-left: 4px;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .comment-date {
  color: #ef4060;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 7px 0 0;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-reply {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  text-align: right;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply {
  color: #6e7c90;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply .icon {
  margin-right: 8px;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-text {
  margin: 19px 0 0;
}
.blog-page .article_detail_wrapss .comment-area .all-comments article .comment-details .comment-text p {
  margin: 0;
}
.blog-page .article_detail_wrapss .comment-area .all-comments .comment-list ul li ul {
  padding-left: 40px;
  list-style: none;
}

.article_posts_thumb {
  text-align: center;
}
.article_posts_thumb span.img {
  width: 120px;
  overflow: hidden;
  border-radius: 50%;
  height: 120px;
  border: 4px solid #e4eaf3;
  display: table;
  margin: 0 auto 1rem auto;
}

span.img img {
  border-radius: 50%;
  max-width: 120px;
}

h3.pa-name {
  font-size: 18px;
  margin-bottom: 5px;
}

.social-links {
  padding: 0;
  margin: 0 0 1rem 0;
  padding: 0;
  margin: 0 0 1rem 0;
}
.social-links li {
  display: inline-block;
  padding: 2px 10px;
}
.social-links li a {
  color: #8c96b5;
  font-size: 16px;
}
.social-links li a:hover, .social-links li a:focus {
  color: #da0b4e;
}

/*==================================================
	Dashboard Design 
===================================================*/
/*-------------- Common Design ------------------*/
.dashboard_container {
  background: #ffffff;
  border-radius: 0.4rem;
  padding: 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.dashboard_container.accordion {
  background-color: transparent;
}

.dashboard_container_header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #f2f7fd;
}

.dashboard_fl_1 {
  flex: 1;
}
.dashboard_fl_1 h4 {
  margin: 0;
  font-weight: 400;
  font-size: 17px;
}

.dashboard_container_body {
  padding: 0;
}

.dashboard_container_header .form-inline .form-control,
.form-inline.addons .form-control {
  border-right: none;
  width: auto;
  border-radius: 5px 0px 0px 5px;
}

.dashboard_container_header .form-inline button,
.form-inline.addons button {
  background-color: #ffffff;
  border: 1px solid #e6eaf3;
  border-left: none;
  border-radius: 0 5px 5px 0;
  height: 54px;
  color: #a8b0c5 !important;
  display: flex;
  align-items: center;
  padding: 0 15px 0 0px;
  justify-content: center;
}

.form-control:focus {
  border-color: #e6eaf3;
}

/*------------------ Course Design -----------------*/
.dashboard_single_course {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 20px 30px 20px;
  border-bottom: 1px solid #dadfea;
}

.dashboard_single_course_thumb {
  width: 280px;
  height: 220px;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  transition: all ease 0.4s;
}
.dashboard_single_course_thumb img {
  height: 100%;
  object-fit: cover;
}
.dashboard_single_course_thumb:before {
  background: #0f1621;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  position: absolute;
  content: "";
  border-radius: 0.3rem;
  transition: all ease 0.4s;
  opacity: 0;
}

.dashboard_action {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 45%;
  opacity: 0;
  transition: all ease 0.4s;
}
.dashboard_action .btn.btn-ect {
  padding: 7px 25px;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px;
  color: #ffffff;
  border-radius: 50px;
}

.dashboard_single_course_caption {
  width: 100%;
  flex: 1;
  padding-left: 20px;
  position: relative;
}

.dashboard_single_course_head {
  display: flex;
  align-items: center;
  width: 100%;
}

.dashboard_single_course_head_flex {
  flex: 1;
}

.dashboard_course_title {
  font-size: 18px;
  margin-bottom: 2px;
}

.dashboard_rats {
  display: flex;
  align-items: center;
}

.dashboard_rating {
  margin-right: 10px;
}
.dashboard_rating i {
  font-size: 12px;
}
.dashboard_rating i.filled {
  color: #FF9800;
}

.dashboard_single_course_des {
  margin-top: 1rem;
}

.progress-bar {
  height: 5px;
}

.dashboard_single_course_progress {
  display: flex;
  align-items: center;
  width: 100%;
}

.dashboard_action.circle .btn.btn-ect {
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px;
  color: #ffffff;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
}
.dashboard_action.circle .btn.edit {
  background: #2196f3;
}
.dashboard_action.circle .btn.view {
  background: #8bc34a;
}
.dashboard_action.circle .btn.delete {
  background: #da0b4e;
}

.dashboard_single_course_progress_1 {
  flex: 1;
  padding-right: 8rem;
}

.dashboard_single_course:hover .dashboard_action, .dashboard_single_course:focus .dashboard_action {
  opacity: 1;
}
.dashboard_single_course:hover .dashboard_single_course_thumb:before, .dashboard_single_course:focus .dashboard_single_course_thumb:before {
  opacity: 0.7;
}

span.payment_status {
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 13px;
  background: #f4f5f7;
}

.dash_action_link {
  display: inline-block;
  width: 100%;
}
.dash_action_link a {
  background: #f4f5f7;
  padding: 5px 15px;
  font-size: 13px;
  display: inline-block;
}

span.payment_status.inprogress {
  background: rgba(255, 152, 0, 0.1);
  color: #FF9800;
}
span.payment_status.complete {
  color: #459e49;
  background: rgba(69, 158, 73, 0.1);
}
span.payment_status.pending {
  color: #2196f3;
  background: rgba(33, 150, 243, 0.1);
}
span.payment_status.hold {
  background: rgba(166, 97, 218, 0.1);
  color: #a661da;
}
span.payment_status.cancel {
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
}

.dash_action_link a.view {
  background: rgba(0, 150, 136, 0.1);
  color: #009688;
}
.dash_action_link a.cancel {
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
}

.table tr th,
.table tr td {
  color: var(--text-primary);
  border-color: var(--border) !important;
  padding: 15px 20px;
}

/*------------ Dashboard Side --------------*/
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.breadcrumb-item.active {
  color: #da0b4e;
}

.dashboard-navbar,
.dashboard-wraper {
  position: relative;
  width: 100%;
  padding: 2em;
  background: #1b2132;
  box-shadow: 0px 1px 4px 0px #252c41;
  border-radius: 0rem 0 0.2rem 0.2rem;
}

.d-user-avater {
  text-align: center;
  margin: 2em 0;
}
.d-user-avater img {
  max-width: 120px;
  border-radius: 50%;
  margin-bottom: 8px;
}
.d-user-avater h4 {
  margin: 10px 0 3px 0;
  color: #ffffff;
  font-size: 17px;
}

.d-navigation ul {
  padding: 0;
  margin: 0;
}
.d-navigation ul li {
  list-style: none;
  padding: 0;
}
.d-navigation ul li a {
  padding: 3px 0;
  color: #77829e;
  font-size: 14px;
  border-radius: 0.3rem;
  padding: 14px 15px;
  display: inline-block;
}
.d-navigation ul li.active > a {
  color: #ffffff !important;
  background: #da0b4e;
}
.d-navigation ul li a i {
  margin-right: 10px;
}

ul.nav.nav-second-level.collapse {
  display: none;
}
ul.nav.nav-second-level.collapse.show {
  display: block;
}

.nav-second-level li {
  display: block;
  width: 100%;
}

.d-navigation ul li a {
  width: 100%;
}

.nav-second-level li a {
  color: #787e94 !important;
}

.d-navigation ul li a span {
  font-size: 12px;
  float: right;
  top: 5px;
  position: relative;
}
.d-navigation ul li.active a span:before {
  content: "\e64b";
}

.dashboard_stats_wrap {
  display: inline-block;
  padding: 0;
  height: 160px;
  background-color: #444;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 0.3s;
  cursor: default;
}

.dashboard_stats_wrap_content {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard_stats_wrap_content h4 {
  font-size: 35px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #22374e;
  letter-spacing: 1px;
}
.dashboard_stats_wrap_content span {
  font-size: 18px;
  margin-top: 4px;
  line-height: 24px;
  font-weight: 300;
  display: inline-block;
}

.dashboard_stats_wrap-icon {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-40%);
  font-size: 80px;
  font-size: 65px;
}

.dashboard_stats_wrap.widget-1 {
  background-color: rgba(27, 175, 101, 0.1);
}
.dashboard_stats_wrap.widget-2 {
  background-color: rgba(243, 159, 0, 0.1);
}
.dashboard_stats_wrap.widget-3 {
  background-color: rgba(0, 39, 88, 0.1);
}
.dashboard_stats_wrap.widget-4 {
  background-color: rgba(206, 2, 75, 0.1);
}
.dashboard_stats_wrap.widget-5 {
  background-color: rgba(166, 113, 206, 0.1);
}
.dashboard_stats_wrap.widget-6 {
  background-color: rgba(58, 157, 236, 0.1);
}

.widget-1 .dashboard_stats_wrap_content span,
.widget-1 .dashboard_stats_wrap-icon {
  color: #1baf65;
}

.widget-2 .dashboard_stats_wrap_content span,
.widget-2 .dashboard_stats_wrap-icon {
  color: #f39f00;
}

.widget-3 .dashboard_stats_wrap_content span,
.widget-3 .dashboard_stats_wrap-icon {
  color: #002758;
}

.widget-4 .dashboard_stats_wrap_content span,
.widget-4 .dashboard_stats_wrap-icon {
  color: #ce024b;
}

.widget-5 .dashboard_stats_wrap_content span,
.widget-5 .dashboard_stats_wrap-icon {
  color: #a671ce;
}

.widget-6 .dashboard_stats_wrap_content span,
.widget-6 .dashboard_stats_wrap-icon {
  color: #3a9dec;
}

/*------------ Edit Page Style ---------------*/
.edit-class .card {
  overflow: inherit;
}
.edit-class .form-check-input {
  margin: 0;
  position: relative;
}
.edit-class .bootstrap-datetimepicker-widget {
  background-color: var(--bg-secondary) !important; /* your background */
  color: var(--text-primary) !important; /* your text color */
  z-index: 99;
  position: absolute;
}
.edit-class .bootstrap-datetimepicker-widget .timepicker .fa {
  color: #da0b4e;
}
.edit-class .weekDays-selector .weekday-label {
  padding: 0 10px;
  width: auto;
}
.edit-class .show-single-schedule,
.edit-class .show-recuring-schedule {
  padding: 0 3rem;
}
.edit-class .single-schedule-result {
  border-bottom: 1px solid #17a2b8;
}
@media (max-width: 992px) {
  .edit-class .delete-item-btn {
    order: 5;
  }
  .edit-class .prc_wrap-body {
    padding: 0;
  }
  .edit-class .show-single-schedule,
  .edit-class .show-recuring-schedule {
    padding: 5px 15px;
  }
}
.edit-class {
  /* date & time picker  */
}
@media (max-width: 48em) {
  .edit-class .bootstrap-datetimepicker-widget {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  .edit-class input.datetimepicker-input {
    width: 100% !important;
    font-size: 1rem;
    padding: 0.5rem;
  }
}

/* ===============================
   Week Days – Base (Shared)
================================ */
.weekDays-selector input {
  display: none !important;
}
.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius: 6px;
  height: 40px;
  width: auto;
  padding: 0 12px;
  margin-right: 6px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  /* Always keep a border */
  border: 1px solid transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.weekDays-selector input[type=checkbox] {
  /* Selected state – info color (same as .bg-info) */
}
.weekDays-selector input[type=checkbox]:checked + label {
  background-color: #1ac790; /* info */
  border-color: #1ac790; /* info */
  color: #ffffff;
}

/* ===============================
   Dark mode
================================ */
body.dark .weekDays-selector input[type=checkbox] + label {
  background-color: #2f3437;
  border-color: #3c4142;
  color: #cfd3d4;
}

body.dark .weekDays-selector input[type=checkbox] + label:hover {
  background-color: #383d40;
}

/* ===============================
   Light mode
================================ */
body.light .weekDays-selector input[type=checkbox] + label {
  background-color: #ffffff;
  border-color: #cfd3d4;
  color: #3c4142;
}

body.light .weekDays-selector input[type=checkbox] + label:hover {
  background-color: #f7f9fa;
  border-color: #bfc5c9;
}

/*===================================================
 Education Elements
==================================================*/
/*------------- Education Grid Style ----------------*/
.education_block_grid {
  width: 100%;
  background: #ffffff;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  transition: all ease 0.4s;
  border: 1px solid #e8ebf1;
}
.education_block_grid:hover, .education_block_grid:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.education_block_body {
  padding: 20px;
}

.education_block_thumb {
  overflow: hidden;
  position: relative;
}
.education_block_thumb:before {
  content: "";
  position: absolute;
  background: #2a2f4c;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.2;
}
.education_block_thumb.n-shadow:before {
  display: none;
}

.cources_price {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ffffff;
  padding: 4px 15px;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
  font-weight: 600;
  color: #393d4e;
}

.education_ratting {
  position: absolute;
  left: 0px;
  bottom: 30px;
  background: #ffffff;
  padding: 8px 15px;
  border-radius: 0px 50px 50px 0;
  font-size: 13px;
  color: #515a6b;
  font-weight: 600;
}
.education_ratting i {
  margin-right: 6px;
  color: #FF9800;
}

.education_block_grid .bl-title {
  font-size: 17px;
  margin-bottom: 10px;
}

.education_block_body p {
  font-size: 14px;
  margin-bottom: 0;
}
.education_block_body {
  padding: 20px;
}

.education_block_author .path-img {
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-right: 7px;
}
.education_block_author {
  flex: 1;
  display: flex;
  align-items: center;
}
.education_block_author h5 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  opacity: 1;
}
.education_block_author h5 a {
  color: #4a5874;
}

.education_block_footer {
  padding: 1rem 1.5rem;
  width: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  border-top: 1px solid #f0f1f5;
}

.education_block_author {
  flex: 1;
}

.education_block_footer .education_block_time {
  font-size: 13px;
  color: #808fa0;
}

/*----------- Style 2 -------------*/
.education_block_grid.style_2 .education_block_body {
  padding: 20px 20px 5px;
}

.cources_facts {
  position: relative;
  width: 100%;
  padding: 0 20px;
}

ul.cources_facts_list {
  margin: 0;
  padding: 0;
}
ul.cources_facts_list li {
  display: inline-block;
  margin-right: 0.8rem;
}
ul.cources_facts_list li:last-child {
  margin-right: 0rem;
}
ul.cources_facts_list li {
  padding: 3px 8px;
  font-size: 13px;
  position: relative;
  background: #f4f5f7;
  border-radius: 0 2px 2px 0;
}
ul.cources_facts_list li.facts-1 {
  background: rgba(33, 177, 124, 0.13);
  color: #21b17c;
}
ul.cources_facts_list li.facts-2 {
  background: rgba(255, 118, 0, 0.13);
  color: #ff7600;
}
ul.cources_facts_list li.facts-3 {
  background: rgba(197, 20, 59, 0.13);
  color: #da0b4e;
}
ul.cources_facts_list li.facts-4 {
  background: rgba(18, 163, 218, 0.13);
  color: #12a3da;
}
ul.cources_facts_list li.facts-5 {
  background: rgba(138, 101, 251, 0.13);
  color: #8a65fb;
}
ul.cources_facts_list li:before {
  border-top: 12px solid transparent;
  border-left: 10px solid #eaedf3;
  border-bottom: 13px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
}
ul.cources_facts_list li.facts-1:before {
  border-left-color: rgba(33, 177, 124, 0.13);
}
ul.cources_facts_list li.facts-2:before {
  border-left-color: rgba(255, 118, 0, 0.13);
}
ul.cources_facts_list li.facts-3:before {
  border-left-color: rgba(197, 20, 59, 0.13);
}
ul.cources_facts_list li.facts-4:before {
  border-left-color: rgba(18, 163, 218, 0.13);
}
ul.cources_facts_list li.facts-5:before {
  border-left-color: rgba(138, 101, 251, 0.13);
}
ul.cources_facts_list li:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 10px;
  right: -5px;
  width: 4px;
}

.cources_info {
  width: 100%;
  display: flex;
  padding: 30px 20px;
  align-items: center;
}

.cources_info_first {
  flex: 1;
  color: #4a5874;
}
.cources_info_first ul {
  margin: 0;
  padding: 0;
}

.cources_info_last h3 {
  margin: 0;
  font-size: 30px;
}

/*--------- Style 3 ------------*/
.cources_info_style3 {
  padding: 0 20px 20px;
}
.cources_info_style3 ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.cources_info_style3 ul li {
  flex: 0 0 33.333333%;
  width: 33.333333%;
  font-size: 13px;
  color: #4a5874;
}
.cources_info_style3 ul li i {
  font-size: 14px;
}

.cources_price_foot {
  font-size: 28px;
  font-weight: 800;
  color: #4a5874;
  display: flex;
  align-items: center;
}
.cources_price_foot .price_off {
  font-size: 13px;
  margin-right: 0.6rem;
  text-decoration: line-through;
  opacity: 0.7;
}

.foot_lecture {
  background: rgba(30, 173, 107, 0.13);
  color: #1ead6b;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 50px;
}

/*--------------- List Style ------------------*/
.education_block_list_layout {
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
  align-items: center;
  border: 1px solid #e8ebf1;
  background: #ffffff;
  border-radius: 0.4rem;
  margin-bottom: 30px;
  padding: 1rem;
}
.education_block_list_layout .education_block_thumb {
  width: 200px;
  height: 180px;
  margin: 0;
  border-radius: 0.4rem;
  overflow: hidden;
}
.education_block_list_layout .education_block_thumb img {
  width: 100%;
  align-items: center;
  object-fit: cover;
  height: 100%;
}
.education_block_list_layout .list_layout_ecucation_caption {
  display: block;
  width: auto;
  flex: 1;
}
.education_block_list_layout .education_block_body .bl-title {
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
}
.education_block_list_layout .education_block_body .bl-title a {
  color: #2D3954;
}
.education_block_list_layout .course_rate_system {
  display: flex;
  align-items: center;
  width: 100%;
}
.education_block_list_layout .course_ratting {
  margin-right: 12px;
}
.education_block_list_layout .course_ratting i {
  font-size: 10px;
  color: #ccd4e6;
}
.education_block_list_layout .course_ratting i.filled {
  color: #ff9800;
}
.education_block_list_layout .course_reviews_info {
  font-size: 12.5px;
  font-weight: 400;
}
.education_block_list_layout .course_reviews_info strong {
  font-size: 16px;
  margin-right: 1px;
}
.education_block_list_layout .course_reviews_info strong.mid {
  color: #FF9800;
}
.education_block_list_layout .course_reviews_info strong.good {
  color: #11b176;
}
.education_block_list_layout .course_reviews_info strong.high {
  color: #8bc34a;
}

.course_reviews_info strong.poor {
  color: #e91e63;
}

.education_block_list_layout .education_block_footer {
  padding: 0.5rem 1.5rem;
  border: none;
}
.education_block_list_layout .cources_info_style3 ul li {
  width: 100%;
  flex: 0 0 100%;
}
.education_block_list_layout .cources_info_style3 {
  padding: 0;
  margin: 0;
}
.education_block_list_layout .cources_price {
  position: relative;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-size: 20px;
  font-weight: bold;
  color: #203675;
}
.education_block_list_layout .less_offer {
  margin-left: 8px;
  font-size: 13px;
  /* font-weight: 400; */
  opacity: 0.5;
  text-decoration: line-through;
}
.education_block_list_layout .education_block_body {
  padding: 0 20px 20px;
}

/*------------- Watching Videos ---------------*/
.edu-watching {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.edu-watching .property_video .thumb, .edu-watching .property_video:before {
  border-radius: 0.4rem;
}

.edu_video_header {
  margin-bottom: 5px;
}
.edu_video_header h4 {
  font-size: 15px;
  margin: 0;
}

.edu_video.detail {
  padding: 12px;
  width: 100%;
  position: relative;
  display: table;
}

.edu_video_bottom {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.edu_video_bottom_left {
  flex: 1;
}

.edu_video_bottom_right i {
  margin-right: 5px;
}
.edu_video_bottom_right {
  display: flex;
  align-items: center;
}

.edu_duration {
  position: absolute;
  right: 25px;
  bottom: 15px;
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 6px;
  font-weight: 600;
  color: #131b31;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  line-height: 0;
}

/*--------------------- Trips Design ----------------*/
.trips_top {
  position: relative;
  margin-top: -50px;
}

.trips_wrap {
  background: #ffffff;
  border-radius: 15px;
  padding: 0;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.trips {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}

.trips_icons {
  width: 55px;
  height: 55px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 12px;
  background: rgba(0, 186, 116, 0.1);
  border-radius: 50%;
  color: #00ba74;
  font-size: 1.3rem;
}

.light-colors .trips_icons {
  background: rgba(218, 11, 78, 0.1);
  color: #da0b4e;
}

.trips_detail {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.trips_detail h4 {
  font-size: 15px;
  margin-bottom: 0;
}
.trips_detail p {
  margin: 0;
  font-size: 15px;
}

/*----------- Colored ---------------*/
.trips_wrap.full {
  border-radius: 0;
}
.trips_wrap.colored {
  background: #da0b4e;
}
.trips_wrap.colored .trips {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.trips_wrap.colored .trips.none {
  border: none;
}
.trips_wrap.colored .trips_detail h4,
.trips_wrap.colored .trips_detail p {
  color: #ffffff;
}
.trips_wrap.colored .trips_icons {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.trips_wrap.colored.style_2 .trips_icons {
  color: #131b31;
  background: #ffffff;
}

/*------------ Course Facts Short -------------*/
.cource_facts {
  display: block;
  width: 100%;
  padding: 1.5rem 0;
}
.cource_facts ul {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0;
  margin: 0;
}
.cource_facts ul li {
  font-size: 15px;
  font-weight: 400;
  color: #647b9c;
  width: 33.333333%;
  flex: 0 0 33.333333%;
}
.cource_facts ul li span {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

/*----------- Modern Btn Style ------------*/
.btn.btn-modern {
  background: rgba(218, 11, 78, 0.1);
  transition: all ease 0.4s;
  color: #da0b4e;
  border-radius: 6px;
  height: 54px;
  padding: 0 5px 0 25px;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
}
.btn.btn-modern span {
  height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
  position: relative;
  background: #da0b4e;
  border-radius: 4px;
  color: #ffffff;
  margin-left: 20px;
}
.btn.btn-modern:hover, .btn.btn-modern:focus {
  background: #da0b4e;
  color: #ffffff;
}
.btn.btn-modern:hover span, .btn.btn-modern:focus span {
  background: #ffffff;
  color: #da0b4e;
}
.btn.btn-modern.black {
  background: #131b31;
  color: #ffffff;
}
.btn.btn-modern.black span {
  background: #1f2a48;
  color: #ffffff;
}
.btn.btn-modern.black:hover, .btn.btn-modern.black:focus {
  background: #da0b4e;
  color: #ffffff;
}
.btn.btn-modern.black:hover span, .btn.btn-modern.black:focus span {
  background: #ffffff;
  color: #da0b4e;
}
.btn.btn-modern.green {
  background: rgba(0, 186, 116, 0.1);
  color: #00ba74;
}
.btn.btn-modern.green span, .btn.btn-modern.green:hover, .btn.btn-modern.green:focus {
  background: #00ba74;
  color: #ffffff;
}
.btn.btn-modern.green:hover span, .btn.btn-modern.green:focus span {
  background: #ffffff;
  color: #00ba74;
}
.btn.btn-modern.dark {
  background: #da0b4e;
  color: #ffffff;
}
.btn.btn-modern.dark span, .btn.btn-modern.dark:hover, .btn.btn-modern.dark:focus {
  background: #ffffff;
  color: #da0b4e;
}
.btn.btn-modern.dark:hover span, .btn.btn-modern.dark:focus span {
  background: #da0b4e;
  color: #ffffff;
}
.btn.btn-modern.green_dark {
  background: #00ba74;
  color: #ffffff;
}
.btn.btn-modern.green_dark span, .btn.btn-modern.green_dark:hover, .btn.btn-modern.green_dark:focus {
  background: #ffffff;
  color: #00ba74;
}
.btn.btn-modern.green_dark:hover span, .btn.btn-modern.green_dark:focus span {
  background: #00ba74;
  color: #ffffff;
}

/*---------- Black Color -------------*/
/*---------- Green Color -------------*/
/*---------- Red Dark Color -------------*/
/*---------- Green Dark Color -------------*/
/*----------------- Facts List --------------*/
.list_facts_wrap {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 80%;
}

.list_facts {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}

.list_facts_icons {
  width: 45px;
  height: 45px;
  background: rgba(217, 11, 78, 0.1);
  box-shadow: 0 7px 15px rgba(0, 22, 84, 0.1);
  -webkit-box-shadow: 0 7px 15px rgba(0, 22, 84, 0.1);
  border-radius: 6px;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #d90b4e;
}

.green .list_facts_icons {
  background: rgba(0, 186, 116, 0.1);
  color: #00ba74;
}

.list_facts_caption h4 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.list_facts_caption p {
  margin: 0;
  font-size: 14px;
}

/*------------------- Education Category -------------------*/
.edu_cat {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  background: #ffffff;
  border-radius: 0.4rem;
  margin-bottom: 30px;
  overflow: hidden;
}
.edu_cat .pic {
  position: relative;
  padding-top: 65%;
}
.edu_cat .pic > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}

.edu_data {
  padding: 28px 30px 30px;
}
.edu_data .title {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 2px;
}
.edu_data .title a {
  color: #2d3954;
}
.edu_data ul {
  margin: 0;
  padding: 0;
}
.edu_data ul li {
  margin-right: 15px;
  font-size: 14px;
  display: inline-block;
}
.edu_data ul li i {
  margin-right: 5px;
}

.edu_cat_2 {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 0.4rem;
  background: #f4f5f7;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.4s;
}
.edu_cat_2:hover, .edu_cat_2:focus {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.edu_cat_icons {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edu_cat_icons img {
  max-width: 40px;
}

.edu_cat_data {
  padding-left: 15px;
}
.edu_cat_data h4 {
  font-size: 17px;
  margin-bottom: 4px;
}
.edu_cat_data ul li i {
  margin-right: 6px;
}

.edu_cat_2.cat-1 {
  background: rgba(0, 173, 182, 0.1);
}
.edu_cat_2.cat-1 h4 > a {
  color: #00adb6;
}
.edu_cat_2.cat-2 {
  background: rgba(247, 179, 32, 0.1);
}
.edu_cat_2.cat-2 h4 > a {
  color: #f7b320;
}
.edu_cat_2.cat-3 {
  background: rgba(241, 7, 80, 0.1);
}
.edu_cat_2.cat-3 h4 > a {
  color: #f10750;
}
.edu_cat_2.cat-4 {
  background: rgba(154, 222, 69, 0.1);
}
.edu_cat_2.cat-4 h4 > a {
  color: #9ade45;
}
.edu_cat_2.cat-5 {
  background: rgba(247, 179, 32, 0.1);
}
.edu_cat_2.cat-5 h4 > a {
  color: #f7b320;
}
.edu_cat_2.cat-6 {
  background: rgba(185, 95, 253, 0.1);
}
.edu_cat_2.cat-6 h4 > a {
  color: #b95ffd;
}
.edu_cat_2.cat-7 {
  background: rgba(236, 80, 152, 0.1);
}
.edu_cat_2.cat-7 h4 > a {
  color: #ec5098;
}
.edu_cat_2.cat-8 {
  background: rgba(37, 165, 95, 0.1);
}
.edu_cat_2.cat-8 h4 > a {
  color: #25a55f;
}
.edu_cat_2.cat-9 {
  background: rgba(234, 105, 13, 0.1);
}
.edu_cat_2.cat-9 h4 > a {
  color: #ea690d;
}
.edu_cat_2.cat-10 {
  background: rgba(13, 214, 234, 0.1);
}
.edu_cat_2.cat-10 h4 > a {
  color: #0dd6ea;
}

/*--------------- Instructor --------------*/
.instructor_wrap {
  width: 100%;
  position: relative;
  display: table;
  border-radius: 0.3rem;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 22, 84, 0.1);
  text-align: center;
  padding: 3em 1rem;
  margin-bottom: 30px;
}

.instructor_thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 1rem auto;
  display: table;
}

.instructor_caption h4 {
  font-size: 18px;
  margin-bottom: 0px;
}
.instructor_caption ul {
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instructor_caption ul li {
  padding: 0 8px;
}

ul.st_rate_info li {
  margin-right: 2px;
  font-size: 12px;
  display: inline-block;
  color: #c5cee2;
}
ul.st_rate_info li .filled {
  color: #FF9800;
}

.single_instructor {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  border-radius: 0.5rem;
  margin-bottom: 30px;
  background: #ffffff;
  overflow: hidden;
}
.single_instructor.border {
  border: 1px solid #e7ecf5;
}

.single_instructor_thumb {
  width: 230px;
  height: 230px;
  border-radius: 4px;
  overflow: hidden;
}
.single_instructor_thumb img {
  max-width: 100%;
  border-radius: 4px;
}

.single_instructor_caption {
  padding-left: 2rem;
  flex: 1;
}
.single_instructor_caption h4 {
  margin-bottom: 3px;
}

ul.instructor_info {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
ul.instructor_info li {
  display: inline-block;
  margin-right: 1rem;
  font-size: 13px;
}
ul.instructor_info li:last-child {
  margin-right: 0rem;
}
ul.instructor_info li i {
  margin-right: 7px;
}
ul.social_info {
  margin-top: 15px;
}
ul.social_info li {
  display: inline-block;
  margin-right: 15px;
}
ul.social_info li a {
  width: 36px;
  height: 36px;
  display: flex;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe2ef;
  border-radius: 50%;
  font-size: 12px;
}

/*------------- Style 2 ------------------*/
.instructor_wrap.mid .cources_info_style3 ul li {
  flex: 0 0 50%;
  width: 50%;
}
.instructor_wrap.mid .cources_info_style3 {
  padding: 0;
  margin-top: 2rem;
}
.instructor_wrap.mid {
  padding: 2em 1rem 1.5rem;
}
.instructor_wrap.mid span.skills-min {
  font-size: 13px;
}
.instructor_wrap.mid .instructor_caption ul.colored li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  background: #f4f5f7;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}
.instructor_wrap.mid .instructor_caption ul.colored li a.cl-twitter {
  color: #38afe8;
  background: rgba(56, 175, 232, 0.2);
}
.instructor_wrap.mid .instructor_caption ul.colored li a.cl-fb {
  color: #2e4fc7;
  background: rgba(46, 79, 199, 0.2);
}
.instructor_wrap.mid .instructor_caption ul.colored li a.cl-linked {
  background: rgba(9, 157, 181, 0.2);
  color: #099db5;
}
.instructor_wrap.mid .instructor_caption ul.colored li a.cl-google {
  color: #e83800;
  background: rgba(232, 56, 0, 0.2);
}

/*-------------- Instructor Detail ---------------*/
.details_single ul li {
  position: relative;
  display: block;
  margin-bottom: 15px;
  line-height: 1.8;
  padding-left: 30px;
}
.details_single ul li:before {
  content: "\e65d";
  position: absolute;
  font-family: themify;
  font-size: 13px;
  top: 4px;
  left: 0;
}
.details_single ul.skills_info li:before {
  color: #da0b4e;
}

.skills_captions h4 {
  font-size: 15px;
  color: #da0b4e;
  margin-bottom: 0;
}
.skills_captions span {
  font-size: 14px;
  display: block;
  font-size: 14px;
  display: block;
}

.details_single p:last-child {
  margin-bottom: 0;
}

.viewer_detail_wraps {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.viewer_detail_thumb {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  margin-right: 1rem;
}
.viewer_detail_thumb img {
  border-radius: 50%;
  max-width: 100%;
}

.caption {
  flex: 1;
  padding-left: 1rem;
}

.viewer_package_status {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 12px;
  background: rgba(218, 11, 78, 0.2);
  color: #da0b4e;
  border-radius: 2px;
  font-size: 12px;
}

.viewer_header h4 {
  margin-bottom: 1px;
}
.viewer_header span {
  margin-bottom: 3px;
}
.viewer_header ul li {
  list-style: none;
  display: inline-block;
  margin-right: 1rem;
}
.viewer_header ul li:last-child {
  margin-right: 0rem;
}
.viewer_header ul li strong {
  color: #252c41;
}

ul.badge_info {
  margin-top: 15px;
}
ul.badge_info li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  margin-right: 12px;
  box-shadow: 0px 0px 0px 3px rgb(241, 243, 247) !important;
  -webkit-box-shadow: 0px 0px 0px 3px rgb(241, 243, 247) !important;
  border: 2px solid #ffffff;
}
ul.badge_info li:last-child {
  margin-right: 0;
}
ul.badge_info li.unlock {
  background: #f4f5f7 !important;
  color: #3b5b88 !important;
}
ul.badge_info li.started {
  color: #d83d3d;
  background: rgba(216, 61, 61, 0.1);
}
ul.badge_info li.medium {
  color: #009688;
  background: rgba(0, 150, 136, 0.1);
}
ul.badge_info li.platinum {
  color: #ff9800;
  background: rgba(255, 152, 0, 0.1);
}
ul.badge_info li.elite {
  color: #a061da;
  background: rgba(160, 97, 218, 0.1);
}
ul.badge_info li.power {
  color: #2196f3;
  background: rgba(160, 97, 218, 0.1);
}

.viewer_status {
  position: absolute;
  right: 10px;
  bottom: 5px;
  background: #4CAF50;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 50px;
  color: #ffffff;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.invers .viewer_header ul li strong {
  color: #ffffff;
}
.invers ul.badge_info li {
  box-shadow: 0px 0px 0px 3px #132b56 !important;
  -webkit-box-shadow: 0px 0px 0px 3px #132b56 !important;
  border: 2px solid #0d2248;
}
.invers ul.badge_info li.unlock {
  background: #0d2044 !important;
  color: #3b5b88 !important;
}

/*--------------- Education Detail ----------------*/
.ed_detail_head {
  padding: 2rem;
}
.ed_detail_head.lg {
  padding: 4rem;
}

.ed_detail_wrap {
  width: 100%;
  display: block;
  position: relative;
}

.ed_header_caption ul {
  padding: 0;
  margin: 0;
}
.ed_header_caption ul li {
  display: inline-block;
  margin-right: 1.5rem;
  list-style: none;
  font-size: 14px;
}

.edu_inline_info li {
  display: inline-block;
  margin-right: 1.5rem;
  list-style: none;
  font-size: 14px;
}

.ed_header_caption ul li:last-child,
.edu_inline_info li:last-child {
  margin-right: 0rem;
}

.ed_header_caption ul li i,
.edu_inline_info li i {
  margin-right: 7px;
}

.ed_header_caption {
  width: 100%;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.ed_rate_info {
  display: flex;
  align-items: center;
  width: 100%;
}
.ed_rate_info .star_info {
  margin-right: 10px;
  position: relative;
}
.ed_rate_info .star_info i {
  font-size: 11px;
  color: #ced7e8;
  margin-right: 1px;
}
.ed_rate_info .star_info i.filled {
  color: #f1992c;
}

.review_counter {
  font-size: 12.5px;
}
.review_counter strong {
  font-size: 16px;
}
.review_counter strong.poor {
  color: #de1f1f;
}
.review_counter strong.mid {
  color: #e69110;
}
.review_counter strong.good {
  color: #3db773;
}
.review_counter strong.high {
  color: #7baf17;
}

.ed_detail_wrap.light {
  color: #ffffff;
}
.ed_detail_wrap.light ul.cources_facts_list li {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

.inline_edu_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.inline_edu_first {
  flex: 1;
}

.inline_edu_last .enroll-btn {
  border-radius: 0.3rem;
  color: #ffffff !important;
}
.inline_edu_last {
  display: flex;
  align-items: center;
}
.inline_edu_last .edu_price {
  font-size: 31px;
  margin: 0;
  margin-right: 10px;
}

ul.list_ed_detail2 {
  margin: 0px;
  padding: 0;
  width: 100%;
  display: block;
}
ul.list_ed_detail2 li {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  padding: 15px 15px;
  background: #f4f5f7;
  border-radius: 5px;
}
ul.list_ed_detail2 li:last-child {
  margin-bottom: 0px;
}
ul.list_ed_detail2 li i {
  margin-right: 15px;
}
ul.list_ed_detail2 li strong {
  margin-right: 20px;
}
ul.list_ed_detail2 li.tag-1 {
  background: rgba(47, 175, 92, 0.1);
  color: #2faf5c;
}
ul.list_ed_detail2 li.tag-1 strong,
ul.list_ed_detail2 li.tag-1 i {
  color: #2faf5c;
}
ul.list_ed_detail2 li.tag-2 {
  background: rgba(255, 152, 1, 0.1);
  color: #ff9800;
}
ul.list_ed_detail2 li.tag-2 strong,
ul.list_ed_detail2 li.tag-2 i {
  color: #ff9800;
}
ul.list_ed_detail2 li.tag-3 {
  background: rgba(216, 67, 56, 0.1);
  color: #d84338;
}
ul.list_ed_detail2 li.tag-3 strong,
ul.list_ed_detail2 li.tag-3 i {
  color: #d84338;
}
ul.list_ed_detail2 li.tag-4 {
  background: rgba(143, 96, 218, 0.1);
  color: #8f60da;
}
ul.list_ed_detail2 li.tag-4 strong,
ul.list_ed_detail2 li.tag-4 i {
  color: #8f60da;
}
ul.list_ed_detail2 li.tag-5 {
  background: rgba(23, 140, 232, 0.1);
  color: #2196f3;
}
ul.list_ed_detail2 li.tag-5 strong,
ul.list_ed_detail2 li.tag-5 i {
  color: #2196f3;
}

/*----------------- Reviews Students -------------*/
.list-single-main-item {
  padding: 30px 30px;
  border-radius: 100%;
  background: #fff;
  border-radius: 0.5rem;
  margin-bottom: 20px;
}
.list-single-main-item.border {
  border: 1px solid #e7ecf5;
}

.list-single-main-item-title {
  margin: 0 0 20px 0;
}
.list-single-main-item-title h3 {
  color: #334e6f;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

.reviews-comments-wrap {
  display: inline-table;
  margin-top: 30px;
}

.reviews-comments-item {
  padding: 0 0 30px 110px;
  position: relative;
  float: left;
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.reviews-comments-item:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

.review-comments-avatar {
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
}

.reviews-comments-item-text {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.reviews-comments-item-text h4 {
  text-align: left;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.listing-rating {
  margin-bottom: 1rem;
}

.reviews-comments-item-text .listing-rating i {
  width: 25px;
  height: 25px;
  background: #f4f5f7;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 2px;
  margin-right: 4px;
  font-size: 14px;
  color: #86889a;
}
.reviews-comments-item-text .listing-rating i.active {
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  border-radius: 2px;
  margin-right: 4px;
  font-size: 11px;
  color: #ffffff;
}
.reviews-comments-item-text .listing-rating.high i.active {
  background: #00ba74;
}
.reviews-comments-item-text .listing-rating.good i.active {
  background: #83ce36;
}
.reviews-comments-item-text .listing-rating.mid i.active {
  background: #fbb851;
}
.reviews-comments-item-text .listing-rating.poor i.active {
  background: #e6453c;
}
.reviews-comments-item-text p {
  text-align: left;
}

.reviews-comments-item-date {
  float: right;
  font-weight: 500;
  color: #86889a;
  font-size: 14px;
}
.reviews-comments-item-date i {
  margin-right: 10px;
}

.reviews-reaction {
  margin-top: 1rem;
}
.reviews-reaction a {
  margin-right: 20px;
  color: #8c97a2;
}
.reviews-reaction a.comment-like.active {
  color: #0eb987;
}
.reviews-reaction a.comment-dislike.active {
  color: #244763;
}
.reviews-reaction a.comment-love.active {
  color: #ea1a57;
}

.review-count {
  font-weight: 600;
}

/*---------- Video -------------*/
.property_video {
  position: relative;
}
.property_video:before {
  background: #17203a;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  bottom: 0;
  opacity: 0.5;
  border-radius: 1rem;
}
.property_video .thumb {
  border-radius: 1rem;
  overflow: hidden;
}
.property_video .thumb .pro_img {
  min-height: 290px;
  max-height: 290px;
}
.property_video.sm .thumb .pro_img {
  min-height: 220px;
  max-height: 220px;
}
.property_video.lg .thumb .pro_img {
  min-height: 340px;
  max-height: 340px;
}
.property_video.xl .thumb .pro_img {
  min-height: 490px;
  max-height: 490px;
}
.property_video .thumb .pro_img {
  width: 100%;
  object-fit: cover;
}
.property_video .bb-video-box {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.bb-video-box-inner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
}

/*------------ Overview --------------*/
.edu_wraper {
  width: 100%;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 30px;
}
.edu_wraper.border {
  border: 1px solid #e7ecf5;
}
.edu_wraper .edu_title {
  margin-bottom: 1rem;
  font-size: 18px;
}

ul.edu_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
ul.edu_list li {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
ul.edu_list li i {
  margin-right: 7px;
}
ul.edu_list li strong {
  margin-left: 1rem;
}
ul.edu_list.right li strong {
  float: right;
}
ul.edu_list.third li {
  flex: 0 0 33.333333%;
}

.instructor_over_info ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.instructor_over_info {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.ins_info {
  display: flex;
  align-items: center;
}
.ins_info .ins_info_thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 7px;
}

.ins_info_caption span {
  font-size: 13px;
  color: #ffffff;
}
.ins_info_caption h4 {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.instructor_over_info ul li {
  margin-right: 2.5rem;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}
.instructor_over_info ul li:last-child {
  margin-right: 0rem;
}
.instructor_over_info ul li span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  color: #ffffff;
}

.eds_rate {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
}

.eds_rating {
  margin-left: 5px;
  font-size: 13px;
}
.eds_rating i {
  margin-right: 2px;
  font-size: 10px;
}
.eds_rating i.filled {
  color: #f1992c;
}

/*-------------------- Reviews --------------*/
.rating-overview {
  display: flex;
  margin: 35px 0 25px;
  background: #fff;
  padding: 30px;
  padding-right: 20px;
  border-radius: 0.5rem;
}
.rating-overview.border {
  border: 1px solid #e7ecf5;
}

.rating-overview-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: #ffdead;
  width: 135px;
  margin-right: 20px;
  text-align: center;
  border-radius: 0;
  border-right: 1px solid #e8e8e8;
  padding-right: 27px;
}

.rating-overview-box-total {
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
  display: block;
  color: #2a2f3a;
}

.rating-overview-box-percent {
  font-size: 15px;
  margin-bottom: 0;
  display: block;
}

.rating-overview-box .star-rating {
  font-size: 16px;
  margin: 0;
  display: block;
  letter-spacing: -0.5px;
}

.rating-bars {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  margin-top: 0;
  align-items: center;
}

.rating-bars-item {
  margin: 10px 15px;
  width: calc(50% - 30px);
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1366px) {
  .rating-bars-item {
    width: calc(50% - 30px);
  }
}
.rating-bars-name {
  font-weight: 600;
  color: #4c4f5a;
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.rating-bars-inner {
  display: flex;
  width: 100%;
}

.rating-bars-rating {
  display: inline-block;
  vertical-align: baseline;
  background: #f4f5f7;
  width: 100%;
  height: 6px;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #f4f5f7;
  align-self: center;
}

.rating-bars-rating-inner {
  height: 6px;
  display: block;
  background-color: #f4f5f7;
  position: relative;
  width: 0;
  transition: width 0.5s;
}

.rating-bars-rating.high .rating-bars-rating-inner {
  background-color: #00ba74;
}
.rating-bars-rating.good .rating-bars-rating-inner {
  background-color: #83ce36;
}
.rating-bars-rating.mid .rating-bars-rating-inner {
  background-color: #fbb851;
}
.rating-bars-rating.poor .rating-bars-rating-inner {
  background-color: #e6453c;
}

.rating-bars-item strong {
  color: #4c4f5a;
  font-size: 12px;
  font-weight: 600;
  align-self: center;
  background: #f4f5f7;
  border-radius: 50px;
  width: 46px;
  height: 22px;
  text-align: center;
  line-height: 21px;
}

.rating-overview-box .star-rating i {
  color: #ff9500;
}

/*----------- ED View Box ---------------*/
.ed_view_box {
  display: block;
  position: relative;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 12px;
  margin-bottom: 30px;
}
.ed_view_box.border {
  border: 1px solid #e7ecf5;
}
.ed_view_box .property_video.sm {
  margin-bottom: 1rem;
}

.ed_view_price,
.ed_view_features,
.ed_view_link {
  display: block;
  margin-bottom: 1rem;
  padding-left: 10px;
}

.ed_view_price span {
  font-size: 13px;
}

.ed_view_features span {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  color: #485067;
}
.ed_view_features ul {
  margin: 0;
  padding: 0;
}
.ed_view_features ul li {
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  padding-left: 22px;
}
.ed_view_features ul li i {
  width: 15px;
  height: 15px;
  background: rgba(0, 150, 136, 0.1);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009688;
}

.ed_view_link .enroll-btn {
  width: 80%;
  margin: 1.5rem auto 0;
  display: flex;
  height: 54px;
  font-weight: 600;
  border-radius: 50px;
  color: #ffffff !important;
  align-items: center;
  justify-content: center;
}
.ed_view_link .enroll-btn i {
  margin-left: 1rem;
}

.ed_view_box.style_2 {
  padding: 0 0 12px;
}

.ed_author {
  padding: 15px 20px;
  border-bottom: 1px solid #e6ebf5;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.ed_author .ed_author_thumb {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-right: 10px;
  overflow: hidden;
}

.ed_author_box h4 {
  font-size: 15px;
  margin-bottom: 0px;
  color: #24376f;
  line-height: 1.4;
}
.ed_author_box span {
  font-size: 13px;
}

.ed_view_box.style_3 {
  padding: 0 0 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.ed_view_box .property_video .thumb, .ed_view_box .property_video:before {
  border-radius: 6px;
}
.ed_view_box.style_3 .property_video .thumb, .ed_view_box.style_3 .property_video:before {
  border-radius: 0;
}
.ed_view_box.style_3 .ed_view_features.half_list ul {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.ed_view_box.style_3 .ed_view_features ul li {
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 14px;
  position: relative;
  padding-left: 33px;
  display: flex;
  align-items: center;
  flex: 0 0 50%;
}
.ed_view_box.style_3 .ed_view_features ul li i {
  width: 24px;
  height: 24px;
  font-size: 10px;
  background: #e9eef9;
  color: #707fab;
}

/*------------ Arrow Slide Style ---------------*/
.singles_items {
  padding: 0 10px;
}

.slick-next {
  top: -35px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all ease 0.4s;
  border: 1px solid #f0f3fb;
}

.slick-prev {
  top: -35px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all ease 0.4s;
  border: 1px solid #f0f3fb;
  right: 55px;
  left: auto;
}

.slick-next:before {
  font-family: slick;
  font-size: 15px;
  line-height: 1;
  opacity: 1;
  color: #515c7b;
  font-family: themify;
  content: "\e649";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  font-family: slick;
  font-size: 15px;
  line-height: 1;
  opacity: 1;
  color: #515c7b;
  font-family: themify;
  content: "\e649";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e64a";
}

/*----------- Arrow Middle -------------*/
.arrow_middle .slick-next {
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.4s;
  background: #ffffff !important;
  border-radius: 50%;
}
.arrow_middle .slick-prev {
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.4s;
  background: #ffffff !important;
  border-radius: 50%;
  right: 0;
  left: 15px;
}
.arrow_middle:hover .slick-next,
.arrow_middle:hover .slick-prev {
  opacity: 1;
}
.arrow_middle:focus .slick-next,
.arrow_middle:focus .slick-prev {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  text-align: center;
  opacity: 0.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #23b39f;
  border-radius: 50px;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
  background: #da0b4e;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #da0b4e;
}

/*----------------------- Slide Featured Course In Tab -----------------*/
.nav-tabs.side-cates {
  border-bottom: 1px solid #dde2f1;
}

.side-cates .nav-link {
  padding: 10px 15px !important;
  padding: 10px 15px !important;
  border: none !important;
  background: transparent !important;
  color: #5e6c92;
}

.nav-tabs.side-cates .nav-item.show .nav-link,
.nav-tabs.side-cates .nav-link.active {
  color: #da0b4e;
}

a.btn-br-more {
  background: transparent;
  border: 1px solid #c8cedc;
  padding: 12px 20px;
  border-radius: 4px;
  background: #ffffff;
}

/*----------- Course category overlay ------------*/
.course_overlay_cat {
  border: none;
  height: 196px;
  margin-bottom: 25px;
  border-radius: 0.2rem;
  overflow: hidden;
}
.course_overlay_cat .course_overlay_cat_thumb {
  width: 100%;
  padding: 0px;
  display: inline-block;
  height: 100%;
}

.course_overlay_cat_thumb a {
  display: inline-block;
  position: relative;
}
.course_overlay_cat_thumb a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1b2338;
  transition: 0.4s all ease;
  opacity: 0.8;
  border-radius: 0.4rem;
}
.course_overlay_cat_thumb img {
  height: 100%;
  max-height: 196px;
  object-fit: cover;
}

.course_overlay_cat_caption {
  width: 100%;
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  left: 30px;
}
.course_overlay_cat_caption h4 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
}
.course_overlay_cat_caption h4 a {
  color: #ffffff !important;
}
.course_overlay_cat_caption span {
  font-size: 12px;
  color: #ffffff;
  margin-top: 0px;
}

/*-------------------------------------------------------
	Education Common Page & Elements
------------------------------------------------------*/
#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  background: #333c56;
  color: #fff;
}

/*------------- Accordion ---------------*/
.collapsible-link::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}
.collapsible-link::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}
.collapsible-link[aria-expanded=true]::after {
  transform: rotate(90deg) translateX(-1px);
}
.collapsible-link[aria-expanded=true]::before {
  transform: rotate(180deg);
}

/* Vertical line */
.card-header {
  position: relative;
}

.card {
  border-color: #e8edf7;
  margin-bottom: 10px;
}

.accordion_title {
  text-transform: capitalize;
  font-size: 16px;
}

/*------------- Page Title -------------*/
.page-title {
  text-align: center;
}
.page-title .breadcrumb-title {
  margin: 0;
}
.page-title .breadcrumb {
  box-shadow: none;
  text-align: center;
  margin: 0 auto;
  width: auto;
  display: table;
}

.page_sidebar {
  position: relative;
  width: 90%;
  margin-bottom: 30px;
  border: 2px solid #e6ebf1;
  border-radius: 0.4rem;
  padding: 2rem 1rem;
}

.ordering {
  text-align: right;
}

.btn-custom.dropdown-toggle {
  background: #ffffff;
  border: 2px solid #e6ebf1;
  border-radius: 4px;
  color: #647b9c !important;
}

/*--------------- Offscreen Overlay ------------*/
.filter-sidebar {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 20px;
  padding-bottom: 2rem;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}
.filter-sidebar .show-hide-sidebar {
  padding: 10px 30px 10px 20px;
  overflow-y: scroll;
  position: relative;
  width: calc(100% + 17px);
  min-height: 300px;
  display: block;
  height: 100%;
}
.filter-sidebar .ur-detail-wrap {
  padding: 0 1.4em 2em 1.4em;
}
.filter-sidebar .closebtn {
  position: relative;
  font-size: 36px;
  margin-left: 0px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  padding: 0;
  color: #2d4767;
}

.filt-head {
  display: flex;
  padding: 0 1rem 1rem 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.filt-head .filt-first {
  flex: 1;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.filter_wraps {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

div#main2 {
  margin-right: 5px;
}

#main2 .filter_open {
  cursor: pointer;
  left: auto;
  line-height: 42px;
  overflow: hidden;
  letter-spacing: 0;
  padding: 0 18px;
  position: relative;
  right: 0;
  text-align: center;
  top: 38px;
  z-index: 1;
  top: 0px;
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
}
#main2 .filter_open.relative {
  position: relative;
  width: 100%;
  height: 50px;
  right: 0;
  display: inline-block;
}

.btn.arrow-btn.filter_open span {
  margin-left: 28px;
}
.btn.arrow-btn.filter_open:before {
  right: 45px;
}
.btn.btn-loader {
  background: #ffffff;
  color: #da0b4e;
  border: 2px solid #c9cddc;
  border-radius: 4px;
  height: 54px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
  font-weight: 600;
  transition: all ease 0.4s;
}
.btn.btn-loader:hover, .btn.btn-loader:focus {
  background: #da0b4e;
  color: #ffffff;
  border: 2px solid #da0b4e;
}

/*---------------- Message notification --------------*/
.ground-list {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

.ground {
  display: -ms-flex-box;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ground-list-single {
  -webkit-box-align: center;
  align-items: center;
  padding: 16px 10px;
  border-bottom: 1px solid #eaeff5;
}

.ground > * {
  margin: 0 6px;
}

.ground-list-single a {
  position: relative;
}

.btn-circle-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #606e88;
  border: 1px solid #eaeff5;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
}

.ground-content {
  -ms-flex: 1;
  flex: 1;
}
.ground-content > * {
  margin-bottom: 0;
}

.card {
  border: none;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0.25rem;
  overflow: hidden;
}

.card-header {
  background: #ffffff;
  border-color: #e6eaf1;
}
.card-header h6 {
  margin: 0;
  font-size: 14px;
}

.ground-content .small {
  display: block;
}
.ground-content h6 {
  font-size: 14px;
}

/*------------- Sign & Sign up Modal --------------*/
.modal-body {
  padding: 1rem 2rem;
}

.social-login ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.social-login ul li:first-child {
  flex: 1;
}

.btn.pop-login {
  height: 56px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}

.modal-header-title {
  margin: 2rem auto;
  font-size: 40px;
  text-align: center;
}

span.mod-close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #f4f5f7;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #2d3954 !important;
  cursor: pointer;
  z-index: 1;
}

.log_wrap {
  background: #ffffff;
  padding: 2rem 2rem;
  border-radius: 0.6rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.log_wrap .form-control {
  background: #f4f5f7;
}
.log_wrap h4 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 35px;
}

/*------------ pricing Box ----------------*/
.packages_wrapping {
  text-align: center;
  width: 100%;
  background: rgba(249, 93, 2, 0.001);
  border-radius: 1rem;
  margin-bottom: 25px;
  position: relative;
  border: 1px solid rgba(249, 93, 2, 0.2);
}

.packages_headers {
  padding: 3em 0 2em;
  width: 100%;
}
.packages_headers i {
  font-size: 3em;
  margin-bottom: 15px;
  display: table;
  margin: 0 auto 0.2em auto;
  color: #4c5f98;
}
.packages_headers .packages_pr_title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}
.packages_headers .packages_price-subtitle {
  font-style: italic;
  font-size: 14px;
}

.packages_price {
  position: relative;
  display: table;
  margin: 1rem auto;
  text-align: center;
}

.pr-value {
  font-size: 4em;
  position: relative;
}

.recommended .pr-value {
  color: #fd5332;
}

.pr-value:before {
  content: "$";
  position: absolute;
  font-size: 2rem;
  top: -20px;
  left: -24px;
  color: #a6b0d0;
}

.packages_middlebody ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.packages_middlebody ul li {
  list-style: none;
  padding: 12px 0;
}

.packages_bottombody {
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
}
.packages_bottombody .btn-pricing {
  position: relative;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 16px 50px;
  background: #da0b4e;
  border-radius: 4px;
  color: #ffffff;
  transition: all ease 0.4s;
  width: 80%;
}
.packages_bottombody .btn-pricing:hover, .packages_bottombody .btn-pricing:focus {
  background: #fc5231;
  color: #ffffff !important;
}

.packages_wrapping.recommended {
  background: #da0b4e;
}

.recommended .packages_headers i,
.recommended .packages_headers .packages_pr_title {
  color: #ffffff;
}
.recommended .packages_headers .packages_price-subtitle {
  color: rgba(255, 255, 255, 0.5) !important;
}
.recommended .pr-value {
  color: #ffffff !important;
}
.recommended .pr-value:before {
  color: rgba(255, 255, 255, 0.5) !important;
}

.packages_wrapping.recommended .packages_middlebody ul li {
  color: #ffffff;
}

.recommended .packages_bottombody .btn-pricing {
  background: #ffffff !important;
  color: #D70040 !important;
}

/*-------------- Sidebar -----------*/
.single_widgets {
  border: 1px solid #e5e8f3;
  background: #ffffff;
  padding: 30px 28px 35px;
  margin: 0 0 40px;
}
.single_widgets.widget_search form {
  position: relative;
}
.single_widgets.widget_search form input[type=search] {
  border-radius: 4px;
  border: 1px solid #ebedf5;
  background: #f9fafc;
  font-size: 12px;
  padding: 10px 70px 10px 30px;
  height: 60px;
  width: 100%;
}
.single_widgets.widget_search form button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 0px;
  cursor: pointer;
  border-radius: 4px;
  background: #da0b4e;
  color: #ffffff;
  border: 0;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  width: 52px;
}
.single_widgets.widget_category ul {
  padding: 0;
  list-style: none;
}
.single_widgets.widget_category ul li {
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 11px 0;
}
.single_widgets.widget_category ul li:first-child {
  border-top: none;
}
.single_widgets.widget_categories ul li a {
  display: block;
  overflow: hidden;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
}
.single_widgets.widget_category ul li a span {
  float: right;
}
.single_widgets.widget_thumb_post ul {
  padding: 0;
  list-style: none;
}
.single_widgets.widget_thumb_post ul li {
  display: block;
  overflow: hidden;
  margin: 0 0 15px;
}
.single_widgets.widget_thumb_post ul li .left {
  display: block;
  float: left;
  width: 80px;
}
.single_widgets.widget_thumb_post ul li .right {
  display: block;
  overflow: hidden;
}
.single_widgets.widget_thumb_post ul li .right .feed-title {
  display: block;
  overflow: hidden;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 7px;
  padding-left: 20px;
}
.single_widgets.widget_thumb_post ul li .right .post-date {
  color: #6e7c90;
  display: block;
  overflow: hidden;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
}
.single_widgets.widget_thumb_post ul li .right .post-date i {
  margin-right: 5px;
}
.single_widgets.widget_thumb_post ul li .left img {
  width: 100%;
  border-radius: 3px;
}
.single_widgets.widget_tags ul {
  padding: 0;
  list-style: none;
}
.single_widgets.widget_tags ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.single_widgets.widget_tags ul li a {
  border: 1px solid #eaeaea;
  letter-spacing: 0;
  font-size: 14px;
  display: block;
  padding: 9px 25px;
}
.single_widgets.widget_tags ul li a:hover, .single_widgets.widget_tags ul li a:focus {
  color: #ffffff;
  background: #da0b4e;
  border-color: #da0b4e;
}

/*-------------- Contact Page ---------------*/
.prc_wrap {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 0;
  border-radius: 4px;
  margin-bottom: 30px;
  border: 1px solid #e6eaf3;
}
.prc_wrap:last-child {
  margin-bottom: 0px;
}

.prc_wrap_header {
  display: table;
  width: 100%;
  padding: 0.7rem 1rem 0.7rem 2rem;
  border-bottom: 1px solid #e7eff9;
}
.prc_wrap_header h4 {
  margin: 0;
  position: relative;
  font-size: 16px;
}

.prc_wrap-body {
  line-height: 1.7;
  padding: 1rem 2rem;
  display: inline-block;
  width: 100%;
}

.contact-info {
  margin-left: 1rem;
}

.cn-info-detail {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}

.cn-info-icon {
  float: left;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.cn-info-icon i {
  font-size: 35px;
  color: #fd5332;
}

.cn-info-title {
  font-size: 15px;
  margin-bottom: 2px;
}

/*---------- creative Tabs -------------*/
.customize-tab.tabs_creative {
  margin-bottom: 1rem;
  border-bottom: none;
}
.customize-tab.tabs_creative .nav-link {
  font-weight: 600;
  display: block;
  padding: 0.8rem 1.5rem;
  background: #edf0f5;
  border-radius: 4px;
  border: 1px solid #edf0f5 !important;
  margin-right: 0.5rem;
}

.tabs_content_creative .card-header {
  background: #f4f5f7;
  border-color: #e6eaf1;
}
.tabs_content_creative .btn.btn-link {
  padding: 0;
  text-decoration: none;
}

.custom_accordion .card {
  box-shadow: none;
  background: transparent;
  border: none;
}
.custom_accordion .card .card-header {
  background: #f4f5f7;
  margin-bottom: 0.5rem;
  padding: 0.95rem 1.25rem;
  border: none;
  border-radius: 4px;
}
.custom_accordion .card .card-header .card-title {
  margin: 0;
}

/*--------- Newsletter ---------------------*/
.newsletter.inverse-theme h2,
.newsletter.inverse-theme p {
  color: #ffffff;
}

.sup-form {
  margin-top: 30px;
  display: block;
  position: relative;
}
.sup-form .form-control {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 20px 20px 18px;
  border-radius: 2px;
  height: 70px;
}
.sup-form .btn {
  bottom: 5px;
  position: absolute;
  right: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 14px 25px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  white-space: normal;
  width: auto;
  border-width: 0;
  cursor: pointer;
  height: 60px;
  border-radius: 2px;
}

/*------------- Brand --------------*/
.single_brands img {
  transition: all ease 0.4s;
  max-width: 130px;
  margin: 0 auto;
  display: table;
  opacity: 0.7;
}

.btn.btn-browse-btn {
  color: #ffffff;
  background: #ffffff;
  border-radius: 4px;
  height: 54px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

/*------------ Tab Style ------------*/
.tab-content > .tab-pane {
  padding: 0 0 1rem;
}

.nav-link {
  font-weight: 600;
  display: block;
  padding: 0.8rem 1.5rem;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  background: #f0f3f7;
  margin-right: 0.5rem;
}
.nav-pills.light .nav-link {
  background: #ffffff;
}
.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #da0b4e;
}

.show > .nav-pills .nav-link {
  color: #ffffff;
  background-color: #da0b4e;
}

/*------------- Cource Circullum------------*/
.circullum .card-body {
  padding-top: 0;
}

ul.lectures_lists {
  padding: 0;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
}
ul.lectures_lists li {
  padding: 17px 15px;
  background: #f1f4fb;
  color: #24394e;
  border-bottom: 1px solid #e5e8ef;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}

.edu_wraper ul.lectures_lists li {
  background: #ffffff;
}

ul.lectures_lists li:last-child {
  border-bottom: none;
}

.lectures_lists_title {
  margin-right: 2rem;
  font-weight: 400;
  font-size: 14px;
  color: #647b9c;
}
.lectures_lists_title i {
  margin-right: 5px;
}

ul.lectures_lists li:before {
  content: "\e63d";
  width: 30px;
  height: 30px;
  font-family: "themify";
  background: rgba(76, 175, 80, 0.12);
  right: 15px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4caf50;
}
ul.lectures_lists li.unview:before {
  content: "\e62b";
  width: 30px;
  height: 30px;
  font-family: "themify";
  background: #d7dfef;
  right: 15px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #50638a;
}

/*------------- testimonials ----------------*/
.client-detail-box {
  display: table;
  width: 100%;
  margin: 0 0 5px 0;
  text-align: center;
}
.client-detail-box .pic img {
  max-width: 100px;
  border-radius: 50px;
  border: 6px solid #ebedf1;
  margin: 0.5rem auto;
}

.testimonial-title {
  font-size: 18px;
  margin-bottom: 0px;
}

span.post {
  font-size: 14px;
}

p.description {
  font-size: 18px;
  text-align: center;
  font-family: "Lora", serif;
  font-style: italic;
}

/*===================================================
 Homes Banner
==================================================*/
.hero_banner {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.half_banner {
  padding: 70px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.half_banner.radius {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.6rem;
}

.hero_banner {
  justify-content: center;
}

.image-cover {
  background-size: cover !important;
  background-position: center !important;
}
.image-cover.bottom {
  background-position: bottom !important;
}

.hero_banner .container,
.half_banner .container {
  position: relative;
}

.hero-caption {
  text-align: left;
  position: relative;
  width: 100%;
  max-width: 800px;
}
.hero-caption.min {
  max-width: 750px;
}
.hero-caption.small_wd {
  max-width: 650px;
}
.hero-caption.esmall_wd {
  max-width: 450px;
}
.hero-caption.center {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.hero-caption p {
  font-size: 17px;
  margin-top: 0.2rem;
  line-height: 1.9;
}

.owns_img {
  position: absolute;
  right: 5%;
  top: 0;
}
.owns_img img {
  max-width: 325px;
}

/*---------- Home 3 ------------*/
.hero-inner-2:after {
  content: "";
  background: url(../img/inner-2.png.html) center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
}

.rlt {
  position: relative;
}

.elix_img_box {
  display: none;
}

/*----------- Home 5 ------------*/
.vw-lg-50 .rounded {
  border-radius: 4rem 0 0 0 !important;
}

/*-------- Search Form -------------*/
.banner-search {
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
}
.banner-search.shadow_high {
  box-shadow: 0px 10px 12px rgba(77, 60, 160, 0.1);
  -webkit-box-shadow: 0px 10px 12px rgba(77, 60, 160, 0.1);
}
.banner-search.shadow {
  box-shadow: 0px 64px 100px rgba(77, 60, 160, 0.09);
  -webkit-box-shadow: 0px 64px 100px rgba(77, 60, 160, 0.09);
}

.search_hero_wrapping {
  height: 100%;
  width: 100%;
  position: relative;
}

.banner-search .form-group {
  margin: 0;
  height: 65px;
}
.banner-search .form-control,
.banner-search span.select2-selection.select2-selection--single {
  border: none !important;
}
.banner-search .form-group > *,
.banner-search .form-group .input-with-icon > * {
  height: 100%;
}

.select2-container--default .select2-selection--single {
  height: 100%;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--bg-primary);
  color: var(--text-secondary);
}

.select2-dropdown {
  border: 1px solid var(--border);
  background-color: var(--bg-tertiary);
}

.banner-search .btn.search-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  font-size: 18px;
  border-radius: 0;
  position: relative;
  right: -1px;
  color: #ffffff;
}

/*------------- Home 5 Style -----------*/
.circle_flixio {
  position: absolute;
  top: 10px;
}

.flixio {
  position: relative;
  z-index: 1;
}
.flixio img {
  max-height: 670px;
  display: table;
  margin: 0 auto;
}

/*------ Input Field with Icon ----------*/
.input-with-icon {
  position: relative;
  padding-left: 40px;
}
.input-with-icon img {
  position: absolute;
  left: 15px;
  max-width: 25px;
  top: 1px;
}
.input-with-icon i {
  position: absolute;
  left: 14px;
  font-size: 25px;
  color: #BFCADA;
  top: 38%;
}

/*--------- Search 2 Style ----------*/
.input-group-append img {
  max-width: 20px;
}

.input-group {
  border: 1px solid #e6eaf3;
  border-radius: 0.2rem;
  overflow: hidden;
}

.banner-search-2 .form-control {
  height: 58px;
  border: none !important;
}
.banner-search-2 {
  margin: 1.5rem 0;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border-radius: 0.2rem;
  max-width: 500px;
}
.banner-search-2.transparent {
  margin: 1.5rem 0;
  padding: 0 0 0 0rem;
  background: transparent;
  border-radius: 0.2rem;
  max-width: 500px;
}
.banner-search-2 .btn-outline-secondary:hover {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.btn-outline-secondary:focus {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

/* For WebKit browsers (Chrome, Edge, Safari) */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 8px; /* width of scrollbar */
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
  border-radius: 4px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888; /* scrollbar color */
  border-radius: 4px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555; /* scrollbar color on hover */
}

/* For Firefox */
.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: thin; /* "auto" | "thin" */
  scrollbar-color: var(--text-secondary) var(--bg-tertiary); /* thumb color | track color */
}

/*=========================================
	Responsive Designs
=========================================*/
@media (min-width: 768px) {
  .banner-search .br-right {
    border-right: 1px solid #e6eaf3;
  }
  .tp-side-menu {
    display: none;
  }
  .banner-search .small-pad {
    padding-left: 0px;
    padding-right: 0px;
  }
  .big-header-capt {
    font-size: 50px;
    line-height: 1.4;
  }
  .style_1 .single_job_title,
  .style_2 .single_job_title {
    max-width: 80%;
  }
  .style_3 .single_job_title {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .banner-search .form-group {
    height: 55px;
  }
  .vw-lg-50 {
    width: 50vw !important;
  }
  .page_title h2 {
    font-size: 60px;
    line-height: 1.2;
  }
  .details_single h2 {
    font-size: 22px;
  }
  .hide-92 {
    display: none;
  }
  p.description {
    line-height: 1.8;
    max-width: 850px;
    margin: 0 auto;
  }
  .overlio {
    margin-top: -120px;
  }
}
@media (min-width: 1024px) {
  .top_hm_2 {
    position: relative;
    top: -45px;
  }
  .page-title .breadcrumb-title {
    font-size: 52px;
  }
  .about_caption h4 {
    font-size: 40px;
  }
  .hide-24 {
    display: none;
  }
  .testi_description {
    font-size: 22px;
    margin-bottom: 2rem;
  }
  .single_testi_caption {
    padding-left: 5rem;
  }
}
@media (min-width: 1200px) {
  .hero_banner {
    min-height: 620px;
    height: 92vh;
    padding: 0;
  }
  .hero_banner.full {
    height: 100vh;
  }
  .big-header-capt {
    font-size: 50px;
    line-height: 1.2;
  }
  .hero_banner.home-4 {
    border-radius: 0px 0 0 30%;
  }
  .elix_img_box {
    max-width: 430px;
    overflow: hidden;
    border-radius: 30% 2%;
    position: absolute;
    display: block;
    right: 40px;
    top: 80px;
  }
}
@media (max-width: 575.98px) {
  .list_jobs_header {
    display: block;
  }
  .course_overlay_cat_thumb img {
    height: 100%;
    max-height: 196px;
    object-fit: cover;
    width: 100%;
  }
  .rating-bars-item {
    width: calc(100% - 30px);
  }
  h2.ed_title {
    font-size: 23px;
  }
  ul.edu_list.third li {
    flex: 0 0 100%;
  }
  ul.head_jobs_social li a {
    width: 40px;
    height: 40px;
    display: flex;
  }
  .customize-tab.tabs_creative .nav-link {
    padding: 0.8rem 1rem;
  }
  .viewer_detail_wraps {
    display: block;
  }
  .viewer_detail_thumb {
    margin-bottom: 1rem;
  }
  .single_instructor {
    display: block;
  }
  .single_instructor_caption {
    flex: auto;
    padding-left: 0;
    padding-top: 1rem;
  }
  .review-comments-avatar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 50px;
    height: 50px;
  }
  .reviews-comments-item {
    padding: 0 0 30px 60px;
  }
  ul.head_jobs_social li {
    display: inline-block;
    margin-right: 5px;
  }
  #brand-slide {
    padding-top: 2rem;
  }
  .footer_widget {
    padding-top: 2.5rem;
  }
  .top-footer {
    padding: 3rem 0 0;
  }
  img.img-footer.small {
    max-width: 140px;
    margin-left: 0;
  }
  .featured_job_select {
    right: 10px;
  }
  .list_jobs_thumbs {
    margin-bottom: 0.5rem;
  }
  .lj_footer_last.style-2 ul li {
    margin-right: 4px;
    font-size: 12px;
    padding: 6px 10px;
  }
  .lj_footer_last.style-2 ul li i {
    margin-right: 4px;
  }
  .filter_box_first {
    display: block;
    margin-bottom: 10px;
  }
  .filter_box {
    display: block;
  }
}
@media (max-width: 767px) {
  .trips_wrap.colored .trips {
    border: none;
  }
  .trips {
    padding-left: 0;
    padding-right: 0;
  }
  .list_jobs_footer {
    display: block;
  }
  .fs-left-map-box {
    float: none;
  }
  .course_overlay_cat_thumb img {
    height: 100%;
    max-height: 196px;
    object-fit: cover;
    width: 100%;
  }
  .ed_detail_wrap {
    padding-top: 1rem;
  }
  .woocommerce.single_product.quick_view_wrap {
    display: block;
  }
  .single_product.quick_view_wrap .woo-single-images {
    width: 100%;
  }
  .single_product.quick_view_wrap .entry-summary {
    width: 100%;
  }
  .single_product.quick_view_wrap .entry-summary > .woo_inner {
    max-width: calc(100% - 10px);
    padding-left: 10px;
    padding-top: 10px;
  }
  .home-map.fl-wrap {
    height: 420px;
  }
  .fs-left-map-box .map-container.fw-map {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .banner-search-2.transparent {
    padding: 0 0 0 0rem;
  }
  .map-container.fw-map #map-main {
    position: relative;
    height: 420px;
    width: 100%;
  }
  .half-map .fs-inner-container {
    width: 100%;
  }
  .half-map .fs-content {
    padding: 2rem 1rem;
  }
  .nav-menu.nav-menu-social > li.login_click a {
    padding: 12px 20px;
  }
  .nav-menu.nav-menu-social > li.login_click {
    top: 9px;
  }
  .lj_footer_first {
    margin-bottom: 10px;
  }
  .style_2 .details_header .appliex_info {
    display: block;
  }
  .style_2 .job_employer_thumb {
    margin-bottom: 1rem;
  }
  ul.head_jobs_social {
    margin-bottom: 1rem;
  }
  .dashboard_single_course_progress {
    display: block;
    align-items: center;
    width: 100%;
  }
  .single_testi_caption {
    padding: 1rem;
  }
  .hide-small,
  .hero-inner-2:after {
    display: none;
  }
  .job_details.style_3, .job_details.style_4 {
    margin-bottom: 1rem;
  }
  .page_title {
    min-height: 300px;
    padding: 50px 0;
  }
  .mg-list-thumb {
    display: block;
    float: none;
  }
  .dashboard-wrap {
    margin-bottom: 1rem;
  }
  .manage-list {
    display: block;
  }
  .topbar-head .topbar-left ul.tp-list {
    display: none;
  }
  .tp-side-menu {
    display: block;
  }
  .topbar-head ul li {
    padding-right: 8px;
  }
  ul.dropdown-menu.mlix-wrap {
    padding: 1rem 0.5rem;
  }
  .education_block_list_layout {
    display: block;
    width: 100%;
  }
  .education_block_list_layout .education_block_thumb {
    width: 100%;
    height: auto;
  }
  .education_block_list_layout .education_block_footer {
    padding-top: 0;
    margin: 0 !important;
  }
  .education_block_list_layout .education_block_body {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .hide-91 {
    display: none;
  }
  .show-91 {
    display: block;
  }
  .change-logo .nav-brand.static-logo {
    display: none;
  }
}
@media (max-width: 992px) {
  .nav-dropdown > li > a {
    border-bottom: 1px solid #2d3454;
    color: #787fa0;
  }
  .nav-menu.nav-menu-social > li.login_click.search {
    display: none;
  }
  .filter_wraps {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .submenu-indicator-chevron {
    border-color: transparent #787fa0 #787fa0 transparent;
  }
  .nav-menu > li .nav-dropdown {
    background: transparent;
    padding: 0px;
  }
  .nav-menu > li > .nav-dropdown:before {
    display: none;
  }
}
@media (max-width: 1023px) {
  .banner_count_sec {
    display: none;
  }
  .woo_product_title {
    font-size: 18px;
  }
  ul.woo_info li {
    margin-right: 0.5rem;
    font-size: 13px;
  }
  .dashboard_single_course {
    display: block;
  }
  .dashboard_single_course_thumb {
    width: 100%;
    margin-bottom: 1rem;
  }
  .dashboard-navbar,
  .dashboard-wraper {
    padding: 1em;
  }
  .dashboard_single_course_thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .cart_totals.checkout {
    margin-top: 1rem;
  }
  .checkout_coupon.checkout {
    display: block;
  }
  .checkout_coupon_flex {
    margin-bottom: 1rem;
  }
  .ed_view_box.style_3 .ed_view_features ul li {
    flex: 0 0 100%;
  }
  .edu_wraper .edu_title {
    font-size: 15px;
  }
  ul.edu_list li {
    font-size: 10px;
  }
  .inline_edu_wrap {
    display: block;
  }
  .inline_edu_first {
    margin-bottom: 1rem;
  }
  .nav-link {
    padding: 0.8rem 1rem;
  }
  .show-23 {
    display: block;
  }
  .hide-23,
  .featured_jb_box {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  div#brand-slide {
    padding-top: 2rem;
  }
  .edu_data .title {
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 0px;
  }
  ul.cources_facts_list li {
    padding: 5px 12px;
    font-size: 12px;
  }
  .cources_info_last h3 {
    font-size: 25px;
  }
  .jobs_info ul li {
    margin-right: 4px;
    padding: 5px 10px;
  }
}
/*--------- Register Form ---------------------*/
.form-control {
  font-size: 16px;
  transition: all 0.4s;
  box-shadow: none;
}
.form-control:focus {
  border-color: #5cb85c;
}
.form-control {
  border-radius: 10px;
  outline: none !important;
}

.btn {
  border-radius: 10px;
  outline: none !important;
}

.signup-form {
  margin: 0 auto;
  padding: 5rem 0;
}
.signup-form form {
  background-color: var(--bg-secondary);
  padding: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.signup-form form .social-btn {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.signup-form form .signup-btn {
  width: 100%;
}
.signup-form h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 2rem;
}
.signup-form .hint-text {
  color: #999;
  text-align: center;
  margin-bottom: 20px;
}
.signup-form .form-group {
  margin-bottom: 20px;
}

.signup-btn,
.contact-us-btn {
  text-align: center;
  border-color: #5cb85c;
  transition: all 0.4s;
}
.signup-btn:hover,
.contact-us-btn:hover {
  background: #5cb85c;
  opacity: 0.8;
}

.or-seperator {
  margin: 50px 0 15px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
.or-seperator b {
  padding: 0 10px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  top: -22px;
  z-index: 1;
}

.social-btn .btn {
  color: #fff;
  font-weight: normal;
  border: none;
  transition: all 0.4s;
}
.social-btn .btn:first-child {
  margin-left: 0;
}
.social-btn .btn:hover {
  opacity: 0.8;
}
.social-btn .btn-primary {
  background: #507cc0;
}
.social-btn .btn-info {
  background: #64ccf1;
}
.social-btn .btn-danger {
  background: #df4930;
}
.social-btn .btn i {
  float: left;
  margin: 3px 10px;
  font-size: 20px;
}

/*------- Register Card -----*/
.register-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  margin: 0 auto;
}
.register-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.register-page-title {
  border-bottom: 1px solid #dadada;
  width: 25%;
  margin: 0 auto;
}

.register-page {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.container {
  padding: 2px 16px;
}

/*------- week days checkbox -----*/
.weekDays-selector input {
  display: none !important;
}
.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius: 6px;
  height: 40px;
  width: 30px;
  margin-right: 6px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.weekDays-selector input[type=checkbox] + label:hover {
  background: #383d40;
}
.weekDays-selector input[type=checkbox]:checked + label {
  background-color: #1ac790; /* info color (same as .bg-info) */
  border-color: #1ac790; /* info color */
  color: #ffffff;
}

.search-results-section {
  padding-top: 0;
}
.search-results-section .search-bar {
  margin-bottom: 15px;
}
.search-results-section .search-body .search-result .result-header .result-actions .result-sorting {
  display: flex;
  align-items: center;
}
.search-results-section .search-body .search-result .result-header .records {
  align-items: center;
}
.search-results-section .search-body .search-result .result-header .result-actions .result-sorting span {
  flex-shrink: 0;
  font-size: 0.8125rem;
}
.search-results-section .search-body .search-result .result-header .result-actions .result-sorting select {
  color: #68CBD7;
}
.search-results-section .search-body .search-result .result-header .result-actions .result-sorting select option {
  color: #3c4142;
}
.search-results-section .result-subject {
  font-size: large;
}

/*----------------------------------------------
	Shop Page Designs
--------------------------------------------*/
/*----------- Shop Grid -------------*/
.shop_grid {
  padding: 2rem 1rem;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  display: block;
  position: relative;
  border-radius: 0.4rem;
  border: 2px solid #e5ecf5;
}

.shop_grid_thumb {
  max-height: 180px;
  display: table;
  margin: 1rem auto 2rem;
}
.shop_grid_thumb img {
  max-width: 100%;
  max-height: 180px;
}

.shop_grid_caption {
  display: block;
  text-align: center;
}
.shop_grid_caption .sg_rate_title {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.shop_grid_caption .sg_rate {
  font-size: 20px;
  font-weight: 800;
}

.shop_grid_rate i {
  font-size: 10px;
  margin: 0 1px;
  color: #c1cde4;
}
.shop_grid_rate .filled {
  color: #FF9800;
}

.shop_grid_action {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transition: all ease 0.4s;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.shop_grid_action .btn-shop {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 0;
  border-radius: 50%;
  margin: 0 5px;
  color: #8ca1bf;
  border: 1px solid #e3e6f1;
  box-shadow: 0px 0px 0px 3px rgb(255, 255, 255);
}

.shop_grid:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #051321;
  opacity: 0;
  transition: all ease 0.4s;
  border-radius: 0.4rem;
}
.shop_grid:hover:before, .shop_grid:focus:before {
  opacity: 0.7;
}
.shop_grid:hover .shop_grid_action, .shop_grid:focus .shop_grid_action {
  opacity: 1;
}

.shop_status.hot {
  background: #f33374;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  font-size: 13px;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #ffffff;
}
.shop_status.sell, .shop_status.new {
  background: #42ad63;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  font-size: 13px;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #ffffff;
}

/*------------ Quick View ------------*/
.woocommerce.single_product.quick_view_wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.single_product.quick_view_wrap .woo-single-images {
  width: 50%;
}

.feature-style-single img {
  width: 100%;
}

.single_product.quick_view_wrap .entry-summary {
  width: 50%;
  margin: 0;
  padding: 0;
}
.single_product.quick_view_wrap .entry-summary > .woo_inner {
  max-width: calc(100% - 40px);
  padding-left: 70px;
}

.woo_product_title {
  font-size: 22px;
  margin: 0;
  line-height: 1.4;
}

.woo_price_rate {
  display: flex;
  align-items: center;
  width: 100%;
}

.woo_rating {
  margin-right: 1rem;
}
.woo_rating i {
  font-size: 10px;
  margin: 0 1px;
  color: #c1cde4;
}
.woo_rating .filled {
  color: #FF9800;
}

.woo_short_desc {
  margin-top: 1.5rem;
}

.quantity-button-wrapper {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
}
.quantity-button-wrapper label {
  font-weight: 800;
  margin-right: 1rem;
  color: #454d67;
}

.woo_buttons {
  display: flex;
  align-items: center;
  width: 100%;
}
.woo_buttons .btn.btn-theme2 {
  height: 54px;
  border-radius: 4px;
  background: #da0b4e;
}
.woo_buttons .woo_btn_light {
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  background: #e3e7ef;
  color: #4f5a6f;
  border-radius: 4px;
  padding: 0 20px;
  display: flex;
  transition: all ease 0.4s;
}
.woo_buttons .woo_btn_light:hover, .woo_buttons .woo_btn_light:focus {
  color: #ffffff;
  background: #da0b4e;
}

.woo_inner .shop_status.sell, .woo_inner .shop_status.new, .woo_inner .shop_status.hot {
  left: 25px;
}

ul.woo_info {
  display: inline-block;
  margin: 0;
  width: 100%;
}
ul.woo_info li {
  display: inline-block;
  margin-right: 1rem;
}

.tag_cloud {
  display: inline-block;
}
.tag_cloud a {
  display: block;
  float: left;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.5;
  padding: 7px 15px 6px;
  border-radius: 3px;
  background: #e7eaf1;
  color: #919baf;
  border: 0;
  margin: 5px;
  overflow: hidden;
}
.tag_cloud a:hover, .tag_cloud a:focus {
  background: #da0b4e;
  color: #ffffff !important;
}

.product_item {
  display: flex;
  align-items: center;
}
.product_item .thumbnail {
  line-height: 0;
  flex-shrink: 0;
}
.product_item .thumbnail img {
  float: left;
  margin-right: 20px;
  margin-left: 0;
  width: 100px;
}
.product_item .product-title {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.44;
  margin-bottom: 0;
}
.product_item .product-title a {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
}
.product_item .price {
  display: block;
  font-size: 14px;
  margin: 7px 0 0;
}

.price_ver {
  font-weight: 800;
  color: #da0b4e;
}
.price_ver del {
  margin-left: 1rem;
  color: #9eadc7;
  font-size: 12px;
}

/*------------ Wishlist & Add To cart ---------------*/
a.remove_cart {
  height: 32px;
  width: 32px;
  display: flex;
  border-radius: 50%;
  background: #e5e7f1;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.tb_course_thumb {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.tb_course_thumb img {
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

span.wish_price {
  font-weight: 800;
  font-size: 18px;
}
span.tb_date {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.btn.btn-add_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  background: #06a798;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 10px 25px;
}

.checkout_coupon {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout_coupon.checkout .form-control {
  width: auto;
}

.checkout_coupon_flex {
  flex: 1;
}

.checkout .btn.btn-theme2, .checkout .btn.empty_btn {
  height: 54px;
  border-radius: 4px;
  background: #da0b4e;
}

.cart_totals table.table tr th {
  padding-left: 0;
}

input.form-control.qty {
  background: #f4f5f7;
  max-width: 110px;
}

.btn.btn-remove {
  background: #ffffff;
  color: #40527b;
  font-weight: 600;
  border: 2px solid #d2daec;
  transition: all ease 0.4s;
  border-radius: 4px;
}
.btn.btn-remove:hover, .btn.btn-remove:focus {
  color: #ffffff;
  background: #da0b4e;
  border-color: #da0b4e;
}

.cart_totals.checkout {
  padding: 1.5rem;
  background: #ffffff;
  box-shadow: none;
  border-radius: 0.5rem;
  border: 1px solid #e8ecf7;
}
.cart_totals.checkout h4 {
  font-size: 17px;
}

ul.cart_list li {
  padding: 7px 0;
  display: block;
  width: 100%;
}
ul.cart_list li strong {
  float: right;
  color: #5c698e;
}

.flex_cart {
  display: flex;
  align-items: center;
  margin: 1rem 0 4rem;
  border-top: 1px dashed #dfe6ec;
  padding-top: 15px;
}

.flex_cart_1 {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: #da0b4e;
}

.flex_cart_2 {
  font-size: 18px;
  font-weight: 600;
  color: #0d93b1;
}

.btn.checkout_btn {
  height: 54px;
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
  background: #e9ecf1;
  color: #4b577b;
  font-weight: 600;
}
.btn.checkout_btn:hover, .btn.checkout_btn:focus {
  color: #ffffff;
  background: #da0b4e;
}

.light_form .form-control,
.light_form span.select2-selection.select2-selection--single {
  background: #f4f5f7;
}

.choose_payment_mt {
  width: 100%;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  position: relative;
  border: 1px solid #e8ecf7;
  border-radius: 0.4rem;
  margin-bottom: 30px;
}
.choose_payment_mt img {
  max-width: 60px;
}
.choose_payment_mt.active:before {
  content: "\e64c";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  display: flex;
  background: #4CAF50;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-family: themify;
  border-radius: 50%;
}

/*-------------- Global Settings: Background Colors ----------------*/
.bg-primary {
  background-color: #da0b4e !important;
}

.bg-success {
  background-color: #2ea033 !important;
}

.bg-info {
  background-color: #1ac790 !important;
}

.bg-warning {
  background-color: #ff9b20 !important;
}

.bg-danger {
  background-color: #f33066 !important;
}

.bg-orange {
  background-color: #ec2828 !important;
}

.bg-yellow {
  background-color: #fed700;
}

.bg-facebook {
  background-color: #3b5a9a;
}

.bg-twitter {
  background-color: #56adf2;
}

html body .bg-megna {
  background-color: #1dc8cd;
}
html body .bg-theme {
  background-color: #da0b4e;
}
html body .bg-inverse {
  background-color: #374158;
}
html body .bg-purple {
  background-color: #7460ee;
}
html body .bg-light {
  background-color: #f4f8fa !important;
}
html body .bg-light-primary {
  background-color: #f1effd;
}
html body .bg-light-success {
  background-color: #e8fdeb;
}
html body .bg-light-info {
  background-color: #cfecfe;
}
html body .bg-light-extra {
  background-color: #ebf3f5;
}
html body .bg-light-warning {
  background-color: #fff8ec;
}
html body .bg-light-danger {
  background-color: #f9e7eb;
}
html body .bg-light-inverse {
  background-color: #f6f6f6;
}
html body .bg-light {
  background-color: #f5f7f9;
}
html body .bg-white {
  background-color: #ffffff;
}
html body .bg-whites {
  background-color: #f4f5f7;
}
html body .bg-red {
  background-color: #e21137;
}
html body .bg-green {
  background-color: #4caf50;
}
html body .bg-sky {
  background-color: #20b2c1;
}
html body .bg-blue {
  background-color: #03a9f4;
}
html body .bg-dark-blue {
  background-color: #192c48;
}

/*------------ Global Settings: Blockquote -------------*/
blockquote {
  font-size: 1.78571429em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-left: 0;
  font-style: italic;
}
blockquote:not(:last-child) {
  margin-bottom: 1.04em;
}

.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}

/*-------------- Global Settings: Border ----------------*/
html body .b-0 {
  border: none !important;
}
html body .b-r {
  border-right: 1px solid #e0ecf5 !important;
}
html body .b-l {
  border-left: 1px solid #e0ecf5 !important;
}
html body .b-b {
  border-bottom: 1px solid #e0ecf5 !important;
}
html body .b-t {
  border-top: 1px solid #e0ecf5 !important;
}
html body .b-all {
  border: 1px solid #e0ecf5 !important;
}

/*------------- Global Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.card-columns .card {
  margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up,
.hidden-xl-down {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
/*------------ Global Settings: Common Bg Style -------------*/
.bg-cover,
.image-bg {
  background-size: cover !important;
  background-position: center !important;
}

.default-bg {
  background-size: initial !important;
  background-position: initial !important;
}

.image-bg-wrap {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.image-bg-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #182538;
  display: block;
  content: "";
  opacity: 0.8;
}

/*---------------- Global Element: data-overlay --------------*/
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: "";
  background: #052044;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.theme-ov[data-overlay]:before {
  background: linear-gradient(109.7deg, rgb(229, 0, 57) 1.8%, rgb(162, 91, 182) 90.2%);
}

[data-overlay] *:not(.container):not(.bg-img-holder) {
  z-index: 2;
}
[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4a90e2;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

[data-overlay="0"]:before {
  opacity: 0;
}

.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #666666;
}

div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6,
div[data-overlay] p {
  color: #fff;
}

.parallax {
  overflow: hidden;
}

/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}

.icon--xs {
  font-size: 1em;
}

.icon--sm {
  font-size: 2.35714286em;
}

.icon--lg {
  font-size: 5.57142857em;
}

.imagebg:not(.image--light) span {
  color: #fff;
}

/*------------ Global Settings: All Forms Style ---------------*/
.frm_submit_block {
  margin-bottom: 30px;
}

.form-control {
  background-color: var(--bg-tertiary) !important;
  color: var(--text-primary) !important;
  border: 1px solid var(--border) !important;
  height: 54px;
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  background-clip: initial;
}

.create-class-container select.form-control {
  color: #647b9c;
}

.submit-form .form-control, .submit-page .form-control, .frm_submit_block .form-control {
  background: #f9fafc;
  border: 1px solid #ebedf5;
  border-radius: 3px;
  color: #646e77;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.frm_submit_block h3 {
  margin-left: 10px;
}

.form-control.simple {
  background: #f2f3f5;
  border-color: #f2f3f5;
  border-radius: 4px;
}

.select2-container {
  width: 100% !important;
  z-index: 55;
}

span.select2-selection.select2-selection--single {
  padding-left: 15px;
  border-radius: 10px;
  border: 1px solid var(--bg-tertiary);
}

.select2-container--default .select2-selection--single {
  background-color: var(--bg-tertiary) !important;
  border-radius: 0;
  border: none;
  height: 54px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--header-primary);
  font-weight: 500;
  line-height: 54px;
  text-align: left;
  padding: 0 15px 0 0;
  width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}

.full_search_box.modern .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 29px;
}
.full_search_box.modern .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 29px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #647b9c transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--text-secondary) !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  right: 14px;
  top: 1px;
}

.image-bg .form-control, .bg--dark .form-control {
  color: #495057 !important;
}

select.form-control:not([size]):not([multiple]) {
  height: 56px;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
  height: 62px;
}

.form-control.fc-lg {
  height: 62px;
}

textarea.form-control {
  height: 140px;
}
textarea.form-control.big {
  height: 180px;
}

.form-control::-webkit-input-placeholder, .form-control:-ms-input-placeholder, .form-control::placeholder {
  color: var(--text-secondary) !important;
  font-weight: 500;
}

.form-control::-webkit-scrollbar,
.form-select::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
  width: 8px; /* scrollbar width */
}

.form-control::-webkit-scrollbar-track,
.form-select::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.form-control::-webkit-scrollbar-thumb,
.form-select::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.form-control::-webkit-scrollbar-thumb:hover,
.form-select::-webkit-scrollbar-thumb:hover,
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox support */
.form-control,
.form-select,
.modal-body {
  scrollbar-width: thin;
  scrollbar-color: var(--text-secondary) var(--bg-tertiary);
}

/*---------- Global Settings: Section Heading Style ---------*/
.sec-heading {
  margin-bottom: 2rem;
}
.sec-heading.lg {
  margin-bottom: 30px;
}
.sec-heading.center {
  text-align: center;
}
.sec-heading h2,
.sec-heading p {
  margin-bottom: 5px;
}
.sec-heading.light h2,
.sec-heading.light p {
  color: #ffffff;
}

.color-heading .sec-heading h2 {
  color: #D70040;
}

.sec-heading p {
  margin-bottom: 0;
  line-height: 1.2;
}

.sec-heading-flex {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  align-items: center;
  position: relative;
}

.sec-heading-flex-one {
  flex: 1;
}
.sec-heading-flex-one h2 {
  margin-bottom: 0;
  font-size: 22px;
  font-family: "Playfair Display", serif;
}

.sec-heading h2,
.f_2 {
  font-family: "Playfair Display", serif;
}

.single-items {
  padding: 0 10px;
}

.property-slide,
.item-slide {
  margin: 0 -15px;
}

.sec-heading2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sec-left {
  flex: 1;
}
.sec-left h3 {
  font-size: 20px;
  margin-bottom: 0px;
}

.sec-right a {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
}

/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
  padding: 0;
  margin: 0;
}

ul.list-style li {
  margin-bottom: 1.2em;
  line-height: 1.5;
  list-style: none;
  padding-left: 30px;
  position: relative;
}

ul.list-style li:before {
  content: "\e64c";
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 0;
  color: #da0b4e;
  font-family: "themify";
}

ul.list-style.style-2 li:before {
  content: "\e628" !important;
  color: #0273ff;
}

/*------------- Global Settings: List-style-none ----------------*/
ul.list-style-none {
  margin: 0px;
  padding: 0px;
}
ul.list-style-none li {
  list-style: none;
}
ul.list-style-none li a {
  color: #8d97ad;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
  font-size: 15.5px;
}
ul.list-style-none li a:hover {
  color: #da0b4e;
}

/*------------ Global Settings: vertical alignment -------------*/
html body .vt {
  vertical-align: top;
}
html body .vm {
  vertical-align: middle;
}
html body .vb {
  vertical-align: bottom;
}

/* Theme variables */
[data-theme=dark] {
  --bg-primary: #1a1a1a;
  --bg-secondary: #2d2d2d;
  --bg-tertiary: #3d3d3d;
  --text-primary: #ffffff;
  --text-secondary: #ffffff;
  --header-primary: #6d94ea;
  --border: #3d3d3d;
  --sidebar: #2d2d2d;
  --sidebar-border: #3d3d3d;
  --preloader: url("../img/loaderd.svg");
}

[data-theme=light] {
  --bg-primary: #ffffff;
  --bg-secondary: #ffff;
  --bg-tertiary: #ffff;
  --text-primary: #2d2d2d;
  --text-secondary: #89817f;
  --header-primary: #16447d;
  --border: #eeeff0;
  --sidebar: #1c2138;
  --sidebar-border: #2d3454;
  --preloader: url("../img/loader.svg");
}

* {
  outline: none;
}

body.modal-open {
  overflow-y: auto !important;
}

body {
  background: var(--bg-primary) !important;
  color: var(--text-primary) !important;
  font-size: 15px;
  font-family: "Muli", sans-serif;
  margin: 0;
  overflow-x: hidden !important;
  font-weight: 400;
}

html {
  position: relative;
  min-height: 100%;
  background-color: var(--bg-primary) !important;
}

a {
  color: #4a5682;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover, a:focus {
  text-decoration: none;
}
a.link {
  color: #da0b4e;
}
a.link:hover, a.link:focus {
  color: #da0b4e;
}
a:hover, a:focus {
  color: #da0b4e;
}
a.text-success:focus, a.text-success:hover {
  color: #2ea033 !important;
}
a.text-primary:focus, a.text-primary:hover {
  color: #da0b4e !important;
}
a.text-warning:focus, a.text-warning:hover {
  color: #ff9b20 !important;
}
a.text-danger:focus, a.text-danger:hover {
  color: #f33066 !important;
}
a.white-link {
  color: #ffffff;
}
a.white-link:hover, a.white-link:focus {
  color: #263238;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}

section {
  padding: 80px 0 80px;
  position: relative;
}

p {
  line-height: 1.8;
}

.gray-bg {
  background: #f7f7f7 url(../img/pat.png);
  background-repeat: repeat;
  background-position: center;
}

.gray {
  background: #f4f5f7;
}

.gray-simple {
  background: #f7f9fc;
}

.mid-bg {
  background: #f9f4ef;
}

.bg-1 {
  background: #f7d0cb;
}

.bg-2 {
  background: #dde9ed;
}

.tbl {
  display: table;
}

.full-height {
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.no-ul-list {
  padding: 0;
}
.no-ul-list li {
  list-style: none;
}

.progress {
  margin-bottom: 1.5em;
}

.full-width {
  width: 100%;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 10px;
}

.owl-carousel .item {
  padding: 0 15px;
}

.explore-content p {
  font-size: 19px;
  font-family: "Work Sans", sans-serif;
  font-style: italic;
}
.explore-content h1,
.explore-content h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

.shadow-0 {
  box-shadow: none !important;
}

.dn {
  display: none;
}

.accordion-wrapper .card-header {
  position: relative;
  border-radius: 10px;
}
.accordion-wrapper .card-header .btn {
  display: flex;
  align-items: center;
}
.accordion-wrapper .card-header .btn[aria-expanded=false]::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  font-size: 1.4rem;
  position: absolute;
  right: 50%;
  bottom: 0;
}
.accordion-wrapper .card-header .btn[aria-expanded=true]::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  position: absolute;
  right: 50%;
  font-size: 1.4rem;
  bottom: 0;
}
.accordion-wrapper .card-header .btn div:nth-of-type(1) {
  font-size: 1.4em;
}
.accordion-wrapper .card-body {
  border-top: 1px solid #e3e3e3;
}
.accordion-wrapper .card-body .recurring-items > div > label {
  font-weight: bold;
}
.accordion-wrapper > .card .card {
  border-left: 6px solid #b4b3ff;
  background-color: #FAFAFF;
}
.accordion-wrapper > .card .card .card-header {
  background-color: #FAFAFF;
}
.accordion-wrapper > .card .card .card-header .btn:hover, .accordion-wrapper > .card .card .card-header .btn:focus {
  text-decoration: none;
}
.accordion-wrapper > .card .card .card-header .btn[aria-expanded=true] {
  font-weight: bold;
}

.card .card-header {
  display: flex;
  align-items: center;
  border-bottom: 0;
}

.my-classes-page .nav-tabs {
  border-radius: 5px;
  padding: 1rem 1.5rem;
  gap: 3rem;
  margin-top: 2rem;
  background-color: var(--bg-secondary);
  margin-bottom: 2rem;
  border-color: transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 62em) {
  .my-classes-page .nav-tabs {
    flex-wrap: nowrap;
  }
}
.my-classes-page .nav-tabs > li > a.active,
.my-classes-page .nav-tabs > li > a.active:focus,
.my-classes-page .nav-tabs > li > a.active:hover {
  border-width: 0;
}
.my-classes-page .nav-tabs > li > a {
  border: none;
  color: #666;
}
.my-classes-page .nav-tabs > li > a::after {
  content: "";
  background: #1DA1F2;
  height: 3px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -15px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.my-classes-page .nav-tabs > li > a.active,
.my-classes-page .nav-tabs > li > a:hover {
  border: none;
  color: #1DA1F2 !important;
  background: transparent;
}
.my-classes-page .nav-tabs > li > a.active::after,
.my-classes-page .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.my-classes-page .tab-nav > li > a::after {
  background: #1DA1F2 none repeat scroll 0% 0%;
  color: #fff;
}
.my-classes-page .nav-tabs > li {
  position: relative;
}

.classesHeader {
  text-align: center;
  margin-top: 2em;
}
.classesHeader > h4 {
  color: #1DA1F2 !important;
}

.noClassMessage {
  margin-right: 3em;
  margin-left: 3em;
  text-align: center;
}

/* The SIMPLE-TOAST - position it at the bottom and in the middle of the screen */
#toast,
#errorToast {
  visibility: hidden;
  display: inline-block;
  margin: auto;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 20%;
  font-family: monospace;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
}

#toast {
  background-color: #d4edda;
  color: #155724;
}

#errorToast {
  background-color: #ffb5b5;
  color: #a10808;
}

#toast span,
#toast p {
  background-color: #d4edda;
  color: #155724;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin-bottom: 0;
}

#errorToast span,
#errorToast p {
  background-color: #ffb5b5;
  color: #a10808;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin-bottom: 0;
}

/* Show the SIMPLE-TOAST when clicking on a button (class added with JavaScript) */
#toast.show,
#errorToast.show {
  visibility: visible;
  /* Show the SIMPLE-TOAST */
  /* Add animation: Take 0.5 seconds to fade in and out the SIMPLE-TOAST.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the SIMPLE-TOAST in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 20%;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 20%;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 20%;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 20%;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.text-ellipsis, .user-review-page.accordion-wrapper .text-ellipsis > div > p {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 993px) {
  .text-ellipsis, .user-review-page.accordion-wrapper .text-ellipsis > div > p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 992px) {
  .text-ellipsis, .user-review-page.accordion-wrapper .text-ellipsis > div > p {
    -webkit-line-clamp: 4;
  }
}

.classes-items {
  margin-top: 5rem;
  animation: fadeIn 1s ease-in both;
}
.classes-items .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.classes-items .detail-summary,
.classes-items .detail-bio,
.classes-items .detail-exprience,
.classes-items .detail-degree {
  margin-top: 1rem;
}
.classes-items .detail-summary label,
.classes-items .detail-bio label,
.classes-items .detail-exprience label,
.classes-items .detail-degree label {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.classes-items .detail-summary p,
.classes-items .detail-bio p,
.classes-items .detail-exprience p,
.classes-items .detail-degree p {
  word-break: break-word;
  font-weight: normal;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.red-skin a.btn:hover {
  color: #fff;
}

.videoitem_expand_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.optionsbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
  background-color: var(--primary-color);
  height: 35px;
  border-radius: 5px;
  color: var(--main-light);
  width: 35px;
  margin: 0 0.5rem;
}

.chatbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  height: 50px;
  border-radius: 5px;
  color: var(--main-light);
  width: 50px;
  margin: 0 0.5rem;
}

.mainmessage_container > input {
  height: 35px;
  flex: 1;
  font-size: 1rem;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}

.message > b {
  color: #eeeeee;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  text-transform: capitalize;
}

.message > b > i {
  margin: 0.5rem;
}

.message > span {
  width: fit-content;
  word-break: break-word;
  overflow: hidden;
  background-color: #eeeeee;
  margin: 0.5em;
  padding: 0.5em;
  font-size: 0.7em;
  border-radius: 5px;
}

.connect-center-view {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  height: 100%;
  width: 100%;
}
.connect-center-view p {
  margin-right: 2em;
  margin-left: 2em;
  text-align: center;
}
.connect-center-view .small-logo {
  bottom: 2em;
  width: 60px;
  height: auto;
}
.connect-center-view h4 {
  color: #1DA1F2 !important;
  margin-bottom: 1em;
}
.connect-center-view h5 {
  margin-right: 2em;
  margin-left: 2em;
}

.connect-button-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 100px;
}

#connectMessage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00082d;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.offer-request-wrapper {
  display: grid;
  grid-gap: 30px;
  place-items: center;
  place-content: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/* Main Styles : Radio Card */
label.radio-card {
  cursor: pointer;
}
label.radio-card .card-content-wrapper {
  background: #fff;
  border-radius: 5px;
  max-width: 280px;
  min-height: 330px;
  padding: 15px;
  display: grid;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  transition: 200ms linear;
}
label.radio-card .card-content-wrapper img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
label.radio-card .check-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 2px #e3e3e3;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
}
label.radio-card .check-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(1.6);
  transition: 200ms linear;
  opacity: 0;
}
label.radio-card input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #3057d5;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
  background: #3057d5;
  border-color: #3057d5;
  transform: scale(1.2);
}
label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon::before {
  transform: scale(1);
  opacity: 1;
}
label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
  box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
  border-color: #3056d5;
}
label.radio-card .card-content img {
  margin-bottom: 10px;
}
label.radio-card .card-content h4 {
  font-size: 16px;
  letter-spacing: -0.24px;
  text-align: center;
  color: #1f2949;
  margin-bottom: 10px;
}
label.radio-card .card-content h5 {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #686d73;
}

#search .select-inbar {
  background-color: var(--bg-tertiary);
  color: var(--text-primary);
  border: 0;
}

.contact-us-icons {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.contact-us-icons > a {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #b8b8b8;
}

.container-contact-us.container .hint-text {
  margin-bottom: 2rem;
}

#applicantsDiv .card-body label {
  font-weight: bold;
}
#applicantsDiv .card-body label::after {
  content: ":";
}

.card-border-left {
  border-left: 6px solid #b4b3ff;
}

@media (min-width: 576px) {
  .user-profile-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .user-profile-section {
    display: flex;
    flex-direction: column;
  }
}
.user-profile-section .user-title {
  text-align: center;
}
.user-profile-section .profile-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.user-profile-section .profile-sidebar .user-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 150px;
}
.user-profile-section .profile-sidebar .profile-image-wrapper {
  position: relative;
}
.user-profile-section .profile-sidebar .placholder-pic {
  background: white;
  padding-top: 0.5rem;
  filter: opacity(0.5);
}
.user-profile-section .profile-pic {
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-profile-section .profile-picture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.user-profile-section .profile-picture .upload-pic {
  display: none;
}
.user-profile-section .profile-picture .profile-upload {
  position: absolute;
  padding: 0.3rem;
  border-radius: 50%;
  background-color: #fff;
  bottom: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  right: 0;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.user-profile-section .profile-picture .profile-upload:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.user-profile-section .profile-picture .upload-icon {
  font-size: 1.5em;
  cursor: pointer;
}
.user-profile-section .profile-picture .upload-icon:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}
.user-profile-section .rating,
.user-profile-section .user-role {
  display: flex;
  justify-content: center;
}

.circle-pic {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border: 8px solid var(--bg-tertiary);
  flex-shrink: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.circle-pic-classroom {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 8px solid var(--bg-tertiary);
  flex-shrink: 0;
}

.user-image {
  object-fit: cover;
}

.profile-thumbnail {
  display: flex;
  align-items: center;
}

.profile-page-container .card-header {
  padding: 0.75rem;
}

.schedule-contaier {
  height: 100%;
  z-index: 11;
}
.schedule-contaier .form-check {
  padding-left: 0;
}
.schedule-contaier .inputGroup {
  background-color: var(--border);
  display: block;
  margin: 10px 0;
  position: relative;
}
.schedule-contaier .inputGroup label {
  padding: 15px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: var(--text-primary);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.schedule-contaier .inputGroup label:before {
  border-radius: 50%;
  content: "";
  background-color: #009efb;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
  width: 100%;
}
.schedule-contaier .inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  left: auto;
  opacity: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.schedule-contaier .inputGroup input:checked ~ label {
  color: #fff;
}
.schedule-contaier .inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.schedule-contaier .inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.schedule-contaier .inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.schedule-contaier .prc_wrap-body {
  padding: 0;
}

.recurring-items label,
.single-sched-items label {
  font-weight: bold;
}
.recurring-items,
.single-sched-items {
  margin-right: 0;
  margin-left: 0;
}

.single-schedule-container,
.recurring-container {
  width: 100%;
}

.video-page-buttons {
  justify-content: center;
  width: 100%;
  padding-block: 2rem;
  flex-wrap: wrap;
}
.video-page-buttons .optionsbutton {
  height: 60px;
  width: 60px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.video-page-buttons .video-exit-button {
  background-color: #f33066;
}
.video-page-buttons .video-exit-button:hover, .video-page-buttons .video-exit-button:focus {
  background-color: #d73e6b;
}
.video-page-buttons .optionsbutton:not(.video-exit-button) {
  background-color: #3e4555;
}
.video-page-buttons .optionsbutton:not(.video-exit-button):hover, .video-page-buttons .optionsbutton:not(.video-exit-button):focus {
  background-color: #232a37;
}
.video-page-buttons .optionsbutton {
  cursor: pointer;
}

.video-send-button {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ffffff;
}
.video-send-button:hover, .video-send-button:focus {
  color: #aaaaaa;
  border-color: #aaaaaa;
}

.videoitem_compress_button {
  color: #ffffff;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.videoitem_compress_button:hover {
  color: #647b9c;
}

.video-full-screen-button {
  color: var(--text-secondary);
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background: transparent;
}
.video-full-screen-button:hover {
  color: #647b9c;
}

.video-share-button {
  position: relative;
}
.video-share-button .fa-slash {
  position: absolute;
  top: 6px;
  left: 6px;
}

.payment-alert-message {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.stripe-button {
  display: flex;
  align-items: center;
}
.stripe-button .fa-stripe {
  font-size: 1.9em;
  margin-left: 0.4rem;
  height: 14px;
  align-self: baseline;
}

.rating-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rating-group > label {
  font-weight: bold;
}

.star-rating {
  direction: rtl;
  display: inline-block;
  cursor: default;
}
.star-rating input[type=radio],
.star-rating [type=radio]:checked + label::before,
.star-rating [type=radio]:not(:checked) + label::before,
.star-rating [type=radio]:checked + label::after {
  display: none;
}
.star-rating [type=radio]:checked + label,
.star-rating [type=radio]:not(:checked) + label {
  padding-left: 0;
}
.star-rating label {
  color: #bbb;
  font-size: 1.5em;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
  color: #f2b600;
}

.user-review-page.accordion-wrapper .card-header .btn.collapsed::after,
.user-review-page.accordion-wrapper .card-header .btn::after {
  margin-top: 0;
}
.user-review-page.accordion-wrapper .card-header button {
  text-decoration: none;
}
.user-review-page.accordion-wrapper .text-ellipsis > div, .user-review-page.accordion-wrapper .text-ellipsis > div > p > div {
  padding: 0;
}
.user-review-page.accordion-wrapper .text-ellipsis > div label {
  display: none;
  padding: 0;
}
.user-review-page.accordion-wrapper .profile-thumbnail {
  flex-direction: column;
  gap: 1rem;
}
.user-review-page.accordion-wrapper .profile-thumbnail .rating {
  margin-right: 1rem;
}

.profile-rating {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.search-bar {
  align-items: center;
}

.search-bar-transition .search-bar-img-container,
.search-bar-transition .search-hero-text {
  opacity: 1;
  animation: fadeOut 0.5s ease-out 1 forwards;
}
.search-bar-transition .search-bar {
  padding-bottom: 4rem;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.search-hero-text span {
  font-size: 1.2rem;
}

.banner-search .fa-search {
  display: none;
}
.banner-search .input-with-icon {
  padding-left: 0.5rem;
}
.banner-search .btn.search-btn {
  background-color: #FF6636 !important;
}
.banner-search .btn.search-btn:hover, .banner-search .btn.search-btn:focus {
  background-color: #FC511B !important;
}

@media screen and (min-width: 62em) {
  .intro-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 2rem;
  }
}
.intro-card {
  background-color: var(--bg-secondary);
  border-radius: 6px;
  border: 1px solid transparent;
  align-items: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
.intro-card .custom-button-primary {
  margin-top: 1rem;
}
.intro-card img {
  max-width: 400px;
  max-height: 260px;
}

@media screen and (max-width: 62em) {
  .intro-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .banner-search {
    margin-bottom: 2rem;
  }
}
#introDiv h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.container-nav {
  max-width: 1450px !important;
}

.header .nav-menu-button {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1196px) {
  .header .nav-menu-button {
    flex-direction: column;
    float: left;
    padding: 0;
    width: 100%;
    margin-top: 0;
  }
  .header .nav-menu-button > li {
    border-bottom: solid 1px var(--sidebar-border);
  }
}
@media screen and (max-width: 1196px) {
  .header .nav-menu-button .custom-button-primary,
  .header .nav-menu-button .custom-button-secondary {
    color: #787fa0 !important;
    background-color: transparent !important;
    border: 0;
    padding: 12px 15px 12px 26px !important;
  }
}

.search-bar {
  margin: 0 -9999rem;
}

.search-top .banner-search {
  margin-top: 4rem;
}

.classes-item {
  background-color: var(--bg-secondary);
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 8, 45, 0.075);
}

.classes-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  border-color: transparent;
  gap: 1rem;
}
@media screen and (min-width: 69em) {
  .classes-content {
    flex-direction: row;
  }
}
@media screen and (max-width: 62em) {
  .classes-content {
    flex-direction: column;
    gap: 1rem;
  }
}
.classes-content .class-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.classes-content .classes-item {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 62em) {
  .classes-content .classes-item {
    flex-direction: column;
    align-items: center;
  }
}
.classes-content .class-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.classes-content .class-detail {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}
.classes-content .class-detail p {
  word-break: normal;
  margin-bottom: 0;
  font-weight: 700;
}
.classes-content .class-item-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  word-break: break-word;
  gap: 1rem;
}
.classes-content .class-item-title .h5 {
  font-weight: 500;
  word-break: normal;
}
@media screen and (max-width: 62em) {
  .classes-content .class-item-title {
    flex-direction: column;
  }
}

.attendee-content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  word-break: normal;
  gap: 1rem;
  width: 100%;
  align-items: center;
}
.attendee-content-wrapper .h5 {
  font-weight: 500;
  word-break: normal;
  text-align: center;
}
@media screen and (max-width: 62em) {
  .attendee-content-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}

.detail-price {
  min-width: 11em;
  justify-content: right;
  color: #F97316;
}
@media screen and (max-width: 62em) {
  .detail-price {
    justify-content: left;
    margin-left: 1em;
  }
}

.titleP {
  margin-left: 1em;
  margin-right: 1em;
}

.class-header-information-wrapper {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 62em) {
  .class-header-information-wrapper {
    flex-direction: column;
  }
}

.classes-accordian-title-buttons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 62em) {
  .classes-accordian-title-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}

.bottom-header-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin-left: -1rem;
}
@media screen and (max-width: 62em) {
  .bottom-header-section {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.bottom-header-section .status-label {
  margin-left: 1.25rem;
}

.info-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.info-wrapper .btn {
  display: flex;
}
@media screen and (max-width: 62em) {
  .info-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}

.buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.buttons-wrapper .btn {
  display: flex;
}
@media screen and (max-width: 62em) {
  .buttons-wrapper {
    align-items: stretch;
  }
}

.class-detail {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}
.class-detail p {
  word-break: normal;
  margin-bottom: 0;
  font-weight: 700;
}

.buttons-wrapper-horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1em;
}
.buttons-wrapper-horizontal .btn {
  display: flex;
}
@media screen and (max-width: 62em) {
  .buttons-wrapper-horizontal {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

.buttons-wrapper-student {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.buttons-wrapper-student .btn {
  display: flex;
}
@media screen and (max-width: 62em) {
  .buttons-wrapper-student {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

.lesson-timer {
  min-width: 11em;
  text-align: right;
  color: #1ac790;
}
@media screen and (max-width: 62em) {
  .lesson-timer {
    justify-content: start;
    margin-left: 1em;
  }
}

.profile-page-container {
  margin-bottom: 3rem;
}
.profile-page-container .tab-content-wrapper > .tab-pane {
  background-color: var(--bg-secondary);
  border-radius: 5px;
  padding: 2rem;
}
@media screen and (max-width: 62em) {
  .profile-page-container .tab-content-wrapper > .tab-pane {
    padding: 1rem;
  }
}
.profile-page-container .nav-stacked {
  display: flex;
  flex-direction: column;
  border-bottom: 0;
}
.profile-page-container .profile-nav,
.profile-page-container .profile-info {
  margin-top: 30px;
}
.profile-page-container .profile-nav .settings-buttons,
.profile-page-container .profile-info .settings-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.profile-page-container .profile-nav .user-heading {
  background: var(--bg-secondary);
  color: var(--text-primary);
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 30px;
  text-align: center;
}
.profile-page-container .profile-nav .user-heading.round a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.profile-page-container .profile-nav .user-heading a img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.profile-page-container .profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}
.profile-page-container .profile-nav .user-heading p {
  font-size: 12px;
}
.profile-page-container .profile-nav ul {
  margin-top: 1px;
}
.profile-page-container .profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 30px;
}
.profile-page-container .profile-nav ul > li:last-child {
  border-bottom: none;
}
.profile-page-container .profile-nav ul > li > a {
  border-radius: 0;
  color: var(--text-secondary);
  border-left: 5px solid var(--bg-secondary);
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: var(--bg-secondary);
}
.profile-page-container .profile-nav ul > li > a:hover,
.profile-page-container .profile-nav ul > li > a:focus,
.profile-page-container .profile-nav ul li.active a {
  background: var(--bg-tertiary) !important;
  border-left: 5px solid #1da1f2;
  color: var(--text-secondary) !important;
}
.profile-page-container .profile-nav ul > li:last-child > a:last-child {
  border-radius: 0 0 4px 4px;
}
.profile-page-container .profile-nav ul > li > a > i {
  font-size: 16px;
  padding-right: 10px;
  color: #bcb3aa;
}
.profile-page-container .r-activity {
  margin: 6px 0 0;
  font-size: 12px;
}
.profile-page-container .p-text-area,
.profile-page-container .p-text-area:focus {
  border: none;
  font-weight: 300;
  box-shadow: none;
  color: #c3c3c3;
  font-size: 16px;
}
.profile-page-container .profile-info .panel-footer {
  background-color: #f8f7f5;
  border-top: 1px solid #e7ebee;
}
.profile-page-container .profile-info .panel-footer ul li a {
  color: #7a7a7a;
}
.profile-page-container .bio-graph-heading {
  background: #fbc02d;
  color: #fff;
  text-align: center;
  font-style: italic;
  padding: 40px 110px;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: 300;
}
.profile-page-container .bio-graph-info {
  color: #89817e;
}
.profile-page-container .bio-graph-info h1 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 20px;
}
.profile-page-container .bio-row {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 15px;
}
.profile-page-container .bio-row p span {
  width: 100px;
  display: inline-block;
}
.profile-page-container .bio-chart,
.profile-page-container .bio-desk {
  float: left;
}
.profile-page-container .bio-chart {
  width: 40%;
}
.profile-page-container .bio-desk {
  width: 60%;
}
.profile-page-container .bio-desk h4 {
  font-size: 15px;
  font-weight: 400;
}
.profile-page-container .bio-desk h4.terques {
  color: #4CC5CD;
}
.profile-page-container .bio-desk h4.red {
  color: #e26b7f;
}
.profile-page-container .bio-desk h4.green {
  color: #97be4b;
}
.profile-page-container .bio-desk h4.purple {
  color: #caa3da;
}
.profile-page-container .file-pos {
  margin: 6px 0 10px 0;
}
.profile-page-container .profile-activity h5 {
  font-weight: 300;
  margin-top: 0;
  color: #c3c3c3;
}
.profile-page-container .summary-head {
  background: #ee7272;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ee7272;
}
.profile-page-container .summary-head h4 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.profile-page-container .summary-head p {
  color: rgba(255, 255, 255, 0.6);
}
.profile-page-container ul.summary-list {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}
.profile-page-container ul.summary-list > li {
  display: inline-block;
  width: 19.5%;
  text-align: center;
}
.profile-page-container ul.summary-list > li > a > i {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}
.profile-page-container ul.summary-list > li > a {
  padding: 10px 0;
  display: inline-block;
  color: #818181;
}
.profile-page-container ul.summary-list > li {
  border-right: 1px solid #eaeaea;
}
.profile-page-container ul.summary-list > li:last-child {
  border-right: none;
}
.profile-page-container .activity {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.profile-page-container .activity.alt {
  width: 100%;
  float: right;
  margin-bottom: 10px;
}
.profile-page-container .activity span {
  float: left;
}
.profile-page-container .activity.alt span {
  float: right;
}
.profile-page-container .activity span,
.profile-page-container .activity.alt span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #eee;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.profile-page-container .activity.terques span {
  background: #8dd7d6;
}
.profile-page-container .activity.terques h4 {
  color: #8dd7d6;
}
.profile-page-container .activity.purple span {
  background: #b984dc;
}
.profile-page-container .activity.purple h4 {
  color: #b984dc;
}
.profile-page-container .activity.blue span {
  background: #90b4e6;
}
.profile-page-container .activity.blue h4 {
  color: #90b4e6;
}
.profile-page-container .activity.green span {
  background: #aec785;
}
.profile-page-container .activity.green h4 {
  color: #aec785;
}
.profile-page-container .activity h4 {
  margin-top: 0;
  font-size: 16px;
}
.profile-page-container .activity p {
  margin-bottom: 0;
  font-size: 13px;
}
.profile-page-container .activity .activity-desk i,
.profile-page-container .activity.alt .activity-desk i {
  float: left;
  font-size: 18px;
  margin-right: 10px;
  color: #bebebe;
}
.profile-page-container .activity .activity-desk {
  margin-left: 70px;
  position: relative;
}
.profile-page-container .activity.alt .activity-desk {
  margin-right: 70px;
  position: relative;
}
.profile-page-container .activity.alt .activity-desk .panel {
  float: right;
  position: relative;
}
.profile-page-container .activity-desk .panel {
  background: #F4F4F4;
  display: inline-block;
}
.profile-page-container .activity .activity-desk .arrow {
  border-right: 8px solid #F4F4F4 !important;
}
.profile-page-container .activity .activity-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}
.profile-page-container .activity-desk .arrow-alt {
  border-left: 8px solid #F4F4F4 !important;
}
.profile-page-container .activity-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}
.profile-page-container .activity-desk .album {
  display: inline-block;
  margin-top: 10px;
}
.profile-page-container .activity-desk .album a {
  margin-right: 10px;
}
.profile-page-container .activity-desk .album a:last-child {
  margin-right: 0px;
}

.login-banner {
  display: block;
  text-align: center;
  padding: 1rem;
}
.login-banner h3 {
  line-height: 40px;
}
.login-banner .signup-animation {
  padding: 2rem 4rem;
}

a.btn {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .signup-form .login-banner {
    display: none;
  }
}
.verification-email img.card-img-top {
  margin: 0 auto;
}

.circle-pic {
  position: relative;
}
.circle-pic .pending-photo {
  position: absolute;
  left: 0;
  top: 40%;
  background: rgba(0, 0, 0, 0.7);
  color: rgb(255, 255, 255);
  font-weight: bold;
  width: 100%;
  padding: 0.3rem 0;
}

.biding-page .biding-table {
  padding: 0 1rem;
}
.biding-page .biding-table .row {
  border-bottom: 1px solid #dadada;
  padding: 0.5rem 0;
}
.biding-page .biding-table .row:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.05);
}

.panel {
  border: 1px solid var(--bg-secondary);
  border-radius: 10px;
  background-color: var(--bg-secondary);
  box-shadow: 0px 1px 3px #ccc;
}

.wizard-content .wizard > .steps > ul > li:after {
  content: "";
  z-index: 9;
  display: block;
  position: absolute;
  right: 0;
}
.wizard-content .wizard > .steps > ul > li:before {
  content: "";
  z-index: 9;
  display: block;
  position: absolute;
  left: 0;
}
.wizard-content .wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.wizard-content .wizard > .steps > ul > li a {
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
.wizard-content .wizard > .steps > ul > li:first-child:before {
  content: none;
}
.wizard-content .wizard > .steps > ul > li:last-child:after {
  content: none;
}
.wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wizard-content .wizard > .steps > ul > li.current > a {
  color: #2f3d4a;
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.current .step {
  border-color: #009efb;
  background-color: #fff;
  color: #009efb;
}
.wizard-content .wizard > .steps > ul > li.disabled a {
  color: #999;
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.disabled a:focus {
  color: #999;
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.disabled a:hover {
  color: #999;
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.done a {
  color: #999;
}
.wizard-content .wizard > .steps > ul > li.done a:focus {
  color: #999;
}
.wizard-content .wizard > .steps > ul > li.done a:hover {
  color: #999;
}
.wizard-content .wizard > .steps > ul > li.done .step {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}
.wizard-content .wizard > .steps > ul > li.error .step {
  border-color: #f62d51;
  color: #f62d51;
}
.wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}
.wizard-content .wizard > .steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
}
.wizard-content .wizard {
  width: 100%;
  overflow: hidden;
}
.wizard-content .wizard .content {
  margin-left: 0 !important;
}
.wizard-content .wizard > .content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}
.wizard-content .wizard > .content > .title {
  position: relative;
  left: -99999px;
}
.wizard-content .wizard > .content > .body {
  padding: 0 20px;
}
.wizard-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.wizard-content .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 20px;
}
.wizard-content .wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wizard-content .wizard > .actions > ul:after {
  content: "";
  display: table;
  clear: both;
}
.wizard-content .wizard > .actions > ul > li {
  float: left;
}
.wizard-content .wizard > .actions > ul > li > a {
  text-decoration: none;
  background: #0d6efd;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.wizard-content .wizard > .actions > ul > li > a:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.wizard-content .wizard > .actions > ul > li > a:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.wizard-content .wizard > .actions > ul > li > a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9;
}
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}
.wizard-content .wizard > .actions > ul > li + li {
  margin-left: 10px;
}
.wizard-content .wizard > .actions > ul > li.disabled {
  display: none;
}
.wizard-content .wizard > .actions > ul > li.disabled > a {
  color: #999;
}
.wizard-content .wizard > .actions > ul > li.disabled > a:focus {
  color: #999;
}
.wizard-content .wizard > .actions > ul > li.disabled > a:hover {
  color: #999;
}
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: #009efb;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: #009efb;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after {
  background-color: #F3F3F3;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
  background-color: #F3F3F3;
}
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: #F3F3F3;
}
.wizard-content .wizard.wizard-circle > .steps .step {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #F3F3F3;
  font-size: 1.3rem;
  border-radius: 50%;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #009efb;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #009efb;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #009efb;
  color: #009efb;
  line-height: 36px;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
  border-top-color: #009efb;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current:after {
  background-color: #F3F3F3;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #009efb;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: #FFF;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after {
  background-color: #F3F3F3;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before {
  background-color: #F3F3F3;
}
.wizard-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #F3F3F3;
}
.wizard-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #F3F3F3;
}
.wizard-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 20%;
}
.wizard-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%;
}
.wizard-content .wizard.vertical > .steps > ul > li:after {
  background-color: transparent;
}
.wizard-content .wizard.vertical > .steps > ul > li:before {
  background-color: transparent;
}
.wizard-content .wizard.vertical > .steps > ul > li.current:after {
  background-color: transparent;
}
.wizard-content .wizard.vertical > .steps > ul > li.current:before {
  background-color: transparent;
}
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after {
  background-color: transparent;
}
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before {
  background-color: transparent;
}

@media (max-width: 768px) {
  .wizard-content .wizard > .steps > ul {
    display: flex;
    margin-bottom: 20px;
  }
  .wizard-content .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .wizard-content .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .wizard-content .wizard > .steps > ul > li:first-child:before {
    content: "";
  }
  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: "";
    background-color: #009efb;
  }
  .wizard-content .wizard.vertical > .steps {
    width: 15%;
  }
}
@media (max-width: 480px) {
  .wizard-content .wizard > .steps > ul {
    flex-direction: column;
  }
  .wizard-content .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #009efb;
  }
  .wizard-content .wizard.vertical > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .wizard-content .wizard.vertical > .steps {
    width: 100%;
    float: none;
  }
}
.disabled-button {
  cursor: not-allowed !important;
  pointer-events: none !important;
  color: #ffffff !important;
  background-color: #a0a0a0 !important;
}

@media screen and (max-width: 62em) {
  .weekDays-selector {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.hidden {
  display: none !important;
}

.profile-pic-placeholder {
  padding: 0.7rem 0;
}

body .modal-backdrop {
  display: none;
}

.delete-item-btn {
  display: flex;
  justify-content: flex-end;
}
.delete-item-btn #btn-delete-schedule {
  flex-basis: 0;
}

.search_hero_wrapping .search-drop-down {
  padding: 0.375rem 0.75rem;
}
@media (max-width: 62em) {
  .search_hero_wrapping .form-group {
    border-bottom: 1px solid #dadada;
  }
}

.resume-details p {
  word-break: normal;
  margin-bottom: 0;
  font-weight: 700;
}

.form-switch {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Chatroom css */
.roomSecondLevelFlex {
  display: flex;
  overflow: hidden;
  background-color: black;
}

.roomFirstLevelFlex {
  display: flex;
  overflow: hidden;
}

.roomSideMenu {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: var(--bg-secondary);
  overflow: hidden;
  min-width: auto;
  max-width: 30%;
}

.participantsDiv_h {
  display: flex;
  white-space: nowrap;
  width: 100%;
  height: 120px;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.participantsDiv_v {
  flex: 1;
  overflow-x: scroll;
  white-space: nowrap;
  height: 100%;
  width: 120px;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.participantsDiv_v::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.participantsDiv_h::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.videoitem {
  height: 74px;
  width: 120px;
  position: relative;
  flex: 0 0 auto;
  object-fit: contain;
  margin-right: 0.5em;
  margin-top: 0.5em;
}

.expanded_videoitem {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.expanded_videoitem_video {
  max-width: 100%;
  max-height: 100%;
}

.mainVideo {
  background-color: var(--bg-tertiary);
  position: relative;
  width: 100%;
  height: 100%;
}

.videoitem_label {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.875em;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.videoitem_label_expanded {
  position: absolute;
  bottom: 5px;
  left: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.875em;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.chatDiv {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  min-width: 300;
  min-height: 0;
}

.messages {
  padding: 0.5rem;
  border-radius: 10px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin: 0.5em;
  overflow-y: scroll;
  border: 1px solid var(--border) !important;
}

.messages::-webkit-scrollbar {
  display: none;
}

.payBar {
  height: 60px;
  display: flex;
  padding: 1em;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.demo_text {
  color: white;
  font-size: medium;
}

.mainmessage_container {
  min-height: 50px;
  display: flex;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  align-items: center;
  justify-content: center;
  flex: fill;
}

.topBarDiv {
  display: flex;
  flex: none;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #1DA1F2;
}

.flip-video {
  transform: scaleX(-1);
}

video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainVideoContainer {
  position: relative;
  height: 100%;
  width: 50%;
}

@media screen and (orientation: portrait) {
  .topBarDiv {
    height: 50px;
    justify-content: flex-end;
  }
  .bottomBarDiv {
    height: 45px;
  }
  .roomSecondLevelFlex {
    flex-direction: column;
  }
  .roomFirstLevelFlex {
    flex-direction: column;
  }
  .chatDiv {
    flex: 0 0 60%;
    min-height: 40vh;
    min-width: auto;
  }
  .roomSideMenu {
    height: auto;
    max-width: 100%;
  }
  .mainVideoContainer {
    height: 40%;
    width: 100%;
  }
  .participantsDiv_v {
    border-bottom: 1px solid var(--bg-tertiary);
    display: flex;
    overflow-y: scroll;
    white-space: nowrap;
    width: 100%;
    height: 82px;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 37em) {
  .roomFirstLevelFlex {
    flex-direction: column;
  }
  .chatDiv {
    min-width: 300px;
  }
}
.top-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.bottomBarDiv {
  border-top: 1px solid var(--border);
  gap: 10px;
  display: flex;
  flex: none;
  height: 65px;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-secondary);
  flex-direction: row;
  width: 100%;
}

@media screen and (max-height: 37em) and (orientation: landscape) {
  .meeting-info {
    display: none;
  }
  .top-controls {
    justify-content: center;
    flex-direction: column;
    width: 20px;
    height: 100%;
  }
  .bottomBarDiv {
    justify-content: center !important;
    flex-direction: column;
    width: 55px;
    height: 100% !important;
    align-items: center;
    justify-content: flex-start;
  }
  .roomFirstLevelFlex {
    flex-direction: row;
  }
  .roomSecondLevelFlex {
    flex-direction: row;
  }
  .chatDiv {
    flex: 0 0 50%;
    min-width: auto;
  }
}
.mainmessage_container > input {
  height: 35px;
  flex: 1;
  font-size: 1rem;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}

.message {
  display: flex;
  flex-direction: column;
}

.message > b {
  color: #eeeeee;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  text-transform: capitalize;
}

.message > b > i {
  margin: 0.5rem;
}

.message > span {
  width: fit-content;
  word-break: break-word;
  overflow: hidden;
  background-color: #eeeeee;
}

.headerback {
  margin: 0.5em;
  padding: 0.5em;
  font-size: 0.7em;
  border-radius: 5px;
}

/* Chatroom CSS end */
#steps-form label.error {
  color: red;
}
#steps-form .actions {
  text-align: center;
  min-width: 6em;
  color: #ffffff !important;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0.5rem !important;
}
#steps-form .actions a[href="#finish"] {
  background-color: #1ac790 !important;
}
#steps-form .actions a[href="#next"] {
  background-color: #1DA1F2 !important;
}

.hidden {
  display: none !important;
}

.btn.open-video {
  gap: 0.4rem;
}

.footer {
  margin-top: 10rem;
  padding-top: 0;
}

.container-1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.warning-red-cstm {
  color: #f34d4d;
}

.warning-orange-cstm {
  color: #FF6636;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  width: 45px;
  height: 45px;
  background: #4f8dfd;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, opacity 0.4s ease, transform 0.3s ease;
  cursor: pointer;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.back-to-top:hover {
  background: #6da8ff;
  transform: scale(1.1);
}

/* SVG icon */
.back-to-top svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.voice-indicator {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 14px;
}
.voice-indicator.voice-active {
  background-color: #4CAF50;
  color: white;
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
  animation: pulse 1s infinite;
}
.voice-indicator.voice-inactive {
  color: #666;
  backdrop-filter: blur(10px);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.8);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
  }
}
/* Avatar styling */
.message-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: none !important;
  color: inherit;
}

/* Optional initials avatar */
.initials-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1976d2;
  color: #fff;
  font-weight: 700;
}

.bgs {
  background-color: var(--bg-secondary) !important;
}

.bgt {
  background-color: var(--bg-tertiary) !important;
}

h3.text-muted {
  color: var(--text-primary) !important;
}

.top-bar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row; /* default: horizontal */
  justify-content: space-between;
  align-items: center;
  background: var(--bg-secondary);
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
}

.form-select {
  background-color: var(--bg-tertiary) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-primary) !important;
}

#chat_message {
  background-color: var(--bg-tertiary);
  color: var(--text-primary);
  width: 70%;
  height: 40px;
  resize: none;
  overflow: hidden !important;
  max-height: 65px;
  border-radius: 5px;
}

.dropdown-divider {
  color: var(--text-primary);
}

#themeDropdown::after {
  display: none !important;
}

[data-theme=dark] .img-light {
  display: none !important;
}

[data-theme=light] .img-dark {
  display: none !important;
}

.nav-menus-wrapper #themeDropdown .icon-text {
  display: none !important;
}

.nav-menus-wrapper.nav-menus-wrapper-open a#themeDropdown span.icon-text {
  padding-right: 10px;
  display: inline !important;
}

button.theme-toggle.dropdown-toggle span.icon-text {
  display: none !important;
}

.noClassMessage h5 {
  color: var(--text-primary) !important;
  font-weight: 450;
}

.form-control::placeholder {
  color: var(--text-secondary) !important;
  opacity: 0.75 !important;
}

#connectButtonView h5 {
  color: var(--text-primary) !important;
}

.top-bar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row; /* default: horizontal */
  justify-content: space-between;
  align-items: center;
  background: var(--bg-secondary);
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
}

.logo {
  height: 50px;
  inline-size: auto;
  max-width: 180px;
  object-fit: contain;
}

.theme-toggle {
  background: var(--bg-tertiary);
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px;
  color: var(--text-primary);
  cursor: pointer;
  transition: transform 0.12s ease, background-color 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
}

@media (hover: hover) and (pointer: fine) {
  .theme-toggle:hover {
    background: #1da1f2;
    color: #fff;
  }
  .theme-toggle:active {
    transform: scale(0.96);
  }
}
.theme-toggle:focus-visible {
  outline: 2px solid #1da1f2;
  outline-offset: 3px;
}

.mainmessage_container {
  border: 1px solid var(--border) !important;
  display: flex;
  align-items: center;
  background: var(--bg-tertiary);
  border-radius: 9px;
  padding: 8px;
  width: 94%;
  margin: 5px 8px;
}

.chat-message {
  flex: 1;
  background: none;
  border: none;
  color: white;
  padding: 8px 14px;
  font-size: 14px;
  outline: none;
  resize: none; /* prevent resize */
}

.chat-message::placeholder {
  color: #aaa;
}

.optionsbutton {
  background: #009dff; /* bright blue circle */
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background 0.2s ease, transform 0.1s ease;
}

.optionsbutton:hover {
  background: #007acc;
}

.optionsbutton:active {
  transform: scale(0.95);
}

.optionsbutton {
  background: #1da1f2;
  border: none;
  margin: 2px;
  border-radius: 9px;
  width: 40px;
  height: 40px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.12s ease, background-color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .optionsbutton:hover {
    background: #ff6636;
  }
  .optionsbutton:active {
    transform: scale(0.96);
  }
}
@media (hover: none) and (pointer: coarse) {
  .optionsbutton:active {
    background: #ff6636;
  }
}
.optionsbutton:focus-visible {
  outline: 2px solid #ff6636;
  outline-offset: 3px;
}

#chatFileButton {
  background-color: #1ac790 !important;
}

.message-avatar {
  border-radius: 5px;
}

.card-body {
  background-color: var(--bg-secondary);
}

.card {
  border: 1px solid var(--border) !important;
  background-color: var(--bg-secondary) !important;
}

.accordion-button::after {
  background-color: var(--text-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-size: contain;
}

.accordion-button {
  background-color: var(--bg-secondary) !important;
  color: var(--text-primary) !important;
}

.accordion-button:focus {
  background-color: var(--bg-tertiary) !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 var(--border) !important;
}

.nav-menu-button > li > a > i {
  font-size: 25px;
  color: var(--text-primary);
}

.container-fluid {
  width: 90% !important;
}

.lh-base {
  color: var(--header-primary);
}

/* ==== Clean Modern Intro.js Theme ==== */
.introjs-tooltip {
  border-radius: 12px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  font-family: "Inter", "Segoe UI", sans-serif;
  padding: 18px;
  line-height: 1.5;
}

/* Buttons */
.introjs-button {
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500;
  padding: 6px 14px !important;
  border: none !important;
  transition: all 0.2s ease;
}

/* Skip button */
.introjs-skipbutton {
  background: none !important;
  color: #fff !important; /* neutral gray */
  text-decoration: underline;
  font-weight: 500;
  border: none !important;
  margin-right: auto !important;
}

.introjs-skipbutton:hover {
  color: #6b7280 !important;
}

/* Next/Done button */
.introjs-nextbutton,
.introjs-donebutton {
  background: #10b981 !important;
  color: white !important;
}

.introjs-nextbutton:hover,
.introjs-donebutton:hover {
  background: #059669 !important;
}

/* Back button */
.introjs-prevbutton {
  background: #e5e7eb !important;
  color: #111827 !important;
}

.introjs-prevbutton:hover {
  background: #d1d5db !important;
}

.text-darkk {
  color: var(--text-primary) !important;
}

.list-group-item {
  background-color: var(--bg-secondary) !important;
}

.user-name-link,
.user-name-link:visited,
.user-name-link:hover,
.user-name-link:active,
.user-name-link:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  background: none;
}

.modal-content {
  background-color: var(--bg-secondary) !important;
}

.modal-header {
  border-bottom: 1px solid var(--border) !important;
}

.modal-footer {
  border-top: 1px solid var(--border) !important;
}

.room-timer {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: none;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 8px;
  z-index: 50;
  user-select: none;
  pointer-events: none;
}

.timer-text {
  min-width: 48px;
  text-align: center;
}

.hidden {
  display: none;
}
.message.me {
  margin-bottom: 5px;
  align-self: flex-end;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  border-radius: 12px 12px 0 12px;
  padding: 6px 10px;
  margin-left: 40px;
  margin-right: 5px;
  max-width: 94%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Messages from others (left side) */
.message.other {
  margin-bottom: 5px;
  align-self: flex-start;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  border-radius: 12px 12px 12px 0;
  padding: 8px 12px;
  margin-left: 5px;
  margin-right: 40px;
  max-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Message content wrapper */
.message-content {
  display: flex;
  flex-direction: column;
}

/* Actual message text */
.message-text p {
  overflow-wrap: anywhere;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  white-space: pre-wrap; 
}
.message.other[dir="rtl"] .message-text {
  text-align: right;
}
.video-profile-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  z-index: 5;
  display: none;
}

.expanded_videoitem .video-profile-image {
  width: 18vw;
  height: 18vw;
}

.video-off {
  opacity: 0 !important;
}

input[type=checkbox] {
  accent-color: #3b82f6;
}
