html {
    margin: 0;
    padding: 0;
}

body {
    color: #505050;
    background-color: #fefcf9;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
}

body, html {
    min-height: 100%;
    height: auto;
}


.clearfix {
    clear: both;
}


img, figure {
    border: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

video {
    height: auto;
    max-width: 100%;
}


b, strong {
    font-weight: 600;
    color: #111;
}

a {
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    color: #163c59;
}

    a:hover {
        text-decoration: none;
        color: #163c59;
    }

p {
    margin: 0 0 15px 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 14px;
    padding-top: 5px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 14px;
    padding-top: 5px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

blockquote {
    width: 90%;
    margin: 25px 0 25px 50px;
    font-size: 19px;
    border-left: 3px solid #163c59;
    padding-left: 10px;
    font-weight: 300;
    position: relative;
    word-wrap: break-word;
}

    blockquote:before {
        font-family: FontAwesome;
        content: "\f10d";
        font-size: 35px;
        color: #ccc;
        position: absolute;
        top: -15px;
        left: -50px;
    }

q {
    color: #222;
}

code, kbd, tt, var, samp, pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    border-radius: 0;
    vertical-align: middle;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-style: normal;
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: #163d59;
    text-transform: uppercase;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 20px 0;
    table-layout: fixed;
    width: 100%;
}

table, th, td {
    border: 1px solid #eaeaea;
}

thead th {
    padding: 15px 5px 14px 5px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    background: #333;
    border-color: #333;
    color: #fff;
}

th, td {
    text-align: center;
    padding: 15px 5px 14px 5px;
    background: #fff;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
}


::selection {
    background: #163c59;
    color: #fff;
}

::-moz-selection {
    background: #163c59;
    color: #fff;
}

section {
    display: block;
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

header {
    background-color: #282828;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 5px 0;
}



.nav2 {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    background-color: #b8a25f;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #914932;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #914932;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #914932 !important;
    color: #fff !important;
}

.dropdown-menu > li > a {
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #914932;
    }

.nav2 .dropdown-menu {
    background-color: #b8a25f;
    border-top: 0;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    border-top: 0;
    z-index: 999999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slideshow .owl-dots {
    margin-top: -27px !important;
    z-index: 999;
}

.rtext {
    background-color: #153C59;
    padding: 5px 0;
    color: #fff;
    font-size: 17px;
}

    .rtext p {
        margin: 0;
        color: #fefefe;
    }

.about {
    background-color: #f9f8f6;
    padding-bottom: 20px;
}

    .about img {
        margin-bottom: 20px;
        display: block;
    }

        .about img:hover {
            opacity: 0.8;
        }

h2.stitle {
    margin-bottom: 25px;
}

.owl-carousel .owl-item img {
    height: auto;
}

/*-------------------Services Slider------------------*/
.slider h4 {
    text-align: center;
    color: #423338;
    font-size: 16px;
}

.homeppitem {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .homeppitem .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .homeppitem img {
        display: block;
        position: relative;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

    .homeppitem:hover img {
        filter: grayscale(.1) blur(1px);
        -webkit-filter: grayscale(.1) blur(1px);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-backface-visibility: hidden;
    }

    .homeppitem a.ppmore {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        border: 1px solid #fff;
        margin: 100px 0 0 0;
        background-color: rgba(0,0,0,.4);
    }

        .homeppitem a.ppmore:hover {
            box-shadow: 0 0 5px #fff;
            background-color: rgba(0,0,0,.6);
        }

    .homeppitem a.ppmore {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        opacity: 0;
        filter: alpha(opacity=0);
        color: #fff;
        text-transform: uppercase;
    }

    .homeppitem:hover a.ppmore {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.slider .owl-prev, .slider .owl-next {
    background: none !important;
    opacity: 1;
}

    .slider .owl-prev .fa, .slider .owl-next .fa {
        color: #000;
        font-size: 50px;
        font-weight: 400;
    }

.slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 28%;
}

.slider .owl-next {
    position: absolute;
    right: -50px;
    top: 28%;
}

.gbg {
    background: url("../images/gbg2.jpg") repeat;
    min-height: 400px;
    color: #fff;
}

    .gbg h2 {
        color: #fff;
    }

img {
    max-width: 100%;
}

.homegallery img {
    width: 100%;
    max-height: 137px;
    min-height: 137px;
}

.pad {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.thumbeffect {
    overflow: hidden;
    position: relative;
}

    .thumbeffect .dark-background {
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        text-shadow: #000 0 0 20px;
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        -o-transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }

    .thumbeffect:hover .dark-background {
        opacity: 1;
    }

    .thumbeffect .dark-background span {
        margin-top: -20px;
    }

    .thumbeffect .dark-background .hoverplus {
        margin-top: -23px;
        font-size: 26px;
        color: #fff;
        position: absolute;
        top: 55%;
        left: 55%;
        margin-left: -21px;
    }

a.vmore {
    color: #000;
    border-radius: 0;
}

.nevents {
    background-color: #fdfaf8;
    padding-top: 20px;
}

.ev-slider .owl-prev, .ev-slider .owl-next {
    background: none !important;
    opacity: 1;
}

    .ev-slider .owl-prev .fa, .ev-slider .owl-next .fa {
        color: #000;
        font-size: 50px;
        font-weight: 400;
    }

.ev-slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 28%;
}

.ev-slider .owl-next {
    position: absolute;
    right: -50px;
    top: 28%;
}

.ev-slider img, .even img {
    height: 300px !important;
}

[class*=" imghvr-"] figcaption, [class^="imghvr-"] figcaption {
    background: #173c59;
}

[class*=" imghvr-"], [class^="imghvr-"] {
    background-color: #173c59;
}

.details {
    margin-top: 15px;
    overflow: hidden;
    display: block;
}

    .details h4 {
        margin-bottom: 5px;
        color: #2f2f2f;
        font-weight: 700;
        font-size: 16px;
        text-transform: none;
        line-height: 22px;
    }

    .details p {
        font-size: 13px;
        color: #838383;
        margin-bottom: 5px;
    }

    .details h4 a {
        color: #163d59;
    }

        .details h4 a:hover {
            color: #333;
            text-decoration: none;
        }

    .details .iline {
        padding: 0 10px;
    }

    .details span {
        color: #163d59;
        font-style: italic;
        font-weight: 700;
    }

.post-met {
    margin-top: 15px;
}

.slider img {
    height: 221px;
}

.ev-slider img {
    height: 190px;
    width: 100%;
}

.ev-slider .imghvr-flip-diag-2 {
    width: 100%;
}

section h2 {
    margin-bottom: 20px;
    color: #163d59;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.line {
    background: url("../images/line.png") no-repeat;
    height: 2px;
    width: 371px;
    margin: auto;
    overflow: hidden;
    display: block;
}

.sectitle {
    margin-bottom: 20px;
}

.about strong {
    color: #424242;
    position: relative;
    display: block;
}

.ads {
    background: url("../images/ads.jpg") repeat;
    overflow: hidden;
}

.id-slider .owl-prev, .id-slider .owl-next {
    background: none !important;
    opacity: 1;
}

    .id-slider .owl-prev .fa, .id-slider .owl-next .fa {
        color: #000;
        font-size: 28px;
        font-weight: 400;
    }

.id-slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 28%;
}

.id-slider .owl-next {
    position: absolute;
    right: -50px;
    top: 28%;
}

.id-slider {
    color: #393939;
    font-size: 13px;
}

    .id-slider p.bold {
        font-weight: 700;
        margin-bottom: 0;
    }

    .id-slider img {
        width: auto !important;
        margin: auto auto 10px;
    }

    .id-slider .item {
        border-right: 1px solid #ddd;
    }

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.btn-success {
    background-color: #34ae48;
    border-color: #34ae48;
}
/* effect-v3*/
.effect-v3 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 505px;
    /* style for hover */
}

    .effect-v3:before, .effect-v3:after {
        bottom: 13px;
        content: "";
        left: 13px;
        opacity: 0;
        position: absolute;
        right: 13px;
        top: 13px;
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .effect-v3:before {
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .effect-v3:after {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    .effect-v3 img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s;
        transition: opacity 0.35s ease 0s;
    }

    .effect-v3 .banner-title {
        -webkit-transform: translate3d(0px, -20px, 0px);
        transform: translate3d(0px, -20px, 0px);
        -webkit-transition: transform 0.35s ease 0s;
        -o-transition: transform 0.35s ease 0s;
        transition: transform 0.35s ease 0s;
    }

    .effect-v3 .action {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0px, 40px, 0px);
        transform: translate3d(0px, 40px, 0px);
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    }

    .effect-v3:hover:before, .effect-v3:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .effect-v3:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

footer {
    padding: 30px 0;
    color: #b8a25f;
    background-color: white;
    margin-bottom: 40px;
}

    footer a, footer p {
        color: #b8a25f;
    }

    footer h4 {
        color: #b8a25f;
        margin-top: 0;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
    }

.flinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .flinks ul li {
        display: block;
    }

        .flinks ul li a {
            display: block;
            font-size: 13px;
            background: url("../images/arrow.png") no-repeat left 7px;
            padding-left: 14px;
        }

            .flinks ul li a:hover {
                text-decoration: none;
                color: #fff;
            }

.copy {
    color: #fff;
    padding: 15px 0;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #b8a25f;
}

    .copy a {
        color: #fff;
    }

        .copy a:hover {
            color: #fff;
            text-decoration: none;
        }

.conta p .fa {
    min-width: 16px;
}

.conta p {
    margin-bottom: 12px;
}

.contaa .form-control {
    background-color: #f6f6f2;
    border-color: #f6f6f2;
}

.ask h4 {
    text-transform: inherit;
}

footer .form-control {
    background-color: transparent;
    border-color: #7d7779;
    border-radius: 0;
}

.btn-later {
    color: #fff;
    background-color: #a82024;
}

    .btn-later:hover {
        background-color: #e14146;
        color: #fff;
    }

.warp {
    min-height: 400px;
    overflow: hidden;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

.pagetop {
    background-color: #f5f5f5;
    padding: 15px 0;
}

    .pagetop h4 {
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        padding-left: 25px;
        font-weight: 700;
    }

section.serv {
    background: url("../images/sbg2.png") repeat;
    overflow: hidden;
    position: relative;
}

.serv img {
    max-height: 200px;
}

.serv h4 {
    font-size: 14px;
    text-align: center;
    background-color: #b8a15f;
    color: #fff;
    padding: 8px 0;
}

.slider .item:hover h4 {
    background-color: #964f35;
}

.pimg img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: auto;
    margin-bottom: 20px;
}
/*pagenav*/

.pagination {
    direction: rtl !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 12px 6px 3px;
}

    .pagination span, .pagination a {
        background: #dcdcdc;
        color: #6c6c6c;
        display: block;
        float: right;
        height: 32px;
        line-height: 32px;
        margin: 0 0 0 8px;
        padding: 0 12px;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
        width: auto;
        font-size: 12px;
        font-weight: 400;
    }

        .pagination a:hover {
            background: #1b3f5b;
            color: #fff;
        }

    .pagination .current {
        background: #1b3f5b;
        color: #fff;
        float: right;
    }

.agallery img {
    max-height: 260px;
}

.agallery .hoverplus {
    top: 50% !important;
    left: 50% !important;
}

.post-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
    padding: 18px 18px 20px;
}

.post-content {
    width: calc(100% - 30px);
    padding: 18px 0 22px;
    text-align: center;
}

    .post-content h3 {
        margin-bottom: 10px;
    }

        .post-content h3 a {
            line-height: 1.1;
            letter-spacing: 0.5px;
            display: inline-block;
            color: #fff;
            font-weight: 700;
            font-size: 18px;
        }

.widget {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    display: block;
    color: #3d3d3d;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #ddd;
    padding: 0 15px 15px;
    background-color: #fff;
}

    .widget a {
        color: #3d3d3d;
        position: relative;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .widget a:hover {
            color: #173c59;
        }

    .widget .h-block {
        color: #fff;
        border-bottom: 2px solid #d2d1d1;
        font-size: 15px;
        margin-bottom: 15px;
        padding-bottom: 12px;
        position: relative;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #b8a25f;
        padding-top: 10px;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
    }

    .widget li {
        position: relative;
        padding-left: 22px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        .widget li:last-child, .footwidget li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .widget li:before {
            color: #3d3d3d;
            content: "\f101";
            font-family: "FontAwesome";
            font-size: 14px;
            left: 0;
            position: absolute;
            top: 1px;
        }

.widget_recent_comments li:before {
    content: "\f086" !important;
}

.widget_categories li:before {
    content: "\f07c" !important;
}

.widget_archive li:before {
    content: "\f187" !important;
}

.widget .tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #c9c9c9;
    margin: 0 5px 5px 0;
    text-transform: capitalize;
}

.widget img, .footwidget img {
    max-width: 100%;
    height: auto;
}

.widget select, .footwidget select {
    width: 100%;
    outline: none;
    padding: 5px 0;
    cursor: pointer;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding-left: 10px;
}

    .widget ul ul {
        padding-left: 5px;
    }

        .widget ul ul li {
            padding-left: 15px;
            margin: 5px 0 0 -10px;
        }

.entry-content {
    text-align: justify;
    font-size: 16px;
}

.g-images img {
    min-height: 240px;
    max-height: 240px;
    border: 1px solid #ddd;
    padding: 4px;
}

.mb30 {
    margin-bottom: 25px;
}

.ev-slider img {
    height: auto;
}

.cors h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}

.cors {
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    padding: 20px;
}

    .cors h4 a {
        color: #173c59;
        font-weight: 700;
    }

        .cors h4 a:hover {
            color: #333;
            text-decoration: none;
        }

    .cors img {
        width: 100%;
        height: 230px !important;
    }

.dmeta {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.dcors {
    float: left;
    display: table;
}

.cicon {
    display: table-cell;
    margin-right: 5px;
    float: left;
}

.cicon2 {
    display: table-cell;
    margin-right: 5px;
}

.cicon .fa {
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

.cicon p {
    color: #555;
    line-height: 16px;
}

    .cicon p.tname {
        font-weight: 700;
    }

.item-thumbnail .label {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 16px;
}

.cors img:hover {
    opacity: 0.8;
}

.mb20 {
    margin-bottom: 30px;
}

h2.edtitle {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.edimg img {
    width: 100%;
    max-height: 400px;
}

h4.cdes {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.cdetalis {
    padding: 20px;
    background-color: #f5f5f5;
    overflow: hidden;
    display: block;
}

    .cdetalis ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .cdetalis ul li {
            display: block;
            padding-top: 14px;
            padding-bottom: 14px;
            color: #727475;
            font-size: 14px;
            border-bottom: 2px solid #f1f1f1;
            text-align: right;
        }

            .cdetalis ul li .fa {
                float: left;
                font-size: 16px;
                color: #163c59;
                width: 35px;
                text-align: center;
                line-height: 35px;
            }

img {
    max-width: 100%;
}

.faqlinks {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #F1F1F1;
    background-color: #f7f7f7;
}

    .faqlinks a {
        display: inline-block;
        padding: 6px 0;
        color: #555;
        font-weight: 400;
        width: 32%;
    }

        .faqlinks a:hover {
            color: #1b832a;
            padding-left: 2px;
        }

    .faqlinks h4 {
    }

.faq ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .faq ul li {
        display: block;
    }

        .faq ul li a {
            color: #666;
            display: block;
            border: 1px solid #ddd;
            padding: 15px;
            margin-bottom: 5px;
            font-style: italic;
        }

.faq span {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.faq ul li a:hover {
    background-color: #f5f5f5;
    color: #1b832a;
}

.faqq {
    color: #666;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    overflow: hidden;
}

    .faqq h4 {
        font-style: normal;
        font-weight: 700;
        color: #000;
    }

.faqs {
    font-weight: 400;
}

    .faqs p {
        font-size: 18px;
    }

h4.faqtitle {
    color: #000;
    font-weight: 700;
}

.faqs .fa {
}

.modal-content {
    border-radius: 0;
    background-color: #ddd;
}

h4.modal-title {
    margin: 0;
    font-weight: 700;
}

.block {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}

h4.block-title {
    margin: 0;
    font-size: 15px;
}

    h4.block-title a {
        color: #000;
    }

        h4.block-title a:hover {
            color: #173c59;
        }

.postmeta {
    padding: 5px 15px 10px 0;
    margin: 5px 0 0 0;
}

.postmeta {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    word-spacing: 1px;
}

    .postmeta .posted-on, .postmeta .comment-link, .postmeta .posted-by {
        margin-right: 10px;
    }

    .postmeta i {
        color: #888;
    }

.sbthumb {
    background: #173c59;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
}

    .sbthumb img {
        max-width: 100%;
        z-index: 54;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .sbthumb:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
    }

.blogimg img {
    max-height: 300px;
}

.sbcontents {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    display: block;
}

.stndard-blog-footer {
    background: #f2f2f2;
    border: 1px dotted #c9c9c9;
    padding: 10px 0 14px 0;
    margin: 0;
    overflow: hidden;
}

    .stndard-blog-footer .blogmore-standard {
        width: 40%;
        float: right;
        text-align: right;
        margin: 0 30px 0 0;
    }

    .stndard-blog-footer .abcsocialshare i {
        color: #efeeee;
        background: #b8b8b8;
        font-size: 11px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .stndard-blog-footer .abcsocialshare i:hover {
            background: #1b832a;
        }

    .stndard-blog-footer .blogmore-standard a {
        color: #818081;
        text-transform: uppercase;
        font-size: 12px;
        position: relative;
        display: inline-block;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.singlepage {
}

.stndard-blog-footer .blogmore-standard a:hover {
    color: #1b832a;
}

.stndard-blog-footer .blogmore-standard a:after {
    color: #878687;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 107%;
    position: absolute;
    top: 0px;
    margin-top: -1px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.stndard-blog-footer .blogmore-standard a:hover:after {
    color: #1b832a;
    left: 111%;
}

.simg {
    text-align: center;
}

    .simg img {
        height: auto;
        max-width: 100%;
    }

/*comments*/

.commenter_photo {
    width: 80px;
    height: 80px;
}

.comment_body {
    padding: 10px;
    min-height: 60px;
    border: 1px solid #eee;
    border-right: 2px solid #eee;
    background-color: #FAFAFA;
}

ul.children {
    margin: 0;
}

.comment_body p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 12px;
}

.commenter {
    position: relative;
}

    .commenter::after {
        content: '';
        display: inline-block;
        border-right: 10px solid transparent;
        border-top: 10px solid #eee;
        position: absolute;
        top: 8px;
        left: -10px;
    }

.commenter_name {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 4px;
    color: #1b832a;
}

.comment_info {
    float: left;
    margin-right: 8px;
    font-size: 11px;
    font-style: italic;
}

.the_comment {
    margin-top: 30px;
}

    .the_comment:first-child {
        margin-top: 20px;
    }

#wp-calendar {
    width: 100%;
    font-size: 11px;
}

    #wp-calendar thead th {
        background: #f5f5f5;
        border: 1px solid #ddd;
        border-top: none;
        font-size: 11px;
    }

    #wp-calendar tbody td {
        text-align: center;
        border: 1px solid #ddd;
        line-height: 2.5em;
        transition: background 0.15s ease;
        -webkit-transition: background 0.15s ease;
        -o-transition: background 0.15s ease;
        -moz-transition: background 0.15s ease;
    }

        #wp-calendar tbody td:hover {
            background: #f1f1f1;
            color: #333;
        }

        #wp-calendar tbody td a {
            display: block;
            text-decoration: none;
            background: #1b832a;
            color: #fff;
        }

        #wp-calendar tbody td:hover a {
            background: #4d4d4d;
            color: #fff;
        }

    #wp-calendar tfoot td {
        padding-top: 1px;
        padding: 4px;
    }

    #wp-calendar caption {
        cursor: pointer;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0;
        padding: 12px;
        outline: 0 none !important;
        background: #1b832a;
        color: #fff;
    }

    #wp-calendar tbody a {
        display: block;
        text-decoration: underline;
    }

    #wp-calendar th {
        text-align: center;
        border: 1px solid transparent;
        border-top: none;
        padding: 7px 0;
        color: #a7a7a7;
    }

