/* Vairables   */
:root {
  /* Site Base Color */
  --base-h: 165;
  --base-s: 80%;
  --base-l: 43%;
  --base: var(--base-h) var(--base-s) var(--base-l);

  /* Site Base Two Color */
  --base-two-h: 218;
  --base-two-s: 50%;
  --base-two-l: 16%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);

  --white: 0, 0%, 100%
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #606060;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.8em;
}

p:last-child {
  margin-bottom: 0px;
}

.h-50 {
  height: 50px !important;
}

.f-16 {
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #f3f4f5;
  padding: 20px;
  color: black;
  border-radius: 3px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}

blockquote .quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  opacity: .1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}

@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}


.header-bottom-area.fixed-header {
  background-color: hsl(var(--base-two));
  position: fixed;
  transition: 0.3s linear;
  top: 0px;
  animation: slide-down 0.8s;
  width: 100%;
  z-index: 99;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #868e96 !important;
}

.bg--success {
  background-color: #28c76f !important;
}

.bg--danger {
  background-color: #ea5455 !important;
}

.bg--warning {
  background-color: #ff9f43 !important;
}

.bg--info {
  background-color: #1e9ff2 !important;
}

.bg--dark {
  background-color: #10163A !important;
}

.bg--base {
  background-color: hsl(var(--base)) !important;
}

.text--primary {
  color: #7367f0 !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #ea5455 !important;
}

.text--warning {
  color: #ff9f43 !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #10163A !important;
}

.text--base {
  color: hsl(var(--base)) !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid hsl(var(--base)) !important;
}

.section--bg {
  background-color: hsl(var(--base-two)) !important;
}

.bg--gray {
  background-color: #f3f4f5;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #606060;
}

*::-webkit-scrollbar-thumb {
  background-color: #606060;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  padding: 10px 6px;
  background: hsl(var(--base));
  font-weight: 600;
  color: white;
  font-size: 12px;
  text-align: center;
  border-radius: 25px;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop i {
  -webkit-animation: scroll-down 1s infinite;
  -moz-animation: scroll-down 1s infinite;
  -o-animation: scroll-down 1s infinite;
  animation: scroll-down 1s infinite;
  font-size: 15px;
  margin-bottom: 10px;
}

.scrollToTop span {
  display: block;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

.scrollToTop:hover,
.scrollToTop:focus {
  color: white;
}

/*-------------------------------------------------
    [ ## Table ]
*/

.custom-table {
  width: 100%;
  border-radius: 5px !important;
}

.custom-table tbody {
  border: 1px solid #ddd;
}

@media only screen and (max-width: 991px) {
  .custom-table thead {
    display: none;
  }
}

.custom-table thead tr {
  background-color: hsl(var(--base-two));

}

.custom-table thead tr th {
  border: none;
  font-weight: 500;
  text-align: center;
  color: white;
  font-family: "Josefin Sans", serif;
  font-size: 14px;
  padding: 15px 20px;
}



.custom-table thead tr th:first-child {
  border-radius: 5px 0 0 0px;
}

.custom-table thead tr th:last-child {
  border-radius: 0 5px 0px 0;
}

.custom-table tbody tr {
  transition: all 0.5s;
}

.custom-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 5px;

}

.custom-table tbody tr:nth-child(even) {
  background: #f5f6fa;
}

.custom-table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.custom-table tbody tr:last-child td {
  border-radius: 5px;
}



.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  text-align: center;
  color: black;
  font-family: "Josefin Sans", serif;
  font-size: 14px;
  padding: 10px 20px;
}

.custom-table tbody tr td .time {
  font-weight: 700;
}

.custom-table tbody tr td .author-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.custom-table tbody tr td .author-info .thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.custom-table tbody tr td .author-info .thumb img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.custom-table tbody tr td .author-info .content {
  padding-left: 15px;
  width: calc(100% - 45px);
}

.custom-table tbody tr td a {
  font-weight: 600;
  font-size: 14px;
}

.custom-table tbody tr td .btn {
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 13px;
}

.custom-table tbody tr td:first-child {
  border-radius: 0px 0 0 0px;
}

/* .custom-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}  */

@media only screen and (max-width: 991px) {
  .custom-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
  }

  .custom-table tbody tr td:last-child {
    border: none;
  }

  .custom-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: hsl(var(--base));
    width: 50%;
    text-align: left;
  }
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: black;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: hsl(var(--base));
  width: 25px;
  border-radius: 25px;
}

