.carousel-back {
    height: 256px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel-back .carousel-logo {
    border-radius: 100px;
    height: 200px;
    opacity: 1;
    margin-top: 30px;
}

.section-map {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.section-map #google-map {
    width: 100%;
    height: 100%;
}

.home-content {
    padding-top: 40px;
    padding-bottom: 10px;
}

.home-content .title-base {
    text-align: left;
    position: relative;
    flex-direction: column-reverse;
    display: flex;
    margin-top: 0;
}

.home-content .title-base hr {
    border: none;
    background-color: #f3b007;
    width: 100%;
    height: 5px;
    margin: 0 auto 20px 0;
    left: 0;
    opacity: 1;
}

.home-content .title-base h2 {
    line-height: 35px;
    margin: 0 0 10px 0;
}

.home-content .title-base p {
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #8c8c8c;
    margin-top: 0;
    margin-left: 1px;
    margin-bottom: 3px;
}

.home-content p.welcome-text {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #f39f07;
}

.home-content .list-items .list-item {
    border-bottom-style: solid;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    transition: padding 0.3s;
}

.home-content .list-items .list-item:hover {
    background: none;
    padding-left: 5px;
}

.home-content .list-items .list-item:first-child {
    padding-top: 0;
}

.home-content .list-items .list-item:last-child {
    border-bottom: none;
}

.home-content .list-items .list-item h3 {
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.home-content .list-items .list-item p {
    color: #797979;
    font-size: 13px;
    margin: 0;
    line-height: 19px;
    padding-top: 5px;
}

.home-content .list-items .list-item span {
    text-align: right;
    display: block;
    white-space: nowrap;
    color: #696969;
    font-size: 15px;
    font-weight: 400;
}

.container .feedback-response {
    position: absolute;
    top: 8px;
    left: 0px;
    color: #7b5800;
    font-weight: 500;
    padding: 5px 10px;
    background: #ffc83c;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    text-align: center;
}

.container .feedback-response i.fa {
    margin-right: 5px;
}

.contact-form {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
}

.contact-form ::placeholder {
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

.contact-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.contact-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

.boxed.golden {
    background-color: #f3b007;
}

form.form-box .form-control {
    border: none;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 0;
    background: none;
    border-color: #fff !important;
    color: #fff !important;
    box-shadow: none;
}

hr.space.xs {
    height: 10px;
}
hr.space.s {
    height: 20px;
}
hr.space {
    border: none !important;
    clear: both;
    height: 70px;
    margin: 0;
}

.site .banner {
    display: none;
}

.content {
    padding-top: 0;
}

.pray-times td {
    padding: 9px;
}

body {
    background: white;
}

.site > .container {
    border-left: 0;
    border-right: 0;
}

.site > .container:not(.content) {
    max-width: unset;
}

.site > * {
    box-shadow: none!important;
}