#footer #wp-calendar thead th {
    background: #222;
}

#footer #wp-calendar tbody td {
    border-color: #222;
}

.comment_info a {
    color: #555;
}

.comment_form h5, .page-header h4 {
    color: #000;
    font-family: jf flat medium;
    font-size: 18px;
}

.comment_form {
    margin-top: 20px;
    overflow: hidden;
}

.submit {
    background-color: #914932;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    margin-top: 15px;
    padding: 5px 15px;
}

.comments_list img {
    border-radius: 50%;
}

.logged-in-as a {
    color: #000;
}

.row-fluid {
    margin-bottom: 5px;
}

#reply-title a {
    color: #000;
}

.give-receipt-thead-text {
    color: #1b832a;
}

h3.comment-reply-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

    h3.comment-reply-title a {
        color: #1b832a;
    }

a.comment-reply-link {
    color: #1b832a;
}

.children .comment_body {
    background-color: #fff;
}

.form-control {
    border-radius: 0;
}

section.map {
    padding: 0;
}

p.monthHeading {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.otherMonth {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
}

table.dptTimetable th.tableHeading {
    background-color: #f5f5f5 !important;
}

table.dptTimetable tr, table.dptTimetable th {
    width: auto !important;
}

table.dptTimetable tr, table.dptTimetable td, table.dptTimetable th {
    border-color: #ccc;
}

.highlight {
    background: #163c59 !important;
}

    .highlight td {
        background: #163c59 !important;
        color: #fff;
    }

.tpry {
}

    .tpry table.dptTimetable tr, table.dptTimetable th {
        background-color: transparent;
    }

        .tpry table.dptTimetable tr:hover, table.dptTimetable th:hover {
            background-color: transparent;
        }

    .tpry table.dptTimetable th.tableHeading {
        background-color: transparent !important;
    }

    .tpry table.dptTimetable tr td {
        background-color: transparent;
    }

    .tpry table, .tpry th, .tpry td {
        border-color: #fff !important;
    }
/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

.table-audio tbody tr td {
    padding: 10px;
    background-color: #fff !important;
    border-color: #f5f5f5;
    text-align: left;
}

.ablock h4 {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
    text-transform: none;
    margin-top: 6px;
}

.btn-down {
    margin-top: 10px;
}

.ablock p {
    color: #999;
    font-size: 11px;
    margin-bottom: 0;
}

.table-audio {
    margin-bottom: 0;
}

.ablock:hover {
    background: #ddd;
}

.audio-item2 {
    width: 100%;
}

ul#filters {
    box-shadow: 0 0 10px #ddd;
    list-style: outside none none;
    margin-bottom: 50px;
    padding: 30px;
}

    ul#filters li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    ul#filters li {
        overflow: hidden;
        border-bottom: 1px dotted #ddd;
        padding: 8px 0;
        display: block;
    }

        ul#filters li a {
            color: #333;
            font-size: 16px;
        }

            ul#filters li a.active {
                font-weight: 700;
                color: #1b832a;
            }

            ul#filters li a:hover {
                color: #1b832a;
                padding-left: 2px;
            }