.slider-next,
.slider-prev {
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background-color: hsl(var(--base));
  color: white;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.slider-next {
  right: 0;
}

.slider-prev {
  left: 0;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 40px;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #eeeeee;
  color: black;
  padding: 0;
  line-height: 30px;
  display: block;
  margin: 0;
}

.pagination .page-item.disabled span {
  background: transparent;
  border: 1px solid #eeeeee;
  color: black;
}

.pagination .page-item .page-link {
  transition: all 0.3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: hsl(var(--base));
  border-color: hsl(var(--base));
  color: white;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.nav-tabs .nav-link {
  padding: 5px 20px;
  border: 0;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
  font-family: "Josefin Sans", serif;
}

@media only screen and (max-width: 575px) {
  .nav-tabs .nav-link {
    padding: .5rem 0.8rem;
  }
}

.nav-tabs .nav-link:hover {
  color: hsl(var(--base));
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid hsl(var(--base));
  color: hsl(var(--base));
  background-color: transparent;
}

.nav-tabs .nav-link:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 0;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
  border: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.custom--card .card-header {
  background-color: hsl(var(--base-two));
  padding: 1rem 1.6rem;
}

.custom--card .card-header:first-child {
  border-radius: calc(5px - 1px) calc(5px - 1px) 0 0;
}

.custom--card .card-header .card-title {
  color: white;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.custom--card .card-header .card-title i {
  margin-right: 5px;
}

.custom--card .card-header .card-btn a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}

.custom--card .card-body {
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}

.custom--card .card-body .card-form-wrapper .card-label {
  text-transform: uppercase;
}

.custom--card .card-body .card-form-wrapper input {
  border-radius: 3px;
  padding: 10px 20px;
  height: 50px;
  color: black;
  font-family: "Josefin Sans", serif;
}

.custom--card .card-body .card-form-wrapper input::placeholder {
  color: black;
}

.custom--card .card-body .card-form-wrapper textarea {
  height: auto;
  min-height: 120px;
  color: #606060;
}

.custom--card .card-body .card-form-wrapper .submit-btn {
  margin-top: 10px;
  padding: 12px 30px;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3em;
  color: black;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: "Josefin Sans", serif;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 50px;
}

.section-header.white .section-title {
  color: white;
}

.section-header .section-title {
  font-weight: 700;
  color: black;
  margin-bottom: 0;
  text-transform: capitalize;
  display: inline-block;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
  color: white;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455 !important;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 10px 30px;
  border-radius: 3px;
}

.btn--dark:hover {
  color: #fff;
}

.badge--primary {
  background-color: #7367f0;
}

.badge--secondary {
  background-color: #868e96;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163A;
}

.badge {
  padding-top: 6px;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  font-weight: 500;
}

.btn--base {
  background-color: hsl(var(--base));
  position: relative;
  border: 1px solid transparent;
  color: white;
  padding: 10px 30px 6px;
  border-radius: 3px;
  font-family: "Josefin Sans", serif;
  font-size: 16px;
  text-align: center;
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--base.active {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: hsl(var(--base));
}

.btn--base.active:focus,
.btn--base.active:hover {
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base));
}

.btn--base:focus,
.btn--base:hover {
  background-color: transparent;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base));
}

@media only screen and (max-width: 575px) {
  .btn--base {
    padding: 6px 20px;
    font-size: 14px;
  }
}

.custom-btn {
  color: hsl(var(--base)) !important;
  font-family: "Josefin Sans", serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline !important;
}

@media only screen and (max-width: 575px) {
  .custom-btn {
    font-size: 14px;
  }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: none;
}

input,
textarea {
  padding: 12px 20px;
}

input::placeholder,
textarea::placeholder {
  color: #808080;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #eeeeee;
  vertical-align: baseline;
  font-size: 100%;
  color: black;
}

label {
  font-size: 15px;
  color: #606060;
  font-family: "Josefin Sans", serif;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: black;
}

.input-group {
  flex-wrap: unset;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background-color: hsl(var(--base));
  color: white;
  height: 50px;
  border-radius: 0 3px 3px 0;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}

.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-check-group input:checked+label::before {
  background-color: hsl(var(--base));
}

.custom-check-group input:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-check-group label {
  position: relative;
  cursor: pointer;
}

.custom-check-group label::before {
  content: '';
  -webkit-appearance: none;
  background: white;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}

.form--control:disabled,
.form--control[readonly] {
  background-color: #999a9b30 !important;
  border: 1px solid #15243d30 !important;
}

/* .account-section .form--control:disabled,
.account-section .form--control[readonly] {
  background-color: #999a9b30 !important;
  border: 1px solid #15243d30 !important;
} */

.form--control:disabled:focus,
.form--control[readonly]:focus {
  background-color: #999a9b30 !important;
  border: 1px solid #15243d30 !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #eeeeee;
}

.form--control {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  height: 50px;
  color: black;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Josefin Sans", serif;
  font-weight: 400;
  width: 100%;
}

.form--control:focus {
  background-color: rgba(22, 199, 154, 0.05);
  border: 1px solid hsl(var(--base));
  box-shadow: none;
}

.form--control::placeholder {
  color: white;
}

.account-section select.form--control:focus {
  color: #606060;
}

select.form--control:focus {
  color: black;
}

textarea.form--control::placeholder {
  color: #808080;
}

.radio-item {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 15px 20px;
}

.radio-item [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:checked+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: black;
  margin: 0;
}

.radio-item [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: black;
  margin: 0;
}

.radio-item [type="radio"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  background: white;
}

.radio-item [type="radio"]:checked+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: hsl(var(--base));
  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);
}

.radio-item [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  background: white;
}

.radio-item [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: hsl(var(--base));
  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);
}

