#footer,
body {
    color: #212529;
}
body {
    font-family: Poppins, sans-serif;
}
#hero .btn-get-started,
.font-primary,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
}
@media (max-width: 412px) {
    body {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        overflow-x: hidden;
    }
}
.font {
    font-size: 120%;
    line-height: 29px;
    color: #515355;
}
a,
a:hover {
    color: #fcbc4a;
    text-decoration: none;
}
.even-allignment {
    width: 100%;
    max-width: 600px;
    display: inline-block;
    text-align: justify;
}
.back-to-top {
    position: fixed;
    visibility: visible;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #fcbc4a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.4s;
}
.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #5c493b;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
#header {
    height: 120px;
    transition: 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
    font-size: 30px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}
#header .logo h1 a,
#header .logo h1 a:hover {
    color: #7a6960;
    text-decoration: none;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}
#main {
    margin-top: 72px;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.section-title h2,
.section-title p {
    margin-bottom: 15px;
    font-weight: 700;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #4e4039;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a,
.navbar a:hover,
.navbar li:hover > a {
    color: #fcbc4a;
}
.navbar .getstarted,
.navbar .getstarted:focus {
    background: #eb5d1e;
    color: #fff;
    padding: 10px 25px;
    margin-left: 30px;
    border-radius: 50px;
}
.navbar .getstarted:focus:hover,
.navbar .getstarted:hover {
    color: #fff;
    background: #ee7843;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
}
.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: visible;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
    .navbar .dropdown .dropdown a {
        color: #059652;
    }
}
.mobile-nav-toggle {
    color: #7a6960;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}
.d-mobile,
.faq .faq-list .icon-show {
    display: none;
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(78, 64, 57, 0.9);
    transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #7a6960;
}
#footer .credits a,
.faq .faq-list .collapsed:hover,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a {
    color: #eb5d1e;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/* Basic styles for the navbar */
.navbar {
    position: relative;
}

/* Hide menu items by default on mobile */
.navbar-menu {
    display: none;
    list-style: none;
    padding: 0;
}

.navbar.active .navbar-menu {
    display: block;
}

/* Show dropdowns */
.navbar-menu .dropdown ul {
    display: none;
}

.navbar-menu .dropdown:hover > ul {
    display: block;
}

/* Toggle button styles */
.mobile-nav-toggle {
    display: none; /* Hide toggle button on larger screens */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block; /* Show toggle button on mobile */
    }
}

/* Default styles for mobile menu */
.navbar ul {
    display: none; /* Hide menu items by default */
}

.navbar.active ul {
    display: block; /* Show menu items when navbar has 'active' class */
}

/* Show dropdowns in mobile mode */
.navbar ul ul {
    display: none; /* Hide dropdowns by default */
}

.navbar ul li:hover > ul {
    display: block; /* Show dropdown on hover */
}

/* hero section */
#hero {
    width: 100%;
    height: 70vh;
    background: #fef8f5;
    border-bottom: 2px solid #fcebe3;
    margin: 72px 0 -72px;
}
#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #4e4039;
}
#hero h2 {
    color: #a08f86;
    margin: 15px 0 0;
    font-size: 24px;
}
#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 3px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #eb5d1e;
}
#hero .btn-get-started:hover {
    background: #ef7f4d;
}
#hero .animated {
    animation: 2s ease-in-out infinite alternate-reverse both up-down;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
    .d-mobile {
        display: block !important;
    }
    #hero {
        height: calc(100vh - 72px);
    }
    #hero .animated {
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #hero .hero-img img {
        width: 70%;
    }
    .partners .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .partners .col-lg-4 {
        flex-basis: 50%;
    }
}
@media (max-height: 600px) {
    #hero {
        height: 120vh;
    }
}
#preloader,
.contact .php-email-form {
    height: 100%;
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
section {
    padding: 60px 0;
    overflow: hidden;
}
.section-bg {
    background-color: #fef8f5;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 24px;
    padding-bottom: 0;
    line-height: 1px;
    color: #c2b7b1;
}
.section-title p {
    padding-bottom: 15px;
    position: relative;
    font-size: 32px;
    color: #4e4039;
}
.section-title p::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #fcbc4a;
    bottom: 0;
    left: calc(50% - 30px);
}
.breadcrumbs {
    padding: 140px 0 60px;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumbs:before {
    content: "";
    background-color: #a6d785;
    position: absolute;
    inset: 0;
}
.partners .icon-box,
.services .icon-box {
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
}
.breadcrumbs h2 {
    font-size: 56px;
    font-weight: 500;
    color: #3b2414;
    font-family: var(--font-secondary);
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}
.breadcrumbs ol a {
    color: #3b2414;
    transition: 0.3s;
}
.breadcrumbs ol a:hover {
    text-decoration: underline;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3b2414;
    content: ">";
}
.about h3 {
    font-weight: 700;
    color: #4e4039;
}
.about h4 {
    font-weight: 700;
    margin-top: 5px;
    color: #7a6960;
}
.about i {
    margin-top: 15px;
    color: #fcbc4a;
}
.about p {
    color: #5a6570;
}
.about-image {
    border-radius: 7px;
    width: 47vw;
    height: 47vh;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 100px;
}
@media (max-width: 767px) {
    .about-image {
        width: 50%;
        object-fit: contain;
        height: auto;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .col-md-3 {
        flex-basis: 50%;
        max-width: 50%;
        text-align: center;
    }
    .col-md-3 i {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .about-image {
        width: 100%;
        object-fit: contain;
        height: auto;
    }
    .partners .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .partners .col-lg-4 {
        flex-basis: 50%;
    }
}
@media (max-width: 1024px) {
    .about-image {
        width: 100vw;
        object-fit: contain;
        height: 100vh;
    }
}
@media (max-width: 1280px) {
    .about-image {
        width: 40vw;
        height: 40vh;
        margin-top: 20px;
    }
}
@media (height: 1366px) {
    .about-image {
        width: 40vw;
        height: 40vh;
        margin-top: 20px;
    }
}
@media (max-width: 600px) {
    .about-image {
        width: 100%;
        object-fit: contain;
        height: 100%;
        box-shadow: none;
        background-color: #fff;
    }
}
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px;
    border-bottom: 3px solid #fff;
}
.services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #ef7f4d;
}
.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #ef7f4d;
}
.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.partners .title a,
.services .title a {
    color: #111;
}
.partners .description,
.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.partners .icon-box {
    padding: 50px;
    overflow: visible;
    margin: 0 0 40px;
    border-bottom: 3px solid #fff;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.partners .icon-box:hover {
    transform: translateY(-5px);
    border-color: #fcbc4a;
}
.partners .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #fcbc4a;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.partners .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 30px;
}
#partners,
.features .feature-icons .content .icon-box {
    display: flex;
}
#partners div {
    flex: 6;
    min-width: 0;
}
.faq {
    padding: 60px 0;
}
.faq .faq-list {
    padding: 0;
    list-style: none;
}
.contact .info-item,
.contact .php-email-form {
    background: var(--color-box-background);
    padding: 30px;
}
.faq .faq-list li {
    border-bottom: 1px solid #eae7e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #eb5d1e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 25px;
    cursor: pointer;
    color: #c54811;
    transition: 0.3s;
}
.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}
.faq .faq-list .collapsed {
    color: #343a40;
}
.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}
.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
}
.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #eb5d1e;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb5d1e;
}
.contact {
    --color-box-background: #f7f7f7;
}
.contact .info-item i {
    font-size: 38px;
    line-height: 0;
    color: var(--color-primary);
}
.contact .info-item h3 {
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
}
.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact .php-email-form .error-message {
    display: none;
    background: #df1529;
    color: #fff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: var(--color-background);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--color-primary);
    border-top-color: var(--color-background);
    animation: 1s linear infinite animate-loading;
}
.contact .php-email-form input[type="email"],
.contact .php-email-form input[type="text"],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--color-default);
    background-color: rgba(var(--color-background-rgb), 0.5);
    border-color: rgba(var(--color-default-rgb), 0.2);
}
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--color-primary);
}
.contact .php-email-form input[type="email"]::-moz-placeholder,
.contact .php-email-form input[type="text"]::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
    color: rgba(var(--color-default-rgb), 0.3);
}
.contact .php-email-form input[type="email"]::placeholder,
.contact .php-email-form input[type="text"]::placeholder,
.contact .php-email-form textarea::placeholder {
    color: rgba(var(--color-default-rgb), 0.3);
}
.contact .php-email-form button[type="submit"] {
    background: var(--color-primary);
    color: var(--color-inverse);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
    background: rgba(var(--color-primary-rgb), 0.8);
}
@keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1s ease-out forwards preloader-delay;
}
.loader {
    border: 8px solid;
    border-top: 8px solid #fcbc4a;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    animation: 0.8s linear infinite spin;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes preloader-delay {
    0%,
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 767px) {
    #preloader {
        display: none;
    }
}
#footer {
    background: #5c9d7f;
    padding: 0 0 30px;
    font-size: 14px;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #fef8f5;
    text-align: center;
    font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #4e4039;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #eb5d1e;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
    background: #c54811;
}
#footer .footer-top {
    padding: 60px 0 30px;
    background: #fff;
}
#footer .footer-top .footer-contact,
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Raleway, sans-serif;
    color: #5c5c5c;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #f39e7a;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #5c5c5c;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #eb5d1e;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #eb5d1e;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #ef7f4d;
    color: #fff;
    text-decoration: none;
}
#footer .copyright {
    text-align: center;
    float: left;
}
#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #212529;
}
@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
    #footer .copyright,
    #footer .credits {
        float: none;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 3px 0;
    }
}
.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    float: right;
}
.features .feature-box h3 {
    font-size: 18px;
    color: #4e4039;
    font-weight: 700;
    margin: 0;
}
.features .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}
.features .feature-box:hover i {
    background: #4e4039;
    color: #fff;
}
.features .feature-icons,
.features .feture-tabs {
    margin-top: 120px;
}
.features .feture-tabs h3 {
    color: #4e4039;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}
.features .feture-tabs .nav-link {
    background: 0 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #4e4039;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}
.features .feture-tabs .nav-link.active {
    color: #4154f1;
    border-bottom: 3px solid #4154f1;
}
.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #4e4039;
}
.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #4e4039;
}
.features .feature-icons h3 {
    color: #4e4039;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 768px) {
    .features .feature-icons h3,
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}
.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #4e4039;
}
.features .feature-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #4e4039;
    margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
}
.proposed-activities .card-item {
    border: 1px solid rgba(82, 86, 94, 0.2);
    background: #fff;
    position: relative;
    border-radius: 0;
}
.proposed-activities .card-item .card-bg {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
#footer,
body {
    color: #212529;
}
body {
    font-family: Poppins, sans-serif;
}
#hero .btn-get-started,
.font-primary,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
}
@media (max-width: 412px) {
    body {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        overflow-x: hidden;
    }
}
.font {
    font-size: 120%;
    line-height: 29px;
    color: #515355;
}
a,
a:hover {
    color: #fcbc4a;
    text-decoration: none;
}
.even-allignment {
    width: 100%;
    max-width: 600px;
    display: inline-block;
    text-align: justify;
}
.back-to-top {
    position: fixed;
    visibility: visible;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #fcbc4a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.4s;
}
.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #5c493b;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
#header {
    height: 120px;
    transition: 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
    font-size: 30px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}
