.btn.btn-base {
    background-color: #456d2f;
    color: white;
    border: solid white 1px;
}

.header-title-shadow h1 {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 30px;
}

.text-medium-gray {
    color: var(--medium-gray);
}

.bg-green-color {
    background-color: #456d2f;
}

.text-dark-gray-hover {
    color: #193a57;
}

.text-blue {
    color: #193a57;
}

.swiper-slide .services-box-style-03 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.video-icon-extra-large .video-icon {
    margin-top: 300px;
}

.blog-grid .card .card-body .author .blog-date {
    transition: none !important;
    transform: none !important;
}

.blog-grid .card .card-body .author .like-count a i {
    transition: none !important;
}

.map-full iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

.text-with-icon img {
    margin-left: 6px;
    vertical-align: middle;
}

.footer-bottom {
    background: #193a57;
    width: 100%;
}

.footer-bottom.row {
    margin-left: 0;
    margin-right: 0;
}

.navbar-nav {
    margin: 0 auto;
}

/* Submenu level 2 styles */
.dropdown-with-icon-style02>.dropdown-toggle {
    font-size: 10px;
}

.dropdown-with-icon-style02 .dropdown-menu {
    overflow: visible !important;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown {
    position: relative;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 0;
    box-shadow: 0 45px 45px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--dark-gray);
    padding: 0;
    min-width: 200px;
    border-radius: 5px;
    list-style: none;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown:hover>.sub-dropdown-menu {
    display: block;
    animation: show-animation .5s;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown>a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown>a i {
    font-size: 10px !important;
    margin-right: 0 !important;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu li a {
    font-size: 15px;
    line-height: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 17px 20px;
    display: block;
    color: var(--light-gray);
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu li a:hover {
    color: var(--white);
}

/* Submenu level 3 styles */
.dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu .dropdown {
    position: relative;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu .dropdown>.level-3 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 0;
    box-shadow: 0 45px 45px 0 rgba(0, 0, 0, 0.05);
    background-color: var(--dark-gray);
    padding: 0;
    min-width: 250px;
    border-radius: 5px;
    list-style: none;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu .dropdown:hover>.level-3 {
    display: block;
    animation: show-animation .5s;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu .dropdown>a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu .dropdown>a i {
    font-size: 12px !important;
    margin-right: 0 !important;
}

@media (max-width: 991px) {

    /* Disable hover on mobile, rely on show-submenu class */
    .dropdown-with-icon-style02 .dropdown-menu .dropdown:hover>.sub-dropdown-menu,
    .dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu .dropdown:hover>.level-3 {
        display: none;
    }

    .dropdown-with-icon-style02 .dropdown-menu .dropdown.show-submenu>.sub-dropdown-menu,
    .dropdown-with-icon-style02 .dropdown-menu .dropdown>.sub-dropdown-menu .dropdown.show-submenu>.level-3 {
        display: block;
        position: relative;
        left: 0;
        box-shadow: none;
        padding-left: 15px;
    }

    /* Arrow icon behavior */
    .dropdown-with-icon-style02 .dropdown-menu .dropdown>a>i {
        padding: 10px;
        margin: -10px;
        /* makes click area larger */
        transition: transform 0.3s ease;
    }

    .dropdown-with-icon-style02 .dropdown-menu .dropdown.show-submenu>a>i {
        transform: rotate(90deg);
    }
}

.btn-lag,
.btn-lag a {
  color: #141414;
}

.btn-lag a.active,
.btn-lag a:hover {
  color: #456d2f;
  font-weight: 600;
}