﻿body {
    padding-top: 70px;
    font-family: 'Circe Rounded', sans-serif;
    font-style: normal;
    font-weight: bold;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.header-call-to-action {
    position: relative;
    float: right;
}

#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
}

.top-link {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 3em 3em 0;
    border-radius: 50%;
    padding: .25em;
    width: 60px;
    height: 60px;
    background-color: #F8F8F8;
}

.show {
    visibility: visible;
    opacity: 1;
}

.hide {
    visibility: hidden;
    opacity: 0;
}

svg {
    fill: #000;
    width: 24px;
    height: 12px;
}


.sticky {
    padding-top: 60px;
}

/*Main page header*/

.account-icon {
    color: #fff;
    font-size: 30px;
    position: relative;
}

.bg-info {
    background-color: #d2973b !important;
}

.brand-name {
    font-size: 36px;
    font-weight: bold;
    color: #FFE4B5;
}

    .brand-name:hover {
        color: #FFE4B5;
    }



.header-nav-bar {
    position: relative;
    width: 100%;
    background: rgba(66,51,56,.9);
    max-height: 300px;
    height: 100px;
    padding: 0;
    margin: 0;
}

    .header-nav-bar div {
        padding: 0;
        margin: 0;
    }

.site-logo {
    vertical-align: middle;
    fill: rgba(66,51,56,.9);
    color: #d2b995;
    border-color: rgba(66,51,56,.9);
    padding: 0px;
    font-size: 65px;
}

    .site-logo span {
        vertical-align: middle;
        font-size: 30px;
        color: #fff;
        margin-bottom: 30px;
    }

.header-nav-bar .logo {
    float: left;
}

.header-nav-bar nav {
    float: right;
    font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #d2b995;
}

    .header-nav-bar nav li a {
        position: relative;
        display: block;
        color: #d2b995;
        font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
        line-height: 80px;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

/* Login Model*/

#Model a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

#Model h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

#Model h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        background-color: #39ace7;
    }

    input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }


input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="month"],
select {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input[type="file"] {
    text-align: right;
    height:auto;
}
/*input[type="file"] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}*/
input [type=text]:focus, input[type=password]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder, input[type=password]:placeholder {
    color: #cccccc;
}

textarea {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    textarea:focus {
        background-color: #fff;
        border-bottom: 2px solid #5fbae9;
    }

    textarea:placeholder {
        color: #cccccc;
    }
/*
select {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    select:focus {
        background-color: #fff;
        border-bottom: 2px solid #5fbae9;
    }

        */

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

    .fadeIn.fifth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

    .fadeIn.sixth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

    .fadeIn.seventh {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

    .fadeIn.eighth {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }



/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width: 80px;
    padding-bottom: 10px;
}

.testimonials-section-test {
    margin-top: 18px;
    width: 100%;
    height: 465px;
    background: url('../Images/testimonials-bg.png') repeat center center;
    background-size: contain;
    background-position-x: left;
    max-height: 600px;
}

/*Testimonial/ Main Home section*/

.testimonials-section {
    margin-top: 18px;
    width: 100%;
    height: 465px;
    background: url('../Images/testimonials-bg.png') repeat center center;
    background-size:contain;
    background-position-x: left;
    max-height:600px;
}

    .testimonials-section div {
        padding: 0 0 0 0;
        text-align: left;
    }

.testimonials-background {
    /* background: #d2b995;*/
    background-color: #D2973B;
    
}

.testimonials-section .testimonial {
    position: absolute;
    top: 155px;
    left: 50%;
    display: block;
    overflow: hidden;
    margin-left: -388px;
    width: 775px;
    height: 155px;
    background: #d2b995;
}

    .testimonials-section .testimonial > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 155px;
        height: 155px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .testimonials-section .testimonial > div {
        position: absolute;
        top: 0;
        right: 0;
        display: table;
        width: 620px;
        height: 155px;
        color: #ffffff;
    }

        .testimonials-section .testimonial > div blockquote {
            display: table-cell;
            /*margin: 0;*/
            padding: 0 20px;
            vertical-align: middle;
        }

        .testimonials-section .testimonial > div h2 {
            color: rgba(0, 0, 0, 0.9);
            margin: 0;
            font-weight: bold;
        }

.testimonials-section div > ul {
    /* margin-left: -40px;*/
    list-style-type: none;
   /* padding: 0 0 0 0;*/
}

    .testimonials-section div > ul > li {
        margin-left: -30px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        font-family: 'Circe Rounded', sans-serif;
        font-style: normal;
        color: #ffffff;
    }

.register-now-icon {
    background-image: url(../Images/register.png);
    background-size: 70%;
    max-height: 100%;
    height: 100%;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    vertical-align: middle;
    cursor: pointer;
}.register-now-icon {
    background-image: url(../Images/register.png);
    background-size: 70%;
    max-height: 100%;
    height: 100%;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    vertical-align: middle;
    cursor: pointer;
}

.masjid-logo-center {
    background-image: url(../Images/testimonials-avatar.png);
    background-size: 100%;
    max-height: 100%;
    height: 100%;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    vertical-align: middle;
    cursor: pointer;
}

/*Main - Services*/

/* Category Boxes */
.category-boxes-icons,
.category-boxes-images {
    position: relative;
    margin: 30px 0;
    padding: 0;
}

    .category-boxes-icons.white-bg {
        margin: 0;
        padding: 60px 0 30px 0;
        background: #ffffff;
    }

    .category-boxes-icons .category-boxes-item {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
        padding: 15px 15px 15px 85px;
        min-height: 135px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #ffffff;
        font-size: 14px;
    }

    .category-boxes-icons.white-bg .category-boxes-item {
        background: #ece7df;
    }

    .category-boxes-icons .category-boxes-item > .fa {
        position: absolute;
        top: 20px;
        left: 0;
        display: block;
        width: 85px;
        height: auto;
        color: #423338;
        text-align: center;
        font-size: 40px;
    }

    .category-boxes-icons .category-boxes-item > h4 {
        margin-top: 10px;
    }

    .category-boxes-icons .category-boxes-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        visibility: hidden;
        padding: 15px;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #423338;
        color: #ffffff;
        text-align: center;
        opacity: 0;
    }

        .loaded .category-boxes-icons .category-boxes-item .overlay,
        .category-boxes-icons .category-boxes-item .overlay h4,
        .category-boxes-icons .category-boxes-item .overlay .btn {
            -webkit-transition: all 0.25s ease-out;
            -moz-transition: all 0.25s ease-out;
            -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
        }

    .category-boxes-icons .category-boxes-item:hover .overlay {
        visibility: visible;
        opacity: 1;
    }

    .category-boxes-icons .category-boxes-item .overlay h4 {
        margin: 0;
        vertical-align: middle;
        opacity: 0;
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        transform: translateY(-25px);
    }

        .category-boxes-icons .category-boxes-item .overlay h4 .fa {
            position: relative;
            top: 5px;
            margin-right: 10px;
            font-size: 40px;
        }

    .category-boxes-icons .category-boxes-item .overlay .btn {
        margin: 30px 0 0 0;
        opacity: 0;
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px);
    }

    .category-boxes-icons .category-boxes-item:hover .overlay h4,
    .category-boxes-icons .category-boxes-item:hover .overlay .btn {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .category-boxes-images .category-boxes-item {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .category-boxes-images .category-boxes-item > img {
            display: block;
            width: 100%;
            height: auto;
            -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }

        .category-boxes-images .category-boxes-item > a {
            display: block;
            margin: 0;
            padding: 15px;
            -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
            background: #423338;
            color: #ffffff;
            text-align: center;
            text-decoration: none;
            font-size: 18px;
            line-height: 24px;
        }

.btn-default {
    padding-bottom: 1px;
    border-bottom: 2px solid #b8a182;
    background: #d2b995;
    color: #291f23;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 15px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: none;
    color: #291f23;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a {
    color: #d2b995;
    text-decoration: none;
    cursor: pointer;
}
/* Registration form  */

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

    .card-signin .card-title {
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 1.5rem;
    }

    .card-signin .card-img-left {
        width: 45%;
        /* Link to your background image using in the property below! */
        background: scroll center url('https://source.unsplash.com/WEQbe2jBg40/414x512');
        background-size: cover;
    }

    .card-signin .card-body {
        padding: 2rem;
    }

.card-body > h5 {
    color: #d2973b;
    font-weight: bold;
}

.card-body > p {
    color: #000;
    font-weight: normal;
}

.form-signin {
    width: 100%;
}

    .form-signin .btn {
        font-size: 80%;
        border-radius: 5rem;
        letter-spacing: .1rem;
        font-weight: bold;
        padding: 1rem;
        transition: all 0.2s;
    }

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input {
        height: auto;
        border-radius: 2rem;
    }

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}

/*header */
.top_logo_wrap.them_overlay {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url() !important;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

.top_logo {
    float: left;
    position: relative;
    width: auto;
}

.top_time_circle {    
    width: auto;
    position: relative;
    padding: 2px 0px;
}

    .top_time_circle ul {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .top_time_circle ul, .top_logo_wrap {
        float: left;
        width: 100%;
    }

        .top_time_circle ul li {
            height: 76px;
            width: 76px;
            text-align: center;
            float: left;
            border-radius: 100%;
            list-style: none;
            border: 1px solid green;
            padding: 18px 0px;
            margin-left: 20px;
        }

            .top_time_circle ul li a {
                margin-bottom: 3px;
            }

            .top_time_circle ul li span, .top_time_circle ul li a {
                display: block;
                font-size: 13px;
                font-weight: 500;
                line-height: normal;
                color: green;
            }

.maghrib {
    font-size: 8px;
}

/*site footer*/

.main-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #000;
}

    .main-footer > p {
        text-align: center;
        color: #fff;
    }

.site-footer {
    color: #fff;
}

    .site-footer li .link-text {
        color: #fff;
        margin-left: 5px;
    }

.widget-title {
    font-size: 20px;
    font-size: 1.4285714285714rem;
    color: #eaeaea;
    font-weight: 400;
    margin-bottom: 1em;
    line-height: 1.5;
}

.footer-adv .footer-adv-overlay {
    border-top-style: solid;
    border-top-color: #336e7b;
}

.footer-adv-overlay {
    
    background-image: url('../Images/footer.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.footer-adv-overlay {
    background-color: #3a3a3a;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 769px) {
    .ast-container {
        max-width: 1240px;
    }
}

@media (min-width: 992px) {
    .ast-container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .ast-container {
        max-width: 100%;
    }
}

@media (min-width: 544px) {
    .ast-container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .brand-name {
        font-size: 24px;
        font-weight: normal;
    }

    label {
        color: #7a6a53;
        max-width: 100%;
        text-align: left;
    }

    .masjid-form label {
        color: #7a6a53;
        text-align: left;
        margin-right: 5px;
    }

    input[type=button], input[type=submit], input[type=reset] {
        padding: 5px 40px;
    }

    #login-form, #contact-form {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%;
    }
}

.ast-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.list-items-wrapper ul {
    list-style-type: none;
    margin: 0;
}

.widget-list-icons .list-item-link {
    -js-display: flex;
    display: flex;
    align-items: center;
}

#widget-list-icons-1 .list-item-link .icon {
    width: 18px;
    height: 18px;
}

.widget-list-icons .icon {
    -js-display: flex;
    display: flex;
    align-items: center;
}

.widget-list-icons ul li span {
    vertical-align: middle;
}

.widget-list-icons ul li {
    padding-top: 0;
    padding-bottom: 13.5px;
}

.copyright {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    vertical-align: baseline;
    height: auto;
}

    .copyright a {
        color: #fff;
    }

/* Home Page Css*/

/*carousel Controls*/

#carouselControls {
    margin-top: -20px;
}