#header .logo h1 a,
#header .logo h1 a:hover {
    color: #7a6960;
    text-decoration: none;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}
#main {
    margin-top: 72px;
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.section-title h2,
.section-title p {
    margin-bottom: 15px;
    font-weight: 700;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #4e4039;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a,
.navbar a:hover,
.navbar li:hover > a {
    color: #fcbc4a;
}
.navbar .getstarted,
.navbar .getstarted:focus {
    background: #eb5d1e;
    color: #fff;
    padding: 10px 25px;
    margin-left: 30px;
    border-radius: 50px;
}
.navbar .getstarted:focus:hover,
.navbar .getstarted:hover {
    color: #fff;
    background: #ee7843;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
}
.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: visible;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
    .navbar .dropdown .dropdown a {
        color: #059652;
    }
}
.mobile-nav-toggle {
    color: #7a6960;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}
.d-mobile,
.faq .faq-list .icon-show {
    display: none;
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(78, 64, 57, 0.9);
    transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #7a6960;
}
#footer .credits a,
.faq .faq-list .collapsed:hover,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a {
    color: #eb5d1e;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
#hero {
    width: 100%;
    height: 70vh;
    background: #fef8f5;
    border-bottom: 2px solid #fcebe3;
    margin: 72px 0 -72px;
}
#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #4e4039;
}
#hero h2 {
    color: #a08f86;
    margin: 15px 0 0;
    font-size: 24px;
}
#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 3px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #eb5d1e;
}
#hero .btn-get-started:hover {
    background: #ef7f4d;
}
#hero .animated {
    animation: 2s ease-in-out infinite alternate-reverse both up-down;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
    .d-mobile {
        display: block !important;
    }
    #hero {
        height: calc(100vh - 72px);
    }
    #hero .animated {
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #hero .hero-img img {
        width: 70%;
    }
    .partners .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .partners .col-lg-4 {
        flex-basis: 50%;
    }
}
@media (max-height: 600px) {
    #hero {
        height: 120vh;
    }
}
#preloader,
.contact .php-email-form {
    height: 100%;
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
section {
    padding: 60px 0;
    overflow: hidden;
}
.section-bg {
    background-color: #fef8f5;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 24px;
    padding-bottom: 0;
    line-height: 1px;
    color: #c2b7b1;
}
.section-title p {
    padding-bottom: 15px;
    position: relative;
    font-size: 32px;
    color: #4e4039;
}
.section-title p::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #fcbc4a;
    bottom: 0;
    left: calc(50% - 30px);
}
.breadcrumbs {
    padding: 140px 0 60px;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumbs:before {
    content: "";
    background-color: #a6d785;
    position: absolute;
    inset: 0;
}
.partners .icon-box,
.services .icon-box {
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
}
.breadcrumbs h2 {
    font-size: 56px;
    font-weight: 500;
    color: #3b2414;
    font-family: var(--font-secondary);
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}
.breadcrumbs ol a {
    color: #3b2414;
    transition: 0.3s;
}
.breadcrumbs ol a:hover {
    text-decoration: underline;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3b2414;
    content: ">";
}
.about h3 {
    font-weight: 700;
    color: #4e4039;
}
.about h4 {
    font-weight: 700;
    margin-top: 5px;
    color: #7a6960;
}
.about i {
    margin-top: 15px;
    color: #fcbc4a;
}
.about p {
    color: #5a6570;
}
.about-image {
    border-radius: 7px;
    width: 47vw;
    height: 47vh;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 100px;
}
@media (max-width: 767px) {
    .about-image {
        width: 50%;
        object-fit: contain;
        height: auto;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .col-md-3 {
        flex-basis: 50%;
        max-width: 50%;
        text-align: center;
    }
    .col-md-3 i {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .about-image {
        width: 100%;
        object-fit: contain;
        height: auto;
    }
    .partners .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .partners .col-lg-4 {
        flex-basis: 50%;
    }
}
@media (max-width: 1024px) {
    .about-image {
        width: 100vw;
        object-fit: contain;
        height: 100vh;
    }
}
@media (max-width: 1280px) {
    .about-image {
        width: 40vw;
        height: 40vh;
        margin-top: 20px;
    }
}
@media (height: 1366px) {
    .about-image {
        width: 40vw;
        height: 40vh;
        margin-top: 20px;
    }
}
@media (max-width: 600px) {
    .about-image {
        width: 100%;
        object-fit: contain;
        height: 100%;
        box-shadow: none;
        background-color: #fff;
    }
}
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px;
    border-bottom: 3px solid #fff;
}
.services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #ef7f4d;
}
.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #ef7f4d;
}
.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.partners .title a,
.services .title a {
    color: #111;
}
.partners .description,
.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.partners .icon-box {
    padding: 50px;
    overflow: visible;
    margin: 0 0 40px;
    border-bottom: 3px solid #fff;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.partners .icon-box:hover {
    transform: translateY(-5px);
    border-color: #fcbc4a;
}
.partners .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #fcbc4a;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.partners .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 30px;
}
#partners,
.features .feature-icons .content .icon-box {
    display: flex;
}
#partners div {
    flex: 6;
    min-width: 0;
}
.faq {
    padding: 60px 0;
}
.faq .faq-list {
    padding: 0;
    list-style: none;
}
.contact .info-item,
.contact .php-email-form {
    background: var(--color-box-background);
    padding: 30px;
}
.faq .faq-list li {
    border-bottom: 1px solid #eae7e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #eb5d1e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 25px;
    cursor: pointer;
    color: #c54811;
    transition: 0.3s;
}
.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}
.faq .faq-list .collapsed {
    color: #343a40;
}
.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}
.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
}
.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #eb5d1e;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb5d1e;
}
.contact {
    --color-box-background: #f7f7f7;
}
.contact .info-item i {
    font-size: 38px;
    line-height: 0;
    color: var(--color-primary);
}
.contact .info-item h3 {
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px;
}
.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact .php-email-form .error-message {
    display: none;
    background: #df1529;
    color: #fff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: var(--color-background);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--color-primary);
    border-top-color: var(--color-background);
    animation: 1s linear infinite animate-loading;
}
.contact .php-email-form input[type="email"],
.contact .php-email-form input[type="text"],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--color-default);
    background-color: rgba(var(--color-background-rgb), 0.5);
    border-color: rgba(var(--color-default-rgb), 0.2);
}
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--color-primary);
}
.contact .php-email-form input[type="email"]::-moz-placeholder,
.contact .php-email-form input[type="text"]::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
    color: rgba(var(--color-default-rgb), 0.3);
}
.contact .php-email-form input[type="email"]::placeholder,
.contact .php-email-form input[type="text"]::placeholder,
.contact .php-email-form textarea::placeholder {
    color: rgba(var(--color-default-rgb), 0.3);
}
.contact .php-email-form button[type="submit"] {
    background: var(--color-primary);
    color: var(--color-inverse);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
    background: rgba(var(--color-primary-rgb), 0.8);
}
@keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1s ease-out forwards preloader-delay;
}
.loader {
    border: 8px solid;
    border-top: 8px solid #fcbc4a;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    animation: 0.8s linear infinite spin;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes preloader-delay {
    0%,
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 767px) {
    #preloader {
        display: none;
    }
}
#footer {
    background: #5c9d7f;
    padding: 0 0 30px;
    font-size: 14px;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #fef8f5;
    text-align: center;
    font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #4e4039;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #eb5d1e;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
    background: #c54811;
}
#footer .footer-top {
    padding: 60px 0 30px;
    background: #fff;
}
#footer .footer-top .footer-contact,
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Raleway, sans-serif;
    color: #5c5c5c;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #f39e7a;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #5c5c5c;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #eb5d1e;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #eb5d1e;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #ef7f4d;
    color: #fff;
    text-decoration: none;
}
#footer .copyright {
    text-align: center;
    float: left;
}
#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #212529;
}
@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
    #footer .copyright,
    #footer .credits {
        float: none;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 3px 0;
    }
}
.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    float: right;
}
.features .feature-box h3 {
    font-size: 18px;
    color: #4e4039;
    font-weight: 700;
    margin: 0;
}
.features .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}
.features .feature-box:hover i {
    background: #4e4039;
    color: #fff;
}
.features .feature-icons,
.features .feture-tabs {
    margin-top: 120px;
}
.features .feture-tabs h3 {
    color: #4e4039;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}
.features .feture-tabs .nav-link {
    background: 0 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #4e4039;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}
.features .feture-tabs .nav-link.active {
    color: #4154f1;
    border-bottom: 3px solid #4154f1;
}
.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #4e4039;
}
.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #4e4039;
}
.features .feature-icons h3 {
    color: #4e4039;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 768px) {
    .features .feature-icons h3,
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}
.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #4e4039;
}
.features .feature-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #4e4039;
    margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
}
.proposed-activities .card-item {
    border: 1px solid rgba(82, 86, 94, 0.2);
    background: #fff;
    position: relative;
    border-radius: 0;
}
.proposed-activities .card-item .card-bg {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.proposed-activities .card-item .card-body {
    padding: 30px;
}
.proposed-activities .card-item h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--color-secondary);
}
.proposed-activities .card-item p {
    color: var(--color-secondary);
    margin: 0;
}
.media {
    width: 40px;
    height: 40px;
}
.proposed-activities .card-item .card-body {
    padding: 30px;
}
.proposed-activities .card-item h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--color-secondary);
}
.proposed-activities .card-item p {
    color: var(--color-secondary);
    margin: 0;
}
.media {
    width: 40px;
    height: 40px;
}
