@font-face {
  font-family: Shabnam;
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-FD-WOL.eot');
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-FD-WOL.woff2') format('woff2'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-FD-WOL.woff') format('woff'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-FD-WOL.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Shabnam;
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Bold-FD-WOL.eot');
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Bold-FD-WOL.woff2') format('woff2'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Bold-FD-WOL.woff') format('woff'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Bold-FD-WOL.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Shabnam;
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Thin-FD-WOL.eot');
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Thin-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Thin-FD-WOL.woff2') format('woff2'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Thin-FD-WOL.woff') format('woff'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Thin-FD-WOL.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: Shabnam;
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Light-FD-WOL.eot');
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Light-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Light-FD-WOL.woff2') format('woff2'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Light-FD-WOL.woff') format('woff'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Light-FD-WOL.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: Shabnam;
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Medium-FD-WOL.eot');
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Medium-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Medium-FD-WOL.woff2') format('woff2'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Medium-FD-WOL.woff') format('woff'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Medium-FD-WOL.ttf') format('truetype');
  font-weight: 500;
}

/*@font-face {*/
/*  font-family: droidnaskh;*/
/*    src: url('/fonts/DroidPersianNaskh-Regular.woff');*/
/*    src: url('/fonts/DroidPersianNaskh-Regular.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*}*/


:root {
    /*--main-color: #4CAF50;*/
    --main-color: #e22326;
    --secondary-color: #c21d20;
}

*, *::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #444;
    direction: rtl;
    overflow-x: hidden;
    font-family: 'Shabnam', sans-serif;
}