.ui360,
.sm2-360ui {
    /* size of the container for the circle, etc. */
    width: 50px;
    height: 50px;
    margin: auto !important;
}

.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%; /* Если видео 16/9, то 9/16*100 = 56.25%. Также и с 4/3 - 3/4*100 = 75% */
}

    .video iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.cs-style-6 {
    margin-bottom: 20px;
}

.vtitle {
    position: absolute;
    bottom: 21px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 0;
}

    .vtitle h4 {
        color: #000;
        font-size: 14px;
        text-transform: unset;
        margin: 0;
    }

.navbar-default .navbar-brand {
    color: #fff;
}

    .navbar-default .navbar-brand:hover {
        color: #fff;
    }

.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ddd;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

#es_msg_pg {
    color: #fff;
}

footer .form-control::-moz-placeholder {
    color: #999;
}

.doneee {
    background-color: #f7f4f1;
}

section.idate {
    background: url("../images/sbg.jpg") repeat;
    overflow: hidden;
    position: relative;
    padding: 40px 0 20px;
}

.idate h2 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
}

.hblock {
    background-color: #163d59;
    overflow: hidden;
    position: relative;
    display: block;
    color: #fff;
    font-style: italic;
    padding: 20px;
    font-size: 15px;
}

    .hblock p {
        margin-bottom: 0;
    }

    .hblock:hover {
        background-color: #000000;
    }

    .hblock img {
        height: auto;
    }

