html body {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #777777;
    overflow-x: hidden !important;
}



.banner-image {
    position: relative;
}

.banner-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(0deg, rgba(12, 66, 198, 0.695203081232493) 0%, rgba(12, 2, 14, 0.4318977591036415) 50%, rgba(195, 34, 62, 0.8268557422969187) 100%);
    /* Adjust colors and direction */
    pointer-events: none;
    /* Allows clicks to pass through the overlay */
}

.services-section-men-heading {
    margin-top: 80px;
}


.depar-info .deprt-icon-box {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 308px;
    margin: 0 0 28px;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, .07);
    padding: 40px;
    position: relative;
}

.deprt-icon-box:hover {
    padding: 20px 40px !important;
}

button.more_services_btn {
    padding: 10px;
    border-radius: 14px;
    background: #01ba3b;
    border: navajowhite;
    color: white;
    margin-bottom: 80px;
    margin-top: 20px;
    font-weight: 700;
}

.event-big.slick-slide {
    height: 450px;
}

.slick-slide img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    object-fit: contain;
}

.slider_tabs .slick-track .slick-slide {
    height: 90px;
}

.slick-track .slick-slide img {
    height: 100%;
    object-fit: cover;

}

.owl-carousel .owl-stage-outer {

    height: 345px !important;
}

.owl-carousel .owl-item img {

    height: 445px;
    object-fit: cover;
}

.team-info {
    position: absolute;
    left: 59px;
    bottom: 63px;
    padding: 20px;
    z-index: 99;
}

.news-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, .07);
    min-height: 583px;
}


.team-info h6 {
    color: #fff000;
    margin: 0 0 7px;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 18px;
}

footer.home3.main-footer.wf100 img {
    width: 221px;
}

.h3-logo-row .h3-logo {
    text-align: left;
    padding: 19px 0;
}

.new-thumb .cat {

    display: none;
}

h3.prgrams {
    margin-bottom: 60px;
}

.banner_mayer_img {

    width: 100%;

}

.footer-social a:hover {
    color: #01ba3b !important;
}

.topbar {
    display: flex;
    align-items: center;
}

.topbar ul.footer-social li a {
    color: white;
}

.topbar .footer-social a:hover {
    color: #d94148 !important;
}

ul.nav.navbar-nav {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.h3-logo-row.wf100 {
    background: #01ba3b;
}

.h3-navbar .navbar .navbar-nav>li>a {

    color: #ffffff;
}

.navbar-nav li {
    margin-left: 10px;
    margin-right: 48px;
}

section.Mayor-video-msg .row {
    display: flex;
    align-items: center;
}

.Mayor-welcome p {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    margin: 0 0 31px;
}

.city-tour a {
    position: absolute;
    right: 20px;
    bottom: 109px;
}