/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Lora&family=Montserrat:wght@500&family=Varela&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:100&display=swap");
body {
  line-height: 1.5;
  font-family: "Varela", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #363432; }

p, .paragraph {
  font-weight: 400;
  color: #363432;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Varela", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  line-height: 1.2; }

h1, .h1 {
  font-size: 48px; }

h2, .h2 {
  font-size: 38px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 26px; }

h5, .h5 {
  font-size: 22px; }

h6, .h6 {
  font-size: 16px; }

/* Button style */
.btn {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 2px;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .2s ease; }
  .btn:hover, .btn:active, .btn:focus {
    outline: 0;
    box-shadow: none !important; }

.btn-primary {
  background: #4cc9a5;
  color: #fff;
  border-color: #4cc9a5; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary.active {
    background: #4cc9a5 !important;
    border-color: #4cc9a5 !important; }

.btn-outline-primary {
  background: transparent;
  color: #363432;
  border-color: #4cc9a5; }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary.active {
    background: #4cc9a5 !important;
    border-color: #4cc9a5 !important;
    color: #fff; }

body {
  background-color: #F8F8F8;
  overflow-x: hidden; }

::selection {
  background: #34ae8b;
  color: #fff; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%; }

a:hover {
  color: #4cc9a5; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 100px;
  padding-bottom: 100px; }
  .section-sm {
    padding-top: 10px;
    padding-bottom: 10px; }
  .section-title {
    margin-bottom: 20px; }
    .section-title-border {
      border-bottom: 1px solid #DEDEDE;
      padding-bottom: 20px;
      display: inline-block; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.border-default {
  border-color: #DEDEDE !important; }

.outline-0 {
  outline: 0 !important; }

.bg-primary {
  background: #4cc9a5 !important; }

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

.text-primary {
  color: #4cc9a5 !important; }

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

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

.text-default {
  color: #363432 !important; }

.font-primary {
  font-family: "Varela", sans-serif !important; }

.font-secondary {
  font-family: "Cormorant Garamond", sans-serif !important; }

.font-tertiary {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 1px; }

.zindex-1 {
  z-index: 1; }

.overflow-hidden {
  overflow: hidden; }

.mobile-view {
  display: none; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block; } }
.desktop-view {
  display: block; }
  @media (max-width: 991px) {
    .desktop-view {
      display: none; } }
.form-group {
  margin-bottom: 40px; }
  .form-group label {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 14px; }
  .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 0;
    padding: 0;
    height: 40px; }

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

.input-group > .input-group-append:not(:last-child) > .btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.navbar {
  padding: 0; }
  @media (max-width: 991px) {
    .navbar {
      padding: 10px; } }
.navbar-light .navbar-nav .nav-link {
  color: #363432;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #4cc9a5; }

.navbar-expand-md .navbar-nav .nav-item {
  margin: 0; }
  .navbar-expand-md .navbar-nav .nav-item .nav-link {
    padding: 15px 25px; }
  .navbar-expand-md .navbar-nav .nav-item .lang-list {
    margin: 15px 25px;
    color: #363432;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    border: 0;
    background-color: transparent; }

.navbar-expand-md .navbar-nav .dropdown-menu {
  background-color: #F8F8F8;
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
  border-color: #DEDEDE;
  text-align: center; }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
    color: #363432;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 7px 22px; }
    .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:hover {
      color: #4cc9a5; }

.search-wrapper {
  position: relative; }
  .search-wrapper input {
    height: 35px;
    width: 75%;
    margin-left: 25%;
    border: 1px solid #DEDEDE;
    border-radius: 40px;
    font-size: 12px;
    color: #999;
    background-color: transparent;
    padding: 0 15px; }
    @media (max-width: 1200px) {
      .search-wrapper input {
        width: 90%;
        margin-left: 10%; } }
    .search-wrapper input:focus {
      outline: 0;
      border-color: #4cc9a5; }
    .search-wrapper input::placeholder {
      font-size: inherit;
      color: inherit; }
  .search-wrapper .button {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    padding: 11px 15px 10px 10px;
    top: 0;
    font-size: 12px;
    color: #999; }

/* search mobile */
.search-btn {
  border: 0;
  background-color: transparent; }

.search-collapsed {
  max-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  transition: .2s ease;
  opacity: 0; }
  .search-collapsed.open {
    visibility: visible;
    opacity: 1; }
  .search-collapsed form {
    height: 100%; }
  .search-collapsed input {
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #fff;
    font-size: 14px;
    padding: 0 10px; }
    .search-collapsed input:focus {
      box-shadow: none !important;
      border: 0;
      outline: 0; }
  .search-collapsed button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    padding: 10px;
    font-size: 20px; }

.social-icons a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  font-size: 12px;
  color: #999; }
  .social-icons a:hover {
    color: #4cc9a5;
    border-color: #4cc9a5; }

.post-wrapper {
  position: relative; }
  .post-wrapper img {
    height: 500px;
    width: 100%;
    object-fit: cover; }
  .post-wrapper .post-content {
    position: absolute;
    text-align: center;
    padding: 30px 45px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.7); }

.post-title {
  color: inherit; }
  .post-title:hover {
    color: #4cc9a5; }

.post-category {
  font-family: "Montserrat", sans-serif;
  color: #999;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px; }

.post-date {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999; }

.date-style {
  position: relative; }
  .date-style::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #999;
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%); }
  .date-style::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #999;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%); }
  .date-style.large::before, .date-style.large::after {
    width: 40px; }

.post-slider .post-wrapper {
  margin: 0 10px; }

.post-slider .slick-list {
  overflow: visible; }

.post-slider .slick-dots {
  padding: 0;
  text-align: center;
  margin-top: 20px; }
  .post-slider .slick-dots li {
    display: inline-block;
    list-style-type: none;
    margin: 5px; }
    .post-slider .slick-dots li button {
      padding: 0;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #4cc9a5;
      color: transparent;
      overflow: hidden; }
    .post-slider .slick-dots li.slick-active button {
      background-color: #4cc9a5; }

.input-group {
  border-color: #DEDEDE; }
  .input-group .form-control {
    height: 50px; }

.form-control:focus {
  outline: 0;
  border-color: #4cc9a5;
  box-shadow: none; }

.form-control::placeholder {
  color: #999; }

.footer-list a {
  color: #363432;
  font-family: "Montserrat", sans-serif; }
  .footer-list a:hover {
    color: #4cc9a5; }

.card {
  border: 0;
  border-radius: 0; }
  .card-img-top {
    border-radius: 0; }

.widget {
  padding: 20px 15px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px; }
  .widget-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #DEDEDE; }
  .widget-list a {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #4cc9a5;
    display: block;
    padding: 7px 0;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .widget .media {
    text-align: left; }
    .widget .media small {
      font-size: 10px; }

.content * {
  overflow-wrap: break-word; }

.content img {
  max-width: 100%; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 500;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 0.6em; }

.content h1 {
  font-size: 40px; }

.content h2 {
  font-size: 30px; }

.content h3 {
  font-size: 22px; }

.content h4 {
  font-size: 20px; }

.content h5 {
  font-size: 16px; }

.content h6 {
  font-size: 14px; }

.content strong {
  font-weight: 600; }

.content a {
  color: #2c5dab;
  border-bottom: 2px dotted #DEDEDE; }
  .content a:hover {
    color: #4cc9a5; }

.content ol,
.content ul {
  padding-left: 20px; }
  .content ol li,
  .content ul li {
    margin-bottom: 10px; }

.content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none; }
  .content ul li {
    padding-left: 20px;
    position: relative; }
    .content ul li::before {
      position: absolute;
      content: '';
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #4cc9a5;
      left: 3px;
      top: 8px; }

.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #DEDEDE; }

.content table td,
.content table th {
  padding: .75rem;
  vertical-align: top;
  margin-bottom: 0;
  word-break: normal; }

.content table td ul {
  margin-bottom: 0px; }

.content table td ul li {
  margin-bottom: 0px; }

.content tr:not(:last-child) {
  border-bottom: 1px solid #DEDEDE; }

.content th {
  font-weight: 500; }

.content thead {
  background: #ededed;
  margin-bottom: 0; }
  .content thead tr {
    border-bottom: 1px solid #DEDEDE; }

.content tbody {
  background: #fafafa;
  margin-bottom: 0; }

.content .notices {
  margin: 2rem 0;
  position: relative;
  overflow: hidden; }

.content .notices p {
  padding: 10px;
  margin-bottom: 0; }

.content .notices p::before {
  position: absolute;
  top: 2px;
  color: #fff;
  font-family: "themify";
  font-weight: 900;
  content: "\e717";
  left: 10px; }

.content .notices.note p {
  border-top: 30px solid #6ab0de;
  background: #ededed; }

.content .notices.note p::after {
  content: 'Note';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.tip p {
  border-top: 30px solid #78C578;
  background: #ededed; }

.content .notices.tip p::after {
  content: 'Tip';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.info p {
  border-top: 30px solid #F0B37E;
  background: #ededed; }

.content .notices.info p::after {
  content: 'Info';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content .notices.warning p {
  border-top: 30px solid #E06F6C;
  background: #ededed; }

.content .notices.warning p::after {
  content: 'Warning';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content blockquote {
  font-size: 20px !important;
  color: #363432;
  padding: 20px 40px;
  border-left: 2px solid #4cc9a5;
  margin: 40px 0;
  font-weight: bold;
  background: #ededed; }
  .content blockquote p {
    margin-bottom: 0 !important; }

.content pre {
  display: block;
  padding: 9.5px;
  margin: 10px 0px 10px;
  white-space: pre-wrap; }

.content code {
  margin-bottom: 0 !important;
  font-size: 100%; }

.code-tabs {
  border: 1px solid #DEDEDE;
  overflow: hidden;
  margin-bottom: 20px; }
  .code-tabs .nav-tabs {
    margin-bottom: 0; }
    .code-tabs .nav-tabs .nav-item {
      padding-left: 0;
      border-right: 1px solid #DEDEDE; }
      .code-tabs .nav-tabs .nav-item .nav-link {
        text-decoration: none;
        font-weight: 500;
        border: 0; }
      .code-tabs .nav-tabs .nav-item::before {
        display: none; }
      .code-tabs .nav-tabs .nav-item.active {
        background: #4cc9a5; }
        .code-tabs .nav-tabs .nav-item.active .nav-link {
          color: #fff; }
  .code-tabs .tab-content {
    padding: 20px 15px; }

.recent-thumb-alt {
  font-size: 0;
  height: 65px;
  width: 80px;
  background-color: #4cc9a5;
  text-align: center; }
  .recent-thumb-alt::first-letter {
    font-size: 50px;
    line-height: 65px;
    color: #fff; }

.pagination {
  margin-top: 30px;
  justify-content: center; }
  .pagination .page-item .page-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ededed;
    text-align: center;
    padding: 0;
    margin-right: 10px;
    border: 0;
    color: #363432; }
    .pagination .page-item .page-link:hover {
      background: #4cc9a5;
      color: #fff; }
    .pagination .page-item .page-link:focus {
      box-shadow: none; }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 50%; }
  .pagination .page-item.active .page-link {
    background: #4cc9a5;
    color: #fff; }

/* Fancybox */
.fancybox {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.1);
  margin: 10px auto;
  max-width: 85%;
  padding: 0em;
  width: fit-content; }
  .fancybox a {
    border: 0; }
  .fancybox img {
    max-width: 100%; }
  .fancybox .caption {
    color: #777;
    font-size: 0.8em;
    font-style: italic;
    text-align: center; }

/*Avatar  https://www.bootdey.com/snippets/view/bs4-avatar#css*/
.hk-sec-wrapper {
  background: #fff;
  padding: 1.5rem;
  border-radius: .25rem;
  margin-bottom: 14px; }

.hk-sec-wrapper .hk-sec-title {
  display: block;
  margin-bottom: 10px; }

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

.mr-10 {
  margin-right: 10px !important; }

.avatar {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 3.875rem;
  height: 3.875rem; }

.avatar.avatar-xl {
  font-size: 1.70833rem;
  width: 5.125rem;
  height: 5.125rem; }

.avatar.avatar-lg {
  font-size: 1.4rem;
  width: 4.5rem;
  height: 4.5rem; }

.avatar.avatar-md {
  font-size: .95rem;
  width: 3.25rem;
  height: 3.25rem; }

.avatar.avatar-sm {
  font-size: .9rem;
  width: 2.625rem;
  height: 2.625rem; }

.avatar.avatar-xs {
  font-size: .6rem;
  width: 2rem;
  height: 2rem; }

.avatar .avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.avatar .avatar-text {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  background: #fff;
  font-weight: 600;
  color: #00acf0; }

.avatar .avatar-text .initial-wrap {
  display: table;
  width: 100%;
  height: 100%; }

.avatar .avatar-text .initial-wrap > span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.avatar .avatar-text:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(178, 230, 250, 0.5); }

.avatar .avatar-text.avatar-text-cyan,
.avatar .avatar-text.avatar-text-info {
  color: #1ebccd; }

.avatar .avatar-text.avatar-text-cyan:before,
.avatar .avatar-text.avatar-text-info:before {
  background: rgba(187, 235, 240, 0.5); }

.avatar .avatar-text.avatar-text-light {
  color: #6f7a7f; }

.avatar .avatar-text.avatar-text-light:before {
  background: rgba(173, 179, 182, 0.5); }

.avatar .avatar-text.avatar-text-dark {
  color: #fff; }

.avatar .avatar-text.avatar-text-dark:before {
  background: #324148 !important; }

.avatar .avatar-text.avatar-text-sky,
.avatar .avatar-text.avatar-text-primary {
  color: #00acf0; }

.avatar .avatar-text.avatar-text-sky:before,
.avatar .avatar-text.avatar-text-primary:before {
  background: rgba(178, 230, 250, 0.5); }

.avatar .avatar-text.avatar-text-green,
.avatar .avatar-text.avatar-text-success {
  color: #22af47; }

.avatar .avatar-text.avatar-text-green:before,
.avatar .avatar-text.avatar-text-success:before {
  background: rgba(188, 231, 199, 0.5); }

.avatar .avatar-text.avatar-text-red,
.avatar .avatar-text.avatar-text-danger {
  color: #f83f37; }

.avatar .avatar-text.avatar-text-red:before,
.avatar .avatar-text.avatar-text-danger:before {
  background: rgba(253, 197, 195, 0.5); }

.avatar .avatar-text.avatar-text-yellow,
.avatar .avatar-text.avatar-text-warning {
  color: #ffbf36; }

.avatar .avatar-text.avatar-text-yellow:before,
.avatar .avatar-text.avatar-text-warning:before {
  background: rgba(255, 236, 194, 0.5); }

.avatar .avatar-text.avatar-text-pink {
  color: #ed1b60; }

.avatar .avatar-text.avatar-text-pink:before {
  background: rgba(250, 186, 207, 0.5); }

.avatar .avatar-text.avatar-text-purple {
  color: #ab26aa; }

.avatar .avatar-text.avatar-text-purple:before {
  background: rgba(230, 189, 229, 0.5); }

.avatar .avatar-text.avatar-text-violet {
  color: #6640b2; }

.avatar .avatar-text.avatar-text-violet:before {
  background: rgba(209, 197, 232, 0.5); }

.avatar .avatar-text.avatar-text-indigo {
  color: #3a55b1; }

.avatar .avatar-text.avatar-text-indigo:before {
  background: rgba(196, 204, 231, 0.5); }

.avatar .avatar-text.avatar-text-blue {
  color: #0092ee; }

.avatar .avatar-text.avatar-text-blue:before {
  background: rgba(178, 222, 250, 0.5); }

.avatar .avatar-text.avatar-text-teal {
  color: #009b84; }

.avatar .avatar-text.avatar-text-teal:before {
  background: rgba(178, 225, 218, 0.5); }

.avatar .avatar-text.avatar-text-neon {
  color: #88c241; }

.avatar .avatar-text.avatar-text-neon:before {
  background: rgba(219, 237, 198, 0.5); }

.avatar .avatar-text.avatar-text-lime {
  color: #d0d962; }

.avatar .avatar-text.avatar-text-lime:before {
  background: rgba(241, 244, 208, 0.5); }

.avatar .avatar-text.avatar-text-sun {
  color: #fde335; }

.avatar .avatar-text.avatar-text-sun:before {
  background: rgba(254, 247, 194, 0.5); }

.avatar .avatar-text.avatar-text-orange {
  color: #ff9528; }

.avatar .avatar-text.avatar-text-orange:before {
  background: rgba(255, 223, 190, 0.5); }

.avatar .avatar-text.avatar-text-pumpkin {
  color: #ff6028; }

.avatar .avatar-text.avatar-text-pumpkin:before {
  background: rgba(255, 207, 190, 0.5); }

.avatar .avatar-text.avatar-text-brown {
  color: #7a5449; }

.avatar .avatar-text.avatar-text-brown:before {
  background: rgba(215, 203, 200, 0.5); }

.avatar .avatar-text.avatar-text-gold {
  color: #c1993f; }

.avatar .avatar-text.avatar-text-gold:before {
  background: rgba(236, 224, 197, 0.5); }

.avatar .avatar-text.avatar-text-grey,
.avatar .avatar-text.avatar-text-secondary {
  color: #9e9e9e; }

.avatar .avatar-text.avatar-text-grey:before,
.avatar .avatar-text.avatar-text-secondary:before {
  background: rgba(226, 226, 226, 0.5); }

.avatar .avatar-text.avatar-text-inv-cyan,
.avatar .avatar-text.avatar-text-inv-info {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-cyan:before,
.avatar .avatar-text.avatar-text-inv-info:before {
  background-color: #1ebccd !important; }

.avatar .avatar-text.avatar-text-inv-sky,
.avatar .avatar-text.avatar-text-inv-primary {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-sky:before,
.avatar .avatar-text.avatar-text-inv-primary:before {
  background-color: #00acf0 !important; }

.avatar .avatar-text.avatar-text-inv-green,
.avatar .avatar-text.avatar-text-inv-success {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-green:before,
.avatar .avatar-text.avatar-text-inv-success:before {
  background-color: #22af47 !important; }

.avatar .avatar-text.avatar-text-inv-red,
.avatar .avatar-text.avatar-text-inv-danger {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-red:before,
.avatar .avatar-text.avatar-text-inv-danger:before {
  background-color: #f83f37 !important; }

.avatar .avatar-text.avatar-text-inv-yellow,
.avatar .avatar-text.avatar-text-inv-warning {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-yellow:before,
.avatar .avatar-text.avatar-text-inv-warning:before {
  background-color: #ffbf36 !important; }

.avatar .avatar-text.avatar-text-inv-pink {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-pink:before {
  background-color: #ed1b60 !important; }

.avatar .avatar-text.avatar-text-inv-purple {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-purple:before {
  background-color: #ab26aa !important; }

.avatar .avatar-text.avatar-text-inv-violet {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-violet:before {
  background-color: #6640b2 !important; }

.avatar .avatar-text.avatar-text-inv-indigo {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-indigo:before {
  background-color: #3a55b1 !important; }

.avatar .avatar-text.avatar-text-inv-blue {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-blue:before {
  background-color: #0092ee !important; }

.avatar .avatar-text.avatar-text-inv-teal {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-teal:before {
  background-color: #009b84 !important; }

.avatar .avatar-text.avatar-text-inv-neon {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-neon:before {
  background-color: #88c241 !important; }

.avatar .avatar-text.avatar-text-inv-lime {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-lime:before {
  background-color: #d0d962 !important; }

.avatar .avatar-text.avatar-text-inv-sun {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-sun:before {
  background-color: #fde335 !important; }

.avatar .avatar-text.avatar-text-inv-orange {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-orange:before {
  background-color: #ff9528 !important; }

.avatar .avatar-text.avatar-text-inv-pumpkin {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-pumpkin:before {
  background-color: #ff6028 !important; }

.avatar .avatar-text.avatar-text-inv-brown {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-brown:before {
  background-color: #7a5449 !important; }

.avatar .avatar-text.avatar-text-inv-gold {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-gold:before {
  background-color: #c1993f !important; }

.avatar .avatar-text.avatar-text-inv-grey,
.avatar .avatar-text.avatar-text-inv-secondary {
  color: #fff; }

.avatar .avatar-text.avatar-text-inv-grey:before,
.avatar .avatar-text.avatar-text-inv-secondary:before {
  background-color: #9e9e9e !important; }

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.avatar-group .avatar {
  font-size: .9rem;
  width: 2.625rem;
  height: 2.625rem; }

.avatar-group .avatar .avatar-img,
.avatar-group .avatar .avatar-text {
  border: 2px solid #fff; }

.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -13px; }

.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1; }

.avatar-group.avatar-group-lg .avatar {
  font-size: .95rem;
  width: 3.25rem;
  height: 3.25rem; }

.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -15px; }

.avatar-group.avatar-group-sm .avatar {
  font-size: .6rem;
  width: 2rem;
  height: 2rem; }

.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -10px; }

.tooltip-inner {
  background-color: #00cc00 !important; }

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #00cc00 !important; }

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #00cc00 !important; }

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #00cc00 !important; }

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #00cc00 !important; }

.avatar-label-1 {
  background-color: #00acf0;
  width: 2rem;
  text-align: center;
  font-weight: 800;
  color: white;
  float: left;
  margin-right: 5px; }

.avatar-label-2 {
  background-color: #f09000cb;
  width: 2rem;
  text-align: center;
  font-weight: 800;
  color: white;
  float: left;
  margin-right: 5px; }

.boxgrey {
  height: 15px;
  width: 40px;
  background-color: #dadada;
  margin-left: 2px;
  margin-right: 2px; }

.boxgreen {
  height: 15px;
  width: 40px;
  background-color: #78dba5;
  margin-left: 2px;
  margin-right: 2px; }

.w-4 {
  width: 1rem; }

.h-4 {
  height: 1rem; }

/* Figure */
figure.floatright {
  height: auto;
  float: right; }

figure.floatleft {
  height: auto;
  float: left; }

.center {
  text-align: center; }

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 90%; }

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/*for leaflet map */
.leaflet-div-icon {
  border: none; }

.leaflet-pie-label {
  font-family: sans-serif;
  background: transparent;
  border: none;
  white-space: nowrap; }

.leaflet-pie-label.left {
  text-align: right; }

.chartcontainer-center {
  margin: auto;
  max-width: 500px;
  min-width: 350px;
  padding: 10px; }

.chartcontainerlean-center {
  margin: auto;
  max-width: 500px;
  min-width: 350px;
  padding: 1px; }

.chartcontainer-left {
  float: left;
  max-width: 500px;
  min-width: 350px;
  padding: 20px; }

.chartcontainer-right {
  float: right;
  max-width: 500px;
  min-width: 350px;
  padding: 20px; }

.chartcard {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  /* 5px rounded corners */ }

.chartcardlean {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 1px;
  /* 5px rounded corners */ }

/* On mouse-over, add a deeper shadow */
.chartcard:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

/* Add some padding inside the card container */
.chartcardcontainer {
  padding: 2px 16px; }

.ratiochartparent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 0.8fr 0.2fr 0.6fr 0.2fr 0.6fr 0.2fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; }

.rcdiv1 {
  grid-area: 1 / 1 / 2 / 2; }

.rcdiv2 {
  grid-area: 1 / 2 / 2 / 3; }

.rcdiv3 {
  grid-area: 3 / 1 / 4 / 2; }

.rcdiv4 {
  grid-area: 3 / 2 / 4 / 3; }

.rcdiv5 {
  grid-area: 5 / 1 / 6 / 2; }

.rcdiv6 {
  grid-area: 5 / 2 / 6 / 3; }

.rcdiv7 {
  grid-area: 2 / 1 / 3 / 2; }

.rcdiv8 {
  grid-area: 2 / 2 / 3 / 3; }

.rcdiv9 {
  grid-area: 4 / 1 / 5 / 2; }

.rcdiv10 {
  grid-area: 4 / 2 / 5 / 3; }

.rcdiv11 {
  grid-area: 6 / 1 / 7 / 2; }

.rcdiv12 {
  grid-area: 6 / 2 / 7 / 3; }

.quotelayout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 15px; }

.site-hero {
  background-color: #2798f1; }

img.floatright {
  width: auto;
  float: right;
  max-height: 500px;
  padding: 20px; }

@media only screen and (max-width: 768px) {
  img.floatright {
    float: none;
    margin: 20px; } }

img.floatleft {
  width: auto;
  float: left;
  max-height: 500px;
  padding: 20px; }

@media only screen and (max-width: 768px) {
  img.floatleft {
    float: none;
    margin: 20px; } }

/*buttons*/
.center {
  height: 60px; }

.svgbutton {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out; }

.btn:hover .svgbutton {
  stroke-dashoffset: -480; }

/*tab in the index page*/
.icon-tab {
  text-align: center;
  cursor: pointer; }

.icon-tab span.glyphicon {
  display: block;
  font-size: 35px;
  color: #8d98b8;
  margin: 0px auto;
  line-height: 65px;
  transition-duration: 0.25s; }

.icon-tab span.glyphicon::before {
  padding: 2px 6.5px;
  border-radius: 80%; }

.icon-tab.active span.glyphicon {
  color: white;
  margin-bottom: 10px; }

.icon-tab.active {
  color: white;
  margin-bottom: 10px; }

.icon-tab.active span.glyphicon::before {
  padding: 15px 19.5px;
  border-radius: 100%;
  transition-duration: 0.4s; }

.icon-tab.active span.glyphicon::before {
  background: linear-gradient(to bottom right, #24C6DC, #514A9D); }

.icon-label {
  color: #b3b3b3;
  font-size: 16px;
  transition-duration: 0.35s; }

.icon-tab.active .icon-label, .icon-tab:hover .icon-label {
  color: black; }

.icon-tab:hover span.glyphicon {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .icon-tab span {
    display: inline !important;
    vertical-align: middle; }
  .icon-tab.active span.glyphicon {
    padding-right: 10px; }
  .icon-tab:hover span.glyphicon {
    padding-right: 10px;
    transition-duration: 0.25s; } }

/*search box related*/
#search-container {
  padding-left: 0em;
  padding-right: 0em; }

.algolia-autocomplete {
  width: 100%;
  line-height: 2rem;
  height: 100%; }

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  /*width: 100%;*/ }

.algolia-autocomplete .aa-hint {
  color: #999; }

.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 4px; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal; }

/*related container*/
#related-container {
  border-top: .3rem solid #0a9b9b;
  border-bottom: .1rem solid #0a9b9b;
  float: right;
  position: relative;
  right: 0;
  padding: 10 10 10 10;
  margin-left: 20px;
  margin-bottom: 20px; }
  @media (min-width: 425px) {
    #related-container {
      width: 49%; } }
  #related-container ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none; }
    #related-container ul li {
      list-style-type: none; }
      #related-container ul li::before {
        position: absolute;
        content: '';
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: none !important;
        left: 3px;
        top: 8px; }

#related-item::before {
  content: '' !important;
  background: none !important;
  /* Add other styles as needed */ }

/*About page related styling */
.aboutprofile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .aboutprofile p {
    margin-left: 0em;
    margin-right: 0em; }

.profileimg {
  border-radius: 5%; }
  @media (min-width: 768px) {
    .profileimg {
      width: 200px; } }
.profileimgdiv {
  margin: auto; }
  @media (min-width: 768px) {
    .profileimgdiv {
      margin-left: 10%;
      margin-right: 10%; } }
.profiletitlediv {
  margin: auto; }
  @media (min-width: 768px) {
    .profiletitlediv {
      margin-left: 2%; } }
  .profiletitlediv a {
    border-bottom-style: none; }
  .profiletitlediv i {
    margin-right: 20px; }
  .profiletitlediv h3 {
    text-align: left; }
  .profiletitlediv .fa-twitter, .profiletitlediv .fa-twitter-square {
    color: #00aced; }
  .profiletitlediv .fa-linkedin {
    color: #0e76a8; }
  .profiletitlediv .fa-strava {
    color: #e96d1b; }
  .profiletitlediv .fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text; }

.profiletextdiv {
  margin: auto; }

/* Feedback feature and related styling */
#feedback {
  padding: 0 0 1em 0; }
  @media (min-width: 768px) {
    #feedback {
      padding: 1.5em 1em; } }
  #feedback .wrapper {
    display: grid;
    grid-template-columns: 2fr, 1fr;
    grid-gap: 10px;
    grid-template-rows: auto;
    background-color: #e8fbea;
    padding: 20px; }
  #feedback .titletext {
    grid-column: 1 / span 2;
    grid-row: 1; }
  #feedback .feedbacktext {
    grid-column: 1 / span 2;
    grid-row: 2/3; }
  #feedback .personaltext {
    grid-column: 1 / 1;
    grid-row: 3; }
  #feedback .submitbutton {
    grid-column: 2 / 2;
    grid-row: 3;
    margin: auto; }
  #feedback .btn {
    height: 40px;
    color: white;
    background: #f50057;
    border: #f50057; }
  #feedback .feedback-error {
    color: #f50057; }

#subscribe {
  padding: 0 0 1em 0; }
  @media (min-width: 768px) {
    #subscribe {
      padding: 1.5em 1em; } }
.MuiCircularProgress-root {
  display: inline-block; }

.MuiCircularProgress-static {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.MuiCircularProgress-indeterminate {
  animation: MuiCircularProgress-keyframes-circular-rotate 1.4s linear infinite; }

.MuiCircularProgress-colorPrimary {
  color: #1976d2; }

.MuiCircularProgress-colorSecondary {
  color: #dc004e; }

.MuiCircularProgress-svg {
  display: block; }

.MuiCircularProgress-circle {
  stroke: currentColor; }

.MuiCircularProgress-circleStatic {
  transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.MuiCircularProgress-circleIndeterminate {
  animation: MuiCircularProgress-keyframes-circular-dash 1.4s ease-in-out infinite;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0px; }

@-webkit-keyframes MuiCircularProgress-keyframes-circular-rotate {
  0% {
    transform-origin: 50% 50%; }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes MuiCircularProgress-keyframes-circular-dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0px; }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px; }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px; } }

.MuiCircularProgress-circleDisableShrink {
  animation: none; }

@media (max-width: 768px) {
  .w-md-100 {
    width: 100% !important; } }

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important; } }