.donat {
    background-color: #f4f2f0;
    overflow: hidden;
    color: #b8a25f;
    padding-bottom: 20px;
}

    .donat h4 {
        color: #b4a065;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 15px;
    }

a.don {
    display: block;
    background: url("../images/don.png") no-repeat;
    width: auto;
    height: 57px;
    margin-bottom: 25px;
}

a.don2 {
    display: block;
    background: url("../images/don2.png") no-repeat;
    width: auto;
    height: 57px;
    margin-bottom: 25px;
}

.donat a:hover {
    opacity: 0.8;
}

.pad10 {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

    .pad10 img {
        width: 100%;
        max-height: 147px;
        min-height: 147px;
    }

.donat img:hover {
    opacity: 0.8;
}

.es_textbox_button {
    background-color: #914932;
    border: 1px solid #914932;
    color: #fff;
    padding: 5px 0;
}

.es_lablebox {
    display: none;
}

.singlepage {
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    display: block;
    border: 1px solid #ddd;
}

.cus {
    background: url("../images/cus.jpg") repeat;
    overflow: hidden;
    margin-bottom: 35px;
    background-size: cover;
    height: 388px;
    position: relative;
}

.nvv {
    background-color: rgba(22,60,89, 0.9);
    padding: 4px 0;
    width: 162px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -370px;
    display: block;
    text-align: center;
}

    .nvv span {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nvv a {
        color: #fff;
    }

.btn-send {
    background-color: #b19c5c;
    font-weight: 700;
    color: #fff;
    border: 1px solid #b19c5c;
}

.coinfo h5 {
    color: #333;
    font-weight: 700;
    font-size: 13px;
    text-transform: none;
}

.coinfo p {
    color: #777;
    font-size: 12px;
    margin-bottom: 0;
}

.coinfo .fa {
    padding-right: 5px;
}

.subs h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.subs input {
    background-color: #f4f4f1;
    border: 1px solid #f4f4f1;
    width: 100%;
    padding: 10px;
}

.subs .es_textbox {
    width: 80%;
    float: left;
}

.subs .es_button {
    width: 19%;
    float: right;
    margin-top: 0;
    padding-top: 0;
}

    .subs .es_button input {
        background-color: #914b35;
        border: 1px solid #914b35;
        color: #fff;
        font-weight: 700;
    }

.dbar {
    background: url("../images/dbar.png") no-repeat;
    width: 1109px;
    height: 112px;
    position: relative;
    margin: auto;
}

.dmoney span {
    display: inline-block;
    margin-right: 10px;
    color: #423338;
    font-style: italic;
    font-weight: 600;
}

    .dmoney span.mon {
        background: url("../images/mon.jpg") repeat-x;
        height: 42px;
        overflow: hidden;
        color: #fff;
        line-height: 42px;
        padding: 0 7px;
        position: relative;
        top: 14px;
    }

    .dmoney span.mon2 {
        background: url("../images/mon2.jpg") repeat-x;
    }

a.logo {
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.contaa .wpcf7-textarea {
    max-height: 96px;
}

.gaimg {
    margin-bottom: 25px;
}

    .gaimg img {
        width: 100%;
        height: auto;
        max-height: 119px;
        border: 1px solid #ddd;
    }

.flink ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .flink ul li:last-child {
        border-right: 0;
    }

    .flink ul li {
        display: inline-block;
        padding: 0 6px;
    }

        .flink ul li a {
            display: inline-block;
            font-size: 12px;
        }

            .flink ul li a:hover {
                color: #333;
                text-decoration: underline;
            }

.money2 {
    position: relative;
    top: -36px;
    right: 30px;
}

.heading h2 {
    border-color: #b8a25f;
}

/*.heading {
    margin: 0px 0px 40px 0px;
}*/

@media (min-width: 786px) {
    .heading h1, .heading h2 {
        color: #273342;
        display: block;
        line-height: 63px;
        text-transform: uppercase;
        padding: 22px;
        border-left: 8px solid;
        font-size: 70px;
        border-left-color: #b8a25f;
    }

    .donate-annotate {
        display: none;
    }


    h1 {
        font-size: 69px;
        line-height: normal;
        font-weight: 700;
        margin: 0px 0 15px;
    }

        h1 span {
            font-size: 33px;
            line-height: 27px;
        }
}

.heading h1 span, .heading h2 span {
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 786px) {


    h1 {
        font-size: 40px;
        line-height: normal;
        font-weight: 700;
        margin: 0px 0 15px;
    }

        h1 span {
            font-size: 26px;
            line-height: 22px;
        }

    h2 {
        font-size: 30px;
        line-height: normal;
    }

    h1 span {
        font-size: 23px;
        line-height: 22px;
    }

    .heading h1, .heading h2 {
        color: #273342;
        display: block;
        line-height: 33px;
        text-transform: uppercase;
        padding-left: 22px;
        border-left: 8px solid;
        font-size: 37px;
        border-left-color: #b8a25f;
    }
}



h2 span {
    font-size: 33px;
    line-height: 27px;
}

h2 {
    font-size: 43px;
    color: #273342;
    line-height: 57px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -1px;
    margin: 0px 0 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
}



.progress {
    height: 90px;
    background-color: #b8a25f;
}

.progress-bar {
    line-height: 90px;
    font-size: 45px;
}

.donation {
    background-color: #f7f4f1;
}

.fixedCta {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #282828;
    opacity: 0.99;
    z-index: 10000;
}



#donations {
    font-size: 25px;
    font-family: "Oswald",sans-serif;
    color: white;
}

.navbar {
    background-color: #282828;
    min-height: 180px;
}

@media (min-width:768px) {

    .navbar-nav {
        float: right;
        padding-top: 65px;
    }

    .owl-carousel div.owl--text {
        /*display: none;*/
    }

    .card-blog {
        height: 600px !important;
    }


    #prayer-desktop {
        display: block;
    }


    #prayer-mobile {
        display: none;
    }
}


