.topbar {
    background: #000;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}
.topbar .contact_info i {
    font-style: normal;
    color: #fff;
    line-height: 0;
}
.topbar .social_links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}
.header {
    transition: all 0.5s;
    z-index: 997;
    height: 90px;
    border-bottom: 1px solid #001f3e0d;
}
.header .logo img {
    max-height: 40px;
    margin-right: 6px;
}
@media (min-width: 1280px) {
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }
}
@media (min-width: 1280px) {
    .navbar>ul>li {
        white-space: nowrap;
        padding: 10px 0 10px 28px;
    }
}
@media (min-width: 1280px) {
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 600;
        color: #001f3e;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }
}
@media (min-width: 1280px) {
    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #ac917a;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }
}
@media (min-width: 1280px) {
    .navbar a:hover:before, .navbar li:hover>a:before, .navbar .active:before {
        visibility: visible;
        width: 100%;
    }
}
@media (min-width: 1280px) {
    .mobile_nav_show, .mobile_nav_hide {
        display: none;
    }
}
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }
}
@media (max-width: 1279px) {
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(0, 131, 116, 0.9);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }
}
@media (max-width: 1279px) {
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-primary);
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }
}
@media (max-width: 1279px) {
    .mobile_nav_show {
        color: #000;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }
}
@media (max-width: 1279px) {
    .mobile_nav_hide {
        color: #000;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }
}
.bi-x::before {
    content: "\f62a";
}
.section_header h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* position: relative; */
}
/* html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
} */
.section_header h1:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    /* background: #000; */
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.about p {
    text-align: center !important;
}
.section_header p {
    margin-bottom: 0;
    color: #6f6f6f;
}
.section_header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* position: relative; */
}
.section_header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    /* background: #000; */
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.highlights_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.highlights_sec .icon_box {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 25px;
    background: #fff;
}
.highlights_sec .icon_box .image {
    width: calc(20% - 10px);
}
.highlights_sec span {
    display: block;
    background-color: #fff;
    padding: 15px;
    border-radius: 0;
    width: 80px;
    height: 80px;
}

.highlights_sec .icon_box .text {
    width: calc(80% - 10px);
}
.highlights_sec .icon_box p {
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
}
@media screen and (max-width: 768px) {
    .highlights_sec .icon_box {
        width: calc(100%);
    }
}
.ima_real {
    min-height: unset;
    background: -webkit-linear-gradient(left, #8f6B29, #FDE08D, #DF9F28);
    padding: 1em;
    color: #000;
}