.radio-item [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.submit-btn {
  padding: 12px 30px;
  color: white;
  background-color: hsl(var(--base));
  font-weight: 500;
  font-size: 15px;
  border-radius: 3px;
  font-family: "Josefin Sans", serif;
  border: 1px solid hsl(var(--base));
  transition: all 0.5s;
}

.submit-btn:hover {
  background-color: transparent;
  color: hsl(var(--base));
}

@media only screen and (max-width: 991px) {
  .submit-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: hsl(var(--base-two));
  opacity: .5;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-black>div {
  position: relative;
  z-index: 2;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-up {
  -webkit-animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: hsl(var(--base));
}

.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  transform: translate(-50%, -50%);
}


::selection {
  background-color: hsl(var(--base));
  color: white;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: hsl(var(--base-two));
}

.header-section.header-fixed .header-bottom-area {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top-area {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-bottom-area {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-expand-lg {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .header-bottom-area .navbar-collapse {
    min-height: 370px;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: hsl(var(--base-two));
  }

  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }

  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }

  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }

  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 18px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 22px 0 22px 0;
  align-items: center;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  font-family: "Josefin Sans", serif;
  color: white;
  transition: all 0.5s;
  z-index: 9;
}

@media only screen and (max-width: 1400px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    font-size: 14px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: hsl(var(--base));
  transition: all 0.5s;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover,
.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: hsl(var(--base));
}

.header-bottom-area .navbar-collapse .main-menu li a:hover::after,
.header-bottom-area .navbar-collapse .main-menu li a.active::after {
  width: 100%;
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 170px;
  background-color: hsl(var(--base-two));
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-top: 2px solid hsl(var(--base));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -9;
  margin-left: 0;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0;
  padding-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: white;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: white;
  width: 100%;
  padding: 5px 20px;
  font-size: 12px;
  display: block;
  transition: all ease 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.language-select-area {
  position: relative;
  z-index: 99;
}

.language-select {
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  font-weight: 600;
  font-family: "Josefin Sans", serif;
  border-radius: 3px;
  padding: 5px 10px;
  background-color: transparent;
}

.site-logo {
  max-width: 180px;
}

.site-logo img {
  width: 180px;
  height: 80px;
  object-fit: contain;
  object-position: left;
}

@media only screen and (max-width: 575px) {
  .site-logo {
    max-width: 120px;
  }
}

.header-social li {
  display: inline-block;
}

.header-social li a {
  color: white;
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  .header-social li a {
    font-size: 12px;
  }
}

.header-social li+li {
  margin-left: 10px;
}

.header-action {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

@media only screen and (max-width: 991px) {
  .header-action {
    margin-left: 12px;
  }
}

.header-action a {
  font-size: 14px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  margin: 5px;
}

.header-action a i {
  font-size: 16px;
  margin-right: 3px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: hsl(var(--base));
  font-size: 30px;
}

@media only screen and (max-width: 1199px) {
  .navbar-toggler span {
    font-size: 22px;
  }
}

.header-right {
  background-color: hsl(var(--base));
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .header-right {
    margin-bottom: 20px;
    margin-left: 10px;
  }
}

.header-right button,
.header-right input[type="button"],
.header-right input[type="reset"],
.header-right input[type="submit"] {
  background-color: transparent;
  padding: 0;
}

.header-user-thumb {
  color: white;
}

.header-user-thumb i {
  font-size: 18px;
}

.header-user-content {
  padding-left: 5px;
}

.header-user-content span {
  color: white;
  font-family: "Josefin Sans", serif;
  font-size: 14px;
  font-weight: 500;
}

.header-user-icon {
  padding-left: 7px;
  color: white;
}

.dropdown-menu.dropdown-menu--sm {
  min-width: 12rem;
}

.dropdown-menu {
  pointer-events: none;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.dropdown-menu.show {
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
}

.dropdown-menu__item {
  border-bottom: 1px solid #eeeeee;
}

.dropdown-menu__item:last-child {
  border: none;
}

.dropdown-menu__item .dropdown-menu__icon {
  color: black;
}

.dropdown-menu__item .dropdown-menu__caption {
  padding-left: 10px;
  font-size: 14px;
  color: black;
  font-family: "Josefin Sans", serif;
  font-weight: 500;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 270px;
  padding-bottom: 140px;
}

@media only screen and (max-width: 1199px) {
  .banner-section {
    padding-top: 240px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-section {
    padding-bottom: 0;
  }
}

.banner-breadcrumb {
  position: relative;
  padding-top: 180px !important;
  padding-bottom: 40px !important;
}

@media only screen and (max-width: 991px) {
  .banner-breadcrumb {
    padding-top: 150px !important;
    padding-bottom: 10px !important;
  }
}

.banner-section .banner-content {
  position: relative;
  z-index: 9;
}

.banner-section .banner-content .title {
  color: white;
}

.banner-section .banner-content p {
  font-size: 16px;
  color: #dfdfdf;
  max-width: 500px;
}

.banner-section .banner-btn {
  margin: 50px -10px -10px -10px;
}

.banner-section .banner-btn a {
  margin: 0 10px 10px 10px;
}


.banner-element img {
  width: 760px;
  height: 710px;
}

@media (max-width: 1199px) {
  .banner-element img {
    width: 500px;
    height: 520px;
  }
}

@media (max-width: 575px) {
  .banner-element img {
    width: 300px;
    height: 300px;
  }
}

.banner-section .banner-element {
  position: absolute;
  top: -314px;
  right: -100px;
}

@media only screen and (max-width: 1550px) {
  .banner-section .banner-element {
    right: -35px;
  }
}

@media only screen and (max-width: 1399px) {
  .banner-section .banner-element {
    top: -314px;
    right: -25px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-section .banner-element {
    top: -180px;
    right: -10px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-section .banner-element {
    position: relative;
    top: 62px;
    right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .banner-element {
    top: 62px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-section .banner-element {
    top: 36px;
  }
}

@media only screen and (max-width: 440px) {
  .banner-section .banner-element {
    top: 36px;
  }
}

.inner-banner-section {
  padding-top: 180px;
  padding-bottom: 0;
}

.breadcrumb {
  background-color: hsl(var(--base));
  padding: 7px 15px 5px 15px;
  border-radius: 3px;
  margin: 0 auto;
  justify-content: center;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
}

.breadcrumb::before {
  position: absolute;
  content: '';
  top: calc(100% - 5px);
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: hsl(var(--base));
  width: 12px;
  height: 17px;
}

.breadcrumb li {
  color: black;
  font-family: "Josefin Sans", serif;
}

.breadcrumb-item a {
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 2;
  color: white;
}

@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 12px;
  }
}

.breadcrumb-item.active {
  font-weight: 500;
  color: white;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 12px;
  }
}

.breadcrumb-item.active::before {
  content: "\f101";
  font-family: 'Line Awesome Free';
  font-weight: 600;
  color: white;
  font-size: 14px;
  left: 0;
  top: 0;
  position: relative;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  background-color: hsl(var(--base-two));
  overflow: hidden;
}

.footer-top-area {
  padding: 25px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 440px) {
  .footer-top-area {
    display: block !important;
    text-align: center;
  }
}

@media only screen and (max-width: 440px) {
  .footer-logo {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid hsl(var(--base));
  }
}

.footer-statistics-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -30px;
}

@media only screen and (max-width: 440px) {
  .footer-statistics-area {
    justify-content: center;
  }
}

.statistics-item {
  margin: 30px;
}

@media only screen and (max-width: 440px) {
  .statistics-item {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .statistics-item {
    margin-bottom: 10px;
  }

  .footer-top-area {
    padding: 40px 0px;
    padding-top: 25px;
  }
}



.odo-area .odo-title {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 0;
  color: hsl(var(--base));
  line-height: 1em;
}

@media only screen and (max-width: 991px) {
  .odo-area .odo-title {
    font-size: 24px;
  }
}

.statistics-item p {
  font-weight: 500;
  font-size: 15px;
  color: white;
}

.footer-widget .title {
  color: white;
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 500;
  border-bottom: 2px solid hsl(var(--base));
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .footer-widget .title {
    font-size: 18px;
  }
}

.footer-widget p {
  font-size: 14px;
  color: white;
}

.footer-links {
  margin-bottom: -15px;
}

.footer-links li {
  color: white;
  font-size: 14px;
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
  transition: all 0.5s;
}

.footer-links li:hover {
  color: hsl(var(--base));
  margin-left: 5px;
}

.footer-links li:hover::before {
  color: hsl(var(--base));
}

.footer-links li::before {
  position: absolute;
  content: "\f101";
  font-family: 'Line Awesome Free';
  top: 2px;
  left: 0;
  color: white;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.5s;
}

.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.subscribe-form input {
  padding: 10px 25px;
  width: calc(100% - 55px);
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  min-height: 50px;
}

.subscribe-form input::placeholder {
  color: white;
}

.subscribe-form button,
.subscribe-form input[type="button"],
.subscribe-form input[type="reset"],
.subscribe-form input[type="submit"] {
  width: 55px;
  background-color: hsl(var(--base));
  color: white;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}

@media only screen and (max-width: 575px) {
  .footer-social {
    margin-top: 15px;
  }
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  color: white;
  font-size: 14px;
  transition: all 0.3s;
}

.footer-social li a:hover,
.footer-social li a.active {
  color: white;
}

.footer-social li+li {
  margin-left: 15px;
}

.copyright-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}

.copyright p {
  margin-bottom: 0;
  font-size: 15px;
  color: white;
  font-weight: 500;
  font-family: "Josefin Sans", serif;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### chef block ]
*/
.chef-slider {
  overflow: hidden;
}

.chef-slider:hover .slider-next,
.chef-slider:hover .slider-prev {
  opacity: 1;
  visibility: visible;
}

.chef-slider:hover .slider-next {
  right: -40px;
}

.chef-slider:hover .slider-prev {
  left: -40px;
}

.chef-thumb {
  background-color: hsl(var(--base));
  height: 320px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 150px;
  padding-top: 30px;
}

.chef-content {
  padding-top: 15px;
}

.chef-content .title {
  margin-bottom: 3px;
}

.chef-content .sub-title {
  color: hsl(var(--base));
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### client block ]
*/
.client-section {
  overflow: hidden;
}

.client-content-slider {
  overflow: hidden;
}

.client-content-slider .swiper-slide-active .client-wrapper {
  background-color: hsl(var(--base));
}

.client-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background-color: hsl(var(--base-two));
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.client-wrapper .client-svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.client-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .client-content-wrapper {
    display: block;
  }
}

.client-content-area {
  padding: 30px 60px;
  color: white;
}

@media only screen and (max-width: 1199px) {
  .client-content-area {
    padding: 20px 40px;
  }
}

@media only screen and (max-width: 991px) {
  .client-content-area {
    width: 100%;
    padding: 20px;
  }
}

.client-content-area .client-quote-icon {
  font-size: 60px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .client-content-area .client-quote-icon {
    font-size: 40px;
  }
}

.client-content-area .client-blockquote {
  font-size: 20px;
  font-style: italic;
}

@media only screen and (max-width: 991px) {
  .client-content-area .client-blockquote {
    font-size: 16px;
  }
}

.client-content-area .client-user-area {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.client-content-area .client-user-area .title {
  color: white;
  margin-bottom: 2px;
}

.client-content-area .client-user-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.client-content-area .client-user-content {
  width: calc(100% - 70px);
  padding-left: 15px;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### service block ]
*/
.about-thumb-area img {
  width: 100%;
}

.about-content-area .sub-title {
  border-left: 4px solid hsl(var(--base));
  padding-left: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  color: hsl(var(--base));
  font-weight: 600;
  font-family: "Josefin Sans", serif;
}

.about-list li {
  padding-bottom: 10px;
}

.about-list li i {
  color: hsl(var(--base));
  margin-right: 3px;
  font-size: 16px;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-section {
  overflow: hidden;
}

.service-item {
  background-color: white;
  padding: 30px 20px;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s;
}

.service-item:hover {
  transform: translateY(-7px);
}

.service-item::before,
.service-item::after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background: #f3f4f5;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service-item::before {
  left: -15px;
}

.service-item::after {
  right: -15px;
}

.service-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 50px;
  display: inline-block;
  background-color: hsl(var(--base));
  color: white;
  margin-bottom: 20px;
  border-radius: 3px;
}

.service-content .title {
  margin-bottom: 5px;
}

/*-------------------------------------------------
    [ ### plan block ]
*/
.plan-section {
  overflow: hidden;
}

.plan-content-area .title {
  font-size: 26px;
}

.plan-content-area p {
  font-size: 16px;
}

.plan-item {
  position: relative;
  z-index: 2;
  background-color: hsl(var(--base-two));
  overflow: hidden;
  border-radius: 3px;
  transition: all 0.5s;
}

.plan-item:hover {
  transform: translateY(-7px);
}

.plan-item:hover::before {
  left: -40%;
}

.plan-item::before {
  position: absolute;
  top: -40%;
  left: -62%;
  width: 100%;
  height: 150%;
  content: '';
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(27deg);
  transition: all 0.5s;
  z-index: -1;
}

.plan-header {
  padding: 15px 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.plan-header .title {
  color: white;
  margin-bottom: -5px;
}

.plan-body {
  padding: 20px;
}

.plan-body .plan-list li {
  margin-bottom: 20px;
}

.plan-body .plan-list li:last-child {
  margin-bottom: 0;
}

.plan-body .plan-list li .title {
  color: white;
  margin-bottom: 2px;
  font-size: 16px;
}

.plan-body .plan-list li .sub-title {
  font-family: "Josefin Sans", serif;
  font-size: 18px;
  font-weight: 600;
}

.plan-footer {
  padding: 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  position: relative;
}

.plan-footer::before,
.plan-footer::after {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  background: #f3f4f5;
  position: absolute;
  top: -13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.plan-footer::before {
  left: -15px;
}

.plan-footer::after {
  right: -15px;
}

/*-------------------------------------------------
    [ ### how-works block ]
*/
.how-work-section {
  overflow: hidden;
}

.process {
  width: 1320px;
  margin: 0 auto;
}

@media only screen and (max-width: 1399px) {
  .process {
    width: 1100px;
  }
}

@media only screen and (max-width: 1199px) {
  .process {
    width: 900px;
  }
}

@media only screen and (max-width: 991px) {
  .process {
    width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .process {
    width: 100%;
  }
}

.step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step-list li {
  flex-basis: 25%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .step-list li {
    flex-basis: 50%;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .step-list li:nth-child(2)::after {
    display: none;
  }

  .step-list li:nth-child(3)::before {
    display: none;
  }
}

.step-list li span {
  background-color: white;
  border: 1px solid #eeeeee;
  color: #606060;
  border-radius: 50%;
  display: block;
  font-size: 16px;
  line-height: 35px;
  margin: 0 auto 25px;
  position: relative;
  height: 35px;
  width: 35px;
}

.step-list li span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: 0;
  bottom: 0;
  background-color: #f3f4f5;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  z-index: -1;
}

.step-list li:not(:first-child):before,
.step-list li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  background-color: #f3f4f5;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 5px;
  width: 45%;
}

.step-list li:not(:last-child):after {
  left: auto;
  right: -10px;
}

.step-list li:not(:first-child):before {
  left: -10px;
  right: 0;
}

.process #canvas {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .process #canvas {
    display: none;
  }
}

.process-items {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  color: white;
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .process-items {
    display: block;
    margin-bottom: -30px;
  }
}

.process-items li {
  display: inline-block;
  width: 30%;
  vertical-align: bottom;
  padding: 0 .5em;
  transform: scale(0.75) translateY(40px);
  transform-origin: bottom center;
  transition: transform .5s;
  font-family: "Josefin Sans", serif;
  position: relative;
}


@media only screen and (max-width: 767px) {
  .process-items li {
    display: block;
    width: 100%;
    padding: 0;
    transform: unset;
    margin-bottom: 60px;
  }

  .process-items li:not(:last-child)::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 34px;
    bottom: -47px;
    left: 50%;
    background-color: hsl(var(--white));
  }

}

.process-items li.active {
  transform: scale(1) translateY(0);
}

@media only screen and (max-width: 767px) {
  .process-items li.active {
    transform: unset;
  }
}

.process-items em {
  display: block;
  margin-top: .5em;
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-header-area .sub-title {
  border-left: 4px solid hsl(var(--base));
  padding-left: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  color: hsl(var(--base));
  font-weight: 600;
  font-family: "Josefin Sans", serif;
}

.faq-thumb img {
  width: 100%;
}

.faq-wrapper {
  margin-bottom: -20px;
}

.faq-wrapper .faq-item {
  position: relative;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s;
}

.faq-wrapper .faq-item .faq-title {
  position: relative;
  font-size: 18px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: white;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 16px;
  }
}

.faq-wrapper .faq-item .faq-title .title {
  padding: 12px 20px 12px 60px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
}

.faq-wrapper .faq-item.open .faq-title {
  background-color: hsl(var(--base-two));
  color: white;
}

.faq-wrapper .faq-item.open .right-icon::before {
  background-color: white;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-item.open .right-icon::after {
  background-color: white;
}

.faq-wrapper .faq-item.active .faq-content {
  display: block;
}

.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-wrapper .faq-content {
  display: none;
  padding: 20px;
}

.faq-wrapper .faq-content p {
  font-size: 14px;
}

.faq-wrapper .right-icon {
  display: block;
  width: 47px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: hsl(var(--base));
}

.faq-wrapper .right-icon::before,
.faq-wrapper .right-icon::after {
  position: absolute;
  content: '';
  background: white;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-wrapper .right-icon::before {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}

.faq-wrapper .right-icon::after {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
}

/*-------------------------------------------------
    [ ### account block ]
*/
/* .account-section {
  position: relative;
  min-height: 100vh;
  z-index: 1;
}

.account-section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--base-two));
  opacity: 0.55;
  z-index: -1;
} */

/* .account-section .left {
  padding: 3.125rem 5rem;
  width: 35%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  background-color: hsl(var(--base-two));
}

@media only screen and (max-width: 1399px) {
  .account-section .left {
    padding: 3.125rem 3rem;
  }
}

@media only screen and (max-width: 1199px) {
  .account-section .left {
    width: 45%;
  }
}

@media only screen and (max-width: 991px) {
  .account-section .left {
    width: 50%;
    padding: 3.125rem 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .account-section .left {
    width: 100%;
    padding: 3.125rem 1rem;
  }
} */

.account-wrapper {
  padding: 30px;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 575px) {
  .account-wrapper {
    padding: 30px 15px;
  }

}


.account-section .input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  bottom: 80% !important;
}

.account-section .hover-input-popup .input-popup {
  bottom: 80%;
}

.account-section .form--control {
  color: hsl(var(--heading));
  background-color: #fff !important;
  border: 1px solid #ced4dabd !important;
}

.account-section .input-group-text {
  border: none;
  font-size: 14px;
  background-color: hsl(var(--base));
  color: white;
  height: 50px;
  border-radius: 5px 0px 0px 5px;
  font-weight: 500;
}

.account-section .form--control::placeholder {
  color: #b1b1b1;
}

.account-header {
  padding: .5rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.account-header a {
  border-bottom: 2px solid hsl(var(--base));
}

.account-form label {
  color: #606060;
}

.account-form a {
  font-size: 15px !important;
  font-weight: 500;
}

.account-footer p {
  font-family: "Josefin Sans", serif;
}



input:autofill,
input:autofill:hover,
input:autofill:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #606060 !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background-color: #fff !important;
  -webkit-background-clip: text;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-wrapper {
  position: relative;
  z-index: 1;
  padding: 8px;
  border-radius: 3px;
}

.contact-form-area {
  position: relative;
  border-radius: 3px;
  padding: 20px 30px;
  background-color: hsl(var(--base-two));
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 991px) {
  .contact-form-area {
    padding: 40px 20px;
  }
}

.contact-form-area .title {
  font-size: 24px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area .title {
    font-size: 20px;
  }
}

.contact-form-area p {
  font-size: 14px;
}

.contact-form-area .contact-form {
  position: relative;
}

.contact-form-area input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 12px;
}

.contact-form-area input::placeholder {
  color: white;
}

.contact-form-area textarea {
  padding: 12px 20px;
  min-height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 12px;
}

.contact-form-area textarea::placeholder {
  color: white;
}

.maps {
  height: 400px;
}

.map-area iframe {
  width: 100%;
  height: 495px;
}

.contact-item {
  padding: 40px 20px;
  border-radius: 5px;
}

.contact-icon {
  color: hsl(var(--base));
  font-size: 45px;
  margin-bottom: 20px;
}

.contact-content .title {
  color: #fff;
  margin-bottom: 15px;
}

.contact-content .contact-list li {
  color: #fff;
  padding-bottom: 5px;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 300px;
  border-radius: 0;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 300px;
  border-radius: 3px 3px 0 0;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
}

.profile-thumb-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 3rem;
}

@media only screen and (max-width: 767px) {
  .profile-thumb-content {
    display: block;
    text-align: center;
    padding: 0;
  }
}

.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.profile-thumb-content .profile-thumb .avatar-preview {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 50%;
  color: black;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.profile-thumb-content .profile-content {
  transform: translateY(-32px);
}

@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content {
    transform: none;
  }
}

.profile-thumb-content .profile-content .username {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content .username {
    color: black;
  }
}

.profile-thumb-content .profile-content .user-info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px -10px;
}

@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content .user-info-list {
    justify-content: center;
  }
}

.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  color: black;
  font-family: "Josefin Sans", serif;
}

.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 18px;
  margin-right: 5px;
  color: hsl(var(--base));
}

.dashboard-item {
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 20px;
  border-left: 4px solid hsl(var(--base));
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

.dashboard-item::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(243, 244, 245, 0.8);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.dashboard-item:hover {
  transform: translateY(-7px);
}

.dash-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 1px 8px;
  background-color: hsl(var(--base));
  font-family: "Josefin Sans", serif;
  color: white !important;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
}

.dashboard-icon {
  color: hsl(var(--base));
  font-size: 30px;
  margin-bottom: 10px;
}

.upgrade-area {
  background-color: hsl(var(--base-two));
  padding: 30px;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .upgrade-content {
    margin-bottom: 20px;
  }
}

.upgrade-content .title {
  color: white;
}

.upgrade-content p {
  color: #dfdfdf;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item:hover .blog-content .title a {
  color: hsl(var(--base));
}

.blog-thumb {
  height: 200px;
  overflow: hidden;
}

.blog-thumb a {
  display: block;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.blog-content {
  padding-top: 10px;
}

.blog-content .title a {
  transition: all 0.3s;
}

.blog-details-section .blog-thumb {
  height: 500px;
  border-radius: 3px;
}

@media only screen and (max-width: 1199px) {
  .blog-details-section .blog-thumb {
    height: auto;
  }
}

.blog-details-section .blog-content {
  padding-top: 15px;
}

.blog-details-section .blog-content .title {
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .blog-details-section .blog-content .title {
    font-size: 22px;
  }
}

.blog-social-area {
  border: 1px solid #eee;
  margin-top: 30px;
  padding: 20px;
  border-radius: 3px;
}

.blog-social-area .title {
  margin-bottom: 0;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .blog-social-area .title {
    margin-bottom: 10px;
  }
}

.blog-social-area {
  background-color: white;
  margin-top: 30px;
  padding: 20px;
}

.blog-social-area .title {
  margin-bottom: 0;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .blog-social-area .title {
    margin-bottom: 10px;
  }
}

.blog-social-area .blog-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}

.blog-social-area .blog-social li+li {
  margin-left: 5px;
}

.sidebar {
  position: sticky;
  top: 0;
}

.blog-widget-box {
  background-color: white;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #eee;
}

.blog-widget-box .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 700;
}

.popular-widget-box {
  margin-bottom: -30px;
}

.single-popular-item {
  margin-bottom: 30px;
}

.single-popular-item .popular-item-thumb {
  width: 90px;
  height: 70px;
  border-radius: 3px;
  overflow: hidden;
}

.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 10px;
}

.single-popular-item .popular-item-content .title {
  font-size: 15px;
  font-weight: 500;
}

.single-popular-item .popular-item-content .blog-date {
  font-size: 12px;
  font-weight: 400;
  color: black;
}

.active-account-item {
  padding: 30px;
  border-radius: 3px;
  transition: all 0.5s;
}

.active-account-item:hover {
  transform: translateY(-7px);
}

.active-account-item .title {
  font-size: 24px;
}



.payment-item {
  border-radius: 5px;
  border: 1px solid hsl(var(--base-two));
}

.payment-item .payment-header {
  padding: 10px;
}

.payment-item .payment-body {
  padding: 20px;
}

@media only screen and (max-width: 575px) {
  .payment-item .payment-body {
    padding: 20px 15px;
  }
}

.payment-item .payment-body .title {
  font-size: 24px;
}

.card-icon {
  color: white;
  cursor: pointer;
}

.card-icon i {
  font-size: 18px;
}

.time-tracker {
  margin-top: 20px;
}

.time-tracker span {
  color: #ea5455;
  font-weight: 700;
  font-size: 20px;
  font-family: "Josefin Sans", serif;
}

.chat-widget {
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
}

.chat-widget .chat-widget-header {
  padding: 10px 20px;
  background-color: hsl(var(--base-two));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.chat-widget .chat-widget-header .right .btn--base {
  padding: 6px 10px;
  font-size: 12px;
}

.chat-widget .chat-widget-body {
  padding: 30px 20px;
}

.chat-widget .chat-widget-list {
  margin-bottom: 30px;
}

.chat-widget .chat-widget-list li {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: black;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.chat-widget .chat-widget-list li span {
  font-weight: 700;
}

.chat-widget .chat-widget-footer {
  margin-top: 30px;
}

.payment-info-sender,
.payment-info-reciver {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.chat-widget .time-tracker {
  margin-top: 20px;
}

.chat-widget .time-tracker span {
  color: hsl(var(--base));
  font-weight: 700;
  font-family: "Josefin Sans", serif;
}

.counter span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: hsl(var(--base-two));
  color: hsl(var(--base));
  border-radius: 50%;
}

.ps-container {
  position: relative;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-y: auto;
  /*max-height: 461px;*/
}

/*
@media only screen and (max-width: 991px) {
  .ps-container {
    max-height: 435px;
  }
}*/
.media {
  padding: 16px 12px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}

.media-body {
  word-break: break-word;
}

.media .name {
  margin-bottom: 15px;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
}

.media.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.media.media-chat-left {
  padding-right: 64px;
}

.media-chat-admin .message-text {
  background-color: #cee6ff8a !important;
}

.media.media-chat-reverse .name {
  text-align: right;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
}

.media.media-chat-reverse .message-text::before {
  right: 0;
  left: auto !important;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%) !important;
}

@media only screen and (max-width: 991px) {
  .media.media-chat-reverse {
    padding-left: 0;
  }

  .media.media-chat-left {
    padding-right: 0px;
  }

}

.media .avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: white;
  text-transform: uppercase;
  flex-shrink: 0;
}

.media .media-body .message-text {
  position: relative;
  padding: 7px 20px;
  margin: 4px 0;
  background-color: #f3f4f5;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 500;
  color: #444;

}

.media.media-chat-reverse p {
  color: #606070;
}

.message-time {
  font-size: 13px;
  color: #555;
}

.media.media-chat-reverse .message-text {
  background-color: #28c76f1f;
}

.media .media-body .message-text p {
  margin-bottom: 0px !important;
}

.media>* {
  margin: 0 8px;
}

.publisher {
  position: relative;
  padding: 12px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


@media only screen and (max-width: 575px) {
  .publisher {
    display: block;
  }
}

.publisher .chatbox-message-part {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .publisher .chatbox-message-part {
    width: 100%;
  }

  .message-bottom {
    display: block !important;
  }
}

.publisher .chatbox-message-part .avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: white;
  text-transform: uppercase;
  flex-shrink: 0;
}

/* .publisher>* {
  margin: 0 3px;
} */

.publisher>*:first-child {
  margin-left: 0;
}

.publisher-input {
  width: 100%;
  min-height: 70px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  outline: none !important;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 16px;
  resize: none;
  max-height: 70px;
}

.publisher-input:focus {
  border-color: hsl(var(--base));
}

.custom-file {
  padding: 0;
  border: none;
  width: auto;
  color: #606060;
}

@media only screen and (max-width: 575px) {
  .publisher-input {
    border-bottom: 1px solid #e1e7ec;
    width: 100% !important;
  }
}



@media only screen and (max-width: 575px) {
  .chatbox-send-part {
    width: 100%;
    margin-top: 20px;
    justify-content: flex-end;
  }

  .message-btn {
    width: 100%;
  }

}

.publisher-btn {
  width: 35px;
  height: 35px;
  background-color: #1e2746;
  color: white;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input::file-selector-button {
  padding: 0.5em;
  border: none;
  border-radius: 3px;
  color: #606060;
}

.file-group {
  position: relative;
  overflow: hidden;
}

.file-group label {
  margin-bottom: 0;
  color: white;
}

.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

@media only screen and (max-width: 1400px) {
  .payment-footer-btn-area a {
    padding: 8px 15px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 550px) {
  .payment-footer-btn-area {
    display: block !important;
  }
}

@media only screen and (max-width: 375px) {
  .payment-footer-btn-area a+a {
    margin-top: 10px;
  }
}

.withdraw-list {
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 25px;
}

.withdraw-list:last-child {
  border: none;
}

.withdraw-list strong {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .reply-btn {
    margin-top: 10px !important;
  }
}

.support-input-group.input-group-append,
.support-input-group.input-group-prepend {
  align-items: center;
}

.support-input-group .input-group-text {
  height: 38px;
  line-height: 28px;
}


.reply-btn {
  margin-top: 30px;
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    position: relative !important;
    z-index: 11;
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding-left: 20px;
  }
}

.btn--base.btn-sm {
  padding: 7px 20px;
}

.cookie__wrapper {
  background-color: hsl(var(--base-two));
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
  padding: 30px 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.cookie__wrapper a:not(.btn--base) {
  color: hsl(var(--base));

}

.height--fix {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ps-container {
  flex-grow: 1;
}

.referral-link-area .form--control:focus {
  color: #111;
}

.btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.btn__wrapper li {
  padding: 5px;
  margin-bottom: 25px;
}

.card-form-wrapper {
  padding-top: 35px;
}

@media screen and (max-width: 991px) {
  .ps-container {
    min-height: 200px;
  }
}


label.required:after {
  content: '*';
  color: #DC3545 !important;
  margin-left: 2px;
}



/* Custom Checkbox Start */
.form--check {
  display: flex;
  flex-wrap: wrap;
}

.form--check a {
  display: inline;
}

.form--check .form-check-input {
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--base));
  padding: 0;
  margin-top: 2px;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  width: auto;
  padding-left: 8px;
  margin-bottom: 0;
}

.form--check .form-check-label label {
  margin-bottom: 0;
  display: inline;
}

.form--check .form-check-label a {
  display: inline;
}

@media (max-width: 424px) {
  .form--check .form-check-label {
    font-size: 15px;
  }

  .form--check .form-check-label a {
    font-size: 15px;
  }
}

.form-generator input[type=checkbox] {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
}

.form-generator .form-check-input[type=radio] {
  border-radius: 50% !important;
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
}

/* Custom Checkbox End */

/* Custom Radio Button Start */
.form--radio .form-check-input {
  box-shadow: none;
  border: 1px solid hsl(var(--base));
  position: relative;
  margin-right: 5px;
  padding: 0;
  width: 16px;
  height: 16px;
}

.form--radio .form-check-input:active {
  filter: brightness(100%);
}

.form--radio .form-check-input:checked {
  background-color: transparent;
  border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
  background-image: none;
}

.form--radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 999;
}

.form--radio .form-check-label {
  display: inline !important;
}

/* Custom Radio Button End */



textarea.form--control {
  min-height: 180px;
}

#confirmationModal .btn--primary {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 10px 30px;
  border-radius: 3px;
}

#confirmationModal .close {
  background: transparent;
}

.contact-form .form--control:disabled,
.contact-form .form--control[readonly] {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.message-loader-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--white)/.7);
}

.client-name {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid hsl(var(--base));
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  margin-bottom: 10px;
  flex: none;
}

.message-loader {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  border: 6px solid hsl(var(--base));
  border-top-color: hsl(var(--white));
  box-sizing: border-box;
  background: transparent;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  0% {
    transform: rotate(-360deg);
  }
}


.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  padding: 1px;
}


/* information box design */

.information-wrapper {
  border: 1px solid #ededed;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 #e7e7e7;
  position: relative;
  min-width: 280px;
  flex-basis: 1;
}

.information-wrapper button {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: 0;
  outline: none;
  color: #8c8c8c;
}

.information-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.information-box .symbol {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--base));
  font-size: 24px;
  border: 1px solid hsl(var(--base));
}

.information-box .currency-name {
  font-size: 18px;
  font-weight: 600;
}



.data-not-found::before {
  display: none;

}

@media (max-width: 992px) {
  .data-not-found {
    display: block;
    text-align: center !important;
    justify-content: center !important;
  }
}