@media (min-width:1025px) {



    .ticker {
        height: 42px;
        vertical-align: middle;
    }


    .card-blog {
        height: 300px;
    }

    .captured-thoughts-annotation {
        margin-top: 100px !important;
    }
}

@media (max-width:767px) {

    #brand {
        height: 180px;
    }


    .card-blog {
        height:600px !important;
    }

    #prayer-desktop {
        display:none;
    }


    #prayer-mobile {
        display: block;
    }


}


.prayer-fajr {
    background: url("../../Content/images/fajr.png");
}

.prayer-dhur {
    background: url("../../Content/images/dhur.png");
}


.prayer-asr {
    background: url("../../Content/images/asr.png");
}


.prayer-magrib {
    background: url("../../Content/images/magrib.png");
}

.prayer-isha {
    background: url("../../Content/images/isha.png");
}

.prayer-fajr, .prayer-dhur, .prayer-asr, .prayer-magrib, .prayer-isha {
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
}


.prayer-label {
    width: 100px;
    font-weight: bold;
    /* position: relative; */
    /* text-align: center; */
    color: white;
    /* right: -100px; */
    /* left: 25px; */
    top: 15px;
    text-align: center;
    margin-top: 10px;
}

.prayer-time {
    font-weight: bold;
    /* position: relative; */
    /* text-align: center; */
    color: white;
    /* right: -100px; */
    /* left: 45px; */
    /* top: 1000px; */
    width: 100px;
    text-align: center;
    padding-top: 10px;
}


