* {
    font-family: Montserrat, Arial;
}

.theme-color {
    color: #1A7F51 !important;
}

.fs-13 {
    font-size: 13px;
}

.navbar .nav-link {
    color: #fff !important;
    font-weight: 700;
}

.navbar .color-dark {
    color: var(--bs-body-color) !important;
}

.color-dark {
    color: var(--bs-body-color) !important;
}

.no-decoration {
    text-decoration: none !important;
    color: inherit !important;
}

.bg-theme {
    background-color: #1A7F51 !important;
}

.dropdown-menu {
    top: 40px !important;
    border-radius: 0px;
}

.fs-16 {
    font-size: 16px;
}

.dropdown-menu li a {
    padding: 8px 16px;
}

.dropdown-menu li:hover a {
    background-color: #1A7F51;
}

.dropdown-menu li:hover a {
    color: #fff !important;
}

.nav-item {
    padding-left: 7px;
    padding-right: 7px;
}

.dropdown-menu a {
    font-size: 14px;
}

@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}

.color-grey {
    color: #777 !important;
}

footer .links ul li {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: top;
    border: none;
    font-weight: 400;
    color: #1A7F51;
}

footer .socials ul li {
    float: right;
    list-style: none;
    margin: 0 0 8px 12px;
}

footer .socials ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #1b8052;
    text-align: center;
    line-height: 32px;
    color: #f2f2f2;
    font-size: 17px;
    text-decoration: none !important;
    transition: all .1s ease;
}

.color-white {
    color: #fff;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}

.carousel-inner .carousel-item {
    width: 100%;
    height: 500px;
}

.carousel-caption {
    bottom: 35% !important;
    color: #000;
}

.section-title {
    font-weight: 700;
    color: #1A7F51;
    text-transform: uppercase;
}

.section-title:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: rgba(55, 89, 68, 1);
    border-radius: 3px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.text-icon {
    display: block;
    border-radius: 32px;
    background: #1b8052;
    text-align: center;
    line-height: 32px;
    color: #f2f2f2;
    font-size: 17px;
    text-decoration: none !important;
    transition: all .1s ease;
    font-size: 20px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.parallax-section {
    background-image: url('/assets/website/events-3-7.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    position: relative;
}

.parallax-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 3, 45, .78);
}

.overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000080 0%, #1B8052 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.heading-holder {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.bg-grey {
    background-color: #F2F2F2;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.form-section {
    background-image: url('/assets/website/portfolio-5-7.jpg');
    background-size: cover;
    background-position: top;
    position: relative;
}

.form-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000080 0%, #1B8052 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.section-left-title {
    font-weight: 700;
    color: #1A7F51;
}

.section-left-title:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: rgba(55, 89, 68, 1);
    border-radius: 3px;
    margin-top: 10px;
}

blockquote {
    padding: 21px 30px 18px;
    border-left: 5px solid rgba(55, 89, 68, 1);
    background: #f2f2f2;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    font-style: italic;
}

#company-overview ul li {
    margin-bottom: 10px;
}

.pdf-button {
    fill: #ffffff;
    color: #ffffff;
    background-color: #04311D;
    border: 2px solid #04311D;
}

.pdf-button:hover {
    border: 2px solid #04311D;
}

.help-box {
    background-color: transparent;
    background-image: linear-gradient(180deg, #1B8052 0%, #04311D 100%);
}

.contact-button {
    fill: #198754;
    color: #04311D;
    background-color: #fff;
    border: 2px solid #fff;
}

.contact-button:hover {
    background-color: #198754;
    color: #fff;
    border: 2px solid #198754;
}

#team .card {
    margin-bottom: 2rem;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 5px #00000026 !important;
    padding: 7rem 0 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    transition: all 0.3s ease-in-out;
    color: #242527;
    margin-top: 110px;
    position: relative;
    min-width: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    transition: transform 0.3s ease-in-out;
    height: 320px;
}

#team .card:hover {
    transform: translateY(-15px);
}

#team .card__img {
    border-radius: 50% !important;
    background-color: #e3e3e3 !important;
    max-width: 200px;
    max-height: 200px;
    height: auto;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: fill;
}

