@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

:root {
    --bs-primary-rgb: 14, 110, 105;
    --bs-secondary: #ad8847;
    --color-secondary: #ad8847;
    --color-primary: #006d67;
    --bs-secondary-rgb: 173,136,71;
    --bs-breadcrumb-divider: '/';
    --bs-body-bg: #ffffff00;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: var(--color-secondary) !important;
}
.card a.btn-outline:hover {
    color: #fff !important;
}
.text-secondry {
    color: var(--color-secondary);
}

.mm-active .active {
    color: var(--color-primary) !important;
}
a {
    color: var(--color-primary)  ;
}

.btn-primary:hover {
    background-color: #ab8646;
    border-color: #ab8646;
    color: #fff !important;
}
.btn-main:hover {
    color: #ddd !important;
}
.btn-primary {
    background-color: #0e6d68;
    border-color: #0e6d68;
}
.card a:hover {
    color: var(--color-secondary);
}
.border-secondary {
    border-color: var(--color-secondary) !important;
}
.border-primary {
    border-color: var(--color-primary) !important;
}
.mm-active a:hover {
    background-color: #ab8646;
    color: #fff !important;
}
.svg-white {
    height:30px;
  /*  filter: brightness(0) invert(1);*/
}
.navbar-brand-box .logo img {
    width: auto;
    height: 50px;
}
.btn-main{
    padding: 6px 20px;
    border-radius: 5px;
    background: #006d67;
    color: #fff;
    font-size: 17px;
}
.icon-end img{
    width: 50px;
}
.language-switch .header-item img{
    width: 25px;
}
.language-switch .dropdown-menu .dropdown-item img{
    width: 25px;
}
.card-man{
    border-radius: 10px;
    padding: 30px 10px; 
}
.card-man .card-thumb{
    margin-bottom: 20px;
}
.card-man .card-thumb img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.card-man .card-content h3{
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400;
}
.card-man .card-content h3 a{
    color: #000;
}
.card-man .card-content   a:hover {
    color: #ad8847;
}
.card-man .card-content p.id{
    font-size: 13px;
    color: darkslategray;
    margin-bottom: 0;
}
.blog-item{
    position: relative;
    margin-bottom: 20px;
}
.blog-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.blog-item img{
    position: relative;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
}
.blog-item .blog-content{
    z-index: 10;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.blog-item .blog-content .date{
    font-size: 12px;
    color: #fff;
}
.blog-item .blog-content .title{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}
.blog-item .blog-content .title a{
    color: #fff;
}
.blog-item .blog-content p.des{
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    opacity: 0.9;
}

.authentication-bg {
    background-color: rgb(190 163 106 / 16%);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider);
}


/*  ========================================  */
html, body, .account-pages {
    background-image: url(/images/bg.png);
    min-height: 100vh;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}