.parallax {
    /* The image used */
    background: url("../../Content/images/Masjid-2.jpg");
    width: 100%;
    height: 300px;
}

.parallaxtwo {
    /* The image used */
    background: url("../../Content/images/mosque-slide-3.jpg");
    width: 100%;
    height: 300px;
}

.owl-carousel {
    position: relative;
    /*height: 100%;*/
}

    /*.owl-carousel div:not(.owl-controls) {
        height: 100%;
    }*/

    .owl-carousel .owl-slide {
        background-image: url("../../Content/images/mosque-slide-1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 300px !important;
    }


    .owl-carousel .owl-slide-main {
        background-image: url("../../Content/images/mosque-slide-3.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 300px !important;
    }

    .owl-carousel .owl-slide-one {
        background-image: url("../../Content/images/mosque-slide-1.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 300px !important;
    }

    .owl-carousel .owl-slide-eid {
        background-image: url("../../Content/images/EidPoster2023.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 520px !important;
    }

  

    .owl-carousel .owl-slide-eid-park {
        background-image: url("../../Content/images/eid_2024-1.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 600px !important;
    }

    .owl-carousel .owl-slide-eid-ntrl {
        background-image: url("../../Content/images/eid-ntrl.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 300px !important;
    }

    .owl-carousel .owl-slide-eid-poster {
        background-image: url("../../Content/images/poster-eid-two.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 520px !important;
    }

    .owl-carousel .owl-slide-eid-poster-location {
        background-image: url("../../Content/images/poster-eid-two-location.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 520px !important;
    }

    .owl-carousel .owl-slide-three {
        background-image: url("../../Content/images/ramadan.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 300px !important;
    }

    .owl-carousel .owl-slide {
        height: 300px !important;
    }

    .owl-carousel div.owl--text {
        position: absolute;
        /* left: 2em; */
        /* width: 20em; */
        /* height: 4em; */
        padding: 1em;
        background: rgba(255, 255, 255, .7);
        /* border-top-right-radius: 30px; */
        /* border-bottom-right-radius: 30px; */
        width: 100%;
        bottom: 20px;
    }

.owl-slide-eid-park div.owl--text {
    position: absolute;
    /* left: 2em; */
    /* width: 20em; */
    height: 5em; 
    padding: 1em;
    background: rgba(255, 255, 255, .7);
    /* border-top-right-radius: 30px; */
    /* border-bottom-right-radius: 30px; */
    width: 100%;
    top: 30px;
    font-size:20px;
    

}

    .owl-carousel div.owl--text-video {
        position: absolute;
        bottom: -100px;
    }



    .owl-carousel .owl-controls {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
    }

        .owl-carousel .owl-controls .owl-buttons div {
            position: absolute;
            top: 0;
            bottom: 0;
            display: inline-block;
            zoom: 1;
            margin: 0;
            width: 50px;
            height: 30px;
            line-height: 25px;
            text-align: center;
            font-size: .9em;
            border-radius: 3px;
            color: #FFF;
            background: #000;
            opacity: .6;
            text-transform: capitalize;
        }

        .owl-carousel .owl-controls .owl-buttons .owl-prev {
            left: 5px;
        }

        .owl-carousel .owl-controls .owl-buttons .owl-next {
            right: 5px;
        }




@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}

@media (max-width: 767px) {

    .donate-annotate {
        display: block;
    }

    #footerDonateButton {
        width: 100%;
    }

    #divFooterDonateButton {
        width: 100%;
        margin-top: 5px;
    }

    .ticker {
        font-size: 12px;
        height: 55px;
    }

    .balancing-identity-container {
        height: 750px !important;
    }
}


.people {
    font-size: 90px;
}

.people-ask .number, .realthings .title, .total-amount, .target-summary {
    font-size: 32px;
    font-weight: bold;
}

.people-ask {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    padding-top: 12px;
    border-radius: 10%;
    margin-bottom: 20px;
    color: #b8a25f;
    background-color: #282828;
    width: 240px;
    height: 240px;
}


#mosque-news, #mosque-plans {
    background-color: #f7f4f1;
}

.what-to-donate-heading {
    margin-bottom: 20px;
    text-align: center;
}



i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-youtube, i.fa.fa-google, i.fa.fa-instagram {
    border-radius: 100%;
    font-size: 28px;
    height: 38px;
    line-height: 40px;
    margin: 5px;
    text-align: center;
    width: 38px;
}

i.fa.fa-facebook {
    border: 1px solid #3B5998;
    color: #3B5998;
}

i.fa.fa-twitter {
    border: 1px solid #00aced;
    color: #00aced;
}

i.fa.fa-youtube {
    border: 1px solid #833ab4;
    color: #833ab4;
}

i.fa.fa-google, i.fa.fa-instagram {
    border: 1px solid #833ab4;
    color: #833ab4;
}

    i.fa.fa-facebook:hover, i.fa.fa-twitter:hover, i.fa.fa-youtube:hover, i.fa.fa-google:hover, i.fa.fa-instagram {
        opacity: .6;
    }


.annotate-container {
    border-top: 1px solid white;
}

.footer-container {
    padding-bottom: 10px;
}

.total-donors {
    line-height: 90px;
    height: 90px;
    vertical-align: middle;
}

#donations, #pledges {
    margin-left: 10px;
    margin-bottom: 12px;
}

.people-details {
    margin: 5px;
}


.people-ask {
    margin-bottom: 20px;
}

    .people-ask .icon {
        margin-top: 10px;
    }


#donations, #donations-target-text, #donations-acheived, #pledges {
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 10px;
}


.prayermat {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background: url(../../Content/images/prayermat.jpg);
}


.buildingbricks {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background: url(../../Content/images/bricks.jpg);
}

.general-targets {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-color: #282828;
}

    .general-targets .fa-users {
        line-height: 200px;
        color: #b8a25f;
    }


.progress-bar {
    background: #b8a25f;
    font-size: 30px;
}

.progress {
    background: white;
}


@media (max-width:767px) {

    .realthings {
        text-align: center;
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .people-ask {
        margin: auto;
        margin-bottom: 20px;
    }

    .general-targets .fa-users {
        line-height: 200px;
    }

    .donation-update-asatdate {
        display: block;
    }

    .progress-bar {
        font-size: 16px;
    }
}

.people-details .fa-star {
    font-size: 20px;
    color: #b8a25f;
    margin-right: 10px;
    vertical-align: middle;
}

.donate .circle {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: white;
    border-radius: 100px;
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    top: -35px;
    border: 3px solid white;
    background: rgb(2,0,36);
    background: #0f0c29; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.donate .heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

#donate-now {
    background: white;
}

.main-content {
    color: white;
}

.donate .card {
    height: 300px;
    margin-bottom: 70px;
    background: #f7f7f7;
}



.card .heading {
    margin-top: 50px;
}

.icon-image {
    margin: 0px auto 20px auto;
    width: 200px;
}

#donations-update, #mosque-plans, #our-services {
    background: #282828; /* fallback for old browsers */
    color: white;
}


    #donations-update .heading h1, #donations-update .heading h2, #mosque-plans .heading h1, #mosque-plans .heading h2, #our-services .heading h2 {
        color: #b8a25f;
        border-left: 8px solid #b8a25f;
    }


.section-subheading {
    font-size: 15px;
    font-weight: 600;
}

.section-subheading-highlight {
    font-size: 22px;
    padding: 10px 5px;
}

.number {
    height: 1px;
}

.download-form {
    font-size: 45px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}


.plan-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px;
    padding: 10px;
}


.badge {
    background: #b8a25f;
}


.slider .owl-prev .fa, .slider .owl-next .fa {
    color: white;
}


@media (max-width: 787px) {
    footer {
        margin-bottom: 90px;
    }

    .opening-event {
        margin-top: 25px;
    }

    .home-introduction {
        height: 400px !important;
        padding-top: 60px !important;
    }
}


.charity-number {
    font-size: 16px;
    padding: 4px;
    margin-left: 10px;
    color: white;
}


#virtues-of-donating {
    background: #f7f4f1;
}