a {
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

a:hover {
    color: var(--main-color) !important
}

.box-shadow {
    box-shadow: 0 0 10px #ddd;
    -o-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd
}

.box-mosque-shadow {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 16px;
    background: white;
}

img::before {
    content: '';
    display: block;
    position: absolute;
    top : -10px;
    left: 0;
    height: calc(100% + 10px);
    width: 100%;
    background-color: rgb(230, 230, 230);
    border: 2px dotted rgb(200, 200, 200);
    border-radius: 5px;
}


@keyframes ro {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    50% {
        transform: translate(-50%, -50%) rotate(-180deg)
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

/******************** index ********************/

.top-header {
    width: 100%;
    padding-right: 8%;
    overflow: hidden;
    background: linear-gradient(to left, #e22326, #b83028);
}

.top-navbar {
    width: 100%;
    display: flex;
    align-items: center;
}

.top-navbar .logo {
    width: 50px;
    cursor: pointer;
    margin: 10px 24px;
}

.top-navbar .menu-icon {
    width: 25px;
    cursor: pointer;
    display: none;
}

.top-navbar nav {
    flex: 1;
    text-align: right;
}

.top-navbar nav ul li {
    list-style: none;
    display: inline-block;
    margin-right: 24px;
}

.top-navbar nav ul li a {
    text-decoration: none;
    font-size: 14px;
    color: white;
}

.top-navbar nav ul li a:hover {
    color: #e6e6e6 !important;
}

.top-navbar nav ul li .nav-call {
    padding: 8px;
    background: white;
    color: black !important;
    border-radius: 16px;
}

.top-navbar nav ul li .nav-call:hover {
    color: var(--main-color) !important;
}




.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    text-align: right;
}

.top-row .right {
    flex-basis: 40%;
    position: relative;
    margin-right: 50px;
}

.top-row .right h2 {
    font-size: 54px;
}

.top-row .right h3 {
    font-size: 30px;
    color: #707070;
    font-weight: 100;
    margin: 20px 0 10px;
}

.top-row .right p {
    font-size: 16px;
    color: #b7b7b7;
    font-weight: 100;
}

.top-row .right h4 {
    margin: 30px 0;
    font-size: 20px;
    color: #b7b7b7;
    font-weight: 100;
}

.top-row .right .call {
    width: 150px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: white;
    background: linear-gradient(to left, #e22326, #b83028);
    cursor: pointer;
    border-radius: 6px;
    transition: width 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-row .right .call img {
    width: 30px;
    display: none;
}

.top-row .right .call:hover {
    width: 170px;
    color: white !important;
}

.top-row .right .call:hover img {
    display: block;
    margin-right: 10px;
}

.top-new {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(var(--main-color), var(--secondary-color));
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 30px 100px;
	text-align: right;
}

.top-new .header-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 30px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
	padding-right: 40px;
}

.top-new .header-top .logo {
    max-width: 90px;
}

.top-new .header-top .navigation {
    display: flex;
    /* width: 100%;
    margin-right: 40px; */
}

.top-new .header-top .navigation li {
    list-style: none;
}

.top-new .header-top .navigation li a {
    position: relative;
    color: white;
    margin-left: 40px;
}

.top-new .header-top .navigation li a:hover {
	color: white !important;
}

.top-new .content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-new .content .text1 {
    width: 100%;
    max-width: 600px;
}

.top-new .content .text1 h1 {
    color: white;
}

.top-new .content .text1 h2 span {
    font-weight: 700;
}

.top-new .content .text1 p {
    color: white;
    font-weight: 400;
    font-size: 1.1em;
    margin: 20px 0;
}

.top-new .content .text1 .call {
    width: 150px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: var(--main-color);
    background: linear-gradient(to left, white, white);
    cursor: pointer;
    border-radius: 6px;
    transition: width 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-new .content .text1 .call svg {
    width: 30px;
    display: none;
}

.top-new .content .text1 .call:hover {
    width: 170px;
    color: var(--main-color) !important;
}

.top-new .content .text1 .call:hover svg {
    display: block;
    margin-right: 6px;
}

.top-new .content .slider {
    position: relative;
}

.top-new .content .slider .slides img {
    max-width: 500px;
    width: 100%;
}

.top-new .beauty {
    position: absolute;
    bottom: 24px;
    right: 0;
    display: flex;
    padding: 0 20px;
}

.top-new .beauty .right svg {
    color: white;
    width: 28px;
    height: 28px;
}

.top-new .circle-animated .circle {
	position: relative;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-new .circle-animated .logo {
    position: absolute;
    width: 250px;
    height: 250px;
    background: white;
    border-radius: 50%;
    background: url(/images/logo.png);
    background-size: cover;
}

.top-new .circle-animated .text11 {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateList 10s linear infinite;
}

@keyframes rotateList {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.top-new .circle-animated .text11 span {
    font-family: consolas;
    position: absolute;
    left: 50%;
    font-size: 18px;
    transform-origin: 0 150px;
    color: white;
    font-weight: 500;
}

@media (max-width: 991px) {
    .top-new {
        padding: 40px;
    }
    .top-new .header-top {
        padding: 20px 40px;
    }
    .top-new .header-top .logo {
        max-width: 70px;
    }
    .top-new .content {
        flex-direction: column;
        margin: 120px 0;
    }
    .top-new .content .text1 {
        max-width: 100%;
    }
    .top-new .content .text1 h2 {
        font-size: 2.5em;
    }
    .top-new .content .slider {
        margin-top: 40px;
    }
    .top-new .header-top .navigation{
        display: none;
        transition: 0.2s;
    }
    .top-new .header-top .navigation.show-menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #d10a20;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .top-new .header-top .navigation li {
        font-size: 1.5em;
        margin: 10px 0;
        display: inline-block;
    }
    .top-new .toggle1 {
        position: relative;
        width: 32px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100000;
        cursor: pointer;
    }
    .top-new .toggle1::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: white;
        transform: translateY(-10px);
        box-shadow: 0 10px 0 white;
        transition: 0.25s;
    }
    .top-new .toggle1.show-menu::before {
        transform: translateY(0px) rotate(45deg);
        box-shadow: 0 0 0 white;
    }
    .top-new .toggle1::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: white;
        transform: translateY(10px);
        transition: 0.25s;
    }
    .top-new .toggle1.show-menu::after {
        transform: translateY(0px) rotate(-45deg);
        box-shadow: 0 0 0 white;
    }
    .top-new .show-menu {
        display: block;
    }
}

.top-row .right::after {
    content: '';
    width: 10px;
    height: 57%;
    background: linear-gradient(to top, #e22326, #b83028);
    position: absolute;
    right: -40px;
    top: 8px;
}

.top-row .left {
    position: relative;
    flex-basis: 60%;
    display: flex;
    align-items: center;
}

.top-row .left .controller {
    width: 90%;
}

.top-row .left .color-box {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, #e22326, #b83028);
    border-radius: 0 20px 20px 0;
    height: 100%;
    width: 90%;
    z-index: -1;
}

.top-row .left .add-btn {
    text-align: center;
    color: white;
    cursor: pointer;
}

.top-row .left .add-btn img {
    width: 35px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
    .top-header .top-navbar nav ul {
        width: 100%;
        background: var(--main-color);
        position: absolute;
        top: 75px;
        right: 0;
        z-index: 2;
    }
    .top-header {
        padding-left: 8%;
    }
    .top-header .top-navbar nav ul li {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top-header .top-navbar nav ul li a {
        color: white;
    }
    .top-header .top-navbar .menu-icon {
        display: block;
    }
    .top-header .top-navbar #menuList {
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        transform: translateY(-5px);
        max-height: 0px;
        z-index: 999;
    }
    .top-row {
        flex-direction: column-reverse;
        margin: 0;
    }
    .top-row .left {
        flex-basis: 100%;
        margin-bottom: 50px;
    }
    .top-row .left .controller {
        width: 77%;
    }
    .top-row .left img{
         margin-right: 16px;
    }
    .top-row .right {
        flex-basis: 100%;
    }
    .top-row .right h2 {
        font-size: 35px;
    }
    .top-row .right h3 {
        font-size: 25px;
    }
    .birthday .shake {
        display: none;
    }
}

.background-cover {
    max-width: 100%;
    min-height: 80vh;
    background: url(https://tashrifatshamsvip.com/wp-content/themes/ShmasOptimize/images/main_top1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#selection-one {
    background-color: #333;
    display: block;
    width: 80vw;
    border-radius: 5px;
    bottom: 50px;
    padding: 5px 15px;
    margin: 0 auto;
    text-align: right
}

#selection-one h2 {
    display: inline;
    color: #fdfdfd;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    background: linear-gradient(to left, var(--main-color) 0%, #c21d20 50%, var(--main-color) 100%) left bottom no-repeat;
    background-size: 100% 3px;
    border-radius: 4px
}

#selection-one p {
    color: #fdfdfd;
    margin-top: 25px;
    margin-bottom: 10px
}

.section-header {
    text-align: center;
    max-width: 70vw;
    margin: 0 auto
}

.about {
    text-align: center;
    padding-top: 60px
}

.about-top-card {
    text-align: center
}

.about-item {
    padding: 1vw
}

.about-top-card-item {
    padding: 10px
}

.about-top-card-item img {
    margin: 0 auto;
    width: 48px
}

.about-top-card-item h3 {
    color: #000;
    width: 80%;
    font-weight: 700;
    font-size: 1.1rem;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline;
    background: linear-gradient(to left, var(--main-color) 0%, #c21d20 50%, var(--main-color) 100%) left bottom no-repeat;
    background-size: 100% 3px;
    border-radius: 4px
}

.about-top-card-item p {
    font-size: .9rem;
    margin-top: 20px
}

.about-item-warpper {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.about-item-warpper:hover, .about-item-warpper:focus {
    background: var(--main-color)
}

.about-item-warpper:hover .about-top-card-item h2, .about-item-warpper:focus .about-top-card-item h2, .about-item-warpper:hover .about-top-card-item p, .about-item-warpper:focus .about-top-card-item p {
    color: #fff
}

.operate {
    margin-top: 60px;
    margin-bottom: 60px
}

.operate-item {
    margin-top: 120px;
    margin-bottom: 120px;
}

.operate-item-image img {
    width: 80%;
    display: block;
    margin: 0 auto
}

.operate-item-text {
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto
}

.operate-item-text img {
    width: 48px
}

.operate-item-text h3 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline;
    background: linear-gradient(to left, var(--main-color) 0%, #c21d20 50%, var(--main-color) 100%) left bottom no-repeat;
    background-size: 100% 3px;
    border-radius: 4px
}

.support {
    margin: 60px 0 60px 0;
    width: 100%
}

.support-card-list {
    text-align: right;
    padding: 0 0
}

.support-card-item {
    margin-top: 2rem!important
}

.support-card-item-image {
    border-radius: 5%;
    width: 80%;
    height: 120px;
    max-height: 120px;
    object-fit: cover;
    margin: auto
}

.support-card-content {
    background: #fff
}

.support-card-content h2 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline;
    background: linear-gradient(to left, var(--main-color) 0%, #c21d20 50%, var(--main-color) 100%) left bottom no-repeat;
    background-size: 100% 3px;
    border-radius: 4px
}

.support-card-content p {
    color: #333;
    font-size: 13px;
    margin-top: 30px;
    line-height: 20px;
    text-align: justify
}

.support-card-link {
    border-radius: 20px;
    background-color: var(--main-color);
    border: none;
    color: white!important;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px
}

.support-card-link:hover, .support-card-link:focus {
    color: white!important
}

.comments {
    overflow-x: hidden;
    padding: 30px 0;
    position: relative;
    background: #101010
}

.carousel-inner {
    margin-top: 80px
}

.carousel-item {
    justify-content: center;
    position: relative
}

.quote-card {
    text-align: center;
    color: #b1b1b1;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 120px;
    margin: 0
}

.quote-card p {
    line-height: 1.5;
    margin: 0
}

.quote-card cite {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: 200;
    opacity: .8
}

.quote-card:before {
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(238, 238, 238, .8);
    font-weight: 400
}

.quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 25em;
    color: rgba(238, 238, 238, .8);
    font-weight: 400
}

.sample {
    overflow: hidden;
    background: #525252;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding: 60px 0!important
}

.sample::before {
    position: absolute;
    top: 20px;
    content: "";
    width: 80%;
    height: 330px;
    background: var(--main-color);
    left: 50%;
    opacity: .8;
    margin-left: -40%;
    transform: rotate(-6deg);
    border-radius: 10px;
    z-index: -2
}

.sample::after {
    position: absolute;
    top: 20px;
    content: "";
    width: 80%;
    height: 330px;
    background: #000;
    left: 50%;
    opacity: .8;
    margin-left: -40%;
    transform: rotate(6deg);
    border-radius: 10px;
    z-index: -2
}

.sample-content {
    text-align: center;
    width: 1100px;
    margin: 0 auto
}

.sample-content h2 {
    color: #fdfdfd;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.sample-content p {
    color: #fdfdfd;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    line-height: 20px
}

.sample-content-button {
    display: inline-block;
    background: #fff;
    font-size: 15px;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 5px;
    color: #101010
}

.sample-content-button i {
    font-size: 15px
}

.call {
    margin-top: 20px;
    margin-bottom: 60px
}

.call-content {
    text-align: center
}

.call-phone h4 {
    font-size: 1.1rem
}

.call-phone p {
    font-weight: 700;
    color: var(--main-color)
}

.call-content svg {
    color: var(--main-color)
}



.mini-card-grid {
    scrollbar-gutter: always;
    padding: 3rem 0 3rem 2rem;
    margin: 0;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    position: relative;
}

.mini-card {
    min-width: 300px;
    min-height: 350px;
    box-shadow: -2rem 0 3rem -2rem #000;
    padding: 1.5rem;
    border-radius: 16px;
    background: linear-gradient(85deg, #434343, #262626);
    color: #fff;
    display: flex;
    flex-direction: column;
    transition: .2s;
    margin: 0;
    clear: both;
    position: relative;
    text-align: right;
    margin-left: -130px;

}

.mini-card:focus-within, .mini-card:hover {
    transform: translateY(-1rem) rotate(-3deg);
}

.mini-card:hover~.mini-card {
    transform: translateX(-130px);
}

.mini-card time {
    display: block;
    margin: 0 0 .25rem;
    color: #777;
}

.mini-card-title {
    font-size: 1.3rem;
    margin: 0 0 1rem;
    color: white;
}

.mini-card-title a {
    color: white;
    text-decoration: none;
}

.mini-card .link {
    margin: 0 0 .5rem;
}


.mini-card .link a {
    font-family: MD Primer Bold, Rubik, Lato, Lucida Grande, Lucida Sans Unicode, Tahoma, Sans-Serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff7a18;
    font-size: .66rem;
    -webkit-margin-end: .66rem;
    margin-inline-end: .66rem;
}

.mini-card .geo {
    -webkit-margin-before: auto;
    margin-block-start: auto;
    gap: .5rem;
    align-items: center;
    color: #565656;
    line-height: 1.3;
    padding-top: .5rem;
}

.mini-card .geo p {
    color: #eaeaea;
}


/******************* footer *****************************************/

#footer {
    background: #252525;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0
}

.footer-name .names {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

.footer-name {
    margin-bottom: 20px
}

.footer-name span {
    background: #839FAD none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%
}

.footer-name span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%
}

.footer-name.text-center span, .footer-name.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

.footer-name p {
    color: #fff
}

.footer-link a {
    color: #ff8d1e;
    display: inline-block;
    width: 100%
}

.footer-qr img {
    max-width: 180px;
    max-height: 180px;
    object-fit: fill
}

.footer-social a {
    color: #fff;
    margin: 0 2%
}

.footer-social p a {
    color: #ff8d1e
}

.footer-copyright {
    background: #222;
    padding: 5px 0
}

.footer-copyright-text {
    color: #969696
}

.footer-copyright-text a {
    color: #ff8d1e
}

.common-top {
    width: 100%;
    min-height: 40vh;
	/*background: linear-gradient(to bottom, #e6e6e6, #ffffff 100%);*/
	background: url(/images/reserve-view.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

.curtain-top {
	position: relative;
}

.curtain-top .curtain-top-top {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
}

.curtain-top .curtain-top-left {
	position: absolute;
	top: 0;
	left:0;
	height: 460px;
}

.curtain-top .curtain-top-right {
	position: absolute;
	top: 0;
	right:0;
	height: 460px;
}

.about-flower-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
	z-index: 10;
}

.about-top {
	position: relative;
}

.about-top-content h2 {
    color: #000;
    position: relative;
    font-size: 3rem;
    text-align: center
}


.about-top-content {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%
}

.about-top-content h2 {
    position: relative;
    font-size: 3rem;
    text-align: center
}

.about-top-content h5 {
    margin-top: 30px;
    text-align: center
}

.about-top-content-wrapper {
    padding: 1vw;
    border-radius: 10px;
    background: #fff;
    margin-top: 16px;
    text-align: center;
}

.about-top-content div a {
    font-size: 1.2rem;
    color: #000
}

.cliente {
    height: 100%;
    text-align: center;
}

.about-top-svg {
    margin: 0 10px
}

.about-top-svg svg {
    width: 30px;
    height: 30px;
    color: #00cdaf
}

.about-self-image img {
    width: 100%
}

.about-self-content {
    text-align: right
}

.about-self-content h1 {
    font-size: 1.5rem;
    font-weight: 700
}

.about-self-content h2 {
    font-size: 1.2rem
}

.about-self-content img {
    width: 60%;
    display: block;
    margin: 40px auto 0
}

.about-comment {
    margin-top: 40px;
    -webkit-box-shadow: 0 0 10px #b9b9b9;
    box-shadow: 0 0 10px #b9b9b9;
    border-radius: 5px
}

.about-comment p {
    padding: 20px;
    text-align: center;
    font-size: 1rem;
    background: var(--main-color);
    color: #fff
}

.about-comment-from {
    text-align: right!important;
    padding: 20px
}

.about-comment-from button {
    background: var(--main-color);
    color: #fff
}

.about-video {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	background: rgba(37, 37, 37, .8);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	display: none;
	top: 0;
}

.about-video p {
    position: absolute;
    left: 20px;
    top: 60px
}

.about-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60vh
}

@media only screen and (max-width:768px) {
    .about-top-content {
        width: 90%
    }
}

@media only screen and (max-width:485px) {
    .about-top-content {
        top: 20px
    }
}

.service-list {
    padding-top: 75px;
    text-align: center;
    margin-bottom: 60px!important
}

.service-list-nav {
    padding: 0 8%!important
}

.service-list-nav li a {
    height: 100%;
    background: var(--main-color);
    padding-top: 25px;
    padding-bottom: 25px
}

.service-list-nav li a:hover {
    color: #eee!important
}

.service-content {
    margin: 0 auto 25px;
    width: 100%;
    text-align: right;
    min-height: 100vh
}

.service-content-item {
    margin: 0 8%;
    background: #fff;
    padding: 10px 25px
}

.service-content-item h2 {
    font-weight: bold;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 10px
}

.service-content-item p {
    font-size: 14px;
    line-height: 20px
}

.post-top {
    width: 100%;
    height: 600px;
    background: url(images/pic-back.jpg);
    text-align: center;
    background-size: 100% 100%;
    background-position: center
}

.post-top h1 {
    color: #e2c041;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 35px;
}

.post-page {
    margin-top: 50px;
    padding: 0 6%;
}

.post-page-list {
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff
}

.post-page-list-wrapper {
    padding: 8px 8px;
    background: #fff
}

.post-page-list-item {
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
    background: url(images/back_post.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.post-page-item-background img {
    height: 550px
}

.post-page-item-title p {
    color: #fff;
    font-size:  20px;
    margin-top: 8px;
    padding: 0 10px 10px;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}

.post-page-item-image {
    width: 100%;
    height: 350px;
}

.post-page-item-image img,
.post-page-item-image figure {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-page-item-content {
    margin: 0 80px 0 10px;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 8px;
}

.post-page-item-content p {
    color: #fff;
    font-size: 11px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-page-item-date {
    margin: 0 50px;
    padding: 10px;
    text-align: left
}

.post-page-item-date time {
    color: #828282;
    font-size: 11px;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: var(--main-color);
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid var(--main-color)
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
    background: var(--main-color);
    color: #fff;
    border: 1px solid transparent
}

.contact-section .contact-info p span {
    color: #fff
}

/* ******************************* single ***************************************************** */

.post-side {
    overflow: hidden;
}

.post-side .group {
    border: 1px solid #e3e3e3;
    margin-bottom: 16px;
    background-color: #f9f9f9;
}


.post-side .list .related-item {
    padding: 4px;
    text-align: right;
}

.post-side .list .related-item img {
    margin-left: 20px;
    height: 64px;
    width: 64px;
}

.post-side .list .related-item p {
    color: black;
    font-size: 14px;
    background: white;
}

.post-image {
    padding: 16px;
}

.post-image img {
    height: auto;
    max-width: 100%;
    max-height: 350px;
    margin: auto;
    display: block;
}

.post-single {
    text-align: right;
}

.post-title h1 {
    font-size: 1.25rem;
}

.tajgol-item {
    padding-bottom: 32px;
}

.tajgol-item img {
    width: 100%;
    height: auto;
}

.tajgol-item p {
    color: green;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: 0;
}

.chetor-related-article {
    border-right: 3px solid var(--main-color);
    background: #f0f0f0;
    padding: 25px 15px;
    border-radius: 10px;
	margin-bottom: 16px;
	margin-top: 16px;
}

.chetor-related-article h6 {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.chetor-related-article a {
    font-size: 18px;
    color: var(--main-color) !important;
}

.chetor-related-article p {
    display: inline-block;
}

.post-after {
    margin: 30px auto
}

.posts-suggest {
    min-height: 270px
}

.suggest-post {
    overflow: hidden;
    position: relative
}

.suggest-post img {
    width: 100%;
    object-fit: cover;
    height: 270px
}

.suggest-content {
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 20px;
    background: var(--main-color);
    text-align: right;
}

.suggest-content h4 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.message-box {
    height: 200px;
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: 50px;
    color: #FFF;
    font-weight: 300;
    text-align: right
}

.message-box h1 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 40px
}

.buttons-con .action-link-wrap {
    margin-top: 40px
}

.buttons-con .action-link-wrap a {
    background: #68c950;
    padding: 8px 25px;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    font-family: 14px ;
    transition: all 0.3s linear;
    cursor: pointer;
    text-decoration: none;
    margin-right: 10px
}

.buttons-con .action-link-wrap a:hover {
    background: #5A5C6C;
    color: #fff
}

#Polygon-1, #Polygon-2, #Polygon-3, #Polygon-4, #Polygon-4, #Polygon-5 {
    animation: float 1s infinite ease-in-out alternate
}

#Polygon-2 {
    animation-delay: .2s
}

#Polygon-3 {
    animation-delay: .4s
}

#Polygon-4 {
    animation-delay: .6s
}

#Polygon-5 {
    animation-delay: .8s
}

@keyframes float {
    100% {
        transform: translateY(20px)
    }
}

@media (max-width:450px) {
    .message-box {
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -190px;
        text-align: center
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")!important
}

#main-carousel .carousel-item {
    max-height: 650px!important
}

#flower-carousel .carousel-item, #sweet-carousel .carousel-item {
    max-height: 550px!important
}

.carousel-item img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.list-group {
    margin-bottom: 32px;
    max-height: 250px;
    overflow: hidden;
    border-radius: 0;
}

.list-group p {
    background-color: var(--main-color);
    color: #fff
}

.list-group ul {
    overflow: auto;
}

.list-group li {
    border-top: none;
    border: none;
    padding: 7px 15px;
}

.list-group li a {
    background-color: var(--main-color);
    color: white!important;
    padding: 2px 12px;
    border-radius: 5px;
    overflow: hidden;
    font-size: .85rem;
    white-space: break-spaces;
}

.list-group .list {
    overflow: auto;
}

.mosque-image {
    height: 300px;
    width: 100%
}

.mosque-image img {
    width: 100%;
    object-fit: fill!important;
    height: 100%
}

.mosque-content {
    max-width: 80%;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 15px;
    background: var(--main-color);
}

.mosque-content p {
    font-size: 14px;
    color: #fff;
    text-align: right
}

.mosque-content-overlay {
    position: absolute;
    bottom: 0;
    background-color: var(--main-color);
    overflow: hidden;
    width: 20%;
    height: 0;
    transition: .3s ease
}

.mosque-post:hover .mosque-content-overlay {
    height: 20%
}

.mosque-content-overlay-text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.mosque-single-content h2 {
    font-weight: 700;
    font-size: 25px;
    text-align: right !important;
}

.mosque-single-content h3 {
    font-weight: 700;
    font-size: 18px;
    text-align: right !important;
}

.mosque-single-content img {
    display: block;
    margin: 12px auto;
    max-width: 100%;
}

.mosque-single-content a {
    font-size: 1rem !important;
}

.mosque-single-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill
}

.mosque-tags {
    padding-right: 0 !important;
    margin-bottom: 30px
}


.geo-list li {
    display: inline-block;
    padding: 5px !important;
}

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%
}

.tarhim-wapper {
    background: #fff;
    box-shadow: 25px 25px 45px -22px rgba(0, 0, 0, .2);
    padding: 1vw
}

.tarhim-wapper h2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 32px
}