#team .card-img-wrapper {
    width: 200px;
    margin-bottom: 1.5rem;
    justify-content: center;
    position: absolute;
    top: -100px;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}

#team .card-title {
    color: #1b8052;
}

.timeline {
    border-left: 3px solid #04311D;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* background: rgba(114, 124, 245, 0.09); */
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px 50px 50px 0;
    list-style: none;
    text-align: left;
    max-width: 90%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
        display: block;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -138px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
    top: 35%;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: -60px;
        text-align: left;
        top: 38.5%;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #04311D;
    box-shadow: 0 0 0 3px #04311D;
    left: -5.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 40%;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #04311D;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.timeline-image {
    min-width: 150px;
}

.fs-14 {
    font-size: 14px;
}

.bg-theme-color {
    background-color: #1A7F51;
    transition: background-color 0.4s ease !important;
}

.card.bg-theme-color .card-body {
    background-color: #1A7F51;
    transition: background-color 0.4s ease !important;
}

.internal-audit .card {
    border: 2px solid #000;
    border-radius: 0;
    height: 350px;
}

.card.bg-theme-color:hover .card-body {
    background-color: #fff;
    transition: background-color 0.4s ease !important;
}

.card.bg-theme-color:hover .card-body h5 {
    color: #1A7F51 !important;
    transition: color 0.3s ease;
}

.card.bg-theme-color:hover .card-body p {
    color: #1A7F51 !important;
    transition: color 0.3s ease;
}

#events .container {
    margin-block: 2rem;
    gap: 2rem;
}

#events img {
    max-width: 100%;
    display: block;
    object-fit: contain;
}

#events .card {
    display: flex;
    flex-direction: column;
    width: clamp(20rem, calc(20rem + 2vw), 22rem);
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    background: #ECE9E6;
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);

}

#events .card__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}


#events .tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 1em;
    font-size: .75rem;
}

#events .tag+.tag {
    margin-left: .5em;
}

#events .tag-blue {
    background: #56CCF2;
    background: linear-gradient(to bottom, #2F80ED, #56CCF2);
    color: #fafafa;
}

#events .tag-brown {
    background: #D1913C;
    background: linear-gradient(to bottom, #FFD194, #D1913C);
    color: #fafafa;
}

#events .tag-red {
    background: #cb2d3e;
    background: linear-gradient(to bottom, #ef473a, #cb2d3e);
    color: #fafafa;
}

#events .card__body h4 {
    font-size: 1rem;
    text-transform: capitalize;
}

#events .card__footer {
    display: flex;
    padding: 1rem;
    margin-top: auto;
}

#events .user {
    display: flex;
    gap: .5rem;
}

#events .user__image {
    border-radius: 50%;
}

#events .user__info>small {
    color: #666;
}

#events .card {
    transition: transform 0.3s ease-in-out;
}

#events .card:hover {
    transform: translateY(-20px);
}

#events .card:hover .card__body h4 {
    color: #0971B8;
}

.photo-gallery {
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}

.zoom-effect {
    overflow: hidden;
    transition: transform 0.3s ease;
}

.zoom-effect img {
    transition: transform 0.3s ease;
}

.zoom-effect:hover img {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

.portfolio_info {
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #1A7F51;
    word-break: break-word;
}

.portfolio_info:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #1A7F51;
    position: absolute;
    left: 0;
}

.contact-box {
    background-color: transparent;
    background-image: linear-gradient(180deg, #1B8052 0%, #04311D 100%);
}

.fs-15 {
    font-size: 15px;
}

#contact .socials ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 12px 8px 0;
}

#contact .socials ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #f2f2f2;
    text-align: center;
    line-height: 32px;
    color: #1b8052;
    font-size: 17px;
    text-decoration: none !important;
    transition: all .1s ease;
}

.member-social ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 12px 8px 0;
}

.member-social ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #f2f2f2;
    text-align: center;
    line-height: 32px;
    color: #1b8052;
    font-size: 17px;
    text-decoration: none !important;
    transition: all .1s ease;
}

.theme-border {
    border: 2px solid #1b8052;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #1b8052;
}