.subscribe-form {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid;
    border-radius: 5px;
}


.donation-update-asatdate {
    font-size: 14px;
}


.salah-time-row span {
    background: #b8a25f;
    color: white;
    margin: 1px 0px;
}

@media (min-width: 786px) {
    #mobile-prayertime {
        display: none;
    }

    #main-prayer-time {
        display: block;
    }


    .owl-carousel .owl-slidetwo {
        background-image: url("../../Content/images/mosque-slide-3.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px !important;
    }

    #date {
        display: none
    }
}

@media (max-width: 786px) {

    #date .left {
        position: absolute;
        right: 10px;
        bottom: 5px;
        color: lightgrey;
        font-size: 11px;
        BOTTOM: 25PX;
    }

    #date .right {
        position: absolute;
        right: 10px;
        bottom: 5px;
        color: lightgrey;
        font-size: 11px;
    }

    #mobile-prayertime {
        display: block;
        font-size: 18px;
        display: block;
        /* margin: 10px 0px; */
        font-size: 18px;
        margin-top: -180px;
    }

    #main-prayer-time {
        display: none;
    }


    .owl-carousel .owl-slidetwo {
        background-image: url("../../Content/images/mosque-slide-2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 300px !important;
    }

    /*#donations-update, #mosque-plans {
        margin-top: -380px;
    }*/

    .prayer-times-title {
        position: relative;
        top: -35px;
    }

    .navbar-brand {
        padding: 15px 0px;
    }
}


#mobile-prayertime {
    background-size: auto 50%;
    height: 800px;
}

.prayer-container {
    position: relative;
    top: 115px;
    margin: 25px;
}

.bg {
    background-image: url("../../Content/images/bg.jpg");
    background-repeat: repeat;
    background-position-x: right;
}

.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .owl-video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
}

    .owl-dot span {
        width: 11px;
        height: 11px;
        background-color: #ccc;
        border-radius: 50%;
        display: block;
        margin: 5px 3px;
    }

    .owl-dot.active span {
        background-color: #000;
    }

.owl-carousel .item-video {
    height: 300px;
}


.blog-main-title {
    border-bottom-color: rgb(247, 244, 241);
    border-bottom-width: 5px;
    border-bottom-style: solid;
    padding-bottom: 15px;
}

.blog-date {
    padding-left: 15px
}