.tarhim-wapper ul {
    padding-right: 0
}

.tarhim-wapper iframe{
    width: 100% !important;
    height: 450px !important;
}

.tarhim-service-move {
    text-align: center
}

.tarhim-service-move img {
    margin: 0 auto;
    width: 48px
}

.tarhim-service-move h4 {
    color: #000;
    font-size: 1.1rem;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline;
    background: linear-gradient(to left, var(--main-color) 0%, #c21d20 50%, var(--main-color) 100%) left bottom no-repeat;
    background-size: 100% 3px;
    border-radius: 4px
}

.tarhim-service-move ul {
    margin-top: 20px;
    text-align: right
}

.tarhim-service-move ul li {
    color: #3f3f3f
}

.tarhim-video-item video {
    width: 100%;
    height: 300px;
}

.tarhim-video-item p {
    text-align: right;
    color: #3f3f3f
}

.tarhim-desk-item img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.tarhim-desk-item p {
    text-align: right;
    color: #3f3f3f
}

.tarhim-wapper a {
    font-size: 1.3rem
}

.tarhim-wapper a svg {
    width: 28px;
    height: 28px
}

.tarhim-parallax {
    background-image: url(images/back.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.tarhim-parallax-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.tarhim-parallax-text p {
    font-size: 1.5rem
}

.nav-pills .nav-item.active .nav-link, .nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link:focus {
    color: white!important
}

.nav-pills .nav-item:hover .nav-link {
    color: black!important
}

.tarhim-service-move img {
    width: 36px;
    height: 36px
}

.flower-intro {
    text-align: right;
    margin-top: 60px;
    margin-bottom: 60px
}

.flower-intro h3 {
    font-size: 22px;
    color: var(--main-color)
}

.flower-intro img {
    display: block;
    margin: 0 auto;
    max-height: 500px;
    margin-top: 30px;
    margin-bottom: 30px
}

.flower-page {
    max-width: 60%;
    display: block;
    margin: 60px auto
}

@media only screen and (max-width:768px) {
    .flower-page {
        max-width: 75%
    }
    .about-flower-content .cliente {
        border-left: none
    }
}

@media only screen and (max-width:485px) {
    .flower-page {
        max-width: 90%
    }
}

.mySlides {
    display: none;
    position: relative;
    width: 100%
}

.mySlides img {
    vertical-align: middle
}

.slideshow-container {
    position: relative;
    margin: auto;
    max-width: 500px;
    text-align: center
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, .8)
}

.prev {
    left: 0
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, .8)
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .8)
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.doter2 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease
}