/*Elementor*/

#elementor {
    margin-top: 0px;
    box-sizing: border-box;
    border-top: thick;
}

.elementor-container {
    box-shadow: 10px 10px 60px -10px rgba(0, 0, 0, 0.4);
}

.elementor-icon-box-icon {
    margin-right: 15px;
}

.elementor-icon {
    fill: rgba(51, 110, 123, 0.94);
    color: rgba(51, 110, 123, 0.94);
    border-color: rgba(51, 110, 123, 0.94);
    margin-right: 15px;
    font-size: 50px;
}

.elementor-icon-box-title {
    color: rgba(51, 110, 123, 0.86);
    font-family: "Montserrat", Sans-serif;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 500;
    font-weight: normal;
}

    .elementor-icon-box-title a {
        color: inherit;
    }

.elementor-icon-box-description {
    margin-bottom: 1.6em;
    color: #7a7a7a;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.media {
    height: 50%;
    padding-top: 10px;
}

.divider {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*  About Us*/

.media-body > h5 {
    color: rgba(51, 110, 123, 0.94);
    font-family: 'Montserrat', sans-serif;
    -webkit-text-stroke: thin;
}

.about-us {
    text-align: center;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

    .about-us > p {
        line-break: 20px;
    }


/*Contact US*/

.mosque-divider {
    fill: #d2973b;
    color: #d2973b;
    border-color: #d2973b;
    font-size: 20px;
    position: relative;
}

#title span::before {
    border-bottom: 1px solid #d2973b;
    bottom: 10px;
    content: "";
    left: auto;
    position: absolute;
    right: -110px;
    top: 0;
    width: 100px;
    color: #d2973b;
}

#title span::after {
    border-bottom: 1px solid #d2973b;
    bottom: 10px;
    content: "";
    right: auto;
    position: absolute;
    left: -110px;
    top: 0;
    width: 100px;
    color: #d2973b;
}

.contact-input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 30px;
}

.contact_service {
    text-align: center;
    height: 100%;
}

    .contact_service > .contact_text {
        display: inline-block;
        background-color: #f7f7f7;
        padding: 45px 10px 30px 10px;
        width: 100%;
        position: relative;
        z-index: 9;
        overflow: hidden;
    }

        .contact_service > .contact_text:before {
            position: absolute;
            content: "";
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            z-index: -1;
            opacity: 0;
            color: #fff;
        }

        .contact_service > .contact_text:hover:before {
            opacity: 1;
            box-shadow: 0px 0px 30px -6px;
            background-color: #d2973b;
        }

