/*Banner Section*/
.banner-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 300px;
    color: #fff;
}

.banner-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.1;
}

.banner-text {
    position: relative;
}

.banner-text h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
}


.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.custom-nav .navbar-nav .nav-item .nav-link {
    font-size: 1.2em;
    color: #ffffff;
}

header, footer {
    background: #015a42 !important;
}

.btn-primary, .custom-nav {
    background: #d0212a !important;
}

nav a:active {
    background: #d0212a !important;
}

.custom-footer {
    border-top: solid 5px #d0212a;
}

.nav-item {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.event-gallery {
    background: #c4cecb;
}

/* For Home Page */
.ads {
    background: #c4cecb;
}

.slick-carousel {
    display: flex;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.slick-arrow {
    color: red !important;
}

iframe {
    width: 100% !important;
}