.doter2:active, .doter2:hover, .doter2:hover, .doter2:focus {
    background-color: #717171
}

.active-dot {
    background-color: #717171
}

.video-tarhim {
    margin-top: 40px;
    margin-bottom: 40px
}

.video-item {
    padding: 20px
}

.video-inner {
    box-shadow: 0 0 10px #aaa;
    padding-bottom: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.video-item video {
    width: 100%
}

.video-item video:focus {
    outline: none
}

.video-item h3 {
    font-size: 20px;
    text-align: right;
    margin-right: 10px
}

.video-inner:hover {
    transform: scale(1.1)
}

.tags-list-all {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    overflow: auto;
}

.tags-list-all span {
    padding: 4px 8px;
    background-color: #e1e1e1;
    margin: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #6e6e6e
}

@media screen and (max-width:992px) {
    .navbar-collapse {
        height: 100vh
    }
}

@media screen and (max-width:300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.birthday-image .top{
    background-image: url(images/back-birthday.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.birthday .top {
    width: 100%;
    height: 650px;
    position: relative
}

.birthday .top .right {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center
}

.birthday .top .right .content h1 {
    font-size: 32px;
    font-weight: 700
}

.birthday .top .right .content h1 span {
    color: #FCB41E
}

.birthday .top .right .content p {
    margin-top: 20px;
    font-size: 16px
}

.birthday .shake {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%
}

.birthday .shake .smaller {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 180px;
    right: 80px
}

.birthday .shake .bigger {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 180px;
    left: 80px
}

.birthday .shake img {
    width: 100%;
    height: 100%
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }
    1.78571% {
        transform: translate(5px, 0)
    }
    3.57143% {
        transform: translate(0, 0)
    }
    5.35714% {
        transform: translate(5px, 0)
    }
    7.14286% {
        transform: translate(0, 0)
    }
    8.92857% {
        transform: translate(5px, 0)
    }
    10.71429% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

.birthday .works {
    padding: 100px;
    background-color: #F4F4F6
}

.birthday .works h2 {
    font-size: 22px;
    text-align: center;
    padding: 16px
}

.birthday .works .item {
    text-align: center
}

.birthday .works .item .wrapper {
    padding: 16px;
    padding-top: 32px;
    margin: 8px;
    color: #fff;
    border-radius: 20px
}

.birthday .works .item .wrapper p {
    font-size: 20px;
    font-weight: 500
}

.birthday .works .item .wrapper svg {
    width: 60px;
    height: 60px
}

.birthday .agancy {
    padding: 24px 32px;
    text-align: right;
}

.birthday .agancy h2 {
    text-align: center;
}

.birthday .agancy h2 span {
    color: #FCB41E;
}

.birthday .agancy h3{
    font-size: 1.25rem;
    margin-top: 24px;
}

.birthday .agancy p span{
    font-size: 1.1rem;
    margin-top: 12px;
    font-weight: 600;
}

.birthday .agancy p {
    margin: 0 auto;
}



.faq-item {
    margin-bottom: 32px;
    text-align: right;
}

.faq-item .faq-card {
    padding: 16px;
    height: 100%;
}

.faq-item .faq-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.faq-item .faq-card p {
    color: #565656;
    font-size: 14px;
}


/* ******************************* wdding *********************************** */

.wedding .top {
	background: url(images/back-wedding.jpg);
	background-repeat: no-repeat;
	background-size: cover
}


/* ******************************* tarhim *********************************** */

.tarhim .top {
	background: url(images/back-tarhim.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

/* ******************************* search box *********************************** */

.search-box{
	position: relative;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	box-shadow: 5px 5px 30px rgba(0,0,0,.2);
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-box.active{
	width: 350px;
}
.search-box input{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 50px;
	background: #fff;
	outline: none;
	padding: 0 60px 0 20px;
	font-size: 18px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-box input.active{
	opacity: 1;
}
.search-box input::placeholder{
	color: #a6a6a6;
}
.search-box .search-icon{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	color: #e22326;
	z-index: 1;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-box .search-icon.active{
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 20px;
	background: #e22326;
	color: #fff;
	transform: translateY(-50%) rotate(360deg);
}
.search-box .cancel-icon{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 25px;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-box .cancel-icon.active{
	right: -40px;
	transform: translateY(-50%) rotate(360deg);
}
.search-box .search-data{
	text-align: center;
	padding-top: 7px;
	color: #fff;
	font-size: 18px;
	word-wrap: break-word;
}
.search-box .search-data.active{
	display: none;
}

/* ******************************* About Text Video *********************************** */

.about-top-page {
	text-align: right;
    width: 100%;
    min-height: 100vh;
	padding-top: 80px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://tashrifatshamsvip.com/images/about-top.jpeg);
    background-position: center;
    background-size: cover;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
	padding-bottom: 30px;
}

.about-top-page .content {
    display: flex;
    height: 88%;
    align-items: center;
}

.about-top-page .content .items {
    flex-basis: 50%;
}

.about-top-page .content .items h1 {
    color: white;
    font-size: 60px;
}

.about-top-page  .content .items p {
    color: white;
    font-size: 11px;
    line-height: 15px;
}

.about-top-page  .content .items button {
    width: 180px;
    color: black;
    font-size: 12px;
    padding: 12px 0;
    background: white;
    border: 0;
    border-radius: 20px;
    outline: none;
    margin-top: 30px;
}

.about-top-page .content .items button a {
    text-decoration: none;
    color: black;
}

.about-top-page .content .card {
    width: 200px;
    height: 230px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
}

.about-top-page .content .card:hover {
    transform: translateY(-10px);
}

.about-top-page .content .card h5 {
    color: white;
    text-shadow: 0 0 5px #999;
}

.about-top-page .content .card p {
    text-shadow: 0 0 5px #000;
    font-size: 11px;
}

@media screen and (max-width:600px) {
	.about-top-page .content {
		display: block;
	}
	.about-top-page .content .card {
		width: 160px;
		height: 180px;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

/* ******************************* Social Sharing *********************************** */

.social-sharing {
    display: flex;
    align-items: center;
    padding: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
    background: #e1e1e1;
    border-radius: 24px;
}

.social-sharing p {
    margin: 0;
    margin-left: 12px;
}

.social-sharing ul {
    margin: 0;
    display: flex;
    list-style: none;
    gap: 12px;
    flex-wrap: wrap;
    padding-right: 0;
}

.social-sharing ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-sharing ul li a {
    display: block;
}

.social-sharing ul li a svg {
    color: white;
    width: 32px;
    height: 32px;
}

/* ******************************* Mosque reverse *********************************** */

.reserve .res-list {
    background: #eef1f9;
    padding: 16px;
    padding-top: 120px;
}

.reserve .res-list .item {
    margin-bottom: 32px;
}

.reserve .res-list .item .wrapper {
    padding: 8px 8px 24px;
    text-align: center;
    background: white;
    margin: 8px;
    position: relative;
    height: 100%;
}

.reserve .res-list .item .image {
    margin-bottom: 16px;
}

.reserve .res-list .item .image svg {
    width: 64px;
    height: 64px;
    color: red;
}

.reserve .res-list .item .image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.reserve .res-list .item p strong {
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary-color);
}

.reserve .res-list .item p {
    font-size: 14px;
}

.reserve .res-list .item .a-tag {
    background: red;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.reserve .res-list .item a svg {
    color: white;
}

.reserve .res-list .item a small {
    line-height: 0; 
    font-size: 0;
    color: transparent; 
}

/* ******************************* Mosque reverse view *********************************** */

.reserve-view {
    background: url(/images/reserve-view.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: right;
}

.reserve-view-overlay {
    padding-top: 64px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    min-height: 100vh;
}

.reserve-view-flex {
    z-index: 9999;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100%;
    max-width: 100%;
    display: flex;
}

.reserve-view-flex .items {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
}

.reserve-view-flex .content {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}

.reserve-view-flex .content img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.reserve-view-flex .content a {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    background: #e22326;
    border-color: #e22326;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.reserve-view-flex .content a:hover {
    color: white !important;
}

.reserve-view-flex .items .item {
    max-height: fit-content;
    padding: 8px;
    min-height: 380px;
}

.reserve-view-flex .items .item .inner {
    padding: 32px 16px;
    text-align: center;
    color: white;
    height: 100%;
    position: relative;
}

.reserve-view-flex .items .item .inner .h66 {
    margin: auto;
    width: 90px;
    height: 90px;
    background: white;
    border-radius: 50%;
    padding: 16px;
}

.reserve-view-flex .items .item .inner .h66 svg {
    width: 48px;
    height: 48px;
}

.reserve-view-flex .items .item .inner .headd {
    margin-top: 20px;
    font-size: 25px;
}

.reserve-view-flex .items .item .inner .text1 {
    margin-top: 16px;
    font-size: 16px;
}

.reserve-view-flex .items .item .inner .value {
    font-size: 16px;
    position: absolute;
    bottom: 32px;
    transform: translateX(-50%);
    left: 50%;
    font-weight: bold;
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .reserve-view-flex .items,
    .reserve-view-flex  .content{
        flex: 0 0 33%;
        max-width: 33%;
    }
    
    .reserve-view-flex .no-view {
        display: none;
    }

}

@media only screen and (max-width: 768px) {
    .reserve-view-flex .items,
    .reserve-view-flex  .content{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .reserve-view-flex .no-view2 {
        display: none;
    }

}

/* ******************************* gallery *********************************** */

.gallery-top {
    background: url(/images/gallery-background.jpg);
    background-size: cover;
    height: 500px;
}

.gallery-top .gallery-overlay {
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.gallery {
    background: #f3f3f3;
}

.tarhim-desk-item img{
      cursor: pointer;
}

.open-image-section {
    position: fixed;
    padding: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000cc;
    display: none;
    z-index: 9999;
}

.open-image-section .holder{
    display: inline-block;
    overflow: hidden;
    max-height: 90%;
    max-width: 90%;
}

.open-image-section p,
.sign-over-close {
    background: white;
    color: black;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 5%;
    left: 5%;
}

.open-image-section img {
    margin: auto;
    width: 100%;
    height: auto;
}

.gallery-padding {
    padding: 3.13vw;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding: 0 .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item a {
    font-size: 1rem;
}

/************************* not-found **********************************/

.not-found {
    min-height: 100vh;
    padding-top: 60px;
    text-align: center;
}


/* *************** shop top ***************** */
.shop-top {
    height: 500px;
    position: relative;
}

.shop-top .back-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-top .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    z-index: 1;
}

.shop-top .overlay h1 span {
    color: red;
}

.shop-service .first {
    background-color: #242424;
}

.shop-service .second {
    background-color: #151515;
}

.shop-service .third {
    background-color: #de3155;
}

.shop-service .forth {
    background-color: #e95372;
}

.shop-service .service-box {
    padding: 80px 0;
}

.shop-service .service-box .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    color: white;
}

.shop-service .service-box .service-icon {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667A62;
    transition: 0.5s all;
}

.shop-service .service-box .service-icon svg {
    width: 48px;
    height: 48px;
    color: white;
}

.shop-body .item {
    overflow: hidden;
    text-align: right;
    position: relative;
    padding-bottom: 32px;
}

.shop-items .item img {
    width: 100%;
}

.shop-items .item video {
    width: 100%;
}

.shop-body .item figcaption{
     margin-top: 8px;
}

.shop-body .item p {
    position: absolute;
    bottom: 0;
    color: green;
    font-weight: bold;
}


.shop-body .wrapper{
    padding: 15px;
}

.shop-body .item img {
    width: 100%;
}

/************************btn contacttttttttttttt**********************/


.ftco-section {
    margin-top: 8px;
    padding: 16px 0;
    width: 100%;
    text-align: right
}

.ftco-no-pt {
    padding-top: 0
}

.ftco-no-pb {
    padding-bottom: 0
}

.heading-section {
    font-size: 32px
}

.heading-section small {
    font-size: 16px
}

.btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn span {
    margin-left: -20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.ftco-section .btn span {
    font-size: 15px;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none !important
}

.btn:hover span, .btn:active span, .btn:focus span {
    margin-left: -10px
}

.btn small {
    background: #e6e6e6;
    padding: 2px 8px;
    color: rgba(0, 0, 0, 0.3);
}

.btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    bottom: 0;
    background: #fff
}

.btn .icon i {
    font-size: 20px
}

.btn .icon.icon-round {
    border-radius: 50%
}

.btn.btn-primary {
    background: #ec8f6a;
    border-color: #ec8f6a;
    color: #fff
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    border-color: #e66d3d !important;
    background: #e66d3d !important
}

.btn.btn-primary.btn-link {
    background: transparent;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-primary .icon svg {
    color: #ec8f6a;
    width: 24px;
    height: 24px;
}

.btn.btn-outline-primary {
    color: #ec8f6a;
    border-color: #ec8f6a
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    color: #fff;
    background: #ec8f6a
}

.btn.btn-secondary {
    color: #fff;
    border-color: #8bbabb;
    background: #8bbabb
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus {
    border-color: #6ba7a8 !important;
    background: #6ba7a8 !important
}

.btn.btn-secondary.btn-link {
    color: #8bbabb;
    background: transparent
}

.btn.btn-secondary .icon svg {
    color: #8bbabb;
    width: 24px;
    height: 24px;
}

.btn.btn-outline-secondary {
    color: #8bbabb;
    border-color: #8bbabb
}

.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
    color: #fff;
    background: #8bbabb
}

.btn.btn-tertiary {
    color: #fff;
    background: #e2c275;
    border-color: #e2c275
}

.btn.btn-tertiary:hover, .btn.btn-tertiary:focus {
    border-color: #d9af4b !important;
    background: #d9af4b !important
}

.btn.btn-tertiary.btn-link {
    color: #e2c275;
    background: transparent
}

.btn.btn-tertiary .icon svg {
    color: #e2c275;
    width: 24px;
    height: 24px;
}

.btn.btn-outline-tertiary {
    color: #e2c275;
    border-color: #e2c275
}

.btn.btn-outline-tertiary:hover, .btn.btn-outline-tertiary:focus {
    color: #fff;
    background: #e2c275
}

.btn.btn-quarternary {
    color: #fff;
    border-color: #b96b9f;
    background: #b96b9f
}

.btn.btn-quarternary:hover, .btn.btn-quarternary:focus {
    border-color: #a44d87 !important;
    background: #a44d87 !important
}

.btn.btn-quarternary.btn-link {
    color: #b96b9f;
    background: transparent
}

.btn.btn-quarternary .icon svg {
    color: #b96b9f;
    width: 24px;
    height: 24px;
}

.btn.btn-outline-quarternary {
    color: #b96b9f;
    border-color: #b96b9f
}

.btn.btn-outline-quarternary:hover, .btn.btn-outline-quarternary:focus {
    color: #fff;
    background: #b96b9f
}

.btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #000
}

.btn.btn-round {
    border-radius: 40px
}

.btn.btn-link {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000
}

.btn.btn-sm, .btn-group-sm>.btn {
    padding: 5px 20px;
    font-size: 12px
}

.btn.btn-lg, .btn-group-lg>.btn {
    padding: 17px 24px;
    font-size: 16px
}

.btn.btn-fb {
    background: #4f69a2;
    border-color: #4f69a2;
    color: #fff
}

.btn.btn-twitter {
    background: #69b6f0;
    border-color: #69b6f0;
    color: #fff
}

.btn.btn-linkedin {
    background: #2884ba;
    border-color: #2884ba;
    color: #fff
}

.btn.btn-pinterest {
    background: #d03940;
    border-color: #d03940;
    color: #fff
}

.btn.btn-dribbble {
    background: #ea6294;
    border-color: #ea6294;
    color: #fff
}

.btn.btn-outline {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #000;
    background: transparent
}

.btn.btn-outline:hover {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .05)
}

.dropdown .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41)
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: rgba(0, 0, 0, .7);
    font-weight: 400
}

.dropdown .dropdown-menu .dropdown-item i {
    color: rgba(0, 0, 0, .4)
}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
    background: rgba(0, 0, 0, .05);
    color: #000
}

.checkbox-wrap .checkbox-primary input[type="checkbox"]:checked:after {
    color: #ec8f6a
}

.checkbox-wrap .checkbox-secondary input[type="checkbox"]:checked:after {
    color: #8bbabb
}

.checkbox-wrap .checkbox-tertiary input[type="checkbox"]:checked:after {
    color: #e2c275
}

.checkbox-wrap .checkbox-quarternary input[type="checkbox"]:checked:after {
    color: #b96b9f
}

.checkbox-wrap .checkbox-dark input[type="checkbox"]:checked:after {
    color: #343a40
}

.checkbox-wrap .checkbox-primary {
    color: #ec8f6a
}

.checkbox-wrap .checkbox-secondary {
    color: #8bbabb
}

.checkbox-wrap .checkbox-tertiary {
    color: #e2c275
}

.checkbox-wrap .checkbox-quarternary {
    color: #b96b9f
}

.checkbox-wrap .checkbox-dark {
    color: #343a40
}

.checkbox-wrap .checkbox span {
    margin-left: 35px
}

.checkbox-wrap .checkbox input[type=checkbox], .checkbox-wrap input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    margin-top: 0;
    margin-left: 0
}

.checkbox-wrap .checkbox input[type=checkbox]:disabled, .checkbox-wrap input[type="checkbox"]:disabled {
    opacity: .65
}

.checkbox-wrap input[type="checkbox"]:checked:after, .checkbox-wrap input[type="checkbox"]:after {
    visibility: visible;
    font-family: 'Ionicons';
    display: inline-block;
    color: rgba(0, 0, 0, .2);
    line-height: 1;
    margin-top: 0
}

.checkbox-wrap input[type="checkbox"]:checked:after:disabled, .checkbox-wrap input[type="checkbox"]:after:disabled {
    cursor: not-allowed;
    opacity: .65
}

.checkbox-wrap input[type="checkbox"]:checked:after {
    font-size: 30px;
    content: '\f148';
    line-height: .4;
    margin-top: 7px
}

.checkbox-wrap input[type="checkbox"]:after {
    font-size: 37px;
    content: '\f15c';
    line-height: .4;
    margin-top: 6px
}

input[type="radio"]:checked, input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

input[type="radio"]:checked+label, input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block
}

input[type="radio"]:checked+label:before, input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 100%;
    background: #fff
}

input[type="radio"]:checked+label:after, input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.radio-primary {
    color: #ec8f6a
}

.radio-secondary {
    color: #8bbabb
}

.radio-tertiary {
    color: #e2c275
}

.radio-quarternary {
    color: #b96b9f
}

.radio-dark {
    color: #343a40
}

.radio-primary input[type="radio"]:checked+label:after {
    background: #ec8f6a;
    border-color: #ec8f6a
}

.radio-secondary input[type="radio"]:checked+label:after {
    background: #8bbabb;
    border-color: #8bbabb
}

.radio-tertiary input[type="radio"]:checked+label:after {
    background: #e2c275;
    border-color: #e2c275
}

.radio-quarternary input[type="radio"]:checked+label:after {
    background: #b96b9f;
    border-color: #b96b9f
}

.radio-dark input[type="radio"]:checked+label:after {
    background: #343a40;
    border-color: #343a40
}

.radio-primary input[type="radio"]:checked+label:before {
    border-color: #ec8f6a
}

.radio-secondary input[type="radio"]:checked+label:before {
    border-color: #8bbabb
}

.radio-tertiary input[type="radio"]:checked+label:before {
    border-color: #e2c275
}

.radio-quarternary input[type="radio"]:checked+label:before {
    border-color: #b96b9f
}

.radio-dark input[type="radio"]:checked+label:before {
    border-color: #343a40
}

.slide-button .toggle-button-cover {
    position: relative;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px
}

.slide-button .button-cover {
    height: 40px;
    margin-right: 20px;
    background-color: #fff
}

.slide-button .button-cover, .slide-button .knobs, .slide-button .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.slide-button .button {
    position: relative;
    width: 74px;
    height: 36px;
    overflow: hidden
}

.slide-button .button.r, .slide-button .button.r .layer {
    border-radius: 100px
}

.slide-button .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3
}

.slide-button .knobs {
    z-index: 2
}

.slide-button .layer {
    width: 100%;
    background-color: #ebf7fc;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 1
}

.slide-button #button-1 .knobs:before {
    content: 'ON';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
    -webkit-transition: 0.3s cubic-bezier(.18, .89, .35, 1.15) all;
    -o-transition: 0.3s cubic-bezier(.18, .89, .35, 1.15) all;
    transition: 0.3s cubic-bezier(.18, .89, .35, 1.15) all
}

.slide-button #button-1 .checkbox:checked+.knobs:before {
    content: 'OFF';
    left: 42px;
    background-color: #f44336
}

.slide-button #button-1 .checkbox:checked~.layer {
    background-color: #fcebeb
}

.slide-button #button-1 .knobs, .slide-button #button-1 .knobs:before, .slide-button #button-1 .layer {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.slide-button #button-10 .knobs:before, .slide-button #button-10 .knobs:after, .slide-button #button-10 .knobs span {
    position: absolute;
    top: 4px;
    width: 28px;
    height: 28px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 50%;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.slide-button #button-10 .knobs:before {
    content: '';
    left: 4px;
    background-color: #03A9F4
}

.slide-button #button-10 .knobs:after {
    content: 'OFF';
    right: 4px;
    color: #4e4e4e
}

.slide-button #button-10 .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1
}

.slide-button #button-10 .checkbox:checked+.knobs span {
    color: #4e4e4e
}

.slide-button #button-10 .checkbox:checked+.knobs:before {
    left: 42px;
    background-color: #F44336
}

.slide-button #button-10 .checkbox:checked+.knobs:after {
    color: #fff
}

.slide-button #button-10 .checkbox:checked~.layer {
    background-color: #fcebeb
}

.ftco-section a:hover {
    color: white !important
}

/************************** majales ************************************/

.majales-item {
    margin-bottom: 32px;
}

.majales-item .wrapper {
    padding: 8px 8px 24px;
    background: white;
    margin: 8px;
    position: relative;
    height: 100%;
    text-align: right;
}

.majales-item .wrapper .number {
    color: var(--main-color);
    font-size: 2.0rem;
}

.majales-item .wrapper .number span{
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background: var(--main-color);
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.majales-item .wrapper .title {
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.majales-item .wrapper .link a{
    color: black;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 15px;
}

.majales-item .wrapper .mosque-tag a{
    font-size: 14px;
    color: #6e6e6e;
}