.contact_text h5 {
    margin-bottom: 6px;
    margin-top: 0px;
    color: #d2973b;
    text-align: center;
}

    .contact_text h5 a {
        color: #d2973b;
        text-transform: uppercase;
        font-family: 'Circe Rounded', sans-serif;
        font-weight: bold;
    }

.contact_service .contact_text:hover a, .contact_service .contact_text:hover p, .contact_service ul > li:hover {
    color: #fff !important;
}

.contact_text > a {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 3px;
    color: #d2973b;
    font-family: 'Circe Rounded', sans-serif;
    font-weight: bold;
    text-align: center;
}

.contact_text p {
    margin-bottom: 0px;
}

    .contact_text p span {
        display: block;
    }

/* Event */

.eventdate {
    min-height: 100%;
    min-width: 100%;
    background-color: rgba(51, 110, 123, 0.94);
    text-align: center;
    color: #fff;
}

    .eventdate > .day {
        display: block;
        font-size: 56pt;
        font-weight: 100;
        line-height: 1;
    }

    .eventdate > .month {
        display: block;
        font-size: 24pt;
        font-weight: 900;
        line-height: 1;
    }

    .eventdate > .year {
        display: block;
        font-size: 40pt;
        font-weight: 100;
        line-height: 1;
    }

.card-title {
    color: rgba(51, 110, 123, 0.94);
    font-family: 'Montserrat', sans-serif;
    -webkit-text-stroke: thin;
}

#EventModel .modal-title
{
    color:white;
}

.calendar-table tbody > tr > td .event {
    cursor: pointer;
}


/* Masjid - helper classes*/
.masjid-form {
    max-width: 100%;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
}

    .masjid-form label {
        color: #7a6a53;
        text-align: right;
        margin-right: 30px;
    }

    .masjid-form input[type="text"],
    .masjid-form input[type="password"],
    .masjid-form input[type="date"],
    .masjid-form input[type="time"],
    .masjid-form input[type="datetime-local"],
    .masjid-form input[type="number"],
    .masjid-form input[type="month"],
    /*.masjid-form input[type="file"],*/
    .masjid-form input[type="email"],
    .masjid-form textarea,
    .masjid-form select {
        max-width: 85%;
        width: 85%;
        margin-bottom: 20px;
        text-align-last: center;
        background-color: #f6f6f6;
        border-radius: 0.25rem;
        border: 1px solid #ced4da;
    }

    .masjid-form input[type="file"] {
        max-width: 85%;
        width: 85%;
        background-color: #f6f6f6;
        border-radius: 0.25rem;
        border: 1px solid #ced4da;
    }

    .masjid-form input[type="submit"], .masjid-form input[type="button"] {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .masjid-form .required label:after {
        content: "*";
        color: red;
        font: bolder;
        font-family: 'Times New Roman', Times, serif
    }

    .masjid-form .required span:before {
        content: "*";
        color: red;
        font: bolder;
        font-family: 'Times New Roman', Times, serif
    }

    .masjid-form select option {
        background-color: #f6f6f6;
    }

.btn-masjid {
    background-color: #d2973b !important;
    color: #fff;
}

/* Majid - Report*/

.masjid-report {
    max-width: 100%;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
}

.masjid-table {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
}

    .masjid-table button, .masjid-table a {
        display: block;
        width: 50px;
        margin-bottom: 2px;
    }

    .masjid-table th {
        color: #291f23;
        font-weight: bold;
    }

    .masjid-table td {
        color: #291f23;
        font-weight: normal;
    }

    .masjid-table button > span {
        color: #fff;
    }

.masjid-tab {
    background-color: #fff;
}

.tab-header {
    height: 58px;
    border: 1px solid #ccc;
    background: #f5f5f5 url(../Images/soft-grad.png) repeat-x;
    position: relative;
}

    .tab-header button {
        text-shadow: 0px 2px 0px #fff;
        float: left;
        font-size: 18px;
        color: #d2973b !important;
        font-weight: 800;
    }


.display-none {
    display: none;
}

.masjid-form .custom-file-label {
    text-align: center;
}

.masjid-form .custom-file-input {
    margin: 5px;
    width: 85%;
    max-width: 200px;
}

.color-blue {
    color: blue;
}

.color-orange {
    background-color: #d2973b !important;
}

.align-div-center {
    margin: 0 auto;
}

.align-register-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding : 40% 0 0 0;
}

.border-curve {   
    border-radius: 20px;
    padding: 5px;
}