/* ----------- HEADER  ------------- */

.fv-logo img {
    height: 52px;
    padding-right: 10px;
}

.sub-menu a, .logo-nav-row .dropdown-menu > li > a {
    padding: 0 5px;
}

/* ----------- HOME PAGE ------------- */

.newsletter-style2 h5, .newsletter-style2 p {
    color: #d43f3a;
}

.title-style-1.text-center.white-text {
    padding: 100px 50px 25px;
}

.emergency-info.lb {
    margin-bottom: 10px;
}

section.wf100.p80.city-highlights {
    padding-bottom: 0px;
}

.explore-community {
    background: #F7F7F7;
}

.community-links-style-two li a img {
    width: 25px !important;
    height: 25px !important;
}

.recent-events .nav-tabs > li > a,
.recent-events .nav-tabs > li > a:after {
    background-color: #d43f3a;
}

.recent-events .tab-content {
    background: #F7F7F7;
    border-bottom: solid 2px #d43f3a;
}

.recent-events .event-list {
    padding: 0 0 40px;
}

.recent-events .event-list:last-child {
    padding: 0 0 10px;
}

.recent-events .nav-tabs > li > a {
    text-transform: capitalize;
}

.islamic-q {
    padding-top: 15px;
}

.news-box-f {
    padding-left: 20px;
}


.team-box .team-txt h5 {
    font-weight: 600;
    margin: 0 0 7px;
}

.team-txt a {
    color: #333333;
}

.team-txt a:hover {
    color: #d43f3a;
}

.om-bg {
    background: #F7F7F7;;
}

.tevhid-desc {
    padding-bottom: 20px;
}

/* ----------- POST-DETAIL PAGE ------------- */

.post-heading h1 {
    padding: 30px 0;
}

.post-heading b {
    font-size: 16pt;
    color: #000;
}

.event-details+.event-details {
    border-top: 1px solid #ddd;
    padding-top: 50px;
}

.post-tags {
    width: 100%;
    float: left;
    padding: 42px 0 20px;
}

.post-tags a {
    margin-bottom: 5px;
}

.post-tags-heading {
    float: left;
}

/*.post-tags-heading.col-md-2.col-sm-12 {*/
/*    padding-left: 35px;*/
/*}*/

/* ----------- ARCHIVE PAGE ------------- */

.facts-counter {
    margin-bottom: 30px;
}

a.archive-cat {
    color: #777 !important;
}

a.archive-cat:hover {
    color: #cc2a36 !important;
}

.fact-box strong {
    font-size: 20px !important;
    line-height: 20px !important;
}

.fact-box i {
    left: 15px;
    top: 35px;
    font-size: 40px;
}

.etext img {
    max-width: 100%;
    object-fit: contain;
    width: auto;
    height: auto;
}
.etext iframe {
    max-width: 100%;
}



/* ----------- FAQ PAGE ------------- */

.page-content {
    padding-top: 50px;
}

.pg-faqs {
    padding: 30px 0 70px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 20px 15px;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
    padding: 20px 15px;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* ----------- FOOTER PAGE ------------- */

p.copyr {
    padding-left: 10px;
}

.footer-social {
    text-align: center !important;
}

.footer-privacy {
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}

.footer-privacy li {
    display: inline-block;
    margin-left: 10px;
}

.footer-privacy a {
    font-size: 14px;
}

.some-facts p {
    color: #FFFFFF;
    padding-left: 5px;
}

.some-facts ul li:hover strong {
    color: #FFFFFF;
}

/* ----------- SITEMAP PAGE ------------- */

.sitemap-list ul {
    color: #d43f3a;
}

.sitemap-h {
    padding: 30px 0;
}

.sitemap-list a {
    color: #777 !important;
}

.sitemap-list a:hover {
    color: #011f4b !important;
}


/* ----------- BACK TO TOP BUTTON ----------- */

.m-backtotop {
    -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;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #d43f3a;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    color: #fff;
    z-index: 9999;
display: none;
}

.m-backtotop.active {
    bottom: 30px;
    opacity: 1;
display: block;
}

.m-backtotop > div {
    -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;
}

.m-backtotop > div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

.m-backtotop > div.text {
    font-size: 5px;
    font-size: 0.5rem;
    line-height: 10px;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.m-backtotop:hover {
    transform: scale(1.1);
    bottom: 35px;
    cursor: pointer;
    background: #d43f3a;
}

.m-backtotop:hover > div.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.m-backtotop:hover > div.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    font-size: 10px;
}

.pp_social {
    display: none;
}

.team-txt h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.team-txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.team-txt.noclamp p {
    display: block;
}

.on-hover-red {
    color: #333;
}

.on-hover-red:hover {
    color: #d94148;
}

.footer-social-buttons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-social-buttons li a i {
    border: 2px solid #ddd;
    padding: 10px;
    font-size: 15pt;
    border-radius: 50%;
    margin-bottom: 5px;
}

.footer-social-buttons li a:hover {
    color: #d94148;
}

.new-thumb {
    height: 200px;
    overflow: hidden;
}

.category-box h6 {
    line-height: 1.5em;
    padding: 10px 15px;
}

.event-content .etext p {
    line-height: 30px;
    color: #222;
    text-align: justify;
    padding-top: 0.5rem;
}

.event-content .etext {
    line-height: 30px;
    color: #222;
}

.event-content .etext h2 {
    font-size: 27px;
}

.event-content .etext h3 {
    font-size: 22px;
}

.event-content h1, .event-content h2, .event-content h3, .event-content h4, .event-content h5, .event-content h6 {
    padding-bottom: 1rem;
}

.subheader h1 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
}

.fv-op {
    background: #d43f3a;
    text-align: center;
    opacity: 70%;
    margin-top: 55px;
}

.owl-stage {
    top: 30px;

}
.event-cap span, .ch-txt span {
    color: #FFFFFF !important;
    padding-left: 5px;
    font-weight: 400;
}

i.icon-calendar {
    color: white;
}

.ec-white-bg {
    background: #FFFFFF !important;
}

.hc-box-cap {
    margin-bottom: 15px;
}

.highlights-cityscapes .owl-carousel .owl-nav button.owl-next,
.highlights-cityscapes .owl-carousel .owl-nav button.owl-next:hover{
    color:#d43f3a !important;
}

.event-share ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.event-share ul li {
    width: auto;
    margin-right: 10px;
}

.event-share ul li a {
    font-size: 15pt;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
}

.event-share {
    margin-bottom: 10px;
}

.event-content {
    padding-left: 0;
}

.event-content .event-date-share {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.event-content .event-date-share .edate {
    margin-right: 15px;
}