/******* Custom CSS *******/


:root {
    --theme: #faa539;
    --white: #ffffff;
    --black: #242021;
    --theme-light: rgb(249 158 38 / 15%);
  }
  .blk-clr { color: var(--black); }
  a:hover { color: var(--theme); }

.object-position-top { object-position: top; }

  p, section ul li {
    font-size: 15px;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }
  img.img-rounded { max-width: 100%; object-fit: cover; }
  .image-wrapper.bg-overlay:before { background: rgb(30 34 40 / 80%) !important; }
  .navbar-expand-lg.transparent:not(.fixed) { padding-top: 0; }
  ul li:last-child { margin-bottom: 0; }
  img.object-contain { object-fit: contain; }
  .theme-color, .text-theme { color: var(--theme); }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {  color: var(--black); }
.btn-theme {
    background-color: var(--theme);
    border-color: var(--theme);
    color: var(--white);
}
.btn-theme-black {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}
.btn-soft-primary {
    background-color: var(--theme-light);
    color: var(--theme);
}
.btn-theme:hover, .btn-theme:focus {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}
.icon-list.bullet-soft-theme.bullet-bg i {
    background-color: var(--theme-light);
    color: var(--theme);
}
.dropdown-menu li.nav-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 6px 10px;
}
.nav-link i {
    font-size: 26px;
    display: inline-block;
    line-height: 30px;
}
.dropdown-menu li.nav-item:last-child {
    border: 0;
}

ul.dropdown-menu {
    margin: 0 !important;
    border: 1px solid #e3e3e3;
    padding: 0;
    border-radius: 0;
}
.dropdown-item.active, .dropdown-item:active { color: var(--theme); }
.dropdown-item { padding: 0.4rem 0.8rem; }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .nav-link:hover, .nav-link:focus,
.navbar-nav .show>.nav-link,  .navbar-nav .nav-link.active {
    color: var(--theme);
}
.c-label {
    min-width: 60px;
    position: relative;
}
.nav-link, .navbar-light .navbar-nav .nav-link, .dropdown-item {
    color: var(--black);
}

.logo-holder {
    background-color: #fff;
    width: 272px;
    height: 76px;
    float: left;
    position: relative;
    left: 0;
    top: -10px;
    text-align: center;
}
.logo-holder::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 137px solid transparent;
    border-right: 137px solid transparent;
    border-top: 30px solid white;
    top: 76px;
}

.navbar-stick .logo-holder {
    display: none !important;
}

.btn.btn-circle.btn-play {
    width: 100px;
    height: 100px;
}
.c-slider .swiper-container .swiper img {
    height: 70px;
    width: 70px;
}

.swiper-slide.bg-overlay-400:before {
    background: rgb(30 34 40 / 75%);
}

.list-content p {
    max-width: 500px;
}

footer {
    position: relative;
}
footer.bg-dark, .footer.bg-dark {
    background: var(--black) !important
}

.action-card {
    position: absolute;
    top: 0;
    left: -15px;
}

.c-card figure {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
}

.progress-wrap:after, .dropdown-item:hover, .dropdown-item:focus {
    color: var(--theme);
}
.progress-wrap svg.progress-circle path {
    stroke: var(--theme);
}

.overlay span.bg {
    opacity: 1;
}
.card-img-content {
    z-index: 99;
    text-align: left;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
    left: 0;
}
.overlay:hover .card-img-content {
    display: none;
}
.overlay:hover .overlay, .overlay:hover span.bg {
    opacity: 0;
    background: rgb(30 34 40 / 0%);
}
.card-body { padding: 1.5rem 2rem; }

.overlay a.btn {
    max-width: 140px;
    margin: 30px auto 0 auto;
}
.overlay figcaption {
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center
}
 
.card-img-content {
    transition: all 0.4s ease;
}

.swiper-slide .card .card-body {
    padding: 12px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide figure img {
    max-height: 60px;
   object-fit: contain;
}
.swiper-slide .item-inner {
    padding: 8px;
}


.short-description {
    max-width: 720px;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
    background: var(--black);
}
.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--black);
}
.text-inverse a:not(.btn):hover, .bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover, .bg-navy.text-inverse a:not(.btn):not([class*=link-]):hover, [class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover {
    color: var(--theme);
}
.image-wrapper.bg-overlay:before {
    background: rgba(30, 34, 40, 0.8)
}
.round-img {
    position: relative;
    margin: 0 25px;
}
.round-img:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    top: 11px;
    left: -9px;
}

.members-list img.profile-img {
    max-width: 175px;
    max-height: 175px;
    object-fit: cover;
}


.nav-tabs.nav-tabs-bg .nav-link:hover, .nav-tabs.nav-tabs-bg .nav-link.active { background-color: var(--theme); }
.img-conainer .card-body { padding: 0; }
.img-conainer .card-body figure img { height: 100px !important; padding: 12px; }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link { height: 75px; }
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-brand { padding: 0.6rem 0; }
    .logo-holder { top: -16px; }
    .navbar-brand img { width: 175px; }
    .navbar-expand-lg .navbar-collapse .dropdown-toggle:after { display: none; }

}

@media (max-width: 767px) {
    p { font-size: 15px; }
    .logo-holder { top: 0; width: auto; height: auto; padding: 15px 0px; }
    .logo-holder::after { border-top: 0; }
    header .navbar { background-color: #fff; }
    .navbar.position-absolute:not(.fixed):not(.navbar-light) button.hamburger, .navbar.navbar-bg-dark button.hamburger, .navbar.navbar-dark button.hamburger {
        color: var(--black);
    }

    .c-slider .swiper-container .swiper img { width: 45px; height: 45px; }
    .btn.btn-circle.btn-play { width: 70px; height: 70px; }
    .btn { font-size: 15px; padding: 10px 20px; }

}